html {
    scroll-behavior: smooth;
}
#contenedor {
    width: 100%;
position: absolute;
top: 0%;
left: 0%;   
z-index: 0;
}
.foto_gr {
    width: 100%;
   
}
.foto_gr img{
    width: 100%;
}
.texto_centrado{

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#titulo {
    position: absolute;
    top: 65%;
    left: 5%;
    z-index: 1;
   
}
#titulo h1{
    color: #FFFFFF;
    font-size: 3.25em;
    font-family: "Fjalla One", sans-serif;
  
}
#titulo2 {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 1;
}
#titulo2 h1{
  color: #FFFFFF;
  font-size: 3.25em;
  font-family: "Fjalla One", sans-serif;
}
#titulo4 {
  position: absolute;
  top: 25%;
  left: 37%;
  z-index: 1;
}
#titulo4 h1{
  color: #FFFFFF;
  font-size: 3.25em;
  font-family: "Fjalla One", sans-serif;
  
}
nav{
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background-color: #1b420e;
    z-index: 2000;
}
#menu3 {
height: 34px;
}
nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    margin-left: 150px;
    font-family: "Vollkorn", serif;
}
/*Voy a centrar el menu*/
#centrar_menu {
width: 1000px;
margin: 0 auto;
}
h1 {
        
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
        font-size: 1.8em;
        text-align: center;
      }
      
p {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-size: 1.3em
}
h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
        font-size: 2.5em;
}
footer{
    width: 100%;
    background-color: #1b420e; 
    height: 100pxs;
    text-align: center;
    color: #FFFFFF;

}
footer span{
  font-family: "Vollkorn", serif;
}
.pie{
    background-color: #194973; 
    width: 100%;
    height: 20px;
    margin-top: -3px;

}
.pie span{
    color: #FFFFFF;
    font-size: 1.0em;
    font-family: "gupter"

}
.destacado{
    width: 100%;
    text-align: center;
}
.destacado h3{
    color: brown;
    font-size: 2em;
    font-family: "DM Serif Display", serif;
}
#foto_celular {
    display: none;
}
body, html {
    height: 100%;
    margin: 0;
  }
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("img/huertatochua1.jpg");
    min-height: 100%;
  }
  
  .bgimg-2 {
    background-image: url("img/huertaresi2.jpg");
    min-height: 100%;
  }
  
  .bgimg-3 {
    background-image: url("img/huertaresi3.jpg");
    min-height: 100%;
  }
  .bgimg-4 {
    background-image: url("img/huertatochua2.jpg");
    min-height: 100%;
  }
  .topnav {
    background-color: #1b420e;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0; left:0;
    z-index: 5000;
    display: none;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Vollkorn", serif;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #1b420e;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

#foto_hover {
  width: 520px;
  height: 650px;
  background-image: url("img/mapa_antes.jpg");
  background-size: cover;
  margin-left: 240px;

}

#mascara {
  width: 520px;
  height: 650px;
  background-image: url("img/mapa_despues.jpg");
  background-size: cover;
  opacity: 0;
  transition: ease-in-out 1s;
  cursor: pointer;

}
#mascara:hover{
  opacity: 1;
}
#foto_hover2 {
  width: 100%;
  height: 650px;
  background-image: url("img/tingua_color.jpeg");
  background-size: cover;
}

#mascara2 {
  width: 100%;
  height: 350px;
  background-color: rgba(25, 73, 115,0.7);
  background-size: cover;
  opacity: 1;
  transition: ease-in-out 1s;
  cursor: pointer;
  text-align: center;
  padding-top: 300px;
}
#mascara2:hover{
  opacity: 0;
}
#mascara2 span {
  color: #FFFFFF;
  font-family: "Vollkorn", serif;
  
}

/*Aqui comienzan mis estilos para celular*/

@media only screen and (max-width: 600px) {
  nav {
    display: none;
  }
  #foto_celular {
    display: block;
  }
  #foto_computador {
    display: none;
  }
  #titulo {
    top: 45%;
    left: 5%;
}
#titulo h1{
    color: rgb(255, 255, 255);
    font-size: 2em;
}
p{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
}
h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
}
  }

  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  }

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {display: block;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav {
    display:block;
  }

#foto_hover {
  width: 100%;
  height: 450px;
  margin-left: 0;
}
#mascara {
  width: 100%;
  height: 450px;
}

}