@font-face {
    font-family: Gotham-Bold;
    src: url("Gotham Bold.otf") format("opentype");
}
@font-face {
    font-family: Gotham-Book;
    src: url("Gotham Book.otf") format("opentype");
}
html{
	width:auto;
}
body {
  background-image: url('mapa.png');
  margin: 10px 5%;
 	color: #f16112;
 	max-width:1600px;
}
#nav {

  display:flex;
  flex-direction:row;

}
#left_nav {
  display:flex;
  flex-direction:row;
}
#right_nav {
  width:50%;
  display:flex;
  flex-direction:row;
  justify-content:space-between;

}
#nav_line{
	width:20px;
}

#hr {
    align-items: center;
    display: flex;
}
#hr2 {
	border-top: 1px solid #f16112
}
#title {
    margin:5px;
	font-size: 20;	
    align-items: center;
    display: flex;
    font-family:Gotham-Bold;
    font-weight:bold;

}
#glob {
    align-items: center;
    display: flex;
}
#content {
	font-family:Gotham-Book;
 margin-top:20px;
        margin-left:0;
	color:black;
}
#inv {
	color: #f16112;
}
#videos{
	font-family: Gotham-Bold;
    	font-weight: bold;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
video{
	max-width:300px;
}
.cross{
	width:300px;
}

#videos .video {
	cursor:pointer;
	max-width:300px;
	align-items:center;
	margin: 10px auto;;
}
#footer {
	float:right;
}
@media screen and (min-width: 991.98px){
body {
  margin: 10px 5%;
}
#nav_line{
        width:auto;
}

#content {
        margin-top:20px;
        margin-left:50%;
}
#videos{

        flex-direction:row;
}
.cross{
        width:255px;
}
#videos .video {
        max-width:255px;
}
video{
        max-width:255px;
}
}
@media screen and (min-width: 1200.98px){
body {
}

#videos{
}
}




