@media screen and (min-width: 769px) {
    .menuicon {
        display: none;
    }
    .desativado {
        display: none;
    }

    .menu {
        background-color: rgb(252, 247, 244);
    }
    
    .pages a{
        float: left;
        text-align: center;
        padding: 14px 16px;
        color:black;
        font-family: 'Zilla Slab', serif;
        text-decoration: none;
        color:rgb(237, 94, 56);
    }

    .pages a:hover{
        background-color: rgb(250, 224, 131);
    }

    .galeria {
        background-color:rgb(252, 247, 244);
        border: 1vh rgb(252, 247, 244);
        line-height: 0;
        -webkit-column-count: 3;
        -webkit-column-gap:0px;
        -moz-column-count:3;
        -moz-column-gap:0px;
        column-count:3;
        column-gap:0px;
    }

    .imagensgaleria {
        position: relative;
        width: 100%;
    }

    .imagensgaleria img{
        display: block;
        width: 100%;
        height: auto;
    } 

    .overlay {
        display:none;
        overflow: hidden;
        width: 100%;
        height: 100px;
        background-color: rgb(237, 94, 56);
        transition: .5s ease;
        line-height: initial;
        text-align: center;
        margin: auto;
        font-family: 'Zilla Slab', serif;
        color: rgb(252, 247, 244);
      }

    .imagensgaleria img:hover {
        opacity: 0.5;
    }

    .imagensgaleria img:hover ~ .overlay{
        display: block;
    }

    #title h1{
        font-size: 8vw;
    }

    #title p {
        font-size: 5vw;
    }

    .sobre {
        float: left;
        width: 50%;
    }

    .sobretexto {
        float: left;
        width: 50%;
    }

    .cont {
        height: 50vh;
        width:100%;
        display: inline-block;
        position: relative;
    }

    .contactosintro {
        float: left;
        width: 50%;
    }

    .Contacts {
        float: left;
        width: 50%;
    }

    .textocontactos {
        font-family: 'Zilla Slab', serif;
        font-size: 2.5vh;
        margin-left: 5vw;
    }

    .fab {
        text-decoration: none;
        font-size: 8vw;
        color: black;
        margin: 3vw;
    }
}