﻿/* =========================================================
   GRAN CABALGATA DE SABINAS
   SITE.CSS
   Identidad:
   Rojo claro + Verde institucional + Dorado
   ========================================================= */


/* =========================================================
   VARIABLES
   ========================================================= */

:root {
    --rojo: #D61F3D;
    --rojo-claro: #E52B4A;
    --rojo-oscuro: #B91430;
    --verde: #008C5A;
    --verde-oscuro: #006B46;
    --verde-claro: #00A86B;
    --dorado: #C9A646;
    --dorado-claro: #DDBE63;
    --blanco: #FFFFFF;
    --gris: #555555;
    --gris-claro: #F5F5F5;
    --negro: #222222;
    --sombra: 0 8px 25px rgba(0, 0, 0, 0.12);
    --sombra-fuerte: 0 12px 35px rgba(0, 0, 0, 0.20);
}


/* =========================================================
   CONFIGURACIÓN GENERAL
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--negro);
    background: #FFFFFF;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* =========================================================
   HEADER
   ========================================================= */

.headerCabalgata {
    background: #FFFFFF;
    border-top: 4px solid var(--dorado);
    border-bottom: 3px solid var(--dorado);
    position: relative;
    z-index: 1000;
}


    /* Contenedor */

    .headerCabalgata .container {
        min-height: 220px;
        display: flex;
        align-items: center;
    }


/* =========================================================
   LOGO
   ========================================================= */

.logoCabalgata {
    width: 170px;
    height: 170px;
    object-fit: contain;
    display: block;
    margin: auto;
    transition: transform 0.3s ease;
}

    .logoCabalgata:hover {
        transform: scale(1.04);
    }


/* =========================================================
   TITULO
   ========================================================= */

.tituloCabalgata {
    margin: 0;
    color: #B51632;
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.5px;
}


/* =========================================================
   SUBTITULO
   ========================================================= */

.subtituloCabalgata {
    margin-top: 18px;
    margin-bottom: 0;
    color: #555555;
    font-size: 1.35rem;
    font-weight: 400;
}


/* =========================================================
   REDES SOCIALES
   ========================================================= */

.headerCabalgata .bi {
    color: var(--verde);
    font-size: 2rem;
    margin-left: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .headerCabalgata .bi:hover {
        color: var(--dorado);
        transform: translateY(-4px);
    }


/* =========================================================
   MENU
   ========================================================= */

.menuCabalgata {
    background: linear-gradient( 90deg, #C91838 0%, #E02A4A 50%, #C91838 100% );
    border-bottom: 4px solid var(--dorado);
    min-height: 74px;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


    /* =========================================================
   MENU - INICIO
   ========================================================= */

    .menuCabalgata .navbar-brand {
        color: #FFFFFF !important;
        font-size: 1.35rem;
        font-weight: 500;
        padding: 12px 18px;
        transition: all 0.3s ease;
    }

        .menuCabalgata .navbar-brand:hover {
            color: var(--dorado-claro) !important;
        }


    /* =========================================================
   MENU LINKS
   ========================================================= */

    .menuCabalgata .nav-link {
        color: #FFFFFF !important;
        font-size: 1rem;
        font-weight: 600;
        padding: 12px 13px !important;
        position: relative;
        transition: color 0.3s ease;
    }

        .menuCabalgata .nav-link::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 4px;
            height: 2px;
            background: var(--dorado);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .menuCabalgata .nav-link:hover {
            color: var(--dorado-claro) !important;
        }

            .menuCabalgata .nav-link:hover::after {
                transform: scaleX(1);
            }


/* =========================================================
   BOTON QR
   ========================================================= */

.btnQR {
    background: linear-gradient( 135deg, #C9A646, #DDBE63 ) !important;
    color: #222222 !important;
    border: none !important;
    border-radius: 7px;
    padding: 11px 18px !important;
    margin-left: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btnQR:hover {
        background: linear-gradient( 135deg, var(--verde), var(--verde-oscuro) ) !important;
        color: #FFFFFF !important;
        transform: translateY(-2px);
        box-shadow: var(--sombra);
    }


/* =========================================================
   MENU HAMBURGUESA
   ========================================================= */

.menuCabalgata .navbar-toggler {
    border: 2px solid rgba(255,255,255,0.8);
    padding: 7px 10px;
}

    .menuCabalgata .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(201,166,70,0.35);
    }


/* =========================================================
   HERO
   ========================================================= */

.heroImage {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
}


/* =========================================================
   HERO OVERLAY
   ========================================================= */

.heroImage {
    filter: brightness(0.63);
}


/* =========================================================
   HERO CAPTION
   ========================================================= */

.heroCaption {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    left: 8% !important;
    right: 8% !important;
    text-align: center;
}


    /* =========================================================
   HERO TITULO
   ========================================================= */

    .heroCaption h1 {
        font-family: 'Cinzel', serif;
        font-size: 4.2rem;
        font-weight: 700;
        color: #FFFFFF;
        text-shadow: 3px 4px 8px rgba(0,0,0,0.75);
        margin-bottom: 20px;
    }


    /* =========================================================
   HERO SUBTITULO
   ========================================================= */

    .heroCaption p {
        font-size: 1.6rem;
        color: #FFFFFF;
        text-shadow: 2px 3px 6px rgba(0,0,0,0.7);
    }


/* =========================================================
   BOTONES PRINCIPALES
   ========================================================= */

.btnCabalgata {
    display: inline-block;
    background: linear-gradient( 135deg, var(--verde), var(--verde-oscuro) ) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 35px;
    padding: 15px 35px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

    .btnCabalgata:hover {
        background: linear-gradient( 135deg, var(--dorado), var(--dorado-claro) ) !important;
        color: #FFFFFF !important;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }


/* =========================================================
   HISTORIA
   ========================================================= */

#historia {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #historia h2 {
        font-family: 'Cinzel', serif;
        color: var(--verde-oscuro);
        font-size: 2.7rem;
    }

    #historia p {
        font-size: 1.08rem;
        line-height: 1.8;
        color: #555555;
    }


/* =========================================================
   IMAGEN HISTORIA
   ========================================================= */

.historia-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--sombra);
    object-fit: cover;
}


/* =========================================================
   LINEA
   ========================================================= */

.linea {
    display: none !important;
}





/* =========================================================
   SOUVENIRS
   ========================================================= */

.producto {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--sombra);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .producto:hover {
        transform: translateY(-8px);
        box-shadow: var(--sombra-fuerte);
    }

    .producto img {
        height: 240px;
        object-fit: cover;
    }

    .producto .card-body {
        text-align: center;
        padding: 25px;
    }

    .producto h5 {
        color: var(--verde-oscuro);
        font-weight: 600;
        margin-bottom: 20px;
    }



/* =========================================================
   ESTADISTICAS
   ========================================================= */

.estadisticas {
    position: relative;
    z-index: 1;
    background: linear-gradient( 135deg, #cf1238 0%, #e51f45 50%, #cf1238 100% );
    color: #ffffff;
    padding: 55px 0 125px;
    border-top: 5px solid #c9a646;
    border-bottom: 5px solid #c9a646;
    overflow: visible;
}


    /* NUMEROS */

    .estadisticas h2 {
        margin: 0;
        font-family: "Cinzel", Georgia, serif;
        font-size: 56px;
        font-weight: 700;
        color: #ffffff;
    }


    /* TEXTO */

    .estadisticas p {
        margin: 8px 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        color: #ffffff;
    }


 /* =========================================================
   SEPARADORES
   ========================================================= */

    .estadisticas .col-lg-3 {
        position: relative;
    }


        .estadisticas .col-lg-3:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: rgba(255,255,255,.25);
        }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .estadisticas {
        padding: 45px 0 40px;
    }

        .estadisticas h2 {
            font-size: 46px;
        }

        .estadisticas p {
            font-size: 15px;
        }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 576px) {

    .estadisticas {
        padding: 35px 0 30px;
        border-top-width: 4px;
        border-bottom-width: 5px;
    }

        .estadisticas h2 {
            font-size: 38px;
        }

        .estadisticas p {
            font-size: 13px;
            margin-bottom: 20px;
        }

        .estadisticas .col-lg-3:not(:last-child)::after {
            display: none;
        }
}

/* =========================================================
   ACCESOS RAPIDOS
   ========================================================= */

.quickLinks {
    position: relative;
    z-index: 10;
    margin-top: -105px;
    padding: 0 0 55px;
    background: transparent;
}


/* =========================================================
   TARJETAS
   ========================================================= */

.quickBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(0,0,0,.14);
    transition: transform .25s ease, box-shadow .25s ease;
}


    /* HOVER */

    .quickBox:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 30px rgba(0,0,0,.20);
    }


    /* =========================================================
   ICONOS
   ========================================================= */

    .quickBox i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        margin-bottom: 22px;
        color: #cf1238;
        font-size: 48px;
    }


    /* =========================================================
   TEXTO
   ========================================================= */

    .quickBox h4 {
        margin: 0;
        font-family: "Cinzel", Georgia, serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        color: #28170f;
    }


    /* =========================================================
   BORDE DORADO AL PASAR EL MOUSE
   ========================================================= */

    .quickBox:hover {
        border-top: 4px solid #c9a646;
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .estadisticas {
        padding-bottom: 110px;
    }


    .quickLinks {
        margin-top: -90px;
    }


    .quickBox {
        min-height: 210px;
    }


        .quickBox i {
            font-size: 42px;
        }


        .quickBox h4 {
            font-size: 22px;
        }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 576px) {

    .estadisticas {
        padding: 35px 0 105px;
    }


        .estadisticas h2 {
            font-size: 38px;
        }


        .estadisticas p {
            font-size: 13px;
        }


    .quickLinks {
        margin-top: -80px;
        padding-bottom: 40px;
    }


    .quickBox {
        min-height: 175px;
        padding: 20px 10px;
        border-radius: 12px;
    }


        .quickBox i {
            width: 50px;
            height: 50px;
            margin-bottom: 12px;
            font-size: 36px;
        }


        .quickBox h4 {
            font-size: 18px;
            text-align: center;
        }
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
    background: linear-gradient( 135deg, #333333, #222222 );
    color: #FFFFFF;
    padding: 60px 0;
    border-top: 6px solid var(--dorado);
}

    footer h4 {
        font-family: 'Cinzel', serif;
        color: var(--dorado-claro);
        margin-bottom: 20px;
    }

    footer p {
        color: #DDDDDD;
    }

    footer a {
        color: #FFFFFF;
        transition: color 0.3s ease;
    }

        footer a:hover {
            color: var(--verde-claro);
        }


/* =========================================================
   PAGINAS INTERNAS
   ========================================================= */

.pageHeader {
    background: linear-gradient( 135deg, var(--verde), var(--verde-oscuro) );
    color: #FFFFFF;
    padding: 70px 0;
    text-align: center;
    border-bottom: 6px solid var(--dorado);
}

    .pageHeader h1 {
        font-family: 'Cinzel', serif;
        font-size: 3.5rem;
        margin: 0;
    }


/* =========================================================
   TARJETAS GENERALES
   ========================================================= */

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 7px 20px rgba(0,0,0,0.10);
    overflow: hidden;
}

.card-title {
    color: var(--verde-oscuro);
}

.card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}


/* =========================================================
   BOTONES BOOTSTRAP
   ========================================================= */

.btn-success {
    background: linear-gradient( 135deg, var(--verde), var(--verde-oscuro) ) !important;
    border-color: var(--verde) !important;
}

    .btn-success:hover {
        background: linear-gradient( 135deg, var(--dorado), var(--dorado-claro) ) !important;
        border-color: var(--dorado) !important;
    }


/* =========================================================
   FORMULARIOS
   ========================================================= */

.form-control:focus,
.form-select:focus {
    border-color: var(--verde);
    box-shadow: 0 0 0 0.2rem rgba(0,140,90,0.18);
}

.form-label {
    color: var(--verde-oscuro);
    font-weight: 600;
}


/* =========================================================
   TABLAS
   ========================================================= */

.table thead {
    background: linear-gradient( 90deg, var(--verde), var(--verde-oscuro) );
    color: #FFFFFF;
}

.table tbody tr:hover {
    background: rgba(0,140,90,0.06);
}


/* =========================================================
   ALERTAS
   ========================================================= */

.alert-success {
    border-left: 5px solid var(--verde);
    background: rgba(0,140,90,0.08);
    color: var(--verde-oscuro);
}

.alert-warning {
    border-left: 5px solid var(--dorado);
    background: rgba(201,166,70,0.10);
}


/* =========================================================
   SELECCIÓN DE TEXTO
   ========================================================= */

::selection {
    background: var(--verde);
    color: #FFFFFF;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .headerCabalgata .container {
        min-height: 170px;
    }

    .logoCabalgata {
        width: 135px;
        height: 135px;
    }

    .tituloCabalgata {
        font-size: 2.2rem;
    }

    .subtituloCabalgata {
        font-size: 1.05rem;
        margin-top: 10px;
    }

    .heroImage {
        height: 550px;
    }

    .heroCaption h1 {
        font-size: 3.2rem;
    }

    .heroCaption p {
        font-size: 1.25rem;
    }

    .contadorItem h1 {
        font-size: 3.5rem;
    }

    .estadisticas h2 {
        font-size: 3rem;
    }

    .quickBox {
        margin-bottom: 25px;
    }
}


/* =========================================================
   RESPONSIVE - CELULAR
   ========================================================= */

@media (max-width: 767.98px) {

    /* HEADER */

    .headerCabalgata {
        border-top-width: 3px;
    }

        .headerCabalgata .container {
            min-height: 0;
            padding-top: 18px;
            padding-bottom: 18px;
        }

    /* LOGO */

    .logoCabalgata {
        width: 105px;
        height: 105px;
    }

    /* TITULO */

    .tituloCabalgata {
        font-size: 1.35rem;
        line-height: 1.2;
        letter-spacing: 0;
    }

    /* SUBTITULO */

    .subtituloCabalgata {
        font-size: 0.82rem;
        margin-top: 8px;
        line-height: 1.35;
    }

    /* REDES */

    .headerCabalgata .bi {
        font-size: 1.55rem;
        margin-left: 10px;
    }

    /* MENU */

    .menuCabalgata {
        min-height: 60px;
        position: sticky;
        top: 0;
    }

        .menuCabalgata .container {
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .menuCabalgata .navbar-brand {
            font-size: 1.1rem;
        }

        .menuCabalgata .navbar-nav {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .menuCabalgata .nav-link {
            padding: 10px 15px !important;
            border-bottom: 1px solid rgba(255,255,255,0.15);
        }

    .btnQR {
        display: block;
        margin: 10px 15px;
        text-align: center;
    }

    /* HERO */

    .heroImage {
        height: 500px;
        object-position: center;
    }

    .heroCaption {
        left: 4% !important;
        right: 4% !important;
    }

        .heroCaption h1 {
            font-size: 2.2rem;
            line-height: 1.15;
            margin-bottom: 15px;
        }

        .heroCaption p {
            font-size: 1rem;
            line-height: 1.4;
        }

        .heroCaption .btnCabalgata {
            padding: 12px 25px;
            font-size: 0.95rem;
        }

    /* HISTORIA */

    #historia {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #historia h2 {
            font-size: 2.1rem;
            margin-top: 30px;
        }

        #historia p {
            font-size: 0.95rem;
            line-height: 1.7;
        }

    /* CONTADOR */

    .contador {
        padding: 50px 0;
    }

    .tituloContador {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .fechaEvento {
        font-size: 1rem;
    }

    .contadorItem {
        padding: 10px 5px;
    }

        .contadorItem h1 {
            font-size: 2.4rem;
        }

        .contadorItem p {
            font-size: 0.75rem;
            letter-spacing: 1px;
        }

    /* ESTADISTICAS */

    .estadisticas {
        padding: 50px 0;
    }

        .estadisticas .col-lg-3 {
            margin-bottom: 25px;
        }

        .estadisticas h2 {
            font-size: 2.8rem;
        }

        .estadisticas p {
            font-size: 1rem;
        }

    /* QUICK LINKS */

    .quickLinks {
        padding: 45px 15px;
    }

    .quickBox {
        min-height: 200px;
        margin-bottom: 20px;
    }

        .quickBox i {
            font-size: 3rem;
        }

        .quickBox h4 {
            font-size: 1.3rem;
        }

    /* PAGINAS INTERNAS */

    .pageHeader {
        padding: 45px 15px;
    }

        .pageHeader h1 {
            font-size: 2.3rem;
        }

    /* FOOTER */

    footer {
        padding: 45px 20px;
        text-align: center;
    }
}


/* =========================================================
   RESPONSIVE - CELULARES PEQUEÑOS
   ========================================================= */

@media (max-width: 400px) {

    .logoCabalgata {
        width: 90px;
        height: 90px;
    }

    .tituloCabalgata {
        font-size: 1.15rem;
    }

    .subtituloCabalgata {
        font-size: 0.72rem;
    }

    .headerCabalgata .bi {
        font-size: 1.3rem;
        margin-left: 7px;
    }

    .heroImage {
        height: 460px;
    }

    .heroCaption h1 {
        font-size: 1.8rem;
    }

    .heroCaption p {
        font-size: 0.9rem;
    }

    .contadorItem h1 {
        font-size: 2rem;
    }
}


/* =========================================================
   ANIMACIONES
   ========================================================= */

@keyframes aparecer {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.heroCaption {
    animation: aparecer 1s ease-out;
}


/* =========================================================
   PREVENIR DESBORDAMIENTO
   ========================================================= */

.container,
.container-fluid {
    max-width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


/* =========================================================
   FIN SITE.CSS
   ========================================================= */







/* =========================================================
   BOTONES INSTITUCIONALES
   ========================================================= */

.btnCabalgata,
.btnDorado {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient( 135deg, #D4AF37, #E8C766 );
    color: #333333 !important;
    border: 1px solid #C59D27;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}


    /* Icono */

    .btnCabalgata i,
    .btnDorado i {
        font-size: 20px;
        color: #333333;
    }


    /* Hover */

    .btnCabalgata:hover,
    .btnDorado:hover {
        background: linear-gradient( 135deg, #C59D27, #DDBB52 );
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 7px 15px rgba(0,0,0,0.20);
    }


        /* Icono al pasar mouse */

        .btnCabalgata:hover i,
        .btnDorado:hover i {
            color: #ffffff;
        }


/* =========================================================
   BOTONES INSTITUCIONALES
   ========================================================= */

.btnCabalgata,
.btnDorado {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient( 135deg, #D4AF37, #E8C766 );
    color: #333333 !important;
    border: 1px solid #C59D27;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}


    /* Icono */

    .btnCabalgata i,
    .btnDorado i {
        font-size: 20px;
        color: #333333;
    }


    /* Hover */

    .btnCabalgata:hover,
    .btnDorado:hover {
        background: linear-gradient( 135deg, #C59D27, #DDBB52 );
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 7px 15px rgba(0,0,0,0.20);
    }


        /* Icono al pasar mouse */

        .btnCabalgata:hover i,
        .btnDorado:hover i {
            color: #ffffff;
        }



/* =========================================================
   ICONO HERRADURA
   ========================================================= */

.herraduraIcon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .herraduraIcon svg {
        width: 100%;
        height: 100%;
        display: block;
    }


/* =========================================================
   BOTON DORADO
   ========================================================= */

.btnDorado {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient( 135deg, #c89b3c 0%, #e4bd58 50%, #c89b3c 100% );
    color: #263238 !important;
    border: 1px solid #b88a2e;
    border-radius: 8px;
    padding: 12px 26px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    transition: all .25s ease;
}


    .btnDorado:hover {
        color: #ffffff !important;
        background: linear-gradient( 135deg, #b88a2e 0%, #d9ad45 50%, #b88a2e 100% );
        transform: translateY(-2px);
        box-shadow: 0 7px 16px rgba(0,0,0,.30);
    }


    .btnDorado .herraduraIcon {
        color: #263238;
    }

    .btnDorado:hover .herraduraIcon {
        color: #ffffff;
    }

/* =========================================================
   ICONO HERRADURA
   ========================================================= */

.herraduraIcon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .herraduraIcon svg {
        width: 100%;
        height: 100%;
        display: block;
    }


/* =========================================================
   BOTON DORADO
   ========================================================= */

.btnDorado {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient( 135deg, #c89b3c 0%, #e4bd58 50%, #c89b3c 100% );
    color: #263238 !important;
    border: 1px solid #b88a2e;
    border-radius: 8px;
    padding: 12px 26px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    transition: all .25s ease;
}


    .btnDorado:hover {
        color: #ffffff !important;
        background: linear-gradient( 135deg, #b88a2e 0%, #d9ad45 50%, #b88a2e 100% );
        transform: translateY(-2px);
        box-shadow: 0 7px 16px rgba(0,0,0,.30);
    }


    .btnDorado .herraduraIcon {
        color: #263238;
    }

    .btnDorado:hover .herraduraIcon {
        color: #ffffff;
    }

/* =========================================================
   ENCABEZADOS RÚSTICOS / ESTILO CAMPO
   ========================================================= */

/* =========================================================
   ENCABEZADO RÚSTICO - ESTILO TIERRA / LODO
   ========================================================= */

.encabezadoRanchero {
    position: relative;
    margin: 30px 0 35px 0;
    padding: 5px 0 14px 0;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    /* Línea inferior con apariencia de tierra */
    border-bottom: 4px solid #70452A;
    box-shadow: none;
}

    /* Título */

    .encabezadoRanchero h1 {
        position: relative;
        margin: 0;
        font-family: "Cinzel", Georgia, serif;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #70452A;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(255,255,255,.35);
    }


/* =========================================================
   ORNAMENTO
   ========================================================= */

.ornamento {
    position: relative;
    width: 100%;
    margin-top: 7px;
    text-align: center;
    color: #A98232;
    font-size: 23px;
    line-height: 15px;
}


    /* líneas laterales */

    .ornamento::before,
    .ornamento::after {
        content: "";
        display: inline-block;
        width: 38%;
        height: 1px;
        margin: 0 12px;
        vertical-align: middle;
        background: linear-gradient( to right, transparent, #A98232 );
    }

    .ornamento::after {
        background: linear-gradient( to left, transparent, #A98232 );
    }


/* =========================================================
   EFECTO TIERRA / LODO
   ========================================================= */

.encabezadoRanchero {
    position: relative;
    margin: 30px 0 35px 0;
    padding: 5px 0 14px 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .encabezadoRanchero {
        margin: 25px 0 30px 0;
    }

        .encabezadoRanchero h1 {
            font-size: 34px;
        }

    .ornamento::before,
    .ornamento::after {
        width: 32%;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 768px) {

    .encabezadoRanchero {
        margin: 20px 0 25px 0;
        padding: 3px 0 12px 0;
        border-bottom: 4px solid #70452A;
    }

        .encabezadoRanchero h1 {
            font-size: 27px;
            letter-spacing: 1px;
            text-align: center;
        }

    .ornamento {
        font-size: 18px;
        margin-top: 6px;
    }

        .ornamento::before,
        .ornamento::after {
            width: 25%;
            margin: 0 7px;
        }
}

.encabezadoRanchero {
    text-align: center;
}

    .encabezadoRanchero h1 {
        text-align: center;
    }

.encabezadoRanchero {
    position: relative;
    margin: 30px 0 35px 0;
    padding: 5px 0 14px 0;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-align: center;
}

@media (max-width: 768px) {

    .encabezadoRanchero {
        margin: 20px 0 25px 0;
        padding: 3px 0 12px 0;
        border: none !important;
        border-bottom: 0 !important;
    }

        .encabezadoRanchero h1 {
            text-align: center;
        }
}

.linea {
    display: none !important;
    border: none !important;
}


/* =========================================================
   CONTADOR - DISEÑO CAMPIRANO
   ========================================================= */

.contador {
    position: relative;
    padding: 55px 0 60px;
    color: #F7F0DF;
    /* Café cuero / tierra */
    background: linear-gradient( 135deg, #4A2C1A 0%, #684128 45%, #3B2416 100% );
    border-top: 5px solid #C9A646;
    border-bottom: 5px solid #C9A646;
    overflow: hidden;
}


    /* Textura sutil tipo cuero */

    .contador::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( 0deg, rgba(255,255,255,.025) 0px, rgba(255,255,255,.025) 1px, transparent 1px, transparent 5px );
        opacity: .6;
        pointer-events: none;
    }


    /* =========================================================
   CONTENIDO
   ========================================================= */

    .contador .container {
        position: relative;
        z-index: 2;
    }


/* =========================================================
   TÍTULO
   ========================================================= */

.tituloContador {
    margin: 0;
    font-family: "Cinzel", Georgia, serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F5E8C8;
    text-shadow: 2px 2px 2px rgba(0,0,0,.45);
}


    /* =========================================================
   ORNAMENTO
   ========================================================= */

    .tituloContador::after {
        content: "✦";
        display: block;
        margin: 12px auto 10px;
        color: #C9A646;
        font-size: 22px;
    }


/* =========================================================
   FECHA
   ========================================================= */

.fechaEvento {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #F7F0DF;
}


/* =========================================================
   ELEMENTOS DEL CONTADOR
   ========================================================= */

.contadorItem {
    position: relative;
    padding: 25px 10px 15px;
}


    /* Número */

    .contadorItem h1 {
        margin: 0;
        font-family: "Cinzel", Georgia, serif;
        font-size: 62px;
        line-height: 1;
        font-weight: 700;
        color: #FFFFFF;
        text-shadow: 2px 3px 3px rgba(0,0,0,.45);
    }


    /* Texto */

    .contadorItem p {
        margin: 12px 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #DCC78A;
    }


    /* =========================================================
   SEPARADORES
   ========================================================= */

    .contadorItem::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        width: 1px;
        height: 85px;
        background: linear-gradient( to bottom, transparent, #C9A646, transparent );
        opacity: .65;
    }


/* Quitar separador del último */

.contador .col-md-3:last-child
.contadorItem::after {
    display: none;
}


/* =========================================================
   DETALLE ORNAMENTAL INFERIOR
   ========================================================= */

.contador::after {
    content: "✦";
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: #C9A646;
    font-size: 16px;
    opacity: .8;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .contador {
        padding: 45px 0 50px;
    }

    .tituloContador {
        font-size: 32px;
    }

    .contadorItem h1 {
        font-size: 52px;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 767px) {

    .contador {
        padding: 38px 10px 45px;
        border-top-width: 4px;
        border-bottom-width: 4px;
    }

    .tituloContador {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .fechaEvento {
        font-size: 14px;
        margin-top: 5px;
    }

    .contadorItem {
        padding: 22px 5px 15px;
    }

        .contadorItem h1 {
            font-size: 42px;
        }

        .contadorItem p {
            font-size: 11px;
            letter-spacing: 1.5px;
        }

        /* En celular quitamos separadores verticales */

        .contadorItem::after {
            display: none;
        }
}

/* =========================================================
   PATROCINADORES
   ========================================================= */
/* =========================================================
   PATROCINADORES
   ========================================================= */

.patrocinadores {
    position: relative;
    padding: 60px 0 75px;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   TITULO
   ========================================================= */

.tituloSeccion {
    margin: 0 0 45px;
    text-align: center;
    font-family: "Cinzel", Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4A2C1A;
}


    .tituloSeccion::after {
        content: "✦";
        display: block;
        margin: 10px auto 0;
        color: #C9A646;
        font-size: 22px;
    }


/* =========================================================
   CARRUSEL
   ========================================================= */

.patrocinadoresCarousel {
    position: relative;
    width: 100%;
    min-height: 390px;
    padding-bottom: 50px;
}


    /* =========================================================
   ITEM
   ========================================================= */

    .patrocinadoresCarousel
    .carousel-item {
        min-height: 350px;
        transition: transform .8s ease-in-out;
    }


/* =========================================================
   CARRETA
   ========================================================= */

.carretaPatrocinador {
    position: relative;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: auto;
}


/* =========================================================
   CABALLO
   ========================================================= */

.caballoCarreta {
    position: absolute;
    left: 8%;
    bottom: 80px;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}


.caballoIcono {
    font-size: 125px;
    filter: grayscale(1) drop-shadow( 3px 5px 3px rgba(0,0,0,.35) );
}


/* =========================================================
   CUERPO DE LA CARRETA
   ========================================================= */

.carretaCuerpo {
    position: relative;
    width: 65%;
    max-width: 850px;
    height: 190px;
    margin-left: 120px;
    margin-bottom: 50px;
}


/* =========================================================
   CAJA DE MADERA
   ========================================================= */

.maderaCarreta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 115px;
    padding: 12px;
    background: linear-gradient( 180deg, #8A5A36 0%, #70452A 45%, #4F301D 100% );
    border: 5px solid #C9A646;
    border-radius: 8px;
    box-shadow: inset 0 6px 0 rgba(255,255,255,.10), inset 0 -7px 0 rgba(0,0,0,.20), 0 10px 18px rgba(0,0,0,.25);
}


/* tablas */

.tablaMadera {
    height: 1px;
    margin: 18px 0;
    background: rgba(201,166,70,.55);
}


/* =========================================================
   LETRERO DEL PATROCINADOR
   ========================================================= */

.letreroPatrocinador {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 125px;
    transform: translateX(-50%);
    width: 310px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: linear-gradient( 135deg, #F8F2E3, #FFFDF8 );
    border: 5px solid #C9A646;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0,0,0,.30);
}


    /* postes */

    .letreroPatrocinador::before,
    .letreroPatrocinador::after {
        content: "";
        position: absolute;
        bottom: -55px;
        width: 9px;
        height: 60px;
        background: #57351F;
        border: 1px solid #C9A646;
    }


    .letreroPatrocinador::before {
        left: 55px;
    }


    .letreroPatrocinador::after {
        right: 55px;
    }


/* ornamento */

.ornamentoLetrero {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    color: #C9A646;
    font-size: 18px;
}


/* =========================================================
   LOGO
   ========================================================= */

.logoPatrocinador {
    display: block;
    max-width: 250px !important;
    max-height: 90px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    position: relative;
    z-index: 2;
}


/* =========================================================
   RUEDAS
   ========================================================= */

.ruedaCarreta {
    position: absolute;
    bottom: -48px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: radial-gradient( circle, #C9A646 0 9px, #57351F 10px 18px, transparent 19px );
    border: 7px solid #57351F;
    box-shadow: inset 0 0 0 5px #8A5A36, 0 6px 10px rgba(0,0,0,.30);
    z-index: 6;
}


    .ruedaCarreta::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 80px;
        background: #57351F;
        transform: translate(-50%, -50%) rotate(45deg);
    }


    .ruedaCarreta::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 80px;
        background: #57351F;
        transform: translate(-50%, -50%) rotate(-45deg);
    }


    .ruedaCarreta span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #C9A646;
        font-size: 18px;
        z-index: 3;
    }


.ruedaIzq {
    left: 12%;
}


.ruedaDer {
    right: 12%;
}


/* =========================================================
   CONTROLES
   ========================================================= */

.controlCarreta {
    width: 60px;
    opacity: 1;
}


.flechaCarreta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #C9A646;
    color: #4A2C1A;
    font-size: 40px;
    line-height: 35px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    transition: background .2s ease, transform .2s ease;
}


.controlCarreta:hover
.flechaCarreta {
    background: #B58F2E;
    transform: scale(1.08);
}


/* =========================================================
   INDICADORES
   ========================================================= */

.patrocinadoresCarousel
.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}


    .patrocinadoresCarousel
    .carousel-indicators button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border: 0;
        border-radius: 50%;
        background-color: #C9A646;
        opacity: .45;
    }


        .patrocinadoresCarousel
        .carousel-indicators
        button.active {
            opacity: 1;
            background-color: #4A2C1A;
        }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .patrocinadores {
        padding: 45px 0 65px;
    }


    .tituloSeccion {
        font-size: 30px;
    }


    .patrocinadoresCarousel {
        min-height: 330px;
    }


        .patrocinadoresCarousel
        .carousel-item {
            min-height: 300px;
        }


    .carretaPatrocinador {
        height: 300px;
    }


    .carretaCuerpo {
        width: 70%;
        height: 160px;
        margin-left: 80px;
    }


    .caballoCarreta {
        left: 3%;
        bottom: 65px;
        width: 130px;
        height: 130px;
    }


    .caballoIcono {
        font-size: 90px;
    }


    .letreroPatrocinador {
        width: 260px;
        height: 115px;
        bottom: 105px;
    }


    .logoPatrocinador {
        max-width: 210px !important;
        max-height: 75px !important;
    }


    .maderaCarreta {
        height: 95px;
    }


    .ruedaCarreta {
        width: 75px;
        height: 75px;
        bottom: -38px;
    }


    .ruedaIzq {
        left: 10%;
    }


    .ruedaDer {
        right: 10%;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 576px) {

    .patrocinadores {
        padding: 35px 0 55px;
    }


    .tituloSeccion {
        font-size: 23px;
        margin-bottom: 25px;
    }


    .patrocinadoresCarousel {
        min-height: 260px;
        padding-bottom: 35px;
    }


        .patrocinadoresCarousel
        .carousel-item {
            min-height: 240px;
        }


    .carretaPatrocinador {
        height: 240px;
    }


    .caballoCarreta {
        left: -2%;
        bottom: 52px;
        width: 80px;
        height: 80px;
    }


    .caballoIcono {
        font-size: 55px;
    }


    .carretaCuerpo {
        width: 78%;
        height: 125px;
        margin-left: 55px;
        margin-bottom: 35px;
    }


    .maderaCarreta {
        height: 75px;
        border-width: 3px;
        padding: 5px;
    }


    .letreroPatrocinador {
        width: 180px;
        height: 82px;
        bottom: 70px;
        border-width: 3px;
        padding: 8px;
    }


    .logoPatrocinador {
        max-width: 150px !important;
        max-height: 55px !important;
    }


    .letreroPatrocinador::before,
    .letreroPatrocinador::after {
        bottom: -38px;
        width: 6px;
        height: 42px;
    }


    .letreroPatrocinador::before {
        left: 35px;
    }


    .letreroPatrocinador::after {
        right: 35px;
    }


    .ruedaCarreta {
        width: 52px;
        height: 52px;
        border-width: 4px;
        bottom: -27px;
    }


        .ruedaCarreta::before,
        .ruedaCarreta::after {
            width: 3px;
            height: 42px;
        }


        .ruedaCarreta span {
            font-size: 11px;
        }


    .ruedaIzq {
        left: 7%;
    }


    .ruedaDer {
        right: 7%;
    }


    .controlCarreta {
        width: 40px;
    }


    .flechaCarreta {
        width: 35px;
        height: 35px;
        font-size: 30px;
    }
}

/* =========================================================
   PATROCINADORES - CARRUSEL CAMPIRANO
   ========================================================= */

.patrocinadores {
    position: relative;
    padding: 55px 0 65px;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   TITULO
   ========================================================= */

.tituloSeccion {
    margin: 0 0 35px;
    text-align: center;
    font-family: "Cinzel", Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #4A2C1A;
    text-transform: uppercase;
    letter-spacing: 1px;
}


    .tituloSeccion::after {
        content: "✦";
        display: block;
        margin-top: 8px;
        color: #C9A646;
        font-size: 20px;
    }


/* =========================================================
   AREA DEL CARRUSEL
   ========================================================= */

.patrocinadoresAnimacion {
    width: 100%;
    max-width: 1150px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}




/* =========================================================
   TRACK
   ========================================================= */

.patrocinadoresTrack {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.77,0,.18,1);
}


/* =========================================================
   CADA PATROCINADOR
   ========================================================= */

.patrocinadorSlide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/* =========================================================
   ENLACE
   ========================================================= */

.patrocinadorLink {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


/* =========================================================
   IMAGEN DE LA CARRETA
   ========================================================= */

.imagenPatrocinador {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 310px;
    object-fit: contain;
    margin: 0 auto;
    transition: transform .35s ease, filter .35s ease;
}


/* pequeño efecto al pasar el mouse */

.patrocinadorLink:hover
.imagenPatrocinador {
    transform: scale(1.02);
    filter: drop-shadow( 0 8px 10px rgba(0,0,0,.18) );
}


/* =========================================================
   INDICADORES
   ========================================================= */

.patrocinadoresIndicadores {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
}


.indicadorPatrocinador {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #C9A646;
    opacity: .35;
    cursor: pointer;
    transition: transform .25s ease, opacity .25s ease;
}


    .indicadorPatrocinador.activo {
        opacity: 1;
        transform: scale(1.35);
        background: #4A2C1A;
    }


/* =========================================================
   CONTROLES
   ========================================================= */

.controlesPatrocinadores {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}


.controlPatrocinador {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #C9A646;
    color: #4A2C1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,.20);
    transition: transform .2s ease, background .2s ease;
}


    .controlPatrocinador:hover {
        background: #B58F2E;
        transform: scale(1.08);
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .patrocinadores {
        padding: 45px 0 55px;
    }


    .tituloSeccion {
        font-size: 28px;
        margin-bottom: 25px;
    }


    .patrocinadoresAnimacion {
        height: 260px;
    }


    .imagenPatrocinador {
        max-width: 96%;
        height: 240px;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 576px) {

    .patrocinadores {
        padding: 35px 0 45px;
    }


    .tituloSeccion {
        font-size: 22px;
        margin-bottom: 20px;
    }


    .patrocinadoresAnimacion {
        height: 190px;
    }


    .imagenPatrocinador {
        max-width: 100%;
        height: 180px;
    }


    .patrocinadoresIndicadores {
        margin-top: 10px;
    }


    .controlesPatrocinadores {
        margin-top: 12px;
        gap: 15px;
    }


    .controlPatrocinador {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }
}



.patrocinadorSlide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {

    .patrocinadoresAnimacion {
        height: 220px;
    }

    .imagenPatrocinador {
        max-width: 100%;
        max-height: 205px;
        width: auto;
        height: auto;
    }
}

/* =========================================================
   PATROCINADORES
   SCROLL INFINITO
   ========================================================= */

.patrocinadores {
    position: relative;
    padding: 45px 0 50px;
    background: #ffffff;
    overflow: hidden;
}


    /* TITULO */

    .patrocinadores .tituloSeccion {
        margin: 0 0 30px;
        text-align: center;
        font-family: "Cinzel", Georgia, serif;
        font-size: 32px;
        color: #4A2C1A;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


        /* ORNAMENTO */

        .patrocinadores .tituloSeccion::after {
            content: "✦";
            display: block;
            margin-top: 8px;
            color: #C9A646;
            font-size: 20px;
        }


/* =========================================================
   VENTANA
   ========================================================= */

.patrocinadoresAnimacion {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}


/* =========================================================
   TRACK
   ========================================================= */

.patrocinadoresTrack {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollPatrocinadores 35s linear infinite;
}


/* =========================================================
   PATROCINADOR
   ========================================================= */

.patrocinadorSlide {
    flex: 0 0 auto;
    width: 520px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}


/* =========================================================
   IMAGEN
   ========================================================= */

.imagenPatrocinador {
    display: block;
    width: auto;
    height: 290px;
    max-width: 510px;
    object-fit: contain;
}


/* =========================================================
   ANIMACION
   ========================================================= */

@keyframes scrollPatrocinadores {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .patrocinadorSlide {
        width: 430px;
        height: 250px;
        margin-right: 20px;
    }


    .imagenPatrocinador {
        height: 240px;
        max-width: 420px;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 576px) {

    .patrocinadores {
        padding: 35px 0 40px;
    }


        .patrocinadores .tituloSeccion {
            font-size: 23px;
            margin-bottom: 20px;
        }


    .patrocinadorSlide {
        width: 330px;
        height: 190px;
        margin-right: 15px;
    }


    .imagenPatrocinador {
        height: 185px;
        max-width: 325px;
    }


    .patrocinadoresTrack {
        animation-duration: 25s;
    }
}

/* =========================================================
   REDES SOCIALES - ESTILO CAMPIRO / BARRO
   ========================================================= */

.headerCabalgata .bi {
    color: #6B4226;
    transition: color .25s ease, transform .25s ease, filter .25s ease;
}


/* Facebook, Instagram, YouTube, TikTok */

.headerCabalgata a:hover .bi {
    color: #4A2C1A;
    transform: translateY(-3px) scale(1.08);
    filter: drop-shadow( 0 3px 2px rgba(74,44,26,.25) );
}


/* =========================================================
   EFECTO CAMPIRO
   ========================================================= */

.headerCabalgata a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    text-decoration: none;
}


    /* pequeño detalle dorado al pasar */

    .headerCabalgata a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -7px;
        width: 0;
        height: 2px;
        background: #C9A646;
        transform: translateX(-50%);
        transition: width .25s ease;
    }


    .headerCabalgata a:hover::after {
        width: 22px;
    }

.headerCabalgata .bi {
    color: #70452A;
}

.headerCabalgata a:hover .bi {
    color: #3F281B;
}

.redesSociales {
    padding-right: 0;
    transform: translateX(60px);
}


/* =========================================================
   FOOTER - CAFE MADERA
   ========================================================= */

footer {
    background: #4A3022;
    color: #F5F1E8;
    border-top: 5px solid #C9A646;
    padding: 45px 0 35px;
}


    /* Título */

    footer h4 {
        font-family: "Cinzel", Georgia, serif;
        color: #E0B84F;
        font-size: 24px;
        margin-bottom: 15px;
    }


    /* Texto */

    footer p {
        color: #F5F1E8;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        margin: 0;
    }


/* Redes */

.footerRedes h5 {
    color: #E0B84F;
}


/* Iconos */

.footerSocialIcons i {
    color: #F0D28A;
}


/* Hover */

.footerSocialIcons a:hover i {
    color: #FFFFFF;
}

footer {
    background: #5A3A28;
}

/* =========================================================
   REDES SOCIALES - MOVIL
   ========================================================= */

@media (max-width: 991px) {

    .footerRedes {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

        .footerRedes h5 {
            color: #E0B84F;
            margin-bottom: 22px;
        }

    .footerSocialIcons {
        display: flex;
        justify-content: center;
        align-items: center;
        /* separación entre botones */
        gap: 28px;
        width: 100%;
    }

        .footerSocialIcons a {
            /* área real para tocar */
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border-radius: 50%;
            /* evita selección accidental */
            -webkit-tap-highlight-color: transparent;
            transition: transform .2s ease, background .2s ease;
        }

        .footerSocialIcons i {
            font-size: 36px;
            color: #F0D28A;
            line-height: 1;
            transition: color .2s ease, transform .2s ease;
        }

        /* efecto al tocar */

        .footerSocialIcons a:active {
            transform: scale(.92);
            background: rgba(201,166,70,.15);
        }

            .footerSocialIcons a:active i {
                color: #FFFFFF;
                transform: scale(1.08);
            }
}



/* =========================================================
   COPYRIGHT
   ========================================================= */

.footerCopyright {
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid rgba(201, 166, 70, 0.35);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    color: #D8C8B8;
}

/* =========================================================
   PROGRAMA - ESTILO CABALGATA
   ========================================================= */

.programa {
    background: #faf9f6;
    padding: 55px 0 70px;
    position: relative;
}


/* =========================================================
   TITULO
   ========================================================= */

.programaTitulo {
    text-align: center;
    font-family: "Cinzel", Georgia, serif;
    font-size: 34px;
    color: #6B4226;
    text-transform: uppercase;
    margin-bottom: 10px;
}


    /* línea ornamental */

    .programaTitulo::after {
        content: "✦";
        display: block;
        color: #C9A646;
        font-size: 20px;
        margin-top: 8px;
    }


/* =========================================================
   FECHA
   ========================================================= */

.fechaPrograma {
    text-align: center;
    font-family: "Cinzel", Georgia, serif;
    font-size: 30px;
    color: #D7193F;
    margin-bottom: 40px;
}


    .fechaPrograma::after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background: #C9A646;
        margin: 12px auto 0;
    }


/* =========================================================
   EVENTO
   ========================================================= */

.eventoPrograma {
    display: flex;
    align-items: stretch;
    max-width: 980px;
    margin: 0 auto 20px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(74,44,26,.12);
    border: 1px solid #eadfce;
    transition: transform .25s ease, box-shadow .25s ease;
}


    .eventoPrograma:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(74,44,26,.18);
    }


/* =========================================================
   HORA
   ========================================================= */

.horaPrograma {
    width: 175px;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    background: linear-gradient( 135deg, #c91036, #e21e45 );
    color: #ffffff;
    font-family: "Cinzel", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}


    /* pequeño detalle dorado */

    .horaPrograma::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: #C9A646;
    }


/* =========================================================
   CONTENIDO
   ========================================================= */

.contenidoPrograma {
    flex: 1;
    padding: 25px 30px;
}


    .contenidoPrograma h3 {
        margin: 0 0 10px;
        font-family: "Cinzel", Georgia, serif;
        font-size: 25px;
        color: #4A2C1A;
        text-transform: uppercase;
    }


    .contenidoPrograma .ubicacion {
        color: #D7193F;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }


        .contenidoPrograma .ubicacion i {
            color: #6B4226;
            margin-right: 6px;
        }


    .contenidoPrograma p {
        margin: 0;
        color: #777;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
    }


/* =========================================================
   MOVIL
   ========================================================= */

@media (max-width: 576px) {

    .programa {
        padding: 35px 12px 50px;
    }


    .programaTitulo {
        font-size: 27px;
    }


    .fechaPrograma {
        font-size: 22px;
        margin-bottom: 30px;
    }


    .eventoPrograma {
        display: block;
        margin-bottom: 18px;
    }


    .horaPrograma {
        width: 100%;
        min-width: 0;
        min-height: 65px;
        padding: 15px;
        font-size: 21px;
    }


        .horaPrograma::after {
            right: auto;
            bottom: 0;
            top: auto;
            width: 100%;
            height: 4px;
        }


    .contenidoPrograma {
        padding: 22px 20px;
    }


        .contenidoPrograma h3 {
            font-size: 21px;
        }


        .contenidoPrograma p {
            font-size: 14px;
        }
}

/* =========================================================
   DIAS DEL PROGRAMA
   ========================================================= */

.diaPrograma {
    margin-bottom: 45px;
}


/* =========================================================
   FECHA DE CADA DIA
   ========================================================= */

.fechaDiaPrograma {
    max-width: 980px;
    margin: 0 auto 25px;
    text-align: center;
    font-family: "Cinzel", Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    color: #6B4226;
}


    .fechaDiaPrograma::after {
        content: "";
        display: block;
        width: 65px;
        height: 3px;
        background: #C9A646;
        margin: 10px auto 0;
    }


/* =========================================================
   TARJETA DE PROGRAMA - ESTILO CAMPIRANO
   ========================================================= */

.eventoPrograma {
    display: flex;
    align-items: stretch;
    max-width: 980px;
    min-height: 150px;
    margin: 0 auto 20px;
    /* Beige pergamino */

    background: #F3E6CF;
    border: 1px solid #D8C09A;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 18px rgba(74,44,26,.16);
    transition: transform .25s ease, box-shadow .25s ease;
}


    /* Efecto al pasar el mouse */

    .eventoPrograma:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(74,44,26,.22);
    }


/* =========================================================
   HORA - CAFE BARRO
   ========================================================= */

.horaPrograma {
    width: 175px;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    /* Café barro / cuero */

    background: linear-gradient( 145deg, #5A321F 0%, #70452B 55%, #4A2C1A 100% );
    color: #F8E8C5;
    font-family: "Cinzel", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}


    /* Franja dorada */

    .horaPrograma::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 100%;
        background: #C9A646;
    }


/* =========================================================
   CONTENIDO - BEIGE CAMPIRANO
   ========================================================= */

.contenidoPrograma {
    flex: 1;
    padding: 25px 30px;
    background: linear-gradient( 90deg, #F0E1C6, #F6EBD8 );
}


    /* =========================================================
   ACTIVIDAD
   ========================================================= */

    .contenidoPrograma h3 {
        margin: 0 0 10px;
        font-family: "Cinzel", Georgia, serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.3;
        color: #4A2C1A;
        text-transform: uppercase;
    }


/* =========================================================
   UBICACION
   ========================================================= */

.ubicacionPrograma {
    margin-bottom: 10px;
    color: #8B1E2D;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
}


    .ubicacionPrograma i {
        color: #6B4226;
        margin-right: 6px;
    }


/* =========================================================
   DESCRIPCION
   ========================================================= */

.descripcionPrograma {
    margin: 0;
    color: #705A46;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 576px) {

    .eventoPrograma {
        display: block;
        margin-bottom: 18px;
        border-radius: 12px;
    }
        

    .contenidoPrograma {
        padding: 21px 20px;
        background: #F3E6CF;
    }


        .contenidoPrograma h3 {
            font-size: 20px;
        }


    .ubicacionPrograma {
        font-size: 14px;
    }


    .descripcionPrograma {
        font-size: 14px;
        color: #705A46;
    }
}

.horaPrograma {
    width: 175px;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Café barro / cuero */
    background: linear-gradient( 145deg, #5A321F 0%, #70452B 55%, #4A2C1A 100% );
    color: #F7E7C4;
    font-family: "Cinzel", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}


    /* Herraje dorado */

    .horaPrograma::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 100%;
        background: #C9A646;
    }

/* =========================================================
   CONTACTO - ESTILO CAMPIRANO
   ========================================================= */

.contactoPagina {
    padding: 55px 0 70px;
    background: linear-gradient( 180deg, #FBF7EF 0%, #F3E6CF 100% );
}


/* =========================================================
   ENCABEZADO
   ========================================================= */

.contactoHeader {
    text-align: center;
    margin-bottom: 45px;
}


    .contactoHeader h1 {
        margin: 0;
        font-family: "Cinzel", Georgia, serif;
        font-size: 42px;
        font-weight: 500;
        color: #5A321F;
    }


    .contactoHeader p {
        margin-top: 8px;
        font-family: "Montserrat", sans-serif;
        color: #80664E;
        font-size: 16px;
    }


/* Ornamento */

.contactoOrnamento {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}


    .contactoOrnamento::before,
    .contactoOrnamento::after {
        content: "";
        width: 120px;
        height: 1px;
        background: #C9A646;
    }


    .contactoOrnamento span {
        color: #C9A646;
        font-size: 20px;
    }


/* =========================================================
   TARJETAS
   ========================================================= */

.contactoCard {
    height: 100%;
    padding: 32px;
    background: #F3E6CF;
    border: 1px solid #D5BD91;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(74,44,26,.12);
}


    /* =========================================================
   TITULOS
   ========================================================= */

    .contactoCard h2 {
        margin-bottom: 20px;
        font-family: "Cinzel", Georgia, serif;
        font-size: 27px;
        font-weight: 500;
        color: #5A321F;
    }


    .contactoCard > p {
        color: #705A46;
        line-height: 1.7;
    }


/* =========================================================
   INFORMACION DE CONTACTO
   ========================================================= */

.infoContacto {
    margin-top: 25px;
}


.infoContactoItem {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}


.infoContactoIcono {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5A321F;
    color: #E4C15A;
    font-size: 18px;
}


.infoContactoTexto h3 {
    margin: 0 0 4px;
    font-family: "Cinzel", Georgia, serif;
    font-size: 18px;
    color: #5A321F;
}


.infoContactoTexto p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #705A46;
    font-size: 15px;
    line-height: 1.5;
}


.infoContactoTexto a {
    color: #8B1E2D;
    text-decoration: none;
}


    .infoContactoTexto a:hover {
        color: #5A321F;
    }


/* =========================================================
   REDES SOCIALES
   ========================================================= */

.contactoRedes {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}


    .contactoRedes a {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #5A321F;
        color: #F1D36A;
        font-size: 21px;
        text-decoration: none;
        transition: all .25s ease;
    }


        .contactoRedes a:hover {
            background: #C9A646;
            color: #4A2C1A;
            transform: translateY(-3px);
        }


/* =========================================================
   FORMULARIO
   ========================================================= */

.formularioContacto {
    background: #F8EFDF;
}


    .formularioContacto label {
        display: block;
        margin-bottom: 7px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #5A321F;
    }


    .formularioContacto .form-control {
        min-height: 48px;
        border: 1px solid #D3BC91;
        border-radius: 8px;
        background: #FFFDF8;
        color: #4A2C1A;
        font-family: "Montserrat", sans-serif;
        box-shadow: none;
    }


        .formularioContacto .form-control:focus {
            border-color: #C9A646;
            box-shadow: 0 0 0 3px rgba(201,166,70,.15);
        }


    .formularioContacto textarea.form-control {
        min-height: 145px;
        resize: vertical;
    }


/* =========================================================
   BOTON ENVIAR
   ========================================================= */

.btnContacto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient( 145deg, #C9A646, #B88D2F );
    color: #3E2819;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(74,44,26,.18);
    transition: all .25s ease;
}


    .btnContacto:hover {
        background: linear-gradient( 145deg, #D8B85C, #C9A646 );
        color: #3E2819;
        transform: translateY(-2px);
    }


/* =========================================================
   UBICACION
   ========================================================= */

.ubicacionContacto {
    margin-top: 35px;
    padding: 25px;
    background: #E8D3AD;
    border-left: 5px solid #C9A646;
    border-radius: 8px;
}


    .ubicacionContacto h3 {
        margin: 0 0 8px;
        font-family: "Cinzel", Georgia, serif;
        color: #5A321F;
    }


    .ubicacionContacto p {
        margin: 0;
        color: #705A46;
    }


/* =========================================================
   MOVIL
   ========================================================= */

@media (max-width: 767px) {

    .contactoPagina {
        padding: 35px 15px 50px;
    }


    .contactoHeader {
        margin-bottom: 30px;
    }


        .contactoHeader h1 {
            font-size: 32px;
        }


    .contactoOrnamento::before,
    .contactoOrnamento::after {
        width: 65px;
    }


    .contactoCard {
        padding: 24px 20px;
    }


        .contactoCard h2 {
            font-size: 23px;
        }


    .infoContactoItem {
        gap: 12px;
    }


    .contactoRedes {
        justify-content: center;
        gap: 18px;
    }


        .contactoRedes a {
            width: 52px;
            height: 52px;
            font-size: 23px;
        }
}

/* =========================================================
   MAPA DE CONTACTO
   ========================================================= */

.mapaContacto {
    width: 100%;
    height: 330px;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #D5BD91;
    box-shadow: 0 7px 18px rgba(74,44,26,.14);
}


    /* iframe */

    .mapaContacto iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }


/* =========================================================
   MOVIL
   ========================================================= */

@media (max-width: 767px) {

    .mapaContacto {
        height: 250px;
        margin-top: 20px;
        border-radius: 10px;
    }
}


/* =========================================================
   DOCUMENTOS DE REGISTRO
   ========================================================= */

.registroDocumentos {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 18px;
    background: linear-gradient( 135deg, #F5EBD7, #EEDDBD );
    border: 1px solid #D6BE8E;
    border-left: 4px solid #C9A646;
    border-radius: 8px;
}


/* Titulo */

.registroDocumentoTitulo {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    font-family: "Cinzel", Georgia, serif;
    font-size: 18px;
    color: #5A321F;
}


    .registroDocumentoTitulo i {
        color: #8B1E2D;
        font-size: 20px;
    }


/* Texto */

.registroDocumentoTexto {
    margin-bottom: 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #705A46;
}


/* =========================================================
   BOTON PDF
   ========================================================= */

.btnDocumento {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 7px;
    background: #6B4226;
    color: #F7E7C4 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(74,44,26,.18);
    transition: transform .2s ease, background .2s ease;
}


    .btnDocumento:hover {
        background: #4A2C1A;
        color: #FFFFFF !important;
        transform: translateY(-2px);
    }


/* =========================================================
   ACEPTACION
   ========================================================= */

.registroAceptacion {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
    background: #FFF9EA;
    border: 1px solid #D8C7A6;
    border-radius: 7px;
}


    .registroAceptacion input {
        width: 18px;
        height: 18px;
        margin-top: 2px;
        flex-shrink: 0;
        accent-color: #C9A646;
    }


    .registroAceptacion label {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        color: #5A321F;
    }


/* =========================================================
   MOVIL
   ========================================================= */

@media (max-width: 576px) {

    .registroDocumentos {
        padding: 15px;
    }

    .btnDocumento {
        width: 100%;
        justify-content: center;
        min-height: 46px;
    }

    .registroAceptacion {
        padding: 11px;
    }
}

.mensajeContacto {
    display: block;
    margin: 18px 0 0;
    padding: 12px 16px;
    border-radius: 7px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
}

.mensajeExito {
    background: #E6E0C8;
    border: 1px solid #C9A646;
    color: #5A321F;
}

.mensajeError {
    background: #F3D9D9;
    border: 1px solid #A83A3A;
    color: #7A1F1F;
}