body {
    padding: 0;
    margin: 0;
}
.img-container img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    border-style: none;
} 
.img-container:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-container2 img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    border-style: none;
} 
.img-container2:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ccd{
    font-family: showcard gothic;
    margin-top: -155px;
    color: black;
}
.logo {
    border: none;
    width: 100px;
    height: 90px;
    margin-left: 5%;
}
.usuario {
    border: none;
    margin-top: -101px;
    width: 150px;
    height: 150px;
    margin-left: 85%;
}
header{
    text-align: center;
    font-size: 40px;
    color: white;
    background-image: url(../img/headereventos.png);
}
li{
    list-style: none;
}
*{
    margin:0;
    padding:0;
}
.menu ul {
    list-style:none;
    position:relative;
}
.menu{
    width: 100%;
    height:70px; 
    background-color:black;
    font-family:arial;
}
.menu li a{
    padding:26px;
    display:block;
    text-decoration:none;
    text-align:center;
    background-color:rgb(255, 255, 255);
    color:black;
} 
.menu a:hover{ 
    color: #cd8759;
}
.menu ul li{ 
    width: 20%;
    float: left;
}
.blocos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.puf{
    width: 23%;
    height: 450px;
    background-color:#f0eed5;
    border-color: #cc9d7d;
    border-style: solid;
    border-width: 12px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
} 
.textopuf{
    font-size: 25px;
    font-family: arial;
    text-align: center;
}
.ajuste{
    margin-left: -5%;
    margin-top: 5%;
}
.img-container{
    width: 180px;
    height: 180px;
    border-style: none;
    margin-top:50px;
    margin-left: 40px;
    border-radius: 7px;
    overflow: hidden;
}
.ajuste2{
    margin-left: -25%;
    margin-top: 30px;
}
.img-container2{
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-style: none;
    margin-top: -210px;
    margin-left: 350px;
    border-radius: 7px;
}
.footereventos02{
    width: 100%;
    height: 100%;
    border-style: none;
    margin-top: 50px;
}
footer{
    background-image: url(../img/rodapeee.png);
    color: black;
    font-family: Showcard Gothic;
}
.visitas{
    color: black;
    margin-top: 3%;
}
.endereco{
     color: black;
    margin-top: 3%;
}
img{
    display: block;
    margin:auto;
    border-style: solid;
    border-color: gray;
    height: 100%;
    width: auto;
}
.icon{
    display: inline;
    margin: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border-style: none;
}
.wpp{
    border: none;
    height: 75px;
    width: 75px;
}
.email{
    border: none;
    border-radius: 0px;
    height: 50px;
    width: 50px;
}
.expo{
    width: 20%;
}
.logorodape{
    width: 50%;
    height: 50%;
    border: none;
}
.Rodapé{
    position: relative;
    width: 100%;
    color: white;
    justify-content: space-around;
    background-color: black;
    text-align:center;
    display: flex;
    font-size: 20px;
}
@media only screen and (max-width: 727px){ 
    .ccd{
        font-size: 20px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .menu{
        margin-top: -5%;
    }
    .blocos{
        flex-direction: column;
        margin-left: 12%;
    }
    .puf{
        width: 70%;
    }
    .ajuste{
        margin-left: 0%;
    }
    .ajuste2{
        margin-left: -17%;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 12px;
    }
    .endereco{
        width: 35%;
        font-size: 12px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width: 728px) and (max-width:1023px){
    .ccd{
        font-size: 25px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    .blocos{
        flex-direction: column;
        margin-left: 12%;
    }
    .puf{
        width: 70%;
    }
    .ajuste{
        margin-left: 0%;
    }
    .ajuste2{
        margin-left: 10%;
    }
    .img-container{
        width: 40%;
        height: 40%;
    }
    .img-container2{
        width: 40%;
        height: 40%;
        margin-top: -35%;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 17px;
    }
    .endereco{
        width: 35%;
        font-size: 17px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1290px){
    .img-container{
        display: none;
    }
    .img-container2{
        display:none;
    }
}