/* FIN PLANTILLA MOSAICO */
  /* INICIO PLANTILLA CABECERA */
  /* huellaDigital/banner-principal.css */
  body.modal-open.menu-open {
    position: relative;
  }
  
  /* FIN PLANTILLA CABECERA */
  /* INICIO PLANTILLA CABECERA CARRUSEL */
  /* huellaDigital/carrusel-cabecera.css */
  /*Carrurel cabecera*/
  .item section {
    position: relative;
    overflow: hidden;
    height: 495px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  html section#bloqueCarruselSection>.row {
    display: inherit;
    margin: 0px;
    flex-wrap: inherit;
}
  .item .banner-principal-img {
    width: auto;
    height: 100%;
    float: left;
  }
  
  .item .item-velo {
    position: relative;
    top: 50px;
    left: 10vw;
    height: 375px;
    width: 436px;
    background-color: white;
    padding: 0 33px;
  }
  
  /*ESTILOS CARRUSEL CABECERA*/
  .itemvidka .item-velo, .video-youtube .item-velo {
    position: absolute;
  }
  
  .item .item-velo .velo-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 66px);
  }
  
  #toggleCarousel {
    right: 0;
    position: absolute;
    bottom: 0;
  }
  
  .itemvidka, .video-youtube {
    background-color: #000000;
  }
  
  .carousel-indicators {
    bottom: 0;
  }
  
  .carouselPlayer {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPauseGris.png);
    background-color: transparent;
    display: block;
    height: 30px;
    width: 43px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    background-size: 105% 100%;
    background-repeat: no-repeat;
  }
  
  .carousel-control.verde-rellena + #toggleCarousel .carouselPlayer {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPauseVerde.png);
    background-color: transparent;
  }
  .carousel-control.naranja-rellena + #toggleCarousel .carouselPlayer {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPauseNaranja.png);
    background-color: transparent;
  }
  
  .carousel-control.verde-rellena + #toggleCarousel .carouselPlayerPaused {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPlayVerde.png);
    background-color: transparent;
  }
  .carousel-control.naranja-rellena + #toggleCarousel .carouselPlayerPaused {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPlayNaranja.png);
    background-color: transparent;
  }
  
  .carouselPlayerPaused {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/CarruselPlayGris.png);
    background-color: transparent;
    display: block;
    height: 30px;
    width: 43px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    background-size: 105% 100%;
    background-repeat: no-repeat;
  }
  
  section .thumbnail_container img:hover,
  section:hover .thumbnail_container img {
    opacity: 0.4;
  }
  
  .boton-play-naranja,
  section .boton-play-naranja {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play.png");
    background-image: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    z-index: 200;
    position: absolute;
    background-size: 100%;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  
  section:hover .boton-play-naranja,
  section:focus .boton-play-naranja,
  section:active .boton-play-naranja {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play_rollover.png");
    background-image: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play_rollover.png");
  }
  
  section .video-embeded:hover .picture-load,
  section .video-embeded:focus .picture-load,
  section .video-embeded:active .picture-load,
  .itemvidka:hover .picture-load,
  .itemvidka:focus .picture-load,
  .itemvidka:active .picture-load {
    opacity: 0.5;
  }
  
  /*FIN ESTILOS CARRUSEL CABECERA*/
  .item .item-velo .tags-velo {
    margin: 0;
  }
  
  .item .item-velo .tag-velo-link {
    padding: 2px 9px 3px 9px;
    border-radius: 16px;
    border: solid 0.8px #C9C9C9;
    font-size: 0.76em;
    letter-spacing: 0.6px;
    line-height: 28px;
    font-family: IberPangeaText, sans-serif;
    color: #4A4A4A !important;
  }
  
  .item .item-velo .tag-velo-link:hover {
    background: #C9C9C9;
    border: 1px solid #C9C9C9;
    color: #FFFFFF !important;
  }
  
  .item .item-velo .titulo-velo {
    font-family: IberPangeaText Light, sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin: 2px 0 8px 0;
  }
  
  .item .item-velo .texto-velo {
    font-size: 14px;
    line-height: 1.36;
    margin: 0;
  }
  
  .item .item-velo .titulo-texto-velo {
    max-height: 268px;
    overflow: hidden;
  }
  
  .item .item-velo .boton-velo {
    margin: 15px 0 0 0;
  }
  
  .item .item-velo .boton-velo-link {
    padding: 10px;
    border-radius: 17.6px;
    border: solid 1px #417505;
    color: #417505;
    font-size: 12px;
    font-weight: bold;
    font-family: IberPangeaText, sans-serif;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    padding: 1px 25px 0;
    display: inline-flex;
    min-height: 36px;
    justify-content: center;
    align-items: center;
  }
  
  .item .boton-velo-link span:not(.txt-aa) {
    order: 1;
  }
  
  .item .boton-velo-link span.txt-aa {
    order: 3;
  }
  
  .item .boton-velo-link ven-new {
    order: 2;
  }
  
  .item .boton-velo-link-img {
    max-height: 34px;
    margin-top: -1px;
  }
  
  .item .boton-velo-link-img.left {
    padding-right: 10px;
  }
  
  .item .boton-velo-link-img.right {
    padding-left: 10px;
    order: 4;
  }
  
  .item .item-velo.verde .boton-velo-link:hover {
    background-color: #417505;
  }
  .item .item-velo.naranja .boton-velo-link:hover {
    background-color: #ff6f06;
  }
  
  .item .item-velo .boton-velo-link:hover {
    background: #417505;
    border: 1px solid #417505;
    color: #FFFFFF !important;
  }
  
  .item .item-velo.azul .boton-velo-link {
    color: #2962b4;
  }
  
  .item .item-velo.azul .boton-velo-link:hover {
    background: #2962b4;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
  }
  
  /* Velo - Posicionamiento */
  .item .item-velo.derecha {
    left: 54vw;
  }
  
  /* ends Posicionamiento */
  /* Velo - Colores */
  .item .item-velo,
  .item .item-velo .tag-velo-link,
  .item .item-velo .titulo-velo-link,
  .item .item-velo .texto-velo-link,
  .item .item-velo.blanco,
  .item .item-velo.blanco .tag-velo-link,
  .item .item-velo.blanco .titulo-velo-link,
  .item .item-velo.blanco .texto-velo-link {
    color: #4a4a4a;
  }
  
  .item .item-velo.blanco .titulo-velo-link:hover {
    color: #4a4a4a !important;
    border-bottom: solid 2px #4a4a4a;
  }
  
  .item .item-velo.blanco .titulo-velo-link:focus {
    outline-color: #4a4a4a;
  }
  
  .item .item-velo.azul,
  .item .item-velo.azul .boton-velo-link {
    background-color: #2962b4;
  }
  
  .item .item-velo.verde {
    background-color: #417505;
  }
  .item .item-velo.naranja {
    background-color: #ff6f06;
  }
  
  .item .item-velo.verde .boton-velo-link {
    color: #ffffff;
    background-color: #417505 !important;
  }
  .item .item-velo.naranja .boton-velo-link {
    color: #ffffff;
    background-color: #ff6f06 !important;
  }
  
  .item .item-velo.verde .boton-velo-link:hover {
    background-color: #ffffff !important;
    color: #417505 !important;
  }
  .item .item-velo.naranja .boton-velo-link:hover {
    background-color: #ffffff !important;
    color: #ff6f06 !important;
  }
  
  .item .item-velo.gris {
    background-color: #f3f3f3;
  }
  
  .item .item-velo.gris,
  .item .item-velo.gris .titulo-velo-link,
  .item .item-velo.gris .texto-velo-link {
    color: #4A4A4A;
  }
  
  .item .item-velo.gris .titulo-velo-link:hover {
    color: #417505 !important;
    border-bottom: solid 2px #417505;
  }
  
  .item .item-velo.gris .titulo-velo-link {
    color: #417505;
  }
  
  .item .item-velo.azul,
  .item .item-velo.azul .tag-velo-link,
  .item .item-velo.azul .titulo-velo-link,
  .item .item-velo.azul .texto-velo-link,
  .item .item-velo.verde,
  .item .item-velo.verde .tag-velo-link,
  .item .item-velo.verde .titulo-velo-link,
  .item .item-velo.verde .texto-velo-link,
  
  .item .item-velo.naranja,
  .item .item-velo.naranja .tag-velo-link,
  .item .item-velo.naranja .titulo-velo-link,
  .item .item-velo.naranja .texto-velo-link{
    color: #ffffff;
  }
  
  .item .item-velo.azul .boton-velo-link,
  .item .item-velo.verde .boton-velo-link,
  .item .item-velo.naranja .boton-velo-link {
    padding: 10px;
    border-radius: 17.6px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
  }
  
  .item .item-velo.gris .texto-velo {
    color: #4a4a4a;
  }
  
  .item .item-velo.azul .tag-velo-link,
  .item .item-velo.verde .tag-velo-link,
  .item .item-velo.naranja .tag-velo-link {
    border-color: #ffffff;
    color: #ffffff !important;
  }
  
  .item .item-velo.azul .tag-velo-link:hover {
    color: #2962b4 !important;
    background-color: #ffffff;
  }
  
  .item .item-velo.verde .tag-velo-link:hover,
  .item .item-velo.naranja .tag-velo-link:hover {
    color: #4a4a4a !important;
    background-color: #ffffff;
  }
  
  
  .item .banner-principal-img.desktop-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50.1%);
    top: 50%;
  }
  
  .item .tag-velo-link,
  .item .titulo-velo-link,
  .item .texto-velo-link,
  .item .boton-velo-link {
    text-decoration: none;
  }
  
  .item .tag-velo-link:hover,
  .item .titulo-velo-link:hover,
  .item .texto-velo-link:hover,
  .item .boton-velo-link:hover {
    text-decoration: none;
    color: #5d8ac5 !important;
  }
  
  .item .tag-velo-link:focus,
  .item .titulo-velo-link:focus,
  .item .texto-velo-link:focus,
  .item .boton-velo-link:focus {
    outline-color: #FFFFFF;
  }
  
  .item .item-velo.blanco .tag-velo-link:focus,
  .item .item-velo.blanco .titulo-velo-link:focus,
  .item .item-velo.blanco .texto-velo-link:focus,
  .item .item-velo.blanco .boton-velo-link:focus {
    outline-color: #355d0f;
  }
  
  .item .titulo-velo-link:hover {
    color: #ffffff !important;
    border-bottom: solid 2px #ffffff;
  }
  
  .item .texto-velo b,
  .item .texto-velo .negrita_texto {
    font-family: "IberPangeaText";
    font-family: sans-serif;
  }
  
  .item .item-velo.blanco .texto-velo b,
  .item .item-velo.blanco .texto-velo .negrita_texto,
  .item .item-velo.gris .texto-velo b,
  .item .item-velo.gris .texto-velo .negrita_texto {
    color: #417505 !important;
  }
  
  .item .item-velo.azul .texto-velo b,
  .item .item-velo.azul .texto-velo .negrita_texto,
  .item .item-velo.verde .texto-velo b,
  .item .item-velo.verde .texto-velo .negrita_texto,
  .item .item-velo.naranja .texto-velo b,
  .item .item-velo.naranja .texto-velo .negrita_texto {
    color: #ffffff !important;
  }
  
  .itemvidka .video-carrusel {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  /* ends Colores */
  .item .boton-velo-link .ven-new {
    position: relative;
  }
  
  .item .banner-principal-link > .ven-new {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .item .tag-velo-link .ven-new {
    width: 10px;
    height: 10px;
    margin-bottom: -1px;
  }
  
  .item .boton-velo-link .ven-new {
    width: 11px;
    height: 11px;
    margin-bottom: 1px;
  }
  
  .item .banner-principal-link > .link-to-pdf {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    color: gray;
  }
  
  .item .tag-velo-link .link-to-pdf {
    padding-left: 0.4em;
  }
  
  .item .titulo-velo-link .link-to-pdf {
    padding-left: 0.3em;
  }
  
  .item .boton-velo-link .link-to-pdf {
    padding-left: 0.4em;
  }
  
  .carousel-control {
    width: 5%;
  }
  
  .velo-video-youtube, .velo-video-kaltura {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    top: 0px;
    opacity: 0.5;
    display: none;
  }
  
  .itemvidka:hover .velo-inicio-video-kaltura {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    top: 0px;
    opacity: 1;
    display: block;
  }
  
  #myCarousel .carousel-indicators li.active,
  #myCarousel .carousel-indicators li a.active,
  #myCarousel .carousel-indicators li.active a {
    background-image: url(/o/iberdrola-corporativo-theme/images/ovalorange.svg);
    background-color: transparent;
    background-repeat: no-repeat;
  }
  
  #myCarousel .carousel-indicators li,
  #myCarousel .carousel-indicators li a {
    background-image: url(/o/iberdrola-corporativo-theme/images/ovalwhite.svg);
    background-color: transparent;
    background-repeat: no-repeat;
  }
  
  #myCarousel .carousel-indicators li {
    z-index: 15;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  }
  
  /*.glyphicon-chevron-right:before {
      font-family: 'Glyphicons Halflings';
      content: "\e080";
  }
  .glyphicon-chevron-left:before {
      font-family: 'Glyphicons Halflings';
      content: "\e079";
  }*/
  .carousel-control {
    width: 5%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(255, 255, 255, 0);
    filter: none;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%) !important;
  }
  
  .carousel-control .glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/fizq_arrow_wg.png") !important;
  }
  
  .carousel-control .glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/fder_arrow_wg.png") !important;
  }
  
  /*flecha verde2 es el hover*/
  .carousel-control:hover .glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_wg_rollover.png") !important;
  }
  
  .carousel-control:hover .glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_wg_rollover.png") !important;
  }
  
  /*gris*/
  .carousel-control.gris > span.glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_blanca.png") !important;
  }
  
  .carousel-control.gris > span.glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_blanca.png") !important;
  }
  
  /*flecha verde rellena*/
  .carousel-control.verde-rellena > span.glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_green.png") !important;
  }

  .carousel-control.naranja-rellena > span.glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_naranja.png") !important;
  }
  
  .carousel-control.verde-rellena > span.glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_green.png") !important;
  }

  .carousel-control.naranja-rellena > span.glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_naranja.png") !important;
  }
  
  /*flecha verde*/
  .carousel-control.verde > span.glyphicon-chevron-left:before,
  .carousel-control.naranja > span.glyphicon-chevron-left:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_wg.png") !important;
  }
 
  
  .carousel-control.verde > span.glyphicon-chevron-right:before,
  .carousel-control.naranja > span.glyphicon-chevron-right:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_wg.png") !important;
  }
  
  /*flecha verde2 es el hover*/
  #carousel-home a.carousel-control.verde-izq:hover span:before,
  #carousel-home a.carousel-control.naranja-izq:hover span:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fizq_arrow_wg_rollover.png") !important;
  }
  
  #carousel-home a.carousel-control.verde-der:hover span:before,
  #carousel-home a.carousel-control.naranja-der:hover span:before {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/fder_arrow_wg_rollover.png") !important;
  }
  
  /* Pantallas superior a 1920px ANCHO*/
  @media (min-width: 1920px) {
    .item .banner-principal-img {
      width: 100%;
      height: auto;
    }
  }
  /* Pantallas superior a 768px ANCHO*/
  @media (min-width: 768px) {
    .item .banner-principal-img {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50.1%);
      top: 50%;
    }
  
    .item .titulo-velo-link .ven-new {
      margin-left: 8px;
      margin-bottom: 0;
      vertical-align: middle;
    }
  }
  /********************/
  /*	Fix	 texto-velo */
  /********************/
  /* Para pantallas inferior a 1266px ANCHO*/
  @media screen and (max-width: 1266px), screen and (max-device-width: 1266px) {
    .item .item-velo .titulo-velo {
      font-size: 3.2vw;
    }
  
    .item section {
      height: 35vw;
    }
  
    .item .item-velo .texto-velo {
      display: none;
    }
  
    .item .item-velo {
      height: 270px;
      left: 75px;
      width: 38vw;
      height: 25vw;
    }
  }
  /* Para pantallas inferior a 960px ANCHO*/
  @media screen and (max-width: 960px), screen and (max-device-width: 960px) {
    .item .item-velo {
      height: 24vw;
    }
  
    .item .item-velo .titulo-velo {
      font-size: 3.5vw;
      line-height: normal;
    }
  }
  /************/
  /*	MOBILE	*/
  /************/
  /* Para pantallas inferior a 768px (mobile) */
  @media screen and (max-width: 47.95em), screen and (max-device-width: 47.95em) {
    .carousel-inner .item .video-carrusel,
  .carousel-inner .item .youtube-player {
      display: none;
    }
  
    .item .banner-principal-img {
      top: 0;
      transform: none;
      height: auto;
      width: 100%;
    }
  
    .item section {
      height: 470px;
      width: 100%;
    }
  
    .item .item-velo {
      position: relative;
      left: inherit !important;
      top: auto;
      bottom: 0;
      margin: 0 auto;
      height: auto;
      background-color: white;
      bottom: 0;
      left: 0;
      position: absolute;
      width: calc(100% - 20px);
      margin: 0 10px 10px;
      z-index: 200;
      padding: 10px;
    }
  
    .item .item-velo .velo-content {
      position: relative;
      bottom: 0;
      height: auto;
      top: initial;
      transform: none;
      width: 100%;
    }
  
    .item .item-velo .titulo-velo {
      font-size: 22px;
      margin-bottom: 0;
      line-height: normal;
    }
  
    .item .item-velo .texto-velo {
      display: none;
    }
  
    .item .item-velo.azul .boton-velo-link,
    .item .item-velo.verde .boton-velo-link,
    .item .item-velo.naranja .boton-velo-link {
      color: #ffffff;
      background-color: transparent;
      font-weight: normal;
    }
  
    .item .item-velo .boton-velo-link,
  .item .item-velo.gris .boton-velo-link {
      color: #417505;
      background-color: transparent;
      font-weight: bold;
    }
  
    .item .item-velo .boton-velo-link:hover,
  .item .item-velo.gris .boton-velo-link:hover {
      background: #417505;
      border: 1px solid #417505;
    }
  
    .item .item-velo.azul .boton-velo-link:hover {
      background: #ffffff;
      border: 1px solid #2962b4;
      color: #2962b4 !important;
    }
  
    .item .item-velo.verde .boton-velo-link:hover {
      background-color: #ffffff;
      color: #417505 !important;
    }

    .item .item-velo.naranja .boton-velo-link:hover {
      background-color: #ffffff;
      color: #ff6f06 !important;
    }
  
    .item .titulo-velo-link .ven-new {
      margin-left: 8px;
    }
  
    .carousel-control {
      width: 8%;
    }
  
    .itemvidka:hover .velo-inicio-video-kaltura {
      opacity: 0.5;
    }
  }

  /* FIN PLANTILLA LO MAS VISTO */
  /* INICIO PLANTILLA CARRUSEL DE IMAGENES */
  /* huellaDigital/owl.carousel.min.css */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img:not(.ven-new) {
    display: block;
    width: 100%;
  }
  
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
  }
  
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
  }
  
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  /* huellaDigital/bloque-carrusel.css */
  #bloqueCarruselSection {
    max-width: 1440px;
    padding: 0 calc(8.2% - -15px);
    margin: 0 auto;
  }
  
  #bloqueCarruselSection .owl-carousel .owl-stage-outer {
    /* overflow: visible; j 95 */
    overflow-x: visible;
    overflow-y: clip;
  }
  
  .owl-theme .owl-nav {
    margin-top: 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;
  }
  
  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 16px;
    margin: 1px 8px;
    padding: 2px 4px;
    background: #7bed35;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    padding: 0;
    line-height: 16px;
  }
  
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #417505;
    color: #FFF;
    text-decoration: none;
  }
  
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px 4px;
    background: #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #7bed35;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #417505;
  }
  
  .owl-carousel {
    margin: 2rem 0;
  }
  
  .owl-carousel .item {
    height: 100%;
    background: #FFF;
    padding: 0;
  }
  
  .owl-carousel.owl-drag .owl-item:not(.active) {
    opacity: 0.5;
    cursor: pointer;
  }
  
  .owl-carousel .item .item-img, .owl-carousel .item .thumbnail_container, .owl-carousel .item .youtube-player {
    height: calc(100vw - 680px);
    display: block;
    max-height: 250px;
    min-height: 200px;
  }
  
  .owl-carousel .item .item-img {
    /*background: #000000 url("/o/iberdrola-corporativo-theme/images/huellaDigital/icono_drag.png") center center no-repeat; j95 */
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .owl-carousel .item .item-img:hover { /* j95 */
    background: #000000 url("/o/iberdrola-corporativo-theme/images/huellaDigital/icono_drag.png") center center no-repeat;
  }
  .owl-carousel .item.itemvidyt .item-img {
    cursor: pointer;
  }
  
  .owl-carousel .item.itemvidyt .item-img,
  .owl-carousel .item.itemvidka .item-img {
    background: #000000;
  }
  
  .owl-carousel .item .item-img.sindrag {
    background: #000000;
  }
  
  .owl-carousel .item-img .link-to-pdf {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  
  .owl-carousel .item-img .ven-new {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px !important;
    height: 13px !important;
  }
  
  .owl-carousel .item .item-img:hover .link-to-pdf {
    color: #FFFFFF;
  }
  
  .owl-carousel .item .posteryt {
    height: calc(100vw - 680px);
    display: block;
    max-height: 250px;
    min-height: 200px;
  }
  
  .owl-carousel .item .item-img img,
  .owl-carousel .posteryt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .owl-carousel .item.itemvidka video {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .owl-carousel .item .item-img:hover img,
  .owl-carousel .item.itemvidka:not(.playing-video):hover video {
    opacity: 0.4;
  }
  
  .owl-carousel .item .item-img .video-carrusel {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    cursor: pointer;
  }
  
  .owl-carousel .item .item-img .boton-play-naranja {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play.png");
    background-image: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    z-index: 200;
    position: absolute;
    background-size: 100%;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  
  div#clickToPlay.clickToPlay {
    display: none !important;
  }
  
  .owl-carousel .item .item-img:active .boton-play-naranja,
  .owl-carousel .item .item-img:hover .boton-play-naranja,
  .owl-carousel .item .item-img:focus .boton-play-naranja {
    content: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play_rollover.png");
    background-image: url("/o/iberdrola-corporativo-theme/images/huellaDigital/play_rollover.png");
  }
  
  .owl-carousel .item .item-footer {
    padding: 15px 0 0 0;
    clear: both;
    display: block;
    height: 100%;
    max-height: 85px;
    overflow: hidden;
  }
  
  .owl-carousel .item .item-footer-link {
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    font-family: "IberPangeaText Light";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  
  .owl-carousel .item .item-footer-link:hover {
    color: #5d8ac5 !important;
  }
  
  .owl-carousel .item .item-footer .link-to-pdf {
    padding-left: 0.4em;
  }
  
  .carrusel-section .item.ico-video:before,
  .carrusel-section .item.ico-audio:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    z-index: 200;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 100%;
    cursor: pointer;
    margin: 0;
  }
  
  .carrusel-section .item.ico-video:before {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/play.svg);
  }
  
  .carrusel-section .item.ico-audio:before {
    background-image: url(/o/iberdrola-corporativo-theme/images/huellaDigital/podcast-line.svg);
  }
  
  .carrusel-section .item.ico-audio.playing-video:before,
  .carrusel-section .item.ico-video.playing-video:before {
    display: none;
  }
  
  /* COPIA DEL GRID PARA AJUSTAR AL MISMO TAMANIO */
  @media screen and (max-width: 2000px) and (min-width: 1800px) {
    #bloqueCarruselSection {
      max-width: 75%;
    }
  }
  @media screen and (max-width: 1799px) and (min-width: 1667px) {
    #bloqueCarruselSection {
      max-width: 80%;
    }
  }
  @media screen and (max-width: 1666px) and (min-width: 1451px) {
    #bloqueCarruselSection {
      max-width: 85%;
    }
  }
  @media screen and (max-width: 1550px) and (min-width: 1116px) {
    #bloqueCarruselSection {
      max-width: 87%;
    }
  }
  @media screen and (max-width: 1115px) and (min-width: 768px) {
    #bloqueCarruselSection {
      max-width: 100%;
      padding: 0;
      overflow: hidden;
    }
  
    #bloqueCarruselSection .owl-carousel .owl-stage-outer {
      overflow: hidden !important;
    }
  }
  @media screen and (max-width: 767px) {
    #bloqueCarruselSection {
      max-width: 100%;
      padding: 0;
      overflow: hidden;
    }
  
    #bloqueCarruselSection .owl-carousel .owl-item {
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }
  
    #bloqueCarruselSection .owl-carousel .owl-stage-outer {
      overflow: hidden !important;
    }
  }

  img.ven-new {
    width:auto !important;
  }