@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
}

::placeholder {
    opacity: 1;
}

.centro {
    width: 100%;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    z-index: 9999;
    position: relative;
    position: fixed;
    width: 100%;
    max-width: 1920px;
    background-color: #ffffff;
}

header:not(#pag_index header) {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.mask_img,
.mask_video {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mask_img img,
.mask_video video {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: inherit;
    object-fit: cover;
}

header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1248px;
    padding: 16px 0;
}

header .logo {
    display: inline-block;
    width: 145px;
    height: 60px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
}

header nav {
    display: flex;
    column-gap: 32px;
    flex-direction: row;
    margin-right: auto;
    margin-left: 54px;
}

header nav a {
    color: #285069;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", serif;
}

header nav a.selected {
    text-decoration: underline;
    text-decoration-color: #01e2c0;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

header a.resultado_exames {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 45px;
    padding-left: 20px;
    border-radius: 5px;
    background: #285069 url(../imagens/lupa.png) center left 12px no-repeat;
    background-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    font-family: "Montserrat", serif;
    letter-spacing: -0.675px;
}

header .bt_menu_mobile {
    display: none;
}

#banner {
    background: url(../imagens/banner.png) center bottom no-repeat;
    background-size: 1920px;
}

#banner .centro {
    display: grid;
    grid-template-columns: 1fr 594px;
    max-width: 1248px;
    padding-top: 148px;
}

#banner .esquerda h3 {
    max-width: 300px;
    margin-top: 39px;
    color: #01e2c0;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    font-family: "Montserrat", serif;
}

#banner .esquerda h2 {
    margin-top: 52px;
    margin-right: -30px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    font-family: "Montserrat", serif;
}

#banner .esquerda p {
    max-width: 615px;
    margin-top: 68px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", serif;
}

#banner .direita {
    display: flex;
    flex-direction: row;
}

#banner .direita .imagem_medico {
    display: flex;
    z-index: 3;
    position: relative;
    width: 260px;
    height: 446px;
    margin-top: auto;
    margin-right: -99px;
    background-size: contain;
}

#banner form {
    box-sizing: border-box;
    display: flex;
    z-index: 2;
    position: relative;
    row-gap: 26px;
    flex-direction: column;
    width: 434px;
    padding: 40px;
    border-radius: 19px 19px 0 0;
    background-color: #ffffff;
    box-shadow: 12px -5px 9.6px 5px #0000003B;
}

#banner form h4 {
    margin-top: 15px;
    color: #285069;
    font-weight: 600;
    font-size: 26px;
    line-height: 31.69px;
    font-family: "Montserrat", serif;
}

#banner form p {
    margin-top: 15px;
    color: #5E5873;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", serif;
}

#banner form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#banner form input,
#banner form select {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 42px;
    border: 1px solid #DAD9DD;
    border-radius: 5px;
    background-color: #ffffff;
    color: #777483;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.45px;
    font-family: "Public Sans", sans-serif;
    letter-spacing: 0.4px;
    text-indent: 9px;
}

#banner form select {
    background: #ffffff url(../imagens/seta_select.png) center right 18px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#banner form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin-top: 54px;
    border: none;
    border-radius: 5px;
    background-color: #285069;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
}

#barra_banner {
    background-color: #01e2c0;
}

#barra_banner .centro {
    max-width: 1248px;
    padding: 23px 0;
}

#barra_banner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 95px;
}

#barra_banner ul li {
    padding-left: 88px;
    background-size: 56px !important;
}

#barra_banner ul li.simplicidade {
    background: url(../imagens/simplicidade.png) center left no-repeat;
}

#barra_banner ul li.seguranca {
    background: url(../imagens/seguranca.png) center left no-repeat;
}

#barra_banner ul li.praticidade {
    background: url(../imagens/praticidade.png) center left no-repeat;
}

#barra_banner ul h2 {
    color: #285069;
    font-weight: 600;
    font-size: 26px;
    font-family: "Montserrat", serif;
}

#barra_banner ul p {
    margin-top: 1px;
    color: #285069;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", serif;
}

#unidades_coleta .centro {
    max-width: 1152px;
    padding-top: 75px;
    padding-bottom: 85px;
}

#unidades_coleta h2,
#exames h2,
#depoimentos h2,
#missao_visao h2,
#duvidas h2,
#como_utilizar h2 {
    color: #285069;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#unidades_coleta p,
#exames p:not(.listagem_exames p),
#depoimentos p:not(.listagem_depoimentos p),
#missao_visao p:not(#missao_visao ul p, #missao_visao .valores p),
#duvidas p:not(#duvidas ul p),
#como_utilizar p:not(#como_utilizar ul p) {
    margin-top: 9px;
    color: #285069;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-family: "Montserrat", serif;
    text-align: center;
}

.passador span {
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

.anterior {
    left: -48px;
    background: url(../imagens/passador_esquerda.png) center no-repeat;
}

.proximo {
    right: -48px;
    background: url(../imagens/passador_direita.png) center no-repeat;
}

#unidades_coleta .listagem_unidades_c {
    position: relative;
    left: -43px;
}

#unidades_coleta .centro {
    position: relative;
}

#unidades_coleta .passador_novo {
    display: none;
    position: absolute;
    bottom: 167px;
    left: 70px;
    width: 100%;
}

#unidades_coleta .passador_novo span {
    display: inline-block;
    z-index: 2;
    position: absolute;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

#unidades_coleta .passador_novo .anterior {
    left: -118px;
    background: #fff url(../imagens/passador_esquerda.png) center no-repeat;
}

#unidades_coleta .passador_novo .proximo {
    right: 0;
    background: #fff url(../imagens/passador_direita.png) center no-repeat;
}

.listagem_unidades_c {
    position: relative;
    margin-top: 42px;
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 71px;
    align-items: center;*/
    padding: 0 80px;
}

.listagem_unidades_c .mask_img_slider img {
    max-width: 145px;
    height: 170px;
    object-fit: contain;
}

#exames {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 370px, #ffffff 162px);
}

#exames .centro {
    position: relative;
    max-width: 1152px;
    padding-top: 63px;
    padding-bottom: 90px;
}

#exames .listagem_exames {
    position: relative;
    left: 11px;
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 43px;
    padding: 0 38px;*/
    margin-top: 30px;
}

#exames .owl-carousel .owl-stage-outer {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
}

#exames .listagem_exames .center {
    position: relative;
}

#exames .listagem_exames li {
    padding: 40px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#exames .listagem_exames h3 {
    color: #285069;
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#exames .listagem_exames p {
    margin-top: 10px;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#exames .listagem_exames a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
    height: 33px;
    margin: 0 auto;
    margin-top: 23px;
    border: 1px solid #01e2c0;
    border-radius: 4px;
    color: #285069;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#exames .listagem_exames .passador span {
    top: 61px;
    transform: unset;
}

#exames .passador_novo {
    display: none;
    position: absolute;
    top: 280px;
    left: 70px;
    width: 100%;
}

#exames .passador_novo span {
    display: inline-block;
    z-index: 2;
    position: absolute;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

#exames .passador_novo .anterior {
    left: -118px;
    background: #f5f5f5 url(../imagens/passador_esquerda.png) center no-repeat;
}

#exames .passador_novo .proximo {
    right: 0;
    background: #f5f5f5 url(../imagens/passador_direita.png) center no-repeat;
}

#beneficios .centro {
    display: grid;
    grid-template-columns: 539px 1fr;
    column-gap: 100px;
    max-width: 1152px;
}

#beneficios .esquerda {
    margin-left: -384px;
}

#beneficios .mask_img {
    width: 100%;
    height: 689px;
}

#beneficios .direita {
    padding-top: 30px;
}

#beneficios h2 {
    color: #285069;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat", serif;
}

.listagem_beneficios {
    display: flex;
    row-gap: 38px;
    flex-direction: column;
    margin-top: 43px;
}

.listagem_beneficios li {
    display: flex;
    column-gap: 53px;
    flex-direction: row;
    align-items: center;
}

.listagem_beneficios img {
    width: 42px;
    height: 42px;
}

#beneficios h3 {
    color: #285069;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    font-family: "Montserrat", serif;
}

#beneficios p {
    margin-top: -1px;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat", serif;
}

#barra_numeros {
    margin-top: 21px;
    background-color: #285069;
}

#barra_numeros .centro {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1248px;
    height: 187px;
    padding-left: 44px;
}

#barra_numeros p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-family: "Montserrat", serif;
}

#barra_numeros p span {
    margin-left: -44px;
    color: #01e2c0;
    font-weight: 600;
    font-size: 48px;
    font-family: "Montserrat", serif;
}

#depoimentos .centro {
    max-width: 1152px;
    padding: 0 15px;
    padding-top: 68px;
    padding-bottom: 50px;
}

#depoimentos .centro {
    position: relative;
}

#depoimentos .passador_novo {
    display: none;
    position: absolute;
    top: 310px;
    left: 70px;
    width: 100%;
}

#depoimentos .passador_novo span {
    display: inline-block;
    z-index: 2;
    position: absolute;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

#depoimentos .passador_novo .anterior {
    left: -118px;
    background: #fff url(../imagens/passador_esquerda.png) center no-repeat;
}

#depoimentos .passador_novo .proximo {
    right: 0;
    background: #fff url(../imagens/passador_direita.png) center no-repeat;
}

.listagem_depoimentos {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;*/
    position: relative;
    margin-top: 79px;
}

.listagem_depoimentos .mask_img {
    width: 118px;
    height: 118px;
    margin: 0 auto;
    border-radius: 50%;
}

.listagem_depoimentos h3 {
    margin-top: 18px;
    color: #285069;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", serif;
    text-align: center;
}

.listagem_depoimentos h4 {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", serif;
    text-align: center;
}

.listagem_depoimentos p {
    margin-top: 15px;
    color: #444444;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-family: "Montserrat", serif;
}

.listagem_depoimentos .passador span {
    top: 54px;
    transform: unset;
}

.listagem_depoimentos .anterior {
    left: -63px;
}

.listagem_depoimentos .proximo {
    right: -63px;
}

#consultor {
    margin-top: 72px;
    background: url(../imagens/fundo_consultor.jpg) center top no-repeat;
    background-size: 1920px;
}

#consultor .centro {
    display: grid;
    grid-template-columns: 700px 1fr;
    align-items: center;
    max-width: 1248px;
}

#consultor h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat", serif;
}

#consultor h3 {
    max-width: 650px;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 48.7px;
    font-family: "Montserrat", serif;
}

#consultor p {
    margin-top: 11px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-family: "Montserrat", serif;
}

.bt_padrao {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 53px;
    padding: 0 40px;
    border-radius: 4px;
    background-color: #285069;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

#consultor .bt_padrao {
    margin-top: 30px;
}

#consultor .direita {
    margin-top: -51px;
}

#consultor .mask_img {
    width: 100%;
    max-width: 386px;
    min-height: 555px;
    max-height: 555px;
    margin-right: 83px;
    margin-left: auto;
}

#consultor .mask_img img {
    max-height: inherit;
    object-fit: contain;
}

#newsletter {
    background-color: #1F445B;
}

#newsletter .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1248px;
    padding: 28px 0;
}

#newsletter h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
}

#newsletter p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

#newsletter form {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 12px;
    max-width: 586px;
}

#newsletter form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#newsletter form input,
#newsletter form input::placeholder {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    padding-left: 17px;
    border: none;
    border-radius: 4px;
    background-color: #316F96;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", serif;
}

#newsletter form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    margin-left: 5px;
    border: none;
    border-radius: 4px;
    background-color: #01e2c0;
    color: #083261;
    font-weight: 700;
    font-size: 12px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    cursor: pointer;
}

footer .top {
    background-color: #285069;
}

footer .top .centro {
    display: grid;
    grid-template-columns: 1fr 204px;
    column-gap: 50px;
    max-width: 1248px;
    padding-top: 38px;
    padding-bottom: 85px;
}

footer .esquerda {
    display: grid;
    grid-template-columns: 360px 165px 1fr;
    column-gap: 55px;
}

footer .esquerda div {
    display: flex;
    flex-direction: column;
}

footer .logo {
    width: 145px;
    height: 60px;
    margin-bottom: 38px;
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
}

footer p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    font-family: "Montserrat", serif;
}

footer small {
    margin-top: auto;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    font-family: "Montserrat", serif;
}

footer .top h3 {
    color: #01e2c0;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
}

footer h3.meio {
    margin-top: 29px;
    text-transform: unset;
}

footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}

footer nav a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    font-family: "Montserrat", serif;
}

footer .direita {
    display: flex;
    border-left: 1px solid #4274ac;
}

footer .direita div {
    margin-left: auto;
}

footer .bottom .centro {
    max-width: 1248px;
    padding: 10px 0;
}

footer .bottom h3,
footer .bottom h3 a {
    color: #083261;
    font-weight: 400;
    font-size: 15px;
    font-family: "Montserrat", serif;
    text-align: center;
}

footer .bottom h3 a {
    text-decoration: underline;
}

#historia .centro {
    display: flex;
    row-gap: 54px;
    flex-direction: column;
    max-width: 1248px;
    padding-top: 77px;
}

#historia .top {
    display: grid;
    grid-template-columns: 539px 1fr;
    column-gap: 100px;
    align-items: center;
    max-width: 1152px;
    margin: 0 auto;
}

#historia .top .esquerda {
    margin-left: -384px;
}

#historia .top .mask_img {
    width: 100%;
    height: 689px;
}

#historia h2 {
    max-width: 460px;
    color: #285069;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat", serif;
}

#historia h3 {
    margin-top: 40px;
    color: #285069;
    font-weight: 600;
    font-size: 26px;
    font-family: "Montserrat", serif;
}

#historia p {
    margin-top: 22px;
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat", serif;
}

#historia .bottom {
    display: grid;
    grid-template-columns: 1fr 658px;
    column-gap: 75px;
    align-items: center;
}

#historia .bottom .mask_img {
    width: 100%;
    height: 476px;
}

#missao_visao {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 330px, #ffffff 130px);
}

#missao_visao .centro {
    max-width: 1152px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 55px;
}

#missao_visao ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 78px;
    margin-top: 40px;
}

#missao_visao ul li {
    padding: 18px 33px;
    padding-bottom: 40px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#missao_visao ul li div {
    display: flex;
    column-gap: 18px;
    flex-direction: row;
    align-items: center;
}

#missao_visao ul img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

#missao_visao ul h3 {
    color: #285069;
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", serif;
}

#missao_visao ul p {
    max-width: 455px;
    margin-top: 14px;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat", serif;
}

#encontre_unidades .centro {
    display: grid;
    grid-template-columns: 1fr 530px;
    column-gap: 68px;
    max-width: 1248px;
    padding-top: 136px;
    padding-bottom: 62px;
}

#encontre_unidades h2 {
    color: #285069;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    font-family: "Montserrat", serif;
}

#encontre_unidades form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 138px;
    margin-top: 38px;
    gap: 10px;
}

#encontre_unidades form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.span1 {
    grid-column: span 1;
}

.span2 {
    grid-column: span 2;
}

.span3 {
    grid-column: span 3;
}

.span4 {
    grid-column: span 4;
}

#encontre_unidades form input,
#encontre_unidades form select {
    box-sizing: border-box;
    height: 48px;
    padding-left: 20px;
    border: none;
    border-radius: 4px;
    background-color: #f0f0f0 !important;
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

#encontre_unidades form input::placeholder {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

#encontre_unidades form select {
    background: url(../imagens/seta_select.png) center right 20px no-repeat;
    background-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#encontre_unidades form button[type="submit"] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 4px;
    background-color: #01e2c0;
    color: #083261;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    cursor: pointer;
}

.listagem_resultados {
    display: flex;
    flex-direction: column;
    max-height: 530px;
    margin-top: 30px;
    margin-right: -10px;
    padding-right: 10px;
    overflow-y: scroll;
    border-top: 2px solid #f5f5f5;
}

.listagem_resultados li {
    display: grid;
    grid-template-columns: 120px 1fr 200px;
    column-gap: 26px;
    padding: 23px 0;
    border-bottom: 2px solid #f5f5f5;
}

.listagem_resultados .mask_img {
    box-sizing: border-box;
    width: 100%;
    height: 97px;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
}

.listagem_resultados .mask_img img {
    object-fit: contain;
}

.listagem_resultados h3 {
    color: #285069;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", serif;
}

.listagem_resultados h4 {
    margin-top: 5px;
    color: #444444;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    font-family: "Montserrat", serif;
}

.listagem_resultados h4 small {
    color: #444444;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", serif;
}

.listagem_resultados p {
    margin-top: 8px;
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat", serif;
}

.listagem_resultados .botao {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.listagem_resultados .botao a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #285069;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
}

#pag_unidades #consultor {
    margin-top: 23px;
}

#duvidas,
#duvidas * {
    transition: all 0.08s ease-in;
}

#duvidas .centro {
    max-width: 1152px;
    padding-top: 62px;
    padding-bottom: 65px;
}

#duvidas p {
    color: #444444;
}

#duvidas ul {
    display: flex;
    row-gap: 6px;
    flex-direction: column;
    margin-top: 40px;
}

#duvidas li .top {
    padding: 14px 18px;
    padding-right: 150px;
    background: #285069 url(../imagens/duvidas_mais.png) center right 20px no-repeat;
    background-size: 19px !important;
    cursor: pointer;
}

#duvidas li.aberto .top {
    background: #285069 url(../imagens/duvidas_menos.png) center right 20px no-repeat;
}

#duvidas h3 {
    color: #01e2c0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat", serif;
}

#duvidas ul article {
    display: none;
    background-color: #f6f6f6;
}

#duvidas ul li.aberto article {
    display: flex;
    padding: 15px 20px;
    padding-right: 150px;
    padding-bottom: 22px;
}

#duvidas ul p {
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", serif;
}

#pag_beneficios #beneficios .centro {
    padding-top: 132px;
}

#como_utilizar {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 317px, #ffffff 162px);
}

#como_utilizar .centro {
    max-width: 1152px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#como_utilizar ul {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 43px;
    margin-top: 50px;
    padding: 0 38px;
}

#como_utilizar ul li {
    padding: 40px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#como_utilizar ul h3 {
    color: #285069;
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#como_utilizar ul p {
    margin-top: 10px;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#missao_visao .valores {
    margin-top: 30px;
}

#missao_visao .valores h3,
#missao_visao .valores p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#missao_visao .valores h3 {
    color: #285069;
    font-weight: 600;
    font-size: 25px;
    font-family: "Montserrat", serif;
}

#missao_visao .valores p {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 20px;
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", serif;
    text-align: center;
}

#missao_visao .valores p b {
    font-weight: 600;
}

#exames .owl-carousel .owl-stage-outer {
    padding-left: 0;
}

#menu_mobile {
    box-sizing: border-box;
    display: none;
    z-index: 9999;
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    overflow: auto;
    background: #ffff;
}

#menu_mobile.aberto {
    display: flex;
}

header #menu_mobile nav {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-top: auto;
}

header #menu_mobile nav a {
    font-size: 16px;
}

header #menu_mobile a.resultado_exames {
    display: flex;
    width: 100%;
    margin-top: 42px;
    margin-bottom: auto;
}