*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box; 
}


#pagina{
    min-width: 350px;
    max-width: 1200px;   
    height: auto;
    margin: 0% auto;
}

/*  */
/* INICIO HEADER */
header{
    width: 100%;
    height: 80px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;    
}

#menu{
    width: 50%;   
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px;
}

ul{
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;    
}

li a{
    text-decoration: none;
    color: white;
}

#menuButton{
    width: 50px;
    height: 50px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
    display: none;
}

/* FIM HEADER */
/*  */
/* INICIO MAIN */
main{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    margin: 0% auto;
}

hr{
    width: 90%;
    border: #f51248 3px solid;
    margin: 10px auto;
}

#post{
    width: 90%;
    border: 2px solid gray;
    text-align: center;
    margin: 0px auto;
    border-radius: 10px;
    /* min-width: 350px;
    max-width: 1200px;
    padding: 20px;
    height: auto;
    margin: 0px auto;
    margin-top: 50px;    
    text-align: center;    
    border: 2px solid gray; */    
}

#post h3{
    margin: 20px 0px;

}

.foto{
    width: 90%;
}

.button{
    width: 90px;
    height: 30px;
    margin: 15px;
    background-color:crimson;
    border: none;
    border-radius: 5px;
    color: white;    
}

#post2{
    width: 90%;
    padding: 20px;
    height: auto;
    margin: 0px auto;
    margin-top: 50px;    
    text-align: center;
    border-radius: 10px;   
}

#post2 h3{
    margin: 20px 0px;

}

#post3{
    width: 90%;
    padding: 20px;
    height: auto;
    margin: 0px auto;       
    text-align: center;   
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 10px;

}

#banner{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
#bannerControl{
    width: 30%;
    height: auto;
    border: 2px solid gray;
    border-radius: 5px
}
.imagemBanner{
    width: 100%;
}

#bannerControl h3{
    padding: 10px;
}

#bannerControl p{
    padding: 10px;
}

/* FIM MAIN */
/*  */
/*  */
/* INICIO FOOTER */

footer{
    width: 100%;
    height: 70px;   
    margin-top: 30px;
    padding-top: 20px;
    background-color: rgb(27, 27, 27);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    color: white;
}

/* FIM FOOTER */
/*  */
/*  */
/* @media */
 /* @media screen and (max-width:730px){
    #pagina, #post, #post2, #post3{
        background-color: black;
        color: white;
        box-shadow: 5px 5px 50px greenyellow;
    }
       
}  */

