@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    text-decoration: none;

    list-style: none;

}



body {

    font-family: 'Poppins', sans-serif;

    background-color: #fdfdfdea;

}



.container {

    max-width: 1200px;

    margin: 0 auto;



}



.header {

    display: flex;

    position: relative;

}



.menu {

    position: absolute;

    top: 10px;

    left: 0;

    right: 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    z-index: 1000;

    background-color: #ffffff;

    border-radius: 30px;

}



.logo {

    color: #000000;

    font-size: 25px;

    font-weight: 800;

}



.menu .navbar ul li {

    position: relative;

    float: left;



}



.menu .navbar ul li a {

    font-size: 18px;

    padding: 20px;

    color: #d12828;

    display: block;

    font-weight: 600;



}



.menu .navbar ul li a:hover {

    color: #3a3a3a;

}



#menu {

    display: none;

}



.menu-icono {

    width: 25px;

}



.menu label {

    cursor: pointer;

    display: none;

}



.submenu {

    position: relative;

}



.submenu #carrito {

    display: none;

}



.submenu:hover #carrito {

    display: block;

    position: absolute;

    right: 0;

    backdrop-filter: blur(10px);

    top: 100%;

    z-index: 1;

    background-color: #4e4b5076;

    padding: 20px;

    min-height: 400px;

    min-width: 400px;

}



table {

    width: 100%;

}



th {

    color: #000000;

}



td {

    color: #000000;

}



.borrar {

    background-color: #e45d35;

    border-radius: 50px;

    padding: 5px 10px;

    text-decoration: none;

    color: #dfdde0;

    font-weight: 800;

}



.header-content {

    position: relative;

    text-align: center;

    margin-top: 300px;

}



.header-content h1 {

    font-size: 70px;

    color: #058d49;

    font-weight: 800;

    margin-bottom: 30px;

}



.header-content p {

    font-size: 18px;

    text-align: justify;

    padding: 0 200px;

    color: #141414;

    margin-bottom: 80px;

}



.botons {

    display: flex;

    justify-content: center;

}



.btn-1 {

    display: inline-block;

    width: 200px;

    margin: 0 10px;

    padding: 13px 0;

    border-radius: 25px;

    color: #f7f7f7;

    text-transform: uppercase;

    background-color: #0b6bc4;

}



.btn-1:hover {

    background-color: #15647c;

}



.socials-1 {

    position: absolute;

    display: flex;

    flex-direction: column;

    top: 0;

}



.socials-1 img {

    width: 20px;

    height: 20px;

    margin-bottom: 20px;

}



.arrow {

    position: absolute;

    top: 0;

    right: 0;

    height: 150px;

}



.recetas {

    display: flex;

    padding: 120px 0;



}



.recetas-1 {

    width: 50%;

}



.recetas-1 h3 {

    font-size: 18px;

    color: #000000;



}



.recetas-1 p {

    color: #229745;





}



.recetas-1 hr {

    margin: 10px 0;

    border: 1px solid #312f32;

}



.recetas-2 {

    width: 50%;

    text-align: center;

}



.recetas-2 h2 {

    font-size: 55px;

    line-height: 55px;

    color: #28993b;

}



.platillos {

    padding: 50px 0;



}



.swiper {

    width: 100%;

    height: 100%;

}



.swiper-slide {

    text-align: center;

    padding-bottom: 80px;

}



.swiper-button-prev::after {

    font-size: 25px;

}



.swiper-button-next::after {

    font-size: 25px;

}



.swiper-button-prev {

    color: #da1717;

}



.swiper-button-next {

    color: #da1717;

}



.swiper-pagination-bullet {

    background-color: #9e0b0b;

    opacity: 1;

    top: 50px;

}



.swiper-pagination-bullet-activate {

    background-color: #f8f8f8;

}



.platillo {

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 0 50px;

}



.platillo h3 {

    font-size: 16px;

    color: #d80909;

    margin-bottom: 10px;

}



.precio {

    font-size: 18px;

    color: #000000 !important;

}



.platillo img {

    width: 200px;

}



.platillo p {

    font-size: 16px;

    color: #228142;

    margin-top: 15px;

    text-align: justify;

}



.btn-2 {

    display: inline-block;

    padding: 8px 15px;

    background-color: #ee1818;

    color: #dfdde0;

    font-size: 14px;

    margin-top: 25px;

    border-radius: 25px;

}



.btn-2:hover {

    background-color: #1c7e1c;

}



.c1,
.c2 {

    color: #176622 !important;

}



.btn-3 {

    display: inline-block;

    color: #000000;

    padding: 8px 15px;

    border-radius: 25px;

    margin-top: 25px;

    border: 1px solid #247410;

}



.btn-3:hover {

    border: 1px solid #7c0e0e;

}



.footer {

    padding-bottom: 50px;

}



.links {

    display: flex;

    justify-content: center;



}



.link {

    width: 100%;

}



.link h3 {

    font-size: 20px;

    color: #c22929;

    margin-bottom: 20px;

}



.link p {

    color: #2b8d44;

    font-size: 14px;

    margin: 0 50px 15px 0;

}



.link ul li a {

    display: inline-block;

    font-size: 16px;

    color: #dfdde0;

    margin-bottom: 10px;

}



.socials-2 img {

    width: 20px;

    height: 20px;

}



.link form {

    display: grid;

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

    grid-gap: 40px;

    margin-bottom: 40px;



}



::placeholder {

    color: rgb(41, 110, 53);

    font-size: 20px;

}



.inp {

    margin-left: 50px;

    margin-right: 50px;

    margin-bottom: 15px;

    padding: 20px 15px;

    border-radius: 15px;

    outline: none;

}

.inp1 {

    margin-left: 50px;

    margin-right: 50px;

    margin-bottom: 15px;

    padding: 35px 10px;

    border: 10;

    border-radius: 15px;



}



.btn-4 {

    margin-left: 50px;

    margin-right: 50px;

    padding: 15px 15px;

    cursor: pointer;

    border-radius: 10px;

    background-color: #ffffff;

    border: 10;

    color: #000000;

}



@media (max-width: 991px) {

    .menu {

        padding: 30px;

    }



    .menu label {

        display: initial;

    }



    .menu .navbar {

        position: absolute;

        top: 100%;

        left: 0;

        right: 0;

        background-color: #ffffff;

        display: none;

    }



    .logo {

        display: none;



    }



    .menu .navbar ul li {

        width: 100%;

    }



    #menu:checked~.navbar {

        display: initial;

    }



    .header-content {

        flex-direction: column;

        padding: 30px;

        margin-top: 150px;

    }



    .header-content h1 {

        font-size: 40px;

    }



    .header-content p {

        padding: 0;

        margin-bottom: 40px;

    }



    .botons {

        flex-direction: column;

        align-items: center;



    }



    .btn-1 {

        margin: 0 0 20px 0;



    }



    .socials-1 {

        display: none;



    }



    .arrow {

        display: none;

    }



    .recetas {

        flex-direction: column;

        padding: 30px;

        text-align: center;

    }



    .recetas-1 {

        width: 100%;

        margin-bottom: 25px;

    }



    .recetas-2 {

        width: 100%;

    }



    .footer {

        padding: 30px;

    }



    .links {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .link {

        width: 70%;

    }



    .link p {

        margin: 0 0 25px 0;

    }



    .socials-2 {

        margin-bottom: 15px;

    }





}


/* Estilos para la ventana emergente */
.modal {
    display: none;
    /* Oculto por defecto */
    position: fixed;
    /* Posición fija */
    z-index: 1;
    /* Por encima de otros elementos */
    margin: 0% auto;
    /* 15% desde arriba y centrado horizontalmente */
    left: 0;
    top: 0;
    width: 100%;
    /* Ancho completo */
    height: 100%;
    /* Altura completa */
    overflow: auto;
    /* Habilitar scroll si es necesario */
    background-color: rgb(0, 0, 0);
    /* Color de fondo negro */
    background-color: rgba(0, 0, 0, 0.4);
    /* Fondo con opacidad */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% desde arriba y centrado horizontalmente */
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    /* Ancho de la ventana emergente */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.closeBtn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeBtn:hover,
.closeBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
}

label,
input,
button {
    margin: 10px 0;
}

input,
button {
    padding: 10px;
    font-size: 16px;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.crowpi-torneos {
    padding: 80px 0;
    background-color: #fdfdfd;
    font-family: 'Poppins', sans-serif;
}

.crowpi-torneos .ct-header {
    text-align: center;
    margin-bottom: 60px;
}

.crowpi-torneos .ct-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #da1717;
    margin-bottom: 10px;
}

.crowpi-torneos .ct-titulo {
    font-size: 46px;
    font-weight: 800;
    color: #058d49;
    line-height: 1.1;
    margin-bottom: 14px;
}

.crowpi-torneos .ct-subtitulo {
    font-size: 16px;
    color: #444;
    max-width: 600px;
    margin: 0 auto 20px;
}

.crowpi-torneos .ct-linea {
    width: 60px;
    height: 4px;
    background: #da1717;
    margin: 0 auto;
    border-radius: 2px;
}

/* Stats */
.ct-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 70px;
}

@media(min-width:768px) {
    .ct-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ct-stat {
    background: #f4fdf7;
    border-bottom: 4px solid #058d49;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
}

.ct-stat .num {
    font-size: 36px;
    font-weight: 800;
    color: #058d49;
    line-height: 1;
}

.ct-stat .lbl {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}

.ct-stat i {
    font-size: 28px;
    color: #058d49;
    display: block;
    margin-bottom: 6px;
}

/* Sección título interno */
.ct-section-titulo {
    font-size: 30px;
    font-weight: 800;
    color: #058d49;
    text-align: center;
    margin-bottom: 36px;
}

/* ---- NOTICIAS SWIPER ---- */
.ct-noticias-swiper {
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.ct-noticia-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ct-noticia-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

.ct-noticia-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ct-noticia-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ct-noticia-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: fit-content;
}

.ct-noticia-badge.nacional {
    background: #e8f5ee;
    color: #058d49;
}

.ct-noticia-badge.internacional {
    background: #fff0f0;
    color: #da1717;
}

.ct-noticia-badge.estatal {
    background: #f0f7ff;
    color: #0b6bc4;
}

.ct-noticia-badge.especial {
    background: #fdf6e8;
    color: #b87000;
}

.ct-noticia-titulo {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.4;
}

.ct-noticia-fecha {
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
    margin-top: auto;
    padding-top: 10px;
}

.ct-noticia-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #058d49;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s;
}

.ct-noticia-btn:hover {
    background: #046b38;
    color: #fff;
}

/* Navegación noticias */
.ct-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 70px;
    margin-top: 10px;
}

.ct-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.ct-nav-prev {
    background: #f0f0f0;
    color: #555;
}

.ct-nav-prev:hover {
    background: #ddd;
}

.ct-nav-next {
    background: #058d49;
    color: #fff;
}

.ct-nav-next:hover {
    background: #046b38;
}

/* Más torneos pleca */
.ct-mas-torneos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 2px dashed rgba(5, 141, 73, 0.3);
    border-radius: 16px;
    padding: 28px 32px;
    background: #f4fdf7;
    margin-bottom: 70px;
    text-align: center;
}

@media(min-width:768px) {
    .ct-mas-torneos {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.ct-mas-torneos .ct-mas-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #da1717;
    margin-bottom: 6px;
}

.ct-mas-torneos p {
    font-size: 15px;
    color: #333;
    max-width: 560px;
    margin: 0;
    text-align: left;
}

.ct-mas-torneos strong {
    color: #058d49;
}

.ct-btn-noticias {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #058d49;
    color: #fff;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.3s;
    text-decoration: none;
}

.ct-btn-noticias:hover {
    background: #046b38;
    color: #fff;
}

/* ---- GALERÍA FOTOS 8 en 8 ---- */
.ct-galeria-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

@media(min-width:640px) {
    .ct-galeria-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width:1024px) {
    .ct-galeria-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ct-foto-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.ct-foto-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.ct-foto-item:hover img {
    transform: scale(1.06);
}

.ct-foto-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 141, 73, 0.85) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
}

.ct-foto-item:hover .ct-foto-overlay {
    opacity: 1;
}

.ct-foto-overlay p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.ct-foto-overlay span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

.ct-foto-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.ct-foto-item:hover .ct-foto-zoom {
    opacity: 1;
}

.ct-foto-zoom div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(5, 141, 73, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.ct-foto-zoom i {
    color: #fff;
    font-size: 17px;
}

/* Botón ver más fotos */
.ct-ver-mas-wrap {
    text-align: center;
    margin-bottom: 70px;
}

.ct-ver-mas-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #058d49;
    border: 2px solid #058d49;
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

.ct-ver-mas-btn:hover {
    background: #058d49;
    color: #fff;
}

.ct-ver-mas-btn.oculto {
    display: none;
}

/* CTA final */
.ct-cta-final {
    background: #058d49;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ct-cta-final::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.ct-cta-final::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.ct-cta-final h3 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.ct-cta-final p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 28px;
    text-align: center;
}

.ct-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.ct-cta-btn1 {
    background: #fff;
    color: #058d49;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
    text-decoration: none;
}

.ct-cta-btn1:hover {
    background: #f0faf4;
    color: #058d49;
}

.ct-cta-btn2 {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
    text-decoration: none;
}

.ct-cta-btn2:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Modal */
#ct-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.93);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#ct-modal.open {
    display: flex;
}

#ct-modal-close {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

#ct-modal-close:hover {
    color: #058d49;
}

#ct-modal-prev,
#ct-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    padding: 0 16px;
    transition: color 0.3s;
}

#ct-modal-prev:hover,
#ct-modal-next:hover {
    color: #058d49;
}

#ct-modal-prev {
    left: 0;
}

#ct-modal-next {
    right: 0;
}

#ct-modal-img {
    max-height: 80vh;
    max-width: 100%;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    transition: opacity 0.15s ease;
}

#ct-modal-caption {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    font-family: 'Poppins', sans-serif;
}

#ct-modal-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 4px;
    font-family: 'Poppins', sans-serif;
}

#ct-modal-counter {
    color: #058d49;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
    font-family: 'Poppins', sans-serif;
}