@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    background-color: #ffffff;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
header:not(#pag_index header, #pag_contato header) {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 68px);
    padding-top: 30px;
    padding-bottom: 35px;
}
header .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 280px;
    height: 52px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
header nav {
    display: flex;
    flex-direction: row;
    column-gap: 47px;
    margin-left: 90px;
    margin-right: auto;
}
header nav a {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    color: #215186;
}
header nav a.selected {
    text-decoration: underline;
    text-decoration-color: #ff8789;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}
header a.area_restrita {
    background-color: #ff8789;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 53px;
    border-radius: 26.5px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
header .bt_menu_mobile {
    display: none;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    padding-top: 118px;
}
#banner .centro .mask_img:not(#banner .conteudo .mask_img) {
    width: 100%;
    height: 780px;
}
#banner .conteudo {
    display: grid;
    grid-template-columns: 550px 1fr;
    width: 100%;
    height: 100%;
    max-width: 1248px;
    max-height: 674px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
}
#banner h3 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-top: 32px;
}
#banner h2,
#aplicativo h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    margin-top: 25px;
}
#banner p,
#aplicativo p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    max-width: 425px;
    margin-top: 36px;
}
.bt_padrao {
    background-color: #215186;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 53px;
    border-radius: 26.5px;
    padding: 0 40px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
#banner .bt_padrao {
    margin-top: 62px;
}
#banner .conteudo .direita {
    margin-right: -233px;
}
#banner .conteudo .mask_img,
#aplicativo .mask_img {
    width: 100%;
    max-width: 552px;
    min-height: 674px;
    max-height: 674px;
    margin-left: auto;
}
#banner .conteudo .mask_img img,
#aplicativo .mask_img img {
    object-fit: contain;
    max-height: inherit;
}
#beneficios .centro {
    max-width: 900px;
    padding-top: 74px;
    padding-bottom: 110px;
}
#beneficios h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
    text-align: center;
}
.listagem_beneficios {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
}
.listagem_beneficios li {
    background-size: 52px !important;
    max-width: 200px;
    padding-top: 67px;
}
.listagem_beneficios li.economia,
.listagem_beneficios li.praticidade {
    background: url(../imagens/beneficios1.png) center top no-repeat;
}
.listagem_beneficios li.rede_ampla {
    background: url(../imagens/beneficios2.png) center top no-repeat;
}
#beneficios h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #ff8789;
    text-align: center;
}
#beneficios p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    text-align: center;
    margin-top: 10px;
}
#descontos .centro {
    max-width: 1152px;
    display: grid;
    grid-template-columns: 539px 1fr;
    column-gap: 100px;
}
#descontos .esquerda {
    margin-left: -384px;
}
#descontos .mask_img {
    width: 100%;
    height: 689px;
}
#descontos h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
}
.listagem_descontos {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 30px;
}
.listagem_descontos li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 38px;
}
.listagem_descontos img {
    width: 59px;
    height: 62px;
}
#descontos h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #215186;
}
#descontos p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    margin-top: -1px;
}
#servicos {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 360px, #ffffff 220px);
}
#servicos .centro {
    max-width: 1152px;
    padding-top: 88px;
    padding-bottom: 113px;
}
#servicos h2,
#depoimentos h2,
#rede_credenciada h2,
#missao_visao h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
    text-align: center;
}
#servicos p:not(.listagem_servicos p),
#depoimentos p:not(.listagem_depoimentos p),
#rede_credenciada p,
#missao_visao p:not(ul p) {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #215186;
    text-align: center;
    margin-top: 9px;
}
.listagem_servicos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 78px;
    margin-top: 50px;
}
.listagem_servicos li {
    background: url(../imagens/descontos1.png) center top 38px no-repeat;
    background-size: 59px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    padding: 26px;
    padding-top: 114px;
}
.listagem_servicos h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 18px;
    color: #215186;
    text-align: center;
}
.listagem_servicos p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    text-align: center;
    margin-top: 11px;
}
#barra_descontos {
    background-color: #215186;
}
#barra_descontos .centro {
    max-width: 1248px;
    height: 187px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 110px;
}
#barra_descontos h2 {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    color: #ff8789;
    max-width: 285px;
    margin-right: 44px;
}
#barra_descontos p {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}
#barra_descontos p small {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
}
#barra_descontos p span {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    color: #ffffff;
}
#depoimentos .centro {
    max-width: 1152px;
    padding-top: 68px;
    padding-bottom: 50px;
    position: relative;
}
#depoimentos .passador_novo{
    position: absolute;
    width: 100%;
    left: 70px;
    top: 310px;
    display: none;
}
#depoimentos .passador_novo span{
    background-size: contain !important;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;    
}
#depoimentos .passador_novo .anterior {
    background: #fff url(../imagens/passador_esquerda.png) center no-repeat;
    left: -118px;
}
#depoimentos .passador_novo .proximo {
    background: #fff url(../imagens/passador_direita.png) center no-repeat;
    right: 0;
}
.listagem_depoimentos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 75px;
    position: relative;
    margin-top: 79px;
}
.listagem_depoimentos .mask_img {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin: 0 auto;
}
.listagem_depoimentos h3 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    color: #215186;
    text-align: center;
    margin-top: 18px;
}
.listagem_depoimentos h4 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 12px;
    color: #7e7e7e;
    text-align: center;
}
.listagem_depoimentos p {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    margin-top: 15px;
}
.passador span {
    background-size: contain !important;
    display: inline-block;
    width: 15px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: -48px;
}
.proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: -48px;
}
#rede_credenciada .centro {
    max-width: 1152px;
    padding-top: 85px;
    padding-bottom: 26px;
    position: relative;
}
#rede_credenciada .passador_novo{
    position: absolute;
    width: 100%;
    left: 70px;
    bottom: 50px;
    display: none;
}
#rede_credenciada .passador_novo span{
    background-size: contain !important;
    display: inline-block;
    width: 15px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;   
}
#rede_credenciada .passador_novo .anterior {
    background: #fff url(../imagens/passador_esquerda.png) center no-repeat;
    left: -118px;
}
#rede_credenciada .passador_novo .proximo {
    background: #fff rl(../imagens/passador_direita.png) center no-repeat;
    right: 290px;
}
#rede_credenciada .listagem_parceiros li img{
    display: block;
    width: 110px;
}
.listagem_parceiros {
    display: flex;
    flex-direction: row;
    column-gap: 71px;
    align-items: center;
    padding-left: 35px;
    padding-right: 290px;
    position: relative;
    margin-top: 42px;
}
.listagem_parceiros .proximo {
    right: 260px;
}
#aplicativo {
    background: url(../imagens/fundo_aplicativo.jpg) center top no-repeat;
    background-size: 1920px;
}
#aplicativo .centro {
    max-width: 1248px;
    display: grid;
    grid-template-columns: 750px 1fr;
    align-items: center;
}
#aplicativo p {
    max-width: 700px;
}
#aplicativo .bt_padrao {
    margin-top: 62px;
}
#aplicativo .direita {
    margin-top: -126px;
    margin-right: -233px;
}
#newsletter {
    background-color: #083261;
}
#newsletter .centro {
    max-width: 1248px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}
#newsletter h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
#newsletter p {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
#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 {
    background-color: #4274ac;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    border-radius: 17px;
    border: none;
    padding-left: 17px;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}
#newsletter form button {
    background-color: #ff8789;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    border-radius: 17px;
    border: none;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 5px;
    cursor: pointer;
}
footer .top {
    background-color: #215186;
}
footer .top .centro {
    max-width: 1248px;
    display: grid;
    grid-template-columns: 1fr 204px;
    column-gap: 50px;
    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 {
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    width: 135px;
    height: 25px;
    margin-bottom: 38px;
}
footer p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
}
footer small {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    margin-top: auto;
}
footer .top h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 14px;
    color: #ff8789;
    text-transform: uppercase;
}
footer h3.meio {
    text-transform: unset;
    margin-top: 29px;
}
footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}
footer nav a {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
}
footer .direita {
    border-left: 1px solid #4274ac;
    display: flex;
}
footer .direita div {
    margin-left: auto;
}
footer .bottom .centro {
    max-width: 1248px;
    padding: 10px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 15px;
    color: #083261;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#historia .centro {
    max-width: 1248px;
    display: flex;
    flex-direction: column;
    row-gap: 54px;
    padding-top: 118px;
}
#historia .top {
    max-width: 1152px;
    display: grid;
    grid-template-columns: 539px 1fr;
    column-gap: 100px;
    align-items: center;
    margin: 0 auto;
}
#historia .top .esquerda {
    margin-left: -384px;
}
#historia .top .mask_img {
    width: 100%;
    height: 689px;
}
#historia h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
}
#historia h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 26px;
    color: #215186;
    margin-top: 40px;
}
#historia p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin-top: 22px;
}
#historia .bottom {
    display: grid;
    grid-template-columns: 1fr 658px;
    align-items: center;
    column-gap: 75px;
}
#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;
    padding-top: 40px;
    padding-bottom: 55px;
    margin-top: 40px;
}
#missao_visao ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 78px;
    row-gap: 50px;
    margin-top: 40px;
}
#missao_visao ul li {
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    padding: 18px 33px;
    padding-bottom: 40px;
}
#missao_visao ul li div {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
}
#missao_visao ul img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
#missao_visao ul h3,
#missao_visao .valores h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 18px;
    color: #215186;
}
#missao_visao ul p,
#missao_visao .valores p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    max-width: 455px;
    margin-top: 14px;
}
#missao_visao .valores {
    margin-top: 30px;
}
#missao_visao .valores h3,
#missao_visao .valores p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
#missao_visao .valores h3 {
    font-size: 25px;
}
#missao_visao .valores p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
#pag_sobre #rede_credenciada .centro {
    padding-top: 62px;
}
#planos_beneficios .centro {
    max-width: 1152px;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    column-gap: 68px;
    padding-top: 155px;
    padding-bottom: 50px;
}
#planos_beneficios span.traco {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #215186;
    margin-top: 40px;
    margin-bottom: 50px;
    grid-column: 1/3;
}
#planos_beneficios h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
}
#planos_beneficios p:not(.listagem_planos p) {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin-top: 23px;
}
.listagem_planos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.listagem_planos li {
    background-color: #215186;
    border-radius: 26.5px;
    overflow: hidden;
    padding: 34px;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.listagem_planos h3 {
    background-color: #083261;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin: -34px;
    margin-bottom: 0;
}
.listagem_planos .beneficios {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    padding-top: 23px;
    padding-bottom: 30px;
}
.listagem_planos h4 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    max-width: 150px;
}
.listagem_planos .beneficios p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    max-width: 150px;
}
.listagem_planos .div_valor {
    padding-top: 36px;
    border-top: 1px solid #4274ac;
    margin-top: auto;
}
.listagem_planos .div_valor h5 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    color: #ff8789;
    text-align: center;
}
.listagem_planos .div_valor h5 .medio {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #ff8789;
}
.listagem_planos .div_valor h5 .pequeno {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #ff8789;
}
.listagem_planos .div_valor p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 7px;
}
.listagem_planos .bt_padrao {
    background-color: #ff8789;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
#lounge_vip {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 380px, #ffffff 110px);
}
#lounge_vip .centro {
    max-width: 1248px;
    padding-top: 50px;
    padding-bottom: 110px;
}
#lounge_vip h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
    text-align: center;
}
#lounge_vip .bottom {
    display: grid;
    grid-template-columns: 605px 1fr;
    align-items: center;
    column-gap: 47px;
    margin-top: 48px;
}
#lounge_vip .mask_img {
    width: 100%;
    height: 334px;
    margin-bottom: -110px;
}
#lounge_vip p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    max-width: 380px;
}
#encontre_parceiros .centro {
    max-width: 1248px;
    display: grid;
    grid-template-columns: 1fr 530px;
    column-gap: 68px;
    padding-top: 185px;
    padding-bottom: 62px;
}
#encontre_parceiros h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #215186;
}
#encontre_parceiros form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 138px;
    gap: 10px;
    margin-top: 38px;
}
#encontre_parceiros 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_parceiros form input, #encontre_parceiros form select {
    background-color: #f0f0f0 !important;
    height: 48px;
    border: none;
    border-radius: 24px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    padding-left: 20px;
    box-sizing: border-box;
}
#encontre_parceiros form input::placeholder {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}
#encontre_parceiros 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_parceiros form button[type="button"] {
    background-color:#ff8789;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 24px;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
.listagem_resultados {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #f5f5f5;
    max-height: 420px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-top: 30px;
    margin-right: -10px;
}
.listagem_resultados li {
    display: grid;
    grid-template-columns: 120px 1fr 200px;
    column-gap: 26px;
    border-bottom: 2px solid #f5f5f5;
    padding: 23px 0;
}
.listagem_resultados .mask_img {
    width: 100%;
    height: 97px;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    box-sizing: border-box;
}
.listagem_resultados .mask_img img {
    object-fit: contain;
}
.listagem_resultados h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #215186;
}
.listagem_resultados h4 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #444444;
}
.listagem_resultados p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #717171;
    margin-top: 6px;
}
.listagem_resultados .botao {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listagem_resultados .botao a {
    background-color: #4274ac;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
#pag_aplicativo #banner .centro .mask_img:not(#pag_aplicativo #banner .conteudo .mask_img) {
    height: 599px;
}
#pag_aplicativo #banner .conteudo {
    grid-template-columns: 700px 1fr;
    max-height: 555px;
}
#pag_aplicativo #banner .conteudo .direita {
    margin-right: -82px;
}
#pag_aplicativo #banner .conteudo .mask_img {
    max-width: 455px;
    min-height: 555px;
    max-height: 555px;
}
#pag_aplicativo #banner h2 {
    max-width: 475px;
    margin-top: 89px;
}
#pag_aplicativo.rede_credenciada #banner h2 {
    max-width: unset;
    margin-top: 0;
}
#pag_aplicativo.rede_credenciada #banner .conteudo {
    grid-template-columns: 1fr;
    height: unset;
    max-height: unset;
    margin: auto;
    bottom: 50%;
    transform: translate(-50%, 50%);
}
#pag_aplicativo #banner p {
    max-width: unset;
    margin-top: 18px;
}
#pag_aplicativo.rede_credenciada #banner p {
    max-width: 690px;
}
#pag_aplicativo .botoes_app {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
#pag_aplicativo .botoes_app .bt_padrao {
    background-size: 20px !important;
    padding-left: 26px;
    padding-right: 64px;
    font-weight: 600;
    margin-top: 60px;
}
#pag_aplicativo .botoes_app .bt_padrao.android {
    background: #215186 url(../imagens/icon_android.png) center right 26px no-repeat;
}
#pag_aplicativo.rede_credenciada .botoes_app .bt_padrao.android {
    background: #215186;
    padding-right: 26px;
}
#pag_aplicativo .botoes_app .bt_padrao.ios {
    background: #215186 url(../imagens/icon_ios.png) center right 26px no-repeat;
}
#funcionalidades .centro {
    max-width: 1050px;
    padding-top: 84px;
    padding-bottom: 63px;
}
#pag_aplicativo.rede_credenciada #funcionalidades .centro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1248px;
}
#funcionalidades h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #215186;
    text-align: center;
}
#pag_aplicativo.rede_credenciada #funcionalidades h2 {
    text-align: left;
}
#pag_aplicativo.rede_credenciada #funcionalidades h2 b {
    color: #ff8789;
    font-weight: 600;
}
#pag_aplicativo.rede_credenciada #funcionalidades p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #215186;
    text-align: left;
    margin-top: 20px;
}
.listagem_funcionalidades {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
}
.listagem_funcionalidades li {
    max-width: 265px;
    padding-top: 67px;
}
.listagem_funcionalidades li.consultar {
    background: url(../imagens/icon_consultar.png) center top no-repeat;
    background-size: 56px;
}
.listagem_funcionalidades li.promocoes {
    background: url(../imagens/icon_promocoes.png) center top 4px no-repeat;
    background-size: 61px;
}
.listagem_funcionalidades li.agendar {
    background: url(../imagens/icon_agendar.png) center top 3px no-repeat;
    background-size: 59px;
}
#funcionalidades h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #ff8789;
    text-align: center;
}
#funcionalidades p {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    text-align: center;
    margin-top: 10px;
}
#funcionalidades .botoes_app {
    justify-content: center;
}
.bt_limpar_busca{
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #717171;
    margin-top: 6px;
    text-decoration: underline;
    text-align: right;
    margin-right: 15px;
}
.span5 {
    grid-column: span 5;
}
#rede_credenciada {
    overflow: hidden;
}
header nav {
    margin-left: auto;
}
main {
    overflow-x: hidden;
}
.listagem_parceiros {
    box-sizing: border-box;
}
#menu_mobile {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #ffff;
    z-index: 9999;
}
#menu_mobile.aberto {
    display: flex;
}
header #menu_mobile nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 0;
    margin-top: auto;
}
header #menu_mobile nav a {
    font-size: 16px;
}
header #menu_mobile a.area_restrita {
    display: flex;
    margin-bottom: auto;
    width: 100%;
    margin-top: 42px;
}