/* whatssap */

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


.html
{height: 100%;
}

body{
	min-height:100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium; 
    font-style: normal; 
    background-color: #F8F4DE; 

    min-height: 100%;
    display: flex;
    flex-direction: column;
}


/* NAV */

nav.navigation{
  position:relative; 
  height: 126px;
  background-image: url("../img/fondo-menu.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  font-family: darkmode-on,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}

.nav-logo{
  float:left;
  height:100px;
  line-height:50px;
  padding:20px 20px;
}
ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
  float:left;
}
ul.nav-menu{
  padding-left:10px;
  float: right;
  list-style: none;    
}

ul.nav-menu li a{
  height:100px;
  line-height: 90px;
  padding: 0 50px;
  color:#ffffff;
  text-decoration:none;
}
ul.nav-menu li a:hover{
  color:#066938;
}
.nav-toggle{
  position:absolute;
  top:0;
  right:0;
  width:50px;
  height:100px;
  background-color:#11999e;
  cursor:pointer;
}
span.icon-bar{
  position:absolute;
  right:12px;
  display:block;
  width:26px;
  height:2px;
  background-color:#ffffff;
}
.icon-bar:nth-child(1){
top:17px;
}
.icon-bar:nth-child(2){
top:24px;
}
.icon-bar:nth-child(3){
top:31px;
}
.nav-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
  z-index:1;
  opacity:0;
  visibility:hidden;
}
.nav-overlay.active{
  opacity:1;
  visibility:visible;
}

/* FOOTER-PIE DE PAGINA */

footer{
    
    background: #5C8267;
    height: auto;
    width: 100vw;
    font-family: darkmode-on,sans-serif;
    padding-top: 40px;
    color: #fff;
    margin-top: auto;
  }
  .footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    color: #fff;
  }
  .footer-content p{
    max-width: 500px;
    margin: auto;
    line-height: 28px;
    font-size: 14px;
  }
  .socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 2rem 0;
  }
  .socials li{
    margin: 0 10px;
  }
  .socials a{
    text-decoration: none;
    color: #fff;
  }
  .socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
  
  }
  .socials a:hover i{
    color: #066938;
  }
  
  .footer-bottom{
    background: #55775e;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
  }
  .footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
  }
  .footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
  }

  /* TEXTO */

  .ofrecemos { 
    line-height:30px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 8%;  
  }

 .formulario { 
  line-height:30px;
  text-align: center;
}

  h3{
    font-family: darkmode-on,sans-serif;
    font-style: normal;
    color: rgb(5, 5, 80);
  }
  
  h2{
    font-family: bungee,sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #c96100;
    }
 
  .ofrecer {
    width: 70%;
    }

  /* EMAIL */

  .email {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
    }

