a{
    color: currentColor !important;
}
#new-menu{
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    width: 100%;
}
/*
.barramenu{
    background-color: #000 !important;
}
*/

 .menuescritorio {
   position: relative;
   z-index: 5;
   padding-left: 1dvw;
   background-color: var(--color-primary);
   float: left;
   width: 100%;
   display: flex;
   justify-content: space-between;
   border-top: 1px solid var(--color-primary);
   flex-direction: column;
   flex-wrap: nowrap;
   align-content: center;
   align-items: center;
   }

   @media screen and (max-width: 990px){
    .opciones-derecha{
        padding-right: 0px !important;
    }
    .nav-pills>li>a{
        color: #8e8e8e !important;
    }
   }
   @media screen and (max-width: 980px){
    .margenabajo0{
        padding-bottom: 0% !important;
    }
    
    #menuNav{
        width: 50% !important;
        margin: 0px;
    }
    #menuDropDown{
        width: 50% !important;
        height: 90px;
        align-items: center !important;
    }
   }

#barramenu.is-white, #barramenu.fondo-cambiado{
    background-color: #ffffff !important;
    color: #000;
}

#barramenu.is-white .menu-dropdown-large, #barramenu.fondo-cambiado menu-dropdown-large{ 
    box-shadow: none !important;
     color: #000;
    
}
#barramenu.is-white nav#primary_nav_wrap ul.baseLinks li, #barramenu.fondo-cambiado nav#primary_nav_wrap ul.baseLinks li{
 color: #000;
}

#barramenu.is-white .link-menu-diaz, #barramenu.fondo-cambiado .link-menu-diaz{
    color: #000
}

#barramenu .is-renault {
  color: inherit; /* aseguramos que tome el color del ancestro */
  /* fill: currentColor;  --> Esto debe estar en el SVG o en su CSS */
}

.is-renault{
    fill: currentColor;
}
 ul.baseLinks li a svg {
   width: 22px;
   height: 22px;
   display: flex;
   background-color: transparent;
   justify-content: center;
   align-content: center;
   margin: 0;
   padding: 0;
   }

ul.baseLinks li a svg{
    fill: currentColor;

}
ul.baseLinks li p{
    color: currentColor;

}
nav#primary_nav_wrap ul.baseLinks li{
    border-bottom: 3px solid transparent;
}
nav#primary_nav_wrap ul a{
padding: 0px 8px !important;

}

.HeaderButtons__text, .HeaderButtons__icon{
    color: currentColor;
}
 .MainHeaderV2__linkList{
    display: flex;
            flex-direction: row;
        gap: 8px;
 }
.menu-dropdown-large{
    width: auto !important;
    background-color: transparent !important;
    min-width: auto !important;
    border: 0px !important;
}


@media screen and (min-width: 820px){
    #new-menu{
        display: block;
    }
}

.is-hidden{
    display: none !important;
}
.is-show{
    display: block;
}

button {
    color: #000;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.MainHeaderV2__buttonIcon {
    fill: currentColor;
    aspect-ratio: 1;
    width: 24px;
    display: block;
}
 
    .MainHeaderV2__megaDropDownHeader {
        justify-content: flex-end;
        display: flex;
    }
 
.MainHeaderV2__megaDropDownHeader{
    background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
    .MainHeaderV2__closeMegaDropDown .MainHeaderV2__closeLabel {
        text-transform: capitalize;
        font-family: NouvelR\, sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1;
    }
}
 
    .MainHeaderV2__closeMegaDropDown {
        flex-direction: row;
        align-items: center;
        display: flex;
        gap: 8px;
        padding: 16px 32px;
    }

    .VehicleModelCard{
    grid-template-rows: subgrid;
    cursor: pointer;
    background-color: #f2f2f2;
    grid-row: span 2;
    grid-template-columns: 1fr 1fr;
    row-gap: 2px;
    padding: 16px;
    display: grid;
    position: relative;
    overflow-y: hidden;
}
.vehicleRangeCards {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 16px;
    display: grid;
}
.vehicleRangeCards{
    grid-template-rows: auto 1fr;
        grid-template-columns: 1fr 3fr;
        row-gap: 80px;
        padding: 0 16px 32px 32px;
}
.vehicleRangeCards__cards {
    grid-template-columns: 1fr;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    gap: 24px;
    display: grid;
}
.vehicleRangeCards__cards{
    grid-area: 1 / 2 / span 2;
     grid-template-columns: repeat(2, 1fr);
       
        max-height: calc(100vh - 224px);
        padding-right: 16px;
        position: -webkit-sticky;
        position: sticky;
        overflow-y: auto;
}


 .VehicleRangeCards__moreIcon {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1280px) {
    .VehicleRangeCards__moreCta {
        text-align: center;
        width: 70%;
    }
}


 
.VehicleRangeCards__moreCta{
        width: 50%;
    color: inherit;
    font-family: NouvelR\, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;

}
@media screen and (min-width: 1280px){
    .vehicleRangeCards__cards{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1280px){
    .VehicleModelCard{
        display: block;
    }
}

.VehicleRangeCards__extraCard{
    background-color: #f2f2f2;
    border: 1px solid #000;
    grid-row: span 2;
    align-items: center;
    min-height: 160px;
    padding: 16px;
    display: flex
;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .VehicleRangeCards__extraCard {
        flex-direction: column-reverse;
        grid-row: span 3;
        justify-content: center;
        gap: 20px;
        min-height: 300px;
    }
}

/*
@media screen and (min-width: 1280px) {
    .VehicleModelCard {
        cursor: auto;
        grid-row: span 3;
        grid-template-columns: 1fr;
    }
}

*/





.VehicleModelCard__modelName_price {
    flex-direction: column;
    row-gap: 2px;
    font-family: NouvelR\, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: .95;
    display: flex;
}

.VehicleModelCard__image {
    grid-area: 1 / 2;
    max-width: 256px;
}
.Image, .Image .PictureElement__imgDefault

 {
    width:100%;
    height: 100%;
    /*aspect-ratio: 4/3;*/
     object-fit: cover; 
    display: block;
 }
.PictureElement {
      display: block;  
     overflow: hidden; 
}

@media screen and (min-width: 670px) {
    .PictureElement__imgDefault {
        width: 100%;
        height: 100%;
       
    }
}


@media screen and (min-width: 670px) {
    .VehicleModelCard__modelName_price {
        grid-row: span 2;
    }
}

@media screen and (min-width: 1280px) {
    .VehicleModelCard__modelName_price {
        grid-row: span 1;
    }
}

.ModelStartingPrice__mentions {
    color: #3e3f40;
    margin-top: 8px;
    font-family: NouvelR\, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}
.NormalizedPrice {
    font-family: NouvelR\, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: .95;
}
.NormalizedPrice.is-small{
    font-size: 1.4rem;
}

.vehicleRangeCards__filtersTitle{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (min-width: 1280px) {
    .vehicleRangeCards__filtersTitle {
        margin: 16px 0px 24px;
    }
}

.RangeFiltersContent {
    margin-top: 24px;
}
@media screen and (min-width: 1280px) {
    .RangeFiltersContent {
        margin-top: 0px;
    }
}

.RangeFiltersContent__label {
    color: rgb(101, 102, 102);
    font-family: "NouvelR, sans-serif";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
}

.rangeFiltersContent__category {
    margin-bottom: 24px;
}
.rangeFiltersContent__category, .RangeFiltersContent__energy {
    align-items: center;
    display: flex;
    gap: 4px;
}
.RangeFiltersContent__energy {
    margin-top: 24px;
    margin-bottom: 24px;
}


.VehicleModelCard__image {
    grid-area: 1 / 2 / span 2;
    max-width: 256px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .VehicleModelCard {
        cursor: auto;
        grid-row: span 3;
        grid-template-columns: 1fr;
                height: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .VehicleModelCard__image {
        transform-origin: top;
        grid-area: 2 / 1;
        transition: transform .3s ease-out;
    }
}
@media screen and (min-width: 1280px) {
    .VehicleModelCard:hover .VehicleModelCard__image {
        transform: scale(.7);
    }
}
@media screen and (min-width: 1440px) {
    .VehicleModelCard__image {
        max-width: unset;
    }
}

.VehicleModelCard__ctas {
    background-color: rgb(242, 242, 242);
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0px;
}

.VehicleModelCard__ctaPrimaryCustom{
        text-align: center;
    font-family: "NouvelR, sans-serif";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    border-style: solid;
    border-width: 1px;
    padding: 12px 16px;
    transition: ease-out-out 0.3s;
}

.VehicleModelCard__ctaPrimaryCustom{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
.VehicleModelCard__ctaPrimaryCustom:hover {
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255);
}

.VehicleModelCard__tagsList {
    flex-flow: wrap;
    grid-column: 1 / span 2;
    align-items: center;
    display: inline-flex
;
}

@media screen and (min-width: 670px) {
    .VehicleModelCard__tagsList {
        grid-column: 1;
    }
}

@media screen and (min-width: 1280px) {
    .VehicleModelCard__tagsList {
        transition: transform .3s ease-out;
    }
}

@media screen and (min-width: 1280px) {
       .VehicleModelCard:hover .VehicleModelCard__ctas
       {
        color: #ffffff;
        transform: translateY(0px);
    }
}

@media screen and (min-width: 1280px) {
    .VehicleModelCard__ctas {
        display: flex;
        transform: translateY(101%);
        transition: transform 0.3s ease-out;
    }
}

/** Filtros **/
.RadioGroupButton{
flex-wrap: wrap;
    gap: 12px;
    display: flex;
}
.RadioGroupButton__input{
    display: none;
}
.RadioGroupButton__item {
    position: relative;
}
.RadioGroupButton__input~.RadioGroupButton__label{
    
    cursor: pointer;
    text-wrap: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    border: 1px solid #000;
    border-radius: 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: NouvelR\, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
    transition: background-color .5s ease-out, color .5s ease-out;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 0px;
    min-height: 40px;
}
.RadioGroupButton__textContainer{
    
    
    padding-left: 12px;
    padding-right: 12px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MainHeaderV2:has(.MainHeaderV2__linkItem.is-open){
    --MainHeaderV2-background-color: #fff;
        --MainHeaderV2-text-color: #000;

}

.RadioGroupButton__button.selected, 
.RangeFiltersContent__energyButton.selected {
  background-color: #000; 
  color: #fff;             
  border-color: #000;
      border-radius: 4px;
}
.VehicleRangeCards__shortcuts {
    flex-direction: column;
    margin-bottom: 32px;
    display: flex;
    gap: 24px;
}

.VehicleRangeCards__shortcutLink {
    color: inherit;
    align-items: center;
    font-family: "NouvelR, sans-serif";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    gap: 8px;
}
.EnergyBadgeList__text.is-ev {
    color: #1885d1;
}
.EnergyBadgeList__text {
    color: #656666;
    margin-left: 2px;
    font-family: NouvelR\, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}
.VehicleRangeCards__iconSvg {
    width: 24px;
}

.ContentWithLinks {
    flex-direction: column;
    gap: 32px;
    padding: 16px;
    font-family: NouvelR\, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex
;
}
 
@media screen and (min-width: 1280px) {
    .VehicleRangeCards__shortcuts {
        gap: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .VehicleRangeCards__shortcuts {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 670px) {
    .VehicleRangeCards__shortcuts {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 670px) {
    .ContentWithLinks {
        gap: 56px;
    }
}

 @media screen and (min-width: 1024px) {
    .ContentWithLinks {
        flex-direction: row;
        gap: 80px;
    }
}

@media screen and (min-width: 1280px) {
    .ContentWithLinks {
        padding: 0 32px 32px;
    }
}



.ContentWithLinks__highlight {
    background-color: #f2f2f2;
    flex-direction: column;
    display: flex
;
}

.ContentWithLinks__links {
    grid-template-columns: 1fr;
    gap: 32px;
    display: grid
;
}

@media screen and (min-width: 670px) {
    .ContentWithLinks__links {
        grid-template-columns: 1fr 1fr;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .ContentWithLinks__links {
        gap: 32px 48px;
        width: 60%;
    }
}

.ContentWithLinks__linksTitle {
    color: #656666;
    margin-bottom: 16px;
    font-family: NouvelR\, sans-serif;
    font-weight: 400;
    line-height: 1;
}

.ContentWithLinks__sublinks {
    flex-direction: column;
    gap: 16px;
    display: flex;
}

@media screen and (min-width: 670px) {
    .ContentWithLinks__sublinks {
        gap: 8px;
    }
}

.ContentWithLinks__highlightLinks {
    flex: 1;
    padding: 32px 16px;
}

@media screen and (min-width: 1024px) {
    .ContentWithLinks__highlightLinks {
        padding: 32px 32px 24px;
    }
}

.ContentWithLinks__title {
    padding-bottom: 20px;
    font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
    .ContentWithLinks__title {
        font-size: 3.2rem;
    }
}

.ContentWithLinks__highlightLink {
    align-items: center;
    gap: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
}
.ContentWithLinks__arrow {
    width: 16px;
}
.ContentWithLinks__highlightCta, .ContentWithLinks__linksCta {
    color: #000;
}


@media screen and (min-width: 670px) {
    .ContentWithLinks__highlight {
         
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .ContentWithLinks__highlight {
        flex-direction: column;
        width: 40%;
    }
}


.menu-section {
 position: absolute;
 width: 100%;
 background-color: #ffffff;
  border: 1px solid #ccc;
  z-index: 999;
   display: none;
}

 @media screen and (min-width: 820px){
    .menu-section{
        display: block;
    }
 }


.dropDownContent {
    background: #ffffff;
}

.menu-section.is-show:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000088;
    height: 100vh;  
    top: 0;
    z-index: -1;
    backdrop-filter: blur(2px);
}

.menu-section .EditorialContentZone {
    background-color: #fff;
}

.dl-menuwrapper:first-child{
    right: 0 !important;
}
#dl-menu{
        width: 170px;
    display: flex;
    padding-right: 10px;
}
#dl-menu img {
    width: 100px !important;
}