
/*****************************************************
*** header ***
*****************************************************/
/*header.header-new {position: absolute;top:0;width:100%;padding-top:1rem;padding-bottom:1rem;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(45%, rgba(0,0,0,0.5)), color-stop(46%, rgba(0,0,0,0.49)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	z-index:3;
}
header.header-new {
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.49) 46%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(45%, rgba(0,0,0,0.7)), color-stop(46%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}*/

header.header-new {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(0,0,0,0.6)), color-stop(46%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 43%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 3;
}
	
  header.header-new .container-header-1 > a{position: relative; z-index:2}
  header.header-new .logo {}
  header.header-new .logo img{max-width:120px;}
  div.velo {display: none;}
/*IDIOMA*/
.idiomaNew::-ms-expand { display: none;}
.idiomaNew {
    text-align-last:center;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: medium none;
    border-radius:0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float:right;
    padding:0 0 0 5px;
    background:rgba(0,0,0,0);
    font-size:16px;
    text-align: left;
    margin:0 10px;
	  position: relative;
	  z-index: 2;
}
.image_imgEuskadiBasqueCountry{width: 120px;}
select.idiomaNew {
  background: url(/images/header/aa30-ico-chevron-down.png) no-repeat 35px center;
	position: relative;
	z-index: 3
}
	.idiomaNew option{
		color: #eee;
	}
		.idiomaNew option[selected]{
			color: #eee;
		}
/*BUSCADOR*/
.buscar {float:right;}
.buscar a span{display:none;}

.buscar #btnBuscarHeader{
	background-color: transparent;
    box-shadow: none;
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 6px 15px;
    color: #fff;
	outline: none
}
.buscar #btnBuscarHeader:hover{
	background-color: rgba(255,255,255,0.5)
}
.buscar #btnBuscarHeader:focus{
	outline: auto
}
.buscar .panel-buscador-texto{
	display: none
}
.buscar .panel-buscador-texto.active{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
	display: block
}
.buscar .panel-buscador-texto>form{
	display: flex;
    justify-content: space-between;
    margin: 7rem auto 5% auto;
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
}
.buscar .panel-buscador-texto>form>input[type='text']{
	width: 85%;
    /* height: calc(1.5em + 1rem + 2px); */
    padding: .5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
}
.buscar .panel-buscador-texto>form>button{
	/* width: 15%; */
    padding: .5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 .3rem .3rem 0;
    color: #fff;
    background-color: #006ff0;
    border: none;
    margin-left: -5px;
    text-align: left;
    min-width: 150px;
	white-space: nowrap
}
/*tooglemenu*/
.toggleMenu {float:right;display:none !important; background-color: transparent !important;    margin-top: -10px;}

  /***BUSCADOR EN DESKTOP BIG***/
  .buscar {margin-top:6px;}
  .buscar .buscadorNew {border:1px solid #fff;color:#fff;padding:0px 15px;border-radius:20px;display: inline-block;z-index: 1;
    /*position: relative;*/}
  .buscar a.buscadorNew span{display:inline-block;}
  .buscar a.buscadorNew img {margin-left:8px;}
  
  .buscar a.buscadorNew:hover, .buscar .buscadorNew:hover {background-color:rgba(255,255,255,0.5);}
@media (max-width: 1200px){
  .buscar a.buscadorNew:hover, .buscar .buscadorNew:hover {background-color:transparent}
}
.buscadorNew .r01gTitle {
    background: transparent url(/images/header/aa30-ico-search.png) center right no-repeat;
    padding-right: 1.5rem;
	height: 1.7rem;
	cursor: pointer
}
#buscador-form label{
	width: 0;
	height: 0;
	opacity: 0
}
.buscadorNew .r01gTitle span {color: white !important}
.buscadorNew .r01gSearchEngineForm, .r01Oculto{display: none}
.r01gLabelInputText.r01Oculto{
	display: inline !important;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.buscadorNew .r01gSearchEngineForm.active{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	display: block
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm form {
    display: flex;
    justify-content: space-around;
    margin: 7rem auto 5% auto;
	width:50%;
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 1200px){
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm form {
	width: 90%;
}
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gInputText {
    border-radius: 0;
    width: 90%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
}
@media (max-width: 600px){
  div.r01gClsSearchBox div input.r01gInputText, .buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gInputText {position: static;}
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gInputText::-webkit-input-placeholder { /* Edge */
  color: #6c757d;
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gInputText:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6c757d;
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gInputText::placeholder {
  color: #6c757d;
}
.buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gBtnSearch {
	display: block;
    width: 15%;
    padding: .5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 .3rem .3rem 0;
    color: #fff;
    background: #006ff0 url(/images/header/aa30-ico-search.png) 80% center no-repeat;
    border: none;
    margin-left: -5px;
    text-align: left;
	
    min-width: 150px;
}
	html[lang="fr"] .buscadorNew div.r01gClsSearchBox div.r01gSearchEngineForm .r01gBtnSearch {
		padding: .5rem 0rem .5rem 0.5rem;
		background-position: 95% center;
	}
/* .aa30_esMovil_ {display: none} */

@media (max-width: 1200px){
	.buscar {
		margin-top: -4px;
		position: relative;
		z-index: 2;
		margin-right: -25px
	}
	.buscar .buscadorNew{
		border: none;
	}
	.buscar .buscadorNew .r01gTitle span{display: none}
	.buscar #btnBuscarHeader{
		border: none;
		padding-top: 3px
	}
	.buscar #btnBuscarHeader>span{display: none}
	.buscar .panel-buscador-texto>form{
		width: 90%
	}
}
@media (max-width: 1023px) {
  .buscar {
    margin-top: 0;
    margin-right: -10px;
  }
}
/*****************************************************
*** menu ***
*****************************************************/
.menu-transparente ul li {list-style-type: none;}
.menu-transparente #nav ul.cd-dropdown-content, .menu-transparente #nav ul.cd-dropdown-content li ul{padding-left:0;}
/*****************************************************
*** main ***
*****************************************************/
/*
#main {background:url(../images/bg-header-test.jpg) no-repeat bottom center;
  background-size: cover;}
#main .todo-cerca {max-width:360px;margin:80px auto;}
#main .todo-cerca img {max-width:100%;}
*/
/*****************************************************
*** BUSCADOR ***
*****************************************************/
#buscadornew {z-index:50000;}
#buscadornew .modal-dialog {margin: 4rem auto;}
#buscadornew .modal-content {background-color: transparent;border: 1px solid rgba(0,0,0,0);}
#buscadornew h5 {font-weight:bold;text-shadow: 1px 1px 2px rgba(0,0,0,0.7);}
#buscadornew .modal-header {padding: 0.5rem 1rem 0 1rem;border-bottom: none;}
#buscadornew .form-control-lg { border-radius: 0;width:60%;}
#buscadornew .input-group-append {width:40%;}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  header.header-new .logo img{max-width:140px;}
  .idiomaNew {margin:0 15px;}
  /*#main {background:url(../images/bg-header-test.jpg) no-repeat bottom center;
    background-size: cover;
    min-height:400px;}
  #main .todo-cerca {max-width:500px;margin:100px auto 20px;}*/
}

@media (max-width: 768px) { 
select.idiomaNew{
	margin-right:0;
	margin-left:0;
	padding-left: 0;
}
}
 
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  
}
/*Resolucion para el MENU DESKTOP*/
@media only screen and (min-width: 1024px){
  header.header-new .logo img{max-width:120px;}
  /*IDIOMA*/
  .idiomaNew{margin:5px 0 8px 10px;}
  /***BUSCADOR EN DESKTOP BIG***/
  .buscar {margin-top:6px;z-index: 20; position: relative; cursor: pointer;}
  .buscar a.buscadorNew {cursor:pointer;transition:all 0.7s ease;}
  #buscadornew .modal-dialog {margin: 6rem auto;}
  /*****MENU DESKTOP*****/
  .header-new .container {position:relative;}
  .menu-transparente {z-index:17;position: absolute;top:0;left: 102px;width: calc(100% - 240px);}
  .menu-transparente ul {padding-left: 0;}
  .menu-transparente #nav > li.hide-mobile {width:25%;display:inline-block;float:left;}
  .menu-transparente #nav > li.hover > ul {float:left;font-size:90%;}
  .menu-transparente #nav li ul a{
	color: white;
	padding-right: 18px;
	background: url(/images/header/aa30-ico-chevron-down.png) no-repeat right center !important;
	transition:all 0.5s ease;
	}
	.menu-transparente #nav li ul a:hover{
		background: url(/images/header/aa30-ico-chevron-down.png) no-repeat right 20px !important;transition:all 0.5s ease;
	}
  .menu-transparente #nav > li > a:first-child {float:left;color:#fff;font-weight: bold;padding:9px 10px;display:inline-block;transition:all 0.7s ease;}
  .menu-transparente #nav > li a:first-child:hover {text-decoration:none;}
  .menu-transparente #nav > li > a:first-child img {transition:all 0.5s ease;}
  .menu-transparente #nav > li a:first-child:hover img {transform:translateY(4px)}
  .menu-transparente #nav li ul {
    transition: opacity 0.3s ease 0s;
    position: absolute;
    left: -9999px;
    left: 0;
	width: 100%;
	max-width: 660px;
    margin-left: 5rem;
    display: flex;	
    justify-content: space-between;
    height: 90px;
}
  .menu-transparente  #nav > li.hover > ul {
    background: #fff;
    position: absolute;
    opacity: 1;
    float: left;
  }
}

/* inicio menu-mobile */
/*@charset "UTF-8";*/
/* CSS Document */

/*MENU MOVIL*/
#nav li.show-mobile  ul{
   /* position:inherit;
    left:auto;*/
}

@media only screen and (min-width: 1024px){
#nav li.show-mobile {display:none;}
}
/*MEN\DA MOBILE*/
@media only screen and (max-width: 1023px){
	/*header.header-new > .container{width: 100%;max-width: 100%; padding: 0; margin: 0;}*/
  	header.header-new .menu-transparente #nav{
		position: absolute;
    	left: 0;
    	width: 100%;
		padding-left: 0
  }
			   
/*ENLACES AZULES MENU .enlaces*/
	#nav .links-nav .enlaces li {display:inline-block;width:auto;}
	#nav li.links-nav {background:#000;position:fixed;top:70px;left:0;width:100%;z-index:90;}
	#nav .links-nav .enlaces { margin:0 ;text-align:center;padding-left: 0;}
	#nav .links-nav .enlaces li{ margin:0 1em;}
	#nav .links-nav .enlaces a {color:#006ff0;padding:5px;display:block;cursor:pointer;}
	#nav li.links-nav:after {clear: both;
    content: "";
    display: table;}
	
#nav li.hide-mobile {display:none;}
#nav li.show-mobile {clear: both;
    content: "";
    display: table;width: 100%}
#nav li.show-mobile li {}
#nav .text-uppercase {text-transform:uppercase;background-color:#006ff0;}
#nav li.show-mobile a {padding:14px 1em;}
	#nav li.show-mobile .level-2 a, #nav li.show-mobile a  {
		padding: 16px 1em;
	}
	#nav li.show-mobile li[class*="_back"] a{
		padding: 14px 1em;
	}
#nav li.show-mobile ul.cd-dropdown-content li a{border-bottom:1px solid #7fbfe9;}
#nav li.show-mobile ul.cd-dropdown-content li:last-child a{border-bottom:none;}
#nav li.show-mobile ul.cd-dropdown-content li ul.cd-secondary-dropdown li a {border-bottom:1px solid #999;}
#nav li.show-mobile ul.cd-dropdown-content li ul.cd-secondary-dropdown li:last-child a{border-bottom:none;}
#nav ul.cd-secondary-dropdown li{background-color:#000;}
#nav ul.cd-secondary-dropdown li a {font-weight:600;}
#nav ul.cd-secondary-dropdown li ul li a {font-weight:300;}

#nav ul.cd-dropdown-content, #nav ul.cd-dropdown-content ul {
	z-index:100;
	padding-top:104px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
#nav ul.cd-dropdown-content a, #nav ul.cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#nav ul.cd-dropdown-content li:first-of-type > a, #nav ul.cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
#nav ul.cd-dropdown-content li:last-of-type > a, #nav ul.cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
#nav ul.cd-dropdown-content .cd-divider, #nav ul.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
#nav ul.cd-dropdown-content .cd-divider + li > a, #nav ul.cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
#nav ul.cd-dropdown-content a, #nav ul.cd-dropdown-content .cd-divider, #nav ul.cd-dropdown-content ul a, #nav ul.cd-dropdown-content ul .cd-search, #nav ul.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
#nav ul.cd-dropdown-content.is-hidden, #nav ul.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#nav ul.cd-dropdown-content.is-hidden > li > a, #nav ul.cd-dropdown-content.is-hidden > li > .cd-search, #nav ul.cd-dropdown-content.is-hidden > .cd-divider, #nav ul.cd-dropdown-content.move-out > li > a, #nav ul.cd-dropdown-content.move-out > li > .cd-search, #nav ul.cd-dropdown-content.move-out > .cd-divider, #nav ul.cd-dropdown-content ul.is-hidden > li > a, #nav ul.cd-dropdown-content ul.is-hidden > li > .cd-search, #nav ul.cd-dropdown-content ul.is-hidden > .cd-divider, #nav ul.cd-dropdown-content ul.move-out > li > a, #nav ul.cd-dropdown-content ul.move-out > li > .cd-search, #nav ul.cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
#nav ul.cd-dropdown-content.move-out > li > a, #nav ul.cd-dropdown-content.move-out > li > .cd-search, #nav ul.cd-dropdown-content.move-out > .cd-divider, #nav ul.cd-dropdown-content ul.move-out > li > a, #nav ul.cd-dropdown-content ul.move-out > li > .cd-search, #nav ul.cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

/**pendiente*/
.dropdown-is-active #nav ul.cd-dropdown-content, .dropdown-is-active #nav ul.cd-dropdown-content ul {  
  -webkit-overflow-scrolling: touch;
}

#nav ul.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #006ff0;
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

#nav ul.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
#nav ul.cd-dropdown-content .go-back a::before, #nav ul.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
}
/*AJUSTES RESOLUCION*/
@media only screen and (max-width: 767px){
  #nav .links-nav .enlaces li{ font-size:90%;margin:0 0.2em;}
  #nav li.links-nav { top:60px;  }
  #nav ul.cd-dropdown-content, #nav ul.cd-dropdown-content ul { padding-top:92px;}
/*  #nav li.show-mobile a {font-size:85%;}*/
}
@media only screen and (max-width: 470px){
  #nav ul.cd-dropdown-content, #nav ul.cd-dropdown-content ul { padding-top: 86px; }
  #nav .links-nav .enlaces li{ font-size:11px;margin:0;}
  #nav li.show-mobile a {/*font-size:90%;font-size:70%;padding:0.65em;*/}
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

/* FIN menu-mobile */
/* inicio menu-new-2019 */
/*MENU NEW*/

@media only screen and (min-width: 1024px){
    #nav > li.hover > ul li:last-child{ display:block;}
    .menu-new #nav > li > a:first-child{ background:transparent; }
    #nav > li > ul {
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }
    div.velo {background-color: rgba(0,0,0,0.6);width: 100%;height:100vh;z-index:15;position:absolute;top:-1500px;left:0;transition:all 0.3s ease-in-out;opacity: 0;display: block;}
    div.velo.mostrar {opacity:1;top:0;}
    /*.menu-new {z-index:5000;position:absolute;top:0;left:0;width:100%;}*/
/*.menu-new #nav li {position:static;}*/
.menu-new #nav li a {
    font-size: 0.95em;
    padding: 8px 0;}
.menu-new #nav > li a {font-weight: 400;}
.menu-new #nav > li a:hover {}

.menu-new #nav > li.hover ul li a:first-child, .menu-new #nav > li.hover ul li a:first-child:hover  {background:transparent;font-weight: 600;}
.menu-new #nav > li.hover > ul > li > p > a:first-child, .menu-new #nav > li.hover > ul > li > p > a:first-child:hover {background:transparent;}
.menu-new #nav > li.hover > ul {  background-color:#fff; top: 50px;padding-left:292px;min-height:389px; width:960px;left:-140px;}
.menu-new #nav > li.hover > ul > li > p > a, .menu-new #nav > li.hover > ul li p span {
    color: #006ff0;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: 20px;
    width: 100%;
    text-transform:uppercase;
    letter-spacing: 0px;
	background:transparent;
    display:inline-block;
}
.menu-new #nav > li.hover > ul li p  {margin-bottom:0.7rem;}
.menu-new #nav > li.hover > ul > li > p > a {transition:all 0.2s ease-in-out;}
.menu-new #nav > li.hover > ul > li > p > a:hover {padding-left:10px;}
 .menu-new #nav li > ul > li > a {
    font-size: 0.85em;
    font-weight: 700;
    margin: 0 4% 0 20px;
    padding: 7px 0;
    width: 87%;
    color:#000;
    background: none;
    display:inline-block;
}
.menu-new #nav > li.hover > ul li, .menu-new #nav > li.hover > ul li a, .menu-new #nav > li.hover > ul li p span {line-height: 1em;}
.menu-new #nav > li.hover ul li {
    margin: 10px 0 0 0;
    text-align: left;
    /*width: 25%;
    float:left;*/
}
.menu-new #nav > li.hover > ul li:nth-child(5) {  clear: both;}
.menu-new #nav > li.hover > ul li.images {margin:10px 0 0;height: 100%;width:292px;position:absolute;top:0;left:0;}
.menu-new #nav > li.hover ul li.images a {width:100%;margin:0;padding:0;display: block;position:relative;}
.menu-new #nav > li.hover ul li.images a img {width:100%;max-width: 100%;display:block;}
.menu-new #nav > li.hover > ul li.images p span { padding: 0 0 15px;}
.menu-new #nav > li.hover ul li.images a span {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    font-weight: 700;
     font-size: 1.4em;
    height: 100%;
    padding: 14% 4% 4%;
    position: absolute;
    text-align: left;
    width: 100%;
    color:#fff;
    z-index: 1;
    line-height:normal;
}
.menu-new #nav > li.hover > ul li:nth-child(2),.menu-new #nav > li.hover > ul li:nth-child(3),.menu-new #nav > li.hover > ul li:nth-child(4) { min-height: 1px;}
.menu-new #nav > li.hover > ul li.noticias {
    margin-top:0;
    display: block;
    width: 66.6%;
    color:#000;
}
.menu-new #nav > li.hover > ul li.noticias p {color:#000;margin-bottom:20px;padding-left: 20px; font-size: 14px;line-height: 1.4;font-weight: 400;}
.menu-new #nav > li.hover > ul li.noticias p.fecha {color:#777;margin-bottom:10px;}
.menu-new #nav > li.hover > ul li.noticias p a {color:#000;text-transform: inherit;margin:0;padding: 0; font-size: 14px;line-height: 1.4;font-weight: 400;letter-spacing: 0}
/*AJUSTES POR MEN\C3?*/
/*PESTA\C3?A 2*/
.menu-new #nav > li.menu-02 > ul li:nth-child(5), .menu-new #nav > li.menu-02 > ul li:nth-child(6)  {width:47%;}
/*PESTA\C3?A 3*/
.menu-new #nav > li.menu-03 > ul li {width:47%;}
.menu-new #nav > li.menu-03.hover > ul li:nth-child(5) {  clear: none;}
.menu-new #nav > li.menu-03.hover > ul li:nth-child(2), .menu-new #nav > li.menu-03.hover > ul li:nth-child(3) {margin-top:40px;}
.menu-new #nav > li.menu-03.hover > ul li.images a {margin-bottom:0;}
.menu-new #nav > li.menu-03.hover > ul li a {margin-bottom:25px;}
/*PESTA\C3?A 4*/
.menu-new #nav > li.menu-04 > ul li {width:47%;}
.menu-new #nav > li.menu-04.hover > ul li:nth-child(5) {  clear: none;}
.menu-new #nav > li.menu-04.hover > ul li:nth-child(2), .menu-new #nav > li.menu-04.hover > ul li:nth-child(3) {margin-top:40px;}
}
@media (min-width: 1200px) { 
.menu-new #nav > li.hover > ul {  top: 50px;width:1140px;left:-160px;}
}
/* FIN menu-new-2019 */

@media (min-width: 1024px){
div.aa30_megapanel {
    top: 90px;
    left: calc(46% + 64px);
	max-width: 1024px
}
.aa30_menuPrincipalTablet {
    margin-top: -20px;
}
}

@media (min-width: 1024px){
#navigation{
	display: block !important
}
}
@media (max-width: 1023px){
.menu-transparente #nav li ul{
    width: 100%;
    margin-left: 0rem;
	padding-left: 0;
	/*display: block;*/
    background-color: black;
    max-width: none
}
	.menu-transparente div.aa30_menuCabeceraTablet #nav li ul {
		display: flex;	
	}
.aa30_menuPrincipalTablet{
    z-index: 2;       
}
.aa30_titleMenuTablet p {margin:0}
.aa30_menuCabeceraTablet{
	margin-bottom: 0;
	margin-left: 0;
}
.aa30_menuCabeceraTablet>ul {
    display: inline-block;
    position: relative;
    z-index: 3;
    background-color: black;width: 100%
}
.aa30_titleMenuTablet p::after {
    margin-right: 16px;
}
.toggleMenu{
    display: block !important;
    position: relative;
    z-index: 2;
}
a.toggleMenu > img{display:none}
#navigation{
	display: none
}
}
#aa30_selIdioma_pc {
    float: right;
}
/* label[for='aa30_comboSelIdioma']{ */
	/* display: inline !important; */
	/* visibility: visible !important; */
	/* position: absolute; */
	/* width: 0; */
	/* height: 0; */
	/* opacity: 0; */
	/* z-index: -1 */
/* } */
#aa30_selIdioma_pc select::-ms-expand {
    display: none;
}

#aa30_selIdioma_pc select {cursor: pointer;
    color: #fff;
    padding: 4px 30px 4px 0px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url(/images/header/aa30-ico-chevron-down.png) no-repeat 35px center;
}
#aa30_selIdioma_pc select option {
    background-color: rgba(0, 0, 0, 0.43); /*#0000006e;*/
}
@media (max-width: 600px){
#aa30_selIdioma_pc {
    display: block;
    padding: 0;
    margin-top: -15px;
}
}

.toggleMenu ~ #navigation{
	display: none
}
.toggleMenu.active ~ #navigation{
	display: block
}

#titledefaultTitleVA{display: none}

#aa30_bodyContent1Fondo{
	position: static; /*initial*/
	z-index: 1;
}
#aa30_bodyContent1Fondo img{
	z-index: 1;
	margin-top: -40px !important;
	margin-bottom: 40px !important;
	position: initial;
	filter: brightness(80%);
}

@media all and  (min-width: 1024px){
	#aa30_bodyContent1Fondo img.image_imgFondoHome2 {
		min-height: 565px;
		margin-bottom: 0!important;
	}
}

@media screen and (max-width: 1023px) {
	#aa30_bodyContent1{
		height: auto !important;
    min-height: 215px;
	}
	#aa30_bodyContent1Fondo{
		height: 340px;
	}
	
	#aa30_bodyContent1Fondo img.image_imgFondoHome2 {
		height: 380px;
		margin-bottom: 0!important;
	}
}
.ircontenido a.lasterbideak {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.ircontenido a.lasterbideak:focus {
  position: relative !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 100;
  color: #ffffff;
  background-color: #1f1f1f;
  padding: 0.5em 0 0.2em 0.4em;
  outline-offset: 2px;
  display: block;
  text-decoration: underline;
  border: 1px solid;
}