.cabecera1,
.cabecera2 {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 270px;
}

.cabecera1 {
    background-image: url("/img/servicios/capsalera1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera2 {
    background-image: url("/img/servicios/capsalera10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera_servicios {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 270px;
}

.cabecera2 {
    background-image: url("/img/servicios/capsalera2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera3 {
    background-image: url("/img/servicios/newcapsalera3.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera4 {
    background-image: url("/img/servicios/capsalera4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera5 {
    background-image: url("/img/alfalaval/fotoalfa.jpg?version=1.0.1");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabeceraWangen {
    background-image: url("/img/servicios/capsaleraWangen.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabeceraFlux {
    background-image: url("/img/servicios/fotofluxbanner.png?version=1.0.1");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabeceraUresh{
    background-image: url("/img/servicios/ureshbanner.png?version=1.0.1");
    background-repeat: no-repeat;
    background-size: cover;
}


.cabecera6 {
    background-image: url("/img/servicios/capsalera6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera7 {
    background-image: url("/img/servicios/planta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera8 {
    background-image: url("/img/servicios/mecanico.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera9 {
    background-image: url("/img/servicios/electrico.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cabecera10 {
    background-image: url("/img/servicios/integral.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.intercambiadores {
    background-image: url("/img/servicios/cabeceraIntercambiadores.PNG");
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-text-little {
    text-align: center;
    margin-block-end: 0em;
    font-size: 12px;
}

.img-little-width-15 {
    width: 15em;
}

.div-little-img-center {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.img-last-center-align {
    width: 22em;
    margin: 0 auto;
    display: flex;
}

.custom-text-center-text-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.cabecera_servicios .titulo {
    background-color: #003c8d66;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 32px;
}

.logoCabecera {
    width: 90px;
    height: 100px;
    margin-top: 30px;
}

.titulocabecera {
    background-color: #779cdb;
    color: white;
    text-transform: uppercase;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 21px;
}

@media (max-width: 768px) {
    .cabecera_servicios .titulo {
        padding: 1.5vw 1vw;
        font-size: 27px;
    }
}

@media (min-width: 992x) {}

.menu-servicios {
    min-width: 125px;
}