:root {
    --font-family: "Roboto", sans-serif;
    --font-weight-bold: 600;
    --font-weight-regular: 400;

    --background-color: #fff;
    --cta-color: #FF5200;
    --primary-text-color: #ffffff;
    --dark-text-color: #000;
    --accent-color: #020201;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: var(--accent-color);
    color: var(--background-color);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

p {
    line-height: 1.3;
}

/* Header */

header{
    background-color: var(--accent-color);
}

/* inicio bono */

.bono-container-bg::before {    
    content: "";
    background-image: url('../img/bg-nfl-mobile.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
    height: 90vh;
}

.bono-container-bg{
    background: black;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    height: auto;
    z-index: 3;
    position: relative;
    overflow-y: hidden;
}

@media screen and (min-width:768px) {
    .bono-container-bg::before {    
        content: "";
        background-image: url('../img/bg-nfl-desktop.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 50vh;
    }

    .bono-container-bg{
        height: 100%;
        display: flex;
        justify-content: center;
    }
    
}

@media screen and (min-width:1024px) {
    .bono-container-bg::before {    

        background-position: center ;
        background-size: cover;
        opacity: 1;
        z-index: -1;
        height: 90vh;
    }

    .bono-container-bg{
        position: relative;
        width: 100%;
        height: 90vh;
        display: flex;
        justify-content: center;
    }
    
}

@media screen and (min-width:1280px) {
    .bono-container-bg::before {    
        background:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('../img/bg-nfl-desktop.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        opacity: 1;
        z-index: -1;
        height: 90vh;
    }
    
}

.bono-container{
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow-y: hidden;
}

@media screen and (min-width:768px) {
    .bono-container{
        flex-direction: row;
        justify-content: start;
        align-items: stretch;
        height: 50vh;
        width: 100%;
        
    }
}

@media screen and (min-width:1024px) {
    .bono-container{
        height: 90vh;
        /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
    }
}

@media screen and (min-width:1280px) {
    .bono-container{
        overflow-y:visible;
    }
}

.bono-img{
    width: 100%;
}

.bono-cta{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--primary-text-color);
}

.bono-cta *{
    margin-bottom: 5px;
}

@media screen and (min-width:768px) {
    .bono-cta{
        width: 50%;
        height: 100%;
        padding: 30px;
    }

    .bono-cta > *{
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1024px) {
    .bono-cta{
        /* width: 40%; */
        justify-content: center;
    } 

    .bono-cta > *{
        margin-bottom: 25px;
    }
}

.bono-cta h1{
    margin: 16px 0;
    font-size: 32px;
    text-align: center;
}


@media screen and (min-width:768px) {
    .bono-cta h1{
        font-size: 35px;
    }    
}

@media screen and (min-width:1024px) {
    .bono-cta h1{
        font-size: 40px;
    }    
}

.bono-cta p{
    font-size: 15px;
}


@media screen and (min-width:768px) {
    .bono-cta p{
        font-size: 15px;
    }    
}

@media screen and (min-width:1024px) {
    .bono-cta p{
        font-size: 17px;
    }    
}

.countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
}

@media screen and (min-width:768px) {
    .countdown{
       /* margin-bottom: 30px; */
    }
}

.days,.hours,.minutes,.seconds{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    color: var(--primary-text-color);
    font-size: 20px;
    font-weight: 700;
}

.countdown h3{
    margin: 0;
}

.countdown p{
    font-size: 12px;
    margin: 0;
}

@media screen and (min-width:768px) {
    .days,.hours,.minutes,.seconds{
        font-size: 25px;
    }
    
    .countdown p{
        font-size: 13px;
    }
}

@media screen and (min-width:1024px) {
    .days,.hours,.minutes,.seconds{
        font-size: 30px;
    }
    
    .countdown p{
        font-size: 15px;
    }
}

hr{
    margin-top: 15px;
    width: 100%;
    border: 1px solid var(--primary-text-color);
}

.odds-contianer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.odds{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    color: var(--primary-text-color);
    width: 100px;
}

.draw{
    align-self: flex-end;
}

.odds h3{
    white-space: nowrap;
    text-align: center;
}

.odds p{
    background-color: var(--background-color);
    color: var(--cta-color);
    border-radius: 10px;
    padding: 8px;
}

@media screen and (min-width:768px) {

    .odds{
        width: 110px;
    }
    
}

@media screen and (min-width:1024px) {

    .odds{
        width: 120px;
    }
    
}


.odds .logo{
    width: 130px;
}

@media screen and (min-width:768px) {
    
    .odds .logo{
        width: 120px;
    }
}

@media screen and (min-width:1024px) {
    .odds .logo{
        width: 150px;
    }
}

@media screen and (min-width:1280px) {
    .odds .logo{
        width: 180px;
    }
}

@media screen and (min-width:1024px) {
    .odds-contianer{
        justify-content: space-between;
    }

    .odds h3{
        font-size: 30px;
    }
    
    .odds p{
        padding: 10px;
    }
}

.cta-btn-container{
    margin: 15px 0;
}

@media screen and (min-width:768px) {
    .cta-btn-container{
        margin-top: 20px;
    }
}

@media screen and (min-width:1024px) {
    .cta-btn-container{
        margin-top: 0;
    }
}

.cta-main{
    border-radius: 10px;
    background: var(--background-color);
    color: var(--cta-color);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 30px;
    transition: all ease 0.3s;
    margin:15px 0;
}

@media screen and (min-width:1024px) {
    .cta-main{
       font-size: 20px ;
    }

    .cta-main:hover{
        color: var(--background-color);
        background: none;
        border: 1px solid var(--background-color);
    }  
}

/* fin bono */

.desktop {
    display: none;
}

@media screen and (min-width:768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

/* fin bono */

/* inicio section icon info */

.icon-info-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
}

.icon-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

@media screen and (min-width:1024px) {
    .icon-info {
        flex-direction: row;
        align-items: start;
        margin-top: 50px;
        max-width: 1280px;
    }
}

.icon-card {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 35px; */
}

@media screen and (min-width:1024px) {
    .icon-card {
        /* margin-right: 35px; */
        /* align-items: start; */
        text-align: left;
    }
}

.icon-card img {
    filter: drop-shadow(0 0 5px #00000069);
    width: 50px;
    margin-right: 20px;
}

.icon-card .info{
  display: flex;
  flex-direction: column;
}

.icon-card h3 {
    font-size: 16px;
}

.icon-card  p {
    margin-top: 10px;
    font-size: 12px;
}

@media screen and (min-width:768px) {
    .icon-card h3 {
        font-size: 18px;
    }

    .icon-card p {
        font-size: 13px;
    }
}

@media screen and (min-width:1024px) {
    .icon-card h3 {
        font-size: 20px;
    }

    .icon-card p {
        font-size: 15px;
    }
}

/* fin section icon info */

/* inicio section2 */

a {
    color: var(--primary-text-color);
    text-decoration: none;
}

.info-section {
    position: relative;
    /* background-image: url('../img/bg-info-desktop.png'); */
    background:linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/bg-info-desktop.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

/* .info-section::before {    
    content: "";
    background-image: url('../img/bg-info-desktop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
} */

@media screen and (min-width:1024px) {
    .info-section {
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

.info{
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .info {
        flex-direction: row;
        justify-content: end;
        gap: 10%;
    }
}

@media screen and (min-width:1280px) {
    .info {
        padding: 0;
    }
}

.info-text {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

@media screen and (min-width:1024px) {
    .info-content {
        /* align-items: start; */
        width: 60%;
        /* margin-bottom: 50px; */
    }
}

.info-content h2 {
    margin: 50px 0 25px 0;
}

@media screen and (min-width:1024px) {
    .info-content h2 {
        font-size: 50px;
        text-align: left;
    }
}

.info-content h2 span {
    color: var(--cta-color);
}

.card {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (min-width:1024px) {
    .card {
        margin-right: 35px;
        align-items: start;
        text-align: left;
    }
}

.card:last-child {
    margin: 0;
}

.card h3, p {
    margin-top: 10px;
}

.pag-bc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.pag-bc img {
    width: 75px;
}

@media screen and (min-width:1024px) {
    .pag-bc {
        justify-content: start;
    }
}

.pag-bc img {
    margin-right: 20px;
}

@media screen and (min-width:1024px) {
    .pag-bc img {
        height: 40px;
    }
}

/* @media screen and (min-width:1024px) {
    .info-content {
        margin-bottom: 220px;
    }
} */

@media screen and (min-width:1280px) {
    .info-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width:1024px) {
    .info-content .cta {
        display: none;
    }
}

.info-content-text{
    text-align: start;
    margin-bottom: 10px;
}

@media screen and (min-width:768px){
    .info-content-text{
        text-align: left;
    }
    .info-content:last-child{
        margin-bottom: 50px;
    }
}

/* fin section2 */

/* inicio section articulos relacionados */

.articulos-relacionados-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 20px;
    z-index: 5;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1280px) {
    .articulos-relacionados-container {
        padding: 0;
    }
}

.articulos-relacionados-container h2 {
    font-size: 24px;
    margin: 50px 0 50px 0;
}

@media screen and (min-width:1024px) {
    .articulos-relacionados-container h2 {
        font-size: 50px;
    }
}

.articulos-relacionados-container h2 span {
    color: var(--cta-color);
}

.carrusel{
    display: flex;
    width: 100%;
    gap: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.articulos-cards .prev-btn,.articulos-cards .next-btn{
    color: var(--cta-color);
}

@media screen and (min-width:1024px) {          /* USAR SOLO CUANDO NO HAYA SLIDER*/
    /* .carrusel{
        justify-content: center;  
        padding: 0 35px;
    } */
    
}

.articulos-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    max-width: 1280px;
    margin-bottom: 50px;
}

.articulos-cards i{
    margin: 0 20px 0 20px;
    font-size: x-large;
    cursor: pointer;
    
}

/* @media screen and (min-width:1024px) {
    .articulos-cards i{
        display: none;
    }
    
} */

.articulos-cards a {
    cursor: pointer;
}

.articulos-card h3 {
    margin: 15px 0 15px 0;
    font-weight: 400;
    font-size: 16px;
}

.articulos-card {
    width: 300px;
    height: 350px;
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 50px;
    border: solid 1px #ff5400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articulos-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.articulos-card span{
    color: #ff5400;
    font-size: 23px;
    font-weight: 700;
}

.card-cta {
    color: var(--primary-text-color);
    background: var(--cta-color);
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-cta p {
    margin: 0;
}
/* fin section articulos relacionados*/

/* inicio fixed */

.fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    z-index: 100;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    border-top: 3px solid #ff5400;
    box-shadow: 0 -2px 20px 2px #040507;
}

.fixed-content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1280px;
}

.fixed-content img{
    width: 100px;
}

@media screen and (min-width: 768px) {
    .fixed-content img{
        width: 150px;
    }
}

@media screen and (min-width: 1280px) {
    .fixed-content {
        justify-content: space-between;
    }
}

.fixed-content p{
    width: 100px;
    font-size: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .fixed-content p{
        width: 350px;
        font-size: 20px;
    }
}

.valor p{
    margin: 0;
    color: var(--primary-text-color);
}

.fixed-cta{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    text-align: center;
    height: 40px;
    /* animation: zoom 3s infinite; */
}

@media screen and (min-width: 768px) {
    .fixed-cta{
        display: none;
    }
    
}

.fixed-cta a{
    text-decoration: none;
    color: var(--primary-text-color);
    /* font-weight: 700; */
    font-size: 15px;
    background: var(--cta-color);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.cta-btn {
    /* border: 3px solid black; */
    border-radius: 10px;
    position: relative;
    /* display: none; */
    width: 275px;
    overflow: hidden;
    text-decoration: none;
    color: var(--primary-text-color);
    padding: 15px;
    height: 100%;
    font-size: 20px;
    /* font-weight: bold; */
    transition: background-color 0.3s ease;
}

/* @media screen and (min-width: 1024px) {
    .cta-btn.desktop {
        display: flex;
    }
    
} */

/* Estilos para las flechas */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    justify-content: center;
    transition: opacity 0.3s ease;
    
}

.arrow-l {
    left: 0;
    background-color: white;
    border-radius: 10px 0 0 10px;
    background-color: #ff7a38;
}

.arrow-r {
    right: 0;
    border-radius: 0 10px 10px 0;
    background-color: #ff5500;
}



.arrow img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

/* Estilos para la etiqueta de botón */
.cta-btn .btn-label {
    height: 60px;
    width: 200px;
    justify-content: center;
    position: relative;
    /* left: -12px; */
    background: linear-gradient(90deg, #ff7a38, #ff5400, #ff5500);
    z-index: 4;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    padding: 18.5px 0;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: var(--font-family);
}

/* Estilos al hacer hover en el botón */
.cta-btn:hover .btn-label {
    transform: translateX(45px);
}

@media screen and (min-width: 1024px) {
    .fixed-content p{
        width: 400px;
        font-size: 30px;
    }

    .fixed-cta{
        width: 250px;
        border-radius: 35px;
        height: 50px;
    }
    
    .fixed-cta a{
        text-decoration: none;
        color: black;
        font-weight: 700;
        font-size: 25px;
    }
}

@keyframes zoom{
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
/* fin fixed */

footer{
    margin: 0 auto;
    max-width: 1280px;
}

@media screen and (min-width: 1280px) {
    .footer{
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px;
    }
}