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

#conten_banner_nuevo_hyundai_img {
    overflow: hidden;
    max-height: 100%;
}

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

#conten_banner_nuevo_hyundai_img img {
    width: 100%;
}

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

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

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

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

    }
}

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

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

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

#conten_nav_nuevo_hyundai nav ul li label {
    padding: 1rem 1rem;
    border-radius: .5rem;
    font-size: 1.2rem;
    border: 1px solid #0e70c4;
    text-align: center;
    width: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 700px) {
    #conten_nav_nuevo_hyundai nav ul li label {
        width: 18rem;
        font-size: 1.6rem;
    }
}

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

/* ######################################## */
/* ####### Item Seleccionado        ####### */
/* ######################################## */
.item_seleccionado_hyundai {
    background-color: #0e70c4;
/*    border: 1px solid #02328e;*/
    color: white;
/*    border: 1px solid #aa0000;*/
    border-radius: .5rem;
}

#conten_bloque_nuevo_hyundai {
    margin: 0 auto;
    width: 95%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 4rem;
}

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

.bloque_nuevo_hyundai {
    height: 25rem;
    width: 48rem;
    padding: .5rem;
    margin: 1rem;
    border-radius: .5rem;
/*    box-shadow: 5px 5px 15px #c1c1c1;*/
    border: 1px solid #d4d4d4;
    position: relative;
    transition: all .3s;
    display: flex;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai:hover {
    /*
        box-shadow: 5px 5px 15px #818181;
        background-color: #c1c1c1;
        cursor: pointer;
    */
    }
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai:hover > .bloque_nuevo_hyundai_cotizar {
    /*    opacity: 1;*/
    }
}

.conten_bloque_nuevo_hyundai_img {
    width: 35%;
/*    height: 15rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.conten_bloque_nuevo_hyundai_img .bloque_nuevo_hyundai_img img {
    width: 100%;
    vertical-align: middle;
}

.bloque_nuevo_hyundai_dat {
    padding: .5rem;
    width: 65%;
}

.bloque_nuevo_hyundai_tit {
/*    height: 2rem;*/
    display: flex;
    margin-top: 2rem;
}

.bloque_nuevo_hyundai_tit h4 {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
}

.bloque_nuevo_hyundai_p1 {
    margin-top: .5rem;
    height: 2rem;
}

.bloque_nuevo_hyundai_p1 p {
    font-size: 1.1rem;
}

.bloque_nuevo_hyundai_p2 {
    margin-top: 2rem;
    display: flex;
    flex-wrap: nowrap;
}

.bloque_nuevo_hyundai_p2 div:nth-child(1) {
    width: 100%;
    border-right: none;
    display: flex;
    position: relative;
    padding: 1rem .5rem;
    border-top: 1px solid #9ccbf4;
    border-bottom: 1px solid #9ccbf4;
}

.bloque_nuevo_hyundai_p2 div:nth-child(2) {
    min-width: 50%;
    border-right: none;
    display: flex;
    position: relative;
    padding: 1rem .5rem;
    border-top: 1px solid #9ccbf4;
    border-bottom: 1px solid #9ccbf4;
    border-left: 1px solid #9ccbf4;
}

.bloque_nuevo_hyundai_p2 div:nth-child(1) img {
    height: 2rem;
    width: 2rem;
}

.bloque_nuevo_hyundai_p2 div:nth-child(1) p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2rem;
    font-size: 1.2rem;
    padding-left: .4rem;
}


.bloque_nuevo_hyundai_p2 div:nth-child(2) {
    width: 50%;
    border-right: none;
    display: flex;
    position: relative;
    padding: 1rem .5rem;
    border-top: 1px solid #9ccbf4;
    border-bottom: 1px solid #9ccbf4;
}

.bloque_nuevo_hyundai_p2 div:nth-child(2) img {
    height: 2rem;
    width: 2rem;
}

.bloque_nuevo_hyundai_p2 div:nth-child(2) p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2rem;
    font-size: 1.2rem;
    padding-left: .4rem;
}

/*
.bloque_nuevo_hyundai_p2 p:nth-child(1) {
    font-weight: bold;
}

.bloque_nuevo_hyundai_p2 p:nth-child(2) {
    font-size: 1.1rem;
    font-weight: 500; 
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: .5rem;
    height: 2rem;
    padding: .2rem;
    color: #3e3e3e;
}
*/

.bloque_nuevo_hyundai_p3 {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p3 {
        margin-top: 2rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.bloque_nuevo_hyundai_p3 div:nth-child(1) {
    width: 100%;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p3 div:nth-child(1) {
        width: auto;
    }
}

.bloque_nuevo_hyundai_p3 div:nth-child(1) label {
    background-color: #0e70c4;
    border: 1px solid #0e70c4;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    padding: .5rem 4rem;
    transition: all .3s;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p3 div:nth-child(1) label:hover {
        background-color: #73bbf8;
        border: 1px solid #73bbf8;
        color: white;
    }
}

.bloque_nuevo_hyundai_p3 div:nth-child(2) {
    margin-top: .5rem;
    width: 100%;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p3 div:nth-child(2) {
        margin-top: 0rem;
        width: auto;
    }
}

.bloque_nuevo_hyundai_p3 div:nth-child(2) a {
    border: 1px solid #0e70c4;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    transition: all .3s;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p3 div:nth-child(2) a:hover {
        border: 1px solid #0e70c4;
        background-color: #73bbf8;
        color: white;
    }
}

.bloque_nuevo_hyundai_p4 {
    
}

.bloque_nuevo_hyundai_p4 label {
/*    border: 1px solid #4e9fe5;*/
    background-color: #73bbf8;
/*    color: white;*/
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .bloque_nuevo_hyundai_p4 label:hover {
        cursor: pointer;
        background-color: #0e70c4;
    }
}

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

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

.bloque_nuevo_hyundai_lbl label:hover {
    cursor: pointer;
    color: red;
    background-color: white;
    transition: all .4s;
    border: 1px solid red;
}

.bloque_nuevo_hyundai_cotizar {
    position: absolute;   
    right: -10;
    top: -15;
    transition: all .4s;
}

.bloque_nuevo_hyundai_cotizar label {
    color: white;
    background-color: #00baff;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3rem;
    transition: all .3s;
}

.bloque_nuevo_hyundai_cotizar label:hover {
    background-color: #0000aa;
    cursor: pointer;
    color: white;
}*/
