#hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1274px;
	height: 768px;
}

.sidebar {
	width: 250px;
	height: 100%;
	background-image: url(../images/fondo_sky_Mesa.png);
	color: #004E59;
	top: 0;
	padding-top: 5px;
	overflow: auto;
}

#sidebar a {
	color: #004E59;
	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/fondo_sky_Mesa.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.buttons{
	position: absolute;
	left: 36%;
	top: 3%;
}

.btn_1{
	width: 70.1px;
	height: 58px;
	position: absolute;
	left: 1.3%;
	top: 4%;
	border-radius: 0 0 0 6px;
}

.btn_2{
	width: 73px;
	height: 58px;
	position: absolute;
	left: 25.6%;
	top: 4%;
}

.btn_3{
	width: 72px;
	height: 58px;
	position: absolute;
	left: 50.9%;
	top: 4%;
}

.btn_4{
	width: 67px;
	height: 58px;
	position: absolute;
	left: 75.9%;
	top: 4%;
	border-radius: 0 6px 6px 0;
}

.image_slide{
	position: absolute;
	left: 5.5%;
	top: 14.4%;
}

.image_slide img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 11%;
}

.image_slide img:nth-child(3) {
	position: absolute;
	left: 2%;
	top: 52%;
}

.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;
}

.web_log{
	position: absolute;
	left: 802px;
	top: 657px;
}