@media screen and (max-width: 480px) {

    
    .logo{
        color: #fff;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .boton-contacto{
        display: flex;
        width: 100%;
    }

    .img-logo img{
        height: 30px;
    }

    .img-logo{
        display: flex;
    }

    .boton-contacto{
        display: flex;
        flex-direction: column;
    }
    .contenedor-boton-contacto{
        width: 300px;
    }


    #hamburger-btn {
        background: none;
        margin-left: 9px;
        border: none;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-top: 3px;
    }
    .menu {
        position: relative;
        display: flex;
        top: 4px;
        background: #000000c7;
        justify-content: center;
    }
    .menu a {
        color: white;
        text-align: center;
        text-decoration: none;
    }
    #menu {
        margin-bottom: 20px;
        margin-top: 52px;
        height: 100vh;
    }
    header {
        position: fixed;
        z-index: 98;
        background-color: #070777;
        width: 100%;
        height: 50px;
    }
    .hidden {
        display: none;
    }
    header p {
        margin-top: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        background-color: #179f16;
    }
    .boton-menu {
        width: 300px;
    }
}

@media (min-width: 481px) and (max-width: 927px) {

  
    
    .logo{
        color: #fff;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .boton-contacto{
        display: flex;
        width: 100%;
    }

    .img-logo img{
        height: 30px;
    }

    .img-logo{
        display: flex;
    }

    .boton-contacto{
        display: flex;
        flex-direction: column;
    }
    .contenedor-boton-contacto{
        width: 300px;
    }


    #hamburger-btn {
        background: none;
        margin-left: 9px;
        border: none;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-top: 3px;
    }
    .menu {
        position: relative;
        display: flex;
        top: 4px;
        background: #000000c7;
        justify-content: center;
    }
    .menu a {
        color: white;
        text-align: center;
        text-decoration: none;
    }
    #menu {
        margin-bottom: 20px;
        margin-top: 52px;
        height: 100vh;
    }
    header {
        position: fixed;
        z-index: 98;
        background-color: #070777;
        width: 100%;
        height: 50px;
    }
    .hidden {
        display: none;
    }
    header p {
        margin-top: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        background-color: #179f16;
    }
    .boton-menu {
        width: 50vw;
    }
}

@media (min-width: 928px) {
    
    .enlaces {
        display: flex;
    }
    .logo{
        color: #fff;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        align-items: center;
    }

    .img-logo img{
        height: 30px;
    }

    .img-logo{
        display: flex;
    }

    .boton-contacto{
        display: flex;
    }


    .menu {
        background-color: #070777;
        text-align: center;
        padding: 15px 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .menu a {
        color: #fff;
        text-decoration: none;
        padding: 10px 30px;
        margin: 0 10px;
        border-radius: 5px;
        font-weight: 600;
        transition: background-color 0.3s, color 0.3s;
    }
    .menu a:hover {
        background-color: #145dbd;
    }


    #boton-menu-contacto{
        background-color: darkorange;
    }

    #boton-menu-contacto:hover {
        color: black;
    }

    header button {
        display: none;
    }
    header nav {
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
    }
}
