@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");
}
@media screen and (max-width: 1900px){
    .separador{
        height:900px;
    }
}
* {
	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;
	z-index:10;
}
.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;
}
#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;
  font-size:24px;
}
.video-container img{
	position:absolute;
	top:5%;
	left:20%;
}
#line1{
	position:absolute;
	left:55%;
	top:5%;
	font-family:NotoSans-Regular;
}
#line1 span{
	font-family:NotoSans-Bold;
}
#trl{
	position:absolute;
	left:69%;
	top:9%;
	font-family:NotoSans-Regular;
}
video.fillWidth {
  width: 100%;
  z-index:-5;
}

.separador{
	height:800px;
}
#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%;
	background-color:#8E6F4F;
}
#filos_img img{
	width:100%;
}
#filos p{
	text-align:justify;
	width:70%;
	font-size:20px;
	margin-left:10%;
	margin-top:5%;
}
#part3{
	margin: auto;
  background-image: url("gif1.gif");
  background-repeat:no-repeat;	
  width: 80%;
  padding: 30px;
}
#part4{
	margin-top:5%;
	align-items: flex-start;
}
#part4 div{
	display:inline-block;
}
#suscribe{
	background-image:url("suscribete.png");
	background-repeat:no-repeat;
	background-size:80%;
	width:40%;
	color:#F0EBEA;
	font-family:NotoSans-Regular;
	margin-left:15%;
	margin-bottom:5%;
	
}
#suscribe_img{
	width:20%;
	background-color:#8E6F4F;
	margin-left:15%;
}
#suscribe_img img{
	width:100%;
}
#suscribe p{
	text-align:justify;
	width:100%;
	padding-top:7%;
	font-size:20px;
}
input{
	background-color:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	width:80%;
	margin-top:3%;
}
button{
	background-color:transparent;
	color:#F0EBEA;
	width:20%;
	height:30px;
	border-radius:20px;
	border-color:#F0EBEA;
	margin-top:3%;
	margin-left:40%;
	cursor:pointer;
}
@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){
	.menu_bar {
		display:block;
		width:25%;
		position:absolute;
		top:0;
		background:#F0EBEA;
		height:100px;
	}
	.menu_bar img{
		width:90%;
		margin-right:10%;
	}
	.video-container img{
		right:5%;
		position:absolute;
		height:100px;
	}
	.divf{
	display:block;
}
#link{
	background-color:#1E0304;
	color:#F0EBEA;
	text-align:center;
	height:40px;
	padding-top:.7%
}
#link a{
	color:#F0EBEA;
	text-decoration:none;
	
}
#datos{
	width:100%;
	color:#F0EBEA;
	margin-bottom:3%;
	float:none;
	margin-top:3%;
	font-size:18px;
	margin-left:0%;
}
#datos img{
	width:%;
	margin-top:3%;
}
#datos div{
	width:90%;
	display:block;
	margin-bottom:2%;
	margin-top:3%;
	text-align:left;
	margin-left:10%;
}
#datos span{
	margin-left:2%;
}
#redes{
	width:100%;
	margin-top:2%;
	float:none;
	text-align:center;
}
#redes img{
	width:%;
	margin-left:10%;
	margin-right:10%;
	padding-top:5%;
	margin-bottom:5%
}
#logod{
	width:90%;
	margin-top:5%;
	margin-bottom:3%;
	text-align:center;
	margin-left:5%;
}
	.banderas{
		width:10%;
		margin-top:8%;
		margin-left:0%;
	}
.video-container 
{
  position:absolute;	
  top: 0%;
  left:0%;
  width: 100%;	
  height: 300px;
  overflow: hidden;
  font-size:14px;
  z-index:-50;
}
.video-container img{
		position:absolute;
		width:15%;
		height:auto;
		left:27%;
	}
	video.fillWidth {
		width:100%;
}
	.separador{
		height:200px;
	}	
	#part2 div{
		display:block;
		width:90%;
		font-size:16px;
		margin:auto;
	}
	.banderas{
	width:80%;
	height:50px;
	float:left;
	margin-top:-100%;
}
.banderas img{
	display:inline-table;
	margin-top:0%;
	margin-left:5%;
}
	#filos{
	width:100%;
	background-image:url("philosophy.png");
	background-repeat:no-repeat;
	background-size:80%;
	color:#F0EBEA;
	font-family:NotoSans-Regular;
	margin-left:5%;
	margin-bottom:5%;
	
}
	#filos p{
	text-align:justify;
	width:80%;
	font-size:18px;
	margin-left:10%;
	padding-top:7%;
}
	#part4 div{
		display:block;
		width:90%;
		margin:auto;
	}
	#line1{
	left:43%;
	top:5%;
	font-family:NotoSans-Regular;
}
#trl{
	position:absolute;
	left:70%;
	top:10.5%;
	font-family:NotoSans-Regular;
}scribe p{
		font-size:18px;
	}
}
@media screen and (max-width: 370px){
	#line1{
		font-size:12px;	
	}
	#trl{
		font-size:12px;
	}
}