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

header .box-aqua{
    background-color:var(--color-2);
    width: 300px;
    height: 80px;
    margin-top: 20px;
    margin-left: -80px;
    display: flex;
    gap: 5px;
    font-family: "RobotoCondensed-Regular";
    font-size: 40px;
    font-weight: 200;
    border-radius: 48px;
    align-items: center;
    justify-content: flex-end;
}
header .box-aqua img{
    width: 25px;
    margin-right: 40px;
}
header .sections{
    display: flex;
    width: 820px;
    margin-top: -35px;
    margin-left: 300px;
    gap: 80px;
}
header .sections a{
    text-decoration: none;
    color: var(--color-2);
    font-family: "RobotoCondensed-Bold";
    font-size: 24px;
}
header .theme{
    margin-left: 1210px;
    margin-top: -25px;
    width: 100px;
}
header .theme img{
    width: 25px;
}
header .theme {
    display: flex;
    gap: 10px;
}
#inicio{
    display: flex;
}
main .content{
    width: 1000px;
    height: 500px;
    margin-left: 100px;
    margin-top: 50px;
    font-family: "RobotoCondensed-Regular";
}
main .content h1{
    font-size: 56.4px;
    color: var(--color-2);
    margin-top: 26px;
    width: 707px;
    height: 71px;
}
main .content p{
    width: 685px;
    height: 91px;
    font-size: 26px;
}
main .tittle-1{
    width: 707px;
    height: 391px;
}
main .content p{
    color: var(--color-2);
    font-size: 26px;
}
main .img-iconbuy button{
    width: 200px;
    height: 60px;
    border-radius: 31.5px;
    margin-left: 197px;
    border: none;
    background-color: var(--color-2);
    font-size: 35px;
    font-family: "RobotoCondensed-Regular";
    align-items: center;
    justify-content: center;
}
main .img-iconbuy .dog{
    width: 405.12px;
    height: 432.07px;
    margin-left: 35px;
}
main .social-media{
    display: flex;
    flex-direction: column;
    width: 82px;
    height: 218px;
    margin-left: 435px;
    margin-top: -100px;
}
.como-jugar{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 83px;
}
main .como-jugar .tittle-2{
    align-items:center;
    justify-content: center;
}
main .como-jugar .tittle-2 p{
    width: 654px;
    height: 146px;
    justify-content: center;
    font-size: 36px;
    font-family: "RobotoCondensed-Regular";
}
main .como-jugar .tittle-2 h2{
    color: var(--color-2);
    margin-left: 150px;
    align-items: center;
    justify-content: center;
    width: 393px;
    height: 71px;
    font-size: 64px;
    font-family: "RobotoCondensed-Bold";
}

.como-jugar .t1, .t2, .t3, .t4, .t5{
    display: flex;
}
.como-jugar p{
    color: var(--color-2);
    width: 752px;
    height: 187px;
    font-size: 28px;
    font-family: "RobotoCondensed-Regular";
    margin-left: 32px;
    margin-right: 53px;
}
.como-jugar button{
    background-color: var(--color-2);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-family: "RobotoCondensed-Bold";
}
.apoyanos{
    margin-top: 212px;
    display: flex;
    flex-direction: row;
    color: var(--color-2);
    margin-left: 142px;
}
.apoyanos h1{
    font-size: 72px;
}
.apoyanos p{
    margin-top: 83px;
    width: 751px;
    height: 184px;
    font-size: 36px;
    font-family: "RobotoCondensed-Regular";
}
.apoyanos .img-button{
    margin-left: 37px;
}
.apoyanos button{
    margin-top: 52px;
    margin-left: 37px;
    background-color: var(--color-2);
    width: 282px;
    height: 57px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-family: "RobotoCondensed-Bold";
}

.sobre-nosotros{
    margin-top: 212px;
    display: flex;
    flex-direction: row;
    color: var(--color-2);
    margin-left: 142px;
}
.sobre-nosotros h1{
    font-size: 72px;
}
.sobre-nosotros p{
    margin-top: 83px;
    width: 751px;
    height: 184px;
    font-size: 36px;
    font-family: "RobotoCondensed-Regular";
}
.sobre-nosotros button{
    font-size: 80px;
    color: aliceblue;
    background-color: transparent;
    border: none;
    margin-left: 37px;
}