#mod-carrusel-ultimas-experiencias {
  background: var(--Color-Forest-20, #DCEBE1);
}

.contenedor-absoluto-modulo-carrusel {
  background: var(--Color-Forest-20, #DCEBE1);
  border-radius: 48px 48px 0px 0px;
}

#contndrTituloUltExp {
  padding: 0px 16px;
  gap: 32px;
  margin-bottom: 32px;
}

#contndrTituloUltExp div {
  text-align: center;
}

#contndrTituloUltExp,
#contenedorTarjetasUltExp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.green-play-icon {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 33%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

#contndrTituloUltExp {
  padding-top: 40px;
}

/* #contenedorTarjetasUltExp {
  margin-bottom: 40px;
} */

.estilosTituloUltExp {
  margin: 0;
  padding: 0px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  font-family: "IberPangea-Regular";
}

.estilosSubTituloUltExp {
  display: block;
  text-align: left !important;
  font-size: 18px;
  line-height: 22px;
  font-family: "IberPangea-Regular";
  font-weight: 400;
}

#contenedorContenidoUltExp {
  width: 100%;
  padding: 0px 0px 0px 16px;
}

.tab-ult-exp {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.tab-uno-ult-exp {
  display: flex;
}

.container-logos-marcas_triple {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.container-logos-marcas_unico {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
  width: 300px !important;
  margin-right: 50px !important;
  margin-left: 10px;
}

.owl-carousel .owl-item.active:nth-child(3) {
  margin-left: 10px !important;
}

#contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.cloned.active {
  margin-left: 15px !important;
}

#contenedorContenidoUltExp .card {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px 24px;
  border: none;
  width: 304px;
  height: 501px;
  justify-content: space-evenly;
  border-radius: 16px;
  align-items: center;
}

.container-logos-marcas {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contenedorContenidoUltExp #card_separacion {
  background: var(--Color-Forest-20, #DCEBE1);
  width: 304px;
  height: 501px;
  gap: 24px;
  margin-top: -20px;
}

.container-titulo-ult-exp {
  width: 256px;
  height: 172px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.estiloTituloUltExp {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-family: "IberPangea-Regular";
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 256px;
}

.estiloSubituloUltExp {
  width: 256px;
  height: 172px;
}

.estiloSubituloPlan {
  display: none;
}

.contenedorImagenUltExp {
  margin-bottom: 16px;
  width: 256px;
  height: 177px;
}

.imagenPortadaUltExp {
  width: 256;
  border-radius: 16px;
  height: 177px;
}

.container-titulo-ult-exp_1 {
  width: 304px;
  height: 238.5px;
  border-radius: 16px;
  background-color: #FFF5EC;
  padding: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.container-titulo-ult-exp_2 {
  width: 304px;
  height: 238.5px;
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.contenedorCaracteristicasPlan {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.contenedorCaracteristicaTarjeta {
  display: flex;
  flex-direction: row;
}

.contenedorCaracteristicaTarjeta div span {
  font-size: 16px;
  font-weight: 400;
  font-family: "IberPangea-Regular";
}

.contenedorBotonLoQuiero {
  display: flex;
  align-items: center;
}

.card .contenedorBotonLoQuiero {
  justify-content: center;
  margin-top: auto;
}

#contenedorContenidoUltExp .owl-theme .owl-dots {
  margin-bottom: 20px !important;
  margin-left: -10px;
}

#contenedorContenidoUltExp .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #2f6852;
  width: 8px;
  height: 8px;
  background: #fff;
}

#contenedorContenidoUltExp .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #00a443;
  background: #00a443;
  width: 8px;
  height: 8px;
}

.botonHiperLoQuieroSorteo {
  border-radius: 100px;
  background: #2f6852;
  padding: 0px 40px;
  width: 410px;
  max-width: 410px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.contenedorDescripcTarjeta {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.contenedorRelativo {
  position: relative;
  width: 100%;
}

.estiloLabelCardUltExp {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .estiloLabelCardUltExp {
  bottom: 140px;
  left: 263px;
}

.estilosTextoLabelCardUltExp {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #0c0c0c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "IberPangeaText-Regular";
}

.estiloPorcentajeOEurosPlan {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.padding-right-card {
  padding-right: 13%;
}

.padding-left-card {
  padding-left: 170px;
}

/* ---- Iconos Prev y Next ---- */

#contenedorContenidoUltExp .owl-nav {
  position: absolute;
  top: 17%;
  width: calc(100% + 140px);
  z-index: 2;
}

#contenedorContenidoUltExp .owl-prev,
#contenedorContenidoUltExp .owl-next,
#contenedorContenidoUltExp .owl-prev span,
#contenedorContenidoUltExp .owl-next span {
  height: 64px;
  width: 64px;
  outline: none !important;
}

#contenedorContenidoUltExp .owl-prev span {
  display: inline-block;
  background-image: url("/documents/20122/20903496/left_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#contenedorContenidoUltExp .owl-prev {
  position: absolute;
  left: 0%;
  margin: 0px !important;
}

#contenedorContenidoUltExp .owl-next span {
  display: inline-block;
  background-image: url("/documents/20122/20903496/right_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#contenedorContenidoUltExp .owl-next {
  position: absolute;
  right: 0%;
  margin: 0px !important;
}

#contenedorContenidoUltExp .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

#contenedorContenidoUltExp .owl-carousel button.owl-dot {
  outline: none !important;
}

/* ---- o ---- */

/* ---- Efecto Background ---- */

.overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  border-radius: var(--border-radius-l, 16px);
}

.container-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  width: 150px;
  gap: 4px;
}

.img-zoom-img {
  width: 24px !important;
  height: 24px;
}

.txt-zoom-img {
  width: 120px;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  font-family: "IberPangeaText-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* ---- o ---- */

.imgPrimerUltExp {
  content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
}

.imagenPortadaUltExp,
.botonHiperLoQuieroSorteo {
  width: 412px;
  max-width: 412px;
}

.contenedorDescripcTarjeta {
  margin-left: 0px;
}

.padding-right-card {
  padding-right: initial;
}

.padding-left-card {
  padding-left: initial;
}


@media (min-width: 576px) {
  #contndrTituloUltExp #contndrTituloUltExp {
    padding: 0px 16px;
    gap: 32px;
    margin-bottom: 32px;

  }

  #mod-carrusel-ultimas-experiencias {
    margin-bottom: -50px;
  }

  #contndrTituloUltExp div {
    text-align: center;
  }

  #contndrTituloUltExp,
  #contenedorTarjetasUltExp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #contenedorContenidoUltExp #card_separacion {
    background: var(--Color-Forest-20, #DCEBE1);
    width: 304px;
    height: 501px;
    gap: 24px;
    margin-top: -20px;
  }

  .green-play-icon {
    height: 56px;
    width: 56px;
    position: absolute;
    top: 33%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);

  }

  #contenedorTarjetasUltExp {
    margin-bottom: -70px;
  }

  .estilosTituloUltExp {
    margin: 0;
    padding: 0px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'IberPangea-Regular';
  }

  .estilosSubTituloUltExp {
    display: block;
    text-align: left !important;
    font-size: 18px;
    line-height: 22px;
    font-family: 'IberPangea-Regular';
    font-weight: 400;
  }

  #contenedorContenidoUltExp {
    width: 100%;
    padding: 0px 0px 0px 16px;
  }

  .tab-ult-exp {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
  }

  .tab-uno-ult-exp {
    display: flex;
  }

  #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
    width: 300px !important;
    margin-right: 50px !important;
    margin-left: -13px;
  }

  #contenedorContenidoUltExp .card {
    display: flex;
    flex-direction: column;
    border: none;
    justify-content: space-between;
    width: 300px;
  }

  .estiloTituloUltExp {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-family: 'IberPangea-Regular';
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .estiloSubituloPlan {
    display: none;
  }

  .contenedorImagenUltExp {
    margin-bottom: 16px;
  }

  .imagenPortadaUltExp {
    width: 256px;
    border-radius: 16px;
    height: 177px;
  }

  .contenedorCaracteristicasPlan {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }

  .contenedorCaracteristicaTarjeta {
    display: flex;
    flex-direction: row;
  }

  .contenedorCaracteristicaTarjeta div span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'IberPangea-Regular';
  }

  .contenedorBotonLoQuiero {
    display: flex;
    align-items: center;
  }


  .card .contenedorBotonLoQuiero {
    justify-content: center;
    margin-top: auto;
  }

  #contenedorContenidoUltExp .owl-theme .owl-dots{
    margin-left: -40px;
  }

  #contenedorContenidoUltExp .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #2f6852;
    width: 8px;
    height: 8px;
    background: #fff;
  }

  #contenedorContenidoUltExp .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #00a443;
    background: #00a443;
    width: 8px;
    height: 8px;
  }

  .botonHiperLoQuieroSorteo {
    border-radius: 100px;
    background: #2F6852;
    padding: 0px 40px;
    width: 410px;
    max-width: 410px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #FFF;
  }

  .contenedorDescripcTarjeta {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
  }

  .contenedorRelativo {
    position: relative;
    width: 100%;
  }

  .estiloLabelCardUltExp {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card .estiloLabelCardUltExp {
    bottom: 140px;
    left: 263px;
  }

  .estilosTextoLabelCardUltExp {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #0c0c0c;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IberPangeaText-Regular";
  }

  .estiloPorcentajeOEurosPlan {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .padding-right-card {
    padding-right: 13%;
  }

  .padding-left-card {
    padding-left: 170px;
  }

  /* ---- Iconos Prev y Next ---- */

  #contenedorContenidoUltExp .owl-nav {
    position: absolute;
    top: 17%;
    width: calc(100% + 140px);
    z-index: 2;
  }

  #contenedorContenidoUltExp .owl-prev,
  #contenedorContenidoUltExp .owl-next,
  #contenedorContenidoUltExp .owl-prev span,
  #contenedorContenidoUltExp .owl-next span {
    height: 64px;
    width: 64px;
    outline: none !important;
  }

  #contenedorContenidoUltExp .owl-prev span {
    display: inline-block;
    background-image: url('/documents/20122/20903496/left_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contenedorContenidoUltExp .owl-prev {
    position: absolute;
    left: 0%;
    margin: 0px !important;
  }

  #contenedorContenidoUltExp .owl-next span {
    display: inline-block;
    background-image: url('/documents/20122/20903496/right_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contenedorContenidoUltExp .owl-next {
    position: absolute;
    right: 0%;
    margin: 0px !important;
  }

  #contenedorContenidoUltExp .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
  }

  #contenedorContenidoUltExp .owl-carousel button.owl-dot {
    outline: none !important;
  }

  /* ---- o ---- */


  /* ---- Efecto Background ---- */

  .overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    border-radius: var(--border-radius-l, 16px);
  }

  .container-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    width: 150px;
    gap: 4px;
  }

  .img-zoom-img {
    width: 24px !important;
    height: 24px;
  }

  .txt-zoom-img {
    width: 120px;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    font-family: "IberPangeaText-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  /* ---- o ---- */

  .imgPrimerUltExp {
    content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
  }

  .imagenPortadaUltExp,
  .botonHiperLoQuieroSorteo {
    width: 412px;
    max-width: 412px;
  }

  .contenedorDescripcTarjeta {
    margin-left: 0px;
  }

  .padding-right-card {
    padding-right: initial;
  }

  .padding-left-card {
    padding-left: initial;
  }

  #myModal .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 60px;
  }

  #myModal .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: height .4s ease-in-out;
    height: 100%;
    width: 100%;
    border-radius: 0px;
  }

  #myModal .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }

  #myModal .close-btn:hover {
    opacity: 0.7;
  }

  #myModal #videoFrame {
    width: 100%;
    height: 100%;
    margin-top: 12px;
  }

  @media (min-width:576px) {

    #contndrTituloUltExp {
      padding: 40px 42px;
    }

    .contenedor-video-ampliacion-experiencias video {
      width: 492px;
      height: 300px;
    }

    .imagenPortadaUltExp,
    .botonHiperLoQuieroSorteo {
      width: 412px;
      max-width: 412px;
    }

    .contenedorDescripcTarjeta {
      margin-left: 0px;
    }

    .padding-right-card {
      padding-right: initial;
    }

    .padding-left-card {
      padding-left: initial;
    }

    .card .estiloLabelCardUltExp {
      left: 263px;
    }

    #contenedorTarjetasUltExp {
      padding: 0px 0px 0px 26px;
    }

    .imgPrimerUltExp {
      content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
    }

    .padding-right-card {
      padding-right: initial;
    }

    .padding-left-card {
      padding-left: initial;
    }

    .green-play-icon {
      width: 80px;
      height: 80px;
    }
  }

  @media(min-width: 768px) {
    .contenedor-video-ampliacion-experiencias video {
      background: url(/ibdmedia/ibdcomes/hogares/luz/landing/mi-iberdrola/img/img-modulo_video-1920px.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 684px;
    }

    .estilosSubTituloUltExp {
      letter-spacing: -0.2px;
    }

    .green-play-icon {
      top: 30%;
    }
  }

  @media (min-width:992px) {
    .contenedor-video-ampliacion-experiencias video {}

    .imagenPortadaUltExp,
    .botonHiperLoQuieroSorteo {
      width: 401px;
    }

    .container-titulo-ult-exp_1 {
      width: 259px;
    }

    .container-titulo-ult-exp_2 {
      width: 259px;
    }

    .contenedorImagenUltExp {
      width: 214px;
    }

    #contenedorContenidoUltExp #card_separacion {
      padding-right: 0px;
    }

    .padding-right-card {
      padding-right: initial;
    }

    .padding-left-card {
      padding-left: initial;
    }

    .tab-uno-ult-exp {
      display: flex !important;
    }

    #contenedorContenidoUltExp {
      padding: 0px 0px 0px 0px;
      position: relative;
    }

    #contenedorContenidoUltExp .card {
      width: 260px;
    }

    .estiloSubituloPlan {
      display: flex;
      color: #0c0c0c;
      font-family: "IberPangeaText-Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }

    .card .estiloLabelCardUltExp {
      left: 223px !important;
    }

    .tab-ult-exp {
      row-gap: 48px;
      column-gap: 23px;
      align-items: flex-start;
      justify-content: center;
    }


    #contenedorTarjetasUltExp {
      padding: 0px 82px !important;
    }

    #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
      width: 260px !important;
    }

    .imgPrimerUltExp {
      content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
    }

    #contndrTituloUltExp {
      padding: 0px 82px;
    }

    .estilosTituloUltExp {
      font-size: 40px;
      line-height: 48px;

    }

    .estilosSubTituloUltExp {
      letter-spacing: 0px;
    }

    #myModal .close-btn {
      top: 7px;
      right: 7px;
    }

    #myModal .modal-content {
      width: 828px;
      max-width: 828px;
      height: 624px;
      border-radius: 16px;
    }

    .container-logos-marcas {
      flex-direction: row;
    }
  }

  @media (min-width:1200px) {

    #contndrTituloUltExp {
      padding: 0px 100px;
    }

    .imagenPortadaUltExp,
    .botonHiperLoQuieroSorteo {
      width: 312px;
    }

    .estiloTituloUltExp {
      font-size: 24px;
    }

    .container-titulo-ult-exp {
      width: 269px !important;
      height: 252px;
      justify-content: center !important;
      margin-top: -25px !important;
    }

    .container-logos-marcas {
      flex-direction: row !important;
    }

    .tab-ult-exp {
      gap: 24px !important;
    }


    .contenedorImagenUltExp {
      width: 269px;
    }

    #contenedorContenidoUltExp .card {
      width: 316px;
    }

    .card .estiloLabelCardUltExp {
      left: 280px !important;
    }

    .tab-ult-exp {
      gap: 24px;
    }

    #contenedorContenidoUltExp .card {
      width: 318px !important;
    }

    #contenedorTarjetasUltExp {
      padding: 0px 100px !important;
    }

    #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
      width: 310px !important;
    }

    .imgPrimerUltExp {
      content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
    }

    #contenedorContenidoUltExp .owl-next {
      right: 1%;
    }

    .estilosSubTituloUltExp {
      letter-spacing: -0.2px;
    }

    .green-play-icon {
      top: 23%;
    }

    #myModal .modal-content {
      width: 826px;
      max-width: 826px;
      height: 604px;
    }

    .container-logos-marcas {
      flex-direction: row;
    }
  }

  @media(min-width: 1920px) {
    #contndrTituloUltExp {
      padding: 0px 324px;
    }

    .estiloTituloUltExp {
      font-size: 24px;
    }

    .container-logos-marcas {
      flex-direction: row;
    }

    .contenedorImagenUltExp {
      width: 356px !important;
      height: 177px;
    }

    .container-titulo-ult-exp {
      width: 356px !important;
      height: 225px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      justify-content: flex-end !important;
    }

    #contenedorTarjetasUltExp {
      padding: 0px 324px !important;
    }

    #contenedorContenidoUltExp .card {
      width: 408px !important;
      height: 474px !important;
    }

    .container-titulo-ult-exp_1 {
      width: 406px !important;
      height: 225px;
    }

    .container-titulo-ult-exp_2 {
      width: 406px !important;
      height: 225px;
    }

    .card .estiloLabelCardUltExp {
      left: 372px !important;
      top: 12px;
    }

    #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
      width: 300px !important;
    }

    .owl-prev {
      position: absolute;
      left: 2.5%;
      margin: 0px !important;
    }

    .imgPrimerUltExp {
      content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
    }


    #contenedorContenidoUltExp .owl-next {
      right: 0%;
    }

    .contenedor-video-ampliacion-experiencias video {
      width: 1272px;
    }

    .green-play-icon {
      top: 32%;
    }

    .imagenPortadaUltExp {
      width: 356px;
      height: 204px;
    }

    .tab-ult-exp {
      gap: 30px;
      align-items: flex-start;
    }


    #myModal .modal-content {
      width: 1056px;
      max-width: 1056px;
    }
  }

  .contenedor-video-ampliacion-experiencias video {
    width: 492px;
    height: 300px;
  }

  .imagenPortadaUltExp,
  .botonHiperLoQuieroSorteo {
    width: 412px;
    max-width: 412px;
  }

  .contenedorDescripcTarjeta {
    margin-left: 0px;
  }

  .padding-right-card {
    padding-right: initial;
  }

  .padding-left-card {
    padding-left: initial;
  }

  .card .estiloLabelCardUltExp {
    left: 263px;
  }

  #contenedorTarjetasUltExp {
    padding: 0px 0px 0px 26px;
  }

  .imgPrimerUltExp {
    content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
  }

  .imgSegundoUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-jessica-bouzas.png");
  }

  .imgTercerUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-la-zarzuela.png");
  }

  .padding-right-card {
    padding-right: initial;
  }

  .padding-left-card {
    padding-left: initial;
  }

  .green-play-icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) {
  .contenedor-video-ampliacion-experiencias video {
    background: url(/ibdmedia/ibdcomes/hogares/luz/landing/mi-iberdrola/img/img-modulo_video-1920px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 684px;
  }

  .estilosSubTituloUltExp {
    letter-spacing: -0.2px;
  }

  .green-play-icon {
    top: 30%;
  }
}

@media (min-width: 992px) {
  .contenedor-video-ampliacion-experiencias video {}

  .imagenPortadaUltExp,
  .botonHiperLoQuieroSorteo {
    width: 401px;
  }

  .padding-right-card {
    padding-right: initial;
  }

  .padding-left-card {
    padding-left: initial;
  }

  .tab-uno-ult-exp {
    display: flex !important;
  }

  #contenedorContenidoUltExp {
    padding: 0px 0px 0px 0px;
    position: relative;
    height: 560px;
  }

  #contenedorContenidoUltExp .card {
    width: 260px;
  }

  .estiloSubituloPlan {
    display: flex;
    color: #0c0c0c;
    font-family: "IberPangeaText-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .card .estiloLabelCardUltExp {
    left: 223px !important;
  }

  .container-titulo-ult-exp {
    width: 214px;
    height: 252px;
  }

  .container-logos-marcas {
    flex-direction: column;
  }

  .tab-ult-exp {
    gap: 0px;
    align-items: flex-start;
  }

  #contenedorTarjetasUltExp {
    padding: 0px 82px !important;
    display: contents;
  }

  #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
    width: 260px !important;
  }

  .imgPrimerUltExp {
    content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
  }

  .imgSegundoUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-jessica-bouzas.png");
  }

  .imgTercerUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-la-zarzuela.png");
  }

  #contndrTituloUltExp {
    padding: 40px 82px;
  }

  .estilosTituloUltExp {
    font-size: 40px;
    line-height: 48px;
  }

  .contenedor-video-ampliacion-experiencias video {
    background: url(/ibdmedia/ibdcomes/hogares/luz/landing/mi-iberdrola/img/img-modulo_video-1920px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 828px;
  }

  .estilosSubTituloUltExp {
    letter-spacing: 0px;
  }

  #myModal .close-btn {
    top: 7px;
    right: 7px;
  }

  #myModal .modal-content {
    width: 828px;
    max-width: 828px;
    height: 624px;
    border-radius: 16px;
  }
}

@media (min-width: 1200px) {
  #contndrTituloUltExp {
    padding: 40px 100px;
  }

  #contenedorContenidoUltExp #card_separacion {
    padding-right: 18px;
  }

  .container-titulo-ult-exp_1 {
    width: 316px;
  }

  .container-titulo-ult-exp_2 {
    width: 316px;
  }

  .contenedorImagenUltExp {
    width: 269px;
  }

  .imagenPortadaUltExp,
  .botonHiperLoQuieroSorteo {
    width: 312px;
  }

  #contenedorContenidoUltExp .card {
    width: 316px;
  }

  .card .estiloLabelCardUltExp {
    left: 280px !important;
  }

  #contenedorContenidoUltExp .card {
    width: 318px !important;
  }

  #contenedorTarjetasUltExp {
    padding: 0px 100px !important;
  }

  #contenedorContenidoUltExp .owl-carousel.owl-drag .owl-item.active {
    width: 310px !important;
  }

  .imgPrimerUltExp {
    content: url("/documents/20122/20903496/modulo-marcas-1920px.jpg");
  }

  .imgSegundoUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-jessica-bouzas.png");
  }

  .imgTercerUltExp {
    content: url("/ibdmedia/ibdcomes/hogares/miiberdrola/ampliacion-experiencias/img/img-la-zarzuela.png");
  }

  #contenedorContenidoUltExp .owl-next {
    right: 1%;
  }

  .contenedor-video-ampliacion-experiencias video {
    background: url(/ibdmedia/ibdcomes/hogares/luz/landing/mi-iberdrola/img/img-modulo_video-1920px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1000px;
  }

  .estilosSubTituloUltExp {
    letter-spacing: -0.2px;
  }

  .green-play-icon {
    top: 23%;
  }

  #myModal .modal-content {
    width: 826px;
    max-width: 826px;
    height: 604px;
  }
}

@media (min-width: 1920px) {
  #contndrTituloUltExp {
    padding: 40px 324px;
  }

  #contenedorTarjetasUltExp {
    padding: 0px 324px !important;
  }

  #contenedorContenidoUltExp .card {
    width: 400px !important;
    height: 474px !important;
  }

  .container-titulo-ult-exp {
    width: 356px;
    height: 225px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end;
  }

  .imagenPortadaUltExp {
    width: 400px;
    height: 204px;
  }

  .card .estiloLabelCardUltExp {
    left: 372px !important;
    top: 12px;
  }

  .contenedor-video-ampliacion-experiencias video {
    width: 1272px;
  }

  .green-play-icon {
    top: 32%;
  }

  #myModal .modal-content {
    width: 1056px;
    max-width: 1056px;
  }
}
