#search-close{position:absolute; top:10px; right:20px; z-index:1004; color:#000; font-size:2em;}

.pesquisa-mobile-close, .pesquisa-mobile-open{width:100%; position:fixed; height:100vh; top:0px; overflow:auto; padding:10px; z-index:1003; background-color:#fff;}
.pesquisa-mobile-close{display:none; animation-name: mobilepesquisamodalclose; animation-duration: 0.3s; animation-iteration-count: 1;}
.pesquisa-mobile-open{display:block; animation-name: mobilepesquisamodal; animation-duration: 0.3s; animation-iteration-count: 1;}


@keyframes mobilepesquisamodal {
  0% {opacity: 0; display:none;}
  100% {opacity: 1; display:block;}
}
@keyframes mobilepesquisamodalclose {
  0% {opacity: 1; display:block;}
  100% {opacity: 0; display:none;}
}

.pesquisa-mobile-field{width:100%; position:relative; float:left; text-align:center; margin-bottom:20px; padding:0px 10px 0px 10px;}

.pesquisa-mobile-botao{position:relative; float:left; padding:12px 60px 12px 60px; background-color:#d2d329; color:#fff; font-size:1em; font-weight:500; cursor:pointer; border-radius:4px;
background: rgb(93,133,149); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(93,133,149,1) 0%, rgba(211,211,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(93,133,149,1) 0%,rgba(211,211,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(93,133,149,1) 0%,rgba(211,211,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d8595', endColorstr='#d3d329',GradientType=1 ); /* IE6-9 */
}
.pesquisa-mobile-botao:hover{
background: rgb(211,211,41); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(211,211,41,1) 0%, rgba(93,133,149,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(211,211,41,1) 0%,rgba(93,133,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(211,211,41,1) 0%,rgba(93,133,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d329', endColorstr='#5d8595',GradientType=1 ); /* IE6-9 */
}


/*--------------------------------------------------
FORMULÁRIOS
----------------------------------------------------*/
.pesquisa-mobile-subtitulo{width:100%; text-align:center; position:absolute; top:-10px; left:0px; z-index:2; font-family: 'Roboto', sans-serif; font-size:0.8em; color:#393939; font-weight: 400;}

.mobile-form .mdb-select{
  font-family:  'Montserrat', sans-serif;
  font-size:0.9em;
  border: none;
  width: 100%;
  color:#135578;
  overflow: hidden;
  padding:14px 25px 14px 25px;
  min-height:50px;
  border:1px solid #d7d7d7;
  background: url("../images/arrow.png") no-repeat right #fff;
  border-radius:5px;
	  }
	  
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@media screen and (min-width: 1920px) and (max-width: 2159px) { /* PARA DISPOSITIVOS GRANDES*/
}
@media screen and (min-width: 2160px) { /* PARA DISPOSITIVOS MUITO GRANDES*/

}