/******************************** ESTILO GENERAL **************************/

#body {
  margin: 0;
  width: 100%;
  padding-top: 330px;
  background-color:#fff;
  background-attachment: fixed;
}
#header{
  /*padding-top:100px;*/
  height:250px;
  width:100%;
  background-size: cover;
  background-color:#fff;
  color:#fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#header{
  position: fixed;
  top: 0;
}
.navbar,
#main {
  position: relative; 
}
.navbar.navbar-default {
  z-index: 150;
  margin-bottom: -50px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
#main {
  background-color: #fff;
  padding:100px 0 50px 0;

  position: relative;
}


/******************************** ESTILO CONTACTANOS ***********************/
body {
  margin: 0;

}

form {
  width: 450px;
  margin: auto;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 7px;
}

h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

input, textarea {
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 7px !important;
  box-sizing: border-box !important;
  font-size: 17px !important;
  border: none !important;
}

textarea {
  min-height: 100px !important;
  max-height: 200px !important;
  max-width: 100% !important;
}

#boton {
  background: url(../img/franja3.png);
  background-color: #FFF8DC;
  width: 130px !important;
  margin-left: 140px;
}

#boton:hover {
  cursor: pointer;
}

@media (max-width: 480px) {
  form {
    width: 100%;
  }
  
}

/***********************+ HOJAS **********************************

.falling-leaves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 20px solid #fff;
  border-radius: 50px;
  background-size: cover;
  overflow: hidden;
}

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/hoja.png') no-repeat;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

/******************************* TITULOS *************************/
.caja {
  margin-left: 70px;
  width: 240px;
  height: 40px;
}
.texto-uno {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.texto-dos {
  float: right;
  line-height: 25px;
  font-size: 35px;
  color: #6fbe4f;
}

/******************************* FOOTER ****************************/

#site-content {
  position: relative;
  z-index: 1;

  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: #000 0 7px 35px 0;
  
}

#site-footer {
  padding: 25px 0;
  font-size: 85%;
  background-color: #fff;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

/* NOT NEEDED, THIS IS JUST FOR THE PEN 
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css);

html, body {
  padding: 0;
  margin: 0;
  background-color: #D1D1D1;
} */

#site-footer {
  min-height: 20vw;
  }