body {
    background: url(images/wipol.jpg) center center cover no-repeat fixed;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    background: #424242;

}


/* FIN css para el menu con submenu boostrap */


/* Custom footer CSS
-------------------------------------------------- */


.footertext {
    color: #ffffff;
}


/* Scroll para tablas con boostrap */
.header-fixed {
    width: 536px
}

.header-fixed>thead,
.header-fixed>tbody,
.header-fixed>thead>tr,
.header-fixed>tbody>tr,
.header-fixed>thead>tr>th,
.header-fixed>tbody>tr>td {
    display: block;
}

.header-fixed>tbody>tr:after,
.header-fixed>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed>tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed>tbody>tr>td,
.header-fixed>thead>tr>th {
    width: 20%;
    float: left;
}

/* Fin Scrool */


/* Input Buscar en las tablas */
.input_search {
    background-image: url('images/searchicon.png');
    /* Add a search icon to input */
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

/* Fin Buscar en Las Tablas*/

/* Scroll para tablas con boostrap */
.header-fixed-lg {
    width: 100%
}

.header-fixed-lg>thead,
.header-fixed-lg>tbody,
.header-fixed-lg>thead>tr,
.header-fixed-lg>tbody>tr,
.header-fixed-lg>thead>tr>th,
.header-fixed-lg>tbody>tr>td {
    display: block;
}

.header-fixed-lg>tbody>tr:after,
.header-fixed-lg>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed-lg>tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed-lg>tbody>tr>td,
.header-fixed-lg>thead>tr>th {
    width: 15%;
    float: left;
}

/* Fin Scrool */













/* new side bar 1 */
.nsb {
    position: fixed;
    top: 0;
    left: -210px;
    height: 100vh;
    z-index: 1000;
    background-color: #ffffff;
    width: 200px;
    overflow-y: auto;
    box-shadow: 5px 5px 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.nsb.active {
    left: 0;
    transition: all 0.5s ease;
}

/* ############################ */
/* estilos scrollbar */
.nsb::-webkit-scrollbar {
    width: 8px;
    background-color: #005F73;
}

.nsb::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #0A9396;
}

.nsb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #94D2BD;
}

/* estilos scrollbar */
/* ############################ */

.box-links-nsb {
    margin: 50px 0px;
}

.btn-nsb {
    /* flex */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
    padding-top: 6px;
}

.btn-close-nsb {
    background-color: #005F73;
    color: #EE9B00;
}

.nombre-empresa-nsb {
    margin-left: 5px;
    color: #94D2BD;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-color: #94D2BD;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px 5px;
}

.link-nsb {
    padding: 0 7px;
    transition: all 0.3s ease;
    margin: 8px 5px;
}

.link-titulo-nsb {
    /* flex */
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;

    margin-left: 5px;

    cursor: pointer;
    border-radius: 5px;
    padding: 8px 8px;
    color: #05849f;
}


.link-titulo-nsb:hover {
    background-color: #005F73;
    transition: all 0.3s ease;
    color: #E9D8A6;
}

.link-titulo-nsb.active {
    background-color: #005F73;
    color: #E9D8A6;
}


.link-drop-nsb {
    display: none;
    background-color: #005F73;
    border-radius: 5px;
    margin-top: 5px;
    padding: 8px 5px;
    margin-left: 5px;
}

.link-drop-nsb div {
    margin: 3px 0px;
    padding: 5px 5px;
    border-radius: 5px;
}

.link-drop-nsb>div:hover {
    background-color: #437564;
    transition: all 0.5s ease;

    /* color: #CA6702; */
}

.link-drop-nsb>div a {
    text-decoration: none;
    color: #efffcb;
}

.link-drop-nsb div a:hover {
    color: #ffffff;
    transition: all 0.5s ease;
}

/* fin new side bar 1 */


/* ver_deudas_cliente.php */
.grid-deudas-hospital .head .fila {
    display: grid;
    grid-template-columns: 1rem 5rem 5rem 7rem 5rem 5rem 5rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.grid-deudas-hospital .body .fila {
    display: grid;
    grid-template-columns: 1rem 5rem 5rem 7rem 5rem 5rem 5rem;
    column-gap: 0.5rem;
    background-color: #F6DDCC;
    border: 0px;
    border-radius: 16px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.grid-deudas-ambulatorio .head .fila {
    display: grid;
    grid-template-columns: 1rem 5rem 5rem 7rem 5rem 5rem 5rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.grid-deudas-ambulatorio .body .fila {
    display: grid;
    grid-template-columns: 1rem 5rem 5rem 7rem 5rem 5rem 5rem;
    column-gap: 0.5rem;
    background-color: #F6DDCC;
    border: 0px;
    border-radius: 16px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;

}

.grid-totales-hospital {
    background-color: #F6DDCC;
    border: 0px;
    border-radius: 16px;
    padding: 0.5rem 1rem;
}

.box-hospitalizacion {
    display: none;
}

.box-hospitalizacion.active {
    animation: fadeInUp;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
    display: block;
}

.box-ambulatorio {
    display: none;
}

.box-ambulatorio.active {
    animation: fadeInUp;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
    display: block;
}

/* fin ver_deudas_cliente.php */

/* cursor pointer */
.cp {
    cursor: pointer;
}


.grid-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

/* estilos tabla local */
table.tabla-resultado {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-bottom-width: 1px;
    border-bottom-color: #3498db;
    border-bottom-style: solid;
    color: #000000;
}

body.dark table.tabla-resultado {
    background-color: transparent;
    border-bottom-color: #3498db;
    color: #000000;
}

table.tabla-resultado td,
table.tabla-resultado th {
    border-bottom-width: 1px;
    border-bottom-color: #3498db;
    border-bottom-style: solid;
    padding: 3px;
}

body.dark table.tabla-resultado td,
body.dark table.tabla-resultado th {
    border-bottom-color: #3498db;
}

table.tabla-resultado thead {
    background-color: transparent;
}

body.dark table.tabla-resultado thead {
    background-color: transparent;
}

/* fin estilos tabla local */

/* input local */
.box_input {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
}

.input-local {
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #C4D1EB;
    border-radius: 5px;
    transition: .3s ease;
}

body.dark .input-local {
    background: #1e2231;
    color: #fff;
    border: 1px solid transparent;
}

.input-local:focus {
    background: #F2F2F2;
    border: 1px solid #5A7EC7;
    border-radius: 10px;
}

.input-local::placeholder {
    color: #DDDDDD;
}

/* fin input local */

.parpadeo {
    animation: blink 1s infinite;
}

/* dashboard */
.db-principal {
    padding: 10px;
    display: grid;
    grid-template-rows: 1fr max-content;
    row-gap: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.db-fila {
    padding: 5px;
    /* border: 1px solid #4cc9f0; */
    display: flex;
    gap: 20px;
}

.db-fila-box {
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 17px 5px rgba(0, 0, 0, 0.23);
    box-shadow: 5px 5px 17px 5px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.grid-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ff2121;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

.ul_ {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.li_ {
    position: relative;
    float: left;
    width: 100%;
    height: 325px;
    overflow: hidden;
    margin: 0 0px 0px 0;
}

.info {
    width: 100%;

}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;

}



#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

/* esta clase se pone para poner una letra flotante */
.vertical-center {
    margin: 0;
    position: relative;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}


/* CSS de tabla del calendario */
.table-calendar td:hover {
    background-color: #f0f8ff !important;
    cursor: pointer !important;
    color: #007bff !important;
}


/* Por defecto, mostrar el nombre completo */
.table-calendar thead th::before {
    content: attr(data-full);
    /* Usar el atributo 'data-full' */
}

/* En pantallas pequeñas, mostrar solo la abreviatura */
@media (max-width: 576px) {
    .table-calendar thead th::before {
        content: attr(data-abbr);
        /* Cambiar a 'data-abbr' */
        font-size: 10px;
    }
}

.table-calendar td {
    font-size: 14px;
    /* Tamaño normal */
}

/* Cambiar el tamaño de la fuente en pantallas pequeñas */
@media (max-width: 576px) {
    .table-calendar td {
        font-size: 10px !important;
        /* Reducir tamaño en móviles */
    }
}

/* Tamaño de fuente normal */
.table-calendar td .badge {
    font-size: 12px;
    /* Tamaño de fuente por defecto */
}

/* Reducir el tamaño de fuente en pantallas pequeñas */
@media (max-width: 576px) {
    .table-calendar td .badge {
        font-size: 8px !important;
        /* Tamaño reducido */
    }
}

/* Asegurarse de que el contenido original del <th> esté vacío */
.table-calendar thead th {
    text-align: center;
    white-space: normal;
    position: relative;
}

.table-calendar thead th::after {
    content: "";
    /* Ocultar contenido original del <th> */
}

.nombre-dias-semana {
    font-size: 12px;
    /* Tamaño de fuente por defecto */
}

@media (max-width: 576px) {
    .nombre-dias-semana {
        font-size: 8px !important;
        /* Tamaño reducido */
    }
}

/* Contenedor principal del dropdown específico */
.app-updates-item {
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 5px;
}

.app-updates-item:hover {
    background-color: #f8f9fa;
    /* Color claro al pasar el mouse */
    transform: translateY(-2px);
    /* Efecto sutil de elevación */
}

.app-updates-thumbnail {
    flex-shrink: 0;
    /* Evita que el ícono se deforme */
}

.app-updates-icon {
    font-size: 18px;
    /* Ajusta el tamaño del ícono */
    width: 40px;
    height: 40px;
}

.app-updates-content {
    flex-grow: 1;
    /* El texto se ajusta dinámicamente */
}

.app-updates-title {
    color: #007bff;
    /* Personaliza el color principal */
}

.app-updates-date {
    font-size: 0.875rem;
    /* Tamaño de texto pequeño */
}

.app-updates-divider {
    border-top: 1px solid #e9ecef;
    /* Líneas separadoras limpias */
}



/* calendario vacunas */
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    overflow-y: auto;
}

.day-name,
.day {
    padding: 5px;
}

.day-name {
    font-weight: bold;
    background-color: #f0f0f0;
}

.day {
    height: 3rem;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.day:hover {
    background-color: #f0f8ff;
}

.day section.num-dia {
    width: 50px;
    line-height: 38px;
    height: 35px;
    border-right: 3px solid #f0f0f0;
    text-align: center;
}


.empty {
    background-color: transparent;
    border: none;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.btn-nav {
    font-size: 1.2rem;
}

section.box-actividad .vacuna span.span-vacuna {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 8px;
}

@media (max-width: 1155px) {
    section.box-actividad .vacuna span.span-vacuna i {
        display: none;
    }
}

/* fin calendario vacunas */


/* side content */
.side-content {
    position: fixed;
    overflow-y: auto;
    padding: 2rem;
    right: -24rem;
    background: #f0f4f8	;
    top: 0;
    bottom: 0;
    z-index: 1031;
    width: 24rem;
    color: #2c3e50;
    border-left: 1px solid #d1d5db;
    transition: right 0.3s ease;
}

.side-content.show {
    right: 0;
}

.side-content h2,
.side-content h3,
.side-content h4,
.side-content h5,
.side-content h6 {
    color: #2c3e50;
    border-bottom: 3px solid #e5e7eb;
}

.side-content p {
    color: #4b5563;
}

.side-content a {
    color: #3b82f6;
    text-decoration: none;
}
.side-content a:hover {
    text-decoration: underline;
}

/* .input-box {
    border: 1px solid #d1d5db;
    color: #2c3e50;
}
.input-box:focus {
    border-color: #3b82f6;
    outline: none;
} */

.agenda-horas {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    border: 1px dashed #3b82f6;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.agenda-horas .box-hora {
    font-weight: 500;
    color: #374151;
    background-color: #f9fafb;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.agenda-horas .box-hora .hora {
    width: 100%;
    min-height: 3rem;
    padding: 12px 16px;
    border-bottom: 1px dashed #3b82f6;
}

.agenda-horas .box-hora .hora.show {
    border-bottom: 0px dashed #3b82f6;
}

/* ocultamos el border de la ultima */
.agenda-horas .box-hora:last-child .hora {
    border-bottom: none;
}

/* ocultamos el border de la ultima detalle cuando se muestra */
.agenda-horas .box-hora:last-child .detalle-hora.show {
    border-bottom: none;
}

.agenda-horas .box-hora.ocupada {
    background-color: #fde68a;
    color: #92400e;
}

.agenda-horas .box-hora.ocupada:hover {
    background-color: #fcd34d;
}

.agenda-horas .box-hora:hover {
    background-color: #f3f4f6;
}

.agenda-horas .detalle-hora {
    display: none;
    padding: 12px 12px;
    background-color: #e0f2fe;
    font-size: 0.95rem;
    color: #1e3a8a;
    cursor: pointer;
}

.agenda-horas .detalle-hora.show {
    border-bottom: 1px dashed #3b82f6;
}

.agenda-horas .contador-pacientes {
    float: right;
    background-color: #2563eb; /* azul más oscuro, moderno */
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 20px;
}


.agenda-horas .btn-agregar-paciente {
    float: right;
    background-color: #f3f4f6;
    /*grisclaroneutro*/color: #2563eb;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 8px;
    border: 1px solid #2563eb;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.agenda-horas .btn-agregar-paciente:hover {
    background-color: #2563eb;
    color: white;
}

.agenda-horas .day.activo {
    background-color: #dbeafe; /* azul claro */
    border: 1px solid #3b82f6;
    color: #1e3a8a;
}

.agenda-horas .item-paciente {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #cbd5e1;
    font-size: 0.95rem;
}

.agenda-horas .paciente {
    color: #1e293b;
}

.agenda-horas .tutor-paciente {
    font-size: 0.85rem;
    color: #6c757d; /* text-muted */
    font-style: italic;
}

.agenda-horas .acciones-paciente {
    display: flex;
    gap: 6px;
}

.agenda-horas .btn-asistencia,
.agenda-horas .btn-whatsapp,
.agenda-horas .btn-asignar-hora {
    /* padding: 4px 8px; */
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Botón asistencia */
.agenda-horas .btn-asistencia {
    background-color: #d1fae5;
    border-color: #10b981;
    color: #047857;
}

.agenda-horas .btn-asistencia:hover {
    background-color: #10b981;
    color: white;
}

/* Botón WhatsApp */
.agenda-horas .btn-whatsapp {
    background-color: #e0f2f1;
    border-color: #25d366;
    color: #128c7e;
}

.agenda-horas .btn-whatsapp:hover {
    background-color: #25d366;
    color: white;
}

.agenda-horas .btn-asignar-hora {
    background-color: #e0f2f1;
    border-color: #25d366;
    color: #128c7e;
}

.agenda-horas .btn-asignar-hora:hover {
    background-color: #25d366;
    color: white;
}

.side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 41, 59, 0.6); /* oscuro, semi-transparente */
    z-index: 999; /* debajo del .side-content */
    display: none; /* oculto por defecto */
}

.side-content.show + .side-overlay {
    display: block;
}

.agenda-horas .item-agregar-nuevo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 0;
    border-top: 1px dashed #cbd5e1;
}

.agenda-horas .select-agregar-paciente {
    flex: 1;
}

.agenda-horas .btn-cancelar-agregar {
    background-color: #fee2e2;
    border: 1px solid #dc2626;
    color: #b91c1c;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.agenda-horas .btn-cancelar-agregar:hover {
    background-color: #dc2626;
    color: white;
}


.agenda-horas .detalle-hora-vacia {
    display: none;
    padding: 12px 12px;
    background-color: #e0f2fe;
    font-size: 0.95rem;
    color: #1e3a8a;
}

.agenda-horas .btn-agregar-paciente-hora-vacia {
    float: right;
    background-color: #f3f4f6;
    /*grisclaroneutro*/color: #2563eb;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 8px;
    border: 1px solid #2563eb;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.agenda-horas .btn-agregar-paciente-hora-vacia:hover {
    background-color: #2563eb;
    color: white;
}

.bg-light-gray {
    background-color: #fdecea !important; /* rojo pastel suave */
}

