/*!
 * Start Bootstrap - Clean Blog v5.0.8 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

header.masthead {
  margin-bottom: 20px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  /* opacity: 0.5; */
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: auto;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size-adjust: 100%;
    font-size: 17vw;
  }
}
.arriba-foto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.masthead .post-heading h1 {
  font-size: 5rem;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
.foto-card-talleres {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.413) 0,
      rgba(92, 77, 66, 0.386) 100%
    ),
    url(../img/lideres.jpg);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-conversaciones {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.728) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/conversacionesCoaching.jpg);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-empresas {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.263) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/Para\ Empresas\ .JPG);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-portadaEmpresasas {
  padding-top: 4rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.263) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/Para\ Empresas\ .JPG);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-portadaTalleres {
  padding-top: 4rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.263) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/lideres2.jpg);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-portadaConversaciones {
  padding-top: 4rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.263) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/conversacionesPortada.webp);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.foto-card-portadaClub {
  padding-top: 4rem;
  padding-bottom: calc(10rem - 72px);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.263) 0,
      rgba(92, 77, 66, 0.571) 100%
    ),
    url(../img/Club.jpg);
  /* src="./img/talleresGrupales.jpeg" */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}
