@charset "utf-8";
/* CSS Document */
body {

}
a {
    color: #003399 ;
}
a:hover {
    color: #0d95e8;
    text-decoration: none;
}
.sombra{
    text-shadow: 0 2px 4px #000;
}
.quebra-linha{
    white-space:normal !important;
    word-wrap: break-word; 
}
.div-sombra{
    box-shadow: 1px 1px 8px;   
}
.error{
    color: #dc3545;
    font-size: 18px;
}
.text-azul.a, .text-azul  {
    color: #003399 ;
}
/* NAVBAR */
.navbar-dark .navbar-nav .nav-link:hover {

    text-shadow: 0 2px 5px #999 !important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 1rem;
    text-shadow: 0 1px 2px #fff !important;
}
@media screen and (max-width:1170px){
    .navbar-expand-md .navbar-nav .nav-link  {
        font-size:14px; 
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}
@media screen and (max-width:770px){
    .navbar-expand-md .navbar-nav .nav-link  {
        font-size:18px; 
    }
}

/* SLIDE */
.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
    display: block;
    height: 640px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
@media screen and (max-width:770px){
    .carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
        display: block;
        height: 280px;
    }
}

/* SELECT2 */
.select2 {
    width: 100%!important; /* overrides computed width, 100px in your demo */
}
.select2-container--default .select2-selection--single{
    border-radius: 0px !important;
    background-color:#fff !important;
}
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    min-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ACACAC transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 10px 8px 0 8px !important; 
    height: 0;
    left: 50%;
    margin-left: -12px !important;
    margin-top: 4px !important;
    position: absolute;
    top: 50%;
    width: 0;
}


.page-link a{
    height: auto;
    width: 100%;
}

.box-descricao{
    max-height: 220px;
    overflow: auto;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #dee2e6 #dee2e6 #343a40 !important;
}
.indicator {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 15px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
}

/* CSS DOS LOOPS POSTS  */
.post_list{
    padding-bottom:30px;
    padding-top:30px;
    border-bottom:1px #CCC solid;
}
.post_dados{	
    line-height:23px;
}
.post_img img{
    border:0px;
    border-radius:4px;		
}
.post_dados h3{
    font-size:24px;
    font-weight:bold;
    margin-top:8px;	
}
.post_cat{
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    color:#666;	
}
.post_dh{
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    color:#333;	
}
.btn-espaco{
    margin: 5px;
}

.data_hora{
    color:#929292;
    font-size:12px;	
}
.titulo{	
    margin-bottom:6px;	
}
.titulo h1{
    font-size:35px;
    font-weight:bold;
    border-bottom: #CCC solid 1px;
    padding-bottom:15px;
}

.conteudo{	  
    font-size: 16px;
    line-height: 30px;		 		
}

.rodape-inicial{
    min-height:250px;
    padding-top:30px;
    padding-bottom:25px;
    background-color:  #e0e0e0;
    border-top:  #900 solid 10px;
    font-size: 16px;
    line-height: 27px;
}
.menu-rodape-inicial h3{
    font-size:32px;
    color:#000;
}
.menu-rodape-inicial h1{
    font-size:18px;
    margin: 0px;
    padding: 0px;
    color:#000;
    line-height: 27px;
}

.rodape{
    min-height:250px;
    padding-top:30px;
    padding-bottom:25px;
    background-color: #333;
}
.menu-rodape h3{
    font-size:32px;
    color:#FFF;
}
.menu-rodape ul{
    margin-left:1px;
    margin-bottom:5px;
    padding-left:1px;
    list-style-type:none;
}
.menu-rodape li{
    padding-left:0px;
}
.menu-rodape li a{
    text-decoration:none;
    display:block;
    color: #CCC;
    font-size:14px;
    font-weight:bold;
    padding-bottom:6px;
}
.menu-rodape li a:hover{
    color: #FDDF19;
    display:block;
}

.pointer{
    cursor: pointer;
}

.bg-azul{
    background-color: #0d95e8;
}

.bg-verdinho{
    background-color: #80ba27 !important;
}
.bg-home{
    background-image:url(../img/img-bg-ligadao.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;   
    min-height:280px;
    margin-bottom:15px;
    border-bottom: #184770 solid 2px;

}
.busca-home{
    padding-top:70px;
}
@media screen and (max-width:770px){

    .bg-home{
        min-height:220px;
    }
    .busca-home{
        padding-top:20px;
    } 
}
.slick-prev::before, .slick-next::before {
    color: #292222 !important;  
}
.slick-next {
    right: -25px !important;
}
.slick-prev {
    left: -5px !important;
}
.slick-prev, .slick-next {   
    top: 60% !important;
}

#custom-search-input, .custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input, .custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button, .custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

#custom-search-input .fa-search, .custom-search-input .fa-search{
    font-size: 26px;
}

.custom-search-navbar{
    padding: 0px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.custom-search-navbar input{
    border: 0;
    box-shadow: none;
}

.custom-search-navbar button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

.custom-search-navbar .fa-search{
    font-size: 22px;
}

/* LISTA DE PRODUTOS */
.box-produto{
    height: 135px;
}
.box-produto-infos{
    padding-left: 25px;

}
.box-produto-simplificado{
    height: 95px;
}
.crop {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.crop img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.crop img.portrait {
    width: 100%;
    height: auto;
}
@media screen and (max-width:992px){
    .box-produto{
        height: 160px;
    }
    .box-produto-simplificado{
        height: 150px;
    }
}
@media screen and (max-width:576px){
    .box-produto{
        height: 240px;
    }
    .box-produto-simplificado{
        height: 220px;
    }
    .box-produto-infos{
        padding-left: 15px;
    }

}

/* LINHAS DE DECORAÇÂO*/
.side-img {
    width: 75px;
    display: inline-block;
    height: 14px;
}

.side-img i {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid #003399;
    height: 1px;
    display: inline-block;
    width: 75px;
    float: left;
}

.side-img i:first-child,
.side-img i:last-child {
    width: 65px;
}

.side-img.left-side-img i:first-child,
.side-img.left-side-img i:last-child {
    width: 65px;
    margin: 0 0 1px 10px;
}

/* CSS PRODUTO */
.img-produto{
    height: 230px;
}
.img-galeria {
    display: block;
    height: 65px;
    max-width: 90px;
    line-height: 1;
}
.lista-thumbs{
    overflow: auto;
    height: 120px;
}

.img-center{
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-item.active .page-link {
    background-color: #72889f;
    border-color: #999;
}


a.link-mais {
    text-decoration:none;
    outline: none;
}
.mais-conteudo span {
    display: none;
}

.desabilitado-limpo {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #999 !important;
}
.desabilitado {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .3;
    background-color: #CCC !important;
    color: gray;
    border-color: gray !important;
}


@media screen and (max-width:750px){


}

@media screen and (max-width:390px){


}

@media screen and (max-width:320px){


}

.bg-cinza {
    background-color: #e7eef5 !important;
}

.tamanho-custom-textarea {
    height: 40px;
}

/* LISTA DE VEICULOS */
.box-anuncio{
    min-height: 485px;
}
.titulo-anuncio{
    min-height: 20px;

}
.img-anuncio {
    display: block;
    height: 205px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
.page-link a{
    height: auto;
    width: 100%;
}
/* VEICULO */
.img-galeria {
    display: block;
    height: 80px;
    max-width: 115px;
    line-height: 1;
}
.img-comercio{
    height: 65px;
}

.box-descricao{
    max-height: 220px;
    overflow: auto;
}
.lupa-imagem{
    position: absolute;
    top: 5px;
    right: 3px;
    width: 35px;
    height: 35px;
    color: 'red';
}


/* MENU AREAS DE ATUAÃ‡ÃƒO NA HOME*/
.list-group-custom{
    border: 0px;
    padding-left: 25px !important;
}
.list-group-custom:hover {
    background-color:#184770;
    color:#FFF;
}

.img-anuncio{
    background-size: contain;
    background-repeat: no-repeat;    
    background-position: top center;
    min-height: 250px;
}


@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}

.box-comercio{
    min-height: 270px;
}


.select-cidade-atual{
    width: 195px;
}
@media screen and (max-width:770px){
    .select-cidade-atual{
        width: 99%;
    }
}
#enviar-arquivos{
    height: 135px;
    width: 99%;
    background-image:url('../img/drag_and_drop.png');
    background-position: center;
    background-size: 350px ;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    border: dotted 2px #999;
    cursor: pointer;

}
#enviar-arquivos.dragover {              
    background-color: #999999;
}
.box-imagem-upload{
    min-height: 175px;
}

#img_destaque-error{
    display: none !important;
}
.img-anuncio-thumb{
    max-height: 70px;
    float: left;
    margin-right: 1px;
    margin-top: 1px;
}
.box-figure{
    background-size: cover; 
    background-repeat:no-repeat;
    background-position: center top;
}
.banner-anuncio{
    background-image:url(../img/banner-anunciar.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;   
    min-height:280px;
    margin-bottom:15px;
    border-bottom: #184770 solid 2px;

}

.crop-loop {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.crop-loop img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.crop img.portrait {
    width: 100%;
    height: auto;
}