

.modalbackgrounModal{

    background: #1B5999;
    background: -moz-linear-gradient(225deg, #1b5a99b4 39%, #1b5a99b4 87%);
    background: -webkit-linear-gradient(225deg, #1b5a99b4 39%, #1b5a99b4 87%);
    background: linear-gradient(225deg, #1b5a99b4 39%, #1b5a99b4 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0796c2",endColorstr="#0c2676",GradientType=1);
}

.colorBlanco{
    color: #fff;

}
.loading-colibri{
    text-align:center;
}

.loading-colibri img{
    width:180px;
    animation: colibriFlotar 1.5s ease-in-out infinite;
}

.menuovilLenguage{
 display: none;
}

.logoSanLuisAmable{
    width: 100%;
}
.ocultar{
    display: none;
}
.mostrar{
    display: block;
}

.modalGaleria{

    background: rgb(7,150,194);
    background: -moz-linear-gradient(207deg, rgba(7,150,194,0.6) 49%, rgba(12,38,118,0.6) 80%);
    background: -webkit-linear-gradient(207deg, rgba(7,150,194,0.6) 49%, rgba(12,38,118,0.6) 80%);
    background: linear-gradient(207deg, rgba(7,150,194,0.6) 49%, rgba(12,38,118,0.6) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0796c2",endColorstr="#0c2676",GradientType=1);

}
body{
    background-image: url("../imgs/cdf/marcaagua.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-attachment: fixed;
    overflow-x: hidden;
}

.cactusColibri{
    background-image: url("../imgs/cdf/soccer5.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 95%;

}

.franjaAmarilla{
    min-height: 45px;
    background-color: #1B5999;
}



.btnMenUPrincipal{
    position: relative;
    background-color: #FFF; /* amarillo base */
    color: #1B5999 !important;
    font-family: 'ANGLED';
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    border-radius: 45px;
    padding: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    box-shadow: 1px 2px 9px #1B5999;
    border: 2px solid #e7687700;
    overflow: hidden;
}

.btnMenUPrincipal span{
    position: relative;
    padding: 15px;
    z-index: 2;
}

.btnMenUPrincipal::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #E76877;
    border-radius: 45px;
    border: 2px solid #E76877;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;

    z-index: 1;
}

.btnMenUPrincipal:hover{
    color: #FFF !important;
}

.btnMenUPrincipal:hover::before{
    transform: scaleX(1);

}




.btnMenUPrincipalActivo{
    position: relative;
    background-color: #E76877; /* amarillo base */
    color: #FFF !important;
    font-family: 'ANGLED';
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    border-radius: 45px;
    padding: 10px !important;
    border: 2px solid #FFF;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    box-shadow: 1px 2px 9px rgba(0,0,0,1);
    overflow: hidden;
}

.btnMenUPrincipalActivo span{
    position: relative;
    padding: 15px;
    z-index: 2;
}

.btnMenUPrincipalActivo::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #E76877;
    border-radius: 45px;
    border: 2px solid #FFF;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;

    z-index: 1;
}

.btnMenUPrincipalActivo:hover::before{
    transform: scaleX(1);
}





.tituloGeneral{
    font-family: 'AxiformaHeavy';
    font-size: 40px;
    line-height: 42px;
    color: #FFF;
    text-align: center;
}

.tituloGeneralRegular{
     font-family: 'AxiformaRegular';
    font-size: 40px;
    line-height: 42px;
    color: #FFF;
    text-align: center;
}
.tituloGeneralRegularSmall{
     font-family: 'AxiformaRegular';
    font-size: 30px;
    line-height: 32px;
    color: #FFF;
    text-align: center;
}

.fuenteBurgile{
    font-family: 'Burgile';
     font-size: 70px;
      line-height: 70px;
}
.divOxaca{
    background-image: url("../imgs/2026/oxaca.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 35em;
}

.divEspania{
    background-image: url("../imgs/2026/Espania.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 35em;
}

.banderaEspania{
    position: absolute;
    top:0px;
    right: -10px;
    width: 345px;
}

.menuLenguage{
    display: block;
}


.colibriPrincipal{
    position: absolute;
    right: -80px;
    top: -50px;
    width: 195px;
}
@media (max-width: 767px) {

    .menuLenguage{
    display: none;
}
    .menuovilLenguage{
        display: block;
        position: absolute;
        top: 10px;
        width: 50%;

    }


    body{
        overflow-x: hidden;
    }

    .cactusColibri{

        background-image: url("../imgs/cdf/soccer5.png");
        background-size: 575px;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .btnMenUPrincipal{
        padding: 5px !important;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }
    .btnMenUPrincipalActivo{
        padding: 5px !important;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }


    .tituloGeneral{
        font-size: 20px;
        line-height: 22px;
    }

    .tituloGeneralRegular{
        font-size: 20px;
        line-height: 22px;
    }

    .tituloGeneralRegularSmall{
        font-family: 'AxiformaRegular';
        font-size: 20px;
        line-height: 22px;
        color: #FFF;
        text-align: center;
    }

    .fuenteBurgile{
        font-family: 'Burgile';
        font-size: 50px;
        line-height: 52px;
    }
    .divOxaca{
        min-height: 25em;
    }

    .divEspania{
        background-image: url("../imgs/2026/Espania.png");
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        min-height: 25em;
    }


        .banderaEspania{
            position: absolute;
            top:-60px;
            right: -10px;
            width: 195px;
        }


    .colibriPrincipal{
            position: absolute;
            right: -35px;
            top: -40px;
            width: 105px;
        }




}

/*PAGINA EDICIONES*/

.tituloPagina{
    background-color: #007993;
    box-shadow: 1px 2px 9px rgba(0,0,0,1);
    text-align: end;
    font-family: 'Burgile';
    font-size: 50px;
    padding: 15px;
    padding-right: 30px;
    color: #FFF !important;
    text-shadow:  1px 2px 9px rgba(0,0,0,0.8);
    border-radius: 0 50px 50px 0;

}

.carouselNext{
    width: 35%;
    cursor: pointer;
}

#carouselEdiciones .itemEdicion {
    height: 650px;              /* altura fija */
    display: flex;
    align-items: center;
    justify-content: center;
}

#carouselEdiciones .itemEdicion img {
    width: 100%;
    height: 550px;              /* misma altura para todas */
    object-fit: contain;          /* recorta sin deformar */


}

#carouselEdiciones .itemEdicion p {
    text-align: center;
    font-weight: bold;
    background-color: #00b8de;
    color: #FFF;
    padding: 10px;
    font-family: 'AxiformaHeavy';
    border-radius: 25px;

    box-shadow: 1px 2px 9px rgba(0,0,0,1);
}

.tituloPaginaGaleria{
    box-shadow: 1px 2px 9px rgba(0,0,0,0);
    text-align: center;
    font-family: 'Burgile';
    font-size: 50px;
    color: #FFF !important;
    border-bottom: 5px solid #19293F;
}

@media (max-width: 767px) {
    .tituloPagina{
        background-color: #007993;
        box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
        text-align: center;
        font-family: 'Burgile';
        font-size: 30px;
        padding: 15px;
        color: #FFF !important;
        border-radius: 0px;
        text-shadow:  1px 2px 9px rgba(0,0,0,1);
    }

    .carouselNext{
        width: 100%;
    }

    .tituloPaginaGaleria{
        font-size: 30px;
    }
}
/*FAQ*/

.accordion{
    background-color: transparent !important;
    border: 0px;
}

.accordion-body {
    border: 2px solid #1B5999 !important;
    border-top: 0px !important;
    border-radius: 0 0 10px 10px !important;
}

.accordion-button{
    background-color: transparent !important;
    border: 1px solid #1B5999;
    font-family: 'AxiformaHeavy';
    font-size: 18px;
    background-color: transparent !important;
    color: #1B5999 !important;
    border-radius: 10px  !important;
    margin-top: 15px;

}
.accordion-item{
    background-color: transparent !important;
     border: 0px;
}
.accordion-header{
    background-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}


.accordion-button:not(.collapsed) {
    box-shadow:none;
    border: 2px solid #1B5999;
    border-bottom: 0px;
    border-radius:10px 10px  0 0 !important;
    background-color: #1B5999 !important;
    color: #FFF !important;
}

.preguntaFAQ{
    color: #1B5999;
    font-family: 'AxiformaSemiBold';
    font-size: 18px;
    background-color: #FFF;
    padding: 10px !important;
    border-radius: 10px;

}

.respuestaFAQ{
    color: #FFF;
    font-family: 'AxiformaRegular';
    font-size: 18px;
    text-align: justify;
}



.tituloComing{
    font-family: 'ANGLED';
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: #E76877;
    margin-bottom: 30px !important;
     text-shadow: 1px 1px 2px rgb(0, 0, 0);

}

.itemComing{
    background: rgba(27, 89, 153, .95);
    border-radius: 20px;

    min-height: 170px;

    display: flex;
    flex-direction: column;

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

    box-shadow: 1px 5px 19px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 5px 19px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 19px -1px rgba(0,0,0,0.75);

    transition: .3s ease;
}

.itemComing:hover{
    transform: translateY(-5px);
}

.numeroComing{
    font-family: 'Poppins-Black';
    font-size: 65px;
    font-weight: bold;
    color: #FFF;

    margin: 0;
    padding: 0;

    line-height: 60px;
}

.textoComing{
    font-family: 'ANGLED';
    font-size: 15px;
    color: rgba(255,255,255,.8);

    margin: 10px 0 0 0;
    padding: 0;

    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

/* RESPONSIVE */

@media(max-width:768px){

    .tituloComing{
        font-size: 35px;
    }

    .itemComing{
        min-height: 120px;
        border-radius: 15px;
    }

    .numeroComing{
        font-size: 38px;
        line-height: 40px;
    }

    .textoComing{
        font-size: 12px;
        letter-spacing: 1px;
    }

}

.FFH1{
   font-family: 'ANGLED';
    text-align: center;
    font-size: 27px;
    line-height: 28px;
    color: #E76877;
    text-shadow: 5px 5px 15px rgb(255, 255, 255);
}
.FFH2{
    font-family: 'ANGLED';
    text-align: center;
    font-size: 26px;
    color: #000;
    text-shadow: 1px 1px 2px #ffffffa8;
}
.textFF{
    font-family: 'CarmenSans-SemiBold';
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    text-shadow: 1px 1px 1px #ffffffa8;
}


.soccer2{
    background-image: url("../imgs/cdf/soccer2_degradado2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 250px;

}

.tituloH1{
    font-family: 'ANGLED';
    text-align: center;
    font-size: 37px;
    line-height: 39px;
    color: #E76877;
    text-shadow: #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.87);
}


/* CARD GENERAL */

.card{
    border: none !important;
    border-radius: 25px !important;
    overflow: hidden;

    background: rgba(255,255,255,.95);

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

    transition: .35s ease;

    position: relative;
}

.card:hover{
    transform: translateY(-8px) scale(1.01);

    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

/* IMAGEN */

.card img{
    object-fit: contain;
    transition: .4s ease;
    padding: 10px;
}

.card:hover img{
    transform: scale(1.05);
}

/* TITULO */

.card .col-8 p:first-child{
    font-family: 'Axiform';
    font-size: 24px;
    font-weight: 700;
    color: #1B5999;

    line-height: 28px;
    margin-bottom: 15px;
}

/* FECHA */

.fechaEvento{
    font-family: 'Axiform';
    font-size: 16px;
    font-weight: 600;

    color: #E76877;
}

.diaLetra{
    background: rgba(231,104,119,.12);
    padding: 5px 12px;
    border-radius: 20px;

    display: inline-block;
}

/* HORA */

.horaEvento{
    font-family: 'Axiform';
    font-size: 15px;
    color: #000;

    margin-top: 12px;
}

/* LUGAR */

.lugarEvento{
    font-family: 'Axiform';
    font-size: 15px;
    color: #000;

    line-height: 22px;
}

/* FOOTER REGISTRO */

.colorBlancoP{
    font-size: 18px;
    font-weight: 700;

    text-align: center;
    color: #FFF;

    letter-spacing: 1px;

    transition: .3s ease;
    cursor: pointer;
    font-family: 'ANGLED';
}

.col-12[style*="background-color: #000"]{
    background: linear-gradient(90deg, #E76877 0%, #E76877 100%) !important;
    transition: .3s ease;

}

.card:hover .col-12[style*="background-color: #000"]{
      background: linear-gradient(90deg, #1B5999 0%, #1B5999 100%) !important;
    filter: brightness(1.1);
}

/* RESPONSIVE */


.backgroundActividades{
    background-color: #cacaca;
    min-height: 250px;
    position: relative;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.backgroundActividades p{
   font-family: 'ANGLED';
   font-size: 55px;
    line-height: 58px;
   z-index: 5;
   color: #1B5999;
   text-shadow: 1px 1px 2px #000000a8;
   cursor: pointer;
}

.backgroundActividades p:hover{
   color: #E76877;

}

.imgCampeones{
    position: absolute;
    width: 47%;
    right: -200px;
    bottom: 0;
}

.imgCampeonesGol{
    position: absolute;
    width: 45%;
    left: -230px;
    bottom: 0;
}



@media(max-width:768px){


    .soccer2{
        background-image: url("../imgs/cdf/soccer2_degradado2.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

    }

        .tituloH1{
        font-family: 'ANGLED';
        text-align: center;
        font-size: 27px;
        line-height: 29px;
        color: #E76877;
        text-shadow: #000;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.87);
    }



    .card .col-8 p:first-child{
        font-size: 18px;
        line-height: 22px;
    }

    .fechaEvento,
    .horaEvento,
    .lugarEvento{
        font-size: 13px;
    }

    .colorBlanco{
        font-size: 15px;
    }

    .backgroundActividades p{
        font-family: 'ANGLED';
        font-size: 35px;
        line-height: 38px;
        z-index: 5;
        color: #1B5999;
        text-shadow: 1px 1px 2px #000000a8;
        cursor: pointer;
        }

        .backgroundActividades p:hover{
        color: #E76877;

        }

        .imgCampeones{
            position: absolute;
            width: 0%;
            right: -250px;
            bottom: 0;
        }

        .imgCampeonesGol{
            position: absolute;
            width: 100%;
            left: -200px;
            bottom: 0;
        }

}

