


/* Estilos para o cabeçalho */
*{
    margin: 0;

}
/* <nav> */
header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 93px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 10;
    border-bottom: 2px solid #3e9bff;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 0 120px;
  }

  .header-image {
    width: 150px;
    height: auto;
  }
  .plan {
    font-weight: 600;
    font-family: Montserrat;
    font-size: 48px;
    color: rgb(255, 255, 255);
  }
  
  .plan span {
    font-weight: 900;
    font-family: Montserrat;
    font-size: 48px;
    color: rgb(0, 185, 255);
  }
  .whatsapp-button {
    background-color: rgb(255 126 0);
    color: #fff !important;
    padding: 14px 14px;
    border-radius: 10px;
    font-weight: bolder;
    font-style: inherit;
    text-decoration: none;
    border-radius: 45px;
    transition: background-color 0.3s ease;
    display: block;

}
.center-text {
    text-align: center;
    color:#fff;
    margin-top: 132px;
  }
  
  

.whatsapp-button {
    width: 241px;
    text-align: center;
}

  .footer-image {
    width: 150px;
    height: auto;
  }
  
  

  nav h3 {
    font-family: 'montserrat-black';
    color: var(--cor-branco);
    letter-spacing: 10px;
    font-size: 15px;
    margin: 0;
  }
  
  nav .opcoes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  nav .opcoes a {
    font-family: 'montserrat-medium';
    font-size: 13px;
    color: var(--cor-branco);
    margin: 0 0 0 30px;
    transition: all 0.3s;
  }
  
  nav .opcoes a:hover {
    color: var(--cor-principal);
  }
  
  nav .opcoes a.destaque {
    font-family: 'montserrat-bold';
    background-color: rgb(0, 159, 1);
    color: #ffff;
    padding: 17px 18px;
    border-radius: 10px;
  }
  
  nav .opcoes a.destaque:hover {
    background-color: var(--cor-branco);
    color: var(--cor-cinza-escuro);
  }
  
  /* Responsivo */
  @media screen and (max-width: 1000px) {
    nav {
      padding: 0 20px;
    }
    nav .opcoes a {
      display: none;
    }
    nav .opcoes a.destaque {
      display: flex;
    }
  }
  

.promo-image {
    position: absolute;
    top: 1230px;
    right: 145px;
    z-index: 9999;
    width: 300px;
    animation: pulseAnimation 2s ease-in-out infinite;
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.duvida-image{
    position: absolute;
    right: 1056px;
    z-index: -1;
    width: 559px;
    height: auto;
}
.highlight {
    background-color: #ff7e00;
    color: #FFFFFF;
    padding: 0 5px;
  }
  

.floating-image {
    position: absolute;
    top: 190px;
    right: 20px;

    /* Outras propriedades desejadas */
    width: 333px;
    height: 200px;
    animation:  rocketAnimation 1.8s ease-in-out;
}

@keyframes rocketAnimation {
    0% {
        right: -400px;
    }
    100% {
        right: calc(1% + 6px);
    }
}



.css-l4qhgl {
    display: none;
}


.logo {
    text-align: center;
    margin-right: auto;
}

.logo img {
    width: 187px;
    height: auto;
}

.search {
    text-align: center;
    flex-grow: 1;
    margin: 0 20px;
    position: relative;
}

.search input[type="text"] {
    width: 35%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.search-results {
    cursor: pointer;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.city-select {
    text-align: center;
    flex-grow: 1;
    margin: 0 20px;
    cursor: pointer;
}

.city-select select {
    cursor: pointer;
    width: 45%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #fff;


    color: inherit;
    padding-left: 6px;
    padding-right: 30px;
    height: 50px;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    color: #000adc;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #000adc;
}

.search-results li {
    cursor: pointer;
    padding: 10px;
    color: #333;
    list-style-type: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-results li:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}

.whatsapp-buttonn {
    background-color: rgb(0 185 255);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}



h1.css-l4qhgl {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -3px;
    margin-bottom: -12px;
    padding: 49px;
}

.sessao2 {
    display: flex;
    align-items: center;
}
  
.left-content {
    flex: 1;
    background-color: #FF7E00;
    padding: 47px;
    height: 519px;
    margin-top: -7px;
}
  
.right-content {
    flex: 1;
    text-align: center;

}
  
.yellow-text {
    color: #f2f2f2;
    margin-top: 64px;
}

.yellow-textt {
    margin-top: 13px;
    font-size: 22px;
}
  
  

.linha {
    height: 10px;
    background: linear-gradient(to right, blue 0%, blue 33%, #fc7800 33%, #fc7800 66%, #ffffff 66%, #ffffff 100%);
    background-size: 200% 100%;
    animation: gradientAnimation 8s linear infinite;
}
.homem-image {
    position: absolute;
    top: -49px;
    left: 8%;
    transform: translateX(-50%);
    width: 41%;
    padding: 21px 10px;
    z-index: -1;
  }
  
body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  
}
.container7 {
    float: right;
    margin-right: 10px;
}
  

.footer {
    background-color: #00baff;
    padding: 2px;
  }
  
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .footer-image {
    width: 150px;
    height: auto;
  }
  
  .footer-text {
    text-align: center;
    color: #fff;
  }
.lp-element{
    text-align: center;
}

  .floating-jrplay {
    display: none;
  }
  
  
.floating-imagee {
    display: none;
}
.floating-deezer{
    display: none;
}
.floating-paramount{
    display: none;
}



@keyframes pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    }
}

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 9999;
}

.whatsapp-link {
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: -114px;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 128, 0, 0.5);
    animation: pulse-animation 2s ease-in-out infinite;
}

.whatsapp-link i {
    font-size: 40px;
    margin-left: 13px;
}

.vendor {
    font-size: 14px;
    margin-right: 10px;
    padding: 4px;
    background-color: #ffffff00;
    color: #00000000;
    border-radius: 5px;
    right: 71px;
    position: relative;
}



/* Estilos para a versão móvel */
@media (max-width: 480px) {


.logo {
        margin-right: 0;
        margin-bottom: -44px;
        right: 125px;
        position: relative;
}

.logo img {
        width: 108px;
        height: auto;
        position: relative;
        right: -8px;
        margin-bottom: -17px;
}

.search {
        margin: 10px 20px;
}

.search input[type="text"] {
        width: 95%;
}

.search-results {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}



.city-select select {
    cursor: pointer;
    width: 57%;
    height: 55px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    right: -56px;
    position: relative;
    color: inherit;
    height: 50px;
    box-sizing: border-box;
    color: #000adc;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #000adc;
}

h1.css-l4qhgl {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -3px;
    margin-bottom: -12px;
    padding: 32px;
    }

.quadro .conteudo .botao[data-v-61790260]{
    padding: 40px 30px 0px !important;
}


.footer {
    background-color: #00baff;
    padding: 20px;
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }



  .footer-text {
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }

  .floating-image {
    display: none;
}
.promo-image {
    display: none;
}

.left-content {
    flex: 1;
    background-color: #FF7E00;
    padding: 47px;
    height: 273px;
    margin-top: 27px;

}
.yellow-text {
    color: #f2f2f2;
    margin-top: -7px;
    text-align: center;
    font-size: 22px;
}
.yellow-textt {
    margin-top: 13px;
    font-size: 11px;
    text-align: center;
}
.duvidass{
    color: #fff;
    text-align: center !important;
    margin-top: 47px!important;
    right: 0px!important;
    position: relative!important;
    font-size: 27px!important;
}
.accordion {
    width: 87%;
    max-width: 985px;
    margin: 2rem auto;
    right: 2px;
    position: relative;
}
.right-content{
    display: none;
}
.floating-jrplay {
    position: absolute;
    display: block;
    top: 2299px;
    right: 171px;
    z-index: 9999;
    width: 76px;
    height: auto;
    transform: rotate(34deg);
}
@keyframes floating-animation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.floating-jrplay {
    animation: floating-animation 4s ease-in-out infinite;
}

.floating-paramount {
    position: absolute;
    display: block;
    top: 2335px;
    right: 291px;
    z-index: 9999;
    width: 72px;
    height: auto;
    transform: rotate(34deg);
    
}
@keyframes floating-animation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.floating-paramount {
    animation: floating-animation 4s ease-in-out infinite;
}

.floating-deezer {
    position: absolute;
    display: block;
    top: 2335px;
    right: 46px;
    z-index: 9999;
    width: 72px;
    height: auto;
    transform: rotate(34deg);
    
}
@keyframes floating-animation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.floating-deezer{
    animation: floating-animation 4s ease-in-out infinite;
}

.fa,.fas {
    font-weight: 900;
    right: -63px;
    position: relative;
}

}

@media screen and (min-width: 1200px) {
    /* Estilos para telas grandes */
    .lp-element {
        height: auto;
        right: 34%;
        position: relative;
      }
  }



  .duvida-image {
    width: 499px;
    height: auto;
    position: relative;
    left: -488px;
    display: block;
    z-index: 0;
    margin-bottom: -407px;
  }


.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    right: -185px;
    position: relative;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.blue {
    color: blue;
  }

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color: #0b11d7;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* Estilos para a versão móvel */
@media (max-width: 480px) {


.duvidass{
    color: #fff;
    text-align: center !important;
    margin-top: 47px!important;
    right: 0px!important;
    position: relative!important;
    font-size: 27px!important;
}
.accordion {
    width: 87%;
    max-width: 985px;
    margin: 2rem auto;
    right: 2px;
    position: relative;
}
.right-content{
    display: none;
}
.floating-jrplay {
    position: absolute;
    display: block;
    top: 2299px;
    right: 171px;
    z-index: 9999;
    width: 76px;
    height: auto;
    transform: rotate(34deg);
}

.duvida-image{
    display: none;
}

}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-left: 130px;
    padding-right: 130px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 10;
    border-bottom: 2px solid #3e9bff;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.logo {
    text-align: center;
    margin-right: auto;
}

.logo img {
    width: 150px;
    height: auto;
}

.search {
    text-align: center;
    flex-grow: 1;
    margin: 0 20px;
    position: relative;
}

.search input[type="text"] {
    width: 35%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.search-results {
    cursor: pointer;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.city-select {
    text-align: center;
    flex-grow: 1;
    margin: 4px 19px;
    margin-top: -7px;
    cursor: pointer;
}

.city-select select {
    cursor: pointer;
    width: 45%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: inherit;
    padding-left: 6px;
    padding-right: 30px;
    height: 50px;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    color: #000adc;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #000adc;
}

.search-results li {
    cursor: pointer;
    padding: 10px;
    color: #333;
    list-style-type: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-results li:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}

.whatsapp-buttonn {
    background-color: rgb(0 185 255);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: rgb(192, 96, 0);
}

h1.css-l4qhgl {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -3px;
    margin-bottom: -12px;
    padding: 49px;
}

.sessao2 {
    display: flex;
    align-items: center;
}
  
.left-content {
    flex: 1;
    background-color: #FF7E00;
    padding: 47px;
    height: 519px;
    margin-top: -7px;
}
  
.right-content {
    flex: 1;
    text-align: center;

}
  
.yellow-text {
    color: #f2f2f2;
    margin-top: 64px;
}

.yellow-textt {
    margin-top: 13px;
    font-size: 22px;
}
  
  




/* Estilos para a versão móvel */
@media (max-width: 480px) {
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;

        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        z-index: 10;
        border-bottom: 2px solid #3e9bff;
    
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }

    .header {
        flex-wrap: wrap;
        justify-content: center;
        height: 16%;

    }

.logo {
        margin-right: 0;
        margin-bottom: -44px;
        right: 125px;
        position: relative;
}

.logo img {
    width: 108px;
    height: auto;
    /* position: relative; */
    right: -8px;
    margin-bottom: 0 !important;
}

.search {
        margin: 10px 20px;
}

.search input[type="text"] {
        width: 95%;
}

.search-results {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

.whatsapp-button {
    margin-top: 5px;
    width: 313px;
    text-align: center;
    padding: 7px;
}

.city-select select {
    cursor: pointer;
    width: 57%;
    height: 55px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    right: -56px;
    position: relative;
    color: inherit;
    height: 50px;
    box-sizing: border-box;
    color: #000adc;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #000adc;
}

.center-text {
    text-align: center;
    margin-top: 161px;
    font-size: 18px;
    margin-bottom: 17px;
    padding-left: 6%;
    padding-right: 6%;
}

.plan {
    font-weight: 600;
    font-family: Montserrat;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: right;
    margin-top: 2%;
}
  
  .plan span {
    font-weight: 900;
    font-family: Montserrat;
    font-size: 22px;
    color: rgb(0, 185, 255);
}
.duvidass {
    margin-bottom: 0 !important;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
    /* Estilos para tablets */
    .plan span {
        font-weight: 900;
        font-family: Montserrat;
        font-size: 24px;
        color: rgb(0, 185, 255);
    }

    .plan {
        font-weight: 600;
        font-family: Montserrat;
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
    .whatsapp-button {
        width: 241px;
        text-align: center;
    }
    .whatsapp-button {
        background-color: rgb(255 126 0);
        color: #fff !important;
        padding: 13px 14px;
        border-radius: 10px;
        font-weight: bolder;
        font-style: inherit;
        text-decoration: none;
        border-radius: 45px;
        transition: background-color 0.3s ease;
        display: block;
    }
    .duvida-image {
        width: 499px;
        height: auto;
        position: relative;
        left: -412px;
        display: block;
        z-index: -1;
        margin-bottom: -407px;
    }
    .duvidass{
        color: #fff;
        text-align: center;
        margin-top: 64px;
        position: relative;
        margin-bottom: -53px !important;
    }
    .accordion {
        width: 59%;
        max-width: 965px;
        margin: 2rem auto;
        right: -137px;
        position: relative;
    }
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        padding-left: 32px;
        padding-right: 32px;
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        z-index: 10;
        border-bottom: 2px solid #3e9bff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }
    .floating-image{
        display: none;
    }

    @media (max-width: 375px){
    .logo img {
        width: 108px;
        height: auto;
        position: relative;
        right: -8px;
        margin-bottom: auto;
    }
}
}
/* Estilos para telas menores que 1080px de largura */
@media screen and (min-width: 1080px) and (max-width: 1100px) {
    .plan span {
        font-weight: 900;
        font-family: Montserrat;
        font-size: 30px;
        color: rgb(0, 185, 255);
    }
    .plan {
        font-weight: 600;
        font-family: Montserrat;
        font-size: 30px;
        color: rgb(255, 255, 255);
    }
    .floating-image {
        display: none;
    }
    .containerr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .accordion {
        width: 53%;
        max-width: 1000px;
        margin: 2rem auto;
        right: -185px;
        position: relative;
    }
    .duvidass{
        margin-bottom: -35px;
    }
}
@media screen and (width: 390px) and (height: 844px) {
    .logo img {
        width: 108px;
        height: auto;
        /* position: relative; */
        right: -8px;
        margin-bottom: -15px !important;
    }
}
