body {
	margin-top: 70px; /*Es lo que mide el alto del header*/
	margin-bottom: 450px; /*Es la altura del footer, si cambio la altura del footer debo cambiar esto*/
	font-family: 'Merriweather Sans', sans-serif;
	background-color: #FFF;
}

/*Estas líneas de código están para que funcione el footer siempre abajo*/
html {
	position: relative;
	min-height: 100%;
	font-size: 10px;
}



/*
AZUL CLARO:
color: #002b82;

ROJO
color: #dd0e1c;
*/




a{
	outline: none !important;
	text-decoration: none;
}



/*  ---------- Saco borde celeste focus bootstrap -------------- */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  /*border-color: rgba(126, 239, 104, 0.8);*/
  box-shadow: 0;
  outline: 0 none;
}
/*  ---------- Saco borde celeste focus bootstrap -------------- */










/*  ---------- TOOLTIPS bootstrap -------------- */
.tooltip.bs-tooltip-bottom .tooltip-inner {
	border-radius: 0;
	font-size: 1rem;
 	background:#dd0e1c !important;
}

.tooltip .arrow:before {
	border-bottom-color: #dd0e1c !important;
	/*border-top-color: blue !important;*/
}
/*  ---------- TOOLTIPS bootstrap -------------- */









p{
	color: #777;
	font-size: 1.6rem;
	font-weight: 300;
}

h1{
	display: block;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 800;
}
h1.galerias_internas{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #002b82;
	font-size: 2.9rem;
	letter-spacing: -0.08rem;
	/*padding: 10px;*/
	/*background-color: #efefef;*/
	/*border-bottom: 1px solid #002b82;*/
}

.sin_padding_lateral{
	padding-left: 0;
	padding-right: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	margin-bottom: 5px;
}


strong{
	font-weight: 700;
}


/*animacion para responsive*/
*{
	-webkit-transition: width 0.15s ease-in-out;
	-moz-transition: width 0.15s ease-in-out;
	-o-transition: width 0.15s ease-in-out;
	-ms-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
}

















/*  ---------------------------------------------------------- HEADER -------------------------------------------------- */
#main-header{
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 0px;
	height: 70px;
	background-color: #e2e2e2; 
	z-index: 99;
}
#main-header p.tel_header{
	position: absolute;
	right: 25px;
	top:10px;
	font-size: 1.5rem;
	/*width: 100%;*/
	color: #dd0e1c;
	font-weight: 700;
}


#content_rrhh_idiomas{
	position: absolute;
	right: 10px;
	top: 10px;
	/*top: 0px;*/
	/*right: 20px;*/
	
	width: 110px;
	/*width: 230px;*/
	/*height: 35px;*/
	padding: 7px 0;
	margin-right: -2px;
	/*border:1px solid red;*/
}





a.bt_rrhh{
	float: left;
	display: block;
	font-weight: 800;
	font-size: 1.3rem;
	text-decoration: none;
	color: #dd0e1c;
	width: 100px;
	height: 30px;
	/*background-color: yellow;*/
	text-align: right;
	background-image: url('../img/logo_sin_anclaje.svg');
	background-repeat: no-repeat;
	background-size: 97px;
	background-position: 4px 16px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.bt_rrhh:hover{
	color: #002b82;
}
ul#idiomas{
	float: left;
	height: 30px;
	/*margin-left: 15px;*/
	margin-left: 0px;
	/*padding-left: 10px;*/
	padding-left: 0px;
	/*border-left: 1px solid #dd0e1c;*/
	border-left: none;
}
ul#idiomas li{
	float: left;
	margin-top: 6px;
}
ul#idiomas li a{
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 300;
	color: #002b82;
	padding: 8px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	/*margin:8px;*/
	/*background-color: blue;*/
}
ul#idiomas li a:hover,ul#idiomas li a.activo{
	color: #dd0e1c;
	font-weight: 800;
}



#main-logo {
	display: block;
	float: left;
	margin: 0;
	padding-top: 0px;
	/*background-color: red;*/
}
#main-logo img{
	width: 100%;
	max-width: 125px;
	padding-top: 10px;
}



/* *------- Botonera ppal --------- */
#main-menu{
	float:right;
}

#main-menu li{
	float: left;
}
#main-menu li a{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	color: #002b82;
	padding:0;
	margin-right: 13px;
	text-transform: uppercase;
	text-decoration: none;
	outline:0px;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-menu li a:hover {
	background-color: none;
	color: #dd0e1c;
}
#main-menu li a.active {
	color: #dd0e1c;
}



/* ICONO BOTON HAMBURGUESA */

/*Borde exterior*/
.menu_hamburguesa {
	position: relative;
	display:  inline-block;
	width: 30px !important;
	height: 35px !important;
	/*border:2px solid  #002b82;*/
	padding: 5px;
	float: right;
	margin-top: 18px;
	margin-right: 7px;
}
 /*Linea central:*/
.menu_hamburguesa span {
	margin: 0 auto;
	position: relative;
	top: 10px;
	background-color: #dd0e1c !important;
	/*border:1px solid red;*/
}
/*Linea sup e inf:*/
.menu_hamburguesa span:before, .menu_hamburguesa span:after { 
	position: absolute;
	content: '';
}
/*Le doy color y medidas a las tres líneas:*/
.menu_hamburguesa span, .menu_hamburguesa span:before, .menu_hamburguesa span:after {
	width: 23px;
	height: 3px;
	border-radius: 0px;
	background-color: #002b82;
	display: block;
}
/*Separo la linea superior:*/
.menu_hamburguesa span:before {
	margin-top: -8px;
}
/*Separo la linea Inferior:*/
.menu_hamburguesa span:after {
	margin-top: 8px;
}
/* --- ICONO BOTON HAMBURGUESA --- */


/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/
/*Dejo transparente la linea central:*/
.ejemplo_cruz.animo_menu_hamburguesa span {
	background-color: rgba(0,0,0,0.0) !important;
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.ejemplo_cruz span {
	-webkit-transition-duration: 0s; 
	transition-duration: 0s;
	-webkit-transition-delay: 0.15s; 
	transition-delay: 0.15s;
}
.ejemplo_cruz span:before {
	transition-property: margin, transform;
	-webkit-transition-property: margin, -webkit-transform; 

	transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s; 
	transition-delay: 0.15s, 0s;
	-webkit-transition-delay: 0.15s, 0s; 
}
.ejemplo_cruz.animo_menu_hamburguesa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.ejemplo_cruz span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.ejemplo_cruz.animo_menu_hamburguesa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/







/*-------- Menu mobile------------ */
#contiene_botonera_desplegable{
	position: absolute;
	z-index: 90;
	/*float: left;*/
	width: 100%;
	/*height: 100%;*/
	display: none;
	margin-top: 0px;
	padding: 20px 0 40px 0;
	border-top:1px solid #002b82;
	border-bottom:1px solid #002b82;
	background-color: #FFF; /*Mismo color que el fondo del header*/
}
ul#mobile-main-menu{
	position: relative;
	/*overflow: scroll;*/
	/*height: 100%;*/
}
ul#mobile-main-menu li{
	margin: 0;
	padding: 0 15px;
	border-bottom:1px solid #CCCCCC;
}
ul#mobile-main-menu li a{
	display: block;
	width: 100%;
	
	padding: 15px 0;
	font-size: 1.4rem;
	color: #002b82;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	/*text-transform: uppercase;*/
}
ul#mobile-main-menu li:last-child{border-bottom: none;}

ul#mobile-main-menu a:hover{
	color: #686868;
	text-decoration: none;
}
ul#mobile-main-menu li a{
	font-weight: 300;
}

ul#mobile-main-menu li a.bt_rrhh_movil{
	/*float: left;*/
	/*display: block;*/
	text-transform: none;
	font-weight: 800;
	font-size: 1.4rem;
	text-decoration: none;
	color: #dd0e1c;
	width: auto;
	/*height: 20px;*/
	/*background-color: yellow;*/
	text-align: left;
	background-image: url('../img/logo_sin_anclaje.svg');
	background-repeat: no-repeat;
	background-size: 94px;
	background-position: 80px 20px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul#mobile-main-menu li a.bt_rrhh_movil:hover{
	color: #002b82;
}


/*-------- Menu mobile------------ */





/*  ---------------------------------------------------------- FIN HEADER -------------------------------------------------- */





































/*  ---------------------------------------------------------- INDEX -------------------------------------------------- */

#content_home{
	width: 100%;
	overflow: hidden;
	/*border:1px solid red;*/
	background:url("../img/bg_index_mov.jpg") 50% 0 no-repeat;
}
#grupo_txt_home{
	/*float: left;*/
	width: 100%;
	max-width: 450px;
	/*background-color: red;*/
}
img#img_ppal_home{
	float: right;
	width: 100%;
	max-width: 500px;
	/*background-color: red;*/
	padding: 0px 0 90px 0;
}
img.logo_index{
	width: 100%;
	max-width: 200px;
}
p.txt_index{
	font-size: 1.4rem;
	color: #DEDEDE;
	font-weight: 300;
}
p.txt_index span{
	display: block;
	margin: 22px 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
}
p.txt_index a{
	margin-top: 10px;
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,.4);
	font-size: 1.2rem;
	text-decoration: none;
	color: #f9ca04;
	font-weight: 700;
	padding: 8px 0 5px 35px;
	background-image: url("../img/flecha_abajo_blanca.svg");
	background-repeat: no-repeat;
	background-position: left 12px;
	background-size: 25px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
p.txt_index a:hover{
	color: #FFF;
}
.fondo_fijo_top{
	position: relative !important; /*absolute*/
	width: 100%;
	background-size: cover !important;
	background-attachment: fixed !important;
	/*border:1px solid yellow;*/
}

/*  ---------------------------------------------------------- FIN INDEX -------------------------------------------------- */













































/*  ---------------------------------------------------------- EMPRESA -------------------------------------------------- */

#content_empresa{
	width: 100%;
	overflow: hidden;
	/*border:1px solid red;*/
	background:url("../img/bg_empresa.jpg") 50% 0 no-repeat;
}
.contiene_rombo_empresa{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height: 200px;
	text-align: center;
	overflow: visible;
	/*border: 1px solid yellow;*/
	background-image: url('../img/rombo_azul_empresa.svg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}
.contiene_rombo_empresa img{
	width: 100%;
	max-width: 110px;
	margin-top: 45px;
}
p.txt_iso_empresa{
	float: left;
	/*float: right;*/
	width: 100%;
	max-width: 370px;
	text-align: left;
	/*text-align: right;*/
	margin: -10px 0 20px 0;
	/*margin: 0 0 0 0;*/
	padding: 15px 0;
	/*padding: 0 0;*/
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	/*border-top: none;*/
	/*border-bottom: none;*/
	color:#FFF;
	font-size: 2.8rem;
	line-height: 3.3rem;
	/*line-height: 3.6rem;*/
	font-weight: 300;
}
p.txt_iso_empresa span{
	font-weight: 700;
}
p.txt_empresa{
	width: 100%;
	max-width: 500px;
	text-align: left;
	color:#FFF;
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: 300;
	padding-top: 5px;
}
p.txt_empresa span{
	font-weight: 700;
}

#contiene_img_empresa{
	float: left;
	width: 100%;
}
#contiene_img_empresa img{
	float: left;
	width: 100%;
	max-width: 100px;
	margin: 30px 10px 30px 0;
}
#contiene_img_empresa img.politicasSGI{
	max-width: 120px;
	/* background-color: blue; */
	margin: 27px 10px 30px 0;
	transition: all .15s ease-in-out;
}
#contiene_img_empresa img.politicasSGI:hover{
	opacity: .8;
}
/*p.txt_empresa img{
	float: left;
	width: 100%;
	max-width: 100px;
	margin: 30px 10px 80px 0;
}
*/


#nuevo_txt_tuv_empresa{
	float: left;
	border-top:1px solid rgba(255,255,255,.2);
/*	padding: 20px;
	background-color: rgba(255,255,255,.2);*/
}
#nuevo_txt_tuv_empresa p{
	width: 100%;
	max-width: 500px;
	text-align: left;
	color:#FFF;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}
#nuevo_txt_tuv_empresa img{
	/*float: left;*/
	width: 100%;
	max-width: 150px;
	margin: 30px 10px 10px 0;
}
/*#nuevo_txt_tuv_empresa p:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #FFF;
	left: 0;
	top: 0px;
}
*/


/*  ---------------------------------------------------------- FIN EMPRESA -------------------------------------------------- */










































/*  ---------------------------------------------------------- INTERIORES -------------------------------------------------- */
.contenedor100{
	width: 100%;
}
.contenedor100.fondo_gris{
	background-color: #e2e2e2;
}

.contenedor100.contiene_img_fabricacion{
	margin-bottom: 50px;
	display: inline-block;
	padding: 15px 0;
	background-color: #e2e2e2;
}

.contenedor100.fondo_encabezados_interiores{
	background: #dd0e1c;
}

.triangulos_encabezados_interiores{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 250px;
	background-image: url('../img/rombo_azul_interiores.svg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 250px;
	text-align: center;
}
.triangulos_encabezados_interiores img{
	width: 100%;
	margin-top: 15px;
	max-width: 80px;
}
.img_fondos_header_interiores{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}
p.bajada_encabezados{
	font-size: 2.3rem;
	color: #fff;
	line-height: 3rem;
	margin-top: 5px;
	text-align: center;
	/*background-color: blue;*/
}

#contenedor_bajo_encabezado{
	/*margin: 40px 0;*/
	margin: 40px auto;
	/*background-color: blue;*/
}
#contiene_h1_bajada_encabezados{
	padding: 30px 15px;
}
#contiene_h1_bajada_encabezados h1{
	color: #FFF;
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
}
ul.listado_internos li{
	color: #848484;
	font-size: 1.5rem;
	font-weight: 200;
	padding-left: 12px;
	line-height: 1.8rem;
	margin-bottom: 15px;
	background-image: url('../img/bullet_flecha_roja.svg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
}
/*  ---------------------------------------------------------- INTERIORES -------------------------------------------------- */















/*  ---------------------------------------------------------- FABRICACION -------------------------------------------------- */
.img_fondos_header_interiores.fabricacion{
	background-image: url('../img/img_encabezado_fabricacion.jpg');
}
p.bajada_encabezados{
	width: 100%;
}
ul.listado_internos.fabricacion{
	margin-top: 10px;
}
ul.listado_internos.fabricacion li:first-child{
	color: #0b3487;
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: 700;
	background-image: none;
	padding-left: 0;
	margin-bottom: 25px;
}

a.ver_end{
	display: block;
	width: 140px;
	color:  #dd0e1c;
	font-weight: 700;
	font-size: 1.3rem;
	text-decoration: none;
	background-image: url('../img/icono_vermas_rojo.svg');
	background-repeat: no-repeat;
	background-position: left middle;
	background-size: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dd0e1c;
	margin-top: 50px;

	/*
	AZUL CLARO:
	color: #002b82;

	ROJO
	color: #dd0e1c;
	*/
}
p.destacado_fabricacion{
	display: block;
	/*float: right;*/
	float: left;
	/*max-width: 350px;*/
	max-width: 100%;
	/*text-align: right;*/
	text-align: left;
	color: #767676;
	/*font-size: 2.5rem;*/
	font-size: 2.2rem;
	/*line-height: 3rem;*/
	line-height: 2.3rem;
	margin-bottom: 30px;
}
p.destacado_fabricacion span{
	width: 100%;
	display: block;
	/*text-align: right;*/
	text-align: left;
	color: #dd0e1c;
	/*font-size: 3.4rem;*/
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 800;
}
/*img.img_fabricacion{
	width: 100%;
	max-width: 500px;
}*/
/*  ---------------------------------------------------------- FABRICACION -------------------------------------------------- */


































/*  ---------------------------------------------------------- GALERIA -------------------------------------------------- */
.img_fondos_header_interiores.galeria{
	background-image: url('../img/img_encabezado_galeria.jpg');
}
.fotos_galeria{
	/*position: relative;*/
	overflow: hidden;
	padding: 5px 15px;
	/*border:1px solid red;*/
/*	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
.fotos_galeria img{
	border:1px solid #d1d1d1;
}
.lupa{
	position: absolute;
	right: 5px;
	bottom: -35px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-image: url('../img/icono_lupa_blanca.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	/*background-color: #002b82;
	opacity: 0.8;*/
	/*#002b82;
	#dd0e1c;*/
}
.cada_galeria_nueva{
	margin-bottom: 40px;
	padding: 15px 30px;
	background-color: #f5f5f5;
}
/*.hover_zoom_img_galeria{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}*/
/*  ---------------------------------------------------------- GALERIA -------------------------------------------------- */


































/*  ---------------------------------------------------------- TRABAJOS -------------------------------------------------- */
.img_fondos_header_interiores.trabajos{
	background-image: url('../img/img_encabezado_trabajos.jpg');
}
p.bajada_encabezados.trabajos{
	max-width: 500px;
	font-size: 2rem;
	line-height: 2.3rem;	
}
h2.titulo_detalle_trabajos{
	color:#dd0e1c;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 10px;
	/*font-size: 2.7rem;*/
	font-size: 1.9rem;
	text-align: left;
}

ul.listado_internos.trabajos li{
	font-size: 1.4rem;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #E2E2E2;
	/*background-color: red;*/
	margin: 0;
}
ul.listado_internos.trabajos li:last-child{
	border-bottom: none;
}
ul.listado_internos.trabajos li:first-child{
	color: #0b3487;
	font-size: 1.6rem;
	line-height: 1.5rem;
	font-weight: 700;
	background-image: none;
	padding-left: 0;
	margin-bottom: -10px;
	border-bottom: none;
}
.img_trabajos_movil{
	margin-bottom: 7px;
}
/*  ---------------------------------------------------------- TRABAJOS -------------------------------------------------- */


















/*  ---------------------------------------------------------- CLIENTES -------------------------------------------------- */
.img_fondos_header_interiores.clientes{
	background-image: url('../img/img_encabezado_clientes.jpg');
	background-position: top;
}
p.bajada_encabezados.clientes{
	max-width: 100%;
	font-size: 1.8rem;
	line-height: 2.3rem;	
}
ul.listado_internos.clientes li{
	font-size: 1.5rem;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
}
ul.listado_internos.clientes li:last-child{
	border-bottom: none;
}
/*  ---------------------------------------------------------- CLIENTES -------------------------------------------------- */





















/*  ---------------------------------------------------------- SERVICIOS -------------------------------------------------- */
h1.servicios{
	color: #dd0e1c;
	margin-top:60px;
}
h2.servicios{
	color:#002b82;
	line-height: 2rem;
	width: 100%;
	max-width: 450px;
	/*background-color: red;*/
	margin: 10px 0 35px 0;
}
ul.listado_internos.servicios{
	margin-top: 10px;
}
ul.listado_internos.servicios li{
	/*background-color: red;*/
	margin: 18px 0;
}
/*ul.listado_internos.servicios li:first-child{
	color: #0b3487;
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: 700;
	background-image: none;
	padding-left: 0;
	margin-bottom: 25px;
}*/
#triangulo_servicios{
	position: absolute;
	z-index: 2;
	top: 50px;
	width: 100%;
	max-width: 700px;
	height: 300px;

	/*border:1px solid red;*/
}
/*  ---------------------------------------------------------- SERVICIOS -------------------------------------------------- */




















/*---------  CONTACTO ----------*/
	.contenedor100.fondo_encabezado_contacto{
		background-color: #ACACAC;

		/*position: relative;
		background: #dd0e1c; 
		background: -moz-linear-gradient(left,  #c3c3c3 50%, #dd0e1c 50%); 
		background: -webkit-linear-gradient(left, #c3c3c3  50%,#dd0e1c 50%); 
		background: linear-gradient(to right, #c3c3c3  50%,#dd0e1c 50%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColor#c3c3c3 str='#dd0e1c',GradientType=1 );*/
	}


	.img_fondos_header_interiores.contacto{
		height: 400px;
		/*border: 1px solid red;*/
		/*height: 400px;*/
	}

	#iframe_contacto{
		height: 400px;
	}

	.triangulos_encabezados_interiores.contacto{
		position: absolute;
		z-index: 2;
		/*width: 100%;*/
		width: 400px;
		height: 320px;
		/*text-align: center;*/
		text-align: right;
		background-image: none;
		/*border:1px solid red;*/
		top: 60px;
		right: 0;
		overflow: hidden;
	}
	.triangulos_encabezados_interiores.contacto img{
		width: 100%;
		margin-top: -60px;
		margin-right: -98px;
		max-width: 200px;
	}

	#franja_sup_contacto{
		/*padding: 30px 0;*/
		padding: 15px 0;
		/*background-color: red;*/
	}

	h1.contacto{
		font-size: 3rem;
		/*font-size: 3.6rem;*/
		color: #dd0e1c;
		margin: 0;
		/*margin-top:60px;*/
	}
	p.bajada_contacto{
		position: relative;
		z-index: 3;
		width: 100%;
		/*max-width: 300px;*/
		max-width: 250px;
		/*background-color: red;*/
		margin-left: 2px;		
		font-size: 1.6rem;
		line-height: 1.7rem;
		color: #002b82;
	}
	p.txt_direccion{
		position: relative;
		z-index: 3;
		color: #dd0e1c;
		font-size: 1.9rem;
		font-weight: 800;
		margin: 15px 0 0 100px;
		line-height: 2rem;
	}
	p.txt_direccion a{
		color: #002b82;
		margin-left: -3px;
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 1rem !important;
		padding-left: 25px;
		background-image: url('../img/icono_vermas_azul.svg');
		background-repeat: no-repeat;
		background-size: 19px;
		background-position: left;
		text-decoration: none;
		-webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
	p.txt_direccion a:hover{
		color: #dd0e1c;		
	}

	#contenido_contactos_abajo{
		/*margin-top: 50px;*/
		margin-top: 0px;
		padding-bottom: 80px;
	}

	h2.nuestros_mails{
		font-weight: 800;
		text-align: left;
		/*text-align: right;*/
		font-size: 2.5rem;
		color: #dd0e1c;		 
	}
	ul#listado_mails_contacto{
		float: right;
		width: 100%;
		/*background-color: red;*/
		/*margin-bottom: 0px;*/
		margin-bottom: 40px;
		/*padding-bottom: 0px;*/
		padding-bottom: 20px;
		border-bottom: 1px solid #CBCBCB;
	}
	ul#listado_mails_contacto li{
		text-align: left;
		/*text-align: right;*/
		margin: 20px 0;
	}
	ul#listado_mails_contacto li a{
		color: #5f5f5f;
		text-decoration: none;
		font-size: 1.2rem;
		-webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
	ul#listado_mails_contacto li a:hover{
		color: #dd0e1c;	
	}
	ul#listado_mails_contacto li span{
		font-weight: 800;
		font-size: 1.2rem;
		color: #dd0e1c;
	}

	p.datos_contacto_abajo{
		color: #787878;
		font-size: 1.5rem;
		padding-top: 40px;
		border-bottom: 1px solid #C2C2C2;
		padding-bottom: 10px;
		margin-bottom: 15px;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 35px;
	}
	p.datos_contacto_abajo.direccion{background-image: url('../img/icono_ubicacion_rojo.svg');}
	p.datos_contacto_abajo.telefono{background-image: url('../img/iconos_dialogo_rojo.svg'); background-size: 30px;}

	ul#links_redes_contacto{
		float: left;
		width: 100%;
		margin-top: -15px;
	}


	ul#links_redes_contacto li{
		display: block;
		width: 100%;
		border-bottom: 1px solid #C2C2C2;
		padding: 18px 0 18px 35px;
		margin: 0;
		background-position: left 45%;
		background-size: 25px;
		background-repeat: no-repeat;
	}
	ul#links_redes_contacto li:last-child{
		border-bottom: none;
	}
	ul#links_redes_contacto li a{
		color: #787878;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 18px;
		-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	}
	ul#links_redes_contacto li a:hover{
		color: #dd0e1c;
		padding-left: 4px;
	}	
	ul#links_redes_contacto li.facebook{background-image: url('../img/icono_facebook_rojo.svg');}
	ul#links_redes_contacto li.linkedin{background-image: url('../img/icono_linkedin_rojo.svg'); background-size: 27px;}
	ul#links_redes_contacto li.instagram{background-image: url('../img/icono_instagram_rojo.svg'); background-size: 27px;}
	ul#links_redes_contacto li.twitter{background-image: url('../img/icono_twitter_rojo.svg');}



























/* ---------------------------------- Cargando ------------------------------*/
#enviando_datos_contacto{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	z-index: 9999;
	left: 40%;
	top: 25%;
}
.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 50px;
  height: 50px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  /*padding: 10px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ---------------------------------- Cargando ------------------------------*/









#contenedor_formulario_completo{
	position: relative;
	margin-top: 30px;
	z-index: 3;
	float: right;
	width: 100%;
	max-width: 540px;
}

.form-group{
    /*background-color: red;*/
    margin-bottom: 1.5rem;
    width: 100%;
}
.form-control{
    box-shadow: none;
    border:none;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.7);
    font-size: 1.5rem;
    color:#FFF;
    padding: 7px 0;
    width: 100%;
    max-width: 450px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::-webkit-input-placeholder{
    color: rgba(255,255,255,1);
    font-weight: 300;
    font-size: 1.3rem;
}
/*.form-group label{
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    color: #727276;
}
*/
.form-group label span{font-size: 1.2rem;}

button.bt_enviar{
	/*position: relative;*/
	/*text-align: center;*/
	float: left;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 5px;
    background-color: transparent;
    /*background-color: blue;*/
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 0;
    border:0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.bt_enviar:hover{
	color: #dd0e1c;
	text-decoration: none;
    background-color: transparent;
}

.styled-select{
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    overflow: hidden;

}
.form-control:focus {
	border-bottom: 1px solid  rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,.05);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
          box-shadow: none;
}



#mensaje_enviado_ok{
    display: none;
    padding: 140px 0;
}
#mensaje_enviado_ok p{
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 2rem;
    line-height: 22px;
}
#mensaje_enviado_ok p span{
    font-weight: 200;
}

label.error{
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    color: #dd0e1c;
    padding-top: 2px;
}
/*---------  CONTACTO ----------*/




















/*  ---------------------------------------------------------- FOOTER-------------------------------------------------- */
footer {
	padding: 0;
	background-color: #051942;
}

.pie_abajo {
  position: absolute;
  bottom: 0;
  width: 100%; 	
  height: 450px; /*Esta altura tiene que ser igual al margin bottom del body (ver arriba)*/
  /*background-color: red;*/
  /*border:1px solid yellow;*/
}

.franja_gris{
	background-color: #e7e7e7;
	padding-top: 15px;
	padding-bottom: 5px;
}
p.copyright{
	padding-top: 3px;
	margin-right: -15px;
	text-align: right;
	font-size: 1rem;
	color: #002b82;
}
p.copyright span{
	font-weight: 700;
}
.contiene_logo_footer{
	width: 95px;
	/*margin-left: 0px;*/
	border-left: 1px solid #BCBCBC;
	padding-left: 10px;
}

.contiene_datos_footer_azul{
	margin-top: 25px;
	/*margin-top: 50px;*/
}
.data_fiscal{
	float: left;
	width: 100%;
	max-width:45px;
	/*margin-top: 17px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#links_footer{
	float: left;
}
ul#links_footer li{
	float: none;
	color: #c0c0c0;
	font-size: 1.3rem;
	line-height: 17px;
	padding: 3px 0 3px 30px;
	background-position:  left;
	background-size: 23px;
	margin: 10px 0;
	background-repeat: no-repeat;
}	
ul#links_footer li.direccion{background-image: url('../img/icono_ubicacion_blanco.svg');}
ul#links_footer li.telefono{background-image: url('../img/iconos_dialogo_blanco.svg');}
ul#links_footer li.facebook{background-image: url('../img/icono_facebook_blanco.svg');}
ul#links_footer li.linkedin{background-image: url('../img/icono_linkedin_blanco.svg');}
ul#links_footer li.instagram{background-image: url('../img/icono_instagram_blanco.svg');}
ul#links_footer li.twitter{background-image: url('../img/icono_twitter_blanco.svg');}

ul#links_footer li a{
	color: #c0c0c0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul#links_footer li a:hover{
	color: #dd0e1c;
}

/*  ---------------------------------------------------------- FIN FOOTER-------------------------------------------------- */






























/*// Small devices (landscape phones, 576px and up) col-sm*/
@media (min-width: 576px) {
	/*animacion para responsive*/
	*{
		-webkit-transition: width 0.15s ease-in-out;
		-moz-transition: width 0.15s ease-in-out;
		-o-transition: width 0.15s ease-in-out;
		-ms-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}
	







	/*---------  INTERIORES ----------*/
		.contenedor100.fondo_encabezados_interiores{
			position: relative;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd0e1c+34,c3c3c3+39 */
			background: #dd0e1c; /* Old browsers */
			background: -moz-linear-gradient(left,  #c3c3c3 50%, #dd0e1c 50%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #c3c3c3  50%,#dd0e1c 50%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #c3c3c3  50%,#dd0e1c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColor#c3c3c3 str='#dd0e1c',GradientType=1 ); /* IE6-9 */
		}
		.triangulos_encabezados_interiores{
			background-size: 350px;
		}
		.triangulos_encabezados_interiores img{
			margin-top: 25px;
			max-width: 110px;
		}
		.img_fondos_header_interiores{
			height: 400px;
		}
		p.bajada_encabezados{
			margin-top: 25px;
			font-size: 2.8rem;
			line-height: 3.7rem;
			text-align: left;
		}
		p.bajada_encabezados.fabricacion{
			max-width: 330px;
		}
		#contiene_h1_bajada_encabezados{
			padding: 55px 0 0 40px;
		}
		#contiene_h1_bajada_encabezados h1{
			font-size: 3.6rem;
			display: block;
			text-align: left;
		}
	/*---------  INTERIORES ----------*/








	/*------------- GALERIA -------- */
		.fotos_galeria{
			padding: 5px 5px;
			
		}
	/*------------- GALERIA -------- */










	/*---------  FOOTER ----------*/	
		.pie_abajo {
		  height: 450px; /*Esta altura tiene que ser igual al margin bottom del body (ver arriba)*/
		}
		body {
			margin-bottom: 450px; /*Es la altura del footer, si cambio la altura del footer debo cambiar esto*/
		}
		
	/*---------  FOOTER ----------*/




	/*---------  EMPRESA ----------*/
		p.txt_iso_empresa{
			float: right;
			text-align: right;
			margin: 0 0 0 0;
			padding: 0 0;
			border-top: none;
			border-bottom: none;
			line-height: 3.6rem;
		}
	/*---------  EMPRESA ----------*/










	







}






/*// Medium devices (tablets, 768px and up) col-md*/
@media (min-width: 768px) {

	/*animacion para responsive*/
	*{
		-webkit-transition: width 0.15s ease-in-out;
		-moz-transition: width 0.15s ease-in-out;
		-o-transition: width 0.15s ease-in-out;
		-ms-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}




	/*---------  HEADER ----------*/

		#content_rrhh_idiomas{
			top: 10px;
			right: 20px;
			width: 230px;
			height: 35px;
			/*border: 1px solid blue;*/
		}

		ul#idiomas{
			margin-left: 15px;
			padding-left: 10px;
			border-left: 1px solid #dd0e1c;
		}

	/*---------  HEADER ----------*/





		#content_home{
			background:url("../img/bg_index.jpg") 50% 0 no-repeat;
		}






	/*---------  FABRICACION ----------*/
		p.destacado_fabricacion{
			float: right;
			max-width: 350px;
			text-align: right;
			font-size: 2.5rem;
			line-height: 3rem;
		}
		p.destacado_fabricacion span{
			text-align: right;
			font-size: 3.4rem;
		}
	/*---------  FABRICACION ----------*/





	/*---------  TRABAJOS ----------*/
		p.bajada_encabezados.trabajos{
			font-size: 2.3rem;
			line-height: 2.8rem;	
		}
		h2.titulo_detalle_trabajos{
			font-size: 2.7rem;
		}
	/*---------  TRABAJOS ----------*/





	/*  --------- CLIENTES --------- */
	p.bajada_encabezados.clientes{
		max-width: 370px;
		font-size: 2rem;
		line-height: 2.5rem;
		/*background-color: red;*/
	}
	/*  --------- CLIENTES ----------*/









	/*  --------- CONTACTO ----------*/
		.triangulos_encabezados_interiores.contacto{
			width: 100%;
			text-align: center;
		}
		.triangulos_encabezados_interiores.contacto img{
			width: 100%;
			margin-top: -80px;
			/*margin-top: -50px;*/
			margin-right: 0;
			max-width: 280px;
		}
		h1.contacto{
			font-size: 3.6rem;
		}
		#franja_sup_contacto{
			padding: 30px 0;
		}


		#contenido_contactos_abajo{
			margin-top: 50px;
		}

		h2.nuestros_mails{
			text-align: right; 
		}
		ul#listado_mails_contacto{
			/*background-color: red;*/
			margin-bottom: 0px;
			padding-bottom: 0px;
			border-bottom: none;
		}
		ul#listado_mails_contacto li{
			text-align: right;
		}
	/*  --------- CONTACTO ----------*/









	/*---------  FOOTER ----------*/
		.contiene_datos_footer_azul{
			margin-top: 55px;
		}
		.data_fiscal{
			margin-top: 17px;
		}
		.data_fiscal{
			float: right;
		}
		ul#links_footer li{
			line-height: 25px;
		}	
	/*---------  FOOTER ----------*/


	

}






/*// Large devices (desktops, 992px and up) col-lg*/
@media (min-width: 992px) {

	/*animacion para responsive*/
	*{
		-webkit-transition: width 0.15s ease-in-out;
		-moz-transition: width 0.15s ease-in-out;
		-o-transition: width 0.15s ease-in-out;
		-ms-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}


	


	/*---------  HEADER ----------*/

		#content_rrhh_idiomas{
			top: 0px;
			/*right: 20px;
			width: 230px;
			height: 35px;
			border: 1px solid red;*/
		}

		/*ul#idiomas{
			margin-left: 15px;
			padding-left: 10px;
			border-left: 1px solid #dd0e1c;
		}*/

	



		#main-header{
			padding-top:10px;
			height: 100px;
			/*background-color: green;*/
		}
		#main-menu{
			margin-top: 55px;
			margin-left: 30px;
			/*background: blue;*/
		}
		body {
			margin-top: 100px; /*Es lo que mide el alto del header*/
		}
		#main-logo img{
			width: 100%;
			max-width: 160px;
			padding-top: 10px;
			/*background-color: blue;*/
		}
		.menu_hamburguesa {
			margin-top: 20px;
		}
	/*---------  HEADER ----------*/








	/*--------- CONTACTO ----------*/
		.triangulos_encabezados_interiores.contacto img{
			margin-top: -50px;
		}
		p.bajada_contacto{
			max-width: 300px;
		}
		p.txt_direccion{
			font-size: 2.2rem;
			margin: 15px 0 0 130px;
			/*background-color: blue;*/
		}
	/*--------- CONTACTO ----------*/

	
}






/*// Extra large devices (large desktops, 1200px and up) col-xl */
@media (min-width: 1200px) { 

	/*animacion para responsive*/
	*{
		-webkit-transition: width 0.15s ease-in-out;
		-moz-transition: width 0.15s ease-in-out;
		-o-transition: width 0.15s ease-in-out;
		-ms-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}


	img#img_ppal_home{
		padding: 20px 0 90px 0;
	}



}






