* {
  box-sizing: border-box; }

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

.contenedor {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden; }

header {
  background: url("../img/portada.png") fixed #7cb0d7;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 600px; }
  header .menu {
    margin: 40px 0;
    text-align: right; }
    header .menu a {
      margin: 0 20px;
      color: #000;
      position: relative;
      padding-bottom: 9px;
      display: inline-block;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      font-size: 1em;
      font-weight: 600; }
      header .menu a:hover {
        border-bottom: 2px solid #fff; }
  header .contenedor .contenedor-texto {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 190px 0; }
    header .contenedor .contenedor-texto .texto {
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      padding: 20px 60px;
      background: rgba(55, 24, 190, 0.5); }
      header .contenedor .contenedor-texto .texto h1, header .contenedor .contenedor-texto .texto h2 {
        color: #fff;
        font-weight: 300;
        margin: 0; }
      header .contenedor .contenedor-texto .texto .nombre {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 50px; }
      header .contenedor .contenedor-texto .texto .profesion {
        font-size: 25px;
        line-height: 25px; }

.main .contenedor {
  overflow: visible; }
.main .acerca-de {
  text-align: center; }
  .main .acerca-de .foto {
    margin-top: -100px; }
    .main .acerca-de .foto img {
      width: 200px;
      height: 200px;
      vertical-align: top;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.2); }
  .main .acerca-de .texto {
    color: #5a5a5a;
    font-weight: 600;
    font-size: 1em;
    line-height: 30px;
    width: 80%;
    margin: 40px auto 60px auto; }
    .main .acerca-de .texto .titulo {
      font-size: 34px;
      line-height: 34px;
      margin-bottom: 40px;
      font-weight: 300;
      color: rgba(55, 24, 190, 0.9); }
    .main .acerca-de .texto .bold {
      color: #3895ea;
      text-decoration: underline; }
.main .trabajos {
  background: #f2f2f2;
  padding: 60px 0; }
  .main .trabajos .contenedor {
    overflow: hidden; }
  .main .trabajos .titulo {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 300;
    color: rgba(55, 24, 190, 0.9);
    text-align: center; }
  .main .trabajos .contenedor-trabajos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .main .trabajos .contenedor-trabajos .trabajo {
      width: 23%;
      margin-bottom: 40px; }
      .main .trabajos .contenedor-trabajos .trabajo .thumb {
        width: 100%;
        margin-bottom: 10px; }
        .main .trabajos .contenedor-trabajos .trabajo .thumb img {
          width: 100%;
          vertical-align: top;
          border-radius: 10px; }
      .main .trabajos .contenedor-trabajos .trabajo .descripcion {
        text-align: center; }
      .main .trabajos .contenedor-trabajos .trabajo .nombre {
        font-weight: 700;
        color: rgba(55, 24, 190, 0.9);
        margin-bottom: 10px; }
      .main .trabajos .contenedor-trabajos .trabajo .categoria {
        font-size: 14px;
        color: #636363; }

footer .contacto {
  padding: 60px 0; }
footer .titulo {
  font: size 34px;
  line-height: 34px;
  margin-bottom: 40px;
  font-weight: 300;
  color: #3718be;
  text-align: center; }
footer .redes-sociales {
  background: #1e2b38;
  padding: 60px 0; }
  footer .redes-sociales .titulo-redes {
    font: size 34px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #e0dee6;
    text-align: center; }
  footer .redes-sociales .contenedor {
    display: flex;
    justify-content: center; }
  footer .redes-sociales a {
    color: #fff;
    text-align: center;
    width: 100px;
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 30px;
    margin: 0 20px; }
  footer .redes-sociales .facebook:hover {
    background: #3b5998; }
  footer .redes-sociales .instagram:hover {
    background: #c13584; }
  footer .redes-sociales .youtube:hover {
    background: #ff0000; }
  footer .redes-sociales .linkedin:hover {
    background: #0077b5; }

@media screen and (max-width: 800px) {
  header .menu {
    text-align: center; }

  .main .contenedor .contenedor-trabajos .trabajo {
    width: 46%; } }
@media screen and (max-width: 500px) {
  header .contenedor-texto .texto .nombre {
    font-size: 35px; }
  header .contenedor-texto .texto .profesion {
    font-size: 18px; }

  footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }

/*# sourceMappingURL=estilos.css.map */
