/* Estilos para las plantillas nuevas de marca, modelo, busqueda custom y bloques flexibles */


/* General */


:root{
    --outfit: 'Outfit', sans-serif;
    --inter: 'Inter', sans-serif;
}

.row-reverse {
  flex-direction: row-reverse;
  display: flex;
}

.centered{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.w-100{width: 100%!important;}
.h-100{height: 100%!important;}

.mt-1{margin-top: 1rem;}
.mt-2{margin-top: 2rem;}
.mt-3{margin-top: 3rem;}

.mb-1{margin-bottom: 1rem;}

.mb-0{margin-bottom: 0rem;}

.me-15{margin-right: 1.5rem;}

.p-035{padding: 0.375rem;}
.py-1{padding-top: 1rem; padding-bottom: 1rem;}
.py-2{padding-top: 2rem; padding-bottom: 2rem;}
.py-3{padding-top: 3rem; padding-bottom: 3rem;}

.d-flex{display: flex;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.justify-content-around{justify-content: space-around;}
.align-items-center{align-items: center;}
.flex-column{flex-direction: column;}   

.object-fit-cover{object-fit: cover;}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: column; 
}



.text-decoration-none{text-decoration: none;}
.text-decoration-underline{text-decoration: underline;}















.heading{
    color: #111;
    font-family: var(--outfit, Outfit);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 3.2rem */
    letter-spacing: -0.0625rem;
}







.btn-outline{
    width: fit-content;
    padding: 1rem 1.5rem;
    border: 1px solid #111;
    color: #292D32;
    font-family: var(--outfit, Outfit);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.025rem;
}









/* PageHeader */
.pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageheader__title{
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 76.8px */
  letter-spacing: -2px;
}

/* Migas de Pan */
.migas{
    padding: 1.5rem 0;
}


.migas a{
    color: #727272;
    font-family: var(--inter, Inter);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.225rem */
    letter-spacing: var(--letter-spacing--0_2, -0.0125rem);
}

.migas a:hover{
    color: #222733;
    text-decoration: underline;
}


.migas span{
    color: #222733;
    font-family: var(--inter, Inter);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: var(--letter-spacing--0_2, -0.0125rem);
    padding: 0 0.75rem;
}

p{
    color:  #727272;
    font-family: var(--inter, Inter);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem; /* 170% */
    letter-spacing: -0.0125rem;
}


/* Catalogo Coches */
.catalogo-coches {
    background: linear-gradient(to bottom, #ffffff 0px, #ffffff 40px, #F5F5F5 40px, #F5F5F5 100%);
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex; 
    justify-content: center;
}

.tab-item {
    margin-right: 8px;
}

.tab-nav a {
    display: block;
    padding: 10px 50px;
    text-decoration: none;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    cursor: pointer;

    background: #F5F5F5;
    color:  #292D32;
    font-family: var(--outfit, Outfit);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025rem;
}

.tab-nav a.active {
    color: #F58E15; 
    background: #F5F5F5;
}

.tab-content {
    padding-top: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.catalogo-coches figure{
    position: relative;
    
}

.catalogo-coches .etiqueta-dgt{
    right: 5px;
    position: absolute;
    top: 5px;
}
.catalogo-coches .logo-marca{
    left: 5px;
    position: absolute;
    top: 5px;
}

.catalogo-coches .marca{
    color: #3F4254;
    font-family: var(--outfit, Outfit);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; 
    letter-spacing: -0.0125rem;
}


.catalogo-coches .version, .catalogo-coches .info-specs{
    color: #727272;
    font-family: var(--inter, Inter);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.05625rem */
    letter-spacing: -0.0125rem;
}
.catalogo-coches .info-specs{
    text-align: center;
    padding: 0 1.9rem;
}

.catalogo-coches .car{
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.catalogo-coches .image-vehicle{
    border-radius: 0.5rem 0.5rem 0 0;
}


.catalogo-coches .price span:first-child{
   color: #3F4254;
    font-family: var(--inter, Inter);
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 0.9625rem */

}

.catalogo-coches .price span:nth-child(2){
    color: #292D32;
    font-family: var(--inter, Inter);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 2.45rem */
}
.catalogo-coches .price span:nth-child(3), .catalogo-coches .price span:nth-child(4){
    color:#949493;
    font-family: var(--inter, Inter);
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 0.9625rem */

}

.catalogo-coches .btn-card{
    padding: 0.75rem 1.5rem;
    background-color: #F58E15;
    border-radius: 0.5rem;
    color: #FFFFFF;
    font-family: var(--outfit, Outfit);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
    text-align: center;
}

.catalogo-coches .modelo-card-footer, .catalogo-coches .modelo-card-footer a{
    color:  #222733;
    text-align: center;
    font-family: var(--inter, Inter);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    letter-spacing: -0.0125rem;
    padding-bottom: 1rem;
}
.catalogo-coches .modelo-card-footer{
    text-decoration: none;
}

/* Footer */
footer.footer-2{
    background-color: #1A1E28;

    & .footitle{
        color: var(--white, #FFF);
    }
    & ul li:before {
        display: none;
    }
    & a{
        color: var(--white, #FFF);
    }
    & p{
        color: var(--white, #FFF);
    }
    
    & i{
        color: #FF8E02;
        padding-right: 0.25rem;
    }
    & .logo a {
        background: url(img/logo.svg) no-repeat;
        background-size: 100% auto;
        width: 174px;
        height: 76px;
        display: block;
        text-indent: -3000px;
        font-size: 0;
        overflow: hidden;
    }
}


.footerbottom-2 {
    background-color: #1A1E28;
    & p, a {
        color: #ffffff;
    }
}





/*--------------------------Bloques Flexibles--------------------------*/
/*  Cta */
.cta{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  
}

.cta__title{
    color: #FFF;
    text-align: center;
    font-family: var(--outfit, Outfit);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 2.8rem */
    letter-spacing: -0.0625rem;
}

.cta__text p{
    color: #FFF;
    text-align: center;
    font-family: var(--inter, Inter);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
}


/* Alternado */
.alternado{
    margin: 4rem 0;
}
.alternado iframe{
    width: 100%;
    height: 400px;
}
.alternado blockquote{
    border-left: 3px solid #222733;
}
.alternado blockquote p{
    color: #222733;
    font-family: var(--inter, Inter);
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
}

.alternado__img{
    border-radius: 0.5rem;
    overflow: hidden;
}

/* Modelos */
.modelos-bloque{
    padding: 4rem 0;
    background: #F5F5F5;
}
.modelos-title{
    color:  #3F4254;
    font-family: var(--outfit, Outfit);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
}

.modelo-card{
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.62rem;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.modelo-card img{
    border-radius: 0.5rem;
}
.modelo-card:hover img{
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
}

/* Bloque de Texto */
.bloque-texto{
    margin: 4rem 0;
}

/* Bloque de tabla de precios */
.orientativos{
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.orientativos .tabla table{
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: none;
}

.orientativos th{
    border-bottom: 1px solid rgba(0, 0, 0, 0.021);
    background: #EAEAEA;
}

.orientativos td{
    width: 25%;
}

/* Bloque destacados */
.destacados{
    margin: 4rem 0;
}
.titulo-decatado{
    color: #111;
    font-family: var(--inter, Inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: -0.2px;
    padding: 1rem 0 0.5rem;
    margin: 0;
}

/* Bloque Faqs */
.faqs{
    padding: 4rem 0;
    background: #F8F8F8;
}
.faqs__content{
    margin-bottom: 2rem;
}

.faq-question{
    color: #3F4254;
    font-family: var(--outfit, Outfit);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    padding: 1rem 1.5rem;
    background: #FFFFFF;
     cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.faq-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.open .faq-arrow {
    transform: rotate(-45deg); /* Apunta hacia abajo */
}
.faq-item.open .faq-question{
    margin: 0;

}

.faq-answer{
    padding: 1rem 1.5rem;
    background: #FFFFFF;
}

/* Marcas */
.marcas{
    padding-top: 3rem;
}


/* Bloque de Tabla */

.tabla-bloque{
    padding: 4rem 0;
    background-color: #F5F5F5;
}

.tabla__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 0;  
}


.tabla__item{
    width: 20%;
}
.tabla__item-container{
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-left: 1rem;
}

.celda-title{
    color:  #727272;
    font-family: var(--inter, Inter);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.5rem */
    letter-spacing: -0.0125rem;
}

.celda-tipo{
    color: #111;
    font-family: var(--inter, Inter);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
}

@media (max-width: 768px) {
    .tabla__item{
        width: 50%;
    }
}







.swiper-button-prev::after, .swiper-button-next::after {
    color: #F58E15;
    font-size: 25px!important;
}

.swiper-pagination-bullet-active {
    background: #F58E15!important;
}


.swiper-pagination {
    display: none!important;
}