@charset "UTF-8";
/* CSS Document */


.caja-parrafo-destacado {
border-top: 5px solid rgba(210, 34, 36, 1);
}

.caja-cuadrada a{
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
/*background-color: rgba(244,30,33,0.5);*/
z-index: 300;	
}

img.foto-full-apertura {
top: 70%;
}
.caja-parrafo-destacado p {
    font-family: 'heebo-regular';
    /* font-size: 20px; */
    /* line-height: 30px; */
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: rgba(0, 0, 0, 1);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.credito-pie-foto {
    font-family: 'hebbo-bold';
    /* font-size: 10px; */
    /* line-height: 14px; */
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    opacity: 0.7;

}

/*MEDIA QUERIES*/

@media screen and (max-width:1200px){
    img.foto-full-apertura {
           top: 60%;
       }   

@media screen and (max-width:1024px){
 img.foto-full-apertura {
        top: 50%;
    }   

}
@media screen and (max-width:768px){
.titulo-header-especial {
display: inline-block !important;
}
img.foto-full-apertura {
    top: 50%;

}	
}
@media screen and (max-width:677px){}


}