﻿/***** Cuerpo *******/ 

* {
  box-sizing:border-box;
	font-family: Helvetica;
}
body {
  margin:0;
  padding:0;
/*  background-color: #A5A4FF;*/
 /* overflow-y: scroll;
  overflow-x: hidden;
 */
background: #e2e2e2;
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219, 219, 219, 1) 30%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 30%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 30%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
background-attachment:fixed;
background-repeat: no-repeat;
min-height: 700px;
}



a {
  text-decoration:none;
}
/********************\
  --Layout ☰
\********************/

/*Damos estilos al men�*/
.nav {
  position:absolute;
  width:20%;
  height:100vh;
  top:0;
  left:-100%; /*Ocultamos el men� en la parte izquierda para que no se vea a menos que pulsemos sobre la hamburguesa*/
  padding-top:47px;
  
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #217093 60%, #519ad5 90%, #519ad5 100%);
  background: -webkit-linear-gradient(top, #217093 60%,#519ad5 90%,#519ad5 100%);
  background: linear-gradient(to bottom, #217093 60%,#519ad5 90%,#519ad5 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#0070b1',GradientType=0 );
  
/*  background-color: #7670FF;*/
  border-right:4px solid #2D325F /* rgba(114, 126, 3, 1) linea sombra*/ ;
  transition:all .5s ease; /*Damos a la caja del men� una transici�n para que tenga un desplazamiento suave*/
}
   /*Estilos de los li del men�*/
   .nav__item {
     display:block;
     margin:4 auto;
     //line-height:2;
     position:relative; /*Le damos una posici�n relativa para posteriormente a�adirle el triangulo que indica que se est� en la p�gina actual del men�*/
     border-bottom:.5px solid #e5e5e5;
/*     border-top:.5px solid rgba(59, 62, 61, 1);*/
     background-color:transparent;
	 font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
     text-align: left;
	 margin-left:2px;
	 //font-size:140%;
	 vertical-align:central;
 	 color: #fff;
   }
    .checkbox:checked ~ .menu-toogle { 
		left:13.5%;
}
@media screen and (max-width:750px){
	.nav__item{
		font-size: 18px
	}
	.nav {
		width: 40%;
	}
    .checkbox:checked ~ .menu-toogle { 
		left:20%;
}
}

       /*Damos colocamos el triangulo negro a la pesta�a del men� d�nde nos encontramos actualmente*/
       .current:before {
          content:"";
          width:0;
          height:0;
          position:absolute; /*Le damos al before una posici�n absoluta relativa al li que lo contiene*/
          border-top:17px solid transparent;
          border-left:15px solid #FCFCFC; /* flecha del menu*/
          border-bottom:17px solid transparent;
          top:0px;
          right:-15px; /*Lo posicionamos -15px a la derecha de su contenedor*/
          z-index:4; /*le otorgamos un z-index alto para que se posicione arriba de otros elementeos*/
       }
      /*Colocamos el borde verde al triangulo por medio de otro trangulo verde*/
      .current:after {
          content:"";
          width:0;
          height:0;
          position:absolute;/*Le damos al after una posici�n absoluta relativa al li que lo contiene*/
          border-top:16.5px solid transparent;
          border-left:13px solid #2D325F/*rgba(114, 126, 3, 1) sombra de la flecha*/;
          border-bottom:17px solid transparent;
          top:.5px;
          right:-21px;
          z-index:1;  /*le otorgamos un z-index bajo para que se posicione debajo del trinagulo negro*/
      }
  /*Estos son los estilos de la hamburguesa del men� que abre y cierra el mismo*/
  .menu-toogle {
    position:absolute; /*Lo posicionamos absolutamente para poder darle una posici�n y poder moverlo seg�n el men� est� abierto o cerrado*/
    width: 80px;
    line-height:1.1;
    text-align:center;
    top:6.5px; /*Le damos una posicion top y left en donde queramos que se encuentre la hamburguesa del menu*/
	left: 8px; 
	border-radius:3px;
	background-color: #81ac47; /* fondo icono menu pal*/
	transition: all .5s ease; /*A�adimos una transici�n para que realice un desplazamineto suave*/
    z-index:10;
  }
    /*A�adimos la haburguesa y le damos unos estilos*/
    .menu-toogle::before {
      content:"☰";
      font-size:42px;
      color:white;
    }

/* Le damos unos estilos al contenedor principal*/
.main-w {
  width:100%;
  height:100vh;
  transition: all .5s ease;
}   
    .header-w figure {
      width:100%;
      height:130px;
      text-align:center;
      position:relative;
	  margin-top:0px;
	  margin-bottom:15px;
    }
        .header-w figure:before {
          content:"O";
          width:15px;
          height:15px;
          position:absolute;
          background-color: #8E97F8;
          border-radius:100%;
          color: #349B8C;
          font-size:120%;
          font-weight:bolder;
          font-family:verdana;
          left:38vw;
          top:9vw;     
        }
        .header-w figure:after {
          content:"O";
          width:15px;
          height:15px;
          position:absolute;
          background-color:white;
          border-radius:100%;
          color: #0D4E10;
          font-size:120%;
          font-weight:bolder;
          font-family:verdana;
          left:55.8vw;
          top:9vw; 
		  margin-top:0px;
        }
    .featured-img {
      margin:3em 6vw 0 0;
      border:4px solid white;
      border-radius:100%;
	  margin-top:0px;
	  margin-bottom:0px;
    }
		@media only screen and (max-width: 980px) {
		.featured-img {
			width: 35%; }
		.logo-img {
			width:35%	}
		.header-w__title {
			margin-top:10px;	} 
		.paragraph {
			font-size:26px;
			margin:0px;
			}
	    .header-w figure {
			margin-bottom:20px; }
		
		.logo-emp {
			width: 350px !important;
			}
		}
			
		@media screen and (min-width: 981px) {
		.featured-img {
			width: 180px;
			height:180px;}
		.logo-img {
			width:20%;	}
		.logo-emp {
			width:30%;	
			}
		.header-w__title{
			margin-top:0px !important;
		} 
		.paragraph {
			font-size:16px; 
			}
	    .header-w figure {
	   	  margin-bottom:10px; }

		}

	
	.logo-img {
      margin:0;
      border:1px solid white;
      border-radius:10%;
    }

	.logo-emp {
      margin:0;
      border:1px solid white;
      border-radius:10%;
    }


    .header-w__description {
      width:100%;
      height:auto;
      margin:0 auto;
      padding:1em;
      line-height:2;
      text-align:center;
      color:rgba(33, 36, 8, 1);
	  margin-top:0px;
    }
        .header-w__title
        {
          font-size:300%;
          font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		  font-weight:normal;
          margin:0px;
		  color:#0070b1;
		  text-shadow: -5px -5px 10px #A9B0FF;
        }
        .header-w__title2 {
          font-size:250%;
          font-family:Lobster;
          margin:0;
        }
    .paragraph {
      width:80%;
      margin:0 auto;
      text-align:center;
      font-family:'Source Sans Pro', sans-serif;
    }

    /*Estos son los estilos que le dan la funcionalidad al men�*/
    /*El checkbox seg�n est� activado o no har� que el men� aparezca o desaparezca*/
    .checkbox {
      display:none; /*Ocultamos el checkbox pues no nos interesa que se vea*/
    }
    .checkbox:checked ~ .nav {
      left:0px; /*Le quitamos el left negativo para que el men� vuelva a su posici�n original*/
      position:fixed; /* Fijamos el men� lateral para que se desplace cuando hagamos scroll*/
    }
    .checkbox:checked ~ .main-w {
      margin-left:30%; /*Cuando el checkbox asigna un margen al contenedor principal para que se desplace junto con el men�*/
    }
    .checkbox:checked ~ .menu-toogle { 
      position:fixed; /*Fijamos la hamburgues para que se desplace junto con el men�*/
    }


	.pclase {
		background: #0C77BB;
		border: #989898 solid;
		border-width: 0.2px;
		border-radius: 10px;
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
		text-align: center;
		color: rgba(255,255,255,1); }
		@media (max-width: 980px) and (min-width: 300px) {
		.pclase {
			font-size: 36px; 
			width: 85%;} }
			
		@media (min-width: 981px) {
		.pclase {
		font-size: 15px;  
		width: 70%;} }



/***** Campos ***/
input[type=number] {
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-align: right;
}



input[type=date] {
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;

}

input[type=text]{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type=check]{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	width:50px;
}

input[type=password]{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	color:#5C5C5C;
	background: #fff;
}

textarea{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type=email]{
    padding: 4px 4px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type=tel]{
  -moz-border-radius: 8px;
    padding: 8px 8px ;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

input:focus {
    border: 2px solid #555;
	background-color: lightgreen;
}
textarea:focus {
    border: 2px solid #555;
	background-color: lightgreen;
}
select:focus {
    border: 2px solid #555;
	background-color: lightgreen;
}

.campo{
	width: 130px;
}

.divi1 {
	width: 100%;
	 margin-right: 32px;
}

.divi2 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.botones {
    width: 60%;
    background-color:#217093;
    color: white;
    padding: 10px 15px ;
    margin: 20px 0px 10px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.botones:hover{
	background-color:#14455A;
}


#info_pag {
background:transparent url(images/logoheader.PNG) no-repeat;
position: fixed;
overflow:hidden;

}


#nav ul{
	list-style:none;
	float:left;
	margin:0;
	padding:7px;
	width:100%;
}

#nav ul a
{
	margin-left:0px;
	display:block;
	padding:0px;
}

#nav ul li
{
	position:relate;
	float:left;
	margin:0;
	padding:0;
}

#nav ul li:hover
{
	background: #216dff;
}

#nav ul ul
{
	display:none;
	position:absolute;
	list-style:none;
	background: #81ac47;
	padding:0px;
	left:70%;
	z-index: 100;
	border-radius: 2px;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	color:#1B2968;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	width:300px;
}

#nav ul ul li
{
	float:none;
}

#nav ul ul a
{
	line-height:120%;
	padding:10px 15px;
	color: #fff;
	padding: 2px;
}

#nav ul ul ul
{
	top:0;
	left:100%
}

#nav ul li:hover > ul
{
	display:block
}

.userbox {
	float:right;
	width:auto;
	border-radius: 2px;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	background-color:#217093;
/*	border-width:2px; */
	margin-right:10px;
	margin-top:5px;
	height: 35px;
	text-align:center;
	vertical-align:central;
	color:#FFFFFF;
	font-weight:bold;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position:absolute;
	right: 0px;
	top: 0px;
}

button, input, select, textarea {
  font-family : Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
  font-size   : 11px;
}

label, h1, h2, h3 {
	font-family : Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	color: #00218C;
}

h1, h2, h3 {
	color: #00218C;
	text-shadow: 1px 1px 1px #696;
}

label {
	font-size: 12px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;	
}

@media only screen and (max-width: 783px) {
.icon_men{
	width: 30px;}
}

@media only screen and (min-width: 784px) {
	.icon_men {
		width: 15%
	}
}

.grid {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr;
	grid-template-rows: 2fr;

	}
.comandos{
	position:fixed;
	bottom:0px;
	width: 90%;
}
.etiqueta{
	margin-top: 0px;
	font-size: 11px;
	background1: #FFFFFF;
	color: #000;
	width1: 150px;
	margin-bottom1: -10px;
	z-index: 200px;
}

.campo {
	margin-top: -3px !important;
	vertical-align: top;
	grid-column:8;
	justify-content: center;
}
.caja {
	width: 25%;
	max-width: 50%;
	float: left;
}

.cbusqueda {
	width: 80%;	
	left: 10%;
}

@media screen and (max-width:784px){
.campo {
	width: 180px;
	max-width: 100%;
	font-size: 18px;}
.etiqueta{
	font-size: 14px;
	margin-top: 0px;
}
.caja{
	width: 50%;
	}
.botones{
	font-size: 15px;	
	width: 90%;
	}
.comandos{
	width1: 95%;
	}
	
.cbusqueda{
		width:100%;
		left:0%;
	}
}
	
.circular { width: 150px; 
	height: 150px; 
	border-radius: 150px; 
	-webkit-border-radius: 150px; 
	-moz-border-radius: 150px;  
	box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
	margin:auto;
}

@media only screen and (max-width: 700px) {
		video {
		max-width: 100%;
		}
}

.efect_chk {
display: none;
}
.efectlb_chk {
padding-left: 1.25em;
background: url('https://s3-eu-west-1.amazonaws.com/static.oscargascon.es/wp-content/media/check-radio-sprites.png') no-repeat top left;
font-size: 18px;
margin-left: 5px;
}
input[type="radio"] + label{
background-position: 0 -42px; width: 24px; height: 24px;
}
input[type="radio"]:checked + label{
background-position: 0 -71px; width: 24px; height: 24px;
}
.efect_chk + label{
background-position: 0 0; width: 16px; height: 16px;
}
.efect_chk:checked + label{
background-position: 0 -21px; width: 16px; height: 16px;
}
/* Tabs ******/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 1px solid #ccc;
  border-top: none;
}

.modulos{
	position:fixed;
	top:43px;
  	width: 300px;
  	height: 125px;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	background-color:#217093;
  	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  	animation-name: example;
  	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	right: -270px;
	z-index: 3;
	color: #fff; 
	text-shadow: -5px -5px 5px #aaa;
}

@-webkit-keyframes modulos_up {
  from {background-color: #C7E0E5;}
  to {background-color: #217093;
	margin-right:280px;}
}
/* Standard syntax */
@keyframes  modulos_up {
  from {background-color: #C7E0E5;}
  to {background-color: #217093;
	margin-right:280px;}
}

@-webkit-keyframes modulos_dw {
  from {background-color: #C7E0E5;}
  to {background-color: #217093;
	margin-right:-10px;}
}
/* Standard syntax */
@keyframes  modulos_dw {
  from {background-color: #C7E0E5;}
  to {background-color: #217093;
	margin-right:10px;}
}


.modul_bt {
	width: 50px;
	margin:0px;
}


.capa_f {
	position: fixed;
	z-index: 100;
	margin-left1:65%; /*Con este margen posicionamos el div donde queramos*/
	background-color:rgb(100,100,100);
/*	opacity:0.6; /* Opacidad 60% */
	width:100%;
	height:100%;
	top: 0px;
	left:0px;
	visibility1: hidden;
}

.info{
		font-weight: bold;
		text-decoration: underline;
	}

.fact1 {
		font-size: 14px;
		display: grid;
    	background-color: #ffffff;
    	color: #333;
    	grid-gap: 1px;
    	grid-template-columns: 2fr 1.5fr 4fr 1.7fr;
		grid-auto-rows: 40px;
		max-width: 800px;
		margin: auto;
	}

.headfact{
		border-style1: outset;
		border-width: 0px;
		border-color: gray;
		background-color:#519ce8;
		color:#ffff;
		}


    .fact_imp {
      font-size: 14px;
      display: grid;
        background-color: #ffffff;
        color: #333;
        grid-gap: 1px;
        grid-template-columns: 2fr 1.5fr 1.5fr 1.7fr 1.7fr;
      grid-auto-rows: 40px;
      max-width: 800px;
      margin: auto;
    }


    .fact_vcli {
      font-size: 14px;
      display: grid;
      background-color: #ffffff;
      color: #333;
      grid-gap: 1px;
      grid-template-columns: 1.5fr 1.5fr 2fr 1.5fr 1.5fr 1.5fr;
      grid-auto-rows: 40px;
      max-width: 800px;
      margin: auto;
    }