
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
    
    
    
    
    
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
 
.menu_bar {
	display:flex;
    justify-content: space-between
    color: darkred ;
}




 
header nav {
	background:#c9c9c9;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background: darkred;
}
 
header nav ul li a {
	color:rgba(0, 0, 0, 0.6);
	display:block;
	text-decoration:none;
	padding: 20px;font-family: 'Montserrat', sans-serif; align-content: center;
}




header nav ul li a img

{
	
	padding: 1px; margin-right: 0.5rem;align-content: center;
}




 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#989898;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display: block;
		width:100%;height: 14%;
		position: fixed;
		top:0;
		background:darkred;
        
        
        
        
	}
 
	.menu_bar .bt-menu {
		display: flex;
        
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
        
        
	}
    
 
	.menu_bar span {
		float: right
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}


.vi{margin-top:-5rem; 
    margin-left:15rem;
    background-color: darkred;
    padding: 0.28rem;
}
header div a div img {
    margin-left: 3em;
    margin-top: 0.1em;

    
    
    
    
    
}
    
    
header div span { margin-top: 5rem;
    
    
}



















































* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Alegreya','Helvetica', 'Sans serif';
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: 100%;
}

ul { list-style: none; }


footer {
    background-color: darkred;
    padding: .25em;
}











































#x {
    
    position: absolute;
    right: 0;
    top: 0;
}

main {display: flex;
    flex-grow: 1;
    height: auto;
    justify-content: center;
align-content: flex-end;}

main iframe {width: 100%;}


.subir:hover {
    text-decoration: underline;
}
footer nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    
}

footer nav ul li {
    flex-grow: 1;
}


footer nav ul li a {
    color: white;
    text-decoration: none;

    display: flex;
    justify-content: center;

    align-items: center;
}


