@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	background-color: #154381;
}

#seccion_video {
	display: none;
}

#logo_movil {
	display: none;
}

#fondo_banner_inicio {
	border: 1px solid #fff;
	width: 100%;
	height: 680px;
	background: url(../img/fondo1.jpg)center center;
	background-size: cover;
	margin-top: -60px;
	top: 0;
}

#cabecera {
	border: 1px solid #fff;
	background: #002460;
	height: 140px;
	left: 50%;
	margin-left: -620px;
	position: relative;
	top: 30px;
	width: 420px;
}

#derecha_texto h1 {
	background-color: #154381;
	color: #fff;
	display: block;
	float: right;
	font-size: 60px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 20px;
	width: 45%;
}

#derecha_texto img {
	display: none;
}

#texto_home {
	width: 680px;
	margin: 0 auto;
	background-color: red;
}

#texto_home p {
	letter-spacing: 1px;
	padding-top: 40px;
	float: right;
	font-size: 23px;
	color: #fff;
}

#texto_home p a {
	color: #fff;
}

#seccion_formulario {
	margin: 0 auto;
	width: 1060px;
	z-index: 999;
}

#formulario_caja {
	background-color: rgba(30, 30, 30, 0.99);
	clear: right;
	float: right;
	font-size: 35px;
	margin-top: 10px;
	max-width: 1060px;
}

#contact_form label {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 30px;
	margin-top: 10px;
}

#contact_form input {
	border: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	height: 40px;
	width: 320px;
	padding: 0 10px;
	margin-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
}

#contact_form textarea {
	height: 80px;
	border: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	width: 320px;
	padding: 0 10px;
	margin-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	margin-bottom: 15px;
}

#contact_form button {
	background-color: #ff7000;
	height: 70px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 320px;
	padding: 0 10px;
	margin-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contact_form button:hover {
	background-color: #c85800;
	transition: 0.5s;
	cursor: pointer;
	cursor: hand;
}

#formulario_caja h2 {
	font-weight: lighter;
	line-height: 47px;
	color: #fff;
	width: 320px;
	padding: 0 10px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 20px;
}

.linea_hr {
	opacity: 0.2;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
}

#formulario_caja p {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 15px;
	color: #fff;
}

#seccion_formulario2 {

	margin: 0 auto;
	width: 1060px;
	z-index: 999;
}

#interior_caja2 {
	background: rgba(30, 30, 30, 0.99) url(../img/telefonogrey.png)center right no-repeat;
	clear: left;
	float: left;
	font-size: 35px;
	margin-top: 390px;
	width: 500px;
	text-align: center;
	max-width: 1060px;
}

.llamamosBotones {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#contact_form2 label {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 30px;
	margin-top: 10px;
}

#interior_caja2 p {
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 50px;
	color: #fff;
}

#contact_form2 button {
	background-color: #ff7000;
	height: 57px;
	width: 94px;
	border: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 0 10px;
	margin-top: 10px;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contact_form2 button:hover {
	background-color: #c85800;
	transition: 0.5s;
	cursor: pointer;
	cursor: hand;
}

#contact_form2 input {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 40px;
	width: 80%;
	padding-left: 10px;
}

#separacion_1 {
	width: 100%;
	height: 200px;
}

#contenedor {
	margin: 0 auto;
	width: 100%;
	height: 420px;
	background-color: #fff;
	margin-top: 45px;
}

#seccion1 {
	padding-left: 10px;
	margin: 0 auto;
	max-width: 1060px;
	border: 1px solid #fff;
	width: 100%;
}

#texto_seccion1 {
	clear: both;
	float: left;
	width: 330px;
	margin-top: 20px;
	font-size: 19px;
	line-height: 50px;
}

#texto_seccion1 p {
	font-size: 25px;
}

#texto_seccion1 img {
	position: relative;
	top: 5px;
	padding-right: 10px;
}

#texto_seccion1 hr {
	width: 15px;
	opacity: 0.2;
	border: 0.7px solid #000;
}

#imagen_seccion1 {
	float: right;
	background: url(../img/cerramiento_parcela.png)center center;
	background-size: cover;
	width: 630px;
	height: 330px;
	margin-top: 20px;
}

#imagen_seccion1 div {
	width: 120px;
	height: 50px;
	background-color: #fff;
	margin-left: 490px;
	margin-top: 250px;
}

#imagen_seccion1 div p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #000;
	text-align: right;
}

.limpiar {
	clear: both;
}

#izquierda img {
	display: inline-block;
	margin: 0 auto;
	padding-top: 25px;
}

#izquierda {
	text-align: center;
}

#derecha {
	float: right;
	margin-right: 28px;

}

.seccion2_centro {
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}



#seccion2 {
	padding-top: 50px;
	padding-bottom: 70px;
	width: 100%;
	color: white;
	background-color: #f3f3f3;
	text-align: center;
}

#seccion2 article {
	width: 33%;
	display: inline-block;
}

#seccion2 h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #7d7d7d;
}

.seccion2_centro article img {
	width: 20%;
}

.seccion2_centro article p {
	text-align: justify;
	padding-left: 10px;
	color: #7d7d7d;
}

#contenedor3 {
	margin: 0 auto;
	width: 100%;
	height: 340px;
	background-color: #f3f3f3;

}

#seccion3 {
	padding-left: 10px;
	margin: 0 auto;
	max-width: 1060px;
	border: 1px solid #fff;
	width: 100%;
}

#texto_seccion3 {
	background-color: #154381;
	clear: both;
	float: right;
	width: 50%;
	margin-top: 65px;
	font-size: 19px;
	line-height: 50px;
}


#imagen_seccion3 {
	float: left;
	float: bottom;
	padding-top: 40px;
	background: url(../img/cerramiento3.png)center center;
	background-size: cover;
	width: 50%;
	height: 262px;
	margin-top: 78px;
}



#texto_seccion3 ul .p1 {
	padding-top: 50px;
	font-size: 26px;
	line-height: 27px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}

#texto_seccion3 li .p2 {
	font-size: 17px;
	line-height: 19px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #fff;
}

#texto_seccion3 button a {
	color: #fff;
}

#texto_seccion3 button {
	background-color: #ff7000;
	height: 50px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 250px;
	padding: 0 10px;
	margin-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

#texto_seccion3 button:hover {
	background-color: #c85800;
	transition: 0.5s;
	cursor: pointer;
	cursor: hand;
}

#contenedor4 {
	margin: 0 auto;
	width: 100%;
	background-color: #f3f3f3;

}

#seccion4 {
	padding-left: 10px;
	margin: 0 auto;
	max-width: 1060px;
	border: 1px solid #fff;
	width: 100%;
}

#texto_seccion4 {
	background-color: #154381;
	clear: both;
	float: left;
	width: 40%;
	margin-top: 80px;
	font-size: 19px;
	line-height: 50px;
}


#imagen_seccion4 {
	float: right;
	float: bottom;
	background: url(../img/cerramiento4.png)center center;
	background-size: cover;
	width: 60%;
	height: 262px;
}

#texto_seccion4 ul .p1 {
	padding-top: 50px;
	font-size: 26px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	line-height: 27px;
}

#texto_seccion4 li .p2 {
	font-size: 17px;
	line-height: 19px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #fff;
}

#texto_seccion4 button a {
	color: #fff;
}

#texto_seccion4 button {
	background-color: #ff7000;
	height: 50px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 250px;
	padding: 0 10px;
	margin-top: 2px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

#texto_seccion4 button:hover {
	background-color: #c85800;
	transition: 0.5s;
	cursor: pointer;
	cursor: hand;
}

#contenedor5 {
	margin: 0 auto;
	width: 100%;
	background-color: #f3f3f3;

}

#seccion5 {
	padding-left: 10px;
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}

#contenedor6 {
	margin: 0 auto;
	width: 100%;
	height: 250px;
	background-color: #f3f3f3;
}

#seccion6 {
	margin: 0 auto;
	padding-left: 10px;
	max-width: 1060px;
	width: 100%;
}

#texto_seccion6 {
	float: right;
	background-color: #154381;
	width: 55%;
	font-size: 19px;
	line-height: 40px;
	height: 200px;
	margin-top: -12px;
}

#texto_seccion6 img {
	float: left;
	clear: left;
	margin-top: 65px;
	margin-left: 75px;
	margin-right: 65px;
}

#texto_seccion6 p {
	color: #fff;
	font-size: 35px;
	padding-top: 15px;
}

#texto_seccion6 ul a {
	color: #fff;
}

#texto_seccion6 button {
	background-color: #ff7000;
	height: 50px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 280px;
	padding: 0 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 32px;
}

#texto_seccion6 button:hover {
	background-color: #c85800;
	transition: 0.5s;
	cursor: pointer;
	cursor: hand;
}

#footer {
	padding-top: 30px;
	width: 100%;
	background: #333;
	text-align: center;
	color: white;
	background: url(../img/footer.png)center center;
	background-size: cover;
	font-size: 25px;
}

#footer a {
	color: #fff;
}

#footer #redes {
	margin-top: 30px;
	padding-bottom: 30px;
}

#footer #dobuss {
	background-color: #154381;
	width: 100%;
	height: 30px;
	margin-bottom: 40px;
	padding: 5px 0 3px;
}

#footer #dobuss p {
	font-size: 20px;
}

#footer #dobuss img {
    vertical-align: text-bottom;
}

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

	#logo_movil {
		display: block;
		width: 100%;
		height: 100px;
		background-color: #154381;
		z-index: 9999;
		float: right;
		text-align: center;
		padding-top: 20px;
	}

	#fondo_banner_inicio {
		border: 1px solid #fff;
		width: 100%;
		height: 680px;
		background: none;
		background-size: cover;
		margin-top: -60px;
		display: none;
		top: 0;
	}

	#derecha_texto img {
		display: block;
		width: 100%;
	}

	#cabecera {
		border: 1px solid #fff;
		background: none;
		height: 0px;
		left: 0;
		margin-left: 0px;
		position: static;
		top: 0;
		width: 0;
		z-index: 0;
		display: block;
	}

	#derecha_texto h1 {
		background-color: #154381;
		color: #fff;
		display: block;
		float: right;
		font-size: 60px;
		letter-spacing: 2px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
	}

	#texto_home {
		width: 100%;
		margin: 0 auto;
		background-color: #154381;
		float: left;
		margin-right: 30px;
	}

	#texto_home p {
		width: 100%;
		background-color: #154381;
		letter-spacing: 1px;
		padding-top: 40px;
		float: right;
		font-size: 25px;
		color: #fff;
		text-align: center;
	}

	#izquierda img {
		display: none;
	}

	#seccion_formulario {
		margin: 0 auto;
		width: 100%;
		background: none;
		background-size: cover;
		height: auto;
	}

	#formulario_caja {
		background-color: rgba(30, 30, 30, 0.99);
		clear: right;
		float: none;
		width: 100%;
		font-size: 35px;
		margin-top: 60px;
		max-width: 1060px;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#separacion_1 {
		display: none;
	}

	#derecha_texto h1 {
		width: 100%;
	}

	#seccion_formulario2 {
		margin: 0 auto;
		width: 100%;
		z-index: 999;
		padding-top: 50px;
	}

	#interior_caja2 {
		background: rgba(30, 30, 30, 0.99) url(../img/telefonogrey.png)center right no-repeat;
		clear: left;
		float: none;
		font-size: 35px;
		margin-top: 50px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}



	#contact_form label {
		font-size: 30px;
	}

	#contact_form input {
		width: 93%;
		font-size: 25px;
	}

	#contact_form2 input {
		font-size: 25px;
	}

	#contact_form textarea {
		width: 93%;
	}

	#contact_form button {
		width: 93%;
	}

	#contenedor {
		display: none;
	}

	#interior_caja2 p {
		font-size: 70px;
		line-height: 70px;
	}

	#seccion2 h3 {
		font-size: 32px;
	}

	#seccion2 {
		width: 100%;
		text-align: center;
	}

	#seccion2 article {
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.seccion2_centro article p {
		font-size: 28px;
		line-height: 29px;
	}

	.seccion2_centro article img {
		display: inline-block;
		margin: 0 auto;
		width: 20%;
		padding-top: 25px;
	}

	#contenedor3 {
		width: 100%;
	}

	#seccion3 {
		width: 100%;
	}

	#texto_seccion3 {
		width: 100%;
	}

	#imagen_seccion3 {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}


	#texto_seccion3 button {
		height: 50px;
		width: 92%;
		font-size: 30px;
	}

	#texto_seccion4 button {
		height: 50px;
		width: 92%;
		font-size: 30px;
	}

	#contenedor4 {
		width: 100%;
	}

	#seccion4 {
		width: 100%;
	}

	#texto_seccion4 {
		margin-top: 0px;
		display: block;
		clear: both;
		float: none;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	#imagen_seccion4 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#texto_seccion3 li .p2 {
		font-size: 26px;
		line-height: 28px;
	}

	#texto_seccion4 li .p2 {
		font-size: 26px;
		line-height: 28px;
	}

	#contenedor6 {
		margin: 0 auto;
		width: 100%;
		height: 250px;
	}

	#seccion6 {
		margin: 0 auto;
		width: 100%;
	}

	#seccion6 li button {
		margin: 0 auto;
		margin-top: 15px;
	}

	#texto_seccion6 {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#texto_seccion6 img {
		display: none;
		float: left;
		clear: left;
		margin-top: 65px;
		margin-left: 75px;
		margin-right: 65px;
	}

	#seccion5 {
		display: none;
	}

	#seccion_video {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 25px;
	}

	#texto_seccion6 {
		height: auto;
		padding-bottom: 20px;
	}

	#texto_seccion6 button {
		font-size: 56px;
		width: 95%;
		height: 65px;
	}

	#redes a img {
		width: 70px;
	}

}




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

	#logo_movil {
		display: block;
		width: 100%;
		height: 100px;
		background-color: #154381;
		z-index: 9999;
		float: right;
		text-align: center;
		padding-top: 20px;
	}

	#fondo_banner_inicio {
		border: 1px solid #fff;
		width: 100%;
		height: 680px;
		background: none;
		background-size: cover;
		margin-top: -60px;
		display: none;
		top: 0;
	}

	#derecha_texto img {
		display: block;
		width: 100%;
	}

	#cabecera {
		border: 1px solid #fff;
		background: none;
		height: 0px;
		left: 0;
		margin-left: 0px;
		position: static;
		top: 0;
		width: 0;
		z-index: 0;
		display: block;
	}

	#derecha_texto h1 {
		background-color: #154381;
		color: #fff;
		display: block;
		float: right;
		font-size: 60px;
		letter-spacing: 2px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
	}

	#texto_home {
		width: 100%;
		margin: 0 auto;
		background-color: #154381;
		float: left;
		margin-right: 30px;
	}

	#texto_home p {
		width: 100%;
		background-color: #154381;
		letter-spacing: 1px;
		padding-top: 40px;
		float: right;
		font-size: 25px;
		color: #fff;
		text-align: center;
	}

	#izquierda img {
		display: none;
	}

	#seccion_formulario {
		margin: 0 auto;
		width: 100%;
		background: none;
		background-size: cover;
		height: auto;
	}

	#formulario_caja {
		background-color: rgba(30, 30, 30, 0.99);
		clear: right;
		float: none;
		width: 100%;
		font-size: 35px;
		margin-top: 60px;
		max-width: 1060px;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#separacion_1 {
		display: none;
	}

	#derecha_texto h1 {
		width: 100%;
	}

	#seccion_formulario2 {
		margin: 0 auto;
		width: 100%;
		z-index: 999;
		padding-top: 50px;
	}

	#interior_caja2 {
		background: rgba(30, 30, 30, 0.99) url(../img/telefonogrey.png)center right no-repeat;
		clear: left;
		float: none;
		font-size: 35px;
		margin-top: 50px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}


	#contact_form label {
		font-size: 30px;
	}

	#contact_form input {
		width: 93%;
	}

	#contact_form textarea {
		width: 93%;
	}

	#contact_form button {
		width: 93%;
	}

	#contenedor {
		display: none;
	}

	#seccion2 {
		width: 100%;
		text-align: center;
	}

	#seccion2 article {
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.seccion2_centro article img {
		display: inline-block;
		margin: 0 auto;
		width: 20%;
		padding-top: 25px;
	}

	#contenedor3 {
		width: 100%;
	}

	#seccion3 {
		width: 100%;
	}

	#texto_seccion3 {
		width: 100%;
	}

	#imagen_seccion3 {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#contenedor4 {
		width: 100%;
	}

	#seccion4 {
		width: 100%;
	}

	#texto_seccion4 {
		margin-top: 0px;
		display: block;
		clear: both;
		float: none;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	#imagen_seccion4 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#contenedor6 {
		margin: 0 auto;
		width: 100%;
		height: 250px;
	}

	#seccion6 {
		margin: 0 auto;
		width: 100%;
	}

	#seccion6 li button {
		margin: 0 auto;
		margin-top: 15px;
	}

	#texto_seccion6 {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#texto_seccion6 img {
		display: none;
		float: left;
		clear: left;
		margin-top: 65px;
		margin-left: 75px;
		margin-right: 65px;
	}

	#seccion5 {
		display: none;
	}

	#seccion_video {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 25px;
	}

	#footer {
		background: url()center center;
		background-color: #2C2C2C;
		background-size: cover;
	}

}





@media only screen and (max-width: 667px) {
	#seccion_video {
		display: inline-block;
	}

	#logo_movil {
		display: block;
		width: 100%;
		height: 100px;
		background-color: #154381;
		z-index: 9999;
		float: right;
		text-align: center;
		padding-top: 20px;
	}

	#fondo_banner_inicio {
		border: 1px solid #fff;
		width: 100%;
		height: 680px;
		background: none;
		background-size: cover;
		margin-top: -60px;

		display: none;
		top: 0;
	}

	#derecha_texto img {
		display: block;
		width: 100%;
	}

	#cabecera {
		border: 1px solid #fff;
		background: none;
		height: 0px;
		left: 0;
		margin-left: 0px;
		position: static;
		top: 0;
		width: 0;
		z-index: 0;
		display: block;
	}

	#derecha_texto h1 {
		background-color: #154381;
		color: #fff;
		display: block;
		float: right;
		font-size: 60px;
		letter-spacing: 2px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
	}

	#texto_home {
		width: 100%;
		margin: 0 auto;
		background-color: #154381;
		float: left;
		margin-right: 30px;
	}

	#texto_home p {
		width: 100%;
		background-color: #154381;
		letter-spacing: 1px;
		padding-top: 40px;
		float: right;
		font-size: 25px;
		color: #fff;
		text-align: center;
	}

	#izquierda img {
		display: none;
	}

	#seccion_formulario {
		margin: 0 auto;
		width: 100%;
		background: none;
		background-size: cover;
		height: auto;
	}

	#formulario_caja {
		background-color: rgba(30, 30, 30, 0.99);
		clear: right;
		float: none;
		width: 100%;
		font-size: 35px;
		margin-top: 60px;
		max-width: 1060px;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#formulario_caja p {
		font-size: 20px;
	}

	#separacion_1 {
		display: none;
	}

	#derecha_texto h1 {
		width: 100%;
	}

	#seccion_formulario2 {
		margin: 0 auto;
		width: 100%;
		z-index: 999;
		padding-top: 50px;
	}

	#interior_caja2 {
		background: rgba(30, 30, 30, 0.99) url(../img/telefonogrey.png)center right no-repeat;
		clear: left;
		float: none;
		font-size: 35px;
		margin-top: 50px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}


	#contact_form label {
		font-size: 30px;
	}

	#contact_form input {
		width: 93%;
	}

	#contact_form textarea {
		width: 93%;
	}

	#contact_form button {
		width: 93%;
	}

	#contenedor {
		display: none;
	}

	#seccion2 {
		width: 100%;
		text-align: center;
	}

	#seccion2 article {
		width: 95%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.seccion2_centro article p {
		font-size: 28px;
		text-align: justify;
	}

	#contenedor3 {
		width: 100%;
	}

	#seccion3 {
		width: 100%;
	}

	#texto_seccion3 {
		width: 100%;
	}

	#imagen_seccion3 {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#contenedor4 {
		width: 100%;
	}

	#seccion4 {
		width: 100%;
	}

	#texto_seccion4 {
		margin-top: 0px;
		display: block;
		clear: both;
		float: none;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	#imagen_seccion4 {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}

	#contenedor6 {
		margin: 0 auto;
		width: 100%;
		height: 250px;
	}

	#seccion6 {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	#seccion6 li button {
		margin: 0 auto;
		margin-top: 15px;
	}

	#texto_seccion6 {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#texto_seccion6 img {
		display: none;
		float: none;
		clear: left;
		margin-top: 65px;
		margin-left: 75px;
		margin-right: 65px;
	}

	#seccion5 {
		display: none;
	}

	#seccion_video {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 25px;
	}

	#footer {
		background: url()center center;
		background-color: #2C2C2C;
		background-size: cover;
	}
}

.g-recaptcha {
	width: 80%;
	margin: 0 auto;
}

.gr2 {
	width: 80%;
	margin: 0 auto;
}

#recaptcha2 {
	transform: scale(0.74);
	transform-origin: 0 0;
	margin-top: 5px;
}

.errores {
	color: #fff;
	width: 90%;
	clear: both;
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	display: none;
}

.errores.rojo {
	background: #ff0000;
}

.erroresTel {
	color: #fff;
	width: 90%;
	clear: both;
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	display: none;
}

.success {
	background-color: green;
	display: none;
}

.erroresTel.rojo {
	background: #ff0000;
}

.display {
	display: block;
}

@media only screen and (max-width: 400px) {
	.llamamosBotones {
		flex-direction: column;
	}

	#recaptcha2 {
		transform: none;
		transform-origin: none;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.gr2 {
		width: 100%;
	}

	#contact_form2 button {
		width: 100%;
		margin-bottom: 10px;
	}

	#interior_caja2 p {
		font-size: 50px;
	}
}

@media only screen and (max-width: 350px) {
	#recaptcha2 {
		transform: scale(0.74);
		transform-origin: 0 0;
	}
}