

.imgHeader{
    background-image: url('../PROYECTO/INICIO/portadainicio_Mesa\ de\ trabajo\ 1.png');
    height: 500px;
    background-size: cover;
    background-repeat: repeat;
}
.h1Uncosantos{
    font-size: 3.5rem; ;
}

.contServicios{
    background-image: url('../recursos/textura\ fondo.png'); background-size: cover; 
    height: 600px; 
    background-repeat: no-repeat;
}
.contProyectos{
    background-color: #4b7017;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
}
.contProductos{
    background-image: url('../recursos/textura\ fondo.png'); background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
}
.veinticinco{
    padding-top: 150px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .h1Uncosantos{
        font-size: 3.2rem;
    }
    .textHeader{
        text-align: center;
    }
    .contServicios{
        height: 900px;
        
    }
    .vidProyectos{
        display: none;
    }
    .contProyectos{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .contProductos{
        height: 1300px;
    }
    .contProductos img{
        margin-top: 120px;
    }
    .veinticinco{
        padding-top: 20px;
    }
    .infoImg{
        width: 100vw !important;
    }
    .vidInicio{
        width: 100%;
        margin-left: 0 !important;
    }
    .container{
        padding: 0;
    }
    .parrafoIniciativas{
        text-align: center;
    }
    .imgRespaldo{
        height: 150px;
        padding: 0;
    }
    .imgRespaldo1{
        width: 100%;
        height: 180px;
        padding: 0;
    }
    .seccionContacto{
        padding: 0;
    }
    .parrafoIniciativas{
        text-align: center !important;
    }
    .tituloProyectos{
        text-align: center !important;
    }
    }