#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: 14vh;
}

.content-return1{
  height: 11vh;
}

.title-section{
  display: none;
}

.return{
  position: absolute;
  right: 3%;
  max-width: 20vh;
  top: 4vh;
  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: 1% 0%;
}

.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;
}

.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.7rem;
  font-weight: 300;
  color: #000000;
  width: 100%;
  position: relative;
  line-height: 3.8vh;
  text-align: left;
  margin-bottom: 3%;
  padding-top: 0%;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-direction: alternate;
}
.textos-detalle{
  text-align: justify;
  width: 100%;
  margin-bottom: 15px;
  /*overflow-x: scroll;
  overflow-y: auto;
  height: 60vh;*/
  text-decoration: none;
  color: #000 !important;
  padding-top: 0%;
}
.textos-detalle strong{ font-weight: 600 !important; }
.textos-detalle img{
  /*float: right;*/
  max-width: 500px;
  padding: 20px;
}
.fecha-noticiadetalle{
  font-family: "Roboto", sans-serif;
  font-size: 1.9vh;
  font-weight: 600;
  color: #029e7f;
  width: 100%;
  position: relative;
  text-align: left;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-direction: alternate;
}
.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%;
}

.redondeadofotos{
  max-height: 300px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto 2em;
  cursor: pointer;
}

@media screen and (max-width: 1080px){

  .textos-detalle img{
    max-width: 400px;
  }

}