#i-logo{ height: 15vh; }
#d-menu-logo{ background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491); }

#d-menu-golf{ background: #ffffff; padding:0; }

.item-torneos{
  border-radius: 28px;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  text-decoration: none;
  margin: 0vh;
  background: transparent;
  padding: 10px;
} 


#section_golf{ background: rgb(14,130,146) !important; }
.content-return{ margin-top: 2%; margin-bottom: 2%; height: 8vh; }

#d-menu-golf {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
}


/* LightGallery */
.textos-detalle  {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: normal;
    flex-wrap: wrap;
}
.textos-detalle p:hover img {
  opacity: 0.70;
}
.textos-detalle p {
  width: 25%;
  min-height: auto;
  overflow: hidden;
  cursor: pointer;
  padding: 8px;
}
.mnsry_container .item h1 {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 1.2s;
  z-index: 1;
}
.mnsry_container .item img {
  display: block;
  width: 100%;
  transition: all 0.8s;
}
.mnsry_container .item:hover h1 {
  transform: translate3d(0, 18px, 0) scale(1.2, 0.4);
  opacity: 0;
}
.mnsry_container .item:hover img {
  opacity: 1;
  transform: scale(1.04);
}
.lg-outer #lg-share{display: none;}
#lg-download{display: none;}
.lg-fullscreen{display: none;}

@media screen and (max-width: 767px){
  .textos-detalle p{ width: 50%; } 
}