body{
  margin: 0;
  padding: 0;
}

header{
  box-shadow: 0px -6px 21px -1px #000;
}

.brand-name img{ max-height:65px; }
h1{font-size: .5rem !important}
.inset-1{font-size: 0.2rem; margin-bottom: 0;}
.heading-3{color: #59caee !important;}

#search button{
  margin-top: 0;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#search button i{font-size: 40px;}
#search input[type="text"]{
  padding: 20px 40px;
  height: 80px !important;
  font-size: 40px;
  text-align: center;
}


#search input[type="text"]::placeholder{
  font-size: .3rem;
  padding-bottom: 400px;
  bottom: 2px;
  position: relative;
  color: #888;
}

.relative{
  position: relative;
}

.currentPosition{margin-top: 40px;}

.owl-nav{
  position: absolute;
  width: 100%;
  top: 10%;
}

.owl-prev{left: 0; float: left;}
.owl-next{right: 0; float: right;}

.owl-carousel .item > div > div{
  background: #fff;
  color: #ccc;
  padding: 30px;
}

.owl-carousel .item h4{
  color: #1C5592;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cac5c5;
}
.owl-carousel .item h5{
  color: #666;
  font-size: 18px;
}

.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}

.noencontrado h3{color: white; font-size: 22px;}

.noencontrado a{
  font-size: 20px;
  font-weight: bold;
}