#d-menu-logo{
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
}

#d-menu-golf{
    background: #dedede;
}

#d-menu-golf .campos{
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}

.padd{
  padding: 30px;
}

#d-menu-golf div .backgroundImage{
  display: block;
  background: #fff;
  border-radius: 28px;
  height: 140px;
  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: 100%;
  animation-duration: 1s;
  animation-name: pulse;
  /* animation-iteration-count: infinite; */
  animation-direction: alternate;
}

#d-menu-golf div a:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}


#section_campo{
  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);*/
}

.backgroundImage{
  background-repeat: repeat !important;
  background-size: cover !important;
  width: 100%;
  background-position: center !important;
}
.backgroundImage p {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 1%;
  left: 0;
  right: 0;
  font-size: 1.2em;
  margin-bottom: 0%;
}

.backgroundImage p b{
  background: #fff;
  padding: 12px 0px 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;
}

.backgroundImage p span{
  background: #fff;
  padding: 2% 4%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;

}

.backgroundImage .title-golf 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: 16px;
  font-family: "Roboto", sans-serif;
  max-width: 170px;
  width: 100%;
  display: inline-block;
  padding: 0;
}

.circulo{
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: -26px;
  width: 100%;
  max-width: 75px;
  height: 75px;
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
  margin-bottom: 0% !important;
  bottom: 25%;
}

.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 3px;
  line-height: 18px;
  margin-top: 10%;
}

.circulo .text-hoyo .number{
  width: 100%;
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  padding: 0%;
  padding-top: 6%;
}

/*#d-menu-golf div a img{
  height: 60%;
}*/

.circulogolf{ left:-35px !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: 1200px){
  .backgroundImage .title-golf span{max-width: 140px;}
  .circulo .text-hoyo .number{font-size: 24px;padding-top: 1%;}
  .circulo .text-hoyo{font-size: 11px;margin-top: 4%;}
  .circulo{max-width: 60px; height: 60px;}  
  .circulogolf{left: -31px !important;}
  #d-menu-golf div .backgroundImage{height: 110px;}
  .padd { padding: 25px; }
}

@media screen and (max-width: 991px){
  .backgroundImage .title-golf span{font-size: 16px; max-width: 130px;}
  .padd { padding: 20px; }
  .circulogolf { left: -27px !important; }
}

@media screen and (max-width: 767px){
  .padd{padding: 10px 20px;}
  .circulo{max-width: 55px; height: 55px;}
  #d-menu-golf .campos{padding: 10px 10px 30px 10px;}
}