/* GENERALES BEGIN */

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

html,
body {
  position: relative;
  height: auto;
}

body,
textarea,
input {
  font-family: "Roboto", sans-serif;
}

a {
  cursor: pointer;
}

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

.strong {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-1-5 {
  margin-top: 1.5em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-05 {
  margin-top: 0.5em;
}
/*.scroll{
	overflow: hidden !important;
}*/

.wrap {
  max-width: 75em;
  margin: 0 auto;
}

.fix {
  height: 12vh;
}

a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: black;
}

.none {
  display: none;
}

.none-2 {
  display: none !important;
}

#logo-editorial {
  width: 223px;
}

@media screen and (max-width: 300px) {
  #logo-editorial {
    width: 103px;
  }
}

.hover-black {
  padding: 1em;
  border: 0.01em solid white;
}

.hover-black:hover {
  border-color: #d6d6d6;
  transition: all 0.5s ease;
  -moz-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* VIDEOS BEGIN */

.container-video .video-responsive {
  position: relative;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56.25%;
}

.container-video .video-responsive iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

/* VIDEO END */

/* TEXT GENERALES BEGIN */

.section {
  padding: 5em 0;
}

.titulo-seccion {
  height: 4em;
  margin-bottom: 2em;
}

.titulo-seccion h2 {
  font-size: 2.5em;
  margin: 1.5em auto;
}

.titulo-seccion h1 {
  font-size: 2.5em;
  margin: 1.5em auto;
}

@media screen and (max-width: 48em) {
  .titulo-seccion {
    text-align: center;
  }
}

/* TEXT GENERALES END */

/* STYLER BOTOOM BEGIN */

.container-boton {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 48em) {
  .container-boton {
    margin-top: 1em;
  }
}

.boton-todo {
  border: solid 2px black;
  padding: 0.5em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
}

.boton-todo p {
  font-weight: 600;
}

.boton-todo:hover {
  background-color: #000;
  color: #fff;
}

/* STYLE BOTTOM END */

/* LISTA-LIBRO BEGIN */

@media screen and (max-width: 48em) {
  .lista-libro .libro {
    flex-flow: column;
    align-items: center;
  }

  .lista-libro .libro .libro-unico {
    width: 90% !important;
    justify-content: center;
  }

  .lista-libro .libro .informacion-libro {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1em;
  }
}

.lista-libro .libro .libro-unico {
  width: 45%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 1em;
  box-sizing: border-box;
}

.lista-libro .libro .informacion-libro {
  width: 43%;
  margin-left: 1em;
  /*    display: flex;
    flex-flow: row wrap;*/
}

@media screen and (max-width: 80em) {
  .lista-libro .libro .informacion-libro {
    width: 80%;
    margin-left: 0;
  }
  #section-libros-1 .libro-unico .informacion-libro {
    width: 54% !important;
  }
}

@media screen and (max-width: 48em) {
  #section-libros-1 .libro-unico .informacion-libro {
    width: 90% !important;
  }

  #section-libros-1 .libro-unico .caratula-libro {
    width: 90% !important;
    height: auto !important;
  }

  #section-libros-1 .caratula-libro img {
    margin: 0;
  }
}

.lista-libro .libro .leer-mas {
  text-decoration: underline;
  margin-top: 0.4em;
}

.lista-libro .libro .img-libro {
  width: 100%;
}

#section-2 .hover-black .caratula-libro {
  width: 53%;
}

/* LISTA-LIBRO END*/

/* STYLE LIBRO BEGIN */

/* IMG */

.libro-unico .caratula-libro img {
  margin-right: 1.5em;
}

/* TEXTO */

.libro-unico .informacion-libro h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0.6em;
}

.libro-unico .informacion-libro .subtitle {
  font-size: 1.5rem;
}

.libro-unico .informacion-libro h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.libro-unico .informacion-libro h4 span {
  font-size: 0.8em;
  font-weight: 200;
}

.libro-unico .informacion-libro h5 {
  margin-bottom: 0.8em;
}

.libro-unico .libro-resumen article {
  margin-bottom: 0.9em;
}

.libro-unico .libro-resumen p {
  letter-spacing: 0.01em;
  line-height: 1.3em;
  margin-bottom: 0.2em;
}

/* STYLE LIBRO END */

/* CONTAINER BEGIN */

.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* CONTAINER END */

/* BREADCRUMB BEGING */

ul.breadcrumb {
  margin-bottom: 1em;
}

ul.breadcrumb li {
  display: inline;
  font-size: 0.9em;
}

ul.breadcrumb li + li:before {
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #9e9e9e;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

/* BREADCRUMB END */

/* NOTICIAS BEGIN */

#section-novedades-1 .noticia-unica {
  margin-bottom: 2em;
}

#section-novedades-1 .bajada {
  line-height: 1.3em;
}

@media screen and (max-width: 80em) {
  .novedades .noticia-unica {
    max-width: 27% !important ;
  }
}

@media screen and (max-width: 48em) {
  .novedades {
    flex-flow: column;
    align-items: center;
  }
  .novedades .noticia-unica {
    max-width: 80% !important ;
  }
}

.novedades .noticia-unica {
  max-width: 30%;
}

.noticias .informacion-noticia {
  margin-top: 1em;
}

.informacion-noticia h2 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
}

.informacion-noticia .fecha {
  color: #a8a8a8;
  margin-bottom: 1em;
}

.img-noticia img {
  max-width: 100%;
}

/* NOTICIAS END */

.line {
  width: 100%;
  margin-bottom: 5em;
}

/* GENERALES END */

/* HEADER BEGIN */

.header {
  background-color: black;
  height: 12vh;
  box-sizing: border-box;
  display: flex;
}

.header .menu {
  width: 75em;
  align-items: center;
}

.header .logo {
  display: flex;
  margin: auto;
}

.header .nav-header {
  display: flex;
  margin: auto 0;
}

.header .menu-main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 48em) {
  .header .menu-main {
    margin-top: 3em;
  }
}

.header .menu-main li {
  padding: 0 2em;
}

.header .menu-main li:nth-last-child(1) {
  padding: 0 0 0 2em;
}

.header .menu-main li a {
  color: white;
  font-weight: 600;
  display: block;
}

.header .menu-main li a:hover {
  text-decoration: underline;
}

.icon-menu img {
  height: 35px;
}

@media screen and (max-width: 80em) {
  .header .menu {
    width: 60em;
    align-items: center;
    width: 90%;
  }
  /*	.header {
    	background-color: gray;
	}	*/
}

@media screen and (max-width: 65em) {
  .header .menu {
    width: 90%;
    align-items: center;
  }
  /*
	.header {
    	background-color: red;
	}*/

  .header .menu-main li {
    padding: 0 0.5em;
  }

  .header .menu-main li:nth-last-child(1) {
    padding: 0 0.5em;
  }
}

/* HEADER SUB-MENU BEGIN*/

/* HEADER SUB-MENU END*/

@media screen and (max-width: 48em) {
  /*	.header {
    	background-color: black;
	}*/

  .header .nav-header {
    display: flex;
    align-items: flex-start;
    margin: auto 0;
    width: 100vw;
    height: 89vh;
    z-index: 99;
    background-color: black;
    position: fixed;
    top: 12vh;
    left: 0;
    padding-left: 2em;
    transition: all 0.2s ease;
    opacity: 1;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 0.1em solid white;
  }

  .header .container .move {
    left: 150vh;
    opacity: 0.1;
    transition: all 0.2s ease;
  }

  .header .menu-main li {
    padding: 0 0.5em;
    width: 100%;
    margin: 2em 0;
  }

  .header .menu-main li a {
    font-size: 4em;
  }

  .header .menu-main li:nth-last-child(1) {
    padding: 0 0.5em;
  }

  .icon-menu {
    display: block;
  }
}

@media screen and (max-width: 30em) {
  .header .menu-main li a {
    font-size: 2.8em;
  }
}

/* HEADER END*/

/* MAIN BEGIN */

/* SECTION-1 / ENTREVISTA BEGIN */

#section-1 {
  padding: 0;
  margin-bottom: 5em;
}

#section-1 .container-video {
  height: 80vh;
}

#section-1 .container-video .video-responsive {
  padding-bottom: 80vh;
}

/* SECTION-1 / ENTREVISTA  END */

/* SECTION-2 / ENTREVISTA  BEGIN */

#section-2 {
  background-color: #edeef0;
  display: flex;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 1190px) {
  #section-2 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 565px) {
  #section-2 .hover-black {
    flex-direction: column;
  }
  #section-2 .hover-black .informacion-libro {
    margin-top: 1em;
  }
}

#section-2 .hover-black {
  border-color: #edeef0;
  margin: 0.2em;
  display: flex;
}

#section-2 .libro-unico .caratula-libro img,
#section-2 .libro-unico .informacion-libro {
  width: 15em;
}

#section-2 .hover-black:hover {
  -moz-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
}

#aby-warburg {
  width: 20% !important;
}

.libro-horizontal {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  width: 35% !important;
}

.libro-horizontal .informacion-libro {
  margin-left: 0 !important;
}

.libro-horizontal .caratula-libro {
  width: 100% !important;
}

.libro-horizontal .img-libro {
  margin-bottom: 1em;
}

@media screen and (max-width: 80em) {
  .wrap {
    width: 90%;
  }

  .lista-libro .container {
    justify-content: center;
  }
}

/* SECTION-2 / ENTREVISTA  END */

/* SECTION-3 / DESTACADOS BEGIN */

#section-3 {
  padding: 5em 3em 7em 3em;
  background-color: #121212;
}

#section-3 .titulo-seccion {
  color: #fff;
}

#section-3 .boton-todo {
  border-color: white;
  color: white;
}

#section-3 .boton-todo:hover {
  background-color: #fff;
  color: #000;
}

.carusel-img-editorial a {
  height: 270px;
}

.carusel-img-editorial img {
  height: 270px;
}

/* SECTION-3 / DESTACADOS END */

/* SECTION-4 / NOTICIAS BEGIN */

#section-4 {
  padding-bottom: 7em;
}

.noticias .informacion-noticia {
  margin-top: 1em;
}

.informacion-noticia h2 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
}

.informacion-noticia .fecha {
  color: #a8a8a8;
  margin-bottom: 1em;
}

.img-noticia img {
  max-width: 100%;
}

/* SECTION-4 / NOTICIAS END */

/* MAIN END */

/* FOOTER BEGIN */

.footer {
  background-color: #000;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  box-sizing: border-box;
}

.c-footer {
  width: 75em;
}

.footer .lista-icon {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 1em 0;
}

.footer .lista-icon li img {
  width: 150px;
}

.footer .lista-icon .editorial {
  display: none;
}

.footer .lista-info {
  color: #fff;
  display: flex;
  align-items: center;
}

.footer .lista-info p {
  font-size: 0.8em;
}

@media screen and (max-width: 48em) {
  .footer .lista-icon .editorial {
    margin-left: 3em;
    display: inline-block;
  }
  .footer .lista-icon {
    flex-flow: column !important;
  }

  .footer .lista-icon .editorial {
    margin-left: 0 !important;
    margin-top: 1em !important;
  }

  .fix {
    height: 15vh !important;
  }
}

/* FOOTER END*/

/* ------------------------------ */

/* SUB PAGE - LIBRO */

@media screen and (max-width: 80em) {
  #libro-section-1 {
    flex-flow: wrap row !important;
    justify-content: center;
  }

  #main .vertical {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 48em) {
  #main .vertical {
    justify-content: space-around;
  }
}

#libro-section-1 {
  margin: 5em auto;
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}

#libro-section-1 .caratula-libro {
  position: relative;
}

#libro-section-1 .caratula-libro img {
  height: auto;
  width: 100%;
}

#libro-section-1 .caratula-libro .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

#libro-section-1 .caratula-libro .overlay:hover {
  opacity: 1;
  transition: all 0.5s ease;
}

@media screen and (max-width: 80em) {
  #libro-section-1 .caratula-libro .overlay {
    display: none;
  }
}

#libro-section-1 .informacion-libro h4 {
  margin-bottom: 0.1em;
}

#libro-section-1 .informacion-libro h4 {
  margin-bottom: 0.5em;
}

#libro-section-1 .informacion-libro h5 {
  margin-top: 0.5em;
}

#libro-section-1 .libro-resumen {
  margin: 2.5em 0 0 0;
  height: auto;
  transition: all 2s ease;
}

#libro-section-1 .overflow {
  overflow-y: hidden;
}

#libro-section-1 .toggle {
  height: 24em;
  transition: all 1s ease;
}

@media screen and (max-width: 80em) {
  .vertical .toggle {
    height: 20em !important;
  }
}

#libro-section-1 .informacion-libro hr {
  margin: 1.5em 0;
}

/*#section-libro-2{
	background-color: #edeef0;
	padding: 6em 0;
}*/

#libro-section-1 .galeria-container {
  background-color: #edeef0;
  margin: 0 2em;
  padding: 2em 0;
}

#libro-section-1 .galeria-imagen {
  background-color: #edeef0;
}

@media screen and (max-width: 26.5625em) {
  #libro-section-1 .galeria-container {
    margin: 0 2em !important;
    padding: 2em 0 !important;
  }
}

#section-libro-2 .galeria-container {
  width: 65%;
  margin: 0 auto;
  padding: 0 1em;
}

/* EXPANDIR MAS BEGIN */

.expandir-mas {
  background-color: rgba(120, 120, 120, 0.4);
}

.flecha {
  padding-top: 0.4em 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.flecha img {
  transform: rotate(180deg);
  transition: all 0.2s ease;
  height: 0.8em;
  padding: 0.7em;
}

.rotacion img {
  transform: rotate(0);
  transition: all 0.2s ease;
}

/* EXPANDIR MAS END */

.datos-secundarios-flex {
  display: flex;
  flex-flow: row;
}

.datos-secundarios-flex :is(.lista-1, .lista-2) li a {
  font-weight: 600;
  text-decoration: underline;
  color: #5d5d5d;
  line-height: 1.1;
}

.datos-secundarios-flex .lista-2 h3 {
  margin-top: 2em !important;
}

.datos-secundarios-flex .lista-2 .list-btn-accent h4 {
  display: inline-block;
  padding: 17px 20px;
  margin-bottom: 0.5em;
  background-color: #5d5d5d;
  color: #fff;
  border-radius: 0.5em;
}

.datos-secundarios-flex .lista-2 .list-btn-accent h4:hover {
  background-color: #363636;
  transition: background-color 500ms linear;
}
.datos-secundarios-flex .lista-2 .list-btn-accent h4 a {
  color: #fff;
  text-decoration: none;
}
.datos-secundarios-flex .lista-2 .list-btn {
  margin-bottom: 2rem;
}

@media screen and (max-width: 48em) {
  .datos-secundarios-flex .lista-2 .list-btn-accent {
    margin-top: 3rem;
  }
}

.datos-secundarios {
  width: 15%;
  color: #545454;
}

.datos-secundarios h3 {
  font-size: 1.2em;
}

.datos-secundarios p {
  font-size: 0.9em;
}

.datos-secundarios .hipervinculo p {
  text-decoration: underline;
  margin-top: 3em;
}

.datos-secundarios .compratir-noticia {
  width: 100%;
  margin-top: 4em !important;
}

@media screen and (max-width: 80em) {
  .datos-secundarios {
    width: 50%;
  }

  .datos-secundarios .compratir-noticia {
    width: 50%;
  }
}

@media screen and (max-width: 48em) {
  .datos-secundarios {
    width: 80%;
  }

  .datos-secundarios ul:nth-child(2) {
    margin-top: 0;
  }

  .datos-secundarios .compratir-noticia {
    width: 30%;
  }

  .datos-secundarios-flex {
    flex-flow: column;
  }
  .datos-secundarios .lista-2 li:nth-last-child(1) {
    margin-top: 2em;
  }

  .datos-secundarios ul {
    margin-top: 1em;
  }
}

.datos-secundarios h3 {
  font-weight: 600;
}

.datos-secundarios li p {
  margin: 1em 0;
}

/* VERTICAL BEGIN */

@media screen and (max-width: 80em) {
  .vertical .caratula-libro {
    height: auto !important;
  }
}

@media screen and (max-width: 48em) {
  .vertical .caratula-libro {
    width: 51% !important;
    margin-right: 0 !important;
  }
}

.vertical .caratula-libro {
  height: 39em;
  width: 40%;
  margin-right: 4em;
}

.vertical .informacion-libro {
  width: 37%;
  border-right: solid 0.01em gray;
  margin-right: 2em;
  padding-right: 3em;
}

@media screen and (max-width: 80em) {
  .vertical .informacion-libro {
    width: 50% !important;
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 48em) {
  .vertical .informacion-libro {
    margin-top: 4em;
    width: 80% !important;
  }
}

/* VERTICAL END */

/* HORIZONTAL BEGIN */

@media screen and (max-width: 65em) {
  .horizontal .caratula-libro {
    height: auto !important;
    width: 60% !important;
    margin-right: 0 !important;
    min-height: auto !important;
  }
}

@media screen and (max-width: 45em) {
  .horizontal .caratula-libro {
    width: 90% !important;
  }
}

.horizontal .caratula-libro {
  min-height: 37em;
  width: 27%;
  margin-right: 4em;
}

.horizontal .informacion-libro {
  width: 40%;
}

@media screen and (max-width: 65em) {
  .horizontal .informacion-libro {
    width: 90%;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.horizontal .informacion-libro .datos-secundarios {
  width: 100%;
  flex-flow: row;
}

.horizontal .datos-secundarios .lista-1 {
  margin-right: 3em;
}

.horizontal .informacion-libro .datos-secundarios:nth-child(1) {
  margin-right: 3em;
}

.horizontal .informacion-libro .datos-secundarios li p {
  margin: 0.7em 0;
}

.horizontal .informacion-libro .datos-secundarios li h3 {
  margin: 0.7em 0;
}

.horizontal .informacion-libro .compratir-noticia {
  width: 33%;
  margin: 3em 0 2em 0;
}

.horizontal .compratir-noticia h2 {
  font-weight: 100;
  font-size: 1em;
}

.horizontal .compratir-noticia hr {
  margin: 0 !important;
}

.horizontal .informacion-libro .autoria-libro {
  display: flex;
  justify-content: space-between;
}

.horizontal .informacion-libro .toggle {
  height: auto !important;
}

@media screen and (max-width: 65em) {
  .horizontal .informacion-libro .autoria-libro {
    justify-content: flex-start;
  }

  .horizontal .autoria-libro .datos-princial {
    margin-right: 2em;
  }
}

/* HORIZONTAL END */

/* SECTION-LIBRO-2 BEGIN */

#section-libro-2 {
  background-color: #edeef0;
  padding: 7em 0;
}

#section-libro-2 .titulo-seccion h1 {
  margin: 0;
}

/* SECTION-LIBRO-2 END */

/* ------------------------------ */

/* SUB PAGE AUTOR */

/* SECTION-AUTOR-1 BEGIN */

.retrato-autor {
  height: auto;
  margin: 0 0 4em 0;
  width: 25%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.retrato-autor:nth-child(1),
.retrato-autor:nth-child(4n + 4) {
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .retrato-autor {
    width: 33%;
  }

  .galeria {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 870px) {
  .retrato-autor {
    width: 100% !important;
  }

  .galeria {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 48em) {
  .galeria {
    flex-flow: column !important;
    align-items: center;
  }
}

#autor-section-1 {
  padding: 6em 0 !important;
}

#autor-section-1 .retrato-autor {
  margin: 0 4em;
  display: flex;
  justify-content: flex-start;
}

#autor-section-2 {
  border-top: 0.01em solid #b7b7b7;
  padding-top: 1.5em;
}

.redondo img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 0.3em solid #ececec;
}

.redondo {
  height: 13em;
  width: 13em;
  display: block;
}

#autor-section-1 .informacion-autor {
  height: auto;
  width: 60%;
}

@media screen and (max-width: 60em) {
  #autor-section-1 .informacion-autor {
    width: 56%;
  }

  #autor-section-1 .retrato-autor {
    margin: 0 1em !important;
  }
}

@media screen and (max-width: 48em) {
  #autor-section-1 .informacion-autor {
    width: 90%;
  }

  #autor-section-1 .retrato-autor {
    margin: 3.5em 0 0 0 !important;
    width: 100%;
  }

  #autor-section-1 .retrato-autor .redondo {
    margin: 0 auto;
  }
}

/* TEXTO */

.autor-unico .informacion-autor h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0.1em;
}

.autor-unico .informacion-autor h3 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.autor-unico .informacion-autor h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}

.autor-unico .autor-resumen {
  border-top: 1px solid #b7b7b7;
  padding-top: 1.5em;
}

.autor-unico .autor-resumen h2 {
  margin-top: 2rem;
}
.autor-unico .autor-resumen li {
  margin: 0.5rem 0;
}

.autor-unico .autor-resumen p {
  line-height: 1.4em;
}

/* MINIATURA LIBRO */

#autor-section-2 {
  display: flex;
  flex-flow: nowrap row;
  margin-bottom: 6em;
}

.libro-unico-minuatura {
  display: flex;
  flex-flow: row nowrap;
  width: 30%;
  margin-right: 3em;
}

.libro-unico-minuatura .titulo-libro h2 {
  font-size: 1em;
  margin-top: 0.5em;
  font-weight: 600;
}

.libro-unico-minuatura .img-libro img {
  width: 10em;
  margin-right: 1em;
}

/* SECTION-AUTOR-1 END */

/* ------------------------------ */

/* SUB PAGE AUTORES */

/* SECTION-ESCRITORES-1 BEGIN */

.galeria {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
}

.retrato-autor h2 {
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
  display: inline-block;
  border-bottom: 0.1em solid #fff;
  padding-bottom: 0.01em;
  width: 100%;
}

.retrato-autor h2:hover {
  border-bottom-color: #b7b7b7;
  box-sizing: border-box;
  width: auto;
}

/* SECTION-ESCRITORES-2 END */

/* ------------------------------ */

/* SUB PAGE LIBROS */

/* SECTION-LIBROS-1 BEGIN */

#section-libros-1 .libro .libro-unico {
  margin-bottom: 5em;
  width: auto;
}

#section-libros-1 .libro-unico .caratula-libro {
  width: 30%;
  height: 27em;
}

#section-libros-1 .libro-unico .caratula-libro img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin-right: 2em;
}

#section-libros-1 .libro .informacion-libro {
  margin-left: 2em;
  display: block;
}

#section-libros-1 .libro .img-libro {
}

/* SECTION-BIBLOTECA-1 END */

/* ------------------------------ */

/* SECTION-NOTICIAS-1 BEGIN */

#section-contacto-1 {
  height: 80vh;
  padding: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 100em) {
  #section-contacto-1 {
    height: auto;
    padding: 5em 0;
  }

  #section-contacto-1 .line-contacto {
    height: 30em !important;
  }
}

@media screen and (max-width: 48em) {
  #section-contacto-1 {
    flex-flow: column-reverse;
  }

  #section-contacto-1 .line-contacto {
    height: 0.1em !important;
    width: 48% !important;
    margin: 6em 0 !important;
  }

  #section-contacto-1 li {
    text-align: center !important;
    margin: 0.8em 0 !important;
  }

  #section-contacto-1 .container-boton {
    justify-content: center !important;
  }
}

#section-contacto-1 .line-contacto {
  height: 68%;
  width: 0.1em;
  background-color: gray;
  margin: 0 6em;
}

#section-contacto-1 .formulario-contacto {
  height: 50%;
}

#section-contacto-1 p {
  margin: 2em 0 0.2em 0;
}

#section-contacto-1 p:nth-child(1) {
  margin-top: 0;
}

#section-contacto-1 ul {
  margin-bottom: 3em;
}

#section-contacto-1 li {
  text-align: right;
  margin: 0.8em 0;
}

#section-contacto-1 li a {
  color: #008cff;
}

#section-contacto-1 li h2 {
  font-weight: 600;
  margin-bottom: 1em;
}

#section-contacto-1 article input,
textarea {
  width: 100%;
  padding: 0.5em;
}

#section-contacto-1 article textarea {
  height: 10em;
}

#section-contacto-1 .container-boton {
  justify-content: flex-start;
}

#section-contacto-1 .container-boton p {
  margin: 0;
}

/* SECTION-NOTICIAS-1 END */

/* ------------------------------ */

/* SECTION-NOTICIA-1 BEGIN */

.prese-noticia {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 48em) {
  .prese-noticia {
    flex-flow: column;
    align-items: center;
  }
  .pricipal-noticia {
    width: 95% !important;
  }

  .compratir-noticia {
    margin: 3em 0 1em 0 !important;
    width: 10em !important;
  }
  .img-principal img {
    width: 90% !important;
  }

  #notica-section-1 .container-boton {
    justify-content: flex-start;
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 25em) {
  .info-noticia .destacado {
    margin: 1em 0;
    padding: 1em 0 1em 1em;
    display: block;
    border-left: 0.3em gray solid !important;
  }
}

.pricipal-noticia {
  width: 71%;
}

.titulo-noticia {
  font-size: 3em;
  font-weight: 600;
}

.sub-titulo-noticia {
  font-size: 1.3em;
  margin-top: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
}

.bajada-noticia {
  font-size: 1.5em;
  margin-top: 1em;
}

.info-principal {
  margin: 1em 0 2em 0;
}

.img-noticias {
  display: flex;
  flex-flow: column;
}

.img-principal {
  width: 100%;
  height: auto;
}

.img-principal img {
  width: 60%;
  margin: 3em 0;
}

.img-secundarias {
  margin: 0 auto;
}

.img-secundarias img {
  max-width: 33%;
  height: auto;
  width: auto;
}

.info-noticia {
  margin: 3em 0 2em 0;
}

.info-noticia .destacado {
  margin: 1em 0;
  padding: 1em 0 1em 1em;
  display: block;
  border-left: 1em gray solid;
}

.info-noticia p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.compratir-noticia {
  margin: 1em 0 2em 0;
  width: 15%;
}

.compratir-noticia ul {
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
}

#notica-section-1 .container-boton {
  justify-content: flex-start;
  margin-top: 5em;
}

/* SECTION-NOTICIA-1 END */

/* SECTION-INSTITOCIONAL BEGIN */

.lista-autores {
  height: 60vh;
  overflow-y: hidden;
}

@media screen and (max-height: 800px) {
  .lista-autores {
    height: auto !important;
    overflow-y: hidden;
  }
}

#institucional-section-1 {
  align-items: center;
  flex-flow: nowrap;
  padding: 7em 0;
}

.inicio-institucional {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 65em) {
  .inicio-institucional {
    flex-flow: column;
    align-items: center;
  }
  .img-institucional {
    width: 45% !important;
    margin-bottom: 3em;
  }
  .info-institucional {
    width: 90% !important;
  }
}

@media screen and (max-width: 48em) {
  .img-institucional {
    width: 80% !important;
    max-width: 20em;
  }
  .info-institucional p {
    line-height: 1.2em !important;
    font-size: 1em !important;
  }
}

.img-institucional {
  width: 35%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.img-institucional img {
  width: 100%;
}

.info-institucional {
  width: 50%;
}

.info-institucional p {
  line-height: 1.5em;
  font-size: 1.2em;
}

.info-institucional .medio-institucional {
  margin: 1em 0;
}

.autoridades {
  margin: 0 auto;
  font-size: 1.4em;
  padding-top: 3em;
}

.autoridades ul {
  margin-bottom: 2em;
}

.autoridades h2 {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-decoration: underline;
}

.autoridades h3 {
  text-transform: lowercase;
  text-transform: capitalize;
}

.autoridades span {
  font-weight: 600;
  line-height: 1.5em;
}

#institucional-section-2 {
  padding: 5em 0 7em 0;
  background-color: #121212;
}

#institucional-section-2 .titulo-seccion h2 {
  color: white !important;
  font-size: 2.5em;
  margin: 1.5em auto;
}

#institucional-section-3 .noticia-unica h2 {
  margin-top: 0.3em;
}

#institucional-section-3 .fz1-3 {
  font-size: 1.4em !important;
}

#institucional-section-3 .noticia-unica p {
  margin-top: 1.5em;
}

/* SECTION-INSTITOCIONAL END */

a.fancybox {
  cursor: pointer;
}

#section-3 .titulo-seccion h1 {
  font-size: 2em;
  margin: 1em auto;
}

/*
.galeria-noticia img{
	width: 10%;
}*/
