/* Colores Principales*/
:root {
    --color-pri: #D32027;
    --color-blue:#D32027;

    --color-sec: #000000;
    --color-ter: #8E8E8E;
    --color-4: #ffffff;
}

body {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #D32027;
  --sb-size: 8px;
}

body::-webkit-scrollbar {  width: var(--sb-size);}
body::-webkit-scrollbar-track {  background: var(--sb-track-color);}
body::-webkit-scrollbar-thumb {  background: var(--sb-thumb-color);}
@supports not selector(::-webkit-scrollbar) {  body {scrollbar-color: var(--sb-thumb-color)var(--sb-track-color);  }}

#wrapper{margin-top: 0}
#header-autos{z-index: 6 !important;position: relative;}
#cifras{position: relative;z-index: 5 !important;  }
#lo-nuevo {position: relative;z-index: 4 !important;}
#test-drive {position: relative;z-index: 3 !important;}
#en-pits {position: relative;z-index: 2 !important;  }
#en-pits .div_noticia {  background-size: auto 100%;}
#en-pits .div_noticia:hover {  background-size: auto 105%;}
@media (min-width : 901px){
  section{ scroll-margin-top: 90px;  }
    #en-pits {
      padding-bottom: 3rem;
    }
}
@media (max-width : 900px){
  section{  scroll-margin-top: 65px;  }
}

#main .noticia__single a {
    color: #626262;
}

#garage .linea__separador_abajo{
  background-color: transparent;
}

#main.autos .noticia__single .nota_comercial a {
  color: #D32027;
}

#main.autos .noticia__single .nota_comercial ul li::marker {
  color: #D32027;
}



.logo-sec {
    max-height: 50px;
    height: auto;
}
im
#main .noticia__single a {
  color: #626262;
}
.autores2,.autores,.fz-14 ,.footer .btnFooter{
  font-family: 'Roboto', sans-serif !important;
}
.subsections0 {
    width: 20%;}

 .noticia__single article img{
  width: 100% !important;
  height: auto !important;
}
/* .slider__header_1{margin-top: 1vh} */
footer{
  max-width: 100% !important;
}
.menu a {
    font-family: 'Heebo', sans-serif;
}

.wp-block-quote{
  margin-left: 2rem;
  padding-left: 1rem;
}

.noticia_autos .contenedor_blanco .contenido_noticia .seccion {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.noticia_autos .contenedor_blanco .contenido_noticia h3{
   font-family: "Roboto", sans-serif;
}

.entry-footer{
  background-color: white;
}
a{
  text-decoration: none;
}
.page {
  background: transparent !important;
}

.lupa:hover{
  color: var(--color-pri) !important;
}

.lupa-m {
  color: black;
}
.lupa-m:hover{
  color: var(--color-pri) !important;
}

#scrollTopBtn {
    color: white;
    background-color: var(--color-pri);
    border: 2px solid var(--color-pri);
}

#scrollTopBtn:hover {
    background-color: var(--color-sec);
    color: white;
}


#scrollTopBtnNew {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.3s;
  }

  #scrollTopBtnNew.show {
    opacity: 1;
  }

.noticia_autos {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  display: flex;
    justify-content: flex-end;
    align-items: center;

    background-position-x: center;
    background-size: cover;
}



.noticia_autos img{
  height: 100%;
  /*width: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.noticia_autos .contenedor_blanco{
  background-image: linear-gradient(to right, transparent 50%, white ) !important;
  /*background-color: #ffffff36;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%;
}

.noticia_autos .contenedor_blanco .contenido_noticia{
  background-color: #000000b3;

  color: white;
  right: 0;
  padding: 2rem;
  width: 55%;
}

.noticia_autos .contenedor_blanco .contenido_noticia .seccion{
  font-size: 4rem;
}


.noticia_autos .contenedor_blanco .contenido_noticia h2{
  background-color: var(--color-sec);
  color: white;
}

.noticia_autos  .btnLeerMas{
    background-color: var(--color-pri);
    color: white;
    padding: 1rem 3rem;
    font-size: x-large;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev{
  color: var(--color-pri)!important;
  font-weight: 900;
}

.contenedor__global{
  background-color: blue;
}



@media (max-width : 900px) {

  .noticia_autos {
      height: 60vw;
  }

  .noticia_autos .contenedor_blanco{
    width: 100%;
    background-color: transparent;
      background-image: linear-gradient(to right, transparent , transparent ) !important;
    display: flex;
    align-items: flex-end;
  }

  .noticia_autos .contenedor_blanco .contenido_noticia {
    width: 100%;
    padding: 2rem 6rem;
  }

}

@media (max-width : 700px) {

  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 2rem !important;
  }
  .noticia_autos .contenedor_blanco .contenido_noticia {
    background-image: linear-gradient(to bottom, transparent , black );
    background-color: transparent;
      padding: 1.5rem 2rem;
  }
  .noticia_autos .contenedor_blanco .contenido_noticia .seccion {
    font-size: 2rem;
  }
  .noticia_autos .contenedor_blanco .contenido_noticia h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .noticia_autos .contenedor_blanco .contenido_noticia br {
    display: none;
  }
  .noticia_autos .btnLeerMas {
    padding: 0.5rem 2rem;
    font-size: large;
    font-weight: 400;
  }

}
@media (max-width: 560px){
.noticia_autos .contenedor_blanco .contenido_noticia .seccion {
    font-size: 1.5rem;
}}

/* BLOQUE 2 6 NOTICIAS */

.condenedor__titulo{
  padding: 2rem 0rem;
  display: flex;
  align-items: center;
}


.division_u{
  background-image: linear-gradient(to bottom, #f5f7f7 50%, #ffffff 50%);
}

.division_d{
  background-image: linear-gradient(to bottom, #ffffff 50%, #f5f7f7 50%);
}
.condenedor__titulo .titulo{
  background-color: var(--color-sec);
  padding: 0.5rem 1rem;
  transform: skewX(-10deg);
  margin-left: 5%;
  color: white;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.condenedor__titulo .linea{
  position: absolute;
  width: 90%;
  height: 4px;
  background-color: var(--color-pri);
  left: 10%;
}

.condenedor__titulo .titulo .text_titulo ,.condenedor__titulo .titulo img{
  transform: skewX(10deg);
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}



.condenedor__titulo .titulo img{
  height: 3.5rem;
}


.parent {
  height: 70vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 0% 5%;
}

.div1 { grid-area: 1 / 1 / 2 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 4; }
.div3 { grid-area: 1 / 4 / 2 / 5; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 5; }

.div_noticia{
  background-repeat: no-repeat;
  background-position-x: center;
  display: flex;
  align-items: flex-end;
  background-position: center;
}


.div_noticia_ancho{
  background-size: auto 100%;
  transition: background-size 0.3s ease; 
}

.div_noticia_largo{
  background-size: 100% auto ;
  transition: background-size 0.3s ease; 
}

.div_noticia_ancho:hover {
    background-size: auto 105%;
}
.div_noticia_largo:hover {
    background-size: 105% auto;
}


.div_noticia .div_noticia_title{
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), black);
  /*background-color: #000000b3;*/
  min-height: 50%;
  width: 100%;
  padding: 1rem;
  color: white;
  display: flex;
  align-items: flex-end;
}

.div1 .div_noticia_title ,.div6 .div_noticia_title{
  min-height: 50% !important;
  padding: 2rem !important;
}

.linea__separador{
  background-color: var(--color-pri);
  height: 1px;
  margin: 0 5% 1.5rem 5%;
}

.linea__separador_abajo{
  background-color: var(--color-pri);
  height: 1px;
  margin: 1.5rem 5% 0 5%;
}

.title-autos {
  display: inline;
  transition: transform 0.5s ease; 
  position: relative;
  transform-origin: bottom left;
  color: white;
}
.title-autos h2 , .title-autos  h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.title-autos h2{
    font-size: calc(1.325rem + .9vw);
}


.title-autos:hover {
  color: white;
  transform: scale(1.03, 1.03); 
}

.title-autos::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: var(--color-pri); 
}

.movil_video{
  display: none !important;
}

.movil{
  display: none;
}
@media (max-width : 900px) {

  .parent {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0;
  }


  .div1 { grid-area: 1 / 1 / 2 / 2; height: 45vw; margin-bottom:1rem !important }
  .div2 { grid-area: 2 / 1 / 3 / 2; background-color: white;}
  .div3 { grid-area: 3 / 1 / 4 / 2; }
  .div4 { grid-area: 4 / 1 / 5 / 2; background-color: white;}
  .div5 { grid-area: 5 / 1 / 6 / 2; }
  .div6 { grid-area: 6 / 1 / 7 / 2; background-color: white;}
  .div7 { grid-area: 6 / 1 / 7 / 2; display: none !important;}


  .div7 .div3,
  .div7 .div5 { background-color: #f3f5f5 }


  .parent .div_noticia {
    margin: 0 5%;
  }

  .desktop{
    display: none !important;
  }

  .movil{
    display: block !important;
  }
  .noticia__cabecera__texto.movil{
    display: flex !important;
  }
  .condenedor__titulo {
    padding: 1rem 0rem;
  }
  .condenedor__titulo h1{
    font-size: 1.5rem;
    margin-bottom:0;
  }
  .condenedor__titulo .titulo img {
    height: 1.5rem;
  }
  .condenedor__titulo .linea {
    width: 100%;
    left: 0;
  }
  .condenedor__titulo {
    justify-content: center;
  }
   .condenedor__titulo .titulo{
    margin-left: 0;
  }

  .div_noticia_movil{
    display: flex;
    padding: 1rem 0rem;
    height: 35vw;
  }

  .div_noticia_movil .img_noticia{
    width: 50%;
    background-size: cover;
    margin-left: 5%;
    background-position-x: center;
  }
   .div_noticia_movil .movil_title{
    padding: 0 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  .div_noticia_movil p{
    margin-bottom: 0;
    color: var(--color-sec);
    font-size: calc(1em + 0.5vw); /* Tamaño de fuente relativo */
    margin-top: 1rem; /* Para quitar los márgenes por defecto del párrafo */
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }

  .title-autos_movil{
    background-color: blue;
  }


  .div1 .div_noticia_title{
    padding: 1rem !important;
  }

   .div1 .div_noticia_title p{
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }

  .movil_title .section_date{
    width: fit-content;
    border-bottom: 1px solid var(--color-pri);
    color: var(--color-ter);
    font-weight: 900;
  }


  .title-autos p {
      font-size: calc(2em + 0.5vw); /* Tamaño de fuente relativo */
      margin: 0; /* Para quitar los márgenes por defecto del párrafo */
  }
}

@media (max-width : 560px) {
  .title-autos p {
      font-size: calc(1em + 0.5vw); /* Tamaño de fuente relativo */
  }
  
  .div_noticia_movil p{
    font-size: calc(0.8em + 0.5vw); /* Tamaño de fuente relativo */
    margin-top: 0.5rem; /* Para quitar los márgenes por defecto del párrafo */
    font-family: 'Roboto', sans-serif;
  font-weight: 700;

  }
  .div_noticia_movil{
    padding: 0.5rem 0rem;
  }
}



/*-------------------- VIDEOS */

#test-drive .parent{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

#test-drive .div1 { grid-area: 1 / 1 / 3 / 4; }
#test-drive .div2 { grid-area: 1 / 4 / 2 / 5; }
#test-drive .div3 { grid-area: 2 / 4 / 3 / 5; }

#test-drive .parent .div_noticia {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: background-size 0.3s ease; 
}

#test-drive .parent .div_noticia:hover {
    background-size: auto 105%;
}



 .boton_play {
    background-color: #ff000040;
    width: 5rem;
    padding: 5rem; /* Ajusta el valor del padding para que se vea proporcional */
    border-radius: 50%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease, 
    background-color 0.5s ease; /* Agrega la transición para el color de fondo */
}

 .boton_play:hover {
    background-image: radial-gradient(circle, var(--color-pri), transparent); /* Degradado circular */
    transform: scale(1.1); /* Aumenta ligeramente el tamaño del botón en hover */
    padding: 5rem; /* Ajusta el valor del padding para que se vea proporcional */

}

#test-drive .movil {
    display: none !important;
}



@media (max-width : 900px) {

  #test_driver .desktop{
    display: none;
  }

  .movil_video{
    display: block !important;
  }


  .div_noticia_video{
    height: 60vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-position-x: center;
    background-size: cover;
    margin: 1.5rem;
  }

  .title-autos_movil h3::after {
    content: "";
    position: absolute;
    bottom: 44px;
    left: 40px;
    width: 70%;
    height: 1px;
    background-color: var(--color-pri);
  }
  .title-autos_movil{
    color: white;
  }
  .div_noticia_title_movil{
    width: 100%;
    padding: 1rem;
    background-image: linear-gradient(to bottom, transparent , black );

  }
  
  .div_noticia_title_movil h3{
    text-shadow: 0 0 5px var(--color-sec);
  }
  
  .swiper-pagination-bullet{
    background-color: var(--color-pri) !important;
  }

  .swiper-pagination-bullet-active{
    transform: scale(1.5)!important;
    transition: transform 0.5s ease, 

  }

  .boton_play_movil{
    background-color: #ff000040;
    width: 2rem;
    padding: 2rem;
    border-radius: 50%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease, background-color 0.5s ease;
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
  }
    .boton_play_movil img{
      height: 2rem;
  }

}

/* ajustes */

@media (max-width: 320px){
  .div_noticia_movil p {
      font-size: calc(0.6em + 0.5vw);
      margin-top: 0.5rem;
  }
  .movil_title .section_date {
    font-size: small;
  }

  .title-autos p {
    font-size: calc(0.6em + 0.5vw);
  }

  .div_noticia_title_movil h3 {
    text-shadow: 0 0 5px var(--color-sec);
    font-size: calc(1em + 0.5vw);
  }
}

/*----------------------- 7div -----------------------*/

.parent_7div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 0% 5% 12vh 5%;
}

.parent_7div .div1 { grid-area: 1 / 1 / 3 / 3; }
.parent_7div .div2 { grid-area: 1 / 3 / 3 / 5; }
.parent_7div .div3 { grid-area: 1 / 5 / 4 / 7; }
.parent_7div .div4 { grid-area: 3 / 1 / 4 / 2; }
.parent_7div .div5 { grid-area: 3 / 2 / 4 / 3; }
.parent_7div .div6 { grid-area: 3 / 3 / 4 / 4; }
.parent_7div .div7 { grid-area: 3 / 4 / 4 / 5; }

.parent_7div {
  position: relative;
}


.parent_7div .div_noticia_sub_title {
  position: absolute;
  top: 100%; /* Coloca el div "div_noticia_sub_title" debajo de "div_noticia" */
  width: 14vw
}

.parent_7div .div_noticia_sub_title .sub_title {
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parent_7div .div_noticia_sub_title .line {
  background-color: var(--color-pri);
  flex-grow: 1; /* Ocupa el espacio restante */
  height: 1px;
}

.parent_7div .div_noticia_sub_title .section_date {
  white-space: nowrap; /* Evita el salto de línea */
}
.parent_7div .div_noticia_sub_title  p{
    font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: black;

}


/*--------------------nota --------------------*/

.noticia__entradilla{
  line-height: 1.5;
  font-weight: bold;
}

.none{
  background-color: #dedede;
}


.article{
  display: flex;
  margin: 1rem 0;
  padding: 1rem;
  background: white;
}

.article .image_side a .img_masleido{
  height: 150px !important;
  background-position-x: center !important;
}

.titlelight{
  line-height: 1;
  margin: 0 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;

}

.section_date2{    
  width: 100%;
  /*height: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-pri);
  font-weight: 600;
  text-decoration: underline;
}

.sidebar__lo__mas{
  background-color: #f3f3f3;
  padding: 1rem;
}

.sidebar__puede__interesar{
 background-color: #f3f3f3;
  padding: 1rem;
  margin-top: 2rem;
}

.subsections1 h2, .subsections2 h2{
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.subsections1 , .subsections2{
  padding: 0 0.5rem;
}
.subsections1 p, .subsections2 p{
  color: var(--color-pri);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1rem;

}

.text_side{
  background-color: white;
}

.wp-post-image{
  height: 100%;
  width: auto !important;
}



/*--- imagen pequeña de mas notas micrositios **/

.noticia__cabecera__imagen{
  width: 100%;
    max-height: 500px;
    height: 30vw;
    background-size: cover;
    /* background-position-y: center; */
    background-position-x: center;
    background-repeat: no-repeat;
}

.noticia__titulo__single_text{
  font-size: 3em !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

@media (max-width: 560px) {

  .noticia__cabecera__imagen { height: 50vw!important }
  .titlelight {
    margin: 0 0.5rem;}

}

@media (max-width: 900px){

  .noticia__titulo__single_text{
  font-size: 1.5em !important;
  margin-top: 0 !important;
  }

  .notas_relacionadas {
    height: auto !important;
    flex-direction: column;
    gap: 15px;
  }

  .notas_relacionadas .div_noticia { width: 100% !important; min-height: 200px; }

  .logo-pri-m {
      display: flex;
      height: 4rem;
  }

  .logo-sec {
      height: 3rem;
  }
  #boton-hamburguesa {
    display: flex;
    color: #b44359;
    font-weight: 600;
  }
  .lupa-m {
      display: flex;
      margin: 0rem 0.5rem;
      font-size: xx-large;
  }

  .margenizk{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media (max-width: 560px){
  .logo-pri-m {
      display: flex;
      height: 3rem;
  }

  .logo-sec {
      height: 2.5rem;
  }
  #boton-hamburguesa {
    display: flex;
    color: #b44359;
    font-weight: 600;
  }

}

.div_noticia_bg {
    height: 100%;
    display: flex;
    background-size: auto 100%;
    align-items: flex-end;
    background-position: center;
    transition: background-size 0.3s ease; /* Agregar transición */
}

.div_noticia_bg:hover {
    background-size: auto 105%;
}


/* -------------- noticias relacionadas */

.notas_relacionadas{
    height: 20vw;
    display: flex;
    align-items: center;
    padding: 2rem 5%;
    justify-content: center;
}


.notas_relacionadas .div_noticia{
    height: 100%;
    width: 25%;
    transition: background-size 0.3s ease;
    margin: 0 0.5rem;
    display: flex;
    align-items: flex-end;
    background-size: auto 100%;
    background-position-x: center;
    background-position-y: center;
}


.notas_relacionadas .div_noticia:hover {

    background-size: auto 105%;
}

.title_noticias_relacionadas{
  display: flex;
  justify-content: center;
  color: var(--color-pri);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 1rem;
}



/*-------------------------------*/

.parentEspecial {
  margin: 0 15%;
  height: auto;
}

.div_noticia_especial_p{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  width: 31.333%;
  margin-top: 3%;
}


.imgEspecial{
  width: 100%;
  min-height: 40%;
}

 .parentEspecial h5,
 .parentEspecial p,
 .parentEspecial a,
 .parentEspecial span,
 .parentEspecial strong{
  font-family: 'Roboto', sans-serif;
}

.parentEspecial .especial_contenido h5{
  font-weight: 700;
}

.parentEspecial .especial_contenido{
  background-color: #ffffffd1;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 0 7%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parentEspecial .especial_contenido p{
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.div_noticia_especial {
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  transition: background-size 0.3s ease;
  justify-content: flex-end;
}


.zom-x { background-size: 100% auto; background-position-x: center; margin-bottom: 1rem;}

.zom-x:hover {  background-size: 105% auto;}

.zom-y {  background-size: auto 100%;  background-position-y: center;}

.zom-y:hover {  background-size: auto 105%;}

.div_noticia_especial_p a{  color: black;}
.div_noticia_especial_p a:hover{  color: var(--color-pri);}
.ver-mas-container{  margin: 2% 15%;}


.ver-mas{width: 100%; padding: 0.5rem 1rem; border: none; background-color: #dedede;}
.div_noticia_especial_p_content{ display: flex; margin: 3% 0; }
.separado-xb{background-color: #dedede; width: 2.5px; margin: 0 3%;  }

.vh-60{  height: 55vh;}
.vh-30{ height: 23vh; margin-bottom: 1rem;}
.vw-f{  margin: 5% 15%;}

@media (max-width : 900px) {
  .parentEspecial {   margin: 0 5%;  }
  .vh-60{    height: 55vw;  }
  .vh-60 .especial_contenido p{    display: none;  }
  .vh-60 .especial_contenido h5, .vh-60 .especial_contenido .btnMenu{    transform: scale(0.8);  }
  .parentEspecial .especial_contenido {    padding: 0 3%;  }
  .div_noticia_especial_p_content {    flex-direction: column;  }
  .div_noticia_especial_p {    width: 100%;  }
  .vh-30{   height: 40vw;  }
  .vw-f{    margin: 5%;  }
  .separado-xb { width: 100%;    height: 3px;   margin: 5% 0;}
  .div_noticia_especial_p a {    color: var(--color-pri);}
  .zom-y{  background-size:  100% auto}
  .zom-y:hover {  background-size:  105% auto}
}


/* CORRECCIONES DE ESTILOS */
main#main { margin-top: 105px; }