body{
    font-family: Nunito Sans;
}
  .logo-nav{
       width: 150px;
   }
   
   .bg-cabezera{
       background-color: #ffffff;
   }
   .icono-menu{
       width:13%;
       margin-left: 12px;
       transition-duration: 350ms;
   }
   .icono-menu-f {
       width:8%;
       transition-duration: 350ms;
   }
   
   .icono-menu:hover{
       transform: scale(1.1, 1.1);
       transition-duration: 350ms;
   }
   .icono-menu-f:hover{
       transform: scale(1.1, 1.1);
       transition-duration: 350ms;
   }
   
   .btn-buscar{
       border-width: 1px;
       border-radius: 20px;
       padding: 5px 5px 5px 10px;
       box-shadow: -1px -1px 3px  inset;
       border-color: #000000;
       transition-duration: 350ms;
   }
   .btn-buscar input{
      width:98%;
      border-width: 0px; 
   }
   
   
   .btn-buscar:hover{
       transform: scale(1.02, 1.02);
       transition-duration: 350ms;
   }
   
   .btn-buscar input:focus{
      outline:none; 
   }
   
   #mainNav .navbar-nav li.nav-item a.nav-link{
       color: #000000;
   }
   
   #mainNav .navbar-nav li.nav-item a.nav-link:hover{
       display: block;
   }
   .div-iconos{
       border-radius: 25px;
       padding: 5px 0 5px 0;
       box-shadow: -1px -1px 3px  inset;
       width:150px;
   }
   
   
   .menu{
       color: black;
       font-weight: 500;
   }
   
   .banner{
       background: url("../img/banner.png") no-repeat center center fixed;
       background-size: 100%;
   }
   
   .bg-primary {
    background: url("../img/banner.png") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
   
   
   .carousel-wrap {
  margin: 20px auto;
  padding: 0% 4%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  margin-left: 50px;
}

/* end fix */

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 60%;
  color: #5e5e5e;
  background-color:#ffffff;
  border-radius: 50%;
  padding: 2px 10px 2px 10px;
  box-shadow:0 0 3px;
}

.izq, .der {
  font-size: 1vw;
}

.owl-nav .owl-prev {
  left: 30px;
}

.owl-nav .owl-next {
  right: -20px;
}

.masthead{
    height: 550px;
}

#navbarResponsive{
    display: flex;
    justify-content: flex-start;
    
}