#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;
	background-color: rgba(0, 0, 0, 0.05);
}

.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;
}

#indice_slide{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.indice{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.btn_indice{
	padding: 5px;
}

.home_log{
	position: absolute;
	left: 830px;
	top: 660px;
}