html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
margin: 0;
padding: 0;
font-family: 'Arimo', sans-serif;
font-weight: 400;
line-height: 1.2em;
color: #202020;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
border: none;
outline-style: none;
text-decoration: none;
box-shadow: none;
transition: ease-in-out .2s;
background-color: transparent;
}
body {
position: relative;
}
main {
overflow: hidden;
padding-top: 95px;
}
strong {
font-weight: 600;
}
.bg-cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-contain {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.cta {
font-size: .85em;
font-weight: 700;
font-style: normal;
text-decoration: none;
line-height: normal;
color: #fff;
background: #C3866B;
border: 1px solid #C3866B;
border-radius: 50px;
padding: 15px 35px;
display: flex;
align-items: center;
transition: ease-in-out .3s;
position: relative;
width: fit-content;
text-transform: uppercase;
cursor: pointer;
}
.cta svg,
.cta img {
display: block;
margin-left: 20px;
transition: ease-in-out .2s;
}
.cta:hover {
color: #C3866B;
border: 1px solid #C3866B;
background: #fff;
}
.cta:hover svg,
.cta:hover img {
margin-left: 30px;
}
.cta:hover svg path {
stroke: #C3866B;
}
.cta.white{  
border-color: #fff;
background: #fff;
color: #202020;
}
.cta.white:hover { 
border-color: #C3866B;
background-color: #C3866B; 
color: #fff;
} .header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.secao-cabecalho{
background-color: #fff;
width: 100%;
}
.navbar-brand{
padding: 0 !important;
margin: 0;
}
.navbar-brand img {
width: 100%;
max-width: 250px;
}
.navbar .nav-item a {  
color: #818385;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0 20px;
transition: ease-in-out .2s;
position: relative;
}
.navbar .menu-item {
position: relative;
} .navbar .menu-item a:hover:before,
.current-menu-item a:before{
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 1px;
background: #C3866B;
}
.navbar-brand:hover {
border: none !important;
}
.header .trp-language-switcher,
.header .trp-ls-shortcode-current-language {
width: 120px;
}
.header .trp-language-switcher > div {
background-color: transparent;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1L5 5.5L9.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
border: none;
background-position: calc(100% - 40px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
}
.header .trp-language-switcher > div > a {
color: #fff;
}
.header .trp-language-switcher > div > a:hover {
background-color: transparent;
} .menu-open-close {
position: relative;
}
.menu-toggle {
width: 25px;
border-radius: 11px;
display: none !important;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.menu-toggle span {
font-weight: 600;
line-height: 40px;
color: #C3866B;
font-weight: 600;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
content: "";
width: 25px;
border-radius: 11px;
height: 2px;
display: block;
background: #C3866B;
}
.menuToggle {
display: none;
position: relative;
z-index: 2;
width: 60px;
height: 40px;
cursor: pointer;
}
.menu-lateral {
margin: 0;
padding: 0;
position: fixed;
top: 0;
left: -120%;
width: 100%;
max-width: 300px;
height: 100vh;
background: #fff;
z-index: 1000;
transition: 0.5s;
overflow-y: hidden;
scrollbar-width: none;
display: flex;
flex-direction: column;
padding-top: 100px
}
.close-button {
position: absolute;
top: 40px;
right: 20px;
cursor: pointer;
}
.close-button span {
color: #C3866B;
font-size: 28px;
font-weight: 300;
line-height: 48px;
}
.menu::-webkit-scrollbar {
display: none;
}
.menu-lateral ul {
overflow-y: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.menu-lateral ul li {
list-style: none;
}
.menu-lateral.active {
left: 0;
overflow: auto;
}
.navbar .sub-menu {
display: none;
position: absolute;
top: 20px;
left: 0;
list-style: none;
border: 1px solid #133292;
border-top: 0;
background: #FFF;
box-shadow: 0px 8px 29.5px 0px rgba(0, 0, 0, 0.06);
width: 270px;
padding: 30px;
z-index: 5;
}
.navbar .sub-menu li {
margin-bottom: 15px;
}
.navbar .sub-menu a {
color: #717171;
font-size: .8em;
font-style: normal;
font-weight: 600;
line-height: 121.071%;
padding: 0;
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
content: none;
}
.navbar .sub-menu a:hover {
color: #133292;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children::after {
content: "";
position: absolute;
right: 2px;
bottom: 6px;
width: 11px;
height: 7px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1L5 5.5L9.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
}
.menu-item-has-children:hover .sub-menu{
display: block;
} .banner-principal {
position: relative;
}
.banner-principal img {
height: auto;
object-fit: cover;
}
.banner-principal .slick-dots {
bottom: 40px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots li {
width: 12px;
height: 12px;
}
.slick-dots li button:before {
font-size: 0;
background: transparent;
border: 2px solid #fff;
border-radius: 50%;
opacity: .5;
width: 12px;
height: 12px;
}
.slick-dots li.slick-active button:before {
opacity: 1;
background: #fff;
border-radius: 100px;
border: 2px solid transparent;
}
.slick-dots li button {
padding: 0;
}
.slick-arrow {
background: #C3866B;
width: 40px;
height: 40px;
border-radius: 50%;
}
.slick-arrow:hover {
background: #C3866B;
}
.after {
position: relative;
}
.after::after {
content: '';
position: absolute;
top: 43px;
left: 0;
background: #C3866B;
width: 59px;
height: 2px;
background-size: contain;
}
.titulo,
.titulo p {
color: #818385;
font-size: 2em;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 30px;
position: relative;
}
.titulo p {
font-size: 1em;
line-height: 1em;
}
.titulo strong {
color: #C3866B;
font-weight: 700;
}
.titulo.white,
.titulo.white p {
color: #fff;
}
.subtitulo {
position: relative;
color: #06B48A;
font-size: 1.2em;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 50px;
}
.texto .cta {
margin-top: 30px;
}
.texto p {
color: #818385;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 160%;
margin-bottom: 15px;
}
.texto p:last-child {
margin-bottom: 0;
}
.texto p strong {
font-weight: 700;
}
.texto.white p {
color: #fff;
}
#home .produtos .titulo {
margin-bottom: 0;
}
#home .produtos .link {
color: #818385;
font-size: .85em;
font-style: normal;
font-weight: 400;
line-height: 164%;
margin-left: 100px;
}
#home .produtos .link svg{
margin-left: 10px;
transition: ease-in-out .2s;
}
#home .produtos .link:hover svg{
margin-left: 20px;
}
#home .produtos .container-slide {
position: relative;
}
#home .produtos .slide .slick-track {
padding: 60px 0 0 0;
}
#home .produtos .slick-dots {
z-index: 10;
}
#home .produtos .slick-dots li button:before {
border: 2px solid #C3866B;
}
#home .produtos .slick-dots li.slick-active button:before {
background: #C3866B;
}
.produtos .box {
display: block;
transition: ease-in-out .2s;
}
.produtos .box:hover {
transform: scale(1.1);
}
.produtos .box .thumb {
height: 420px;
object-fit: cover;
border-radius: 20px;
}
.produtos .box .texto {
position: relative;
}
.produtos .box .texto .icone {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -100px;
width: 100px;
height: 100px;
background: #fff;  
padding: 10px;
border-radius: 50%;
margin-bottom: 20px;
}
.produtos .box .texto .icone img{
width: 70px;
height: 70px;
object-fit: contain;
}
.produtos .box h3 {
color: #818385;
text-align: center;
font-size: 1.3em;
font-style: normal;
font-weight: 700;
line-height: 115%;
margin-top: 50px;
position: relative;
z-index: 2;
}
#home .empresa {
background: #F3F1EA;
}
#home .empresa .titulo {
color: #92583E;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: normal;
}
#home .empresa .titulo span {
font-size: 1.5em;
}
#home .empresa .cta {
background: #92583E;
}
.col-20 {
width: 20%;
}
.convenios .box {
padding: 30px;
height: 150px;
}
.convenios .box img {
max-width: 100%;
max-height: 37px;
object-fit: contain;
margin: 0 auto;
}
.table-custom {
width: 100%;
border-collapse: collapse;
}
.table-custom td {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px;
}
.table-custom tr:first-child td {
border-top: none;
}
.table-custom tr:last-child td {
border-bottom: none;
}
.table-custom td:first-child {
border-left: none;
}
.table-custom td:last-child {
border-right: none;
}
.banner-secundario .titulo{
font-weight: 400;
}
#home .blog .subtitulo.after::after { 
left: 0;
transform: none;
} .topo-page .row {
height: 200px;
}
.topo-page .titulo {
color: #FFF;
text-align: center;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
}
.topo-page .titulo.after::after {
top: 60px;
}
#sobre .missao {
background: #F3F1EA;
}
#sobre .missao .box {
position: relative;
background: #fff;
padding: 20px 60px 60px;
height: 100%;
border-radius: 20px;
}
#sobre .missao .box img {
width: 70px;
}
#sobre .missao .box h3 {
color: #818385;
font-size: 2em;
font-style: normal;
font-weight: 700;
line-height: 105%;
margin: 20px 0 30px 0;
}
#sobre .missao .box p {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 145%;
}
#sobre .galeria {
background: rgba(217, 217, 217, .4);
}
#sobre .galeria .box {
cursor: pointer;
}
#sobre .galeria .box img {
height: 320px;
object-fit: cover;
}
.modal {
z-index: 9999999;
}
#sobre .galeria .modal-dialog {
max-width: 800px;
width: fit-content;
}
#sobre .galeria .modal-body {
padding: 0;
}
#sobre .galeria .modal-body img {
width: auto;
max-width: 100%;
} #solucao .secao-principal img {
border-radius: 20px;
}
#solucao .banner-secundario .titulo{
color: #FFF;
text-align: center;
font-size: 3em;
font-style: normal;
font-weight: 700;
line-height: 100.563%;
}
.vantagens .titulo.after::after {
left: 50%;
transform: translateX(-50%);
}
.vantagens .box {
border-radius: 20px;
background: #F3E7E1;
padding: 60px 40px 40px 40px;
position: relative;
height: 100%;
}
.vantagens .box img {
width: 44px;
height: 44px;
margin-right: 15px;
}
.vantagens .box p {
color: #585858;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
line-height: 141.008%; 
}
#solucao .sobre {
background: #F3F1EA;
}
#solucao .sobre .lista ul{
list-style: none;
padding: 0;
}
#solucao .sobre .lista ul li{
color: #585858;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 141.008%;
margin-bottom: 10px;
}
#solucao .sobre iframe{
width: 100%;
height: 450px;
border-radius: 20px;
}
.faq .accordion .card {
border-radius: 10px;
background: #FFF;
box-shadow: 0px 17px 80px 0px #F3E7E1;
border: 0;
padding: 0;
}
.faq .accordion .card-header {
position: relative;
background: transparent;
padding: 10px 20px;
border-bottom: 0;
}
.faq .accordion h5 {
color: #585858;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 109.4%;
}
.faq .accordion button {
padding: 15px 0 20px 0;
position: relative;
background: transparent;
}
.faq .accordion button .texto-header {
padding-right: 50px;
}
.faq .accordion button[aria-expanded="true"] {
font-weight: 700;
font-size: 1.1em;
}
.faq .accordion .accordion-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
display: inline-block;
width: 37px;
height: 38px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='48' viewBox='0 0 47 48' fill='none'%3E%3Cpath opacity='0.3' d='M23.5 47.21C36.4787 47.21 47 36.6887 47 23.71C47 10.7313 36.4787 0.209961 23.5 0.209961C10.5213 0.209961 0 10.7313 0 23.71C0 36.6887 10.5213 47.21 23.5 47.21Z' fill='%23DDAB6B'/%3E%3Cpath d='M23.5 38.21C31.5081 38.21 38 31.7181 38 23.71C38 15.7018 31.5081 9.20996 23.5 9.20996C15.4919 9.20996 9 15.7018 9 23.71C9 31.7181 15.4919 38.21 23.5 38.21Z' fill='%23C3866B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 16.21H23V23.21H16V24.21H23V31.21H24V24.21H31V23.21H24V16.21Z' fill='white'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.faq .accordion button[aria-expanded="true"] .accordion-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='48' viewBox='0 0 47 48' fill='none'%3E%3Cpath d='M23.5 47.2097C36.4787 47.2097 47 36.6884 47 23.7097C47 10.731 36.4787 0.209717 23.5 0.209717C10.5213 0.209717 0 10.731 0 23.7097C0 36.6884 10.5213 47.2097 23.5 47.2097Z' fill='%23F5E6D3'/%3E%3Cpath d='M23.5 38.2097C31.5081 38.2097 38 31.7178 38 23.7097C38 15.7016 31.5081 9.20972 23.5 9.20972C15.4919 9.20972 9 15.7016 9 23.7097C9 31.7178 15.4919 38.2097 23.5 38.2097Z' fill='%23C3866B'/%3E%3Cpath d='M16 24.2097L16 23.2097L31 23.2097V24.2097L16 24.2097Z' fill='white'/%3E%3C/svg%3E");
} .obras .box {
position: relative;
height: 400px;
padding: 60px;
cursor: pointer;
}
.obras .box .categoria {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: #213F9A;
}
.obras .box .categoria span{
color: #FFF;
font-size: 1em;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 7px 25px;
display: block;
}
.obras .box .texto {
position: relative;
background: rgba(255, 255, 255, .9);
padding: 60px 30px 40px 60px;
min-width: 330px;
min-height: 250px;
}
.obras .box p {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 205.882%;
margin-bottom: 20px;
}
.obras .box p strong {
color: #213F9A;
font-weight: 700;
}
.obras .box .link img {
margin-right: 10px;
}
.obras .box .link {
color: #213F9A;
font-size: .85em;
font-style: normal;
font-weight: 400;
line-height: 218.75%; 
}
#obra .categoria {
background: #213F9A;
width: fit-content;
margin: 0 auto;
margin-bottom: 30px;
}
#obra .categoria span{
color: #FFF;
font-size: 1em;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 7px 25px;
display: block;
}
#obra h1 {  
color: #202020;
text-align: center;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: 100%;
margin-bottom: 20px;
}
#obra h1 strong {
color: #213F9A;
font-weight: 700;
}
#obra .galeria {
background: #EDEDED;
}
#obra .modal {
background: rgba(0, 0, 0,.8);
}
#obra .modal-dialog {
width: 100%;
max-width: 1200px;
}
#obra .modal-body {	
padding: 0;
}
#obra .modal h5 {
color: #3F4142;
font-weight: 600;
}
#obra .modal .close {
color: #133292;
text-shadow: none;
font-size: 2rem;
font-weight: 400;
}
#obra .modal-body img {	
object-fit: cover;
width: 100%;
} #servicos .secao-principal .box img{
height: 250px;
object-fit: cover;
}
#servicos .secao-principal .box .texto{
background: #fff;
filter: drop-shadow(0px 21px 43px #E5E5E5);
padding: 40px 60px;
height: 100%;
}
#servicos .secao-principal .box .icone{
width: 67px;
height: 67px;
object-fit: contain;
margin-bottom: 20px;
}
#servicos .secao-principal .box p strong{
font-weight: 700;
}
#servicos .secao-secundaria {
position: relative;
}
#servicos .secao-secundaria .img-absolute {
position: absolute;
top: -50px;
right: 0;
width: 100%;
max-width: 350px;
}
#servicos .secao-secundaria .topo {
background: linear-gradient(258deg, #25AAE1 13.77%, #133292 102.04%);
} .treinamentos .linha:nth-child(even) .first {
order: 2;
}
.treinamentos .linha:nth-child(even) .second {
order: 1;
}
.treinamentos .linha .titulo {
margin-bottom: 15px;
}
.treinamentos .infos .box {
border-radius: 10px;
background: #EDEFFC;
padding: 30px 20px;
height: 100%;
}
.treinamentos .infos .box img{
width: 30px;
}
.treinamentos .infos .box h3{
color: #202020;
font-size: 1.2em;
font-style: normal;
font-weight: 700;
line-height:  130%;
position: relative;
margin: 15px 0 20px 0;
}
.treinamentos .infos .box h3:after{
content: '';
position: absolute;
left: 0;
bottom: -10px;
background: #05B389;
width: 34px;
height: 4px;
}
.treinamentos .second img{
border-radius: 12px;
} .clientes .box {
border-radius: 20px;
background: #F3E7E1;
padding: 60px 40px 40px 40px;
}
.clientes .box p {
color: #202020;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
line-height: 145%;
}
.clientes .box span {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 145%;
display: block;
} .blog .posts .box {
position: relative;
display: block;
height: 100%;
border-radius: 12px;
box-shadow: 0px 4px 29.4px -4px rgba(53, 47, 136, 0.20);
transition: ease-in-out .2s;
}
.blog .posts .box:hover {
transform: scale(1.1);
}
.blog .posts .box img{
height: 220px;
object-fit: cover;
border-radius: 12px 12px 0 0 ;
}
.blog .posts .box .texto {
padding: 30px;
padding-bottom: 60px;
height: 100%;
}
.blog .posts .box span {
color: #000;
font-size: .85em;
font-style: normal;
font-weight: 400;
line-height: normal;
display: block;
margin-bottom: 30px;
}
.blog .posts .box h3 {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 120%;
}
.blog .posts .box .cta {
padding: 7px 35px;
}
.page-numbers {
border: 1px solid #C3866B;
display: flex;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
margin-right: 5px;
border-radius: 50%;
}
.page-numbers.current,
.page-numbers:hover {
background: #C3866B;
color: #fff;
} #blog.single .postagem .data span {
color: #C3866B;
text-align: center;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 120.5%;
display: block;
margin: 10px 0 20px 0;
}
.single .thumb-post {
margin-bottom: 30px;
border-radius: 10px;
}
.single .texto-post {
border-bottom: 12px solid #F3F1EA;
}
.single .texto-post p,
.single .texto-post li {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 190%; 
margin-bottom: 20px;
}
.single .texto-post img {
margin-bottom: 20px;
}
.single .texto-post h2,
.single .texto-post h3{
font-size: 1.5em;
color: #202020;
font-weight: 600;
margin-bottom: 30px;
}
.single .texto-post h3 {
font-size: 1.3em;
}
.share {
margin-bottom: 40px;
}
.share img {
width: 25px;
}
.share h4 {
color: #202020;
font-size: .85em;
font-style: normal;
font-weight: 700;
line-height: 120.5%;
letter-spacing: 0.525px;
} #contato {
position: relative;
}
#contato .img-absolute {
position: absolute;
bottom: 450px;
right: 0;
max-width: 20%;
}
#contato .contato {
background: #F3F1EA;
border-radius: 20px;
}
#contato .contato .texto p {
color: #202020;
text-align: center;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
line-height: 142.5%;
}
.formulario .wpcf7-spinner {
display: none;
}
.formulario .form-control {
height: 50px;
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 170%;
letter-spacing: 0.56px;
border: 1px solid #DBDBDB;
background: #FFF;
border-radius: 10px;
box-shadow: 0px 4px 13px 0px rgba(149, 149, 149, 0.12);
}
.formulario select.form-control option {
font-weight: 400;
font-size: 1em;
line-height: 170%;
}
.formulario textarea.form-control {
height: auto;
}
.formulario .form-control:focus {
outline: none;
font-weight: 500;
border-radius: 10px;
border: 1px solid #0078D7;
background: rgba(0, 120, 215, .1);
box-shadow: 0px 16px 19px -12px rgba(237, 50, 55, 0.28);
}
.formulario .form-control::placeholder {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 170%;
letter-spacing: 0.525px;
}
.localizacao .texto p {
color: #202020;
text-align: center;
font-size: 1.2em;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.page-template-page-contato footer {
margin-top: -50px;
position: relative;
} footer {
position: relative;
background: #C3866B;
}
footer .vetor-absolute {
position: absolute;
top: 130px;
left: 0;
width: 100%;
max-width: 110px;
}
footer .copy {
background: #fff;
}
footer .copy p{
color: #818385;
margin-bottom: 0;
font-size: .8em;
}
footer .copy a{
color: #818385;
}
footer .copy span {
color: #fff;
font-size: .8em;
display: block;
margin-right: 20px;
}
footer h3 {
color: #FFF;
font-size: 1.3em;
font-style: normal;
font-weight: 700;
line-height: 130%;
margin-bottom: 30px;
}
footer ul {
padding-left: 20px;
}
footer li {
color: #fff;
}
footer p,
footer a {
color: #FFF;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 255%;
}
footer p {
line-height: normal;
}
footer .navbar-nav {
list-style: initial;
padding-left: 20px;
}
footer a:hover {
text-decoration: underline;
}
footer .social a:hover {
transform: scale(1.1);
}
footer .contatos img {
margin-right: 10px;
}
footer .contatos a {
line-height: 1.2em;
margin-bottom: 25px;
}
footer .contatos p {
line-height: 1.2em;
}
.botao-wpp-fixed {
position: fixed;
right: 0;
bottom: 5px;
z-index: 9999999;
} [data-anime]{
opacity: 0;
transition: .7s;
transition-delay: .1s;
}
[data-anime="left"]{
transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
opacity: 1;
transform: translate3d(0, 0, 0);
} @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1250px;
}
}
@media (max-width: 991px) {  
.header .trp_language_switcher_shortcode {
margin-right: -15px;
}
.menu-toggle {
display: flex !important;
order: 0;
}
.navbar a {
line-height: 1.5em;
text-align: left;
}
.navbar .navbar-brand {
margin-bottom: 0;
}
.navbar a::before {
content: none;
}
.navbar .sub-menu {
position: relative;
left: auto;
top: auto;
display: block;
width: auto;
padding: 10px 10px 0 10px;
padding-left: 20px;
background: transparent;
box-shadow: none;
border: 0;
}
.navbar .sub-menu a{
font-size: .85em;
}
.navbar .link::before {
content: none;
}
.navbar a.cta {
padding: 5px 10px;
font-size: .8em;
}
.navbar .menu-item {    
margin-bottom: 15px;
}
}
@media (max-width: 768px) { 	
main {
padding-top: 90px;
}
.banner-principal .row,
.banner-principal img {
height: 350px;
}
.banner-principal .slick-dots {
bottom: 15px;
}
.navbar-brand img {
width: 230px;
}
#home .produtos .titulo {
text-align: left;
}
#home .produtos {
padding: 40px 15px 0 15px;
}
#home .produtos .slide .box {
display: block;
}
#home .produtos {
border-radius: 0;
}  
.clientes .slick-dots li button:before {
border: 2px solid #C3866B;
}
.clientes .slick-dots li.slick-active button:before {
background: #C3866B;
}
.convenios .slide .slick-track {
padding-top: 20px;
}
.convenios .box {
height: 80px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
.convenios .box img {
max-width: 100px;
}
.banner-secundario.bg-cover{
background-position: left;
}
.botao-wpp-fixed img {
width: 95px;
}
footer .social {
margin: 20px 0;
}
footer .copy p {
text-align: center;
}
footer h3 {
margin-bottom: 20px;
}
.topo-page .row {
height: 150px;
}
#sobre .galeria .box {
width: 50%;
}
#solucao .secao-principal img {
margin-top: 20px;
}
#solucao .banner-secundario .titulo {
font-size: 2em;
}
.vantagens {
border-radius: 0;
}
.faq .accordion h5 {
font-size: .9em;
}
.blog .form-search {
width: 100%;
}
#contato .img-absolute {
display: none;
}
#home .empresa .texto.left {
padding: 20px 0 0 30px;
}
#home .empresa .titulo {
padding-bottom: 0;
font-size: 2.3em;
margin-bottom: 0;
}
#home .empresa {
padding: 40px 0;
}
#home .empresa .subtitulo {
color: white;
}
#home .empresa .box {
padding: 0 20px;
margin-bottom: 0;
}
#home .empresa .box p{
padding-bottom: 20px;
}
#home .empresa .box-4 p {
font-size: 1em;
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#home .empresa .texto.right {
padding: 20px 30px;
}
#home .empresa .texto.right p ,
#home .empresa .texto.right h2{
color: #fff;
}
#home .empresa .texto.right h2 strong{
color: #fff;
}
#home .empresa .texto.left .img-absolute-2 {
display: none;
}
.table-custom {
display: grid;
grid-template-columns: repeat(3, 1fr); 
gap: 10px; 
border-collapse: separate; 
}
.table-custom tr,
.table-custom tbody {
display: contents; 
}
.table-custom td {
display: flex;
justify-content: center;
align-items: center;
border: none; 
background-color: #fff;
padding: 0;
}
.table-custom td img {
max-width: 100%;
height: auto;
}
#home .clientes .vetor-absolute {
max-width: 200px;
top: 0;
}
.topo-page .texto {
padding-left: 0;
}
#sobre .missao .box {
padding: 60px 20px 20px;
}
#sobre .missao .box p {
font-size: 1em;
}
#sobre .linha .slick-dots {
bottom: -30px;
left: 0;
}
.parceiros {
padding-left: 10px;
padding-right: 10px;
}
.page-template-page-contato footer {
margin-top: 0;
}
.vantagens .box p {
font-size: 1em;
}
.faq .accordion button {
padding: 15px 100px 20px 0;
}
.relacionados .slick-dots li button:before {
border: 2px solid #C3866B;
}
.relacionados .slick-dots li.slick-active button:before {
background: #C3866B;
}
#contato .contato {
border-radius: 0;
}
}