@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
body{
    background-color: rgb(15, 15, 15);
    position: relative;
    display: grid;
    margin: 0;
    height: 100vh;
    grid-template-rows: auto 1fr auto;
    font-family: 'Playfair Display', serif;
}
.menu-icono{
  display: none;
}
.contact-title{
  height: 100px;
  width: auto;
  background-color: rgb(15, 15, 15);
  padding-top: 5px;
}
.tituloContacto{
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #ffff99;
}

.contact-form{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Playfair Display', serif;
}
.contact-info{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.contact-form > *{
  padding: 1.5em;
}
.contact-form form p{
  margin: 0;
  padding: 1em;
}
.contact-form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-form{
  margin-top: 5rem;
  color: #ffffff;
}
.contact-form form .block{
  grid-column: 1 / 3;
}
.contact-info img{
  width: 90%;
}
.contact-form form button{
  width: 100%;
  padding: .7em;
  border: none;
  background-color: #525231;
  outline: none;
  font-family: 'Playfair Display', serif;
}
.contact-form form button:hover{
  background-color: #000000;
  color: #fff;
  transition: .3s;
}
.contact-form form input,
.contact-form form textarea{
  width: 100%;
  padding: .7em;
  border: none;
  background: rgb(59, 38, 42);
  border-bottom: 1px solid #ffff99;
  outline: none;
  color: #fff;
  font-size: 15px;
}
.contact-info > *{
  padding: 1.5em;
}
.contact-wrapper > *{
  padding: 1em;
}
.contact-form{
  background: rgb(59, 38, 42);
}
.contact-info{
  background: #353523;
}
.contact-info a i{
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.contact-info h2{
  font-size: 20px;
}

.mapa{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

h5{
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #ffff99;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.contact-info ul li{
  padding: .3em;
}
.contact-info ul, .contact-info p{
  text-align: center;
  margin: 0 0 1rem 0;
}
.contact-info ul{
  list-style: none;
  padding: 0;
}


.contact ul{
  margin-top: 10px;
  list-style: none;
  color: #ffffff;
  text-align: center;
}
.contact ul li{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Playfair Display', serif;
  font-size: 15px;

}
.contact{
  height: 100px;
  width: 100%;
  background-color:rgb(15, 15, 15);
}
.articulos-title{
  background-image:url(../Images/museo-cairo-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Playfair Display', serif;;
  font-size: 50px;
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0px;
  padding: 100px 0px 100px 0px;
  
}
body::-webkit-scrollbar{
  width: 20px;
}
body::-webkit-scrollbar-track{
  background: rgb(36, 36, 36);
}
body::-webkit-scrollbar-thumb{
  background: rgb(22, 22, 22);
}

h2{
  font-family: 'Playfair Display', serif;;
  font-size: 35px;
  letter-spacing: 1px;
  padding-top: 10px;
  color: #ffffff;
}
.container{
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}
.header{
  font-family: 'Playfair Display', serif;;
  font-size: 1rem;
  background: #000000;
  color: #ffffff;
  padding: 1rem 0;
}
  .header a{
    color:#ffffff;
    text-decoration: none;
  }

.logo-nav-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
  .navigation ul li{
    display: inline-block;
  }
    .navigation ul li a{
      display: block;
      padding: 0.5rem 1rem;
    }  
    .navigation ul li a:hover{
      color: #D9C359;
      text-decoration: underline;
      transition: 0.5s;
    }
    .contact ul li a{
      text-decoration: none;
      color: #ffffff;
    }
.footer{
  background: #000000;
  color: #ffffff;
  text-align: center;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  max-width: 100%;
}
  .footer a{
    font-family: 'Playfair Display', serif;;
    color: #ffffff;
    text-decoration: none;

  }
    .footer a:hover{
      color: #D9C359;
      text-decoration: underline;
      transition: 0.5s;
    } 
    @media only screen and (max-width: 768px) {
      .navigation ul li{
        display: block;
      }
        .navigation ul li a{
          display: block;
          padding: 0.5rem 1rem;
          text-align: center;
        }  
        .navigation ul li a:hover{
          background-color: #894924;
          color: #ffffff;
          text-decoration: none;
          transition: all 1s;
        }
        .navigation ul{
          display: none;
        }
        .navigation ul.show{
          display: block;
        }
      .logo{
        width: 30%;
      }
      
      .menu-icono{
        display: block;
        cursor: pointer;
        
      }
  } 