﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
}

.wrap {
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 1620px;
    margin: 0 auto;
    display: block;
    width: calc(100% - 160px);
}

:root {
    --cor-padrao-um: #c81f26;
    --cor-padrao-dois: #c81f26;
    --white-text: #fff;
    --banner-principal: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(86, 160, 185, 1) 100%);
    --cor-texto-header: #333;
    --cor-plano-azul: #1E3563;
    --cor-plano-verde: #0F8D53;
}

/*Cores nos planos*/
.operadora-2 .plan-name {
    color: var(--cor-plano-azul) !important;
}

.operadora-2 .plan-tabs {
    border-top: 1px solid var(--cor-plano-azul) !important;
}

.operadora-2 .tab.active {
    color: var(--cor-plano-azul) !important;
    border-bottom: 1px solid var(--cor-plano-azul) !important;
    border-left: 1px solid var(--cor-plano-azul) !important;
    border-right: 1px solid var(--cor-plano-azul) !important;
    border-radius: 0px 0px 15px 15px;
}

.operadora-2 .tab {
    color: var(--cor-plano-azul) !important;
}

.operadora-2 .card-plano .valor {
    color: var(--cor-plano-azul) !important;
}

.operadora-2 .card-plano .btn {
    background: var(--cor-plano-azul) !important;
}

.operadora-2 .p-popup-plan i {
    color: var(--cor-plano-azul) !important;
}

.operadora-2 .value-plan {
    color: var(--cor-plano-azul) !important;
}

.operadora-2 .btn-inside-plano a{
    background-color: var(--cor-plano-azul) !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    width: 100%;
    z-index: 999;
    position: absolute;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #153761;
}

.div-menu-inside {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.topnav {
    display: flex;
}

.topnav ul {
    display: flex;
    width: 100%;
}

.topnav ul li {
    margin: 0 15px;
}

.topnav ul li a {
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: #7d7d7d;
    align-items: center;
    gap: 5px;
}

.hamburger {
    display: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
    z-index: 999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    transition: background 0.2s;
    justify-content: left !important;
    font-size: 15px !important;
}

.dropdown-menu a:hover {
    background: #f0f0f0;
}


.title-banner {
    font-size: 50px;
    color: #f7f7f7;
    margin-bottom: 15px;
}

.text-banner {
    color: #f7f7f7;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 25px;
}

.text-banner.text-banner-faq {
    margin-bottom: 0px;
}

.flex-div {
    display: flex;
}

.space-div {
    padding: 6em 0px;
}

.pulse {
    animation: animate-pulse 3s linear infinite;
}

.img-banner {
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    aspect-ratio: 13 / 9;
    background-position: center !important;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: darken;
    min-height: 685px;
}

.img-banner.img-banner-faq {
    height: 50vh;
}

.div-faq {
    width: 70%;
    text-align: center;
    margin: auto;
}

.content-div-banner {
    width: calc(100% - 160px);
    margin: 0 auto;
    height: 100%;
    display: flex;
    padding-top: 140px;
    padding-bottom: 75px;
}

.content-div-banner.content-div-banner-faq {
    height: 80%;
    padding-top: 70px;
    padding-bottom: 0px;
}

.banner-desktop .owl-dots {
    margin-top: -45px !important;
    z-index: 999;
    position: relative;
}

.text-inside-banner {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 40px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-inside-banner.text-inside-banner-faq {
    padding: 0px;
}

.logo {
    width: 180px;
}

.banner-desktop .owl-nav .owl-prev {
    font-size: 120px !important;
    color: #f7f7f7 !important;
    font-weight: 100 !important;
    height: 80px;
    display: flex;
    place-items: center;
    align-self: center;
    margin-top: initial;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 95px;
}

.banner-desktop .owl-theme .owl-nav {
    margin-top: 15px;
}

.banner-desktop .owl-nav .owl-next {
    font-size: 120px !important;
    color: #f7f7f7 !important;
    font-weight: 100 !important;
    height: 80px;
    display: flex;
    place-items: center;
    align-self: center;
    margin-top: initial;
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 95px;
}

.banner-desktop .owl-theme .owl-nav [class*=owl-]:hover {
    background: initial !important;
}

.logo-entidade {
    width: 220px !important;
    margin-bottom: 15px;
}

.btn {
    border-radius: 15px;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #f7f7f7;
    transition: ease-in-out 0.3s;
    font-size: 17px;
    min-width: 210px;
    padding: 15px 10px;
    max-width: 220px;
    max-height: 50px;
    border: 2px solid #f7f7f7;
}

.btn-simulacao-header {
    background-color: #01b8ae;
    border: none;
}


/*sec faq*/
.secFaq {
    padding-top: 6em;
}

.h1-faq {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 25px;
    color: var(--cor-padrao-dois);
    font-weight: 500;
}

.box-questions {
    background-color: white;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 50px;
}

.pad-s12 {
    padding: 25px !important;
}

.regionsNational .collapsible {
    width: 100%;
    margin: 0 auto;
    border: initial;
    margin-bottom: 30px;
}

.regionsNational .collapsible-header {
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
    background-color: #1E3563;
    border-radius: 0;
    color: #f7f7f7;
    align-items: center;
    place-content: space-between;
    border-radius: 6px 6px 0 0;
}

/*fim sec faq*/

/*sec divulgacao*/
.sec-divulgacao {
    background: #f2f2f2;
}

.text-divulgacao h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #414141;
}

.p-priorize {
    font-size: 20px;
    color: #444444;
}

.div-cards-divulgacao {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 35px;
}

.div-divulgacao-text h2 {
    font-size: 20px;
    color: #414141;
    margin-bottom: 15px;
}

.p-divulgacao {
    font-size: 17px;
    color: #464646;
}

.card-divulgacao {
    width: 47%;
    margin-bottom: 10px;
}

.inside-card-divulgacao {
    padding: 30px;
    border: 1px solid #c4c7c7;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.div-icon-divulgacao {
    border: 1px solid #c4c7c7;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    z-index: 99999;
    background-color: #f2f2f2;
    display: flex;
}

.div-icon-divulgacao img {
    width: 70px;
    height: 70px;
}

.div-divulgacao-text {
    padding-top: 60px;
}

.card-divulgacao-4 .inside-card-divulgacao {
    background-color: #20a49d;
    color: white;
}

.img-divulgacao {
    display: flex;
    justify-content: center;
}

.img-divulgacao .div-person {
    margin-left: 20px;
    margin-top: auto;
}

.img-divulgacao img {
    max-width: 100%;
}

.owl-item .item {
    max-width: 100%
}

.div-vivabem {
    margin-bottom: 8em;
}

.div-vivabem > .div-60 {
    margin-right: 20px;
}

.sec-planos-operadora {
    text-align: center;
    margin-top: 5em;
}

.plan-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    border-top: 1px solid var(--cor-plano-verde);
}

.plan-name {
    font-size: 42px;
    font-weight: bold;
    color: var(--cor-plano-verde);
}

.div-plan-logo img {
    max-width: 160px;
}

.div-plan-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 45px;
}

.hidden {
    display: none !important;
}

.plan-tabs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.plan-tabs .tab {
    padding: 8px 16px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Poppins';
}

.tab {
    padding: 10px 25px;
    background: none;
    border: none;
    font-weight: bold;
    color: var(--cor-plano-verde);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab.active {
    color: var(--cor-plano-verde);
    border-bottom: 1px solid var(--cor-plano-verde);
    border-left: 1px solid var(--cor-plano-verde);
    border-right: 1px solid var(--cor-plano-verde);
    border-radius: 0px 0px 15px 15px;
}

.carousel {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 10px;
}

.carousel-tab {
    opacity: 1;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
}

.carousel-tab.show {
    opacity: 1;
    visibility: visible;
}

.cards-unity {
    width: 400px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 3px 3px 7px 5px rgba(0, 0, 0, 0.06);
    padding: 25px;
    text-align: center;
    margin: 10px auto;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 355px;
    justify-content: space-evenly;
    border: 1px solid #e6e6e6;
}

.card-plano {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.card-plano:hover {
    transform: scale(1.03);
}

#carousel-content.fade-out {
    opacity: 0;
}

#carousel-content {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.div-planos .owl-nav .owl-next {
    font-size: 120px !important;
    color: #414141 !important;
    font-weight: 100 !important;
    height: 80px;
    display: flex;
    place-items: center;
    align-self: center;
    margin-top: initial;
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 0px;
}

.div-planos .owl-nav .owl-prev {
    font-size: 120px !important;
    color: #414141 !important;
    font-weight: 100 !important;
    height: 80px;
    display: flex;
    place-items: center;
    align-self: center;
    margin-top: initial;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0px;
}

.div-planos .owl-theme .owl-nav [class*=owl-]:hover {
    background: initial !important;
}

.card-plano h4 {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    color: #414141;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    line-height: 19px;
    width: 100%;
}

.card-plano p {
    font-size: 14px;
    color: #555;
}

.card-plano .valor {
    font-size: 35px;
    font-weight: bold;
    color: var(--cor-plano-verde);
    margin-bottom: 20px;
}

.card-plano button {
    background: #0c2e8a;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}

.card-plano .btn {
    background: var(--cor-plano-verde);
    color: white;
    border: none;
    margin-bottom: 20px;
}

.tooltip-custom {
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration-line: underline;
}

.tooltip-custom .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  white-space: normal;
}

.tooltip-custom:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.p-popup-plan {
    font-size: 16px;
}

.saiba-mais-plan {
    color: #575757;
    text-decoration: underline;
}

.link-guia {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6090e7;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 16px;
}

.modal-plano-popup {
    border-radius: 16px;
}

.h2-plano-modal {
    font-size: 17px;
}
.titles-plan {
    font-size: 16px;
    color: #686868;
    font-weight: 700;
}
/*fim sec divulgacao*/
/*sec diagrama*/
.sec-diagrama {
    background-color: #153761;
    color: white;
    display: flex;
}

.sec-diagrama>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diagrama {
    display: flex;
    justify-content: center;
    padding: 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    width: 100%;
}

.item {
    max-width: 180px;
    display: flex;
    align-content: center;
    flex-direction: column;
}


.line {
    height: 2px;
    width: 80px;
    background-color: #ccc;
    margin-top: 40px;
}

.circle {
    width: 75px;
    height: 75px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    align-self: center;
}

.legenda {
    text-align: center;
    margin-top: 20px;
}

.legenda h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn-link {
    color: #f7f7f7;
    border: none;
    background: #01B8AE;
    text-align: center;
    margin: 30px;
    min-width: 320px;
    padding: 10px;
}

.title-diagrama {
    margin: 30px;
    text-align: center;
}

/* fim sec diagrama*/

/*sec contato*/
.sec-contato {
    background-color: #f7f7f7;
    background-image: url(../img/background-contato.svg);
    background-size: cover;
    background-position: center -4em;
    padding-top: 4em;
    padding-bottom: 4em;
}

.sec-contato .content-icons {
    width: 50%;
    min-width: 750px;
    padding: initial;
    background-color: initial;
    color: #414141;
}

.form-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-40 {
    width: 40%;
}

.div-50 {
    width: 50%;
}

.div-60 {
    width: 60%;
}

.div-100 {
    width: 100%;
}

.sec-contato .content-icons .flexing-div {
    gap: 20px;
}

.sec-contato .content-icons input,
textarea, select {
    width: 100%;
    padding: 10px;
    transition: all .2s;
    margin-top: 10px;
    border: none;
    background: #f2f2f2;
    border-radius: 6px;
    font-family: sans-serif;
    resize: none;
}

.sec-contato .content-icons input:focus,
textarea:focus {
    outline: 1px solid #414141;
}

.sec-contato .content-icons textarea {
    min-height: 120px;
    overflow: auto;
}

.sec-contato .content-icons h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.sec-contato .p-form {
    margin-bottom: 15px;
}

.sec-contato .p-concorda-termos {
    text-align: center;
    color: #aaaaaa;
    margin-top: 25px;
}

.sec-contato .input-group {
    margin-bottom: 15px;
}

.sec-contato .input-group button {
    background: transparent;
    color: #01B8AE;
    border: 1px solid #01B8AE;
    border-radius: 25px;
    min-width: 120px;
}

.sec-contato #selectOption {
    color: #828282 !important;
}

.sec-contato .input-group button:hover {
    background: #01B8AE;
    color: white;
    border: 1px solid transparent;
}

.svg-btn {
    margin-left: 12px;
    fill: #01B8AE;
}

.sec-contato .input-group button:hover .svg-btn {
    fill: white;
}

.sec-contato .inside-form .for-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.input-content {
    padding: 30px;
    background-color: white;
    color: #414141;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 3px 3px 7px 5px rgba(0, 0, 0, 0.08)
}

.sec-contato textarea::placeholder {
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;
    padding-top: 0px;
    font-size: 18px;
}

.div-captcha {
    display: flex;
    place-content: center;
}

.div-form {
    display: flex;
    justify-content: center;
}

.input-group.flexing-div {
    display: flex;
    flex-direction: row;
}

.width33 {
    width: 33.33333%;
}

.width70 {
    width: 70%;
}

.contato-buttons {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: whitesmoke;
}

.contato-buttons .oncolor {
    color: var(--cor-padrao-dois);
}

.contato-buttons .p-oncolor {
    color: var(--cor-padrao-dois);
}

.custom-input {
    display: flex;
    background-color: #F2F2F2;
    color: #828282;
    align-items: center;
}

.input-custom-error {
    border-color: #ed6f6f !important;
    background-color: #ed6f6f30 !important;
}

.custom-input::placeholder {
    line-height: 100px;
}

/*fim sec contato*/

/*footer*/
footer {
    background-color: #FFFFFF;
}

.flex-footer {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer-links {
    margin: 10px 0px;
}

.set-footer1 {
    display: flex;
    flex-direction: column;
}

.sub-footer {
    max-width: 480px;
    display: flex;
    flex-direction: row;
    padding: 0px !important;
}

.social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px;
    gap: 5px;
}

.social-icons div {
    display: inline-block;
}

.social-icons a {
    color: #818a91;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.social-icons li {
    margin: 0px 7px;
    display: inline-block;
}

.set-footer2 {
    min-width: 280px;
    width: 25%;
}

.logo-footer {
    width: 120px;
}

.logo-footer.logo-operadora2 {
    width: 130px;
    margin-top: 2px;
}

.img-ans {
    width: 110px;
    align-content: center;
    margin: 5px;
}

.img-ans.img-ans2 {
    margin-left: 10px;
    margin-top: 2px;
}

.img-ans.img-ans3 {
    margin-top: -5px;
    margin-left: 7px;
}

.flex-footer div {
    padding: 20px;
}

.set-footer3 div {
    padding: 10px;
}

.flex-footer h6 {
    color: #414141;
    font-size: 16px;
}

.flex-footer ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #414141;
}

.align-img-footer {
    display: flex;
    align-items: center;
}

.flex-footer h6 {
    color: #414141;
    font-size: 16px;
}

.align-img-footer {
    display: flex;
    align-items: center;
}

.set-footer2 .dropdown-menu {
    top: initial;
    bottom: 100%;
}

/*fim footer*/

/*responsivo*/

@media (min-width: 1420px) {
    .div-vivabem .div-60 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: 840px;
    }
    .img-divulgacao img {
        max-height: 740px;
    }
}

@media (max-width: 1250px) {

    .hamburger {
        display: block;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .topnav {
        position: fixed;
        left: -100%;
        top: 75px;
        gap: 15px;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        opacity: 0;
        height: auto;
    }
    .topnav.active {
        left: 0;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        margin-left: unset;
        height: auto;
        opacity: 1;
        position: absolute;
        top: 115px;
        background: rgb(255 255 255);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        right: 0;
        margin: auto;
        width: calc(100% - 160px);
        border-radius: 20px;
    }
    .topnav.active > ul {
        display: flex;
        grid-gap: 20px;
        margin: 25px 0px;
        flex-direction: column;
    }
    .div-btn-simulacao {
        display: none;
    }
    .diagrama {
        max-width: 600px;
        flex-direction: column;
    }

    .item {
        flex-direction: row;
        max-width: 500px;
    }
    .circle {
        min-width: 75px;
    }
    .legenda {
        margin-top: 0px;
        margin-left: 20px;
        text-align: start;
        align-content: center;
    }
    .legenda h6 {
        margin-bottom: 7px;
    }

    .line {
        height: 80px;
        width: 2px;
        background-color: #ccc;
        margin: 20px 0px 20px 37.5px;
    }
    .img-divulgacao {
        display: none;
    }
    .div-60 {
        width: 100%;
    }
}
@media (max-width: 1120px) {
    .div-vivabem {
        flex-direction: column;
    }
    .div-vivabem > .div-60 {
        margin-right: initial;
    }
    .div-60, .div-40, .card-divulgacao {
        width: 100%;
    }
    .flex-footer div {
        padding: initial;
        padding-top: 10px;
    }
    .img-divulgacao {
        justify-content: center;
    }
    .img-divulgacao .div-person {
        margin-left: initial;
        margin-top: initial;
    }
    .logo-entidade1 {
        max-width: 100%;
    }
    .img-divulgacao img {
        width: 400px;
    }
    .flex-footer, .sub-footer {
        flex-direction: column;
        text-align: center;
    }

    .sub-footer {
        max-width: initial;
    }

    .set-footer1 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .sub-footer > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .set-footer2 {
        min-width: initial;
        width: 100%;
    }
    .swal2-html-container .div-inside-saibamais {
        flex-direction: column;
    }
}
@media (max-width: 992px) {

    .container, .div-menu-inside, .content-div-banner {
        width: calc(100% - 60px);
    }
    header {
        display: none; /*temporario*/
    }
    .topnav.active {
        right: 0;
        margin: auto;
        width: calc(100% - 60px);
        border-radius: 20px;
    }
    .div-50, .div-60, .div-40, .card-divulgacao, .width33, .width70 {
        width: 100%;
    }
    .title-banner {
        font-size: 35px;
        text-align: center;
    }
    .text-banner {
        font-size: 20px;
        text-align: center;
        padding: 0px 17px;
    }
    .text-inside-banner .btn-saiba-mais {
        min-width: initial;
        max-height: initial;
        text-align: center;
    }
    .banner-desktop .owl-nav .owl-next {
        right: 30px;
        display: none;
    }
    .banner-desktop .owl-nav .owl-prev {
        left: 30px;
        display: none;
    }
    .logo-entidade {
        padding: 0px 15px;
    }
    .text-inside-banner {
        padding: 25px;
    }
    .text-inside-banner > .div-50 {
        display: flex;
        flex-direction: column;
        place-items: center;
    }
    .flex-div {
        flex-direction: column;
    }
    .div-vivabem {
        margin-bottom: 5em;
    }
    .sec-planos-operadora {
        margin-top: 4em;
    }
    .div-cards-divulgacao {
        flex-direction: column;
    }
    .img-divulgacao {
        justify-content: center;
    }
    .img-divulgacao img {
        height: 100%;
        max-height: initial;
    }
    .diagrama .item {
        flex-direction: column;
        gap: 20px;
    }
    .plan-tabs {
        display: flex;
        flex-direction: column;
        border-top: initial;
    }
    .plan-tabs .tab {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 8px 16px;
    }
    .tab.active {
        border-top: 1px solid var(--cor-plano-verde);
        border-radius: 15px;
    }
    .operadora-2 .plan-tabs {
        border-top: initial !important;
    }
    .div-btn-aproveite .btn-link {
        min-width: initial;
        max-height: initial;
    }
    .cards-unity {
        width: 100%;
        max-width: 100%;
    }
    .card-plano .btn {
        min-width: initial;
    }
    .legenda {
        margin-left: initial;
        text-align: center;
    }
    .line {
        align-self: center;
        margin-bottom: 40px;
        margin-left: initial;
    }
    .plan-name {
        font-size: 28px;
    }
    .div-plan-logo {
        flex-direction: column;
        gap: 10px;
    }
    .sec-contato .content-icons {
        width: 100%;
        min-width: initial;
    }
    .input-group.flexing-div {
        flex-direction: column;
    }
    .operadora-2 .tab.active {
        border-radius: 15px !important;
        border-top: 1px solid var(--cor-plano-azul) !important;
    }
    .box-questions {
        width: 100% !important;
    }
    #questions-faq {
        padding: 0px !important;
    }
}
@media (max-width: 400px) {
    .logo {
        width: 160px;
    }
}
@media (max-width: 370px) {
    .div-planos .owl-nav .owl-prev, .div-planos .owl-nav .owl-next {
        display: none;
    }

}
/*sec faq*/
.secFaq {
    padding-top: 6em;
}

.h1-faq {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 25px;
    color: var(--cor-padrao-dois);
    font-weight: 500;
}

.box-questions {
    background-color: white;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 50px;
}

.pad-s12 {
    padding: 25px !important;
}

.collapsible {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

    .collapsible li {
        border-bottom: 1px solid #ddd;
    }

.collapsible-header {
    background: #f5f5f5;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.5s;
    display: flex;
}

    .collapsible-header:hover {
        background: #e0e0e0;
    }

.collapsible-body {
    overflow: hidden;
    height: 0;
    opacity: 0;
    background: #fafafa;
    transition: height 0.35s ease-in-out, opacity 0.20s ease-in-out;
    border-radius: 25px;
}

.regionsNational .collapsible {
    width: 100%;
    margin: 0 auto;
    border: initial;
    margin-bottom: 30px;
}

.regionsNational .collapsible-header {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    background-color: var(--cor-plano-verde);
    border-radius: 0;
    color: #f7f7f7;
    align-items: center;
    place-content: space-between;
    border-radius: 25px;
}

.arrow {
    min-width: 42px;
    transition: transform 0.35s ease-in-out;
}

.collapsible li.active-faq .arrow {
    transform: rotateX(180deg);
}

.collapsible-body > p {
    margin: 15px;
    text-align: justify;
}

/*fim sec faq*/

