:root {
--main-color: #11A8E0;
--sec-color: #1A2C69;
}   html,
body {
height: 100%;
margin: 0;
font-family: 'Circular Std';
}
#wrapper {
height: 100%;
overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-rendering: optimizeLegibility;
line-height: 1;
margin: 0;
}
p,
ul,
ol {
margin: 0;
padding: 0;
}
ol ol,
ul ul,
ul ol,
ol ul {
margin: 0.4em 0;
}
a:hover,
a:focus,
a:visited,
a:active {
text-decoration: none;
color: inherit;
}
a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
cursor: pointer;
text-decoration: none;
}
input[type="text"],
textarea {
display: inline-block;
}
.section {
margin-top: 60px;
}
.loading {
position: fixed;
height: 100%;
width: 100%;
z-index: 99999999;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background: black;
color: white;
}
.conteudo-style {
margin-top: 5rem;
} .clear-fix:after {
content: "";
display: block;
clear: both;
}
tbody tr:nth-child(odd) {
background-color: #ccc;
}
.left {
float: left;
}
.right {
float: right;
}
.center {
text-align: center;
}
.hide {
display: none;
}
.nopadding {
padding: 0;
}
.mobile,
.tablet {
display: none;
}
.nomobile,
.notablet {
display: block;
}
@media (max-width: 992px) {
.tablet {
display: block;
}
.notablet {
display: none;
}
.selos-securanca {
display: flex;
flex-direction: column;
justify-content: start;
align-items: unset !important;
}
.selos-securanca img {
margin-top: 2rem;
}
}
@media (max-width: 768px) {
.mobile {
display: block;
}
.nomobile {
display: none;
}
}
.thumb .thumb-img {
height: 100%;
width: 100%;
background-size: cover !important;
}
.thumb img {
display: none;
}
.the-content>* {
margin-top: 0;
margin-bottom: 0;
}
.the-content>*+* {
margin-top: 1.5rem;
margin-bottom: 0;
}
.the-content .alignleft {
float: left;
margin-right: 2em;
}
.the-content .alignright {
float: right;
margin-left: 2em;
}
.the-content .aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .share-this {
background-color: #F1F1F1;
border-radius: 10px;
}
.social-media {
padding: 20px;
}
.social-media p {
margin-left: 10px;
}
.media-style {
margin-left: 20px;
}
.desktop .social-media {
display: flex;
align-items: center;
}
.mobile .social-media .media-style {
margin-left: 0;
}
.card {
padding: 20px;
border-radius: 10px;
}
.side-title {
color: #1A2C69;
}
.medias ul {
list-style: none;
}
.medias ul li {
margin-top: 10px;
}
.medias ul li a {
color: black;
display: flex;
align-items: center;
}
.post-categories li {
margin-top: 10px;
}
.post-categories li a {
border: 1px solid #11A8E0;
padding: 10px;
border-radius: 20px;
color: #11A8E0;
display: inline-block;
}
.post-categories li a:hover {
background-color: #11A8E0;
color: white;
transition: .5s;
}
.pattern-detail-left {
position: absolute; }
.pattern-detail-right {
position: absolute;
right: 0;
z-index: 9;
}
@media (max-width: 965px) {
.desktop .social-media {
display: none;
}
.pattern-detail-left {
display: none;
}
.pattern-detail-right {
display: none;
}
}  .navbar.changeColor {
background: rgba(255, 255, 255) !important;
padding: 20px 0;
transition: .5s;
border-bottom: 1px solid rgba(17, 168, 224, 0.5);
z-index: 999;
}
.navbar.changeColor a {
color: #11A8E0;
}
.navbar-brand a img,
.navbar-brand a svg {
height: 60px;
width: auto;
}
.navbar-brand .mobile a {
line-height: 50px;
}
.navbar-collapse {
float: right;
}
.navbar-collapse li {
float: left;
}
.navbar-collapse a {
display: block;
padding: 0 20px;
line-height: 60px;
}
.primary-menu:after {
content: "";
display: block;
clear: both;
}
#menu {
padding: 20px 0;
} #header {
position: relative;
z-index: 999;
}
.btn-simulacao.sim-header {
background-color: #11A8E0;
padding: 12px 20px;
border-radius: 50px;
color: #fff !important;
font-size: 13px;
}
.slide-info {
position: relative;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.slide-info img {
width: initial !important;
}
.slide-title {
font-weight: 900;
font-size: 46px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
margin: 20px 0;
}
.slide-dif {
display: flex;
align-items: center;
justify-content: center;
font-weight: 450;
font-size: 18px;
line-height: 23px;
text-align: center;
color: #FFFFFF;
margin: 10px 0;
}
a.slide-readmore {
background: var(--main-color);
border-radius: 30px;
font-weight: 700;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
padding: 20px 40px;
margin-top: 10px; }
.slide-dif img {
margin-right: 10px;
}
.slide-difs {
display: flex;
align-items: center;
justify-content: space-evenly;
margin: 20px 0;
flex-wrap: wrap;
}
.slide-loc {
display: flex;
justify-content: center;
align-items: center;
font-weight: 450;
font-size: 18px;
line-height: 23px;
text-align: center;
color: #FFFFFF;
}
.slide-loc img {
margin-right: 10px;
}
.slide-tag {
color: #fff;
font-weight: 700;
border: 2px solid #86ff98;
border-radius: 20px;
padding: 4px 12px;
margin-bottom: 15px;
font-size: 15px;
}
.slide-cat {
font-weight: 500;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
border: 2px solid #FFDA00;
border-radius: 30px;
padding: 8px 35px 6px; }
.slide-item { width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
.bg-slide {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center; top: 0;
left: 0;
}
.navbar {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
left: 0;
background-color: rgba(0, 0, 0, 0.2) !important;
padding: 30px 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
transition: 300ms all ease-in-out;
}
.navbar.expandido {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.navbar-toggler:focus {
box-shadow: none;
}
.navbar-collapse {
justify-content: flex-end;
}
.navbar li {
padding: 0 20px;
}
.navbar li a {
font-weight: 500;
font-size: 13px;
line-height: 16px;
text-transform: uppercase;
color: #FFFFFF;
position: relative;
padding: 0;
}
.navbar-light .navbar-toggler-icon {
background-image: url(//construtoraimpacto.com.br/wp-content/themes/impacto/assets/img/menu.png);
}
button.navbar-toggler:hover {
background: #283f8b;
}
button.navbar-toggler {
background: var(--sec-color);
transition: 300ms all ease-in-out;
border: 1px solid var(--main-color) !important;
border-radius: 50px;
font-weight: 500;
font-size: 12px;
line-height: 110%;
text-align: right;
text-transform: uppercase;
color: #FFFFFF !important;
display: flex;
padding: 12px 19px;
align-items: center;
}
.navbar li a:hover:after {
width: 100%;
}
.navbar li a:after {
background: var(--main-color);
bottom: -10px;
content: ' ';
position: absolute;
left: 0;
width: 0px;
height: 3px;
transition: 300ms all ease-in-out;
}
.navbar li a.active:after {
width: 100%;
}
.navbar ul {
padding-right: 50px;
}
img.footer-slide {
position: absolute;
bottom: -1px;
z-index: 1;
width: 100%;
} section.slide {
position: relative;
}  .border-strongblue {
border: 1px solid #1A2C69 !important;
}
.border-strongblue:hover,
.border-strongblue.active {
background-color: #1A2C69 !important;
}
.border-yellow {
border: 1px solid #FFDA00 !important;
}
.border-yellow:hover,
.border-yellow.active {
background-color: #FFDA00 !important;
color: #1a2c69 !important;
}
.border-green {
border: 1px solid #255D21 !important;
}
.border-green:hover {
background-color: #255D21 !important;
}
.border-red {
border: 1px solid #A92A2A !important;
}
.border-red:hover {
background-color: #A92A2A !important;
}
section.home-depo {
background: #F5F5F5;
padding: 140px 0;
position: relative;
}
section.home-blog {
padding: 32px 0;
background-color: #F5F5F5;
}
section.home-instagram {
padding-bottom: 120px;
overflow: hidden;
position: relative;
} section.footer {
background: #213A8E;
padding: 70px 0 40px;
position: relative;
z-index: 12;
}
section.sobre-video {
padding-bottom: 80px;
text-align: center;
} .container#vendas {
background-color: #e3e4e4;
height: 800px;
padding: 60px;
}
.container#vendas .image-container img {
width: 300px;
height: auto;
}
.container#vendas .col-sm-6 {
display: flex;
align-items: center;
}
.container#vendas .text-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.container#vendas .text-block {
display: flex;
flex-direction: column;
align-items: center;
}
.container#vendas .text-block h1 {
color: #1A2C69;
font-size: 26px;
font-weight: 400;
}
.container#vendas .text-block h2 {
color: #1A2C69;
font-size: 48px;
font-weight: 400;
}
.container#vendas .text-block h2 span {
font-weight: 900;
}
.owl-historia .owl-prev {
position: absolute;
left: -70px;
width: 50px;
height: 50px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 180%;
}
.owl-historia .owl-next {
position: absolute;
right: -70px;
width: 50px;
height: 50px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 180%;
}
.mt-10 {
margin-top: 10rem !important;
}
.col-sm-12#vendas img {
width: 100%;
position: absolute;
bottom: 0px;
max-width: 1200px;
}
.container#historia::after {
content: '';
position: absolute;
color: #0F2571;
bottom: 240px;
left: 100px;
width: 12%;
height: 15%;
background: linear-gradient(to right, #EFFBFF 24%, transparent);
z-index: 10;
overflow: hidden;
}
.container#historia::before {
content: '';
position: absolute;
color: #0F2571;
bottom: 240px;
right: 100px;
width: 12%;
height: 15%;
background: linear-gradient(to left, #EFFBFF 24%, transparent);
z-index: 10;
overflow: hidden;
}
img.imvp-img {
width: 100%;
margin-top: 10%;
height: 241px;
object-fit: cover;
}
.imvpi-btn-desc {
font-weight: 700;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #1A2C69;
}
.imvpi-btn-title {
font-weight: 450;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #727272;
}
.imvo-img {
height: 500px;
background-size: cover;
background-position: center center;
width: 100%;
}
.imv-loc iframe {
width: 100%;
padding: 0;
}
section.imv-loc {
padding: 100px 0;
}
.imvpi-btn img {
height: 18px;
margin-bottom: 10px;
}
.btnm-right {
margin-right: 15px;
}
a.imvp-btn {
transition: 300ms all ease-in-out;
font-size: 18px;
line-height: 120%;
text-align: center;
color: #7D7D7D;
margin: 10px;
}
.imvpi-btn {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
border: 2px solid #E1E1E1;
border-radius: 10px;
padding: 20px;
}
.invis-btns {
margin-bottom: 30px;
}
.sel-plant {
border: 2px solid #11A8E0;
border-radius: 50px;
padding: 15px;
color: #1A2C69;
background: transparent;
}
.sel-plant:hover {
background-color: #11A8E0;
color: #fff;
transition: .3s;
}
.sel-plants {
padding: 18px;
position: absolute;
width: 67%;
}
.btn-item-imvp {
border-bottom: 1px solid #D9D9D9;
padding-bottom: 10px;
}
.plant-title {
color: #1A2C69;
font-size: 24px;
margin-top: 18px;
text-align: left;
}
section.itens-gerais {
padding-top: 80px;
}
.full-width {
width: 100%;
}
.btn-whatsapp i {
font-size: 24px;
margin-right: 10px;
}
.wpcf7-spinner {
display: none !important;
}
.imvi-form select {
background: #F3F5F7;
border-radius: 5px;
margin: 10px 0;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #9A9CA4;
width: 100%;
padding: 12px;
border: none;
}
.imvi-form input {
background: #F3F5F7;
border-radius: 5px;
margin: 10px 0;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #9A9CA4;
}
.imvi-form .wpcf7-submit {
color: white;
background: #11A8E0;
width: 100%;
border-radius: 30px;
padding: 15px 0;
}
.imvp-img-container {
border: 2px solid #D8D8D8;
border-radius: 10px;
padding: 20px;
display: none;
flex-direction: column;
align-items: stretch;
align-content: center;
}
.imvp-img-container.active {
display: flex;
} a.imvp-btn.active,
a.imvp-btn:hover {
color: #1A2C69;
}
.owl-emp .owl-prev {
position: absolute;
left: 30px;
width: 40px;
height: 40px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 20%;
}
.owl-galeria .owl-prev {
position: absolute;
left: 10%;
width: 60px;
height: 60px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 45%;
}
.owl-galeria .owl-next {
position: absolute;
right: 10%;
width: 60px;
height: 60px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 45%;
}
.owl-obras .owl-prev {
position: absolute;
left: 5%;
width: 60px;
height: 60px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 45%;
}
.imvft-text {
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
}
.imvft-title {
font-weight: 500;
font-size: 40px;
line-height: 120%;
color: #FFFFFF;
}
.imvft-info span {
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
}
.imvft-item {
background: #11A8E0;
border-radius: 10px;
display: flex;
align-items: center;
padding: 20px;
justify-content: flex-start;
height: 100%;
}
.imvft-item img {
margin-right: 15px;
}
.imvft-container {
background: #1A2C69;
box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
border-radius: 15px;
padding: 30px;
margin: 55px 0;
}
.imvo-item {
display: flex;
align-items: center;
margin-top: 20px;
}
.imvo-text {
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: #615F5F;
margin-left: 10px;
flex: 1;
}
.btn-form {
border: 2px solid #11A8E0;
padding: 15px 20px;
border-radius: 50px;
color: #11A8E0 !important;
}
.btn-form:hover {
color: #ffff !important;
background-color: #11A8E0;
transition: .4s;
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
clip: rect(auto, auto, auto, auto)
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0em, 0.5em, 1em, 0em);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.c100 {
position: relative;
font-size: 50px;
width: 1em;
height: 1em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
margin: 0 0.1em 0.1em 0;
background-color: #cccccc
}
.c100 *,
.c100 *:before,
.c100 *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.c100.center {
float: none;
margin: 0 auto
}
.c100.big {
font-size: 240px
}
.c100.small {
font-size: 80px
}
.c100>span {
font-weight: 500;
font-size: 18px;
line-height: 23px;
text-align: center;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
transform: translate(-50%, -50%);
color: #979797;
}
.c100:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: whitesmoke;
width: 0.84em;
height: 0.84em;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
.c100 .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0em, 1em, 1em, 0.5em)
}
.c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
-moz-transform: rotate(3.6deg);
-ms-transform: rotate(3.6deg);
-o-transform: rotate(3.6deg);
transform: rotate(3.6deg)
}
.c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
-moz-transform: rotate(7.2deg);
-ms-transform: rotate(7.2deg);
-o-transform: rotate(7.2deg);
transform: rotate(7.2deg)
}
.c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
-moz-transform: rotate(10.8deg);
-ms-transform: rotate(10.8deg);
-o-transform: rotate(10.8deg);
transform: rotate(10.8deg)
}
.c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
-moz-transform: rotate(14.4deg);
-ms-transform: rotate(14.4deg);
-o-transform: rotate(14.4deg);
transform: rotate(14.4deg)
}
.c100.p5 .bar {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
-o-transform: rotate(18deg);
transform: rotate(18deg)
}
.c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
-moz-transform: rotate(21.6deg);
-ms-transform: rotate(21.6deg);
-o-transform: rotate(21.6deg);
transform: rotate(21.6deg)
}
.c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
-moz-transform: rotate(25.2deg);
-ms-transform: rotate(25.2deg);
-o-transform: rotate(25.2deg);
transform: rotate(25.2deg)
}
.c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
-moz-transform: rotate(28.8deg);
-ms-transform: rotate(28.8deg);
-o-transform: rotate(28.8deg);
transform: rotate(28.8deg)
}
.c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
-moz-transform: rotate(32.4deg);
-ms-transform: rotate(32.4deg);
-o-transform: rotate(32.4deg);
transform: rotate(32.4deg)
}
.c100.p10 .bar {
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-ms-transform: rotate(36deg);
-o-transform: rotate(36deg);
transform: rotate(36deg)
}
.c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
-moz-transform: rotate(39.6deg);
-ms-transform: rotate(39.6deg);
-o-transform: rotate(39.6deg);
transform: rotate(39.6deg)
}
.c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
-moz-transform: rotate(43.2deg);
-ms-transform: rotate(43.2deg);
-o-transform: rotate(43.2deg);
transform: rotate(43.2deg)
}
.c100.p13 .bar {
-webkit-transform: rotate(46.8deg);
-moz-transform: rotate(46.8deg);
-ms-transform: rotate(46.8deg);
-o-transform: rotate(46.8deg);
transform: rotate(46.8deg)
}
.c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
-moz-transform: rotate(50.4deg);
-ms-transform: rotate(50.4deg);
-o-transform: rotate(50.4deg);
transform: rotate(50.4deg)
}
.c100.p15 .bar {
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-ms-transform: rotate(54deg);
-o-transform: rotate(54deg);
transform: rotate(54deg)
}
.c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
-moz-transform: rotate(57.6deg);
-ms-transform: rotate(57.6deg);
-o-transform: rotate(57.6deg);
transform: rotate(57.6deg)
}
.c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
-moz-transform: rotate(61.2deg);
-ms-transform: rotate(61.2deg);
-o-transform: rotate(61.2deg);
transform: rotate(61.2deg)
}
.c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
-moz-transform: rotate(64.8deg);
-ms-transform: rotate(64.8deg);
-o-transform: rotate(64.8deg);
transform: rotate(64.8deg)
}
.c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
-moz-transform: rotate(68.4deg);
-ms-transform: rotate(68.4deg);
-o-transform: rotate(68.4deg);
transform: rotate(68.4deg)
}
.c100.p20 .bar {
-webkit-transform: rotate(72deg);
-moz-transform: rotate(72deg);
-ms-transform: rotate(72deg);
-o-transform: rotate(72deg);
transform: rotate(72deg)
}
.c100.p21 .bar {
-webkit-transform: rotate(75.6deg);
-moz-transform: rotate(75.6deg);
-ms-transform: rotate(75.6deg);
-o-transform: rotate(75.6deg);
transform: rotate(75.6deg)
}
.c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
-moz-transform: rotate(79.2deg);
-ms-transform: rotate(79.2deg);
-o-transform: rotate(79.2deg);
transform: rotate(79.2deg)
}
.c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
-moz-transform: rotate(82.8deg);
-ms-transform: rotate(82.8deg);
-o-transform: rotate(82.8deg);
transform: rotate(82.8deg)
}
.c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
-moz-transform: rotate(86.4deg);
-ms-transform: rotate(86.4deg);
-o-transform: rotate(86.4deg);
transform: rotate(86.4deg)
}
.c100.p25 .bar {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg)
}
.c100.p26 .bar {
-webkit-transform: rotate(93.6deg);
-moz-transform: rotate(93.6deg);
-ms-transform: rotate(93.6deg);
-o-transform: rotate(93.6deg);
transform: rotate(93.6deg)
}
.c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
-moz-transform: rotate(97.2deg);
-ms-transform: rotate(97.2deg);
-o-transform: rotate(97.2deg);
transform: rotate(97.2deg)
}
.c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
-moz-transform: rotate(100.8deg);
-ms-transform: rotate(100.8deg);
-o-transform: rotate(100.8deg);
transform: rotate(100.8deg)
}
.c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
-moz-transform: rotate(104.4deg);
-ms-transform: rotate(104.4deg);
-o-transform: rotate(104.4deg);
transform: rotate(104.4deg)
}
.c100.p30 .bar {
-webkit-transform: rotate(108deg);
-moz-transform: rotate(108deg);
-ms-transform: rotate(108deg);
-o-transform: rotate(108deg);
transform: rotate(108deg)
}
.c100.p31 .bar {
-webkit-transform: rotate(111.6deg);
-moz-transform: rotate(111.6deg);
-ms-transform: rotate(111.6deg);
-o-transform: rotate(111.6deg);
transform: rotate(111.6deg)
}
.c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
-moz-transform: rotate(115.2deg);
-ms-transform: rotate(115.2deg);
-o-transform: rotate(115.2deg);
transform: rotate(115.2deg)
}
.c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
-moz-transform: rotate(118.8deg);
-ms-transform: rotate(118.8deg);
-o-transform: rotate(118.8deg);
transform: rotate(118.8deg)
}
.c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
-moz-transform: rotate(122.4deg);
-ms-transform: rotate(122.4deg);
-o-transform: rotate(122.4deg);
transform: rotate(122.4deg)
}
.c100.p35 .bar {
-webkit-transform: rotate(126deg);
-moz-transform: rotate(126deg);
-ms-transform: rotate(126deg);
-o-transform: rotate(126deg);
transform: rotate(126deg)
}
.c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
-moz-transform: rotate(129.6deg);
-ms-transform: rotate(129.6deg);
-o-transform: rotate(129.6deg);
transform: rotate(129.6deg)
}
.c100.p37 .bar {
-webkit-transform: rotate(133.2deg);
-moz-transform: rotate(133.2deg);
-ms-transform: rotate(133.2deg);
-o-transform: rotate(133.2deg);
transform: rotate(133.2deg)
}
.c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
-moz-transform: rotate(136.8deg);
-ms-transform: rotate(136.8deg);
-o-transform: rotate(136.8deg);
transform: rotate(136.8deg)
}
.c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
-moz-transform: rotate(140.4deg);
-ms-transform: rotate(140.4deg);
-o-transform: rotate(140.4deg);
transform: rotate(140.4deg)
}
.c100.p40 .bar {
-webkit-transform: rotate(144deg);
-moz-transform: rotate(144deg);
-ms-transform: rotate(144deg);
-o-transform: rotate(144deg);
transform: rotate(144deg)
}
.c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
-moz-transform: rotate(147.6deg);
-ms-transform: rotate(147.6deg);
-o-transform: rotate(147.6deg);
transform: rotate(147.6deg)
}
.c100.p42 .bar {
-webkit-transform: rotate(151.2deg);
-moz-transform: rotate(151.2deg);
-ms-transform: rotate(151.2deg);
-o-transform: rotate(151.2deg);
transform: rotate(151.2deg)
}
.c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
-moz-transform: rotate(154.8deg);
-ms-transform: rotate(154.8deg);
-o-transform: rotate(154.8deg);
transform: rotate(154.8deg)
}
.c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
-moz-transform: rotate(158.4deg);
-ms-transform: rotate(158.4deg);
-o-transform: rotate(158.4deg);
transform: rotate(158.4deg)
}
.c100.p45 .bar {
-webkit-transform: rotate(162deg);
-moz-transform: rotate(162deg);
-ms-transform: rotate(162deg);
-o-transform: rotate(162deg);
transform: rotate(162deg)
}
.c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
-moz-transform: rotate(165.6deg);
-ms-transform: rotate(165.6deg);
-o-transform: rotate(165.6deg);
transform: rotate(165.6deg)
}
.c100.p47 .bar {
-webkit-transform: rotate(169.2deg);
-moz-transform: rotate(169.2deg);
-ms-transform: rotate(169.2deg);
-o-transform: rotate(169.2deg);
transform: rotate(169.2deg)
}
.c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
-moz-transform: rotate(172.8deg);
-ms-transform: rotate(172.8deg);
-o-transform: rotate(172.8deg);
transform: rotate(172.8deg)
}
.c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
-moz-transform: rotate(176.4deg);
-ms-transform: rotate(176.4deg);
-o-transform: rotate(176.4deg);
transform: rotate(176.4deg)
}
.c100.p50 .bar {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
-moz-transform: rotate(183.6deg);
-ms-transform: rotate(183.6deg);
-o-transform: rotate(183.6deg);
transform: rotate(183.6deg)
}
.c100.p52 .bar {
-webkit-transform: rotate(187.2deg);
-moz-transform: rotate(187.2deg);
-ms-transform: rotate(187.2deg);
-o-transform: rotate(187.2deg);
transform: rotate(187.2deg)
}
.c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
-moz-transform: rotate(190.8deg);
-ms-transform: rotate(190.8deg);
-o-transform: rotate(190.8deg);
transform: rotate(190.8deg)
}
.c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
-moz-transform: rotate(194.4deg);
-ms-transform: rotate(194.4deg);
-o-transform: rotate(194.4deg);
transform: rotate(194.4deg)
}
.c100.p55 .bar {
-webkit-transform: rotate(198deg);
-moz-transform: rotate(198deg);
-ms-transform: rotate(198deg);
-o-transform: rotate(198deg);
transform: rotate(198deg)
}
.c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
-moz-transform: rotate(201.6deg);
-ms-transform: rotate(201.6deg);
-o-transform: rotate(201.6deg);
transform: rotate(201.6deg)
}
.c100.p57 .bar {
-webkit-transform: rotate(205.2deg);
-moz-transform: rotate(205.2deg);
-ms-transform: rotate(205.2deg);
-o-transform: rotate(205.2deg);
transform: rotate(205.2deg)
}
.c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
-moz-transform: rotate(208.8deg);
-ms-transform: rotate(208.8deg);
-o-transform: rotate(208.8deg);
transform: rotate(208.8deg)
}
.c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
-moz-transform: rotate(212.4deg);
-ms-transform: rotate(212.4deg);
-o-transform: rotate(212.4deg);
transform: rotate(212.4deg)
}
.c100.p60 .bar {
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-ms-transform: rotate(216deg);
-o-transform: rotate(216deg);
transform: rotate(216deg)
}
.c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
-moz-transform: rotate(219.6deg);
-ms-transform: rotate(219.6deg);
-o-transform: rotate(219.6deg);
transform: rotate(219.6deg)
}
.c100.p62 .bar {
-webkit-transform: rotate(223.2deg);
-moz-transform: rotate(223.2deg);
-ms-transform: rotate(223.2deg);
-o-transform: rotate(223.2deg);
transform: rotate(223.2deg)
}
.c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
-moz-transform: rotate(226.8deg);
-ms-transform: rotate(226.8deg);
-o-transform: rotate(226.8deg);
transform: rotate(226.8deg)
}
.c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
-moz-transform: rotate(230.4deg);
-ms-transform: rotate(230.4deg);
-o-transform: rotate(230.4deg);
transform: rotate(230.4deg)
}
.c100.p65 .bar {
-webkit-transform: rotate(234deg);
-moz-transform: rotate(234deg);
-ms-transform: rotate(234deg);
-o-transform: rotate(234deg);
transform: rotate(234deg)
}
.c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
-moz-transform: rotate(237.6deg);
-ms-transform: rotate(237.6deg);
-o-transform: rotate(237.6deg);
transform: rotate(237.6deg)
}
.c100.p67 .bar {
-webkit-transform: rotate(241.2deg);
-moz-transform: rotate(241.2deg);
-ms-transform: rotate(241.2deg);
-o-transform: rotate(241.2deg);
transform: rotate(241.2deg)
}
.c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
-moz-transform: rotate(244.8deg);
-ms-transform: rotate(244.8deg);
-o-transform: rotate(244.8deg);
transform: rotate(244.8deg)
}
.c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
-moz-transform: rotate(248.4deg);
-ms-transform: rotate(248.4deg);
-o-transform: rotate(248.4deg);
transform: rotate(248.4deg)
}
.c100.p70 .bar {
-webkit-transform: rotate(252deg);
-moz-transform: rotate(252deg);
-ms-transform: rotate(252deg);
-o-transform: rotate(252deg);
transform: rotate(252deg)
}
.c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
-moz-transform: rotate(255.6deg);
-ms-transform: rotate(255.6deg);
-o-transform: rotate(255.6deg);
transform: rotate(255.6deg)
}
.c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
-moz-transform: rotate(259.2deg);
-ms-transform: rotate(259.2deg);
-o-transform: rotate(259.2deg);
transform: rotate(259.2deg)
}
.c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
-moz-transform: rotate(262.8deg);
-ms-transform: rotate(262.8deg);
-o-transform: rotate(262.8deg);
transform: rotate(262.8deg)
}
.c100.p74 .bar {
-webkit-transform: rotate(266.4deg);
-moz-transform: rotate(266.4deg);
-ms-transform: rotate(266.4deg);
-o-transform: rotate(266.4deg);
transform: rotate(266.4deg)
}
.c100.p75 .bar {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg)
}
.c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
-moz-transform: rotate(273.6deg);
-ms-transform: rotate(273.6deg);
-o-transform: rotate(273.6deg);
transform: rotate(273.6deg)
}
.c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
-moz-transform: rotate(277.2deg);
-ms-transform: rotate(277.2deg);
-o-transform: rotate(277.2deg);
transform: rotate(277.2deg)
}
.c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
-moz-transform: rotate(280.8deg);
-ms-transform: rotate(280.8deg);
-o-transform: rotate(280.8deg);
transform: rotate(280.8deg)
}
.c100.p79 .bar {
-webkit-transform: rotate(284.4deg);
-moz-transform: rotate(284.4deg);
-ms-transform: rotate(284.4deg);
-o-transform: rotate(284.4deg);
transform: rotate(284.4deg)
}
.c100.p80 .bar {
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-ms-transform: rotate(288deg);
-o-transform: rotate(288deg);
transform: rotate(288deg)
}
.c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
-moz-transform: rotate(291.6deg);
-ms-transform: rotate(291.6deg);
-o-transform: rotate(291.6deg);
transform: rotate(291.6deg)
}
.c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
-moz-transform: rotate(295.2deg);
-ms-transform: rotate(295.2deg);
-o-transform: rotate(295.2deg);
transform: rotate(295.2deg)
}
.c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
-moz-transform: rotate(298.8deg);
-ms-transform: rotate(298.8deg);
-o-transform: rotate(298.8deg);
transform: rotate(298.8deg)
}
.c100.p84 .bar {
-webkit-transform: rotate(302.4deg);
-moz-transform: rotate(302.4deg);
-ms-transform: rotate(302.4deg);
-o-transform: rotate(302.4deg);
transform: rotate(302.4deg)
}
.c100.p85 .bar {
-webkit-transform: rotate(306deg);
-moz-transform: rotate(306deg);
-ms-transform: rotate(306deg);
-o-transform: rotate(306deg);
transform: rotate(306deg)
}
.c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
-moz-transform: rotate(309.6deg);
-ms-transform: rotate(309.6deg);
-o-transform: rotate(309.6deg);
transform: rotate(309.6deg)
}
.c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
-moz-transform: rotate(313.2deg);
-ms-transform: rotate(313.2deg);
-o-transform: rotate(313.2deg);
transform: rotate(313.2deg)
}
.c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
-moz-transform: rotate(316.8deg);
-ms-transform: rotate(316.8deg);
-o-transform: rotate(316.8deg);
transform: rotate(316.8deg)
}
.c100.p89 .bar {
-webkit-transform: rotate(320.4deg);
-moz-transform: rotate(320.4deg);
-ms-transform: rotate(320.4deg);
-o-transform: rotate(320.4deg);
transform: rotate(320.4deg)
}
.c100.p90 .bar {
-webkit-transform: rotate(324deg);
-moz-transform: rotate(324deg);
-ms-transform: rotate(324deg);
-o-transform: rotate(324deg);
transform: rotate(324deg)
}
.c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
-moz-transform: rotate(327.6deg);
-ms-transform: rotate(327.6deg);
-o-transform: rotate(327.6deg);
transform: rotate(327.6deg)
}
.c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
-moz-transform: rotate(331.2deg);
-ms-transform: rotate(331.2deg);
-o-transform: rotate(331.2deg);
transform: rotate(331.2deg)
}
.c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
-moz-transform: rotate(334.8deg);
-ms-transform: rotate(334.8deg);
-o-transform: rotate(334.8deg);
transform: rotate(334.8deg)
}
.c100.p94 .bar {
-webkit-transform: rotate(338.4deg);
-moz-transform: rotate(338.4deg);
-ms-transform: rotate(338.4deg);
-o-transform: rotate(338.4deg);
transform: rotate(338.4deg)
}
.c100.p95 .bar {
-webkit-transform: rotate(342deg);
-moz-transform: rotate(342deg);
-ms-transform: rotate(342deg);
-o-transform: rotate(342deg);
transform: rotate(342deg)
}
.c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
-moz-transform: rotate(345.6deg);
-ms-transform: rotate(345.6deg);
-o-transform: rotate(345.6deg);
transform: rotate(345.6deg)
}
.c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
-moz-transform: rotate(349.2deg);
-ms-transform: rotate(349.2deg);
-o-transform: rotate(349.2deg);
transform: rotate(349.2deg)
}
.c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
-moz-transform: rotate(352.8deg);
-ms-transform: rotate(352.8deg);
-o-transform: rotate(352.8deg);
transform: rotate(352.8deg)
}
.c100.p99 .bar {
-webkit-transform: rotate(356.4deg);
-moz-transform: rotate(356.4deg);
-ms-transform: rotate(356.4deg);
-o-transform: rotate(356.4deg);
transform: rotate(356.4deg)
}
.c100.p100 .bar {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
.c100:hover {
cursor: default
}
.c100:hover>span {
width: 3.33em;
line-height: 3.33em;
font-size: 0.3em;
color: #307bbb
}
.c100:hover:after {
top: 0.04em;
left: 0.04em;
width: 0.92em;
height: 0.92em
}
.c100.dark {
background-color: #777777
}
.c100.dark .bar,
.c100.dark .fill {
border-color: #c6ff00 !important
}
.c100.dark>span {
color: #777777
}
.c100.dark:after {
background-color: #666666
}
.c100.dark:hover>span {
color: #c6ff00
}
.c100.green .bar,
.c100.green .fill {
border-color: #4db53c !important
}
.c100.green:hover>span {
color: #4db53c
}
.c100.green.dark .bar,
.c100.green.dark .fill {
border-color: #5fd400 !important
}
.c100.green.dark:hover>span {
color: #5fd400
}
.c100.orange .bar,
.c100.orange .fill {
border-color: #dd9d22 !important
}
.c100.orange:hover>span {
color: #dd9d22
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
border-color: #e08833 !important
}
.c100.orange.dark:hover>span {
color: #e08833
}
.owl-obras .owl-next {
position: absolute;
right: 5%;
width: 60px;
height: 60px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 45%;
}
.hist-ano {
background: #11A8E0;
border-radius: 5px;
padding: 25px;
display: none;
margin-top: 20px;
min-height: 120px;
}
.hist-ano.active {
font-weight: 300;
font-size: 18px;
line-height: 23px;
color: #FFFFFF;
display: block;
}
section.historia {
padding: 40px 0;
position: relative;
}
.container#historia {
background-color: #EFFBFF;
padding: 100px;
border-radius: 5px 5px 0px 0px;
}
.historia .top-title {
max-width: 100%;
height: auto !important;
}
.home-sobre {
position: relative;
}
.fc {
padding: 80px 0;
}
.fc-info span {
font-weight: 500;
font-size: 14px;
color: #1A2C69;
}
.fc-item i {
font-size: 28px;
color: #11A8E0;
}
.fc-loc iframe {
width: 100%;
}
.fc-loc {
padding-bottom: 80px;
}
.fc-sociais {
padding-bottom: 80px;
}
.fc-item {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
margin-top: 15px;
}
.fc-info.alt {
font-size: 14px;
line-height: 20px;
}
.fc-info {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 10px;
font-weight: 450;
font-size: 18px;
line-height: 110%;
text-transform: uppercase;
color: #787776;
}
.hist-badge { color: #1A2C69 !important;
display: inline-block;
border-radius: 8px;
margin: 6px 0;
font-size: 24px;
}
.owl-historia .owl-item {
position: relative;
top: 10px;
transition: 300ms all ease-in-out;
}
.owl-historia .owl-item.active.center .hist-badge {
color: #11A8E0 !important;
font-size: 42px;
margin: 0;
position: relative;
bottom: 8px;
}
.owl-historia {
margin-top: 40px;
}
.sobre-video iframe {
max-width: 1200px;
width: 100%;
height: 600px;
border-radius: 20px;
}
.left-emp {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 100%;
background-repeat: no-repeat;
}
.txture-footer {
transform: rotateY(180deg);
}
.right-emp {
position: absolute;
top: 0;
right: 0;
width: 72px;
height: 100%;
background-repeat: no-repeat;
}
.footer-insta {
margin-top: -60px;
width: 100%;
height: 124px;
background-repeat: repeat-x;
background-position: bottom center;
}
.footer-tel i {
color: #11A8E0;
font-size: 36px;
}
.footert-info {
font-weight: 700;
font-size: 23px;
line-height: 190%;
color: #FFFFFF;
margin-left: 10px;
display: flex;
flex-direction: column;
}
.imv-dif img {
height: 35px;
width: auto;
}
.imvdif-title {
font-weight: 450;
font-size: 16px;
line-height: 100%;
text-align: center;
color: #717171;
margin-top: 10px;
}
.imvdif-img-container {
height: 64px;
width: 64px;
display: flex;
align-items: center;
justify-content: center;
background: #1A2C69;
border-radius: 50px;
}
.img-footer {
max-width: 100%;
}
.imv-dif {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30px;
}
a.invis-whatsapp {
background: #00CC45;
}
a.invis-facebook {
background: #1D72B5;
}
a.invis-instagram {
background: linear-gradient(219.29deg, #7D39AF 18.41%, #F71A00 59.57%, #F8C001 80.15%);
}
a.invis-twitter {
background: #1CB7EB;
}
a.invis-mail {
background: #A8A6A6;
}
.imv-video {
padding: 100px 0;
}
.imv-video .row {
justify-content: center;
}
.imv-video iframe {
max-width: 80%;
height: 540px;
}
.ig-item .imvdif-img-container {
margin-right: 10px;
}
.ig-item i {
color: #11A8E0;
font-size: 28px;
}
.ig-text {
flex: 1;
display: flex;
justify-content: flex-start;
align-items: center;
text-align: left;
}
.ig-item {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
font-weight: 450;
font-size: 16px;
line-height: 100%;
text-align: center;
color: #717171;
margin-top: 10px;
margin-bottom: 20px;
}
.imvif-title {
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #1A2C69;
}
section.imv-galeria {
padding: 100px 0;
}
.imvif-desc {
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #857F7F;
margin: 10px 0;
}
.imv-gal {
height: 409px;
width: 100%;
background-size: cover;
background-position: center center;
}
.imvi-form {
background: #FFFFFF;
border: 1px solid #E6E6E6;
box-shadow: 0px 4px 18px rgb(0 0 0 / 15%);
border-radius: 15px;
padding: 40px;
}
.footert-info span {
font-weight: 600;
font-size: 14px;
line-height: 0px;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #11A8E0;
}
.invis-btns a {
width: 50px;
height: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
font-size: 20px;
border-radius: 50px;
margin-right: 5px;
margin-top: 15px;
}
.footer-tel {
display: flex;
align-items: flex-end;
margin-bottom: 30px;
}
.bl-insta {
height: 360px;
width: 100%;
background-size: cover;
background-position: center center;
margin-top: 30px;
}
.footer-title {
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: #11A8E0;
}
.footer-item i {
margin-right: 10px;
color: #11a8e0;
}
.footeri-info span {
font-size: 10px;
line-height: 1;
}
.footer-item {
margin-bottom: 10px;
font-weight: 300;
font-size: 16px;
line-height: 190%;
color: #FFFFFF;
display: flex;
align-items: center;
}
.footer-sociais {
display: flex;
}
.fs-item:hover {
color: white;
}
a.fs-item {
transition: 300ms all ease-in-out;
width: 40px;
height: 40px;
background: #132562;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
margin: 10px;
}
.footeri-info {
display: flex;
flex-direction: column;
}
h1.page-title {
font-weight: 900;
font-size: 46px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
.page-bread {
font-weight: 300;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #FFFFFF;
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.sobre {
padding: 80px 0;
}
.sobrei-info {
font-weight: 500;
font-size: 15px;
line-height: 20px;
color: #7D7D7D;
}
.sobre .site-title {
font-size: 42px;
}
.historia .site-title {
font-size: 42px;
}
.hr-sobre {
background: #C4C4C4;
width: 30%;
height: 1px;
margin-bottom: 20px;
}
.sobre-item {
font-weight: 600;
font-size: 35px;
line-height: 56px;
color: #11A8E0;
position: relative;
margin-bottom: 25px;
}
.sobre .sobre-item:last-child {
margin-bottom: 0 !important;
}
.certificacoes .logo-certificacao {
max-width: 30%;
max-height: 38px;
}
.sobre-desc {
font-weight: 350;
font-size: 24px;
line-height: 42px;
color: #8A8A8A;
margin-top: 50px;
margin-bottom: 20px;
}
.page-info {
text-align: center;
}
section.blog-interna {
padding: 100px 0;
}
.homeemp-price.alt {
font-size: 30px;
padding: 0;
}
.homeemp-price {
display: flex;
padding: 5px 25px;
flex-direction: column;
color: #11A8E0;
font-size: 24px;
margin-top: 10px;
}
.homeemp-price span {
color: #1a2c69;
font-size: 14px;
line-height: 10px;
font-weight: 700;
}
a.bl-home-emp {
transition: 300ms all ease-in-out;
box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
border-radius: 0px 0px 10px 10px;
background-color: white;
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.page-head {
background: linear-gradient(270deg, #213A8E 25.21%, #526BBE 75.21%);
padding: 161px 0 110px;
position: relative;
}
.page-bread span {
color: #11A8E0;
}
ul.blog-cats a.active {
color: #11A8E0;
}
ul.blog-cats a {
font-weight: 900;
font-size: 18px;
line-height: 110%;
text-transform: uppercase;
color: #6B6B6B;
padding: 10px;
display: inline-block;
}
form.blog-search i {
position: absolute;
top: 50%;
right: 15px;
color: #11A8E0;
}
ul.blog-cats {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
padding: 40px 0;
}
section.imv-btns {
margin-top: -100px;
z-index: 10;
position: relative;
}
.imvbtn-text {
font-weight: 700;
font-size: 18px;
line-height: 23px;
color: #FFFFFF;
}
.imvbtn-info span {
font-weight: 450;
font-size: 12px;
line-height: 15px;
color: #B6BDD5;
}
.imv-btn img {
margin-right: 20px;
}
.invi-share {
margin-top: 30px;
}
section.imv-info {
margin: 50px 0;
}
.imv-dif i {
color: #11A8E0;
font-size: 28px;
}
.invis-title {
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #5B5959;
}
.imvi-desc {
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #6B6B6B;
margin-top: 20px;
}
.imvi-title {
font-weight: 600;
font-size: 32px;
line-height: 38px;
text-transform: uppercase;
color: #1A2C69;
}
.imovelh-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
section.imovel-header {
height: 750px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-position: center center;
background-size: cover;
position: relative;
}
.form-newsletter input {
background: #F3F5F7;
border-radius: 30px;
padding: 10px 20px !important;
font-weight: 450;
font-size: 12px;
line-height: 15px;
margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.form-newsletter .wpcf7-response-output {
color: white !important;
border: none !important;
}
.form-newsletter .wpcf7-submit {
color: white;
background: #11A8E0;
width: 100%;
}
.imv-btn {
display: flex;
align-items: center;
justify-content: center;
background: #1A2C69;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
}
form.blog-search input {
border: 1px solid #11A8E0;
border-radius: 30px;
font-weight: 700;
font-size: 14px;
line-height: 110%;
color: #6B6B6B;
padding: 15px 50px 15px 25px;
margin-top: 20px;
}
.blog-search {
position: relative;
width: 100%;
}
.ipt-group button {
background: #11A8E0;
border: 1px solid #11A8E0;
border-radius: 30px;
font-weight: 700;
font-size: 14px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
padding: 20px;
margin-top: 10px;
}
.ipt-group select {
font-weight: 450;
font-size: 14px;
line-height: 18px;
border: none;
border-bottom: 1px solid #ccc;
padding: 10px 10px 10px 0;
margin-top: 10px;
margin-bottom: 40px;
}
.ipt-group {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: center;
}
.input-label {
font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #595858;
}
section.imoveis-interna {
padding: 100px 0;
}
.btn-todos-imoveis a {
padding: 10px 20px;
background-color: #11A8E0;
color: #fff;
border-radius: 10px;
}
.page-bread span.dot {
margin: 0 10px;
font-size: 8px;
}
.footer-desc ul a {
color: #E9E9E9;
}
.footer-desc ul {
font-weight: 300;
font-size: 14px;
line-height: 190%;
color: #E9E9E9;
list-style: none;
}
.footer-title {
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: #11A8E0;
padding-bottom: 15px;
border-bottom: 1px solid #1A2C69;
margin-bottom: 25px;
}
.bl-blog {
display: inline-flex;
transition: 300ms all ease-in-out;
width: 100%;
height: 100%;
flex-direction: column;
}
.logo-footer {
width: 100%;
}
.bl-blog:hover {
box-shadow: 0px 4px 15px rgb(0 0 0 / 5%);
}
.blb-data i {
color: #11a8e0;
}
.blb-data {
font-weight: 500;
font-size: 18px;
line-height: 110%;
text-align: right;
color: #616161;
}
.blb-info {
background: #F3FCFF;
border-radius: 0px 0px 10px 10px;
padding: 20px 20px 40px;
flex: 1;
position: relative;
}
.blb-cat {
font-weight: 400;
font-size: 12px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: #11A8E0;
border-radius: 20px;
display: inline-block;
padding: 7px 15px;
}
.blb-amarela {
background: #FFDA00;
}
.blb-verde {
background: #255D21;
}
.blb-vermelho {
background: #A92A2A;
}
.blb-azul {
background: #1A2C69;
}
.bl-barra {
display: flex;
justify-content: center;
align-items: center;
}
.barra-whatsapp {
background: #00CC45;
}
.barra-info span {
font-weight: 250;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
}
.barra-calc {
background: #11A8E0;
}
.barra-chat {
background: #0B1C55;
}
.barra-btn i {
margin-right: 10px;
font-size: 30px;
}
.barra-info {
display: flex;
flex-direction: column;
}
.barra-tel {
background: #142B78;
display: flex;
justify-content: center;
align-items: center;
}
.footer-hr {
width: 100%;
height: 1px;
background: #0F2571;
margin: 40px 0 70px;
}
.barra-btn {
display: flex;
flex-direction: row;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: #FAFAFA;
padding: 18px 0;
align-items: center;
}
section.barra-footer {
position: fixed;
bottom: 0;
width: 100%;
z-index: 11;
background: #11A8E0;
}
.footer-copy {
font-weight: 450;
font-size: 13px;
line-height: 190%;
color: #BEBDBD;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}
.nl-title {
font-weight: 900;
font-size: 32px;
line-height: 110%;
text-transform: uppercase;
color: #11A8E0;
}
.blb-head {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.blb-head>* {
margin: 5px 0;
}
.blb-desc {
font-weight: 450;
font-size: 14px;
line-height: 18px;
color: #8C8C8C;
}
.bl-blog:hover .blb-img {
transform: scale(1.1);
}
.bl-blog:hover .blb-readmore i {
margin-left: 5px;
}
.blb-readmore i {
color: #11A8E0;
transition: 300ms all ease-in-out;
}
.blb-readmore {
font-weight: 500;
font-size: 13px;
line-height: 110%;
color: #6B6B6B;
margin-top: 20px;
display: inline-block;
bottom: 25px;
position: absolute;
}
.blb-title {
font-weight: 900;
font-size: 24px;
line-height: 110%;
color: #6B6B6B;
margin: 20px 0;
}
.blb-img-container {
height: 220px;
width: 100%;
position: relative;
overflow: hidden;
border-radius: 10px 10px 0px 0px;
}
.blb-img {
transition: 300ms all ease-in-out;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
.text-right {
text-align: right;
}
.bl-depo {
position: relative;
overflow: hidden;
width: 100%;
height: 450px;
background-color: #222;
border-radius: 10px;
clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 90%, 99% 92%, 99% 92%, 97% 93%, 0% 100%);
}
.bldepo-nome {
color: white;
text-align: center;
bottom: 60px;
position: absolute;
width: 100%;
font-weight: 700;
font-size: 23px;
line-height: 110%;
}
img.b-depo {
position: absolute;
top: -1px;
left: 0;
width: 100%;
}
a.btn-inline:hover {
color: white;
background-color: #11A8E0;
}
a.btn-inline {
transition: 300ms all ease-in-out;
font-weight: 700;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #11A8E0;
border: 2px solid #11A8E0;
border-radius: 30px;
padding: 15px 25px;
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
}
.homeemp-img {
width: 100%;
height: 350px;
background-size: cover;
background-position: center center;
position: relative;
border-radius: 10px 10px 0 0;
}
.bl-home-emp-container {
padding: 10px;
height: 100%;
}
.homeemp-loc { font-weight: 450;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #1A2C69;
display: flex;
align-items: center;
padding: 25px 25px 5px;
}
.homeemp-readmore i {
color: #11A8E0;
transition: 300ms all ease-in-out;
}
.bl-home-emp:hover i {
margin-left: 5px;
}
.homeemp-readmore {
font-weight: 500;
font-size: 16px;
line-height: 110%;
color: #6B6B6B;
padding: 5px 25px 25px;
}
.homeemp-hr {
width: 100%;
background: #E4E4E4;
height: 1px;
margin: 15px 0;
}
.homeemp-dif {
display: flex;
align-items: center;
font-weight: 450;
font-size: 15px;
line-height: 19px;
color: #1A2C69;
margin-right: 20px;
}
.homeemp-title {
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #5B5B5B;
padding: 5px 25px; }
.owl-slide .owl-prev {
position: absolute;
left: 1%;
width: 40px;
height: 40px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 62%;
}
.owl-slide .owl-next {
position: absolute;
right: 1%;
width: 40px;
height: 40px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 62%;
}
.form-contato {
text-align: center;
}
.form-contato .wpcf7-submit {
background: #11A8E0;
border-radius: 53px;
padding: 10px 30px;
}
.form-contato input,
.form-contato textarea {
background: #FFFFFF;
border: 2px solid #EEEDEB !important;
margin-top: 10px;
max-width: 450px;
}
.form-contato .owl-emp .owl-prev {
position: absolute;
left: 30px;
width: 40px;
height: 40px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 20%;
}
.owl-emp .owl-next {
position: absolute;
right: 30px;
width: 40px;
height: 40px;
border-radius: 50px !important;
background-color: #1A2C69 !important;
color: white !important;
top: 20%;
}
.owl-emp .owl-stage {
display: flex;
}
.owl-emp .item {
display: flex;
flex: 1 0 auto;
height: 100%;
}
.owl-emp .bl-home-emp-container {
position: relative;
overflow: hidden;  display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
}
.homeemp-difs {
display: flex;
padding: 5px 25px;
align-items: center;
justify-content: flex-start; font-size: 16px;
}
.bl-home-emp:hover {
box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
} .homeemp-info img {
width: initial !important;
margin-right: 8px;
}
.homeemp-cat {
font-weight: 450;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
position: absolute;
bottom: 0;
left: 0;
margin: 20px;
z-index: 1;
background: #11A8E0;
border-radius: 15px;
padding: 5px 15px;
}
.homeemp-cat-btn {
font-weight: 700;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
.home-emp-cats {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
section.sobre {
position: relative;
}
a.homeemp-cat-btn.active,
a.homeemp-cat-btn:hover {
color: white;
background-color: #11A8E0;
}
.fc-desc {
font-weight: 450;
font-size: 16px;
line-height: 20px;
color: #747474;
margin-bottom: 20px;
}
.fc-title {
font-weight: 700;
font-size: 28px;
line-height: 120%;
color: #1A2C69;
padding: 10px 0;
}
.contato-form {
text-align: center;
background: #F4F5F5;
padding: 80px 0;
}
.bl-fc {
background: #FFFFFF;
border: 1px solid #E4E4E4;
box-shadow: 0px 4px 27px rgb(0 0 0 / 10%);
border-radius: 10px;
padding: 40px;
margin-top: 30px;
}
section.fale-conosco {
padding-bottom: 80px;
}
.ar-title {
font-weight: 700;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #1A2C69;
padding: 20px 0;
}
.acesso-rapido {
padding: 80px 0;
}
img.img-ar {
height: 60px;
}
.bl-ar {
text-align: center;
background: #c1eeff;
border: 1px solid #ACB1C2;
border-radius: 15px;
padding: 60px 0;
margin-top: 40px;
}
.homes-img {
max-width: 100%;
z-index: 1;
position: relative;
}
.homes-desc p {
font-weight: 300;
font-size: 1rem;
line-height: 1.5;
color: #898989;
margin-top: 20px;
}
.bl-ar {
text-align: center;
}
a.btn-normal:hover {
background-color: #0b88b6;
}
a.btn-normal {
transition: 300ms all ease-in-out;
font-weight: 700;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: #11A8E0;
border-radius: 30px;
padding: 15px 25px 12px;
display: inline-block;
}
a.homeemp-cat-btn {
transition: 300ms all ease-in-out;
font-weight: 700;
font-size: 14px;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: #6B6B6B;
border: 2px solid #11A8E0;
border-radius: 30px;
padding: 12px 25px 10px;
margin: 20px;
}
.site-title {
font-weight: 900;
font-size: 32px;
line-height: 110%;
text-transform: uppercase;
color: var(--sec-color);
margin-top: 10px;
}
.site-title span {
color: var(--main-color);
} .slider-container {
position: relative;
}
.slider-container .cycle-slideshow {
height: 600px;
width: 100%;
overflow: hidden;
}
.slider-container .display-element {
height: 100%;
width: 100%;
background-size: cover !important;
}
.slider-container .display-container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
position: relative;
}
.slider-container .display-container img {
width: 100%;
height: auto;
}
.slider-container .display-next,
.slider-container .display-prev {
position: absolute;
top: 50%;
transform: translate(0, -50%);
z-index: 999;
font-size: 52px;
color: white;
cursor: pointer;
}
.slider-container .display-next {
right: 20px;
}
.slider-container .display-prev {
left: 20px;
}
.slider-container .display-pager {
display: block;
width: 100%;
text-align: center;
padding: 20px 0;
}
.slider-container .display-pager span {
height: 10px;
width: 10px;
border-radius: 100%;
display: inline-block;
text-indent: -9999px;
cursor: pointer;
background: black;
}
.slider-container .display-pager span+span {
margin-left: 5px;
}
.slider-container .display-pager span.cycle-pager-active {
cursor: default;
opacity: 0.5;
}  .blog-roll-container .thumb {
height: 200px;
width: 100%;
}
.thumb a,
.thumb .thumb-img {
display: block;
height: 100%;
width: 100%;
background-size: cover !important;
background-position: center !important;
} .post-excerpt {
height: 200px;
} .page-header {
margin-bottom: 30px;
}
.the-content p+p {
margin-top: 15px;
}
.page-container {
padding: 30px 0;
}
.the-categories li {
display: inline-block;
}
.medias img {
margin-right: 5px;
}
.the-categories li+li:before {
content: ",";
position: relative;
display: inline-block;
margin-right: 4px;
left: -2px;
}
.share-this li {
display: inline-block;
padding: 5px;
} .galerias-content {
margin-top: -30px;
}
.galerias-element {
margin-top: 30px;
}
.galerias-element .thumb-img {
display: block;
width: 100%;
height: 200px;
} .contato-container {
margin-top: -30px;
}
.contato-container .lince-input {
margin-top: 30px;
}
.contato-container br {
display: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
outline: none;
border: none;
resize: none;
width: 100%;
box-sizing: border-box;
padding: 10px;
font-size: 14px;
transition: 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1);
border: none;
}
input[type="submit"] {
outline: none;
cursor: pointer;
border: none;
background: #66cc33;
color: white;
padding: 10px;
}
label.error {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 10px;
color: red;
}
.lince-input .label-file {
background: #b4b4c4;
padding: 10px;
cursor: pointer;
width: 30%;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
text-align: center;
}
input[type="text"].file-archive {
width: 70%;
}
.alertify-button {
box-shadow: none !important;
border: none !important;
border-radius: 0 !important;
background: #66cc33 !important;
text-shadow: none !important;
margin-top: 20px;
} .lince-input .wpcf7-form-control-wrap {
display: block;
} p+.gallery,
ul+.gallery,
.gallery+p,
.gallery+ul,
.gallery+.gallery {
margin-top: 30px;
}
.gallery {
margin: 0;
top: -20px;
position: relative; }
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 0 1.1400652% 0;
margin-top: 20px;
}
.gallery-icon {
height: 200px;
}   body.admin-bar {
padding-bottom: 32px !important;
}
@media screen and (max-width: 782px) {
body.admin-bar {
padding-bottom: 46px !important;
}
.right-emp {
display: none;
}
section.imv-loc {
padding: 0;
}
} .facebook-cmt .fb-comments,
.facebook-cmt .fb-comments span,
.facebook-cmt .fb-comments iframe {
width: 100% !important;
} .gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
width: 100%;
height: auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} @media (max-width: 1620px) {
.txture-footer,
.pattern-detail-right,
.pattern-detail-left {
display: none;
}
}
@media (max-width: 1399px) {
.fc-title {
font-size: 26px;
}
}
@media (max-width: 992px) { .post+.post {
margin-top: 30px;
}
.card-side {
display: none;
}
.navbar ul {
padding-right: 0px !important;
}
.navbar-collapse li a:after {
display: none;
}
.navbar-collapse ul {
margin-top: 40px;
}
.navbar-collapse li a {
font-size: 18px;
text-align: center;
padding: 20px 0px;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
} .tablet {
display: block;
}
.slider-container .cycle-slideshow {
height: auto;
}
.slider-container .display-container {
display: block;
}
.slider-container .display-container .txt {
position: absolute;
top: 40%;
z-index: 999;
width: 100%;
text-align: center;
padding: 20px;
}
.slider-container .display-next,
.slider-container .display-prev {
display: none;
}
.navbar.changeColor {
padding: 15px 0;
}
}
@media (max-width: 768px) { #menu {
padding: 0;
}
.barra-footer {
display: none;
}
.navbar-collapse li {
float: none;
}
.navbar-collapse a {
padding: 0;
line-height: 45px;
} .navbar-collapse .sub-menu {
max-height: 0px !important;
padding: 0 0 0 20px;
margin: 0;
overflow: hidden;
opacity: 0;
transition: 1s ease;
}
.navbar-collapse .menu-item-has-children.opened .sub-menu {
max-height: 200px !important;
opacity: 1;
} .label-file span {
display: none;
} .gallery-item {
width: 100%;
max-width: 100% !important;
}
.imv-btn {
justify-content: start;
}
}
@media (max-width: 576px) {
.navbar {
background-color: rgba(0, 0, 0, 0.7) !important;
} .owl-emp .owl-prev {
left: 5px;
width: 48px;
height: 48px;
}
.owl-emp .owl-next {
right: 5px;
width: 48px;
height: 48px;
}
.homeemp-readmore {
padding: 5px 25px 17px;
}
.home-sobre {
padding: 0 22px;
}
img.imvp-img {
height: unset;
}
}
@media screen and (max-width: 1360px),
(max-height: 575px) {
.sel-plants {
width: 87%;
}
.txture-footer {
display: none;
}
}