
/*======CSS DO FOOTER ===============================================*/  
  
.container{ /* definição do bloco do footer*/
	background-color: #51504f;
        min-height: 190px;
        max-height: 700px;
	height: auto;
	width:100%;
        float: left;
        padding: 5px;
}
.adm, .faq, .ouv, .tel, .end{ /* definição de cada item do footer*/
	float:left;
        max-width: 17.5%;
}
.adm, .faq, .ouv, .tel{ /* cor de fundo de cada espaço */
	margin-right: 2.631578947368421%;
        background-color: #51504f;
}
.end{
	background-color: #51504f;
	margin-right:0px;
}
.container .z-image {
    max-width: 100%; /*define a largura máxima em até 100%*/
}
.container .figure{
    width:100%; /*define o tamanho da caixa que irá conter a imagem*/
    margin-top: 15px;
    text-align: center;
}
.container .titulo{ /*estilo do texto do titulo do footer*/
	color:white;
	font-size: 12pt;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.4px;
}
.container .texto{ /*estilo do texto de descrição do footer*/
        font-size: 10pt;
	float:left;
	text-align:center;
        width: 100%;
        color: white;
        text-align: center;
        letter-spacing: 0.4px;
}
.sep{ /* Deixa o separator desabilitado enquanto tela grande*/
    display: none;
}
.container a:hover{
    opacity: 0.4;
    /*-webkit-filter: brightness(0%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-webkit-filter: blur(10px);*/
    /*-webkit-filter: sepia(1);*/
    /*-webkit-filter: hue-rotate(90deg);*/
    /*-webkit-filter: drop-shadow(25px 25px 20px black);*/
    /*-webkit-filter: brightness(10);*/
    /*-webkit-filter: contrast(10);*/
    /*-webkit-filter: hue-rotate(240deg);*/
    /*-webkit-filter: invert(1);*/
    /*-webkit-filter: saturate(10);*/
    /*-webkit-filter: opacity(0.1);*/
    
}
@media screen and (max-width:804px)
    and (min-width : 641px){
    
        .container .z-image{ /* diminui a dimensão das imagens do footer*/
            max-width:30%;
            max-height:30%;
            width: auto;
            height: auto;
        }
        .titulo, .texto{
            font-size: 10pt;
        }
        .adm, .faq, .ouv, .tel, .end{
            text-align: center;
        }
}
@media screen and (min-width:805px){
    .adm, .faq, .ouv, .tel, .end{
        text-align: center;
    }
}
@media screen and (max-width:640px)
    and (min-width : 422px){
    
    .container{	
	background-color: #626160;
	width:100%;
        max-height: 100%;
        height: auto;
    }
    .container .adm, .container .faq, .container .ouv, .container .tel, .container .end{
        background-color: #626160;
        height:110px;
        max-width: 100%;
        width:100%;
        margin-bottom: 10px;
        float: none;
        /*text-align: center;*/
    }
    .container .end{
        height:125px;
    }
    .adm .titulo, .faq .titulo, .ouv .titulo, .tel .titulo, .end .titulo{
        text-align: center;
    }
    .container .figure{ /*usar para colocar a imagem do lado*/
            margin-top: 10px;
            float:left;
            padding:0;
            width: 53.125%;  
            /*text-align: center;*/
    }
    .container .titulo{
        float:left;
        padding:0;
        width: 53.125%;  
        margin-top: -10px;
        /*text-align: center;*/
    }
    .container .texto{
        float: none;
        width: 46%;
        /*text-align: center;*/
    }
    .container .adm figure z-image, .container .faq figure z-image, .container .ouv figure z-image, .container .tel figure z-image, .container .end figure z-image{
        height:125px;
    }
    .sep{ /* Habilita separador quando tela pequena*/
        display: block;
    }
}
@media screen and (max-width:421px){
    
    .container{	
	background-color: #858483;
	width:100%;
        max-height: 100%;
        height: auto;
    }
    .adm, .faq, .ouv, .tel, .end{
        text-align: center;
    }
    .container .adm, .container .faq, .container .ouv, .container .tel, .container .end{
        background-color: #858483;
        height:110px;
        max-width: 100%;
        width:100%;
        margin-bottom: 10px;
    }
    .container figure{
        margin-top: 10px;
        float:left;
        height:160px;
        margin:0;
        padding:0;
        width: 53.125%; /*não sei porque mas deixa o footer alinhado e arrumado, 
                            se tirar isso desse jeito ele buga. PORQUE ISSO?! não sei*/
    }    
    .container .adm figure z-image, .container .faq figure z-image, .container .ouv figure z-image, .container .tel figure z-image, .container .end figure z-image{
        height:125px;
    }
    .container .texto{
        display: none;
    }
    .sep{ /* Habilita separador quando tela pequena*/
        display: block;
    }
/*    .container a{
        -webkit-filter: invert(1);
    }
    .container .titulo{
        -webkit-filter: invert(1);
    }*/
}