* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  font-family: "Open Sans";
  font-size: 16px; }
/*90% era aqui abajo*/
.contenedor {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden; }

/* ----- ----- HEADER ----- ----- header mas heigth 600 px*/
header {
  background: url("../img/logoiso.jpg"), #03838D;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 400px; }
  header .menu {
    margin: 20 0;
    text-align: right; }
    header .menu a {
      margin: 0 20px;
      color: #fff; 
      padding-bottom: 2px;
      font-size: 1em;
      display: inline-block;
      text-decoration: none;
      border-bottom: 2px solid transparent; }
      header .menu a:hover
       {
        border-bottom: 2px solid #fff; }
  header .contenedor-texto {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 85px 0; }
    header .contenedor-texto .texto {
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      padding: 15px 40px; }
      header .contenedor-texto .texto h1, header .contenedor-texto .texto h2 {
        color: #fff;
        /* 300 font es el ligth */
        font-weight: 600;
        margin: 0; }
      header .contenedor-texto .texto .nombre {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 50px; }
      header .contenedor-texto .texto .profesion {
        font-size: 25px;
        line-height: 25px; }

/* ----- ----- MAIN ----- ----- */
.main .contenedor {
  overflow: visible; }
.main .acerca-de {
  text-align: center; 
 /* background: #ccc; */
}
  .main .acerca-de .foto {
    margin-top: -60px; }
    .main .acerca-de .foto img {
      border-radius: 50%;
      vertical-align: top;
      border: 6px solid rgba(255, 255, 255, 0.5); }
/* ----- ----- UTILIZAR PARA EL SIG----- ----- */

 button {
  margin: auto;
  background: #3895ea;
  border: none;
  border-radius: 3px;
  padding: 11px  40px;
  /*width: 60%;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;*/
  color: #fff;
 }
  .main .acerca-de .texto {
    color: #5a5a5a;
    font-weight: 300;
    font-size: 18px ;
    line-height: 30px;
    width: 100%;
    margin: 15px auto 30px auto; }
    .main .acerca-de .texto .titulo {
      font-size: 34px;
      margin-bottom: 40px;
      line-height: 34px;
      font-weight: 300;
      color: #dd820d;
      text-align: center; }
    .main .ace
    rca-de .texto .bold {
      color: #3895ea;
      text-decoration: underline; }
.main .sig {
  background: #f2f2f2;
  padding: 18px 0; }
  .main .sig .contenedor {
    overflow: hidden; }
  .main .sig .titulo {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: 200;
    color: #323068;
    text-align: center; }


/* ----- ----- FOOTER ----- ----- */

/*yo --*/
footer .contacto {
  padding: 60px 0; 
}
 
footer .contacto .titulo {
  font-size: 15px;
  line-height: 18px;
  margin-bottom:20px;
  font-weight: 40px;
  color: #5a5a5a;
  text-align: center;
}
/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 800px) {
  header .menu {
    text-align: center; }

  .main .sig .contenedor{
    width: 46%; } 

  }

@media screen and (max-width: 500px) {
  header .contenedor-texto .texto {
    font-size: 18px; }
 

  .main .acerca-de .texto{
    width: 80%;}
  }


/*# sourceMappingURL=estilos.css.map */
