.hero-right {
    min-height: 630px;
    padding-top: 80px;
    background-image: url('../images/header_transparente.png');
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 88% center;*/
    margin-bottom: 80px;
    margin-top: 80px;
}


.hero-right-center {
    min-height: 750px;
    padding-top: 80px;
    background-image: url('../images/imagen_medio_transparente.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 80px;
    margin-top: 170px;
}



td {
    vertical-align: middle;
}


.contenedor-nuestros-servicios{
    margin-top: -50px !important;
}

@media (min-width: 1200px) {
    .hero-right {
        padding-top: 120px;
        background-position: 72% center;
    }

    .hero-right-center {
        padding-top: 120px;
        background-position: 52% center;
    }

    .contenedor-nuestros-servicios{
        margin-top: -50px !important;
    }
}


@media (max-width: 768px) {
    .hero-right,
    .hero-right-center {
        min-height: 100vh;
        padding-top: 60px;
        background-position: 12% center;
        background-size: cover;
        margin-bottom: 0;

    }

    .contenedor-nuestros-servicios{
        margin-top: -150px !important;
        margin-bottom: 30px;
    }

}