/*----------------------------------------------------
PESQUISA MOBILE
----------------------------------------------------*/
.mobile-pesquisa-out, .mobile-pesquisa-in{width:100%; background-color:#fff; text-align:center; padding:10px 0px 10px 0px; position:fixed; left:0px; z-index:99; display:none; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s;}

@media screen and (max-width: 1023px) {
.mobile-pesquisa-out, .mobile-pesquisa-in{display:block;}
.mobile-pesquisa-out{top:-100px;}
.mobile-pesquisa-in{top:50px;}
#search-mob input[type="text"] { width: 90%; }
#search-mob input[type="text"] {
	font-family:  'Montserrat', sans-serif; color: #89928d; font-style:italic; font-size:0.8em; background-color:#e8e8e8; border:1px solid #e8e8e8; text-align:left;
	height:40px;
	margin:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline-style: none;
    padding: 6px 35px 6px 25px;
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
#search-mob ::placeholder{font-family: 'Comfortaa', cursive; font-size:0.9em; color:#000;}
#pesquisa-botao-mob{position:absolute; right:25px; top:4px; z-index:5; cursor:pointer; color: #000; font-size:1.4em;}
}