body{

	background: #42617E;
	font-family: 'Open Sans',sans-serif;
	
}


header{
	margin-top: 45px;
	padding-bottom: 150px;
	display: none;

}

header .nav{
	min-height: 80px;
	overflow: hidden;
	background: #173C7A;
}

/*---logo----*/


header .logo h2,
header .logo span,
header .logo p{

	font-size: 16px;
	display: inline-block;
	margin: 0;

}

header .logo h2{

	font-weight: 800;
	text-transform: uppercase;
	color: #FFD487;
}

header .logo .icono{
	color: #173C7A;
}

header .logo p{
	color: #C09446;
}

/*Menu*/

header .menu{

	padding: 0px;
}

header .menu a{

	display: block;
	text-decoration: none;
	color: #F9DBA5;
	padding: 0 30px;

}

header .menu a div span{
	
	font-weight: 600;

}

header .menu .c-1{background: #799BD4;}
header .menu .c-2{background: #7285A5;}
header .menu .c-3{background: #36517F;}

header .menu .c-1:hover{background: #1ba0ef;}
header .menu .c-2:hover{background: #00426a;}
header .menu .c-3:hover{background: #002d44;}

/*Slider*/

.slider{
	margin-bottom: 40px;
	height: 400px;
}

.slider .col{

	padding: 0px;
}

.gheader,.gresumen{
	
	color: #173C7A;
	font-weight: bold;

}

.gcarousel{
	margin-top: 10px;
}

/*---- PORTAFOLIO------*/

.portafolio{
	background: #173C7A;;
	border-top: 5px solid #7285A5;
	padding: 0 20px;
	margin-bottom: 40px;


}

.portafolio .titulo{
	padding: 40px 0;
	text-align: center;
	color: #FFD487;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 50px;

}

.portafolio .galeria .contenedor-imagen{

	margin-bottom: 40px;
	max-height: 180px;
	overflow: hidden;
}

.portafolio .galeria .contenedor-imagen a{

	display: inline-block;
	background: transparent;
}

.portafolio .galeria .contenedor-imagen:hover img{

	opacity: .4;
}

.resumod{
	
	font-size: 16px;
	color: red;
}


/*Acerca - de*/

.acerca-de{

	padding: 30px;
	margin-bottom: 40px;
}

.acerca-de .foto{
	text-align: center;
}

.acerca-de .foto img{

	margin-bottom: 30px;
}

.acerca-de .foto .nombre{
	color: #FFB77A;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;


}

.acerca-de .info .titulo{

	color: #FFD487;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 30px;
}

.acerca-de .info .resumen{

	letter-spacing: 1px;
	color: #FFB77A;
	text-align: justify;

}

.acerca-de .info .label{

	font-size: 18px;
	font-weight: 600;
	color: #FFB218;
	margin-bottom: 10px;
}

.acerca-de .info .progress{
	background: #005385;
	border-radius: 0px;
	margin-bottom: 15px;

}


.acerca-de .info .progress-bar{

	height: 25px;
	background: #3da5e2;
	line-height: 25px;
	text-align: left;
	padding-left: 20px;

}

/*Contacto*/

.contacto{

padding: 40px 0;
border-top: 1px solid #cbcbcb;
margin-bottom: 40px;

}

.contacto .titulo{

	color: #FFD487;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;

}

.formulario textarea{

	padding-bottom: 80px;
	margin-bottom: 40px;
	max-height: 300px;
}

/*Redes Sociales*/

.redes-sociales{

	padding: 40px,0;
	margin-bottom: 80px;


}

.redes-sociales .icono{

	width: 100px;
	height: 100px;
	display: inline-block;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	background: #cbcbcb;
	margin: 0px 20px;
	border-radius: 50px;
	text-decoration: none;
	transition: all .3 ease;
	color: #fff;
}

.redes-sociales .facebook{
	background: #3b5998;
}

.redes-sociales .youtube{
	background: red;
}

.redes-sociales .facebook:hover,.youtube:hover {
	opacity: .6;
}

.pie{
	text-align: center;
	margin-bottom: 10px;
	color: #FFB77A;
}

/* Mediaqueryes */

/* Dispositivos xl */

@media screen and (max-width: 1199px) {
}

/*DIspositivos lg*/

@media screen and (max-width: 991px) {


	.logo{
		height: 76px;
	}

	.menu{
		min-height: 76px;
	}

	.menu a{
		width: 100%;
	}

	.menu a div{
		width: 100%;
	}


	.portafolio .galeria .contenedor-imagen:nth-child(1){order: 1;}
	.portafolio .galeria .contenedor-imagen:nth-child(2){order: 3;}
	.portafolio .galeria .contenedor-imagen:nth-child(3){order: 6;}
	.portafolio .galeria .contenedor-imagen:nth-child(4){order: 2;}
	.portafolio .galeria .contenedor-imagen:nth-child(5){order: 5;}
	.portafolio .galeria .contenedor-imagen:nth-child(6){order: 4;}
	.portafolio .galeria .contenedor-imagen:nth-child(7){order: 7;}


	.modal .modal-dialog{
		width: 90%;
	}

	.modal .modal-dialog .modal-content img{
		width: 100%;
	}

	.slider{

		height: 200px;
	}

}

/*Dispositivo md*/
@media screen and (max-width: 767px) {

	.slider{

		height: 100px;
	}
}

/*Dispositivos sm*/

@media screen and (max-width: 575px) {

	header{
		margin-top: 0;
		text-align: center;
	}

	header .logo h2,
	header .logo p{
		font-size: 13px;
	}

	.redes-sociales .icono{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.slider{

		height: 100px;
	}
}