@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #841a18;
  --clear-grey: #d1d3d9;
  --dark-grey: #979ba9;
  --grey: #a1a1a1;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navlink {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 18px;
  display: flex;
}

.navlink.w--current {
  color: var(--red);
}

.container {
  display: block;
}

.main-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-div {
  width: auto;
  max-width: 85%;
}

.title-div-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-div-header.is-spaced-top {
  padding-top: 7rem;
}

.img-div-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-div-hero.is-spaced-top {
  padding-top: 4rem;
}

.content-div-bio.is-styled-and-centered, .btn-div-main {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.is-main-paragraph {
  width: 750px;
  font-family: Sora, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.btn-1 {
  font-size: 16px;
  text-decoration: none;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.div-nav {
  background-color: #fff;
  border-radius: 4rem;
  width: 85%;
  padding: .6rem 1.4rem;
  box-shadow: 2px 2px 7px 4px #0003;
}

.nav-menu {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer-dark {
  background-color: var(--clear-grey);
  border-bottom: 1px solid #e4ebf3;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  padding: 50px 30px 3rem;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand.is-spaced-top {
  margin-top: 4rem;
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.title-button-div-column.is-spaced-top-bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 5rem;
}

.div-btn-column-left {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.div-columns-posts-wrapper {
  padding-bottom: 6rem;
}

.post-card-div {
  background-color: var(--clear-grey);
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title-column-div {
  justify-content: flex-start;
  align-items: center;
  height: 30%;
  padding-left: 2rem;
  display: flex;
}

.heading {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Sora, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.content-columns-div {
  padding-left: 5%;
  padding-right: 5%;
}

.post-card-2nd {
  background-color: var(--clear-grey);
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 550px;
  padding: 2.6rem;
  display: flex;
}

.post-card-2nd.width-fixed-card {
  width: 320px;
}

.post-card-2nd.width-fixed-card.is-hidden {
  opacity: 0;
}

.btn-post-card-2nd-div {
  margin-top: 20px;
}

.heading-2 {
  font-family: Sora, Verdana, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.heading-2.is-white {
  color: #fff;
  font-family: Sora, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-3 {
  font-family: Sora, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-3.is-white {
  color: #fff;
  font-family: Sora, Verdana, sans-serif;
  font-weight: 400;
}

.heading-4 {
  font-family: Sora, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-4.is-white {
  color: #fff;
  font-family: Sora, Verdana, sans-serif;
  font-weight: 400;
}

.card-b-post {
  background-color: var(--red);
  opacity: 0;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.9rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.column-animated-hover {
  padding: 19px 25px;
  position: static;
}

.image {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  width: 100%;
  height: 60%;
}

.car-wrapper-holder {
  height: 500px;
  padding: 0;
  position: relative;
}

.car-wrapper-holder.width-fixed {
  width: 320px;
}

.link {
  color: #fff;
  font-size: 16px;
}

.link.is-black {
  color: #000;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s;
}

.link.is-black:hover {
  color: var(--red);
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-grey);
  border-width: 1px;
  border-color: #0000;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon.is-width-edited {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.is-filled.with-icon.is-width-edited.centered-edited {
  background-color: var(--grey);
  width: auto;
}

.button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width {
  width: auto;
  transition: all .2s;
}

.button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width:hover {
  background-color: var(--red);
}

.button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width.padding-edited {
  padding-left: 25px;
  padding-right: 25px;
}

.button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width.padding-edited.is-suscribe {
  background-color: var(--red);
}

.btn_fourth-bg {
  background-color: var(--red);
  position: absolute;
  inset: auto 0% 0%;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 25px;
  padding: 5px;
  overflow: hidden;
}

.btn_fourth-text {
  z-index: 3;
  font-size: 16px;
  position: relative;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.heading-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.title-content-h1 {
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.1;
}

.title-content-h1.is-centered {
  text-align: center;
}

.title-content-h1.is-smaller {
  font-size: 2.5rem;
  line-height: 1.1;
}

.contacto-content-wrapper {
  width: 940px;
}

.contacto-content-wrapper.is-width-edited {
  width: 100%;
}

.contacto-content-wrapper.is-width-edited.is-spaced-top {
  margin-top: 6rem;
}

.contacto-content-wrapper.is-width-edited.is-spaced-top.is-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-div-contacto {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
}

.is-contact-paragraph {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.text-holder-div-contacto {
  width: 200px;
}

.form {
  padding-left: 1rem;
  padding-right: 1rem;
}

.fixed-width-contact-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.submit-button {
  margin-top: 2rem;
}

.column, .column-2 {
  padding-left: 5vw;
}

.text-form {
  font-family: Sora, Verdana, sans-serif;
}

.text-form.is-spaced {
  margin-top: 3rem;
}

.content-div-sobre-mi {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fixed-width-sobre-mi-div {
  max-width: 1140px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-title-sobre-mi {
  margin-bottom: 5rem;
}

.div-title-sobre-mi.is-padding-edited {
  padding-left: 10vw;
}

.div-title-sobre-mi.is-padding-edited.margin-top {
  margin-top: 8rem;
}

.text-wrapper-sobre-mi {
  width: 80%;
}

.img-wrapper-sobre-mi {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-left: 0;
}

.is-h2-title-edited {
  margin-top: 10px;
  font-family: Sora, Verdana, sans-serif;
  font-size: 27px;
}

.paragraph {
  text-align: justify;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.main-content-wrapper-columns {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.fixed-width-columnas-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.fixed-width-columnas-wrapper.padding-edited {
  padding-left: 10vw;
  padding-right: 10vw;
}

.content-columnas-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 7vw;
  display: flex;
}

.content-columnas-wrapper.is-edited-aligned {
  align-items: stretch;
  padding-right: 2vw;
  display: flex;
}

.content-columnas-wrapper.is-padding-edited-right {
  padding-right: 12vw;
}

.nota-content-card {
  text-align: left;
  background-color: #bb3939;
  background-image: url('../images/bg-prueba.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 810px;
  height: 58vh;
  display: flex;
  position: relative;
}

.nota-content-card.is-ep-bg {
  background-image: url('../images/el-pais-bg.png');
}

.nota-content-card.is-am-bg {
  background-image: url('../images/am-bg.png');
}

.nota-content-card.is-zenodo-bg {
  background-image: url('../images/zenodo-bg.png');
}

.nota-content-card.is-persona-bg {
  background-image: url('../images/persona-bg.png');
}

.nota-content-card.is-rd-bg {
  background-image: url('../images/revista-de-derecho-bg.png');
}

.nota-content-card.is-gesec-bg {
  background-image: url('../images/gesec-bg.png');
}

.nota-content-card.ec-peru-bg {
  background-image: url('../images/comercio-peru-bg.png');
}

.nota-content-card.republica-bg {
  background-image: url('../images/la-republica-bg.png');
}

.nota-content-card.ojo-p-bg {
  background-image: url('../images/ojo-publico-peru.png');
}

.nota-content-card.el-e-bg {
  background-image: url('../images/el-espectador-colombia.png');
}

.grey-card-div-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.fecha-div-wrapper {
  justify-content: flex-end;
  display: flex;
}

.title-div-wrapper-grey-card {
  margin-bottom: 20px;
}

.title-div-wrapper-grey-card.is-edited {
  height: 2px;
  margin-bottom: 2px;
}

.slider-wrapper-notas {
  width: 92%;
  height: 100%;
}

.slide {
  vertical-align: baseline;
  padding: 0 2rem 1rem;
  position: static;
}

.div-img-columna-wrapper {
  justify-content: flex-end;
  height: 150px;
  display: flex;
}

.slider {
  background-color: var(--clear-grey);
  border-radius: 3rem;
  height: 100%;
}

.icon {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 10% 5% auto;
}

.icon-2 {
  color: var(--red);
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  inset: auto auto 5% 10%;
}

.left-arrow {
  inset: 0% 5% 0% auto;
}

.slide-nav {
  display: none;
}

.heading-6 {
  transform: rotate(-90deg);
}

.vertical-text {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.text-wrapper-vertical {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  height: 80px;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.draggeable-div {
  flex: 1;
  justify-content: flex-end;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.draggeable-div.is-edited {
  flex: 0 auto;
  justify-content: flex-end;
  width: auto;
  position: static;
  overflow: visible;
}

.horizontal-scroll {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 110vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.editable-draggeable-section {
  justify-content: flex-start;
  width: 70%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  justify-content: flex-end;
  width: 60%;
  margin-left: 10%;
  display: flex;
  overflow: hidden;
}

.horizontal-scroll-wrapper.is-width-edited {
  width: 60%;
}

.wrapper-drag-holder {
  width: 100%;
  overflow: scroll;
}

.cards-wrapper-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100vw;
  padding-right: 3vw;
  display: flex;
  overflow: visible;
}

.cards-wrapper-holder.is-width-edited {
  width: auto;
  padding-right: 3vw;
}

.cards-wrapper-holder.is-width-special-edited {
  width: 120vw;
}

.cards-wrapper-holder.is-width-special-edited.is-width-added {
  width: 100vw;
  overflow: visible;
}

.cards-wrapper-holder.is-width-special-edited.is-width-edited {
  width: 70vw;
}

.section-content-notas-div {
  justify-content: space-between;
  padding-left: 10vw;
  display: flex;
}

.section-content-notas-div.is-spaced-top {
  width: 100%;
  margin-top: 5rem;
  padding-left: 10vw;
  overflow: hidden;
}

.section-content-notas-div.is-margined-top {
  margin-top: 5rem;
}

.title-section-div-notas {
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.img-wrapper-card {
  background-image: url('../images/imgi_64_GM75BMDUUREJLBM3MH63TBCQR4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  height: 70%;
}

.img-wrapper-card.el-pais-home {
  background-image: url('../images/imgi_42_YGL5TLHLQPR7MXJU42NYGJXNTA_1.avif');
}

.img-wrapper-card.is-aq-home {
  background-image: url('../images/imgi_6_GettyImages-1246164307_1.avif');
}

.img-wrapper-card.is-bloomberg-home {
  background-image: url('../images/imgi_1_-1x-1.webp');
}

.img-wrapper-card.is-ft-home {
  background-image: url('../images/imgi_13_fef5493e-da32-4f0a-835d-c92b8edc3207_1.avif');
}

.img-wrapper-card.is-bbc-home {
  background-image: url('../images/imgi_95__128246344_diego-ramos.2_1.avif');
}

.img-wrapper-card.nm-1 {
  background-image: url('../images/imgi_43_30peru-president-01-gklp-mobileMasterAt3x_1.avif');
}

.img-wrapper-card.nm-2 {
  background-image: url('../images/imgi_2_08peru04sub-1-5c19-superJumbo_1.avif');
}

.img-wrapper-card.nm-3 {
  background-image: url('../images/imgi_23_5ed2782a-eb88-4920-b9d1-74468bf00fc4_1.avif');
}

.img-wrapper-card.nm-4 {
  background-image: url('../images/imgi_17_a106a80d-bb3e-477c-a5ee-65097a532386_1.avif');
  background-position: 70%;
}

.img-wrapper-card.nm-5 {
  background-image: url('../images/imgi_31_0f2359e9-95a9-4767-b80f-bc03067c3d09_1.avif');
  background-position: 35%;
}

.img-wrapper-card.nm-6 {
  background-image: url('../images/imgi_13_fef5493e-da32-4f0a-835d-c92b8edc32071_1.avif');
}

.img-wrapper-card.nm-7 {
  background-image: url('../images/imgi_88__118836833_promogetty_1.avif');
}

.img-wrapper-card.nm-8 {
  background-image: url('../images/imgi_96__119669120_mediaitem119669119_1.avif');
}

.img-wrapper-card.nm-9 {
  background-image: url('../images/imgi_104__120248903_vladi_1.avif');
}

.img-wrapper-card.nm-10 {
  background-image: url('../images/imgi_64__127923709_gettyimages-1244870237_1.avif');
  background-position: 19%;
}

.img-wrapper-card.nm-11 {
  background-image: url('../images/imgi_95__128246344_diego-ramos.2_1.avif');
}

.img-wrapper-card.nm-12 {
  background-image: url('../images/imgi_55_20230121_AMP002_1.avif');
}

.img-wrapper-card.nm-13 {
  background-image: url('../images/imgi_1_-1x-1.webp');
}

.img-wrapper-card.nm-14 {
  background-image: url('../images/imgi_62_2000x1334.webp');
}

.img-wrapper-card.nm-16 {
  background-image: url('../images/imgi_120_-1x-1_1.avif');
}

.image-2 {
  border-radius: 3rem;
}

.image-3 {
  border-radius: 1.5rem;
}

.body {
  background-color: #f2f1ed;
  background-image: url('../images/PATRONES2.svg');
  background-position: 95%;
  background-repeat: repeat-y;
  background-size: 55px;
  background-attachment: fixed;
}

.text-field-2 {
  background-color: #fff0;
  border: 0 #000;
  border-bottom: 1px solid #000;
}

.textarea {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
}

.btn-back-up-div {
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.title-podcast-div-wrapper {
  width: 80%;
}

.title-pod-div {
  width: 80%;
  margin-bottom: 3rem;
}

.text-pod-div {
  margin-bottom: 3rem;
}

.btns-div-pd {
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.img-pod-wrapper {
  text-align: right;
  display: block;
}

.h2-pod {
  font-family: Sora, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.h2-pod.is-smaller {
  font-size: 1.9rem;
}

.image-4 {
  border-radius: 3rem;
}

.centered-columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcas-content-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.episodios-div-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.episodio-div-content {
  border-top: 1px solid #000;
  width: 80%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.number-style {
  font-family: Sora, Verdana, sans-serif;
  font-size: 20px;
}

.btn-div-wrapper {
  height: 100%;
  padding-top: 50px;
}

.heading-7 {
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}

.text-span {
  color: var(--red);
}

.logo {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.logo.is-footer {
  font-size: 58px;
}

.text-span-2 {
  color: var(--red);
}

.heading-8 {
  font-family: Sora, Verdana, sans-serif;
  font-weight: 500;
}

.is-date-pod {
  margin-top: 5px;
  font-family: Sora, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.is-name-pod {
  font-family: Sora, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.is-name-pod1 {
  font-family: Sora, Verdana, sans-serif;
  font-size: 20px;
}

.arrow-pod {
  background-color: var(--clear-grey);
  color: #000;
  border-radius: 100%;
  padding: 5px 11px;
  font-size: 25px;
  line-height: 27px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-3 {
  color: var(--red);
}

.centered-content-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-slider-title {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Sora, Verdana, sans-serif;
  font-size: 28px;
}

.is-slider-title.is-smaller {
  font-size: 24px;
}

.is-normal-text {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.is-date-slider {
  margin-top: 0;
  font-family: Sora, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.fixed-width-div-main {
  max-width: 1140px;
}

.main-wrapper-n {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-form {
  background-color: var(--red);
  border-radius: 2.5rem;
  padding: 8px 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.btn-form.is-spaced {
  margin-top: 3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.horizontal-scroll-div-ep {
  padding-left: 5vw;
}

.horizontal-wrapper-div-ep {
  width: 90%;
  overflow: scroll;
}

.card-div-wrapper-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 350vw;
  display: flex;
  overflow: visible;
}

.image-5 {
  transform-style: preserve-3d;
  border-radius: 2rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.hidden-link-mobile {
  display: none;
}

.up-div {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
}

.twitter-feed-column {
  background-color: #ece7da;
  border-radius: 2rem;
  margin-top: 3rem;
  padding: 26px;
}

.script-wrapper {
  height: 450px;
  overflow: hidden;
}

.text-span-4 {
  color: var(--red);
}

.text-wrapper-twitter-div {
  margin-top: 2rem;
  padding-right: 30px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.twitter-wrapper-fixed-width {
  width: 940px;
  margin-bottom: 3rem;
}

.wrap {
  z-index: 999999;
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: var(--dark-grey);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.text-span-5 {
  color: var(--red);
}

.div-language-selection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-btn-wrapper-selection {
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.text-selection-div {
  margin-bottom: 2rem;
}

.heading-9 {
  color: #ffefde;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-9.welcome-sttyle {
  text-align: center;
  margin-top: 0;
  font-size: 1.6rem;
}

.heading-9.welcome-sttyle.is-smaller {
  font-size: 1.2rem;
}

.is-language {
  color: #fff;
  font-family: Sora, Verdana, sans-serif;
  font-size: 1.7rem;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .horizontal-scroll-wrapper {
    margin-left: 12%;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .navlink {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 22px;
  }

  .content-div {
    max-width: 90%;
  }

  .title-div-header.is-spaced-top {
    padding-top: 5rem;
  }

  .btn-div-main {
    padding-top: 3rem;
  }

  .is-main-paragraph {
    width: auto;
    font-size: 15px;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-nav {
    width: 90%;
  }

  .nav-menu {
    background-color: #f2f1ed;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .footer-dark {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content {
    display: block;
  }

  .title-button-div-column.is-spaced-top-bottom {
    margin-top: 0;
    padding-top: 2rem;
  }

  .div-btn-column-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .div-columns-posts-wrapper {
    padding-bottom: 0;
  }

  .post-card-div {
    margin-bottom: 30px;
    display: flex;
  }

  .title-column-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .content-columns-div {
    padding-left: 2%;
    padding-right: 2%;
  }

  .post-card-2nd {
    height: auto;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .post-card-2nd.width-fixed-card {
    width: auto;
  }

  .btn-post-card-2nd-div {
    margin-top: 35px;
  }

  .card-b-post {
    display: none;
  }

  .column-animated-hover {
    padding-left: 0;
    padding-right: 0;
  }

  .car-wrapper-holder.width-fixed {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .button.is-filled.with-icon {
    width: 100%;
  }

  .button.is-filled.with-icon.is-width-edited, .button.is-filled.with-icon.is-width-edited.centered-edited {
    width: 70%;
  }

  .button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width {
    text-align: center;
    justify-content: center;
    width: 85%;
  }

  .button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width.padding-edited {
    width: 100%;
  }

  .button.is-filled.with-icon.is-width-edited.centered-edited.fixed-width.padding-edited.is-suscribe {
    width: 100%;
    margin-bottom: 30px;
  }

  .title-content-h1 {
    font-size: 2.3rem;
  }

  .contacto-content-wrapper.is-width-edited.is-spaced-top.is-centered {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-width-contact-div {
    padding-top: 2rem;
  }

  .column {
    margin-top: 2rem;
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .fixed-width-sobre-mi-div {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-wrapper-sobre-mi {
    width: 100%;
  }

  .is-h2-title-edited {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .main-content-wrapper-columns {
    overflow: hidden;
  }

  .fixed-width-columnas-wrapper {
    padding: 2rem 2rem 0;
  }

  .fixed-width-columnas-wrapper.padding-edited.is-width-adjusted {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-columnas-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-columnas-wrapper.is-padding-edited-right {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nota-content-card {
    flex-flow: row;
    width: auto;
    height: auto;
    display: block;
  }

  .nota-content-card.is-zenodo-bg, .nota-content-card.is-persona-bg, .nota-content-card.is-rd-bg, .nota-content-card.is-gesec-bg {
    width: auto;
    height: auto;
  }

  .nota-content-card.ec-peru-bg {
    background-size: contain;
    background-attachment: scroll;
    width: auto;
    height: auto;
  }

  .nota-content-card.republica-bg, .nota-content-card.ojo-p-bg, .nota-content-card.el-e-bg {
    width: auto;
    height: auto;
  }

  .grey-card-div-content {
    height: 100%;
    padding-left: .5rem;
    padding-right: .5px;
    display: flex;
  }

  .fecha-div-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .paragraph-nota-wrapper {
    height: auto;
    margin-bottom: 25px;
  }

  .slider-wrapper-notas {
    width: 97%;
  }

  .slide {
    height: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-img-columna-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .icon, .icon-2 {
    color: var(--red);
  }

  .horizontal-scroll-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .horizontal-scroll-wrapper.is-width-edited {
    flex-flow: row;
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
  }

  .wrapper-drag-holder {
    overflow: scroll;
  }

  .cards-wrapper-holder.is-width-edited {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .cards-wrapper-holder.is-width-special-edited, .cards-wrapper-holder.is-width-special-edited.is-width-added {
    width: auto;
    padding-right: 0;
    display: block;
  }

  .cards-wrapper-holder.is-width-special-edited.is-width-edited {
    width: 100%;
  }

  .section-content-notas-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section-content-notas-div.is-spaced-top {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .title-section-div-notas {
    width: 100%;
    display: block;
  }

  .img-wrapper-card.nm-3 {
    height: 500px;
  }

  .body, .body.is-body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .btn-back-up-div {
    margin-top: 4rem;
  }

  .title-podcast-div-wrapper {
    width: 100%;
  }

  .title-pod-div {
    width: auto;
  }

  .btns-div-pd {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .h2-pod {
    font-size: 2rem;
  }

  .centered-columns {
    display: block;
  }

  .episodios-div-wrapper {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .episodio-div-content {
    width: 100%;
    padding-top: 1rem;
  }

  .btn-div-wrapper {
    padding-top: 0;
  }

  .heading-7 {
    text-align: center;
    font-family: Ebgaramond, Georgia, sans-serif;
    font-size: 3rem;
  }

  .logo.is-footer {
    text-align: center;
    line-height: 1.1;
  }

  .centered-content-div {
    display: block;
  }

  .is-slider-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .is-date-slider {
    font-size: 14px;
  }

  .main-wrapper-n {
    display: block;
  }

  .btn-form.is-spaced {
    width: 100%;
  }

  .horizontal-scroll-div-ep {
    height: 60vh;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .horizontal-wrapper-div-ep {
    width: 100%;
    height: auto;
    overflow: scroll;
  }

  .card-div-wrapper-horizontal {
    flex-flow: column;
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .hidden-link-mobile {
    margin-top: 10px;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon-3 {
    color: var(--red);
  }

  .column-5, .column-6 {
    padding-left: 0;
  }

  .column-7 {
    margin-top: 3rem;
  }

  .twitter-feed-column {
    padding: 10px;
  }

  .text-wrapper-twitter-div {
    margin-bottom: 2rem;
  }

  .columns-2 {
    display: block;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .div-language-selection {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-btn-wrapper-selection {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-9 {
    text-align: center;
    font-size: 3rem;
  }

  .is-language {
    margin-bottom: 2rem;
  }
}

#w-node-_66775b24-5d4a-4f71-e790-80825a8d55e3-5a8d55df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66775b24-5d4a-4f71-e790-80825a8d55ec-5a8d55df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}


@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}