@charset "UTF-8";
/*  con cambiar el ancho aquí ya se cambiia en todos los lados donde se tiene que cambiar y con los cálculos necesario!!! */
.sener-single-page .sener-breadcrumbs-container {
  align-items: flex-start;
}
.sener-single-page .sener-breadcrumbs-container .breadcrumbs {
  padding: 0 40px;
}
.sener-single-page .container-a-fondo {
  flex-direction: row-reverse;
}
.sener-single-page .content-afondo {
  width: calc(100% - 260px);
}

.sener-modulo-post {
  margin-bottom: 5rem;
  padding-left: 40px;
  padding-right: 0px;
}
.sener-modulo-post .contenedor__imagen {
  margin-bottom: 5rem;
}
.sener-modulo-post .contenedor__imagen .imagen {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  border-radius: 2px;
}
.sener-modulo-post .contenedor__fecha {
  font-size: 32px;
  font-family: "Noto Serif";
  font-style: italic;
  color: #80ADDC;
}
.sener-modulo-post .contenedor__categorias,
.sener-modulo-post .contenedor__etiquetas {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #005199;
  font-weight: bold;
  text-transform: uppercase;
}
.sener-modulo-post .contenedor__categorias h4,
.sener-modulo-post .contenedor__etiquetas h4 {
  font-weight: lighter;
}
.sener-modulo-post .contenedor__categorias .categoria,
.sener-modulo-post .contenedor__categorias .etiqueta,
.sener-modulo-post .contenedor__etiquetas .categoria,
.sener-modulo-post .contenedor__etiquetas .etiqueta {
  margin: 0 1em;
  position: relative;
}
.sener-modulo-post .contenedor__categorias .categoria + .categoria::after,
.sener-modulo-post .contenedor__categorias .etiqueta + .etiqueta::after,
.sener-modulo-post .contenedor__etiquetas .categoria + .categoria::after,
.sener-modulo-post .contenedor__etiquetas .etiqueta + .etiqueta::after {
  position: absolute;
  content: "/";
  top: 0;
  left: -1.2em;
  bottom: 0;
}
.sener-modulo-post .contenedor__contenido {
  font-family: "Noto Serif";
  font-size: 20px;
  line-height: 1.6;
  color: #53565A;
}
.sener-modulo-post .contenedor__contenido ul {
  list-style: disc;
  padding-left: 1rem;
}
.sener-modulo-post .contenedor__video {
  margin-top: 5rem;
}
.sener-modulo-post .contenedor__video video {
  width: 100%;
  border-radius: 2px;
}
.sener-modulo-post .etiquetas-redes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.sener-modulo-post .etiquetas-redes h4 {
  color: #005199;
  font-weight: bold;
}
.sener-modulo-post .etiquetas-redes .etiqueta {
  color: #80ADDC;
  font-weight: lighter;
}
.sener-modulo-post .contenedor__redes {
  display: flex;
  align-items: center;
}
.sener-modulo-post .contenedor__redes h4 {
  margin-right: 1rem;
}
.sener-modulo-post .contenedor__redes .icono__social {
  margin: 0 0.5rem;
  width: 17px;
}
.sener-modulo-post .contenedor__redes .icono__social#twitter {
  width: 20px;
}
.sener-modulo-post .contenedor__redes .social-mobile {
  display: none;
}
.sener-modulo-post .contenedor__autor {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-top: 5rem;
}
.sener-modulo-post .contenedor__autor .autor-imagen-redes h4 {
  font-family: "Noto Serif";
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  color: #A0A2A4;
}
.sener-modulo-post .contenedor__autor .autor-imagen-redes img {
  width: 100%;
  object-fit: cover;
}
.sener-modulo-post .contenedor__autor .autor__redes {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.sener-modulo-post .contenedor__autor .autor__redes .enlace {
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sener-modulo-post .contenedor__autor .autor__contenido h4 + p {
  margin: 0;
}
.sener-modulo-post .contenedor__autor .autor__contenido--nombre, .sener-modulo-post .contenedor__autor .autor__contenido--puesto {
  font-weight: bold;
  color: #005199;
  
}
.sener-modulo-post .contenedor__autor .autor__contenido--nombre {
  font-size: 24px;
}
.sener-modulo-post .contenedor__autor .autor__contenido--puesto {
  font-size: 18px;
}
.sener-modulo-post .contenedor__autor .autor__contenido--desc {
  font-family: "Noto Serif";
  font-size: 16px;
  color: #53565A;
}

@media screen and (max-width: 991px) {
  .sener-modulo-post .contenedor__contenido {
    font-size: 16px;
  }
  .sener-modulo-post .contenedor__redes {
    margin-top: 0.5rem;
  }
  .sener-modulo-post .contenedor__redes .social-mobile {
    display: inline-block;
  }
  .sener-modulo-post .contenedor__redes .social-desktop {
    display: none;
  }
  .sener-modulo-post .contenedor__autor {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sener-single-page .sener-breadcrumbs-container {
    margin-left: 0;
  }
  .sener-single-page .sener-breadcrumbs-container .breadcrumbs {
    padding: 10px 30px;
  }
  .sener-single-page .container-a-fondo {
    flex-direction: column-reverse;
  }
  .sener-single-page .content-afondo {
    width: 100%;
  }
  .sener-modulo-post {
    padding-left: 0;
  }
  .sener-modulo-post .contenedor__imagen {
    margin-bottom: 10px;
  }
  .sener-modulo-post .contenedor__categorias,
  .sener-modulo-post .contenedor__etiquetas {
    font-size: 12px;
  }
  .sener-modulo-post .contenedor__autor {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=single-blog.css.map */
