@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}


@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}


@font-face {
    font-family: DM Sans;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/DMSans_18pt-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: DM Sans;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/DMSans_18pt-Regular.ttf) format("truetype");
}


body {
    color: #667085;;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background:  #F1F5FB;
}

a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a:hover {
    color: inherit;
}

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

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

.block {
    display: block;
}

.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}
  
.img-fluida img {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
}

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

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; 
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; 
}
.slick-list:focus {
    outline: none; 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table; 
}
.slick-track:after {
    clear: both; 
}
.slick-loading .slick-track {
    visibility: hidden; 
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; 
}
[dir="rtl"] .slick-slide {
    float: right; 
}
.slick-slide img {
    display: block; 
}
.slick-slide.slick-loading img {
    display: none; 
}
.slick-slide.dragging img {
    pointer-events: none; 
}
.slick-initialized .slick-slide {
    display: block; 
}
.slick-loading .slick-slide {
    visibility: hidden; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; 
}

.slick-arrow.slick-hidden {
    display: none; 
}

/*** Site ***/

.topo {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.container-topo {
    padding: 16px 32px;
    border-radius: 16px;
    background:  #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

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

.menu {
    display: block;
    text-align: center;
}

.menu a {
    color:  #475467;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 0px 16px;
}
.menu a:hover, .link-login:hover {
    color: #FFBE00;
}

.link-login {
    color:  #475467;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 0px 16px;
    display: inline-block;
}

.link-cliente {
    color:  #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--Brand-Blue-500, #0098DC);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.link-cliente:hover {
    color: #fff;
    background-color: #FFBE00;
}

.principal {
    position: relative;
    margin-top: 104px;
}

.sec-hero {
   
    background-repeat: no-repeat;
    background-position: 88% top;
}


.sec-hero h1 {
    color:  #101828;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 120% */
    letter-spacing: -1.2px;
    margin-bottom: 25px;
}

.sec-hero h1 strong {
    color: #0098DC;
}

.sec-hero p {
    color:  #475467;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 20px;
}

.btn-azul {
    padding: 12px 18px;
    color: var(--Base-White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 8px;
    background: var(--Brand-Blue-500, #0098DC);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-block;
}

.btn-azul:hover  {
    color: #fff;
    background-color: #FFBE00;
}

.btn-azul-escuro {
    padding: 12px 18px;
    color: var(--Base-White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 8px;
    background: var(--Brand-Blue-500, #0048DC);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-block;
}

.btn-azul-escuro:hover  {
    color: #fff;
    background-color: #FFBE00;
}


.parallax-hero {
    position: relative;
    padding-top: 50px;
}

.icon-hero-amarelo {
    position: absolute;
    top: -20px;
    left: 288px;
}

.icon-hero-azul {
    position: absolute;
    top: -50px;
    left: 230px;
}

.caixa-azul {
    top: 1px;
    right: 70px;
    width: 190px;
    position: absolute;
    padding: 16px;
    border-radius: 16px 16px 16px 0;
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(152, 162, 179, 0.14);
}

.caixa-azul h2, .caixa-azul p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    
    
}

.img-hero {
    position: relative;
    z-index: 2;
}

.content-boxazul {
    border-radius: 16px;
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
    padding: 96px 32px;
}

.content-boxazul h2 {
    display: block;
    color:  #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    padding: 0px 120px;
}

.cada-bene-azul {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: var(--Brand-Blue-Secondary-25, #E9EEFC);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cada-bene-azul h3 {
    display: block;
    color:  #182230;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-top: 30px;
}

.cada-bene-azul p {
    color:  #667085;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.content-beneficios-azul {
    margin-top: 60px;
}

.btn-branco {
    display: inline-block;
    color:  #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.btn-branco:hover {
    background-color: #FFBE00;
    color: #fff;
}

.content-boxazul .btn-branco {
    margin-top: 60px;
}

.btn-laranja {
    padding: 12px 18px;
    display: inline-block;
    color:  #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 8px;
    background: var(--Brand-Yellow-500, #FFBE00);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.btn-laranja:hover {
    color: #fff;
    background-color: #0098DC;
}

.sec-parceiros-home {
    padding: 100px 0px;
}

.sec-parceiros-home h2 {
    display: block;
    color:  #101828;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.sec-parceiros-home h2 strong {
    color: #FFBE00;
}

.sec-parceiros-home p {
    color:  #475467;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 30px 0px;
}

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

.logo-box img {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.sec-planos-home {
    background-color: #fff;
    padding: 80px 0px;
}

.sec-planos-home-no-item .no-item {
	display:none;
}

.sec-planos-home h2 {
    color:  #101828;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 22.222% */
    letter-spacing: -0.72px;
    margin-bottom: 50px;
}

.sec-planos-home h2 strong {
    color:  #0098DC;
}

.content-plano {
    padding: 32px;
    border-radius: 16px;
    background: var(--Gray-50, #F9FAFB);
    text-align: center;
}

.content-plano h3 {
    display: block;
    color: #101828;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 0px;
}

.icon-membros {
    color:  #667085;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    background-image: url(../images/icon-membros.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
    display: inline-block;
    margin: 20px 0px;
}

.content-btn-anual-mes {
    border-radius: 16px;
    background:  #FFF;
    box-shadow: 3px 3px 9.3px 0 rgba(142, 137, 137, 0.25);
    padding: 8px 60px;
    display: inline-block;
    min-width: 100px;
    
}

.switch-wrapper {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.switch-label {
    margin: 0 8px;
    color: #101828;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
}

.switch-label.active {
    color: #101828;
    font-weight: 600;
}

.switch {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #0098DC;
    border-radius: 50px;
    margin: 0 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.switch::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + .switch::before {
    transform: translateX(-24px);
}

input[type="checkbox"]:checked ~ .switch-label.mensal {
    color:  #101828;
    font-weight: 600;
}

input[type="checkbox"]:checked ~ .switch-label.anual {
    color:  #101828;
    font-weight: 600;
}

input[type="checkbox"]:not(:checked) ~ .switch-label.anual {
    color:  #475467;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

input[type="checkbox"]:not(:checked) ~ .switch-label.mensal {
    color:  #101828;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-economia {
    display: block;
    text-align: center;
    color:  #101828;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 20px 0px 30px 0px;
}

.plano-valor-content {
    display: block;
}

.plano-valor-content span {
    color: var(--Brand-Blue-500, #0098DC);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px; /* 375% */
    letter-spacing: -0.48px;
}

.plano-valor-content strong {
    color: var(--Brand-Blue-500, #0098DC);
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}

.content-plano p {
    color: #00628E;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.content-plano .btn-azul {
    padding: 12px 40px;
    margin-top: 50px;
}

.lista-planos-texto ul li {
    list-style: none;
    background-image: url(../images/icon-check.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    color:  #101828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}

.lista-planos-texto li {
    list-style: none;
    background-image: url(../images/icon-check.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    color:  #101828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}

.lista-planos-texto ul.no-item li {
    list-style: none;
    background-image: url(../images/icon-noitem.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    color:  #101828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}

.btn-borda-azul {
    border-radius: 8px;
    border: 1px solid var(--Brand-Blue-500, #0098DC);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color:  #0098DC;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    padding: 12px 38px;
}

.btn-borda-azul:hover {
    background-color: #0098DC;
    color: #fff;
}

.btn-borda-branca {
    border-radius: 8px;
    border: 1px solid var(--Brand-Blue-500, #fff);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color:  #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    padding: 12px 38px;
}

.btn-borda-branca:hover {
    background-color: #fff;
    color: #0098DC;
}

.btn-borda-laranja {
    border-radius: 8px;
    border: 1px solid var(--Brand-Blue-500, #FFBE00);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color:  #FFBE00;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    padding: 12px 38px;
}

.btn-borda-laranja:hover {
    background-color: #FFBE00;
    color: #fff;
}

.btn-borda-azulescuro {
    border-radius: 8px;
    border: 1px solid var(--Brand-Blue-500, #0048DC);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color:  #0048DC;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    padding: 12px 38px;
}

.btn-borda-azulescuro:hover {
    background-color: #0048DC;
    color: #fff;
}

.sec-planos-home .btn-borda-azul {
    margin-top: 60px;
}

.sec-depoimentos {
    padding: 90px 0px;
    background: linear-gradient(270deg, #84CDF5 -53.77%, #0098DC 80.59%);
}

.sec-depoimentos h2 {
    display: block;
    color:  #fff;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.sec-depoimentos h2 strong {
    color: #FFBE00;
}

.cada-depoimento-content {
    border-radius: 16px;
    background-color:  #E9EEFC;
    background-position: center;
    background-size: cover;    
    width: auto;
    padding: 32px;
    margin: 0px 15px;
    display: block;
    overflow: hidden;
    min-height: 458px !important;
    position: relative;
}

.cada-depoimento-content p {
    color:  #101828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin: 20px 0px;
}

.cada-depoimento-content h3 {
    display: block;
    color:  #101828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}

.cada-depoimento-content h4 {
    display: block;
    color:  #667085;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.carousel-depoimentos {
    overflow: visible;
    margin-right: -60px; 
    padding-right: 60px;
}

.carousel-depoimentos .slick-list {
    padding-left: 75px;
}

.bottom-depoimento {
    position: absolute;
    bottom: 32px;
    width: 100%;
    z-index: 9;
}

.bottom-depoimento img {
    overflow: hidden;
    border-radius: 100%;
}

.depoimento-video h3, .depoimento-video h4 {
    color: #fff;
}

.icon-play {
    margin-top: 20px;
    display: block;
}

.sec-faq {
    padding: 90px 0px;
}

.sec-faq h2 {
    display: block;
    color: #101828;
    text-align: center;
}

.tabs-faq {
    width: auto;
    border-radius: 10px;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Gray-50, #F9FAFB);
    margin: 50px auto;
    padding: 4px;
    display: inline-block;
}

.tabs-faq .nav-link.active {
    color:  #344054;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    padding: 8px 12px;
    text-align: center;
    border-radius: 6px;
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}

.tabs-faq .nav-link {
    color:  #667085;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    padding: 8px 12px;
    text-align: center;
    border-radius: 6px;
    outline: n;
}

.tabs-faq .nav-link:hover, .tabs-faq .nav-link:focus {
    border: none;
}

.tabs-faq .nav-item {
    display: inline-block;
    margin-bottom: 3px;
}

.sec-faq .accordion {
    margin-top: 24px;
}

.sec-faq .accordion-item {
    margin-bottom: 30px;
    border-radius: 16px;
    background: var(--Base-White, #FFF);
    border: none;
}

.sec-faq .accordion-item .accordion-button {
    color:  #101828;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 16px;
    padding: 24px;
    box-shadow: none;
}

.sec-faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 16px;
    box-shadow: none;
}

.sec-faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 16px;
}

.sec-faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}

.sec-faq .accordion-body {
    padding-bottom: 24px;
    padding-top: 0px;
}

.sec-faq .accordion-body p {
    color:  #667085;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.content-numeros-grande {
    border-radius: 16px;
    background:  #E9EEFC;
    padding: 50px 32px;
}

.content-numeros-grande h2 {
    color:  #0098DC;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}

.content-numeros-grande p {
    color:  #003852;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.img-numeros {
    background-size: 278px;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.linha-numeros {
    margin-top: 30px;
}

.content-numeros {
    border-radius: 16px;
    padding: 40px 20px;
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
}

.content-numeros h3 {
    display: block;
    text-align: center;
    color:  #FFF8E5;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin: 30px 0px 0px 0px;
}

.content-numeros p {
    color: var(--Brand-Yellow-500, #FFBE00);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 0px;
}

.sec-numeros .btn-azul {
    margin-top: 70px;
}

.rodape {
    padding: 90px 0px 0px 0px;
    background:  #0048DC;
    margin-top: 100px;
}

.links-rodape h3 {
    color:  #D0D5DD;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 15px;
}

.links-rodape a {
    color:  #EAECF0;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: block;
    margin-bottom: 10px;
}

.links-rodape a:hover {
    color: #FFBE00;
}

.content-footer {
    border-top: 2px solid #FCFCFD;
    padding-top: 32px;
    margin-top: 70px;
    padding-bottom: 70px;
}

.content-footer h3 {
    display: block;
    color:  #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.content-footer p {
    color:  #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.assinatura {
    display: block;
    text-align: center;
    color: var(--Gray-300, #D0D5DD);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 45px;
}

.mask-reveal {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #0098DC 50%, black 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: revealMask 0.7s ease-out forwards;
}

@keyframes revealMask {
  to {
    background-position: 0 0;
  }
}


.heartbeat-icon {
  width: 60px;
  display: block;
  margin: 40px auto;
  animation: heartbeat 1s ease-in-out infinite;
  transform-origin: center;
}

/* Animação batida de coração */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  14%  { transform: scale(1.1); }
  28%  { transform: scale(1); }
  42%  { transform: scale(1.1); }
  70%  { transform: scale(1); }
  100% { transform: scale(1); }
}

.abrir-menu {
    display: none;
}


.carousel-bene .slick-slide {
  margin: 0 10px;
}

.carousel-bene .slick-list {
  margin: 0 -10px;
}

.carousel-relacionados .slick-slide {
  margin: 0 16px;
}

.carousel-relacionados .slick-list {
  margin: 0 -16px;
}

.tit-internas {
    padding: 60px 0px;
}

.tit-interna-planos h1 {
    
    
  
    color:  #101828;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
    text-align: left;
}

.banner-planos {
    display: block;
    background-position: center;
    background-size: cover;
    height: 400px;
    border-radius: 16px;
    margin-top: 70px;
}

.sec-planos-interna ul {
    margin-bottom: 0px;
}

.sec-planos-interna .lista-planos-texto {
    padding-top: 40px;
}

.sec-planos-interna .btn-borda-azul {
    margin-top: 30px;
}

.plano-amarelo .switch {
    background-color: #FFBE00;
}

.plano-amarelo .plano-valor-content span {
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #FFBE00) -25.68%, #fad053 98.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plano-amarelo .plano-valor-content strong {
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #FFBE00) -25.68%, #fad053 98.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plano-amarelo  p {
    color: #7C5700;
}
.plano-amarelo  .btn-laranja {
    padding: 12px 40px;
    margin-top: 50px;
}

.plano-azul .switch {
    background-color: #0048DC;
}

.plano-azul .plano-valor-content span {
    color:  #0048DC;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px; /* 375% */
    letter-spacing: -0.48px;
    background: none;
}
.plano-azul .plano-valor-content strong {
    color: var(--Brand-Blue-Secondary-500, #0048DC);
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}

.plano-azul .btn-azul-escuro {
    padding: 12px 40px;
    margin-top: 50px;
}

.sec-planos-interna .btn-borda-azulescuro {
    margin-top: 30px;
}

.sec-planos-interna .btn-borda-laranja {
    margin-top: 30px;
}

.sec-banner-final-planos {
    margin-top: 60px;
    background-position: top center;
    background-size: cover;
}

.banner-planos-bottom, .banner-planos-bottom .row {
    height: 436px;
}

.bene-banner  {
    padding: 80px 0px;
}

.bene-banner .row, .bene-banner {
    height: auto !important;
}

.bene-banner h2 {
    font-size: 48px !important;
    margin-bottom: 40px !important;
}

.bene-banner p {
    font-size: 20px !important;
    line-height: 36px !important;
    margin-bottom: 40px !important;
}

.banner-planos-bottom {
    width: 100%;
    
    overflow: hidden;
    background-position: left bottom;
    background-size: cover;
    border-radius: 16px;
}

.banner-planos-bottom h2 {
    color:  #FFF;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}

.banner-planos-bottom h3 {
    color:  #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin-bottom: 30px;
}

.banner-planos-bottom p {
    color:  #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    
}

.padding-right-box {
    padding-right: 60px;
}

.content-busca-beneficio, .sec-busca-beneficio .row {
    height: 368px;
}

.sec-busca-beneficio {
    padding-top: 60px;
        background-image: url(images/bg-busca.jpg);
    background-position: top center;
    background-size: cover;
    min-height: 500px;
}

.content-busca-beneficio {
    width: 100%;
    background-position: center top;
    background-size: cover;
    border-radius: 16px;
}

.input-busca {
    background-image: url(../images/search-lg.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background-color: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding-left: 44px;
    overflow: hidden;
    color: var(--Gray-500, #667085);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    transition: all 0.3s ease-out;
    outline: none;
}

.input-busca:focus {
    border-color: #FFBE00;
}

.sec-beneficios {
    padding: 60px 0px 0px 0px;
}

.cada-categoria-beneficio {
    margin-top: 80px;
}

.cada-categoria-beneficio h2 {
    color: var(--Gray-950, #0C111D);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.cada-lista-beneficio {
    margin-top: 40px;
}

.cada-lista-beneficio h3 {
    display: block;
    color: var(--Gray-800, #182230);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-top: 30px;
}

.cada-lista-beneficio p {
    color: var(--Gray-500, #667085);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.cada-content-parceiros {
    border-radius: 16px;
    background: var(--Base-White, #FFF);
    padding: 80px 40px;
    text-align: center;
    margin-top: 60px;
}

.cada-content-parceiros h2 {
    color: var(--Gray-950, #0C111D);
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin-bottom: 40px;
}

.cada-logo-parceiro {
    display: inline-block;
    margin: 0px 15px;
}

.cada-beneficio-lista {
    margin-bottom: 40px;
}

.sec-valor-descontos {
    padding-top: 60px;
}

.sec-valor-descontos strong {
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
    display: block;
}

.sec-valor-descontos span {
    color: var(--Gray-700, #344054);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 38px; /* 126.667% */
}

.sec-valor-descontos p {
    color: var(--Gray-500, #667085);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 40px;
}

.sec-banner-plano, .sec-banner-plano .row {
    height: 588px;
}

.sec-banner-plano {
    background-size: cover;
    background-position: top right;
    margin: 80px 0px 0px 0px;
}

.plano-branco {
    background-color: transparent;
}

.plano-branco h3 {
    color: #fff;
}

.plano-branco .icon-membros {
    color: #fff;
}

.plano-branco .plano-valor-content span, .plano-branco .plano-valor-content strong {
    color: #0098DC;
}

.plano-branco p {
    color: #fff;
}

.plano-branco .btn-laranja {
    margin-top: 40px;
}

.sec-numeros-beneficios .content-numeros h3 {
    color: var(--Brand-Yellow-25, #FFF8E5);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.sec-numeros-beneficios .content-numeros p {
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 10px;
}

.content-texto-banner-bottom h2 {
    display: block;
    color: var(--Base-White, #FFF);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.content-texto-banner-bottom p {
    color: var(--Base-White, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}

.content-texto-banner-bottom .btn-laranja {
    margin-top: 30px;
}

.page-template-beneficios .rodape, .page-template-blog .rodape {
    margin-top: 0px;
}

.page-template-beneficios .principal {
    margin-top: 0px;
}



.tit-internas-sobre h1 {
    color:  #101828;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
    display: block;
}

.tit-internas-sobre h1 strong {
    color: #0098DC;
}

.banner-sobre {
    border-radius: 16px;
    width: 100%;
    height: 452px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.sec-missao {
    padding-bottom: 90px;
}

.content-azul {
    min-height: 200px;
    padding: 40px 24px;
    border-radius: 16px;
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
}

.content-azul h2 {
    display: block;
    color: var(--Brand-Yellow-25, #FFF8E5);
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin-bottom: 10px;
}

.content-azul p {
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 0px;
}

.sec-historia-1 {
    background-color: #fff;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.sec-historia-2 {
    background-color: #fff;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left;
}

.content-sec {
    padding: 90px 0px 90px 0px;
}

.content-sec span {
    border-radius: 4px;
    border: 1px solid var(--Brand-Blue-100, #B0E2FA);
    background: var(--Brand-Blue-25, #EAF7FE);
    padding: 4px 12px;
    color: #00628E;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.content-sec h2 {
    display: block;
    color: var(--Gray-950, #0C111D);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin: 26px 0px 16px 0px;
}

.content-sec p {
    color: var(--Gray-700, #344054);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.sec-depoimentos-sobre {
    background: var(--Brand-Blue-Secondary-25, #E9EEFC);
    padding: 80px 0px;
    text-align: center;
}

.sec-depoimentos-sobre p {
    color: var(--Gray-900, #101828);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    padding: 30px 0px;
}

.sec-depoimentos-sobre .bottom-depoimento {
    position: relative;
    width: auto;
    margin: 0px auto;
    display: inline-block;
    margin-top: 20px;
}

.sec-depoimentos-sobre .bottom-depoimento img {
    width: auto;
    min-width: 70px;
    max-width: 70px;
}

.sec-depoimentos-sobre .bottom-depoimento h3 {
    display: block;
    color: var(--Gray-900, #101828);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    text-align: left;
    margin-bottom: 0px;
}

.sec-depoimentos-sobre .bottom-depoimento h4 {
    color: var(--Gray-500, #667085);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: left;
    white-space: nowrap;
}

.sec-img-text-sobre {
    padding-top: 80px;
}

.sec-img-text-sobre p {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
    margin-bottom: 40px;
}

.sec-content-login {
    padding-top: 60px;
}


.sec-content-login h2 {
    color: var(--Gray-950, #0C111D);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}

.sec-content-login label {
    color: var(--Gray-700, #344054);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin-top: 24px;
    margin-bottom: 5px;
}

.input-login {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding-left: 15px;
}

.content-login-left {
    padding: 60px 60px;
    background-color: #fff;
    border-radius: 16px 0 0 16px;
}

.esqueci-senha {
    display: block;
    color: var(--Brand-Blue-500, #0098DC);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 10px 0px;
}

.content-login-left .btn-azul {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.content-login-right {
    padding: 60px 60px;
    border-radius: 0 16px 16px 0;
    background: var(--Brand-Gradiente, linear-gradient(0deg, var(--Brand-Blue-Secondary-500, #0048DC) -25.68%, #0098DC 98.63%));
}

.content-login-right .btn-borda-branca {
    margin-top: 124px;
}

.content-login-right h2 {
    color: var(--Base-White, #FFF);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 24px; /* 126.667% */
}

.content-login-right p {
    color: var(--Gray-100, #F2F4F7);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.carousel-missao .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.carousel-missao .slick-list {
  margin-left: -15px;
  margin-right: -15px;

}

.sec-planos-interna {
    background-color: #FFF;
}

.content-tit-blog .row {
    min-height: 452px;
}

.content-tit-blog h1 {
    color: var(--base-branco, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.content-azul-categorias {
    border-radius: 16px;
    background: var(--Brand-Blue-500, #0098DC);
    padding: 20px 32px;
    margin: 60px 0px 35px 0px;
}

.content-azul-categorias a {
    color: var(--base-branco, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin: 0px 10px;
}

.content-azul-categorias a:hover {
    color: #FFBE00;
}

.img-cada-post {
    width: 30%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
}

.cada-post-blog {
    
    height: 224px;
    overflow: hidden;
    border-radius: 16px 0 0 16px;
    margin-bottom: 40px;
}

.content-right-post {
    background-color: #EAF7FE;
    padding: 24px;
    width: 70%;
    height: auto;
    float: left;
    height: 100%;
    background-image: url(../images/lermais.svg);
    background-position: 96% 20px;
    background-repeat: no-repeat;
}

.tag-categoria {
    border-radius: 8px;
    background: var(--Brand-Blue-500, #0098DC);
    color: var(--Base-White, #FFF);
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.tag-categoria:hover {
    color: #fff;
}

.cada-post-blog h2 {
    line-height: 32px;
    margin: 10px 0px;
}

.cada-post-blog h2 a {
    color: var(--base-preto, #061718);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */ 
}

.cada-post-blog h2 a:hover {
    color: #0098DC;
}

.cada-post-blog span {
    color: var(--Brand-Blue-800, #004B6B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cada-bloco-coluna {
    border-radius: 16px;
    background: #FFF;
    padding: 16px;
    margin-bottom: 24px;
}

.cada-bloco-coluna h3 {
    display: block;
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
}

.img-blog-maislido {
    background-position: center;
    background-size: cover;
    width: 146px;
    height: 146px;
    overflow: hidden;
    border-radius: 8px;
}

.cada-post-maislido {
    margin-bottom: 24px;
}

.cada-post-maislido h4 {
    line-height: 22px
}

.cada-post-maislido h4 a {
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.cada-post-maislido h4 a:hover {
    color: #0098DC;
}

.cada-post-maislido .autor-data {
    color: var(--Brand-Blue-Secondary-700, #00308E);
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tags-pda a {
    color: var(--Brand-Blue-Secondary-600, #003BB3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}

.bloco-texto-pda p {
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.social a {
    display: inline-block;
    margin-right: 5px;
}

.newsletter-col h3 {
    background-image: url(../images/icon-newsletter.svg);
    background-position:  top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: var(--Brand-Blue-Secondary-950, #001237);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /
}

.input-news {
    border-radius: 12px;
    border: 2px solid var(--Brand-Blue-Secondary-50, #D4DFFC);
    background: var(--base-branco, #FFF);
    height: 56px;
    padding-left: 16px;
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    line-height: normal;
    margin-bottom: 16px;
}

.input-news::placeholder {
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.envia-news {
    height: 56px;
    border: none;
    width: 100%;
    color: var(--base-branco, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-align: center;
    border-radius: 80px;
    background: var(--Brand-Blue-Secondary-500, #0048DC);
}

.posts-relacionados {
    border-radius: 56px 56px 0 0;
    background: #FFF;
    padding: 80px 130px;
    margin-top: 60px;
}

.posts-relacionados h3 {
    color: var(--Brand-Blue-Secondary-950, #001237);
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 63.984px; /* 133.3% */
    display: block;
    margin-bottom: 40px;
}

.cada-post-relacionado {
    border-radius: 16px;
    background: #FDFAF1;
    overflow: hidden;
}

.img-post-relacionado {
    height: 288px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.content-post-relacionado {
    background: #FDFAF1;
    padding: 24px;
}

.content-post-relacionado h4 {
    line-height: 32px;
    margin: 16px 0px;
}
.content-post-relacionado h4 a {
    color: var(--Brand-Blue-Secondary-950, #001237);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.content-post-relacionado h4 a:hover {
    color: var(--Brand-Blue-Secondary-950, #001237);
}

.content-post-relacionado .autor-data {
    color: var(--Brand-Yellow-800, #7C5700);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tag-amarelo {
    border-radius: 8px;
    background: var(--Brand-Yellow-500, #FFBE00);
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding: 8px 12px;
}
.tag-amarelo:hover {
    color: #fff;
}

.tit-blog {
    padding: 60px 0px;
    text-align: center;
}

.tit-blog h1 {
    color: var(--base-preto, #061718);
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 63.984px; /* 133.3% */
}

.tit-blog .autor-data {
    color: var(--base-preto-72, #505C5D);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.img-single {
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}

.img-single-section {
    margin-bottom: 60px;
}

.content-single p {
    color: var(--base-preto, #061718);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.content-single h2 {
    color: var(--base-preto, #061718);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.menu-mobile {
    display: none;
}

.links-rodape ul {
    padding: 0px;
    list-style: none;
}

.paginacao-ajax {
    border-radius: 16px;
    border: 2px solid var(--Brand-Blue-Secondary-50, #D4DFFC);
    padding: 15px;
    display: inline-block;
}

.pagina-link {
    color: var(--Brand-Blue-800, #004B6B);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding: 0px 15px;
    display: inline-block;
}

.pagina-link.active {
    color: var(--base-preto, #061718);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.whatsapp_plug_icon {
    position: fixed;
    z-index: 2000;
    bottom: 28px;
    right: 40px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-whatsapp.png);
    background-size: 50% auto;
}

.btn-vermais {
    color: #0098DC;
}

.popup-depoimento p {
    color: #101828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0px;
}

.btn-play {
    margin-top: 60px;
    margin-left: 29px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
}

.depoimento-video .cada-depoimento-content h4 {
    color: #fff;
}

.depoimento-video::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
    );
    
}

.switch-label {
  opacity: 0.5;
  transition: opacity 0.3s, font-weight 0.3s;
}

.switch-label.ativo {
  opacity: 1;
  font-weight: bold;
  color: #007bff; /* azul bootstrap, pode trocar */
}



@media (max-width: 1399.98px) { 
    .menu a {
        margin: 0px 8px;
    }
    .sec-hero h1 {
        font-size: 46px;
        line-height: 53px;
        margin-top: 116px;
    }
    
    .icon-hero-azul {
        top: -93px;
        left: 151px;
    }
    .icon-hero-amarelo {
        top: -66px;
        left: 210px;
    }
    .content-sec {
        padding: 40px 0px 40px 30px;
    }
    .sec-hero {
        background-position: 88% bottom;
        background-size: 48%;
    }
    
}

@media (max-width: 1199.98px) { 
    .menu a {
        font-size: 14px;
        margin: 0px 5px;
    }
    .content-sec {
        padding: 30px 20px 30px 20px;
    }
    .content-sec p {
        font-size: 16px;
    }
    .cada-logo-parceiro {
        margin-bottom: 40px;
    }
    .banner-planos {
        height: 358px;
    }
}

@media (max-width: 991.98px) { 
    .link-login {
        display: none;
    }
    .link-cliente {
        display: none;
    }
    .abrir-menu {
        display: inline-block;
    }
    .sec-hero {
        padding-top: 60px;
        text-align: center;
      
        background-position: bottom center;
    }
    
    .parallax-hero {
        margin-top: 122px;
    }
    .caixa-azul {
        width: 277px;
    }
    .content-boxazul h2 {
        padding: 0px;
    }
    .logo-box {
        text-align: center;
    }
    .sec-parceiros-home p {
        margin-bottom: 60px;
    }
    .sec-parceiros-home .btn-laranja {
        margin-top: 60px;
    }
    .lista-planos-texto {
        padding: 60px 0px 0px 0px;
    }
    .lista-planos-texto ul {
        padding: 60px 0px 0px 0px;
    }
    .sec-planos-home .btn-borda-azul {
        margin-top: 30px;
    }
    .carousel-depoimentos .slick-list {
        padding-left: 0px;
    }
    .cada-depoimento-content {
        margin: 30px 0px 0px 0px;
    }
    .sec-depoimentos h2 {
        text-align: center;
    }
    .bottom-depoimento {
        width: auto;
    }
    .content-numeros {
        margin-bottom: 30px;
    }
    .sec-numeros .btn-azul {
        display: none;
    }
    .carousel-depoimentos {
        overflow: hidden;
        margin-right: auto;
        padding-right: 0px;
    }
    .sec-planos-interna {
        background: #F1F5FB;
    }
    .sec-planos-interna .lista-planos-texto {
        background-color: #fff;
        padding: 29px 32px;
        border-radius: 0px 0px 16px 16px;
    }
    .content-plano {
        background-color: #F9FAFB;
        border-radius: 16px 16px 0px 0px;
    }
    .cada-plano {
        margin-bottom: 60px;
    }
    .cada-plano .btn-azul, .cada-plano .btn-laranja {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .content-login {
        background-color: transparent;
    }
    .content-login-left {
        border-radius: 16px 16px 0px 0px;
    }
    .content-login-right {
       border-radius: 0px 0px 16px 16px; 
    }
    .content-login-right .btn-borda-branca {
        margin-top: 10px;
    }
    .menu-mobile {
        display: none;
        margin-top: 24px;
    }

     .menu-mobile li {
        display: block;
     }

    .menu-mobile a {
        display: block;
        text-align: left;
        color: var(--Gray-600, #475467);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        padding-bottom: 8px;
    }
    #fecha-menu {
        display: none;
    }
    .menu-mobile .social a {
        display: inline-block;
    }
    .menu-mobile .social {
        margin-top: 15px;
    }

    
}

@media (max-width: 767.98px) {
    .img-hero img {
        width: 70%;
        margin: 0px auto;
    }
    .img-hero {
        text-align: center !important;
        margin-top: 24px;
    }
    
    .sec-hero h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .sec-hero p {
        font-size: 14px;
        line-height: 20px;
    }
    .content-boxazul h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .caixa-azul {
        right: 15px;
        width: 222px;
        padding: 10px 12px;
    }
    .caixa-azul h2, .caixa-azul p {
        font-size: 12px;
    }
    .sec-hero .btn-azul {
        border-radius: 8px;
        border: 1px solid var(--Brand-Blue-500, #0098DC);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: #0098DC;
        background-color: transparent;
    }
    .heartbeat-icon {
        width: 33px;
    }
    .icon-hero-amarelo {
        top: -55px;
        left: 119px;
    }
    .icon-hero-azul {
        top: -64px;
        left: 85px;
    }
    .content-boxazul {
        padding: 40px 32px;
    }
    .content-beneficios-azul {
        margin-top: 40px;
    }
    .sec-boxazul .btn-branco {
        border-radius: 8px;
        border: 1px solid var(--Brand-Blue-500, #0098DC);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: #0098DC;
        background-color: transparent;
        margin-top: 32px;
    }
    .sec-parceiros-home h2 {
        font-size: 16px;
        line-height: 30px; 
        text-align: center;
        margin-bottom: 0px;
    }
    .sec-parceiros-home p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .sec-planos-home h2 {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .content-plano h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }
    .icon-membros {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
    .plano-valor-content strong {
        font-size: 48px;
        font-weight: 500;
        line-height: 60px
    }
    .plano-valor-content span {
        font-size: 32px;
    }
    .lista-planos-texto li {
        font-size: 16px;
    }
    .sec-depoimentos h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .cada-depoimento-content p {
        font-size: 16px;
    }
    .sec-faq h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .tabs-faq {
        margin: 20px 0px 40px 0px;
    }
    .sec-faq .accordion-item .accordion-button {
        font-size: 12px;
    }
    .sec-faq .accordion-body {
        font-size: 12px;
        line-height: 18px;
    }
    .content-numeros-grande h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px; 
    }
    .content-numeros-grande p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-numeros h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .content-numeros p {
        font-size: 12px;
        line-height: 18px;
    }
    .rodape {
        padding: 48px 0px 0px 0px;
        background: #0048DC;
        margin-top: 70px;
    }
    .text-mobile {
        color: var(--Gray-200, #EAECF0);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        margin: 15px 0px 20px 0px;
    }
    .tit-internas-sobre h1 {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
    }
    .tit-internas {
        padding: 40px 0px;
    }
    .banner-sobre {
        height: 152px;
    }
    .sec-historia-1, .sec-historia-2 {
        background-image: none !important;
    }
    .img-historia-celular img {
        border-radius: 16px;
        margin-bottom: 16px;
    }
    .carousel-missao .slick-list {
        margin: 0px auto;
    }
    .sec-depoimentos-sobre p {
        font-size: 16px;
        line-height: 24px;
    }
    .sec-depoimentos-sobre {
        padding: 40px 0px;
    }
    .sec-img-text-sobre p {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40px;
    }
    .content-busca-beneficio, .sec-busca-beneficio .row {
        height: 201px;
    }
    .input-busca {
        font-size: 12px;
    }
    .cada-categoria-beneficio {
        margin-top: 30px;
    }
    .cada-beneficio-lista {
        margin-bottom: 40px;
        text-align: center;
    }
    .sec-valor-descontos strong {
        font-size: 36px;
        line-height: 44px;
    }
    .sec-valor-descontos span {
        font-size: 24px;
    }
    .sec-valor-descontos p {
        margin-top: 20px;
    }
    .sec-banner-plano {
        background-image: url(../images/bg-sec-beneficios-mobile.jpg) !important;
        background-repeat: no-repeat;
    }
    .plano-branco p {
        font-size: 12px;
    }
    .banner-planos-bottom {
        background-image: url(../images/banner-bottom-mobile.jpg) !important;
        background-repeat: no-repeat;
        padding-left: 15px;
    }
    .banner-planos-bottom h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .banner-planos-bottom h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .banner-planos-bottom p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-texto-banner-bottom h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .content-texto-banner-bottom p {
        font-size: 16px;
        line-height: 24px;
    }
    .sec-plano-final {
        background-image: url(../images/bg-beneficios-mobile-ultimo.jpg) !important;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    .sec-banner-plano, .sec-banner-plano .row {
        height: auto;
        padding: 46px 0px 200px 0px;
    }
    .alinha-centro {
        text-align: center;
    }
    .tit-interna-planos h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }
    .texto-mobile {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
        margin-top: 20px;
    }
    .banner-planos {
        height: 172px;
    }
    .sec-planos-interna .btn-borda-azul {

    }
    

    
}

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



