.menu{
    width: 30px;
    height: 50px;
    float: left;
    background-color: #c9c9c9;
}
.whats{
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}
button{
    background-color: #c6c6c6;
    border: none;
    cursor: pointer;
}

h1{
    text-align: center;
}

body{
    background-color: #c9c9c9;
}

.fotos{
    width: 100%;
    height: 580px;
    border: solid 1px;
    background-color: #c6c6c6;
    display: flex;
    justify-content: center;
}

.seta-esquerda{
    margin: 220px 10px;
    width: 100px;
    height: 100px;
}
.foto{
    margin: 10px;
    width: 40%;
}
.fotoInicial{
    width: 100%;
}
.seta-direita{
    margin: 220px 10px;
    width: 100px;
    height: 100px;
}

ul{
    display: flex;
    justify-content: center;
}
li{
    width: 300px;
    height: 300px;
    margin: 5px;
    list-style-type: none;
}

img{
    width: 100%;
}
.eventos{
    width: 46%;
    height: 46%;
    border: solid 1px;
    margin-right:auto ;
    margin-left: auto;
}
.evento{
    width: 30.5%;
    height: 30%;
    margin: 5px;
    display: inline-block;
    border: solid 1px ;
    box-shadow: 2px 1px 1px ;
    -webkit-transition: all .2s ease-in;
}
.evento:hover {
    -webkit-transform: scale(2.5);
  }

.Estruturas{
    width: 50%;
    height: 900px;
    border: solid 1px;
    margin-right:auto ;
    margin-left: auto;
    float: none;
}
.Estrutura{
    width: 45%;
    height: 30%;
    float: left;
    margin: 12px;
    border: solid 1px;
}

.whatsapp{
    width: 80px;
}

footer p{
    text-align: center;
}



@media (max-width: 1140px)
{
    .eventos{
        width: 50%;
        height: 50%;
        border: solid 1px;
        margin-right:auto ;
        margin-left: auto;
    }
    .evento{
        width: 44%;
        height: 29%;
        margin: 5px;
        display: inline-block;
        border: solid 1px ;
        box-shadow: 2px 1px 1px ;
        -webkit-transition: all .2s ease-in;
    }
.evento:hover {
    -webkit-transform: scale(2.0);
  }
  .Estruturas{
    width: 65%;
    height: 900px;
    border: solid 1px;
    margin-right:auto ;
    margin-left: auto;
}
.Estrutura{
    width: 45%;
    height: 30%;
    display: inline-block;
    margin: 12px;
    border: solid 1px;
}

}

@media (max-width: 800px)
{
    .Estruturas{
        width: 65%;
        height: 900px;
        border: solid 1px;
        margin-right:auto ;
        margin-left: auto;
    }
        .Estrutura{
        width: 40%;
        height: 25%;
        display: inline-block;
        margin: 12px;
        border: solid 1px;
    }
}
@media (max-width: 600px)
{
    .fotos{
        width: 100%;
        height: 260px;
        border: solid 1px;
        background-color: #c6c6c6;
        display: flex;
        justify-content: center;
    }

    .seta-esquerda{
        margin: 110px 5px;
        width: 50px;
        height: 100px;
    }
    .foto{
        margin: 10px;
        width: 60%;
    }
    .fotoInicial{
        width: 100%;
        border: solid;
    }
    .seta-direita{
        margin: 110px 5px;
        width: 50px;
        height: 100px;
    }
    ul{
        display: none;
    }

    .eventos{
    width: 60%;
    height: 780px;
    border: solid 1px;
    
}
.evento{
    width: 42%;
    height: 18%;
    margin: 5px;
    display: inline-block;
    border: solid 1px ;
    background-color: #c6c6c6;
    -webkit-transition: all .2s ease-in;
}
.evento:hover {
    -webkit-transform: scale(2.0);
  }
.Estruturas{
    width: 80%;
    height: 400px;
    border: solid 1px;
    margin-right:auto ;
    margin-left: auto;
}
.Estrutura{
    width: 39.5%;
    float: left;
    margin: 12px;
    border: solid 1px;
}


}

@media (max-width: 450px)
{
    .Estruturas{
        width: 65%;
        height: 450px;
        border: solid 1px;
        margin-right:auto ;
        margin-left: auto;
    }
        .Estrutura{
        width: 38.5%;
        height: 25%;
        display: inline-block;
        margin: 12px;
        border: solid 1px;
    }
}