:root {
  --c-claro: #FCFCFD;
  --c-obscuro: #000000;
  --c-extra: #666666;
  --c-obs-26: #0F1319;
  --c-neutral-26: #657081;
  --c-neutral-border: #8F96A280;
  --c-gray: #798799;
  --c-deepgray: #181D25;
  --c-red:#FD2C4E;
  --border-ra: 20px;
}

body {
  padding-top: 70px;
}
body.single-post {
  background-color: var(--c-obs-26);
}
body{
  background-color: var(--c-obs-26);
}





/* HEADER & MENU --------------------------------------------------------------*/


.col-force-100-in768 span{
  display: none!important;
}

.custom-play {
  display: inline-flex;
  width: 22px;
  height: 25px;
  background-position: 110% center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 22.7'%3E%3Cpath d='M0 22.7V0l17 11.2zM1.3 2.3v18l13.5-9.1z' style='fill:%23fcfcfd'/%3E%3C/svg%3E");

  &.is_paused{
    background-position: 50% center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Cdds' viewBox='0 0 15.9 21.6'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23fcfcfd%7D%3C/style%3E%3C/defs%3E%3Cpath d='M5.8 21.6H0V0h5.8zm-4.3-1.5h2.8V1.5H1.5zM15.9 21.6h-5.8V0h5.8zm-4.2-1.5h2.8V1.5h-2.8z' class='st0'/%3E%3C/svg%3E");
  }
}



.audio-title .title-desktop {
  display: block;
}

.audio-title .title-mobile {
  display: none;
}

body.single {
  .audio-player {
    margin: 0 auto !important;
  }
}

video.float-video {
  width: 150%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.slide-swiper-principal video.float-video {
  width: 180%;
  height: 130%;
}

.temporal-hide {
  display: none !important;
}

header.header-content.audi-v6-header {
  background-color: var(--c-obs-26);
  color: var(--c-claro);
  padding: 0;
}

header.header-content.audi-v6-header a.logo-texto {
  color: var(--c-claro);
  text-decoration: none !important;
}

header.header-content.audi-v6-header span.site-description {
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  padding: 0;
  letter-spacing: 0;
}
header .seccion-bloque-superior {
  background-color: var(--c-obs-26);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-right: 32px;
  padding-left: 32px;
}

header .seccion-bloque-superior .area-logo-texto {
  width: 33.333%;
  order: 0;
  text-align: left;
}

header .seccion-bloque-superior .area-logo-central {
  width: 33.333%;
  text-align: center;
  order: 1;
}

header .seccion-bloque-superior .area-cta-menu {
  width: 33.333%;
  text-align: right;
  order: 2;
}

header.audi-v6-header span.site-description b {
  font-family: "audi_extended_bold" !important;
}

header.audi-v6-header .area-logo-central a.logo-header {
  display: inline-block;
  width: 100px;
  height: auto;
}

header.audi-v6-header .area-logo-central a.logo-header img {
  max-width: 100%;
  width: 100%;
  filter: invert(100%);
}

.wrapp-cta-menu {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  justify-content: flex-end;
}

.wrapp-cta-menu span.title {
  padding-right: 10px;
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.wrapp-cta-menu span.title:before {
  content: "Cerrar";
  font-size: 0px;
}
.wrapp-cta-menu span.title.isActivo {
  font-size: 0;
}

.wrapp-cta-menu span.title.isActivo:before {
  content: "Cerrar";
  font-size: 16px;
}

.content-menu-movil.seccion-bloque-menu-expandible {
  display: none;
  width: 100%;
  background-color: var(--c-obs-26);
  color: var(--c-claro);
  position: relative;
  height: calc(100dvh - 70px);
}

.content-menu-full-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}


.v6-box-2columns-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: solid 1px #65708180;
  gap: 10rem;
  padding: 2.5rem 4rem 0 4rem;
  margin-top: 2.5rem;
}

.header-redes{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.v6-box-2columns-v1{

}

.v6-box-2columns-v2{

}

.extra-top-menu #menu-menu-principal{
  gap:1.1rem;
}


.v6-box-2columns-v2 a.redes-link{
   display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 300px;
  color: var(--c-claro);
  text-decoration: none !important;
  font-size: 18px;
  line-height: 0;
  transition: all ease 0.25s;
  border: 1.3px solid #2C343F;
  background: linear-gradient(180deg, #222934 0%, #181D25 100%);
  justify-content: center;
  align-items: center;

  &:hover {
    opacity: 0.4;
    transition: all ease 0.4s;
  }
}



.box-section-full-menu.box-menu {
  padding-bottom: 1.7rem;
}

.box-section-full-menu.box-selector-mes {
  padding: 8px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.box-section-full-menu.box-redes {
  display: flex;
  flex-direction: row;
  grid-gap: 15px;
  justify-content: flex-end;
  width: 100%;
  padding: 0 20px;

  a {
    font-size: 25px;
    color: var(--c-claro);
    text-decoration: none;
    transition: all ease 0.4s;

    &:hover {
      opacity: 0.4;
      transition: all ease 0.4s;
    }
  }
}

/* Entrada version 4 */


/* Contenedor principal centrado */
.container.v4-single-entrada-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;

  width: 100%;
  max-width: 1300px;
  margin-inline: auto;

  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}

/*
 * Extiende el bloque únicamente hacia el borde izquierdo
 * del viewport y mantiene alineado el lado derecho.
 */
.full-top-single-space {
  --full-bleed-left: max(0px, calc((100vw - 1270px) / 2));
  position: relative;
  width: calc(100% + var(--full-bleed-left));
  margin-left: calc(var(--full-bleed-left) * -1);

  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Imagen y video ocupan todo el bloque */
.full-top-single-space img,
.full-top-single-space video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;

  margin: 0;
  padding: 0;
}

/* Por seguridad en pantallas menores a 1300px */
@media (max-width: 1300px) {

  .full-top-single-space {
    position: relative;
    width: calc(100% + 15px);
    max-width: none;
    margin-left: -15px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
}


@media (max-width: 1024px) {
  .full-top-single-space {
    position: relative;
    width: calc(100% + 15px);
    max-width: none;
    margin-left: -15px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .full-top-single-space {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}


html,
body {
  overflow-x: clip;
}

section.v4-single-entrada {
  .container.v4-single-entrada-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1300px;
    padding-top: 0px;
    padding-bottom: 0;
    gap: 0;
  }

  .v4-single-entrada-contenido {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .v4-single-entrada-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 390px;
    width: 390px;
    padding: 90px 20px 90px 20px;
    background: #14171d;
    border-left: 1px solid #65708133;
    position: relative;
    z-index: 2;

    &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -340%;
      width: 1390px;
      height: 100%;
      background-color: inherit;
    }
  }


  .v6-content-space{
    padding-right: 10%;
  }

  .v4-single-entrada-box-datos-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 15px 30px 15px;
   background: #21252d;
    position: relative;
    z-index: 1;

    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -200%;
      width: 200vw;
      height: 100%;
      background-color: inherit;
      z-index: -1;
    }
  }

  .extra-date{
    display: block;
    color: #B0B4BA;
    font-size: 16px;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    font-family: "audi_extended_normal" !important;
  }

  .v6-content-space .type-post{
    font-size: 20px;
    color: #B0B4BA;
  }

  .v6-content-space .type-post> h2.wp-block-heading:first-child {
    display: none;
  }

  .v6-singlepost-title{
    font-size: 45px;
    line-height: 100%;
    padding-bottom: 4rem;
  }


  .v4-single-entrada-box {
    display: flex;
    flex-direction: column;
    /* padding: 30px 40px 15px 15px; */
    position: relative;
  }

  .datos-lineal {
    font-family: "audi_extended_normal" !important;
  }

  .compartir-bloque {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        align-items: flex-start;
        justify-content: flex-start;
        font-family: "audi_extended_normal" !important;
        padding-top: 5rem;
        margin-bottom: 4rem;

    hr {
      height: 1px;
      background-color:var(--c-neutral-26);
      width: 100%;
      display: block;
      border: none;
    }
  }

  .v6-box-share{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:1rem;
    color: var(--c-neutral-26);
    font-size: 16px;
  }

}

.v6-box-share .compartir-redes{

}

.v6-box-share .compartir-redes a{
  display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 300px;
    color: var(--c-claro);
    text-decoration: none !important;
    font-size: 18px;
    line-height: 0;

    border: 1.3px solid #2C343F;
    background: linear-gradient(180deg, #222934 0%, #181D25 100%);
    justify-content: center;
    align-items: center;
    transition: all ease 0.25s, opacity ease 0.25s;

    .extra-icon{
     width: 15px;
      height: 20px;
      background-size: contain;
    }

    .extra-icon.extra-icono-mail {
      width: 21px;
    }

     .extra-icon.extra-icono-whats{
      width: 19px;
    }
}
/* Cuando pasamos el mouse por encima del contenedor PADRE, 
   bajamos la opacidad de TODOS los enlaces */
.v6-box-share .compartir-redes:hover a {
  opacity: 0.6;
}

/* Pero al enlace específico que tiene el mouse encima (y solo a ese),
   le devolvemos la opacidad total */
.v6-box-share .compartir-redes a:hover {
  opacity: 1;
}

.v4-single-entrada-sidebar-top,
.v4-single-entrada-sidebar-bottom {
  position: relative;
  z-index: 3;
}

.entradas-relacionadas-sidebar {
}

.btn-negro {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  padding: 0 0 10px 0 !important;
  position: relative;
  color:var(--c-claro);
  border-bottom: solid 1px var(--c-claro) !important;
  transition: all ease 0.15s;
  text-decoration: none !important;
  width: max-content;

  &:hover {
    color: var(--c-gray) !important;
  }

  &.id_big {
    font-size: 18px;
    background-color: var(--c-claro);
  }
}

.btn-negro:after {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: -35px;
  padding-right: 6px;
  transition: all ease 0.15s;
  opacity: .5;
  text-decoration: none !important;
}

.btn-negro.flecha-up {
  background-size: contain;
  background-position: 25px 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.btn-negro.flecha-up:before {
  content: none !important;
}
.btn-negro.flecha-up:after {
  content: none !important;
}


.st-slider-p.reduce_space {
  padding-top: 10px !important;
}


section.section-simple-titulo {
  .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1300px;
    padding-top: 80px;
    padding-bottom: 0;
    gap: 5px;
  }

  .home_titulo_text {
    margin-bottom: 0 !important;
  }
}

video.video-fijo {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  transform: none;
  z-index: 0;
}

.caja-fija-scroll {
  position: sticky;
  top: 300px;
}

div.sticky {
  position: sticky;
  top: 90px;
  z-index: 99;
  isolation: isolate;
  min-height: 82px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.sticky.sticky-activo:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 50vw);
  width: calc(50vw + 61%);

  height: 180px;
  top: -25px;
  pointer-events: none;
background: #0F1319;
background: linear-gradient(180deg, rgba(15, 19, 25, 1) 8%, rgba(15, 19, 25, 0.7) 50%, rgba(15, 19, 25, 0) 100%);
}


.extra-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.extra-icono-twitter {
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.91276 6.25187L14.4879 0H13.1668L8.32587 5.42841L4.45945 0H0L5.84678 8.20871L0 14.7648H1.32121L6.43333 9.03217L10.5165 14.7648H14.976L8.91243 6.25187H8.91276ZM7.10318 8.28103L6.51078 7.46363L1.79726 0.959468H3.82656L7.63042 6.20854L8.22282 7.02594L13.1674 13.8489H11.1381L7.10318 8.28135V8.28103Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A");
}

.extra-icono-facebook {
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.72011 9.86217C2.65211 9.86217 1.15605 9.86217 0.47602 9.86217C0.113338 9.86217 0 9.73096 0 9.40295C0 8.52826 0 7.6317 0 6.75701C0 6.40713 0.136006 6.29779 0.47602 6.29779H2.72011C2.72011 6.23219 2.72011 4.96388 2.72011 4.37347C2.72011 3.49877 2.87879 2.66781 3.33214 1.90246C3.80816 1.11523 4.48819 0.590418 5.34956 0.284275C5.91625 0.0874692 6.48294 0 7.09496 0H9.31639C9.63373 0 9.76974 0.131204 9.76974 0.437347V2.93022C9.76974 3.23637 9.63373 3.36757 9.31639 3.36757C8.70436 3.36757 8.09234 3.36757 7.48031 3.38944C6.86829 3.38944 6.55094 3.67371 6.55094 4.286C6.52827 4.94202 6.55094 5.57617 6.55094 6.25406H9.18038C9.54306 6.25406 9.67907 6.38526 9.67907 6.73514V9.38109C9.67907 9.73096 9.56573 9.8403 9.18038 9.8403C8.36435 9.8403 6.61894 9.8403 6.55094 9.8403V16.969C6.55094 17.3408 6.4376 17.472 6.02958 17.472C5.07754 17.472 4.14817 17.472 3.19613 17.472C2.85612 17.472 2.72011 17.3408 2.72011 17.0128C2.72011 14.7167 2.72011 9.92777 2.72011 9.86217Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A");
}

.extra-icono-mail {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.8222 0H3.98961C2.93021 0 1.91419 0.420847 1.16508 1.16996C0.415965 1.91907 -0.00488281 2.93509 -0.00488281 3.99449V22.0055C-0.00488281 23.0649 0.415965 24.0809 1.16508 24.83C1.91419 25.5792 2.93021 26 3.98961 26H31.8222C32.8816 26 33.8976 25.5792 34.6467 24.83C35.3959 24.0809 35.8167 23.0649 35.8167 22.0055V3.99449C35.8167 2.93509 35.3959 1.91907 34.6467 1.16996C33.8976 0.420847 32.8816 0 31.8222 0ZM34.385 22.0055C34.385 22.6852 34.115 23.337 33.6344 23.8177C33.1538 24.2983 32.5019 24.5683 31.8222 24.5683H3.98961C3.30992 24.5683 2.65807 24.2983 2.17745 23.8177C1.69684 23.337 1.42683 22.6852 1.42683 22.0055V3.99449C1.42683 3.3148 1.69684 2.66295 2.17745 2.18234C2.65807 1.70172 3.30992 1.43172 3.98961 1.43172H31.8222C32.5019 1.43172 33.1538 1.70172 33.6344 2.18234C34.115 2.66295 34.385 3.3148 34.385 3.99449V22.0055Z' fill='%23ffffff'/%3E%3Cpath d='M30.9916 3.66519L17.9057 13L4.81975 3.66519C4.74266 3.61066 4.65559 3.57185 4.56351 3.55098C4.47142 3.53011 4.37613 3.52757 4.28306 3.54353C4.19 3.55948 4.10099 3.59361 4.02112 3.64396C3.94124 3.69431 3.87207 3.75991 3.81754 3.83699C3.76302 3.91408 3.72421 4.00115 3.70334 4.09323C3.68246 4.18532 3.67993 4.28061 3.69588 4.37368C3.71184 4.46674 3.74597 4.55575 3.79632 4.63562C3.84667 4.7155 3.91226 4.78467 3.98935 4.8392L17.4905 14.4317C17.6089 14.5246 17.7551 14.5751 17.9057 14.5751C18.0562 14.5751 18.2024 14.5246 18.3208 14.4317L31.8219 4.79624C31.9776 4.68613 32.0832 4.51867 32.1154 4.33072C32.1476 4.14277 32.1039 3.94972 31.9938 3.79404C31.8836 3.63836 31.7162 3.5328 31.5282 3.50058C31.3403 3.46836 31.1472 3.51212 30.9916 3.62223V3.66519Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.extra-icono-mail-blanco {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.8222 0H3.98961C2.93021 0 1.91419 0.420847 1.16508 1.16996C0.415965 1.91907 -0.00488281 2.93509 -0.00488281 3.99449V22.0055C-0.00488281 23.0649 0.415965 24.0809 1.16508 24.83C1.91419 25.5792 2.93021 26 3.98961 26H31.8222C32.8816 26 33.8976 25.5792 34.6467 24.83C35.3959 24.0809 35.8167 23.0649 35.8167 22.0055V3.99449C35.8167 2.93509 35.3959 1.91907 34.6467 1.16996C33.8976 0.420847 32.8816 0 31.8222 0ZM34.385 22.0055C34.385 22.6852 34.115 23.337 33.6344 23.8177C33.1538 24.2983 32.5019 24.5683 31.8222 24.5683H3.98961C3.30992 24.5683 2.65807 24.2983 2.17745 23.8177C1.69684 23.337 1.42683 22.6852 1.42683 22.0055V3.99449C1.42683 3.3148 1.69684 2.66295 2.17745 2.18234C2.65807 1.70172 3.30992 1.43172 3.98961 1.43172H31.8222C32.5019 1.43172 33.1538 1.70172 33.6344 2.18234C34.115 2.66295 34.385 3.3148 34.385 3.99449V22.0055Z' fill='%23ffffff'/%3E%3Cpath d='M30.9916 3.66519L17.9057 13L4.81975 3.66519C4.74266 3.61066 4.65559 3.57185 4.56351 3.55098C4.47142 3.53011 4.37613 3.52757 4.28306 3.54353C4.19 3.55948 4.10099 3.59361 4.02112 3.64396C3.94124 3.69431 3.87207 3.75991 3.81754 3.83699C3.76302 3.91408 3.72421 4.00115 3.70334 4.09323C3.68246 4.18532 3.67993 4.28061 3.69588 4.37368C3.71184 4.46674 3.74597 4.55575 3.79632 4.63562C3.84667 4.7155 3.91226 4.78467 3.98935 4.8392L17.4905 14.4317C17.6089 14.5246 17.7551 14.5751 17.9057 14.5751C18.0562 14.5751 18.2024 14.5246 18.3208 14.4317L31.8219 4.79624C31.9776 4.68613 32.0832 4.51867 32.1154 4.33072C32.1476 4.14277 32.1039 3.94972 31.9938 3.79404C31.8836 3.63836 31.7162 3.5328 31.5282 3.50058C31.3403 3.46836 31.1472 3.51212 30.9916 3.62223V3.66519Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.extra-icon-mini {
  background-size: contain;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.extra-icon-mini:hover.extra-icono-mail-blanco {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='26' viewBox='0 0 36 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.8222 0H3.98961C2.93021 0 1.91419 0.420847 1.16508 1.16996C0.415965 1.91907 -0.00488281 2.93509 -0.00488281 3.99449V22.0055C-0.00488281 23.0649 0.415965 24.0809 1.16508 24.83C1.91419 25.5792 2.93021 26 3.98961 26H31.8222C32.8816 26 33.8976 25.5792 34.6467 24.83C35.3959 24.0809 35.8167 23.0649 35.8167 22.0055V3.99449C35.8167 2.93509 35.3959 1.91907 34.6467 1.16996C33.8976 0.420847 32.8816 0 31.8222 0ZM34.385 22.0055C34.385 22.6852 34.115 23.337 33.6344 23.8177C33.1538 24.2983 32.5019 24.5683 31.8222 24.5683H3.98961C3.30992 24.5683 2.65807 24.2983 2.17745 23.8177C1.69684 23.337 1.42683 22.6852 1.42683 22.0055V3.99449C1.42683 3.3148 1.69684 2.66295 2.17745 2.18234C2.65807 1.70172 3.30992 1.43172 3.98961 1.43172H31.8222C32.5019 1.43172 33.1538 1.70172 33.6344 2.18234C34.115 2.66295 34.385 3.3148 34.385 3.99449V22.0055Z' fill='%23000000'/%3E%3Cpath d='M30.9916 3.66519L17.9057 13L4.81975 3.66519C4.74266 3.61066 4.65559 3.57185 4.56351 3.55098C4.47142 3.53011 4.37613 3.52757 4.28306 3.54353C4.19 3.55948 4.10099 3.59361 4.02112 3.64396C3.94124 3.69431 3.87207 3.75991 3.81754 3.83699C3.76302 3.91408 3.72421 4.00115 3.70334 4.09323C3.68246 4.18532 3.67993 4.28061 3.69588 4.37368C3.71184 4.46674 3.74597 4.55575 3.79632 4.63562C3.84667 4.7155 3.91226 4.78467 3.98935 4.8392L17.4905 14.4317C17.6089 14.5246 17.7551 14.5751 17.9057 14.5751C18.0562 14.5751 18.2024 14.5246 18.3208 14.4317L31.8219 4.79624C31.9776 4.68613 32.0832 4.51867 32.1154 4.33072C32.1476 4.14277 32.1039 3.94972 31.9938 3.79404C31.8836 3.63836 31.7162 3.5328 31.5282 3.50058C31.3403 3.46836 31.1472 3.51212 30.9916 3.62223V3.66519Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}

.extra-icono-whats {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15.9 16'%3E%3C!-- Generator: Adobe Illustrator 30.6.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 109) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M13.6,2.3C12.1.8,10.1,0,8,0,3.6,0,0,3.6,0,7.9c0,1.4.4,2.8,1.1,4l-1.1,4.1,4.2-1.1c1.2.6,2.5,1,3.8,1h0c4.4,0,7.9-3.6,7.9-7.9,0-2.1-.8-4.1-2.3-5.6h0ZM8,14.5c-1.2,0-2.3-.3-3.4-.9h-.2c0-.1-2.5.5-2.5.5l.7-2.4-.2-.3c-.7-1-1-2.3-1-3.5C1.4,4.3,4.4,1.3,8,1.3c1.7,0,3.4.7,4.7,1.9,1.2,1.2,1.9,2.9,1.9,4.7,0,3.6-3,6.6-6.6,6.6M11.6,9.6c-.2,0-1.2-.6-1.4-.6-.2,0-.3,0-.4,0-.1.2-.5.6-.6.8-.1.1-.2.1-.4,0-.2-.1-.8-.3-1.6-1-.6-.5-1-1.2-1.1-1.4-.1-.2,0-.3,0-.4,0,0,.2-.2.3-.3,0-.1.1-.2.2-.3,0-.1,0-.2,0-.3,0,0-.4-1.1-.6-1.5-.2-.4-.3-.3-.4-.3-.1,0-.2,0-.4,0-.2,0-.4,0-.5.2-.2.2-.7.7-.7,1.7s.7,1.9.8,2c0,.1,1.4,2.1,3.4,3,.5.2.8.3,1.1.4.5.2.9.1,1.2,0,.4,0,1.2-.5,1.3-.9.2-.5.2-.9.1-.9,0,0-.2-.1-.4-.2'/%3E%3C/svg%3E");
}

.prev-audio-intro{
  display: block;
  color: #798799;
  font-size: 16px;
}


.type-post p{
  padding-bottom: 1.2rem;
}

.btn-circular-up {
    display: flex;
    background: #181D2599;
    border: 1px solid #DBDFE699;
    color: var(--c-claro);
    font-family: "audi_extended_normal" !important;
    border-radius: 300px;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    height: 50px;

    &:hover{
      background-color: var(--c-obs-26)!important;
color: var(--c-claro);
    }
}

.btn-circular-up span{
  display: block;
  width: max-content;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='16' viewBox='0 0 7 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.66693 0.53401L6.90026 3.76734L6.43359 4.23401L4.00026 1.80734V16.0007H3.33359V1.80068L0.90026 4.24068L0.433594 3.77401L3.66693 0.527344V0.53401Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn-circular-up:hover span{
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='16' viewBox='0 0 7 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.66693 0.53401L6.90026 3.76734L6.43359 4.23401L4.00026 1.80734V16.0007H3.33359V1.80068L0.90026 4.24068L0.433594 3.77401L3.66693 0.527344V0.53401Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Entrada version 4 */

/* redes Footer */
.audi-v3-footer-row.footer-top-bar .box-redes a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 300px;
  color: var(--c-claro);
  text-decoration: none !important;
  font-size: 18px;
  line-height: 0;
  transition: all ease 0.25s;
  border: 1.3px solid #2C343F;
  background: linear-gradient(180deg, #222934 0%, #181D25 100%);
  justify-content: center;
  align-items: center;

  &:hover {
    opacity: 0.4;
    transition: all ease 0.4s;
  }
}

section.barra-full-buscador-cta {
  .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    padding-top: 60px;
    padding-bottom: 20px;
    gap: 70px;
  }
}

.barra-full-buscador__buscador {
  display: flex;
  width: 100%;

  .input-search {
    height: 50px !important;
    font-size: 16px !important;
  }
}

.barra-full-buscador__cta {
  display: block;
  width: max-content;
  min-width: max-content;

  .box-cta {
    background-color: var(--c-deepgray);
    color: var(--c-claro);
    border: solid 2px #2C343F;
    font-size: 18px;
    font-family: "audi_extended_normal" !important;
    padding: 10px 50px;
    font-weight: 700;
    transition: all ease 0.15s;
    border-radius: 300px;

    &:hover {
      background-color: #242840;
      color: var(--c-claro);
     border: solid 2px #2C343F;
    }
  }
}




/* FORZAR ICONO DE YOUTUBE ---------------------------------------------------------------------------------- */

.------box-section-full-menu.box-redes a.link-r-youtube {
  font-size: 35px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.---------audi-v3-footer-row.footer-top-bar .box-redes a.link-r-youtube {
  font-size: 35px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.box-section-full-menu.box-selector-mes .box-drop-month-cta {
  width: 100%;
  border: none !important;
  font-family: "audi_extended_normal" !important;
  font-size: 25px;
}

.box-section-full-menu.box-selector-mes .box-drop-month-cta strong {
  font-family: "audi_extended_normal" !important;
}

ul#menu-menu-principal,
ul#menu-menu-principal-1 {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style: none;
  font-family: "audi_extended_bold" !important;
  font-size: 24px;
}

ul#menu-menu-principal li,
ul#menu-menu-principal-1 li {
  padding-bottom: 4px;
}

ul#menu-menu-principal li a,
ul#menu-menu-principal-1 li a {
  padding: 0;
  margin: 0;
  font-family: "audi_extended_bold" !important;
  color: var(--c-claro);
}

ul#menu-menu-principal li a span,
ul#menu-menu-principal-1 li a span {
  position: relative;
  padding: 0;
  display: inline-block;
}

ul#menu-menu-principal li a span:after,
ul#menu-menu-principal-1 li a span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0px;
  bottom: 3px;
  transition: all ease 0.25s;
}

ul#menu-menu-principal li a:hover span:after,
ul#menu-menu-principal-1 li a:hover span:after {
  transition: all ease 0.25s;
  width: 100%;
}

header.audi-v6-header .is-menu-movil {
  display: inline-block;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 1;
  right: 0;
  cursor: pointer;
  transform: scale(0.6);
}

header.audi-v6-header .is-menu-movil span {
  display: block;
  width: 100%;
  height: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--c-claro);
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

header.audi-v6-header .is-menu-movil span.el-1 {
  top: 0px;
  opacity: 1;
}

header.audi-v6-header .is-menu-movil span.el-2 {
  top: 10px;
  transform: rotate(0deg);
}

header.audi-v6-header .is-menu-movil span.el-3 {
  top: 20px;
  transform: rotate(0deg);
}

header.audi-v6-header .is-menu-movil span.el-1.isactiveE {
  transform: rotate(45deg);
  top: 14px;
}

header.audi-v6-header .is-menu-movil span.el-2.isactiveE {
  opacity: 0;
}

header.audi-v6-header .is-menu-movil span.el-3.isactiveE {
  transform: rotate(-45deg);
  top: 6px;
}

.box-section-full-menu.box-extra-menu-footer {
  padding-top: 15px;

  .extra-leyenda-top {
    display: block;
    font-family: "audi_extended_normal";
    padding: 5px 0;
    opacity: 1;
    color:#798799;
    font-size: 14px;
  }
}
.box-section-full-menu.box-legales-top-menu {
  padding-top: 10px;

  * {
    font-size: 9px;
    opacity: 70%;
    color: #8e99aab2;

  }
}

#menu-menu-extra-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;

  li.menu-item {
    padding: 0 0 5px 0;

    a.nav-link {
      padding: 0;
      text-decoration: none;
      color: var(--c-claro);
      font-size: 11px;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}




section.audio-home-loop {
  display: block;
  padding: 6rem 0 4rem 0;
  background: linear-gradient(180deg, rgba(34, 41, 52, 0.6) 0%, rgba(24, 29, 37, 0.6) 100%);

}


.container.audio-loop__container,
.container.audio-loop__container-text{
  max-width: 1300px;
  position: relative;
}
.audio-loop__grid{
  display: flex;
  flex-direction: row;
  gap: 3rem;
  width: 100%;
  padding: 4rem 0 2rem 0;
}
.audio-loop__card{
  display: flex;
  flex-direction: row;
  min-height: 220px;
  gap: 1.2rem;
  flex: 1;
  padding: 16px;
  border-radius: var(--border-ra);
  background: linear-gradient(180deg, #222934 0%, #181D25 100%);
  border:2px solid;
  border-image-source: linear-gradient(0deg, #000000, #000000),
  linear-gradient(0deg, #2C343F, #2C343F);
}
.audio-loop__card--image-box{
  display: block;
  width: 120px;
  min-width: 120px;
  flex-basis: 120px;
  overflow: hidden;
  border-radius: 10px;
    
}
.audio-loop__card--image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-loop__card--content-box{
display: flex;
flex-direction: column;
justify-content: space-between;
}

.audio-loop__card--content-box .item_titulo{
  display: block;
  font-size: 16px;
  padding: 1rem 0;
  color: var(--c-claro);
  font-family: "audi_extended_bold" !important;  
}
.audio-loop__card--content-box .item_cat{
display: none!important;
}
.audio-loop__card--content-box .item_segmento{
display: inline-block;
  padding: 5px 10px;
  font-family: "audi_extended_normal" !important;
  background-color: #79879933;
  color: var(--c-gray);
  font-size: 13px;
  width: max-content;
  border-radius: 3px;
}


.btn-play-inline{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none!important;
   font-family: "audi_extended_normal" !important;
  background-color: var(--c-neutral-26);
  color: var(--c-claro);
  border-radius: 300px;
  padding: 10px 15px 10px 10px;
  transition: all ease .15s;

   &:hover {
        background-color: var(--c-obs-26);
        transition: all ease .15s;
        color: var(--c-claro);
    }
}

   

.play-button.play-button-small{
  width: 27px;
  min-width: 27px;
  height: 27px;
}

.play-button.play-button-white{
  background-color: var(--c-claro)!important;
}

.play-button.play-button-small .custom-play {
  display: inline-flex;
  width: 14px;
  height: 15px;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 22.7'%3E%3Cpath d='M0 22.7V0l17 11.2zM1.3 2.3v18l13.5-9.1z' style='fill:%23000000'/%3E%3C/svg%3E");
}

/* Seleccionador de Mes---------------------------------------------------- */

.box-drop-month-cta {
  display: block;
  width: 190px;
  border: solid 1px transparent;
  text-align: left;
  padding: 2px 0;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px 15px;
  cursor: pointer;
  color: #ffffff;
  font-family: "audi_extended_normal";
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: -5px;
}

.box-drop-month-cta::before {
  content: "\e906";
  font-size: 84%;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0px;
}

.box-drop-month-cta strong {
  font-family: "audi_extended_bold";
}

.box-drop-month-cta:hover {
  border: solid 1px #616161;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.box-drop-month-cta.rotate-arrow::before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box-other-months {
  display: none;
  position: relative;
  z-index: 1;
  background-color:var(--c-obs-26);
  width: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.45);
}

.box-other-months ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-other-months ul li a {
  display: block;
  text-decoration: none;
  padding: 8px 10px;
  color: #ffffff;
  font-family: "audi_extended_normal";
  border: solid 1px transparent;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.box-other-months ul li a:hover {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: var(--c-claro);
}

.top-cate-info-fixed {
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
  color: var(--c-extra);
  padding: 20px 30px;

  h3.__subtituloPost {
    font-size: 18px;
    font-family: "audi_extended_normal" !important;
  }
}

.v2-nota-landing .v2-nota-landing-right-side .v2-inner-content-right-side {
  padding: 0;
  height: calc(100% - 62px);
  overflow: auto;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.v2-inner-content-right-side {
  padding-top: 25px !important;
}

.ssba-classic-2 {
  padding-top: 14px !important;
}

.col-share {
  font-family: "audi_extended_bold" !important;
  color: var(--c-extra);
  font-size: 16px;
}

.col-estrella {
  font-family: "audi_extended_bold" !important;
  color: var(--c-extra);
  font-size: 16px;
}

.ssba_share_link {
  display: inline-block;
  width: 35px !important;
  height: 35px !important;
  position: relative;
}
.ssba_facebook_share::before {
  content: "\e912";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  color: var(--c-extra);
}

.ssba_twitter_share::before {
  content: "\e913";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  color: var(--c-extra);
}

.ssba_email_share {
  background-size: cove !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg1689' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 682.7 682.7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23666; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M682.7,170v-10.8c0-40.6-33-73.6-73.6-73.6H73.6C33,85.7,0,118.7,0,159.2v10.8s0,0,0,0v353.3c0,40.6,33,73.6,73.6,73.6h535.6c40.6,0,73.6-33,73.6-73.6V170.1s0,0,0,0ZM73.6,125.7h535.6c18.5,0,33.6,15.1,33.6,33.6h0s-267.9,178.6-267.9,178.6c-17.8,11.9-49.1,11.9-66.9,0L40,159.3h0c0-18.5,15.1-33.6,33.6-33.6ZM609.1,557H73.6c-18.5,0-33.6-15.1-33.6-33.6V207.3l245.7,163.8c15.6,10.4,35.6,15.6,55.7,15.6s40.1-5.2,55.7-15.6l245.7-163.8v316.1c0,18.5-15.1,33.6-33.6,33.6Z'/%3E%3C/svg%3E") !important;
}

img.ssba {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

.ssba-classic-2 div {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 15px;
}

.v2-section-compartir.row.no-gutters.align-items-center {
  align-items: flex-start !important;
}

section.section-entradas-relacionadas {
  /* padding: 0 7%; */
}

.extra-space-section {
  padding: 0 2% 0 2%;
}

a.box-cta-small {
  display: block;
  background-color: var(--c-deepgray);
  text-align: center;
  color: var(--c-claro);
  border: 1px solid #2C343F;
  font-family: "audi_extended_bold";
  font-size: 16px;
  width: 100%;
  /* width: max-content; */
  padding: 15px;
  transition: all ease 0.15s;
  border-radius: 0;
  text-decoration: none;
  border-radius: 300px;

  &:hover {
    background-color: #21242a;
    color: var(--c-claro);
  }

  &:focus{
     background-color:#657081;
    color: var(--c-claro);
  }

}

.txt-notas-rela {
  font-size: 16px;
  font-family: "audi_extended_bold";
  color:#B0B4BA;
  font-weight: bold;
  display: block;
  padding-bottom: 1.8rem;
}

.nota-relacionada {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;

  span.tipo_segmento {
    font-size: 13px;
  }

  .btn-negro {
    font-size: 13px;
  }
}

.nota-relacionada--meta .item_segmento {
    display: inline-block;
    padding: 5px 15px;
    font-family: "audi_extended_normal" !important;
    background-color: #79879933;
    color: var(--c-gray);
    font-size: 16px;
    width: max-content;
    border-radius: 6px;
    margin-top: 1.5rem;
}

.nota-relacionada--figure {
  aspect-ratio: 16 / 9;
  min-width: 100%;
  width: 100%;
  max-height: 160px;
  overflow: hidden;
  padding: 0;
  border-radius: var(--border-ra);
}
.nota-relacionada--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nota-relacioanda--contenido {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.nota-relacioanda--contenido .tipo_segmento{
  margin-top: 5px;
}

.datos-lineal__segmento.alter{
  padding: .5rem .8rem;
  border-radius: 4px;
}

.alter{
    color: var(--c-red)!important;
    background-color: #FD2C4E33!important;
  }


.segmento_destacado{
  display: inline-block;
  padding: 5px 15px;
  font-family: "audi_extended_normal" !important;
  background-color:#79879933;
  color: var(--c-gray);
  font-size: 16px;
  width: max-content;
  border-radius: 6px;



  &.m-etop{
    margin-top: .5rem;
  }
}

.hidden-element{
  display: none!important;
  visibility: hidden!important;
}


.nota-relacionada--titulo {
  display: block;
  padding-bottom: 5px;
}

.nota-relacionada--titulo h4 {
  font-size: 13px;
  font-family: "audi_extended_normal" !important;
  padding: 15px 0 10px 0;
}

.nota-relacionada--titulo h2 {
  font-size: 22px !important;
  font-family: "audi_extended_bold" !important;
  margin-top: 1.2rem!important;
  margin-bottom: 10px !important;
}

.nota-relacionada--link a.inner-enlace {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 40px;
  border-radius: 300px;
  color: #FCFCFD;
  background-color:var(--c-neutral-26);
  text-align: center;
  height: 60px;
  font-family: "audi_extended_normal" !important;
  font-size: 18px;
  transition: all ease 0.125s;
  text-decoration: none !important;
  position: relative;

  &:hover {
    background-color: var(--c-obscuro);
    color: var(--c-claro);
    transition: all ease 0.25s;
    text-decoration: none !important;
  }
}



.nota-relacionada--link a.inner-enlace:before {
    content: "\e906";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 0;
    padding-right: 6px;
    transition: all ease 0.15s;
    text-decoration: none !important;
}





.titulo-interno {
  display: block;
  padding-bottom: 25px;
  font-family: "audi_extended_normal" !important;
}

/*Home entradas destacadas----------------------------------------------------------------------*/

section.entradas-home-destacadas {
  padding: 1px 0px 7rem 0px;

  .container {
    max-width: 1300px;
  }
}

.home-entradas-destacadas--grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  grid-gap: 15px;
}

.home-entradas-destacadas--card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;

  .area-botonera{
    margin-top: auto;
  }

  .btn-negro{
    margin-top: 1.5rem;
  }

}

.home-entradas-destacadas--figure {
  aspect-ratio: 1 / 1;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all ease-in-out 0.3s;
  border-radius: var(--border-ra);
}

.home-entradas-destacadas--img {
  aspect-ratio: 1 / 1;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 1;
  transition: all ease 1s;
}
.home-entradas-destacadas--card:hover .home-entradas-destacadas--img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all ease 1s;
}

.home-entradas-destacadas--contenido {
  display: flex;
  flex-direction: column;
  padding-top: 10px;

  h3 {
    font-family: "audi_extended_normal" !important;
    color: var(--c-extra);
    font-size: 13px;
    display: block;
    padding: 15px 0 10px 0;
  }

  h2 {
    font-family: "audi_extended_bold" !important;
    color: var(--c-claro);
    line-height: 1.4;
    font-size: 22px !important;
    display: block;
    padding: 15px 0 5px 0;
    margin-bottom: 5px !important;    
  }
}

.nota-relacioanda--contenido span.tipo_segmento {
  display: none;
  max-width: max-content;
  width: max-content;
  padding: 6px 15px;
  border-radius: 3px;
  background-color: #9a9a9a;
  color: var(--c-claro);
  font-family: "audi_extended_bold" !important;
  font-size: 16px;
  margin-top: 15px;
}

.v6-span-intro{
  display: inline-block;
  font-size: 20px;
  background: #79879933;
  font-family: "audi_extended_normal" !important;
  font-weight: 400!important;
  padding: 8px 20px;
  border-radius: 6px;
  color: #798799;
}

.home-entradas-destacadas--contenido .inner_cta {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  padding: 6px 20px 6px 20px !important;
  position: relative;
  margin: 6px 0;
  color: #000000;
  border: solid 1px #000000 !important;
  transition: all ease 0.15s;
  text-decoration: none !important;
  width: max-content;
}

.home-entradas-destacadas--contenido .inner_cta:before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  padding-right: 6px;
  transition: all ease 0.15s;
  text-decoration: none !important;
}

.home-entradas-destacadas--contenido .inner_cta:hover {
  color: var(--c-obscuro) !important;
  transition: all ease 0.15s;
  padding-left: 24px !important;
}


.v6-pagination-space{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 1rem;

  .swiper-button-prev{
    position: relative!important;
    left: 0!important;
     margin: 0!important;
    top: 0!important;
    width: 8px;
  height: 20px;
  }

  .swiper-button-next{
    position: relative!important;
    right: 0!important;
    margin: 0!important;
    top: 0!important;
    width: 8px;
    height: 20px;
  }

  .swiper-pagination{
    position: relative!important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0!important;
  }

  &.home-slide-top{
    width: max-content;
    gap: 1rem;
    position: absolute;
    margin: 0;
    bottom: 1rem;
    right: 23%;
  }

  .swiper-pagination-bullet{
    color: #657081!important;
    opacity: 1;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: var(--c-claro)!important;
  }

}

.st-slider-p .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width:15px;
  border-radius: 0;
  margin: 0 10px !important;
  font-size: 14px;
  background-color: #ffffff; 
}


.swiper-button-next.swiper-button-next-slide-principal:after,
.swiper-button-prev.swiper-button-prev-slide-principal:after{
 color: #ffffff!important;
 font-size: 15px!important;
}

.st-slider-p .swiper-pagination-bullets.swiper-pagination-horizontal {
    font-family: "audi_extended_normal" !important;
    width: auto;
    bottom: 0!important;
}



  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    margin: 0 10px !important;
    background-color: #ffffff; 
  
  }

/* Slider destacado nuevas categorias ----------------------------------------------------- */

video.video-entrada-destacada {
  z-index: 0;
  transform: translateX(calc(-50% - 30px)) translateY(-50%);
}

section.slider-home-destacado {
  display: block;
  padding: 6rem 0 6rem 0;
  background: linear-gradient(180deg, rgba(34, 41, 52, 0.6) 0%, rgba(24, 29, 37, 0.6) 100%);

  .container {
    max-width: 1300px;
    position: relative;
  }
}

.slide-destacado-home--item {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.slide-destacado-home--item .nota-relacionada--figure {
  aspect-ratio: 17/ 11;
  /* min-width: 67.8%;
  width: 67.8%; */
  min-width:65%;
  width: 65%;
  max-height: 100%;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-ra);
}

.slider-home-destacado .home_contenido_text p{
  padding-bottom: 3rem;
}

.slide-destacado-home--item .nota-relacionada--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-destacado-home--item .nota-relacionada--titulo h2 {
  display: block;
  width: auto;
  font-size: 36px !important;
  line-height: 1.15;
  padding: 1.5rem 0;
  color: var(--c-claro);
}

.slide-destacado-home--item .nota-relacionada--titulo h4 {
  font-size: 18px !important;
}



.slider-home-destacado .swiper-button-next:after,
.slider-home-destacado .swiper-button-prev:after {
  font-size:10px;
  color: #ffffff;
}

.slider-home-destacado .swiper-button-next,
.slider-home-destacado .swiper-button-prev {
  display: inline-block !important;
}

.slider-home-destacado .swiper-button-next:after,
.slider-home-destacado .swiper-button-prev:after {
  color:var(--c-claro)!important;
}

.slider-home-destacado .swiper-button-next,
.slider-home-destacado .swiper-button-prev {
  top: 100%;
}





.slider-home-destacado
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  width: 15px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "audi_extended_normal" !important;
  font-size: 14px;
  position: relative;
  margin: 0 5px!important;
  color: #657081;
  opacity: 1!important;
}

.swiper-pagination-bullet-active{
  text-decoration: underline!important;
  color:#ffffff!important;
}

.home-entradas-destacadas--figure .float-video {
  width: 180% !important;
  height: 130% !important;
}

/* Sliders de página de inicio de categorias */

body.viajes-experiencias .st-slider-p,
body.style-lifestyle .st-slider-p,
body.arte-cultura .st-slider-p,
body.audi-news .st-slider-p,
body.just-audi .st-slider-p,
body.our-recommendation .st-slider-p,
body.audi-trends .st-slider-p,
body.audi-service .st-slider-p,
body.servicios-financieros .st-slider-p {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 1300px;
  margin: 25px auto 50px auto;
  background-color: transparent;
}

body.viajes-experiencias .st-slider-p .swiper-button-next::after,
body.style-lifestyle .st-slider-p .swiper-button-next::after,
body.arte-cultura .st-slider-p .swiper-button-next::after,
body.audi-news .st-slider-p .swiper-button-next::after,
body.just-audi .st-slider-p .swiper-button-next::after,
body.audi-trends .st-slider-p .swiper-button-next::after,
body.our-recommendation .st-slider-p .swiper-button-next::after,
body.audi-service .st-slider-p .swiper-button-next::after,
body.servicios-financieros .st-slider-p .swiper-button-next::after {
  color: var(--c-obscuro);
}

body.viajes-experiencias .st-slider-p .swiper-button-prev::after,
body.style-lifestyle .st-slider-p .swiper-button-prev::after,
body.arte-cultura .st-slider-p .swiper-button-prev::after,
body.audi-news .st-slider-p .swiper-button-prev::after,
body.just-audi .st-slider-p .swiper-button-prev::after,
body.audi-trends .st-slider-p .swiper-button-prev::after,
body.our-recommendation .st-slider-p .swiper-button-prev::after,
body.audi-service .st-slider-p .swiper-button-prev::after,
body.servicios-financieros .st-slider-p .swiper-button-prev::after {
  color: var(--c-obscuro);
}

body.viajes-experiencias .st-slider-p .swiper-button-next,
body.style-lifestyle .st-slider-p .swiper-button-next,
body.arte-cultura .st-slider-p .swiper-button-next,
body.audi-news .st-slider-p .swiper-button-next,
body.just-audi .st-slider-p .swiper-button-next,
body.audi-trends .st-slider-p .swiper-button-next,
body.our-recommendation .st-slider-p .swiper-button-next,
body.audi-service .st-slider-p .swiper-button-next,
body.servicios-financieros .st-slider-p .swiper-button-next {
  right: 34%;
}

body.viajes-experiencias .st-slider-p .swiper-button-prev,
body.style-lifestyle .st-slider-p .swiper-button-prev,
body.arte-cultura .st-slider-p .swiper-button-prev,
body.audi-news .st-slider-p .swiper-button-prev,
body.just-audi .st-slider-p .swiper-button-prev,
body.audi-trends .st-slider-p .swiper-button-prev,
body.aour-recommendation .st-slider-p .swiper-button-prev,
body.audi-service .st-slider-p .swiper-button-prev,
body.servicios-financieros .st-slider-p .swiper-button-prev {
  left: 34%;
}
body
  .st-slider-p
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}

/* Entradas para la parte mobile */
.entradas-post-mobile {
  flex-direction: row;
  flex-wrap: nowrap;
  grid-gap: 25px;
  width: 100%;
  overflow-x: scroll;
  flex-direction: row;

  scrollbar-width: none;
}
.entradas-post-mobile::-webkit-scrollbar {
  width: 0;
}

.card-mobile-entrada {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 40%;
  width: 40%;
}

.card-mobile-entrada .btn-negro{
  margin-top: auto;
}

.card-mobile-entrada .v2-mask-item-slide {
  aspect-ratio: 1 / 1;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  /* transition: all ease-in-out 0.3s; */
}

.card-mobile-entrada .v2-mask-item-slide .img-responsiva {
  aspect-ratio: 1 / 1;
  min-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  opacity: 1;
}

.card-mobile-entrada h2 {
  font-family: "audi_extended_bold" !important;
  color: var(--c-claro);
  font-size: 24px !important;
  display: block;
  padding: 5px 0 5px 0;
  margin-bottom: 5px !important;
}

.card-mobile-entrada h3 {
  font-family: "audi_extended_normal" !important;
  color: var(--c-extra);
  font-size: 16px !important;
  display: block;
  padding: 20px 0 10px 0;
}

.card-mobile-entrada .inner_cta {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  padding: 0 !important;
  position: relative;
  margin: 2px 0;
}
.card-mobile-entrada .inner_cta:before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  padding-right: 6px;
}

/* FOOTER ---------------------------------------------------------------------------------- */

footer.box_footer_menu.audi-v3-footer {
  background-color:var(--c-obscuro);
  color: var(--c-claro);
  padding: 30px 0 25px 0;

  .container {
    max-width: 1300px;
  }

  p {
    padding: 0 !important;
    margin: 0 !important;
  }

  #menu-menu-footer {
    display: flex;
    flex-direction: row;
    grid-gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;

    li a.nav-link {
      font-size: 12px;
      color: var(--c-claro);
      text-decoration: none;
      padding: 5px 0;

      &:hover {
        opacity: 0.6;
      }
    }
  }
}

.extra-leyenda-footer {
  font-size: 16px;
  font-family: "audi_extended_normal";
  font-weight: normal;
  letter-spacing: -2%;
  color: var(--c-gray);
}

.row.audi-v3-footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.audi-v3-footer-row.footer-top-bar {
  align-items: center;
  padding-bottom: 2rem;
}

.audi-v3-footer-row.footer-bottom-bar {
  align-items: center;
}

.audi-v3-footer-row.footer-top-bar .box-redes {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  grid-gap: 15px;
}

.footer-top-bar .box-content {
  order: 0;
}
.footer-top-bar .box-redes {
  order: 1;
}
.footer-bottom-bar .box-menu {
  order: 0;
}
.footer-bottom-bar .box-legales {
  order: 1;
}

.box-legales.legales-footer{
  color: var(--c-gray)!important;
}

.v3-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 15px 90px 15px;

  .box-cta {
    background-color: var(--c-obscuro);
    text-align: center;
    color: var(--c-claro);
    border: none !important;
    font-family: "audi_extended_bold";
    font-size: 18px;
    width: 50%;
    padding: 15px 20px;
    transition: all ease 0.15s;
    border-radius: 0;

    &:hover {
      background-color: var(--c-claro);
      color: var(--c-obscuro);
    }
  }
}

/* Home Modelo del mes ---------------------------------------------------------------------------------- */

video.modelo-mes__video-back {
  z-index: 0;
}

.v2-home-full-width-section {
  display: block;
  width: 100%;
  background-color: var(--c-claro);
  height: 75vh;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.v2-home-full-width-section .v2-box-full-modelo {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 0;
}

.v2-home-full-width-section
  .v2-box-full-modelo
  .box__content
  .box__img_back
  img {
  transform: translate(-50%, -50%) scale(1.35);
  transition: all ease-in-out 1s;
}

.v2-home-full-width-section
  .v2-box-full-modelo:hover
  .box__content
  .box__img_back
  img {
  transform: translate(-50%, -50%) scale(1.42);
  transition: all ease-in-out 1s;
}

.v2-home-full-width-section .v2-box-full-modelo .v2-mask {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.v2-home-full-width-section .v2-box-full-modelo .white-cta {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.v2-home-full-width-section .box__content .box__front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 88%;
  position: absolute;
  bottom: 7%;
  padding: 0;
}
.v2-home-full-width-section .box__content .box__front .container {
  max-width: 1300px;
}

.v2-home-full-width-section .box__content:hover .box__front {
  opacity: 1 !important;
}

.v2-home-full-width-section .container.hero-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.v2-data-info {
  width: max-content;
}

.v2-data-info h1 {
  font-size: 55px;
  line-height: 1 !important;
  font-family: "audi_extended_normal" !important;
  padding: 0;
  font-weight: 400!important;

  span {
    font-size: 95px;
    font-family: "audi_extended_bold" !important;
  }
}

.v2-data-info span.intro-top {
  font-size: 24px !important;
  line-height: 1 !important;
  font-family: "audi_extended_normal";
  padding: 10px 0 0 8px;
  margin: 0;
  font-weight: 400;
}

.v2-cta .white-cta {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--c-neutral-26);
  border-radius: 1.5px var(--c-neutral-border);
  color: var(--c-claro);
  font-family: "audi_extended_normal";
  width: 230px;
  height: 70px;
  border-radius: 300px;
  font-size: 18px;
  border: none !important;

  &:hover {
    background-color: var(--c-obs-26);
  }
}
.v2-cta .white-cta .icon-auto {
  font-size: 30px;
}

.v2-cta .cta-text {
  padding-left: 10px;
}
.v2-data-info-date .intro {
  font-family: "audi_extended_normal";
  font-size: 18px;
  color: var(--c-claro);
}

.v2-data-info-date h4 {
  font-family: "audi_extended_bold" !important;
  color: var(--c-claro);
}

/* .v2-data-info-date{
  display: none;
} */

/*Home Bloque menu y buscador central -------------------------------------------------------- */

section.section-audio-intro {
  .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1300px;
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 5px;
  }
}

b,
strong {
  font-family: "audi_extended_bold" !important;
}

section.section-barra-menu-central {
  display: block;
  width: 100%;
  background-color: var(--c-obs-26);
  padding: 18px 15px;
}
section.section-barra-menu-central .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
}

section.section-barra-menu-central ul#menu-menu-principal-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  grid-gap: 1.5%;
  font-size: 14px;
}


.section-barra-menu-central ul#menu-menu-principal-1 li a {
  font-family: "audi_extended_normal"!important;
  transition: all ease 0.15s;
  font-size: 16px;
}

.section-barra-menu-central {
  .separador-izquierdo {
    position: relative;

    &:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-58%);
      background-color: #666666;
      width: 1px;
      height: 25px;
    }
  }
  .bloque-menu-central .menu-item span {
    display: inline-block;
    position: relative;
  }

  .bloque-menu-central .menu-item span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    left: -5px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 29.4.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 152) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23666; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M4.6,1.6c.2-.2.5-.2.7,0,0,0,0,0,0,0l6,6c.2.2.2.5,0,.7,0,0,0,0,0,0l-6,6c-.2.2-.5.2-.7,0s-.2-.5,0-.7l5.6-5.6L4.6,2.4c-.2-.2-.2-.5,0-.7,0,0,0,0,0,0'/%3E%3C/svg%3E");
  }
}

.section-barra-menu-central ul#menu-menu-principal-1 li a.faded {
  opacity: 0.5;
}

section.section-barra-menu-central ul#menu-menu-principal-1 li a span:after {
  content: none !important;
}

section.section-barra-menu-central .bloque-menu-central {
  display: block;
  width: 100%;
  order: 0;
}

section.section-barra-menu-central .bloque-buscador {
  display: flex;
  width: 450px;
  order: 1;
}



section.section-barra-v6-intro {
  display: block;
  width: 100%;
  background-color: var(--c-obs-26);
  padding: 35px 15px  15px 15px;
  font-size: 16px;
  color:var(--c-gray);
  font-weight: 400;
}
section.section-barra-v6-intro .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1300px;
  padding-bottom: 30px;
  border-bottom: 1px solid #65708133
}


section.section-audio-intro{
  padding-top: 2rem;
  padding-bottom: 3rem;
}



.form-buscador-v3 {
  display: block;
  width: 100%;
}
.buscador-v3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: solid 1px #ffffff57;
  position: relative;
}

.lupa-cta {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %238f8f8f; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M561.82,545.98l-209.55-209.55c27.6-32.04,44.31-73.71,44.31-119.21,0-100.84-82.04-182.87-182.87-182.87S30.84,116.38,30.84,217.22s82.04,182.87,182.87,182.87c46.35,0,88.73-17.35,120.99-45.88l209.44,209.44,17.68-17.68ZM213.71,375.09c-87.05,0-157.87-70.82-157.87-157.87S126.66,59.35,213.71,59.35s157.87,70.82,157.87,157.87-70.82,157.87-157.87,157.87Z'/%3E%3C/svg%3E");
}

.buscador-v3 .input-search {
  height: 30px;
  margin: 0;
  border: none;
  display: block;
  width: 100%;
  font-size: 12px;
  padding-left: 8px;
  font-family: "audi_extended_normal" !important;
  background-color: rgba(255, 255, 255, 0);
}

/* AUDIO */

.home_titulo_text {
  font-size: 33px !important;
  display: block;
  width: 90%;
  font-family: "audi_extended_bold" !important;
  display: block;
  color: #fcfcfd;
  margin-bottom: 2px;
}

.home_contenido_text {
  font-family: "audi_extended_normal" !important;
  color:#b0b4ba;
  font-size: 18px;
  line-height: 1.5;
}

.home_contenido_text p small{
  display: block;
  padding-top: 4rem;
  padding-bottom: 1rem;
  color: #fcfcfd;
}

.sticky.sticky-activo .audio-player {
  /* El sticky no cambia medidas: evita saltos al entrar o salir del viewport. */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  border-color: rgba(176, 180, 186, 0.45);
}

.sticky.sticky-activo{
  .play-button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    transition: all ease .15s;
  }

  .custom-play {
    display: inline-flex;
    width: 20px;
    height: 20px;
    transition: all ease .15s;
  }
  .audio-player{
    padding: 8px 15px;
    transition: all ease .15s;
  }
}

.audio-player {
  display: flex;
  align-items: center;
  background-color: var(--c-deepgray);
  border: solid 1px var(--c-neutral-26); 
  border-radius: 100px;
  padding: 15px 20px 15px 15px;
  width: 100%;
  max-width: 820px;
  color: #B0B4BA;
  gap: 10px;
  font-family: "audi_extended_normal" !important;
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.play-button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 300px;
  background: #657081;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 180ms ease;

  .bi {
    position: relative;
    top: 2px;
  }
}

.box-audio-content {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.audio-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
  gap: 15px;
}

.audio-title {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  min-width: 0;
}

.audio-subtitle {
  font-size: 16px;
  color: #B0B4BA;
  font-weight: 800;
}

#visualizer {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.timer {
  font-size: 16px;
  min-width: 60px;
  text-align: right;
  color: #798799;
}




/* AUDIO */

/* Página Modelo del Mes ------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
  font-family: "audi_extended_bold" !important;
}

section.hero-auto-mes-v3 {
}

section.hero-auto-mes-v3 .container-fluid {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80vh;
}

.hero-auto-mes-v3--area-imagen {
  display: flex;
  flex-direction: column;
  width: 62%;
  min-width: 62%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all ease-in-out 1s;
  overflow: hidden;
}
.hover-ef-img-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1);
  transition: all ease-in-out 1s;
}

.hero-auto-mes-v3--area-imagen:hover .hover-ef-img-back {
  transform: scale(1.1);
  transition: all ease-in-out 1s;
}

.hero-auto-mes-v3--area-contenido {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38%;
  min-width: 38%;
  height: 100%;
  padding: 2.5%;
  background: linear-gradient(180deg, #222934 0%, #181D25 100%);
}


.hero-auto-mes-v3--area-contenido .info-date-desktop .intro{
  color: var(--c-neutral-26);
  font-size: 16px;
}

.hero-auto-mes-v3--area-contenido .info-date-desktop .titulo-mes{
  font-family: "audi_extended_bold" !important;
  color:#657081;
  font-size: 20px;
}


.v3-area-contenido-top {
  
}

.v3-area-contenido-bottom {
  display: flex;
  flex-direction: column;
}

.v3-area-contenido-titulo {
  padding-bottom: 25px;
  order: 0;
}

figure.figure-logo-modelo-mes {
  order: 1;
  width: 100%;
}

img.image-logo-modelo-mes {
  max-width: 95%;
}

.v3-area-contenido-bottom h1.__tituloPost {
  font-family: "audi_extended_bold" !important;
  font-size: 3vw;
  line-height: 1 !important;
  color: var(--c-claro);
}

.v3-area-contenido-bottom .__subtituloPost {
  color: #B0B4BA;
  font-size: 1.3vw;
  padding-bottom: 1rem;
  display: block;
  font-family: "audi_extended_bold" !important;
}

.v2-data-info-date.info-date-mobile {
  display: none;
}

.gray-column {
  padding: 4.5rem 0 !important;

  h2, h3{
    padding-bottom: 2.5rem;
  }
}

.text-center{
  text-align: center!important;
}

.box-video-v3-caja video {
  top: 0;
  left: 0;
}

section.bloque-01-modelo-mes {
  display: block;
  width: 100%;
  padding: 80px 12% 80px 12%;
  color: var(--c-claro) !important;
  text-align: center;
  background-color: var(--c-obs-26);
}

body.modelo-del-mes,
body.post-template-default{
background-color: var(--c-obs-26)!important;
color: var(--c-claro);
}


.contenidoGeneralPost.modelo-del-mes.bloque-1{
 background: #7987990F;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box-bg-gray {
  padding: 5rem 0;
  background-color: #7987991A;
}
body.single-post .v3-footer-cta {
  padding: 80px 15px 80px 15px;
}

.modelo-del-mes.material-descargable .container-fluid {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}

.colu-info-slider-modelo .swiper-button-next, 
.colu-info-slider-modelo .swiper-button-prev{
  width: 15px;
    height: 30px;
}

.colu-info-slider-modelo .st-slider-p .swiper-button-next:after, 
.colu-info-slider-modelo .st-slider-p .swiper-button-prev:after {
    font-size: 25px;
    color: var(--c-neutral-26)!important;
}

.colu-info-lateral{
  padding-right: 4rem;
}

.row .col-md-6{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.colu-info-slider-modelo{
  align-self: center;
}


.box-video-v3-caja{
overflow: hidden;
display: block;
border-radius: var(--border-ra);
margin: 0;
padding: 0;
line-height: 0;
}


.box-image-cont-descargable {
  display: flex;
  width: 65%;
  height: auto;
  background-color: var(--c-obscuro);
  position: relative;
  overflow: hidden;
}

.box-image-cont-descargable .box-image-hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1);
  transition: all ease-in-out 1s;
}

.box-image-cont-descargable:hover .box-image-hover {
  transform: scale(1.1);
  transition: all ease-in-out 1s;
}

.box-enlaces-cont-descargable {
  display: flex;
  flex-direction: row;
  width: 35%;
}

.box-enlaces-cont-descargable .espacio-interior {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px;
}

.box-new-buttons-content {
  padding: 30px 0;
}
.box-new-buttons-content {
  justify-content: flex-start;
}

a.button-descargas {
  display: flex;
  color: #B0B4BA!important;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-family: "audi_extended_normal" !important;
  text-decoration: none;
  color: var(--c-extra);
  font-size: 20px;
  text-transform: capitalize;
  padding: 22px 15px;
  border-bottom: solid 1px #323232;
  position: relative;
  transition: all ease 0.15s;
}
a.button-descargas:after {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 50px;
  font-size: 24px;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all ease 0.15s;
}

a.button-descargas:hover {
  color: var(--c-obscuro);
}

a.button-descargas:hover:after {
  right: 40px;
  transition: all ease 0.15s;
}

a.button-descargas .icon-botonera-enlaces {
  font-size: 34px;
  padding-right: 20px;
}

.swiper-button-next-slide-modelo-mes {
  opacity: 0.3;
}
.swiper-button-prev-slide-modelo-mes {
  opacity: 0.3;
}

/* slider modelo del mes */
.swiper.slide-modelo-mes {
  height: 480px;
  overflow: hidden;
  border-radius: var(--border-ra);
}

.swiper.slide-modelo-mes .item-slide-destacado {
  height: 480px;
}

.sl-mask-item-slide {
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* De 0 a 768 px, el slider del modelo del mes conserva formato cuadrado. */
@media screen and (max-width: 768px) {
  .swiper.slide-modelo-mes {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .swiper.slide-modelo-mes .swiper-wrapper,
  .swiper.slide-modelo-mes .swiper-slide,
  .swiper.slide-modelo-mes .item-slide-destacado,
  .swiper.slide-modelo-mes .sl-mask-item-slide {
    height: 100%;
  }

  .swiper.slide-modelo-mes .item-slide-destacado,
  .swiper.slide-modelo-mes .sl-mask-item-slide {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .swiper.slide-modelo-mes .sl-mask-item-slide {
    background-position: center center;
    background-size: cover;
  }
}
/* slider modelo del mes */

.contenidoGeneralPost p,
.contenidoGeneralPost ol,
.contenidoGeneralPost ul,
.contenidoGeneralPost li {
  padding-top: 15px;
  font-size: 12px;
  font-family: "audi_extended_normal" !important;
  margin-bottom: 5px !important;
}

.box-bg-gray p,
.box-bg-gray li {
  font-size: 12px;
}

.contenidoGeneralPost.modelo-del-mes
  .st-slider-p
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  opacity: 0;
  visibility: hidden;
}

.barra-full-cta__modelo-mes{
  display: flex;
  width: 100%;
  padding: 5rem 1rem 4rem 1rem;
  justify-content: center;
  align-items: center;
}

.barra-full-cta__modelo-mes a.box-cta{
  display: inline-flex;
  background-color: var(--c-neutral-26);
  border: solid 2px var(--c-neutral-26);
  color: var(--c-claro);
  font-family: "audi_extended_bold" !important;
  font-size: 16px;
  padding: .6rem 12rem;
  border-radius: 300px;
  border: none;
}

.barra-full-cta__modelo-mes a.box-cta:hover{
  background-color: #242840;
  color: var(--c-claro);
  border-color: #2C343F;
}

/* Páginas de interior de categorías */

section.v3-header-section-categoria {

}

.categoria-intro{
  font-size: 40px;
   font-family: "audi_extended_bold" !important;
   color: var(--c-claro);
}

.btn-border-gray {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 40px;
    border-radius: 300px;
    color: #FCFCFD;
    background-color: var(--c-neutral-26);
    text-align: center;
    height: 50px;
    font-family: "audi_extended_normal" !important;
    font-size: 16px;
    transition: all ease 0.125s;
    text-decoration: none !important;
    position: relative;

     &:hover {
        background-color: var(--c-obscuro);
        color: var(--c-claro);
        transition: all ease 0.25s;
        text-decoration: none !important;
    }
}

.btn-border-gray:before {
    content: "\e906";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 0;
    padding-right: 6px;
    transition: all ease 0.15s;
    text-decoration: none !important;
}

section.v3-header-section-categoria .container-fluid.no-padding {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60vh;
}

section.v3-header-section-categoria .v3-box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  min-width: 35%;
  height: 100%;
 background: linear-gradient(180deg, rgba(34, 41, 52, 0.6) 0%, rgba(24, 29, 37, 0.6) 100%);
  padding: 2.5% 2.5% 3% 2.5%;
  order: 0;
}

section.v3-header-section-categoria .v3-box-info .tipo_segmento{
  display: inline-block;
    padding: 5px 10px;
    font-family: "audi_extended_normal" !important;
    background-color: #79879933;
    color: var(--c-gray);
    font-size: 16px;
    width: max-content;
    border-radius: 6px;
}



section.v3-header-section-categoria .v3-box-image {
  display: flex;
  flex-direction: column;
  width: 65%;
  min-width: 65%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all ease-in-out 1s;
  overflow: hidden;
  order: 1;
}

section.v3-header-section-categoria .v3-box-image-hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all ease-in-out 1s;
}

section.v3-header-section-categoria:hover .v3-box-image-hover {
  transform: scale(1.1);
  transition: all ease-in-out 1s;
}

.box-bot-sec-cat h1 {
  font-size: 44px;
  line-height: 0.99;
  color: var(--c-claro);
  padding-bottom: 15px;
}

.box-top-sec-cat h2 {
  line-height: 0.99;
  color: var(--c-extra);
  font-family: "audi_extended_normal" !important;
  font-size: 22px !important;
}

.v4-section-header-fecha-edicion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .titulo-interno {
    margin: 0 !important;
    padding: 12px 15px 0 15px; 
    color: var(--c-neutral-26);
    font-size: 18px;
  }
}

.v4-section-header-titulo-categoria {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-claro);

  h1,h2,p {
    margin: 0;
    padding: 5px 0 3.2rem;
    font-size: 32px;
    font-family: "audi_extended_bold" !important;
  }
}


.v3-header-section-categoria .cta-v3-outline {
  display: block;
  background-color: rgb(255, 255, 255);
  text-align: left;
  font-family: "audi_extended_normal" !important;
  font-size: 16px;
  padding: 12px 25px 12px 22px !important;
  position: relative;
  color: #000000;
  border: solid 1px #000000 !important;
  transition: all ease 0.15s;
  text-decoration: none !important;
  width: max-content;
  margin: 15px 0 0 0;
}

.v3-header-section-categoria .cta-v3-outline:hover {
  color: var(--c-obscuro) !important;
  transition: all ease 0.15s;
  padding-left: 24px !important;
}

.v3-header-section-categoria .cta-v3-outline:before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  padding-right: 6px;
}

.nota-relacionada--link.link-nota-top a.inner-enlace{
  height: 50px;
  font-size: 16px;
  margin-top: 10px;
}

/* Carrusel de entradas páginas internas */

.item-slide-destacado h2 {
  font-family: "audi_extended_bold" !important;
  color: var(--c-claro);
  line-height: 1.4;
  font-size: 22px !important;
  display: block;
  padding: 15px 0 5px 0;
  margin-bottom: 5px !important;
}

.slide__interno--card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 640px;
}

.listado-entradas-categorias-desktop{

  .swiper-slide {
    height: 100%;
}
}

.item-slide-destacado {
  width: 100%;
}

.item-slide-destacado h3 {
  font-family: "audi_extended_normal" !important;
  color: var(--c-extra);
  font-size: 13px;
  display: block;
  padding: 10px 0 10px 0;
}

.item-slide-destacado .inner_cta.box-cta.white-cta {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  font-family: "audi_extended_normal" !important;
  font-size: 14px;
  padding: 6px 20px 6px 20px !important;
  position: relative;
  margin: 2px 0;
}

.item-slide-destacado .inner_cta.box-cta.white-cta:hover {
  color: var(--c-obscuro) !important;
  transition: all ease 0.15s;
  padding-left: 24px !important;
}

.item-slide-destacado .inner_cta.box-cta.white-cta:before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  padding-right: 6px;
}

.v2-nota-landing .v2-nota-landing-right-side .mask-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 900px;
  text-align: center;
  padding: 5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: white;
  font-size: 20px;

  .mini-text {
    font-size: 10px;
    padding-right: 5px;
  }
}

/* Listado de fechas ajustado el espacio */

.box-other-months {
  width: 100%;
}
ul.date-list {
  height: auto !important;
}
/* ul.date-list li{
    display: none;
    height: auto;
 }
 ul.date-list li:nth-child(1) {
      display: block!important;
  }
  ul.date-list li:nth-child(2) {
      display: block !important;
  }
  ul.date-list li:nth-child(3) {
      display: block !important;
  }
  ul.date-list li:nth-child(4) {
      display: block !important;
  }
  ul.date-list li:nth-child(5) {
      display: block !important;
  }
  ul.date-list li:nth-child(6) {
      display: block !important;
  } */

/* ICONOS ---------------------------------------------------------------------------------- */

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?n786wd");
  src:
    url("fonts/icomoon.eot?n786wd#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?n786wd") format("truetype"),
    url("fonts/icomoon.woff?n786wd") format("woff"),
    url("fonts/icomoon.svg?n786wd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-documento:before {
  content: "\e900";
}

.icon-herramientas:before {
  content: "\e901";
}

.icon-chasis:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-catalogo:before {
  content: "\e907";
}

.icon-ficha-tecnica:before {
  content: "\e908";
}

.icon-auto:before {
  content: "\e909";
}

.icon-precio:before {
  content: "\e90a";
}

.icon-configurador:before {
  content: "\e90b";
}

.icon-tiktok:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\e90e";
}

.icon-buscar:before {
  content: "\e90f";
}

.icon-logo:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-facebook:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.listado-entradas-categorias-desktop {
  display: block;
}

.listado-entradas-categorias-mobile {
  display: none;
}

.n2-ss-slider{
  border-radius: 20px!important;
  border-radius: var(--border-ra);
}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
  display: none!important;
}

.n2-ss-slider .nextend-arrow img,
.n2-ss-slider .nextend-arrow img {
  filter: brightness(0) invert(1) !important;
  opacity: .2 !important;
}

.n2-ss-slider-3{
  border-radius: 20px!important;
  overflow: hidden;
}

.responsive-iframe {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  border-radius: var(--border-ra);
}

.n2-section-smartslider {
  background:rgba(255,255,255,0)!important;
}

.n2-ss-widget.nextend-bar > div {
  background-color: rgba(255, 255, 255, 0) !important;
  padding-top: 0 !important;
  color: #666666 !important;
  font-family: "audi_extended_normal" !important;
  font-size: 12px !important;
}

.n2-ss-widget.nextend-bar > div span {
  color: #666666 !important;
  font-family: "audi_extended_normal" !important;
  font-size: 12px !important;
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  z-index: 10;
  position: relative !important;
  top: 7px;
}

.n2-bullet {
  border-radius: 0 !important;
  background: RGBA(0, 0, 0, 0.4) !important;
  padding: 2px 10px 4px 10px !important;
}

.n2-bullet:hover {
  background: RGBA(0, 0, 0, 1) !important;
}

.n2-active {
  background: RGBA(0, 0, 0, 1) !important;
}

    .datos-lineal-mobile{
      display: none!important;
    }

@media screen and (min-width: 1024px) {
  .n2-section-smartslider {
    padding: 0 45px 0 45px !important;
  }
}

/* NUEVO MENU DE ENTRADAS RECIENTES....----------------------------------  */

.aunl-menu-cats {
  display: block;
  width: 100%;
}

ul.aunl-menu-cats__listado {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

li.unl-menu-cats__item.has_submenu {
  flex: 1;
}

span.unl-menu-cats__link-top {
  display: block;
  color: #ffffff;
  padding-bottom: 10px;
}

ul.unl-menu-cats__submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;

  li.unl-menu-cats__item {
    padding-bottom: 5px;
  }
}

a.unl-menu-cats__item-link {
  color: gray;
}

@media screen and (max-width: 991px) {
  ul.aunl-menu-cats__listado {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .unl-menu-cats__submenu {
    display: none;
  }

  .unl-menu-cats__link-top {
    cursor: pointer !important;
  }

  ul.aunl-menu-cats__listado {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .unl-menu-cats__submenu {
    display: none;
  }

  .unl-menu-cats__link-top {
    cursor: pointer !important;
  }

  .unl-menu-cats__link-top::after {
    content: "";
    float: right;
    transition: transform 0.3s ease;
    width: 15px;
    height: 15px;
    background-size: content;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  }

  .unl-menu-cats__link-top.open::after {
    transform: rotate(180deg);
  }

  .v4-single-entrada-sidebar-bottom {
    transform: translateY(30px)!important;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

/* NUEVO MENU DE ENTRADAS RECIENTES....----------------------------------  */

/* Responsive-------------------------------------------------------------------------------- */

@media screen and (min-width: 1900px) {
  .v3-area-contenido-bottom h1.__tituloPost {
    font-size: 45px !important;
  }
  .v3-area-contenido-bottom .__subtituloPost {
    font-size: 25px;
  }
}

@media screen and (max-width: 1440px) {
  section.hero-auto-mes-v3 .container-fluid {
    height: 70vh;
  }

  .box-bot-sec-cat h1 {
    font-size: 38px;
  }

  .nota-relacionada--titulo h2 {
    font-size: 24px !important;
    line-height: 150%;
  }

  .nota-relacionada--titulo h4 {
    font-size: 14px !important;
  }
}
/*1440*/

@media screen and (max-width: 1366px) {
  section.hero-auto-mes-v3 .container-fluid {
    height: 75vh;
  }
}
/*1366*/



@media screen and (max-width: 1290px) {
 .section-barra-menu-central ul#menu-menu-principal-1 li a {
    font-size: 14px;
}
}


@media screen and (max-width: 1280px) {
  section.section-barra-menu-central ul#menu-menu-principal-1 {
    font-size: 12px;
  }
  section.section-barra-menu-central .bloque-buscador {
    width: 400px;
  }

  a.button-descargas {
    font-size: 16px;
  }

  a.button-descargas:after {
    right: 0 !important;
  }

  a.button-descargas .icon-botonera-enlaces {
    font-size: 40px;
  }

  .box-top-sec-cat h2 {
    font-size: 18px !important;
  }

  .cta-v3-outline {
    min-width: 290px;
  }

  .box-bot-sec-cat h1 {
    font-size: 28px;
  }
}

/*1280*/

@media screen and (max-width: 1200px) {
}

/*1200*/

@media screen and (max-width: 1100px) {
  section.section-barra-menu-central ul#menu-menu-principal-1 {
    font-size: 11px;
  }

  section.section-barra-menu-central .bloque-buscador {
    width: 300px;
  }
}

/*1100*/

@media screen and (max-width: 1080px) {
  section.v4-single-entrada {
    .v4-single-entrada-sidebar {
      min-width: 300px;
      width: 300px;
      padding: 70px 10px 90px 10px;
    }
  }

  section.v4-single-entrada {
    & .v4-single-entrada-sidebar {
      &:after {
        content: "";
        right: -410%;
        width: 1000px;
      }
    }
  }
  a.box-cta-small {
    font-size: 12px;
  }
}
/*1080*/

@media screen and (max-width: 1024px) {
  header.header-content.audi-v6-header span.site-description {
    font-size: 18px;
  }

  header .seccion-bloque-superior .area-logo-texto {
    width: 100%;
    order: 1;
    padding-left: 10px;
  }
  header .seccion-bloque-superior .area-logo-central {
    width: auto;
    order: 0;
  }

  .v2-data-info h1 {
    font-size: 35px;
  }

  .v2-data-info h1 span {
      font-size: 70px;
  }

  section.section-barra-menu-central ul#menu-menu-principal-1 {
    width: 100%;
  }
  section.hero-auto-mes-v3 .container-fluid {
    height: 55vh;
  }

  ul#menu-menu-principal-1 li{
    text-align: left;
  }

  .home_titulo_text {
    font-size: 24px!important;
  }
  .home_contenido_text{
    font-size: 16px;
    padding-bottom: 1.5rem;
  }
  .slide-destacado-home--item .nota-relacionada--titulo h2{
    font-size: 24px!important;
  }
  .v6-span-intro {
    font-size: 16px;
  }

  .v6-pagination-space.home-slide-top {
      right: 20%;
  }

  .audio-loop__grid{
    gap:1rem;
  }

  .audio-loop__card--image-box {
      width: 100px;
      min-width: 100px;
      flex-basis: 100px;
  }



}
/*1024*/




@media screen and (max-width: 991px) {
  section.section-barra-menu-central .container {
    flex-direction: column;
  }

  section.section-barra-menu-central .bloque-buscador {
    order: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  section.section-barra-menu-central .bloque-menu-central {
    order: 1;
  }

  .buscador-v3 .input-search {
    height: 45px;
    font-size: 16px;
  }
  .lupa-cta {
    width: 40px;
    height: 40px;
  }

  .wrapp-cta-menu span.title {
    display: none;
  }

  .modelo-del-mes.material-descargable .container-fluid {
    flex-direction: column;
  }

  .box-image-cont-descargable {
    width: 100%;
    height: 50vh;
  }

  .box-enlaces-cont-descargable {
    width: 100%;
  }

  section.v3-header-section-categoria .v3-box-info {
    width: 45%;
    min-width: 45%;
  }

  section.v3-header-section-categoria .v3-box-image {
    width: 55%;
    min-width: 55%;
  }

  a.box-cta-small {
    width: 100%;
  }

  .slide-destacado-home--item {
    flex-direction: column;
  }

  .slide-destacado-home--item .nota-relacionada--figure {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }

  .slider-home-destacado .slide-controls {
    position: relative;
    padding-top: 0;
    margin-top: 15px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .section-barra-menu-central {
    & .separador-izquierdo {
        &:before {
          display: none!important;
        }
      } 
  }



  section.v4-single-entrada {
    .v4-single-entrada-sidebar {
      min-width: 250px;
      width: 250px;
      padding: 70px 5px 40px 5px;
    }
  }

  section.v4-single-entrada {
    & .v4-single-entrada-sidebar {
      &:after {
        content: "";
        right: -350%;
      }
    }
  }

  .v6-pagination-space.home-slide-top {
    position: relative;
    right: auto;
    left: 0;
    bottom: -30px;
    padding-left: 10px;
  }

  section.v3-header-section-categoria .container-fluid.no-padding {
    height: 80vh;
  }

  video.float-video {
    transform: translateX(-50%) translateY(-50%) scale(1.4);
  }

   section.section-barra-menu-central ul#menu-menu-principal-1 {
    flex-direction: column;
    font-size: 16px;
    padding: 20px 5% 0 5%;
  }

  section.section-barra-menu-central ul#menu-menu-principal-1 li {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }

}

/*991*/

@media screen and (max-width: 799px) {
  .v2-nota-landing .v2-nota-landing-left-side .v2-inner-content-left-side {
    height: 60vw;
    opacity: 0;
  }
  .top-cate-info-fixed {
    text-align: center;
  }
  .nota-landing
    .v2-nota-landing-right-side
    .v2-inner-content-right-side
    article.status-publish
    h2 {
    text-align: left !important;
  }
  .contenidoGeneralPost.template-tipo-2.bloque-1 {
    padding: 0 !important;
  }
  .contenidoGeneralPost.template-tipo-2.bloque-1 .container {
    width: 100%;
    max-width: 100% !important;
  }
}
/*799*/

@media screen and (min-width: 769px) {
  .v4-single-entrada-sidebar-top {
    position: sticky;
    top: 90px;
    align-self: flex-start;
    width: 100%;
  }
}


@media screen and (max-width: 768px) {

  ul#menu-menu-principal, ul#menu-menu-principal-1{
    font-size: 18px;
  }

  .header-redes {
    gap: 1rem;
    justify-content: center;
  }

  .box-section-full-menu.box-extra-menu-footer{
    text-align: center;
  }



  .v6-box-2columns-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
    padding: 2.5rem 4rem 0 4rem;
    margin-top: 2.5rem;
    width: 90%;
    align-items: center;
}


  .v3-footer-cta .box-cta {
    width: 100%;
  }

  .v2-data-info h1 {
    font-size: 50px;
  }

 

  section.section-barra-menu-central ul#menu-menu-principal-1 li a {
    color: var(--c-claro) !important;
  }

  section.section-barra-menu-central .container {
    max-width: 100% !important;

    #menu-menu-principal-1 {
      padding: 10px 0 0 0 !important;
    }
  }

  section.hero-auto-mes-v3 .container-fluid {
    flex-direction: column;
    height: auto;
  }

  .hero-auto-mes-v3--area-imagen {
    width: 100%;
    min-width: 100%;
    height: 70vh;
  }

  .hero-auto-mes-v3--area-contenido {
    width: 100%;
    min-height: 100%;
  }

  .v3-area-contenido-titulo {
    order: 1;
  }

  figure.figure-logo-modelo-mes {
    order: 0;
  }



  .v2-data-info-date.info-date-mobile {
    display: none;
    width: 100%;
    height: 30%;
    text-align: center;
    position: absolute;
    z-index: 3;
    padding: 40px 15px 0 15px;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.665703781512605) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .v2-data-info-date.info-date-mobile .intro {
    font-size: 20px;
  }
  .v2-data-info-date.info-date-mobile h4 {
    display: inline-block;
    font-size: 20px;
    padding-left: 4px;
  }
  figure.figure-logo-modelo-mes {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 2;
  }

  img.image-logo-modelo-mes {
    max-width: 100%;
  }

  .v3-area-contenido-titulo {
    padding-top: 1px;
  }

  .v3-area-contenido-bottom .__subtituloPost {
    font-size: 3vw;
  }
  .v3-area-contenido-bottom h1.__tituloPost {
    font-size: 6vw;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p .swiper-pagination-bullets {
    display: block !important;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p .swiper-button-next {
    top: auto !important;
    bottom: -30px !important;
    right: 1%;
    height: 20px;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p .swiper-button-prev {
    top: auto !important;
    bottom: -30px !important;
    left: 4%;
    height: 20px;
  }

  .colu-info-lateral {
    padding-top: 50px !important;
  }

  .contenidoGeneralPost.modelo-del-mes
    .st-slider-p
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px;
    top: auto !important;
    height: 20px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p .swiper-button-next:after,
  .contenidoGeneralPost.modelo-del-mes .st-slider-p .swiper-button-prev:after {
    font-size: 20px;
  }

  .swiper-pagination-bullet {
    font-family: "audi_type_screen_normal" !important;
    width: 15px !important;
  }

  section.v3-header-section-categoria .container-fluid.no-padding {
    flex-direction: column;
  }

  section.v3-header-section-categoria .v3-box-info {
    order: 1;
    width: 100%;
  }

  section.v3-header-section-categoria .v3-box-image {
    order: 0;
    width: 100%;
    height: 75vh;
  }

  section.v3-header-section-categoria .v3-box-info {
    height: auto;
    padding: 30px;
  }

  .cta-v3-outline {
    min-width: 100%;
  }

  header .seccion-bloque-superior {
    padding-right: 16px;
    padding-left: 16px;
  }

  a.box-cta-small {
    width: 100%;
  }

  .nota-relacionada {
    flex-direction: column;
    padding-bottom: 60px;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 50px;
  }

  .nota-relacionada--figure {
    min-width: 100%;
    width: 100%;
    height: 350px;
    aspect-ratio: 16 / 9;
    padding: 0 0 35px 0;
  }

  .nota-relacionada--image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nota-relacionada--link a.inner-enlace {
    position: relative;
  }

  .nota-relacionada--link a.inner-enlace:hover {
    background-color: var(--c-claro) !important;
    color: var(--c-obscuro) !important;
  }
  .nota-relacionada--titulo h2 {
    margin-bottom: 10px;
  }

  .nota-relacionada--link a.inner-enlace::before {
    content: "\e906";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
  }

  .home-entradas-destacadas--grid {
    flex-direction: column;
  }

  .home-entradas-destacadas--card {
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }

  .home-entradas-destacadas--figure {
    height: 290px;
    padding: 0 0 15px 0;
  }

  .listado-entradas-categorias-desktop {
    display: none !important;
  }

  .listado-entradas-categorias-mobile {
    display: flex !important;
    padding: 3rem 0;
  }

  .listado-entradas-categorias-mobile .card-mobile-entrada:first-child {
    margin-left: 25px;
    box-sizing: border-box;
  }

  .listado-entradas-categorias-mobile .card-mobile-entrada:last-child {
    margin-right: 25px;
    box-sizing: border-box;
  }

  section.barra-full-buscador-cta {
    .container {
      display: flex;
      flex-direction: column-reverse;
      gap: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }

  .barra-full-buscador__cta {
    display: block;
    width: 100%;
    min-width: 100%;

    .box-cta {
      width: 100%;
      text-align: center;
    }
  }

  section.v4-single-entrada {
    .container.v4-single-entrada-container {
      flex-direction: column;
      align-items: stretch;
      max-width: 1300px;
    }
  }

  section.v4-single-entrada {
    .v4-single-entrada-box {
      padding: 0 0 15px 0;
    }
  }

  .v4-single-entrada-sidebar {
    border-top: 1px solid #dadada;
    border-left: none !important;

    .nota-relacionada {
      flex-direction: column;
      padding-bottom: 15px;
      border-bottom: none !important;
      margin-bottom: 15px;
    }
  }
  section.v4-single-entrada {
    .v4-single-entrada-sidebar {
      min-width: 100%;
      width: 100%;
      padding: 40px 5px 40px 5px;
    }
  }

  section.v4-single-entrada {
    & .v4-single-entrada-sidebar {
      &:after {
        content: none !important;
      }
    }
  }

  .nota-relacionada--figure {
    padding-bottom: 0;
  }

  body.single.single-post .container {
    max-width: 100% !important;
  }

  .btn-negro.flecha-up {
    float: right;
  }

  section.v4-single-entrada {
    .v4-single-entrada-box-datos-top {
      width: 100vw !important;
      overflow-x: hidden !important;
      margin-left: -15px;
    }
  }

  div.sticky {
    z-index: 10;
  }

  .modelo-del-mes {
    h3 {
      padding-bottom: 25px;
    }
  }

  section.section-barra-v6-intro .container{
    flex-direction: column;
    text-align: center;
  }

  .audi-month-selector__control {
    width: 320px;
  }
  video.video-entrada-destacada {
    transform: translateX(calc(-50% - 30px)) translateY(-50%) scale(1.5);
  }
  .home-entradas-destacadas--figure .float-video {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
  }

  .audio-loop__grid{
    flex-direction: column;
  }
  .audio-loop__card--image-box {
      width: 200px;
      min-width: 200px;
      flex-basis: 200px;
  }

  .v3-area-contenido-top {
      text-align: center;
      display: flex;
      justify-content: center;
      padding: 1rem 0 3rem 0;
  }

  .v3-area-contenido-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding-bottom: 3rem;
  }
  .v2-data-info-date.info-date-desktop{
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  .contenidoGeneralPost.modelo-del-mes.bloque-1 .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contenidoGeneralPost.modelo-del-mes.bloque-1 .row{
    flex-direction: column-reverse;
  }

  .colu-info-slider-modelo .st-slider-p .swiper-button-prev.btn-slide-only-desktop,
  .colu-info-slider-modelo .st-slider-p .swiper-button-next.btn-slide-only-desktop{
    display: none!important;
  }

  .slider-modelo-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 30px;
    position: relative;
    align-items: center;
    margin-top: 1.5rem;
  }

  .slider-modelo-pagination .swiper-pagination{
    position: relative!important;
    bottom: 0;
    width: max-content!important;
    left: 0!important;
        transform: translate(0)!important;
  }

  .contenidoGeneralPost.modelo-del-mes .st-slider-p .slider-modelo-pagination .swiper-button-prev{
    bottom: -13px !important;
    right: auto;
    left: auto;
    position: relative!important;
  }

    .contenidoGeneralPost.modelo-del-mes .st-slider-p .slider-modelo-pagination .swiper-button-next{
    bottom: -13px !important;
    right: auto;
    left: auto;
    position: relative!important;
    padding-left: 10px;
  }

  .colu-info-lateral{
    padding: 15px!important;
  }

  .gray-column {
    padding: 6.5rem 0 !important;
  }

  .box-bg-gray .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .contenidoGeneralPost h3, h3{
    font-size: 24px;
  }

  .box-bot-sec-cat h1 {
        font-size: 30px;
        padding-top: 2rem;
    }

    .datos-lineal-desktop{
      display: none!important;
    }
    .datos-lineal-mobile{
      display: flex;
      background-color: #657081!important;
      font-size: 16px;
    }

    .full-top-single-space {
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    section.v4-single-entrada .extra-date{
      padding-top: 3rem;
    }

    section.v4-single-entrada {
    .v6-content-space {
        padding-right: 0;
    }
  }

  div.sticky {
    flex-direction: column;
    align-items: center;
  }

  .datos-lineal-mobile {
    display: flex !important;
  }

  .barra-full-cta__modelo-mes a.box-cta {
      font-size: 16px;
      padding: 1.7rem 8rem;
  }

  .audio-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }

  #visualizer{
    margin-top: 0!important;
    height: 15px;
  }

  .audio-title {
    font-size: 14px;
  }

  .v4-single-entrada-sidebar-bottom {
    transform: translateY(30px) !important;
    padding-bottom: 5rem!important;
    padding-top: 4rem!important;
  }

  .v4-single-entrada-box-datos-top.datos-lineal-mobile{
    padding-bottom: 15px!important;
    padding-top: 15px!important;
  }

  .v6-box-2columns-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    

}
/*768*/

@media screen and (max-width: 680px) {

  /* Slider destacado: en mobile deja de ser Swiper y usa scroll horizontal nativo. */
  .slider-home-destacado {
    overflow: hidden;
  }

  .slider-home-destacado .container {
    max-width: 100% !important;
    padding-right: 0;
  }

  .slide-destacado-home.is-mobile-native-scroll {
    width: 100%;
    overflow: visible;
  }

  .slide-destacado-home.is-mobile-native-scroll .swiper-wrapper {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 30px;
    padding-bottom: 12px;
    transform: none !important;
    scroll-snap-type: x proximity;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .slide-destacado-home.is-mobile-native-scroll .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .slide-destacado-home.is-mobile-native-scroll .swiper-slide {
    width: calc(100vw - 90px) !important;
    min-width: calc(100vw - 90px);
    height: auto;
    flex: 0 0 calc(100vw - 90px);
    scroll-snap-align: start;
  }

  .slide-destacado-home.is-mobile-native-scroll .slide-destacado-home--item {
    height: 100%;
    flex-direction: column;
    gap: 0;
  }

  .slide-destacado-home.is-mobile-native-scroll .nota-relacionada--figure {
    width: 100%;
    min-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .slide-destacado-home.is-mobile-native-scroll .nota-relacioanda--contenido {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 2rem;
  }

  .slide-destacado-home.is-mobile-native-scroll .nota-relacionada--link {
    margin-top: auto;
    padding-top: 15px;
  }

  .slider-home-destacado .v6-pagination-space.home-slide-top {
    display: none;
  }


  .audio-title .title-desktop {
    display: none !important;
  }

  .audio-title .title-mobile {
    display: block;
  }

  h2.wp-block-heading {
    font-size: 24px !important;
    line-height: 140%;
  }

  .box-section-full-menu.box-menu,
  .box-section-full-menu.box-selector-mes,
  .box-section-full-menu.box-extra-menu-footer,
  .box-section-full-menu.box-legales-top-menu {
    width: 80%;
  }

  .box-section-full-menu.box-redes {
    order: 2;
    justify-content: center;
    padding: 25px 0 0 0;
    grid-gap: 20px;

    a {
      font-size: 35px;
    }
  }

  .box-section-full-menu.box-menu {
    order: 0;
  }

  .box-section-full-menu.box-selector-mes {
    order: 1;
  }

  .box-section-full-menu.box-extra-menu-footer {
    order: 3;
    text-align: center;

    span.extra-leyenda-top {
      padding-bottom: 20px;
    }
  }

  #menu-menu-extra-top-menu li.menu-item {
    padding-bottom: 8px;
  }

  .box-section-full-menu.box-legales-top-menu {
    order: 4;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    text-align: center;
  }

  ul#menu-menu-principal,
  ul#menu-menu-principal-1 {
    padding-left: 15px;
  }

  .footer-top-bar .box-content {
    order: 1;
  }

  .footer-top-bar .box-redes {
    order: 0;
  }

  .footer-bottom-bar .box-menu {
    order: 0;
  }

  .footer-bottom-bar .box-legales {
    order: 1;
  }

  .row.audi-v3-footer-row {
    flex-direction: column;
  }
  .audi-v3-footer-row.footer-top-bar .box-redes {
    padding: 5px 0 25px 0;
  }
  .audi-v3-footer-row.footer-top-bar .box-redes a {
    font-size: 18px;
  }
  .box-section-full-menu.box-redes a.link-r-youtube {
    font-size: 25px;
  }
  .audi-v3-footer-row.footer-top-bar .box-redes a.link-r-youtube {
    font-size: 25px;
  }

  footer.box_footer_menu.audi-v3-footer #menu-menu-footer {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 15px;
    grid-gap: 5px;
    width: 100%;
  }

  .box-menu {
    width: 100%;
  }

  .row.audi-v3-footer-row {
    margin: 0;
  }

  footer.box_footer_menu.audi-v3-footer #menu-menu-footer li a.nav-link {
    padding: 0;
  }

  .footer-bottom-bar .box-legales {
    width: 100%;
    padding-top: 20px;
    margin-top: 5px;
    border-top: none;
  }

  .container.hero-bottom {
    display: flex;
    flex-direction: column;
  }

  .v2-data-info {
    width: 100%;
    padding-bottom: 20px;
  }

  .v2-cta {
    width: 100%;
  }

  .v2-cta .white-cta {
    width: 100%;
  }

  .v2-home-full-width-section
    .v2-box-full-modelo
    .box__content
    .box__img_back
    img {
    transform: translate(-50%, -50%) scale(1);
  }

  .v2-data-info h1 {
    font-size: 40px;
  }

  a.button-descargas {
    font-size: 18px;
  }

  a.button-descargas {
    padding-left: 0;
  }

  .box-new-buttons-content {
    padding: 30px 25px 0 25px;
  }

  body.single-post .v3-footer-cta {
    padding: 15px 15px 80px 15px;
  }

  .container {
    max-width: 95% !important;
  }

  .container.container-video {
    max-width: 100% !important;
  }

  .container.container-video .col-md-12 {
    padding: 0 !important;
  }

  section.bloque-01-modelo-mes {
    padding: 40px 25px !important;
  }

  .nota-relacionada--figure {
    height: 250px;
    padding: 0!important;
  }

  .extra-space-section .container {
    max-width: 100% !important;
  }

  .home-entradas-destacadas--figure {
    height: 170px;
    padding: 0 0 15px 0;
  }
  .entradas-home-destacadas .container {
    max-width: 98% !important;
  }
  .slider-home-destacado .container {
    max-width: 98% !important;
  }

  .v2-home-full-width-section .container.hero-bottom {
    display: flex;
    flex-direction: column !important;
  }



  video {
    width: 270%;
    height: 200%;
  }

  .home-entradas-destacadas--figure .float-video {
    width: 210% !important;
    height: 150% !important;
  }

  section.section-audio-intro {
    .container {
      max-width: 98% !important;
    }
  }

  .nota-relacionada--link a.inner-enlace {
    border: none;
    padding: 15px 20px 15px 20px !important;
    position: relative;
    font-size: 14px;
    height: auto;
  }

  span.tipo_segmento {
    padding: 4px 15px;
    font-size: 14px;
    margin-top: 10px;
  }

/*  .home-entradas-destacadas--contenido h2,
  .slide-destacado-home--item .nota-relacionada--titulo h2,
  .v4-section-header-titulo-categoria h2 {
    font-size: 20px !important;
  }*/

  .v4-section-header-titulo-categoria {
    h2 {
      padding: 10px 0;
    }
  }

  .box-bot-sec-cat h1 {
    font-size: 25px;
    line-height: 150%;
    padding-top: 15px;
  }

  .btn-negro {
    &.id_big {
      font-size: 16px;
    }
  }

  video.float-video {
    width: 180%;
    height: 120%;
  }

  body.home {
    .audio-player {
      padding: 10px 15px 10px 15px;

      .title-mobile,
      .audio-subtitle {
        font-size: 12px;
      }
    }
  }

  body.single {
    .audio-player {
      padding: 10px 15px 10px 15px;

      .audio-info {
        gap: 8px;
      }

      .audio-title {
        font-size: 11px;
      }
    }
    .timer {
      min-width: 10px;
      font-size: 12px;
    }
  }



  .v2-home-full-width-section video {
    transform: translateX(-50%) translateY(-50%) scale(1.7) !important;
  }

  video.modelo-mes__video-back {
    transform: translateX(-50%) translateY(-50%) scale(1.3) !important;
  }

  .section-barra-v6-intro__data{
    display: none;
  }
  section.section-barra-v6-intro .container{
    border-bottom: 1px solid #798799;
  }
  .home_titulo_text {
      font-size: 24px !important;
      line-height: 140%;
  }

  .row.audi-v3-footer-row.footer-top-bar{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: solid 1.5px #86868680;
  }
  .container.hero-bottom .inner_cta.box-cta{
    width: max-content;
    margin: 0 auto !important;
    height: 56px;
  }


   .v3-area-contenido-bottom .__subtituloPost {
    font-size: 18px;
    font-family: "audi_extended_normal"!important;
  }
  .v3-area-contenido-bottom h1.__tituloPost {
    font-size: 30px;
  }

  .hero-auto-mes-v3--area-contenido .info-date-desktop .titulo-mes{
    font-size: 14px;
  }

 .barra-full-cta__modelo-mes a.box-cta {
        font-size: 16px;
        padding: 1.5rem 1.2rem;
        width: 93%;
        text-align: center;
    }

 .gray-column {
      padding: 6.5rem 15px !important;
  }

  .v4-section-header-titulo-categoria {
    h1, h2, p {
        font-size: 22px;      
    }
  } 

/* ---------------plugins --------------------------- */

.audi-mini-slider__media {
    order: 1;
    width: 100%!important;
    max-width: 100%;
}

.audi-mini-slider__copy {
    display: flex;
    flex-direction: column-reverse!important;
    padding-top: 1rem!important;
}

.v4-section-header-fecha-edicion {
    .titulo-interno {        
        font-size: 16px;
    }
}

section.v4-single-entrada {
    .v6-singlepost-title {
        font-size: 30px;
    }
}

section.v4-single-entrada .v6-content-space .type-post {
      font-size: 15px;
  }


  section.v4-single-entrada {
    .v6-box-share {
        display: flex;
        flex-direction: column;      
    }
}


}
/*680*/

@media screen and (max-width: 580px) {
  header.audi-v6-header .area-logo-central a.logo-header {
    width: 80px;
  }

  header .seccion-bloque-superior .area-cta-menu {
    width: auto;
  }

  header.audi-v6-header .is-menu-movil {
    width: 32px;
    height: 25px;
    transform: scale(0.8);
  }

  header.audi-v6-header .is-menu-movil span {
    height: 3px;
  }

  header.audi-v6-header .is-menu-movil span.el-1.isactiveE {
    top: 12px;
  }

  header.audi-v6-header .is-menu-movil span.el-3.isactiveE {
    top: 6px;
  }


  .card-mobile-entrada {
    min-width: 70%;
    width: 70%;
  }

  .entradas-post-mobile {
    grid-gap: 15px;
  }

  header.header-content.audi-v6-header span.site-description {
      font-size: 12px;
  }

  .v2-data-info h1 span {
      font-size: 40px;
  }

  .v2-data-info {
      padding-bottom: 3rem;
  }

  .prev-audio-intro {
    font-size: 12px;
  }



}
/*580*/

@media screen and (max-width: 480px) {

  .v2-data-info span.intro-top{
    font-size: 16px!important;
  }

      .audio-loop__card--image-box {
        width: 120px;
        min-width: 120px;
        flex-basis: 120px;
    }

}
/*480*/

@media screen and (max-width: 430px) {
  header.audi-v6-header .area-logo-central a.logo-header {
    width: 70px;
  }

  header.header-content.audi-v6-header span.site-description {
    font-size: 12px;
  }

  .box-section-full-menu.box-menu,
  .box-section-full-menu.box-selector-mes,
  .box-section-full-menu.box-extra-menu-footer,
  .box-section-full-menu.box-legales-top-menu {
    width: 95%;
  }

  .v2-data-info h1 {
    font-size: 40px;
  }
  .v2-data-info h2 {
    font-size: 16px !important;
    padding: 10px 0 0 3px;
  }

  .v2-home-full-width-section {
    height: 70vh;
  }

  .v2-home-full-width-section
    .v2-box-full-modelo
    .box__content
    .box__img_back
    img {
    transform: translate(-50%, -50%) scale(0.8);
  }

  header.audi-v6-header .area-logo-central a.logo-header {
      width: 63px;
  }
  .barra-full-buscador__cta .box-cta {
    padding: 10px!important;
  }
}
/*430*/

@media screen and (max-width: 375px) {
  header.audi-v6-header .area-logo-central a.logo-header {
    width: 60px;
  }

  header.header-content.audi-v6-header span.site-description {
    font-size: 12px;
    position: relative;
    top: 0px;
  }

  ul#menu-menu-principal,
  ul#menu-menu-principal-1 {
    font-size: 14px;
  }
  .box-section-full-menu.box-selector-mes .box-drop-month-cta {
    font-size: 14px;
  }

  .extra-top-menu #menu-menu-principal {
    gap: .8rem;
}
  .box-section-full-menu.box-redes {
    a {
      font-size: 25px;
    }
  }
  .box-section-full-menu.box-extra-menu-footer .extra-leyenda-top {
    padding-bottom: 10px !important;
    font-size: 14px;
  }

  .audio-loop__card--content-box .item_segmento{
    font-size: 10px;
  } 

  .v6-box-2columns-menu {
        gap: 1.5rem;
        padding: 1.5rem 4rem 0 4rem;
        margin-top: 5px;
        width: 950%;
        align-items: center;
    }

    .audi-month-selector .box-drop-month-cta, .audi-month-selector__button{
      font-size: 14px!important;min-height: 30px;
    }
    #menu-menu-extra-top-menu li.menu-item {
        padding-bottom: 4px;
    }
}
/*375*/

@media screen and (max-width: 360px) {

.extra-top-menu #menu-menu-principal {
    gap: .2rem;
}
.audi-month-selector__label{
  font-size: 14px;!important
}

  header.audi-v6-header .area-logo-central a.logo-header {
      width: 45px!important;
  }

  header.header-content.audi-v6-header span.site-description {
        font-size: 10px;
        position: relative;
        top: -3px;
    }

.v4-section-header-titulo-categoria {
    h1, h2, p {
        font-size: 18px!important;
    } 
}

.v4-section-header-fecha-edicion {
    .titulo-interno {
        font-size: 13px;
    }
}

section.v3-header-section-categoria .v3-box-info .tipo_segmento{
  font-size: 12px!important;
}

.box-bot-sec-cat h1 {
    font-size: 22px;
    line-height: 140%;
    padding-top: 15px;
}
.home_titulo_text {
    font-size: 20px !important;
    line-height: 130%;
}

.card-mobile-entrada h2 {
    font-size: 16px !important;
}
.slide-destacado-home--item .nota-relacionada--titulo h2 {
        font-size: 16px !important;
    }

.v2-data-info h1 span {
    font-size: 30px;
}
.v2-data-info h1 {
    font-size: 30px;
}

.v6-span-intro {
    font-size: 12px;
}


.barra-full-buscador__cta {
    .box-cta {
        font-size: 13px;
    }
}

.home-entradas-destacadas--contenido {
    h2 {
        font-size: 16px !important;
    }
}

.audio-loop__card{
  flex-direction: column;
}
.audio-loop__card--image-box {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
}

section.v4-single-entrada {
        .v6-singlepost-title {
      font-size: 24px;
  }
}

.datos-lineal-mobile {
    font-size: 12px;
}
.nota-relacionada--meta .item_segmento{
  font-size: 12px;
}

}
/*360*/

/* Seleccionador de mes reusable ---------------------------------------------------- */
.audi-month-selector {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  max-width: 100%;
}

.audi-month-selector__label {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  font-family: "audi_extended_normal";
  color: #FCFCFDB2;
}

.audi-month-selector__control {
  position: relative;
  width: 200px;
  max-width: 100%;
}

.audi-month-selector .box-drop-month-cta,
.audi-month-selector__button {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #DBDFE699;
  border-radius: 9px;
  background: var(--c-obs-26);
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  appearance: none;
  font-size: 16px;
}

.audi-month-selector .box-drop-month-cta::before {
  display: none !important;
}

.audi-month-selector .box-drop-month-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}

.audi-month-selector .box-drop-month-cta.rotate-arrow::after {
  transform: rotate(225deg);
  margin-top: 4px;
}

.audi-month-selector .box-drop-month-cta.rotate-arrow,
.audi-month-selector__button.rotate-arrow {
  border-bottom-color: transparent;
  border-radius: 9px 9px 0 0;
}

.audi-month-selector__selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audi-month-selector .box-other-months,
.audi-month-selector__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 20;
  border: 1px solid #DBDFE699;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
  box-shadow: none;
}

.audi-month-selector .box-other-months[hidden] {
  display: none;
}

.audi-month-selector .box-other-months.is-open {
  display: block;
}

.audi-month-selector .date-list,
.audi-month-selector__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  height: auto !important;
}

.audi-month-selector .date-list li:last-child {
  display: list-item;
}

.audi-month-selector .date-list a {
    display: block;
    padding: 6px 5px 6px 15px;
    text-decoration: none;
    text-transform: none;
    border: 0;
    color: #798799;
    font-size: 16px;
}

.audi-month-selector .date-list .is-active a {
  pointer-events: none;
}





/* Separación visual entre la última nota relacionada y Volver arriba. */
.v4-single-entrada-sidebar-bottom {
    transform: translateY(60px);
    padding-bottom: 2rem;
    padding-top: 3rem;
}

/* Sticky refinements: corte limpio del sidebar y transición estable del audio. */
@media screen and (max-width: 768px) {
  .v4-single-entrada-sidebar-top {
    position: static;
    top: auto;
    align-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audio-player,
  .play-button {
    transition: none !important;
  }
}
