.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; }
}

.galeria img {
     box-shadow: 0 8px 10px -4px rgba(0,0,0,.6);
     border-radius: 15px;
}


.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-1{
  background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
}
.bg-2{
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.bg-3{
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.bg-4{
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.bg-5{
  background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
}
.bg-6{
  background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
.bg-7{
  background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);
}
.bg-8{
  background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
}
.bg-9{
  background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
}

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

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

.imagen{
border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 25px 25px #ecd71e;
-webkit-box-shadow: 0px 0px 25px 25px #ecd71e;
}
.logorrss{
  height: 50;
}
.precio-titulo{
 font-size: 1.5rem;
}

.precio-texto{
  font-size: 2rem;
}
.precio-extra{
  font-size: 1rem;
}
@media screen and (max-width: 400px) { 
  .precio-titulo{
    font-size: 1rem;
   }
   
   .precio-texto{
     font-size: 1.5rem;
   }
   .precio-extra{
     font-size: 1rem;
   }
      
  
}
