@charset "utf-8";
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura-bold-bt-webfont.woff2') format('woff2'),
         url('../fonts/futura-bold-bt-webfont.woff') format('woff');
    font-weight:500;
    font-style:italic;
	font-display: swap;
}
@font-face {
    font-family: 'swiss_721';
    src: url('../fonts/swiss-721-bold-condensed-bt-webfont.woff2') format('woff2'),
         url('../fonts/swiss-721-bold-condensed-bt-webfont.woff.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/************ 
//--------------------------------
// GENERAL
//-------------------------------
************/
body {
	margin: 175px 0px 0px 0px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	line-height: 1.5em;
	text-align: center;
}

h1.tit {
	font-family: 'futurabold';
	margin-top: 18px;
	font-size: 2.3em;
	text-align: left;
	color:#f5e1a3;
	float: left;
	width: 55%;
}
h1.tit_responsive{
	display: none;
}
h1.subtit {
	font-family: 'swiss_721';
	font-size: 0.875em;
	margin: -19px 0px 0 0;
	text-align: right;
	color:#211915;
	width: 100%;
	padding-right: 30px;
	float: right;
}
h1.subtit_responsive{
	display: none;
}

p {
	margin: 0 0 1.5em 0;
	text-align:justify;
	font-size: 1em;
	font-family: 'swiss_721';
}

img {
	max-width: 100%;
	height: auto;
}


img#slider {
	max-width: 100%;
	height: 300px;
}





/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/ 
  
#main-pluma {
	height: 90px;
	left: 10px;
	top: 5px;
	position: fixed;
	z-index:2;
}
	
#main-header {
	background: #211915;
	color: white;
	height: 60px;
	width: 100%;
	left: 240px;
	padding-right: 220px;
	top: 89px;
	position: fixed;
	z-index:3;
}
	
	#main-header a {
		color: white;
	}
	
	
nav {
	float: right;
	margin-right:0px;
	margin-top: -4px;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-right: 20px;
		overflow:hidden;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 61px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 9px;
				text-decoration: none;
			}
			
				nav ul li a:hover {
					background: #615c4b;
				}

.ini{
background-color:#615c4b;
}
div.btn_menu {
	display: none;
}
/************ 
//------------------------------
// CONTENIDO
//------------------------------
************/

#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 0px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 0px 40px 40px 40px;
		z-index:0;
	}
#contenedor_slider_sombra{
	-webkit-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 14px -15px rgba(0,0,0,0.75);
}
.content {
	margin-top:30px;
}


#ico_ubica{
	position:relative;
	z-index: 2;
}

#ico_mail{
	display: block;
	position:relative;
	z-index: 2;
	height: 120px;
	background-image:url("../images/icos.png");
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 280px;
}
#contenedor_servicios{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width:100%;
	height:60px;
	z-index:2;
	color: #211915;
	font-family: 'swiss_721';
	font-size: 1.5em;

	margin: 0 auto;
	margin-top: 30px;
	line-height: 30px;
	margin-bottom: 100px;
}
#contenedor_24h{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width:100%;
	height:60px;
	z-index:2;
	color: #211915;
	font-family: 'swiss_721';
	font-size: 3em;
	margin: 0 auto;
	margin-top: 60px;
	line-height: 60px;
}
#tit_contenedor_tlfs{
	font-family: 'swiss_721';
	color: #211915;
	font-size: 1.8em;
	line-height: 1.8em;
	border-bottom: 1px solid #211915;
}
#contenedor_telefonos{
	float: left;
	width:100%;
	height:230px;
	z-index:2;
	font-family: 'swiss_721';
	border-bottom: 1px solid #211915;
}

#ico_tlf1 {
	margin: 0 auto;
	position:relative;
	z-index: 1;
	background-image:url("../images/tlf1.png");
	background-repeat:no-repeat;
	background-position:center;
	width:75px;
	height:75px;
	margin-top:-40px;
}
#contenedor_tlf1{
	border:1px solid #eac800;
	background: #211915;
	border-radius:5px;
	float: left;
	width:45%;
	height:140px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	z-index:2;
	text-align:center;
	color: #eac800;
	font-size: 2.6em;
	line-height: 1em;
}
#ico_tlf2 {
	margin: 0 auto;
	position:relative;
	z-index: 1;
	background-image:url("../images/tlf1.png");
	background-repeat:no-repeat;
	background-position:center;
	width:75px;
	height:75px;
	margin-top:-40px;
}
#contenedor_tlf2{
	border:1px solid #eac800;
	background: #211915;
	border-radius:5px;
	float: right;
	width:45%;
	height:140px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
	z-index:2;
	text-align:center;
	color: #eac800;
	font-size: 2.6em;
	line-height: 1em;
}

	#contenedor_24h_responsive{
		display: none;
	}
	#ico_tlf1_responsive {
		display: none;
	}
	#contenedor_tlf1_responsive{
		display: none;
	}
	#ico_tlf2_responsive {
		display: none;
	}
	#contenedor_tlf2_responsive{
		display: none;
	}


/************
//-----------------------------
// MAPA
//-----------------------------
************/
#contenedor_mapa{
	height: 250px;
	position: relative;
	width:100%;
	background-color:#f5e1a3;
	overflow: hidden ;
	z-index:0;
	margin-top:-51px;
	margin-bottom:5px;
}

/*=============FORM_CONTACTO===============
  =========================================== */

 .boxform{
	width: 100%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color:#615c4b;
	padding:5%;
	margin:0 auto;
	display: block;
	margin-top: -60px;
	background-image:url("../images/textura.jpg");
	background-repeat:repeat;
	background-position:center;

}

.labelform{
	margin-bottom:5px;
	color:#211915;
	font-size:1em;
}
.txtform{
	width:98%;
	border:solid 1px #211915;
	font-size:1em;
	padding:1%;
	margin-bottom:5px;
}
.txtformarea{
	display:block;
	width:99%;
	height:190px;
	margin-bottom:5px;
	border:solid 1px #211915;
	font-size:1.125em;
}
.obligatorio{
	color:#211915;
	font-size:0.875em;
	}
.botonesform{
	width:100%;
	height:auto;
	max-width: 700px;
	margin-top:10px;
}
button::-moz-focus-inner { border: 0; } /* Para Firefox */
.chklopd{
	margin: 2px 4px 0px 0px;
}

.botonenviar{
	  border:1px solid #fff;
	  width:40%;
      font-size: 1.4em;
      padding: 1.250em 1.250em;
	  border-radius: 5px;
	  background-color:#211915;
	  color:#ffffff;
 	  display:inline;
	  margin-left:10%;
	font-family: 'swiss_721';
   }

.botonenviar:hover{
	  background-color:#f5e1a3;
    }
.g-recaptcha{
	width:50%;
}
.botonenviar_responsive{
	display: none;
}
/************
//-----------------------------
// PIE PAGINA
//-----------------------------
************/
#main-footer {
	font-family: 'swiss_721';
	background: #211915;
	color: f5e1a3;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: white;
	}

/*================== @MEDIAS ===================
===============================================*/
@media screen and (max-width:1024px) {
h1.subtit {
	display: none;
}h1.tit {
	font-family: 'futurabold';
	margin: 25px 0px 0px 10px;
	font-size: 3em;
	text-align: left;
	color:#f5e1a3;
	float: left;
	width: 80%;
}
h1.subtit_responsive {
	display: block;
	font-family: 'swiss_721';
	font-size: 1em;
	margin: 5px 0px 0px 15px;
	text-align: left;
	color:#eac800;
	width: 80%;
	float: left;
}

	#main-pluma{ display:none; }
	#main-header {
		width: 100%;
		height: 80px;
		left: 10px;
		padding-right: 0px;
		top: 25px;
		position: fixed;
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
		z-index:3;
	} 

	body .nav { font-size: 1.125em; }
	body .botonesform { margin-top:10px; }
	#main-content {
		width: 100%;
	}
	div.btn_menu {
		float: right;
		display:block;
		background-image:url("../images/mnu_mov_blanco50x50.png");
		background-repeat:no-repeat;
		background-position:center;
		width: 100px;
		height: 100px;
		margin-top: -60px;
	}
	div.btn_menu:hover {
		background-image:url(../images/mnu_mov_azul50x50.png);
		background-repeat:no-repeat;
		background-position:center;
		background-color:transparent;
		width:100px;
		height:100px;
	}
	nav {
		background-color: #333333;
		width: 100%;
		position: absolute;
		z-index: -1;
	}
	nav ul li {
		display: none;
		line-height: 50px;
	}
	nav ul li a {
		padding: 0px 20px;
		text-decoration: none;
		border: 0px !important;
	}
	nav.responsive ul{
		position: relative;
		background: #0b76a6;
		margin-top: 100px;
		padding-left:0px;
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	nav.responsive ul li a.opciones {
		background-color: #0b76a6;
	}
	nav.responsive ul li {
		float: none;
		display: inline;
		text-align: left;
	}
	nav.responsive ul li a.ini {
		display: block;
		margin-top:100px;
	}

}

@media screen and (max-width:768px) {
	#main-content {
		margin: 0px auto;
		margin-top: -75px;
	}
	#main-header {
		height: 100px;
		width: 100%;
		left: 0px;
		top: 0px;
		position: fixed;
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
		z-index:3;
	} 
	#main-footer {
	margin-top: 0px;
	}
	h1.tit {
		font-size: 2.7em;
		margin: 30px 0 0 10px;
	}
	h1.subtit_responsive {
		margin: 5px 0px 0px 15px;
	}

	#contenedor_tlf1 {
		font-size: 2.45em;
	}
	#contenedor_tlf2 {
		font-size: 2.45em;
	}

}
@media screen and (max-width:720px) {
	#contenedor_servicios{
		font-size: 1.25em;
	}
	#contenedor_24h{
		font-size: 2.55em;
		margin-top: 40px;
	}
}
@media screen and (max-width:680px) {
	.botonenviar{
		  border:1px solid #fff;
		  width:34%;
		  font-size: 1.2em;
		  padding: 1.5em 1em ;
		  border-radius: 5px;
		  background-color:#211915;
		  color:#fff;
		  display:inline;
		margin-left:13%;
	   }
}

@media screen and (max-width:639px) {
	h1.tit {
		display: none;
	}
	h1.tit_responsive{
		display: block;
		font-family: 'futurabold';
		margin: 15px 0px 0px 10px;
		font-size: 2em;
		text-align: left;
		color:#f5e1a3;
		float: left;
		width: 70%;
		line-height: 1em;

	}
	h1.subtit_responsive {
		margin: -3px 0px 0px 10px;
		width: 70%;
}
	div.btn_menu {
		margin-top: -80px;
	}


	#contenedor_mapa{
		height: 250px;
		position: relative;
		width:100%;
		background-color:#f5e1a3;
		overflow: hidden ;
		z-index:0;
		margin-top:150px;
		margin-bottom:5px;
	}
	.dir{
		font-size: 0.875em;
	}

	#ico_ubica {
		display: none;
	}
	#ico_mail {
		display: none;
	}

	#ico_tlf1 {
		display: none;
	}
	#contenedor_tlf1{
		display: none;
	}
	#ico_tlf2 {
		display: none;
	}	
	#contenedor_tlf2{
		display: none;
	}
	#contenedor_24h{
		font-size: 2.3em;
	}
	#tit_contenedor_tlfs{
		font-size: 1.8em;
	}

	#ico_tlf1_responsive {
		display: block;
		float: left;
		position:relative;
		z-index: 1;
		background-image:url("../images/tlf1.png");
		background-repeat:no-repeat;
		background-position:center;
		width:75px;
		height:75px;
		background-size: 75px 75px;
		margin-top:  -6px;
		margin-left: -55px;

	}
	#contenedor_tlf1_responsive{
		display: block;
		border-radius:5px;
		float: right;
		width:90%;
		height:65px;
		margin-bottom: 25px;
		margin-top: 40px;
		-webkit-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		z-index:2;
		text-align:center;
		font-size: 1.9em;
		line-height: 1em;
		background: #211915;
		color: #eac800;
	}
	#contenedor_tlf1_responsive span{
		line-height: 60px;
	}
	#ico_tlf2_responsive {
		display: block;
		float: left;
		position:relative;
		z-index: 1;
		background-image:url("../images/tlf1.png");
		background-repeat:no-repeat;
		background-position:center;
		width:75px;
		height:75px;
		background-size: 75px 75px;
		margin-top:  -6px;
		margin-left: -55px;
	}
	#contenedor_tlf2_responsive{
		display: block;
		border-radius:5px;
		float: right;
		width:90%;
		height:65px;
		margin-bottom: 25px;
		-webkit-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		box-shadow: 0px 11px 24px -15px rgba(0,0,0,0.75);
		z-index:2;
		text-align:center;
		font-size: 1.9em;
		line-height: 1em;
		background: #211915;
		color: #eac800;
	}
	#contenedor_tlf2_responsive span{
		line-height: 60px;
	}

	.boxform{
		margin-top: 300px;
	}
	.g-recaptcha{
		margin: 0 auto;
		margin-bottom: 10px;
		
	}
	.botonenviar{
		display: none;
	}
	.botonenviar_responsive{
		display: block;
		font-size: 1.55em;
		padding: 1em 0.7em ;
		border-radius: 5px;
		background-color:#211915;
		color:#fff;
		width:100%;
	}
}
@media screen and (max-width:480px) {
	div.btn_menu {
		background-size: 30px 30px;
	}
	div.btn_menu:hover {
		background-size: 30px 30px;
	}
	
	img#slider {
	max-width: 100%;
	height: 230px;
	}
	#ico_tlf1_responsive {
		margin-left: -45px;
	}
	#ico_tlf2_responsive {
		margin-left: -45px;
	}
	
	#contenedor_tlf1_responsive{
		font-size: 1.6em;
		line-height: 1em;
	}
	#contenedor_tlf2_responsive{
		font-size: 1.6em;
		line-height: 1em;
	}
	#main-content .content {
		padding: 10px 10px;
		z-index:0;
	}


}
@media screen and (max-width:420px) {
	h1.tit_responsive{
		font-size: 1.6em;
	}
	h1.subtit_responsive {
		font-size: 0.875em;
	}
	div.btn_menu {
		margin-top: -85px;
		margin-right: -15px;
	}
	img#slider {
		max-width: 100%;
		height: 200px;
	}

	#contenedor_servicios{
		font-size: 1.25em;
		line-height: 1.25;
	}
	#contenedor_24h{
		font-size: 2em;
	}
	#ico_tlf1_responsive {
		margin-left: -40px;
	}
	#ico_tlf2_responsive {
		margin-left: -40px;
	}

}
@media screen and (max-width:380px) {
	img#slider {
		max-width: 100%;
		height: 200px;
	}

	#contenedor_servicios{
		font-size: 1.125em;
		line-height: 1.25;
	}
	#tit_contenedor_tlfs{
		font-family: 'swiss_721';
		color: #211915;
		font-size: 1.5em;
		line-height: 1.8em;
		border-bottom: 1px solid #211915;
	}
	#contenedor_24h{
		font-size: 1.6em;
		margin-bottom: -20px;
	}
}


/*===============errores mail===================
  =========================================== */
.msg{
    color: white;
	border-radius: 2px;
	font-size:12px;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    width: 400px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    color: red;
	font-size:1em;
}
/*============SHADOWING=============
  =========================================== */
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=50);
}
#boxtitle{
	font-family:swiss_721, Verdana, Geneva, sans-serif;
	font-size:1.4em; 
	color:#fff;
	margin-left:10px;
	line-height:30px;
	height:30px;
}
#shadowingprocesando
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#procesando{
	width: 450px;
	min-width: 450px;
	min-height: 180px;
	height: 180px;
	margin-top:10%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	display: none;
	z-index:101;
	overflow: auto;
	background-image:url(../images/cargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#formacceso_estilo{
	width: 470px;
	min-width: 470px;
	min-height: 200px;
	height: auto;
	margin-top:10%;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.9);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.9);
	-o-box-shadow: 10px 10px 10px rgba(0,0,0,.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	border: 10px solid #fff;
	border-radius:20px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	display: none;
	position: fixed;
	z-index:101;
	overflow: auto;
	background-color:#FFF;
}
 /*===========================================
  =========================================== */