
/* ---------- about Header ---------- */
.ah-item{
    height: 100%;
    width: 100%;
    min-height: 170px;
    max-height: 480px;
    position: relative;
    display: inline-block;
}

/* .ah-item .texto1{
    position: absolute;
    top: 70%;
    
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
} */


.ah-img{
    height: 100%;
    min-height: 170px;
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

/*--======================================================================
					PUNTOS DE QUIEBRE PERSONALIZADOS
========================================================================*/
/*--======================================================================
            ESCRITORIO GRANDE (LG revisamos en 1366 en adelante)
========================================================================*/

@media (min-width:1200px){

}

/*--======================================================================
	 ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
========================================================================*/

@media (max-width:1199px) and (min-width:992px){

}

/*--======================================================================
		ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
========================================================================*/

@media (max-width:991px) and (min-width:768px){

}

/*--======================================================================
					MOVIL (XS revisamos en 320px)
========================================================================*/

@media (max-width:767px) and (min-width:768px){

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    
}
/*------------- footer -------------*/