
#d-menu-logo{
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
}

#d-menu-golf{
    background: #dedede;
}

.item-reservacion{
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 10px 0px 20px;
  background: #fff;
  animation-duration: 1s;
  animation-name: pulse;
  animation-direction: alternate;
}

#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: 90px;
  height: 90px;
}
.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: 14px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  min-width: 220px;
  display: inline-block;
  position: relative;
  line-height: 16px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0%;
  padding-top: 6%;
}
.text-noticia{
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #000000;
  width: 98%;
  display: inline-block;
  position: relative;
  line-height: 16px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  min-width: 45px;
}
.fecha-noticia{
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  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 {
    right: -15px;
    top: 40px;
    max-width: 30px;
    height: 30px;
    padding: 6px;
    line-height: 0;
}
.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  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: 15px;
  padding-right: 7%;
}

/*#d-menu-golf div a img{
	height: 60%;
}*/

.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: 767px){
  .text-noticia{min-width: 130px;}
  .item-reservacion{ margin: 5px 0px 5px; }
  .title-reserv{ min-width: 100%; }
}

@media screen and (max-width: 400px){
  .backgroundImageNotice{max-width: 80px; height: 80px;}
}