@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
.main-navigation li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.main-navigation a {
    color: var(--preto);
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--azul);
}

@media screen and (min-width: 600px) {
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        line-height: 3.692307692;
        white-space: nowrap;
    }
    .main-navigation li.menu-item-has-children:after {
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: 900;
        content: "\f107";
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        color: var(--branco);
        background: var(--azul);
        border-top: 1px solid var(--branco);
        display: block;
        font-size: 13px;
        line-height: 2.181818182;
        padding: 8px 10px;
        width: 300px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: var(--preto);
        color: var(--branco);
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: var(--preto);
    }
    .main-navigation ul ul .current-menu-item > a {
        color: var(--branco);
        background-color: var(--preto);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family:'Open Sans',sans-serif;font-size:16px;color:var(--cinza);overflow-x:hidden}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--cinza);transition: all 0.2s linear;}
p{line-height:26px;margin:20px 0}
figure{margin:0}
/*FORMS*/
div.wpcf7-response-output {margin: 0;}
.wpcf7-not-valid{border:solid 1px red !important;}
.wpcf7-not-valid-tip{display:none !important;}
::-webkit-input-placeholder{color: var(--cinza);}
::-moz-placeholder{color: var(--cinza);}
:-ms-input-placeholder{color: var(--cinza);}
:-moz-placeholder{color: var(--cinza);}
.grecaptcha-badge{right: -300px !important}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --azul: #78b3df;
    --azulc: #ddf0fe;
    --branco: #fff;
    --preto: #0e1b25;
    --vermelho: #a40f20;
    --verde: #4f9913;
    --cinza: #354048;
    --bgcinza: #f1f1f1;
    --lines: #dfe4e6;
    --lineazul: #c7e6fd;
    --bggradiente: linear-gradient(135deg,rgba(247, 252, 255, 1) 0%, rgba(208, 234, 253, 1) 100%);
    --bggradienteinv: linear-gradient(55deg,rgba(208, 234, 253, 1) 0%, rgba(247, 252, 255, 1) 100%);
}
.azul{color:var(--azul)}
.azulc{color:var(--azulc)}
.branco,a.branco:hover{color:var(--branco)}
.preto{color:var(--preto)}
.bgazul{background-color:var(--azul)}
.bgazulc{background-color:var(--azulc)}
.bgbranco{background-color:var(--branco)}
.bgpreto{background-color:var(--preto)}
.bgverde{background-color:var(--verde)}
.bggradiente{background:var(--bggradiente)}
.bggradienteinv{background:var(--bggradienteinv)}
/*CODE*/
.medium{font-weight:500}
.semibold{font-weight:600}
.bold{font-weight:700}
hr{border-top: 1px solid var(--lines);opacity:1}
.tit60 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
}
.tit50 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
}
.tit46 {
    font-family: "Montserrat", sans-serif;
    font-size: 46px;
}
.tit35,
.aj-txt h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
}
.aj-txt.blog-interna h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
}
.tit21,
.aj-txt h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.tit16,
.aj-txt h4 {
    font-size: 16px;
}
.tit14 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.color {
    color: var(--preto);
}
.color strong {
    font-weight: 600;
    display: block;
    color: var(--azul);
}
.bot {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 40px;
}
.bot i {
    font-size: 18px;
}
.bot:hover {
    transform: scale(1.1);
}
.saiba-mais {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
header .bot {
    padding: 15px 20px;
}
.box-azulc {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--preto);
    background-color: var(--azulc);
    border: 1px solid var(--lineazul);
    padding: 15px 30px;
}
.box-azul {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--branco);
    background-color: var(--azul);
    padding: 15px 30px;
}
body {
    padding-left: 4%;
    padding-right: 4%;
}
.banner .col-lg-7 .box {
    background: var(--bggradiente);
}
.banner .col-lg-7 .box p.box-azulc {
    width: auto;
}
.banner .col-lg-7 .box p {
    width: 70%;
}
.banner .col-lg-5 .box {
    background-image: url(images/bg-banner.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bullets {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--preto);
}
.bullets strong {
    font-size: 80px;
    font-weight: 700;
    display: block;
}
.bullets strong span {
    color: var(--azul);
}
.quem-somos li {
    margin: 10px 0;
}
.quem-somos li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
    color: var(--azul);
    margin-right: 15px;
}
.accordion .accordion-item {
    border: none;
}
.accordion .accordion-header,
.list-atendimento h4 {
    margin-bottom: 0;
}
.accordion button,
.list-atendimento a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    background: var(--branco);
}
.accordion button:after,
.list-atendimento a:after {
    content: '+';
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    background-color: var(--preto);
    border-radius: 0.5rem;
    color: var(--branco);
    flex-shrink: 0;
    margin-left: auto;
    transition: all 0.2s linear;
}
.accordion button:hover:after,
.list-atendimento a:hover:after {
    transform: scale(1.2);
    transition: all 0.2s linear;
}
.accordion button[aria-expanded="true"]:after {
    content: '-';
}
footer {
    font-size: 15px;
}
footer ul li {
    margin-bottom: 15px;
}
footer ul li li {
    margin-bottom: 0;
}
.telefones li:nth-child(n+3):before {
    content: '/';
    margin: 0 5px;
}
.redes-sociais i {
    font-size: 22px;
}
.redes-sociais a i {
    color: var(--azul);
}
#breadcrumbs {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
#breadcrumbs a {
    color: var(--branco);
}
.quem-somos.interna .col-lg-5 {
    position: relative;
}
.quem-somos.interna .col-lg-5:after {
    content: '';
    width: 830px;
    height: 830px;
    border-radius: 50%;
    background: var(--bggradiente);
    position: absolute;
    top: 150px;
    right: 100px;
    z-index: -1;
}
.no-h {
    margin-top: 0;
    line-height: 1.2;
}
.aj-txt h2,
.aj-txt h3,
.aj-txt h4 {
    margin-top: 40px;
    color: var(--preto);
    font-weight: 600;
}
.aj-txt ul li,
.blocos ul li {
    list-style: inside;
}
.aj-txt.blog-interna iframe {
    margin-top: 40px;
}
.aj-txt.blog-interna strong {
    font-weight: 600;
}
#servicos .splide__arrow {
    background: var(--branco);
    opacity: 1;
    border: 1px solid var(--lines);
}
#servicos .splide__arrow svg {
    width: 1rem;
    height: 1rem;
}
#servicos .splide__arrow--prev {
    left: -1em;
}
#servicos .splide__arrow--next {
    right: -1em;
}
.list-profissionais i,
.list-atendimento-interna i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: var(--azul);
    color: var(--branco);
    border-radius: 0.5rem;
}
.banner-trabalhe {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
iframe {
    width: 100%;
    height: 600px;
    border-radius: 0.5rem;
}
input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--lines);
    border-radius: 0.5rem;
    margin-top: 20px;
}
textarea {
    width: 100%;
    height: 170px;
    padding: 15px 20px;
    border: 1px solid var(--lines);
    border-radius: 0.5rem;
    margin-top: 20px;
}
input[type="submit"] {
    width: auto;
    padding: 15px 40px;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--branco);
    background-color: var(--preto);
}
.box-hover a:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
}
.bot-wpp {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--verde);
    color: #fff;
    border-radius: 120px;
    font-size: 30px;
    animation: pulse 2s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 15px rgba(46, 128, 6, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0);
    }
}
.bot-wpp:hover {
    background: #236203;
    color: var(--branco);
}
.cky-notice-btn-wrapper .cky-btn {
    border-radius: 0.5rem;
}