@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-weight: 400;
    font-style: normal;
}

a, button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a {
    color: #002896;
    text-decoration: none;
}

.loc{
    filter: brightness(0) invert(1);
}

.bg-cinza-m {
    background-color: #FAF8FF;
}

.hide-mob {
    display: block;
}

.hide-desk {
    display: none;
}

.container {
    /*padding-right: 10px;
    padding-left: 10px;*/
    width: 100%;
    max-width: 1140px;
}


.col-lg-5-col {
    flex: 0 0 auto;
    width: 20%;
}

@media (max-width: 992px) {
    .col-lg-5-col {
        width: 50%;
    }
}

@media (min-width: 993px) {
    .aux_container_left {
        margin-left: -259.5px;
    }

    .aux_container_right {
        margin-right: -259.5px;
    }
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.row {
    /*margin-right: -10px;
    margin-left: -10px;*/
}

.row>* {
    /*padding-right: 10px;
    padding-left: 10px;*/
}

.white {
    color: #FFF;
}

.white > * {
    color: #FFF;   
}

a.white, a.white:hover, a.white:focus {
    color: #FFF;
    text-decoration: none;
}

a.black, a.black:hover, a.black:focus {
    color: #424242;
}

.blue{
    color: #094794;
}

.titulos {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    /* or 40px */

    letter-spacing: -0.04em;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #094794;
    width: auto;
    margin-bottom: 19px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.justify {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

h1.max, .t-h1.max {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: -0.03em;
}

h1, .t-h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.01em;
}

h2, .t-h2 {
    font-size: 36px;
    line-height: 120%;
}

h3, .t-h3 {
    font-size: 28px;
    line-height: 130%;
}

h4, .t-h4 {
    font-size: 24px;
    line-height: 30px;
}

h5, .t-h5 {
    font-size: 22px;
    line-height: 26px;
}

h6, .t-h6 {
    font-size: 20px;
    line-height: 20px;
}

.t-h6.with_icon img {
    margin-right: 10px;
}

a.with_icon {
    display: inline-flex;
    align-items: center;
}

.logo {
    width: 160px !important;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.fixed-top,
.fixed-top.nav-down {
    top: 36px !important;
}

.fixed-top.navbar-shrink {
    top: 0px !important;
    -webkit-box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);
}

.sec-start {
    background-color: #F1F1F1;
    padding: 8px 0;
}

.numbers {
    display: flex;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0px;
}

.numbers li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.numbers li a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.numbers li a.tel i {
    color: #022763;
    font-size: 22px;
    transform: scaleX(-1);
    bottom: -3px;
    position: relative;
    padding-left: 8px;
}

.numbers li a.wts i {
    color: #25D366;
    font-size: 22px;
    bottom: -3px;
    position: relative;
    padding-right: 8px;
}

.banner {
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
    text-align: left;
}

#slideHome {
    margin-top: 94px;
}

#slideHome .aux-slh {
	background-color: #094794;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
    height: 522px;
}

#slideHome .aux-ban {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 522px;
}


#slideHome .aux-text {
    padding: 80px 0 60px;
    z-index: 8;
    position: relative;
}

#slideHome .banner h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;    
    display: inline-block;
    width: 90%;
}

#slideHome .banner p.text-s {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    color: #fff;
    display: inline-block;
    width: 90%;
    margin-top: 10px;
}

.banner .whatsapp_top {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    align-items: center;
    color: #fff;
    background-color: #718E92;
    border: 1px solid #718E92;
    border-radius: 42px;
    padding: 10px 16px;
    margin-top: 32px;
}

.divider-black {
    display: block;
    width: 100%;
    background-color: #022763;
    height: 3px;
}

.divider-white {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 3px;
}

.lb-outerContainer {
    background-color: transparent;
}

.lightbox .lb-image {
    margin-top: 125px;
    border: none;
}

.tit-sec {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #022763;
    margin-top: -10px;
}

.sec-qs-home h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 40px;
    line-height: 42px;
    color: #022763;
    margin: 10px 0 28px;
}

.sec-qs-home .resumo-home {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-right: 70px;
}

.sec-qs-home .resumo-home strong {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
}

.sec-qs-home .resumo-home p {
    margin-bottom: 15px;
}

.modal-content {
    background: radial-gradient(133.21% 133.21% at 50% 0%, #0F4F73 0%, #094794 100%);
    text-align: center;
}

.modal-body {
    padding: 30px 20px 40px;
}

.modal-body a,
.modal-body h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.modal-body .social a {
    display: inline-block;
}

.modal-content input[type=submit],
.modal-content button[type=submit] {
    border: 1px solid #fff;
    margin: 10px auto;
}

.modal-content h5 {
 color: #fff;
}

.depoimentos-sec {
    background-color: #fff;
    padding: 95px 0px 88px 0;
}

.depoimentos-sec img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 100%;
}

.depoimentos-sec h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;

    color: #1E1E1E;
}

.depoimentos-sec h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: #1E1E1E;
}

.depoimentos-sec span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #718E92;
}

.depoimentos-sec .titulos.dep {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

hr.divider{
    width: 230px;
    height: 2px;
    border: 2px solid #0F4F73;
    opacity: 1;
    margin: 5px 0;
}

.aux-dep {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

#slideDepoimentos > .tns-item {
    padding-right: 140px;
}

.cotacoes {
    background: linear-gradient(0.25turn, #022460, #005596);
    padding: 40px 0 0px;
}

.img-pdr-qd {
   border-radius: 15px;
   min-height: 420px;
   width: 420px;
   object-fit: cover;
   margin-top: 30px;
}

.sec-qs-home h1 {
    margin-top: 30px;
}

.top-qs {
    padding: 48px 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.top-qs h1 p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.slide-prod {
    padding: 0px;
}

.title-page {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    color: #022763;
    margin: 30px 0;

}

.slide-prod .aux-pro {
    width: 100%;
    padding: 90px 0 100px;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide-prod .aux-pro h2 p {
    width: 70%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    min-height: 116px;
}

.cta {
    margin: 40px 0;
    padding: 64px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cta h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #FAF8FF;
}

.cta img {
    max-width: 100%;
    width: 295px;
    margin-top: 55px;
}

.cta .container {    
    padding-top: 1px;
    padding-bottom: 15px;
}

.cta img.mdagua {
    mix-blend-mode: soft-light;
    width: 100%;
    height: auto;
    margin-top: 0
}

.cta .frase {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: -0.05em;
    color: #FAF8FF;
    margin-top: 20px
}

.cta .whatsapp_top {
    width: auto;
    text-align: center;
    border-color: #25D366;
    display: block;
    max-width: 400px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

.cta-cards {
    margin: 40px
}

.cta-cards ul {
    background-color: #F1F1F1;
    border-radius: 30px;
    display: inline-flex;
    padding: 0px;
    list-style: none;
}

.cta-cards ul li {
    display: inline-block;
    width: 25%;
    padding: 21px 40px 27px;
}


.cta-cards ul li .text-card{
    display: inline-block;
    padding-left: 19px;
    position: relative;
    top: 12px;
}

.cta-cards ul li .text-card p{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 165%;
    color: #1E1E1E;
}

.cta-cards ul li:nth-child(1) {
    border-radius: 30px 0px 0px 30px;
}

.cta-cards ul li:nth-child(4) {
    border-radius: 0px 30px 30px 0px;
}

.cta-cards ul li:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.cta-cards ul li .text-card h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 115%;
    color: #1E1E1E;
}

.cta-cards ul li img {
    width: 55px;
    height: auto;
}

.cta-cards ul li img.fone {
    width: 43px;
}

.servicos-home {
    padding: 0px
}

.servicos-home .container{
    background: radial-gradient(133.21% 133.21% at 50% 0%, #0F4F73 0%, #094794 100%);
}

.img-out {
    position: relative;
    width: 50vw;
    max-width: 50vw;
    height: 415px;
    object-fit: cover;
}

.img-out.right {
    float: right;
}

.aux-mod {
    padding: 50px 100px 40px 80px;
}

.aux-mod.segu {
    padding: 90px 88px;
}

.aux-mod h2 p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    /* or 40px */
    letter-spacing: -0.04em;
    color: #FAF8FF;
    margin-bottom: 10px;
}

.aux-mod h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #FAF8FF;
    mix-blend-mode: normal;'
}

.aux-mod p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #FFFFFF;
    margin-bottom: 15px;
}

.btn-mini-wtz {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    background-color: #25D366;
    border-radius: 42px;
    border: 1px solid #25D366;
    padding: 6px 22px;
    top: 15px;
    position: relative;
}

.btn-mini-wtz:hover,
.btn-mini-wtz:focus {
    background-color: #fff;
    color: #25D366;
}

.resumo-qs {
    padding: 0px;
}

.resumo-qs img {
    height: 271px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.resumo-qs p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #718E92;

}

.aux-card {
    background-color: #E3E3E3;
    display: inline-flex;
    width: 100%;
    padding: 30px 35px;
    color: #1E1E1E;
	cursor: pointer;
}


.aux-card:hover {
    background-color: #072530;
    color: #fff;
}

.aux-card p{
    font-size: 17px
}

.aux-card h4{
    font-size: 24px
}

.aux-card img {
    margin-right: 20px;
    fill: #072530;
    max-width: 100%;
    width: 56px;
    height: auto;
    object-fit: contain;
}

.aux-card:hover img {
    filter: brightness(0) invert(1);
}

footer {
    padding: 69px 0 53px !important;
    background-color: #094794;
    border-top: 8px solid #718E92;
}

footer .logo {
    width: 190px !important;
    max-width: 100% !important;
}

.footer-menu {
    padding: 0px;
    display: inline-block;
    width: 100%;
    list-style: none;
}

.social img {
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

footer .whatsapp_top {
    padding: 4px 13.5px;
    display: block;
    width: 100%;
    font-size: 13px;
}

footer p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 7.5px;
}

.footer-menu li {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px;
}

.footer-menu li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FAF8FF;
    display: block;
    width: 100%;
    margin-bottom: 3px
}


.footer-menu li a:hover,
.footer-menu li a:focus {
    color: #ffff;
    text-decoration: none !important;
}

.footer-menu li a:hover::after {
    content: "";
    width: 20px;
    background-image: url(../img/logo-opct.png);
    background-size: contain;
    background-position: center right;
    padding-right: 23px;
    display: inline;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.footer-menu li i {
    color: #005596;
    font-size: 12px;
    padding-right: 8px;
    display: inline-block;
    width: 17px;
}

.footer-menu li.local{
    background-image: url(../img/map.svg);
    background-size: 12px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 17px;
}

.social p {
    padding-right: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #005596;
    max-width: 60%;
    display: inline-flex;
}

.social a {
    padding-left: 8px;
    width: calc(40% / 3);
}

footer .whatsapp_top {
    display: block;
    text-align: center;
    border-color: #25D366;
}

.topo-sin {
    background-size: cover;
    min-height: 300px;
    padding-top: 116px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
    position: relative;
}

.topo-sin img {
    position: relative;
    z-index: 2;
    top: -20px;
    width: 80%;
    height: auto;
}

.topo-sin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #718E92;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.topo-sin h2 {
    font-family: 'Open Sans';
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 40.7px */
    letter-spacing: -1.85px;
    /* LIGHT */
    color: #FAF8FF;
    z-index: 2; 
    position: relative;
}

.topo-sin p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 110%;
    /* or 41px */
    letter-spacing: -0.05em;
    /* LIGHT */
    color: #FAF8FF;
    z-index: 2; 
    position: relative;
}

.topo-padrao {
    background-size: cover;
    min-height: 345px;
    padding-top: 74px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
    position: relative;
}

.topo-padrao:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #718E92;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.topo-padrao h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.05em;
    /* LIGHT */
    color: #FAF8FF;
    z-index: 2; 
    position: relative;
}

.topo-padrao p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 110%;
    /* or 41px */
    letter-spacing: -0.05em;
    /* LIGHT */
    color: #FAF8FF;
    z-index: 2; 
    position: relative;
}

.quem-somos {
    padding: 60px 0 30px;
}

.quem-somos p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 165%;
    letter-spacing: -0.03em;
    color: #718E92;
    margin-bottom: 20px;
}

.corpo-seg a {
    margin: 40px auto;
    display: block;
    width: 100%;
    max-width: 292.4px;
    text-align: center;
    padding: 20px 10px;
}

.box-contato {
    border-radius: 10px;
    background: #094794;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: -104px;
    z-index: 2;
    position: relative;
}

.box-contato input {
    max-width: 100%;
    background-color: #fff;
    border: 0px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 12px 0;
}

.box-contato textarea {
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    max-width: 100%;
    height: 90px;
    padding: 10px;
}

.box-contato p.tit {
    color: #FAF8FF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 23px */
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.box-contato .col-sm-1 {
    padding: 0px;
}

.box-contato .icone {
    background-size: 70%;
    object-fit: contain;
    display: block;
    background-position: top center;
    width: 100%;
    min-height: 45px;
    background-repeat: no-repeat;
}

.box-contato .nome {
    background-image: url('../img/user.png');
}

.box-contato .whats {
    background-image: url('../img/zap.png');
}

.box-contato .mail {
    background-image: url('../img/mail.png');
}

.box-contato .msg {
    background-image: url('../img/msgm.png');
}

.box-contato input[type=submit] {
    border-radius: 8px;
    background: #022763;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.13px;
    margin-top: 10px;
}

.box-contato input[type=submit]:hover {
    background: #ffff;
}

.quem-somos h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.05em;
    color: #094794;
    margin-top: 80px;
}

.conteudo-sin {
    color: #575756;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.m-v-v {
    padding: 60px 0 34px;
    background:  radial-gradient(133.21% 133.21% at 50% 0%, #072530 0%, #0F4F73 100%);
}

.m-v-v img {
    width: 80%;
    max-width: 49px;
    height: auto;
    float: right;
    display: block;
}

.m-v-v h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #FAF8FF;
}

.m-v-v p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    color: #FAF8FF;
    margin-top: 20px;
}

.quem-somos .img-qs {
    height: 271px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.quem-somos h1.titulo-2 {
    margin-top: 0px;
    margin-bottom: 20px
}

.acmd .img-acmd {
    height: 327px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
} 

.acmd span {
    padding: 13px 20px 20px;
    background: #D9D9D9;
    border-radius: 0px 0px 30px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 165%;
    letter-spacing: -0.03em;
    color: #718E92;
    display: block;
    text-align: center;
}

.aux-cards-p {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9;
    position: relative;
}

.card-prod{
    display: block;
    width: calc(100% / 7);     
	position: relative;
	top: 0px; 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    margin: -81px 0 40px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.card-prod:hover,
.card-prod:focus {
	position: relative;
	top: -20px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.top-card {
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #0C4B85;
    border-radius: 10px 10px 0 0;
}

.card-prod:hover .top-card,
.card-prod:focus .top-card {
	background-color: #718e92;
}

.top-card img {
    height: 40px;
    width: auto;
}

.body-card {
    display: block;
    padding: 20px 15px;
    color: #1E1E1E;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    background-color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0 0 10px 10px;
    min-height: 80px;
    z-index: 6;
}

.box-prod {
    border: 1px solid #0C4B85;
}

.box-prod img {
    width: 100%;
    height: 274px;
    object-fit: cover;
    padding: 10px 10px 0 10px;
}

.sec-title {
    display: inline-flex;
    text-align: center;
    background-color: #0C4B85;
    padding: 37px 20px;
    width: 100%;
    justify-content: center;
}

.sec-title img{
    height: auto;
    width: 55px;
    object-fit: contain;
}

.sec-title .name-class {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    color: #FFFFFF;
    text-align: left;
}

.sec-title .name-class p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 165%;
    color: #FFFFFF;
}

.lista-prods {
    padding: 0px 0 50px 0;
}

.lista-prods .col-sm-3 {
    min-height: 490px;
}

.lista-prods .zap-bt-card {
    background: #25D366;
    border-radius: 42px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    max-width: 190px;
    margin: -17px auto 0;
    display: block;
    text-align: center;
    padding: 7px 5px;
    z-index: 3;
    position: relative;
}

.lista-prods .zap-bt-card i {
    font-size: 18px;
}

.container {
    max-width: 1290px;
}

.m-v-v.white {
    background: #FAF8FF ;
    margin-top: 50px;
}

.m-v-v.white h4 {
    color: #094794
}

.m-v-v.white p {
    color: #1E1E1E
}

.resumo-qs.int {
    padding: 50px 0;
}

.cta-cards.interna {
    padding: 0px;
    margin: 0px 0 30px;
}

.resumo-qs.int h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #094794;
    mix-blend-mode: normal;
    margin-bottom: 30px
}

.cta-cards.interna li {
    text-align: center;
}

.btn-hosped {
    background-color: #fff;
    border: 1px solid #25D366;
    border-radius: 42px;
    padding: 6px 19px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    display: block;
    align-items: center;
    letter-spacing: 0.2px;
    color: #333333;
    mix-blend-mode: normal;
    margin-top: 21px;
}

.btn-hosped:hover {    
    color: #25D366;
}

.btn-hosped i {
    color: #25D366;
    margin-right: 8px;
    font-size: 22px;
    position: relative;
    top: 1px;
}

.diretoria {
    padding: 29px 0;
    background-color: #F1F1F1;
}

.diretoria img {
    height: 360px;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    object-fit: cover;
}

.diretoria .text-dir {
    height: 360px;
    border-radius: 0 5px 5px 0;
    background-color: #FAF8FF;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
    padding: 45px 20px 30px;
    text-align: center;
}

.text-dir h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    align-items: center;
    text-align: center;
    color: #094794;
    margin-bottom: 10px;
}

.text-dir .func {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 26px;
}

.text-dir .bio {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 45px;
    text-align: left;
    overflow: auto;
    height: 115px;
}

.redes-dir {
    display: inline-flex;
    width: auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.redes-dir img {
    width: 30px;
    height: 30px;
    margin: 0 4.5px;
}

.diretoria .img-dir {
    padding-right: 0px;
}

.membros {
    padding: 29px 0;
    background-color: #F1F1F1;
}

.membros img.membro {
    height: 345px;
    border-radius: 5px;
    z-index: 7;
    object-fit: cover;
}

.bio-membro {
    width: 209px;
    max-width: 80%;
    display: block;
    margin: -25px auto 10px;
    background: radial-gradient(133.21% 133.21% at 50% 0%, #094794 0%, #F19C14 100%);
    border-radius: 5px;
    z-index: 8;
    position: relative;
    padding: 8px 20px;
    text-align: center;
}

.bio-membro h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #FAF8FF;
}

.bio-membro p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #1E1E1E;
    margin: 5px 0 7px 0;
}

.bio-membro .redes-dir {
    margin-bottom: 0px;
}

.bio-membro .redes-dir img {
    width: 20px;
    height: 20px;
}

.contato {
    padding: 65px 0 140px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 100px;
    min-height: 90vh;
}

.contato p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 102.18%;
    align-items: center;
    letter-spacing: -0.05em;
    color: #FAF8FF;
}

.contato h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 102.18%;
    align-items: center;
    letter-spacing: -0.06em;
    color: #FAF8FF;
    margin-bottom: 29px;
}

.contato iframe {
    width: 100%;
    height: 270px;
}

.contato input {
    width: 100%;
    display: block;
    background: #FAF8FF;
    opacity: 0.5;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.25);
    margin-bottom: 10px;
    border: 1px solid #FAF8FF;
    padding: 9px 15px;
    outline: none !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #718E92;
}

.contato textarea {
    width: 100%;
    background: #FAF8FF;
    opacity: 0.5;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.25);
    min-height: 122px;
    border: 1px solid #FAF8FF;
    padding: 15px;
    outline: none !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #718E92;
}

.contato label {
    display: one;
}

.wpcf7-form p {
    line-height: 0;
}

.black-bar {
    padding: 112px 0;
    background-color: #072530;
}

.black-bar h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    /* or 40px */
    letter-spacing: -0.04em;
    /* LIGHT */
    color: #FAF8FF;
    mix-blend-mode: normal;
}

.black-bar p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    /* or 22px */
    display: flex;
    align-items: center;
    /* LIGHT */
    color: #FAF8FF;
    margin-top: 20px;
    mix-blend-mode: normal;
}

.black-bar .btn-mini-wtz {
    position: relative;
    top: 30px;
}

.contato input[type=submit],
.contato button[type=submit] {
    background: #094794;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #FAF8FF;
    opacity: 1;
    font-family: 'Open Sans';
    border: 1px solid #094794;
    margin-top: 10px;
}

::-webkit-input-placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1E0E02;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1E0E02;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1E0E02;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder {  
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1E0E02;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

*:focus::-webkit-input-placeholder {
   color: transparent !important;
}

*:focus:-moz-placeholder {
   color: transparent !important;
}

*:focus::-moz-placeholder {
   color: transparent !important;
}

*:focus:-ms-input-placeholder {  
   color: transparent !important;
}

.page-template-page-contato .black-bar {
    display: none;
}

@media (max-width: 1365px) {
    .container {
        max-width: 1200px;
    }

    .endereco-top a {
        font-size: 11px;
    }

    .btn-hosped {
        padding: 6px 13px;
        font-size: 15px;
    }

    .cta-cards ul li .text-card h4 {
        font-size: 22px;
    }

    footer .whatsapp_top {
        padding: 4px 8px;
        font-size: 14px;
    }

    .social img {
        width: 24px;
        height: 24px;
    }

    .cta-cards ul li img {
        width: 45px;
    }

    .diretoria .text-dir,
    .diretoria .img-dir img {
        height: 410px;
    } 

}

@media (max-width: 1297px) {
    .numbers li a {
    	font-size: 12px;
    }

    .logo {
	    width: 160px !important;
	    max-width: 100%;
	}
}


img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 50px 0;
    clear: both;
}

.nomargin {
    margin: 0;
}

.nomargint {
    margin-top: 0;
}

.nopadding {
    padding: 0;
}

.nopaddingt {
    padding-top: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.paddingb65 {
    padding-bottom: 65px;
}

.margin-menu {
    margin-top: 173px;
}

.margint165 {
    margin-top: 165px;
}

.margint120 {
    margin-top: 120px;
}

.margint90 {
    margin-top: 90px;
}

.margint80 {
    margin-top: 80px;
}

.margint75 {
    margin-top: 75px;
}

.margint60 {
    margin-top: 60px;
}

.margint50 {
    margin-top: 50px;
}

.margint45 {
    margin-top: 45px;
}

.margint40 {
    margin-top: 40px;
}

.margint35 {
    margin-top: 35px;
}

.margint30 {
    margin-top: 30px;
}

.margint25 {
    margin-top: 25px;
}

.margint22 {
    margin-top: 22px;
}

.margint20 {
    margin-top: 20px;
}

.margint15 {
    margin-top: 15px;
}

.margint10 {
    margin-top: 10px;
}

.margint5 {
    margin-top: 5px;
}

.inline {
    display: inline-block;
}

.img-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-right {
    float: right;
}

.btn {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    background: #002896;
    border-radius: 45px;
    padding: 8px 25px;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.box-news .btn.wtz {
    background-color: #25D366;
}

.btn.wtz i {
    font-size: 24px;,

}

.btn:hover, .btn:focus {
    color: #FFF;
    background-color: #3D29E1;
    border: 0;
}

.btn.btn-purple {
    background-color: #3D29E1;
}

.btn.btn-purple:hover, .btn.btn-purple:focus {
    background-color: #002896;
}

.btn.with_icon i {
    margin-right: 15px;
    font-size: 26px;
    line-height: 20px;
}

.btn.with_icon img {
    margin-left: 15px;
}

.btn.with_icon {
    display: inline-flex;
    padding: 13px 30px;
    align-items: center;
    text-align: left;
}

.btn.with_icon strong {
    margin-left: 0;
}

.btn.btn-max {
    padding: 13px 55px;
}

.btn strong {
    margin-left: 5px;
}

.btn-light {
    border-radius: 45px;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
}

.btn-light:hover, .btn-light:focus {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #002896;
}

.btn-light-purple {
    border: 1px solid #3D29E1;
    background-color: #FFF;
    color: #3D29E1;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    height: auto;
}

.btn-light-purple:hover, .btn-light-purple:focus {
    background-color: #3D29E1;
    border: 1px solid #3D29E1;
    color: #FFF;
}

.btn-light-white {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    height: auto;
}

.btn-light-white:hover, .btn-light-white:focus {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #424242;
}

.btn_fixed_whatsapp {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    color: #FFF;
    right: 30px;
    background-color: #26DA69;
    border: 1px solid #FFFFFF;
    font-size: 32px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /*box-shadow: 0px 1px 10px #DDD;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_fixed_whatsapp:hover, .btn_fixed_whatsapp:focus {
    background-color: #00cc68;
    color: #FFF;
}

.radius10 {
    border-radius: 10px;
}

.alm-btn-wrap {
    padding: 0 10px !important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    flex-direction: column;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;/*
    -webkit-box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 23px -13px rgba(0,0,0,0.75);*/
}

.navbar.navbar-shrink {
    /*padding: 10px;*/
    background-color: #FFF;
    /*min-height: 50px;*/
}

.navbar .logo {
    display: block;
}

/*.navbar .scrl {
    display: none;
}

.fixed-top.navbar-shrink .logo{
    display: none;
}

.fixed-top.navbar-shrink .scrl{
    display: block;
}*/

.navbar-header {
    width: 100%;
}

.navbar .top {
    background-color: #FFF;
    padding: 0 0;
}

.navbar .content {
    background-color: #fff;
    padding: 16px 0;
}

.navbar .content .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-brand {
    width: auto;
    height: auto;
    display: inline-block;
}

@media (min-width: 769px) {
    /*.navbar.nav-down {
        top: 0;
    }

    .navbar.nav-up {
        top: -70%;
    }*/
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav > li {
    padding: 0 10px;
}

.navbar .navbar-nav > li > a {
    font-size: 15px;
    line-height: 14px;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 2px 0 4px;
    border-bottom: 2px solid transparent;
}

.single-produto .navbar .navbar-nav > li#menu-item-1340 > a,
.single-post .navbar .navbar-nav > li#menu-item-732 > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li.current-menu-item > a {
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    border-bottom: 2px solid #094794;
    color: #094794;
}

.navbar .navbar-nav > li.social {
    padding: 0 4px;
}

.navbar .navbar-nav > li.social:first-child {
    margin-left: 20px;
}

.navbar .navbar-nav > li.social a {
    font-size: 16px;
    line-height: 26px;
    padding: 0 4px;
    /*border: 0;*/
}

.navbar .navbar-nav > li.social a:hover, .navbar .navbar-nav > li.social a:focus {
    /*border: 0;
    color: #867CCF;*/
}

.navbar .info_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-top-menu {
    margin: 0px auto !important;
}

.tel a{
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.tel .icon-zap {
    width: 15px;
    position: relative;
    top: -3px;
}

.email-top {
    display: block;
    text-align: center;
    color: #094794 !important;
    font-size: 13px;
    font-weight: 700;
}

.email-top img {
    width: 12px;
    margin-right: 5px;
}

.email-top span {
    text-decoration: underline;
    color: #094794 !important;
}

.endereco-top a{
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.endereco-top img {
    width: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.ddd {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}

.whatsapp_top {
    background-color: #25D366;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    border-radius: 42px;
    padding: 4px 22px;
    border: 1px solid
}

.whatsapp_top p {
    padding: 0px;
    margin: 0px;
}

.whatsapp_top i {
    font-size: 20px;
    line-height: 32px;
    margin-right: 10px;
}

.navbar .info_top .whatsapp_top strong {
    margin-left: 5px;
}

.whatsapp_top:hover,.whatsapp_top:focus {
    background-color: #fff;
    color: #25D366;
}

.navbar .bottom .info_bottom, footer .info_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.navbar .bottom .info_bottom .itens, footer .info_bottom .itens {
    display: flex;
    align-items: center;
}

.navbar .bottom .info_bottom .itens a, footer .info_bottom .itens a {
    display: flex;
    align-items: center;
}

.navbar .bottom .info_bottom .itens img, footer .info_bottom .itens img {
    width: 22px;
}

.navbar .bottom .info_bottom .itens .info, footer .info_bottom .itens .info {
    width: 138px;
    max-width: 100%;
    padding-left: 10px;
}

.fix-rotate {
    position: fixed;
    right: -104px;
    top: 50%;
    padding: 0;
    margin: 0;
    /*margin-top: -126px;*/
    z-index: 99999;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    transform: rotate(270deg);
}

.fix-rotate li {
    list-style: none;
    display: inline-block;
}

.fix-rotate li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    padding: 16px 18px 15px;
    display: block;
}

.fix-rotate li.blue a {
    border-radius: 0 10px 0 0;
    background: #3D29E1;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #FFF;
}

.fix-rotate li.white a {
    border-radius: 10px 0 0 0;
    background: #FFF;
    color: #002896;
}

/*Hamburger Effect*/
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
}

.hamburger:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background: radial-gradient(133.21% 133.21% at 50% 0%, #094794 0%, #F19C14 100%);
}

.hamburger-box {
    width: 40px;
    height: 32px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dropup, .dropdown {
    z-index: 999;
}

.dropdown-toggle {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 20px 0 22px;
    width: 100%;
    text-align: left;
    background-color: transparent;
}

.dropdown-toggle.active {
    color: #FFF;
    border-color: #000000;
}

.open .dropdown-toggle {
    color: #FFF;
    border-color: #FFF;
}

.caret {
    float: right;
    border: 0;
    background-image: url('../img/icon-arrow-select.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
    width: 28px;
    height: 15px;
    margin: 5px 0 0;
}

.dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select.svg');
}

.open .caret, .open .dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select-top.svg');
}

.dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

.dropdown-menu li > a {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    padding: 16px 20px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    color: #FFF;
    background-color: transparent;
}

.accordion-item,
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item .accordion-button {
    border-radius: 10px;
}

.accordion-item .accordion-button {
    /*border-top: 2px solid #000;*/
}

.accordion-item .accordion-button:not(.collapsed) {
    /*border-top: 2px solid #A2441E;*/
}

.accordion-item, .accordion-item:not(:first-of-type) {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    background-color: #FFF;
    border: 2px solid #002896;
}

.accordion-item .accordion-button {
    padding: 20px 30px;
    background-color: #FFF;
    box-shadow: none;
    color: #424242;
    font-weight: 700;
}

.accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-body {
    padding: 0 55px 30px 30px;
}

.tns-outer {
    position: relative;
}

.tns-outer > button {
    display: none;
}

.tns-outer .tns-controls button {
    position: absolute;
    top: 50%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    box-shadow: none;
    border: 0;
    outline: none !important;
    width: 14px;
    height: 20px;
    margin-top: -7px;
    background-size: 14px;
    background-color: transparent;
}

.tns-outer .tns-controls button[data-controls=next] {
    right: 20px;
    background-image: url(../img/icon-arrow-right.svg);
    /*opacity: 0.5;*/
}

.tns-outer .tns-controls button[data-controls=prev] {
    left: 20px;
    background-image: url(../img/icon-arrow-left.svg);
    /*opacity: 0.5;*/
}

.tns-nav {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.tns-nav button {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #FFF;
    margin: 5px;
    border-radius: 50%;
    padding: 0;
}

.tns-nav button.tns-nav-active {
    background-color: #FFF;
}

#slideDepoimentos-ow .tns-nav {
    bottom: -40px;
}

#slideDepoimentos-ow .tns-nav button {
    border: 2px solid #002896;
}

#slideDepoimentos-ow .tns-nav button.tns-nav-active {
    background-color: #002896;
}

#contato-pg {
    padding-top: 45px;
    padding-bottom: 30px;
}

#contato-pg .aux-dep {
    padding-bottom: 70px;
}

#contato-pg h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    position: relative;
    bottom: -170px;
}

#contato-pg iframe {
    margin-top: 25px;
    border-radius: 10px;
}

#contato-pg iframe .gm-style.default-card {
    display: none !important;
}

#contato-pg a.tel{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 24px;
}

#contato-pg a.tel i {
    font-size: 15px;
    margin-right: 11px;
    transform: rotate(90deg);
}

#contato-pg a.mail {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-flex;
    margin-bottom: 24px;
}

#contato-pg a.mail i {    
    margin-right: 11px;
}

#contato-pg .local {
    padding-left: 27px;
    background-image: url(../img/icon-white.svg);
    background-size: 17px;
    background-position: top left;
    background-repeat: no-repeat;
}

#contato-pg .local span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

#contato-pg form p {
    display: inline-flex;
}

#contato-pg form p i {
    font-size: 16px;
    color: #fff;
    margin-right: 19px;
    bottom: -8px;
    position: relative;
}

#contato-pg form p i.fa-file{
    bottom: 0;  
}


#wpcf7-f116-o1 {
    margin-top: 20px;
}



.form-white p {
    color: #FFF;
}

.form-white input[type=text],
.form-white input[type=email],
.form-white input[type=number],
.form-white input[type=password],
.form-white select,
.form-white textarea {
    margin-top: 5px;
    background-color: #FFF;
}

.form-white input[type=text]:focus,
.form-white input[type=email]:focus,
.form-white input[type=number]:focus,
.form-white input[type=password]:focus,
.form-white select:focus,
.form-white textarea:focus {
    border-color: #A2441E;
}

.form-white input[type=submit] {
    border-color: #FFF;
}

.form-white input[type=submit]:hover, .form-white input[type=submit]:focus {
    border-color: #FFF;
    background-color: #FFF;
    color: #023E2E;
}

.form-simple-email {
    position: relative;
    padding-right: 80px;
}

.form-simple-email:after {
    content: '';
    background-image: url(../img/icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
}

.form-simple-email form {
    position: relative;
}

.form-simple-email .item-email {
    width: calc(100% - 114px);
}

.form-simple-email input[type=email] {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
    margin: 0;
    padding: 7px 15px 7px 40px;
    background-image: url('../img/icon-email.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 16px;
}

.form-simple-email .item-button {
    width: 114px;
    position: absolute;
    right: 0;
    top: 0;
}

.form-simple-email input[type=submit] {
    font-size: 15px;
    line-height: 24px;
    color: #FFF;
    background: #002896;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    padding: 11px 15px 11px 20px;
    width: 100%;
}

.form-simple-email input[type=submit]:hover, .form-simple-email input[type=submit]:focus {
    background-color: #3D29E1;
    color: #FFF;
}

.bg-brown .form-white input[type=submit], .bg-brown .form-white button[type=submit] {
    background-color: #A2441E;
}

.bg-brown .form-white input[type=submit]:hover, .bg-brown .form-white input[type=submit]:focus,
.bg-brown .form-white button[type=submit]:hover, .bg-brown .form-whitebutton[type=submit]:focus {
    background-color: #FFF;
    color: #A2441E;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 20px 30px !important;
    border: 2px solid #00a0d2;
    color: #222 !important;
    text-align: center !important;
    font-size: 14px;
}

.fakestext input[type=text] {
    height: 120px !important;
}

.fakestext input[type=text]::placeholder {
        position: absolute;
        top: 10px; 
        left: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
        border: none;
    padding: 0px !important;
    margin: 0px !important;
    color: #ffff !important;
}

.form-simple-email .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    margin: 0 0 20px !important;
    font-size: 15px !important;
}

.searchform {
    position: relative;
    max-width: 100%;
}

.searchform input[type=text] {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    background: #FFFFFF;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    color: #616161;;
    padding: 4px 15px 4px 40px;
}

.searchform button[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 42px;
    border: 0;
    padding: 0;
    color: #424242;
    border-radius: 30px 0 0 30px;
    padding-left: 5px;
}

.searchform button[type=submit]:hover, .searchform button[type=submit]:focus {
    color: #FFF;
    background-color: #002896;
}

.searchform input[type=text]::-webkit-input-placeholder {
    color: #666666;
}

.searchform input[type=text]:-moz-placeholder {
    color: #666666;
}

.searchform input[type=text]::-moz-placeholder {
    color: #616161;
}

.searchform input[type=text]:-ms-input-placeholder {  
    color: #616161;
}

.box-resultados {
    padding: 40px 20px 30px;
    border-radius: 10px;
}

.box-resultados label {
    margin-top: 10px;
    color: #FFF;
    font-weight: 700;
}

.box-resultados input, .box-resultados input:focus {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
}

.box-resultados button {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #FFF;
    background-color: transparent;
    color: #FFF;
}

.box-resultados.box-paciente {
    background-color: #002896;
}

.box-resultados.box-acesso-medico {
    background-color: #3D29E1;
}

.box-resultados.box-paciente button:hover, .box-resultados.box-paciente button:focus {
    border: 2px solid #3D29E1;
    background-color: #FFF;
    background-color: #3D29E1;
}

.box-resultados.box-acesso-medico button:hover, .box-resultados.box-acesso-medico button:focus {
    border: 2px solid #002896;
    background-color: #FFF;
    background-color: #002896;
}

.smcx-embed {
    height: 847px !important;
}

.smcx-embed>.smcx-iframe-container {
    height: 810px !important;
}

.list_category {
    padding: 0;
    margin: 0 -8px;
}

.list_category li {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
    padding: 8px 4px;
    display: inline-block;
}

.list_category li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #7C82A1;
    padding: 8px 16px;
    border-radius: 16px;
}

.list_category li a:hover, .list_category li a:focus {
    background-color: #7C82A1;
    color: #FFF;
}

.list_category li.active a {
    background-color: #1E15A3;
    color: #FFF;
}

.list_category li {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
}

.force-row-center {
    display: flex;
    align-items: center;
}

.force-space-between {
    justify-content: space-between;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.copy {
    padding: 10px 0;
    background-color: #172945;
}

.box {
    background: #656565;
    border-radius: 10px 10px 0px 0px;
    padding: 40px 30px;
}

.box form p {
    color: #FFF;
}

.box input[type=submit], .box button[type=submit] {
    color: #FFF;
    border-color: #FFF;
}

.box input[type=submit]:hover, .box input[type=submit]:focus,
.box button[type=submit]:hover, .box button[type=submit]:focus {
    color: #656565;
    background-color: #FFF;
    border-color: #FFF;
}

.box.bg-blue {
    background: #002896;
    border-radius: 0px 0px 10px 10px;
}

.info_ouvidoria {
    display: flex;
}

.info_ouvidoria img {
    margin-right: 20px;
}

.info_download {
    display: flex;
    align-items: center;
}

.info_download img {
    margin-right: 20px;
}

.box_agendamento {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 14px;
}

.box_agendamento i {
    font-size: 18px;
    line-height: 14px;
    margin-right: 10px;
}

.itens_convenios {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.itens_convenios .item {
    display: flex;
    width: 25%;
    margin: 15px 0;
    padding: 0 15px;
}

.itens_convenios .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 150px;
}

section.insumos {
    padding: 0px
}

.insumos #slideConvenios-ow.tns-outer .tns-controls button[data-controls=next],
.insumos #slideExames-ow.tns-outer .tns-controls button[data-controls=next] {
    right: -20px;
    background-image: url('../img/next.svg') !important;
}

.insumos #slideConvenios-ow.tns-outer .tns-controls button[data-controls=prev],
.insumos #slideExames-ow.tns-outer .tns-controls button[data-controls=prev] {
    left: -20px;
    background-image: url('../img/prev.svg') !important;
}

.insumos .container .aux-in {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    margin-top: -90px;
    padding: 25px 50px 0px;
    z-index: 99;
    position: relative;
}

section.insumos #slideConvenios .item a {
    height: 60px;
}

#slideConvenios-ow,
#slideExames-ow .tns-nav {
    margin-bottom: 20px;
}

#slideConvenios-ow .tns-nav,
#slideExames-ow .tns-nav {
    bottom: -45px;
}

#slideConvenios-ow.tns-outer .tns-controls button,
#slideExames-ow.tns-outer .tns-controls button {
    margin-top: -10px;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

#slideConvenios-ow.tns-outer .tns-controls button[data-controls=prev],
#slideExames-ow.tns-outer .tns-controls button[data-controls=prev] {
    left: -40px;
    background-image: url('../img/icon-arrow-circle-left.svg');
}

#slideConvenios-ow.tns-outer .tns-controls button[data-controls=next],
#slideExames-ow.tns-outer .tns-controls button[data-controls=next] {
    right: -40px;
    background-image: url('../img/icon-arrow-circle-right.svg');
}

#slideConvenios .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    height: 150px;
}

#slideConvenios .item a img {
    height: 44px;
    height: auto;
    margin-right: 10px;
}

#slideConvenios .item a p {
    max-width: 117px;
    color: #022763;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.lista_equipe {
    display: flex;
    flex-wrap: wrap;
}

.lista_equipe .item {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    margin: 20px 0;
}

.lista_equipe .item .foto {
    width: 80px;
    height: 80px;
}

.lista_equipe .item .foto img {
    width: 80px;
    height: 80px;
    background: #C4C4C4;
    border: 1px solid #3D29E1;
    border-radius: 50%;
}

.lista_equipe .item .content {
    width: calc(100% - 80px);
    padding-left: 15px;
    padding-right: 15px;
}

.nav-pills a {
    font-size: 14px;
    line-height: 18px;
    color: #424242;
    padding: 0;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 0;
}

.nav-pills a span {
    border-bottom: 2px solid transparent;
}

.nav-pills a.active, .nav-pills a:hover {
    background: transparent !important;
    border-radius: 0;
    font-weight: bold;   
    color: #002896 !important;
    line-height: 16px;
}

.nav-pills a.active span, .nav-pills a:hover span {
    display: inline-block;
    border-bottom: 2px solid #002896;
}

.border-single {
    border-radius: 10px 10px 0 0;
}

.box-news {
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-news:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
}

.box-news img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 150px;
    object-fit: cover; 
}

.box-news p {
    color: #424242;
}

.box-news .content {
    padding: 0;
}

.box-news .title {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.title img {
    width: 100%;
    object-fit: cover;
    height: 268px;
}

.box-news p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #005596;
    margin: 23px 10px 16px;
}

.title-big {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #022763;
}

.btn-classic {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    border: 3px solid #1E1E1E;
    padding: 14px 10px;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    width: 300px;
    text-align: center; 
}

.btn-classic:hover,
.btn-classic:focus {
    border-color: #001C56;
    background-color: #001C56;
    color: #fff;
}

.box-news.box-exames p {
    
}

.box-newsbox-exames-single .title {
    height: 28px;
}

.box-news a {
    display: block;
}

.box-news .btn {
    background: #3D29E1;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.box-news .btn i {
    margin-right: 10px;
}

.box-news .link {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px
    color: #1E1E1E !important;
    display: block;
    text-decoration: underline;
}

.box-news .link:hover {
    color: #3D29E1;
    text-decoration: none;
}

.tag {
    background: #FFFFFF;
    border: 2px solid #3D29E1;
    box-sizing: border-box;
    border-radius: 45px;
    font-size: 13px;
    line-height: 14px;
    color: #424242;
    padding: 15px 20px 16px;
    display: inline-block;
}

.tag a {
    color: #424242;
    margin-left: 10px;
}

.tag i {
    margin-right: 5px;
    color: #3D29E1;
}

.tel-tag {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.alm-reveal {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.alm-reveal > * {
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: #002896 !important;
    border-radius: 50px !important;
    width: 300px !important;
    max-width: 100% !important;
}

.ajax-load-more-wrap.blue .alm-load-more-btn:hover {
    background-color: #3D29E1 !important;
}



@media (min-width: 993px) {
	

    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .space-between {
        display: flex;
        justify-content: space-between;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }

    .max_line {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .max_line_2 {
        height: auto;
        -webkit-line-clamp: 2;
    }

    .max_line_3 {
        height: auto;
        -webkit-line-clamp: 3;
    }

    p.max_line_2.aux {
        height: 42px;
    }

    p.max_line_3.aux {
        height: 64px;
    }

    .padding-aux {
        padding-left: 41px;
    }

    .info_socios_diretores {
        display: flex;
        align-items: flex-end;
        margin-top: -30px;
    }

    .info_socios_diretores .content {
        padding-left: 19px;
        padding-bottom: 20px;
    }

    .visible-sm {
        display: none !important;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 15px;
        background-color: #FFF;
    }

    .aux-cards-p {
        display: block;
    }

    .card-prod{
        display: block;
        width: calc(100% / 1);  
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
        margin: 20px 0 40px 0;
    }

    .topo-sin {
        text-align: center;
    }

    .topo-sin img {
        width: 40%;
        display: block;
        margin: 10px auto
    }

    .conteudo-sin {
        padding: 30px 20px;
    }

    .box-contato {
        margin-top: 15px;
    }

    .box-contato .icone {
        height: 51px;
        background-size: 35px;
    }

    .box-contato input {
        margin-bottom: 20px;
    }

    .sec-start {
		display: none;
	}	

	.btn-mini-wtz {
		position: inherit;
	}

    #slideDepoimentos-ow .tns-nav {
        bottom: 0px;
    }

    /*.row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row>* {
        padding-right: 20px;
        padding-left: 20px;
    }*/

    
    #slideHome .banner h3 p strong {
        font-size: 26px;
        line-height: 30px;
    }

    .banner h3 p:nth-child(2) {
        max-width: 100%;
    }

    .fixed-top, .fixed-top.nav-down {
        top: 0px !important;
    }

    #slideHome {
        margin-top: 90px;
    }

    #slideHome .banner {
        background-color: #F8E6D0;
        border-radius: 60px;
    }

    #slideHome .banner .aux-text {
        padding: 60px 20px;
        text-align: center;
    }

    .mascara-banner {
        background-size: 0px;
        right: 0
    }

    #slideHome .aux-ban {
        height: 400px;
    }

    .cta {
        text-align: center;
        padding: 25px 10px;
        margin: 25px 0;
    }

    .cta img {
        margin-bottom: 20px;
    }

    .cta .container {
        background-size: 120px;
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .cta img.mdagua {
        margin-top: 25px
    }

    .depoimentos-sec {
        padding: 30px 0;
    }

    .quem-somos {
        padding: 30px 0;
    }

    .resumo-qs {
        padding-right: 10px;
        padding-left: 10px;
    }

    .titulos {
        width: auto;
        margin: 30px auto 20px;
        display: block;
        text-align: center;
    }

    .cta-cards ul,
    .cta-cards.interna ul {
        display: block;
        background-color: #ffffff;
        padding: 0px 10px;
    }

    .cta-cards ul li,
    .cta-cards.interna ul li {
        border-radius: 20px !important;
        background-color: #F1F1F1;
        margin-bottom: 15px;
        padding: 25px 15px;
    }

    .cta-cards ul li,
    .cta-cards.interna ul li {
        display: block;
        width: 100%;
    }

    .cta-cards ul li .text-card h4 {
        font-size: 20px;
    }

   .diretoria {
        padding: 30px  10px;
    }

    .text-dir h2,
    .text-dir .func,
    .text-dir .bio {
        margin-bottom: 16px;
    }

    .aux-mod.segu,
    .aux-mod {
        padding: 20px 10px;
        text-align: center;
    }

    .img-out.right,
    .img-out {
        width: 100%;
        max-width: 100%;
        height: 220px;
        border-radius: 40px;
        margin: 20px 0;
        float: inherit;
    }


    .box_depoimentos {
        text-align: center;
        padding: 10px;
    }

    .black-bar {
        padding: 70px 20px 70px;
        text-align: center;
    }

    .black-bar h2{
        font-size: 20px;
    }

    .black-bar p {
        margin: 20px auto 30px;
        display: block;
    }

    .black-bar a {
        margin-bottom: 25px;
    }

    .cta img {
    	width: 230px;
    }

    hr.divider {
    	margin: 8px auto;
    }

    #slideHome .banner h3 {
    	font-size: 26px;
    }

    footer {
        text-align: center;
    }

    footer .logo {
        margin-bottom: 20px
    }

    footer .whatsapp_top {
        margin-top: 25px;
    }

    .m-v-v {
        text-align: center;
    }

    .m-v-v img {
        float: inherit;
        text-align: center;
        margin: 20px auto 10px;
    }

    .topo-padrao {
        margin-top: 35px;
    }

    .topo-padrao h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .topo-padrao p {
        font-size: 20px;
        line-height: 24px;
    }

    .quem-somos h1 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .hide-mob {
        display: none;
    }


    .hide-desk {
        display: block;
    }

    .membros img.membro {
        display: block;
        margin: 0 auto
    }

    .bio-membro {
        margin-bottom: 60px;
    }

    .diretoria .img-dir {
        padding: 0 10px;
    }

    .diretoria .text-dir {
        height: auto;
        padding: 20px 20px 40px 20px;
    }

    .diretoria img {
        margin-top: 25px;
        border-radius: 25px;
    }

    .contato {
        margin-top: 65px;
    }

    .numbers {
        display: block;
        width: auto;
        margin-right: 20px;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 30px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after{
         background: radial-gradient(133.21% 133.21% at 50% 0%, #094794 0%, #F19C14 100%);
    }

    p.min {
        width: 100%;
        margin-top: 10px;
    }

    p.min a{
        display: block;
        text-align: center;
    }

    .navbar p.min {
        display: none;
    }

    .cta h3 {
        font-size: 28px,
        line-height: 32px;
    }

    .hidden-sm {
        display: none !important;
    }

    .home .hidden-sm-home {
        display: none !important;
    }

    .visible-sm { 
        display: block !important;
    }

    .wm-100 {
        width: 100%;
    }

    .text-m-center, .text-m-center.text-end, .text-m-center .text-end {
        text-align: center !important;
    }

    .text-m-center.btn {
        justify-content: center;
    }

    .text-m-left {
        text-align: left !important;
    }

    .text-m-right {
        text-align: right;
    }

    .img-centered-m {
        display: block;
        margin: 0 auto;
    }

    .nomargintm {
        margin-top: 0;
    }

    .margintm10 {
        margin-top: 10px;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm20 {
        margin-top: 20px;
    }

    .margintm30 {
        margin-top: 30px;
    }

    .margintm40 {
        margin-top: 40px;
    }

    .margintm50 {
        margin-top: 50px;
    }

    .margintm60 {
        margin-top: 60px;
    }

    .nopaddingm {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nopaddinglrm {
        padding-left: 0;
        padding-right: 0;
    }

    .nopaddinbgm {
        padding-bottom: 0;
    }

    .nopaddingtm {
        padding-top: 0;
    }

    .paddingtm40 {
        padding-top: 40px;
    }

    .navbar .navbar-brand {
        max-width: 186px;
    }

    h1, .t-h1 {
        font-size: 40px;
    }

    h2, .t-h2 {
        font-size: 32px;
    }

    h3, .t-h3 {
        font-size: 28px;
    }

    h4, .t-h4 {
        font-size: 26px;
    }

    h5, .t-h5 {
        font-size: 22px;
        line-height: 130%;
    }

    .titulo {
        padding-bottom: 25px;
    }

    .t-h6.titulo {
        font-size: 32px;
        line-height: 30px;
    }

    p, .t-p {
        font-size: 18px;
    }

    .w-100-m {
        width: 100%;
    }

    .he-100 {
        min-height: calc(100vh - 92px); 
    }

    section {
        padding: 60px 0;
    }

    footer {
        padding: 20px 0;
    }

    .copy p.min {
        font-size: 11px;
        line-height: 15px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .accordion-button::after {
        width: 14px;
        height: 17px;
        background-size: 12px;
    }

    .accordion-body {
        padding: 0 15px 30px;
    }

    .accordion-item .accordion-button {
        padding: 20px 15px;
    }

    .navbar .content .container {
        flex-wrap: wrap;
    }

    .navbar .navbar-nav > li {
        display: inline-flex;
        margin: 6px 0 0;
    }

    .navbar .navbar-nav > li > a {
        font-size: 19px;
        line-height: 14px;
        padding: 10px 0 10px;
        margin-bottom: 10px;
    }

    #slideHome .aux-slh {
        background-size: 0px;
        height: auto;
    }

    .navbar .bottom .info_bottom, footer .info_bottom {
        flex-direction: column;
        align-items: center;
    }

    .navbar .bottom .info_bottom .itens, footer .info_bottom .itens {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .navbar .bottom .info_bottom .itens a, footer .info_bottom .itens a {
        width: 50%;
        margin-bottom: 20px;
        justify-content: flex-end;
    }

    #slideHome .item img {
        /*height: 300px;
        object-fit: cover;*/
    }

    .tns-outer .tns-controls button[data-controls=prev] {
        left: 15px;
    }

    .tns-outer .tns-controls button[data-controls=next] {
        right: 15px;
    }

    .tns-nav {
        bottom: 10px;
    }

    .tel-tag {
        flex-direction: column;
    }

    .lista_equipe .item {
        width: 100%;
    }

    #slideConvenios .item a {
        height: 100px;
    }

    .form-simple-email {
        padding-right: 0;
    }

    .form-simple-email:after {
        content: none;
    }

    footer ul {
        flex-direction: column;
    }

    footer ul > li {
        margin-bottom: 6px;
    }

    footer ul > li > a {
        font-size: 16px;
        line-height: 18px;
        display: inline-flex;
    }

    .gallery-sobre .itens a {
        width: 50%;
    }

    .itens_convenios .item {
        width: 50%;
    }

    .itens_convenios .item a {
        height: 100px;
        width: 100%;
    }

    .info_ouvidoria {
        margin-top: 10px;
    }

    .info_ouvidoria img {
        display: none;
    }

    #sb_instagram #sbi_images .sbi_item {
        width: calc(100% / 3) !important;
    }

    #sb_instagram {
        width: calc(100% + 16px) !important;
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 380px) {
   
}