header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
 /*   background-color: var(--color-bgOscuro);

  background: var(--color-black);
  background: -moz-linear-gradient(top, var(--color-black03) 0%, var(--color-black00) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--color-black03)), color-stop(100%, var(--color-black00)));
  background: -webkit-linear-gradient(top, var(--color-black03) 0%, var(--color-black00) 100%);
  background: -o-linear-gradient(top, var(--color-black03) 0%, var(--color-black00) 100%);
  background: -ms-linear-gradient(top, var(--color-black03) 0%, var(--color-black00) 100%);
  background: linear-gradient(to bottom, var(--color-black03) 0%, var(--color-black00) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
  background-image: url('/img/ico/degradado.png');
  background-repeat: repeat;
  background-position: top;
}
header a, header p {
  color: var(--color-text);
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 13px;
}
header div {
  /*height: 89px; */
}
header nav {
  width: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 50;
  position: absolute;
}
header nav .nav-container {
  font-size: 20px;
}
header nav#menu_idiomaDesplegable2 {
  height: 30px!important; 
  cursor: pointer;
  opacity: 0;
}
.imgMenuLogoCab {
  height: 43px;
  width: 38px;
  margin: 0;
  transition: var(--animate-duration);
  opacity: .8;
  /*animation-name: imgMenuLogoCab;
  animation-duration: 3s; 
  animation-timing-function: ease; */
}
 /* @keyframes imgMenuLogoCab {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: .8;
    }
  }*/

.logoNegro{
  display: none;
  opacity: .8;
}

#menu_lang, #menu_lang2 {
  cursor: pointer;
}
#div_headLogo {
  height: 90px;
  width: 100%;
  padding-top: 31px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 3;
}
#head_logo {
  margin-left: 150px;
  transition: .5s ease;
}
.imgTxtLogoCab {
  width: 150px;
  margin-left: 10px;
  opacity: 0;
  transition: .5s ease;
}
#head_logo:hover {
  margin-left: 0px;
}
#head_logo:hover .imgTxtLogoCab {
  opacity: .8;
}
#div_headlang {
  position: absolute;
  right: 50px;
  top: 44px;
  color: var(--color-white);
  z-index: 3;
  font-weight: 600;
}
#head_lang {
  cursor: pointer;
  transition: var(--animate-duration);
  display: none;
}

@media (max-width: 600px) {
  header {
    height: fit-content;
  }
  #div_headLogo {
    height: fit-content;
    padding-top: 15px;
  }
  #div_headlang {
    height: fit-content;
    top: 25px;
    right: 30px;
  }
  .imgTxtLogoCab{
    display: none!important;
  }
  #head_logo{
    margin-left: 0;
  }
  /*#head_logo {
    margin-left: 0px;
  }*/
}

/*  NAVEGACION  */

#navegacion a, #navegacion p {
  padding: 0 10px;
  margin-right: 13px;
  height: 100%;
  min-width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
}
.navDestacado {
  text-decoration: underline;
}
.navega {
  height: 100%;
}

.efeMenu {
  color: var(--color-white07);
  transition: var(--animate-duration);
}

.efeMenu:hover {
  /*border-top: 4px var(--color-verdeClaro) solid;*/
  /*content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 4px;
  background: var(--color-verdeClaro);
  transition: .35s;*/
  color: var(--color-text);
}

 .efeMenu:after,  .efeMenu2:after  {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 4px;
  background: var(--color-verdeClaro);
  transition: .35s;
}


.efeMenu .iconify, .efeMenu2 .iconify {
  color: var(--color-verdeOscuro);
  font-size: 2em;
}
.efeMenu:hover .iconify, .efeMenu2:hover .iconify {
  color: var(--color-verdeClaro);
  transition: var(--animate-duration);
}

.efeMenu2 {
  color: var(--color-text)!important;
  /*border-top: 4px var(--color-verdeClaro) solid;
  -webkit-box-shadow: inset 0px 10px 0px -6px var(--color-verdeClaro);
  -moz-box-shadow: inset 0px 10px 0px -6px var(--color-verdeClaro);
  box-shadow: inset 0px 10px 0px -6px var(--color-verdeClaro);*/
}
        
.efeMenu:hover:after,
.efeMenu:focus:after,
.efeMenu:active:after,
.efeMenu2:hover:after,
.efeMenu2:focus:after,
.efeMenu2:active:after {
  width: 100%;
}


/*  DESPLEGABLE  */

#navegation {
  display: none;
}

.nav-open main {
    /*transform: scale(.8);*/
  }
  .nav-trigger {
   /* display: none;*/
    position: fixed;
    z-index: 10;
    top: 40px;
    left: 47px;
    height: 20px;
    width: 22px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    text-indent: 100%;
  }
  .nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
    position: absolute;
    height: 2.5px;
    width: 22px;
    background: var(--color-white);
  }
  .nav-trigger.nav-black span,
  .nav-trigger.nav-black span::before,
  .nav-trigger.nav-black span::after  {
    background: var(--color-black);
  }
  .nav-trigger span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background .3s;
  }
  .nav-trigger span::before,
  .nav-trigger span::after {
    content: '';
    top: 0;
    left: 0;
    transition: background .3s, transform .3s;
  }
  .nav-trigger span::before {
    transform: translateY(-8px);
  }
  .nav-trigger span::after {
    transform: translateY(8px);
  }
  .nav-trigger:hover span, 
  .nav-trigger:hover span::before,
  .nav-trigger:hover span::after {
    background: var(--color-white);
  }
  .nav-trigger.nav-black:hover span, 
  .nav-trigger.nav-black:hover span::before,
  .nav-trigger.nav-black:hover span::after {
    background: var(--color-black);
  }
  .nav-open .nav-trigger span {
    background: transparent;
  }
  .nav-open .nav-trigger.nav-black span {
    background: transparent;
  }
/*.nav-black {
  background: black!important;
}*/

  .nav-open .nav-trigger span::before,
  .nav-open .nav-trigger span::after {
    background: var(--color-black);
  }
  .nav-open.nav-black  .nav-trigger span::before,
  .nav-open.nav-black  .nav-trigger span::after {
    background: var(--color-white);
  }

  .nav-open .nav-trigger span::before {
    transform: rotate(-45deg);
  }
  .nav-open .nav-trigger span::after {
    transform: rotate(45deg);
  }
  #overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-black06);
    display: none;
    /*opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;*/
  }
  /*.nav-open #overlay {
    opacity: .6;
    visibility: visible;
  }*/
  .nav-container {
    height: 100%;
    max-width: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    padding: 4em 0em 2em 0em;
    background: var(--color-white);
    color: var(--color-black);
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(-300px);
    transition: transform .5s cubic-bezier(.07,.23,.34,1);
/*  display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;*/
    z-index: 3;
  }
  .nav-open .nav-container {
    transform: translateX(0);
  }
  
  .nav {
    width: 100%;
    list-style: none;
    padding: 0;
  }
  .nav > li {
    text-align: left;
    color: var(--color-black);
    transition: var(--animate-duration);
    width: 100%;
    padding: 1em 0;
  }

 .nav > li:hover {
  background: var(--color-black02);
  transition: var(--animate-duration);
  }
  .nav > li:hover a, .nav > li:hover p {
    transition: var(--animate-duration);
    }
  .nav a {
    width: 100%;
    padding: 1.4em 0 1.4em 50px;
  }
  .nav a, .nav p {
    font-weight: 400;
    font-size: 18px;
    transform: translateZ(0);
    text-transform: uppercase;
  }
  
  .nav-open .nav a, .nav-open .nav p, .nav-open .nav ol, .menu_idiomaDesplegable2 {
    animation: slide-in .4s .2s backwards;
  }
  .nav-open .nav li:nth-of-type(2) a {
    animation-delay: .3s;
  }
  .nav-open .nav li:nth-of-type(3) a {
    animation-delay: .4s;
  }
  .nav-open .nav li:nth-of-type(4) a {
    animation-delay: .5s;
  }
  .nav-open .nav li:nth-of-type(5) a {
    animation-delay: .6s;
  }
  .nav-open .nav li p {
    animation-delay: .7s;
  }
  .nav-open .nav ol.menu_idiomaDesplegable2 {
    animation-delay: .8s;
  }
  
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(80px);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }



  #menu_idiomaDesplegable {
    width: 130px;
    position: fixed;
    right: 65px;
    top: 48px;
    font-weight: 500;
    text-align: center;
    display: none;
  }
  #menu_idiomaDesplegable > div:nth-child(1) {
    width: 100%;
    font-size: 40px;
    text-align: center;
    height: 25px;
  }
  #menu_idiomaDesplegable > div:nth-child(2) {
    width: 100%;
    height: auto;
    background-color: var(--color-white);
    color: #121318;
    font-size: 14px;
    border-radius: 3px;
  }
  #menu_idiomaDesplegable > div:nth-child(2) > div {
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
  }
  #menu_idiomaDesplegable > div:nth-child(2) > div:last-child {
    border: none;
  }


  .langOption > a {
    cursor: pointer;
    transition: var(--animate-duration);
    font-weight: 500;
    color: var(--color-bg);
  }
  .langOption:hover > a {
    color: var(--color-gris10);
  }
  .lang_active > a {
    color: var(--color-gris10)!important;
  }

  ol .langOption > a {
    cursor: pointer;
    transition: var(--animate-duration);
    font-weight: 500;
    color: var(--color-text);
    font-size: 20px;
    opacity: .7;
  }
  ol .langOption:hover > a {
    color: var(--color-gris10);
  }

  ol .lang_active > a {
    color: var(--color-gris10)!important;
  }



    @media (max-width: 840px) {
      nav{
        font-size: 14px;
      }
      #divFooterDatos {
        font-size: 16px;
      }
    }

    @media (max-width: 799px) {
        #navegacion{
            display: none;
        }
        #navegacion2{
            display: inline;
        }
        #divrrss{
            display: none;
        }
        .imgHamburguesa{            
            display: inline;
        }
        .nav-trigger {
            display: inline;
        }
    }


    @media (max-width: 799px) {
        #navegacion{
            display: none;
        }
        #navegacion2{
            display: inline;
        }
        .imgHamburguesa{            
            display: inline;
        }
        .nav-trigger {
            display: inline;
        }
    }
    @media (max-width: 600px) {
      .nav-trigger{
        top: 25px;
        left: 25px;
      }
    }

  @media (max-width: 500px) {
    
    #divFooterDatos{
      padding-right: 0px;
      font-size: 9px!important;
      font-family: 'DINOT-Medium', 'Roboto', sans-serif ;
      font-weight: 400;
      text-align: center!important;
    }
    #pFooterDatosC{
      margin: 13px 0 0 0;
    }
    
    .nav a {
      padding: 0em 0 0em 50px;
    }
    .nav a, .nav p {
      font-size: 19px;
    }
    ol .langOption > a {
      font-size: 15px;
    }
    .nav > li {
      padding: .3em 0;
    }
  }


/* FOOTER  */

footer {
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 18px 0;
  z-index: 102;
  position: relative;
}
footer a, footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--color-black);
}
footer div {
  width: 100%;
}
footer a{
  padding: calc(5px + (15 - 5) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))))
          calc(10px + (20 - 10) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  text-align: center;
  width: fit-content;
}
footer a .onlyDesktop {
  width: max-content;
  margin-right: 4px;
}
footer div:nth-child(1) {
  font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (var(--max-vw) - var(--min-vw))));
  text-transform: uppercase;
  font-weight: 900;
}
footer div:nth-child(2) {
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 700px) {
  /*footer div:nth-child(1) {
    font-size: 13px;
  }*/
  footer div:nth-child(2) {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  footer a{
    padding: 5px 10px 5px 10px;
  }
  /*footer div:nth-child(1) {
    font-size: 11px;
  }*/
  footer div:nth-child(2) {
    padding-bottom: 2em;
    font-size: 10px;
  }
}



.x {
  cursor: pointer;
}
#divCerrar {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: var(--color-black05);
  transition: var(--animate-duration);
}
#divCerrar:hover {
  background-color: var(--color-verdeClaro);
}

#divCerrar > svg {
  font-size: 20px;
  color: var(--color-text);
}


#divFlotante {
  width: 100%;
  height: 100vh;  
  padding: 100px 2em;
  position: fixed;
  top: 0;
  background: rgba(15, 15, 15, .5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 201;
}
#divFlotante > div {
  max-width: 100%;
  width: 576px;
  padding: 65px 40px 40px 80px;
  background-color: var(--color-text);
  position: relative;
}
#divFlotante > div p, #divFlotante > div ul {
  color: var(--color-black);
  margin: 15px 0;
  font-weight: 300;
  line-height: 1.3em;
  font-size: 14px;
}

#divFlotante .divBtnCen {
  margin: 0;
}
#divFlotante .divBtnCen button {
  /*margin-top: 30px;*/
  padding: 12px 36px;
  background-color: var(--color-verdeFlot);
  border-radius: 5px;
  color: var(--color-text);
  border: none;
  font-weight: 700;
  transition: var(--animate-duration);
}
#divFlotante h5 {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
}
#divFlotante .divBtnCen button:hover {
  opacity: .7;
}
.divDetalleSubExtrasTxt {
  height: 500px;
  max-height: 50vh;
  padding-right: 40px;
}
.divSubExtrasX {
  position: absolute;
  color: var(--color-black);
  right: 20px;
  top: 20px;
  font-size: 20px;
  transition: var(--animate-duration);
}
.divSubExtrasX:hover {
  color: var(--color-black05);
}
@media (max-width: 500px) {
  #divFlotanteVivo {
    height: 60px;
    width: calc( 100% - 10px );
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: var(--color-bgAlt);
    z-index: 190;
    cursor: pointer;
  }
  #divFlotanteVivo > video {
    display: none;
  }
  #divFlotanteVivo > .x {
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #divCerrar {
    height: 30px;
    width: 30px;
    top: 15px;
    right: 20px;
    background-color: var(--color-verdeOscuro);
    transition: var(--animate-duration);
    color: var(--color-text);
  }
  #divCerrar > svg {
    font-size: 30px;
    color: var(--color-black);
  }
  #divFlotante > div {
    padding: 25px 20px 20px 30px;
  }
  .divDetalleSubExtrasTxt {
    max-height: 300px;
  }
  #divFlotante > div p, #divFlotante > div ul {
    font-size: 15px;
  }
  .divSubExtrasX {
    right: 5px;
    top: 5px;
  }
  .divDetalleSubExtrasTxt {
    padding-right: 10px;
  }
}
