#conten_tabla_ficha_versiones_volkswagen {
    width: 100%;
/*    border: 1px solid blue;*/
/*    height: 15rem;*/
}

.fijar_tabla_ficha_tecnica {
    position: sticky;
    top: -9rem;
    background-color: white;
/*    box-shadow: .15rem .5rem 1rem var(--gris_oscuro);*/
/*    border: 10px solid red;*/
    
/*    box-shadow: 50px 50px 50px;*/
}

.mover_lento_tabla_ficha_tecnica {
    top: 96px;
}

#conten_banner_ficha_tecnica_volkswagen {
    display: flex;
    width: 100%;
/*    border: 1px solid red;*/
/*    height: 70vh;*/
/*    padding-bottom: 0%;*/
/*    overflow: hidden;*/
    position: relative;
}

#conten_banner_ficha_tecnica_volkswagen_img {
/*    width: 100%;*/
    overflow: hidden;
    max-height: 100%;
}

@media (min-width: 700px) {
    #conten_banner_ficha_tecnica_volkswagen_img {
    /*    width: 100%;*/
        overflow: hidden;
        max-height: 60vh;
    }
}

#conten_banner_ficha_tecnica_volkswagen_img img {
/*    height: 100%; */
    width: 100%;
}

#conten_ficha_tecnica_volkswagen {
    display: flex;
    flex-wrap: wrap;
}

/* ######################################## */
/* ####### Inicio Menu        ####### */
/* ######################################## */
#conten_nav_ficha_tecnica_volkswagen {
    margin-top: 2rem;
    width: 100%;
}

#conten_nav_ficha_tecnica_volkswagen nav {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

@media (min-width: 700px) {
    #conten_nav_ficha_tecnica_volkswagen nav {
        width: 80%;
    }
}

#conten_nav_ficha_tecnica_volkswagen nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 700px) {
    #conten_nav_ficha_tecnica_volkswagen nav ul {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }
}

#conten_nav_ficha_tecnica_volkswagen nav ul li {
    display: flex;
    margin-top: 1rem;
}

#conten_nav_ficha_tecnica_volkswagen nav ul li label {
    padding: 1rem 1rem;
    border-radius: .5rem;
    font-size: 1.8rem;
    border: 1px solid #aa0000;
    text-align: center;
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 700px) {
    #conten_nav_ficha_tecnica_volkswagen nav ul li label:hover {
        cursor: pointer;
        color: white;
        background-color: #aa0000;
        transition: all .4s;
        border-radius: .5rem;
    }
}

/* ######################################## */
/* ####### Item Seleccionado        ####### */
/* ######################################## */
.menu_ficha_tecnica_volkswagen_seleccionado {
    width: 18rem;
    padding: 1rem 1rem;
    border-radius: .5rem;
    font-size: 1.8rem;
    border: 1px solid #aa0000;
    background-color: #aa0000;
    color: white;
}


#conten_bloque_ficha_tecnica_volkswagen {
    margin: 0 auto;
    margin-top: 3rem;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bloque_ficha_tecnica_volkswagen {
    width: 100%;
    padding: 1rem;
    margin: 1rem;
    border-radius: .5rem;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 5rem;
}


/*###################################*/
/* Contendor de los precios  */
/*###################################*/
.conten_versiones_volkswagen {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*###################################*/
/*###################################*/
/*###################################*/
/* Estilo para el bloque con imagen y texto de la version */
.conten_bloque_ft_volkswagen_img_text {
    width: 320px;
    position: relative;
    padding: 1.3rem;
    box-shadow: 5px 5px 10px #d9d9d9;
    border-radius: .5rem;
    transition: all 0.3s;
    margin-top: 10px
/*    background: linear-gradient(to bottom, #f0f0f0 10%, #ffffff 90%);*/
}

@media (min-width: 700px) {
    .conten_bloque_ft_volkswagen_img_text:hover {
        box-shadow: 5px 5px 15px #818181;
        cursor: pointer;
    }
}

.conten_bloque_ft_volkswagen_img_text .imagen {
    display: flex;
    position: relative;
    margin-top: 3rem;
    width: 100%;
}


    #conten_redes_sociales_version_volkswagen {
        display: flex;
        position: absolute;
        flex-wrap: nowrap;
        right: 0px;
        bottom: 0px;
    }

        .conten_icono_url_volkswagen {
            display: flex;
            position: relative;
        }

            .conten_icono_url_toyota:hover > .tooltiptexturl {
                visibility: visible;
                z-index: 1000;
            }
            
        .conten_icono_url_volkswagen .icon-link {
            display: flex;
            color: #888888;
            font-size: 1.6rem;
            margin-right: .5rem;
        }

            .conten_icono_url_volkswagen .icon-link:hover {
                cursor: pointer;
                color: #af1313;
            }

        .conten_icono_url_volkswagen .icon-whatsapp {
            display: flex;
            font-size: 1.6rem;
            color: green;
        }

    .conten_bloque_ft_volkswagen_img_text .imagen img:nth-child(2) {
        width: 100%;
    }

    .logo_volkswagen_version_cotizacion {
        display: flex;
        position: absolute;
        height: 3rem;
        right: 0;
        top: -35px;
    }



    .conten_bloque_ft_volkswagen_img_text .marca_modelo {
        font-size: 16px;
        margin-top: 5px
    }

    .conten_bloque_ft_volkswagen_img_text .version {
/*        margin-top: 1rem;*/
    }

    .conten_bloque_ft_volkswagen_img_text .version label {
    /*    border: 1px solid red;*/
        padding: .5rem 0rem;
        display: flex;
        width: 100%;
        font-size: 13px;
/*        font-weight: bold;*/
        color: #3e3e3e;
    }


.conten_bloque_ft_volkswagen_img_text .precio {

}

/*
.conten_bloque_ft_toyota_img_text .precio label {
    padding: .5rem 0rem;
    display: flex;
    width: 100%;    
    font-size: 2rem;
    font-weight: bold;
    color: #3e3e3e;
}
*/

.conten_bloque_ft_volkswagen_img_text .precio label {
/*    padding: .5rem 0rem;*/
    display: flex;
    width: 100%;    
    font-size: 18px;
    margin-top: 5px;
/*    font-weight: bold;*/
    color: #3e3e3e;
}

.conten_bloque_ft_volkswagen_img_text .precio label:nth-child(2) {
    display: flex;
    font-size: 1.3rem;
    color: #797979;
/*    font-weight: lighter;*/
}






.conten_bloque_ft_volkswagen_img_text .caracteristica {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    width: 100%;
/*    border: 5px solid black;*/
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-bottom: 1px solid #d8d8d8;
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div:nth-child(1) {
/*    border: 1px solid black;*/
    width: 20%;
/*    height: 3rem;*/
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    text-align: center;
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div:nth-child(2) {
    text-transform: capitalize;
    width: 23%;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    text-align: center;
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div:nth-child(3) {
    width: 26%;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    text-align: center;
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div:nth-child(4) {
    width: 31%;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}

/* Icono de las caracteristicas toyota */
.conten_bloque_ft_volkswagen_img_text .caracteristica div img {
/*    border: 1px solid blue;*/
    display: flex;
    width: 30px;
    height: 30px;
    margin: 5px;
}

.conten_bloque_ft_volkswagen_img_text .caracteristica div label {
/*    border: 1px solid blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
}





.conten_bloque_ft_volkswagen_img_text .bono_credito_r9 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .conten_bloque_ft_volkswagen_img_text .bono_credito_r9 label {
        padding: 1.5rem 0rem .4rem 0rem;
        display: flex;    
        font-size: 1.6rem;
        color: #3e3e3e;
    }

    .conten_bloque_ft_volkswagen_img_text .bono_credito_r9 label:nth-child(2) {
        font-weight: 700;
    }

.conten_bloque_ft_volkswagen_img_text .bono_credito {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .conten_bloque_ft_volkswagen_img_text .bono_credito label {
        padding: .4rem 0rem .4rem 0rem;
        display: flex;    
        font-size: 1.6rem;
        color: #3e3e3e;
    }

    .conten_bloque_ft_volkswagen_img_text .bono_credito label:nth-child(2) {
        font-weight: 700;
    }

.conten_bloque_ft_volkswagen_img_text .condicion_comercial {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .conten_bloque_ft_volkswagen_img_text .condicion_comercial label {
        padding: .4rem 0rem .4rem 0rem;
        display: flex;    
        font-size: 1.6rem;
        color: #3e3e3e;
    }

    .conten_bloque_ft_volkswagen_img_text .condicion_comercial label:nth-child(2) {
        font-weight: 700;
    }

.conten_bloque_ft_volkswagen_img_text .precio_lista {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .conten_bloque_ft_volkswagen_img_text .precio_lista label {
        padding: .4rem 0rem .4rem 0rem;
        display: flex;    
        font-size: 1.6rem;
        color: #3e3e3e;
    }

    .conten_bloque_ft_volkswagen_img_text .precio_lista label:nth-child(2) {
        font-weight: 700;
    }


.precio_nota_iva {
    display: flex;
    margin-top: .5rem;
}

    .precio_nota_iva label {
        display: flex;
        font-size: 1.2rem;
        color: #6f6f6f;
    }


.conten_bloque_ft_volkswagen_img_text .btn_cotizar {
    margin-top: 1rem;
    width: 100%;
}

.conten_bloque_ft_volkswagen_img_text .btn_cotizar label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    font-size: 1.8rem;
    color: white;
/*    background-color: #aa0000;*/
    background: linear-gradient(to right bottom, #0f7baa 10%, #63cfff 90%);
/*    padding: 1rem .5rem;*/
    border-radius: .5rem;
    transition: all .4s
}

@media (min-width: 700px) {
    .conten_bloque_ft_volkswagen_img_text .btn_cotizar label:hover {
        background-color: #e82323;
        cursor: pointer;
    }
}

/*###################################*/
/*###################################*/
/*###################################*/
/*###################################*/
/*###################################*/
/*###################################*/
/*###################################*/
/*###################################*/

.conten_version_modelo_volkswagen {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 300px;
    margin: 20px;
    position: relative;
    margin-bottom: 3rem;
    border: 1px solid #dddddd;
}

.conten_version_modelo_img_volkswagen {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
/*    width: 25rem;*/
    position: relative;
/*    border: 1px solid blue;*/
/*    background: linear-gradient(to bottom, #808080 10%, #d9d9d9 90%);*/
/*    background-color: blue;*/
}

.conten_version_modelo_img_volkswagen img {
    display: flex;
    transition: all .4s;
    width: 100%;
/*    width: 18rem;*/
/*    overflow: hidden;*/
/*    transform: scale(2);*/
    z-index: 0;
/*    border: 1px solid green;*/
}

@media (min-width: 700px) {
    .conten_version_modelo_img_volkswagen img {
/*
        transition: all .4s;
        width: 25rem;
        overflow: hidden;
        transform: scale(1.4);
        z-index: 0;
*/
    }
}

@media (min-width: 700px) {
    .conten_version_modelo_img_volkswagen img:hover {
    /*    transform: scale(2);*/
    }
}


        

            .conten_version_modelo_desc_volkswagen {
                display: flex;
/*                position: absolute;*/
                flex-wrap: wrap;
                width: 100%;
                z-index: 1;
                border: 1px solid red;
                bottom: 0;
                font-weight: 
            }


                .conten_version_modelo_desc_volkswagen label {
                    font-size: 1.3rem;
                    border: 1px solid blue;
                    display: flex;
                    align-items: center;
                    padding: .2rem 1rem;
                    width: 100%;
/*                    height: 3rem;*/
                }

                .conten_version_modelo_precio_volkswagen {
                    width: 100%;
                    z-index: 1;
                }

                .conten_version_modelo_precio_volkswagen label {
                    font-size: 1.7rem;
                    font-weight: bold;
                /*    border: 1px solid blue;*/
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: .3rem 1rem;
                    width: 100%;
                    height: 3rem;
                }

                .conten_version_modelo_cotizar_volkswagen {
                    width: 100%;
                    z-index: 1;
                }

                .conten_version_modelo_cotizar_volkswagen label {
                    margin: 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 20rem;
                    background-color: #0000a0;
                    color: white;
                    border-radius: 5rem;
                    height: 3rem;
                    transition: all .3s;
                    margin-bottom: 2rem;
                }

                @media (min-width: 700px) {
                    .conten_version_modelo_cotizar_volkswagen label:hover {
                        background-color: white;
                        border: 1px solid #0000a0;
                        color: blue;
                        cursor: pointer;
                    }
                }

/*###################################*/
/*######## 360 volkswagen ##########*/
/*###################################*/
#conten_vista_360_volkswagen {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
}

#conten_titulo_360_volkswagen {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

@media (min-width: 700px) {
    #conten_titulo_360_volkswagen {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;
    }
}

#conten_titulo_360_volkswagen h1 {
    display: flex;
    width: 1000%;
    font-size: 1.8rem;
    color: #464646;
}

@media (min-width: 950px) {
    #conten_titulo_360_volkswagen h1 {
        display: flex;
        width: 40%;
        font-size: 1.6rem;
        color: #464646;
    }
}

@media (min-width: 1350px) {
    #conten_titulo_360_volkswagen h1 {
        display: flex;
        width: 30%;
        font-size: 1.8rem;
        color: #464646;
    }
}

#conten_colores_volkswagen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (min-width: 950px) {
    #conten_colores_volkswagen {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: 60%;
    }
}


@media (min-width: 1350px) {
    #conten_colores_volkswagen {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: 70%;
    }
}

#conten_icono_img_360_volkswagen {
    display: flex;
    margin-top: 2rem;
    width: 100%;
    justify-content: center;
}

@media (min-width: 700px) {
    #conten_icono_img_360_volkswagen {
        display: flex;
        margin-top: 0rem;
        width: 100%;
        justify-content: center;
    }
}

#icono_img_360_volkswagen {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    height: 4rem;
}

.conten_360_volkswagen {
    display: flex;
    width: 150%;
}

@media (min-width: 700px) {
    .conten_360_volkswagen {
        width: 100%;
    }
}

#conten_tit_360_volkswagen {
    width: 100%;
    position: relative; 
    text-align: center;
}

#conten_tit_360_volkswagen img {
    
}

.conten_img_360_volkswagen {
}

.conten_img_360_volkswagen img {
}


#canvas_360_volkswagen {
    height: auto;
    width: 150%;
}

@media (min-width: 700px) {
    #canvas_360_volkswagen {
        width: 100%;
    }
}

#canvas_360_volkswagen img {
}

#imagen_360_volkswagen {
}


#slider_360_volkswagen {
    position: absolute;
    opacity: 0;
    margin: 0 auto;
    margin-top: 2rem;
    width: 100%;
    z-index: 1000;
    height: 100%;
    cursor: grabbing;
}

.conten_controles_360_volkswagen {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
}
/* ########################################### */
/* ########################################### */
/* ########################################### */


/*###########*/
.conten_bloque_ficha_tecnica_volkswagen_img {
    width: 100%;
/*    height: 15rem;*/
/*    border: 1px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


.conten_bloque_ficha_tecnica_volkswagen_img .bloque_ficha_tecnica_volkswagen_img {
/*    border: 5px solid black;*/
    width: 100%;
/*    height: auto;*/
}

.conten_bloque_ficha_tecnica_volkswagen_img .bloque_ficha_tecnica_volkswagen_img img {
    width: 100%;
    
/*    border: 1px solid red;*/
    vertical-align: middle;
    
    
}

.bloque_ficha_tecnica_volkswagen_tit {
    height: 4rem;
/*    border: 1px solid red;*/
    display: flex;
/*    margin-top: 1rem;*/
    max-width: 20rem;
}

.bloque_ficha_tecnica_volkswagen_tit h4 {
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    
}

.bloque_ficha_tecnica_volkswagen_p1 {
    margin-top: .5rem;
    height: 2rem;
/*    border: 1px solid red;*/
}

.bloque_ficha_tecnica_volkswagen_p1 p {
    font-size: 1.4rem;
}

.bloque_ficha_tecnica_volkswagen_p2 {
    margin-top: .5rem;
    height: 2rem;
    border-top: 1px solid #b7b5b5;
    padding: .3rem 0rem 0rem 0rem;
    display: flex;
    flex-wrap: nowrap;
}

.bloque_ficha_tecnica_volkswagen_p2 div {
    border-right: 1px solid #b7b5b5;
    padding: 1rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: .2px;
}

.bloque_ficha_tecnica_volkswagen_p2 div:nth-child(4) {
    border-right: none;
}


.bloque_ficha_tecnica_volkswagen_p3 {
    margin-top: 2rem;
    height: 2rem;
/*    border: 1px solid red;*/
}

.bloque_ficha_tecnica_volkswagen_p3 label {
    font-size: 1.3rem;
    background-color: red;
    color: white;
    padding: 1rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bloque_ficha_tecnica_volkswagen_lbl {
/*    border: 1px solid red;*/
    margin-top: 1rem;
/*    padding: 1rem;*/
}

.bloque_ficha_tecnica_volkswagen_lbl label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: red;
    color: white;
    font-size: 1.3rem;
    height: 3rem;
    border-radius: .5rem;
}

#conten_ajax_ficha_tecnica_volkswagen {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 4rem;
    overflow-x: auto;
    margin-bottom: 3rem;
    width: 100%;
}

/* ********************************************** */
/* Tratamiento de imagenes de la galeria interior */
/* ********************************************** */
#conten_img_int_volkswagen {
    margin: 0 auto;
    width: 35rem;
    height: 20rem;
    position: relative;
    margin-bottom: 3rem;
    padding: 0rem 0rem;
    overflow: hidden;
}

@media (min-width: 700px) {
    #conten_img_int_volkswagen {
        width: 50rem;
        height: 40rem;
        position: relative;
    }
}

.texto_int_ext {
    position: absolute;
    font-size: 5rem;
    color: white;
    background-color: none;
    margin-left: 2rem;
    margin-top: 2rem;
}

#conten_img_int_pri_galeria_volkswagen {
    width: 100%;
    transition: all 1s;
}

#conten_img_int_pri_galeria_volkswagen img {
    display: flex;
    width: 100%;
    height: 100%;
}

@media (min-width: 700px) {
    #conten_img_int_volkswagen:hover {

    }
}

@media (min-width: 700px) {
    #conten_img_int_volkswagen:hover > #conten_img_int_pri_galeria_volkswagen {
        opacity: 0;
    }
}

@media (min-width: 700px) {
    #conten_img_int_volkswagen:hover > #conten_img_int_galeria_sup_volkswagen {
        opacity: 1;
    }
}

#conten_img_int_galeria_sup_volkswagen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0rem 0rem;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 1s;
}


@media (min-width: 700px) {
    #conten_img_int_galeria_sup_volkswagen {
/*        padding: 0rem 3rem;*/
    }
}

#conten_img_int_galeria_sup_volkswagen a {
    display: flex;
    width: 50%;
    height: 50%;   
}

#conten_img_int_galeria_sup_volkswagen a img {
    width: 100%;
    height: 100%;
}

/* ********************************************** */
/* Tratamiento de imagenes de la galeria exterior */
/* ********************************************** */
#conten_img_ext_volkswagen {
    margin: 0 auto;
    width: 35rem;
    height: 20rem;
    overflow: hidden;
    position: relative;
/*    margin-bottom: 3rem;*/
/*    padding: 0rem 0rem;*/
}

@media (min-width: 700px) {
    #conten_img_ext_volkswagen {
        width: 50rem;
        height: 40rem;
        position: relative;
/*        padding: 0rem 3rem;*/
    }
}

#conten_img_ext_pri_galeria_volkswagen {
    transition: all 0.4s;
    width: 100%;
}

#conten_img_ext_pri_galeria_volkswagen img {
    display: flex;
    width: 100%;
    height: 100%;
}

@media (min-width: 700px) {
    #conten_img_ext_volkswagen:hover {

    }
}

@media (min-width: 700px) {
    #conten_img_ext_volkswagen:hover > #conten_img_ext_pri_galeria_volkswagen {
        opacity: 0;
    }
}

@media (min-width: 700px) {
    #conten_img_ext_volkswagen:hover > #conten_img_ext_galeria_sup_volkswagen {
        opacity: 1;
    }
}

#conten_img_ext_galeria_sup_volkswagen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0rem 0rem;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 1s;
}

@media (min-width: 700px) {
    #conten_img_ext_galeria_sup_volkswagen {
/*        padding: 0rem 3rem;*/
    }
}

#conten_img_ext_galeria_sup_volkswagen a {
    display: flex;
    width: 50%;
    height: 50%; 
}

#conten_img_ext_galeria_sup_volkswagen a img {
    width: 100%;
    height: 100%;
}


/* ****************************************** */
/* Contenedor del detalle de la ficha tecnica */
/* ****************************************** */
#conten_detalle_ficha_tecnica_volkswagen {
    margin: 0 auto;
    margin-top: 2rem;
/*    border: 1px solid #c4c4c4;*/
    border-radius: .5rem;
    width: 100%;
}


#tabla_ficha_versiones_volkswagen {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#tabla_ficha_versiones_volkswagen thead tr:nth-child(1) td {
    width: 20rem;
    min-width: 20rem;
/*    font-size: 2rem;*/
/*    font-weight: bold;*/
}

#tabla_ficha_versiones_volkswagen tr:nth-child(1) td {
    border-left: 1px solid #cbcbcb;
    padding: 2rem .3rem;
    font-size: 1.5rem;
}

#tabla_ficha_versiones_volkswagen tr:nth-child(1) td:nth-child(1) {
    border-left: 1px solid transparent;
}

#tabla_ficha_versiones_volkswagen tr td {
    width: 15rem;
    min-width: 15rem;
    font-size: 1rem;
/*    font-weight: bold;*/
}

#tabla_ficha_versiones_volkswagen tr td:nth-child(1) {
    width: 15rem;
    min-width: 15rem;
    font-weight: 400;
}

.tabla_ficha_tecnica_volkswagen {
    
}

.titulo_categoria_volkswagen {
    font-size: 1.4rem !important;
    background-color: #2000a8;
    color: white;
    padding: 1rem 1rem;
}

.tabla_ficha_tecnica_volkswagen tbody tr td:nth-child(1) {
    width: 25rem;
    min-width: 25rem;
    text-align: left;
    font-size: 1rem;
    padding: .8rem .5rem;
/*    border-bottom: 1px solid #cccccc;*/
}

 .celda_body_ficha_tecnica td {
    width: 15rem;
    min-width: 15rem;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 300;
    padding: .8rem .5rem;
}

@media (min-width: 700px) {
    .celda_body_ficha_tecnica:hover {
        background-color: #e5e5e5;
    }
}

 .celda_body_ficha_tecnica td {
    border-right: 1px solid #cccccc;
}

.tabla_ficha_tecnica_volkswagen tbody tr td:last-child {
    border-right: none;     
}

#tabla_ficha_datos_tecnicos {
    margin-top: 3rem;
}

#tabla_ficha_exterior {
    margin-top: 3rem;
}

#tabla_ficha_interior {
    margin-top: 3rem;
}

#tabla_ficha_funcional {
    margin-top: 3rem;
}

#tabla_ficha_seguridad {
    margin-top: 3rem;
}


.enca_fila_especificaciones_tecnicas {
    width: 100%;
    display: flex;
    background-color: #212121;
    color: white;
    padding: 1rem;
}





#detalle_ficha_tecnica_fil_0 #detalle_ficha_tecnica_col_1 p {
    padding: 3rem 0rem;   
}

.fila_especificaciones_tecnicas {
    width: 100%;
/*    border: 5px solid black;*/
    display: flex;
}

.detalle_ficha_tecnica_col_1 {
    width: 31%;    
    background-color: #d4d4d4;
    text-align: left;
    padding: 1rem 1rem 1rem 2rem;
}

.detalle_ficha_tecnica_col_2 {
    width: 23%;    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.detalle_ficha_tecnica_col_3 {
    width: 23%;    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.detalle_ficha_tecnica_col_4 {
    width: 23%;    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


/* ################################################ */
/* Estilo de la barra de navegacion de los modelos */
/* ################################################ */
#conten_menu_navegacion {
    margin-top: 2rem;
    display: flex;
    margin-bottom: 4rem;
}

    #conten_menu_navegacion_izq {
        display: flex;
    }

    #conten_menu_navegacion_izq a {
        border-radius: .5rem;
        text-decoration: none;
        display: flex;
        padding: 1rem;
        margin-left: 1rem;
        font-size: 1.5rem;
        font-weight: 500;
        transition: all .3s;
    }

    #conten_menu_navegacion_izq span {
        font-size: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 700px) {
        #conten_menu_navegacion_izq a:hover {
            cursor: pointer;
        }
    }

    #conten_menu_navegacion_der {
        margin-left: 1rem;
    /*    border: 5px solid green;*/
    }

    #conten_menu_navegacion_der ul {
        display: flex;
        flex-wrap: wrap;
    }

    #conten_menu_navegacion_der ul li {
        list-style: none;
        padding: 1rem 2rem;
        border-right: 1px solid #bcbcbc;
    }

    #conten_menu_navegacion_der ul li a {
        font-size: 1.5rem;
        font-weight: 300;
        border-bottom: 2px solid transparent;
        transition: all .4s;
    }

    @media (min-width: 700px) {
        #conten_menu_navegacion_der ul li a:hover {
            cursor: pointer;
            border-bottom: 2px solid red;
        }
    }

    .menu_navegacion_seleccionado a {
        border-bottom: 4px solid #000089 !important;
    }

/* ********************************************** */
/* Estilo del detalle del modelo */
/* ********************************************** */
#conten_descripcion_modelo {
    margin: 0 auto;
/*    border: 1px solid red;*/
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}

@media (min-width: 700px) {
    #conten_descripcion_modelo {
        max-width: 124rem;
    }
}

.conten_desc_modelo {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
    justify-content: center;
}


.invertir_responsivo {
/*    flex-direction: column;*/
    flex-direction: column-reverse;
}


@media (min-width: 700px) {
    .invertir_responsivo {
        justify-content: center;
        align-items: center;
/*        border: 5px solid blue;*/
/*        flex-direction: row;*/
    }
}

@media (min-width: 1094px) {
    .invertir_responsivo {
        flex-direction: row;
/*        align-items: flex-start;*/
/*        border: 5px solid red;*/
    }
}

.conten_desc_modelo_imagen {
    display: flex;
    justify-content: center;
    align-items: center;
/*    border: 1px solid green;*/
    width: 100%;
    padding: 0rem .5rem 0rem .5rem ;
}

@media (min-width: 700px) {
    .conten_desc_modelo_imagen {
        width: 50%;
        min-width: 40rem;
    }
}


.conten_desc_modelo_imagen img {
    display: flex;
    width: 100%;
    height: auto;
}

.conten_desc_modelo_parrafo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem;
}

@media (min-width: 700px) {
    .conten_desc_modelo_parrafo {
        width: 50%;
        min-width: 40rem;
    }
}

.conten_desc_modelo_parrafo h3 {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 1.8rem;
    padding: 0rem 0rem 0rem 1rem;
}

@media (min-width: 700px) {
    .conten_desc_modelo_parrafo h3 {
        display: flex;
        align-items: flex-end;
        width: 100%;
        font-size: 2.5rem;
        padding: 0rem 0rem 0rem 1rem;
    }

}

.conten_desc_modelo_parrafo p {
    display: flex;
    width: 100%;
    padding: 1rem 0rem 0rem 1rem;
    line-height: 2rem;
    font-size: 1.3rem;
}

@media (min-width: 700px) {
    .conten_desc_modelo_parrafo p {
        font-weight: 300;
        font-size: 1.6rem;
    }
}