/* nuestras unidades banner*/
    
.bannerEnlace .banner-unidades {
    font: 400 1em/1.5 "Neuton";
    /*background: #090d00;*/
    /*background: linear-gradient( 355deg, rgba(2, 0, 36, 1) 0%, rgba(55, 88, 105, 1) 35%, rgba(21, 68, 129, 1) 100%);*/
    color: rgba(255, 255, 255, .25);
    text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
    height: 400px;
	display:flex;
	justify-content:center;
	align-items: center;
}
    
.bannerEnlace .banner-unidades img {
	max-height:390px;
	opacity: 0.15;
}
    
.bannerEnlace .banner-unidades p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    padding: 1.5em 0em;
    position: absolute;
    top: 18%;
    left: 50%;
    width: 40em;
    margin: 0 0 0 -20em;
    color: #000;
    font-weight: 900;
    color: #fff;
	/*font-family: 'Open Sans';*/
}
    
.bannerEnlace .banner-unidades span {
    font: 700 4em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}
/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
