#i-logo{ height: 15vh; }
#d-menu-logo{ background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491); }
#d-menu-golf{
    display: inline-block;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.content-section{    max-width: 100%;}

#section_noticias-detalle{ background: rgb(14,130,146) !important; }

.content-return{
  height: 12vh;
}

.content-return1{
  height: 11vh;
}

.title-section{
  display: none;
}



.icon-title-reserv{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 7vh;
  margin-top: -2vh;
}

.imagedetalle{
  display: block;
  position: relative;
  width: 100%;
  height: 5vh;
}

.backgroundImageNotice{
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 32vh;
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 1.6vh;
  color: #14586e;
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
  width: 100%;
  max-width: 20vh;
  height: 20vh;
  display: inline-flex;
  justify-content: center !important;
  top: -16vh;
}
.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-noticiadetalle{
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 30px;
  height: 100%;
  text-align: left;
  margin-bottom: 7%;
  padding-top: 3%;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-direction: alternate;
}
.textos-detalle{text-align: justify;}



.fecha-noticiadetalle{
  font-family: "Roboto", sans-serif;
  font-size: 1.9vh;
  font-weight: 600;
  color: #029e7f;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: left;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-direction: alternate;
}

.textos-detalle table{
    width: 500px !important; 
    border-collapse: collapse; 
    margin:50px auto;
}

/* Zebra striping */
.textos-detalle  tr:nth-of-type(odd) { 
  background: #eee; 
}

.textos-detalle tr:nth-child(1){
  background: #1b63a7;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.textos-detalle  th { 
  background: #3498db; 
  color: white; 
  font-weight: bold; 
}

.textos-detalle  td, th { 
  padding: 10px; 
  border: 1px solid #000; 
  text-align: center;
  font-family: "Roboto", sans-serif; 
  font-size: .9rem;
}

.textos-detalle p{ 
  padding-left:15px; 
  padding-right:15px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.textos-detalle colspan{
    background: #1b63a7;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.textos-detalle img{
  width: 100% !important;
  display: inline-block;
  max-width: 100%;
  height: 100% !important;
}

.circulo{
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  right: -4px;
  top: 7vh;
  width: 100%;
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
  max-width: 3vh;
  height: 3vh;
  padding: 5px;
  margin-bottom: 0% !important;
  line-height: 0vh;
}

.circulo .text-hoyo{
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.2vh;
  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: 8%;
}


table{
  overflow-x: auto;
  width: 100% !important;
}

#d-noticas-detalle2 img{
  max-width: 100%;
}

@media screen and (max-width: 600px){
  .textos-detalle{
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
      overflow-x: scroll;
      overflow-y: auto;
      height: 50vh;
  }
}