<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#encabezado{
	width: 100%;
	height: 550px;

	background-color: var(--c2);
	overflow: hidden;
	min-width: 100%;
}

#encabezadoPEQUE{
	width: 100%;
	height: 380px;

	background-color: var(--c2);
	overflow: hidden;
	min-width: 100%;
}

header{
	flex-direction: column;
}

nav {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
    position: fixed;
    background-color: var(--BC);
    flex-wrap: wrap;
    padding: 0px 100px;
}

.logoNAV{
	height: 74px;
}



.HEAD{
	height: auto;
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: space-around;

	position: absolute; /* se puede repetir todo lo que se quiera, el RELATIVE es 1 POR CAJA	*/
	top: 140px;
	padding: 0px 100px;
}



.HEADpeque{
	height: auto;
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: space-around;

	position: absolute; /* se puede repetir todo lo que se quiera, el RELATIVE es 1 POR CAJA	*/
	top: 120px;
	padding: 0px 100px;
}

.txtHEAD{
	width: 50%;
	height: auto;
	
	display: flex;
	gap: 30px;
	flex-shrink: 0;
	flex-direction: column;

	font-size: 64px;	
	color: var(--N);
}

.txtHEAD h1{
	font-size: 60px;	
	color: var(--N);
}

.txtHEAD p{
	font-size: 24px;
	color: var(--N);
	font-weight: 550;
}

.HEADimg{
	display: flex;
	width: 505px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;

	margin: 20px 0px;
}

.HEADimgPEQUE{
	display: flex;
	width: 200px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;

	margin: 20px 0px;
}


.HEADimgPEQUE img{
	height: 200px;
	width: fit-content;
}

.HEADimg img{
	height: 370px;
	width: fit-content;
}




#menu{
	width: auto;
	height: 100%;

	display: flex;
	list-style-type: none;
}

.paginas{ /* elementMenu */
	display: flex;
	align-items: center;
	justify-content: center;

}

.paginas a{
	text-decoration: none;
	color: var(--N);
	font-size: 16px;
	padding: 0px 30px;

}

.paginasBLU{ /* elementMenu */
	display: flex;
	align-items: center;
	justify-content: center;

}

.paginasBLU a{
	text-decoration: none;
	color: var(--c1);
	font-size: 16px;
	padding: 0px 30px;

}

.paginas a:hover{
	color: var(--c1);
}

.paginas:hover #sub{ /* elementMenu */
	opacity: 1;
}




nav &gt; .boton &gt; img{
		display: none;
	}



































/*media Queries*/

/*Medida Panoramica*/
@media only screen and (max-width: 1400px){

}


@media only screen and (max-width: 1190px){
	#encabezado{
		height: 600px;
	}
}

@media only screen and (max-width: 1100px){
	#encabezado{
		height: 700px;
	}

	.HEAD img{
		height: 330px;
		width: fit-content;
		align-items: end;
	}



	nav{
		padding: 0px 50px;
	}

	.HEAD{
		padding: 0px 50px;
	}

	.HEADpeque{
		padding: 0px 50px;
	}

	.txtHEAD h1{
		font-size: 60px;	
		color: var(--N);
	}

	.txtHEAD p{
		font-size: 24px;
		color: var(--N);
		font-weight: 550;
	}

}

@media only screen and (max-width: 900px){
	#encabezado{
		height: 770px;
	}

	#encabezadoPEQUE{
		height: 420px;
	}

	.HEAD{
		flex-direction: column;
	}

	.txtHEAD{
		width: 100%;
	}

	.HEADimg{
		display: flex;
		width: 100%;
		height: auto;
	}

	.HEADimg img{
		height: 320px;
		width: auto;
	}

	nav &gt; .boton &gt; img{
		display: block;
	}

	#menu{
		display: none;
	}

	.HEADpeque{
		width: 100%;
		height: auto;

		display: flex;
		flex-direction: column;
	}

	.HEADimgPEQUE{
		width: 100%;
		height: auto;

		display: flex;
		justify-content: center;
	}

}



@media only screen and (max-width: 768px){
	#encabezado{
		height: 700px;
	}

	.txtHEAD h1{
		font-size: 40px;	
	}

	.txtHEAD p{
		font-size: 20px;
		font-weight: 550;
	}

	.HEADimg{
		height: 300px;
	}

	.HEADimg img{
		height: 300px;
	}
}


/*Medida Tablet*/
@media only screen and (max-width: 768px){

}



/*Medida Movil*/
@media only screen and (max-width: 576px){
	#encabezado{
		height: 700px;
	}

	.HEADimg{
		height: 250px;
	}

	.HEADimg img{
		height: 250px;
	}

	nav{
		padding: 0px 20px;
	}

	.HEAD{
		padding: 0px 20px;
	}

	.HEADpeque{
		padding: 0px 20px;
	}

	.HEADimgPEQUE img{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 410px){
	

	.HEADimg{
		height: 200px;
	}

	.HEADimg img {
        width: 100%; /* Hacer que la imagen ocupe todo el ancho disponible */
        max-width: 200px; /* Limitar el tamaÃ±o mÃ¡ximo de la imagen */
        height: auto; /* Mantener la proporciÃ³n de la imagen */
        margin: 0 auto; /* Asegurar que la imagen estÃ© centrada en su contenedor */
    }

}



</pre></body></html>