/* Estilos para el encabezado principal */
body { 
    font-family: 'DM Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
  color: white;
  margin: 0%;
  padding: 0%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.description{
    display: flex;
    flex-direction: column;
    color: white;
} 
li.nav-item {
  float: left;
}
input{
    display: none;
}
input #menu-toggle{
    display: none;

}
label{
    display: none;
}
label #menu-icon{
    display: none;
}
a{
  text-decoration: none;
}
h2{
  color: #FFF;
}

.sub-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
}
.sub-content .mountain h2,
.sub-content .beach h1 {
    font-size: 24px;
    color: #ffffff;
   
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

label input, #menu-toggle, #menu-icon{
  display:none;
}

.button-right:hover {
    background-color: #0055aa;
}


.button-left:hover {
    background-color: #0055aa;
}
.card{
width: 200px;
height: 300px;
margin: 2%;
padding: 2%;
   background-image: url('./assets/mountain.png'); 
}
.destinations{
     background-image: url('./assets/destinations.jpg'); 
        background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
   display: flex;  
   flex-direction: column;
   flex-wrap: wrap;
   padding: 10%;
   margin: 0%;
   justify-content: center;
   align-content: center;
   align-items: center;

}
.destinations p
{
    padding: 5%;
    margin: 0%;
    background: rgba(217, 217, 217, 0.87);
    color: var(--Black, #000);
    font-style: normal;
font-weight: 500;
font-size: 24px;
 text-align: justify;
 align-content: center;
 justify-content: center;
}
.destinations h1
{
    margin: 0%;
        padding: 5%;
  color: var(--White, #FFF);
font-family: Montserrat;
font-size: 9vh;
font-style: normal;
font-weight: 900;
line-height: normal;  
}.nature{
background-image: url('./assets/nature.png'); 
    background-size: cover;
  background-repeat: no-repeat; 
 
   display: flex;  
   flex-direction: column;
   justify-content: center;
   padding: 2%;
}
.cultural{
background-image: url('./assets/culture.png'); 
    background-size: cover;
  background-repeat: no-repeat; 
 
   display: flex;  
   flex-direction: column;
   justify-content: center;
   padding: 2%;
   background-color: rgba(0, 0, 0, 0.5);
}
.culinary{
background-image: url('./assets/gastronomy.png'); 
    background-size: cover;
  background-repeat: no-repeat; 
 
   display: flex;  
   flex-direction: column;
   justify-content: center;
   padding: 2%;
}
.mountain{
background-image: url('./assets/trek.jpeg');
  width: 200px;
  height: 300px;
  margin: 2%;
  padding: 2%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat; 
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
border: 3px solid #FFF;
  
}
.beach{
background-image: url('./assets/playa.jpeg');
  width: 200px;
  height: 300px;
  margin: 2%;
  padding: 2%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat; 
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
border: 3px solid #FFF;
}
.city{
background-image: url('./assets/city.jpeg');
  width: 200px;
  height: 300px;
  margin: 2%;
  padding: 2%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat; 
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
border: 3px solid #FFF;
  
}
.cultur{
  background-image: url('./assets/cult.jpeg');
  width: 200px;
  height: 300px;
  margin: 2%;
  padding: 2%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat; 
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
border: 3px solid #FFF;
}

.gastron{
background-image: url('./assets/gastr.jpeg');
  width: 200px;
  height: 300px;
  margin: 2%;
  padding: 2%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat; 
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
border: 3px solid #FFF;
  
}
h1{
    color: #FFF;
font-family: Montserrat;
font-size: 9vh;
font-style: normal;
font-weight: 600;
line-height: normal;
   padding: 3%;
    margin: 0%;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
p{
 color: #FFF;
font-family: Montserrat;
font-size: 3vh;
font-style: normal;
font-weight: 600;
line-height: normal;   
   padding: 3%;
    margin: 0%;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* Estilos para el footer */
footer {
  background: var(--Dark, #2d2d2f);
  color: white;
  margin: 0%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fotter-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.icon {
  margin: 10px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer li {
  display: inline;
  margin: 0 20px;
}


ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;

  overflow: hidden;
}

li.nav-item {
  float: left;
}

li.nav-item a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    color: white; 
}

.navbar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(9px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.75);
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  z-index: 1000;
  width: 100%;
  margin: 0%;
}

/* Estilos para el footer */
footer {
  background: var(--Dark, #2d2d2f);
  color: white;
  margin: 0%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fotter-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.icon {
  margin: 10px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer li {
  display: inline;
  margin: 0 20px; 
}
ul.icons {
 display: flex;
  flex-direction: row;
  list-style-type: none; 
  padding: 0; 
  justify-content: center;
  align-items: center;/ 
}


.navbar {
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(6px);
  padding: 10px 0;
   position: fixed; 
  top: 0; 
  width: 100%;
  z-index: 1000; 
}
ul.navbar {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding-inline-start: 0px;
  display: flex;
  justify-content: space-around;
}

li.nav-item {
  float: left;
}

li.nav-item a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}
.hidden-checkbox {
  position: absolute;
  left: -9999px;
}
@media screen and (max-width: 768px) {
.sub-content {
  
    align-items: center;
    justify-content: center;

}
.description{
   align-items: center;
    justify-content: center;
}
}
@media screen and (max-width: 668px) {
  footer {
    padding: 2%;
  }

  .fotter-container {
    flex-direction: column;
    align-items: center;
  }
ul.icons {
  display: flex;
  flex-direction: row;
  list-style-type: none; 
  padding: 0; 
  justify-content: center;
  align-items: center;
}


  .icon {
    margin: 5px; 
  }

  footer li {
    margin: 5px 0;
  }
}

@media screen and (max-width: 668px) {
  /* Estilos para el icono del menú */
 .menu-icon {
            font-size: 24px;
            cursor: pointer;
            color: black;
            display: block; /* Mostrar el icono en pantallas pequeñas */
        }

        /* Estilos para el menú desplegable */
        ul.navbar {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(9px);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.75);
            top: 0;
            left: 0;
            padding: 10px 0;
        }

        li.nav-item {
            float: none;
        }

        li.nav-item a {
            padding: 10px 0;
        }

        /* Estilo para mostrar el menú cuando el checkbox esté marcado */
        #menu-toggle:checked + label.menu-icon + ul.navbar {
            display: flex;
        }

        .menu-icon {
            margin: 5%;
        }
        input{
          display: none;
        }
     
}
