/* Colores */

.bg-rojo{
    background-color: #F02D2B;
}


.text-rojo{
    color: #F02D2B !important;
}

/* Colores */

.fondo-oscuro{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000008c;
    z-index: 0;
}

.caja-nosotros h3{
    color: white;
    background-color: #f34340;
    margin-bottom: 40px;
    padding: 20px 30px;
    border-radius: 1px;
}

.titulo-servicios{
    position: relative;
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.titulo-servicios div:not(.fondo-oscuro){
    position: relative;
    z-index: 1;
}

.titulo-servicios h2, .titulo-servicios p{
    color: white;
}

.titulo-servicios h2{
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 72px;
    font-weight: bold;
}

.titulo-servicios p{
    width: 60%;
    margin: 10px auto;
    font-weight: 300;
}

.feature-1{
    background-color: #f34340;
    border-radius: 1px;
    border-bottom:  5px solid #cc2522;
}

.caja-servicio{
    background-color: #f34340;
    border-radius: 1px;
    border-bottom:  5px solid #cc2522;
}

.feature-1 ul li{
    color: white;
}

/* .seccion-covid{
    background-color: #ffeceb;
} */

.covid b{
    font-weight: bold;
}

.marcas p.h3{
    padding: 10px 0;
    background-color: #f34340;
    text-align: center;
    color: white;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .titulo-servicios h2{
        text-transform: uppercase;
        letter-spacing: 15px;
        font-size: 42px;
        font-weight: bold;
    }

    .titulo-servicios p{
        width: 90%;
        margin: 10px auto;
        font-weight: 300;
        font-size: 10px;
    }

    .texto-slider{
        font-size: 12px !important;
    }

    .covid p.h2{
        font-size: 18px;
        padding: 0 10px;
    }

    .covid p{
        font-size: 10px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}