#hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1274px;
	height: 768px;
}

.sidebar {
	width: 250px;
	height: 100%;
	background: #E9E9E9;
	color: #1F5FAD;
	top: 0;
	padding-top: 5px;
	overflow: auto;
}

#sidebar a {
	color: #1F5FAD;
	font-family: Arial, Helvetica, sans-serif;
	text-justify: justify;
}

.sidebar::-webkit-scrollbar-track {
    background: #222; /* Color de fondo del track */
    border-radius: 4px;
}

.sidebar a {
	display: block;
	color: #E9E9E9;
	padding: 10px;
	text-decoration: none;
}

#container {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E9E9E9;
}

nav {
	width: 289px;
	height: 62px;
	border: 1px solid #31AD62;
	position: absolute;
	left: 367px;
	top: 23px;
}

nav ul {
	list-style: none;
	padding: 12px 0;
	margin: 0;
	display: flex;
	flex-flow: row;
}

nav ul li {
	flex: 1;
	text-align: center;
}

nav ul li:first-child, nav ul li:nth-child(2), nav ul li:nth-child(3) {
	border-right: 1px solid #0C68AC;
}

nav ul li a {
	display: block;
}

.content {
	position: absolute;
	left: 58px;
	top: 116px;
}

.pestaña{
	background: #E9E9E9; 
	position: absolute; 
	right: 13%; 
	top: 38.5%; 
	width: 74.8%; 
	height: 48%;
}

.animacion img{
	position: absolute;
	right: 11.2%;
	top: 39%;
}

#container p{
	position: absolute;
	left: 13%;
	top: 89%;
	font-family: sans-serif;
	font-size: .8em;
}

.logos {
	position: absolute;
	left: 785px;
	top: 670px;
}

.blocker {
	background-color: rgba(74, 74, 74, 0.8);
}

.modal {
	max-width: 893px;
	width: 893px; 
	height: 640px;
	text-align: center;
	border: 0;
	box-shadow: none;
	padding: 50px 40px;
}

.modal img {
	width: 601px;
}

.modal a.close-modal {
	width: 40px;
	height: 40px;
	background-image: url(../images/close.png);
	top: 10px;
	right: 10px;
}

.modal h1 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #1F5FAD;
	text-align: left;
	
}

.modal ol {
	padding-left: 20px;
}

.modal ol li {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #000000;
}