@import url(variables.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #F2F2F2;

}
h3 {
    color: #000000;
    font-family: "RobotoCondensed-Bold";
}

.nav__nav {
    width: 1446px;
    height: 96px;
    position: absolute;
    top: 31px;
    right: 37px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.div__aqua {
    width: 304px;
    height: 96px;
    background-color: black;
    border-radius: 48px;
}
.div__text-img {
    width: 163px;
    height: 56px;
    position: relative;
    padding-top: 21px;
    padding-left: 78px;
    display: flex;
    gap: 40px;

    p {
        color:  white;
        position: relative;
        width: 112px;
        height: 46px;
        align-items: center;
        display: flex;
        font-size: 48px;
        font-family: "RobotoCondensed-Regular";
    }

    img {
        width: 46px;
        height: 45px;
    }
}

.div__opciones {
    width: 732px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.div__inicio {
    background-color:  #F8F8F8;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.div__como-jugar {
    background-color:  #F8F8F8;
    width: 153px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.div__apoyanos {
    background-color:  #F8F8F8;
    width: 153px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.div__sobre-nosotros {
    background-color:  #F8F8F8;
    width: 197px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.hr__line {
    width: 730px;
    position: absolute;
    top: 100px;
    left: 100px;
    left: 495px;
}

.img__VectorLuz {
    width: 40px;
    height: 40px;
}

/************* NAV Finalizado *******************************************************************/


.section__view-1 {
    width: 1320px;
    height: 592px;
    position: absolute;
    top: 171px;
    left: 100px;
    display: flex;
}

.div__titleText {
    display: flex;
    flex-direction: column;
    gap: 26px;

}
.div__title {
    p{
        font-family: "RobotoCondensed-Regular";
        font-size: 56.4px;
    }
}
.div__text {
    width: 685px;
    height: 91px;
    p{
        font-family: "RobotoCondensed-Regular";
        font-size: 26px;
    }
}
.section__cardBuy {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button__buy {
    display: flex;
    width: 237px;
    height: 54px;
    background-color: black;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    border-radius: 31.5px;

    img {
        width: 36px;
        height: 36px;
    }

    h1 {    
        font-size: 40px;
        color: #FFFFFF;
    }
}
.div__redes {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

/************* Section 1 Finalizado *******************************************************************/


.section__como-jugar {
    width: 1101px;
    height: 1393px;
    position: absolute;
    top: 819px;
    left: 169px;
    gap: 83px;
    display: flex;
    flex-direction: column;
}

.div__como-jugar-text {
    width: 654px;
    height: 258px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 393px;
    gap: 41px;
    

    h1 {
        width: 363px;
        height: 71px;
        font-size: 64px;
        font-family: "RobotoCondensed-Bold";
    }

    p {
        width: 654px;
        height: 146px;
        font-size: 36px;
        font-family: "RobotoCondensed-Regular";
    }
}

.div__textHoriz {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 32px;

    p {
        font-size: 28px;
        font-family: "RobotoCondensed-Regular";
    }
}

/*************Section Como Jugar Finalizado *******************************************************************/



.section__apoyanos {
    width: 1167px;
    height: 438px;
    position: absolute;
    top: 2407px;
    left: 142px;
    display: flex;
    gap: 37px;
}

.div__textApoyanos {
    display: flex;
    flex-direction: column;
    gap: 83px;

    h1 {
        font-size: 72px;
        font-family: "RobotoCondensed-Bold";
    }

    p {
        font-size: 36px;
        font-family: "RobotoCondensed-Regular";
    }
}

.button {
    width: 282px;
    height: 57px;
    border-radius: 32.5px;
    background-color: #000000;


    h1 {
        color: #FFFFFF;
    }
}

.div__imgButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}



.section__sobrenosotros {
    width: 1160px;
    height: 592px;
    position: absolute;
    top: 3024px;
    left: 140px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

    img {
        width: 357px;
        height: 330px;
    }
}

.div__textSobre {
    display: flex;
    flex-direction: column;
    gap: 69px;

    h1 {
        font-family: "RobotoCondensed-Bold";
        font-size: 72px;
    }

    p {
        font-family: "RobotoCondensed-Regular";
        font-size: 36px;
    }
}


.footer {
    width: 1425px;
    height: 64px;
    position: absolute;
    top: 3847px;
    background-color: #000000;
}

.div__infFooter {
    display: flex;
    justify-content: space-between;
    p {
        font-family: "RobotoCondensed-Regular";
        font-size: 24px;
        color: #FFFFFF;
    }
}
.P__creada {
    font-family: "RobotoCondensed-Regular";
    font-size: 24px;
    color: #707070;
}