/* Variações de Cor */

body#atendimentoSP {
    --color-variable-theme: #D0043C;
}

body#atendimentoMG {
    --color-variable-theme: #D0043C;
}

body#atendimentoRJ {
    --color-variable-theme: #006A34;
}

body#atendimentoGO {
    --color-variable-theme: #E13F30;
}

body#atendimentoHMG {
    --color-variable-theme: #26326F;
}

body#atendimentoEMG {
    --color-variable-theme: #E57416;
}

svg path {
    fill: var(--color-variable-theme);
}

/* Variações de Cor */

body {    
    font-family: 'Inter', sans-serif;
}

header {
    background: var(--color-variable-theme);
    height: 80px;
}
header .navbar-collapse {
    justify-content: end;
}
header .nav-item a {
    color: #fff !important;
}
header .region {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    margin-left: 29px;
}

body#atendimentoEMG header img {
    max-height: 55px;
}

#banner {
    background: radial-gradient(73.43% 73.43% at 50% 42.22%, #9DF7FC 0%, #4FC5CC 89.47%);
    padding-bottom: 120px;
}
body#atendimentoRJ #banner {
    background: #B3CC41;
}
body#atendimentoGO #banner {
    background: #82E6CF;
}
body#atendimentoHMG #banner {
    background: #BAE682;
}
body#atendimentoEMG #banner {
    background: #6DBAE6;
}
#banner h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #17323A;
    margin-top: 80px;
}
body#atendimentoRJ #banner h2 {
    color: #fff;
}
#banner h3 {
    margin: 8px 0 14px 0;
    font-size: 24px;
}
body#atendimentoRJ #banner h3 {
    color: #fff;
    font-size: 28px;
}
#banner p {
    font-size: 16px;
    margin-bottom: 70px;
}
body#atendimentoRJ #banner p {
    color: #fff;
}

#estatisticas {
    background: #FAFAFA;
}

#estatisticas .bx-status {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin: -40px 0 40px 0;
}

#estatisticas .bx-status span {
   font-size: 36px;
   color: var(--color-variable-theme);
   font-weight: bold;
}
body#atendimentoRJ #estatisticas .bx-status span{
    color: #8BA902;
}


#estatisticas .bx-status span em {
    font-size: 18px;
 }

#estatisticas .bx-status p {
    font-style: normal;
    font-weight: 600;
    font-size: 16.0551px;
    line-height: 100%;
}

#servicos {
    background: #FAFAFA;
    padding-bottom: 40px;
}

#servicos svg {
    width: 35px;
}
body#atendimentoRJ #servicos svg path{
    fill: #B3CC41;
}


#servicos .txt-destaque span {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #828282;
}

#servicos .txt-destaque h3 {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #23505E;
    margin: 12px 0 12px 0;
}
body#atendimentoRJ #servicos .txt-destaque h3{
    color: #006A34;
}

#servicos .txt-destaque p {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #23505E;
}

#servicos .cards {
    margin: 48px 0;
}

#servicos .list-cards {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    position: relative;
}

#servicos .list-cards p {
    margin-top: 20px;
    margin-bottom: 0;
}


#servicos .list-cards .icon-ecg svg {
    width: 25px;
}

#servicos .list-cards .frente {
    min-height: 102px;
}

#servicos .list-cards .verso {
    min-height: 102px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: var(--color-variable-theme);
    color: #fff;
    border-radius: 20px;
}

body#atendimentoRJ #servicos .list-cards .verso{
    background: #B3CC41;
}

#servicos .list-cards:hover .verso {
    display: flex;
    align-items: center;
}

#servicos .list-cards:hover .verso p {
   font-size: 12px;
   margin-top: 0;
   text-align: center;
   width: 100%;
}


#servicos .btn {
    margin-top: 76px;
}

#localizacao {
    padding: 96px 0;
}

body#atendimentoSP #localizacao {
    background: url(../images/hp-sp/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}
body#atendimentoMG #localizacao {
    background: url(../images/hp-mg/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}
body#atendimentoRJ #localizacao {
    background: url(../images/cm-rj/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}
body#atendimentoEMG #localizacao {
    background: url(../images/ec-mg/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}
body#atendimentoHMG #localizacao {
    background: url(../images/ha-mg/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}
body#atendimentoGO #localizacao {
    background: url(../images/pd-go/localizacao-bg.png) no-repeat center bottom #fff;
    background-size: 100%;
    padding: 96px 0;
}

#localizacao span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #828282;
    margin-bottom: 13px;
}

#localizacao h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    color: #23505E;
    margin-bottom: 48px;
}
body#atendimentoRJ #localizacao h3{
    color: var(--color-variable-theme);
}

#localizacao p {
    font-style: normal;
    font-size: 16px;
    color: #23505E;
}

#localizacao .unidades {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 35px 61px;
    width: 100%;
    margin: 0 0 78px;
}

#localizacao .unidades h4 {
    background: url(../images/icon-localizacao.png) no-repeat center left;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
body#atendimentoRJ #localizacao .unidades h4{
    background: url(../images/cm-rj/icon-localizacao.png) no-repeat center left;
    color: var(--color-variable-theme);
}

#localizacao .unidades p {
    margin: 0;
    color: var(--color-variable-theme);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 131%;
}

body#atendimentoEMG #localizacao .unidades h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

body#atendimentoEMG #localizacao .unidades p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    margin: -35px 0 0 50px;
}

#facilidades {
    padding: 50px 0;
    background: #fff;
}
#facilidades h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    color: #23505E;
    margin:80px 0px;
}

body#atendimentoRJ #facilidades h3{
    color: var(--color-variable-theme);
}

#facilidades .container .row div {
    position: relative;
}

#facilidades .icon {
    width: 47px;
    height: 47px;
    border: 1px solid var(--color-variable-theme);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 2;
}
body#atendimentoRJ #facilidades .icon{
    border: 1px solid #B3CC41;
}

body#atendimentoRJ #facilidades .icon svg path{
    fill: #B3CC41;
}

#facilidades h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #23505E;
    margin-top: 30px;
}

body#atendimentoRJ #facilidades h4{
    color: var(--color-variable-theme);
}

#facilidades p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #23505E;
    padding-right: 20px;
}

#facilidades .bx-facilidades::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    border-top: 1px solid var(--color-variable-theme);
}

body#atendimentoRJ #facilidades .bx-facilidades::before{
    border-top: 1px solid #B3CC41;
}

#vantagens {
    background: #fff;
    padding-bottom: 40px;
}

#vantagens .txt-destaque span {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #828282;
}

#vantagens .txt-destaque h3 {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #23505E;
    margin: 12px 0 12px 0;
}

body#atendimentoRJ #vantagens h3{
    color: var(--color-variable-theme);
}

#vantagens .txt-destaque p {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #23505E;
}

#vantagens .carrossel-vantagens {
    position: relative;
    margin-top: 50px;
}

#vantagens .carrossel-vantagens .item {
    border: 1px solid #9AA49C;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    width: 90% !important;
    position: relative;
}

#vantagens .carrossel-vantagens .item .icon {
    float: left;
    margin-top: 10px;
    width: 20%;
}

#vantagens .carrossel-vantagens .item h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #0E3E41;
    margin: 10px 0;
    float: right;
    width: 80%;
}

#vantagens .carrossel-vantagens .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #0E3E41;
    margin: 0;
    float: right;
    width: 80%;
    min-height: 64px;
}

#vantagens .carrossel-vantagens .slick-next {
    width: 45px;
    height: 45px;
    background: var(--color-variable-theme);
    border-radius: 10px;
    top: 25px;
}

#vantagens .carrossel-vantagens .slick-prev {
    width: 45px;
    height: 45px;
    background: var(--color-variable-theme);
    border-radius: 10px;
    right: -25px;
    left: auto;
    bottom: 0;
}

#vantagens .slick-dots li button {
    background: #717A72;
    border-radius: 100%;
}

#vantagens .slick-dots .slick-active button {
    background: var(--color-variable-theme);
}

#convenios {
    padding: 0 0 150px 0;
}

#convenios h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #23505E;
    margin: 80px 0;
}

body#atendimentoRJ #convenios h3{
    color: var(--color-variable-theme);
}

#convenios .list-convenios {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

#convenios .list-convenios li {
    padding: 0 20px;
}

#convenios p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #23505E;
    margin-top: 80px;
}

#condicoes {
    background: rgba(211,220,231,.3);
    padding: 70px 0;
}
body#atendimentoRJ #condicoes{
    background: rgba(132,215,195,.3);
}

#condicoes svg {
    width: 65px;
}

body#atendimentoGO #condicoes svg {
    width: 50px;
}

#condicoes h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    color: #23505E;
    margin-bottom: 63px;
}

body#atendimentoRJ #condicoes h3{
    color: var(--color-variable-theme);
}

#condicoes .bx-condicoes {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    float: left;
}

#condicoes .bx-condicoes .icon {
    float: left;
    margin-top: 10px;
    width: 20%;
}
body#atendimentoRJ #condicoes .bx-condicoes .icon svg path{
    fill: #B3CC41;
}

#condicoes .bx-condicoes h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #0E3E41;
    margin: 10px 0;
    float: right;
    width: 80%;
}

body#atendimentoGO #condicoes .bx-condicoes h4 {
    font-size: 19px;
}

#condicoes .bx-condicoes p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #0E3E41;
    margin: 0;
    float: right;
    width: 80%;
    min-height: 64px;
}

body#atendimentoGO #condicoes .bx-condicoes p {
    min-height: 48px;
}

#depoimentos {
    padding: 100px 0;
}

#depoimentos h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #23505E;
}

body#atendimentoRJ #depoimentos h3 {
    color: var(--color-variable-theme);
}

#depoimentos .carrossel-depoimentos {
    margin: 60px 0;
}

#depoimentos .carrossel-depoimentos .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 26.2895px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px;
    min-height: 279px;
}

#depoimentos .carrossel-depoimentos .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: 0.01em;
    color: #717A72;
    margin: 20px 0;
}

#depoimentos .carrossel-depoimentos .item span {
    color: var(--color-variable-theme);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
}

body#atendimentoRJ #depoimentos .carrossel-depoimentos .item svg path {
    fill: #B3CC41;
}

#depoimentos .slick-slide {
    padding: 20px;
}

#depoimentos .slick-dots li button {
    background: #717A72;
    border-radius: 100%;
}

#depoimentos .slick-dots .slick-active button {
    background: var(--color-variable-theme);
}

#perguntas-frequentes h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #23505E;
    margin-bottom: 28px;
}

body#atendimentoRJ #perguntas-frequentes h3 {
    color: var(--color-variable-theme);
}


#perguntas-frequentes span {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #23505E;
    margin-bottom: 28px;
    display: inline-block;
}

#perguntas-frequentes .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
}

#perguntas-frequentes .accordion-item .accordion-button {
    border-radius: 10px;
    border:1px solid rgba(0,0,0,.125);
}

#perguntas-frequentes .accordion-item .accordion-button:not(.collapsed) {
    background: none;
    color: var(--color-variable-theme);
}

.accordion-button:focus {
    border-color: none;
    box-shadow:none
}

footer {
    background: #4F4F4F;
    padding: 41px 0;
    margin-top: 41px;
}
#footer svg path {
    fill: #fff;
}
footer h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}
footer p, footer a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
footer .redes-sociais {
    position: relative;
}
footer .redes-sociais::before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    top: 28px;
    width: 90%;
}
footer .redes-sociais .itens {
    float: right;
    margin: 20px 0;
    background: #4F4F4F;
    position: relative;
    z-index: 2;
}
footer .redes-sociais .itens a {
    margin-left: 30px;
    display: block;
    float: left;
}
footer .links-secundarios {
    font-size: 14px;
    letter-spacing: -1px;
    display: flex;
    color: #fff;
    justify-content: space-between;
}
footer .links-secundarios a {
    font-size: 14px;
    letter-spacing: -1px;
    display: flex;
    color: #fff;
    display: inline-block;
    line-height: inherit;
}

.btn-primary {
    padding: 18px 32px;
    background: var(--color-variable-theme);
    border-color: var(--color-variable-theme);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
}

.btn-primary:hover {
    background: #fff;
    border-color: var(--color-variable-theme);
    color: var(--color-variable-theme);
}


/* Responsividade */

@media (max-width: 991px) {
    header {
        background: var(--color-variable-theme);
        height: 80px;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    header .navbar-light .navbar-toggler {
        border: none !important;
    }
    header .navbar-toggler:focus {
        box-shadow: none !important;
    }
    header .navbar-toggler-icon {
        background-image: url(../images/icon-nav.svg) !important;
    }
    header .active .navbar-toggler-icon {
        background-image: url(../images/icon-close.svg) !important;
    }
    header .navbar-collapse {
        justify-content: end;
        background: var(--color-variable-theme);
        width: 100%;
        position: fixed;
        left: 0;
        top: 79px;
        padding: 20px 50px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        height: 100vh;
        z-index: 99;
    }

    header .navbar-nav {
        border-top: 1px solid #fff;
    }

    header .nav-link {
        margin-top: 20px;
    }

    #banner h2 {
        margin-top: 120px;
    }

    #vantagens .carrossel-vantagens .item h4 {
        width: 70%;
    }
    #vantagens .carrossel-vantagens .item p {
        width: 70%;
    }
    #depoimentos .carrossel-depoimentos .item {
        min-height: 380px;
    }
    #vantagens .carrossel-vantagens .slick-next {
        top: 60px;
    }
    #vantagens .txt-destaque p {
        text-align: center;
    }
    #vantagens .carrossel-vantagens .item p {
        text-align: left;
    }
    #condicoes .bx-condicoes {
        min-height: 174px
    };
    #condicoes .bx-condicoes .icon {
        width: 30%;
    }
    #condicoes .bx-condicoes h4, #condicoes .bx-condicoes p {
        width: 70%;
    }
    #convenios {
        padding-bottom: 50px;
    }
    #convenios p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    h2, h3, span {
        text-align: center;
    }
    h2 {
        font-size: 40px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    #banner p {
        text-align: center;
    }
    #banner .container {
        text-align: center;
    }
    #servicos .txt-destaque p {
        text-align: center;
    }
    #servicos p {
        text-align: center;
    }
    #localizacao p {
        text-align: center;
    }
    #localizacao .unidades p {
        text-align: left
    }
    
    #facilidades .bx-facilidades::before {
        border: none;
    }

    #facilidades .bx-facilidades h4, #facilidades .bx-facilidades p {
       text-align: center;
    }

    #facilidades .icon {
        margin: 0 auto;
    }

    #estatisticas .bx-status {
        margin: 0;
    }
    #estatisticas .bx-status.first {
        margin-top: -40px;
    }
    #vantagens .carrossel-vantagens .item h4 {
        width: 80%;
    }
    #vantagens .carrossel-vantagens .item p {
        width: 80%;
    }
    #vantagens .carrossel-vantagens .item {
        width: 100% !important;
    }
    #convenios .list-convenios {
        display: inline-block;
        width: 100%;
    }
    #convenios .list-convenios li {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding:0;
        margin-bottom: 40px;
    }
    #depoimentos .carrossel-depoimentos .item {
        min-height: 280px;
    }
    footer h3 {
        text-align: left;
    }
    footer .links-secundarios {
        display: block;
    }
    footer .links-secundarios span {
        display: block;
        width: 100%;
    }
    footer .links-secundarios a {
        display: table;
        margin: 0 auto 10px auto;
    }
}

@media (max-width: 575px) {
    #vantagens .carrossel-vantagens .item h4 {
        width: 70%;
    }
    #vantagens .carrossel-vantagens .item p {
        width: 70%;
    }
}