a,
a:hover {
  transition: 300ms;
}
body,
html {
  font-family: "IBM Plex Sans", sans-serif;
}
#menu-principal {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

#menu-principal li {
  list-style: none;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  border-left: 2px solid black;
  padding: 0 1rem;
  height: 38px;
  width: 20%;
}

#menu-principal li:last-child {
  padding-right: 0;
}

#menu-principal li a {
  color: #2f276c;
}

#menu-principal li a:hover {
  color: #464545;
}

.talca img {
  height: 80px;
}

.praxis img {
  height: 50px;
}
.main_slide {
  height: 70vh;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  background-position: top !important;
  background-size: cover !important;
}

.slide_uno {
  background: rgba(255, 255, 255, 0.6);
  height: 40vh;
  text-align-last: right;
}

.slide_uno::before {
  display: block;
  content: " ";
  background: #2f276c;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 30%;
}

.page_default {
  padding: 0 5%;
}

.page_default h2 {
  color: #3c2db3;
  font-size: 25px;
  float: left;
  width: 100%;
  padding: 1% 0;
}

.divider {
  margin: 5rem 0;
}

.ov {
  overflow: hidden;
}

.libro {
  position: absolute;
  left: 0;
  top: 0;
}

.relative {
  position: relative;
}

.ediciones_anteriores {
  background: #2f276c;
  transition: 300ms;
  font-size: 2rem;
  color: white;
  height: 250px;
}

.ediciones_anteriores a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ediciones_anteriores a:hover {
  text-decoration: none;
}

.ediciones_anteriores img {
  width: 100px;
}

.social_footer li {
  margin-right: 20px;
  transition: 300ms;
}

.social_footer li a {
  color: #040505;
}

.social_footer li:last-child {
  margin: 0;
}

.final_text {
  color: #999999;
  font-size: 1rem;
  text-transform: uppercase;
}

.bloque_2_h2 {
  font-size: 50px;
  font-weight: 300;
  color: #2f276c;
}

.home_noticias {
  font-size: 1.5rem;
  font-weight: 300;
  color: #2f276c;
}
.home_noticias:hover {
  color: #464545;
  transition: 300ms;
}

.no_de:hover {
  text-decoration: none !important;
}

a .expert_noticias p:hover {
  font-weight: 300;
  color: #2f276c;
  text-decoration: none;
}
a .expert_noticias p {
  font-weight: 300;
  color: #464545;
}

.jumbo {
  font-size: 4rem;
  font-weight: 300;
  color: #2f276c !important;
}

.sub_slide {
  font-size: 1.2rem;
  font-weight: 300;
  color: #464545;
}

.bloque_2 {
  text-align: right;
  background-size: cover;
  background-position: top;
  padding: 9rem 0 5rem 0;
  margin-bottom: 3rem;
}

.ediciones_anteriores:hover {
  background: #464545;
  transition: 300ms;
}

.ediciones_anteriores a {
  color: white;
}

.btn_ver_mas {
  background: #464545;
  border: 0;
  color: white;
  transition: 300ms;
  padding: 1rem 2rem;
}

.btn_ver_mas:hover {
  background: #2f276c;
  transition: 300ms;
}

.btn_ver_mas a {
  color: white;
}

.btn_ver_mas a:hover {
  text-decoration: none;
}

.imagen_home {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.imagen_home img:hover {
  transform: scale(1.5);
  transition: 1000ms;
}

.imagen_home img {
  transition: 1000ms;
}

.cont_new_WP {
  position: relative;
  text-align: center;
  z-index: 2;
}

.cont_new_WP h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  left: 0;
  color: white;
  text-shadow: 0px 0px 11px rgba(0,0,0,0.64);
}

.gris {
  background: #f6f6f6;
  font-size: 1.2rem;
}

.sub_edit {
  font-weight: 500;
  color: #494949;
  font-size: 22px;
}

.tit_sub::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 30% !important;
  z-index: 3;
  display: block;
  height: 3px;
  background: #6f7070;
}
.enviar {
  float: right;
  background: #2f276c;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
}

.boton_autores {
  padding: 1rem;
  background: #999999;
  color: white;
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
}
.boton_autores::before {
  content: "\f107";
  position: absolute;
  right: 30px;
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.boton_autores:hover {
  background: #2f276c;
  text-decoration: none;
  color: white;
}
.enviar:hover {
  background: #464545;
}

.cont_new_WP::after {
  display: block;
  content: " ";
  background: #2f276c;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 30%;
}

.social_footer li:hover {
  transform: scale(1.3);
  transition: 300ms;
  color: #2f276c;
}

.bloques {
  height: 200px;
  background: #f6f6f6;
  font-size: 2rem;
}

.bloques a {
  color: #464545;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloques a:hover {
  text-decoration: none;
  color: white;
  background: #2f276c;
}

.download {
  width: 30px;
}

.art {
  border-bottom: 1px solid #2f276c;
  padding-bottom: 1rem;
}

.detalle:hover {
  background: #f6f6f6;
}

.bloque_uno {
  margin-top: 7rem;
}

.cont_image_top {
  overflow: hidden;
}

.cont_image_top img {
  width: 100%;
}

.editorial img {
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2f276c !important;
}

.boton_cascada {
  width: 100%;
  background: #2f276c;
  color: white;
  text-align: center;
  border: 0;
  transition: 300ms;
}

.boton_cascada:hover {
  background: #6f7070;
  transition: 300ms;
}

.card-body {
  border: 1px solid #2f276c;
  border-radius: 0;
}

.lista_anterriores {
  margin: 0;
  padding: 0;
}

.lista_anterriores li {
  list-style: none;
}

.lista_anterriores li a {
  color: #464545;
}

.lista_anterriores li a:hover {
  color: #2f276c;
}
.lista_anterriores li::before {
  content: "> ";
  color: #2f276c;
}
.vh {
  min-height: 60vh;
}

.carrusel {
  position: absolute;
  top: 0;
  left: 0;
  height: 70vh;
  z-index: -1;
  overflow: hidden;
}

.carrusel img {
  height: 100%;
}

body {
  margin-top: 10rem;
}

.head_normal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: 300ms;
}

.head_movido {
  background: white;
  border-bottom: 2px solid #2f276c;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  transition: 300ms;
}
img,
li {
  transition: 300ms;
}
.head_movido .praxis img {
  height: 30px;
}

.head_movido .talca img {
  height: 50px;
}

.head_movido #menu-principal li {
  width: auto !important;
  height: 15px;
}

.par {
  background: #f6f6f6;
  height: 100%;
}

.art a {
  color: #494949;
}

.art a:hover {
  color: #2f276c;
}

.imagen_carrusel {
  object-position: center center;
  object-fit: cover;
}

