* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  user-select: none;
}

body {
  background: url(../img/textura8.png) beige repeat;
}

#contenedor {
  margin: 50px auto;
  max-width: 1024px;
  background-color: white;
}

#cabecera {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: 1024px;
  background: url("../img/cabecera.jpg") no-repeat center -150px;
}

#foto {
  border: 1px solid white;
  margin: 30px auto 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: url("../img/sergio.jpg");
  background-size: 100%;
}

#hola {
  font-family: "Roboto", sans-serif;
}

#nombre {
  text-align: center;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 5em;
  line-height: 80px;
}

#caja1 {
  text-align: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  line-height: 40px;
}

#caja2, #caja3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 1.5em;
  line-height: 30px;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

#velo {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
}

#contenido {
  padding: 10px 50px 10px;
  display: flex;
}

#izq, #der {
  width: 50%;
}

#separadorV {
  margin: 20px;
  width: 3px;
  background-color: red;
  border-radius: 25%;
}

.titulo1 {
  padding: 5px;
  font-family: "Oswald", sans-serif;
  background-color: #d9d9d9;
}

.titulo2 {
  padding: 5px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 2em;
}

.explicacion {
  padding: 5px;
  margin-bottom: 20px;
}

.caja {
  min-height: 20px;
}

.aaa {
  display: none;
}

@media only screen and (max-width: 768px) {
  #contenido {
    flex-direction: column;
    padding: 10px 25px 10px;
  }

  #izq, #der {
    width: 100%;
  }

  #nombre {
    font-size: 10vw;
  }

  #caja1 {
    font-size: 2em;
    line-height: 40px;
  }

  #caja2, #caja3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 1.5em;
    line-height: 30px;
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}

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