.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/capsalera3.jpg");
    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/servicios/capsalera5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

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

.titulocabecera{
    background-color: #779cdb;
    color: white;
    text-transform: uppercase;
    padding: 0.5vw 3vw;
    font-size: 21px;
    margin: 0 0 50px 0;
}


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