.fondoTelaRojaGrande {
    background-image: url('../assets/img/fondotelarojagrande.jpg');
    background-position: center;
}


.fondoContrato {
    background-image: url('../assets/img/Img-03.jpg');
    background-position: center;
}

.parallax {
    height: 500px;
    background: linear-gradient(rgba(5, 7, 12, 0.50), rgba(5, 7, 12, 0.50)), url('../assets/img/logoMockupPapel.jpg');
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.fondoLineaConfeccion {
    background-color: #f2f2f2;
}
.titulos{
    color:red;
}

.area{
flex-wrap: wrap;
}
.clientes{
    flex-wrap: nowrap;
    flex-direction: column;
    
}
.card-title{
    color:red;
}

@media only screen and (min-width: 280px) and (max-width: 820px){


.w-100{
    height: auto;
}
}

