/* {
	border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: arial;
}*/

* {
    margin: 0px;
    box-sizing: border-box;
}

	
.rodape a {
    text-decoration: none;
    cursor: pointer;
}
.rodape li{
    list-style-type: none;
    cursor: pointer;
}
.rodape img {
    max-width: 100%;
}

.rodape{
    width: 100%;
    float: left;
    padding: 1%;
    background-color:#212026;
	margin-top:80px;
}
.bux-divisao{
    width: 100%;
    float: left;
}
.bux-conteudo{
    width: 100%;
    float: left;
    margin-bottom: 3%;
}
.bux-conteudo h3{
    color: #fff;
    line-height: 2;
    text-align: center;
    color: #ff3a8a;
}
.bux-conteudo ul{
    width: 100%;
    float: left;
}
.bux-conteudo ul li{
    width: 40%;
    float: left;
    text-align: center;
    padding: 5px;
    margin:2px;
    margin-left: 30%;
}
.bux-conteudo ul li a{
    color: #fff;
}
.bux-conteudo li:hover{
     background: #ff3a8a;
    
}
.bux-conteudo p{
    width: 100%;
    float: left;
    line-height: 1.6;
    text-align: justify;
    padding: 2%;
    color: #fff;
    opacity: .7;
}
.bux-baixo{
    width: 100%;
    float: left;
    display: inline-flex;
    padding-bottom: 20px;
    padding-top:10px;
    border-top:1px dashed #fff;
}
.bux-baixo h2{
    width: 70%;
    float: left;
    font-size: 1.3em;
    color: #ff3a8a;
}
.bux-conteudo h4{
		color: #bdbcbe;
		font-size:15px;
        text-align: left;
        margin-left: 31%;
		line-height: 1.5;
    }
	
	
.redes-socias{
    font-size: 1.6em;
    cursor: pointer;
}
.redes-socias li{
    width: 30px;
    float: left;
	padding:2px;
}
.redes-socias .fa-facebook{
   color: #718cf1;
}
.redes-socias .fa-whatsapp{
    color: #24da86;
}
.redes-socias .fa-youtube{
    color: #ce0b14;
}
@media screen and (min-width:800px){
	
    .bux-conteudo{
        width: 25%;
        float: left;
    }
    .bux-conteudo h3{
        text-align: left;
        margin-left: 31%;
    }
	.bux-conteudo h4{
		color: #bdbcbe;
		line-height: 1.5;
		font-size:15px;
        text-align: left;
        margin-left: 31%;
    }
    .bux-conteudo ul li{
        text-align: left;
    }
    .bux-baixo h2{
    width: 90%;
    }
	
}

@media screen and (max-width:800px){
.rodape{
	margin-bottom:17%;
}
}