
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-pills>li>a {
    border-radius: 0;
}

.buscador-menu-topo {
  background-color: #fff;
  color: #fff;
}
.buscador-menu-topo input {
  height:40px;
  font-size: 14px;
  max-width: 600px;
  font-size:15px;  
}
.buscador-menu-topo h3 {
  font-size:30px;  
}
.btn-busca-quadrado {
  height:97px;
  font-size: 15px;
  padding:20px 0 0 0;
  border-radius:0px;
}
.select-buscador {
  padding:5px!important;
}

.buscador-menu {
  color: #fff;
  margin-bottom:20px;
}
.buscador-container {
  padding-bottom:10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.buscador-container2 {
  padding:15px;
}
.buscador-menu input {
  height:40px;
  max-width: 600px;
  font-size:14px;  
}
.buscador-menu h3 {
  font-size:30px;  
  padding: 5px 5px 0 5px;
  background-color: rgba(5, 53, 95, 0.9);
  text-align: center;
}
.buscador-op-menu {
  background-color: #eee;
  color: #aaa;
  padding: 5px 1px 0 1px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buscador-op-menu:active, .buscador-op-menu:hover {
  background-color: #05355f;
  color: #fff;
}
.buscador-op-radio {
  color:#05355f;
  font-size:15px;  
}
.buscador-op-radio input {
  margin-top:-8px;
}
.buscador-label-select {
  position: absolute;
  color: #909090;
  z-index: 999;
  text-align: left;
  padding: 8px 0 0 5px;
  font-size:15px;  
}
.btn-bbtur-buscador {
    background-color: rgba(5, 53, 95, 0.9);
    color:#fff;
    border:0px;
}
.btn-bbtur-buscador:hover {
    color:#ccc!important;
}
.ui-widget.ui-widget-content {
    font-size: 16px;
}
.select-menu {
  font-size:20px;  
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  height:40px;
  color: #565656;
}
.btn-busca {
  font-size: 20px;
  color: #fff;
}
.tab-buscador {
  color:#333;
}
.nopadding {
  padding: 0px;
}
.nomargin {
  margin: 0px;
}
.esconder {
  display:none;
}
.input-group-addon {
  border-radius: 0px;
}
.div-qtd-chd {
  padding-left:10px;
}
.div-qtd-inf {
  padding-left:10px;
}
.help-inline {
  font-size: 14px;
}  

.btn-group-select-num >.btn {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 28px;
  line-height: 26px;
  width: 28px;
  padding: 0;
  background: none;
  color: #737373;
  border: 1px solid transparent;
}
.btn-group-select-num >.btn:hover {
  color: #737373;
  border-color: #737373;
  background: none;
}
.form-group-lg .btn-group-select-num {
  margin-top: 3px;
}
.form-group-lg .btn-group-select-num > .btn {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

/** Custom Select **/
.select-cabine {
  font-size: 16px;
  border-color: #ccc;
  height: 39px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  height:100px;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  /* padding-top: 30px; */
  border-color: #ccc;
  text-align-last:center;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  height:100px;
  font-size: 30px;
  font-weight: 300;
  color: #05355f;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  bottom: 40%; right: 45%;
  margin-top: -3px;
  border-bottom: 1px solid #05355f;
  border-right: 1px solid #05355f;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%; left: 0; right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%; right: 25px;
  width: 7px; height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 25px;
  font-weight: 600;
  color: #05355f;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .buscador-menu {
    position: absolute;
    top: 0%;
    left:5%;
    z-index: 10;
    width: 30%;
  }
  .div-gap-buscador-topo {
    padding-left:10px;
  }
  .div-gap-data-buscador-topo {
    padding-top: 14px;
  }


}

@media screen and (max-width:767px) {
  .buscador-menu {
    width: 100%;
  }

  .buscador-menu {
    margin-bottom:0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .buscador-menu h3 {
    font-size: 20px;
    padding:10px;
  }

  .select-menu {
    font-size:16px;  
    height:30px;
  }
  .buscador-menu input {
    height:32px;
    font-size:13px;
  }
  .div-gap-buscador-topo {
    padding-top:5px;
  }
  .btn-busca-quadrado {
    height:50px;
    font-size: 13px;
    padding-top:5px;
  }
  .custom-select-wrapper {
    height:60px;
  }
  .custom-select {
    height:60px;
  }
  .custom-select-trigger {
    height:60px;
    font-size: 25px;
    font-weight: 300;
    line-height: 20px;
  }
  .menu-filtro-sort-select {
    width: 50%;
  }
  .custom-select-trigger:after {
    bottom: 50%;
  }

}

@media screen and (max-width:992px) {
  
  .buscador-menu h3 {
    font-size: 25px;
    padding:10px;
  }

  .select-menu {
    font-size:16px;  
    height:40px;
  }
  .buscador-menu input {
    height:32px;
    font-size:13px;
  }


}
