header{
	background-image: url(../img/baner1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	max-height: 130px;
}


h1 {
		font-weight: normal;
		font-size: 3em;
	}





nav img {
	width: 80%;
	margin: 0px;
}

.nav-link {
	color: rgb(255, 255, 255);
	text-shadow:5px 5px 7px rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

.nav-link {
	color: rgb(255, 255, 255);
}





/* Fondo general */
body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

/* Contenedor principal */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

/* Título */
.titulo {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

/* Filas tipo columna */
.fila {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

/* Texto */
.texto {
    flex: 1;
    font-size: 17px;
    line-height: 1.5;
}

/* Contenedor de imagen */
.imagen {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.imagen img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}




footer{
	background: rgb(255, 255, 255);
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

footer a{
	color: rgb(0, 0, 0);
}	

footer p{
	color: rgb(0, 0, 0);
}	

footer a:hover, a:focus{
	color: #000000;
	text-decoration: none;
}










