body {
  background-color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  padding: 0;
  border:0;
}

.nav_arriba {
  background-color:#08091b;
}

.fotodefondo {
  background-image: url("../img/yo.jpg");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.quienson1 {
  text-align: center;
  color:#fff;
}

.nosotros {
  text-align: center;
  font-weight: 700;
  padding-top: 100px;
  color:#000;
}

.lineablanca {
  border-top: 2px solid black;
  width: 400px;

}

.quienson{
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#9D9898;

}
.trayectoria {
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
  color:#888686;
}

.miboton {
  height: 30px;
  font-size:14px;
  padding-bottom: 30px;
}

.experiencia {
  text-align: center;
  padding-top: 120px;
}

.tamano{
  width: 100px;
  height: 100px;
}

.servicios {
  text-align: center;
  color:#000;
  padding-top: 100px;
  padding-bottom: 60px;

}

.contacto {
  text-align: center;
  padding-top: 100px;

}

h1{
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 50px;
}

h2{
  font-size: 3em;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

h3 {
  padding-top: 15px;
  text-align: center;
}

h4 {
  text-decoration: underline;
}

.conocer {
  color:#888686;
  text-align: center;
  font-size: 20px;
}

footer {
  width: 100%;
  height: 150px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  background-color:#08091b;
  color:#fff;
}

.menu {
  padding-right:100px;
}

.titulo {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 700;
}

.logo {
  font-family: 'Pacifico', cursive;
  color:#fff;
  font-size:35px;
  padding-left: 150px;
}

#contact{
   padding:10px 0 10px;
 }

 .contact-text{
   margin:45px auto;
 }

 .mail-message-area{
   width:100%;
   padding:0 15px;
 }

 .mail-message{
   width: 100%;
   background:rgba(255,255,255, 0.8) !important;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   transition: all 0.7s;
   margin:0 auto;
   border-radius: 0;
 }

 .not-visible-message{
   height:0px;
   opacity: 0;
 }

 .visible-message{
   height:auto;
   opacity: 1;
   margin:25px auto 0;
 }

/* Input Styles */

 .form{
   width: 100%;
   padding: 15px;
   background:#f8f8f8;
   border:1px solid rgba(0, 0, 0, 0.075);
   margin-bottom:25px;
   color:#727272 !important;
   font-size:13px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
 }

 .form:hover{
   border:1px solid #8BC3A3;
 }

 .form:focus{
   color: white;
   outline: none;
   border:1px solid #8BC3A3;
 }

 .textarea{
   height: 200px;
   max-height: 200px;
   max-width: 100%;
 }

/* Generic Button Styles */

 .button{
   padding:8px 12px;
   background:#0A5175;
   display: block;
   width:120px;
   margin:10px 0 0px 0;
   border-radius:3px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   text-align:center;
   font-size:0.8em;
   box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
 }

 .button:hover{
   background:#8BC3A3;
   color:white;
 }

/* Send Button Styles */

 .form-btn{
   width:180px;
   display: block;
   height: auto;
   padding:15px;
   color:#fff;
   background:#8BC3A3;
   border:none;
   border-radius:3px;
   outline: none;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   margin:auto;
   box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
   -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
 }

 .form-btn:hover{
   background:#111;
   color: white;
   border:none;
 }

 .form-btn:active{
   opacity: 0.9;
 }
center{
 margin-top:330px;
}
input {
   position: relative;
   z-index: 9999;
}


@media only screen and (max-width: 400px) {
  .texto_derecha {
    text-align:center;
  }
}
