@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: normal; 
    background: #020024;
}

header {
    background: #020024;
}

main {
    background: #1a4da8 url(../images/bg-1.jpg) center / cover no-repeat;
    /*height: 1000px;*/
    padding: 5% 0;
}

#bp_login_partner{
    display: none !important; 
}

/** Sports Buttons **/
span.img-btn {

    background: #020024 linear-gradient(180deg, #020024 0%, #040404 35%, rgb(28, 47, 110) 100%);
    border: solid 3px #181e31;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 10px 8px 3px #00000096;
    position: relative;
}
span.img-btn:hover {
    background: #020024;
}
span.img-btn .btn-action {
    line-height: 35px;
    opacity: 0;
    background: hsl(0deg 0% 0% / 60%);
    font-size: 0.7rem;
    text-decoration: none;
    transform: translateY(20px); /* Un poco más abajo de su posición final */
    transition: all 0.4s ease;  /* Duración de 0.4 segundos con curva suave */
    pointer-events: none;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
span.img-btn:hover .btn-action {
    opacity: 1;
    transform: translateY(0);    /* Sube a su posición original */
    pointer-events: auto;
}

/** footer **/
footer {
    background: #111194;
}

footer a.nav-link:hover {
    color: #bd9a00 !important;
}


@media (min-width: 1200px) {
    .custom-row-one {
        height: 250px;
    }
    .custom-row-two {
        height: 300px;
    }       

    .resize {
      width: 25%;
    }
}

@media (max-width: 1025px) {
    .custom-row-one {
        height: 200px;
    }
    .custom-row-two {
        height: 250px;
    }       
    .resize {
      width: 25%;
    }
    .btn-action {
        display: none;
    }
}


@media (max-width: 768px) {
    .custom-row-one,
    .custom-row-two {
        height: auto;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }

    .resize {
      width: 33.33%;
    }
}
.text-custom{
    color:#ffc900
}