@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */

nav ul li:nth-child(6){
	display: none;
}


img{border:0;}

* { margin: 0; padding: 0; font-family: 'Inter', sans-serif; box-sizing: border-box;}

img{
	display: block;
}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#fff;
	}

html{
	height: 100%;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}

.temp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: fixed;
	top: 30%;
	padding: 0 15%;
	left: 0;
	right: 0;
}

.temp div{
	width: 48%;
	text-align: center;
}


main {
	width: 100%;
	margin:0 auto;
	}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	padding-right: 2%;
}


nav ul{
	list-style: none;
	padding-top: 10px;
}

nav ul li{
	display: inline-block;
}



nav ul li a{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	color: white;
	margin: 0 20px;
}

nav ul li a:hover, nav ul li a.active{
	color: #d7c5c1;
}


.menu{
	width: 100%;
	height: 0vh;
	padding-right: 3%;
	padding-top: 0vh;
	background: rgba(0,0,0,0.7);
	text-align: right;
	overflow: hidden;
	position: fixed;
	z-index: 3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu.active{
	height: 100vh;
	padding-top: 10vh;
}

.menu a{
	color: white;
	letter-spacing: 2px;
	line-height: 30px;
}

.menu a:hover{
	color: #d7c5c1;
}

.bienvenida{
	width: 80%;
	padding: 100px 0;
	margin: 0 auto;
	text-align:justify;
	max-width: 1200px;
}

.bienvenida h1{
	text-align: center;
}

.video{
	width: 80%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 50px 0 ;
}

.ribbon{
	width: 100%;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

.ribbon p{
	position: absolute;
	z-index: 2;
	width: 20%;
	left: 50px;
	top: 40%;
	color: white;
}

.areas{
	width: 80%;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 100px 0%;
}

.col30{
	width: 31%;
}


.areas .col30{
	text-align: justify;
}

.fotos .col50 p{
	text-align: justify;
}

.areas .col30 h1, .areas .col30 h3{
	text-align: center;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer div img{
	margin-bottom: -8px;
	display: inline-block;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

	
h1{
	font-family: 'berlinsans';
	font-size:24px;
	line-height:31px;
	color:#593930;
	font-weight: normal;
	}

	
p {
	font-size:15px;
	line-height:21px;
	color:#333;
	font-weight: 300;
	}

	
a {
	font-size:15px;
	line-height:21px;
	color:#333;
	text-decoration:none;
	font-weight: 300;
	}
	
a:hover {
	color:#000;
	}

a.btn{
	padding: 15px 30px;
	display: inline-block;
	border: 1px solid #593930;
	letter-spacing: 2px;
	color: #8d5a4e;
	font-size: 14px;
}

.cleare {
	display: block;
	clear: both;
}


/*---------------------------------------historia-------------------------------------*/


h2{
	font-size:18px;
	line-height:24px;
	color:#8d5a4e;
	font-weight: 300;
	}


.fotos{
	width: 80%;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.col50{
	width: 49%;
}



/*---------------------------------------contacto-------------------------------------*/

.contacto img{
	display: inline-block;
	margin-bottom: -7px;
}


.col70{
	width: 70%;
}

input{
	border: 0;
	outline: none;
	width: 100%;
	padding: 15px 2%;
	border-bottom: 1px solid #593930;
	margin-bottom: 20px;
}

textarea{
	height: 100px;
	border: 0;
	outline: none;
	width: 100%;
	padding: 15px 2%;
	border-bottom: 1px solid #593930;
	margin-bottom: 20px;
}

input:focus, textarea:focus{
	border: 1px solid #593930;
}

input[type=submit]{
	padding: 15px 30px;
	display: inline-block;
	border: 1px solid #593930;
	letter-spacing: 2px;
	color: #8d5a4e;
	font-size: 14px;
	background: white;
	width: 250px;
}


.areas h3{
	padding: 10px 20px;
	background: white;
	border: solid 1px #593930;
	color:#593930;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 14px;
	width: 90%;
	margin: -25px auto 0 auto;
	position: relative;
	z-index: 2;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
	
.temp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: fixed;
	top: 20%;
	padding: 0 15%;
	left: 0;
	right: 0;
}

.temp div{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
	

nav{
	display: flex;
	justify-content: space-between;
	padding-right: 2%;
}


nav ul{
	padding-top: 10px;
}


nav ul li a{
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px;
}
	
.logo img{
	width: 100px;
}


.menu{
	width: 100%;
	height: 0vh;
	padding-right: 3%;
	padding-top: 0vh;
	background: rgba(0,0,0,0.7);
}

.menu.active{
	height: 100vh;
	padding-top: 10vh;
}

.menu a{
	letter-spacing: 2px;
	line-height: 30px;
}



.bienvenida{
	width: 85%;
	padding: 60px 0;
	max-width: 1200px;
}

.video{
	width: 85%;
	max-width: 1200px;
	padding: 50px 0 ;
}

.ribbon{
	width: 100%;
	padding: 60px 0;
}

.ribbon p{
	width: 70%;
	left: 50px;
	top: 30%;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
}

.areas{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 60px 7%;
	flex-wrap: wrap;
	flex-direction: column;
}

.col30{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}


footer{
	width: 100%;
	padding: 40px 5%;
	justify-content: space-between;
	flex-direction: column;
}
	
	footer div{
		margin-bottom: 20px;
	}


footer div img{
	margin-bottom: -8px;
}

footer p{
	font-size: 13px;
	line-height: 19px;
}

footer a{
	font-size: 13px;
	line-height: 19px;
}


	
h1{
	font-size:20px;
	line-height:26px;
	}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	}
	

a.btn{
	padding: 13px 25px;
	letter-spacing: 2px;
	font-size: 12px;
	margin-bottom: 10px;
}
	
	
/*---------------------------------------historia-------------------------------------*/


h2{
	font-size:18px;
	line-height:24px;
	}


.fotos{
	width: 90%;
	max-width: 1200px;
	margin-bottom: 40px;
	flex-direction: column;
}

.col50{
	width: 90%;
	margin: 0 auto;
}
	
.col70{
	width: 90%;
	margin: 0 auto;
}
	


}


@media only screen and (min-width:768px) and (max-width:1023px){
	
	
.temp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: fixed;
	top: 30%;
	padding: 0 10%;
	left: 0;
	right: 0;
}

nav{
	display: flex;
	justify-content: space-between;
	padding-right: 2%;
}


nav ul{
	padding-top: 10px;
}


nav ul li a{
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px;
}
	
.logo img{
	width: 120px;
}


.menu{
	width: 100%;
	height: 0vh;
	padding-right: 3%;
	padding-top: 0vh;
	background: rgba(0,0,0,0.7);
}

.menu.active{
	height: 100vh;
	padding-top: 10vh;
}

.menu a{
	letter-spacing: 2px;
	line-height: 30px;
}



.bienvenida{
	width: 85%;
	padding: 80px 0;
	max-width: 1200px;
}

.video{
	width: 85%;
	max-width: 1200px;
	padding: 50px 0 ;
}

.ribbon{
	width: 100%;
	padding: 80px 0;
}

.ribbon p{
	width: 40%;
	left: 50px;
	top: 30%;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
}

.areas{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 80px 7%;
}

.col30{
	width: 31%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	justify-content: space-between;
}


footer div img{
	margin-bottom: -8px;
}

footer p{
	font-size: 13px;
	line-height: 19px;
}

footer a{
	font-size: 13px;
	line-height: 19px;
}


	
h1{
	font-size:20px;
	line-height:26px;
	}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	}
	

a.btn{
	padding: 15px 30px;
	letter-spacing: 2px;
	font-size: 13px;
}
	
	
/*---------------------------------------historia-------------------------------------*/


h2{
	font-size:18px;
	line-height:24px;
	}


.fotos{
	width: 85%;
	max-width: 1200px;
	margin-bottom: 40px;
}

.col50{
	width: 49%;
}
	
.areas h3{
	padding: 10px 10px;
	font-size: 12px;
	width: 90%;
}


}


@media only screen and (min-width:1024px) and (max-width:1300px){



.ribbon p{
	width: 30%;
	left: 50px;
	top: 40%;
}

.areas{
	width: 80%;
	padding: 100px 0%;
}
	
	
.areas h3{
	padding: 10px 10px;
	font-size: 12px;
	width: 90%;
}


}


@font-face {
    font-family: 'berlinsans';
    src: url('fonts/berlinsans.eot');
    src: url('fonts/berlinsans.eot') format('embedded-opentype'),
         url('fonts/berlinsans.woff2') format('woff2'),
         url('fonts/berlinsans.woff') format('woff'),
         url('fonts/berlinsans.ttf') format('truetype'),
         url('fonts/berlinsans.svg#berlinsans') format('svg');
	font-style: normal;
	font-weight: normal;
}



.disclaimer{
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: #999;
	padding: 15px 0;
}

.disclaimer a{
	font-size: 12px;
	color: #2f1c51;
}

.disclaimer a img{
	margin-bottom: -5px;
	display: inline-block;
}


