@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;
}

.video-container 
{
  position:absolute;
  background-image:url("foto8.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  top: 0%;
  left:15%;
  width: 85%;	
  height: 573px;
  overflow: hidden;
}
.video-container img{
	position:absolute;
	top:5%;
	right:5%;
}

.separador{
	height:540px;
}
#part2{
width:100%;
color:#F0EBEA;
font-family:NotoSans-Regular;	
}
#part2 h1{
	text-align:center;
	font-size:70px;
	color:#8E6F4F;
	font-family:NotoSans-Bold;
}
form{
	width:80%;
	margin-left:10%;
}
form h2{
	margin-top:3%;
	margin-left:5%;
}

.field{
	width:40%;
	background-color:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-left:5%;
	margin-top:3%;
	font-size:20px;
	color:white;
}
input[type=checkbox]{
	background-color:transparent;
	height:20px;
	width:30px;
	margin-top:3%;
}
.opc1{
	margin-left:5%
}
.opc2{
	margin-left:35%
}
.comenta{
	background-color:transparent;
	width:90%;
	margin-left:5%;
	height:80px;
	border-color:white;
	margin-top:3%;
	margin-bottom:3%;
}
button{
	background-color:transparent;
	color:#F0EBEA;
	width:10%;
	height:30px;
	border-radius:15px;
	border-color:#F0EBEA;
	margin-left:42.5%;
	margin-bottom:5%;
	cursor:pointer;
}
label{
	margin-left:1%;
}
@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{
	width:20%;
	top:3%;
	right:10%;
}
	.separador{
		height:350px;
	}
	.video-container{
		width:100%;
		height:400px;
		left:0%;
	}
	.field{
		width:90%;
	}
	.opc2{
		margin-left:2%;
	}
	label{
		font-size:12px
	}
	button{
		width:40%;
		font-size:20px;
		margin-left:30%;
		margin-top:5%;
	}
}