body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-image: url(../imagenes/fondo.jpg);
  background-attachment: fixed;
  color: #2f2f2f;
  background-color: #f5f5f5; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 80vh; }

header h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.4rem;
  margin: 0 0 0.5rem 0;
  font-size: 3.4rem; }

header p {
  line-height: 1.5;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1rem;
  margin: 0 0 0.2rem 0;
  font-size: 1rem; }

.logo {
  width: 32%;
  min-width: 180px; }

.internal {
  height: auto;
  padding-bottom: 60px; }
  .internal .logo {
    width: 180px; }
  .internal p {
    font-size: 0.8rem;
    padding: 0 20px 0 0; }

a img {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a img.logo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.link {
  color: #2f2f2f;
  letter-spacing: 0.1rem;
  text-decoration: none; }

h2 {
  font-size: 1rem; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem; }

.resalte {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8rem; }

footer {
  font-size: 0.75rem;
  text-align: center;
  padding: 100px 0; }

.intro {
  padding: 5vh 20px 20vh 20;
  text-align: center;
  font-size: 1.5rem; }

.contenedor {
  padding: 10px;
  margin: auto; }

.innercontainer {
  max-width: 1000px;
  margin: auto; }

.marcado {
  background-color: #f0f0f0;
  padding: 40px; }
  .marcado h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }

.flexcol div {
  padding: 20px; }

.fotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fotos img {
    display: block;
    width: 100%; }
  .fotos div {
    padding: 10px; }

.f1 {
  width: 40%; }

.f2 {
  width: 40%; }

.f3 {
  width: 40%; }

.f4 {
  width: 40%; }

@media only screen and (min-width: 600px) {
  .f1 {
    width: 20%; }
  .f2 {
    width: 30%; }
  .f3 {
    width: 35%; }
  .f4 {
    width: 40%; }
  .contenedor {
    padding: 20px; }
  .intro {
    font-size: 2rem; }
  footer {
    font-size: 1rem; } }

@media only screen and (min-width: 900px) {
  .intro {
    font-size: 3rem; }
  .flexcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .flexcol div {
      max-width: 300px; }
  header p {
    font-size: 1.2rem; } }
