@charset "utf-8";
/* CSS Document */
@font-face{
	 font-family:Georgia-BI;
	src: url("../Georgia Bold Italic.ttf");
}
@font-face{
	 font-family:NotoSans-Bold;
	src: url("../NotoSans-Bold.ttf");
}
@font-face{
	 font-family:NotoSans-BI;
	src: url("../NotoSans-BoldItalic.ttf");
}
@font-face{
	 font-family:NotoSans-Italic;
	src: url("../NotoSans-Italic.ttf");
}
@font-face{
	 font-family:NotoSans-Regular;
	src: url("../NotoSans-Regular.ttf");
}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {
	background-color:#351510;
	overflow-x:hidden;
}
.contenedor{
	width:100%;
	overflow-x:hidden;
} 
.menu_bar {
	display:none;
}
.menu_bar .bt-menu img{
	margin-top:15%;
	margin-left:25%;
}
header {
	width: 100%;
}
 
header nav {
	font-family:NotoSans-Bold;
	background:#351510;
	z-index:1000;
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#1E0102;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
} 
footer{
	background-color:#2A090A;
	font-family:NotoSans-Regular;
}
.divf{
	display:inline-block;
}
#link{
	background-color:#1E0304;
	color:#F0EBEA;
	text-align:center;
	height:40px;
	padding-top:.7%
}
#link a{
	color:#F0EBEA;
	text-decoration:none;
	
}
#datos{
	width:30%;
	color:#F0EBEA;
	margin-left:15%;
	margin-bottom:3%;
	float:left;
	margin-top:3%;
}
#datos div{
	margin-bottom:1%;
}
#datos span{
	margin-left:2%;
}
#redes{
	width:30%;
	margin-top:2%;
	float:left;
}
#redes img{
	margin-left:5%;
	padding-top:5%;
}
#logod{
	width:20%;
	margin-top:2%;
	margin-bottom:3%;
}
#part1{
	width:100%;
	position:absolute;
	top:0;
	z-index:-10;
}
#part1 div{
	display:inline-table;
}
.banderas{
	width:15%;
	height:400px;
	float:left;
}
.banderas img{
	display:table;
	margin-top:10%;
	margin-left:40%;
}
#mex{
	margin-top:190%;
}
#fbh{
	margin-top:65%
}
.video-container 
{
  top: 0%;
  left:15%;
  width: 85%;	
  height: 400px;
  overflow: hidden;
}
.video-container img{
	position:absolute;
	top:5%;
	right:5%;
}
#line1{
	position:absolute;
	left:60%;
	top:5%;
}
#trl{
	position:absolute;
	left:73%;
	top:8%;
}
video.fillWidth {
  width: 100%;
  z-index:-5;
}
.separador{
	height:150px;
}
#part2 div{
	display:inline-block;
}
#filos{
	width:70%;
	background-image:url("filosofia.png");
	background-repeat:no-repeat;
	background-size:50%;
	color:#F0EBEA;
	font-family:NotoSans-Regular;
	margin-left:5%;
	margin-bottom:5%;
	
}
#filos_img{
	width:20%;
}
#filos_img img{
	width:100%;
}
#filos p{
	text-align:justify;
	width:70%;
	font-size:20px;
	margin-left:10%;
	margin-top:5%;
}

#part4{
	margin-top:5%;
	align-items: flex-start;
}
#part4 div{
	display:inline-block;
}
#suscribe{
	width:40%;
	color:#F0EBEA;
	font-family:NotoSans-Regular;
	margin-left:15%;
	margin-bottom:5%;
	
}
#suscribe_img{
	width:20%;
	
	margin-left:15%;
}
#suscribe_img img{
	width:100%;
}
#suscribe p{
	text-align:justify;
	width:100%;
	padding-top:0%;
	font-size:20px;
}
#part5 div{
	display:inline-block;
}
#filos2{
	width:70%;
	color:#F0EBEA;
	font-family:NotoSans-Regular;
	margin-left:5%;
	margin-bottom:5%;
	
}
#filos2_img{
	width:20%;

}
#filos2_img img{
	width:100%;
}
#filos2 p{
	text-align:justify;
	width:70%;
	font-size:20px;
	margin-left:10%;
	margin-top:5%;
}
#part44{
	display:none;
}
@media screen and (max-width: 5000px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:15%;
		position:absolute;
		top:0;
		background:#F0EBEA;
		height:120px;
	}
 
	.menu_bar .bt-menu {
		display: block;
		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: 100%;
		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;
	}
}
@media screen and (max-width: 550px){
	.video-container img{
		position:absolute;
		width:20%;
		height:auto;
		right:10%;
		top:3%
	}
	.separador{
		height:30px;
	}
	#part2 div{
		display:block;
		width:90%;
		margin:auto;
	}
	#part4 div{
		display:block;
		width:90%;
		margin:auto;
	}
	#part5 div{
		display:block;
		width:90%;
		margin:auto;
	}
	#filos{
		background-size:80%;
	}
	#filos p{
		font-size:18px;
		padding-top:7%;
		width:90%;
		padding-bottom:5%;	
	}
	#filos2 p{
		font-size:18px;
		padding-top:7%;
		width:90%;
		padding-bottom:5%;	
	}
	#part4{
		display:none;
	}
	#part44{
		display:block;
		margin-top:8%;
	}
	#part44 div{
		display:block;
		width:90%;
		margin:auto;
	}
	#suscribe p{
		font-size:18px;
		margin-top:5%;
		Width:90%;
		margin-right:10%;
	}
}