.ruralgest-reservas{
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100px;
}
.ruralgest-reservas:after{
  content: "";
  display: table;
  clear: both;
}
.ruralgest-reservas-col{
  width: calc(100% - 30px);
  float: left;
  padding: 15px;
  margin: 15px;
  border: 1px solid #8cb652;
}
.ruralgest-reservas h3{
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #000;
}
.ruralgest-reservas .reservar-actividad{
  margin-top: 20px;
}
.ruralgest-reservas .reservar-actividad a{
  background-color: #8cb652;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;

  -webkit-transition: background-color .3s ease-in-out 0s;
  -moz-transition: background-color .3s ease-in-out 0s;
  -o-transition: background-color .3s ease-in-out 0s;
  -ms-transition: background-color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s;
}
.ruralgest-reservas .reservar-actividad a:hover{
  background-color: #ffb820;
}
.reservar-actividad a span{
  font-size: 15px;
  text-transform: none;
  margin-left: 5px;
}
.ruralgest-reservas .lugar-actividad{
  font-size: 15px;
  color: #000;
  line-height: 1;
}
.ruralgest-reservas .lugar-actividad{
  margin-bottom: 20px;
}
.ruralgest-reservas .foto-actividad{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.ruralgest-reservas .foto-actividad::after{
  content: "";
  display: table;
  clear: both;
}
.ruralgest-reservas .foto-actividad > img{
  float: left;
  width: 100%;
}

.ruralgest-reservas-loading {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 58px;
  height: 58px;
}
.ruralgest-reservas-loading div {
  position: absolute;
  border: 4px solid #8cb652;
  opacity: 1;
  border-radius: 50%;
  animation: ruralgest-reservas-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ruralgest-reservas-loading div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes ruralgest-reservas-loading {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .ruralgest-reservas-col{
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px){
  .ruralgest-reservas-col{
    width: calc(33.3333% - 30px);
  }
}
