:root {
    --primary-bg-color: rgb(191, 0, 16);
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.modelo-detalles {
    .entrada {
        background-image: url('http://localhost/wordpress/wp-content/uploads/2024/08/1.png');
        padding: 5rem;
        height: 35rem;
        .entrada-info { 
            width: 50%;
            color: white;

            .title-entrada {
                font-family: 'MontserratMedium', sans-serif;
                font-weight: 800;
                font-size: 3rem;
            }

            .subtitle {
                font-family: 'MontserratMedium', sans-serif;
                font-weight: 800;
                font-size: 1.5rem;
            }

            h5 {
                font-family: 'MontserratMedium', sans-serif;
                font-weight: 400;
                font-size: 1.5rem;
            }

            .price {
                font-family: 'MontserratMedium', sans-serif;
                font-weight: 700;
                font-size: 2rem;
            }

            .buttons {
                width: 40%;

                .cotiza {
                    margin-bottom: .5rem;
                    width: 100%;
                    text-align: center;
                    background: rgb(197, 26, 32);
                    padding: 1rem 2rem;
                    font-family: 'MontserratMedium', sans-serif;
                    font-weight: 700;
                    font-size: 1.5rem;

                    & a {
                        text-decoration: none;
                        color: white;
                    }
                }

                .configura {
                    text-align: center;
                    width: 100%;
                    background: rgb(255, 255, 255);
                    padding: 1rem 2rem;
                    font-family: 'MontserratMedium', sans-serif;
                    font-weight: 700;
                    font-size: 1.5rem;

                    & a {
                        text-decoration: none;
                        color: black;
                    }
                }
            }
        }
    }
}

.info-coche {
    .info-coche-column {
        margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;

        h4 {
            color: #000000;
            font-family: 'MontserratRegular', sans-serif;
            font-size: 16px;
            font-weight: 300;
            line-height: 20px;
            text-align: center;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

        h3 {
            margin-top: 0;
            color: #000000;
            font-family: 'MontserratBold', sans-serif;
            font-size: 40px;
            font-weight: 700;
            line-height: 49px;
            text-align: center;
            text-transform: uppercase;
        }

        .modelo {
            letter-spacing: 0.1em;
            font-size: 20px;
            color: #BF0010;
            font-family: 'MontserratSemiBold', sans-serif;
            border-bottom: 5px solid #BF0010;
            padding-bottom: 8px;
            font-weight: 600;
        }
    }

    .info-coche-row {
        display: flex;
        flex-direction: row;
        width: 100%;

        .img-coche {
            width: 50%;

            .img-fluid {
                width: 100%;
                max-width: 40rem;
                height: 25rem;
            }
        }

        .info-coche {
            width: 50%;
        }
    }
}


/*ACORDITION*/
.accordion-container {
    width: 100%;
    
    font-family: 'MontserratBold', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    .accordion__title {
        display: block;
        padding: 10px;
        cursor: pointer;
        border: 1px solid #ddd;
        color: rgb(127, 127, 127);
    }
    .accordion__title:hover {
        background-color: var(--primary-bg-color);
        color: white;
    }
    

    .accordion-radio {
        display: none;
    }



    .accordion__inner {
        max-height: 0;
        color: rgb(86, 86, 86);
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .accordion__content {
        padding: 15px;
        background-color: #fff;
        .container-accordion{
            div{
                display: flex;
                width: 100%;
                justify-content: space-between;
                margin-bottom: 2rem;
                h3{
                    
                }
            }
        }
    }

    .accordion-radio:checked+.accordion__title+.accordion__inner {
        max-height: 300px;
        /* Ajusta el valor según tu contenido */
    }
}


.sub-info-coche{
    margin-top: 5rem;
    margin-bottom: 1rem;
    padding: 0rem 5rem;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    .sub-column{
        width: 25%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: start;
        padding-left: 4rem;
        .sub-up{
            color: #000000;
            font-size: 1rem;
            text-transform: uppercase;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.2em;
        }
        .sub-down{

            color: #606060;
            font-style: normal;
            font-weight: 700;
            font-size: 42px;
            letter-spacing: .1rem;
            line-height: 51px;
        }
        .button-sub{
            height: 100%;
            width: 100%;
            margin: auto;
            a{
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                background: gray;
                width: 100%;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 1.4rem;
                text-align: center;
            }
            .button-sub-a{
                color: gray;
                background: white;
                border: solid 1px gray;
            }
        }
    }
    .middle-column{
        width: 50%;
        border-left: 1px solid #A1A1A1;
        border-right: 1px solid #A1A1A1;

    }
}
.sub-text{
    font-family: 'MontserratMedium', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 17px;
    color: #666666;
    max-width: 1250px;
    padding: 0rem 5rem;
    margin-bottom: 10rem;
}


/* slider start */

.attributes{
    background: #F2F2F2;
}
/* Contenedor general del slider */
.custom-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Estilo del slider */
.custom-slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Cada slide toma todo el ancho del contenedor */
.custom-slide {
    min-width: 100%;
    box-sizing: border-box;
}

/* Las imágenes dentro de cada slide ocupan todo el espacio disponible */
.custom-slide img {
    object-fit: contain;
    width: 100%;
    height: 25rem;
}

/* Botones de navegación prev y next */
.custom-slider-prev,
.custom-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.custom-slider-prev {
    left: 10px;
}

.custom-slider-next {
    right: 10px;
}

/* Indicadores del slider */
.custom-slider-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.custom-indicator {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.custom-indicator.active {
    background-color: #fff;
}

/* Filtros para el slider (todos, exterior, interior) */
.custom-slider-filters {
    font-family: 'MontserratMedium', sans-serif;
    background: #F4F4F4;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-slider-filter-btn {
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #F4F4F4;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 5px;
}

.custom-slider-filter-btn.active {
    border-bottom: solid 3px red;
    font-weight: bold;
}

/* Responsive ajustes */
@media (max-width: 768px) {
    .custom-slider-prev,
    .custom-slider-next {
        padding: 5px;
    }

    .custom-indicator {
        width: 8px;
        height: 8px;
    }
}

/* slider end */

.atributos_title{
    width: 20%;
    margin: auto;
    color: #1A1A1A;
    font-family: 'MontserratRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

/*triple-slider-entrada-atributos-start*/
.unique-slider-wrapper {
    background: #F2F2F2;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10rem;
}

.unique-slider {
    display: none;
    width: 100%;
}

.unique-slider.active {
    display: block;
}

.unique-slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.unique-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.unique-slide img {
    width: 100%;
    height: 35rem;
    object-fit: contain;
}

.unique-slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.unique-slider-prev,
.unique-slider-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.unique-slider-indicators {
    text-align: center;
    margin-top: 15px;
}

.unique-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.unique-indicator.active {
    background-color: #333;
}

#menu-title-todos.active,
#menu-title-exterior.active,
#menu-title-interior.active {
    font-weight: bold;
}

.menu-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 3.5rem;
    margin-top: 20px;
    background: #f0f0f067;
}

.menu-buttons button {
    width: 25rem;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    background-color: #ffffff00;
    border: none;
    transition: background-color 0.3s;

    color: #353535;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 20px;
}

.menu-buttons button.active {
    border-bottom: solid 4px var(--primary-bg-color);
    font-weight: 800;
}


/*triple-slider-entrada-atributos-end*/


/*triple-slider-entrada-seguridad-start*/
.custom-slider-wrapper-seguridad{
    position: relative;
}
.custom-slider-seguridad{
    width: 100%;
    height: 35rem;
    display: flex;
    position: relative;
    .custom-slider-text-seguridad{
        font-family: 'MontserratMedium', sans-serif;
        width: 50%;
        padding: 10rem;
        background: #F4F4F4;
        h2{
            color: rgb(152, 152, 152);
            letter-spacing: .3rem;
            text-transform: uppercase;
            padding-bottom: 2rem;
        }
        h3{
            font-size: 2.5rem;
            padding-bottom: 2rem;
        }
        p{
            line-height:1.8rem;
            letter-spacing: .06rem;
        }
    }
    .custom-slider-inner-seguridad{
        width: 50%;
        height: 100%;
        .custom-slide-seguridad{
            overflow: hidden;
            object-fit: contain;
            width: 100%;
            height: 100%;
            img{
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .custom-slider-controls-seguridad {
        position: absolute;
        width: 100%;
        top: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px; /* Añadir espacio entre botones e indicador */
    
    }
}
.custom-slider-prev-seguridad,
.custom-slider-next-seguridad {
    background-color: transparent;
    border: none;
    font-size: 24px; /* Tamaño de las flechas */
    cursor: pointer;
    color: #333; /* Color de las flechas */
}

.custom-slider-indicator-seguridad {
    font-size: 16px; /* Tamaño del texto del indicador */
    color: #333; /* Color del indicador */
}
.custom-slider-controls-seguridad{
    position: absolute;
    top: 90%;
    left: 25%;
}


/*triple-slider-entrada-seguridad-end*/


/*beneficios-start*/
.beneficios{
    margin-top: 10rem;
    .title-beneficios{
        text-align: center;
        color: #000000;
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-bottom: 31px;
    }
    .title-bold-beneficios{
        text-align: center;
        color: #000000;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;

        margin-bottom: 21px;
        font-style: normal;
    }
    .subtitle-beneficios{
        text-align: center;
        color: #4d4d4d;
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 500;
        line-height: 135%;
        
        max-width: 675px;
        margin: 0 auto;
    }
    .beneficios-flex{
        margin: 4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        .flex-child{
            background: #E6E6E6;
            padding: 3rem;
            p{
                font-family: 'Montserrat';
                font-weight: 700;
                font-size: 1.2rem;
            }
        }
    }
}

/*beneficios-end*/


/*cont-start*/

.cont-txt{
    margin-bottom: 3rem;
    p{
        font-family: 'Montserrat';
        font-weight: 400;
    }
    a{
        text-decoration: none;
        color: #2558ce;
        font-weight: 500;
    }
}
/*cont-end*/

/*footer-start*/
.footer{
    width: 100%;
    background: black;
    padding: 5rem 15rem;
    .title_footer{
        padding-bottom: 5rem;
        color: white;
        text-align: center;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 1.2rem;
    }
    .footer-info{
        display: flex;
        font-family: 'Montserrat';
        justify-content: space-between; /* Asegura que las columnas estén distribuidas equitativamente */
        align-items: flex-start; /* Alinea las columnas al inicio */
    
        .footer-column{
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: 0;
            .title_column{
                font-weight: 800;
                flex: 1 1;
            }
            p{
                font-weight: 300;
                color: white;
                margin: 14px 0;
                a{
                    text-decoration: none;
                    color: white;
                }
            }
        }
    }
}
/*footer-end*/

