@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, main {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(107, 76, 160, 0.60) 38.1%, rgba(131, 145, 208, 0.60) 68.15%, rgba(153, 212, 255, 0.60) 97.1%), #99D4FF;
}

header {
    height: 350px;
    background-image: url('imagenes/fondo.png');
    background-size: cover;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

#portada {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10% 10%;
}

#menu-hamburguesa {
    display: none;
    background: linear-gradient(90deg, rgba(107, 76, 160, 0.60) 38.1%, rgba(131, 145, 208, 0.60) 68.15%, rgba(153, 212, 255, 0.60) 97.1%), #99D4FF;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 20%;
}

#menu-hamburguesa ul{
   list-style: none;
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding-top: 150%;
}

#menu-hamburguesa ul a{
    color:white;
    font-size: 1.5em;
 }

.Menu {
    width: 10%;
    margin-top: 10%;
    float: right;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.subtitulo h1 {
    color: #99D4FF;
    text-align: center;
    font-size: 210%;
    margin-top: 130px;
    position: absolute;
    top: 130px;
    left:16%;
}

.texto {
    margin: 20px;
    color:#3A1A70;
    font-family: Inter;
    font-size: 120%;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.criptom{
    color: rgb(251, 255, 0);
    font-weight: 400;

}

.recompensa {
    color: #74f000;
    font-weight: 400;
}
.video {
   margin: 20px 0;
}


.mas p{
    color:#3A1A70;
    font-family: Inter;
    font-size: 110%;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    vertical-align: middle;
    margin: 30px 20px;
}

footer {
    background-color: #3A1A70;
    border-top-right-radius: 10%;
    border-top-left-radius: 10%;
    height: 437px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

footer h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-top: 50px;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 40px 0;
}

footer img:not(.redes img) {
    margin: 15px;
}

