*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section{
    margin: auto;
    width: 85%;
}

#contenedor{
    margin-top: 10%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    background: #24303c;  
    box-shadow: 7px 13px 25px #000;  
}

h4{
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
}

h5{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: white;
    cursor: pointer;
    margin-top: 50px;
    padding: 20px;
}

a{
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}

p{
    margin: 20px auto;
    padding: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: white;
    border: 1px solid rgba(169,169,169,0.5);
    border-radius: 8px;
}

#fon{
    margin-bottom: 50px;
}

/*@media (max-width:1024px){
    p{
        font-size: 15px;
    }
}*/