@import "../media_multiple.css";

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }  
}

@media (min-width: 1400px) {}

@media (min-width:  1200px) {}

@media (min-width: 995px) {}

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

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

@media (max-width: 1600px) {
  .cardsSection .cardsContainer {
    gap: 30px;
  }
}

@media (max-width: 1400px) {
  .cardsSection .cardsContainer {
    gap: 10px;
  }
  .cardsSection .card {
    width: 294px;
  }
  .normalDots .slick-dots li {
    display: none;
  }
  .cardsSection .container {
    max-width: 100%;
    padding: 0;
  }
  .cardsSection .cardContain {
    padding: 20px 0px;
  }
  .cardsSection .cardContain .card {
    height: 33rem;
    width: 321px;
    margin: 5px 10px;
  }
}

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

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

@media (max-width: 1200px) {
  .banner-central {
    height: 53rem;
    padding-bottom: 14rem;
  }
  .banner-central .firstInfo h1 {
    font-size: 32px;
    margin-top: -150px;
  }
  .banner-central #formDataFactBanner {
    width: 423px;
  }
  .cardsSection .card {
    width: 267px;
  }
  .cardsSection .card .franjaCard {
    font-size: 13px;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .subTitleContainer p {
    display: flex;
    align-items: baseline;
    margin: 0 10px;
  }
}


/* ----------- TABLET ----------- */

@media (min-width: 768px) and (max-width: 1024px) {

}

/* ----------- FIN TABLET ----------- */

/* ----------- MOBILE LADSCAPE ----------- */
@media only screen and (min-device-width: 480px) 
                 and (max-device-width: 640px) 
                 and (orientation: landscape) {


}
/* ----------- FIN MOBILE LADSCAPE ----------- */


@media (max-width: 1130px) {
  .cardsSection .cardContain .card {
    min-width: unset;
    margin: 5px 10px;
    height: 26rem;
  }
}

@media (max-width: 1024px) {
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .subTitleContainer {
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0 1rem;
    }

  section:not(.banner-central) {
    padding: 24px 0;
  }
  section h2{
    margin-bottom: 1rem;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section h2 > span{
    font-weight: 300;
    font-size: 18px;
    color: var(--text-color);
  }
  /* BANNER 1024 */
  .banner-central{
    height: 47rem;
    --mask: radial-gradient(105% 9% at bottom, transparent 49%, #000 50.4%);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    padding-bottom: 5rem;
  }
  .banner-central .firstInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-central .firstInfo h1{
    font-size: 32px;
    margin-top: -123px;
  }
  .banner-central .firstInfo .btn-ahorra button {
    background-color: var(--light-blue);
    color: #fff;
    border-radius: 25px;
    border: 0;
    font-size: 16px;
    padding: 16px 24px;
    width: 150px;
    cursor: pointer;
  }
  .banner-central .manchetaMain {
    bottom: 58px;
  }
  .banner-central .firstInfo .checksMain .titleChecks{
    font-size: 26px;
  } 

  /* VENTAJAS 1024 */
  .ventajasSection {
    margin-top: -.5rem;
  }    
  .ventajasSection h2{
    font-size: 24px;
  }
  .ventajasSection .cardVentajas {
    width: 45%;
    height: 199px;
  }
  .ventajasSection .cardVentajas img {
    height: 6rem;
  }
  .ventajasSection .cardVentajas h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .ventajasSection .cardVentajas{
    margin-bottom: 0;
  }    
  .cardsSection .cardContain{
    margin-top: -1rem;
  }
  .cardsSection .card{
    margin: 0 auto;
  }

  /* CALCULADORA 1024 */
  .calculadoraSection h3.subTitle{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .cardsSection .mobileH2 {
    display:flex;
  }
  .cardsSection .desktopH2 {
    display:none;
  }
  .calculadoraSection .calculadoraContainer .formArea .progress{
    height: 24px;
  }
  .calculadoraSection .calculadoraContainer .formArea .inputForm {
    flex-direction: column;
  }
  .calculadoraSection .calculadoraContainer .formArea .inputForm > div{
    margin-right: 2rem;
  }
  .calculadoraSection .calculadoraContainer .formArea .inputForm input{
    margin-bottom: 1rem;
    width: 100%;
  }
  .calculadoraSection .checkSelectCalc label{
    font-size: 16px;
    margin-right: .5rem;
    padding: 5px 1rem;
  }
  .calculadoraSection .calculadoraContainer .formArea, .calculadoraSection .calculadoraContainer {
    width: 100%;
    max-width: 100%;
  }
  .calculadoraSection .calculadoraContainer .mainImgCalc{
    display: none;
  }     
  .cardsSection .cardsContainer .cardContain {
    padding: 20px 0;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia h3.subTitle{
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 300;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .containerInputs{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .containerInputs input{
    width: 100%;
    margin: 8px 0;
  }

  /* FAQS 1024 */
  .preguntas_frecuentes .containerFaqs .faqRow .titleFaq {
    font-size: 16px;
    line-height: normal;
    height: var(--alto-fila);
    padding-bottom: 10px;
    display: flex;
    align-items: end;
  }
  .preguntas_frecuentes .containerFaqs .faqRow::before{
    top: 1.5rem;
  }
}

@media (max-width: 991px) {
  /* BANNER 991 */
  .banner-central {
    height: 55rem;
    padding-bottom: 5rem;
  }
  .banner-central .firstInfo h1 {
    font-size: 20px;
  }
  .banner-central .firstInfo h1 br {
    display: none;
  }
  .banner-central .firstInfo .subTitleMain {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  .banner-central .manchetaMain {
    bottom: -105px;
    left: 58px;
    z-index: 1;
  }
  .banner-central .mainForm{
    display: none;
  }
  .banner-central .firstInfo .btn-ahorra {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  .banner-central .firstInfo h1 {
    font-size: 32px;
    text-align: center;
    margin-top: 0;
  }
  .banner-central .manchetaMain {
    scale: 0.7;
    bottom: -89px;
  }
}

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

@media(max-width: 767px) {
  /* BANNER 767 */
  .banner-central .franja-banner {
    font-size: 18px;
  }
  .banner-central .manchetaMain {
    bottom: -86px;
    left: -8px;
    z-index: 1;
    margin-left: 10px;
  }

  /* VANETAJAS 767 */
  .ventajasSection .container {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ventajasSection .cardVentajas {
    width: 300px;
  }
  .cardsSection .cardContain {
    padding: 25px 0px;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .subTitleContainer {
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .normalDots .slick-dots li {
    display: flex;
  }
}

@media(max-width: 576px) {
  /* BANNER 576 */
  .banner-central .franja-banner br {
    display: unset;
  }
  .banner-central .franja-banner P {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia {
    padding: 1rem;
  }
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .subTitleContainer {
    padding: 0;
    font-size: 15px;
  }
  .banner-central .manchetaMain {
    bottom: -80px;
  }
}

@media(max-width: 550px) {
  /* BANNER 550 */
  .banner-central #formDataFactBanner {
    width: 440px;
    padding: 2rem 2rem;
  }
  .banner-central .firstInfo h1 {
    font-size: 26px;
  }
  .ventajasSection .cardVentajas, 
  .ventajasSection .ventajasContainer .ventaja  {
    display: block;
    width: 253px;
    margin: 0 20px;
  }
}

@media(max-width: 450px) {
    .banner-central {
      height: 59rem;
      --mask: none;
    }
    .banner-central .firstInfo {
      margin-top: 2rem;
    } 
    .banner-central #formDataFactBanner {
      width: 100%;
      box-shadow: none;
      padding: 2rem 1rem;
    }
    .banner-central .manchetaMain {
      display: none;
    }
    .banner-central .firstInfo .titleMobile {
      display: flex;
      flex-direction: column;
      font-size: 23px;
      text-align: center;
      margin-top: 23px;
      font-weight: 300;
      margin-bottom: 43px;
    }
    .banner-central .firstInfo .titleMobile span{
        font-size: 34px;
        margin-top: 20px;
        font-weight: 600;
    }
    .banner-central .firstInfo .titleMobile span {
        font-size: 30px;
    }
    section.ventajasSection {
      padding: 4rem 0 24px 0;
    }
}

@media(max-width: 378px) {
  /* BANNER 378 */
  .banner-central #formDataFactBanner .line-file {
    min-height: 185px;
  }
  .banner-central .firstInfo .titleMobile span {
    font-size: 25px;
  }
  .banner-central .firstInfo .titleMobile {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  /* TARIFAS 378 */
  .cardsSection .card {
    width: 280px;
  }
  .cardsSection .card .priceContent {
    font-size: 48px;
    height: 12%;
  }
}

@media(max-width: 330px) {
  /* BANNER 330 */
  .banner-central .franja-banner P {
    font-size: 16px;
  }
  /* CALCUALDORA NEDGIA 330 */
  .calculadoraSectionNedgia .calculadoraContainerNedgia #formCalculadoraNedgia .subTitleContainer {
    font-size: 14px;
  }
}

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