.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}



.bg-menu-hidro, .bg-menu-colchon, .bg-menu-alquiler, .bg-menu-colchoneta, .bg-menu-hidro, .bg-menu-jumping, .bg-menu-inicio, .bg-menu-vacio{
border-bottom: 3px solid white;
border-top: 3px solid transparent;
transition: all 1s;
}
.bg-menu-colchon:hover{
 border-bottom: 3px solid #ebee4a;
 border-top: 3px solid #ebee4a;
  transition: all 1s;
  }

.bg-menu-hidro:hover{
  
  border-bottom:3px solid rgb(43, 223, 67);
  border-top: 3px solid rgb(43, 223, 67);
  transition: all 1s;
}
.text-menu-menu{
  color: white !important;
}
.bg-menu-jumping:hover{
  border-bottom: 3px solid #5bc0de;
  border-top: 3px solid #5bc0de;
transition: all 1s;
}
.bg-menu-colchoneta:hover{
  border-bottom: 3px solid #d9534f;
  border-top: 3px solid #d9534f;
  transition: all 1s;
  }
.bg-menu-alquiler:hover{
border-bottom: 3px solid #000000;
border-top: 3px solid #000000;
transition: all 1s;

}
.bg-menu-inicio:hover{
  border-bottom: 3px solid #d94f61;
  border-top: 3px solid #d94f61;
  transition: all 1s;
  }

.bg-contacto{
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.bg-colchon{
  background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
}
.bg-hidro{
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.bg-jumping{
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.bg-colchonetas{
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}


.video-index{
  filter: opacity(1);

}
.title{
  font-family: 'Righteous', cursive;
}
body{
  font-family: 'Jost', sans-serif;
}