#i-logo{
  height: 15vh;
}

/*#d-menu-logo, #d-menu-golf{
  margin-top: 6vh;
}*/

#d-menu-logo{
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
}

#d-menu-golf{
    background: #dedede;
}

.item-reservacion{
  height: 90px;
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 0vh 0vh 3vh;
  background: #ffffff;
  animation-duration: 1s;
  animation-name: pulse;
  animation-direction: alternate;
}

.categoria{ padding: 0px 20px; }
.textos-detalle p{padding: 0;}

#section_golf{
  background: rgb(14,130,146) !important;
  /*background: rgb(14,130,146) !important;
  background: linear-gradient(45deg, rgba(14,130,146,1) 9%, rgba(26,103,164,1) 100%)!important;
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);*/
}


.icon-title-reserv{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 7vh;
  margin-top: -2vh;
}

.backgroundImageNotice{
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: block;
  border-radius: 32vh;
  text-decoration: none;
  position: relative;
  border: none;
  padding: 1vh;
  font-size: 1.6vh;
  color: #14586e;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  width: 100%;
  max-width: 100px;
  height: 100px;
  left: -20px;
}
.backgroundImageNotice p {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 0;
  right: 0;
  font-size: 1.2em;
  margin-bottom: 0%;
}

.backgroundImageNotice p b{
  background: #fff;
  padding: 1vh 1vh 1vh 1vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;
}

.backgroundImageNotice p span{
  background: #fff;
  padding: 2% 4%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;

}

.backgroundImageNotice .title-reserv span{
  background: #1B63A7;
  background: linear-gradient(to right, #1B63A7 0%, #0D8491 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 1.2em;
  max-width: 22vh;
  width: 100%;
  display: inline-block;
  padding: 0;
}

.title-reserv{
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
  width: 75%;
  display: flex;
  position: relative;
  line-height: 26px;
  /*height: 6.1vh;
  overflow: hidden;*/
  text-align: left;
  margin-bottom: 0%;
  /*padding-top: 6%;*/
  padding-left: 5%;
}
.text-noticia{
  font-family: "Roboto", sans-serif;
  font-size: .9rem;
  font-weight: 100;
  color: #000000;
  width: 98%;
  display: inline-block;
  position: relative;
  line-height: 2.2vh;
  height: 4vh;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  
}
.fecha-noticia{
  font-family: "Roboto", sans-serif;
  font-size: .8rem;
  font-weight: 400;
  color: #029e7f;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: left;
  margin-bottom: 2%;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-direction: alternate;
}


.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.2vh;
  color: #fff;
  width: 100%;
  margin-bottom: 0% !important;
}

.circulo .text-hoyo .number{
  width: 100%;
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 5vh;
  padding: 0%;
}

.pl-text{
  padding-left: 0px;
  padding-right: 7%;
}

.icon-title{
    max-width: 9vh !important;
}

.btn-bonce{
  display: block;
  background: #fff;
  border-radius: 10%;
  height: 10vh;
  text-decoration: none;
  border: none;
  padding: 1vh;
  font-size: 1.6vh;
  color: #14586e;
  box-shadow: 7px 3px 6px 1px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
}

.btn-bonce img{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 45%;
}

.btn-bonce:active {
    animation-name: bounce;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  25%,
  75% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}



@media screen and (max-width: 991px){
  .title-reserv{font-size: 16px;padding-left: 2%; }

}

@media screen and (max-width: 600px){
  .title-reserv{font-size: 20px;padding-left: 2%; }

}