* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}




/*Header*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	font-size: 1.2em;
	font-weight: bold;
	background:  #001D3D;
	display: flex;
	flex-direction: row;

}

.slider h2{

	color: #fff;
}



/*EFECTOS HEADROOM*/
/*
.headroom{
	transition: transform .3 ease; 
	background:  #001D3D;
}

.headroom--pinned{
	transform: translateY(0%);
}

.headroom--unpinned{
	transform: translateY(-100%);
	
}
/**/




.menu{
	width: 50px;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	padding-top: 10px;
}

.menu .logo{
	display: inline-block;
	margin-right: 1em;
	position: relative;
	
}

.menu .logo img{

	vertical-align: top;
	height: 70px;
}

.menu .btn-menu{
	
	color: #FF7111;
	font-size: 1em;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.menu .enlaces{
	display: block;
	text-align: center;

}

.menu .enlaces a{

	text-decoration: none;
	font-size: 1.1em;
	padding: 1em;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.menu .enlaces a:hover{
	color: #FF7111;
	transition: 0.5s;
}

/*Fin header*/


/*Slider*/

.slider {
	padding-top: 47px;
	margin-top: 100px;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.wrap__2{
	background: url(../img/banner.jpeg);
	width: 100%;
	height: 100%;
}


.h2-index img{
	height: 250px;
	
}


/*FIn slider*/

/*SECTION*/


.section{
	
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	padding: 30px 10px;
	
}


.h2-index{
	padding-top: 40px;
	position: relative;
	font-size: 1.4em;
	color: #ff6800;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-shadow: 0 0;
	
}


.fila {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	
}






.caja{
	padding: 24px;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.caja img{ border-radius: 20px; }



/*

.caja4{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;
	

}

.caja5{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;
	

}

.caja6{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;

}
*/

/*FIN SECTION*/

/*Testimonios*/

.testimonios{
	width: 100%;
	height: 50%;
	background: #001D3D;
}

.testimony {
	padding-bottom: 50px;
}
.testimony-1 {
	width: 50%;
	height: 50%;
	position: relative;
	left: 26%;
	margin-top: 50px;
	line-height: 5px;
	color: #fff;
}
.testimony-1 h4 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 1em;
	margin-bottom: 62px;
	right: 1%;
	padding-top: 19px;
	padding-bottom: 20px;
} 

/*Fin testimonios*/

/*UBICACION*/

.fila3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 15px;
}

.caja2{
	padding: 24px;
	width: 100%;
	height: 100%;
}
	


/**/

/*MENU*/

.menu-h1{
	margin-top: 100px;
	text-align: center;
	color: #EB8622;
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
		
		
	}
	
	.fila-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
}

.caja-menu{
	padding: 24px;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.descarga-menu{
	text-align: center;
	font-size: 1.5em;	
}



/*MENU*/



/*CONTACTO*/

.slider-contact{
	background: url(../img/foto7.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 50px;
}

.contacto{
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	top: 50%;
	align-items: center;
	padding-bottom: 0%;
}

.slider-contact h1{
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 35%;
	font-size: 1.4em;
	text-shadow: px 50px 54px #000000;
	padding-top: 138px;
	padding-bottom: 42px;
}

.formulario {
	position: relative;
	text-align: center;
	width: 50%;
}
form {
	position: relative;
	text-align: left;
}
.form-control {
	width: 100%;
	background:#fff;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(134,134,134,1.00);
	font-size: 1em;
	position: relative;
	max-height: 250px;

}
input {
	height: 45px;
	border-radius: 14px;
}
form .submit {
	background: #3B7BFC;
	width: 73%;
	color: rgba(255,255,255,1.00);
	line-height: 49px;
	height: 0%;
	margin-top: 16px;
	border: transparent;
	font-weight: bold;
}
form .submit:hover {
	background: #F56C0F;
	color:#fff;
	font-weight: bolder;
	cursor: pointer;
}
/**/



/*FOOTER*/

footer {
	width: 100%;
	background-color: #001D3D;
	padding-top: 66px;
	height: 100%;
}
.contacto-footer {
	position: relative;
	top: 22%;
	line-height: 33px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: space-around;
	flex-wrap: nowrap;
	text-align: center;
}
.contacto-footer span {
	text-decoration: none;
	list-style: none;
	color: #FFFFFF;
	font-weight: bolder;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 50px;
}
.fa {
	display: flex;
	font-size: 30px;
	width: 35px;
	text-decoration: none;
	height: 68px;
	position: relative;
	
	
	
	
	
}
.fa:hover {
	color: #FF5903;
	transition: 0.8s ease-in-out;
	
}
/* Facebook */
.fa-facebook {
	color: white;
	padding-right: 100px;
	cursor: pointer;
	
}


.fa-instagram {
	color: white;
	padding-right: 100px;
	cursor: pointer;
	
}
.redes__sociales{
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
}

/*Galeria*/



.galeria img{
	display: block;
	max-width: 100%;
}

.galeria{
	
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 150px;
}

.galeria span{
	color: #FF8E00;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
}


.galeria_item{
	
	width: 80%;
	cursor: pointer;
	list-style: none;
}




.onclickfoto{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 2;
}


.modal_img{
	
	width: 45%;
	
}


.modal_boton{
	
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	background: #FD7E01;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	
}

.modal_boton:hover{
	
	background: #002CFF;
	transition: 0.3s;
}
	

@media (min-width:480px) {
	
	.galeria_item{
		
		width: 100%;
		margin: 5px;
	
	}
	
	.modal_img{
		
		width: 80%;
	}
	
	.galeria span{
	color: #FF8E00;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
}
	

@media (min-width:768px) {
	
	.galeria_item{
		
		width: 70%;
		
	
	}
	
	.modal_img{
		
		width: 50%;
	}
	
	.galeria span{
	color: #FF8E00;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
}
}


@media (min-width:360px) {
	
	.galeria_item{
		
		width: 100%;
	}
	
	.modal_img{
		
		width: 90%;
		
	}
	
	.galeria span{
	color: #FF8E00;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	
	}
}


	
/**/



/*VERSION DE ESCRITORIO*/

@media (min-width: 1024px){
	
	/*Header*/
	

header{
	background:  #001D3D;
	position: fixed;
	width: 100%;
	padding-top: 23px;
	padding-bottom: 23px;
}




.menu{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.menu .logo img{

	
	height: 100px;
}

.menu .btn-menu{
	display: none;
	color: #5f5f5f;
	font-size: 1.5em;
	padding-top: 10px;
}

.menu .enlaces{
	display: inline-block;
	text-align: right;

}

.menu .enlaces a{

	text-decoration: none;
	font-size: 1.1em;
	padding: 1em;
	color: #fff;
	text-align: center;
}

.menu .enlaces a:hover{
	color: #FF7111;
	transition: 0.5s;
}





.h2-index img{
	height: 250px;
	weight: 300px;
}

/*Fin header*/


/*Slider*/

.slider {
	width: 60%;
	height: 100%;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	padding-bottom: 60px;
	padding-top: 100px;
	
}

	.wrap{
		
		width: 100%;
		background: url(../img/Foto7wrap2.png);
		background-size: cover;
	}
	
	
/*FIn slider*/

/*SECTION*/


.section{
	
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 30px 10px;
}


.h2-index{
	position: relative;
	font-size: 2.5em;
	color:#ff6800;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 55px;
	
}


.fila {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

.caja{
	padding: 24px;
	width: 50%;
	height: 100%;
	background-size: cover;
}
	
	
	.caja img{
		
		border-radius: 20px;
	}


/*

.caja4{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;
	

}

.caja5{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;
	

}

.caja6{
	
	width: 30vw;
	height: 40vh;
	background:url(../img/foto14ch.png) no-repeat;
	background-size:cover;

}
*/

/*FIN SECTION*/

/*Testimonios*/

.testimonios{
	width: 100%;
	height: 50%;
	background: #001D3D;
}

.testimony {
	padding-bottom: 50px;
}
.testimony-1 {
	width: 50%;
	height: 50%;
	position: relative;
	left: 26%;
	margin-top: 50px;
	line-height: 5px;
	color: #fff;
}
.testimony-1 h4 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 2em;
	margin-bottom: 62px;
	right: 1%;
	padding-top: 19px;
	padding-bottom: 20px;
} 

/*Fin testimonios*/

/*UBICACION*/
	
	

.fila3 {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 40px;
	align-items: center;
}
	
.caja2{
	padding: 24px;
	width: 40%;
	height: 40%;
}
	



/**/

	/*CONTACTO*/

.slider-contact{
	background: url(../img/foto7.png);
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.contacto{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	position: relative;
	margin-top: 0%;
	top: 50%;
}

.slider-contact h1{
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 35%;
	font-size: 3em;
	text-shadow: px 50px 54px #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.formulario {
	position: relative;
	text-align: center;
	width: 50%;
}
form {
	position: relative;
	text-align: left;
}
.form-control {
	width: 72%;
	background:#fff;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(134,134,134,1.00);
	font-size: 1em;
	position: relative;
	max-height: 250px;
	left: 6%;
}
input {
	height: 45px;
	border-radius: 14px;
}
form .submit {
	background: #3B7BFC;
	width: 73%;
	color: rgba(255,255,255,1.00);
	line-height: 49px;
	height: 0%;
	margin-top: 16px;
	border: transparent;
	font-weight: bold;
}
form .submit:hover {
	background: #F56C0F;
	color:#fff;
	font-weight: bolder;
	cursor: pointer;
}

/**/
	
	/*Galeria*/
	
	.galeria_item{
		
		width: 35%;
		margin: 15px;
		
	
	}
	
	.modal_img{
		
		width: 40%;
	}
	
	.galeria span{
	color: #FF8E00;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
}
	
	
	/**/
	
	
	
	/*MENU*/
	
	
	.menu-h1{
	margin-top: 85px;
	text-align: center;
	color: #EB8622;
	position: relative;
	left: 38%;
	padding-top: 45px;
	padding-bottom: 45px;
		
		
	}
	
	.fila-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

.caja-menu{
	padding: 24px;
	width: 50%;
	height: 100%;
	background-size: cover;
}
	


/*FOOTER*/

footer {
	width: 100%;
	background-color: #001D3D;
	padding-top: 66px;
	height: 100%;
	
}
.contacto-footer {
	position: relative;
	top: 22%;
	line-height: 33px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: space-around;
	flex-wrap: nowrap;
	text-align: center;
}
.contacto-footer span {
	text-decoration: none;
	list-style: none;
	color: #FFFFFF;
	font-weight: bolder;
	margin-left: 42px;
}
.fa {
	display: flex;
	padding: 20px;
	font-size: 50px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	height: 68px;
	position: relative;
	left: 48.5%;
	margin-bottom: 50px;
	
	
}
.fa:hover {
	opacity: 0.7;
	transition: 0.8s ease-in-out;
}
/* Facebook */
.fa-facebook {
	color: white;
	cursor: pointer;
	margin-left: -53px;
	margin-right: 53px;
	
}
}
