@charset "utf-8";

* {
    padding: 0px; 
    margin: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}


body {
    background-color: #111111;

}

.aviso {
    background-color: #ffd500;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    
}

.aviso > p {
   
    font-size: 1.4em;
    font-weight: bolder;

}

h1 {
    font-size: 1.7em;
    color: white;
    margin-top: 50px;
    text-align: center;
    

}

h1 > span {
    font-size: 1em;
    color: #FBD40B;
}

main > picture > img {
    border-radius: 50%;
    box-shadow: 0 0 25px #FBD40B;
    border: 4px solid #FBD40B;
    margin: auto;
    display: block;
    margin-top: 20px;
}

main > p {
    font-size: 1.3em;
    color: #A8A8A8;
    display: block;
    text-align: center;
    margin-top: 30px;
}

main > p > strong {
    color: white;
    
}

nav {
    background-color: #ffd500;
    width: 85%;
    height: 80px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    
    
}

nav > a {
    text-decoration: none;
    font-size: 1.7em;
    color: black;
    font-weight: bolder;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
   
}

nav > a > img {
   display: block;
   width: 35px;
   height: auto;
   flex-shrink: 0;
}

.beneficios > div > p > span {
    color: #FBD40B;
    font-size: 2em;
}

.beneficios > div > p {
    color: #A8A8A8;
      align-items: center;
      display: flex;
      font-size: 1em;
    
}

.beneficios {
    margin-top: 20px;
   display: flex;
justify-content: center;
}