@charset "utf-8";
      /************ 
//--------------------------------
// GENERAL
//-------------------------------
************/
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 80px;
	text-align: center;
}

h1 {
	font-size: 2.3em;
    line-height: 1.3em;
	margin: 5px 0;
	text-align: left;
	font-weight: 300;
	color:#0b76a6;
}
h1.tit {
	font-size: 2.3em;
    line-height: 1.3em;
	margin: 7px 0;
	text-align: left;
	font-weight: 300;
	color:#fff;
}
h2 {
	font-size: 1.125em;
    line-height: 0em;
	margin: 0px 0;
	text-align: left;
	font-weight: 300;
	color:#999;
}

p {
	margin: 0 0 1.5em 0;
	text-align:justify;
}

img {
	max-width: 100%;
	height: auto;
}

.mobi{
	display:none;
}
/************ 
//-------------------------------
// MODAL COVID-19 CORONAVIRUS
//-------------------------------
************/
.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	z-index: 499;
	
	animation: modal 2s;
	animation-delay: 0s;
	animation-fill-mode: forwards; /*le decimos a la animación que se pare en el último fotograma, para que no desaparezca la ventana modal*/
	visibility: hidden;
	opacity:  0;
}
.contenido{
	width: 60%;
	height: auto;
	margin: auto;
	background:  rgba(255,255,255,0.9);
	border-radius: 10px;
}
#cerrar{
	display: none;
}
#cerrar + label {/* con el signo más seleccionamos el tag seguido al tag cerrar del html*/
	position:fixed;
	top: 20px;
	right: 20px;
	z-index: 500;
	height: 96px;
	width: 96px;
	cursor: pointer;
	background-image:url("../images/ico_cerrar.png");
	
	animation: modal 2s 0s forwards;/*igual que en la animación del modal pero metodo abreviado*/
	visibility: hidden;
	opacity:  0;
}
#cerrar:checked + label, #cerrar:checked ~.modal { /*Cuando el checkbox cerrar sea true selecionamos el input label y el div modal del html*/
	display: none;
}
@keyframes modal {
	100%{
	visibility: visible;
	opacity:  1;		
	}
}
/************ 
//-------------------------------
// FIN MODAL
//-------------------------------
************/



/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-pluma {
	height: 90px;
	left: 10px;
	top: 5px;
	position: fixed;
	z-index:2;
}
	
#main-header {
	background: #333;
	color: white;
	height: 80px;
	width: 95%;
	left: 110px;
	top: 25px;
	position: fixed;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	z-index:3;
}
	
	#main-header a {
		color: white;
	}
	
	
/*
 * Logo
 */
#logo-header {
	float: left;
	text-decoration: none;
	margin-left:15px;
}
#logo-header:hover h2 {
	color: #0b76a6;
}	

/*
 * Navegaci�n
 */
nav {
	float: right;
	margin-right:40px;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-right: 20px;
		overflow:hidden;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 9px;
				text-decoration: none;
			}
			
				nav ul li a:hover {
					background: #0b76a6;
				}

					nav ul li.icono {
						display: none;
					}	


.ini{
background-color:#0b76a6;
}
/************ 
//------------------------------
// CONTENIDO
//------------------------------
************/
.pc{
	margin-bottom:50px;
	}
#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 60px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 40px;
		z-index:0;
	}
	
#titulos h1 {
	border-bottom:3px solid #0b76a6;
	text-align:left;
	-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);
	margin-bottom:20px;
}
#contenedor_separador {
	text-align:center;
	margin-top:100px;
	z-index:0;
}

#linea_azul {
	height:3px;
	background-color:#0b76a6;
	-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:1;
}
#icos {
	margin-top:-56px;
	position:relative;
	z-index: 2;
}
#contenedor_separador2 {
	text-align:center;
	margin-top:100px;
	z-index:0;
}

#linea_azul2{
	margin:0 auto;
	height:3px;
	width:100%;
	background-color:#0b76a6;
	-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:1;
}
#icos2 {
	margin-top:-70px;
	position:relative;
	z-index: 2;
}
#contenedor_tlf {
	width:100%;
	height:90px;
	-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:1;
}
#ico_tlf {
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	background-color:#0b76a6;
	z-index: 2;
	width:14%;
	height:90px;
	text-align:center;
	background: rgba(127,190,219,1);
	background: -moz-linear-gradient(top, rgba(127,190,219,1) 0%, rgba(70,125,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,190,219,1)), color-stop(100%, rgba(70,125,153,1)));
	background: -webkit-linear-gradient(top, rgba(127,190,219,1) 0%, rgba(70,125,153,1) 100%);
	background: -o-linear-gradient(top, rgba(127,190,219,1) 0%, rgba(70,125,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(127,190,219,1) 0%, rgba(70,125,153,1) 100%);
	background: linear-gradient(to bottom, rgba(127,190,219,1) 0%, rgba(70,125,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbedb', endColorstr='#467d99', GradientType=0 );
	float:left;
	}
#num_tlf {
	border:3px solid #467e99;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	background-color:rgba(127,190,219,1);
	z-index:1;
	width:85%;
	height:84px;
	text-align:center;
	float:left;
	line-height:85px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 1.8em;
	max-width: 84%;
}

/************
//-----------------------------
// MAPA
//-----------------------------
************/
#contenedor_mapa{
	height: 250px;
	position: relative;
	width:100%;
	background-color:#0b76a6;
	overflow: hidden ;
	z-index:0;
	margin-top:-51px;
	margin-bottom:30px;
}

/*=============FORM_CONTACTO===============
  =========================================== */

 .boxform{
	width: 90%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color:#C5D5DC;
	padding:5%;
	margin:0 auto;
	margin-top:-80px;
}

.labelform{
	margin-bottom:5px;
	color:#0b76a6;
	font-size:1em;
}
.txtform{
	width:98%;
	border:solid 1px #0b76a6;
	font-size:1em;
	padding:1%;
	margin-bottom:5px;
}
.txtformarea{
	display:block;
	width:99.5%;
	height:190px;
	margin-bottom:5px;
	border:solid 1px #0b76a6;
	font-size:1.2em;
}
.obligatorio{
	color:#0b76a6;
	font-size:0.875em;
	}
.botonesform{
	width:100%;
	height:auto;
	max-width: 700px;
	margin-top:10px;
}
button::-moz-focus-inner { border: 0; } /* Para Firefox */

.botonenviar{
	  border:1px solid #fff;
	  width:40%;
      font-size: 1.4em;
      padding: 1.125em 1.125em;
	  border-radius: 5px;
	  background-color:#0b76a6;
	  color:#fff;
 	  display:inline;
	margin-left:10%;
   }

.botonenviar:hover{
	  background-color:#2B92C0;
    }
.g-recaptcha{
	width:50%;
}
/************
//-----------------------------
// PIE PAGINA
//-----------------------------
************/
#main-footer {
	background: #333;
	color: white;
	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.tit {
	margin: 12px 0;
}
.mobi{
	display:inline-table;
	font-size:1.5em;
}
.pc{
	display:none;
}

#main-pluma{ display:none; }
#main-header {
	background: #333;
	color: white;
	height: 100px;
	width: 100%;
	min-width:750px;
	left: 10px;
	top: 25px;
	position: fixed;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	z-index:3;
} 
  
body { min-width:750px; }
body .nav { font-size: 1.6em; }
body .botonesform { margin-top:10px; }
body .botonenviar { font-size: 1.6em; padding: 0.875em 0.875em;}
	
nav {margin-right:0px;}

nav ul li {display: none;}
nav ul li.icono {
    float: right;
    display: inline-block;
	background-image:url(../images/mnu_mov_blanco50x50.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100px;
	height:100px;
}
  
nav ul li a {
	display: block;
	padding: 0 0px;
	text-decoration: none;
}

nav ul li.icono a:hover {
	background-image:url(../images/mnu_mov_azul50x50.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	width:100px;
	height:100px;
}
	
  
nav.responsive ul{
	position: relative;
	background: #222;
	padding-left:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
nav.responsive ul li.icono {
    float: right;
    display: inline-block;
	border:0px solid #0b76a6;
}
nav.responsive ul li {
    float: none;
    display: inline;
}
nav.responsive ul li a.ini {
    display: block;
	margin-top:100px;
}
nav.responsive ul li a {
	font-size:1.4em;
	border-bottom:1px solid #999;
}


}

/*===============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:open_sanssemibold, Verdana, Geneva, sans-serif;
	font-size:16px; 
	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: 450px;
	min-width: 450px;
	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;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	display: none;
	position: fixed;
	z-index:101;
	overflow: auto;
	background-color:#FFF;
}
 /*===========================================
  =========================================== */