/* 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; }
.fregistro input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"], input[type="tel"], input[type="date"]   { width:100%; background-color:transparent!important; border: none; padding: 5px 15px; font-family: 'Poppins', sans-serif!important; border-bottom: 1px solid white; color: white!important }
.costo { background-color:#E5DB00; width: 75%; margin-left: 12.5%; }
/* 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; } */

}




 

 


