*{
    margin: 0px;
    padding: 0px;
}
/*body {

    background-image: url(imagenes/galeria/conocenos_dron.jpg);
    background-repeat: no-repeat;

    background-size: 100%;
    
    background-attachment: fixed;
}*/

h1 {
    font-family: 'Anton', sans-serif;
    /*'Rammetto One',cursive;*/
    font-size: 3.5rem;
}

h2 {
    font-family: 'Prompt', sans-serif;
}

h3 {
    font-family: 'Rammetto One', cursive;
}
/*'Hind Madurai', sans-serif;}*/

/*p {
    font-family: 'Ubuntu', sans-serif;
}*/

/*div#vacio{
    width: 100%;
    height: 500px;

}*/
/*div#contenedor{
    padding-right: 5px;
    width: 100%;
    height: 1000px;
    background-color: white;
}

div#body{

    margin: auto;
    width: 100%;
    /*width: 960px;
    height: 1800px;
    background-color: rgb(23, 142, 240);

}*/

div#menu{
    width: 100%;
    height: 50px;
    /*opacity: 0.5;*/

}

@media (max-width:1600px) {
    
    h1{
        font-size: 2.5rem;
    }

    h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 500px){
    h1{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    h1::after{
        display: none;
    }
    h2{
        font-size: 10px;
    }
}