﻿body{
	font-family: 'Montserrat', sans-serif;
}


#cabecera{
	background: #212529;
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin:0 auto;
}

#logotipo{
	width: 9%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	width: 30%;
	color: #fed136;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}

#menu{
	width: 60%;
	float: right;
	margin: 30px 0 0 0;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	cursor: pointer;
	padding: 12px 0;
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: lighter;
	color: white;
	padding: 12px 0;
	cursor: pointer;
}

.menu:hover, #menu-r:hover{
	color: #fed136;
}


#efecto{
	background: url(../images/efecto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 600px;
	float: left;
}

#anuncio1{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Merriweather', serif;
	color: white;
	margin: 200px 0 0 0;
}

#anuncio2{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	margin: 20px 0 0 0;
}


#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	margin: 40px 0;
}

.texto{
	width: 100%;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 30px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fed136;
	float: left;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
}


#cuadros{
	width: 23%;
	float: left;
	margin: 0 1% 30px;
}

.titulo-cuadro{
	border: 1px solid #ddd;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	color: #212529;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.separacion{
	width: 100%;
	float: left;
}


#quienes, #mision{
	background: #6c757d;
	width: 100%;
	text-align: center;
	float: left;
	padding: 50px 0;
}

#quienes-conten, #mision-conten{
	width: 1200px;
	color: white;
	font-size: 22px;
	line-height: 32px;
	margin: 0 auto;
}

#quienes strong, #mision strong{
	font-size: 32px;
}


#galeria{
	width: 100%;
	float: left;
	padding: 30px 0;
}

#servicios{
	width: 100%;
	float: left;
	padding: 50px 0;
}

#servicios-conten{
	width: 1200px;
	margin: 0 auto;
}

.mitad{
	width: 50%;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.servicio{
	width: 100%;
	font-size: 19px;
	line-height: 27px;
	float: left;
	margin: 0 0 60px 0;
}

.servicio strong{
	font-size: 24px;
}

.imagen-servicio{
	border: 10px solid #fed136;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#marcas{
	width: 100%;
	text-align: center;
	float: left;
}

#marcas img{
	height: 50px;
	margin: 0 40px;
}

#contacto{
	background: #212529;
	width: 100%;
	float: left;
	padding: 100px 0;
	margin: 20px 0;
}

#contacto-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo-contacto{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 40px;
	float: left;
	margin: 0 0 30px 0;
}

#formulario{
	width: 70%;
	margin: 0 15%;
}


#footer{
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	width: 50%;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	float: left;
	padding: 30px 0;
}

@media screen and (max-width: 1200px){
	#cabecera-conten, #contenido, #quienes-conten, #mision-conten, #servicios-conten, #contacto-conten, #footer-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1100px){
	#logotipo{
		width: 15%;
	}
	#leyenda{
		width: 80%;
	}
	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	#cuadros{
		width: 48%;
	}
}

@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}

@media screen and (max-width:600px){
	.mitad{
		width: 100%;
		padding: 0 20px !important;
	}
	.seccion-footer{
		width: 100%;
	}
}

@media screen and (max-width:500px){
	#cuadros{
		width: 90%;
		margin: 0 5% 30px;
	}
}














