﻿@media (max-width: 768px) {
    .mobile-img {
        width: 16.5% !important;
    }
}

/*-- OBS #119 --*/

@media (max-width: 768px) {
    .textoIzquierdaResponsive {
        text-align: left !important;
    }

    .imgCerrarResponsive {
        width: 15% !important;
    }
}

@media (max-width: 768px) {
    .table-wrapper table {
        display: none; /* Oculta la tabla */
    }

    .responsive-list {
        display: block;
    }

    .responsive-item {
        background-color: #EBEBEB;
        margin-bottom: 16px;
        padding: 16px;
        border-radius: 8px;
    }

        .responsive-item p {
            display: flex;
            flex-direction: column;
            margin: 4px 0;
        }

            .responsive-item p strong {
                margin-bottom: 4px;
            }

        .responsive-item .item-header {
            font-weight: bold;
            border-bottom: 1px solid #000;
            padding-bottom: 4px;
            margin-bottom: 8px;
        }
}

@media (max-width: 768px) {
    .table-wrapper {
        max-height: unset !important;
        overflow-y: unset !important;
    }
}


/* Estilos por defecto para pantallas grandes */
@media (min-width: 769px) {
    .responsive-list {
        display: none; /* Oculta la lista */
    }
}

.cabeceraBorder {
    border-bottom: 2px solid #000;
}
    