body {
  background: url(fondo\ pagina2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
style{
  padding:0px;
  margin:0px;
}
#header {
  margin-bottom: 20px;
  overflow: hidden;
  margin: auto;
  width: 500px;
  font-family: Arial, Helvetica, sans-serif;}
  ul, ol {
    list-style: none;
  }
.nav li a {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
text-decoration: none;
padding: 10px 15px;
display:block;
}
.nav li a:hover{
    background-color: 434343;
}
.nav > li {
    float:left;
    
}
.nav > li ul {
    display:none;
    position: absolute;
    min-width: 140px;
}
.nav li:hover> ul {
    display:block;
}
nav {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  }
  .btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}
*{box-sizing:border-box;}

    .container{
      width:95%;
      max-width:900px;
      padding:32px 64px;
      margin:auto;
    }
    .social{
      width:90px;
      position:fixed;
      top:50px;
      right:0;
    }
    .social{
    top:5%;
      height:205px;
      margin-top:absolute;
    }
    p{
    margin: 80px;
    width: 250x;
  }
  h1{
    color: #fff;
  }

  h2{background-color: rgba(255, 255, 255, 0.911);
    color: rgb(0, 0, 0);
    width: 100%;
    padding: 5px 5px;
    font-size:30px;
    font-family: themillion;
  }
  .content{
    width:100%;
    max-width:1000px;
    margin:0 auto;
  }
  .main{
    width:100%;
    box-sizing: border-box;
   }
   .main img{
        width:100%;
        height: auto;
        padding: 0%;
        box-sizing: border-box;
  }
 .galeria{ 
  font-family: Arial, Helvetica, sans-serif
 }
 .galeria h1{
   text-align: center;
  margin: 20px 0 15px 0;
  font-weight: 300;
}
.contenedor-imagenes{
  display: flex;
  width: 85%;
  margin: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  border-radius: 3px;
}
.contenedor-imagenes .imagen{
  width: 32%;
  position: relative;
  height: relative;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0, .75);
}
.imagen img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 118, 192, 0.781);
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: .5s ease;
}
.overlay h2{
  color: rgb(0, 0, 0);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);

} 
.imagen:hover .overlay{
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width:1000px){
  .contenedor-imagenes{
    width: 90%;
}
}
.contenedor-imagenes .imagen{
  width: 48%;
}
@media screen and (max-width:450px){
  h1{
    font-size: 22px;
  }
  .contenedor-imagenes{
    width: 98%;
}
}
p{
  color: #fff;
}
@font-face{
  font-family: themillion;
  src: url(RadioGrotesk-Regular.otf);
}
