@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');
CSS Document 
body { 
	font-family: 'Commissioner', sans-serif;
	background-color: #E9E8E7;
    margin: auto;
	}
header {
	border: 1px solid #1B2053;
	background-color:#1B2053;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.menu ul {
	
		display:flex;
		flex-direction: row;
		justify-content: flex-end;
		color: white;
		list-style: none;
		
	}

.menu a:hover {
	padding: 10 px;
	background-color: #C03161;
}

a {
	text-decoration: none;
}

header nav ul li a {
	color: white;
}

header nav ul li {
	margin-left: 30px;
	
}

header nav ul {
	margin-right: 100px;


}

h1 {
	border: 2px solid #C03161;
	padding-top: 10px;
	padding-bottom: 10px; /*es recomendable el uso de % */
	padding-left: 20px;
	padding-right: 20px;
	color: #1B2053;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 50%;
	}

h2 {
	border-top:1px solid #C03161;
	width: 50%;
	padding-top: 50px;
	color: #1B2053;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	}

div {
	text-align: center;
	margin-bottom: 50px;
	}

.descripcion ul{
	margin-top: 200px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}

.descripcion  li {
	color: #C03161;
	text-align: left;
	
	}

p {
	color: #1B2053;
	}

strong {
	color: #C03161
	}

.flecha{

		position: fixed;
		min-height: 120px;
		width: 252px;
	  
	   
		
	}
	
.contenedor-general {
		overflow: hidden;
		height: 500px;
		display: flex;
		margin-top: 20%;
	}
	
.contenedor-derecha {
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #C03161;
	}
.contenedor-titulo {
		margin: auto;
		margin-left: 30%
	}
.contenedor-titulo h2 {
		color: whitesmoke;
		margin: auto;
	}
	
.contenedor-izquierda {
		width: 50%;
		height: 100%;
		opacity: 90%;
		background-color:  #1B2053;
		
		
	}
	
	
	
.contenedor-imagenes {
		height: 800px;
		width: 100%;
	}
	
.contenedor-img {
		height: 33.33%;
		width: 100%;
		display: flex;
	}
	
.imagenes {
		width: 40%;
	}
	
	
.galeria {
		width: 100%;
		height: 100%;
	}
	
.pie {
	
	padding-top: 50px;
	
	}	
footer{
	border-top:1px solid #C03161;
	width: 50%;
	text-align: center;
	margin: auto;
	}

.webrand {width: 100%;
      height: auto;
	}

.datos{
	width: 25%;
	height: auto;
}

