/*Default CSS*/
/*tooltip css*/
.tooltipMy {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}
.ui-autocomplete {
  z-index:2147483647;
  background: inherit;
  position: absolute;
  width: 10%;
  padding-left: 10px;
}
.d-none{
  display: none !important;
}
.tooltipMy .tooltipMytext {
    z-index: 9999999;
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 1px;
    border-radius: 6px;
    transition: opacity 0.3s;


}
.border{border:1px solid #dee2e6!important}
.border-top{border-top:1px solid #dee2e6!important}
.border-right{border-right:1px solid #dee2e6!important}
.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-left{border-left:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}
.border-primary{border-color:#007bff!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#28a745!important}
.border-info{border-color:#17a2b8!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#343a40!important}
.border-white{border-color:#fff!important}
.rounded-sm{border-radius:.2rem!important}
.rounded{border-radius:.25rem!important}
.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-lg{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-0{border-radius:0!important}
.rounded-10{border-radius:10px!important}
.h3Combina{
font-size: 24px;
}
.orangeBk{
  background: orange;
}
.blueBk{
  background: #337ab7;
}
.combinaContainer{
/* background: lightgrey; */
border-radius: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
}
.h4Combina{
  color: black !important;
font-size: 19px !important;
}
.carousel-img450{
height:450px !important;
width:auto !important;
}
.carousel-img340{
height:340px !important;
width:auto !important;
}
.carousel-img300{
height:300px !important;
width:auto !important;
}
.carousel-height{
  height: 100% !important;
  width:auto !important;
}
.tituloCombina{
  border-radius: 10px 10px 0px 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  /* width: 70%; */
  text-align: left;
  /* float: left; */
  position:inherit;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
}
.celulaCombina p{
  border-bottom:1px solid black;
  border-left:1px solid black;
  border-right: 1px solid black;
  color: black;
  text-transform:  capitalize;
  padding: 5px;
  font-weight: 900;
}
.celulaCombina .green, .celulaCombina .red{
text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.celulaCombina{
  text-align: center;

}
.celulaCombinaTop{
  margin-bottom:10px;
}
.setaDir{
  vertical-align: middle;
  float: right;
  position: absolute;
  /* top:-6px; */
  z-index: 999;
  transform: scaleX(20);
  transform: scale(20, 4);
  right: -30px;
  padding-top: -10px;
  /* padding: 0px; */
  margin-top: -5px;
  font-weight: 1000;

  /* font-size: 4em; */
}
.okay{
  color: lime;
}
.notOkay{
  color: red;
}
.imgArrowDiv{
  position:absolute;
  right: 10px;
}
.imgArrow{
  position:relative;
  top:-5.5vw;
  right: -16vw;
  z-index:999;
  max-width:100%;
  width:30vw;
  padding: 0px;
  margin: 0px;
  float: right;
}
.celulaCombinaBottom{
  margin-bottom:30px;
}
/* .tooltipMy .tooltipMytext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
} */
.img-responsive-index{
  height:17vw;
  background-color:rgba(220, 220, 220, 0.7);
}
.img-responsive-index img{
  height: 100% !important;
  width:auto !important;
}
.tooltipMy:hover .tooltipMytext {
    visibility: visible;
}
.tooltipMy-right {
  top: -18px;
  left: 125%;
}
.tooltipMy-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
.tooltipMy-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.tooltipMy-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltipMy-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

.tooltipMy-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipMy-left {
  top: -18px;
  bottom:auto;
  right: 128%;
}
.tooltipMy-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}



/*tooltip css*/
.destaques{
  /* background: lightgrey;
  width: auto;
  display: flex;
  padding: 10px 5px;
  border-radius: 10px; */

  background: lightgrey;
      height: auto;
      padding: 10px 5px;
      border-radius: 10px;
      width: auto;
      display: flow-root;
}

.inputEmpty{
  border: 1px dotted red;
}

.bottom-margin10{
  margin-bottom: 10px;
}
.bottom-margin15{
  margin-bottom: 15px;
}
.bottom-margin30{
  margin-bottom: 30px;
}
.bottom-margin20{
  margin-bottom: 20px;
}
.bottom-margin80{
  margin-bottom: 80px;
}
.borderTopRadius15px{
  border-radius: 15px 15px 0px 0px;
}
.bkTxt{
  padding:10px;
  border-radius:8px;
  background-color:rgba(0, 0, 0, 0.6);
  width: auto;
}
.bkGrey{
  background: #f7f7f7 !important;
}
.not-allowed{
  cursor: not-allowed;
}
.politicas h2 {
  margin:25px 0px 8px 0px ;
}
.politicas p {
  text-indent: 4em !important;
  color:#666 !important;
  text-align: left !important;
  margin-left:10px;
}
.margin2{
  margin: 2px;
}
.celula{
  /*border:2px solid lightgrey !important;*/
  /*align-self: center !important;*/
  /*border-top:  3px solid #f4c417 !important;*/
  /*shadow:  3px solid #000 !important;*/
  /*box-shadow:    0px -2px black ;°*/
  /*box-shadow:  0px -4px #f4c417;*/
  border-bottom:  3px solid lightgrey !important;
  border-right:  3px solid lightgrey !important;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px !important;
  height: auto;
  max-height: 85vh !important;
  /*max-width: 100vh !important;*/
  width: auto;
  overflow: auto;
  /*z-index: 1 !important;*/
}
.celulaWebView{
  border:  3px solid lightgrey !important;
  background-color: #fff !important;
  padding: 25px !important;
  margin:20px;
}
.shadowTxt{
text-shadow: 2px 2px #333;
}
.close:hover{
  cursor: pointer;
  background: red !important;
  color:white;
}
.close{
  color:#fff;
  opacity: 50 !important;
  border-radius: 1000px;
  padding: 0px 4px !important ;
  font-weight: bold;
  margin-left: 5px;
}
.dataTables_length, .dataTables_info{
  float:left !important;
}
.input-sm{
  padding: 0px 10px !important;
}
.col-md-1emeio{
width:12.5%;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.text{
  font-family: sans-serif;
  text-align: center;

}
.text p{
  text-align: left;
}
.left{
  float: left;
}
.right{
  float: right;
}
.margin0{
  margin: 0px;
}
.text h1 , .text h3{
  color: green;
  text-transform: uppercase;
}
.uppercase{
  text-transform: uppercase;
}
.formBuscaRapida a:hover{
  cursor: pointer;
}
.topMargin10{
  margin-top: 10px;
}
.topMargin30{
  margin-top: 30px;
}
.topMargin50{
  margin-top: 50px;
}
.topMargin80{
  margin-top: 80px;
}
.topMargin100{
  margin-top: 100px;
}
.padding0{
  padding: 0px !important;
  /* margin: 0px; */
}
.padding2{
  padding: 2px !important;
  /* margin: 0px; */
}
.padding10{
  padding: 10px !important;
}
.padding5{
  padding: 5px 0px 0px 5px !important;
}
.search{
  margin-top: 30px;
  background: grey;
  padding: 15px;
  border-radius: 5px;
}
.services .container{
  margin-top: -30px !important;
}
.centerX{
  float: none !important;
  margin-top: 20px;
  position: absolute !important;
  left: 50% !important; /* relative to nearest positioned ancestor or body element */
  transform: translate(-50%, -50%) !important; /* relative to element's height & width */
}
.centerImg {
  display: block !important;
  position: absolute !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  /* transform: translate(50%, 0%) !important; /* relative to element's height & width */ 

  /* width: 50% !important; */
}
.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}
.textCenter{
  text-align: center !important;
}
.line-down{
  border-bottom: 1px solid #333;
  padding: 10px;
  width:100%;
}
.line-right{
  border-right: 1px solid #333;
  padding: 10px;
  /*min-height: 150px;*/
  /*width:100%;*/
}
.line-up{
  border-top: 1px solid #333;
  margin: 10px;
  /*width:100%;*/
}
.bkTheme{
  background: #27da93;
}
.bkLightGrey{
  background: lightgrey;
}
.bkNone{
  background-color: inherit;
}

.black{
  color: black !important;
}
.white{
  color: white !important;
}
.grey{
  color: grey !important;
}
.red{
  color: red !important;
}
.green{
  color: green !important;
}
.lightGrey{
  color: lightGrey !important;
}
.link:hover{
  text-decoration: underline;
}
.infos p{
  /*display: inline;*/
  /*width: auto;*/
  padding-right:  20px;
  /*border: solid 2px black;*/
  display:inline-flex !important;
}
.infos p span{
position: relative;
left: 50%;
}
span.btn-ativo {
  /*background-color: #27DA93;*/
  font-size: 1em;
  color: #FFF;
  display: block;
  padding: 0.5em;
  position: absolute;
  top: 0%;
  right: 0%;
}
.center{
  position: relative !important;
  left: 50% !important; /* relative to nearest positioned ancestor or body element */
  transform: translate(-50%, -100%); /* relative to element's height & width */
  
}
.clearfix::after, .infos {
    content: "";
    clear: both;
    display: table;
}
.imgThumbnail{
  width:100%;
  height:auto;
}

/*container sugestao*/

.sugestao h4{
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
  color: #27da93;
}
.mouse-link:hover{
  cursor: pointer;
}
.link{
  /*font-size: 1.4em;*/
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
  color: #27da93;
}
.sugestao p{
    color: #a3a3a3;
    font-size: 0.9em;
    line-height: 2em;
    margin: 0.5em 0 0em;
}

.xFechar{
  position:absolute;
  right:10px;
  z-index:20;
  margin:10px;
  background:red;
  width:1.5vw !important;
  padding:1px;
  border-radius:50px;
}
.countOrder{
  position:absolute;
  left:10px;
  z-index:20;
  margin:10px;
  /* background:pink; */
  width:1.5vw !important;
  padding:1px;
  border-radius:5px;
}
.grabImg:hover{
cursor: -webkit-grab;
}
.grabImg:active{
cursor: -webkit-grabbing;
}
.loadingImgBKp{
  color: white !important;
  position: absolute;
  z-index: 30;
  bottom:5px;
  font-weight: 900 !important;
  /* text-align: center; */
  width: 100%;
  /* right: 0px; */
  border:10px;

}
.loadingImgBK{
  position:absolute;
  right:0px;
  top :0px;
  text-align: center;
  /* align-items: center; */
  height: 100% !important;
  z-index:21;
  /* margin:10px; */
  /* background:red; */
  background-color: rgba(0, 0, 0, 0.4);
  width:100% !important;
  /* padding:5px; */
}
.loadingImgSpin{
  position:absolute;
  right:0px;
  top :0px;
  text-align: center;
  display: inline;
  /* align-items: center; */
  height: 100% !important;
  z-index:25;
  /* margin:10px; */
  font-size: 50px !important;
  background:red;
  background-color: none;
  width:100% !important;
  /* padding:50%; */
}
.loadingImg{
  position:absolute;
  /* display: block; */
  left:40%;
  top :40%;
  margin: auto;
  text-align: center;
  /* height: 100% !important; */
  z-index:21;
  font-size: 50px !important;
  /* margin:10px; */
  /* background:red; */
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* width:100% !important; */
  /* padding:1px; */
}
/*SIDE BAR MENU*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*FIM SIDE BAR MENU*/

/*bootstrap css*/


@media all and (min-width:1024px){
  /*bigget desktops, XLarge*/
  .h3Combina{
  font-size: 20px;
  }
  .img-responsive-busca-mega{
    height:15vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:22vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:27vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:32vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:28vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:18vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:10vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:18vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:28vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .md-hidden, .lg-hidden{
    display: none;
  }

  .detalhes .text{
     float: right;
     max-width: 39%;
    }
  .carousel {
    max-width: 60%;

  }
  .font-weight-light{
    text-transform: none;
    font-weight: lighter;
  }
  .carouselW100 {
    max-width: 100% !important;

  }
  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    /* height: 400px; */

  }
  .carousel-inner .item img{
    align-self: center;
    width: 100%;
    height: auto;
  }
  .carousel-inner .item {
    align-self: center;
    width: 100% !important;
    height: auto;
  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:1.5vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:1.5vw !important;
    padding:1px;
    border-radius:5px;
  }

  .imgThumbnail{
    width:100%;
    height:auto;
  }


}

@media all and (max-width:1024px){
  /*>992 && <1024 big tablets and desktops, Large*/
  .h3Combina{
  font-size: 20px;
  }
  .sm-hidden{
    display: none;
  }
  .md-hidden{
    display: block;
  }
  .col-md-6{
    width: 50%;
  }
  .img-responsive-busca-mega{
    height:16vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:22vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:27vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:28vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:18vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:10vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:10vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:18vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:28vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .carousel-inner .item,   .carousel-inner .item-active {
    /*text-align: center;
    align-items: center;*/
    overflow: hidden;
    /* height: 400px; */

  }

  .carousel-inner .item img{
    width: 100%;
    height: auto;
  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:1.5vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:1.5vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }


}
@media all and (max-width:992px){
  /*>768 && <992 small tablets, Medium*/
  .h3Combina{
  font-size: 16px;
  }
  .my-input-form{
    width:100%;
  }
  .col-sm-12{
    width: 100%;
  }
  .img-responsive-index{
    height:30vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-index img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-mega{
    height:30vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:30vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:55vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:42vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:45vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:55vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .box_2{
    width: 50%;
  }

  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    /* height: 400px; */

  }
  .xs-hidden, .sm-hidden{
    display:none;
  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:2.5vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:2.5vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }


}
@media all and (max-width:768px){
  /*<768px cellphones, xsmall*/
  .col-xs-5-5{
    width: 48% !important;
    min-height: 240px;
  }
  .h3Combina{
  font-size: 24px;
  }

  .col-sm-6{
    width: 50%;
  }
  .col-sm-12{
    width: 100%;
  }
  .img-responsive-index{
    height:30vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-index img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-mega{
    height:35vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:30vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:55vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:45vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:45vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:55vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .xs-hidden, .sm-hidden{
    display:none;
  }
  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    /* max-height: 380px; */

  }
  .carousel-inner .item img{
    width: 100%;
    height: auto;
  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:5vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:5vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }


}

@media(max-width:640px){

  .img-responsive-index{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-index img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-mega{
    height:35vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:50vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:50vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:55vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:55vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .col-xs-12{
    width: 100%;
  }
  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    /* max-height: 350px; */

  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:6.5vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:6.5vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }

}

@media(max-width:480px){

  .img-responsive-index{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-index img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-mega{
    height:35vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:45vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:52vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:50vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:55vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    /* max-height: 200px; */

  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:8vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:8vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }


}

@media(max-width:320px){

  .titulo-meus-anuncios{
    font-size:25px;
  }
  .img-responsive-index{
    height:70vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-index img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-mega{
    height:35vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-mega img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-busca-result{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-busca-result img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-meu-anuncio{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-meu-anuncio img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-detalhe{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-detalhe img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-contato{
    height:60vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-contato img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-favoritos{
    height:50vw;
    width:100% !important;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-favoritos img{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-editar{
    height:50vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-editar .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-inserir{
    height:50vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-inserir .favImg{
    height: 100% !important;
    width:auto !important;
  }
  .img-responsive-preferencia{
    height:60vw;
    width:100% !important;
    margin-bottom: 2px;
    background-color:rgba(220, 220, 220, 0.7);
  }
  .img-responsive-preferencia img{
    height: 100% !important;
    width:auto !important;
  }
  .carousel-inner .item,   .carousel-inner .item-active {
    text-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    /* max-height: 190px; */

  }
  .xFechar{
    position:absolute;
    right:10px;
    z-index:20;
    margin:10px;
    background:red;
    width:9vw !important;
    padding:1px;
    border-radius:50px;
  }
  .countOrder{
    position:absolute;
    left:10px;
    z-index:20;
    margin:10px;
    /* background:red; */
    width:9vw !important;
    padding:1px;
    border-radius:5px;
  }
  .imgThumbnail{
    width:100%;
    height:auto;
  }

}
