@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

body {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}

#banda_sup {
	position: fixed;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#banda_sup, article.txt1, article.txt2, article.txt3, article.txt404, .formu_inicio, article.trabajos, .panel_contacto, article.banners {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.6);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

#contenedor_sup, #contenedor {
	position: relative;
	padding: 0px;
}

#contenedor_sup {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	z-index: 1;
}

#contenedor {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 93px;
	margin-bottom: 0px;
	background-color: #FFF;
	z-index: 2;
}

.logo {
	float: left;
	text-align: left;
	width: 240px;
	padding-top: 5px;
}
.logo img {
	width: 100%;
}

.tfno_sup {
	float: right;
	width: 320px;
	text-align: right;
	margin-top: 50px;
}
.tfno_sup a {
	font-family: 'Mooli', sans-serif;
	font-size: 30px;
	color: #000;
	margin-left: 40px;
	text-decoration: none;
	line-height: 25px;
}
.tfno_sup .verde {
	color: #390;
	font-weight: normal;
}
.tfno_sup i {
	font-size: 28px;
	color: #390;
}

header, nav, section, article, footer {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/*Contenidos*/
.contenido_inicio, .panel_contacto, .panoramica, .panoramica_mov, .formu_inicio, .delegaciones, .tit_delegaciones, .logos_delegaciones {
	float: left;
	width: 100%;
}
.panoramica img, .panoramica_mov img {
	width: 100%;
}

.panoramica_mov {
	display: none;
}

article.txt1 {
	background-color: #E5EEE6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
article.txt1.bis {
	background-color: #FFF;
}
article.txt2 {
	width: 90%;
	background-color: #2C3B46;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-top: 50px;
}
article.txt1 img.dere {
	float: right;
	width: 350px;
	margin-left: 70px;
}
article.txt1 img.izqda {
	float: left;
	margin-left: 0px;
	margin-right: 70px;
}
article.txt2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
article.txt2 ul li {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	list-style-type: none;
}
article.txt2 a {
	font-size: 17px;
	text-decoration: none;
	color: #A5AFC8;
}
article.txt2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

header.tit_404 {
	height: auto;
}

article.trabajos {
	background-color: #0D2809;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-top: 10px;
	opacity: 0.8;
}
article.trabajos.landings {
	margin-top: 0px;
}

article.banners {
	width: 100%;
	height: auto;
	margin-top: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
}

article.banners img {
	margin-left: 25px;
}

.panel_contacto {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	background-color: #D6D6D6;
}
.datos_contacto {
	width: 45%;
	margin-top: 35px;
	margin-left: 5%;
}
.datos_contacto.landings {
	width: 90%;
	margin-right: 5%;
}
.datos_contacto.bis {
	margin-top: 40px;
}
.datos_contacto p.nombre_empresa_contacto {
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88A28A;
}
.datos_contacto.landings p.nombre_empresa_contacto {
	margin-left: 0px;
}
.datos_contacto p.nombre_empresa_contacto img {
	width: 275px;
}
.datos_contacto p.tel, .datos_contacto p.email, .datos_contacto p.dir  {
	padding-left: 20px;
	margin-bottom: 0px;
	color: #333;
}
.datos_contacto p i {
	margin-right: 10px;
	font-size: 20px;
}
.datos_contacto p i.fa-whatsapp {
	color: #2F712F;
	font-size: 24px;
	margin-left: 5px;
}
.datos_contacto p.tel a, .datos_contacto p.email a {
	color: #333;
	font-size: 20px;
	text-decoration: none;
}
.datos_contacto p.dir {
	font-size: 17px;	
}

.datos_contacto.landings p.nombre_empresa_contacto, .datos_contacto.landings p.tel, .datos_contacto.landings p.email {
	text-align: center;
}

.mapa_loc {
	float: right;
	width: 35%;
	margin-right: 5%;
	margin-top: -170px;
}

.delegaciones {
	margin-top: 10px;
}
.tit_delegaciones {
	text-align: center;
	font-size: 20px;
	color: #3E6C37;
	margin-bottom: 20px;
}
.logos_delegaciones {
	text-align: center;
}

footer {
	margin-top: 40px;
	padding-bottom: 20px;
}
.aviso {
	float: right;
	margin-top: 16px;
	margin-right: 10%;
}
.aviso a {
	color: #333;
	font-size: 16px;
	margin-left: 25px;
	padding: 0px;
	text-decoration: none;
}

a.email {
	color: #CCC;
}

a.email:hover {
	color: #FFF;
	text-decoration: underline;
}

a.enlaces {
	color: #F51702;
	font-style: italic;
}

a.enlaces:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px
}
img.foto_panoramica {
	width: 100%;
	height: auto;
}

img.bot_presupuesto {
	float: right;
	margin-top: -15px;
}
.logos_delegaciones img {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
}

iframe {
	width: 100%;
	height: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: normal;
}

h1, article.txt1 h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #000;
}
h1 strong {
	font-weight: normal;
}

article.trabajos h2, h3 {
	color: #FFF;
	text-align: center;
	padding-bottom: 15px;
}
article.txt2 h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}
article.txt1 h2.tit_inf {
	color: #C7EDC6;
}

#tit_movil {
	display: none;
}

header.tit_404 h2 {
	font-size: 23px;
}

p {
	text-align: justify;	
}
article.txt1 p {
	padding-left: 5%;
	padding-right: 5%;
}
p.enlace_inicio {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 25px;
	background-color: #930;
	text-align: center;
}
p.enlace_inicio a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
p.p1_404 {
	margin-top: 25px;
}

.resaltar, .resaltar_mas {
	color: #2E5B23;
}
.resaltar_mas {
	font-size: 20px;
}
.oculto_en_mov, .oculto_en_pc, .oculto_en_tab_mov {
	font-weight: normal;	
}
.oculto_en_pc, .txt_te_llamamos.tab {
	display: none;
}

/*Formulario*/
.formu_inicio {
	background-color: #1B2A17;
	margin-top: 25px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.formulario {
	float: left;
	width: 90%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
	margin-left: 5%;
}
.formu_te_llamamos {
	float: left;
	text-align: left;
	width: 450px;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #0D2A10;
}
.txt_te_llamamos {
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	text-align: right;
	color: #FFF;
}
input.cajas {
	width: 100%;
	height: 20px;
	min-width: 150px;
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	background-color: #FFF;
	text-indent: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
input.botones {
	width: 150px;
	color: #333333;
	font-size: 15px;
	height: 27px;
	letter-spacing: 1px
}
textarea {
	width: 98.7%;
	height: 75px;
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.etiquetas_formu {
	float: left;
	color: #DDD;
	width: 100%;
	text-align: left;
	height: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}
.etiquetas_formu_oculto {
	display: none;
}
.etiquetas_formu_te_llamamos {
	float: left;
	font-size: 16px;
	color: #FFF;
	width: 120px;
	height: 22px;
	margin-top: 12px;
	margin-left: 20px;
}
.inputs_formu, .input_textarea_formu {
	float: left;
	width: 100%;
	height: 18px;
	padding: 0px
}
.inputs_formu_te_llamamos {
	float: right;
	width: 310px;
	height: 22px;
	margin-top: 12px;
}
.input_textarea_formu {
	height: auto;
}
.enviar_datos_formu {
	float: right;
	width: 90%;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 18px;
	margin-left: 0px;
	text-align: right
}
.botones_formu {
	float: right;
	margin-right: 30px;
}

/*galería jquery*/
#gallery {
	width: 90%;
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom:10px;
	padding-left: 5%;
	background-color: #C0D0BC;
}
#gallery ul {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline-block;
}
#gallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#gallery ul img {
	width: 18%;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 1.95%;
}
#gallery ul img.izqda {
	margin-left: 0px;
}
#gallery ul a:hover img {
	opacity: 0.8;
}
#gallery ul a:hover {
	color: #fff;
	margin: 0px;
	padding: 0px;
}


@media (min-width: 60.001em) and (max-width: 76em) {

	article.txt2 ul li {
		width: 25%;
	}

}


@media (min-width: 47.001em) and (max-width: 60em) {

	#banda_sup {
		height: 90px;
	}

	#contenedor {
		margin-top: 93px;
	}
	
	article.txt1 img.dere {
		width: 300px;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	article.txt1 img.izqda {
		width: 300px;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	.logos_delegaciones img {
		width: 220px;
		margin-left: 5px;
		margin-right: 5px;
	}
	article.txt2 ul li {
		width: 33%;
	}

	h1, h2, h3 {
		font-size: 20px;
	}

	.formu_te_llamamos {
		margin-top: -215px;
		height: 180px;
	}
	.txt_te_llamamos {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.datos_contacto {
		width: 50%;
	}
	.datos_contacto p.tel a, .datos_contacto p.email a {
		font-size: 17px;
	}
	.datos_contacto p.dir {
		font-size: 15px;	
	}
	.mapa_loc {
		width: 30%;
	}

	.tit_delegaciones {
		width: 90%;
		font-size: 18px;
		padding-left: 5%;
		padding-right: 5%;
	}

	#gallery ul img {
		margin-left: 1.75%;
	}

}


@media (min-width: 32.5em) and (max-width: 47em) {
	
	#banda_sup {
		height: 62px;
	}

	.logo {
		width: 175px;
		padding-top: 0px;
	}
	.logo img {
		width: 100%;
		margin-left: 0px;
	}
	.tfno_sup {
		width: 200px;
		margin-left: 0px;
		margin-top: 20px;
		padding-left: 0px;
		text-align: right;
	}
	.tfno_sup a {
		font-size: 24px;
		margin-left: 10px;
	}

	#contenedor {
		margin-top: 65px;
	}
	
	.email_sup, .panoramica, .oculto_en_tab_mov, #tit_normal, #gallery ul img.izqda, .txt_te_llamamos {
		display: none;
	}
	
	.oculto_en_pc, .panoramica_mov, .panoramica.bis, #tit_movil, .txt_te_llamamos.tab {
		display: block;
	}

	.panoramica.bis {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	article.txt1 img.dere {
		width: 200px;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	article.txt1 img.izqda {
		width: 200px;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	.logos_delegaciones img {
		width: 170px;
		margin-left: 0px;
		margin-right: 0px;
	}
	article.txt2 ul li {
		width: 50%;
		text-align: center;
	}

	article.trabajos {
		background-color: #000;
		margin-top: 20px;
		margin-bottom: 20px;
		opacity: 1;
	}
	
	.panel_contacto {
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 0px;
	}
	.datos_contacto {
		width: 90%;
		margin-left: 5%;
	}
	.mapa_loc {
		width: 90%;
		margin-right: 5%;
		margin-top: 20px;
	}

	.datos_contacto.landings p.email {
		margin-bottom: 20px;
	}

	.tit_delegaciones {
		width: 90%;
		font-size: 18px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	footer {
		margin-top: 20px;
	}
	
	h1, article.txt1 h2 {
		text-align: center;
		font-size: 22px;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 50px;
	}
	
	h2.titulo_galerias {
		padding-right: 10px;
		padding-left: 10px;
	}

	article.txt2 h2 {
		font-size: 20px;
	}
	
	img.iconos_rs {
		width: 25px;
		height: 25px;
	}
	
	iframe {
		width: 89%;
		height: 200px;
		margin-left: 5%;
		margin-bottom: 20px;
	}

	.resaltar_mas {
		font-size: 17px;
	}
	
	.formu_te_llamamos {
		width: 70%;
		height: 175px;
		margin-top: -215px;
		margin-left: 13%;
		margin-right: 13%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.txt_te_llamamos {
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}
	#etiquetas_derecha {
		margin-left: 0px;
	}
	.etiquetas_formu_te_llamamos {
		width: 20%;
		margin-left: 10%;
	}
	.inputs_formu_te_llamamos {
		width: 50%;
		margin-right: 10%;
	}
	.enviar_datos_formu {
		float: left;
		width: 100%;
		margin-right: 0px;
		margin-top: 20px;
		text-align: center;
	}
	
	p.enlace_inicio {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.botones_formu {
		float: left;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#gallery ul img {
		width: 40%;
		margin-left: 4%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	
}

@media (min-width: 27.5em) and (max-width: 32.438em) {

	#banda_sup {
		height: 135px;
	}
	#contenedor_sup {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.logo {
		width: 165px;
		padding-top: 0px;
	}
	.logo img {
		width: 100%;
		margin-left: 0px;
	}
	.tfno_sup {
		width: 170px;
		margin-left: 0px;
		margin-top: 20px;
		padding-left: 0px;
		text-align: right;
	}
	.tfno_sup a {
		font-size: 18px;
		margin-left: 10px;
	}
	
	#contenedor {
		margin-top: 140px;
	}
	
	.email_sup, .panoramica, #tit_normal, .oculto_en_mov, .oculto_en_tab_mov, .txt_te_llamamos {
		display: none;
	}
	
	.oculto_en_pc, .panoramica_mov, .panoramica.bis, #tit_movil, .txt_te_llamamos.tab {
		display: block;
	}

	.panoramica.bis {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	article.txt1 img.dere {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	article.txt1 img.izqda {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.logos_delegaciones img {
		margin-left: 50px;
		margin-right: 50px;
	}
	article.txt2 ul li {
		width: 100%;
		text-align: center;
	}

	article.trabajos {
		background-color: #000;
		margin-top: 20px;
		opacity: 1;
	}
	
	.panel_contacto {
		margin-top: 20px;
		padding-bottom: 0px;
	}
	.datos_contacto, .mapa_loc {
		width: 95%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.mapa_loc {
		margin-top: 20px;
	}
	.datos_contacto p.nombre_empresa_contacto {
		text-align: center;
	}
	.datos_contacto p.nombre_empresa_contacto img {
		width: 80%;
	}
	.datos_contacto p i {
		margin-right: 5px;
		font-size: 20px;
	}
	.datos_contacto p i.fa-whatsapp {
		font-size: 24px;
		margin-left: 5px;
	}
	.datos_contacto p.tel a {
		font-size: 24px;
	}
	.datos_contacto p.email a {
		font-size: 17px;
	}
	.datos_contacto p.dir {
		font-size: 15px;	
	}
	.datos_contacto.landings p.email {
		margin-bottom: 20px;
	}

	.tit_delegaciones {
		width: 90%;
		font-size: 18px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.logos_delegaciones img {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	footer {
		margin-top: 20px;
	}
	
	img.iconos_rs {
		width: 25px;
		height: 25px;
	}
	
	iframe {
		width: 95%;
		height: 200px;
		margin-bottom: 20px;
	}
	
	h1, article.txt1 h2 {
		text-align: center;
		font-size: 20px;
		padding: 10px;
	}
	article.txt2 h2 {
		font-size: 20px;
	}
	h2.titulo_galerias {
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	article.txt3 h2 {
		font-size: 22px;
	}
	article.txt1 h2.tit_inf {
		font-size: 16px;
	}

	p.enlace_inicio {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.resaltar_mas {
		font-size: 17px;
	}
	
	.formulario {
		width: 84%;
		margin-left: 8%;
		margin-right: 8%;
	}
	.formu_te_llamamos {
		width: 82%;
		height: auto;
		margin-top: 15px;
		text-align: center;
		padding-left: 4%;
		padding-right: 4%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.txt_te_llamamos {
		font-size: 14px;
		text-align: center;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#etiquetas_derecha {
		margin-left: 0px;
	}
	.etiquetas_formu_te_llamamos {
		width: 25%;
		margin-left: 10%;
	}
	.inputs_formu_te_llamamos {
		width: 50%;
		margin-right: 10%;
	}
	.inputs_formu, .enviar_datos_formu {
		width: 100%;
	}
	.input_textarea_formu {
		width: 97%;
	}
	.enviar_datos_formu {
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: center;
	}
	
	.botones_formu {
		float: left;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#gallery ul img, #gallery ul img.izqda {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 27.438em) {

	#banda_sup {
		height: 135px;
	}
	#contenedor_sup {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.logo {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: 0px;
	}
	.logo img {
		width: 100%;
		margin-left: 0px;
	}
	.tfno_sup {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	.tfno_sup a {
		font-size: 28px;
		margin-left: 10px;
	}
	
	#contenedor {
		margin-top: 140px;
	}
	
	.email_sup, .panoramica, #tit_normal, .oculto_en_mov, .oculto_en_tab_mov, .txt_te_llamamos {
		display: none;
	}
	
	.oculto_en_pc, .panoramica_mov, .panoramica.bis, #tit_movil, .txt_te_llamamos.tab {
		display: block;
	}

	.panoramica.bis {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	article.txt1 img.dere {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	article.txt1 img.izqda {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.logos_delegaciones img {
		margin-left: 50px;
		margin-right: 50px;
	}
	article.txt2 ul li {
		width: 100%;
		text-align: center;
	}

	article.trabajos {
		background-color: #000;
		margin-top: 20px;
		opacity: 1;
	}
	
	.panel_contacto {
		margin-top: 20px;
		padding-bottom: 0px;
	}
	.datos_contacto, .mapa_loc {
		width: 95%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.mapa_loc {
		margin-top: 20px;
	}
	.datos_contacto p.nombre_empresa_contacto {
		text-align: center;
	}
	.datos_contacto p.nombre_empresa_contacto img {
		width: 80%;
	}
	.datos_contacto p i {
		margin-right: 5px;
		font-size: 20px;
	}
	.datos_contacto p i.fa-whatsapp {
		font-size: 24px;
		margin-left: 5px;
	}
	.datos_contacto p.tel a {
		font-size: 24px;
	}
	.datos_contacto p.email a {
		font-size: 17px;
	}
	.datos_contacto p.dir {
		font-size: 15px;	
	}
	.datos_contacto.landings p.email {
		margin-bottom: 20px;
	}

	.tit_delegaciones {
		font-size: 16px;
	}
	.logos_delegaciones img {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	footer {
		margin-top: 20px;
	}
	
	img.iconos_rs {
		width: 25px;
		height: 25px;
	}
	
	iframe {
		width: 95%;
		height: 200px;
		margin-bottom: 20px;
	}
	
	h1, article.txt1 h2 {
		text-align: center;
		font-size: 20px;
		padding: 10px;
	}
	article.txt2 h2 {
		font-size: 20px;
	}
	h2.titulo_galerias {
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	article.txt3 h2 {
		font-size: 22px;
	}
	article.txt1 h2.tit_inf {
		font-size: 16px;
	}

	p.enlace_inicio {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.resaltar_mas {
		font-size: 17px;
	}
	
	.formulario {
		width: 84%;
		margin-left: 8%;
		margin-right: 8%;
	}
	.formu_te_llamamos {
		width: 82%;
		height: auto;
		margin-top: 15px;
		text-align: center;
		padding-left: 4%;
		padding-right: 4%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.txt_te_llamamos {
		font-size: 14px;
		text-align: center;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#etiquetas_derecha {
		margin-left: 0px;
	}
	.etiquetas_formu_te_llamamos {
		width: 25%;
		margin-left: 10%;
	}
	.inputs_formu_te_llamamos {
		width: 50%;
		margin-right: 10%;
	}
	.inputs_formu, .enviar_datos_formu {
		width: 100%;
	}
	.input_textarea_formu {
		width: 97%;
	}
	.enviar_datos_formu {
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: center;
	}
	
	.botones_formu {
		float: left;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#gallery ul img, #gallery ul img.izqda {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	
}
