body {
    padding-top: 50px;
}

.spacer {
    margin-top: 10px;
}

@media (min-width: 600px) {
    .tablaOfertas {
        margin-top: 10px;

        width: 676px;
    }
}



.spacer-25 {
    margin-top: 25px;
}

.spinner {

    width: 40px;
    height: 40px;
    background-color: #333;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.mt-0 {
    margin-top: 0
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}

.navbar,
.navbar-default {
    background-color: #008200;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    padding: 5px;
}

.navbar {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #CCC;
    font-weight: bold;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #CCC;
}

.navbar .container {
    padding-bottom: 0;
    padding-top: 0;
}

.section h4 {
    color: #000;
}

.section {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.color h4 {
    color: #fe0006;
}

.color.inverse {
    color: #000;
    background-color: #FFF;
}

.color {
    color: #FFF;
    background-color: #200e06;
}


footer {
    background-color: #008200;
    min-height: 150px;
    color: #FFF;
}

footer h5 {
    color: #FFF;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    list-style: none;
}

footer a {
    color: #FFF;
}

footer a:hover,
footer a:focus {
    color: #CCC;
    text-decoration: none;
}

/*--INGRESAR--*/
.login {
    margin-top: 15px;
    padding: 15px;
    width: 250px;
}

.login::before {
    position: absolute;
    top: -7px;
    left: 140px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: #FFF;
    content: '';
}

.login .btn:hover {
    border-width: 0px 1px 4px;
    padding: 9px 12px 7px;
    margin-top: 10px;
}

/*--REGISTRARSE--*/
.form-control.error {
    border-color: #F00;
}

label.error {
    color: #f00;
    font-size: 10px;
    position: absolute;
}

label label.error {
    float: right;
    position: relative;
}

.typeahead {
    z-index: 1051;
}



/*--CARRITO y PRODUCTOS--*/
/*
#carrito{
    right: 0;
    top: 50px;
    position: fixed;
}*/

#productosCentro {
    min-height: 500px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}


#filtros {
    padding: 0px;
    /* left:0;
     top:50px;
     position: fixed;*/
}

#filtros ul {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

#filtros ul li {
    margin: 0px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #333;
    display: block;
    clear: both;
}


#filtros ul li.actual {
    background-color: #fdf5ce;
}

#filtros ul li a {
    display: block;
    color: #333;
    padding: 10px 5px;
}

#filtros ul li a:hover {
    text-decoration: none;
    background-color: #fdf5ce;
}

#filtros ul.subcategorias {
    border-bottom: 1px solid #333;
    border-collapse: collapse;
}

#filtros ul.subcategorias li {
    margin-left: 10px;
    border-left: 1px solid #333;
    border-collapse: collapse;
}

.contenedorCarrito {
    clear: both;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.botonFinalizar {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.item {
    padding: 0;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    font-size: 13px;
    width: 100%;
    clear: both;
    overflow: visible;
}

.titulos {
    background-color: #EDEDED;
    font-weight: bold;
}

.producto h5 {
    height: 2.5em;
}

.producto .precio {
    color: #000;
    font-size: 1.6em;
}

.producto .precio .consultar {
    color: #000;
    font-size: 1em;
}

.col-xs-12 .imagenesProducto {
    width: 100%;
    position: relative;
    height: 250px;
}


.lineasPedido {
    overflow-x: hidden;
    overflow-y: auto;
}

.finalizarPedido {
    /*position: fixed;*/
    bottom: 10px;
    width: auto;
}

.thumbnail.producto {
    padding: 2px;
}

.detalleProducto {
    height: 200px;
    display: block;
}

.owl-carousel .owl-item .detalleProducto img {
    width: auto;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    display: block;
}

.owl-prev {
    display: none;
    float: left;
    color: #000;
    opacity: 0.5;
}


.owl-next {
    display: none;
    float: right;
    color: #000;
    opacity: 0.5;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.caption .titulo {
    height: 3em;
}

.caption .titulo a {
    color: #000;
    font-size: 0.9em;
}

.producto.thumbnail .caption {
    padding: 5px;
}

.medioenvio {
    display: block;
    border: 0px solid #666;
    padding: 0px;
}

.mediopago {
    display: block;
    border: 0px solid #666;
    padding: 0px;
}

address.active {
    background-color: #fdf5ce;
}

/*--MENU MOBILE--*/
.menuMobil a {
    color: #FFF;
}

.mostrarMenu {
    border-right: 1px solid #fff;
    height: 50px;
    line-height: 60px;
    width: 50px;
}

.mostrarCarrito {
    border-left: 1px solid #fff;
    height: 50px;
    line-height: 60px;
    width: 50px;
}

#menuMobil {
    border-right: 2px solid #FFF;
    background-color: #008200;
    color: #FFF;
}

#menuUsuarioMobil {
    border-left: 2px solid #FFF;
    background-color: #008200;
    color: #FFF;
}

#menuUsuarioMobil ul,
#menuMobil ul {
    margin: 0;
    padding: 0;
}

#menuUsuarioMobil ul li,
#menuMobil ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #FFF;
}

#menuUsuarioMobil ul li h3,
#menuMobil ul li h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFF;
    padding: 5px;
}

#menuUsuarioMobil a,
#menuMobil a {
    color: #FFF;
    display: block;
    padding: 10px;
}

#menuUsuarioMobil a:hover,
#menuUsuarioMobil a:focus,
#menuMobil a:hover,
#menuMobil a:focus {
    text-decoration: none;
    background-color: #333;
}

#menuUsuarioMobil .fa-inverse,
#menuMobil .fa-inverse {
    color: #000;
}

.evento {
    line-height: 1em;
    position: relative;
}

.evento .contenido {
    display: block;
    max-height: 90px;
    overflow: hidden;
    font-size: 1em;
}

.evento .dia {
    text-align: center;
    font-size: 2.5em;
    line-height: 1em;
    color: #333;
}

.evento .mes {
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    color: #999;
}

.ion-wineglass.fa-stack-1x {
    line-height: 2em;
}

.novedad hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.novedad .contenido {
    min-height: 100px;
}

/*TITULOS EVENTOS*/
.titEvent {
    min-height: 60px;
}

/*HEADER*/
header .glyphicon.glyphicon-info-sign {
    float: left;
    color: #FFF;
    float: left;
    position: relative;
    top: 20px;
    cursor: pointer;
}

header .miUsuario {
    float: left
}

header ul.estadoUsuario {
    padding-left: 5px;
    display: none;
}

header ul.estadoUsuario li span {
    text-transform: uppercase
}

header ul.estadoUsuario li span.success {
    color: green
}

header ul.estadoUsuario li span.error {
    color: red;
}

header ul.estadoUsuario li a {
    display: inline;
    padding: 0;
}

/*PERFIL*/
.campoIndividuo a.linkVermas {
    color: #999;
    margin-left: 8px;
    text-decoration: none;
    font-size: 10px
}

#carousel .owl-item.active.center {
    border: 2px solid #008200;
}

#slider {
    min-height: 300px;
    max-height: 500px;
    overflow: hidden;
}

#carousel {
    overflow: hidden;
}

.cargandoSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 100%;
    opacity: 0.75;
    z-index: 999;
    background-color: #FFF;
    top: 0;
    left: 0;
    padding-top: 100px;
}

.text-dark {
    color: #333;
}


#fixedbutton {
    color: #ddd;
    border: 2px #999 solid;
    background-color: #444;
    border-radius: 30px 30px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
}

#fixedbutton:hover {
    color: #444;
    border: 2px #333 solid;
    background-color: #999;
}

.eyePass {
    margin-top: -28px;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}

.favorito i {
    font-size: 18px;
}

.displayFlex-FlexEnd {
    display: flex;
    align-items: flex-end;
}

.pull-right {
    float: right;
}

.pRight-0 {
    padding-right: 0px;
}

.pLeft-0 {
    padding-left: 0px;
}

.bloqueCategoriaProducto {
    padding: 0 5px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 11px;
}

.bloqueCategoriaProductoWorthit {
    padding: 0 5px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 11px;
}

.bgColorDefault {
    background-color: #134b8e;
    border-color: #2a5b96;
    border-radius: 3px;
}

.bgColorSecondary {
    background-color: #d6191a;
    border-color: #b94c4c;
}

.colorDefault {
    color: #134b8e;
}

.labelCategorias {
    margin-top: 11px;
}

.labelCategorias:before {
    content: "\f096";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: lighter;
}

input[type='checkbox'].form-check-input:checked~label.labelCategorias:before {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: lighter;
}

.form-check-input:checked .bloqueCategoriaProducto {
    background-color: #1867c5 !important;
}

.navbar-left>.active {
    color: #eee !important;
    border-radius: 5px;
    font-weight: 500;
    background-color: #d4d4d4;
    border: 2px solid #134b8e;
}

/*Agregamos este estilo para que cuando se llame a algún ancla, se muestre siempre por debajo del menú fixed*/
.ancla:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
}

.categoria-icono {
    max-width: 25px;
    margin-top: 5px;
}



.categoria-nombre {
    margin-top: 11px;
}


.form-check,
.form-check label,
.bloqueCategoriaProductoWorthit {
    cursor: pointer
}

.fondo {
    margin-top: 50px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.categoria-separador {
    border-right-color: white;
    border-style: solid;
    margin: 6px 5px 0 5px;
    border-width: thin;
    height: 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .bloqueCategoriaProducto {
        font-size: 9px;
    }

    .bloqueCategoriaProductoWorthit {
        font-size: 9px;
    }

    .proximosEventos {
        min-height: 345px;
    }
}

@media (max-width: 767px) {
    .bloqueCategoriaProducto {
        display: inline-block;
        width: 100%;
    }

    .bloqueCategoriaProductoWorthit {
        display: inline-block;
        width: 100%;
    }

}

.owl-dots {
    background-color: #5110e9;
    position: absolute;
    top: 80%;
}

.border-black {
    border-color: gray !important;
    cursor: default !important;
    background-color: gray;
}

.flex-item-producto {
    display: flex;
    flex-direction: row;
    max-height: 80px;
}

.producto-label {
    display: flex;
    align-items: center;
    flex: 3;
    margin-left: 2rem;
}

.imagen-producto {
    height: 100%;
    margin-left: 1rem;
}

.producto-anchor {
    height: 100%;
}

.boton-de-ver-producto {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-micuenta {
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
}


.bell-color {
    color: rgb(129, 187, 54);
}

.card-micuenta-top {
    padding: 10px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.card-micuenta-cta {
    /* background-color: rgba(0, 0, 0, 0.103); */
    padding: 10px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.card-text-cta {
    display: flex;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #33333394;
    align-items: center;
}

.card-micuenta:hover {
    .color-black {
        color: #333333;
        transition: color 0.3s ease;
    }
}

.card-micuenta-cta-accion {
    font-size: 18px;
    padding-left: 5px;
}

.card-micuenta-cta-item {
    flex: 1;
}


.card-micuenta-contador {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333b2;
}

.card-micuenta-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-white {
    color: #fff;
}

.text-cta {
    font-weight: bold;
}

.minhbody {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footermicuenta {
    margin-top: auto;
    width: 100%;
}

.micuenta-titulo {
    color: #333333b2;
    font-weight: bold;
    font-size: 24px;
}

.micuenta-avatar-container {
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-size: 15px;
    width: 120px;
    justify-content: center;
    align-items: center;
}

.card-micuenta .avatar {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 32px;
    color: #333333b2;
}

.micuenta-avatar-top,
.micuenta-avatar-btn {
    display: flex;
    flex-direction: row;
}

.micuenta-avatar-btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.micuenta-topinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.micuenta-topinfo a {
    text-decoration: none;
    color: inherit;
}

.acciones-pend-span {
    white-space: nowrap;
}

@media screen and (max-width: 990px) {

    .padding-boton-ver-lote {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:767px) {

    .micuenta-topinfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        gap: 10px;
    }

}


@media screen and (min-width: 990px) {

    .flex-center-vertical {
        display: flex;
        align-items: center;
    }

    .row-de-lote {
        height: 160px;
    }

    .tituloLoteEnEvento {
        text-align: none;
    }
}

.imgAjustaAncho {
    object-fit: cover;
    border-radius: 0.25rem;
}

.tituloLoteEnEvento {
    text-align: center;
}

/* Esto centra la imagen del carousel del a vista de lote del cliente */
.cboxElement img {
    object-fit: cover;
    max-height: 500px;
}

.contenedor-lote {
    padding: .5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.imgsProductos {
    position: relative;
}

.lote-vendido {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.vendido .lote-vendido {
    display: initial;
}

/* Configuración de la ubicación de la banda */
.vendido .lote-vendido span {
    position: absolute;
    top: 1.3em;
    right: -3.25em;

    font-size: 125%;
    letter-spacing: 2px;

    text-align: center;

    rotate: 45deg;
    padding: .25em 3em;


    color: white;
    background-color: #dd3333;
    font-weight: bold;
    z-index: 1000;
}

.lote-card {
    width: 100%;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1em;
}

.contenedor-lote.vendido .lote-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
    pointer-events: none;
}

.lote-card-titulo {
    margin: .6em .5em;
}

.contenedor-lote.vendido .lote-card-imagen {
    filter: grayscale(100%);
}

.lote-card-descripcion {
    margin: .6em 1em;
}

.lote-card-descripcion .mostrar_campo {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}

.lote-card-productos {
    font-size: .8em;
    position: absolute;
    padding: .2em .3em;
    border-radius: .2em;
    color: white;
    background-color: #1867c5;
    top: .5em;
    right: .5em;
}

.vacio {
    width: 100%;
    min-height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#title-wrapper>:first-child {
    flex-grow: 10;
}

#title-wrapper>* {
    flex-grow: 1;
}

.breadcrumb.catalogo {
    z-index: 1020;
    position: relative;
}

.filtros-wrapper {
    border-right: 1px solid #f0f0f0;
    position: relative;
    overflow-y: visible;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.filtros-wrapper form[name="filtros"] {
    overflow-y: auto;
}

.filtro-controles {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;

    padding: 0 1em;
    z-index: 1000;
}

.filtro-controles #reset-form {
    position: relative;
    transition: all .2s;
    top: 0;
}

.filtro-controles #reset-form:disabled {
    opacity: 0;
    top: -4em;
}

@media (max-width: 991.98px) {

    .breadcrumb.catalogo {
        position: static;
    }

    .filtros-wrapper {
        font-size: 150%;
        overflow: hidden;
        border-right: none;
        z-index: 1010;
        background-color: white;
        outline: 1px solid #ccc;
        border-radius: .5em;
        position: fixed;
        right: 0;
        left: 0;
        top: 100vh;
        transition: translate .2s;
        max-height: 75vh;
        flex-direction: column-reverse;
        overscroll-behavior: none;
    }

    .filtros-wrapper.open {
        translate: 0 -100%;
    }

    .filtro-controles {
        flex-direction: row;
        align-items: center;

        padding: .8em .5em;
        background-color: white;
        border-top: 1px solid #ccc;
    }

    .filtro-controles #reset-form:disabled {
        opacity: .75;
    }

    .filtro-controles #reset-form {
        position: static;
    }

    #filtros_cards li.filtro_item ul {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: start;
    }

    #filtros_cards li.filtro_item ul li {
        margin-inline-end: 1em;
    }
}

#filtros_cards {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    list-style-type: none;
    padding: 0;
    margin: 0;
}

#filtros_cards .filtro_item {
    padding: .5em 1em;
}

#filtros_cards .filtro_item h5 {
    font-weight: bold;
    padding: 0 .5em;
}

#filtros_cards .filtro_item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
}

#filtros_cards .filtro_item>label {
    padding: 0;
}

#filtros_cards .filtro_opcion,
#filtros_cards .filtro_toggle_item {
    padding: .3em .5em;
    border-radius: .5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    margin-bottom: .3em;
    transition: background-color .2s;
    user-select: none;
    --background-color: ;
}

#filtros_cards .filtro_opcion i {
    padding-top: 2px;
}

#filtros_cards .filtro_opcion .valor,
#filtros_cards .filtro_toggle_item .valor {
    overflow-x: hidden;
    overflow-wrap: break-word;
}

#filtros_cards .filtro_opcion .ocurrencias,
#filtros_cards .filtro_toggle_item .ocurrencias {
    margin-inline-start: auto;
    padding-inline-start: .8em;
}

#filtros_cards .filtro_opcion i {
    font-size: 80%;
    margin-right: .5em;
}

#filtros_cards .filtro_opcion i.fa-remove {
    display: none;
}

#filtros_cards .filtro_opcion:hover,
#filtros_cards .filtro_toggle_item:hover {
    background-color: #f5f5f5;
}

#filtros_cards .filtro_opcion:active,
#filtros_cards .filtro_toggle_item {
    background-color: #888;
}

#filtros_cards .filtro_opcion:has(input:checked) {
    background-color: #ddd;
}

#filtros_cards .filtro_item ul li:has(input:checked) {
    order: 0;
}

#filtros_cards .filtro_item ul li {
    order: 1;
}

#filtros_cards .filtro_mostrar_mas {
    display: contents;
}

#filtros_cards .filtro_mostrar_mas.oculto li:has(input:not(:checked)) {
    display: none;
}

#filtros_cards .btn-mostrar-mas {
    max-width: 100%;
    box-sizing: border-box;
}

#filtros_cards .btn-mostrar-mas i {
    margin-inline-start: .25em;
}

#filtros_cards .filtro_opcion:has(input:checked) i.fa-chevron-right {
    display: none;
}

#filtros_cards .filtro_opcion:has(input:checked) i.fa-remove {
    display: inline-block;
}

#filtros_cards .filtro_opcion input {
    margin: 0;
    margin-right: 1em;
}

#filtros_cards label {
    width: 100%;
}

#filtro-activo,
.filtro_item h5>i.fa-filter {
    transition: all .3s;
    color: #666;
    user-select: none;
}

#filtro-activo {
    margin-inline-end: .5em;
    font-size: 2rem;
}

#filtro-activo sub {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-inline-start: -.5em;
}

.items_descripcion {
    padding: 10px 15px;
}

.items_descripcion h4 {
    margin: 5px 0 15px;
    padding: 0;
}

.items_descripcion dl {
    margin: 0;
    padding: 5px 0;
}

.items_descripcion .item_descripcion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .3em .5em;
    transition: all .2s;
    align-items: center;
    overflow: hidden;
}

.items_descripcion .item_descripcion dt,
.items_descripcion .item_descripcion dd {
    overflow-x: auto;
    overflow-wrap: break-word;
    max-width: 100%;
}

.items_descripcion .item_descripcion dt {
    margin-right: 1em;
    min-width: min-content;
}

.items_descripcion .item_descripcion dd {
    text-align: end;
}

.items_descripcion .item_descripcion:hover,
.items_descripcion .item_descripcion:hover:nth-of-type(2n+1) {
    background-color: rgba(160, 160, 160, .2);
}

.items_descripcion .item_descripcion:nth-of-type(2n+1) {
    background-color: rgba(160, 160, 160, .1);
}

.centrarImg {
    object-fit: cover;
}