#conten_tabla_ficha_versiones_hyundai {
    width: 100%;
}
/*

.fijar_tabla_ficha_tecnica_hyundai {
    position: sticky;
    top: -9rem;
    background-color: white;
}

.mover_lento_tabla_ficha_tecnica_hyundai {
    top: 96px;
}
*/

#conten_banner_ficha_tecnica_hyundai {
    display: flex;
    width: 100%;
    position: relative;
}

#conten_banner_ficha_tecnica_hyundai_img {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

#conten_nav_ficha_tecnica_hyundai 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_hyundai nav ul li label:hover {
        cursor: pointer;
        color: white;
        background-color: #aa0000;
        transition: all .4s;
        border-radius: .5rem;
    }
}

/* ######################################## */
/* ####### Item Seleccionado        ####### */
/* ######################################## */
.menu_ficha_tecnica_hyundai_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_hyundai {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


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

/*###################################*/
/*###################################*/
/*###################################*/
.conten_versiones_hyundai {
    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_hyundai_img_text {
    width: 28rem;
    height: 35rem;
    position: relative;
    margin-bottom: 3rem;
    padding: 1.3rem;
    box-shadow: 5px 5px 10px #d9d9d9;
    border-radius: .5rem;
    transition: all 0.3s;
}

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

.conten_bloque_ft_hyundai_img_text .imagen {
    margin-top: 3rem;
    width: 100%;
}

.conten_bloque_ft_hyundai_img_text .imagen img {
    width: 100%;
}

.conten_bloque_ft_hyundai_img_text .version {
    margin-top: 1rem;
}

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


.conten_bloque_ft_hyundai_img_text .precio {
        
}

.conten_bloque_ft_hyundai_img_text .precio label {
    padding: .1rem 0rem;
    display: flex;
    width: 100%;    
    font-size: 1.6rem;
    font-weight: bold;
    color: #3e3e3e;
}

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

.conten_bloque_ft_hyundai_img_text .caracteristica div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conten_bloque_ft_hyundai_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;
}

.conten_bloque_ft_hyundai_img_text .caracteristica div:nth-child(2) {
    text-transform: capitalize;
/*    border: 1px solid black;*/
    width: 23%;
        border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
/*    border: 1px solid blue;*/
}

.conten_bloque_ft_hyundai_img_text .caracteristica div:nth-child(3) {
/*    border: 1px solid black;*/
    width: 26%;
        border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
/*    border: 1px solid orange;*/
}

.conten_bloque_ft_hyundai_img_text .caracteristica div:nth-child(4) {
    width: 31%;
        border-top: 1px solid #d8d8d8;
/*    border-right: 1px solid black;*/
/*    border: 1px solid black;*/
/*    border: 1px solid red;*/
}

.conten_bloque_ft_hyundai_img_text .btn_cotizar {
/*    border: 1px solid blue;*/
    margin-top: 2rem;
    width: 100%;
}

.conten_bloque_ft_hyundai_img_text .btn_cotizar label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    color: white;
    background-color: #aa0000;
    border-radius: .5rem;
    transition: all .4s
}

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


.conten_version_modelo_hyundai {
    display: flex;
    flex-wrap: wrap;
    width: 25rem;
    height: 25rem;
    margin: 1rem;
    position: relative;
    margin-bottom: 3rem;
    border: 1px solid #9b9b9b;
    padding: 1rem;
    border-radius: .5rem;
}

.conten_version_modelo_img_hyundai {
    width: 25rem;
    height: 16rem;
/*    overflow-y: hidden;*/
    width: 100%;
    position: relative;

}

.conten_version_modelo_img_hyundai img {
    transition: all .4s;
    width: 100%;
/*    transform: scale(3);*/
}

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

.conten_version_modelo_desc_hyundai {
    width: 100%;
}

.conten_version_modelo_desc_hyundai label {
    font-size: 1.3rem;
/*    border: 1px solid blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem 1rem;
    width: 100%;
    height: 3rem;
    background-color: #454545;
    color: white;
    border-radius: .5rem;
}

.conten_version_modelo_precio_hyundai {
    width: 100%;
}

.conten_version_modelo_precio_hyundai 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_hyundai {
    width: 100%;
}

.conten_version_modelo_cotizar_hyundai {
    width: 100%;
}

.conten_version_modelo_cotizar_hyundai label {
    width: 100%;
}

/*###################################*/
/*###################################*/
/*###################################*/
#conten_tit_360 {
    width: 100%;
    position: relative; 
    text-align: center;
}

#conten_tit_360 img {
    width: 10rem;
}

.conten_360_hyundai {
    width: 80%;
}

.conten_img_360 {
    display: flex;
    width: 50%;
    position: relative;
}


#canvas_360 {
    width: 800;
    height: 450;
}

#canvas_360 img {
}

.conten_img_controles_360 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#slider_360 {
    margin: 0 auto;
    width: 50%;
}


.conten_bloque_ficha_tecnica_hyundai_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.conten_bloque_ficha_tecnica_hyundai_img .bloque_ficha_tecnica_hyundai_img {
    width: 100%;
}

.conten_bloque_ficha_tecnica_hyundai_img .bloque_ficha_tecnica_hyundai_img img {
    width: 100%;
    vertical-align: middle;
    
    
}

.bloque_ficha_tecnica_hyundai_tit {
    height: 4rem;
    display: flex;
    max-width: 20rem;
}

.bloque_ficha_tecnica_hyundai_tit h4 {
    display: flex;
    align-items: center;
    
}

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

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

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

.bloque_ficha_tecnica_hyundai_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_hyundai_p2 div:nth-child(4) {
    border-right: none;
}


.bloque_ficha_tecnica_hyundai_p3 {
    margin-top: 2rem;
    height: 2rem;
}

.bloque_ficha_tecnica_hyundai_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_hyundai_lbl {
    margin-top: 1rem;
}

.bloque_ficha_tecnica_hyundai_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_hyundai {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 4rem;
    overflow-x: auto;
    margin-bottom: 3rem;
}

/* ********************************************** */
/* Tratamiento de imagenes de la galeria interior */
/* ********************************************** */
#conten_img_int_hyundai {
    margin: 0 auto;
    max-width: 40rem;
    max-height: 40rem;
    position: relative;
    margin-bottom: 3rem;
    padding: 0rem 0rem;
    max-width: 95%;
}

@media (min-width: 700px) {
    #conten_img_int_hyundai {
        max-width: 60rem;
        max-height: 60rem;
        position: relative;
        padding: 0rem 3rem;
    }
}

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

#conten_img_int_pri_galeria_hyundai img {
    width: 100%;
}

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

    }
}

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

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

#conten_img_int_galeria_sup_hyundai {
    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_hyundai {
        padding: 0rem 3rem;
    }
}

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

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

/* ********************************************** */
/* Tratamiento de imagenes de la galeria exterior */
/* ********************************************** */
#conten_img_ext_hyundai {
    margin: 0 auto;
    max-width: 40rem;
    max-height: 40rem;
    position: relative;
    margin-bottom: 3rem;
    padding: 0rem 0rem;
    max-width: 95%;
}

@media (min-width: 700px) {
    #conten_img_ext_hyundai {
        max-width: 60rem;
        max-height: 60rem;
        position: relative;
        padding: 0rem 3rem;
    }
}

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

#conten_img_ext_pri_galeria_hyundai img {
    width: 100%;
}

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

    }
}

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

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

#conten_img_ext_galeria_sup_hyundai {
    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_hyundai {
        padding: 0rem 3rem;
    }
}

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

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

/*
.conten_img_galeria_sup_hyundai img {
    
}

#conten_img_ext_hyundai {
    position: relative;
}

#conten_img_int_hyundai img {
    
}

#conten_img_ext_hyundai {
}

#conten_img_ext_hyundai img {
    
}
*/


/* ****************************************** */
/* Contenedor del detalle de la ficha tecnica */
/* ****************************************** */
#conten_det_ft_hyundai {
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: .5rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

@media (min-width: 700px) {
    #conten_det_ft_hyundai {
        max-width: 95%;
    }
}

/* ########################################## */
/* ########## INICIO TABLA HYUNDAI ########## */
/* ########################################## */
/* ****************************************** */
#conten_detalle_ficha_tecnica_hyundai {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: .5rem;
    width: 100%;
    margin-bottom: 2rem;
/*    border: 5px solid red;*/
}

@media (min-width: 700px) {
    #conten_detalle_ficha_tecnica_hyundai {
        flex-wrap: nowrap;
    }
}

#tabla_ficha_versiones_hyundai {
    text-align: center;
    display: flex;
    width: 100%;
    text-transform: uppercase;
/*    border: 5px solid green;*/
}

#tabla_ficha_versiones_hyundai tbody {
    width: 100%;
}

#tabla_ficha_versiones_hyundai tr td:nth-child(1) {
    background-color: #efeded;
    position: sticky;
}


#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(1) {
    padding: 2rem .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 1px solid #cbcbcb;
    max-width: 20rem;
    width: 20rem;
    border-left: 1px solid transparent;
}

#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(2),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(3),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(4),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(5),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(6),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(7),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(8),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(9),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(10),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(11),
#tabla_ficha_versiones_hyundai tr:nth-child(1) td:nth-child(12) {
/*    width: 10%;*/
    
    padding: 2rem .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 1px solid #cbcbcb;
}

.tabla_ficha_tecnica_hyundai {
    display: flex;
    width: 100%;
}

.titulo_categoria_hyundai {
    font-size: 1.4rem !important;
    background-color: #383838 !important;
    color: white;
    padding: 1rem 1rem;
    text-align: start;
}

 .celda_body_ficha_tecnica_hyundai td {
    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_hyundai:hover {
        background-color: #e5e5e5;
    }
}

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

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

#tabla_caracteristica_1,
#tabla_caracteristica_2,
#tabla_caracteristica_3,
#tabla_caracteristica_4,
#tabla_caracteristica_5,
#tabla_caracteristica_6 {
    margin-top: 0rem;
}
/* ########################################## */
/* ########## FIN TABLA HYUNDAI ############# */
/* ########################################## */



.enca_fila_especificaciones_tecnicas_hyundai {
    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%;
    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;
}


.imagenes_interior_ft_hyundai {
    width: 100%;
    position: relative;
/*    border: 5px solid blue;*/
}

@media (min-width: 700px) {
    .imagenes_interior_ft_hyundai {
        margin-left: 1rem;
        width: 30%;
    }
}

.conten_img_ft_hyundai {
    padding: 1rem;
}

.conten_img_ft_hyundai img {
    width: 100%;
}

