  .menu-clientes {
    background: #f7f7f7;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .menu-clientes-container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .menu-clientes-opcoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .btn-menu-clientes {
    background-color: #007BFF;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .btn-menu-clientes i {
    font-size: 1em;
  }
  .btn-menu-clientes:hover {
    background-color: #0056b3;
    color: #ffffff;
    transform: scale(1.05);
  }
  .btn-menu-clientes.active {
    background-color: #0056b3;
  }
  .opcoes-adicionais {
    margin-top: 10px;
    font-size: 14px;
    color: #606060;
  }
  .opcoes-adicionais label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .opcoes-adicionais input[type="checkbox"] {
    margin-right: 10px;
  }
  .opcoes-adicionais a {
    color: #007BFF;
    text-decoration: none;
  }
  .opcoes-adicionais a:hover {
    text-decoration: underline;
  }
  .box-planos {
    background: #ffffff;
    border-radius: 15px;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
  }
  .box-planos:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transform: translateY(-5px);
  }
  .grid-diferenciais {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .grid-diferenciais .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .plano-nome {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  .plano-nome2 {
    font-size: 1.4em;
    color: #666;
    margin-bottom: 15px;
  }
  .preco {
    display: flex;
    align-items: baseline;
    font-size: 2.4em;
    color: #007BFF;
    margin-bottom: 10px;
  }
  .cifrao {
    font-size: 0.6em;
    margin-right: 5px;
  }
  .duracao {
    font-size: 0.6em;
    color: #999;
    margin-left: 5px;
  }
  .promo-section {
    background: #f7f7f7;
    padding: 40px 0;
  }
  .promo-section h1 {
    color: #007BFF;
  }
  .promo-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .promo-icon {
    font-size: 4em;
    color: #007BFF;
    margin-bottom: 10px;
  }
  .promo-text h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .promo-text p {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
  }
  .btn-promo {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  .btn-promo:hover {
    background-color: #0056b3;
  }
  .novidades-section {
    background: #f7f7f7;
    padding: 40px 0;
  }
  .novidades-section h1 {
    color: #007BFF;
  }
  .novidade-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .novidade-icon {
    font-size: 4em;
    color: #007BFF;
    margin-bottom: 10px;
  }
  .novidade-text h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .novidade-text p {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
  }
  .btn-novidade {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  .btn-novidade:hover {
    background-color: #0056b3;
  }
  
  #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999; /* Garante que ficará acima de tudo */
}

/* Título do modal */
.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #800080 !important; /* Roxo com !important para forçar a aplicação */
    margin: 0;
}

/* Botão "X" no modal */
.btn-close {
    font-size: 1.2rem;
    color: #dc3545; /* Vermelho */
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.btn-close:hover {
    color: #c82333; /* Vermelho mais escuro */
    transform: scale(1.1);
}



  
  


@font-face {
  font-family: Cocogoose;
  src: url('../fonts/Cocogoose.otf') format('opentype');
}

@font-face {
  font-family: Cunia;
  src: url('../fonts/Cunia.ttf') format('opentype');
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format('opentype');
}
:root {
  scroll-behavior: smooth;
}
p {
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
.nav-link {
  color: #fff;
}
h4,
h5 {
  color: #606060;
}
h1,h2,h3,h4,h5/*,p.contorno*/ {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700 !important;
  /*	font-family: Cocogoose;*/
}
a.link-azul {
  color: #00ace8;
}
a.link-azul:hover {
  color: #027bff;
}
section.cobertura p,
#myCarousel p.banner {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600 !important;
}
p.contorno {
  font-family: Cocogoose;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#myCarousel h1 {
  font-size: 50px;
  line-height: 0.7;
}
#myCarousel h2 {
  font-size: 40px;
  line-height: 0.7;
}
#myCarousel h2.s {
  font-size: 33px;
  line-height: 0.7;
}
#myCarousel h3 {
  font-size: 22px;
  line-height: 0.9;
}
#myCarousel h4,
.sobre h4 {
  font-size: 30px;
}
#myCarousel h5 {
  font-size: 25px;
}
.height-100 {
  height: 100%;
}
.btn-branco {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 15px;
  /*	font-family: Cocogoose;*/
  padding: 10px 40px;
}
.btn-branco:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.btn-azul {
  border: none;
  /*	font-family: Cocogoose;*/
  color: #fff;
  border-radius: 10px;
  padding: 5px 5px;
  background-color: #009ee2;
  /*background: linear-gradient(to right, #00ceb4, #45a1f1); */
}
.btn-azul:hover {
  color: #fff;
  padding: 4px 18px;
  text-decoration: none;
  background-color: #312782;
  /*background: linear-gradient(to right, #00b59d, #3f91d9);*/
}
.btn-verde {
  border: none;
  /*  font-family: Cocogoose;*/
  color: #fff;
  border-radius: 10px;
  padding: 5px 5px;
  background-color: #06a000;
  /*background: linear-gradient(to right, #00ceb4, #45a1f1); */
}
.btn-verde:hover {
  color: #fff;
  padding: 4px 18px;
  text-decoration: none;
  background-color: #086f04;
  /*background: linear-gradient(to right, #00b59d, #3f91d9);*/
}
#btn-whats {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  height: 75px;
  width: 75px;
  bottom: 15px;
  right: 15px;
  transition: 0.5s;
}
#btn-whats.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
p {
  color: #606060;
}

.modal-resposta-contato .modal-content {
  text-align: center;
  padding: 10px;
  padding: 15px 5px 5px 5px;
}
.modal-resposta-contato .modal-content .close {
  position: absolute;
  right: 7px;
  top: 0px;
}
.modal-resposta-contato .modal-content h3 {
  color: #3f91d9;
}
/* TOPO E MENU */
nav#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #027bff; /* Cor de fundo azul */
  transition: background-color 0.5s, color 0.5s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.navbar-toggler {
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.nav-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin: 0px 10px;
  color: #fff; /* Cor do texto branco */
  transition: color 0.3s;
}

.nav-link:hover {
  color: #cccccc; /* Cor do texto ao passar o mouse */
}

.efeito {
  position: relative;
  transition: all 0.3s linear;
  width: 0px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}

.nav-item:hover .efeito {
  margin-bottom: -2px;
  width: 100%;
  border-bottom: 2px solid #fff;
}

img#logo {
  margin: 10px 0;
  width: 150px;
  transition: all 0.3s ease-out;
}

body {
  padding-top: 100px; /* Espaço ajustado para o menu fixo */
}

#navbar.scrolled {
  background-color: #fff; /* Cor de fundo branca ao rolar */
}

#navbar.scrolled .nav-link {
  color: #606060; /* Cor do texto cinza escuro ao rolar */
}

#navbar.scrolled .efeito {
  border-bottom: 2px solid #606060;
}

section.planos {
  margin-top: 50px; /* Adiciona espaço acima dos planos residenciais */
}

#mobile-menu,
#mobile-x {
  transition: all 0.3s ease;
  display: inline;
}

#mobile-menu.scrolled,
#mobile-x.scrolled {
  color: #027bff; /* Cor do botão do menu mobile ao rolar */
}


/*TOPO E MENU*/
/*SESSAO SOBRE*/
section.sobre p.contorno {
  line-height: 0.8;
  font-size: 53px;
  -webkit-text-stroke-width: 2px; /* largura da borda */
  -webkit-text-stroke-color: #009ee2; /* cor da borda */
  color: #fff;
}
section.sobre .detalhe-azul {
  width: 335px;
  margin-left: calc(50% - 167.5px);
  border-radius: 25px;
  height: 5px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #12dcff, #00ace8);
}
section.sobre div.box-sobre {
  padding: 25px 15px;
}
section.sobre {
  padding: 25px 0px;
}
/*SESSAO SOBRE*/
/* SEÇÃO PLANOS MELHORADA */
section.planos .box-planos {
  width: 300px;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.planos .box-planos:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.planos .box-planos .tag {
  font-family: 'Cocogoose';
  color: #fff;
  background: #ff4081;
  width: fit-content;
  font-size: 14px;
  height: fit-content;
  padding: 5px 20px;
  border-radius: 25px;
  margin: -30px auto 10px auto;
  text-transform: uppercase;
}

section.planos h1 {
  color: #312782;
  padding: 10px;
  font-size: 2.5em;
}

section.planos .box-planos h2 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

section.planos .box-planos h4 {
  color: #009ee2;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

section.planos .grid-diferenciais {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 10px;
  margin-top: 15px;
}

section.planos .grid-diferenciais .icon img {
  width: 100%;
}

section.planos .grid-diferenciais .texto h3 {
  color: #555;
  line-height: 1.2;
  font-size: 18px;
}

section.planos p {
  font-size: 12px;
  line-height: 1.5;
}

section.planos button.regulamento,
section.planos button.beneficios {
  width: fit-content;
  margin: auto;
  background-color: unset;
  border: none;
  color: #009ee2;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
}

section.planos hr {
  width: 100%;
  border-color: #ade0f6;
  margin: 15px 0;
}

section.planos .preco {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2px;
  margin-bottom: 20px;
}

section.planos .preco .cifrao {
  font-size: 18px;
  margin-bottom: 0;
}

section.planos .preco .valor {
  color: #009ee2;
  font-family: 'Cunia';
  font-size: 40px;
  margin-bottom: 0;
  line-height: 0.8;
}

section.planos .preco .duracao p:first-child {
  margin-bottom: 3px;
}

section.planos .preco .duracao p {
  margin-bottom: 0;
}

section.planos .valor-normal {
  text-align: center;
  font-size: 12px;
  margin-top: -5px;
  color: #00ace8;
  margin-bottom: 15px;
}

section.planos .btn-azul {
  padding: 12px;
  width: 90%;
  margin: 10px auto;
  background-color: #009ee2;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
}

section.planos .btn-azul:hover {
  background-color: #007bbd;
}

section.planos .btn-verde {
  padding: 12px;
  width: 90%;
  margin: 10px auto;
  background-color: #06a000;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
}

section.planos .btn-verde:hover {
  background-color: #046b00;
}

@media (max-width: 768px) {
  #planos-container {
    overflow-x: auto;
    overflow-y: visible; /* Garantir que o último elemento não seja cortado */
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px; /* Adicionar espaço extra no final */
  }

  .box-planos {
    flex: 0 0 auto;
    margin-bottom: 20px;
  }

  section.planos .box-planos:last-child {
    margin-bottom: 50px; /* Garante espaçamento no último plano */
  }
}

/* Garantir scroll vertical sempre disponível */
html, body {
  overflow-y: scroll !important;
}



/*SESSAO PLANOS*/
/*SESSAO NOSSA VANTAGENS*/
section.nossas-vantagens {
  padding: 50px 0px;
  background-color: #f2fafe;
}
section.nossas-vantagens .grid-vantagens {
  display: grid;
  grid-template-columns: 80px auto;
  width: 40%;
  margin: 50px 10px 0px 10px;
}
section.nossas-vantagens .icone,
section.nossas-vantagens .texto {
  align-self: start;
}
section.nossas-vantagens .texto p.titulo {
  /*	font-family: Cunia;*/
  font-weight: 500;
  font-size: 22px;
  line-height: 19px;
  margin-block-end: 0px;
  color: #009ee2;
}
section.nossas-vantagens .texto p.corpo {
  /*	font-family: Poppins;*/
  font-size: 15px;
  line-height: 17px;
}
section.nossas-vantagens .icone img {
  width: 80px;
}
/*SESSAO NOSSA VANTAGENS*/
/*SESSAO CASHBACK*/
section.cashback {
  padding: 50px 0px;
}
section.cashback .box {
  width: auto;
}
section.cashback img.cashback {
  margin-bottom: 25px;
}
section.cashback p.titulo {
  /*font-family: Poppins;*/
  font-size: 20px;
}
section.cashback p.corpo {
  /*	font-family: Poppins;*/
  font-size: 16px;
}
section.cashback p.corpo span {
  font-weight: 600;
}
section.cashback p.ganhe50 {
  /*font-family: Cunia;*/
  font-weight: 700;
  font-size: 30px;
  color: #009ee2;
}
section.cashback p.emais {
  /*font-family: Cunia;*/
  font-size: 20px;
}
section.cashback p {
  margin-block-end: 0px;
}
section.cashback h3 {
  color: #606060;
}
/*SESSAO CASHBACK*/
/*SESSAO COBERTURA*/
section.cobertura {
  padding: 50px 0px;
  background-color: #f2fafe;
}
section.cobertura .box {
  width: auto;
}
section.cobertura h1 {
  font-size: 55px;
  padding-bottom: 50px;
  color: #312782;
}
section.cobertura .cidades {
  margin: 45px 0px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
section.cobertura .cidades p {
  /*font-family: Cocogoose;*/
  padding: 10px 20px 10px 54px;
}
section.cobertura .cidades img.pin2 {
  margin-top: -25px;
  position: absolute;
  margin-left: 10px;
}
/*SESSAO COBERTURA*/
/*SESSAO ATENDIMENTO*/
section.atendimento {
  background-repeat: no-repeat;
  background-image: url(../img/im-37.png);
  padding: 50px 0px;
  background-position-x: 90%;
  background-position-y: center;
}
section.atendimento h1 {
  font-size: 55px;
  color: #312782;
}
section.atendimento .box-1:first-child {
  margin-left: 20%;
}
section.atendimento h4 {
  color: #079bd7;
}
section.atendimento .box-1 {
  background-color: #fff;
  margin: 15px;
  float: left;
  width: 30%;
  border: 2px solid #cee5eb;
  padding: 25px 50px;
  border-radius: 25px;
}
section.atendimento .box-2 {
  background-color: #fff;
  margin: 15px;
  float: left;
  width: 55%;
  margin-left: 22.5%;
  border: 2px solid #cee5eb;
  padding: 25px 50px;
  border-radius: 25px;
}
section.atendimento .box-2 p {
  margin-top: 15px;
}
section.atendimento .titulo img {
  width: 25px;
  height: 25px;
  margin: 0px 5px;
}
section.atendimento .titulo {
  display: inline-flex;
}

/*section.atendimento p{
	font-family: Poppins;	
}
section.atendimento form{
    width: 60%;
    margin-left: 20%;	
}
section.atendimento .form-control{
	border-radius: 50px;
	margin-bottom: 25px;
	border: 2px solid #19beca;
}
section.atendimento .btn-azul:hover{
	margin-bottom: 2px;
}
section.atendimento textarea#mensagem {
    border-radius: 25px;
    padding: 10px 25px;
    height: 240px;
}*/

/*SESSAO ATENDIMENTO*/

/*PAGINA REGULATORIO*/
section.regulatorio {
  font-family: 'Quicksand', sans-serif;
  padding: 25px 0px;
}
section.regulatorio h1 {
  color: #312782;
}
section.regulatorio h3 {
  color: #606060;
}
section.regulatorio .box1,
section.regulatorio .box2 {
  padding: 30px 0px;
}
.regulatorio-banner {
  width: 70%;
}
section.regulatorio .btn-azul {
  padding: 5px 30% 5px 30%;
}
section.regulatorio .btn-azul:hover {
  margin: 1px 0px 1px 0px;
}
.img-texto-topo2 {
  margin-bottom: 15px;
  width: 80%;
}
/*PAGINA REGULATORIO*/
/*SESSAO FOOTER*/
footer {
  padding: 25px 0px;
  background: linear-gradient(to right, #d4f7f2, #e0effd);
}
footer img.footer-bg {
  max-width: 100%;
  z-index: 5;
}
footer p {
  position: inherit;
  z-index: 6;
  font-family: 'Quicksand', sans-serif;
  /*	font-family: Poppins;*/
}
footer p.texto {
  font-size: 15px;
}
footer p.texto span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  /*font-family: cunia;*/
  font-size: 18px;
}
footer a.submenu {
  line-height: 2.5;
}
footer .grid-social {
  column-gap: 8px;
  margin: 25px 0px 25px 0px;
  display: grid;
  grid-template-columns: repeat(5, 25px);
}
footer .grid-social .icone {
  width: 25px;
  height: 25px;
}
footer .grid-social .icone img {
  width: 25px;
  height: 25px;
  align-self: center;
}
footer .grid-social .icone img.face {
  margin-left: calc(50% - 6px);
}
footer a {
  font-family: 'Quicksand', sans-serif;
  position: inherit;
  z-index: 7;
  color: #606060;
}
footer a:hover {
  color: #606060;
}
footer p.mini {
  font-size: 11px;
}
/*SESSAO FOOTER*/
/*modal lateral*/
body.aberto-modal-lateral {
  overflow: hidden;
  transition: 0.6s;
}
.modal-lateral {
  position: fixed;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: rgba(0, 0, 0, 0);
}
.modal-lateral.aberto {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.container-modal-lateral {
  width: 0;
  background: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1032;
  transition: 0.6s;
  overflow-x: hidden;
  overflow-y: scroll;
}
.container-modal-lateral.aberto {
  width: 576px;
}
.container-modal-lateral .btn-fechar-modal {
  background-color: unset;
  align-self: end;
  border: none;
  font-size: 20px;
  color: #027bff;
}
.container-modal-lateral .conteudo {
  width: 576px;
  padding: 10px 40px 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.detalhes-regulamento {
  display: none;
}
.detalhes-regulamento h1 {
  font-size: 22px;
  color: #027bff;
}
.detalhes-regulamento h2 {
  font-size: 18px;
  color: #009ee2;
}
.detalhes-regulamento h3 {
  font-size: 16px;
  color: #00ace8;
}
.detalhes-regulamento ul {
  padding-inline-start: 20px;
}
.detalhes-regulamento li::marker {
  color: #00ace8;
}
.detalhes-regulamento p .detalhes-regulamento li {
  font-size: 12px;
  color: #606060;
}
.detalhes-regulamento.mostrar {
  display: block;
}
/*modal lateral*/

/*resolution 1999 to 1200*/
@media (max-width: 1999px) {
  /*	#myCarousel h1{font-size: 65px;}
	#myCarousel h3 {font-size: 27px;}
	#myCarousel h2{font-size: 51px;}
	#myCarousel h2.s{font-size: 41px;}
	#myCarousel p.banner{font-size: 19px;}*/
  #myCarousel h1 {
    font-size: 40px;
  }
  #myCarousel h3 {
    font-size: 18px;
  }
  #myCarousel h2 {
    font-size: 35px;
  }
  #myCarousel h2.s {
    font-size: 26px;
  }
  .img-texto-topo {
    width: 60%;
  }
  img.roteador {
    width: 80%;
  }
  #myCarousel .carousel-indicators {
    bottom: 5px;
  }
  #myCarousel .carousel-indicators li {
    width: 20px;
    border-radius: 100%;
    height: 20px;
  }
  .citem1,
  .citem2,
  .citem3 {
    height: 75vh;
  }
  /**/
  /*PAGINA REGULATORIO*/
  .regulatorio-banner {
    width: 65%;
  }
  /*PAGINA REGULATORIO*/
}
/*resolution 1199 to 992*/
@media (max-width: 1199px) {
  /*	#myCarousel h1 {font-size: 50px;}
	#myCarousel h3 {font-size: 21px;}
	#myCarousel h2 {font-size: 41px;}
	#myCarousel h2.s{font-size: 33px;}
	#myCarousel p.banner {font-size: 16px;}*/
  .citem1,
  .citem2,
  .citem3 {
    height: 75vh;
  }
  #myCarousel .carousel-indicators {
    bottom: 5px;
  }
  .sobre h4 {
    font-size: 23px;
  }
  .nav-link {
    padding: 5px 15px !important;
  }
  a.nav-link.btn-branco {
    width: fit-content;
  }
  section.sobre p.contorno {
    line-height: 0.9;
    font-size: 45px;
  }
  .btn-branco {
    font-size: 16px;
  }
  section.planos .btn-azul {
    font-size: 14px;
  }
  section.planos .btn-verde {
    font-size: 14px;
  }
  section.cashback img.cashback {
    margin-bottom: 25px;
    width: 60%;
  }
  section.atendimento {
    background-position-x: 95%;
  }
  section.planos .box-planos {
    width: 200px;
  }
}
/*resolution 991 to 768*/
@media (max-width: 991px) {
  /* #myCarousel h1 {font-size: 40px;}
	 #myCarousel h3 {font-size: 16px;}
	 #myCarousel h2 {font-size: 31px;}
	 #myCarousel h2.s {font-size: 25px;}
	 #myCarousel p.banner {font-size: 13px;}*/
  section.planos .box-planos {
    width: 278px;
  }
  #myCarousel p.banner {
    font-size: 12px;
  }
  #myCarousel h2 {
    font-size: 30px;
  }
  .btn-branco {
    font-size: 13px;
  }
  .citem1,
  .citem2,
  .citem3 {
    height: 80vh;
  }
  #myCarousel .carousel-indicators {
    bottom: 5px;
  }
  section.nossas-vantagens .grid-vantagens {
    width: 45%;
  }
  img.roteador {
    width: 70%;
  }
  section.cobertura h1 {
    font-size: 45px;
    padding-bottom: 10px;
  }
  section.atendimento .box-1:first-child {
    margin-left: 0px;
  }
  section.atendimento .box-1 {
    width: 45%;
  }
  /*	section.cobertura .cidades {
   		width: 87%;
	}*/
  /*PAGINA REGULATORIO*/

  /*PAGINA REGULATORIO*/
  footer img.footer-bg {
    width: 80%;
    margin: -40px 0px 0px 0px;
  }
}
/*resolution 767 to 576*/
@media (max-width: 767px) {
  /*	#myCarousel h3{font-size: 14px;}
	#myCarousel h2{font-size: 28px;}
	#myCarousel h2.s{font-size: 21px;}
	p.banner {font-size: 12px;}*/
  #myCarousel h3 {
    font-size: 12px;
  }
  #myCarousel h2 {
    font-size: 28px;
  }
  #myCarousel h2.s {
    font-size: 21px;
  }
  section.planos .box-planos {
    width: 230px;
  }
  p.banner {
    font-size: 12px;
  }
  .citem1,
  .citem2,
  .citem3 {
    height: 90vh;
    padding: 75px 0px;
    background-size: 160% 100%;
    background-position: center;
  }
  img#logo {
    margin: 5px 0px;
    width: 170px;
  }
  .img-texto-topo {
    width: 100%;
  }
  img.roteador,
  img.moedas,
  img.banco {
    width: 100%;
  }
  #myCarousel .box {
    padding-right: 25px;
  }
  #myCarousel .carousel-indicators {
    bottom: 5px;
  }
  .btn-branco {
    font-size: 10px;
    padding: 5px 15px;
  }
  section.cashback img.cashback {
    width: 45%;
  }
  /*	section.cobertura .cidades {
    	width: 58%;
	}*/
  /*	section.atendimento form {
    width: 76%;
    margin-left: 12%;
	}*/
  section.atendimento .box-1,
  section.atendimento .box-2 {
    width: 90%;
    padding: 25px 5px;
    margin-left: 5% !important;
  }
  footer p.mini {
    font-size: 9px;
    text-align: center;
  }
  footer .grid-social {
    column-gap: 15px;
    justify-content: center;
    margin: 25px 0px 25px 0px;
  }

  /*
	footer .grid-social .icone img{
		height: 100%;
	}
		footer .grid-social .icone {
		height: 30px;
	}*/
  .img-texto-topo2 {
    width: 146%;
  }
  .regulatorio-banner {
    width: 100%;
  }
  footer a.submenu {
    line-height: 1.8;
  }
}
/*resolution 575 to 415*/
@media (max-width: 575px) {
  section.planos .box-planos {
    width: 280px;
  }
  .img-vantagens {
    width: 80%;
  }
  img.roteador {
    margin-bottom: 20px;
  }
  #myCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
  p.contorno {
    font-size: 40px;
  }
  #myCarousel h4,
  .sobre h4 {
    font-size: 20px;
  }
  #myCarousel h5 {
    font-size: 20px;
  }
  .detalhe-azul {
    width: 80%;
    margin: 0px 10% 20px 10%;
  }
  .img-texto-topo {
    width: 70%;
  }
  section.sobre div.box-sobre {
    padding: 15px 10px;
  }
  img.roteador,
  img.moedas,
  img.banco {
    width: auto;
    height: 180px;
  }
  section.nossas-vantagens .grid-vantagens {
    width: 100%;
    margin: 40px 10px 0px 10px;
  }
  /*	section.cobertura .cidades {
    	width: 78%;
	}*/
  section.atendimento h1 {
    font-size: 40px;
  }
  section.nossas-vantagens .texto p.corpo {
    font-size: 13px;
    line-height: 15px;
  }
  .img-texto-topo2 {
    margin-top: 20px;
    width: 100%;
  }
  .regulatorio-banner {
    width: 60%;
  }
  section.regulatorio h1 {
    font-size: 2rem;
  }
  section.regulatorio h3 {
    font-size: 1.25rem;
  }
  section.regulatorio {
    padding: 15vw 0px;
  }
  .container-modal-lateral.aberto {
    width: 100%;
  }
  .container-modal-lateral .conteudo {
    width: 100vw;
  }
  section.planos .box-planos h2 {
    font-size: 22px;
  }
}
/*resolution 414 to 300*/
@media (max-width: 414px) {
  div#btn-whats {
    height: 50px;
    width: 50px;
    bottom: 10px;
    right: 10px;
  }
  #myCarousel h1 {
    font-size: 30px;
  }
  #myCarousel h2 {
    font-size: 26px;
  }
  #myCarousel h2.s {
    font-size: 23px;
  }
  #myCarousel h3 {
    font-size: 14px;
  }
  p.banner {
    font-size: 12px;
  }
  #myCarousel .box {
    padding-right: 0px;
  }
  img.roteador,
  img.moedas,
  img.banco {
    width: auto;
    height: 28vh;
  }
  .img-texto-topo {
    width: 75%;
  }
  section.sobre .detalhe-azul {
    width: 94%;
    margin-left: 2%;
  }
  .btn-branco {
    font-size: 14px;
    padding: 10px 10px;
  }
  section.cashback img.cashback {
    width: 70%;
  }
  section.sobre p.contorno {
    font-size: 40px;
  }
  section.cobertura h1 {
    font-size: 38px;
  }
  section.atendimento h1 {
    font-size: 32px;
  }
  section.cobertura .cidades {
    /*    width: 100%;*/
    font-size: 13px;
  }
  section.cashback {
    padding: 30px 0px;
  }
  section.cobertura {
    padding: 30px 0px;
  }
  section.cobertura .cidades img.pin2 {
    width: 40px;
  }
  footer img.footer-bg {
    width: 100%;
    margin: -20px 0px 0px 0px;
  }
  
}

    .detalhes-regulamento .separador {
      border-top: 2px solid #009ee2; /* Cor azul para a linha */
      margin-top: 16px;
      margin-bottom: 16px;
    }
.btn-azul2 {
  border: none;
  /*	font-family: Cocogoose;*/
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 20px;
  background-color: #00ace8;
}

.btn-azul2:hover {
  color: #ffffff;
  padding: 4px 18px;
  text-decoration: none;
  background-color: #009ee2;
}

section.planos .btn-azul2 {
  background-color: #ffffff;
  color: #009ee2;
}