/* BLOQUE1 ************************************/

#bloque1{
   background-image:var(--img-pc);
   background-size: contain;
   background-repeat: no-repeat;
 /*   background-position: calc(100% + 100px) center; */
 background-position: right;

}
#seccion{
    margin-top: 20px;
    margin-bottom: 20px;

}

/* PROMO********************************************************** */
.containtPtomocion1{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.containtPtomocion2{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    visibility: hidden;
}
h1{
    font-weight: 900;
    font-size: 3.5rem;
}
h2{
    font-size: 1.2rem;
}
h3{
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 700;
}
.containtCheks{
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}
.divCheck{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
   
}

.divCheck img{
  margin-right: 10px;
}


.containPrecio{
    width: 100%;
    display: flex;
}
.cardPrecio{
    width: 40%;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.cardPrecio h4{
    font-size: 4.5rem;
    font-weight: 700;
    margin: 0px;
}
.cardPrecio p{
    font-size: 12px;
    margin: 0px;
    font-weight: 500;

}
.cardDevolvemos{
    width: 60%;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  background-color: #f70087;
  color:white;
}

.cardDevolvemos .tituloDevolvemos{
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
.cardDevolvemos h4{
    font-size: 4.5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1
}
.cardDevolvemos .subtituloDevolvemos{
    font-size: 12px;
    margin: 0px;
    font-weight: 500;
}



/* BLOQUE2 *********************************************************************************/

#bloque2{
    background-color: var(--color-c2);
    margin: 0px;
    padding: 0px;
  display: none;
 }
#bloque2 .cardDevolvemos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  background-color: #f70087;
  color:white;
  visibility: hidden;
}

#bloque2 .cardDevolvemos .tituloDevolvemos{
    font-size: 20px;
    margin: 0px;
font-weight: 400;
}
#bloque2 .cardDevolvemos h4{
    font-size: 5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1
}
#bloque2 .cardDevolvemos .subtituloDevolvemos{
    font-size: 12px;
    margin: 0px;
    font-weight: 500;
}

/* BLOQUE3 *********************************************************************************/

#bloque3{

    padding-top: 50px;
    padding-bottom: 50px;
}
#bloque ,h5{
    font-size: 1.5rem;
    text-align: center;
}
#bloque , h6{
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 50px;
}
#cajasSection{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cajasSection .tituloCajas{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
}
#cajasSection .textoCajas{
    font-size: 1rem;
    text-align: center;
}
#cajasSection .imagenIcono{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  margin-bottom: 20px;
}
#cajasSection img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

/* MEDIA QUERIS************************************************************* */

@media (max-width: 1440px) {
    #bloque1 {
        background-position: calc(100% + 255px) center;
    }
}
@media (max-width: 1400px) {
    #bloque1 {
        background-position: calc(100% + 355px) center;
    }
}

@media (max-width: 1200px) {

/* BLOQUE1 ************************************/
#bloque1{
    background-image:var(--img-pc);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% + 500px) center;
}
.containtPtomocion1{
    height: auto;
}


}

@media (max-width: 990px) {

/* BLOQUE1 ************************************/
#bloque1{
    background-image:var(--img-pc);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% + 650px) center;
}
#seccion{
    margin-top: 0px;
    margin-bottom: 0px;

}
.cardDevolvemos{
display: none;
}
.containtPtomocion2{
    height: auto;
  margin-top: 10px;
margin-bottom: 10px;
    visibility: visible;
}
.cardPrecio{
    height: auto;
}

.formMovil{
 padding: 25px;
}


/* BLOQUE2************************************** */
#bloque2{
 display: block;
}

#bloque2 .cardDevolvemos{
    visibility: visible;
    }   

}



@media (max-width: 750px) {

/* BLOQUE1 ************************************/
#bloque1{
    background-image:var(--img-movil);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

h1{
    font-weight: 900;
    font-size: 2.5rem;
}
h2{
    font-size: 0.9rem;
}
h3{
    margin: 0px;
    font-size: 0.9rem;
    font-weight: 700;
}
.cardPrecio{
    height: auto;
    margin-left: 40px;
}
.divCheck {
height: auto;
}
.divCheck img{
    width: 30px;
    height: 30px;

}


/* BLOQUE3 *********************************************************************************/

#bloque ,h5{
    font-size: 1.2rem;

}
#bloque , h6{

    font-size: 1.5rem;

}




}

@media (max-width: 380px) {

    /* BLOQUE1 ************************************/
    #bloque1{
        background-image:var(--img-movil);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }
    
    h1{
        font-weight: 900;
        font-size: 2rem;
    }
    h2{
        font-size: 0.7rem;
    }
    h3{
        margin: 0px;
        font-size: 0.7rem;
        font-weight: 700;
    }
    .cardPrecio{
        height: auto;
        margin-left: 40px;
    }
    .divCheck {
    height: auto;
    }
    .divCheck img{
        width: 30px;
        height: 30px;
    
    }
    }