body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.hidden {
    display: none !important;
}

:root {
    --caution-yellow: #ffcc00;
    --dark-bg: #0a0a0a;
    --text-white: #ffffff;--rojo:#8b1e23;
    --rojo2:#6f171b;
    --gris:#666;
    --fondo:#f4f4f4;
    --blanco:#fff;
}

/* ******************************************CALENDARIO SECCION******************************* */

.loterias{

    margin-top:70px;

}

.loteria-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    margin-bottom:40px;

}

.loteria-header{

    background:linear-gradient(135deg,#8b1e23,#65151a);

    color:#fff;

    padding:18px 25px;

    font-size:26px;

    font-weight:bold;

}

.jugada{

    padding:25px;

    border-bottom:1px solid #ececec;

}

.jugada:last-child{

    border:none;

}

.jugada-titulo{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

    font-size:22px;

    font-weight:bold;

}

.jugada-titulo span{

    color:#888;

    font-size:15px;

}

.numeros{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:20px;

}

.bola{

    width:54px;

    height:54px;

    border-radius:50%;

    background:#8b1e23;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    font-weight:bold;

}

.premios{

    border-top:1px solid #eee;

    padding-top:15px;

}

.premios div{

    display:flex;

    justify-content:space-between;

    padding:8px 0;

}

.cotizaciones{

    max-width:1200px;
    margin:auto;
    padding:40px 20px;

}

.titulo-cotizacion{

    text-align:center;
    margin-bottom:35px;

}

.titulo-cotizacion span{

    color:#8b1e23;
    letter-spacing:4px;
    font-weight:bold;

}

.titulo-cotizacion h2{

    font-size:46px;
    margin:8px 0;
    color:#222;

}

.titulo-cotizacion i{

    color:#8b1e23;

}

.titulo-cotizacion p{

    color:#888;

}

.grid-monedas{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;

}

.moneda{

    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;

}

.moneda:hover{

    transform:translateY(-8px);

}

.cabecera{

    background:linear-gradient(135deg,#8b1e23,#661417);
    color:white;
    text-align:center;
    padding:25px;

}

.cabecera i{

    font-size:42px;
    margin-bottom:15px;

}

.cabecera h3{

    font-size:28px;
    margin:0;

}

.precio{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 25px;

    border-bottom:1px solid #eee;

}

.precio:last-child{

    border:none;

}

.precio span{

    color:#777;
    font-weight:600;

}

.precio strong{

    font-size:28px;
    color:#222;

}

.servicios{

    max-width:1100px;
    margin:auto;
    padding:40px 20px;
    

}

/*---------------------------*/
/* BOTONES SUPERIORES */
/*---------------------------*/

.menu-servicios{

    display:flex;
    gap:20px;
    justify-content:center;
    margin-bottom:35px;

}

.menu-btn{

    width:180px;
    height:80px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    border-radius:18px;

    background:white;

    color:#444;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.25s;

}

.menu-btn i{

    font-size:28px;
    margin-bottom:8px;

}

.menu-btn:hover{

    transform:translateY(-5px);

    background:var(--rojo);

    color:white;

}

.menu-btn.active{

    background:var(--rojo);

    color:white;

}

/*---------------------------*/

.titulo-seccion{

    text-align:center;

    margin-bottom:35px;

}

.titulo-seccion span{

    color:var(--rojo);

    letter-spacing:4px;

    font-weight:bold;

}

.titulo-seccion h2{

    font-size:44px;

    margin:10px 0;

    color:#222;

}

.titulo-seccion h2 i{

    color:var(--rojo);

}

.titulo-seccion p{

    color:#777;

}

/*---------------------------*/

.farmacia-hoy{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    margin-bottom:35px;

}

.estado{

    background:linear-gradient(90deg,var(--rojo),var(--rojo2));

    color:white;

    padding:16px 25px;

    font-weight:bold;

    text-transform:uppercase;

}

.contenido{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:30px;

    gap:25px;

}

.icono{

    width:90px;

    height:90px;

    border-radius:50%;

    background:var(--rojo);

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

}

.datos{

    flex:1;

}

.datos h3{

    font-size:34px;

    margin-bottom:10px;

}

.fecha{

    color:var(--rojo);

    font-weight:bold;

    margin-bottom:12px;

}

.acciones{

    width:300px;

}

.acciones div{

    margin-bottom:15px;

}

.acciones i{

    color:var(--rojo);

    width:25px;

}

.botones{

    display:flex;

    gap:10px;

}

.btn-pri,
.btn-sec{

    flex:1;

    text-align:center;

    padding:12px;

    border-radius:12px;

    text-decoration:none;

    font-weight:bold;

}

.btn-pri{

    background:var(--rojo);

    color:white;

}

.btn-sec{

    border:2px solid var(--rojo);

    color:var(--rojo);

}

/*---------------------------*/

.calendario{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.cal-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:20px;

}

.cal-header h3{

    font-size:28px;

    color:#333;

}

.cal-header button{

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:var(--rojo);

    color:white;

    cursor:pointer;

}

table{

    width:100%;

    border-collapse:collapse;

}

thead{

    background:#333;

    color:white;

}

th{

    padding:18px;

}

td{

    height:120px;

    border:1px solid #eee;

    vertical-align:top;

    padding:10px;

    transition:.2s;

}

td:hover{

    background:#fafafa;

}

td strong{

    display:block;

    font-size:20px;

    margin-bottom:10px;

}

td span{

    font-size:14px;

    color:#666;

}

.activo{

    background:linear-gradient(180deg,#8b1e23,#661417);

    color:white;

}

.activo span{

    color:white;

}

/*---------------------------*/

@media(max-width:900px){

.menu-servicios{

flex-direction:column;
align-items:center;

}

.contenido{

flex-direction:column;
text-align:center;

}

.acciones{

width:100%;

}

.botones{

flex-direction:column;

}

}

/**************************************CALENDARIO SECCION FIN**********************************/

.collision-counter-container {
    width: 100%;
    margin: 20px auto;
    background-color: var(--dark-bg);
    color: var(--text-white);
    overflow: hidden;
    position: relative;
}

/* Bordes de seguridad (Warning Stripes) */
.safety-banner::before,
.safety-banner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background: repeating-linear-gradient(45deg,
            var(--caution-yellow),
            var(--caution-yellow) 10px,
            #000 10px,
            #000 20px);
}

.safety-banner::before {
    left: 0;
}

.safety-banner::after {
    right: 0;
}

.safety-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 40px;
    flex-wrap: wrap;
}

.banner-label {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.main-title {
    font-size: 1.2rem;
    color: var(--text-white);
}

.sub-title {
    font-size: 1.5rem;
    color: var(--caution-yellow);
    letter-spacing: 1px;
}

.counter-display {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 900;
}

.time-block {
    text-align: center;
}

.number {
    background: linear-gradient(to bottom, #1f1e1e, #000);
    font-size: 3rem;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    min-width: 70px;
}

.label {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #888;
}

.separator-vial {
    font-size: 2rem;
    color: var(--caution-yellow);
}

.last-incident {
    background: #1a1a1a;
    padding: 10px 20px;
    border-radius: 5px;
    border-left: 4px solid var(--caution-yellow);
    text-align: center;
}

/* Estilos para el botón de mapa */
.map-button {
    background-color: var(--btn-bg);
    color: var(--caution-yellow);
    border: 2px solid var(--caution-yellow);
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-button:hover {
    background-color: var(--btn-hover-bg);
    transform: translateY(-2px);
}

.map-button:active {
    transform: translateY(0px);
}

.incident-label {
    display: block;
    font-size: 0.8rem;
    color: #888;
}

.incident-date {
    color: var(--text-white);
    font-size: 1rem;
}


.topbar .logo-area a img {
    height: 30px;
}

/* Responsive */
@media (max-width: 768px) {

    .topbar-left {
        min-width: 190px;
    }

    .topbar .logo-area a img {
        height: 26px;
        width: 90px;
    }

    #btn-reproducir {
        display: none;
    }

    .live-player {
        height: auto;
    }


    .safety-banner {
        flex-direction: column;
        gap: 20px;
    }

    .number {
        font-size: 2rem;
    }
}

.topbar {

    background: #ffffff;
    border-bottom: 1px solid rgb(228 228 228);
    font-size: 13px;
    border-top: 1px solid rgb(228 228 228);

}


.topbar-container {

    max-width: 1200px;
    margin: auto;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.topbar-left {

    display: flex;
    align-items: center;
    gap: 10px;

    color: #333;
}

.weather {

    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 80px;
}

.topbar-menu {

    display: flex;
    align-items: center;
}

.topbar-menu a {

    display: flex;
    align-items: center;
    gap: 6px;

    padding: 0 12px;

    height: 36px;

    text-decoration: none;
    color: #333;

    font-weight: 600;
    letter-spacing: 0.2px;

    transition: all .2s ease;
}

.topbar-menu a:hover {

    background: rgba(255, 255, 255, 0.4);
}

.separator {

    width: 1px;
    height: 16px;

    background: rgba(0, 0, 0, 0.15);
}

.topbar i {

    width: 15px;
    height: 15px;
}

/* RESPONSIVE */

@media(max-width:900px) {

    .live-player {
        height: auto;
    }


    .topbar-menu a span,
    .video-section {
        display: none;
    }

}

@media(max-width:700px) {

    .live-player {
        height: auto;
    }

    .topbar-menu {

        overflow-x: auto;
        scrollbar-width: none;
    }

    .topbar-menu::-webkit-scrollbar {
        display: none;
    }

    .video-section {
        display: none;
    }

}

.video-section {
    position: relative;
}

.mainVideo {
    width: 100%;
    border-radius: 15px;
}

/* anuncios */

.ads-left,
.ads-right {

    position: absolute;
    top: 0;

    width: 200px;
    height: 100%;

    pointer-events: none;
}

.ads-left {
    left: -220px;
}

.ads-right {
    right: -220px;
}

.ad-box {

    position: sticky;
    top: 120px;

    width: 200px;
    height: 500px;

    pointer-events: auto;
}

.ad-box img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* SOLO PC */

@media(max-width:1000px) {

    .live-player {
        height: auto;
    }

    .ads-left,
    .ads-right {
        display: none;
    }

}

.categ-panel .categ-tag {
    font-size: 35px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #90a4ae;
}

.categ-panel .categ-tag .brand {
    color: #90a4ae;
}

.latest-news-marquee-area {
    margin-top: 20px;
}

.live-video-section {

    /* background:#90a4ae75; */
    padding: 40px;

    border-radius: 25px;
    /* border: 1px solid #90a4ae; */

    max-width: 1200px;

    font-family: Arial;
}

/* GRID SUPERIOR */

.live-grid {

    display: grid;

    grid-template-columns: 1.5fr 1fr;
    gap: 30px;

    align-items: center;

}

.live-player {
    height: 340px;
}

.live-player video {

    width: 100%;
    border-radius: 10px;
    border: none;

}

.single-video-post h5 a {
    font-weight: 200;
}


.single-video-post h5 a b {
    font-weight: 700;
}

/* INFO */

.live-tag {
    font-size: 14px;
    margin-bottom: 10px;
}

.brand {
    color: #8B1E1E;
    font-weight: bold;
    margin-right: 6px;
}

.live {
    color: #2B2B2B;
    font-weight: 600;
}

.videoTitle {
    color: #555555;
}

.live-info h2 {
    font-size: 22px;
    line-height: 1.4;
}

/* THUMBNAILS */

.video-thumbnails {

    margin-top: 30px;

    display: grid;
    grid-template-columns: repeat(6, 1fr);

    gap: 15px;

}

.thumb {

    cursor: pointer;
    opacity: .7;

    transition: .2s;

}

.thumb img {

    width: 100%;
    border-radius: 8px;

}

.thumb:hover {
    opacity: 1;
}

.thumb.active {

    opacity: 1;
    transform: scale(1.05);

}

/* RESPONSIVE */

@media(max-width:900px) {

    .live-player {
        height: auto;
    }

    .live-grid {
        grid-template-columns: 1fr;
    }

    .video-thumbnails {
        grid-template-columns: repeat(2, 1fr);
    }

}

h2 {
    font-size: 46px;
}

.sub-title-single {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
}

.share-bar {

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px 0;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-family: Arial;

}

/* fecha */

.share-date {

    color: #666;
    font-size: 14px;

}

/* acciones */

.share-actions {

    display: flex;
    align-items: center;
    gap: 10px;

}

/* iconos */

.share-icon {

    width: 38px;
    height: 38px;

    border-radius: 50%;

    border: 1px solid #dcdcdc;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #555;

    transition: all .2s ease;

    text-decoration: none;

}

.share-icon:hover {

    background: #f2f2f2;
    color: #000;

}

/* divisor */

.share-divider {

    width: 1px;
    height: 35px;

    background: #e0e0e0;

    margin: 0 10px;

}

/* boton guardar */
.save-btn .lucide {
    color: #903531;
}

.save-btn {

    color: #903531;
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 8px 16px;

    border-radius: 20px;

    border: 1px solid #903531;

    background: white;

    font-size: 14px;

    cursor: pointer;

    transition: .2s;

}

.save-btn:hover {

    background: #f5f5f5;

}

.section_search_notice {
    margin: 50px 0px;
}

.search-notice {
    width: 100%;
    height: 50px;
    border: 1px solid #888686;
    font-size: 25px;
    font-style: italic;
    border-radius: 4px;
}

.latest-news-time {
    background-color: #90A4AE;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
}

.latest-news-time a {
    color: white;
}

.breacumb-content {
    align-items: center;
    display: flex;
    justify-content: around;
}

.gazatte-video-post-area.list-1 {
    overflow: hidden;
}

/* transición suave */

.header-area {
    transition: all 0.3s ease;
}

/* navbar fija */

.header-fixed .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* ocultar partes superiores */

.header-fixed .top-header,
.header-fixed .middle-header {
    display: none;
}

/* ajustar topbar cuando el header es fixed */

.header-fixed .topbar {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 9998;
}


.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.modal__container {
    background: white;
    max-width: 600px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
}


/* ****************HOROSCOPO******************************/

#slide_horoscopo .carousel-inner .item {
    text-align: center;
}

.topbar-left {
    position: relative;
}

/* Panel oculto */
.weather-dropdown {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all 0.25s ease;
}

/* Caja */
.weather-box {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    width: 400px;
    height: 400px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Mostrar */
.weather-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Filas */
.weather-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 100%;
}

.day {
    text-align: center;
    font-size: 13px;
}

.pop-up {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    background-color: white;
}



@media (992px <=width <=1366px) {
    .container {
        margin-left: 0;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --red: #8B1A1A;
    --red-dark: #6B1212;
    --red-light: #f5eeee;
    --text: #1a1a1a;
    --muted: #666;
    --border: #d4c4b0;
    --bg: #f7f3ee;
    --white: #fff;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Source Sans 3', system-ui, sans-serif;
    --radius: 3px;
}

body {
    font-family: var(--sans);
    /* background: var(--bg); */
    color: var(--text);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── HEADER ── */
.site-header {
    background: var(--white);
    border-bottom: 3px solid var(--red);
}

.header-top {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 1.5rem 0.6rem;
    text-align: center;
}

.header-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.logo-icon {
    width: 38px;
    height: 38px;
}

.logo-name {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
    letter-spacing: -0.02em;
}

.logo-subtitle {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: var(--muted);
    text-transform: uppercase;
}

/* ── NAV ── */
.site-nav {
    background: var(--red);
}

.site-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.site-nav a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.6rem 0.85rem;
    transition: background 0.15s;
}

.site-nav a:hover {
    background: var(--red-dark);
    color: #fff;
}

/* ── MAIN ── */
main {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 1.25rem 3rem;
}

.card {
    width: 100%;
    max-width: 480px;
}

/* Separador estilo periódico */
.section-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.section-label::before,
.section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.section-label span {
    font-family: var(--serif);
    font-size: 1.15rem;
    color: var(--red);
    white-space: nowrap;
}

/* ── TABS ── */
.tabs {
    display: flex;
    border-bottom: 2px solid var(--red);
    margin-bottom: 1.5rem;
}

.tab-btn {
    flex: 1;
    padding: 0.65rem 0.5rem;
    border: none;
    background: var(--red-light);
    color: var(--muted);
    font-family: var(--sans);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border-right: 1px solid var(--border);
    transition: background 0.15s, color 0.15s;
}

.tab-btn:last-child {
    border-right: none;
}

.tab-btn.active {
    background: var(--red);
    color: #fff;
}

.tab-btn:not(.active):hover {
    background: #eddcdc;
    color: var(--red);
}

/* ── FORMS ── */
.form-panel {
    display: none;
}

.form-panel.active {
    display: block;
}

.form-box {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 1.75rem;
}

.field {
    margin-bottom: 1.1rem;
}

.field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.35rem;
}

.field input {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.6rem 0.8rem;
    font-family: var(--sans);
    font-size: 0.95rem;
    color: var(--text);
    background: #fdfbf8;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.field input:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
    background: var(--white);
}

.field input::placeholder {
    color: #bbb;
}

.form-rule {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.25rem 0;
}

/* ── BUTTON ── */
.btn-primary {
    width: 100%;
    padding: 0.75rem;
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-family: var(--sans);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: background 0.15s;
}

.btn-primary:hover:not(:disabled) {
    background: var(--red-dark);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary .spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.btn-primary.loading .spinner {
    display: block;
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* ── FEEDBACK ── */
.feedback {
    margin-top: 0.85rem;
    padding: 0.6rem 0.85rem;
    border-radius: var(--radius);
    font-size: 0.85rem;
    border-left: 3px solid;
    display: none;
}

.feedback.success {
    background: #eef7f2;
    border-color: #2d7a4f;
    color: #1e5235;
}

.feedback.error {
    background: var(--red-light);
    border-color: var(--red);
    color: var(--red-dark);
}

.feedback.visible {
    display: block;
}

/* ── FOOTER ── */
.site-footer {
    background: var(--red);
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.site-footer strong {
    color: #fff;
}

@media (max-width: 520px) {
    .logo-name {
        font-size: 1.55rem;
    }

    .form-box {
        padding: 1.25rem;
    }
}

.menu-principal-user {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 60px 20px;
}

.menu-card-user {
    width: 260px;
    height: 270px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: #ffffff;
    border-radius: 12px;

    text-decoration: none;
    color: #96352f;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}

.menu-card-user i {
    font-size: 75px;
    margin-bottom: 25px;
}

.menu-card-user span {
    font-size: 29px;
    font-weight: 600;
}

.menu-card-user::after {
    content: "";

    width: 92px;
    height: 5px;

    margin-top: 28px;

    background: #96352f;
    border-radius: 5px;
}

/* Efecto hover */
.menu-card-user:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {

    .menu-principal-user {
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }

    .menu-card-user {
        width: 90%;
        max-width: 300px;
    }

}

.panel-vst{
    width: 100%;
    justify-content: center;
    align-items: center;
}

