/* NAV............................. */
#logotipo{
        width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-c1);
    padding-top: 20px;
    padding-bottom: 20px;
  box-shadow: 12px 6px 12px rgba(0, 0, 0, 0.25);

}


/* bloque1............ */

#bloque1{
    background-color: var(--color-c1);
   background-image: var(--img-pc);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   position: relative;
  overflow: hidden;
}

.cardContenido{
    width: 100%;
    margin-top: 30px;
}
.titulo {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--color-c2);
    margin: 0px;
    line-height: 1;
  
}
.subtitulo {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--color-c2);
      margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
}
.textH3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: black;
      margin: 0px;
    line-height: 1;
}

.textPrecio{
    font-size: 5rem;
    font-weight: 700;
    color: var(--color-c4);
      margin: 0px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.textPrecio span{
    font-size: 2.5rem;
}

.cardInsta{
    width: 50%;
    display:flex;
    justify-content: start;
    align-items: start;
    gap:10px;
    margin-bottom: 10px;
    background-color:#feedb3;
    padding: 12px;
    border-radius: 6px;
}

.textInsta{
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
      margin: 0px;
    line-height: 1;
        color: var(--color-c2);
}

.sellos{
    margin-top: 20px;
}

#bloqueTextoLegal{
    background-color: #feedb3;

}

#seccion3{
    display: flex;
    justify-content: center;
    align-items: center;
  
}


    .imagenPortada{
        width: 100%;
        height: 300px;
        background-image: url(../images/img538/imagen_md.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        
    }


#seccion2 img{
    margin-top: 40px;
   
}



/* SECCION CONTRATA */

#cardContrata{
    padding: 10px 0px;
     background-color: var(--color-c2);
}

.textoH4{
      font-size: 2.5rem;
    font-weight: 600;
    color: white;
      margin: 0px; 
      text-align: center; 
}



/* CAJAS BLOQUE 3.................................... */

#bloque3{
     padding-top: 30px;
    background-color: var(--color-c1);
}

.cardCajas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;

}

.tituloCajas{
    font-size: 1.2rem;
    margin: 0px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-c2);
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.textoCajas{
    font-size: 1rem;
    margin: 0px;
    font-weight: 300;
    line-height: 1.3;
    color: var(--color-c2);
      text-align: center;
}



@media (max-width: 1450px) {


}


@media (max-width: 1200px) {
#logotipo{
    box-shadow: none;
}
    #seccion3{
        margin-top: 30px;
    }
    #seccion2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #seccion2 img{
        margin-top: 20px;
        margin-bottom: 20px;
       
    }
    #logotipo {
        background-color: white;
        align-items: start;
    }
    #bloque1{
        background-image: none;
    }


}

@media (max-width: 990px) {
.titulo , .subtitulo{
    font-size: 2rem;
}
.textH3{
    font-size: 1rem;
}
.textPrecio{
    font-size: 3rem;
}
.textPrecio span{
    font-size: 1.5rem;
}
.cardInsta{
    width: 70%;
}
.textInsta{
    font-size: 1rem;
}

.textoH4{
      font-size: 2rem;

}

.tituloCajas{
    font-size: 1rem;

}

.textoCajas{
    font-size: 0.8rem;

}



}

@media (max-width: 765px) {
        #seccion3{
        margin-top: 0px;
    }

.cardContenido{
       width: 100%;
       height: 600px;
        background-image: var(--img-movil);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        position: relative;
        padding: 0px 10px;
}

.cardSello{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.textoH4{
      font-size: 1.5rem;

}
.tituloCajas{
    font-size: 1.2rem;

}

.textoCajas{
    font-size: 1rem;

}



}

@media (max-width: 340px) {

    .titulo , .subtitulo{
    font-size: 1.8rem;
}
}