#i-logo{
	height: 100px;
  margin-top: 40%;
}
#d-menu-logo{
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
}

#d-menu-golf{
    background: #fff;
}

.item-reservacion{
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 0;
  background: #fff;
  animation-duration: 1s;
  animation-name: pulse;
  animation-direction: alternate;
  border: 2px solid #ddd;
}

.textos-detalle {
  font-size: 16px;
  color: #000000;
  width: 100%;
  line-height: 26px;
  height: auto;
  padding-top: 1%;
  padding-bottom: 3%;
  text-align: center;
}

.item-torneos{
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 0vh 0vh 3vh;
  background: transparent;
} 

.content-section{    max-width: 100%;}

#section_torneos{
  background: rgb(14,130,146) !important;
}


.icon-title-reserv{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 4vh;
  margin-top: -1vh;
}

.backgroundImageReserv{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center right 10% !important;
  display: block;
  border-radius: 28px;
  height: 200px;
  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: 2s;
  animation-name: pulse;
  animation-direction: alternate;
}
.backgroundImageReserv p {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 4%;
  left: 0;
  right: 0;
  font-size: 1.2em;
  margin-bottom: 0%;
}

.backgroundImageReserv p b{
  background: #fff;
  padding: 1vh 1vh 1vh 1vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;
}

.backgroundImageReserv p span{
  background: #fff;
  padding: 2% 4%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1a67a4;
  font-weight: 600;

}

.backgroundImageReserv .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: 22px;
  font-weight: 800;
  color: #000000;
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 26px;
  padding-right: 0%;
  height: 100%;
  padding-top: 3%;
}
.circulo{
  top: 2vh;
  right: 2vh;
}

.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.8vh;
  color: #fff;
  width: 100%;
  padding: 2px;
  line-height:1vh;
}

.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%;
}

/*#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;
}

/****TORNEOS DE GOLF****/

.torneos-section{width: 100%; padding: 10px; display: inline-block; position: relative;}
.torneos-section .nav-tabs .item .nav-link{
    background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
    display: inline-block;
    position: relative;
    border-radius: 50%;
    width: 100%;
    background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
    margin-bottom: 0% !important;
    padding: 20px 10px;
    max-width: 8vh;
    color: #FFF !important;
    overflow: hidden;
    animation-duration: 1s;
    animation-name: slidein;
    animation: fadeIn 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}



/* OWL controls */

.owl-prev, .owl-next {
  color:#4a4a4a;
  position: absolute;
  top:50%;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size:60px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}

.owl-prev .fa, .owl-next .fa {
  font-size: 2.4vh;
  display: block;
  padding-top: 30%;
}

.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-prev {left:-20px;top: 120%;}
.owl-next {right:-20px;top: 120%;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-dots{
  width: 100%;
  height: 40px;
  display: block;
  text-align:center;
  padding-top:10px;
  position:relative;
  bottom:0px;
  background:rgba(241,241,241,0);
  /* border-top:1px solid #f1f1f1; */
}
.owl-dots .owl-dot{
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:50%;
  background:rgba(0,0,0,0.3);
  margin:0 5px;
  border:2px solid rgba(255,255,255,0);
  opacity:0.7;
}
.owl-dots .owl-dot:hover{background:rgba(0,0,0,0.8);}