* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Montserrat-BlackItalic';
  src: url('Fonts/Montserrat-BlackItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('Fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Thin';
  src: url('Fonts/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('Fonts/Montserrat-Bold.ttf') format('truetype');
}

html {
  font-size: 20px; /* Tamaño de fuente base en píxeles */
}

header 
{
  
  height: 120px;
  position: relative;
  background-image: url('Encabezado_Actividades.jpg');
  background-size: cover;
  background-position: center; /* Mueve la imagen 200px hacia abajo */
}

#BtnWhatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  background: #59CE72;
  border-radius: 50%;
  width: 1px; /* Ancho inicial */
  height: 1px; /* Altura inicial */
  cursor: pointer;
  transition: width 1s, height 1s;
}

#BtnWhatsapp.expanded {
  width: 60px; /* Ancho al hacer scroll */
  height: 60px; /* Altura al hacer scroll */
}

#BtnWhatsapp a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none; /* Si deseas quitar el subrayado */
  opacity: 0; /* Inicialmente oculto */
  transition: opacity 0.5s; /* Transición suave para la opacidad */
}

#BtnWhatsapp.expanded a {
  opacity: 1; /* Mostrar el icono cuando se expande el contenedor */
}

#BtnWhatsapp a i {
  color: white;
  font-size: 2rem;
}

#BtnWhatsapp:hover {
  background: #215C54;
  transition: background 0.6s; /* Solo transición para el color de fondo */
}

.Encabezado {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* Puedes usar 'space-around' en lugar de 'space-between' si quieres un poco más de espacio */
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-right: 48px;
}


.MenuEncabezado {
  position: relative;
  top: 0.4rem;
}

.mostrar-menu,
.ocultar-menu {
  font-size: 7.5rem;
  display: none;
}

.mostrar-menu {
  order: 1;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.ocultar-menu {
  color: #ffffff;
  position: relative;
  top: 0px;
  font-weight: bold;
}

#check {
  display: none;
}

.LogoEncabezado 
{
  position: relative;
  top: 10px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}.LogoEncabezado 
{
  position: relative;
  top: 10px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LogoEncabezado img
{
  max-width: 100%;
  max-height: 100%;
}

nav {
  background-color: none;
}

nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}

nav li {
  position: relative;
}

nav a {
  display: block;
  padding: 11px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
}

nav a:hover,
nav a:focus {
  text-decoration: underline;
}

/* Estilos para la lista desplegable */
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Cambio de color de fondo a negro *//* Cambio de color de las letras a blanco */
  padding: 0;
  margin: 0;
  border: 1px solid none;
  z-index: 1;
  text-align: center;
}

nav ul ul li {
  width: 100%;
  border-top: 1px solid #beb6b6;
}

nav ul li:hover > ul {
  display: inline-block;
}



.container
{
  position: relative;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#B-Senderismo {
  color: #ffffff; /* Color del texto en rojo oscuro */
  background-image: url('Actividades_Senderismo.jpg'); /* Fondo transparente */
  border: none; 
  font-family:'Montserrat-Thin';/* Fuente Helvetica */
  font-size: 2.8rem;
  height: 280px;
  width: 100vw;
  max-width: 1004px;
  background-size: cover;
  background-position: center;
  transition: background-image 0.15s linear;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}
#B-Senderismo:hover {
  background-image: url('Transición\ Senderismo\ Actividades.jpg');
  color: #000000;
  font-weight: bold;
}

#B-Aves {
  color: #ffffff; /* Color del texto en rojo oscuro */
  background-image: url('Galeria Avistamiento/bb.jpeg'); /* Fondo transparente */
  border: none; 
  font-family:'Montserrat-Thin';/* Fuente Helvetica */
  font-size: 2.8rem;
  height: 280px;
  width: 100vw;
  max-width: 1004px;
  background-size: cover;
  background-position: center;
  transition: background-image 0.15s linear;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}
#B-Aves:hover {
  background-image: url('Transición_Aves_Actividades.jpg');
  color: #000000;
  font-weight: bold;
}

#B-Siembra {
  color: #ffffff; /* Color del texto en rojo oscuro */
  background-image: url('Siembra_Actividades.jpg');
  border: none; 
  font-family:'Montserrat-Thin';/* Fuente Helvetica */
  font-size: 2.8rem;
  height: 280px;
  width: 100vw;
  max-width: 1004px;
  background-size: cover;
  background-position: bottom;
  transition: background-image 0.15s linear;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}
#B-Siembra:hover {
  background-image: url('Transición_Siembra_Actividades.jpg');
  color: #000000;
  font-weight: bold;
}

#B-Others {
  color: #ffffff; /* Color del texto en rojo oscuro */
  background-image: url('City.jpeg');
  border: none; 
  font-family:'Montserrat-Thin';/* Fuente Helvetica */
  font-size: 2.8rem;
  height: 280px;
  width: 100vw;
  max-width: 1004px;
  background-size: cover;
  background-position: bottom;
  transition: background-image 0.15s linear;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}
#B-Others:hover {
  background-image: url('Sector_Antiguo_de_la_Ciudad_de_Bogotá_4.jpg');
  color: #000000;
  font-weight: bold;
}

footer 
{
  /* Estilos para el footer en general */
  background-color: #157139;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

#CenterFooter 
{
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
  display: flex;
  gap: 5%;
  line-height: 0.9rem;
}

#CenterFooter h7 
{ /* Eliminar márgenes por defecto */
  font-size: 1.2rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, 'Helvetica', sans-serif;
  font-weight: bold;
  text-decoration: none;
}

#CenterFooter h7 a, #CenterFooter p a
{ /* Eliminar márgenes por defecto */
  text-decoration: none;
  color: #000000;
}

#CenterFooter h7 a:hover, #CenterFooter p a:hover
{ /* Eliminar márgenes por defecto */
  text-decoration: none;
  color: #ffffff;
}

#CenterFooter h8
{ /* Eliminar márgenes por defecto */
  font-size: 0.8rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, 'Helvetica', sans-serif;
}

#TextHF
{ /* Eliminar márgenes por defecto */
  font-size: 0.9rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, 'Helvetica', sans-serif;
}

.HoursFooter
{
  text-align: left;
  min-width: 30%;
}

.ContactFooter
{
  text-align: left;
  min-width: 20%;
}

#Copyright
{ /* Eliminar márgenes por defecto */
  font-size: 0.7rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, 'Helvetica', sans-serif;
  margin-top: 35px;
  margin-bottom: 10px;
}


@media (max-width: 1023px) 
{
  html
  {
    font-size: 20px;
  }

  #BtnWhatsapp {
    z-index: 2;
    right: 10px;
    bottom: 10px;
  }

  #BtnWhatsapp.expanded {
    width: 50px; /* Ancho al hacer scroll */
    height: 50px; /* Altura al hacer scroll */
  }
  
  #BtnWhatsapp a i {
    font-size: 1.5rem;
  }

  .TextoFooter h7
  {
    font-size: 0.5rem;
  }

  .TextoFooter span 
  {
  font-size: 0.6rem;
  }

  header 
  {
    height: 75px;
    position: relative;
  }

  .mostrar-menu
  {
    position: absolute;
    top: -74px;
    right: -44px;
  }

  .ocultar-menu
  {
    position: absolute;
    top: -28px;
    right: 5px;
  }

  .mostrar-menu,
  .ocultar-menu {
    display: block;
    font-size: 5rem;
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    right: -100%;
    top: 0;
    text-align: center;
    padding: 60px 0px;
    z-index: 999;
    transition: 0.8s;
  }
  nav a 
  {
    color: rgb(255, 255, 255);
  }
  nav ul {
    flex-direction: column;
  }
  nav ul ul {
    position: static;
    display: none;
    margin-top: 5px;
  }
  
  nav ul ul li {
    border-top: none;
    background-color: rgb(0, 0, 0, 0.4);
    color: rgb(143, 143, 143);
  }
  nav a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  
  /* Estilos para mostrar/ocultar el menú desplegable */
  #check:checked ~ .menu {
    right: 0;
    align-items: center;
  }
  .icono-idioma {
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("IdiomaBlanco.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu a 
  {
    font-size: 1.5rem;
  }
  .Encabezado {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    object-position: center;
    height: 75px;
  }
  .LogoEncabezado
  {
    position: relative;
    top: 5px;
    right: -10px;
    height: 230px;
    width: 127px;
  }


  #B-Senderismo, #B-Aves, #B-Siembra, #B-Others
  {
    font-size: 1.5rem;
    max-width: 90vw;
    max-height: 15vh;
  }
  
  footer 
  {
    /* Estilos para el footer en general */
    background-color: #157139;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  
  
  #CenterFooter 
  {
    padding-top: 0px;
    width: 100%;
    max-width: 1280px;
    display: flex;
    gap: 5%;
    align-content: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    flex-direction: column;
    line-height: 0.9rem;  
  }
  
  #FirstDiv {
    order: 2; /* Cambia el orden para que aparezca después */
  }
  
  #SecondDiv {
    order: 1;
    margin-top: 10px; /* Cambia el orden para que aparezca antes */
  }
  
  #ThirdDiv {
    order: 3; /* Cambia el orden para que aparezca antes */
  }
  
  #CenterFooter h7 
  { /* Eliminar márgenes por defecto */
    font-size: 0.9rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, 'Helvetica', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  
  #CenterFooter h7 a, #CenterFooter p a
  { /* Eliminar márgenes por defecto */
    text-decoration: none;
    color: #000000;
  }
  
  #CenterFooter h7 a:hover, #CenterFooter p a:hover
  { /* Eliminar márgenes por defecto */
    text-decoration: none;
    color: #ffffff;
    text-align: center;
  }
  
  footer #CenterFooter h8
  { /* Eliminar márgenes por defecto */
    font-size: 0.6rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, 'Helvetica', sans-serif;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #TextHF
  { /* Eliminar márgenes por defecto */
    font-size: 0.8rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, 'Helvetica', sans-serif;
    text-align: center;
  }
  
  .HoursFooter
  {
    text-align: center;
    min-width: 40%;
  }
  
  .ContactFooter
  {
    text-align: center;
    min-width: 50%;
  }
  
  #Copyright
  { /* Eliminar márgenes por defecto */
    font-size: 0.5rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, 'Helvetica', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
  }

}

@media  (max-height: 425px) 
{
  .menu a 
  {
    font-size: 1rem;
  }

  .icono-idioma {
    width: 1rem;
    height: 1rem;
  }
}



