/* ********* FOOTER ********* */
   footer{
   	background: #121212;
   	widows: 100%;
   	height: auto;
   	padding: 50px 0 30px 0;
   	box-sizing: border-box;
   	margin-top: 90px;
    position: relative;
   }

   .footer__img img{
   	width: 80px;
   }

   footer:last-of-type .copy{
   	font-size: 11pt;
   	text-align: right;
   	color: #eee;
   	font-weight: 300;
   }

   footer:last-of-type .copy a{
   	color: #eee;
   	font-size: 9pt;
   	display: block;
   	text-decoration: underline;
   }

   footer:last-of-type .siga-nos{
   	color: #fff;
   	font-weight: 300;
   }

   footer:last-of-type .icon-fa{
   	 display: -webkit-flex;
   	 display: -ms-flexbox;
   	 display: -moz-flex;
   	 display: flex;
   	 justify-content: center;
   	 align-items: center;
   	 margin-top: 15px;
   }

   footer:last-of-type .icon-fa a{
   	margin-right: 15px;
   	border: 1px solid rgba(355,355,355,.3);
   	border-radius: 90px;
   	width: 50px;
   	height: 50px;
   	display: flex;
   	justify-content: center;
   	align-items: center;
   	font-size: 20px;
   	color: #fff;
   	transition: all .2s ease-in-out;
   }

   footer:last-of-type .icon-fa a:hover{
   	background: #f18321;
   	border: 1px solid #f18321;
   }

   footer:last-of-type .icon-fa a:last-of-type{
   	margin-right: 0px;
   }

   @media all and (max-width: 800px){
   	.fale-conosco{
   		padding-top: 0px;
   	}

   	.fale-conosco h1{
   		margin: 30px 0px 5px 0px;
   	}

   	.fale-conosco h2{
   		text-align: center;
   	}

     .fale-conosco .ps{
     	margin-bottom: -20px;
     	text-align: center;
     }
    .fale-conosco__info__item{
    	text-align: center;
    }
    

    .fale-conosco__info__item > div{
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}

	.deseja{
	 margin-top: 40px;
	 text-align: center;
   }

     footer:last-of-type{
   	margin-top: 30px;
   }

    footer:last-of-type .icon-fa a{
	   	width: 40px;
	   	height: 40px;
   }

   footer:last-of-type .icon-fa a i{
   	font-size: 15px;
   }

     .footer__img img{
   	width: 80px;
   	margin: auto;
   	display: block;
   }

   footer:last-of-type .copy{
   	text-align: center;
   	margin-top: 20px;
   }

   }

 

