/* small mobile :320px. */

/*.id_responsive{ border: 2px solid red;} */
.cruces { position: absolute; max-height: 5vh; top: 5vh; left: 3%; }
.cruces img { width:5vh!important; }
.noticias { position: relative; height: 40vh; background-size: cover!important; background-repeat: no-repeat; }
.cruz { position: absolute; display: none; z-index:99; bottom: 8vh; right: 3vh; max-height: 6vh; }
.cruz img { height: 6vh; }

/* Medium :768. */
@media (min-width: 768px)  {
/*.id_responsive{	border: 2px solid blue; } */

}


/* Large :992. */
@media (min-width: 992px) {
/*.id_responsive{	border: 2px solid green; } */
.cruces { position: absolute; max-height: 15vh; top: 20vh; left: 5%;}
.cruces img { width:11vh!important; }
.noticias { position: relative; height: 100vh; background-size: cover!important; background-repeat: no-repeat; }
.cruz { position: absolute; display: block; z-index:99; bottom: 8vh; right: 3vh; max-height: 6vh; }
.cruz img { height: 6vh; }
.modalbg { background-image:url(../img/base/fondo_modal.jpg); background-size: cover; }
}


/* XLarge :1200. */
@media (min-width: 1200px) {
/*.id_responsive{	border: 2px solid orange; } */

}


/* xxl desktop :1200px. */
@media (min-width: 1400px) {
/*.id_responsive{ border: 2px solid purple; } */

}




 

 


