#inicio
{position: relative;}
#inicio img
{
    width: 100%;
    display: block;
   
}

#wallpaper
{
    opacity: .5;
}

#inicio .bloqueinicio
{
    position: absolute;
    top:5%;
    left: 10%;
    width: 50%;
    text-align: center;
    margin-left: 10px;
    color: dodgerblue;
    font-size: 40px;

    
}

#inicio .inicio-parrafo
{
    width: 100%;
    color: black;
    font-size: 50px;
}
#inicio p
{
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.boton
{
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border: none;
}

.boton.boton-azul
{
    background-color: dodgerblue;
    color: white;
    font-size: 20px;
    font-weight: bold;
}