@font-face {
    font-family: "Requila";
    src: url(".././fonts/primavera/Requila.ttf");
}

@font-face {
    font-family: "Helvetica";
    src: url(".././fonts/primavera/Helvetica.ttc");
}
@font-face {
    font-family: "MyriadPro";
    src: url(".././fonts/primavera/MyriadPro-Regular.otf");
}

.fuenteRequila {
    font-family: "Requila" !important;
}

.fuenteHelvetica {
    font-family: "Helvetica" !important;
}

.fuenteMyriadPro {
    font-family: "MyriadPro" !important;
}

.colorBlanco {
    color: #ffffff !important;
}

.colorRosa {
    color: #e81f76 !important;
}
.colorTurquesa {
    color: #4b9eae !important;
}
.colorAmrillo {
    color: #eeb45a !important;
}

.colorAzulPrimavera {
    color: #29275d !important;
}
.backgroundcolorAzulFuerte {
    background-color: #29275d !important;
}

.colorRosaPrimavera {
    color: #f5333f !important;
}
.backgroundcolorRosaPrimavera {
    background-color: #f5333f !important;
}

.colorRojoPrimavera {
    color: #c1272d !important;
}
.backgroundcolorRojoPrimavera {
    background-color: #c1272d !important;
}

.colorAmarilloPrimavera {
    color: #ffb71b !important;
}
.backgroundcolorAmarilloPrimavera {
    background-color: #ffb71b !important;
}

.colorNaranjaPrimavera {
    color: #ff6c37 !important;
}
.backgroundcolorNaranjaPrimavera {
    background-color: #ff6c37 !important;
}

.colorAzulCPrimavera {
    color: #2d2e82 !important;
}
.backgroundcolorAzulCPrimavera {
    background-color: #2d2e82 !important;
}

.colorGrisPrimavera {
    color: #eaeaea !important;
}
.backgroundcolorGrisPrimavera {
    background-color: #eaeaea !important;
}

.tituloDeescipcion {
    color: #1a254b !important;
    font-weight: 900 !important;
    font-size: larger;
}

.descripcionJuegos {
    color: #1a254b !important;
    font-weight: 700 !important;
    font-size: large;
}

.mensajePresidente {
    color: #1a254b;
    font-weight: 600;
}
.modalHeader {
    background-color: #e81f76;
    color: #ffffff;
}

.tituloActCulturales {
    font-weight: 900;
    color: #e81f76;
    text-align: center;
    font-size: 22px;
}

.borderRigth {
    border-right: 2px solid #fff;
}

.linkJL {
    color: #fff;
}
.linkJL:hover {
    color: #fff;
    text-decoration: underline;
}
.mouse {
    cursor: pointer;
}
.mostrar {
    display: inline-block !important;
}

.ocultar {
    display: none !important;
}
@media (max-width: 767px) {
    .tituloDeescipcion {
        color: #ffffff;
        font-size: medium;
    }
    .borderRigth {
        border-right: 0px solid #fff;
    }

    .descripcionJuegos {
        color: #ffffff;
        font-size: 13px;
    }
}

.horarioBack {
    height: 45vh;
    background-image: url(".././imgs/horario.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.capitalSiBack {
    height: 45vh;
    background-image: url(".././imgs/disfrutaSLP.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.galeriaBack {
    height: 45vh;
    background-image: url(".././imgs/galeriaImg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.comedorBack {
    height: 45vh;
    background-image: url(".././imgs/comedor.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .horarioBack {
        height: 45vh;
        background-image: url(".././imgs/horario.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .capitalSiBack {
        width: 100%;
        background-image: url(".././imgs/disfrutaSLP.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .galeriaBack {
        width: 100%;
        background-image: url(".././imgs/galeriaImg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .comedorBack {
        width: 100%;
        background-image: url(".././imgs/comedor.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
.zoomSimple {
    transition: transform 0.3s; /* Animation */
}
.zoomSimple:hover {
    transform: scale(1.1);
}

.zoomSimpleLetras:hover {
    color: #2d2e82;
    font-weight: 800;
    font-family: "MyriadPro" !important;
}

/*CONSTRUCCION*/
.bodyCss {
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .bodyCss {
        background-color: #110979;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*PRIMAVERA*/
.lineHeight {
    line-height: 0.5em !important;
}
.tituloRequila {
    font-size: 45px;
    font-family: "Requila" !important;
}
.tituloHelvetica {
    font-size: 25px;
    font-family: "Helvetica" !important;
}

.tituloMyriadPro {
    font-size: 35px;
    font-family: "MyriadPro" !important;
}
.ocultarWeb {
    display: inline-block;
}

.ocultarMovil {
    display: none;
}

@media (max-width: 767px) {
    .ocultarWeb {
        display: none;
    }

    .ocultarMovil {
        display: inline-block;
    }
    .tituloRequila {
        font-size: 30px;
        font-family: "Requila" !important;
    }
    .tituloHelvetica {
        font-size: 15px;
        font-family: "Helvetica" !important;
    }
    .tituloMyriadPro {
        font-size: 30px;
        font-family: "MyriadPro" !important;
    }
    .ligaDescarga {
        background-color: #2d2e82;
        color: #eaeaea;
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-width: 2px;
        font-size: 25px !important;
    }
    .ligaDescarga:hover {
        background-color: #eaeaea;
        color: #2d2e82;
        border-color: #2d2e82;
        border-width: 2px;
        border-radius: 10px;
        font-size: 25px !important;
    }
}

.ligaDescarga {
    background-color: #2d2e82;
    color: #eaeaea;
    border-radius: 10px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
}

.ligaDescarga:hover {
    background-color: #eaeaea;
    color: #2d2e82;
    border-color: #2d2e82;
    border-width: 2px;
    border-radius: 10px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.itemProgramaDia {
    background-color: #eaeaea;
}
.programaFechas {
    background-color: #eaeaea;
    height: 650px !important;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.programaFechasDeporte {
    background-color: #eaeaea;
    height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.programaFechas::-webkit-scrollbar {
    -webkit-appearance: none;
}

.programaFechas::-webkit-scrollbar:vertical {
    width: 5px;
}

.programaFechas::-webkit-scrollbar-button:increment,
.programaFechas::-webkit-scrollbar-button {
    display: none;
}

.programaFechas::-webkit-scrollbar:horizontal {
    height: 10px;
}

.programaFechas::-webkit-scrollbar-thumb {
    background-color: #f5333f;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.programaFechas::-webkit-scrollbar-track {
    border-radius: 10px;
}
.activoPrograma {
    font-family: "Requila" !important;
    color: #ffb71b;
    font-weight: "bold";
}
.evento .titulo {
    font-family: "Helvetica";
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.evento .lugar {
    font-family: "Helvetica";
    color: #1a254b;
    font-size: 13px;
}

.evento .hora {
    font-family: "Helvetica";
    color: #1a254b;
    font-style: italic;
    font-size: 12px;
}

.botonMaps {
    line-height: 5px;
    font-family: "Helvetica" !important;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
    background-color: #ff6c37;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
}

.botonMaps:hover {
    line-height: 5px;
    font-family: "Helvetica" !important;
    font-size: 13px;
    font-weight: 900;
    color: #ff6c37;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ff6c37;
    border-radius: 15px;
    padding: 10px;
}
