@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@font-face {
    font-family: "arialn";
    src: url(../../webfonts/Arialn.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    padding: 0
}

body form,
body input,
body option,
body select {
    font-family: Arial, Helvetica, sans-serif
}

body a {
    text-decoration: none !important
}

body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}

body h1 {
    font-size: 24px;
    font-size: 2.4rem
}

.section-slide-planos .content-programas .valor-plano .valor strong,
body h2 {
    font-size: 22px;
    font-size: 2.2rem
}

body h3 {
    font-size: 18px;
    font-size: 1.8rem
}

body h4 {
    font-size: 14px;
    font-size: 1.4rem
}

body h5 {
    font-size: 12px;
    font-size: 1.2rem
}

body p {
    font-size: 10px;
    font-size: 1rem
}

body ol,
body ul {
    padding-left: 0 !important
}

body main {
    overflow: hidden
}

.editor-styles-wrapper .wp-block {
    margin-left: 30px;
    margin-right: 30px;
    width: 95%;
    max-width: 100%
}

.darckTheme,
.darckTheme .section-colunas-texto {
    background-color: #000
}

.darckTheme .quero_contratar_home .content_acessos_rapidos ul li:hover p,
.darckTheme a,
.darckTheme h1,
.darckTheme h2,
.darckTheme h3,
.darckTheme h4,
.darckTheme h5,
.darckTheme h6,
.darckTheme i,
.darckTheme p {
    color: #fff !important
}

.section-resultadoBusca {
    padding: 50px 0
}

.section-resultadoBusca img {
    position: absolute
}

.section-resultadoBusca li {
    list-style: none
}

.section-resultadoBusca .content-search {
    max-width: 80%;
    margin: auto
}

.section-resultadoBusca .title_search {
    margin-bottom: 30px;
    display: flex;
    align-items: baseline
}

.section-resultadoBusca .title_search h2 {
    color: #002d4b;
    font-weight: 700;
    margin: 0
}

.section-resultadoBusca .title_search span {
    color: #2d2d2d;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 10px
}

.section-resultadoBusca .result-search-list {
    padding: 10px 0
}

.section-resultadoBusca .result-search-list a {
    color: #002d4b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    transition: 400ms
}

.darckTheme .right-widgets .content-widgets .menu-acessibilidade i:hover,
.menu-acessibilidade ul li a i:hover,
.menu-acessibilidade ul li a:hover,
.section-resultadoBusca .result-search-list a:hover,
header .navbar .content-redes-sociais i:hover,
header .navbar .navbar-collapse ul li a:hover {
    color: #004a8c;
    transition: 400ms
}

.section-resultadoBusca .result-search-list p {
    font-size: 9px;
    font-size: .9rem;
    color: #2d2d2d;
    padding-top: 5px
}

.section-resultadoBusca .no-result-search-list {
    margin-bottom: 20px;
    margin-top: 70px
}

.section-resultadoBusca .no-result-search-list span {
    color: #002d4b;
    font-size: 28px
}

.section-resultadoBusca .alert-info p {
    font-size: 9px;
    font-size: .9rem;
    color: #002d4b
}

.section-resultadoBusca .post_pagination-busca {
    text-align: center;
    background: 0 0;
    border-radius: 100px;
    padding: 15px;
    margin-top: 50px
}

.section-resultadoBusca .post_pagination-busca .page-numbers {
    background: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    margin: 3px;
    color: #747876;
    z-index: 1
}

.section-resultadoBusca .post_pagination-busca .current {
    background: #fcfc1b;
    padding: 3px 8px;
    border-radius: 100px;
    margin: 3px;
    color: #fff
}

.section-resultadoBusca .post_pagination-busca a.page-numbers:before {
    content: "";
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    position: absolute;
    margin-top: -5px;
    margin-left: -8px;
    z-index: -1
}

.section-resultadoBusca .post_pagination-busca a.page-numbers:after {
    content: "";
    width: 100%;
    padding: 25px;
    background: #00000003;
    border-radius: 100px;
    left: 0;
    top: 47px;
    position: absolute;
    z-index: -1
}

.section-resultadoBusca .post_pagination {
    width: fit-content;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-resultadoBusca .post_pagination .current {
    color: #002d4b
}

.section-resultadoBusca .post_pagination .current::before,
.section-resultadoBusca .post_pagination a::before,
.section-resultadoBusca .post_pagination span::before {
    content: "";
    position: absolute;
    background-color: #fcfc1b;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 100px;
    right: -11px;
    top: -2px;
    margin: 0
}

.section-resultadoBusca .post_pagination a,
.section-resultadoBusca .post_pagination span {
    margin-right: 30px;
    position: relative;
    color: #fff;
    font-weight: 700
}

.section-resultadoBusca .post_pagination a::before,
.section-resultadoBusca .post_pagination span::before {
    background-color: #002d4b
}

.section-post-unico {
    padding: 80px 0
}

.section-post-unico .post-content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

.section-post-unico .post-content .info-post {
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .section-post-unico .post-content .info-post {
        flex-direction: column;
        align-items: flex-start
    }
}

.section-post-unico .post-content .info-post .data {
    color: #2d2d2d
}

.section-post-unico .post-content .info-post ul {
    list-style: none;
    display: flex;
    margin: 0 0 0 10px;
    position: relative;
    top: -4px
}

@media screen and (max-width:560px) {
    .section-post-unico .post-content .info-post ul {
        margin: 0
    }
}

.section-post-unico .post-content .info-post ul li {
    background: #5aaaa0;
    color: #fff;
    margin: 10px 5px 0 0;
    padding: 0 8px;
    border-radius: 4px;
    width: fit-content
}

.section-post-unico .post-content .content-publicacao {
    padding-top: 40px
}

.section-post-unico .post-content .content-publicacao h1,
.section-post-unico .post-content .content-publicacao h2,
.section-post-unico .post-content .content-publicacao h3,
.section-post-unico .post-content .content-publicacao h4,
.section-post-unico .post-content .content-publicacao h5,
.section-post-unico .post-content .content-publicacao h6 {
    color: #002d4b;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative
}

.section-post-unico .post-content .content-publicacao p {
    color: #2d2d2d;
    margin-bottom: 20px
}

.section-post-unico .post-content .content-publicacao a {
    color: #002d4b;
    text-decoration: underline !important
}

.darckTheme .section-posts {
    background-color: #000
}

header {
    width: 100%;
    height: 120px
}

@media screen and (max-width:991px) {
    header {
        height: 70px
    }
}

header .isClose {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999
}

header .navbar {
    position: fixed !important;
    padding: 4px 0 !important;
    display: block !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 10px 1px #00000040;
    z-index: 999999999999
}

@media screen and (max-width:991px) {
    header .navbar {
        height: 70px;
        display: flex !important;
        align-items: center
    }
}

header .navbar .navbar-collapse {
    position: relative
}

@media screen and (min-width:991px) and (max-width:1060px) {
    header .navbar .navbar-collapse {
        margin-left: 20px !important
    }
}

header .navbar .navbar-collapse .widget-mobile {
    position: fixed;
    bottom: 0;
    display: none;
    background: #fff;
    padding: 10px 0
}

@media screen and (max-width:560px) {
    header .navbar .navbar-collapse .widget-mobile {
        width: 100%
    }

    header .navbar .navbar-collapse .widget-mobile,
    header .navbar .navbar-collapse .widget-mobile .content-widgets {
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .navbar .navbar-collapse .widget-mobile .encontrar-credenciado,
    header .navbar .navbar-collapse .widget-mobile .menu-acessibilidade ul li {
        border-radius: 100px;
        border: 1px solid #eaeaea;
        padding: 0;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px
    }

    header .navbar .navbar-collapse .widget-mobile .encontrar-credenciado {
        display: block;
        position: relative;
        background: #fff;
        right: 0;
        background-color: #fcfc1b
    }

    header .navbar .navbar-collapse .widget-mobile .encontrar-credenciado img {
        position: relative;
        width: 25px;
        background: 0 0;
        filter: grayscale(100);
        padding: 0;
        cursor: pointer;
        border: 0;
        left: 26px
    }

    header .navbar .navbar-collapse .widget-mobile .encontrar-credenciado a {
        opacity: 0;
        z-index: 1;
        width: 50px;
        left: -10px;
        position: relative
    }

    header .navbar .navbar-collapse .widget-mobile .menu-acessibilidade {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        border-radius: 0;
        border: 0;
        border-right: 0
    }

    header .navbar .navbar-collapse .widget-mobile .menu-acessibilidade ul {
        display: flex !important;
        padding: 0 !important
    }

    header .navbar .navbar-collapse .widget-mobile .menu-acessibilidade ul li {
        box-shadow: none
    }
}

header .navbar .navbar-toggler {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999
}

@media screen and (max-width:991px) {
    header .navbar .navbar-toggler {
        display: flex;
        position: absolute;
        right: 10px;
        top: 23px
    }
}

header .navbar .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important
}

header .navbar .navbar-toggler span {
    position: absolute;
    background: #002d4b;
    height: 3px;
    width: 20px;
    left: 0;
    border-radius: 100px
}

header .navbar .navbar-toggler span:nth-of-type(1) {
    top: 0
}

header .navbar .navbar-toggler span:nth-of-type(2) {
    top: 6px
}

header .navbar .navbar-toggler span:nth-of-type(3) {
    top: 12px
}

header .navbar .navbar-toggler .menu-close span {
    position: absolute;
    background: #002d4b;
    height: 3px;
    width: 20px;
    transition: 1s;
    left: 0
}

header .navbar .navbar-toggler .menu-close span:nth-of-type(1) {
    top: 0;
    display: none !important
}

header .navbar .navbar-toggler .menu-close span:nth-of-type(2) {
    top: 5px;
    transform: rotate(45deg) !important;
    transition: 1s
}

header .navbar .navbar-toggler .menu-close span:nth-of-type(3) {
    top: 5px;
    transform: rotate(-45deg) !important;
    transition: 1s
}

header .navbar .custom-container {
    border-bottom: 2px solid #f9f9f9;
    padding-top: 5px;
    padding-bottom: 5px
}

@media screen and (max-width:768px) {
    header .navbar .custom-container {
        border-bottom: 0
    }

    header .navbar .custom-container>.row {
        margin-bottom: 0 !important
    }
}

header .navbar .custom-logo-link img {
    height: auto;
    width: 100px
}

@media screen and (max-width:768px) {
    header .navbar .custom-logo-link img {
        width: 80px
    }
}

header .navbar .search-form {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    header .navbar .search-form {
        display: none
    }
}

header .navbar .search-form form {
    height: auto;
    position: relative;
    width: 100%
}

header .navbar .search-form form input {
    border-radius: 4px;
    padding: 6px 6px 6px 60px;
    border: 1px solid #dedede;
    width: 100%
}

header .navbar .search-form form img {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 30px
}

header .navbar .col-md-2,
header .navbar .content-redes-sociais i::after {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:768px) {
    header .navbar .col-md-2 {
        justify-content: start !important
    }
}

header .navbar .social-icons {
    display: flex;
    justify-content: center
}

@media screen and (max-width:1200px) {
    header .navbar .social-icons {
        width: 150px
    }
}

@media screen and (max-width:768px) {
    header .navbar .social-icons {
        display: none;
        align-items: center
    }
}

header .navbar .content-redes-sociais {
    align-items: center
}

@media screen and (max-width:1250px) {
    header .navbar .content-redes-sociais p {
        display: none
    }
}

@media screen and (max-width:768px) {
    header .navbar .content-redes-sociais {
        flex-direction: column
    }

    header .navbar .content-redes-sociais p {
        margin-bottom: 10px
    }
}

header .navbar .content-redes-sociais p {
    color: #2d2d2d;
    padding-right: 20px;
    font-size: 10px;
    font-size: 1rem
}

header .navbar .content-redes-sociais img {
    padding-right: 4px
}

header .navbar .content-redes-sociais a {
    margin-right: 20px
}

header .navbar .content-redes-sociais i {
    color: #fff;
    position: relative;
    z-index: 0;
    transition: 400ms
}

header .navbar .content-redes-sociais i::after {
    content: "";
    top: -6px;
    left: -7px;
    height: 27px;
    width: 27px;
    background-color: #002d4b;
    border-radius: 200px;
    z-index: -1;
    position: absolute;
    transition: 400ms
}

header .navbar .content-redes-sociais i:hover::after {
    background-color: #fcfc1b;
    transition: 400ms
}

header .navbar .redes-sociais-mobile {
    position: relative;
    top: -120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 10px 0
}

header .navbar .redes-sociais-mobile .link_app_telemedicina {
    color: #002d4b;
    padding-right: 6px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex
}

header .navbar .redes-sociais-mobile .link_app_telemedicina img {
    width: 32px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    header .navbar .redes-sociais-mobile {
        display: none
    }
}

header .navbar .others-links {
    align-items: center;
    justify-content: space-between
}

header .navbar .others-links img {
    width: 32px
}

@media screen and (max-width:1200px) {
    header .navbar .others-links {
        width: 320px
    }
}

@media screen and (max-width:830px) {
    header .navbar .others-links {
        width: 270px
    }
}

@media screen and (max-width:768px) {
    header .navbar .others-links {
        padding: 0;
        align-items: inherit;
        justify-content: center;
        width: 160px
    }

    header .navbar .others-links .link_app_telemedicina {
        display: none;
        position: absolute;
        top: 100px;
        left: calc(50% + -70px)
    }
}

header .navbar .others-links a {
    color: #002d4b;
    padding-right: 6px;
    font-weight: 500;
    display: flex
}

header .navbar .others-links a img {
    margin-right: 10px
}

header .navbar .others-links .btn-fale-conosco {
    background-color: #002d4b;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    transition: 400ms
}

header .navbar .others-links .btn-fale-conosco .icone_btn_mobile {
    display: none
}

header .navbar .others-links .btn-fale-conosco .vw-text {
    display: flex
}

header .navbar .others-links .btn-fale-conosco img {
    width: 25px;
    height: auto;
    margin-right: 8px;
    transition: 400ms
}

header .navbar .others-links .btn-fale-conosco:hover {
    background-color: #fcfc1b;
    color: #004a8c;
    transition: 400ms
}

header .navbar .others-links .btn-fale-conosco:hover img {
    filter: grayscale(1) brightness(.2);
    width: 25px;
    height: auto
}

@media screen and (max-width:768px) {
    header .navbar .others-links .btn-fale-conosco {
        padding: 4px 10px 4px 4px;
        font-size: 14px;
        align-items: center
    }

    header .navbar .others-links .btn-fale-conosco img:not(.icone_btn_mobile) {
        display: none
    }

    header .navbar .others-links .btn-fale-conosco .icone_btn_mobile {
        display: block;
        width: 25px;
        height: auto
    }
}

header .navbar .container:first-of-type {
    padding-bottom: 8px
}

header .navbar .translate-menu {
    z-index: 2 !important
}

header .navbar .navbar-collapse {
    justify-content: center
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse {
        background: #fff;
        height: 100%;
        width: 100%;
        padding: 120px 0 0;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        min-width: 100%;
        z-index: -1;
        border-top: 1px solid #eaeaea;
        overflow-y: scroll;
        -webkit-animation: slide-down .6s ease-out;
        -moz-animation: slide-down .6s ease-out
    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0)
        }
    }

    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20%)
        }

        to {
            opacity: 1;
            -moz-transform: translateY(0)
        }
    }
}

header .navbar .navbar-collapse .navbar-nav {
    max-width: 80%
}

@media screen and (max-width:1300px) {
    header .navbar .navbar-collapse .navbar-nav {
        max-width: 100%
    }
}

header .navbar .navbar-collapse ul {
    height: 40px;
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse ul {
        display: block;
        min-width: 100%;
        height: fit-content;
        padding: 0
    }
}

header .navbar .navbar-collapse ul li {
    position: relative;
    height: 50px
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse ul li {
        position: relative;
        height: auto;
        border-bottom: 1px solid #eaeaea;
        margin: 10px 0 0;
        padding: 10px 20px
    }
}

header .navbar .navbar-collapse ul li a {
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    transition: 400ms
}

header .navbar .navbar-collapse ul li a:focus {
    color: #004a8c;
    transition: 400ms
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu .menu-item-has-children::before,
header .navbar .navbar-collapse .menu-item-has-children::before {
    content: "\f078";
    color: #2d2d2d;
    font: var(--fa-font-solid);
    font-size: 14px;
    position: absolute;
    top: 6px;
    right: -24px;
    left: auto;
    cursor: pointer
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse .menu-item-has-children::before {
        right: 20px !important
    }
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu {
    display: none;
    justify-content: flex-start;
    position: absolute;
    flex-direction: column;
    top: 35px;
    background: #fff;
    box-shadow: 5px 5px 11px 0 #0000000f;
    height: auto;
    min-width: 240px;
    z-index: 0;
    padding: 10px 0;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse .menu-item-has-children .sub-menu {
        min-height: auto;
        top: 10px;
        background: #fff;
        position: relative;
        box-shadow: none;
        padding: 0
    }

    header .navbar .navbar-collapse .menu-item-has-children .sub-menu li {
        height: auto !important;
        width: 100%;
        display: flex;
        align-items: start !important;
        justify-content: start;
        flex-direction: column;
        padding-left: 10px;
        background: #f9f9f9;
        margin: 0
    }
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu .menu-item-has-children:hover .third-sub-menu {
    display: block !important
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu .third-sub-menu {
    display: none !important
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 30px
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu .menu-item-has-children::before {
    top: 6px !important;
    right: 20px !important;
    transform: rotate(-90deg)
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse .menu-item-has-children .sub-menu .menu-item-has-children::before {
        transform: rotate(0deg)
    }
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu li {
    height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu li a {
    line-height: 17px;
    z-index: 99
}

header .navbar .navbar-collapse .menu-item-has-children .sub-menu li .sub-menu {
    display: block;
    position: absolute;
    top: -10px;
    right: -240px;
    padding: 10px;
    background: #f9f9f9
}

@media screen and (max-width:991px) {
    header .navbar .navbar-collapse .menu-item-has-children .sub-menu li .sub-menu {
        position: relative;
        top: 0;
        right: 0
    }

    header .navbar .navbar-collapse .menu-item-has-children .sub-menu li .sub-menu li {
        height: auto;
        width: 100%;
        display: block;
        padding-left: 10px
    }
}

header .navbar-light .navbar-toggler {
    border: 0;
    color: #747876 !important
}

.darckTheme .navbar {
    box-shadow: 0 0 11px 0 #ffffff47
}

.darckTheme .navbar .topbar {
    background-color: #212121
}

.darckTheme .navbar .topbar option,
.darckTheme .navbar .topbar select {
    color: #fff !important;
    background-color: #2d2d2d !important
}

.darckTheme .navbar .custom-logo-link:after,
.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu,
.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu:before,
.darckTheme .navbar .menu-position .menu-item-has-children a:after {
    background: #2d2d2d
}

.darckTheme .navbar .navbar-toggler span {
    background: #fff !important
}

.darckTheme .navbar,
.darckTheme .navbar .navbar-collapse,
.darckTheme .navbar .redes-sociais-mobile {
    background-color: #000
}

.darckTheme .navbar .redes-sociais-mobile .link_app_telemedicina img {
    filter: grayscale(1) brightness(100)
}

.darckTheme .navbar .widget-mobile {
    background-color: #000 !important
}

.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu li,
.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu li .sub-menu {
    background-color: #2d2d2d
}

.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu .menu-item-has-children::before,
.darckTheme .navbar .menu-position .menu-item-has-children::before,
footer .content-footer .text-colum p {
    color: #fff
}

.darckTheme .navbar .menu-position .menu-item-has-children .sub-menu:after {
    filter: grayscale(1)
}

.darckTheme form input {
    background: #000;
    color: #fff
}

.darckTheme form .active {
    filter: grayscale(100)
}

.encontrar-credenciado {
    position: fixed;
    top: 32%;
    z-index: 999999;
    background: #5aaaa0;
    border-radius: 4px 0 0 4px;
    right: -172px;
    padding-right: 10px;
    transition: 400ms
}

.encontrar-credenciado:hover {
    right: 0;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .encontrar-credenciado {
        display: none
    }
}

.encontrar-credenciado img {
    position: relative;
    width: 35px;
    background: #5aaaa0;
    padding: 6px;
    border-radius: 4px 0 0 4px;
    cursor: pointer
}

.encontrar-credenciado a {
    color: #002d4b !important;
    font-size: 16px
}

div[vw].enabled {
    top: 70% !important
}

.menu-acessibilidade {
    background: #fff;
    position: fixed;
    right: -4px;
    top: 45%;
    border-radius: 4px 0 0 4px;
    z-index: 999;
    border: 2px solid #afafaf;
    border-right: 0;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .menu-acessibilidade {
        display: none
    }
}

.menu-acessibilidade:hover {
    border: 2px solid #002d4b;
    border-right: 0;
    transition: 400ms;
    right: 0
}

.menu-acessibilidade ul {
    padding: 12px !important;
    list-style: none;
    margin: 0
}

.menu-acessibilidade ul li {
    text-align: left;
    margin-bottom: 2px
}

.menu-acessibilidade ul li a {
    color: #585a5b;
    font-size: 8px;
    font-size: .8rem;
    transition: 400ms;
    font-weight: 700
}

.menu-acessibilidade ul li a i {
    font-size: 8px;
    font-size: .8rem;
    cursor: pointer;
    color: #585a5b
}

.darckTheme .right-widgets .content-widgets .menu-acessibilidade {
    background-color: #000;
    border-color: #fff
}

.darckTheme .right-widgets .content-widgets .menu-acessibilidade i {
    cursor: pointer;
    transition: 400ms;
    color: #585a5b
}

.section-banner-home {
    padding-top: 0;
    height: 100%;
    position: relative;
    overflow: hidden
}

.section-banner-home .menubanner-mob {
    position: relative;
    padding: 0
}

@media screen and (max-width:991px) {
    .section-banner-home .menubanner-mob {
        position: relative;
        margin: 20px 0 0
    }
}

.section-banner-home .menubanner-mob ul {
    padding: 0;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .section-banner-home .menubanner-mob ul {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
        width: 100%;
        min-height: 100px;
        overflow: visible;
        margin: 0
    }
}

.section-banner-home .menubanner-mob .banner-item-mob {
    color: #fff;
    background-color: #002d4b;
    width: 100%;
    min-height: 84px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    cursor: pointer;
    transition: 400ms;
    margin: 0;
    padding: 20px 20px 20px 40px;
    border-bottom: 1px solid #fff
}

@media screen and (min-width:1100px) and (max-width:1440px) {
    .section-banner-home .menubanner-mob .banner-item-mob {
        padding: 0 10px 0 20px
    }
}

@media screen and (max-width:1099px) {
    .section-banner-home .menubanner-mob .banner-item-mob {
        padding: 8px 20px 8px 40px
    }
}

.section-banner-home .menubanner-mob .banner-item-mob:hover {
    background-color: #5aaaa0;
    color: #002d4b;
    transition: 400ms
}

.section-banner-home .menubanner-mob .banner-item-mob.active img,
.section-banner-home .menubanner-mob .banner-item-mob:hover img {
    filter: grayscale(1) brightness(.3);
    transition: 400ms;
    width: 30px;
    height: auto
}

@media screen and (max-width:991px) {
    .section-banner-home .menubanner-mob .banner-item-mob {
        width: fit-content;
        top: 0;
        min-height: 70px;
        margin-left: 30px;
        border-radius: 6px;
        position: relative;
        min-width: 260px;
        height: 80px
    }

    .section-banner-home .menubanner-mob .banner-item-mob:last-of-type {
        margin-right: 30px
    }
}

.section-banner-home .menubanner-mob .banner-item-mob img {
    width: 30px;
    height: auto;
    margin-right: 16px;
    padding: 0;
    transition: 400ms
}

.section-banner-home .menubanner-mob .banner-item-mob .titulo-categoria {
    padding: 0;
    font-size: 16px;
    max-width: 89%
}

.quero_contratar_home .box-quero-contratar .content_box_txt .btn_link:hover,
.section-banner-home .content-banner-mobile .content-banner .btn_link:hover,
.section-banner-home .content-bg-banner .content-banner .btn_link:hover,
.section-banner-home .menubanner-mob .banner-item-mob.active {
    background-color: #fcfc1b;
    color: #002d4b;
    transition: 400ms
}

.section-banner-home .slide-banner {
    margin: 0 !important
}

.section-banner-home .slide-banner .slick-dots {
    bottom: 10px
}

.section-banner-home .slide-banner .slick-dots li button::before {
    font-size: 12px
}

.section-banner-home .slide-banner:not(.active) {
    display: none
}

.section-banner-home .content-bg-banner {
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex !important;
    align-items: center
}

@media screen and (max-width:560px) {
    .section-banner-home .content-bg-banner {
        display: none !important
    }
}

.section-banner-home .content-banner-mobile img,
.section-banner-home .content-bg-banner img {
    width: 100%;
    height: 50vh;
    object-fit: cover
}

.section-banner-home .content-bg-banner .content-banner {
    position: absolute;
    left: 50px;
    width: 40%
}

@media screen and (max-width:768px) {
    .section-banner-home .content-bg-banner .content-banner {
        left: 20px;
        width: 70%
    }
}

.section-banner-home .content-bg-banner .content-banner h1,
.section-banner-home .content-bg-banner .content-banner h2,
.section-banner-home .content-bg-banner .content-banner h3,
.section-banner-home .content-bg-banner .content-banner h4,
.section-banner-home .content-bg-banner .content-banner h5,
.section-banner-home .content-bg-banner .content-banner h6 {
    margin-bottom: 20px;
    color: #002d4b;
    font-weight: 700
}

@media screen and (max-width:768px) {

    .section-banner-home .content-bg-banner .content-banner h1,
    .section-banner-home .content-bg-banner .content-banner h2,
    .section-banner-home .content-bg-banner .content-banner h3,
    .section-banner-home .content-bg-banner .content-banner h4,
    .section-banner-home .content-bg-banner .content-banner h5,
    .section-banner-home .content-bg-banner .content-banner h6 {
        font-size: 30px
    }
}

.section-banner-home .content-banner-mobile .content-banner p,
.section-banner-home .content-bg-banner .content-banner p {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #2d2d2d
}

.section-banner-home .content-banner-mobile .content-banner .btn_link,
.section-banner-home .content-bg-banner .content-banner .btn_link {
    color: #fff;
    background-color: #002d4b;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    transition: 400ms
}

.section-banner-home .content-banner-mobile {
    display: none;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-items: center
}

@media screen and (max-width:560px) {
    .section-banner-home .content-banner-mobile {
        display: flex !important
    }
}

.section-banner-home .content-banner-mobile .content-banner {
    position: absolute;
    left: 50px;
    width: 40%
}

@media screen and (max-width:768px) {
    .section-banner-home .content-banner-mobile .content-banner {
        left: 20px;
        width: 70%
    }
}

.section-banner-home .content-banner-mobile .content-banner h1,
.section-banner-home .content-banner-mobile .content-banner h2,
.section-banner-home .content-banner-mobile .content-banner h3,
.section-banner-home .content-banner-mobile .content-banner h4,
.section-banner-home .content-banner-mobile .content-banner h5,
.section-banner-home .content-banner-mobile .content-banner h6 {
    margin-bottom: 10px;
    color: #002d4b;
    font-weight: 700
}

@media screen and (max-width:768px) {

    .section-banner-home .content-banner-mobile .content-banner h1,
    .section-banner-home .content-banner-mobile .content-banner h2,
    .section-banner-home .content-banner-mobile .content-banner h3,
    .section-banner-home .content-banner-mobile .content-banner h4,
    .section-banner-home .content-banner-mobile .content-banner h5,
    .section-banner-home .content-banner-mobile .content-banner h6 {
        font-size: 30px
    }
}

.darckTheme .section-banner-home .content-banner h1,
.darckTheme .section-banner-home .content-banner h2,
.darckTheme .section-banner-home .content-banner h3,
.darckTheme .section-banner-home .content-banner h4,
.darckTheme .section-banner-home .content-banner h5,
.darckTheme .section-banner-home .content-banner h6,
.darckTheme .section-banner-home .content-banner p {
    color: #2d2d2d !important
}

.darckTheme .section-banner-home .banner-item-mob {
    border-bottom: 1px solid #000
}

.quero_contratar_home {
    padding: 80px 0
}

@media screen and (max-width:768px) {
    .quero_contratar_home {
        padding: 50px 0
    }
}

.quero_contratar_home .box-quero-contratar {
    max-width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    width: 100%
}

@media screen and (max-width:768px) {
    .quero_contratar_home .box-quero-contratar {
        max-width: 100%
    }
}

.quero_contratar_home .box-quero-contratar .img_box {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 660px;
    padding: 50px;
    z-index: 0;
    transition: 400ms;
    border-radius: 6px
}

.encontrar_credenciado_home .content-img img:hover,
.quero_contratar_home .box-quero-contratar .img_box:hover {
    transition: 400ms;
    scale: 1.1
}

.box_credenciado_home .box .box-img::before,
.quero_contratar_home .box-quero-contratar .img_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .5;
    background-image: linear-gradient(360deg, #000, transparent);
    z-index: -1;
    border-radius: 6px
}

@media screen and (max-width:768px) {
    .quero_contratar_home .box-quero-contratar .img_box {
        min-height: 380px
    }
}

.quero_contratar_home .box-quero-contratar .content_box_txt {
    position: absolute;
    bottom: 50px;
    padding: 50px 50px 0
}

@media screen and (max-width:768px) {
    .quero_contratar_home .box-quero-contratar .content_box_txt {
        bottom: 30px;
        padding: 0 20px
    }
}

.quero_contratar_home .box-quero-contratar .content_box_txt h1,
.quero_contratar_home .box-quero-contratar .content_box_txt h2,
.quero_contratar_home .box-quero-contratar .content_box_txt h3,
.quero_contratar_home .box-quero-contratar .content_box_txt h4,
.quero_contratar_home .box-quero-contratar .content_box_txt h5,
.quero_contratar_home .box-quero-contratar .content_box_txt h6 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:768px) {

    .quero_contratar_home .box-quero-contratar .content_box_txt h1,
    .quero_contratar_home .box-quero-contratar .content_box_txt h2,
    .quero_contratar_home .box-quero-contratar .content_box_txt h3,
    .quero_contratar_home .box-quero-contratar .content_box_txt h4,
    .quero_contratar_home .box-quero-contratar .content_box_txt h5,
    .quero_contratar_home .box-quero-contratar .content_box_txt h6 {
        font-size: 26px
    }
}

.quero_contratar_home .box-quero-contratar .content_box_txt p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px
}

.quero_contratar_home .box-quero-contratar .content_box_txt .btn_link {
    background-color: #002d4b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 400ms
}

.quero_contratar_home .content_acessos_rapidos {
    width: 90%;
    margin: auto
}

@media screen and (max-width:768px) {
    .quero_contratar_home .content_acessos_rapidos {
        margin-top: 30px;
        width: 100%
    }
}

.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h1,
.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h2,
.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h3,
.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h4,
.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h5,
.quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h6 {
    margin-bottom: 20px;
    color: #002d4b;
    font-weight: 700
}

@media screen and (max-width:768px) {

    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h1,
    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h2,
    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h3,
    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h4,
    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h5,
    .quero_contratar_home .content_acessos_rapidos .acessos_rapidos_title h6 {
        font-size: 26px
    }
}

.quero_contratar_home .content_acessos_rapidos ul,
.section-bignumbers ul {
    list-style: none;
    padding: 0
}

.quero_contratar_home .content_acessos_rapidos ul li {
    position: relative;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 1px #00000010;
    transition: 400ms;
    width: 100%;
    background-color: #f9f9f9
}

.quero_contratar_home .content_acessos_rapidos ul li img {
    width: 30px;
    height: auto
}

.quero_contratar_home .content_acessos_rapidos ul li .titulo {
    padding: 12px 20px;
    height: 54px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.quero_contratar_home .content_acessos_rapidos ul li .icone {
    margin-right: 10px
}

.quero_contratar_home .content_acessos_rapidos ul li .icone-ativo,
.quero_contratar_home .content_acessos_rapidos ul li:hover .icone-principal {
    display: none;
    width: 30px;
    height: auto
}

.quero_contratar_home .content_acessos_rapidos ul li p {
    color: #000;
    transition: 400ms
}

.quero_contratar_home .content_acessos_rapidos ul li i {
    margin-top: 5px;
    position: absolute;
    right: 24px
}

.quero_contratar_home .content_acessos_rapidos ul li a,
.section-breadcrumb .content-title-page a {
    text-decoration: underline !important
}

.quero_contratar_home .content_acessos_rapidos ul li:hover {
    transition: 400ms;
    background-color: #002d4b
}

.quero_contratar_home .content_acessos_rapidos ul li:hover .icone-ativo {
    display: block;
    width: 30px;
    height: auto
}

.quero_contratar_home .content_acessos_rapidos ul li:hover a,
.quero_contratar_home .content_acessos_rapidos ul li:hover i,
.quero_contratar_home .content_acessos_rapidos ul li:hover p {
    color: #fff;
    transition: 400ms
}

.quero_contratar_home .content_acessos_rapidos ul li:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    height: 2px;
    width: 96%;
    border-radius: 10px;
    background-color: #fcfc1b
}

.quero_contratar_home .content_acessos_rapidos ul li .descricao {
    padding: 20px
}

.darckTheme .quero_contratar_home .content_acessos_rapidos ul li a,
.darckTheme .quero_contratar_home .content_acessos_rapidos ul li a i,
.darckTheme .quero_contratar_home .content_acessos_rapidos ul li i,
.darckTheme .quero_contratar_home .content_acessos_rapidos ul li p {
    color: #000 !important
}

.darckTheme .quero_contratar_home .content_acessos_rapidos ul li:hover a,
.darckTheme .quero_contratar_home .content_acessos_rapidos ul li:hover a i,
.darckTheme .quero_contratar_home .content_acessos_rapidos ul li:hover i {
    color: #fff !important
}

.encontrar_credenciado_home {
    position: relative;
    padding: 0;
    background-color: #002d4b;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 30px
}

.encontrar_credenciado_home .content-img {
    overflow: hidden
}

.encontrar_credenciado_home .content-img img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .encontrar_credenciado_home .content-img img {
        height: 280px
    }
}

.encontrar_credenciado_home .content-iframe {
    max-width: 90%;
    margin: 60px auto auto
}

@media screen and (max-width:560px) {
    .encontrar_credenciado_home .content-iframe {
        max-width: 90%;
        margin: 36px auto auto
    }
}

.encontrar_credenciado_home .content-iframe h1,
.encontrar_credenciado_home .content-iframe h2,
.encontrar_credenciado_home .content-iframe h3,
.encontrar_credenciado_home .content-iframe h4,
.encontrar_credenciado_home .content-iframe h5,
.encontrar_credenciado_home .content-iframe h6 {
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:560px) {

    .encontrar_credenciado_home .content-iframe h1,
    .encontrar_credenciado_home .content-iframe h2,
    .encontrar_credenciado_home .content-iframe h3,
    .encontrar_credenciado_home .content-iframe h4,
    .encontrar_credenciado_home .content-iframe h5,
    .encontrar_credenciado_home .content-iframe h6 {
        font-size: 26px
    }
}

@media screen and (min-width:560px) {
    .encontrar_credenciado_home .content-iframe .iframe_mobile {
        display: none
    }
}

@media screen and (max-width:560px) {
    .encontrar_credenciado_home .content-iframe .iframe_mobile {
        display: block
    }
}

@media screen and (min-width:560px) {
    .encontrar_credenciado_home .content-iframe .iframe_desktop {
        display: block
    }
}

@media screen and (max-width:560px) {
    .encontrar_credenciado_home .content-iframe .iframe_desktop {
        display: none
    }
}

.encontrar_credenciado_home .content-iframe iframe {
    width: 100%
}

@media screen and (max-width:560px) {
    .encontrar_credenciado_home .content-iframe iframe {
        width: 100%;
        height: 400px
    }
}

.encontrar_credenciado_home .content-iframe img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.encontrar_credenciado_home .content-iframe .btn_group {
    margin-top: 30px
}

@media screen and (max-width:768px) {
    .encontrar_credenciado_home .content-iframe .btn_group {
        margin-top: 10px;
        display: flex;
        flex-direction: column
    }
}

.encontrar_credenciado_home .content-iframe .btn_group a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 30px 20px 0 0;
    color: #002d4b
}

.encontrar_credenciado_home .content-iframe .btn_group a:hover {
    background: #fcfc1b;
    transition: 400ms
}

.encontrar_credenciado_home .content-iframe .btn_group a:hover a {
    color: #002d4b
}

@media screen and (max-width:768px) {
    .encontrar_credenciado_home .content-iframe .btn_group a {
        margin: 0 20px 20px 0;
        width: fit-content
    }
}

.texto_imagem_home {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.texto_imagem_home .icon-top {
    position: absolute;
    right: 0;
    top: -60px;
    width: 125px
}

@media screen and (max-width:560px) {
    .texto_imagem_home .icon-top {
        width: 70px;
        top: -20px
    }
}

.texto_imagem_home .icon-right {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1;
    height: 90%
}

.texto_imagem_home .content-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.texto_imagem_home .content-img img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 6px
}

@media screen and (max-width:560px) {
    .texto_imagem_home .content-img img {
        height: auto;
        min-height: 200px;
        width: 100% !important
    }
}

.texto_imagem_home .content-txt {
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .texto_imagem_home .content-txt {
        margin: 0 auto 30px
    }
}

.texto_imagem_home .content-txt img {
    width: 60px
}

@media screen and (max-width:560px) {
    .texto_imagem_home .content-txt img {
        width: 50px
    }
}

.texto_imagem_home .content-txt h1,
.texto_imagem_home .content-txt h2,
.texto_imagem_home .content-txt h3,
.texto_imagem_home .content-txt h4,
.texto_imagem_home .content-txt h5,
.texto_imagem_home .content-txt h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #002d4b
}

@media screen and (max-width:768px) {

    .texto_imagem_home .content-txt h1,
    .texto_imagem_home .content-txt h2,
    .texto_imagem_home .content-txt h3,
    .texto_imagem_home .content-txt h4,
    .texto_imagem_home .content-txt h5,
    .texto_imagem_home .content-txt h6 {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media screen and (max-width:560px) {
    .texto_imagem_home .content-txt .d-flex {
        flex-direction: column
    }
}

.texto_imagem_home .content-txt ul {
    margin-top: 10px;
    margin-left: 20px !important
}

.texto_imagem_home .content-txt ul li {
    margin-bottom: 10px
}

.texto_imagem_home .content-txt p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.texto_imagem_home .content-txt .btn__group {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.texto_imagem_home .content-txt .link_btn {
    background-color: #002d4b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 400ms;
    width: fit-content
}

.texto_imagem_home .content-txt .link_btn:hover {
    background-color: #fcfc1b;
    color: #002d4b;
    transition: 400ms
}

.texto_imagem_home .content-txt .expansiveis {
    margin: 10px 0
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis {
    position: relative;
    max-width: 70%;
    z-index: 0
}

@media screen and (max-width:768px) {
    .texto_imagem_home .content-txt .expansiveis .content-expansiveis {
        max-width: 100%
    }
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .title-expansiveis {
    position: relative;
    padding: 20px 50px 20px 20px;
    background: #f9f9f9;
    border-radius: 6px;
    margin: 20px 0;
    cursor: pointer;
    box-shadow: 0 0 4px #dedede
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .title-expansiveis p {
    color: #002d4b;
    margin: 0;
    font-weight: 700;
    cursor: pointer
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .title-expansiveis .icone-faq {
    width: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    transition: 400ms
}

.section-faq .faq-content .faq-item .title-faq .icone-faq.active,
.texto_imagem_home .content-txt .expansiveis .content-expansiveis .title-expansiveis .icone-faq.active {
    transform: rotate(45deg);
    transition: 400ms
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .content-text-expansiveis {
    background: #f9f9f9;
    margin-top: -25px;
    z-index: -1;
    box-shadow: 0 0 4px #dedede;
    padding: 10px 10px 10px 30px !important;
    width: 100%
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .content-text-expansiveis ul li {
    margin-bottom: 14px
}

.texto_imagem_home .content-txt .expansiveis .content-expansiveis .content-text-expansiveis ul li::marker {
    color: #002d4b;
    font-size: 20px
}

.darckTheme .texto_imagem_home {
    background-color: #000 !important
}

.bg-breadcrumb span,
.darckTheme .section-breadcrumb .content-title-page h1,
.darckTheme .section-breadcrumb .content-title-page h2,
.darckTheme .section-breadcrumb .content-title-page h3,
.darckTheme .section-breadcrumb .content-title-page h4,
.darckTheme .section-breadcrumb .content-title-page h5,
.darckTheme .section-breadcrumb .content-title-page h6,
.darckTheme .section-breadcrumb .content-title-page p,
.darckTheme .section-breadcrumb .content-title-page span,
.darckTheme .section-breadcrumb .content-title-page strong,
.darckTheme .section-breadcrumb .content-title-page strong span,
.darckTheme .texto_imagem_home .content-txt a,
.darckTheme .texto_imagem_home .content-txt h1,
.darckTheme .texto_imagem_home .content-txt h2,
.darckTheme .texto_imagem_home .content-txt h3,
.darckTheme .texto_imagem_home .content-txt h4,
.darckTheme .texto_imagem_home .content-txt h5,
.darckTheme .texto_imagem_home .content-txt h6,
.darckTheme .texto_imagem_home .content-txt li,
.darckTheme .texto_imagem_home .content-txt p,
.darckTheme .texto_imagem_home .content-txt span,
.darckTheme .texto_imagem_home .content-txt ul {
    color: #fff !important
}

.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis a,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h1,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h2,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h3,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h4,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h5,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis h6,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis li,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis p,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis span,
.darckTheme .texto_imagem_home .content-txt .expansiveis .content-expansiveis ul,
.darckTheme footer .content-redes-sociais a i {
    color: #000 !important
}

.darckTheme .texto_imagem_home .content-txt .link_btn {
    background-color: #002d4b !important;
    color: #fff !important
}

.noticias-publicacoes-home {
    background-color: #002d4b;
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

.noticias-publicacoes-home .menu-publicacoes {
    position: relative;
    border: 0;
    display: flex;
    list-style: none
}

@media screen and (max-width:560px) {
    .noticias-publicacoes-home .menu-publicacoes {
        position: inherit
    }
}

.noticias-publicacoes-home .menu-publicacoes .all_notices {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem
}

@media screen and (max-width:560px) {
    .noticias-publicacoes-home .menu-publicacoes .all_notices {
        left: 10px;
        bottom: 10px;
        top: auto
    }
}

.noticias-publicacoes-home .menu-publicacoes .all_publications {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem
}

@media screen and (max-width:560px) {
    .noticias-publicacoes-home .menu-publicacoes .all_publications {
        left: 10px;
        bottom: 10px;
        top: auto
    }
}

.noticias-publicacoes-home .menu-publicacoes li {
    font-size: 26px
}

.noticias-publicacoes-home .menu-publicacoes li button {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    opacity: .5;
    padding: 10px;
    height: 60px;
    background: 0 0;
    border: 0
}

.noticias-publicacoes-home .menu-publicacoes li button:hover,
.noticias-publicacoes-home .menu-publicacoes li.active button:hover {
    border: 0 !important;
    padding: 10px !important
}

.noticias-publicacoes-home .menu-publicacoes li button:focus,
.noticias-publicacoes-home .menu-publicacoes li.active button:focus {
    border: 0 !important;
    padding: 10px !important
}

.noticias-publicacoes-home .menu-publicacoes li button:focus-visible,
.noticias-publicacoes-home .menu-publicacoes li.active button:focus-visible {
    outline: 0 !important
}

.noticias-publicacoes-home .menu-publicacoes li.active button {
    color: #fff;
    background-color: transparent;
    border: 0;
    position: relative;
    opacity: 1;
    height: 60px
}

.noticias-publicacoes-home .menu-publicacoes li.active button::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 90%;
    background-color: #fcfc1b
}

@media screen and (max-width:768px) {

    .noticias-publicacoes-home .tab-pane .noticias,
    .noticias-publicacoes-home .tab-pane .publicacoes {
        flex-direction: row;
        overflow-x: scroll;
        display: flex
    }
}

.noticias-publicacoes-home .tab-pane .content-post {
    margin: 30px 0;
    padding: 0 10px
}

@media screen and (max-width:768px) {
    .noticias-publicacoes-home .tab-pane .content-post {
        width: 330px;
        overflow-x: scroll;
        min-width: 330px;
        display: inline-block
    }
}

.noticias-publicacoes-home .tab-pane .content-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px
}

.noticias-publicacoes-home .tab-pane .content-post .post_title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fcfc1b
}

.noticias-publicacoes-home .tab-pane .content-post .post_summary {
    margin-bottom: 6px;
    font-size: 16px;
    color: #fff
}

.noticias-publicacoes-home .tab-pane .content-post .post_date {
    color: #fff;
    opacity: .5;
    margin-bottom: 10px;
    font-size: 14px
}

.noticias-publicacoes-home .tab-pane .content-post .post_link a {
    color: #fff;
    text-decoration: underline !important;
    transition: 400ms
}

.boxes-politica .box-valores .box-text .box_link:hover,
.noticias-publicacoes-home .tab-pane .content-post .post_link a:hover,
.timeline .slide-timeline .slick-dots .active button:hover::before,
.timeline .slide-timeline .slick-next:hover::before,
.timeline .slide-timeline .slick-prev:hover::before,
footer .content-footer .text-colum a:hover {
    color: #fcfc1b;
    transition: 400ms
}

.box_credenciado_home {
    padding: 50px 0 20px
}

@media screen and (max-width:560px) {
    .box_credenciado_home {
        padding: 40px 0 0
    }
}

.box_credenciado_home .box {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    border-radius: 6px;
    border-bottom: 4px solid #fcfc1b;
    z-index: 0
}

@media screen and (max-width:560px) {
    .box_credenciado_home .box {
        height: 160px;
        margin-bottom: 30px
    }
}

.box_credenciado_home .box a::before,
.box_credenciado_home .box:hover .title-box a::before {
    content: "";
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.box_credenciado_home .box:hover .title-box a {
    position: relative;
    transition: .9s
}

.box_credenciado_home .box:hover .title-box a::before {
    position: absolute;
    background: #fcfc1b;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    opacity: 1;
    transform: scaleX(1)
}

.box_credenciado_home .box .box-img,
.conteudos_complementares_home {
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.box_credenciado_home .box .box-img {
    height: 300px;
    width: 100%;
    background-size: cover;
    border-radius: 6px;
    padding: 30px;
    margin: 0 0 30px;
    transition: 400ms;
    z-index: 0
}

@media screen and (max-width:560px) {
    .box_credenciado_home .box .box-img {
        height: 160px
    }
}

.box_credenciado_home .box .box-img:hover {
    scale: 1.1;
    transition: 400ms
}

.box_credenciado_home .box .title-box {
    position: absolute;
    bottom: 30px;
    left: 40px
}

@media screen and (max-width:560px) {
    .box_credenciado_home .box .title-box {
        bottom: 10px;
        left: 20px
    }
}

.box_credenciado_home .box .title-box a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .box_credenciado_home .box .title-box a i {
        font-size: 20px;
        margin-top: 6px
    }
}

.box_credenciado_home .box .title-box a p {
    padding-right: 6px;
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width:560px) {
    .box_credenciado_home .box .title-box a p {
        font-size: 22px;
        padding-right: 4px
    }
}

.conteudos_complementares_home {
    padding: 50px 0;
    background-size: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    margin-bottom: -5px
}

@media screen and (min-width:561px) and (max-width:768px) {
    .conteudos_complementares_home {
        min-height: 270px
    }
}

@media screen and (max-width:560px) {
    .conteudos_complementares_home {
        background-size: cover;
        background-position: -770px;
        min-height: 480px
    }

    .conteudos_complementares_home::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70%;
        background-image: -webkit-linear-gradient(88deg, #000 0, #ffffff00 99%);
        opacity: .5
    }
}

.conteudos_complementares_home .content-section {
    position: absolute;
    margin: -30px auto 0;
    max-width: 30%
}

@media screen and (max-width:560px) {
    .conteudos_complementares_home .content-section {
        max-width: 100%
    }
}

.conteudos_complementares_home .content-section h1,
.conteudos_complementares_home .content-section h2,
.conteudos_complementares_home .content-section h3,
.conteudos_complementares_home .content-section h4,
.conteudos_complementares_home .content-section h5,
.conteudos_complementares_home .content-section h6 {
    margin-bottom: 30px;
    color: #fff
}

@media screen and (max-width:560px) {

    .conteudos_complementares_home .content-section h1,
    .conteudos_complementares_home .content-section h2,
    .conteudos_complementares_home .content-section h3,
    .conteudos_complementares_home .content-section h4,
    .conteudos_complementares_home .content-section h5,
    .conteudos_complementares_home .content-section h6 {
        font-size: 26px
    }
}

.conteudos_complementares_home .content-section p {
    margin-bottom: 20px;
    color: #fff
}

.conteudos_complementares_home .content-section .btn_link {
    color: #fff;
    background-color: #002d4b;
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: 500;
    transition: 400ms
}

footer {
    padding: 60px 0 10px;
    background: #002d4b;
    min-height: 220px
}

@media screen and (max-width:768px) {
    footer {
        padding: 50px 0 30px
    }
}

footer .content-footer .content-logo-footer img {
    width: 100px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100) brightness(100)
}

footer .content-footer .text-colum>div {
    margin-bottom: 30px
}

footer .content-footer .text-colum h1,
footer .content-footer .text-colum h2,
footer .content-footer .text-colum h3,
footer .content-footer .text-colum h4,
footer .content-footer .text-colum h5,
footer .content-footer .text-colum h6 {
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {

    footer .content-footer .text-colum h1,
    footer .content-footer .text-colum h2,
    footer .content-footer .text-colum h3,
    footer .content-footer .text-colum h4,
    footer .content-footer .text-colum h5,
    footer .content-footer .text-colum h6 {
        font-size: 20px
    }
}

footer .content-footer .text-colum a {
    color: #fff;
    opacity: .9;
    transition: 400ms
}

footer .content-footer .content-align {
    display: flex;
    justify-content: end;
    align-items: self-end
}

@media screen and (max-width:768px) {
    footer .content-footer .content-align {
        justify-content: end
    }
}

footer .content-footer .content-align .content-redes-sociais {
    align-items: center;
    justify-content: center
}

footer .content-footer .content-align .content-redes-sociais p {
    color: #fff;
    padding-right: 6px;
    font-size: 14px
}

footer .content-footer .content-align .content-redes-sociais a {
    margin-right: 20px
}

footer .content-footer .content-align .content-redes-sociais a i {
    color: #002d4b;
    font-size: 18px;
    z-index: 0;
    position: relative;
    transition: 400ms
}

footer .content-footer .content-align .content-redes-sociais a i::after {
    content: "";
    top: -5px;
    left: -5px;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border-radius: 200px;
    z-index: -1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms
}

.timeline .slide-timeline .slick-dots li button:hover::before,
footer .content-footer .content-align .content-redes-sociais a i:hover {
    color: #002d4b;
    transition: 400ms
}

footer .content-footer .content-align .content-redes-sociais a i:hover::after {
    background-color: #fcfc1b;
    transition: 400ms
}

footer .content-mapa-site {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fcfc1b
}

footer .content-mapa-site #mapa-site {
    display: flex;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
    gap: 50px
}

@media screen and (max-width:768px) {
    footer .content-mapa-site #mapa-site {
        gap: 20px;
        justify-content: space-between
    }
}

footer .content-mapa-site #mapa-site .menu-item {
    list-style: none;
    width: 215px;
    margin-top: 5px
}

@media screen and (max-width:560px) {
    footer .content-mapa-site #mapa-site .menu-item {
        width: 170px
    }
}

footer .content-mapa-site #mapa-site .menu-item a {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid
}

footer .content-mapa-site #mapa-site .menu-item .sub-menu li a {
    font-weight: 400;
    border-bottom: 0
}

.section-breadcrumb {
    padding: 50px 0
}

@media screen and (max-width:768px) {
    .section-breadcrumb {
        padding: 0;
        margin-bottom: 50px
    }
}

.section-breadcrumb .breadcrumbs {
    margin-top: 40px;
    color: #747876
}

.section-breadcrumb .breadcrumbs .home {
    display: none
}

.section-breadcrumb .breadcrumbs span {
    color: #747876;
    font-size: 18px
}

.section-breadcrumb .content-title-page {
    margin-top: 20px;
    max-width: 90%
}

.section-breadcrumb .content-title-page h1,
.section-breadcrumb .content-title-page h2,
.section-breadcrumb .content-title-page h3,
.section-breadcrumb .content-title-page h4,
.section-breadcrumb .content-title-page h5,
.section-breadcrumb .content-title-page h6 {
    margin-bottom: 20px;
    color: #002d4b
}

.section-breadcrumb .content-title-page p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #2d2d2d
}

.section-breadcrumb .content-title-page img {
    height: auto;
    width: 180px;
    object-fit: contain
}

.section-breadcrumb .btn-group {
    width: 100%;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .section-breadcrumb .btn-group {
        margin-bottom: 20px
    }
}

.section-breadcrumb .btn-group .btn-link {
    padding: 10px 20px;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    background-color: #002d4b;
    font-weight: 500;
    transition: 400ms
}

.conteudos_complementares_home .content-section .btn_link:hover,
.section-breadcrumb .btn-group .btn-link:hover {
    transition: 400ms;
    background-color: #fcfc1b;
    color: #002d4b
}

.section-breadcrumb .img-content {
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .section-breadcrumb .img-content {
        display: block
    }
}

.section-breadcrumb .img-content .thumb-header img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 6px
}

@media screen and (max-width:560px) {
    .section-breadcrumb .img-content .thumb-header img {
        height: 200px
    }
}

.bg-breadcrumb {
    background-color: #ccc
}

.bg-breadcrumb span a {
    pointer-events: none
}

.bg-breadcrumb .breadcrumbs,
.bg-breadcrumb .content-title-page h1,
.bg-breadcrumb .content-title-page h2,
.bg-breadcrumb .content-title-page h3,
.bg-breadcrumb .content-title-page h4,
.bg-breadcrumb .content-title-page h5,
.bg-breadcrumb .content-title-page h6,
.bg-breadcrumb .content-title-page p {
    color: #fff
}

.darckTheme .section-breadcrumb h1,
.darckTheme .section-breadcrumb h2,
.darckTheme .section-breadcrumb h3,
.darckTheme .section-breadcrumb h4,
.darckTheme .section-breadcrumb h5,
.darckTheme .section-breadcrumb h6,
.darckTheme .section-breadcrumb p,
.darckTheme .section-breadcrumb span,
.darckTheme .section-breadcrumb strong {
    color: #fff !important
}

.boxes-missao {
    padding: 80px 0 50px
}

@media screen and (max-width:560px) {
    .boxes-missao {
        padding: 80px 0 0
    }
}

.boxes-missao .box-missao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px #0000001a;
    border-radius: 8px;
    max-width: 90%;
    margin: 20px auto;
    padding: 70px 20px 20px;
    position: relative;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .boxes-missao .box-missao {
        margin-bottom: 50px
    }
}

@media screen and (max-width:560px) {
    .boxes-missao .box-missao {
        max-width: 100%;
        margin-bottom: 60px;
        padding: 30px 10px 20px
    }
}

.boxes-missao .box-missao figure {
    margin: 0;
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede;
    position: absolute;
    top: -50px
}

@media screen and (max-width:560px) {
    .boxes-missao .box-missao figure {
        padding: 10px;
        border: 4px solid #dedede
    }
}

.boxes-missao .box-missao figure img {
    width: 80px;
    height: 80px;
    object-fit: contain
}

@media screen and (max-width:560px) {
    .boxes-missao .box-missao figure img {
        width: 50px;
        height: 50px
    }
}

.boxes-missao .box-missao .box-text,
.boxes-valores .box-valores .title-box .box-text {
    margin: 14px 0
}

.boxes-missao .box-missao .box-text h1,
.boxes-missao .box-missao .box-text h2,
.boxes-missao .box-missao .box-text h3,
.boxes-missao .box-missao .box-text h4,
.boxes-missao .box-missao .box-text h5,
.boxes-missao .box-missao .box-text h6,
.boxes-valores .box-valores .title-box .box-text h1,
.boxes-valores .box-valores .title-box .box-text h2,
.boxes-valores .box-valores .title-box .box-text h3,
.boxes-valores .box-valores .title-box .box-text h4,
.boxes-valores .box-valores .title-box .box-text h5,
.boxes-valores .box-valores .title-box .box-text h6,
.section-faq .faq-content .faq-item .conteudo-faq ul li {
    margin-bottom: 16px
}

.boxes-missao .box-missao .box-text p,
.boxes-valores .box-valores .title-box .box-text p {
    color: #2d2d2d
}

.darckTheme .boxes-missao .box-text h1,
.darckTheme .boxes-missao .box-text h2,
.darckTheme .boxes-missao .box-text h3,
.darckTheme .boxes-missao .box-text h4,
.darckTheme .boxes-missao .box-text h5,
.darckTheme .boxes-missao .box-text h6,
.darckTheme .boxes-missao .box-text p {
    color: #2d2d2d !important
}

.boxes-politica,
.boxes-valores {
    padding: 50px 0;
    position: relative;
    z-index: 0
}

.boxes-valores .img-vetor {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1
}

.boxes-valores .title-section {
    margin-bottom: 20px
}

.boxes-politica .title-section h1,
.boxes-politica .title-section h2,
.boxes-politica .title-section h3,
.boxes-politica .title-section h4,
.boxes-politica .title-section h5,
.boxes-politica .title-section h6,
.boxes-valores .title-section h1,
.boxes-valores .title-section h2,
.boxes-valores .title-section h3,
.boxes-valores .title-section h4,
.boxes-valores .title-section h5,
.boxes-valores .title-section h6,
.timeline .title-section h1,
.timeline .title-section h2,
.timeline .title-section h3,
.timeline .title-section h4,
.timeline .title-section h5,
.timeline .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px
}

.boxes-valores .box-valores {
    margin: 20px 0 40px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    min-height: 260px;
    border-bottom: 6px solid #fcfc1b
}

.boxes-politica .box-valores .title-box,
.boxes-valores .box-valores .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.boxes-valores .box-valores .title-box img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px
}

.boxes-valores .box-valores .title-box h1,
.boxes-valores .box-valores .title-box h2,
.boxes-valores .box-valores .title-box h3,
.boxes-valores .box-valores .title-box h4,
.boxes-valores .box-valores .title-box h5,
.boxes-valores .box-valores .title-box h6 {
    font-weight: 700
}

.darckTheme .boxes-valores .box-text h1,
.darckTheme .boxes-valores .box-text h2,
.darckTheme .boxes-valores .box-text h3,
.darckTheme .boxes-valores .box-text h4,
.darckTheme .boxes-valores .box-text h5,
.darckTheme .boxes-valores .box-text h6,
.darckTheme .boxes-valores .box-text p,
.darckTheme .boxes-valores .title-box h1,
.darckTheme .boxes-valores .title-box h2,
.darckTheme .boxes-valores .title-box h3,
.darckTheme .boxes-valores .title-box h4,
.darckTheme .boxes-valores .title-box h5,
.darckTheme .boxes-valores .title-box h6 {
    color: #2d2d2d !important
}

.boxes-politica .title-section {
    margin-bottom: 20px
}

.boxes-politica .box-valores {
    position: relative;
    margin: 20px 0 40px;
    background: #fff;
    padding: 20px 20px 50px;
    border-radius: 4px;
    min-height: 250px;
    border-bottom: 6px solid #002d4b;
    box-shadow: 0 3px 4px #0000001a
}

.boxes-politica .box-valores .title-box img {
    width: 40px;
    object-fit: contain;
    margin-right: 20px
}

.boxes-politica .box-valores .title-box h1,
.boxes-politica .box-valores .title-box h2,
.boxes-politica .box-valores .title-box h3,
.boxes-politica .box-valores .title-box h4,
.boxes-politica .box-valores .title-box h5,
.boxes-politica .box-valores .title-box h6 {
    font-weight: 700
}

.boxes-politica .box-valores .box-text {
    margin: 14px 0;
    padding: 0 20px 0 10px
}

.boxes-politica .box-valores .box-text h1,
.boxes-politica .box-valores .box-text h2,
.boxes-politica .box-valores .box-text h3,
.boxes-politica .box-valores .box-text h4,
.boxes-politica .box-valores .box-text h5,
.boxes-politica .box-valores .box-text h6 {
    color: #2d2d2d;
    margin-bottom: 16px
}

.boxes-politica .box-valores .box-text p,
.section-bignumbers ul .content-card p {
    color: #2d2d2d
}

.boxes-politica .box-valores .box-text .box_link {
    color: #004a8c;
    text-decoration: underline !important;
    position: absolute;
    bottom: 20px;
    transition: 400ms
}

.darckTheme .box-valores .box-text a,
.darckTheme .box-valores .box-text h1,
.darckTheme .box-valores .box-text h2,
.darckTheme .box-valores .box-text h3,
.darckTheme .box-valores .box-text h4,
.darckTheme .box-valores .box-text h5,
.darckTheme .box-valores .box-text h6,
.darckTheme .box-valores .box-text i,
.darckTheme .box-valores .box-text p,
.darckTheme .box-valores .title-box h1,
.darckTheme .box-valores .title-box h2,
.darckTheme .box-valores .title-box h3,
.darckTheme .box-valores .title-box h4,
.darckTheme .box-valores .title-box h5,
.darckTheme .box-valores .title-box h6 {
    color: #000 !important
}

.timeline {
    padding: 50px 0;
    background-color: #f9f9f9;
    overflow: hidden
}

.timeline .title-section {
    margin-bottom: 100px
}

.timeline .slide-timeline .slick-list {
    padding: 10px 0 0
}

.timeline .slide-timeline .slick-arrow {
    top: -125px
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-arrow {
        top: -120px
    }
}

.timeline .slide-timeline .slick-prev {
    right: 40px;
    left: auto
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-prev {
        right: 60px
    }
}

.timeline .slide-timeline .slick-next::before,
.timeline .slide-timeline .slick-prev::before {
    content: "\f177";
    font: var(--fa-font-solid);
    color: #000;
    font-size: 28px;
    opacity: 1
}

.timeline .slide-timeline .slick-next {
    right: 0
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-next {
        right: 20px
    }
}

.timeline .slide-timeline .slick-next::before {
    content: "\f178";
    color: #002d4b;
    transition: 400ms
}

.timeline .slide-timeline .slick-disabled {
    opacity: .3;
    pointer-events: none
}

.timeline .slide-timeline .slick-list {
    z-index: 1
}

.timeline .slide-timeline .slick-dots {
    width: 100%;
    padding: 60px 0;
    position: absolute;
    top: -110px;
    display: flex;
    justify-content: start;
    z-index: 0
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-dots {
        padding: 40px 10px;
        overflow-y: auto
    }
}

.timeline .slide-timeline .slick-dots::before {
    content: "";
    width: 1000vw;
    position: absolute;
    top: 78px;
    left: -1000px;
    height: 2px;
    background: #747876;
    z-index: -1;
    opacity: .4
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-dots::before {
        top: 48px
    }
}

.timeline .slide-timeline .slick-dots li {
    margin-left: 20px;
    margin-right: 100px
}

@media screen and (min-width:1024px) and (max-width:1400px) {
    .timeline .slide-timeline .slick-dots li {
        margin-right: 75px
    }
}

@media screen and (max-width:768px) {
    .timeline .slide-timeline .slick-dots li {
        margin-left: 20px;
        margin-right: 50px
    }
}

@media screen and (max-width:560px) {
    .timeline .slide-timeline .slick-dots li {
        margin-right: 50px;
        margin-left: 10px
    }
}

.boxes-planos .content-boxes .header-box figure,
.timeline .slide-timeline .slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center
}

.timeline .slide-timeline .slick-dots li button::before {
    opacity: 1;
    font-size: 18px;
    color: #adadad;
    transition: 400ms
}

.timeline .slide-timeline .slick-dots li button::after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    top: -2px;
    transition: 400ms
}

.timeline .slide-timeline .slick-dots li p {
    margin-top: 60px;
    color: #000;
    margin-left: -4px
}

.timeline .slide-timeline .slick-dots .active button::before {
    opacity: 1;
    font-size: 20px;
    color: #fcfc1b;
    transition: 400ms
}

.timeline .slide-timeline .slick-dots .active button::after {
    content: "";
    position: absolute;
    border: 2px solid #002d4b;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    top: -2px;
    transition: 400ms
}

.timeline .slide-timeline .content-timeline {
    margin-top: 20px
}

.timeline .slide-timeline .content-timeline h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 0
}

.timeline .slide-timeline .content-timeline .introducao-timeline {
    margin: 30px 0
}

.timeline .slide-timeline .content-timeline .introducao-timeline h1,
.timeline .slide-timeline .content-timeline .introducao-timeline h2,
.timeline .slide-timeline .content-timeline .introducao-timeline h3,
.timeline .slide-timeline .content-timeline .introducao-timeline h4,
.timeline .slide-timeline .content-timeline .introducao-timeline h5,
.timeline .slide-timeline .content-timeline .introducao-timeline h6 {
    position: relative;
    z-index: 0;
    width: fit-content;
    color: #002d4b;
    font-weight: 700;
    margin-bottom: 40px
}

.timeline .slide-timeline .content-timeline .introducao-timeline h1::before,
.timeline .slide-timeline .content-timeline .introducao-timeline h2::before,
.timeline .slide-timeline .content-timeline .introducao-timeline h3::before,
.timeline .slide-timeline .content-timeline .introducao-timeline h4::before,
.timeline .slide-timeline .content-timeline .introducao-timeline h5::before,
.timeline .slide-timeline .content-timeline .introducao-timeline h6::before {
    content: "";
    bottom: -16px;
    height: 4px;
    background: #fcfc1b;
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute
}

.timeline .slide-timeline .content-timeline .introducao-timeline p {
    margin-bottom: 20px;
    line-height: 24px
}

.timeline .slide-timeline .content-timeline .content-img-timeline img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.timeline .slide-timeline .content-timeline .content-text-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    min-height: 200px
}

.darckTheme .timeline {
    background-color: #000 !important
}

.section-bignumbers {
    padding: 80px 0;
    background-color: #002d4b
}

.section-bignumbers .title-section {
    margin-bottom: 20px;
    width: 80%
}

@media screen and (max-width:560px) {
    .section-bignumbers .title-section {
        width: 100%
    }
}

.section-bignumbers .title-section h1,
.section-bignumbers .title-section h2,
.section-bignumbers .title-section h3,
.section-bignumbers .title-section h4,
.section-bignumbers .title-section h5,
.section-bignumbers .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.section-bignumbers .title-section p {
    margin-bottom: 20px;
    color: #fff
}

.section-bignumbers .btn_link {
    background-color: #fff;
    color: #002d4b;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 400ms
}

.section-bignumbers .btn_link:hover {
    background-color: #fcfc1b;
    transition: 400ms;
    color: #002d4b
}

@media screen and (max-width:560px) {
    .section-bignumbers .btn_link {
        padding: 10px 8px
    }

    .section-bignumbers .cards {
        margin-top: 40px
    }
}

.section-bignumbers .yellow {
    background-color: #fcfc1b;
    color: #002d4b
}

.section-bignumbers .yellow p {
    font-weight: 400 !important
}

.section-bignumbers .card {
    margin-bottom: 10px;
    flex-direction: revert;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100% !important
}

@media screen and (max-width:560px) {
    .section-bignumbers .card {
        padding: 10px 8px
    }
}

.section-bignumbers .card p {
    font-weight: 700;
    font-size: 18px
}

.section-bignumbers ul .content-card {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: flex;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    width: 100%
}

.section-bignumbers ul .content-card .number {
    width: 10%
}

.section-bignumbers ul .content-card .titulo {
    width: 20%
}

.section-bignumbers ul .content-card .descricao {
    width: 60%
}

.darckTheme .faq-content .conteudo-faq .timeline .content-timeline .number p,
.darckTheme .faq-content .conteudo-faq .timeline .content-timeline i,
.darckTheme .section-bignumbers .btn_link {
    color: #002d4b !important
}

.darckTheme .section-bignumbers .cards .card h1,
.darckTheme .section-bignumbers .cards .card h2,
.darckTheme .section-bignumbers .cards .card h3,
.darckTheme .section-bignumbers .cards .card h4,
.darckTheme .section-bignumbers .cards .card h5,
.darckTheme .section-bignumbers .cards .card h6,
.darckTheme .section-bignumbers .cards .card p,
.darckTheme .section-bignumbers .content-card p {
    color: #000 !important
}

.boxes-planos {
    padding: 50px 0
}

@media screen and (max-width:560px) {
    .boxes-planos .slick-prev {
        left: 46%;
        z-index: 1;
        top: 90%
    }
}

.boxes-planos .slick-next::before,
.boxes-planos .slick-prev::before {
    content: "\f053";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1
}

.boxes-planos .slick-next:hover::before,
.boxes-planos .slick-prev:hover::before,
.section-banner-quero-contratar .slide-banner-quero-contratar .slick-next:hover::before,
.section-banner-quero-contratar .slide-banner-quero-contratar .slick-prev:hover::before,
.section-cards-slide .slide-cards .slick-next:hover::before,
.section-cards-slide .slide-cards .slick-prev:hover::before,
.section-slide-planos .slick-slider .slick-next:hover::before,
.section-slide-planos .slick-slider .slick-prev:hover::before {
    color: #fcfc1b;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .boxes-planos .slick-next {
        right: 43%;
        z-index: 1;
        top: 90%
    }
}

.boxes-planos .slick-next::before {
    content: "\f054";
    transition: 400ms
}

.boxes-planos .slick-disabled {
    opacity: .3
}

.boxes-planos .content-boxes {
    background-color: #f5f5f5;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 10px
}

.boxes-planos .content-boxes .header-box {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background-color: #002d4b;
    position: relative;
    border-radius: 4px;
    min-height: 200px
}

.boxes-planos .content-boxes .header-box:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    left: 0;
    bottom: 0;
    transform: translateX(5%);
    background-color: #fcfc1b
}

.boxes-planos .content-boxes .header-box figure {
    position: relative;
    margin: 0 0 20px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: #fcfc1b;
    border: 4px solid #dedede;
    border-radius: 100px
}

.boxes-planos .content-boxes .header-box figure img {
    width: 40px
}

.boxes-planos .content-boxes .header-box .title-box {
    display: flex
}

.boxes-planos .content-boxes .header-box .title-box h4 {
    font-weight: 700;
    color: #fff
}

.boxes-planos .content-boxes .body-box {
    padding: 30px 40px;
    border-bottom: 4px solid #002d4b
}

@media screen and (min-width:560px) and (max-width:768px) {
    .boxes-planos .content-boxes .body-box {
        padding: 30px 14px
    }
}

.boxes-planos .content-boxes .body-box p {
    font-weight: 400;
    line-height: 22px
}

.boxes-planos .content-boxes .body-box .value-box {
    font-weight: 700;
    line-height: 46px;
    font-size: 24px;
    font-size: 2.4rem
}

.boxes-planos .content-boxes .body-box .value-box span {
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem
}

.boxes-planos .informacoes-adicionais {
    margin-top: 40px
}

.boxes-planos .informacoes-adicionais p {
    font-size: 9px;
    font-size: .9rem;
    color: #747876
}

.darckTheme .boxes-planos .body-box p,
.darckTheme .faq-content .conteudo-faq h1,
.darckTheme .faq-content .conteudo-faq h2,
.darckTheme .faq-content .conteudo-faq h3,
.darckTheme .faq-content .conteudo-faq h4,
.darckTheme .faq-content .conteudo-faq h5,
.darckTheme .faq-content .conteudo-faq h6,
.darckTheme .faq-content .conteudo-faq p,
.darckTheme .faq-content .title-faq p {
    color: #000 !important
}

.clinicassi {
    overflow: hidden
}

.clinicassi .title-section {
    margin-bottom: 50px
}

.clinicassi .title-section h1,
.clinicassi .title-section h2,
.clinicassi .title-section h3,
.clinicassi .title-section h4,
.clinicassi .title-section h5,
.clinicassi .title-section h6,
.section-faq .title-section h1,
.section-faq .title-section h2,
.section-faq .title-section h3,
.section-faq .title-section h4,
.section-faq .title-section h5,
.section-faq .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px
}

.clinicassi .slide-clinicassi .slick-list {
    padding: 0 !important
}

.clinicassi .slide-clinicassi .slick-slide {
    transform: scale(.9);
    opacity: .3;
    transition: all ease .5s
}

@media screen and (max-width:480px) {
    .clinicassi .slide-clinicassi .slick-slide {
        transform: scale(.8)
    }
}

.clinicassi .slide-clinicassi .slick-current {
    transform: scale(1.1);
    opacity: 1
}

.clinicassi .slide-clinicassi .slick-center {
    z-index: 1
}

.clinicassi .slide-clinicassi .clinicassi-content .content-bg-clinicassi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative
}

.clinicassi .slide-clinicassi .clinicassi-content .text-clinicassi {
    position: absolute;
    padding: 50px;
    bottom: 40px
}

.clinicassi,
.section-faq {
    padding: 50px 0
}

.section-faq .title-section {
    margin-bottom: 30px
}

.section-faq .faq-content .faq-item {
    margin: 10px 0 20px;
    z-index: 0
}

.section-faq .faq-content .faq-item .title-faq {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    padding: 16px 30px;
    border-radius: 6px;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: 400ms
}

.section-faq .faq-content .faq-item .title-faq p {
    font-weight: 700;
    color: #002d4b;
    margin: 0
}

.section-faq .faq-content .faq-item .title-faq:hover {
    border: 1px solid #002d4b;
    transition: 400ms
}

.section-faq .faq-content .faq-item .title-faq .icone-faq {
    width: 30px;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .title-faq {
        padding: 10px 12px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq {
    background: #f9f9f9;
    color: #2d2d2d;
    padding: 40px 30px;
    margin-top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    z-index: -1
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq {
        padding: 30px 10px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .d-flex p {
    width: 50%;
    text-align: center
}

@media screen and (max-width:768px) {
    .section-faq .faq-content .faq-item .conteudo-faq .d-flex {
        flex-direction: column
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .d-flex .w-50 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width:768px) {
    .section-faq .faq-content .faq-item .conteudo-faq .d-flex .w-50 {
        width: 100% !important
    }
}

.section-faq .faq-content .faq-item .conteudo-faq p {
    color: #2d2d2d;
    margin-bottom: 10px
}

.section-faq .faq-content .faq-item .conteudo-faq p img {
    max-width: 100%;
    margin: 18px 0
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline {
    position: relative
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline {
        padding-top: 30px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline::before {
    content: "";
    position: absolute;
    height: 95%;
    width: 10px;
    background: #002d4b;
    border-radius: 100px;
    left: 49%
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6 {
    min-height: 350px;
    display: flex
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) {
    align-items: start
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline {
    margin: 0 auto 30px;
    max-width: 70%;
    background: #002d4b;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    min-height: 150px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline {
        max-width: 100%;
        padding: 10px;
        margin-top: 80px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline figure {
    background: #fcfc1b;
    border-radius: 100px;
    padding: 20px;
    border: 4px solid #dedede;
    position: absolute;
    left: -50px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline figure {
        left: 30%;
        top: 10px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header figure img,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline figure img,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline figure img {
    width: 50px
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text {
    margin-left: 60px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text {
        margin-left: 0;
        margin-top: 110px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h1,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h2,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h3,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h4,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h5,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text h6,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text p {
    color: #fff
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text i {
    position: absolute;
    right: -16px;
    font-size: 30px;
    color: #002d4b;
    top: 43%
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .text i {
        right: 45%;
        top: -20px;
        transform: rotate(270deg)
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .number {
    position: absolute;
    background: #fff;
    right: -135px;
    width: 80px;
    height: 80px;
    border: 8px solid #dedede;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .number {
        right: 35%;
        top: -100px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(odd) .content-timeline .number p {
    color: #002d4b;
    margin: 0
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) {
    align-items: end
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline {
    margin: 0 auto 30px;
    max-width: 70%;
    background: #002d4b;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    min-height: 150px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline {
        max-width: 100%;
        padding: 10px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline figure {
    background: #fcfc1b;
    border-radius: 100px;
    padding: 20px;
    border: 4px solid #dedede;
    position: absolute;
    right: -50px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline figure {
        left: 30%;
        top: 10px;
        right: auto
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text {
    margin-right: 60px
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text {
        margin-right: 0;
        margin-top: 110px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(odd) a,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h1,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h2,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h3,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h4,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h5,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text h6,
.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text p {
    color: #fff
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text i {
    position: absolute;
    left: -16px;
    font-size: 30px;
    color: #002d4b;
    top: 43%;
    transform: rotate(60deg)
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .text i {
        right: 45%;
        top: -20px;
        left: auto;
        transform: rotate(270deg)
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .number {
    position: absolute;
    background: #fff;
    left: -150px;
    width: 80px;
    height: 80px;
    border: 8px solid #dedede;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:560px) {
    .section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .number {
        left: 36%;
        top: -100px
    }
}

.section-faq .faq-content .faq-item .conteudo-faq .timeline .col-md-6:nth-child(even) .content-timeline .number p {
    color: #002d4b;
    margin: 0
}

.darckTheme .faq-content .conteudo-faq .timeline {
    background-color: #fff !important
}

.darckTheme .faq-content .conteudo-faq .timeline .content-timeline p {
    color: #fff !important
}

.box-plano-regional,
.boxes-melhor-saude {
    padding: 50px 0;
    position: relative
}

.box-plano-regional .content-box-plano-regional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #87c3be;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

@media screen and (max-width:768px) {
    .box-plano-regional .content-box-plano-regional {
        flex-direction: column;
        align-items: start
    }
}

.box-plano-regional .content-box-plano-regional .header-box {
    position: relative;
    width: 10%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content
}

@media screen and (max-width:1024px) {
    .box-plano-regional .content-box-plano-regional .header-box {
        width: 20%
    }
}

@media screen and (max-width:560px) {
    .box-plano-regional .content-box-plano-regional .header-box {
        width: 100%;
        justify-content: start;
        margin-bottom: 20px
    }
}

.box-plano-regional .content-box-plano-regional .header-box figure {
    margin: 0;
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede
}

.box-plano-regional .content-box-plano-regional .header-box figure img {
    width: 50px
}

.box-plano-regional .content-box-plano-regional .title-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: fit-content;
    min-width: 50%
}

@media screen and (max-width:1024px) {
    .box-plano-regional .content-box-plano-regional .title-box {
        width: 20%
    }
}

@media screen and (max-width:768px) {
    .box-plano-regional .content-box-plano-regional .title-box {
        width: 100%
    }
}

.box-plano-regional .content-box-plano-regional .title-box h1,
.box-plano-regional .content-box-plano-regional .title-box h2,
.box-plano-regional .content-box-plano-regional .title-box h3,
.box-plano-regional .content-box-plano-regional .title-box h4,
.box-plano-regional .content-box-plano-regional .title-box h5,
.box-plano-regional .content-box-plano-regional .title-box h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #002d4b
}

.box-plano-regional .content-box-plano-regional .title-box p {
    font-size: 9px;
    font-size: .9rem;
    color: #002d4b
}

.box-plano-regional .content-box-plano-regional .title-box .img-logo {
    width: 70px;
    position: absolute;
    right: 50px;
    top: 0
}

.box-plano-regional .content-box-plano-regional .body-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    border-left: 2px solid #5aaaa0;
    padding: 10px 0
}

@media screen and (max-width:768px) {
    .box-plano-regional .content-box-plano-regional .body-box {
        width: 100%;
        justify-content: start;
        margin: 20px 0;
        border-top: 2px solid #5aaaa0;
        border-left: 0
    }
}

.box-plano-regional .content-box-plano-regional .body-box p {
    font-weight: 400;
    line-height: 22px;
    color: #002d4b
}

.box-plano-regional .content-box-plano-regional .body-box h1,
.box-plano-regional .content-box-plano-regional .body-box h2,
.box-plano-regional .content-box-plano-regional .body-box h3,
.box-plano-regional .content-box-plano-regional .body-box h4,
.box-plano-regional .content-box-plano-regional .body-box h5,
.box-plano-regional .content-box-plano-regional .body-box h6 {
    font-weight: 700;
    color: #002d4b
}

.box-plano-regional .content-box-plano-regional .body-box .d-flex {
    align-items: baseline
}

.box-plano-regional .content-box-plano-regional .body-box .link-box {
    color: #000;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline !important
}

.box-plano-regional .content-box-plano-regional .footer-box {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content
}

@media screen and (max-width:768px) {
    .box-plano-regional .content-box-plano-regional .footer-box {
        width: 100%
    }
}

.box-plano-regional .content-box-plano-regional .footer-box a {
    padding: 10px 20px;
    background: #002d4b;
    color: #fff;
    font-weight: 500;
    border-radius: 4px
}

.box-plano-regional.transition-down {
    z-index: 2;
    padding: 0
}

.box-plano-regional.transition-down .content-box-plano-regional {
    transform: translateY(60px)
}

.darckTheme .box-plano-regional {
    background-color: #000 !important
}

.boxes-melhor-saude {
    z-index: 0
}

.boxes-melhor-saude .title-section {
    margin-bottom: 50px
}

.boxes-melhor-saude .title-section h1,
.boxes-melhor-saude .title-section h2,
.boxes-melhor-saude .title-section h3,
.boxes-melhor-saude .title-section h4,
.boxes-melhor-saude .title-section h5,
.boxes-melhor-saude .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.boxes-melhor-saude .icon-top {
    position: absolute;
    right: 0;
    top: 10%;
    width: 15%;
    z-index: -1
}

@media screen and (max-width:560px) {
    .boxes-melhor-saude .icon-top {
        width: 40%;
        top: 5%
    }
}

.boxes-melhor-saude .content-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px
}

@media screen and (max-width:768px) {
    .boxes-melhor-saude .content-box {
        flex-direction: column
    }
}

.boxes-melhor-saude .content-box-melhor-saude {
    padding: 30px;
    border-radius: 6px 6px 0 0;
    min-width: 30%;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .boxes-melhor-saude .content-box-melhor-saude {
        width: 100% !important
    }
}

.boxes-melhor-saude .content-box-melhor-saude .icon {
    margin-right: 20px
}

.boxes-melhor-saude .content-box-melhor-saude .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.boxes-melhor-saude .content-box-melhor-saude .box-saude-text {
    margin: 14px 0
}

.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h1,
.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h2,
.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h3,
.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h4,
.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h5,
.boxes-melhor-saude .content-box-melhor-saude .box-saude-text h6 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #2d2d2d
}

.boxes-melhor-saude .content-box-melhor-saude .box-saude-text p {
    font-weight: 700;
    color: #2d2d2d
}

.darckTheme .boxes-melhor-saude {
    background-color: #000 !important
}

.darckTheme .boxes-melhor-saude .title-section h1,
.darckTheme .boxes-melhor-saude .title-section h2,
.darckTheme .boxes-melhor-saude .title-section h3,
.darckTheme .boxes-melhor-saude .title-section h4,
.darckTheme .boxes-melhor-saude .title-section h5,
.darckTheme .boxes-melhor-saude .title-section h6,
.darckTheme .boxes-melhor-saude .title-section p,
.darckTheme .boxes-melhor-saude .title-section span {
    color: #fff !important
}

.darckTheme .boxes-melhor-saude .content-box .content-box-melhor-saude .box-saude-text p,
.darckTheme .boxes-melhor-saude .content-box .content-box-melhor-saude .box-saude-text span {
    color: #000 !important
}

.boxes-mais-beneficios {
    padding: 50px 0;
    background-color: #f9f9f9
}

.boxes-mais-beneficios .title-section {
    margin-bottom: 40px
}

.boxes-mais-beneficios .title-section h1,
.boxes-mais-beneficios .title-section h2,
.boxes-mais-beneficios .title-section h3,
.boxes-mais-beneficios .title-section h4,
.boxes-mais-beneficios .title-section h5,
.boxes-mais-beneficios .title-section h6,
.boxes-mais-informacoes .title-section h1,
.boxes-mais-informacoes .title-section h2,
.boxes-mais-informacoes .title-section h3,
.boxes-mais-informacoes .title-section h4,
.boxes-mais-informacoes .title-section h5,
.boxes-mais-informacoes .title-section h6,
.boxes-nossas-responsabilidades .title-section h1,
.boxes-nossas-responsabilidades .title-section h2,
.boxes-nossas-responsabilidades .title-section h3,
.boxes-nossas-responsabilidades .title-section h4,
.boxes-nossas-responsabilidades .title-section h5,
.boxes-nossas-responsabilidades .title-section h6 {
    font-weight: 700
}

.boxes-mais-beneficios .content-boxes-beneficios {
    background-color: #002d4b;
    padding: 30px;
    border-radius: 4px 4px 0 0;
    position: relative;
    min-height: 400px;
    border-bottom: 4px solid #fcfc1b;
    margin-bottom: 20px
}

.boxes-mais-beneficios .content-boxes-beneficios .header-box {
    position: relative;
    height: 110px;
    z-index: 0
}

.boxes-mais-beneficios .content-boxes-beneficios .header-box img {
    max-width: 200px
}

.boxes-mais-beneficios .content-boxes-beneficios .title-box h1,
.boxes-mais-beneficios .content-boxes-beneficios .title-box h2,
.boxes-mais-beneficios .content-boxes-beneficios .title-box h3,
.boxes-mais-beneficios .content-boxes-beneficios .title-box h4,
.boxes-mais-beneficios .content-boxes-beneficios .title-box h5,
.boxes-mais-beneficios .content-boxes-beneficios .title-box h6 {
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700
}

.boxes-mais-beneficios .content-boxes-beneficios .title-box p {
    font-weight: 400;
    line-height: 22px;
    color: #fff
}

.boxes-mais-beneficios .content-boxes-beneficios .title-box .btn_group {
    height: 50px;
    position: absolute;
    bottom: 0
}

.boxes-mais-beneficios .content-boxes-beneficios .title-box .btn_group .link-btn {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #002d4b;
    transition: 400ms
}

.boxes-mais-beneficios .content-boxes-beneficios .title-box .btn_group .link-btn:hover,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner .btn_link:hover {
    background-color: #fcfc1b;
    transition: 400ms
}

.darckTheme .boxes-mais-beneficios {
    background-color: #000
}

.darckTheme .boxes-mais-beneficios .btn_group .link-btn,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h1,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h2,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h3,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h4,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h5,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text h6,
.darckTheme .boxes-servicos .content-boxes-servicos .box-text p,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h1,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h2,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h3,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h4,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h5,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box h6,
.darckTheme .boxes-servicos .content-boxes-servicos .title-box p {
    color: #000 !important
}

.boxes-mais-informacoes,
.boxes-nossas-responsabilidades,
.texto_imagem_topicos {
    padding: 50px 0
}

.boxes-mais-informacoes .title-section {
    margin-bottom: 40px
}

.boxes-mais-informacoes .content-boxes-informacoes {
    background-color: #f5f5f5;
    padding: 30px;
    position: relative;
    min-height: 400px;
    border-radius: 10px
}

.boxes-mais-informacoes .content-boxes-informacoes::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 100%;
    border-radius: 100px;
    background-color: #747876;
    left: 0;
    margin: auto;
    opacity: .6
}

.boxes-mais-informacoes .content-boxes-informacoes .header-box {
    position: relative;
    margin: 10px auto 40px;
    padding-bottom: 20px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f9f9f9
}

.boxes-mais-informacoes .content-boxes-informacoes .title-box,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box,
.texto_imagem_topicos .content-txt p {
    margin-bottom: 20px
}

.boxes-mais-informacoes .content-boxes-informacoes .title-box h1,
.boxes-mais-informacoes .content-boxes-informacoes .title-box h2,
.boxes-mais-informacoes .content-boxes-informacoes .title-box h3,
.boxes-mais-informacoes .content-boxes-informacoes .title-box h4,
.boxes-mais-informacoes .content-boxes-informacoes .title-box h5,
.boxes-mais-informacoes .content-boxes-informacoes .title-box h6,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h1,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h2,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h3,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h4,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h5,
.boxes-nossas-responsabilidades ul li .content-boxes-informacoes .title-box h6 {
    margin-bottom: 18px
}

.boxes-mais-informacoes .content-boxes-informacoes .footer-box .btn-link {
    color: #fff;
    background: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500
}

.boxes-nossas-responsabilidades .title-section {
    margin-bottom: 40px
}

.boxes-nossas-responsabilidades ul li {
    list-style: lower-latin;
    position: relative;
    padding: 0 20px
}

.boxes-nossas-responsabilidades ul li::before {
    content: "";
    position: absolute;
    background: #000;
    height: 30px;
    width: 30px;
    left: -25px;
    border-radius: 100px;
    z-index: -1;
    text-transform: capitalize;
    top: -2px
}

.boxes-nossas-responsabilidades ul li::marker {
    color: #fff
}

.boxes-nossas-responsabilidades ul li .content-boxes-informacoes {
    min-height: 230px;
    max-width: 80%
}

.texto_imagem_topicos .content-img img {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.texto_imagem_topicos .content-txt {
    max-width: 95%;
    margin: 30px auto 0
}

.texto_imagem_topicos .content-txt .topico-item {
    margin-bottom: 10px;
    min-height: 40px
}

.texto_imagem_topicos .content-txt .topico-item a {
    color: #585a5b;
    font-weight: 500
}

.texto_imagem_topicos .content-txt .topico-item a i {
    padding-right: 6px
}

.texto_imagem_topicos .content-txt .texto-informativo {
    border-top: 2px solid #f9f9f9;
    padding-top: 10px
}

.boxes-servicos {
    padding: 80px 0 50px;
    position: relative;
    z-index: 0
}

.boxes-servicos .title-section {
    margin-bottom: 20px
}

.boxes-servicos .title-section h1,
.boxes-servicos .title-section h2,
.boxes-servicos .title-section h3,
.boxes-servicos .title-section h4,
.boxes-servicos .title-section h5,
.boxes-servicos .title-section h6,
.texto_imagem_topicos .content-txt h1,
.texto_imagem_topicos .content-txt h2,
.texto_imagem_topicos .content-txt h3,
.texto_imagem_topicos .content-txt h4,
.texto_imagem_topicos .content-txt h5,
.texto_imagem_topicos .content-txt h6 {
    font-weight: 700;
    margin-bottom: 20px
}

.boxes-servicos .content-boxes-servicos {
    position: relative;
    margin: 20px 0 40px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-height: 300px;
    border-bottom: 6px solid #002d4b;
    box-shadow: 0 3px 4px #0000001a
}

@media screen and (min-width:560px) and (max-width:768px) {
    .boxes-servicos .content-boxes-servicos {
        padding: 20px 0;
        min-height: 340px
    }
}

.boxes-servicos .content-boxes-servicos .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.boxes-servicos .content-boxes-servicos .title-box figure {
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede;
    position: relative;
    margin: 0 20px 0 0;
    max-height: 74px
}

.boxes-servicos .content-boxes-servicos .title-box figure img {
    width: 30px;
    object-fit: contain
}

.boxes-servicos .content-boxes-servicos .box-text h1,
.boxes-servicos .content-boxes-servicos .box-text h2,
.boxes-servicos .content-boxes-servicos .box-text h3,
.boxes-servicos .content-boxes-servicos .box-text h4,
.boxes-servicos .content-boxes-servicos .box-text h5,
.boxes-servicos .content-boxes-servicos .box-text h6,
.boxes-servicos .content-boxes-servicos .title-box h1,
.boxes-servicos .content-boxes-servicos .title-box h2,
.boxes-servicos .content-boxes-servicos .title-box h3,
.boxes-servicos .content-boxes-servicos .title-box h4,
.boxes-servicos .content-boxes-servicos .title-box h5,
.boxes-servicos .content-boxes-servicos .title-box h6 {
    margin-bottom: 16px;
    color: #002d4b
}

.boxes-servicos .content-boxes-servicos .box-text {
    margin: 14px 0;
    padding: 0 10px
}

.boxes-servicos .content-boxes-servicos .box-text p {
    font-size: 16px;
    color: #2d2d2d
}

.darckTheme .boxes-servicos {
    background-color: #000 !important
}

.canais-atendimento {
    padding: 50px 0 20px
}

.canais-atendimento .content-boxes-atendimento {
    padding: 50px 40px 30px;
    position: relative;
    min-height: 230px;
    background: #002d4b;
    border-radius: 8px;
    box-shadow: 0 0 2px #0000002e;
    margin-bottom: 40px;
    border-bottom: 4px solid #fcfc1b
}

@media screen and (min-width:560px) and (max-width:768px) {
    .canais-atendimento .content-boxes-atendimento {
        min-height: 440px;
        padding: 20px 20px 10px
    }
}

.canais-atendimento .content-boxes-atendimento .content-title {
    min-height: 300px;
    position: relative
}

.canais-atendimento .content-boxes-atendimento .content-title h4 {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700
}

.canais-atendimento .content-boxes-atendimento .content-title h1,
.canais-atendimento .content-boxes-atendimento .content-title h2,
.canais-atendimento .content-boxes-atendimento .content-title h5,
.canais-atendimento .content-boxes-atendimento .content-title h6 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700
}

.canais-atendimento .content-boxes-atendimento .content-expansivel ul li,
.canais-atendimento .content-boxes-atendimento .content-title p {
    color: #fff;
    margin-bottom: 20px
}

.canais-atendimento .content-boxes-atendimento .content-title .icon-expand.active {
    transform: rotate(180deg);
    transition: 400ms;
    cursor: pointer
}

.canais-atendimento .content-boxes-atendimento .content-title .icon-expand {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    transition: 400ms;
    cursor: pointer
}

@media screen and (max-width:560px) {
    .canais-atendimento .content-boxes-atendimento .content-title .icon-expand {
        bottom: -25px
    }
}

.canais-atendimento .content-boxes-atendimento .content-title .icon-expand i {
    font-size: 30px;
    color: #fcfc1b
}

.canais-atendimento .content-boxes-atendimento .content-expansivel.active {
    position: relative;
    transition: 400ms;
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.canais-atendimento .content-boxes-atendimento .content-expansivel {
    padding-top: 30px;
    transform: translateY(-120%);
    z-index: -1;
    position: absolute;
    opacity: 0
}

.canais-atendimento .content-boxes-atendimento .content-expansivel p {
    color: #fff
}

.canais-atendimento .content-boxes-atendimento .content-expansivel ul {
    position: relative;
    padding-left: 10px !important
}

.canais-atendimento .content-boxes-atendimento .content-expansivel ul::before {
    content: "";
    position: absolute;
    margin-top: -20px;
    height: 2px;
    width: 70%;
    background: #fff;
    left: 14%;
    opacity: .3
}

.canais-atendimento .content-boxes-atendimento .content-expansivel ul li::marker {
    color: #fcfc1b;
    font-size: 20px
}

.section-banner-quero-contratar {
    padding-top: 30px;
    position: relative;
    overflow: hidden
}

.section-banner-quero-contratar .title-section {
    margin-bottom: 30px
}

.section-banner-quero-contratar .title-section h1,
.section-banner-quero-contratar .title-section h2,
.section-banner-quero-contratar .title-section h3,
.section-banner-quero-contratar .title-section h4,
.section-banner-quero-contratar .title-section h5,
.section-banner-quero-contratar .title-section h6 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #2d2d2d
}

.section-banner-quero-contratar .title-section p {
    color: #2d2d2d
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .slide-banner-quero-contratar .slick-prev {
        left: 20px;
        z-index: 1;
        top: 100px
    }
}

.section-banner-quero-contratar .slide-banner-quero-contratar .slick-prev::before {
    content: "\f053";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1
}

.section-banner-quero-contratar .slide-banner-quero-contratar .slick-disabled {
    opacity: .3
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .slide-banner-quero-contratar .slick-next {
        right: 20px;
        z-index: 1;
        top: 100px
    }
}

.section-banner-quero-contratar .slide-banner-quero-contratar .slick-next::before {
    content: "\f054";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1;
    transition: 400ms
}

.section-banner-quero-contratar .slide-banner-quero-contratar .slick-dots {
    bottom: 20px !important;
    left: 25%
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .slide-banner-quero-contratar .slick-dots {
        bottom: 16px !important;
        left: 0
    }
}

.section-banner-quero-contratar .slide-banner-quero-contratar .slick-dots li button::before {
    color: #fff;
    font-size: 10px
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .slide-banner-quero-contratar .slick-dots li button::before {
        font-size: 6px
    }
}

.section-banner-quero-contratar .content-banner {
    width: 100%
}

.section-banner-quero-contratar .content-banner .img-banner img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 6px 0 0 6px
}

@media screen and (max-width:768px) {
    .section-banner-quero-contratar .content-banner .img-banner img {
        height: 450px
    }
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .content-banner .img-banner img {
        min-height: 220px;
        border-radius: 6px 6px 0 0
    }
}

.section-banner-quero-contratar .content-banner .bg-banner {
    background-color: #002d4b;
    padding: 50px 30px;
    border-radius: 0 6px 6px 0
}

@media screen and (max-width:768px) {
    .section-banner-quero-contratar .content-banner .bg-banner {
        padding: 20px
    }
}

@media screen and (max-width:560px) {
    .section-banner-quero-contratar .content-banner .bg-banner {
        padding: 20px 10px 50px;
        border-radius: 0 0 6px 6px;
        min-height: 450px
    }
}

.section-banner-quero-contratar .content-banner .bg-banner .text-banner {
    max-width: 90%;
    margin: auto
}

.section-banner-quero-contratar .content-banner .bg-banner .text-banner h1,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner h2,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner h3,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner h4,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner h5,
.section-banner-quero-contratar .content-banner .bg-banner .text-banner h6 {
    margin-bottom: 20px;
    color: #fcfc1b;
    font-weight: 700
}

.section-banner-quero-contratar .content-banner .bg-banner .text-banner p {
    margin-bottom: 20px;
    color: #fff
}

.section-banner-quero-contratar .content-banner .bg-banner .text-banner a {
    color: #fff;
    text-decoration: underline !important
}

.section-banner-quero-contratar .content-banner .bg-banner .text-banner .btn_link {
    background-color: #fff;
    color: #002d4b;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 400ms;
    text-decoration: none !important
}

@media screen and (max-width:768px) {
    .section-banner-quero-contratar .content-banner .bg-banner .text-banner .btn_link {
        padding: 10px
    }
}

.estatuto_social {
    padding: 50px 0
}

.estatuto_social .content-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 6px
}

@media screen and (max-width:560px) {
    .estatuto_social .content-img img {
        height: 280px
    }
}

.estatuto_social .content-txt {
    max-width: 95%;
    margin: 50px auto 0
}

@media screen and (max-width:768px) {
    .estatuto_social .content-txt {
        margin: 0 auto 30px
    }
}

.estatuto_social .content-txt img {
    width: 50px
}

.estatuto_social .content-txt h1,
.estatuto_social .content-txt h2,
.estatuto_social .content-txt h3,
.estatuto_social .content-txt h4,
.estatuto_social .content-txt h5,
.estatuto_social .content-txt h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #002d4b
}

@media screen and (max-width:768px) {

    .estatuto_social .content-txt h1,
    .estatuto_social .content-txt h2,
    .estatuto_social .content-txt h3,
    .estatuto_social .content-txt h4,
    .estatuto_social .content-txt h5,
    .estatuto_social .content-txt h6 {
        font-size: 26px
    }
}

.estatuto_social .content-txt p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.estatuto_social .content-txt .content-anexos {
    display: flex;
    align-items: center;
    margin: 0 0 30px
}

.estatuto_social .content-txt .content-anexos .anexo-item {
    margin-right: 20px
}

.estatuto_social .content-txt .content-anexos .anexo-item a,
.estatuto_social .content-txt .expand-item ul li a {
    color: #002d4b
}

.estatuto_social .content-txt .content-anexos .anexo-item img,
.section-slide-planos .content-programas .text-box ul li img {
    width: 20px;
    margin-right: 10px
}

.estatuto_social .content-txt .expand-item {
    position: relative
}

.estatuto_social .content-txt .expand-item .link_btn {
    background-color: #002d4b;
    color: #fff;
    padding: 14px;
    border-radius: 4px;
    transition: 400ms
}

.estatuto_social .content-txt .expand-item .link_btn:hover,
.section-slide-planos .row .box_texto_informativo .btn_link:hover {
    transition: 400ms;
    background-color: #fcfc1b;
    color: #002d4b
}

.estatuto_social .content-txt .expand-item .link_btn:hover img {
    filter: grayscale(1) brightness(.2)
}

.estatuto_social .content-txt .expand-item .link_btn img {
    width: 26px;
    margin-left: 10px
}

.estatuto_social .content-txt .expand-item ul.active {
    opacity: 1;
    transition: .5s
}

.estatuto_social .content-txt .expand-item ul {
    opacity: 0;
    transition: .5s;
    list-style: none;
    background-color: #f9f9f9;
    border: 2px solid #dedede;
    padding: 10px 20px !important;
    position: absolute;
    z-index: 2;
    width: fit-content;
    min-width: 200px;
    border-radius: 4px;
    top: 50px;
    display: flex;
    flex-direction: column-reverse
}

.estatuto_social .content-txt .expand-item ul li,
.section-nossos-programas .content-programas .text-box p,
.section-slide-planos .content-programas .text-box .descricao-plano p {
    margin-bottom: 10px
}

.section-banner-atencao-primaria {
    position: relative;
    padding: 0;
    z-index: 0;
    margin-top: 50px
}

.section-banner-atencao-primaria .vector-blue {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1
}

@media screen and (max-width:560px) {
    .section-banner-atencao-primaria .vector-blue {
        top: 20px;
        width: 40%
    }
}

.section-banner-atencao-primaria .box-img,
.section-nossos-programas {
    overflow: hidden;
    position: relative
}

.section-banner-atencao-primaria .box-img::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcfc1b;
    z-index: 1
}

@media screen and (max-width:560px) {
    .section-banner-atencao-primaria .box-img::before {
        top: 0;
        width: 100%;
        height: 10px
    }
}

.section-banner-atencao-primaria .box-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .section-banner-atencao-primaria .box-img img {
        height: 130px
    }
}

.section-banner-atencao-primaria .box-img img:hover {
    scale: 1.1;
    transition: 400ms
}

.section-banner-atencao-primaria .content-text {
    max-width: 60%;
    margin-left: 100px
}

@media screen and (max-width:560px) {
    .section-banner-atencao-primaria .content-text {
        max-width: 100%;
        margin-left: 0;
        padding: 30px 20px;
        border-bottom: 10px solid #002d4b
    }
}

.section-banner-atencao-primaria .content-text H1,
.section-banner-atencao-primaria .content-text H2,
.section-banner-atencao-primaria .content-text H3,
.section-banner-atencao-primaria .content-text H4,
.section-banner-atencao-primaria .content-text H5,
.section-banner-atencao-primaria .content-text H6 {
    font-weight: 700;
    color: #2d2d2d
}

.darckTheme .section-banner-home:after,
.darckTheme .section-banner-home:before {
    background-color: #000
}

.section-nossos-programas {
    padding: 50px 0;
    z-index: 0
}

@media screen and (max-width:560px) {
    .section-nossos-programas {
        margin-top: 50px
    }
}

.section-nossos-programas .icon-blue {
    position: absolute;
    top: 20%;
    right: 0;
    width: 600px;
    z-index: -1
}

@media screen and (max-width:560px) {
    .section-nossos-programas .icon-blue {
        width: 30px;
        top: 0
    }
}

.section-nossos-programas .title-section {
    margin-bottom: 20px
}

.section-nossos-programas .title-section h1,
.section-nossos-programas .title-section h2,
.section-nossos-programas .title-section h3,
.section-nossos-programas .title-section h4,
.section-nossos-programas .title-section h5,
.section-nossos-programas .title-section h6 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.section-nossos-programas .content-programas {
    margin: 20px 0 40px;
    background: #fff;
    border-radius: 4px;
    height: fit-content;
    min-height: 500px;
    border-bottom: 6px solid #fcfc1b
}

@media screen and (max-width:560px) {
    .section-nossos-programas .content-programas {
        height: fit-content
    }
}

.section-nossos-programas .content-programas .header-box {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:560px) {
    .section-nossos-programas .content-programas .header-box {
        height: 130px;
        padding: 10px
    }

    .section-nossos-programas .content-programas .header-box img {
        width: 100px;
        object-fit: contain
    }
}

.section-nossos-programas .content-programas .text-box {
    padding: 30px
}

@media screen and (max-width:560px) {
    .section-nossos-programas .content-programas .text-box {
        padding: 30px 10px
    }
}

.section-nossos-programas .content-programas .text-box h1,
.section-nossos-programas .content-programas .text-box h2,
.section-nossos-programas .content-programas .text-box h3,
.section-nossos-programas .content-programas .text-box h4,
.section-nossos-programas .content-programas .text-box h5,
.section-nossos-programas .content-programas .text-box h6 {
    position: relative;
    margin-bottom: 40px;
    width: fit-content;
    z-index: 0;
    font-weight: 700;
    color: #002d4b
}

.section-nossos-programas .content-programas .text-box h1::before,
.section-nossos-programas .content-programas .text-box h2::before,
.section-nossos-programas .content-programas .text-box h3::before,
.section-nossos-programas .content-programas .text-box h4::before,
.section-nossos-programas .content-programas .text-box h5::before,
.section-nossos-programas .content-programas .text-box h6::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #fcfc1b;
    z-index: 0;
    border-radius: 100px
}

.darckTheme .section-nossos-programas .content-programas h1,
.darckTheme .section-nossos-programas .content-programas h2,
.darckTheme .section-nossos-programas .content-programas h3,
.darckTheme .section-nossos-programas .content-programas h4,
.darckTheme .section-nossos-programas .content-programas h5,
.darckTheme .section-nossos-programas .content-programas h6,
.darckTheme .section-nossos-programas .content-programas p {
    color: #000 !important
}

.section-cards-slide {
    background: #002d4b
}

.section-cards-slide .title-section {
    padding-top: 50px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #00365a
}

.section-cards-slide .title-section h1,
.section-cards-slide .title-section h2,
.section-cards-slide .title-section h3,
.section-cards-slide .title-section h4,
.section-cards-slide .title-section h5,
.section-cards-slide .title-section h6 {
    color: #fff;
    font-weight: 700;
    position: relative;
    width: fit-content
}

.section-cards-slide .title-section h1::before,
.section-cards-slide .title-section h2::before,
.section-cards-slide .title-section h3::before,
.section-cards-slide .title-section h4::before,
.section-cards-slide .title-section h5::before,
.section-cards-slide .title-section h6::before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    background-color: #fcfc1b
}

.section-cards-slide .slide-cards .slick-track {
    padding: 40px 0;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .section-cards-slide .slide-cards .slick-prev {
        left: 46%;
        z-index: 1;
        top: 90%
    }
}

.section-cards-slide .slide-cards .slick-next::before,
.section-cards-slide .slide-cards .slick-prev::before {
    content: "\f053";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 28px;
    opacity: 1
}

@media screen and (max-width:560px) {
    .section-cards-slide .slide-cards .slick-next {
        right: 43%;
        z-index: 1;
        top: 90%
    }
}

.section-cards-slide .slide-cards .slick-next::before {
    content: "\f054";
    transition: 400ms
}

.section-cards-slide .slide-cards .slick-disabled {
    opacity: .3
}

.section-cards-slide .slide-cards .content-slides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px #0000001a;
    border-radius: 8px;
    max-width: 90%;
    margin: 20px auto;
    background-color: #fff;
    padding: 40px 20px 20px;
    position: relative;
    min-height: 160px
}

.section-cards-slide .slide-cards .content-slides figure {
    margin: 0;
    background: #fcfc1b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede;
    position: absolute;
    top: -50px
}

.section-cards-slide .slide-cards .content-slides figure img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.section-cards-slide .slide-cards .content-slides h1,
.section-cards-slide .slide-cards .content-slides h2,
.section-cards-slide .slide-cards .content-slides h3,
.section-cards-slide .slide-cards .content-slides h4,
.section-cards-slide .slide-cards .content-slides h5,
.section-cards-slide .slide-cards .content-slides h6 {
    color: #2d2d2d;
    font-weight: 700;
    text-align: center
}

.section-cards-slide .slide-cards .content-slides p {
    color: #2d2d2d;
    text-align: center
}

.darckTheme .section-cards-slide .content-slides a,
.darckTheme .section-cards-slide .content-slides h1,
.darckTheme .section-cards-slide .content-slides h2,
.darckTheme .section-cards-slide .content-slides h3,
.darckTheme .section-cards-slide .content-slides h4,
.darckTheme .section-cards-slide .content-slides h5,
.darckTheme .section-cards-slide .content-slides h6,
.darckTheme .section-cards-slide .content-slides li,
.darckTheme .section-cards-slide .content-slides p,
.darckTheme .section-cards-slide .content-slides ul {
    color: #000 !important
}

.section-slide-planos {
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-color: #002d4b;
    margin-bottom: 50px
}

@media screen and (max-width:560px) {
    .section-slide-planos {
        margin-top: 50px
    }
}

.section-slide-planos .icon-blue {
    position: absolute;
    top: 10%;
    right: 0;
    width: 300px;
    z-index: -1
}

@media screen and (max-width:560px) {
    .section-slide-planos .icon-blue {
        width: 30px;
        top: 0
    }
}

.section-slide-planos .row {
    position: relative
}

.section-slide-planos .row .box_texto_informativo {
    position: absolute;
    background-color: #87c3be;
    padding: 20px 40px;
    bottom: -90px;
    width: fit-content;
    border-radius: 4px;
    min-width: 75%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:560px) {
    .section-slide-planos .row .box_texto_informativo {
        width: 95%;
        position: relative;
        flex-direction: column;
        align-items: start
    }
}

.section-slide-planos .row .box_texto_informativo h1,
.section-slide-planos .row .box_texto_informativo h2,
.section-slide-planos .row .box_texto_informativo h3,
.section-slide-planos .row .box_texto_informativo h4,
.section-slide-planos .row .box_texto_informativo h5,
.section-slide-planos .row .box_texto_informativo h6 {
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (max-width:560px) {

    .section-slide-planos .row .box_texto_informativo h1,
    .section-slide-planos .row .box_texto_informativo h2,
    .section-slide-planos .row .box_texto_informativo h3,
    .section-slide-planos .row .box_texto_informativo h4,
    .section-slide-planos .row .box_texto_informativo h5,
    .section-slide-planos .row .box_texto_informativo h6 {
        margin-bottom: 20px
    }
}

.section-slide-planos .content-programas .valor-plano .valor p,
.section-slide-planos .row .box_texto_informativo p {
    color: #2d2d2d
}

@media screen and (max-width:768px) {
    .section-slide-planos .row .box_texto_informativo .btn__group {
        width: 30%
    }
}

.section-slide-planos .row .box_texto_informativo .btn_link {
    background-color: #002d4b;
    color: #fff;
    padding: 10px 20px;
    transition: 400ms;
    border-radius: 4px;
    font-weight: 500
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header p,
.section-slide-planos .title-section {
    margin-bottom: 20px
}

.section-slide-planos .title-section h1,
.section-slide-planos .title-section h2,
.section-slide-planos .title-section h3,
.section-slide-planos .title-section h4,
.section-slide-planos .title-section h5,
.section-slide-planos .title-section h6 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.section-slide-planos .slick-slider .slick-slide {
    padding: 20px;
    margin-bottom: 50px
}

@media screen and (max-width:560px) {
    .section-slide-planos .slick-slider .slick-slide {
        padding: 10px
    }

    .section-slide-planos .slick-slider .slick-prev {
        left: 20px;
        z-index: 1;
        top: 100px
    }
}

.section-slide-planos .slick-slider .slick-next::before,
.section-slide-planos .slick-slider .slick-prev::before {
    content: "\f053";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1
}

.section-slide-planos .slick-slider .slick-disabled {
    opacity: .3
}

@media screen and (max-width:560px) {
    .section-slide-planos .slick-slider .slick-next {
        right: 20px;
        z-index: 1;
        top: 100px
    }
}

.section-slide-planos .slick-slider .slick-next::before {
    content: "\f054";
    transition: 400ms
}

@media screen and (max-width:560px) {
    .section-slide-planos .slick-slider .slick-dots {
        bottom: -50px !important;
        left: 0
    }
}

.section-slide-planos .slick-slider .slick-dots li button::before {
    color: #fff;
    font-size: 10px
}

@media screen and (max-width:560px) {
    .section-slide-planos .slick-slider .slick-dots li button::before {
        font-size: 6px
    }
}

.section-slide-planos .content-programas {
    background: #f9f9f9;
    border-radius: 4px
}

@media screen and (max-width:560px) {
    .section-slide-planos .content-programas {
        height: fit-content
    }
}

.section-slide-planos .content-programas .header-box {
    padding: 20px 30px;
    background-color: #fcfc1b;
    text-align: center;
    border-radius: 6px 6px 0 0
}

.section-slide-planos .content-programas .header-box h1,
.section-slide-planos .content-programas .header-box h2,
.section-slide-planos .content-programas .header-box h3,
.section-slide-planos .content-programas .header-box h4,
.section-slide-planos .content-programas .header-box h5,
.section-slide-planos .content-programas .text-box .descricao-plano h1,
.section-slide-planos .content-programas .text-box .descricao-plano h2,
.section-slide-planos .content-programas .text-box .descricao-plano h3,
.section-slide-planos .content-programas .text-box .descricao-plano h4,
.section-slide-planos .content-programas .text-box .descricao-plano h5,
.section-slide-planos .content-programas .text-box .descricao-plano h6 {
    font-weight: 700
}

@media screen and (max-width:560px) {
    .section-slide-planos .content-programas .header-box {
        padding: 10px
    }
}

.section-slide-planos .content-programas .text-box {
    padding: 20px 12px 0
}

@media screen and (max-width:560px) {
    .section-slide-planos .content-programas .text-box {
        padding: 30px 10px
    }
}

.section-slide-planos .content-programas .text-box .descricao-plano {
    min-height: 80px;
    border-bottom: 2px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.section-slide-planos .content-programas .text-box ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.section-slide-planos .content-programas .text-box ul li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
    height: 40px
}

@media screen and (max-width:560px) {
    .section-slide-planos .content-programas .text-box ul li {
        width: 100%
    }
}

.section-slide-planos .content-programas .valor-plano {
    border-top: 2px solid #fcfc1b;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:560px) {
    .section-slide-planos .content-programas .valor-plano {
        flex-direction: column
    }

    .section-slide-planos .content-programas .valor-plano .valor {
        margin-bottom: 10px
    }
}

@media screen and (max-width:768px) {
    .section-slide-planos .content-programas .valor-plano .valor strong {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.section-slide-planos .content-programas .valor-plano .btn_link {
    background: #002d4b;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff
}

.section-slide-planos .text-informativo {
    margin-top: 20px
}

.section-slide-planos .text-informativo p {
    color: #fff;
    font-size: 8px;
    font-size: .8rem
}

.darckTheme .boxes-servicos-credenciado .btn_group a,
.darckTheme .section-slide-planos .content-programas h1,
.darckTheme .section-slide-planos .content-programas h2,
.darckTheme .section-slide-planos .content-programas h3,
.darckTheme .section-slide-planos .content-programas h4,
.darckTheme .section-slide-planos .content-programas h5,
.darckTheme .section-slide-planos .content-programas h6,
.darckTheme .section-slide-planos .content-programas p {
    color: #000 !important
}

.boxes-servicos-credenciado {
    padding: 50px 0
}

.boxes-servicos-credenciado .col-md-12.content-box-credenciado .content-servicos-credenciado .content-box {
    display: flex !important;
    flex-direction: row !important
}

.boxes-servicos-credenciado .col-md-12.content-box-credenciado .content-servicos-credenciado .content-box .btn_group {
    width: fit-content;
    margin-right: 10px
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado {
    background-color: #fff;
    box-shadow: 0 2px 4px #00000010;
    border-radius: 6px;
    margin-bottom: 40px
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header {
    border-radius: 6px;
    padding: 30px;
    width: 100%;
    display: flex;
    position: relative;
    background-color: #002d4b
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header {
        flex-direction: column;
        padding: 30px 20px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 90%;
    z-index: 1;
    background: #fcfc1b;
    border-radius: 100px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header::after {
        width: 80%
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header img {
    margin-right: 30px;
    width: 100px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header img {
        margin: 0 0 20px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header {
    max-width: 75%;
    margin: auto 0
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header {
        max-width: 100%;
        width: 100%
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h1,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h2,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h3,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h4,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h5,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h6 {
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    color: #fff
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h1::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h2::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h3::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h4::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h5::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h6::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h1::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h2::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h3::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h4::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h5::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h6::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h1::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h2::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h3::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h4::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h5::before,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b4b6b
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-header .text-header p {
    margin-bottom: 10px;
    color: #fff
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 126px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box {
        padding: 30px 10px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(odd) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #002d4b;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    transition: 400ms
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(even):hover,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(odd):hover,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(even):hover,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(odd):hover {
    background: #fcfc1b;
    transition: 400ms
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(odd):hover a,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(even) a,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(even):hover a,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(odd):hover a {
    color: #002d4b
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(odd) .content-servicos-credenciado .content-box .btn_group:nth-child(even) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid #002d4b;
    transition: 400ms
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header {
    border-radius: 6px;
    padding: 30px;
    width: 100%;
    display: flex;
    position: relative;
    background-color: #87c3be
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header {
        flex-direction: column;
        padding: 30px 20px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 90%;
    z-index: 1;
    background: #002d4b;
    border-radius: 100px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header::after {
        width: 80%
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header img {
    margin-right: 30px;
    width: 100px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header img {
        margin: 0 0 20px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header {
    max-width: 75%;
    margin: auto 0
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header {
        max-width: 100%;
        width: 100%
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h1,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h2,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h3,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h4,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h5,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header h6 {
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    color: #002d4b
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-header .text-header p {
    margin-bottom: 10px;
    color: #002d4b
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 126px
}

@media screen and (max-width:560px) {
    .boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box {
        padding: 30px 10px
    }
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(odd) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #002d4b;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    transition: 400ms
}

.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(odd) a,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(odd) a {
    color: #fff
}

.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(even) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid #002d4b;
    transition: 400ms
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group a:hover a,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group a:hover a,
.boxes-servicos-credenciado .content-box-credenciado:nth-child(even) .content-servicos-credenciado .content-box .btn_group:nth-child(even) a {
    color: #002d4b
}

.darckTheme .boxes-servicos-credenciado {
    background-color: #000 !important
}

.ultimas-noticias {
    background-color: #002d4b;
    padding: 80px 0;
    position: relative;
    margin-bottom: 10px;
    z-index: 0
}

.ultimas-noticias .icon-top {
    position: absolute;
    right: 0;
    top: 10%;
    width: 15%;
    z-index: -1
}

@media screen and (max-width:560px) {
    .ultimas-noticias .icon-top {
        width: 40%;
        top: 5%
    }
}

.ultimas-noticias .title-section {
    margin-bottom: 40px
}

.ultimas-noticias .title-section h1,
.ultimas-noticias .title-section h2,
.ultimas-noticias .title-section h3,
.ultimas-noticias .title-section h4,
.ultimas-noticias .title-section h5,
.ultimas-noticias .title-section h6 {
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:768px) {
    .ultimas-noticias .content-items {
        display: flex;
        flex-direction: row;
        overflow-x: scroll
    }
}

.ultimas-noticias .content-post {
    margin: 30px 0;
    padding: 0 10px
}

@media screen and (max-width:768px) {
    .ultimas-noticias .content-post {
        min-width: 350px
    }
}

.ultimas-noticias .content-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px
}

.ultimas-noticias .content-post .post_title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fcfc1b
}

.ultimas-noticias .content-post .post_summary {
    margin-bottom: 6px;
    font-size: 16px;
    color: #fff
}

.ultimas-noticias .content-post .post_date {
    color: #fff;
    opacity: .5;
    margin-bottom: 10px;
    font-size: 14px
}

.ultimas-noticias .content-post .post_link a {
    color: #fff;
    text-decoration: underline !important;
    transition: 400ms
}

.cards-contato .content-card .box-text a:hover,
.ultimas-noticias .content-post .post_link a:hover {
    color: #fcfc1b;
    transition: 400ms
}

.box-cta {
    position: relative;
    z-index: 1
}

.box-cta .content-box-cta {
    display: flex;
    align-items: center;
    background: #fcfc1b;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: relative
}

@media screen and (max-width:560px) {
    .box-cta .content-box-cta {
        flex-direction: column
    }
}

.box-cta .content-box-cta .header-box {
    position: relative;
    width: 10%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content
}

@media screen and (max-width:560px) {
    .box-cta .content-box-cta .header-box {
        width: 100%;
        justify-content: start
    }
}

.box-cta .content-box-cta .header-box figure,
.relatorios-anuais .content-box-cta .header-box figure {
    margin: 0;
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede
}

.areas-diretoria .content-items figure img,
.box-cta .content-box-cta .header-box figure img,
.relatorios-anuais .content-box-cta .header-box figure img,
.section-conselho-usuarios .content-txt .title figure img {
    width: 50px
}

.box-cta .content-box-cta .body-box {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 10px 0
}

@media screen and (max-width:560px) {
    .box-cta .content-box-cta .body-box {
        width: 100%;
        margin-top: 20px
    }
}

.box-cta .content-box-cta .body-box h1,
.box-cta .content-box-cta .body-box h2,
.box-cta .content-box-cta .body-box h3,
.box-cta .content-box-cta .body-box h4,
.box-cta .content-box-cta .body-box h5,
.box-cta .content-box-cta .body-box h6,
.box-cta .content-box-cta .body-box p {
    font-weight: 700
}

.box-cta .content-box-cta .body-box .img-logo {
    width: 70px;
    position: absolute;
    right: 50px;
    top: 30px
}

.darckTheme .box-cta .content-box-cta h1,
.darckTheme .box-cta .content-box-cta h2,
.darckTheme .box-cta .content-box-cta h3,
.darckTheme .box-cta .content-box-cta h4,
.darckTheme .box-cta .content-box-cta h5,
.darckTheme .box-cta .content-box-cta h6,
.darckTheme .box-cta .content-box-cta p {
    color: #000 !important
}

.box-cta,
.boxes-atualizacao-cadastral {
    padding: 50px 0
}

@media screen and (max-width:560px) {
    .boxes-atualizacao-cadastral .col-md-6 {
        padding: 0
    }
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral {
    min-height: 400px;
    max-width: 100%;
    border-bottom: 4px solid #fcfc1b
}

@media screen and (max-width:768px) {
    .boxes-atualizacao-cadastral .content-atualizacao-cadastral {
        min-height: 450px
    }
}

@media screen and (max-width:560px) {
    .boxes-atualizacao-cadastral .content-atualizacao-cadastral {
        margin: 0 auto 30px
    }
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px 0 0 0
}

@media screen and (max-width:560px) {
    .boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-img {
        min-height: 160px
    }
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text {
    padding: 30px;
    color: #fff;
    background-color: #002d4b;
    border-radius: 0 6px 0 0
}

@media screen and (max-width:768px) {
    .boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text {
        padding: 20px
    }
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .content-header {
    margin: 0 0 20px;
    position: relative
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .content-header img {
    width: 80px
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .content-header .icone-logo {
    top: 0;
    right: 0;
    width: 80px;
    position: absolute;
    z-index: 2
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h1,
.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h2,
.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h3,
.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h4,
.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h5,
.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header h6 {
    font-weight: 700;
    margin: 0 0 20px
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header .btn_link {
    margin-top: 10px;
    padding: 10px 20px;
    color: #002d4b;
    background-color: #fff;
    border-radius: 6px;
    transition: 400ms
}

.boxes-atualizacao-cadastral .content-atualizacao-cadastral .content-text .text-header .btn_link:hover {
    background-color: #fcfc1b;
    transition: 400ms
}

.cards-contato {
    padding: 130px 0 50px;
    position: relative;
    z-index: 0;
    margin-top: -124px;
    background-color: #f9f9f9
}

.cards-contato .content-card {
    position: relative;
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border-bottom: 6px solid #002d4b;
    box-shadow: 0 1px 6px #0000001a;
    display: flex;
    align-items: center
}

@media screen and (max-width:560px) {
    .cards-contato .content-card {
        padding: 20px 10px
    }
}

.cards-contato .content-card .title-box {
    margin-right: 20px
}

.cards-contato .content-card .title-box img {
    width: 30px;
    object-fit: contain
}

.cards-contato .content-card .box-text h1,
.cards-contato .content-card .box-text h2,
.cards-contato .content-card .box-text h3,
.cards-contato .content-card .box-text h4,
.cards-contato .content-card .box-text h5,
.cards-contato .content-card .box-text h6 {
    margin-bottom: 16px;
    color: #002d4b
}

.cards-contato .content-card .box-text p {
    color: #2d2d2d;
    font-weight: 700
}

.cards-contato .content-card .box-text a {
    color: #2d2d2d;
    font-weight: 700;
    transition: 400ms
}

.darckTheme .cards-contato {
    background-color: #000 !important
}

.darckTheme .cards-contato .content-card a,
.darckTheme .cards-contato .content-card h1,
.darckTheme .cards-contato .content-card h2,
.darckTheme .cards-contato .content-card h3,
.darckTheme .cards-contato .content-card h4,
.darckTheme .cards-contato .content-card h5,
.darckTheme .cards-contato .content-card h6,
.darckTheme .cards-contato .content-card p {
    color: #000 !important
}

.boxes-numerados,
.texto-imagem-full {
    padding: 80px 0 50px;
    position: relative;
    z-index: 0
}

.boxes-numerados .title-section {
    margin-bottom: 20px
}

.boxes-numerados .title-section h1,
.boxes-numerados .title-section h2,
.boxes-numerados .title-section h3,
.boxes-numerados .title-section h4,
.boxes-numerados .title-section h5,
.boxes-numerados .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px
}

.boxes-numerados .content-boxes-servicos {
    position: relative;
    margin: 20px 0 40px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-height: 260px;
    border-bottom: 6px solid #002d4b;
    box-shadow: 0 3px 4px #0000001a
}

.boxes-numerados .content-boxes-servicos .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.boxes-numerados .content-boxes-servicos .title-box .number {
    background: #002d4b;
    border-radius: 200px;
    border: 6px solid #dedede;
    position: relative;
    margin-right: 20px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.boxes-numerados .content-boxes-servicos .title-box .number p {
    color: #fcfc1b;
    font-size: 30px;
    font-weight: 700
}

.boxes-numerados .content-boxes-servicos .title-box h1,
.boxes-numerados .content-boxes-servicos .title-box h2,
.boxes-numerados .content-boxes-servicos .title-box h3,
.boxes-numerados .content-boxes-servicos .title-box h4,
.boxes-numerados .content-boxes-servicos .title-box h5,
.boxes-numerados .content-boxes-servicos .title-box h6 {
    margin-bottom: 0;
    color: #002d4b;
    font-weight: 700
}

.boxes-numerados .content-boxes-servicos .box-text {
    margin: 14px 0;
    padding: 0 10px
}

.boxes-numerados .content-boxes-servicos .box-text h1,
.boxes-numerados .content-boxes-servicos .box-text h2,
.boxes-numerados .content-boxes-servicos .box-text h3,
.boxes-numerados .content-boxes-servicos .box-text h4,
.boxes-numerados .content-boxes-servicos .box-text h5,
.boxes-numerados .content-boxes-servicos .box-text h6 {
    margin-bottom: 16px;
    color: #002d4b
}

.boxes-numerados .content-boxes-servicos .box-text p {
    font-size: 16px;
    color: #2d2d2d
}

.darckTheme .boxes-numerados {
    background-color: #000 !important
}

.darckTheme .boxes-numerados .content-boxes-servicos .title-box h1,
.darckTheme .boxes-numerados .content-boxes-servicos .title-box h2,
.darckTheme .boxes-numerados .content-boxes-servicos .title-box h3,
.darckTheme .boxes-numerados .content-boxes-servicos .title-box h4,
.darckTheme .boxes-numerados .content-boxes-servicos .title-box h5,
.darckTheme .boxes-numerados .content-boxes-servicos .title-box h6 {
    color: #002d4b !important
}

.darckTheme .boxes-numerados .content-boxes-servicos .number p {
    color: #fff !important
}

.darckTheme .boxes-numerados .content-boxes-servicos p {
    color: #000 !important
}

.texto-imagem-full {
    padding: 0;
    margin-top: 50px
}

.texto-imagem-full .img-lateral {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 20%;
    top: 10%
}

.texto-imagem-full .content-img {
    overflow: hidden
}

.texto-imagem-full .content-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: 400ms
}

@media screen and (max-width:560px) {
    .texto-imagem-full .content-img img {
        height: 280px
    }
}

.texto-imagem-full .content-img img:hover {
    transition: 400ms;
    scale: 1.1
}

.texto-imagem-full .content-iframe {
    max-width: 75%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width:560px) {
    .texto-imagem-full .content-iframe {
        max-width: 90%;
        margin: 36px auto auto
    }
}

.texto-imagem-full .content-iframe h1,
.texto-imagem-full .content-iframe h2,
.texto-imagem-full .content-iframe h3,
.texto-imagem-full .content-iframe h4,
.texto-imagem-full .content-iframe h5,
.texto-imagem-full .content-iframe h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

@media screen and (max-width:560px) {

    .texto-imagem-full .content-iframe h1,
    .texto-imagem-full .content-iframe h2,
    .texto-imagem-full .content-iframe h3,
    .texto-imagem-full .content-iframe h4,
    .texto-imagem-full .content-iframe h5,
    .texto-imagem-full .content-iframe h6 {
        font-size: 26px
    }
}

.texto-imagem-full .content-iframe p {
    color: #fff
}

.texto-imagem-full .content-iframe img {
    width: 220px;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto
}

.texto-imagem-full .content-iframe .btn_link {
    color: #fff;
    background-color: #002d4b;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    transition: 400ms;
    margin-top: 20px;
    width: fit-content
}

.page-all-posts .title-page .content-form form button:hover,
.texto-imagem-full .content-iframe .btn_link:hover {
    background-color: #fcfc1b;
    color: #002d4b;
    transition: 400ms
}

.darckTheme .texto-imagem-full {
    background-color: #000 !important
}

.darckTheme .texto-imagem-full h1,
.darckTheme .texto-imagem-full h2,
.darckTheme .texto-imagem-full h3,
.darckTheme .texto-imagem-full h4,
.darckTheme .texto-imagem-full h5,
.darckTheme .texto-imagem-full h6,
.darckTheme .texto-imagem-full p,
.darckTheme .texto-imagem-full span {
    color: #fff !important
}

.boxes-info-financeiras,
.relatorios-anuais {
    padding: 80px 0 50px;
    position: relative;
    z-index: 0;
    background-color: #f9f9f9
}

.boxes-info-financeiras .title-section {
    margin-bottom: 20px
}

.boxes-info-financeiras .title-section h1,
.boxes-info-financeiras .title-section h2,
.boxes-info-financeiras .title-section h3,
.boxes-info-financeiras .title-section h4,
.boxes-info-financeiras .title-section h5,
.boxes-info-financeiras .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #002d4b
}

.boxes-info-financeiras .content-boxes-servicos {
    position: relative;
    margin: 20px 0 40px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    min-height: 260px;
    border-bottom: 6px solid #002d4b;
    box-shadow: 0 3px 4px #0000001a
}

@media screen and (max-width:560px) {
    .boxes-info-financeiras .content-boxes-servicos {
        padding: 30px 20px
    }
}

.boxes-info-financeiras .content-boxes-servicos .qtd-relatorios {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    color: #002d4b;
    cursor: pointer
}

.boxes-info-financeiras .content-boxes-servicos .qtd-relatorios p,
.page-all-posts .title-page .content-form form select option {
    color: #002d4b
}

.boxes-info-financeiras .content-boxes-servicos .title-box,
.relatorios-anuais .content-relatorios .content-items a {
    display: flex;
    flex-direction: column
}

.boxes-info-financeiras .content-boxes-servicos .title-box h1,
.boxes-info-financeiras .content-boxes-servicos .title-box h2,
.boxes-info-financeiras .content-boxes-servicos .title-box h3,
.boxes-info-financeiras .content-boxes-servicos .title-box h4,
.boxes-info-financeiras .content-boxes-servicos .title-box h5,
.boxes-info-financeiras .content-boxes-servicos .title-box h6 {
    margin-bottom: 10px;
    font-weight: 700
}

.boxes-info-financeiras .content-boxes-servicos .title-box p,
.section-conselho-usuarios .content-txt .title .text p {
    color: #2d2d2d
}

.boxes-info-financeiras .content-boxes-servicos .content-items {
    list-style: none;
    margin: 20px 0 0
}

.boxes-info-financeiras .content-boxes-servicos .content-items li {
    margin-bottom: 20px;
    padding: 0
}

@media screen and (max-width:768px) {
    .boxes-info-financeiras .content-boxes-servicos .content-items li {
        padding: 0 10px
    }
}

.boxes-info-financeiras .content-boxes-servicos .content-items li a {
    color: #002d4b;
    text-decoration: underline !important
}

.darckTheme .boxes-info-financeiras {
    background-color: #2d2d2d
}

.darckTheme .boxes-info-financeiras .content-boxes-servicos h1,
.darckTheme .boxes-info-financeiras .content-boxes-servicos h2,
.darckTheme .boxes-info-financeiras .content-boxes-servicos h3,
.darckTheme .boxes-info-financeiras .content-boxes-servicos h4,
.darckTheme .boxes-info-financeiras .content-boxes-servicos h5,
.darckTheme .boxes-info-financeiras .content-boxes-servicos h6,
.darckTheme .boxes-info-financeiras .content-boxes-servicos p,
.darckTheme .boxes-info-financeiras .content-boxes-servicos ul li a,
.darckTheme .boxes-info-financeiras .content-boxes-servicos ul li a i {
    color: #000 !important
}

.relatorios-anuais {
    padding: 100px 0 150px;
    background-color: #002d4b;
    margin-bottom: 100px
}

@media screen and (max-width:560px) {
    .relatorios-anuais {
        padding: 50px 0 0
    }
}

.presidencia,
.relatorios-anuais .container {
    position: relative
}

.relatorios-anuais .logo-img img {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 0;
    width: 30%
}

@media screen and (max-width:560px) {
    .relatorios-anuais .logo-img img {
        width: 70%;
        top: 4%
    }
}

.relatorios-anuais .title-section,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados p {
    margin-bottom: 20px
}

.presidencia .title-section h1,
.presidencia .title-section h2,
.presidencia .title-section h3,
.presidencia .title-section h4,
.presidencia .title-section h5,
.presidencia .title-section h6,
.relatorios-anuais .title-section h1,
.relatorios-anuais .title-section h2,
.relatorios-anuais .title-section h3,
.relatorios-anuais .title-section h4,
.relatorios-anuais .title-section h5,
.relatorios-anuais .title-section h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.relatorios-anuais .content-relatorios {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.relatorios-anuais .content-relatorios .content-items {
    width: 12%;
    margin-bottom: 20px
}

@media screen and (max-width:560px) {
    .relatorios-anuais .content-relatorios .content-items {
        width: 45%
    }
}

.relatorios-anuais .content-relatorios .content-items a p {
    color: #fff;
    text-decoration: underline !important;
    margin: 10px 0 0 10px
}

.relatorios-anuais .content-box-cta {
    display: flex;
    align-items: center;
    background: #87c3be;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -220px
}

@media screen and (max-width:560px) {
    .relatorios-anuais .content-box-cta {
        flex-direction: column;
        position: relative;
        bottom: -100px
    }
}

.relatorios-anuais .content-box-cta .header-box {
    position: relative;
    width: 10%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content
}

@media screen and (max-width:1024px) {
    .relatorios-anuais .content-box-cta .header-box {
        width: 20%
    }
}

@media screen and (max-width:560px) {
    .relatorios-anuais .content-box-cta .header-box {
        width: 100%;
        justify-content: start
    }
}

.relatorios-anuais .content-box-cta .body-box {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 10px 0;
    position: relative
}

@media screen and (max-width:560px) {
    .relatorios-anuais .content-box-cta .body-box {
        width: 100%;
        margin-top: 20px
    }
}

.relatorios-anuais .content-box-cta .body-box p {
    font-weight: 700
}

.relatorios-anuais .content-box-cta .body-box h1,
.relatorios-anuais .content-box-cta .body-box h2,
.relatorios-anuais .content-box-cta .body-box h3,
.relatorios-anuais .content-box-cta .body-box h4,
.relatorios-anuais .content-box-cta .body-box h5,
.relatorios-anuais .content-box-cta .body-box h6 {
    font-weight: 700;
    color: #002d4b
}

.relatorios-anuais .content-box-cta .footer-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px
}

@media screen and (max-width:560px) {
    .relatorios-anuais .content-box-cta .footer-box {
        justify-content: start;
        width: 100%
    }
}

.relatorios-anuais .content-box-cta .footer-box .btn_link {
    background: #002d4b;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
    transition: 400ms
}

.relatorios-anuais .content-box-cta .footer-box .btn_link:hover {
    background-color: #fff;
    color: #002d4b;
    transition: 400ms
}

.presidencia {
    padding: 100px 0 70px;
    background-color: #002d4b;
    z-index: 0;
    margin: 50px 0
}

@media screen and (max-width:560px) {
    .presidencia {
        padding: 50px 0 0
    }
}

.presidencia .logo-img img {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -1;
    width: 300px
}

@media screen and (max-width:560px) {
    .presidencia .logo-img img {
        width: 130px;
        top: 5%
    }
}

.presidencia .title-section {
    margin-bottom: 40px
}

.areas-diretoria .content-items p,
.boxes-credencias .content-boxes .content-box .box-text p,
.presidencia .title-section p {
    color: #fff
}

.presidencia .content-presidencia>.row {
    border-bottom: 2px solid #004a8c;
    padding: 30px 0
}

.presidencia .content-presidencia .content-items {
    display: flex;
    align-items: center;
    padding-right: 100px
}

@media screen and (max-width:1024px) {
    .presidencia .content-presidencia .content-items {
        padding-right: 10px
    }
}

@media screen and (max-width:560px) {
    .presidencia .content-presidencia .content-items {
        margin-bottom: 30px;
        padding: 0 20px
    }

    .presidencia .content-presidencia .content-items:last-of-type {
        margin-bottom: 0
    }
}

.presidencia .content-presidencia .content-items img {
    margin-right: 20px
}

.presidencia .content-presidencia .content-items p {
    color: #fff;
    font-weight: 700
}

.areas-diretoria {
    position: relative;
    padding: 100px 0 50px;
    background-color: #002d4b;
    z-index: 0
}

@media screen and (max-width:560px) {
    .areas-diretoria {
        padding: 50px 0 10px
    }
}

.areas-diretoria .logo-img img {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -1;
    width: 300px
}

@media screen and (max-width:560px) {
    .areas-diretoria .logo-img img {
        width: 100px
    }
}

.areas-diretoria .content-items {
    display: flex;
    align-items: baseline;
    margin-bottom: 60px
}

@media screen and (max-width:560px) {
    .areas-diretoria .content-items {
        flex-direction: column
    }
}

.areas-diretoria .content-items figure,
.section-conselho-usuarios .content-txt .title figure {
    margin: 0 20px 0 0;
    background: #fcfc1b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #fff;
    height: 90px;
    width: 90px;
    min-width: 90px
}

@media screen and (max-width:560px) {
    .areas-diretoria .content-items figure {
        margin-bottom: 20px
    }
}

.areas-diretoria .content-items h1,
.areas-diretoria .content-items h2,
.areas-diretoria .content-items h3,
.areas-diretoria .content-items h4,
.areas-diretoria .content-items h5,
.areas-diretoria .content-items h6 {
    color: #fff;
    position: relative;
    width: fit-content;
    margin-bottom: 40px;
    font-weight: 700
}

.areas-diretoria .content-items h1::before,
.areas-diretoria .content-items h2::before,
.areas-diretoria .content-items h3::before,
.areas-diretoria .content-items h4::before,
.areas-diretoria .content-items h5::before,
.areas-diretoria .content-items h6::before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: #004a8c;
    left: 0
}

.section-organograma {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.section-organograma .content-img {
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 10px #00000026;
    position: relative;
    max-width: 100%;
    width: fit-content
}

.section-organograma .content-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #002d4b;
    border-radius: 10px
}

.section-organograma .content-img img {
    max-width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 6px
}

@media screen and (max-width:560px) {
    .section-organograma .content-img img {
        height: auto;
        min-height: 200px;
        width: 100% !important
    }
}

.section-organograma .content-txt {
    margin: 0 auto 20px
}

@media screen and (max-width:768px) {
    .section-organograma .content-txt {
        margin: 0 auto 30px
    }
}

.section-organograma .content-txt img {
    width: 60px
}

@media screen and (max-width:560px) {
    .section-organograma .content-txt img {
        width: 50px
    }
}

.section-organograma .content-txt h1,
.section-organograma .content-txt h2,
.section-organograma .content-txt h3,
.section-organograma .content-txt h4,
.section-organograma .content-txt h5,
.section-organograma .content-txt h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #002d4b
}

@media screen and (max-width:768px) {

    .section-organograma .content-txt h1,
    .section-organograma .content-txt h2,
    .section-organograma .content-txt h3,
    .section-organograma .content-txt h4,
    .section-organograma .content-txt h5,
    .section-organograma .content-txt h6 {
        font-size: 26px
    }
}

.section-organograma .content-txt p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.section-conselho-usuarios {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    background-color: #f9f9f9
}

.section-conselho-usuarios .content-txt {
    margin: 0 auto 20px
}

@media screen and (max-width:768px) {
    .section-conselho-usuarios .content-txt {
        margin: 0 auto 30px
    }
}

.section-conselho-usuarios .content-txt .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.section-conselho-usuarios .content-txt .title figure {
    border: 6px solid #dedede
}

@media screen and (max-width:560px) {
    .section-conselho-usuarios .content-txt .title figure {
        margin-bottom: 20px
    }
}

.section-conselho-usuarios .content-txt .title .text {
    position: relative
}

.section-conselho-usuarios .content-txt .title .text::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #747876;
    left: 0
}

.section-conselho-usuarios .content-txt .title .text h1,
.section-conselho-usuarios .content-txt .title .text h2,
.section-conselho-usuarios .content-txt .title .text h3,
.section-conselho-usuarios .content-txt .title .text h4,
.section-conselho-usuarios .content-txt .title .text h5,
.section-conselho-usuarios .content-txt .title .text h6 {
    color: #002d4b;
    width: fit-content;
    margin-bottom: 10px;
    font-weight: 700
}

.section-conselho-usuarios .content-txt h1,
.section-conselho-usuarios .content-txt h2,
.section-conselho-usuarios .content-txt h3,
.section-conselho-usuarios .content-txt h4,
.section-conselho-usuarios .content-txt h5,
.section-conselho-usuarios .content-txt h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #002d4b
}

@media screen and (max-width:768px) {

    .section-conselho-usuarios .content-txt h1,
    .section-conselho-usuarios .content-txt h2,
    .section-conselho-usuarios .content-txt h3,
    .section-conselho-usuarios .content-txt h4,
    .section-conselho-usuarios .content-txt h5,
    .section-conselho-usuarios .content-txt h6 {
        font-size: 26px
    }
}

.section-conselho-usuarios .content-txt p {
    color: #2d2d2d;
    margin-bottom: 24px;
    line-height: 1.8
}

.section-conselho-usuarios .content-txt a {
    text-decoration: underline !important;
    color: #004a8c
}

.section-conselho-usuarios .content-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-conselho-usuarios .content-img img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px
}

@media screen and (max-width:560px) {
    .section-conselho-usuarios .content-img img {
        height: auto;
        min-height: 200px;
        width: 100% !important
    }
}

.section-conselho-usuarios .conselho-estados {
    padding-top: 100px;
    position: relative
}

.section-conselho-usuarios .conselho-estados::before {
    content: "";
    position: absolute;
    top: 50px;
    height: 1px;
    background-color: #dedede;
    left: 50%;
    translate: -50%;
    width: 80%
}

.section-conselho-usuarios .conselho-estados .title-conselho p {
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 20px
}

.section-conselho-usuarios .conselho-estados .select-item {
    list-style: none;
    padding: 5px 10px !important;
    border-radius: 4px;
    border: 0;
    color: #002d4b;
    background-color: #fff;
    width: fit-content;
    min-width: 200px
}

.section-conselho-usuarios .conselho-estados .select-item .option-item {
    color: #002d4b;
    cursor: pointer
}

.section-conselho-usuarios .conselho-estados .content-estados {
    margin-top: 30px
}

.section-conselho-usuarios .conselho-estados .content-estados .text-estados.active {
    display: block
}

.section-conselho-usuarios .conselho-estados .content-estados .text-estados {
    display: none;
    padding: 30px 10px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 4px #00000010;
    border-bottom: 3px solid #002d4b
}

.section-conselho-usuarios .conselho-estados .content-estados .text-estados h1,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados h2,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados h3,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados h4,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados h5,
.section-conselho-usuarios .conselho-estados .content-estados .text-estados h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #002d4b
}

.section-conselho-usuarios .conselho-estados .content-estados .caixas-texto {
    margin: 30px 0
}

.section-conselho-usuarios .conselho-estados .content-estados .caixas-texto .caixa {
    display: flex;
    flex-direction: column
}

.section-conselho-usuarios .conselho-estados .content-estados .caixas-texto .caixa p {
    font-size: 9px;
    font-size: .9rem
}

.darckTheme .section-conselho-usuarios {
    background-color: #2d2d2d
}

.darckTheme .section-conselho-usuarios .content-estados .text-estados {
    background-color: #000
}

.box-como-utilizar-telemedicina {
    padding: 50px 0
}

.box-como-utilizar-telemedicina .title-section {
    margin-bottom: 40px
}

.box-como-utilizar-telemedicina .title-section h1,
.box-como-utilizar-telemedicina .title-section h2,
.box-como-utilizar-telemedicina .title-section h3,
.box-como-utilizar-telemedicina .title-section h4,
.box-como-utilizar-telemedicina .title-section h5,
.box-como-utilizar-telemedicina .title-section h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #2d2d2d
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado {
    background-color: #002d4b;
    box-shadow: 0 2px 4px #00000010;
    border-radius: 6px;
    margin-bottom: 40px;
    display: flex;
    min-height: 290px;
    position: relative
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fcfc1b
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header {
    border-radius: 6px;
    position: relative;
    padding: 30px 20px
}

@media screen and (max-width:768px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header {
        padding: 30px 10px
    }
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header {
        flex-direction: column;
        padding: 30px 20px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header figure {
    margin: 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfc1b;
    border: 6px solid #dedede
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .content-header figure img {
        margin: 0 0 20px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header {
    padding: 30px 0;
    max-width: 60%
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h1,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h2,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h3,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h4,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h5,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header h6 {
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    color: #fff
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header p {
    margin-bottom: 10px;
    color: #fff
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group,
.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group {
    margin-top: 30px
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    color: #002d4b
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group a:hover,
.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(even):hover,
.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(odd):hover {
    background: #fcfc1b;
    transition: 400ms
}

@media screen and (max-width:768px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group a {
        padding: 10px 0
    }
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(odd) .content-servicos-credenciado .text-header .btn_group a {
        padding: 10px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado {
    background-color: #fcfc1b
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #002d4b
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header {
    border-radius: 6px;
    position: relative;
    padding: 30px 20px
}

@media screen and (max-width:768px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header {
        padding: 30px 10px
    }
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header {
        flex-direction: column;
        padding: 30px 20px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header figure {
    margin: 0;
    width: 100px;
    height: 100px;
    min-height: 100px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002d4b;
    border: 6px solid #dedede
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header figure img {
    width: 50px
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .content-header figure img {
        margin: 0 0 20px
    }
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header {
    padding: 30px 0;
    max-width: 60%
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h1,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h2,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h3,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h4,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h5,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h6 {
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    color: #2d2d2d
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h1::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h2::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h3::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h4::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h5::before,
.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f3df62
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header p {
    margin-bottom: 10px;
    color: #2d2d2d
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group a {
    background: #002d4b;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    color: #002d4b
}

.box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group a:hover {
    background: #fff;
    transition: 400ms
}

@media screen and (max-width:768px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group a {
        padding: 10px 0
    }
}

@media screen and (max-width:560px) {
    .box-como-utilizar-telemedicina .col-md-6:nth-child(even) .content-servicos-credenciado .text-header .btn_group a {
        padding: 10px
    }
}

.darckTheme .box-como-utilizar-telemedicina {
    background-color: #000 !important
}

.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado {
    background-color: #fff !important
}

.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h1,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h2,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h3,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h4,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h5,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado h6,
.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado p {
    color: #000 !important
}

.darckTheme .box-como-utilizar-telemedicina .content-servicos-credenciado .btn_group a {
    background-color: #002d4b !important
}

.cta-telemedicina {
    padding: 0;
    position: relative;
    z-index: 1
}

.cta-telemedicina .porition {
    width: 100%;
    height: 50%;
    position: absolute
}

.cta-telemedicina .top {
    top: 0;
    bottom: auto
}

.cta-telemedicina .bottom {
    bottom: 0;
    top: auto
}

.cta-telemedicina .full {
    height: 100%
}

.cta-telemedicina .content-box-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #87c3be;
    padding: 20px 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative
}

@media screen and (max-width:560px) {
    .cta-telemedicina .content-box-cta {
        flex-direction: column
    }
}

.cta-telemedicina .content-box-cta .body-box {
    width: 78%;
    padding: 10px 0
}

@media screen and (max-width:560px) {
    .cta-telemedicina .content-box-cta .body-box {
        width: 100%;
        margin-top: 20px
    }
}

.cta-telemedicina .content-box-cta .body-box h1,
.cta-telemedicina .content-box-cta .body-box h2,
.cta-telemedicina .content-box-cta .body-box h3,
.cta-telemedicina .content-box-cta .body-box h4,
.cta-telemedicina .content-box-cta .body-box h5,
.cta-telemedicina .content-box-cta .body-box h6,
.cta-telemedicina .content-box-cta .body-box p {
    font-weight: 700;
    color: #002d4b
}

.cta-telemedicina .content-box-cta .btn_link {
    background-color: #002d4b;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    transition: 400ms
}

.cta-telemedicina .content-box-cta .btn_link:hover {
    transition: 400ms;
    color: #002d4b;
    background-color: #fff
}

.darckTheme .cta-telemedicina .porition {
    background-color: #000 !important
}

.boxes-credencias,
.boxes-info-relatorios,
.texto-imagem-centralizada {
    padding: 50px 0
}

.texto-imagem-centralizada .title-section {
    margin-bottom: 30px
}

.texto-imagem-centralizada .title-section h1,
.texto-imagem-centralizada .title-section h2,
.texto-imagem-centralizada .title-section h3,
.texto-imagem-centralizada .title-section h4,
.texto-imagem-centralizada .title-section h5,
.texto-imagem-centralizada .title-section h6 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #2d2d2d
}

.boxes-credencias .title-section p,
.texto-imagem-centralizada .title-section p {
    color: #2d2d2d
}

.texto-imagem-centralizada .content-img {
    margin: auto;
    max-width: 90%
}

.texto-imagem-centralizada .content-img img {
    max-width: 100%;
    height: auto
}

.boxes-credencias .title-section {
    margin-bottom: 30px
}

.boxes-credencias .title-section h1,
.boxes-credencias .title-section h2,
.boxes-credencias .title-section h3,
.boxes-credencias .title-section h4,
.boxes-credencias .title-section h5,
.boxes-credencias .title-section h6 {
    font-weight: 700;
    color: #2d2d2d
}

.boxes-credencias .content-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px
}

.boxes-credencias .content-boxes .content-box {
    padding: 30px;
    border-radius: 6px 6px 0 0;
    border-bottom: 4px solid #fcfc1b;
    width: fit-content;
    min-width: 30%;
    margin-bottom: 20px;
    background-color: #002d4b;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .boxes-credencias .content-boxes .content-box {
        width: 100% !important;
        align-items: start
    }
}

.boxes-credencias .content-boxes .content-box figure,
.boxes-info-relatorios .content-info-relatorios .content-header figure {
    margin: 0 20px 0 0;
    background: #fcfc1b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede;
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.boxes-credencias .content-boxes .content-box figure img {
    width: 50px;
    height: auto;
    object-fit: contain
}

.boxes-credencias .content-boxes .content-box .box-text h1,
.boxes-credencias .content-boxes .content-box .box-text h2,
.boxes-credencias .content-boxes .content-box .box-text h3,
.boxes-credencias .content-boxes .content-box .box-text h4,
.boxes-credencias .content-boxes .content-box .box-text h5,
.boxes-credencias .content-boxes .content-box .box-text h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

.darckTheme .boxes-credencias {
    background-color: #2d2d2d !important
}

.boxes-info-relatorios .row-custom {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width:560px) {
    .boxes-info-relatorios .row-custom {
        flex-direction: column
    }
}

.boxes-info-relatorios .row-custom>div {
    min-width: 50%
}

.boxes-info-relatorios .content-info-relatorios {
    background-color: #fff;
    box-shadow: 0 2px 4px #00000010;
    border-radius: 6px;
    margin-bottom: 40px;
    height: 100%;
    width: 100%
}

.boxes-info-relatorios .content-info-relatorios .content-header {
    border-radius: 6px;
    padding: 30px;
    width: 100%;
    display: flex;
    position: relative;
    background-color: #002d4b
}

@media screen and (max-width:560px) {
    .boxes-info-relatorios .content-info-relatorios .content-header {
        flex-direction: column;
        padding: 30px 20px
    }
}

.boxes-info-relatorios .content-info-relatorios .content-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 90%;
    z-index: 1;
    background: #fcfc1b;
    border-radius: 100px
}

@media screen and (max-width:560px) {
    .boxes-info-relatorios .content-info-relatorios .content-header::after {
        width: 80%
    }
}

.boxes-info-relatorios .content-info-relatorios .content-header figure {
    margin: 0 30px 0 0;
    height: 100px;
    width: 100px;
    min-width: 100px
}

.boxes-info-relatorios .content-info-relatorios .content-header figure img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.boxes-info-relatorios .content-info-relatorios .content-header .text-header {
    max-width: 60%;
    margin: auto 0
}

@media screen and (max-width:560px) {
    .boxes-info-relatorios .content-info-relatorios .content-header .text-header {
        max-width: 100%;
        width: 100%
    }
}

.boxes-info-relatorios .content-info-relatorios .content-header .text-header h1,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h2,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h3,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h4,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h5,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h6 {
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    color: #fff
}

.boxes-info-relatorios .content-info-relatorios .content-header .text-header h1::before,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h2::before,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h3::before,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h4::before,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h5::before,
.boxes-info-relatorios .content-info-relatorios .content-header .text-header h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b4b6b
}

.boxes-info-relatorios .content-info-relatorios .content-header .text-header p {
    margin-bottom: 10px;
    color: #fff
}

.boxes-info-relatorios .content-info-relatorios .content-box {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 126px
}

.boxes-info-relatorios .content-info-relatorios .content-box h1,
.boxes-info-relatorios .content-info-relatorios .content-box h2,
.boxes-info-relatorios .content-info-relatorios .content-box h3,
.boxes-info-relatorios .content-info-relatorios .content-box h4,
.boxes-info-relatorios .content-info-relatorios .content-box h5,
.boxes-info-relatorios .content-info-relatorios .content-box h6 {
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 10px
}

.boxes-info-relatorios .content-info-relatorios .content-box p {
    color: #2d2d2d;
    margin-bottom: 10px
}

@media screen and (max-width:560px) {
    .boxes-info-relatorios .content-info-relatorios .content-box {
        padding: 30px 10px
    }
}

.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(odd) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #002d4b;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    transition: 400ms
}

.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(even) a,
.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(even):hover a,
.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(odd):hover a {
    color: #002d4b
}

.boxes-info-relatorios .content-info-relatorios .content-box .btn_group:nth-child(even) {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid #002d4b;
    transition: 400ms
}

.darckTheme .boxes-info-relatorios {
    background-color: #000 !important
}

.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h1,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h2,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h3,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h4,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h5,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box h6,
.darckTheme .boxes-info-relatorios .content-info-relatorios .content-box p {
    color: #000 !important
}

.box-cta-reciprocidade {
    padding: 0;
    position: relative;
    z-index: 1
}

.box-cta-reciprocidade .content-box-cta {
    display: flex;
    align-items: center;
    background: #87c3be;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transform: translate(0, 50%)
}

@media screen and (max-width:560px) {
    .box-cta-reciprocidade .content-box-cta {
        flex-direction: column
    }
}

.box-cta-reciprocidade .content-box-cta .header-box {
    position: relative;
    width: 10%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content
}

@media screen and (max-width:560px) {
    .box-cta-reciprocidade .content-box-cta .header-box {
        width: 100%;
        justify-content: start
    }
}

.box-cta-reciprocidade .content-box-cta .header-box figure {
    margin: 0;
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 6px solid #dedede
}

.box-cta-reciprocidade .content-box-cta .header-box figure img {
    width: 50px
}

.box-cta-reciprocidade .content-box-cta .body-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content;
    padding: 10px 0
}

@media screen and (max-width:560px) {
    .box-cta-reciprocidade .content-box-cta .body-box {
        margin-top: 20px
    }
}

.box-cta-reciprocidade .content-box-cta .body-box h1,
.box-cta-reciprocidade .content-box-cta .body-box h2,
.box-cta-reciprocidade .content-box-cta .body-box h3,
.box-cta-reciprocidade .content-box-cta .body-box h4,
.box-cta-reciprocidade .content-box-cta .body-box h5,
.box-cta-reciprocidade .content-box-cta .body-box h6,
.box-cta-reciprocidade .content-box-cta .body-box p,
.cta-fixo .content-box-cta .body-box p {
    font-weight: 700;
    margin-bottom: 10px
}

.box-cta-reciprocidade .content-box-cta .body-box a {
    color: #002d4b;
    transition: 400ms
}

.box-cta-reciprocidade .content-box-cta .body-box a:hover,
.page-all-posts .posts .content-post .post_link a:hover,
.section-slide-info-planos .slide-info-planos .slick-next:hover::before,
.section-slide-info-planos .slide-info-planos .slick-prev:hover::before {
    color: #fcfc1b;
    transition: 400ms
}

.darckTheme .box-cta-reciprocidade {
    background-color: #000 !important
}

.cta-fixo {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99
}

.cta-fixo .content-box-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.cta-fixo .content-box-cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:560px) {
    .cta-fixo .content-box-cta .container {
        flex-direction: column;
        align-items: flex-start
    }
}

.cta-fixo .content-box-cta .body-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content;
    padding: 10px 0
}

.cta-fixo .content-box-cta .body-box h1,
.cta-fixo .content-box-cta .body-box h2,
.cta-fixo .content-box-cta .body-box h3,
.cta-fixo .content-box-cta .body-box h4,
.cta-fixo .content-box-cta .body-box h5,
.cta-fixo .content-box-cta .body-box h6 {
    font-weight: 700
}

.cta-fixo .content-box-cta .btn_link {
    color: #fff;
    background-color: #002d4b;
    padding: 10px 24px;
    border-radius: 4px;
    transition: 400ms;
    margin: 0;
    width: fit-content
}

.cta-fixo .content-box-cta .btn_link:hover {
    color: #002d4b;
    background-color: #fff;
    transition: 400ms
}

.section-slide-info-planos {
    padding: 80px 0;
    position: relative
}

.section-slide-info-planos .img-top {
    position: absolute;
    width: 270px;
    right: 0;
    top: 10%
}

.section-slide-info-planos .title-section {
    margin-bottom: 30px
}

.section-slide-info-planos .title-section h1,
.section-slide-info-planos .title-section h2,
.section-slide-info-planos .title-section h3,
.section-slide-info-planos .title-section h4,
.section-slide-info-planos .title-section h5,
.section-slide-info-planos .title-section h6 {
    color: #2d2d2d;
    font-weight: 700;
    width: fit-content
}

@media screen and (max-width:560px) {
    .section-slide-info-planos .slide-info-planos .slick-prev {
        left: 40%;
        z-index: 1;
        top: 100%
    }
}

.section-slide-info-planos .slide-info-planos .slick-prev::before {
    content: "\f053";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1
}

@media screen and (max-width:560px) {
    .section-slide-info-planos .slide-info-planos .slick-next {
        right: 40%;
        z-index: 1;
        top: 100%
    }
}

.section-slide-info-planos .slide-info-planos .slick-next::before {
    content: "\f054";
    font: var(--fa-font-solid);
    color: #fcfc1b;
    font-size: 40px;
    opacity: 1;
    transition: 400ms
}

.section-slide-info-planos .slide-info-planos .slick-disabled {
    opacity: .3
}

.section-slide-info-planos .slide-info-planos .content-slides {
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 4px #0000001a;
    border-radius: 4px 4px 0 0;
    max-width: 97%;
    background-color: #fff;
    padding: 30px 30px 20px;
    position: relative;
    min-height: 250px;
    border-bottom: 4px solid #002d4b;
    margin: auto
}

.section-slide-info-planos .slide-info-planos .content-slides .header-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.section-slide-info-planos .slide-info-planos .content-slides .header-box figure {
    margin: 0 10px 0 0;
    background: #002d4b;
    border-radius: 200px;
    border: 6px solid #dedede;
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-slide-info-planos .slide-info-planos .content-slides .header-box figure img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.section-slide-info-planos .slide-info-planos .content-slides .header-box .title-box {
    max-width: 80%
}

@media screen and (max-width:560px) {
    .section-slide-info-planos .slide-info-planos .content-slides .header-box .title-box {
        max-width: 60%
    }
}

.section-slide-info-planos .slide-info-planos .content-slides .header-box .title-box h5 {
    font-weight: 700;
    color: #002d4b;
    text-align: left
}

.section-slide-info-planos .slide-info-planos .content-slides h1,
.section-slide-info-planos .slide-info-planos .content-slides h2,
.section-slide-info-planos .slide-info-planos .content-slides h3,
.section-slide-info-planos .slide-info-planos .content-slides h4,
.section-slide-info-planos .slide-info-planos .content-slides h5,
.section-slide-info-planos .slide-info-planos .content-slides h6 {
    color: #2d2d2d;
    font-weight: 700;
    text-align: center
}

.incluir-dependentes .title-section p,
.section-slide-info-planos .slide-info-planos .content-slides p {
    color: #2d2d2d
}

.darckTheme .section-slide-info-planos {
    background-color: #000 !important
}

.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h1,
.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h2,
.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h3,
.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h4,
.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h5,
.darckTheme .section-slide-info-planos .content-slides .header-box .title-box h6 {
    color: #002d4b !important
}

.darckTheme .section-slide-info-planos .content-slides p {
    color: #000 !important
}

.incluir-dependentes {
    padding: 80px 0
}

.incluir-dependentes .title-section {
    margin-bottom: 40px
}

.incluir-dependentes .title-section h1,
.incluir-dependentes .title-section h2,
.incluir-dependentes .title-section h3,
.incluir-dependentes .title-section h4,
.incluir-dependentes .title-section h5,
.incluir-dependentes .title-section h6 {
    margin-bottom: 20px;
    color: #2d2d2d
}

.incluir-dependentes .content-boxes .content-items {
    background-color: #002d4b;
    border-radius: 20px;
    border: 6px solid #dedede;
    padding: 20px;
    max-width: 70%;
    margin: 10px auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000040
}

@media screen and (max-width:1024px) {
    .incluir-dependentes .content-boxes .content-items {
        max-width: 100%
    }
}

@media screen and (max-width:560px) {
    .incluir-dependentes .content-boxes .content-items {
        max-width: 80%
    }
}

.incluir-dependentes .content-boxes .content-items .bg-header {
    background-image: url(../../img/icone-logo-amarelo.svg);
    background-size: 100%;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.incluir-dependentes .content-boxes .content-items figure {
    background-color: #002d4b;
    margin: 0;
    border-radius: 200px;
    border: 4px solid #dedede;
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo figure img,
.incluir-dependentes .content-boxes .content-items figure img {
    width: 36px;
    object-fit: contain
}

.incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo .text p,
.incluir-dependentes .content-boxes .content-items .text {
    color: #fff
}

.incluir-dependentes .content-boxes .content-items .text p {
    color: #fff;
    margin-bottom: 10px
}

.incluir-dependentes .content-boxes .box-exemplo {
    background-color: #002d4b;
    border-radius: 20px;
    border: 6px solid #dedede;
    max-width: 90%;
    margin: 40px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000040
}

@media screen and (max-width:560px) {
    .incluir-dependentes .content-boxes .box-exemplo {
        max-width: 80%
    }
}

.incluir-dependentes .content-boxes .box-exemplo .title-box {
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #fff
}

.incluir-dependentes .content-boxes .box-exemplo .title-box h1,
.incluir-dependentes .content-boxes .box-exemplo .title-box h2,
.incluir-dependentes .content-boxes .box-exemplo .title-box h3,
.incluir-dependentes .content-boxes .box-exemplo .title-box h4,
.incluir-dependentes .content-boxes .box-exemplo .title-box h5,
.incluir-dependentes .content-boxes .box-exemplo .title-box h6,
.incluir-dependentes .content-boxes .total_box .total-title h1,
.incluir-dependentes .content-boxes .total_box .total-title h2,
.incluir-dependentes .content-boxes .total_box .total-title h3,
.incluir-dependentes .content-boxes .total_box .total-title h4,
.incluir-dependentes .content-boxes .total_box .total-title h5,
.incluir-dependentes .content-boxes .total_box .total-title h6 {
    color: #fff;
    font-weight: 700
}

.incluir-dependentes .content-boxes .box-exemplo .row {
    width: 100%;
    position: relative
}

.incluir-dependentes .content-boxes .box-exemplo .row .col-md-3:last-of-type .icon-plus {
    display: none
}

.incluir-dependentes .content-boxes .box-exemplo .row .arrow-down {
    position: absolute;
    width: 40px;
    bottom: -30px;
    left: calc(50% - 20px);
    padding: 0
}

.incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px auto;
    position: relative
}

.incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo .icon-plus {
    position: absolute;
    right: -20px;
    width: 20px
}

@media screen and (max-width:560px) {
    .incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo .icon-plus {
        right: auto;
        bottom: -50px
    }
}

.incluir-dependentes .content-boxes .box-exemplo .content-items-exemplo figure,
.topicos-lgpd .content-section .content-items figure {
    background-color: #fcfc1b;
    margin: 0 0 10px;
    border-radius: 200px;
    border: 4px solid #dedede;
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.incluir-dependentes .content-boxes .total_box {
    background-color: #002d4b;
    border-radius: 20px;
    border: 6px solid #dedede;
    max-width: 40%;
    margin: 40px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #00000040
}

@media screen and (max-width:560px) {
    .incluir-dependentes .content-boxes .total_box {
        max-width: 80%
    }
}

.incluir-dependentes .content-boxes .total_box .total-title {
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #fff
}

.incluir-dependentes .content-boxes .total_box .content-total-box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.incluir-dependentes .content-boxes .total_box .content-total-box h1,
.incluir-dependentes .content-boxes .total_box .content-total-box h2,
.incluir-dependentes .content-boxes .total_box .content-total-box h3,
.incluir-dependentes .content-boxes .total_box .content-total-box h4,
.incluir-dependentes .content-boxes .total_box .content-total-box h5,
.incluir-dependentes .content-boxes .total_box .content-total-box h6 {
    color: #fcfc1b;
    font-weight: 700;
    margin-bottom: 10px
}

.incluir-dependentes .content-boxes .total_box .content-total-box p,
.texto-lgpd .content-text p {
    color: #fff
}

.topicos-lgpd {
    position: relative;
    padding: 50px 0;
    background-color: #f9f9f9
}

.topicos-lgpd .content-section .content-items {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.topicos-lgpd .content-section .content-items figure {
    background-color: #002d4b;
    margin: 0 20px 0 0
}

.topicos-lgpd .content-section .content-items figure img {
    width: 30px;
    max-width: 30px;
    object-fit: contain
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item p,
.encontrar-clinicassi .result-estados .content-post .post_title h4,
.topicos-lgpd .content-section .content-items h1,
.topicos-lgpd .content-section .content-items h2,
.topicos-lgpd .content-section .content-items h3,
.topicos-lgpd .content-section .content-items h4,
.topicos-lgpd .content-section .content-items h5,
.topicos-lgpd .content-section .content-items h6,
.topicos-lgpd .content-section .content-items p {
    font-weight: 700;
    color: #002d4b
}

.darckTheme .topicos-lgpd {
    background-color: #000 !important
}

.texto-lgpd {
    position: relative;
    padding: 80px 0;
    z-index: 0
}

.texto-lgpd .img-right {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1
}

.texto-lgpd .content-img {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:560px) {
    .texto-lgpd .content-img {
        justify-content: start;
        margin-bottom: 20px
    }
}

.texto-lgpd .content-img img {
    max-width: 100%
}

.texto-lgpd .content-text h1,
.texto-lgpd .content-text h2,
.texto-lgpd .content-text h3,
.texto-lgpd .content-text h4,
.texto-lgpd .content-text h5,
.texto-lgpd .content-text h6 {
    font-weight: 700;
    color: #fff
}

.encontrar-clinicassi {
    padding: 80px 0;
    background-color: #f9f9f9;
    background-image: url(../../img/mapa-full.svg);
    background-position: right top;
    background-repeat: no-repeat
}

@media screen and (max-width:560px) {
    .encontrar-clinicassi {
        background-position: center;
        background-size: cover
    }
}

.encontrar-clinicassi .filtro {
    min-height: 400px
}

.encontrar-clinicassi .filtro h1,
.encontrar-clinicassi .filtro h2,
.encontrar-clinicassi .filtro h3,
.encontrar-clinicassi .filtro h4,
.encontrar-clinicassi .filtro h5,
.encontrar-clinicassi .filtro h6 {
    font-weight: 700;
    color: #002d4b;
    margin-bottom: 20px
}

.encontrar-clinicassi .filtro p {
    color: #2d2d2d
}

.encontrar-clinicassi .filtro form select {
    background: #fff;
    padding: 10px;
    border: 0;
    margin-top: 20px;
    border-radius: 4px;
    color: #2d2d2d;
    cursor: pointer
}

.encontrar-clinicassi .filtro form select option {
    color: #2d2d2d;
    cursor: pointer
}

.encontrar-clinicassi .filtro .estados-destaque {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item.active,
.encontrar-clinicassi .filtro .estados-destaque .destaque-item:hover {
    background-color: #002d4b;
    border-bottom: 4px solid #fcfc1b;
    transition: .4s
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item.active figure,
.encontrar-clinicassi .filtro .estados-destaque .destaque-item:hover figure {
    background: #fcfc1b;
    transition: .4s
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item.active figure img,
.encontrar-clinicassi .filtro .estados-destaque .destaque-item:hover figure img {
    filter: grayscale(1) brightness(.2);
    transition: .4s
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item.active p,
.encontrar-clinicassi .filtro .estados-destaque .destaque-item:hover p {
    transition: .4s;
    color: #fff
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item {
    width: 45%;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0;
    border-bottom: 4px solid #002d4b;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .4s
}

@media screen and (max-width:768px) {
    .encontrar-clinicassi .filtro .estados-destaque .destaque-item {
        width: 48%
    }
}

@media screen and (max-width:560px) {
    .encontrar-clinicassi .filtro .estados-destaque .destaque-item {
        width: 100%
    }
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item figure {
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 4px solid #dedede;
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .encontrar-clinicassi .filtro .estados-destaque .destaque-item figure {
        margin-right: 10px
    }
}

.encontrar-clinicassi .filtro .estados-destaque .destaque-item figure img,
.encontrar-clinicassi .result-estados .content-post .post_title figure img {
    width: 30px
}

.encontrar-clinicassi .content-img-mapa.active {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-80px)
}

@media screen and (max-width:560px) {
    .encontrar-clinicassi .content-img-mapa.active {
        transform: translateY(-200px)
    }
}

.encontrar-clinicassi .content-img-mapa.active img {
    width: 65%
}

@media screen and (max-width:560px) {
    .encontrar-clinicassi .content-img-mapa.active img {
        width: 100%
    }
}

.encontrar-clinicassi .content-img-mapa img {
    width: 100%;
    max-width: 100%
}

.encontrar-clinicassi .result-estados.active {
    transform: translateY(-150px)
}

.encontrar-clinicassi .result-estados {
    justify-content: space-between
}

.encontrar-clinicassi .result-estados .categoria-selecionada h5 {
    margin: -30px 0 20px;
    color: #002d4b;
    font-weight: 700
}

.encontrar-clinicassi .result-estados .content-post {
    padding: 30px 30px 50px;
    border-bottom: 4px solid #002d4b;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 4px #00000020;
    background-color: #fff;
    width: 49%;
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .encontrar-clinicassi .result-estados .content-post {
        width: 100%
    }
}

.encontrar-clinicassi .result-estados .content-post .post_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.encontrar-clinicassi .result-estados .content-post .post_title figure {
    background: #002d4b;
    border-radius: 200px;
    padding: 15px;
    border: 4px solid #dedede;
    height: 90px;
    width: 90px;
    min-width: 90px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.encontrar-clinicassi .result-estados .content-post .page p {
    margin-bottom: 20px
}

.darckTheme .encontrar-clinicassi {
    background-color: #000 !important
}

.darckTheme .encontrar-clinicassi .estados-destaque .destaque-item:hover p {
    color: #fff !important
}

.darckTheme .encontrar-clinicassi .content-post h1,
.darckTheme .encontrar-clinicassi .content-post h2,
.darckTheme .encontrar-clinicassi .content-post h3,
.darckTheme .encontrar-clinicassi .content-post h4,
.darckTheme .encontrar-clinicassi .content-post h5,
.darckTheme .encontrar-clinicassi .content-post h6,
.darckTheme .encontrar-clinicassi .content-post p,
.darckTheme .encontrar-clinicassi .estados-destaque .destaque-item p {
    color: #000 !important
}

.page-all-posts {
    padding: 50px 0
}

.page-all-posts .title-page {
    margin-bottom: 40px
}

.page-all-posts .title-page h1,
.page-all-posts .title-page h2,
.page-all-posts .title-page h3,
.page-all-posts .title-page h4,
.page-all-posts .title-page h5,
.page-all-posts .title-page h6 {
    color: #002d4b;
    font-weight: 700
}

.page-all-posts .title-page .content-form {
    display: flex;
    justify-content: end;
    align-items: center
}

@media screen and (max-width:768px) {
    .page-all-posts .title-page .content-form {
        justify-content: start
    }

    .page-all-posts .title-page .content-form form {
        margin-top: 20px
    }
}

.page-all-posts .title-page .content-form form {
    width: fit-content;
    height: auto;
    position: relative
}

.page-all-posts .title-page .content-form form select {
    border-radius: 4px;
    padding: 10px;
    color: #002d4b;
    border: 1px solid #dedede;
    min-width: 210px
}

.page-all-posts .title-page .content-form form button {
    padding: 8px 30px;
    border: 0;
    border-radius: 4px;
    background-color: #002d4b;
    color: #fff;
    transition: 400ms
}

.page-all-posts .posts .content-post {
    margin-bottom: 50px
}

.page-all-posts .posts .content-post .thumb-post {
    position: relative
}

.page-all-posts .posts .content-post .thumb-post .thumbnail-post {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 4px
}

.page-all-posts .posts .content-post .thumb-post ul {
    position: absolute;
    top: 0;
    right: 5px;
    list-style: none;
    display: flex
}

.page-all-posts .posts .content-post .thumb-post ul li {
    background: #5aaaa0;
    color: #fff;
    margin: 10px 5px 0 0;
    padding: 0 8px;
    border-radius: 4px;
    width: fit-content
}

.caixa-texto .texto-section P,
.page-all-posts .posts .content-post .post_title .data {
    color: #2d2d2d
}

.page-all-posts .posts .content-post .post_title h1,
.page-all-posts .posts .content-post .post_title h2,
.page-all-posts .posts .content-post .post_title h3,
.page-all-posts .posts .content-post .post_title h4,
.page-all-posts .posts .content-post .post_title h5,
.page-all-posts .posts .content-post .post_title h6 {
    color: #002d4b;
    font-weight: 700;
    margin: 10px 0 20px
}

.page-all-posts .posts .content-post .post_link a {
    color: #002d4b;
    text-decoration: underline !important;
    transition: 400ms
}

.page-all-posts .post_pagination {
    width: fit-content;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-404 h1,
.page-all-posts .post_pagination .current {
    color: #002d4b
}

.page-all-posts .post_pagination .current::before,
.page-all-posts .post_pagination a::before,
.page-all-posts .post_pagination span::before {
    content: "";
    position: absolute;
    background-color: #fcfc1b;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 100px;
    right: -11px;
    top: -2px;
    margin: 0
}

.page-all-posts .post_pagination a,
.page-all-posts .post_pagination span {
    margin-right: 30px;
    position: relative;
    color: #fff;
    font-weight: 700
}

.page-all-posts .post_pagination a::before,
.page-all-posts .post_pagination span::before {
    background-color: #002d4b
}

.caixa-texto,
.page-404 {
    padding: 90px 0;
    position: relative
}

.page-404 h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    font-size: Arial, Helvetica, sans-serif
}

.page-404 a,
.page-404 p {
    font-size: 12px;
    font-size: 1.2rem
}

.page-404 p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.page-404 a {
    background: #002d4b;
    padding: 10px 35px;
    border-radius: 8px;
    color: #fff;
    position: relative
}

.caixa-texto {
    padding: 50px 0;
    z-index: 0
}

.caixa-texto .texto-section {
    padding: 30px 60px;
    max-width: 90%;
    margin: auto
}

@media screen and (max-width:560px) {
    .caixa-texto .texto-section {
        padding: 20px 0
    }
}

.caixa-texto .texto-section h1,
.caixa-texto .texto-section h2,
.caixa-texto .texto-section h3,
.caixa-texto .texto-section h4,
.caixa-texto .texto-section h5,
.caixa-texto .texto-section h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d2d2d
}