@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?');
  src:  url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?') format('woff'),
    url('../fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
	font-size: 22px;
}
.icon-twitter:before {
  content: "\e903";
	font-size: 22px;
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
	font-size: 22px;
}
.icon-youtube:before {
  content: "\e906";
	font-size: 22px;
}
.icon-phone:before {
  content: "\e90d";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-place:before {
  content: "\e907";
}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller/aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller/aller_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller/aller_lt-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: lighter;
}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller/aller_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller/aller_bd-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

*,*:before,*:after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:0;padding:0;outline:none;}
html{overflow-y:scroll; overflow-x:hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,sub,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{color:#333;font-family:'allerregular', Arial, Helvetica, sans-serif; font-size:16px; font-weight:400;margin:0;counter-reset:contador;}
a{color:inherit;background:transparent;text-decoration:none}
a:focus{outline:0}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:700;font-family:'allerbold', Arial, Helvetica, sans-serif}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0;line-height:0}
img{width:100%}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
.clear{clear:both}
[class^="show"]{display: none}
a,button,a:after,button:after,a:before,button:before,input[type="submit"],button[type="submit"],input[type="reset"],button[type="reset"]{
	transition: all 0.3s ease-in-out;
	-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;
}
a:hover,a:after,button:after,a:before,button:before,button:hover,input[type="submit"]:hover,button[type="submit"]:hover,input[type="reset"]:hover,button[type="reset"]:hover{
	-webkit-transform: opacity(1);
	-moz-transform: opacity(1);
	-ms-transform: opacity(1);
	-o-transform: opacity(1);
	transform: opacity(1)
}
/****************************
COLUMNAS
****************************/
[class^=col-]{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	display:inline-block;
	margin:0 -2px;
	vertical-align:top;
}

.col-xl-1 {width: 8.33333%;}
.col-xl-2 {width: 16.666%;}
.col-xl-3 {width: 25%;}
.col-xl-4 {width: 33.33%;}
.col-xl-5 {width: 41.66667%;}
.col-xl-5-1 {width: 20%;}
.col-xl-6 {width: 50%;}
.col-xl-7 {width: 58.33333%;}
.col-xl-8 {width: 66.66667%;}
.col-xl-9 {width: 75%;}
.col-xl-10 {width: 83.33333%;}
.col-xl-11 {width: 91.66667%;}
.col-xl-12 {
	width: 100%;
	margin: 0;
}

/**************************************
MENU PRINCIPAL
**************************************/
nav{
	display:block;
	width:100%;
}

nav ul{
	text-align:right;
	list-style:none;
}

nav ul li{
	border-left:1px solid #999;
	display:inline-block;
	margin:0 -2px;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

nav ul li:first-child{
	border-left:0;
}

nav ul li a:link{
	outline:none;
}

nav ul li > a{
	color:#333;
	display:block;
	font-size:0.9em;
	padding:10px 15px;
	position:relative;
}

nav ul li .children {
    width: 180px;
    display: none;
    position: absolute;
    z-index: 1000;
}

nav ul li .children li {
    background:#fafafa;
    border: 0;
    border-top:1px solid #ddd;
	color:#333;
    display: block;
	margin:0;
	width:103%;
}

nav ul li .children li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    font-size: 1em;
    text-align: left;
    padding: 15px;
}

nav ul li:hover .children {
    display: block;
}

nav ul li .children2 {
    width: 180px;
    display: none;
	float:none;
    position: absolute;
    z-index: 1000;
	left:185px;
	top:0;
}

nav ul li .children2 li {
    background:#f0f0f0;
    border: 0;
    border-top:1px solid #ddd;
	color:#333;
    display: block;
	margin:0;
    overflow: hidden;
	width:103%;
}

nav ul li .children2 li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    font-size: 0.9em;
    text-align: left;
    padding: 15px;
}

nav ul li:hover .children li:hover .children2 {
    display: block;
}

.menu_bar{
	display:none
}
.bt-m{
	display:none !important;
}
.cerrar{
	display:none;
}
/**************************************
MENU SECCIONES
**************************************/
#pull{
	display:none;
}

.menu_categorias{
	list-style:none;
	width:100%;

}
.menu_categorias li {
	background:rgba(0,0,0,0.2);
	color: #333;
}
.menu_categorias li a {
	border-bottom:1px solid #444;
	color: #fff;
	display:block;
	font-size:1em;
	padding:15px 15px 15px 30px;
	position:relative;
}
.menu_categorias li a:before {
	border-left: 6px solid #f58426;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content:'';
	left:15px;
	position:absolute;
	top:22px;
}

.menu_categorias li a:hover,
.activo{
	background:rgba(50,50,50,1);
	color: #FFF !important;
}
.seleccionado {
	background: #F10033;
	color: #FFF !important;
}

.menu_categorias li a:hover {
	color: #FFF;
}

/**************************************
GENERALES
**************************************/
.contenedor {
	width: 1280px;
	margin: 0 auto;
}

.Cont50-left{
	width: 640px;
	margin-right: 0;
	margin-left: auto;
}

.Cont50-right{
	width: 640px;
	margin-right: auto;
	margin-left: 0;
}

/**************************************
HEADER
**************************************/
header{
	background: #fff;
    color: #000;
    text-align: right;
    line-height: 0;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header figure {
    /*max-width: 40px;*/
    display: inline-block;
    float: left;
}

header figure a {
    padding: 5px 0px;
}

header ul{
	list-style: none;
	display: inline-block;
}

header ul:after{
	content: '';
	display: block;
	clear: both;
}

header li{
	float: left;
	margin-top: 10px;
}

header a{
	display: block;
	padding: 23px 12px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-facebook{background:#3b5998;}
.icon-twitter{background:#55acee;}
.icon-youtube{background:#ff0000;}
.icon-linkedin{background:#007bb5;}
.icon-instagram{background:#bc2a8d;}


/**************************************
INDEX
**************************************/
#liquid figure img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	max-width: 200px;
	margin: 0 auto 1em;
}

.H-Examenes{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	min-height: 600px;
}

.H-Examenes:before{
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.H-Examenes > div{
	position: relative;
	z-index: 5;
}

.E-Nav{
	list-style: none;
	margin: 30px 0;
}

.E-Nav li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 0 -2px;
}

.E-Nav li a{
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.25em;
}

.E-Nav li a.Active{
	background: rgba(255,255,255,0.5);
	color: #6b1a1f;
}

.H-Examenes h2{
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: #faae1a;
	font-size: 2em;
}

.H-Examenes h3{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.H-Examenes h3:before,
.H-Examenes h3:after{
	content: '■';
	display: inline-block;
	vertical-align: middle;
	color: #faae1a;
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 0.65em;
}

.H-Examenes h4{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.E-Slider b,
.E-Slider strong{
	color: #faae1a;
}

.H-Examenes .slick-dots li button:before{
	color: #fff !important;
}

.H-Fechas{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-top: 30px;
	height: 120px;
}

.H-Fechas h2{
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #faae1a;
	font-size: 2em;
}

.H-Fechas h4{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.H-Fechas table{
	width: 100%;
	border-collapse: separate;
    border-spacing: 30px 0px;
    margin: 30px 0;
}

.H-Fechas table th,
.H-Fechas table td{
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 15px 5px;
}

.H-Fechas table tr:first-child th:first-child,
.H-Fechas table tr:first-child td:first-child{
	background: #faae1a;
}

.H-Fechas table td:first-child{
	background: #6b1a1f;
	color: #fff;
}

.H-Fechas table th,
.H-Fechas table tr:first-child td{
	border-top-width: 1px;
}

.H-Fechas table tr:last-child td{
	border-bottom-width: 1px;
}

.H-Fechas table th,
.H-Fechas table tr:first-child td{
	background: #a2a2a2;
	color: #fff;
}

.H-FechaBefore{
	display: none;
}

.H-Enlaces{
	position: relative;
	z-index: 5;
}

.H-Enlaces a:first-child{
	background: #6b1a1f;
}

.H-Enlaces a{
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	margin: 0 5px;
	background: #faae1a;
}

.H-Fechas > figure{
	position: relative;
	margin-top: -10%;
	z-index: 1;
}

.H-Contacto{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0px 50px;
	color: #fff;
	background-color: #7A2531;
}

.H-Contacto h2{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2em;
}

.H-Contacto h3{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 1.25em;
	margin-bottom: 1.5em;
}

.H-Contacto > div > div{
	margin: 0 auto 20px;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.75);
	padding: 10px 15px;
	display: block;
	max-width: 500px;
	position: relative;
}

.H-Contacto > div > div:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 100%;
	background: #faae1a;
}

.H-Contacto > div > div:after{
	content: '';
	position: absolute;
	left: 130px;
	top: 50%;
	margin-top: -10px;
	border-color: transparent;
	border-left-color: #faae1a;
	border-width: 10px 0px 10px 10px;
	border-style: solid;
}

.H-Contacto > div > div > span{
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 0;
	width: 130px;
	text-align: center;
}

.H-Contacto > div > div > div{
	padding-left: 140px;
}

.H-Contacto form > div{
	margin-bottom: 10px;
}

.H-Contacto form input{
	width: 100%;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.75);
	padding: 10px 15px;
	color: #fff;
}

.H-Contacto form input[type="checkbox"]{
	display: none;
	visibility: hidden;
}

.H-Contacto form input[type="checkbox"] + label{
	display: block;
	/*font-size: 0.75em;*/
	position: relative;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.H-Contacto form input[type="checkbox"] + label:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 5px 0px;
	width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.75);
}

.H-Contacto form input[type="checkbox"] + label:after{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 5px;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.H-Contacto form input[type="checkbox"]:checked + label:after{
	background: rgba(255,255,255,1);
}

.H-Contacto form ::-webkit-input-placeholder {
	color: #fff;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.H-Contacto form ::-moz-placeholder {
	color: #fff;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.H-Contacto form :-ms-input-placeholder {
	color: #fff;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.H-Contacto form :-moz-placeholder {
	color: #fff;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.Select{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0;
	background: rgba(0,0,0,0.3);
	padding-left: 15px;
	border: 1px solid rgba(255,255,255,0.75);
}

.Select:after{
	content: '▾';
	font-size: 1.15em;
	position: absolute;
	right: 0;
	color: #fff;
	top: 50%;
	line-height: 0;
	padding: 0px 10px;
	z-index: 1;
}

.Select select{
	background: transparent;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 2;
	appearance:none;
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.Select option{
    color:#333;
}

.Btn-Enviar{
	text-align: right;
}

.H-Contacto form span{
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
}

.Btn-Enviar button{
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	background: #ea4e3d;
	border: 0;
}

/**************************************
AVISO DE PRIVACIDAD
**************************************/
.Aviso p{
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.Aviso a{
	color: #333;
}

.Aviso ul{
	list-style: none;
	margin-bottom: 1em;
}

.Aviso ul li{
	font-weight: 700;
}

/**************************************
ERROR 404
**************************************/
.E404{
	display:block;
	margin:30px auto;
	text-align:center;
	max-width:600px;
	border:1px #ccc solid;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
	background:rgba(250,250,250,1);
	background:-moz-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(250,250,250,1)),color-stop(100%,rgba(238,238,238,1)));
	background:-webkit-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-o-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:-ms-linear-gradient(top,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	background:linear-gradient(to bottom,rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eeeeee',GradientType=0)
}

.E404 h1{
}

.E404 h2{
}

.E404 figure{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:center
}

.E404 figure img{
	max-width:250px;
	display:inline-block;
	/*mix-blend-mode:multiply*/
}

/**************************************
FOOTER
**************************************/
footer{
	background:#646464;
	color:#fff;
	font-family:'aller_lightregular',Arial,Helvetica,sans-serif;
	font-size:0.8em;
	width:100%;
}

footer .legalesFooter{
	background:#484848;
	padding:10px 0;
}

footer .contenedor div{
	display:inline-block;
}

.datosFooter .contenedor{
	display:table
}
.datosFooter .contenedor div,
.datosFooter .contenedor .mailFooter{
	padding-left:50px;
	position:relative;
	display:table-cell;
	height:50px;
	vertical-align:middle;
}

.datosFooter ::before{
	font-family:'icomoon';
	position:absolute;
	left:-10px;
	top:0;
	height:100%;
	padding:15px;
	font-size:1.5em;
}

.direccionFooter{
	width:50%;
}

.mailFooter,
.telefonoFooter{
	width:24%;
}

.direccionFooter:before{
	content:"\e907";
	background:#faae1a;
}

.mailFooter:before{
	content:"\e90e";
	background:#7a2531;
}

.telefonoFooter:before{
	content:"\e90d";
	background:#faae1a;
}

.legalesFooter p:first-child{
	width:74%;
	display:inline-block;
}

.legalesFooter p:last-child{
	text-align:right;
	width:25%;
	display:inline-block;
}
