@import "../media_multiple.css";

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

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

@media (min-width:  1200px){
  .cardVentajas p {
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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


/* ----------- 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: 1024px) {
    section h2{
        font-size: 24px;
        padding: 0 10%;
        margin-bottom: 0;
    }
    section:not(.banner-central) {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    
    .banner-central .mainForm{
        display: none;
    }
    .banner-central{        
        height: 700px;
        background-color: #F1EEF4;       
    }

    .banner-central .firstInfo{
        width: 100%;
        transform: none;
        text-align: center;
        align-self: start;
        margin-top: 1.5rem;
    }
    .banner-central .firstInfo .mainInfo{
        width: 100%;
        padding: 0;
        margin-top: 0;
        font-size: 6rem;
    }

    .banner-central .firstInfo .mainInfo .subTitle {
      font-size: 18px;
      text-align: center;
    }

    .banner-central .firstInfo .franjaBanner{
        text-align: center;
        margin: 20px auto;
    }
    .banner-central .firstInfo .franjaBannerMobile{
        display: block;
        font-weight: 800;
    }
    .banner-central .firstInfo .franjaBannerMobile > p{
        margin-bottom: .4rem;
    }
    .banner-central .firstInfo .franjaBannerMobile > b{
        font-size: 20px;
        background-color: var(--main-blue);
        padding: 4px 8px;
        color: #fff;
    }
    .banner-central .firstInfo .mainInfo .typeInfo{
        text-align: center;
        line-height: 2rem;
        font-size: 25px;
    }
    .banner-central .firstInfo .mainInfo .typeInfo br{
      display: none;
    }

    .banner-central .factBanner{
      display: none;
    }

    .banner-central .factBanner1 {
      display: flex;
      position: fixed;
      top: 50vh;
      bottom: auto;
      transform: rotate(-90deg) translateY(5.6rem);
      border-radius: 8px 8px 0 0;
      font-size: 16px;
      width: max-content;
      padding: 0 10px 0 10px;
      height: 50px;
    }

    .franjaBanner{
        font-size: 20px;
        line-height: normal;
        padding: 10px 10%;
    }

    section.ventajasSection{
        padding-bottom: 1rem;
    }
    .cardVentajas{
        width: 100%;
        margin-bottom: 28px;
    }
    .cardVentajas br{
        display: none;
    }
    .cardVentajas img{
        height: 40px;    
        margin-bottom: 0.6rem;
    }

    .preguntas_frecuentes > .container:first-of-type {
        flex-direction: column;
    }    
    .preguntas_frecuentes .offset {
        width: 100%;
    }
    .preguntas_frecuentes .titleFaqs {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 20px;
        padding: 0 4%;
    }

    .btnBottom{
        box-shadow: 0px -3px 9px #00000029;
        position: fixed;
        z-index: 2;
        bottom: 0;
        width: 100%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5rem;
    }
    .btnBottom button{
        font-size: 20px;
        font-weight: 600;
        width: 80%;
    }

    footer{
        height: fit-content;
        padding: 1rem;
        padding-bottom: 7rem;
        font-size: 13px;
    } 
    footer a {
        margin: 0 4px;
    }

}

@media (max-width: 995px) {
  .imagen-section .container .img-banner-promo {
    background-position-x: -466px;
  }
}

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

@media(max-width: 767px) {

  .imagen-section .container .img-banner-promo {
    min-height: 550px;
    background-image: url(../../../img/redesignOfertas/gas/imagen-promo-movil.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom;
    position: relative;
  }

  .imagen-section .container .img-banner-promo::before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
  }
  
  .imagen-section .container .img-banner-promo {
    color:#FFFFFF;
    font-weight: 700;
    line-height: normal;
    padding: 3rem;
    text-align: center;
  }
  
  .imagen-section .container .img-banner-promo .main-info-img {
    font-size: 40px;
    margin: 0px;
    position: relative;
  }
  
  .imagen-section .container .img-banner-promo .main-info-promo-img {
    font-size: 30px;
    background-color: var(--main-blue);
    width: unset;
    margin: 10px 0px;
    padding: 0px 10px;
    position: relative;
  }
  .imagen-section .container .img-banner-promo .dto {
    font-size: 50px;
    margin: 0px;
  }
  
  .imagen-section .container .img-banner-promo .second-info-img {
    font-size: 28px;
    margin: 0px;
    position: relative;
  }
  .imagen-section .container .img-banner-promo .second-info-img br{
    display: none;
  }

  /* CALCULADORA */
  .facturaSection h3.subTitle {
    font-size: 16px;
    text-align: center;
    margin: revert;
  }

  .factura .progress { width: 80%; height: 26px; margin-top: 9rem;}
  .factura label { width: 55%;}
  .factura-wrapper { padding-top: 15%;}
  .franja-2 {
      width: 95%;
  }

    .factura .closeimg {
      padding-right: 10px;
      margin-top: 0px;
    }    
    .factura .btn {
      width: 90%;
      margin-top: 8px;
    }

  .facturaSection h3.subTitle {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  .facturaSection .facturaContainer .mainImgCalc{
      display: none;
  }
  .facturaSection .facturaContainer{
      max-width: 100%;
      height: auto;
      padding: .8rem;
      padding-bottom: 2rem;
  }
  .factura .progress {
    margin: unset;
  }
  .facturaSection .facturaContainer .formArea .inputForm > div:first-of-type{
      margin: 0;
  }
  .facturaSection .facturaContainer .formArea .inputForm{
      flex-direction: column;
  }
  .facturaSection .facturaContainer .formArea .inputForm input{
      margin-bottom: 8px;
      width: 100%;
  }
  .facturaSection .facturaContainer .formArea .inputForm{
    text-align: left;
  }
  .facturaSection .facturaContainer .formArea .terminos{
      margin-top: 20px;
  }
  .facturaSection .facturaContainer .formArea .facButton{
      margin-top: 0;
  }
  .facturaSection .checkSelectCalc label{
      padding: 5px 1rem;
      margin-right: .5rem;
  }
  .facturaSection .facturaContainer .formArea .terminos label{
    width: unset;
  }

    footer{
        height: fit-content;
    }
    footer .caracsFooter{
        display: block!important;
    }
    footer .caracsFooter a{
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        margin: 0.5rem 0;
    }
    .banner-central{        
      background-image: url(../../../img/redesignOfertas/gas/banner-gas-mobile.webp);
      background-position: center;       
  }
  }

@media(max-width: 550px) {
  .facturaSection #formDataFact {
    width: 100%;
  }
}

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

@media(max-width: 400px) {

}

@media(max-width: 376px) {
  .facturaSection .facturaContainer .formArea .terminos label {
    font-size: 11px;
  }
}

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

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