.main {
    margin-top: 200px;
}

.jumbotron {
    height: 300px;
}

.colorPmx{
    background: rgb(37, 88, 69);
}

.instalaciones {
    margin-top: 200px;
    height: 400px;
}
.rpImg{
    max-height: 700px;
}
.imgUs {
    background: url('https://www.unitec.mx/hubfs/01.UNITEC/oferta-academica/maestrias/maestria-direccion-proyectos-unitec-1.webp') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 800px;
    padding-top: 200px;
}
.imgContact{
    background: url('https://newwweb.net/sites/default/files/2020-03/contacto.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 800px;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.imgUs p{
    font-size: 18px;
    text-align: justify;
}
.slider {
    width: 100%;
    height: 500px;
    margin-top: 100px;
}

.servicios {
    padding-bottom: 20px;
}

.carts {
    margin-bottom: 20px;
}

footer {
    background: #222;
}
.ovr{
    overflow: hidden;  
    position: relative;
    display: inline-block;
    text-align: center;
}
.zoom {
    transition:  .2s; 
    object-fit: cover;
}
 
.zoom:hover {
    transform: scale(1.5); 
}
.text-on{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-orange{
    color: #000;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    opacity: .7;
}
.responsive-iframe{
    min-height: 300px;
    width: 100%;
}
.responsive-iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
  }
.agendar{
    background: rgb(37, 88, 69);
    height: 250px;
    width: 100%;
}

.promo img{
    max-height:300px ;
}
.logo-on{
    position: absolute;
    top: 6%;
    left: 88%;
    transform: translate(-50%, -50%);
}
.next-on{
    position: absolute;
    top: 5%;
    left: 80%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.prev-on{
    position: absolute;
    top: 5%;
    right: 80%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.price-on{
    
    position: absolute;
    top: 9%;
    left: 88%;
    transform: translate(-50%, -50%);
}
#promociones {
	min-height: 800px;
	border: 1px solid #ddd;
	background: #f1f1f1;
    z-index: 9;
}


