/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

body {
   
    font-family: "Gilroy-Regular",sans-serif !important;
    
}

.wi-fi {
   
    width: 150px !important;
    height: 50px !important;
}

li span {
    display: block;
    font-size: 4.5rem;
}

.newpadding{
  padding-top: 95px !important;
}

.count {
    display: inline-block;
    font-size: 1.4em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.maior{
  font-size: 50px;
  font-weight: 900; 
  color: #4298CC;
}

.cor-azul{
    font-size: 50px;
   font-weight: 900; 
   color: #21145F;
}

.navi {
    border-bottom: 4px solid #4297cd;
    padding-bottom: 14px;
}

.list-disc {
    list-style-type: disc;
    font-size: 20px !important;
}

.svg{
  width: 250px;
  margin-top: -30px;
}

 .banner-principal {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #333;
    top: -90px;
    background-image: url(../img/celular-fibra.jpg); 
    background-size:cover; 
    background-repeat: no-repeat;
}

 .banner-principal1 {
    position: relative;
    z-index: 2;

    display: flex;

    color: #333;
    margin-top: -90px;
   
}


 .fundo-renda {
    background-image: url(../img/fundo-ganhe.jpg); 
    background-size:cover; 
    background-repeat: no-repeat;
    height: 100vh;
}

 .fundo-duvidas1 {
    background-image: url(../img/fundo-duvidas.jpg); 
    background-size:cover; 
    background-repeat: no-repeat;
    height: 100vh;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*.box-max{
      border: 1px solid #471eff;
    border-radius: 16px;
    padding: 20px 20px;
    background: #fafafa;
    margin-bottom: 10px;
}*/

.box-max {
    border: 4px solid #471eff;
    border-radius: 16px;
    padding: 20px 20px;
    /* background: #ffffff; */
    margin-bottom: 10px;
}

.circle {
    padding-right: 8px;
    position: relative;
    right: -125px;
    width: 38px !important;
}

/********** switch **********/
.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
  right: -50px;
}
.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #b5b5b5;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
    background-color: #c618ff;
}
.form-switch input:checked + i::before {
    transform: translate3d(1px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.form-switch {
     padding-left: 0;
}

.beneficio {
    padding-right: 6px;
    height: 20px;
    padding-top: 3px;
}

.beneficio1 {
    padding-right: 6px;
    height: 31px;
    padding-top: 3px;
}

.detalhe{
    font-size: 12px;
    color: #fff;
    font-weight: 300 !important;
    font-family: 'Gilroy-Medium', sans-serif !important;
    padding-top: 10px;
}

.detalhe-cinza{
    font-size: 12px;
    color: #999;
    font-weight: 300 !important;
    font-family: 'Gilroy-Medium', sans-serif !important;
    padding-top: 10px;
    text-align: center;
}

.show-xs{
  display: none;
}

.hide-xs{
  display: block;
}

.tit-blue1{
font-size: 50px;
font-weight: 900; 
color: #4298CC
}



.py-6 {
    padding-top: 7rem !important;
    padding-bottom: 5rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 5rem !important;
}

.logo{
  width: 200px;
}

.modal-container:before {
  margin: 60px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
  display: none;
}

.modal-container:after {
  margin: 60px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
  display: block;
}
.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}
.modal-container .modal-btn:hover {
  background: #365690;
}
.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.modal-container .modal-close:hover {
  color: #333;
}
.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}
.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}
.modal-container #modal-toggle {
  display: none;
}
.modal-container #modal-toggle.active ~ .modal-backdrop, .modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}


.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    opacity: 1;
    background-color: #fff;
    max-width: 70%;
    width: 70%;
    height: 100%;
    padding: 10px 30px;
    position: fixed;
    left: calc(12% - 190px);
    top: 0%;
    border-radius: 0px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    padding-top: 40px;
}

.pb-20{
  padding-bottom: 40px;
}



@media (max-width: 400px) {
  .modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    left: 0;
  }
}

@media (max-width: 400px) {
  .modal-container #modal-toggle1.active ~ .modal-content, .modal-container #modal-toggle1:checked ~ .modal-content {
    left: 0;
  }
}

.modal-container #modal-toggle1 {
  display: none;
}
.modal-container #modal-toggle1.active ~ .modal-backdrop, .modal-container #modal-toggle1:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}


.modal-container #modal-toggle1.active ~ .modal-content, .modal-container #modal-toggle1:checked ~ .modal-content {
    opacity: 1;
    background-color: #fff;
    max-width: 70%;
    width: 70%;
    height: 100%;
    padding: 10px 30px;
    position: fixed;
    left: calc(12% - 190px);
    top: 0%;
    border-radius: 0px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    padding-top: 100px;
}


.modal-container #modal-toggle2 {
  display: none;
}
.modal-container #modal-toggle2.active ~ .modal-backdrop, .modal-container #modal-toggle2:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}


.modal-container #modal-toggle2.active ~ .modal-content, .modal-container #modal-toggle2:checked ~ .modal-content {
    opacity: 1;
    background-color: #fff;
    max-width: 70%;
    width: 70%;
    height: 100%;
    padding: 10px 30px;
    position: fixed;
    left: calc(12% - 190px);
    top: 0%;
    border-radius: 0px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    padding-top: 100px;
}

.modal-container #modal-toggle3 {
  display: none;
}
.modal-container #modal-toggle3.active ~ .modal-backdrop, .modal-container #modal-toggle3:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}


.modal-container #modal-toggle3.active ~ .modal-content, .modal-container #modal-toggle3:checked ~ .modal-content {
    opacity: 1;
    background-color: #fff;
    max-width: 70%;
    width: 70%;
    height: 100%;
    padding: 10px 30px;
    position: fixed;
    left: calc(12% - 190px);
    top: 0%;
    border-radius: 0px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    padding-top: 100px;
}


/********** switch **********/

.form-switch1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch1 i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch1 i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #b5b5b5;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.form-switch1 i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch1:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch1:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch1 input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch1 input:checked + i {
    background-color: #471EFF;
}
.form-switch1 input:checked + i::before {
    transform: translate3d(1px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch1 input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.form-switch1 {
     padding-left: 0;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
      font-family: 'Gilroy-Bold' , sans-serif;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

body{
    color: #fff !important
}

.wrap-beneficios{
  padding: 20px 10px;
    background: #efefef;
    border-radius: 10px;
    border: 2px solid #471eff;
}


.text-primary {
    color: #ffffff !important;
}


.btn-primary {
    background-color: #c618ff;
    border-color: transparent;
    border-radius: 20px;
    margin: auto;
    width: 100%;
}

@font-face {
    font-family: 'Gilroy-Black';
    src: url('../Gilroy-Black.woff2') format('woff2'),
    url('../Gilroy-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../Gilroy-Medium.woff2') format('woff2'),
        url('../Gilroy-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../Gilroy-Bold.woff2') format('woff2'),
        url('../Gilroy-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../Gilroy-Regular.woff2') format('woff2'),
    url('../Gilroy-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}


.fundo-planos1 {
  
    background-color:#fff;
    padding-top: 30px;
    margin-bottom: -40px;
}

.form-floating>label {
   
    color: #666;
}

.titulos {
    font-size: 39px;
    letter-spacing: -2px;

    position: relative;
    top: -70px;
    left: 20px;
    line-height: 46px;
    font-family: 'Gilroy-Medium', sans-serif !important; 
}

.titulos1 {
    font-size: 39px;
    letter-spacing: -2px;
    line-height: 46px;
    font-family: 'Gilroy-Medium', sans-serif !important; 
}

.titulos2 {
    font-size: 39px;
    letter-spacing: -2px;
    line-height: 46px;
    font-family: 'Gilroy-Medium', sans-serif !important; 
  
}



.btn-uno {
    width: 220px;
    position: absolute;
    right: 298px;
    top: -70px;
}

.btn-uno1{
width: 220px;
    position: absolute;
    right: 60px;
    background: #C30EFF !important;
    top: -70px;
}

.btn-uno2 {
    width: 228px;
}

.btn-uno3 {
    width: 240px;
    background: #C30EFF !important;
    margin-left: 10px;
}

.big-blue{
    font-size: 50px;
    font-weight: 900; 
    color: #21145F;
    line-height:55px;
}

.big-white{
    font-size: 50px;
    font-weight: 900; 
    color: #ffffff !important;
    line-height:55px;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary, .btn-outline-primary:hover {
    color: #fff;
    font-weight: 900;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.sessoes {

    padding-bottom: 14px;
    font-family: 'Gilroy-Bold', sans-serif;
}

.navbar-light .navbar-toggler {

    border-color:transparent;
}


/*.top-bar {
    height: 47px;
    border-bottom: 1px solid #4297cd;
    background: #21145F;
    position: relative;
    z-index: 999;
}*/

.top-bar {
    height: 47px;
    border-bottom: 1px solid #4297cd;
    background: #21145F;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 50px;
}

.top-indique {
    position: relative;
    top: 0px;
}

.text-4xl {
    font-size: 3.25rem !important;
    line-height: 3.5rem !important;
    color: #fff;
    font-family: 'Gilroy-Medium' ,sans-serif;
    text-align: center;
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: transparent !important;
}

.text-2x2 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #444 !important;
}

#rulesText {
   
    max-width: 760px !important;
   
}

.play{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    border-radius: 100px
}

.rounded-video{
    border-radius: 16px;
    border: 3px solid #fff;
    box-shadow: 2px 8px 21px #444;
}

.font-semibold {
    font-weight: 600;
    color: #444;
    font-family: 'Gilroy-Bold';
}
.text-2xl {
    
    color: #fff !important;
    font-family: 'Gilroy-Medium';
}

.text-left {
    text-align: left;
    color: #fff;
    font-family: 'Gilroy-Medium';
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #fff;
    font-weight: 500;
    outline: none;
    font-family: 'Gilroy-Medium' ,sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #c30eff;
}

/*.navbar {
    top: 14px;
}*/

.navbar {
    top: 64px;
}

.menu {
    background: transparent;
    position: relative;
    z-index: 4;
}

.banner {
    margin-top: -98px;
    position: relative;
    z-index: 0;
}
.banner1 {
    /* margin-top: -140px; */
    position: relative;
    z-index: 0;
    top: -93px;
}

.banner-renda {
    margin-top: -40px;
    position: initial;
    /* height: auto; */
    margin-bottom: 40px;
    /* width: 100%; */
}

.mais-vendido {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 171px !important;
}

.banner-gamer{


}

.box-planos{
    width: 24%;
    margin-right: 10px
}

.box-planos-teste {
    width: 22%;
    margin-right: 20px;
}

.box-planos-movel{
    width: 31%;
    margin-right: 30px
}

.box-planos-empresa {
    margin-right: 30px;
    width: 31%;
}

.titulo-maior{
    font-size: 80px;
    color: #fff;
     font-family: 'Gilroy-Bold', sans-serif !important;
     letter-spacing: -2px;
     line-height: 78px
}

.wow {
    visibility: hidden; /* Garante que o elemento só apareça após a animação */
}

.sub-titulos {
    font-size: 39px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 46px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: relative;
}

.sub-titulos1 {
    font-size: 39px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 46px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: relative;
    top: 280px;
}

.sub-titulos2 {
    font-size: 55px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 64px;
    font-family: 'Gilroy-Medium', sans-serif !important;
}

.span-renda-extra{
  font-size: 20px;
    margin-top: 13px;
    display: block;

}

.btn-renda {
    width: 30%;
    background: #ff6d2e;
    border-radius: 8px;
    color: #fff;
    float: left;
    display: block;
    margin-right: 20px;
}

.img-lucro {
    position: relative;
    z-index: 99;
    top: 50px;
}

.box-ganhe{
  background-image: url(../img/ganhe.png);
  background-repeat: no-repeat;
  z-index: 1;
  padding-top: 100px

}

.box-cadastro{
  background-image: url(../img/cadastro.png);
  background-repeat: no-repeat;
  z-index: 1;
  padding-top: 100px

}

.box-duvidas {
    background-image: url(../img/duvidas.png);
    background-repeat: no-repeat;
    z-index: 1;
    padding-top: 170px;
}

.tit-ganhe {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    max-width: 440px;
    line-height: 44px;
}


.seta {
    position: relative;
    top: 240px;
    text-align: center;
    left: -16%;
}

.tit-planos {
    position: absolute;
    margin-top: -34px;
    background: #471EFF;
    border-radius: 12px;
    padding: 4px 15px;
    margin-left: -20px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: 'Gilroy-Medium', sans-serif !important;
}

.tit-planos-azul {
    position: absolute;
    margin-top: -20px;
    background: #471EFF;
    border-radius: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 4px 15px;
    margin-left: -20px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: 'Gilroy-Medium', sans-serif !important;
}

/*.small-planos {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -46px;
    left: 8px;
    font-weight: 300;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0px;
}
*/
/*.small-planos {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: 6px;
    left: -14px;
    font-weight: 280;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0px;
}*/

.small-planos {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -47px;
    left: 5px;
    font-weight: 280;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0px !important;
}

.small-planos-azul {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -47px;
    left: 5px;
    font-weight: 280;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0px !important;
    color: #21145f
}



.small-planos1 {
    font-size: 12px;
    line-height: 40px;
    position: relative;
    top: -21px;
    left: 13px;
    font-weight: 280;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0px !important;
}

.bolas{
    position: absolute;
    right: 0px;
}

.bolas1{
    position: absolute;
    right: 0px;
}

.bolas img {
    position: relative;
    height: 1530px;
    z-index: 1;
}

.bolas1 img {
    position: relative;
    height: 1072px;
    z-index: 1;
}

.mes {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -1px;
    left: -12px;
    font-weight: 300;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: -1px;
}


.mes-azul {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -13px;
    left: -18px;
    font-weight: 300;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: -1px;
    color: #471EFF;
}


.mes1 {
    font-size: 22px;
    line-height: 40px;
    position: relative;
    top: -7px;
    left: 0px;
    font-weight: 300;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: -1px;
}


.detalhe-planos {
    display: block;
    margin-top: 20px;
    margin-bottom: -12px;
    padding-left: 7px;
    text-transform: uppercase;
    color: #c30eff;
    /* font-weight: 700; */
    font-size: 20px;
}

.detalhe-preco {
    display: block;
    margin-top: 20px;
    margin-bottom: -12px;
    text-transform: uppercase;
    color: #c30eff;
    /* font-weight: 700; */
    font-size: 14px;
}

.mylink{
    text-align: center;
    margin-top: 10px
}

.mylink-azul{
    text-align: center;
    margin-top: 10px;
    color: #21145f;
    font-weight: 900;
}



hr:not([size]) {
    height: 1px;
    background-color: #355efc;
    opacity: 1;
}

.rounded1 {
    border-radius: 16px !important;
    background: #21145F;
    border: 2px solid #471EFF;
    padding: 20px;
    height: 640px;
    position: relative;
    z-index: 99;
}

.rounded-branco {
    border-radius: 16px !important;
    background: #fff;
    border: 2px solid #471EFF;
    padding: 20px;
    height: 1070px;
    position: relative;
    z-index: 99;
    box-shadow: 1px 13px 11px #e7e4e4;
    width: 84%;
}

.rounded-fixo {
    border-radius: 16px !important;
    background: #242035;
    border: 2px solid #471EFF;
    padding: 20px;
    height: auto;
    position: relative;
    z-index: 99;
    box-shadow: 3px 2px 29px 0px #fff;
}


.rounded2 {
    border-radius: 16px !important;
    background: #1e1e1e;
    border: 2px solid #979797;
    padding: 20px;
    height: auto;
    position: relative;
    z-index: 99;
}

.rounded3 {
    border-radius: 16px !important;
    background: #21145F;
    border: 2px solid #471EFF;
    padding: 20px;
    height: 840px;
    position: relative;
    z-index: 99;
}

.rs{
  font-size: 14px !important; 
  line-height: 45px;
  margin-right: 5px;
} 

.rounded4 {
    border-radius: 16px !important;
    background: #21145F;
    border: 2px solid #471EFF;
    padding: 20px;
    position: relative;
    z-index: 99;
}

.display-5 {
    font-size: 6rem;
    letter-spacing: -1px;
    color: #fff;
}

.display-5-azul {
    font-size: 6rem;
    letter-spacing: -1px;
    color: #471EFF;
}

.espaco{
    height: 72px;

}

.display-8 {
    font-size: 4rem;
    letter-spacing: -2px;
    color: #21145F;
}

.display-9 {
    font-size: 4rem;
    letter-spacing: -2px;
    color: #21145F;
}

.display-10 {
    font-size: 3rem;
    letter-spacing: -1px;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 0px !important;
}

.display-11 {
    font-size: 9rem;
    letter-spacing: -4px;
    color: #fff;
    margin-bottom: -30px !important;
    display: block;
}

.normal{
   color: #c618ff;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 23px; 
}

.display-6 {
    font-size: 7rem;
    letter-spacing: -4px;
    color: #fff;
    margin-bottom: -30px !important;
    display: block;
}

.display-azul {
    font-size: 7rem;
    letter-spacing: -4px;
    color: #21145f;
    margin-bottom: -30px !important;
    display: block;
}



.display-7 {
    font-size: 7rem;
    letter-spacing: -2px;
    color: #fff;
    line-height: 7rem;
    margin-top: -40px;
}

.display-8 {
    font-size: 5rem;
    letter-spacing: -4px;
    color: #fff;
    margin-bottom: -30px !important;
    display: block;
}

.linha1{
    margin: 0px !important
}

small, .small {
    font-size: .875em;
    color: #fff;
    padding-bottom: 0px
}

.small-white{
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 999
}

.tit-blue{
    font-family: 'Gilroy-Bold' , sans-serif;
    letter-spacing: -1px;
    max-width: 500px;
    line-height: 40px;
    padding: 40px 0px;
}

.tit-white {
    font-family: 'Gilroy-Medium' , sans-serif;
    letter-spacing: -1px;
    line-height: 40px;
    padding: 30px 0px;
    color: #fff;
    font-size: 36px;
    display: block;
    font-weight: 700;
}

.cadastro {
    font-family: 'Gilroy-Bold' , sans-serif;
    letter-spacing: -1px;
    line-height: 30px;
    padding: 0px 0px;
    color: #4298CC;
    font-size: 24px;
    display: block;
    font-weight: 700;
}

.small-white1{
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.accordion-body{
    color: #666
}

.accordion-button:not(.collapsed) {
    color: #555;
    background-color: #ffffff;
}

.accordion-button:focus {
    border-color: #555;
 }

 .accordion-button {
    padding: 0.5rem 1.25rem; 
}


.fundo-planos {
  background-image: linear-gradient(160deg, #21145f, #2a4bca);
    
    padding-top: 30px;
    margin-bottom: -40px;
}



.fundo-planos-empresa{
    background-image: linear-gradient(160deg, #000000, #999);
    padding-top: 30px

}

.fundo-duvidas {
    background-image: linear-gradient(160deg, #797979, #ffffff);
    padding-top: 30px;
}

.fundo-combo{
   background-image: url(../img/combo-movel.jpg);
   height: 100vh;
   background-size: cover;
   background-repeat: no-repeat;
}

.fundo-indique{
   background-image: url(../img/fundo-indique.jpg);
   height: 100vh;
   background-size: cover;
   background-repeat: no-repeat;
}

.parallax-mirror {
    height: 115vh !important;
    visibility: visible !important;
    margin-top: -93px;
}

.max-img{
    background-image: url(../img/max-img.jpg);
    background-size: cover;
    height: 100vh;
}


  /* Estilo para o parallax */
 

        .parallax-window img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 1;
        }
   .parallax-window {
            position: relative;
            z-index: 1;
            height: 100vh; /* Altura total da viewport */
            overflow: hidden;
            opacity: 0; /* Inicialmente invisível */
            transition: opacity 1s ease-in-out; /* Transição suave */
        }

        .parallax-window.visible {
            opacity: 1; /* Torna visível */
        }

    
        .parallax-window1 img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 1;
        }
   .parallax-window1 {
            position: relative;
            z-index: 1;
            height: 100vh; /* Altura total da viewport */
            overflow: hidden;
            opacity: 0; /* Inicialmente invisível */
            transition: opacity 1s ease-in-out; /* Transição suave */
        }

        .parallax-window1.visible {
            opacity: 1; /* Torna visível */
        }


.roxo{
    color: #DA6CFF;
    font-size: 32px;
}

.blue{
    color: #21145f;
    font-size: 39px;
}

.border1{
    border: 2px solid #4298CC;
}

.accordion-item:not(:first-of-type) {
    margin-top: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dropdown-item:hover,.dropdown-item:focus{color:#ffffff;background-color:#C30eff}

@media (max-width: 1280px) {

  .box-planos{
    width: 23%;
    margin-right: 10px
}

.box-planos-movel{
    width: 30%;
    margin-right: 30px
}

.box-planos-empresa {
    margin-right: 30px;
    width: 30%;
}

/*.rounded3 {
    height: 910px;
}*/

.rounded4 {
    
}


.btn{
  font-size: 14px;
}

.detalhe-planos{
  font-size: 16px;
}
    
.tit-planos{
  font-size: 16px;
}  

 

.display-5{
  font-size: 3rem;
}

.display-6{
  font-size: 5.5rem;
}

.display-8{
  font-size: 4.5rem;
}

.display-9{
  font-size: 3.5rem;
}

.display-11{
  font-size: 7.7rem;
}

.beneficio{
  height: 17px;
}

.small-planos1 {
    font-size: 10px;
}

.svg{
  width: 210px;
  margin-top: 30px;
}

.btn-uno1{
  top: -10px
}

.btn-uno{
  top: -10px
}

.sub-titulos{
  display: block;
  margin-top: -40px;
  font-size: 36px;
}
.titulos{
  position:initial;
  font-size: 36px;
}

.rounded2 {
    height: auto;
}

#leftElement{
 
  left: 165px !important;
}

#rightElement{
 
  right: 165px !important;
}

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 120%;
    object-fit: cover;
}
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: #4b4b4b;
    border-color: #4298cc !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}

.feature-box{
    height: 160px;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: -25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev, .project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
    cursor: pointer;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

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

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
   /* margin: 0 auto;*/
   border-radius: 16px;
}

.paragrafo-cinza{
    color: #666;
    padding: 20px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
    font-size: 12px;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.text-blue{
    color: #4298CC;
}

.padding-top{
    padding-top: 10px
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggle.svg);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggle.svg);
    position: relative;
    top: -30px;
    border-color: transparent !important;
    border: transparent;
}

@media (max-width: 375px){

.banner-movel {
    height: 70vh !important;
}

}

@media only screen and (max-width: 375px) {
#leftElement {
    
    width: 154px !important;
}

#rightElement {
    
    width: 154px !important;
}

}

@media (max-width: 767px){

  #ouText {
    font-size: 2rem;
   
    max-width: 450px;
}
.mais-vendido {

    width: 171px !important;
}

.wi-fi {
    width: 140px !important;
    height: 50px !important;
    max-width: 150px !important;
}

.form-switch i {
   
    right: -40px;
}

.box-max{
  border: 1px solid #471eff;
  border-radius: 16px;
padding: 20px 20px;
background: transparent; 
margin-top: 10px;
width: 100%;
}

.width-col{
  width: 30%
}

.width-col1{
  width: 37%
}

.bolas img {
    height: 1290px;
}

.btn-uno3 {
    width: 228px !important;
    position: relative;
    top: -100px;
}

.titulos2 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 28px;
    position: relative;
    top: -90px;
}

.tit-blue1{
font-size: 40px;
line-height: 40px;

}


.titulos1 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 28px;
    position: relative;
    top: 30px;
}

.sub-titulos2 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 32px;
    margin-top: -162px;
    display: block;
    padding-left: 8px;
    /* top: -40px; */
}

.btn-renda {
    width: 54%;
    margin-top: 5px !important;
    display: block;
    padding: 8px 4px !important;
}
.span-renda-extra {
    font-size: 12px;
    margin-top: 24px;
    display: block;
}

#rightElement {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px !important;
}

.img-renda-extra{

    position: absolute !important;
    /* width: 100%; */
    height: 180% !important;
    object-fit: cover !important;
    top: -103px;
    z-index: 1;

}



#leftElement {
    top: 10%;
    left: 50% !important;
    transform: translate(-50%, 0);
    width: 150px !important;
}
    .box-planos {
    width: 100%;
    margin-bottom: 30px;
}

#ouText {
    font-size: 2rem !important;
    width: 300px;
    text-align: center;
}

.img-thumb{
  width: 150px;
}

.text-2x2 {
    font-size: 40px;
    line-height: 40px;
}

.espaco{
  margin: 15px 0px;
}

.text-internas {
    color: #ffffff !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.h3-1{
  color: #fff;
    font-weight: 400;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    text-align: left;

}

.h2-1 {
    color: #4298CC;
    text-align: left;
    font-size: 20px;
}

.box-movel {
    float: right;
    width: 155px;
    padding-right: 0px;
}

 .banner-principal {
   
    height: 100vh;
   
    font-size: 2rem;
    color: #333;
    top: -90px;
    background-image: url(../img/767-banner-combo-movel.jpg); 
    background-size:cover; 
    background-repeat: no-repeat;"
}

 .combos-movel {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #333;
    top: 0px;
    background-image: url(../img/767-combos-movel.jpg); 
    background-size:cover; 
    background-repeat: no-repeat;"
}


.big-blue {
    font-size: 40px;
    color: #4298cc;
    line-height: 46px;
}

.display-5 {
    font-size: 4rem;
}

.box-planos-movel {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}

.height-empresa {
    height: 60px;
    padding: 31px;
}

.svg {
    width: 41%;
    /* top: 290px; */
    position: relative;
    /* left: 0px; */
    /* padding: 20px; */
    top: 20px;
}

.blue{
  color: #C30EFF ;
  font-size: 30px;
}

.titulos {
    position: relative;
    font-size: 26px;
    line-height: 28px;
    top: 45px;
    letter-spacing: -1px;
    left: -5px;
    display: block;
}

.maior {
    font-size: 40px;
    font-weight: 900;
    color: #4298CC;
    line-height: 40px;
}

/*.svg{
  display: none;
}*/

.img-internas{
  padding: 0px;
}

.box-planos-empresa {
    margin-right: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.small-white {
    padding: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}

/*#header-carousel .carousel-item img {
 
    object-fit: contain;
}
*/
#header-carousel .carousel-item {
    position: relative;
    min-height: 320px;
    margin-top: 20px;
}

.logo {
    width: 140px;
    margin-top: -7px;
    padding-bottom: 17px;
}

.carousel-control-prev, .carousel-control-next {
    width: 2rem;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    border: 7px solid var(--primary);
}

.banner {
    margin-top: 40px;
    position: initial;
    /* height: auto; */
    margin-bottom: 40px;
    /* width: 100%; */
}

.banner-renda {
    margin-top: 40px;
    position: initial;
    /* height: auto; */
    margin-bottom: 40px;
    /* width: 100%; */
}

.fundo-renda {
    height: auto;
    text-align: center;
    background-image: initial;
}

.navbar-collapse {
    background: #21145f;
}

.fundo-duvidas1 {
    height: auto;
    /* text-align: center; */
    padding-top: 0px !important;
    margin-top: -90px;
}

.show-xs{
  display: block !important;
}

.hide-xs{
  display: none !important;
}

.banner-mobile{
  background-size: contain;
  background-image: url(../img/767-banner.jpg);
  height: 100vh !important;
  background-repeat: no-repeat;
}

.carousel-inner {
    height: auto;
    overflow: visible;
}

.text-end{
  display: none;
}

.modal-container .modal-content, .modal-container .modal-backdrop {
    overflow: auto;
}

.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    max-width: 100%;
    width: 100%;
    left: initial;

}

.modal-container #modal-toggle1.active ~ .modal-content, .modal-container #modal-toggle1:checked ~ .modal-content {
    max-width: 100%;
    width: 100%;
    left: initial;
}


.modal-container #modal-toggle2.active ~ .modal-content, .modal-container #modal-toggle2:checked ~ .modal-content {
    max-width: 100%;
    width: 100%;
    left: initial;
  }

  .modal-container #modal-toggle3.active ~ .modal-content, .modal-container #modal-toggle3:checked ~ .modal-content {
    max-width: 100%;
    width: 100%;
    left: initial;
}

.text-end{
  display: none;
}

/*.navbar-collapse {
  
    height: 530px !important;
}
*/
.navbar .navbar-nav {
  
    background: transparent;
}


.navbar-toggler {
 
    border: 1px solid transparent;
     border-radius: 0px; 
}

.navbar-light .navbar-toggler {
     color: transparent; 
    border-color: transparent;
}

.fixo{
  font-size: 32px;
}

/*small, .small {
    font-size: 0.6em;
    color: #fff;
    padding-bottom: 0px;
}*/

.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.fundo-planos {
    padding-top: 8px;
}

.section-title.text-center.position-relative.pb-3.mb-5.mx-auto {
    margin-bottom: 0px !important;
}

.banner-movel {
    height: 70vh !important;
}

.text-2x2 {
    font-size: 40px !important;
    line-height: 41px !important;
    margin-top: 10px;
}

li span {
    display: block;
    font-size: 4.5rem;
}

.count {
    display: inline-block;
    font-size: 1.4em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.img-lucro {
    top: 90px;
    width: 50%;
}

.box-ganhe {
    background-size: contain;
}

.box-duvidas {
    background-size: contain;
    padding-top: 90px;
}

.box-cadastro {
    background-size: contain;
}



}



@media only screen and (max-width: 430px) {
#leftElement {
    
    width: 194px !important;
}

#rightElement {
    
    width: 194px !important;
}



}

@media only screen and (max-width: 375px) {
#leftElement {
    
    width: 194px !important;
}

#rightElement {
    
    width: 194px !important;
}

li span {
    display: block;
    font-size: 3.5rem !important;
}


}




@media (max-width: 320px){
small, .small {
    font-size: 0.6575em;
    color: #fff;
    padding-bottom: 0px;
}

.text-2x2 {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-top: 19px;
}

li span {
    display: block;
    font-size: 2rem !important;
}

.count {
    font-size: 1em !important;
}



}


