@charset "utf-8";
@font-face{
	font-family:Sansation_Regular;
	src:url(../fonts/Sansation_Regular.ttf);
}

@font-face{
	font-family:Sansation-Light;
	src:url(../fonts/Sansation-Light.ttf);
}

@font-face{
	font-family:RobotoCondensed-Regular;
	src:url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face{
	font-family:Rubik-Regular;
	src:url(../fonts/Rubik-Regular.ttf);
}

@font-face{
	font-family:breulgroteskb_light;
	src:url(../fonts/breulgroteskb_light.otf);
}

/*IMAGENES EN EL INDEX COMPRAR O RENTAR=================================================================================================*/
.image-container1 {
    position: relative;
    display: inline-block;
}

.image-container1 img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container1 .overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,167,69,0.5); /* verde con 50% de opacidad */
    pointer-events: none; /* Para que los clics pasen a la imagen */
}

.image-container1 .text-overlay1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	/*pointer-events: none; /* Para que los clics pasen a la imagen */
	font-family: RobotoCondensed-Regular;
	-webkit-transition: all 300ms ease-in 0ms;
	-moz-transition: all 300ms ease-in 0ms;
	-ms-transition: all 300ms ease-in 0ms;
	-o-transition: all 300ms ease-in 0ms;
	transition: all 300ms ease-in 0ms;
}

.image-container1 .text-overlay1:hover {
	color: #F00;	
}

.image-container2 {
    position: relative;
    display: inline-block;
}

.image-container2 img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container2 .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(108,117,125,0.5); /* verde con 50% de opacidad */
    pointer-events: none; /* Para que los clics pasen a la imagen */
}

.image-container2 .text-overlay2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	/*pointer-events: none; /* Para que los clics pasen a la imagen */
	font-family: RobotoCondensed-Regular;
	-webkit-transition: all 300ms ease-in 0ms;
	-moz-transition: all 300ms ease-in 0ms;
	-ms-transition: all 300ms ease-in 0ms;
	-o-transition: all 300ms ease-in 0ms;
	transition: all 300ms ease-in 0ms;
}

.image-container2 .text-overlay2:hover{
	color: #F00;	
}
/*IMAGENES EN EL INDEX COMPRAR O RENTAR=================================================================================================*/



/*USADO EN EL DIV COMO CONTENIDO EN EL BANNER PRIMARIA Y BANNER SECUNDARIO*/

#content1{
	margin: 0px;
	padding: 10px;
	height: 600px; /* Esto puede mantenerse si la caja grande necesita una altura fija */
	width: 100%;
	border: thin none #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	display: block;
}

#content1 img{
	position: absolute;
	left: 50%;
	top: 15%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}

#content1 #boxContent1{
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: 30%;
	border: thin none #000;
	position: absolute;
	left: 38%;
	top: 23%;
	transform: translateX(-50%); /* Centra el div horizontalmente */
	z-index: 1;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); /* Añade sombra */
	/* Removemos la altura fija */
	min-height: 250px; /* Altura mínima para mantener una estructura base */
	height: auto; /* Permite que la altura se ajuste al contenido */
}

#content1 #boxContent1 h1{
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #878786; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}

#content1 #boxContent1 h2{
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}

.content2 {
	margin: 0px;
	padding: 10px;
	height: 600px; /* Esto puede mantenerse si la caja grande necesita una altura fija */
	width: 100%;
	border: thin none #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	display: block;
}

.content2 .contentBox2 {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: 30%;
	border: thin none #000;
	position: absolute;
	left: 75%;
	top: 6%;
	transform: translateX(-50%); /* Centra el div horizontalmente */
	z-index: 1;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); /* Añade sombra */

	/* Removemos la altura fija */
	min-height: 250px; /* Altura mínima para mantener una estructura base */
	height: auto; /* Permite que la altura se ajuste al contenido */
}

.content2 .contentBox2 h1{
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #878786; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}

.content2 .contentBox2 h2 {
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}


.content3 {
	margin: 0px;
	padding: 10px;
	height: 600px; /* Esto puede mantenerse si la caja grande necesita una altura fija */
	width: 100%;
	border: thin none #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	display: block;
}

.content3 img{
	position: absolute;
	left: 50%;
	top: 15%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}

.content3 .contentBox3 {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: 30%;
	border: thin none #000;
	position: absolute;
	left: 38%;
	top: 30%;
	transform: translateX(-50%); /* Centra el div horizontalmente */
	z-index: 1;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); /* Añade sombra */

	/* Removemos la altura fija */
	min-height: 250px; /* Altura mínima para mantener una estructura base */
	height: auto; /* Permite que la altura se ajuste al contenido */
}

.content3 .contentBox3 h1{
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #878786; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}

.content3 .contentBox3 h2 {
	font-family: breulgroteskb_light;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000; /* Esto aplica solo para h1, para h2 lo dejo como #000 */
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}




