#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;
  padding-left: 8%;
  padding-right: 8%;
}

.item-reservacion{
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 0vh 0vh 3vh;
  background: #fff;
  animation-duration: 1s;
  animation-name: pulse;
  animation-direction: alternate;
  height: 100px;
}

.return{
  position: absolute;
  right: 3%;
  max-width: 20vh;
  top: 7vh;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0px auto;
  padding: 0% 0%;
  z-index: 10;
}

.return a{
  text-decoration: none;
  background: #1B63A7;
  background: linear-gradient(to right, #1B63A7 0%, #0D8491 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

#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);*/
}

.deporte {
    padding: 0px 20px;
}

.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: 80px;
  height: 80px;
}
.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: 90%;
  display: inline-block;
  position: relative;
  line-height: 18px;
  height: 50px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0%;
  padding-top: 6%;
}
.text-noticia{
  font-family: "Roboto", sans-serif;
  font-size: .8rem;
  font-weight: 100;
  color: #000000;
  width: 90%;
  display: inline-block;
  position: relative;
  line-height: 18px;
  height: 4vh;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  z-index: 9;
}
.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;
}
.audio{font-size: .9em;}

.title-section2 {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.circulo{
  right: 8px;
  top: 35px;
}

.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  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);
  }
}

.backgroundDeport{
  background-repeat: repeat !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  border: none;
  margin: 1vh;
  font-size: 1.6vh;
  color: #14586e;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  margin-bottom: 4%;
  height: 200px;
}

.title-deport {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: 2.4vh;
    height: 120px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0%;
    padding-top: 6%;
}
.icon-play{
    width: 100%;
    display: inline-block;
    position: absolute;
    max-width: 12vh !important;
    top: 23%;
    left: 40%;
}
.icon-audio {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 4vh !important;
}
@media screen and (max-width: 991px){
  .deporte { padding: 0px 5px; }
  .title-reserv{ height:45px; }
}
@media screen and (max-width: 767px){
  .content-return { height: 10px; }
}
@media screen and (max-width: 600px){
  .deporte { padding: 0px 0px; height: 100px; margin-bottom: 15px; }
  .item-reservacion { height: 90px; }
}