body{
  background: #f2f2f2;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-image: url('../img/3005287.png');
  background-size: cover;
  background-blend-mode: soft-light;
}
#Capa_1{
  width: 300px;
  height: 150px;
  fill: #f7b92b;
}
#Capa_1:hover {
  fill: #d09204;
}

@media (min-width:1200px){
  .search input{
    width: 450px !important;
    height: 60px;
    border-radius: 0px;
  }
}
.btn{
  border-radius: 0rem;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
}
.title {
  font-size: 1.5em;
  text-align: center;
  color: #fdfdfd;
  border-bottom: 3px double #fff;
  border-top: 3px double #fff;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-warning{
  background-color: #005baa;
  border-color: #005baa;
}
.btn-warning:hover {
  background-color: #005baa !important;
  border-color: #005baa  !important;
}
.btn-warning:hover {
  color: #000;
  background-color: #000916;
  border-color: #000916;
}
.btn-warning:active{
  color: #000;
  background-color: #000916;
  border-color: #000916;
}
.title2 {
  font-size: 1em;
  text-align: center;
  color: #fdfdfd;
  border-bottom: 3px double #fff;
  border-top: 3px double #fff;
  padding: 5px;
  text-transform: uppercase;
}
@media (max-width:1200px){
  body{
    background-repeat: repeat;
  }
  .wrap {
    padding: 12px;
    top: 360px;
  }
  .title {
    font-size: 1em;
  }
  #Capa_1 {
    fill: #f7b92b;
    width: 100px;
    height: 85px;
  }
  .search button, .search input{
    border-radius: 0px;
    width: 240px;
    margin-bottom: 5px;
  }
  .p-5 {
    padding: 0rem !important;
  }
  .w-50{
    width: 300px !important;

  }
  .d-flex {
    display: contents !important;
  }
  .title2 {
    font-size: 0.8em;

  }

}
.btn-warning:focus {
  color: #000;
  background-color: #000;
  border-color: #202020;
  box-shadow: 0 0 0 .25rem rgba(30, 29, 26, 0.5);
}

.page-topbar {
  min-height: 75px;
  position: fixed;
  width: 100%;
  background-color: #082c57;
  top: 0px;
  left: 0px;
  z-index: 1999;
  box-shadow: 0 2px 4px rgba(33,33,33,.2);
  -webkit-box-shadow: 0 2px 4px rgba(33,33,33,.2);
  -moz-box-shadow: 0 2px 4px rgba(33,33,33,.2);
  -o-box-shadow: 0 2px 4px rgba(33,33,33,.2);
  -ms-box-shadow: 0 2px 4px rgba(33,33,33,.2);
  max-height: 60px;
}
.page-topbar .logo-area {
  background-image: url('../img/nl2-logo.png');
  background-repeat: no-repeat;
}

.page-topbar .logo-area {
  width: 260px;
  background-color: #082c57;
  display: block;
  min-height: 75px;
  float: left;
}
.w-100 {
  margin-top: 2px;
  margin-bottom: 25px;
}
