:root{
    --posicion-carrusel_vehiculos_relacionados:0;
    --posicion-carrusel_usados_slider:0;
    --mostrar_carrusel:1;
}

@media (min-width: 520px) {
    :root{
        --mostrar_carrusel:2;
    }
}

@media (min-width: 785px) {
    :root{
        --mostrar_carrusel:3;
    }
}

.input-oculto{
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}

#conten_banner_usados{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 27rem;
}

    #conten_banner_usados .contenedor_flechas{
        position: absolute;
        margin: auto 0;
        top: calc(50% - 4rem);
        z-index: 20;
    }

    #conten_banner_usados .contenedor_flechas.flecha_izquierda{
        left: .5rem;
    }

    #conten_banner_usados .contenedor_flechas.flecha_derecha{
        right: .5rem;
    }

        #conten_banner_usados .contenedor_flechas span{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 6rem;
            width: 5rem;
            background: rgba(47, 47, 47, 0.7);
            font-size: 2.4rem;
            cursor: pointer;
            color: white;
        }

        #conten_banner_usados .contenedor_flechas span:hover {
            cursor: pointer;
            background: rgba(47, 47, 47, 1);
        }

        #conten_banner_usados .contenedor_flechas.flecha_izquierda span{
            border-radius: 5px 0px 0px 5px;
        }

        #conten_banner_usados .contenedor_flechas.flecha_derecha span{
            border-radius: 0px 5px 5px 0px;
        }

    #conten_banner_usados_slide{
        width: 100%;
        display: flex;
        /* overflow-x: scroll; */
        position: absolute;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        left: calc((100% / var(--mostrar_carrusel) + 2rem) * ( var(--posicion-carrusel_usados_slider) * -1));
        /* left: -0%; */
        height: 100%;
        transition: all .2s;
    }

        #conten_banner_usados_slide img{
            width: calc(100% / var(--img_total) - 2rem);
            flex: 0 0 calc(100% / var(--mostrar_carrusel));
            margin-right: 2rem;
            object-fit: cover;
            transition: all .2s;
            cursor: pointer;
        }

        #conten_banner_usados_slide img:last-child{
            width: calc(100% / var(--img_total));
            margin-left: 0;
        }

        #conten_banner_usados_slide img.imagen_oculta{
            width: 0;
            flex-basis: 0;
            margin: 0;
        }
    /* @media (min-width: 520px) {
        #conten_banner_usados_slide{
            width: calc((100% / 2) * var(--img_total));
        }

            #conten_banner_usados_slide img{
                flex: 1 0 calc(100% / 2 - 1rem);
            }

            #conten_banner_usados_slide img:last-child{
                flex: 1 0 calc(100% / 2);
            }
    }

    @media (min-width: 785px) {
        #conten_banner_usados_slide{
            width: calc((100% / 3) * var(--img_total));
        }

            #conten_banner_usados_slide img{
                flex: 1 0 calc(100% / 3 - 1.3rem);
            }

            #conten_banner_usados_slide img:last-child{
                flex: 1 0 calc(100% / 3);
            }
    } */

#conten_detalle_usado{
    margin-top: 50px;
    padding: 0 5.55555% 0 5.55555%;
    display: flex;
    /* border: 1px solid red; */
    column-gap: 40px;
    flex-direction: column;
    margin-bottom: 5rem;
}

@media (min-width: 931px) {
    #conten_detalle_usado{
        margin-top: 50px;
        padding: 0 5.55555% 0 5.55555%;
        display: flex;
        /* border: 1px solid red; */
        column-gap: 40px;
        flex-direction: row;
        margin-bottom: 1rem;
    }
}

    .datos_vehiculo_usado {
        /* border: 1px solid blue; */
        flex: 1;
    }

        .resumen_vehiculo_usado {
            margin-bottom: 56px;
        }

            .resumen_vehiculo_usado h1{ 
                font-size: 34px;
                line-height: 45px;
                font-weight: 500;
            }

            .resumen_vehiculo_usado p {
                font-size: 18px;
                line-height: 1.5em;
                font-weight: 300;
            }

        .descripcion_vehiculo_usado {
            margin-bottom: 48px;
        }

            .descripcion_vehiculo_usado h2 {
                font-size: 24px;
                line-height: 30px;
                font-weight: 500;
                margin-bottom: 24px;
            }

            .descripcion_vehiculo_usado p {
                color: #5a5a5a;
                margin-bottom: 1rem;
            }

        .conten_ficha_tecnica_usado {
            margin-bottom: 48px;
        }

            #ficha_tecnica_usado {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                
/*                justify-content: space-evenly;*/
/*                align-content: flex-start;*/
/*                flex-direction: column;*/
                
                width: 100%;
                padding: 4rem;
/*                background:  linear-gradient(to bottom, #d0e2ea, #aebdc3);*/
                background-color: #2a4550;
                border-radius: 8px;
            }

                .conten_info_ficha_tecnica_usado {
                    display: flex;
                    flex-wrap: wrap;
                    border: 1px solid #9a9a9a;
                    width: 15rem;
                    height: 10rem;
                    border-radius: 8px;
                    margin: 1rem;
                    padding: 1rem;
                    background-color: #f7f7f7;
                    color: #000000;
                }

                    .conten_info_ficha_tecnica_usado img {
                        display: flex;
/*                        border: 1px solid red;*/
                        align-items: baseline;
                        width: 25px;
                    }
                
                    .conten_info_ficha_tecnica_usado label:nth-child(2) {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: calc(100% - 25px);
/*                        border: 1px solid blue;*/
                    }

                    .conten_info_ficha_tecnica_usado label:nth-child(3) {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
/*                        border: 1px solid red;*/
                    }

/*
                .conten_info_ficha_tecnica_usado {
                    display: flex;
                    flex-wrap: wrap;
                    
                    width: 15rem;
                    height: 12rem;
                    border-radius: 8px;
                    margin: 1rem;
                    padding: 1rem;
                    background-color: white;
                }
*/
                
                .oculto {
                    visibility: hidden;
                }

/*
                    .conten_info_ficha_tecnica_usado img {
                        display: flex;
                        width: 100%;
                        height: 2.3rem;
                    }
*/

/*
                    .conten_info_ficha_tecnica_usado label:nth-child(2) {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        font-size: 1.4rem;
                    }
            
                    .conten_info_ficha_tecnica_usado label:nth-child(3) {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        font-size: 1.6rem;
                        font-weight: bold;
                    }
*/

            .conten_ficha_tecnica_usado h2 {
                font-size: 24px;
                line-height: 30px;
                font-weight: 500;
                margin-bottom: 24px;
            }

            .ficha_tecnica_desplegable_usado {
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
                background: rgba(0, 0, 0, 0.16);
                border-radius: 10px;
                display: none;
            }

                .boton_desplegable_ficha_usado {
                    margin-bottom: 1px;
                    position: relative;
                }

                    .titulo_boton_usado {
                        /* border-radius: 10px 10px 0px 0px; */
                        background: #fff;
                        padding: 17px 28px;
                        display: flex;
                        justify-content: space-between;
                        cursor: pointer;
                    }

                    .titulo_boton_usado {
                        background: #efefef;
                    }

                    .boton_desplegable_ficha_usado:first-child .titulo_boton_usado{
                        border-radius: 10px 10px 0px 0px;
                    }

                    .boton_desplegable_ficha_usado:last-child .titulo_boton_usado {
                        border-radius: 0px 0px 10px 10px;
                    }

                    .boton_desplegable_ficha_usado.activo .informacion_boton_usado {
                        height: auto;
                        max-height: unset;
                        padding: 24px 28px 0;
                    }

                    .informacion_boton_usado {
                        display: grid;
                        grid-template-columns: repeat(4, 1fr);
                        column-gap: 20px;
                        background: #fff;
                        padding: 0;
                        height: 0;
                        max-height: 0;
                        overflow: hidden;
                        transition: max-height 0.7s linear;
                    }
                        
                        .celda_informacion_usado {
                            margin-bottom: 24px;
                        }

                            .celda_titulo_usado {
                                color: #8F8F8F;
                                font-size: 13px;
                                line-height: 18.5px;
                                font-weight: 300;
                            }

                            .celda_detalle_usado {
                                font-weight: 500;
                            }

    #conten_detalle_usado .contenedor_formulario_contacto {
/*         border: 1px solid green; */
        flex: 1;
    }

        .contenedor_formulario_contacto .formulario_contacto {
            padding: 32px 64px 64px;
            margin-bottom: auto;
            border-radius: 10px;
            border: 1px solid #EFEFEF;
            box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.13);
        }

            .contenedor_formulario_contacto .formulario_contacto h3 {
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                color: #000000;
            }

            .contenedor_formulario_contacto .formulario_contacto h2 {
                font-size: 24px;
                line-height: 30px;
                font-weight: 500;
                color: #00a9c3;
                margin-bottom: 24px;
            }

            .formulario_contacto .contenedor_presupuestar_vehiculo {

            }
                .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo {
                    align-items: center;
                    margin-bottom: 40px;
                    /* display: flex;
                    flex-wrap: wrap;
                    margin-right: calc(1.5rem -.5);
                    margin-left: calc(1.5rem -.5); */
                    --bs-gutter-x: 1.5rem;
                    --bs-gutter-y: 0;
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: calc(var(--bs-gutter-y)* -1);
                    margin-right: calc(var(--bs-gutter-x)* -.5);
                    margin-left: calc(var(--bs-gutter-x)* -.5);
                }
            
                    .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .boton_presupuestar{
                        flex: 0 0 auto;
                        width: 100%;
                        max-width: 100%;
                        padding-right: calc(var(--bs-gutter-x)* .5);
                        padding-left: calc(var(--bs-gutter-x)* .5);
                        margin-top: var(--bs-gutter-y);
                    }

                    @media (min-width: 768px) {
                        .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .boton_presupuestar{
                            flex: 0 0 auto;
                            width: 50%;
                        }
                    }

                        .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .boton_presupuestar .boton{
                            display: flex;
                            text-align: center;
                            justify-content: center;
                            width: 100%;
                            padding: 7px 20px;
                            background-color: #0e7eab;
                            color: #fff;
                            border-radius: 5px;
                            font-size: 18px;
                            line-height: 1.5;
                            transition: all 0.3s;
                            text-decoration: none;
                            cursor: pointer;
                        }

                        .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .boton_presupuestar .boton:hover{
                            background-color: #00a9c3;
                        }

                    .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .parrafo_presupuestar{
                        flex: 0 0 auto;
                        width: 100%;
                        max-width: 100%;
                        padding-right: calc(var(--bs-gutter-x)* .5);
                        padding-left: calc(var(--bs-gutter-x)* .5);
                        margin-top: var(--bs-gutter-y);
                    }
                    
                    @media (min-width: 768px) {
                        .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .parrafo_presupuestar{
                            flex: 0 0 auto;
                            width: 50%;
                        }
                    }

                        .formulario_contacto .contenedor_presupuestar_vehiculo .presupuestar_vehiculo .parrafo_presupuestar p{
                            font-size: 15px;
                            line-height: 24px;
                            font-weight: 300;
                            margin: 0;
                        }
            
            .formulario_contacto .contenedor_formulario{

            }

                .formulario_contacto .contenedor_formulario h4{
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 500;
                    margin-bottom: 32px;
                }

                .formulario_contacto .contenedor_formulario form{

                }
                    
                    .formulario_contacto .contenedor_formulario form div{
                        --bs-gutter-x: 1.5rem;
                        --bs-gutter-y: 0;
                        display: flex;
                        margin-bottom: 36px;
                    }

                        .formulario_contacto .contenedor_formulario form div .contenedor_input:first-child{
                            padding-right: calc(var(--bs-gutter-x)* .5);
                        }
                        
                        .formulario_contacto .contenedor_formulario form div .contenedor_input:last-child{
                            padding-left: calc(var(--bs-gutter-x)* .5);
                        }

                    .formulario_contacto .contenedor_formulario form .contenedor_input{
                        flex: 1;
                        flex-direction: column;
                    }

                        .formulario_contacto .contenedor_formulario form .contenedor_input label.input_legenda{
                            font-weight: 500;
                            font-size: 1.5rem;
                        }

/*
                        .formulario_contacto .contenedor_formulario form .contenedor_input input,
                        .formulario_contacto .contenedor_formulario form .contenedor_input select{
                            border: 1px solid #8f8f8f;
                            border-radius: 5px;
                            padding: 10px 12px;
                            width: 100%;
                            color: #575757;
                            font-weight: 300;
                            font-size: inherit;
                        }

                        .formulario_contacto .contenedor_formulario form .contenedor_input input:focus,
                        .formulario_contacto .contenedor_formulario form .contenedor_input select:focus {
                            outline: none;
                        }
*/

                        .formulario_contacto .contenedor_formulario form .contenedor_input label.input_requerido {
                            font-size: 0.8em;
                            margin-bottom: 8px;
                            margin-top: 3px;
                            line-height: 13px;
                            color: #dc3232;
                            font-weight: 500;
                            opacity: 0;
                        }

                        .formulario_contacto .contenedor_formulario form .contenedor_input.alerta_requerido label.input_requerido {
                            opacity: 1;
                        }

                    .formulario_contacto .contenedor_formulario form .contenedor_boton {
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        margin-bottom: 0;
                    }

                        .formulario_contacto .contenedor_formulario form .contenedor_boton .boton {
                            padding: 7px 0px;
                            justify-content: center;
                            align-items: center;
                            text-align: center;
                            background-color: #0e7eab;
                            color: #fff;
                            border-radius: 5px;
                            font-size: 18px;
/*                            line-height: 1.5;*/
                            transition: all 0.3s;
/*                            text-decoration: none;*/
                            cursor: pointer;
                            width: 200px;
                        }

                        .formulario_contacto .contenedor_formulario form .contenedor_boton .boton:hover {
                            background-color: #00a9c3;
                        }

.contenedor_comprarar{
    display: flex;
    column-gap: 40px;
    padding: 0 5.55555% 0 5.55555%;
}
    .contenedor_comprarar .seccion_comprarar{
        flex: 0 0 calc(50% - 20px);
        padding: 40px 70px 32px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
        border-left: 8px solid #00a9c3;
    }

        .contenedor_comprarar .seccion_comprarar h2{
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            margin-bottom: 32px;
        }

        .contenedor_comprarar .seccion_comprarar p{
            font-size: 18px;
            line-height: 27px;
            font-weight: 300;
            margin-bottom: 32px;
        }

        .contenedor_comprarar .seccion_comprarar .contenedor_boton{

        }

            .contenedor_comprarar .seccion_comprarar .contenedor_boton a{
                background-color: #fff;
                color: #0E0E0E;
                border: 2px solid #0E0E0E;
                border-radius: 5px;
                padding: 7px 30px;
                font-size: 18px;
                line-height: 1.5;
                transition: all 0.3s;
                text-decoration: none;
            }

            .contenedor_comprarar .seccion_comprarar .contenedor_boton a:hover{
                background-color: #EFEFEF;
            }
            
            .contenedor_comprarar .seccion_comprarar .contenedor_boton a:focus{
                background-color: #CACACA;
                color: #0E0E0E;
                border: 2px solid #0E0E0E;
            }
            
            .contenedor_comprarar .seccion_comprarar .contenedor_boton a:active{
                background-color: #353535;
                color: #fff;
                border: 2px solid #353535;
            }

.contenedor_boton_compartir{
    margin: 50px 0 100px 0;
    padding: 0 5.55555% 0 5.55555%;
}
    .contenedor_boton_compartir .boton_compartir{

    }

        .contenedor_boton_compartir .boton_compartir a{
            display: flex;
            text-decoration: none;
            color: #0E0E0E;
            align-items: center;
            font-size: 1.6rem;
            font-weight: 500;
            cursor: pointer;
            width: fit-content;
        }

            .contenedor_boton_compartir .boton_compartir a span{
                font-size: 2.2rem;
                margin-right: 16px;
            }

.contenedor_vehiculos_relacionados{
    overflow: hidden;
    padding: 0 5.55555% 0 5.55555%;
    margin-top: 50px;
}

    .contenedor_vehiculos_relacionados h2{
        font-size: 24px;
        margin-bottom: 20px;
        color: #000000;
    }

    .contenedor_vehiculos_relacionados .contenedor_carrusel_vehiculos_relacionados{
        height: 475px;
        width: 100%;
        /* overflow: hidden; */
        position: relative;
        margin-bottom: 10px;
        position: relative;
    }
        
        .contenedor_vehiculos_relacionados .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados{
            position: absolute;
            display: flex;
            width: 100%;
            left: calc( ( 100% / var(--mostrar_carrusel) ) * (var(--posicion-carrusel_vehiculos_relacionados) * -1));
            /* left: -100%; */
            transition: all .2s;
        }

            .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado{
                overflow: hidden;
                width: calc(100% / var(--mostrar_carrusel));
                flex: 0 0 calc(100% / var(--mostrar_carrusel) - 4rem);
                border-radius: 5px;
                max-width: 35rem;
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
                background-color: #fff;
                margin: 0 2rem;
                cursor: pointer;
            }

            .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado:first-child{
                margin-left: 0;
            }

            .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado:last-child{
                margin-right: 0;
            }

                .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado img{
                    width: 100%;
                    max-width: 100%;
                    height: 215px;
                    object-fit: cover;
                    vertical-align: middle;
                }

                .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo{
                    padding: 8px 24px 16px;
                }

                    .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo h3{
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: 400;
                        color: #353535;
                        margin: 0;
                        margin-bottom: 8px;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                    .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo p{
                        font-size: 18px;
                        color: #8F8F8F;
                        font-weight: 300;
                        margin: 0;
                        line-height: 24px;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                    .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo ul{
                        color: #8F8F8F;
                        font-weight: 300;
                        margin: 10px 0;
                        padding-left: 2rem;
                    }

                        .contenedor_carrusel_vehiculos_relacionados .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo ul li{
                            margin: 2px 0;
                            padding: 2px 0;
                        }

                    .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo .precio_vehiculo_relacionado{
                        padding-top: 12px;
                        margin-top: 0;
                        border-top: 1px solid #CACACA;                    
                    }
                    
                        .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo .precio_vehiculo_relacionado h2{
                            font-size: 24px;
                            line-height: 30px;
                            font-weight: 500;
                            color: #00a9c3;
                            margin: 0;
                        }

                            .carrusel_vehiculos_relacionados .resumen_vehiculo_relacionado .detalles_vehiculo .precio_vehiculo_relacionado h2 span{
                                font-size: 16px;
                                line-height: 24px;
                                font-weight: 300;
                                color: #8F8F8F;
                                margin-right: 8px;
                            }

    .contenedor_vehiculos_relacionados .contenedor_botones{
        display: flex;
        column-gap: 3px;
    }

        .contenedor_vehiculos_relacionados .contenedor_botones label.boton{
            background-color: #0E0E0E;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 5px;
            padding: 13px 13px;
            font-size: 12px;
            line-height: 12px;
            transition: all 0.3s;
            text-decoration: none;
            cursor: pointer;
        }

            .contenedor_vehiculos_relacionados .contenedor_botones label.boton span{
                font-size: 2rem;
            }

.modal{
    display: none;
}

.modal_fotos_usados{
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
    .modal_fotos_usados .contenedor_modal{
        display: flex;
        flex-direction: column;
        background: rgba(5, 5, 5, .8);
        width: 100%;
        height: 100%;
    }

        .modal_fotos_usados .contenedor_modal .encabezado_modal{
            position: fixed;
            width: 100%;
            height: 100px;
            background: #0E0E0E;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            padding-left: 1em;
            padding-right: 2.6em;
            color: hsla(0, 0%, 93.3%, 0.9);
            font-size: 20px;
            z-index: 20;
        }

            .modal_fotos_usados .contenedor_modal .encabezado_modal .numeracion_imagenes{
                
            }

            .modal_fotos_usados .contenedor_modal .encabezado_modal .botones_control{

            }

                .modal_fotos_usados .contenedor_modal .encabezado_modal .botones_control span{
                    cursor: pointer;
                    padding: .25em;
                    margin: 0 .35em;
                }

            .modal_fotos_usados .contenedor_modal .encabezado_modal .boton-cerrar{
                position: absolute;
                top: 13px;
                right: 20px;
                text-decoration: underline;
                font-size: 2.6rem;
                cursor: pointer;
            }

        .modal_fotos_usados .contenedor_modal .cuerpo_modal{
            /* padding: 0 70px; */
            width: 100%;
            height: 100%;
        }
        
            .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados{
                display: flex;
                overflow-x: hidden;
                width: 100%;
                height: 100%;
                position: relative;
                /* scroll-snap-type: x mandatory; */
                cursor: grab;
                white-space: nowrap;
                transition: all 0.2s;
                transform: scale(0.98);
                will-change: transform;
                user-select: none;
            }

            .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados.active{
                cursor: grabbing;
                cursor: -webkit-grabbing;
                /* transform: scale(1); */
            }


                .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados .contenedor_flechas{
                    position: fixed;
                    top: 50%;
                    border: 1px solid;
                    padding: 2rem 1rem;
                    border-radius: 5px;
                    z-index: 2;
                }
                
                .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados .contenedor_flechas.flecha_izquierda{
                    left: 75px;
                }

                .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados .contenedor_flechas.flecha_derecha{
                    right: 75px;
                }

                    .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados .contenedor_flechas span{
                        
                    }

                .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados #conten_banner_modal_usados_slide{
                    position: absolute;
                    left: 0px;
                    width: calc(100% * var(--img_total));
                    height: 100%;
                    z-index: 1;
                    display: flex;
                    transition-property: transform;
                    box-sizing: content-box;
                }
                
                    .modal_fotos_usados .contenedor_modal .cuerpo_modal .conten_banner_modal_usados #conten_banner_modal_usados_slide .contenedor_imagen_slide{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                        padding: 70px;
                        box-sizing: border-box;
                        width: 100%;
                        height: 100%;
                        margin: auto;
                        will-change: transform;
                        border-style: solid;
                        border-width: 0;
                        transition-duration: .5s;
                        transition-property: border, background, transform;
                        overflow: hidden;
                        /* scroll-snap-align: start; */
                    }

                        .cuerpo_modal .conten_banner_modal_usados #conten_banner_modal_usados_slide .contenedor_imagen_slide .seccion_imagen_slide{
                            width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            text-align: center;
                        }

                        .cuerpo_modal .conten_banner_modal_usados #conten_banner_modal_usados_slide .contenedor_imagen_slide .seccion_imagen_slide img{
                            max-width: 100%;
                            height: auto;
                            max-height: 100%;
                            box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
                            border-radius: 2px;
                            object-fit: contain;
                            user-select: none;
                            pointer-events: none;
                            vertical-align: middle;
                        }

.modal_resumen_presupuesto{
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999;
}

    .modal_resumen_presupuesto .contenedor_modal{
        width: 920px;
        margin: 1.75rem auto;
    }

        .modal_resumen_presupuesto .contenedor_modal .seccion_modal{
            padding: 40px 48px 30px 48px;
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border-radius: .3rem;
            outline: 0;
        }

            .modal_resumen_presupuesto .contenedor_modal .seccion_modal .encabezado_modal{
                padding: 0 0 20px 0;
                display: flex;
                flex-shrink: 0;
                align-items: center;
                justify-content: space-between;
            }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .encabezado_modal h2{
                    font-size: 20px;
                    line-height: 50px;
                    font-weight: 500;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .encabezado_modal span{
                    /* width: 20px; */
                    /* height: 20px; */
                    padding: .5rem .5rem;
                    margin: -.5rem -.5rem -.5rem auto;
                    cursor: pointer;
                    font-size: 2.4rem;
                }

            .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal{
                box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
                transition: all 300ms;
                padding: 20px 35px;
                background: #fff;
                border-radius: 5px;
            }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal h2{
                    font-size: 24px;
                    margin: 0;
                    font-weight: 500;
                    line-height: 1.2;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal p{
                    color: #0E0E0E;
                    font-weight: 300;
                    font-size: 16px;
                    margin: 0;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_vehiculo{
                    border-bottom: 1px solid #EFEFEF;
                    padding: 15px 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_vehiculo .descripcion{
                        font-weight: 300;
                    }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_vehiculo .precio{
                        color: #0E0E0E;
                        font-weight: 500;
                        font-size: 20px;
                    }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_gastos{
                    border-bottom: 1px solid #EFEFEF;
                    padding: 7px 0 7px 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_gastos .descripcion{
                        font-weight: 300;
                    }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_gastos .precio{
                        color: #0E0E0E;
                        font-weight: 500;
                        font-size: 20px;
                    }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_a_cancelar{
                    padding: 10px 0 0 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_a_cancelar .descripcion{
                        font-weight: 300;
                    }

                    .modal_resumen_presupuesto .contenedor_modal .seccion_modal .cuerpo_modal .precio_a_cancelar .precio{
                        color: #00A9C3;
                        font-weight: 500;
                        font-size: 24px;
                    }

            .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones{
                display: flex;
                justify-content: flex-end;
                margin-top: 25px;
                align-items: center;
            }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton{
                    margin-right: 20px;
                    background-color: #fff;
                    color: #0E0E0E;
                    border: 2px solid #0E0E0E;
                    border-radius: 5px;
                    padding: 7px 30px;
                    font-size: 18px;
                    line-height: 1.5;
                    transition: all 0.3s;
                    text-decoration: none;
                    cursor: pointer;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton:hover{
                    background-color: #CACACA;
                    color: #0E0E0E;
                    border: 2px solid #0E0E0E;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton:focus{
                    background-color: #CACACA;
                    color: #0E0E0E;
                    border: 2px solid #0E0E0E;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton:active{
                    background-color: #353535;
                    color: #fff;
                    border: 2px solid #353535;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton.boton_finalizar{
                    background-color: #007c8f;
                    color: #fff;
                    border: 2px solid #007c8f;
                    transition: all 0.3s;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton.boton_finalizar:hover{
                    background-color: #00a9c3;
                    border-color: #00a9c3;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton.boton_finalizar:focus{
                    background-color: #00a9c3;
                    color: #fff;
                    border: 2px solid #006878;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .contenedor_botones .boton.boton_finalizar:active{
                    background-color: #006878;
                    color: #fff;
                    border: 2px solid #006878;
                }
                
            .modal_resumen_presupuesto .contenedor_modal .seccion_modal .pie_modal{
                display: flex;
                flex-direction: row;
                background: #EFEFEF;
                border: 1px solid #00a9c3;
                border-radius: 5px;
                padding: 16px 40px;
                margin: 32px 0;
            }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .pie_modal span{
                    margin-right: 16px;
                    color: #007c8f;
                }

                .modal_resumen_presupuesto .contenedor_modal .seccion_modal .pie_modal .texto_info{
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 300;
                }

.modal_compartir{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .85);
    z-index: 999;
}

    @media (min-width: 576px) {
        .modal_compartir .contenedor_modal {
            min-height: calc(100% - 3.5rem);
        }
    }
    @media (min-width: 576px) {
        .modal_compartir .contenedor_modal {
            max-width: 500px;
            margin: 1.75rem auto;
            margin: auto;
        }
    }

    .modal_compartir .contenedor_modal {
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem);
        max-width: 655px;
    }

        .modal_compartir .contenedor_modal .seccion_modal{
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 5px;
            outline: 0;
            padding: 48px 40px;
        }

            .modal_compartir .contenedor_modal .seccion_modal .contenedor_iconos{
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 0 40px 56px 40px;
            }

                .modal_compartir .contenedor_modal .seccion_modal .contenedor_iconos .icono_compartir{
                    height: 45px;
                    width: 45px;
                }

                    .modal_compartir .contenedor_modal .seccion_modal .contenedor_iconos .icono_compartir span{
                        display: flex;
                        max-width: 45px;
                        height: max-content;
                        overflow-x: hidden;
                        justify-content: center;
                        cursor: pointer;
                    }

                        .modal_compartir .contenedor_modal .seccion_modal .contenedor_iconos .icono_compartir span img{
                            height: 45px;
                        }

                        .modal_compartir .contenedor_modal .seccion_modal .contenedor_iconos .icono_compartir span:hover img{
                            filter: brightness(1.3);
                        }

            .modal_compartir .contenedor_modal .seccion_modal .contenedor_enlace{
                display: flex;
                justify-content: center;
                width: 100%;
            }

                .modal_compartir .contenedor_modal .seccion_modal .contenedor_enlace input{
                    display: inline-block;
                    width: 70%;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 18px;
                    background-color: #EFEFEF;
                    border: 0;
                    border-radius: 0;
                    padding: 20px 24px;
                    font-weight: 500;
                }

                .modal_compartir .contenedor_modal .seccion_modal .contenedor_enlace .boton.boton_compartir{
                    display: inline-block;
                    width: 30%;
                    font-size: 18px;
                    background-color: #EFEFEF;
                    border: 0;
                    border-radius: 0;
                    padding: 20px 24px;
                    cursor: pointer;
                    text-align: center;
                    font-weight: 500;
                }
