.sombra-btn{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.borda-btn{    
    border-radius: 5px;
}
.btn-padrao{
    border-radius: 5px;
    background: #F5821F;
}
.btn-padrao-laranja{
    border-radius: 5px;
    background: #F5821F;
    color: #fff;
}
.btn-padrao-laranja:hover{
    background: #e46f09;
    color: #fff;
}
.btn-padrao-branco{
    border-radius: 5px;
    background: #fff;
    color: #333;
}
.btn-mais-info{
    background: #FFFFFF;    
    border-radius: 5px;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 18px;
    color: #333;
}

.btn-mais-info:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
}

/*Animação*/
/* The animation code */
@keyframes animacao {
    from {  height: auto; }
    to {height: 100%;}
  }
  .animaFrase {        
    animation-name: animacao;
    animation-duration: 4s;
    animation-delay: -2s;
    animation-timing-function: linear;
  }


  *{
    margin: 0;
    padding: 0;
}
body{
    border-top: 5px solid #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media(min-width: 0){
	.creci{
		font-size: 11px;    
	    position: relative;
	    top: -12px;
	    left: 0px;
	    font-weight: bold;
	}
}

@media(min-width: 990px){
	.creci{
	    left: -96px;
	}
}

@media(min-width: 0){
    .btn-menu{
        width: 48px;        
        position: absolute;
        top: 30px;
        right: 20px;        
        background: url('../img/icones/menu.svg') no-repeat;
        background-size: 48px;      
        color: #000;          
        text-align: center;        
        padding: 45px 0 0 0;
        font-size: 12px;        
    }
    .btn-menu:hover{
        background: url('../img/icones/menuhover.svg') no-repeat;
        background-size: 48px; 
        color: #000;
        text-decoration: none;
    }
    .topo{
        margin: 0 0 10px 0;                
    }
    .topo .logo{    
        padding: 20px 0;
        background: url('../img/logo.png') no-repeat;
        text-indent: -9999px;        
    }        
    .topo .menu {
        display: none;
    }
    .topo .menu li{
        display: block;                
    }
    .topo .menu a{
        color: #000;
        font-size: 18px;        
        width: 100%;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }
    .topo .menu a:hover{
        background: #eee;
    }
}
@media(min-width: 768px){
    .topo{
        text-align: center;
    }
    .topo .logo{            
        background: url('../img/logo.png') top center no-repeat;        
    }   
    .btn-menu{
        display: none;   
    }
    .topo .menu {    
        padding-left: 10px;  
        margin-top: 10px;      
    }
    .topo .menu a{
        width: auto;        
        border: 0;
        padding: 0;
        font-size: 16px;
    }
    .topo .menu a:hover{
        background: none;
    }    
    .topo .menu {    
        display: block;
    }
    .topo .menu li{        
        margin-left: 20px;
        display: inline-table;
    }
}

@media(min-width:990px){
    .topo .logo{    
        border-right: 1px dotted #CFCFCF;
        background: url('../img/logo.png') no-repeat;   
    }
    .topo .menu {    
        margin-top: 50px;
    }
    .topo .menu a{            
        font-weight: normal;
    }    
    .topo .menu li{        
        margin-left: 35px;
    }
}


/* ****************** */

.contatos h4{    
    font-weight: bold;    
}
.contatos strong{
    display: table;
}
.contatos .ico-Instagram{
    background: url('../img/icones/instagram.png') no-repeat;
}
.contatos .ico-Twitter{
    background: url('../img/icones/twitter.png') no-repeat;
}
.contatos .ico-Facebook{
    background: url('../img/icones/facebook.png') no-repeat;
}
.contatos .redes li{
    display: inline-table;
    margin: 5px;    
}
.contatos .ico-redes{    
    width: 31px;
    height: 31px;
    display: table;
    text-indent: -99999px;
    background-size: 31px;
}

/* ******************* */
@media(min-width: 0){  
    .contatos .telefones{
        display: none;
    }
    .contatos .telefones h4{
        text-align: center;
        padding: 0 0 15px 0;    
    }
    .contatos .telefones{
        text-align: center;
        border-top: 1px solid #eee;
        padding: 10px 0 0 0;
        margin: 20px 0 0 0;
        line-height: 18px;
    }
    .contatos strong{
        display: block;    
        font-size: 14px;
    }
    
    .contatos .telefones li{        
        display: inline-table;        
    }
    
}
@media(min-width: 990px){
    .contatos .telefones{
        display: block;
    }
    .contatos a{
        color: #000;
    }
    .contatos a:hover{
        color: #F5821F;
    }
    .contatos .telefones h4{     
        padding: 0 0 0 0;    
    }
    .contatos .telefones{
        text-align: left;
        border: 0;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .contatos .telefones li{        
        padding-left: 20px;
    }
    .contatos strong{     
        font-size: 18px;
    }
}
@media(min-width:0){
    ul.redes{
        text-align: center;
    }
}
@media(min-width:990px){
    ul.redes{
        text-align: center;
    }
}
/* ****************** */
.rodape{
    padding: 0 0 50px 0;
}
.rodape .container .dados-rodape{
    border-top: 5px solid #F5821F;
    padding: 20px 0 20px 0;    
}
.rodape{
    width: 100%;    
    display: table;
    background: #F0F0F0;    
    margin: 50px 0 0 0;
}
.rodape span{
    display: table;
}
.rodape .desenvolvido{
    background: url('../img/icones/alexmax.com.br.png') no-repeat;
    text-indent: -99999px;
    display: block;
    width: 100px;
    height: 30px;    
}
.cont-interna .busca{    
    padding: 0;
}
.cont-interna .options-busca{    
    display: none;
}

@media(min-width: 0){
    .faixa{
        background: #F8F8F8;
        padding: 10px 0;
    }
    .faixa h1{
        margin: 10px 0;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
    }
    .imovel-int{
        margin: 0 0 100px 0;
    }
}
@media(min-width: 990px){
    .faixa h1{     
        font-size: 36px;
        text-align: left;
    }
}
/* Busca avançada */
@media(min-width: 0){
    .busca form{    
        position: relative;
    }
    .btn-buscaAvancada{      
        color: #000;
        padding: 5px 0 5px 32px;
        font-size: 20px;
        background: url('../img/icones/lupa.svg') 0px 3px no-repeat;        
        display: table;
        margin: auto;
        position: relative;
        top: 15px;
        font-weight: bold;
    }
    .btn-buscaAvancada:hover{
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }
}
@media(min-width: 990px){
    .btn-buscaAvancada{    
        position: absolute;
        top: 55px;
        left: 10px;
    }
}
.inst{    
    font-size: 14px;
    line-height: 168.6%;
    text-align: justify;
    color: #212121;
    margin-bottom: 50px
}

.inst p{
    margin: 20px 0;
}
.inst img.img-inst{
    width: 100%;
    padding-left: 15px; 
}
.inst h1 {
    line-height: 44px;
}
.inst h1 span{
    display: table;
    font-size: 72px;
}
.inst p span{
    font-size: 24px;
}

.inst h1{
    /*background: #E9E9E9;    */
    padding: 0px 10px;
}

@media(min-width: 0){
    .contato{
        max-width: 500px;    
        margin: 0 auto;
    }

    .contato input{
        width: 100%;
        padding: 5px 0;
    }
    .contato textarea{
        width: 100%;
        padding: 5px 0;
    }
    .contato label{
        display: table;
    }
    .contato li{
        margin: 10px 0;
    }
    .contato li:last-child{        
        margin: 40px 0;
        display: table;
    }
}

@media(min-width: 0){
    input[name="enviar"] {
        border-radius: 5px;
        background: #F5821F;
        color: #fff;
        padding: 10px 0px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border: none;
        font-size: 18px;
    }
    input[name="enviar"]:hover{
        background: #e46f09;
    }
    input[name="limpar"] {
        border-radius: 5px;
        background: #ccc;
        color: #fff;
        padding: 10px 0px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border: none;
        font-size: 18px;
    }
    input[name="limpar"]:hover{
        background: #eee;
        color: #333;
    }
}

ul.paginacao{
    margin: 50px 0 100px 0;
    color: #000;
}
ul.paginacao a{    
    padding: 5px;
}
.page a {
    color: #000!important;
}


.banner-destaque{    
    display: table;
    background: #F5821F;
    position: relative;
    max-width: 1170px;
    margin: auto;    
}

.banner-destaque .flex-control-nav{    
    position: absolute;
    bottom: -50px;
    left: 0;
    display: none;
}
@media(min-width: 0){
    .banner-destaque .custom-navigation{
        position: absolute;
        bottom: 75%;
        left: 0;
        z-index: 1000;     
        width: 100%;
        display: none;
    }

    .banner-destaque .flex-prev{        
        background: url('../img/icones/seta_banner.svg') no-repeat;         
        
    }
    .banner-destaque .flex-next{    
        background: url('../img/icones/seta_banner.svg') no-repeat;
        right: 0;
        transform: rotate(180deg);        
    }
    .banner-destaque .custom-navigation a{
        width: 40px;
        height: 60px;
        background-size: 35px;
        display: table;
        position: absolute;
        /*text-indent: -99999px;*/
        color: #fff;
        padding: 20px;
    } 
    .banner-destaque .banner{    
        background-repeat: no-repeat;        
        text-indent: -99999px!important;  
        min-height: 300px;
        background-repeat : no-repeat!important; 
        background-size : 125%!important; 
        background-position: 50% 0%!important;
    }
}

@media(min-width: 990px){
    .banner-destaque .custom-navigation{
        width: 110%;
        bottom: 60%;
        left: -5%;
        display:block;
    }
    .banner-destaque .banner{    
        background-repeat: no-repeat;        
        text-indent: -99999px!important;  
        min-height: 420px;
        background-size : 100%!important; 
        background-position: 50% 50%!important;
    }
}
@media(min-width: 0){
    .banner-destaque img{
        width: 100%;    
        margin: 5px auto;
        /* max-height: 600px; */
    }
    .descricao-imovel{    
        padding: 5px 20px;
        color: #fff;
        text-align: center;
        line-height: 24px;
    }
    
    .descricao-imovel h1{
        font-size: 24px;
        padding: 0;
        margin: 0;
        color: #fff;
    }
    .banner-destaque .descricao p{
        color: #fff;
    }
    .descricao-imovel p{
        display: none;
        color: #fff;
    }
}
@media(min-width: 768px){ 
    .descricao-imovel {
        padding: 40px 20px
    }   
    .descricao-imovel h1{
        font-weight: bold;        
    }
}
@media(min-width: 990px){
    /*.descricao-imovel {
        padding: 40px 20px
    }*/
    .descricao-imovel h1{
        padding: 10px 0;
    }
    .banner-destaque img{        
        margin: 0 0 0 -5px;
    }
    .descricao-imovel p{
        display: block;
    }
}
/********************************/
@media(min-width: 0){    
    .imoveis-destaque .imoveis-info{
        width: 100%;
        background: #000;
        padding: 10px 15px;
        opacity: 0.9; 
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 14px;
    }
    .imoveis-destaque img{
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /* filter: grayscale(100%); */
    }
    .imoveis-destaque img:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .imoveis-destaque img:hover{
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }    

    .imoveis-destaque .desc-item{        
        padding: 5px;
        margin-right: 5px;   
        text-align: center;  
        color: #fff;   
    }
    .imoveis-destaque .cod{
        font-size: 16px;
        text-align: center;        
        padding-top: 10px;
        color: #fff;
    }
    .imoveis-destaque a{
        color: #fff;
    }
    .imoveis-destaque div{
        padding: 0;
        margin: 0;
    }
    .imoveis-destaque li{
        margin: 0 0 10px 0;
        position: relative;        
    }
    .imoveis-destaque li .negociado{
        position: absolute;
        top: 50%;
        left: 0;
        background: #000000;
        opacity: 0.7;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 47px;
        color: #FFFFFF;
        width: 100%;
        z-index: 100;
        padding: 20px;
        text-indent: 0;
        text-align: center;
    }
}
@media(min-width: 768px){
    .imoveis-destaque .imoveis-info{
        height: 190px
    }
    .imoveis-destaque img{
        height: 177px;
    }
}

@media(min-width: 990px){
   
    .imoveis-destaque img{
        height: 177px;
    }
    
}

@media(min-width: 1440px){
     .imoveis-destaque li{
        padding: 0;
        margin: 0;        
    }
    .imoveis-destaque .imoveis-info{
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0;  
        opacity: 0.8;   
        font-size: 14px;
        height: 100px;
    }
    .imoveis-destaque img{
        border-radius: 0;    
        height: 366px      
    }
    .imoveis-destaque .desc-item{     
        border-right: 1px solid #333;
        text-align: left;
    }
    .imoveis-destaque .cod{
        border: 0;
    }
}
/****************************/

@media(min-width: 0){
    .busca{    
        padding: 30px 0 50px 0;
        max-width: 900px;
        margin: auto;
    }
    .busca div{
        margin: 0;
        padding: 0;
    }
    .busca h1{
        text-align: center;
        font-size: 30px;
    }
    .busca input{
        width: 100%;
        padding: 10px 5px;
        font-size: 12px;    
        border: 1px solid #ccc;        
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
}
@media(min-width: 768px){
    .busca h1{
        font-size: 36px;
    }
    .busca div{        
        padding: 0px 2px;
        margin: 0 0 2px 0;        
    }
    .busca input{
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media(min-width: 0){
    .options-busca{    
        padding: 10px 0;
        display: none;
    }
}
@media(min-width: 990px){
    .options-busca{    
        display: block;
    }
}
.options-busca a{        
    display: table;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    display: block;
    padding: 10px 0px;   
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);             
}
.options-busca a:hover{
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);              
    text-decoration: none;
}
/***************************/
@media(min-width: 0){
    .imoveis-home-inferior{    
        display: table;
        margin: 20px 0 40px 0;
        background: #F3F3F3;
        text-align: center;
    }
}
@media(min-width: 768px){
    .imoveis-home-inferior{    
        margin: 80px 0;
    }
}

.imoveis-home-inferior h1{
    font-weight: bold;    
    font-size: 30px;
    margin: 30px 0;
}
.imoveis-home-inferior img{
    width: 100%;
}
.imoveis-home-inferior .descricao{
    padding: 20px 40px;
    line-height: 24px;
}


ul.paginacao a{    
    font-size: 18px;
    display: inline-table;        
}

/********************* */
@media(min-width: 0){
    .fix-lateral{        
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.3);
        position: fixed;
        bottom: 0;
        right: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;     
        padding: 10px;    
        display: table;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;    
        z-index: 1000;    
        text-align: center;
    }
    .fix-lateral h4{
        font-weight: bold;     
        display: none;   
    }
    .fix-lateral li{        
        display: inline-table;                    
        padding: 5px 0;        
    }
    .fix-lateral a{        
        display: table;
        width: 100%;                
        padding: 45px 0 5px 0px;
        line-height: 16px;        
        color: #000;  
    }
    .fix-lateral li:last-child{
        border: 0;
        display: none;
    }  
    .fix-lateral li.phone{
        padding: 0px 0 5px 0px;
        background: url('../img/icones/phone.png') no-repeat 50% 5px;
    } 
    .contatos li.Whatsapp a{
        background: url('../img/icones/whatsapp.png') 50% -8px no-repeat;
        background-size: 55px;
    }    
    .contatos li.corretor a{
        background: url('../img/icones/corretor.png') 50% 0 no-repeat;
    }

}
@media(min-width: 1200px){
    .fix-lateral{
        width: 215px; 
        bottom: 150px;
        right: 0;
        text-align: left;
    }
    .fix-lateral li.phone{
        /*padding: 40px 0 5px 0px;*/
        background: url('../img/icones/phone.png') no-repeat 0 5px;
    } 
    .contatos li.Whatsapp a{
        background: url('../img/icones/whatsapp.png') -3px -5px no-repeat;
        background-size: 55px;
    }    
    .contatos li.corretor a{
        background: url('../img/icones/corretor.png') no-repeat;
    }
    .fix-lateral li{     
        border-bottom: 1px dotted #ccc;
        display: table;    
        text-indent: 0;            
    }
    .fix-lateral li.phone{
        padding: 5px 0 5px 0px;        
    }
    .fix-lateral a{
        padding: 5px 0 5px 50px!important;
        line-height: 18px;
    }      
    .fix-lateral strong{
        display: table;
    }  
}

.detalhe-imovel {
    font-size: 16px;
}
.detalhe-imovel .rodape{
    padding: 0 0 150px 0;
}
.int .imoveis-destaque{
    padding: 30px 20px;
}
@media(min-width: 768px){
    .int .imoveis-destaque img{
        height: 240px;            
    }
}
.int .imoveis-destaque p{
    margin: 0 0 40px 0;
}
.imoveis-destaque .container{    
    margin: 0 auto;
}
/* *************** */
@media(min-width: 0){
    .interesse-imovel{        
        display: table;
        padding: 20px!important;
        background: #F5821F;
        border-radius: 20px 20px 20px 0px;
        color:#fff;
        margin-bottom: 40px!important;
    }
    .interesse-imovel h3{
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .interesse-imovel strong{
        display: table;
    }
    
    .interesse-imovel h4{        
        margin: 0;
        padding: 0;
        display: block;
    }
    .detalhe-imovel p.descricao{
        padding: 0 0px 0 0px; 
        text-align: justify;       
    }
    .interesse-imovel p{
        margin: 20px 0 10px 0!important;        
        line-height: 18px;
        border-top: 1px dotted #834108;
        padding: 10px 0 0 0;
    }
    .interesse-imovel input{
        width: 100%;
        padding: 10px;
        border: 0;
        margin: 0 0 2px 0;
        border: 1px solid #ccc;
        color: #000;
        border-radius: 5px;
    }
    .interesse-imovel input[type="submit"]{
        color: #000;
    }
    .interesse-imovel input[type="submit"]:hover{
        font-weight: bold;
    }
    .interesse-imovel .btn-interesse{
        display: block;        
        width: 100%;
        padding: 10px 5px;
        font-size: 12px;
        border: 1px solid #ccc;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        background: #eee;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
    }
    .interesse-imovel .btn-interesse:hover{
        background: #F8F8F8;
    }
}
@media(min-width: 768px){
    .detalhe-imovel p.descricao{
        padding: 0 40px 0 0px;         
    }
}
.btn-compartilhar{
    display: block;    
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 139.7%;
    color: #FFFFFF;
    max-width: 300px;
    margin: 20px auto;
    padding: 20px 20px 20px 80px;
    background: url('../img/icones/whatsapp.png') #00A82D no-repeat 15px 10px;    
}
.btn-compartilhar:hover{
    text-decoration: none;
    color: #fff;
    background: url('../img/icones/whatsapp.png') #009728 no-repeat 15px 10px;    
}

/*
*
*
Estrutura HTML que o modal deve conter, o que defini o tamanho dos modais sÃ£o as classes modal-small, modal-medium, modal-big; conforme ex: abaixo; 
<div id="modal-cnpj" class="modal-padrao modal-small">
	<div class="container-modal">
		<a href="#" class="fechar">x</a>
		<h1>Titulo do modal</h1>
		<div class="conteudo"></div>
	</div>
	<div class="mascara"></div>
</div>
*
*
*
*/
/*Estilizando modais*******************************/
.modal-padrao {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
}
.mascara{
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.85;
	z-index: 1;
}
.mascara-disabled{
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.fechar{
    font-size: 24px;
    background: #F5821F;
	color:#fff;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -5px;
	width: 35px;
	height: 35px;	
	border-radius: 20px;	
	text-align: center; 
	box-shadow: 0px 0px 10px #333;
    z-index: 30;
}
.fechar:hover{
    background: #ffab61;
    color: #fff;
}
.modal-padrao .fechar:hover, .fechar:visited, .fechar:active{
	text-decoration: none;
}
.modal-padrao .conteudo{	
	margin-top: 40px;
}
@media(min-width: 0){
	.modal-padrao h1{
		margin: 0;
		font-size: 24px;
		font-weight: bold;
		color: #444;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		padding: 8px 10px;
		margin-bottom: 10px;
		z-index: 20;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;				
	}
}
@media(min-width: 1024px){
	.modal-padrao h1{
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
}
/*Posicionamento dos modais*****************/
@media(min-width: 0){
	.modal-padrao .container-modal{		
		position: absolute;			
		top: 8px;
		left: 3px;	
		width: 98%;		
		background: #fff;
		z-index: 20;
		padding: 20px;	
		border-radius:4px;	
		box-shadow: 0px 0px 20px #333; 
	}	
}
@media(min-width: 1024px){
	.modal-padrao .container-modal{		
		border-radius:4px;
	}	
}
/*modais pequeno*/
@media(min-width: 1024px){
	.modal-small .container-modal{
		width: 600px;
		top: 10%;
		left: 50%;	
		margin-left: -300px;
	}
}
/*Modais mÃ©dio*/
@media(min-width: 1024px){
	.modal-medium .container-modal{
		width: 800px;
		top: 20%;
		left: 50%;	
		margin-left: -400px;
	}
}
@media(min-width: 1200px){
	.modal-medium .container-modal{
		width: 900px;
		top: 10%;
		left: 50%;	
		margin-left: -450px;
	}
}
/*Modais grande*/
@media(min-width: 1024px){
	.modal-big .container-modal{
		top: 10%;
		left: 50%;	
		width: 80%;	
		margin-left: -40%;	
	}
}

/* Modal busca **********************/
#modal-buscaAvancada input, select{
    display: block;
    width: 100%;
    padding: 5px;
}
#modal-buscaAvancada li{
    margin: 20px 0;
    text-align: left;
}
.faixa-preco label{
    width: 100%;
}
#modal-buscaAvancada .sel{
    display: inline-table;
}
#modal-buscaAvancada input[type="submit"]{
    border: 0;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 0;
}