:root {
  --secondary-color: #000e34;
  --white-color: white;
  --primary-color: #1b5ff0;
  --tertiary-color: #0abdbc;
  --black-color: #000;
  --grey-color: #5c5c5c;
  --orange-color: #ff5f1b;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section.footer {
  background-color: var(--secondary-color);
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bg4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.body {
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.flex-block.margin {
  margin-top: 10px;
  margin-bottom: 20px;
}

.flex-block.socket {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.logo {
  max-width: 300px;
}

.text {
  color: var(--secondary-color);
}

.text.white {
  color: var(--white-color);
}

.text.white.small {
  text-align: center;
  vertical-align: baseline;
  text-align: center;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.text.bajada {
  color: var(--secondary-color);
  text-align: left;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text.date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-weight: 400;
}

.favicon-footer {
  max-width: 100px;
}

.icon-brand {
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.icon-brand.white {
  color: var(--white-color);
  border: 1px solid #ffffff52;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.menu-button {
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--secondary-color);
}

.navbar-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.icon-menu {
  margin: 0 20px;
}

.navbar {
  background-color: var(--white-color);
}

.socket-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.socket-content {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.socket {
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

.links-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.nav-link {
  color: var(--secondary-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--secondary-color);
  text-decoration-color: var(--secondary-color);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.nav-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.nav-menu {
  background-color: var(--white-color);
}

.icon {
  color: var(--secondary-color);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.icon.huge {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 40px;
}

.icon.white {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-style: none;
  margin: 0 1px;
  font-size: 16px;
  line-height: 16px;
}

.icon.white:hover {
  color: var(--white-color);
  font-weight: 400;
}

.icon.primary {
  color: var(--primary-color);
  margin: 0 1px;
  font-size: 16px;
  line-height: 16px;
}

.icon.primary:hover {
  color: var(--primary-color);
}

.burger-icon {
  color: var(--white-color);
}

.heading-1 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  line-height: 42px;
}

.heading-1.title {
  color: var(--black-color);
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.heading-1.columna {
  color: var(--secondary-color);
  text-align: left;
  margin-left: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.heading-1.profile {
  color: var(--primary-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.cell {
  padding-right: 0;
}

.cell.border-right {
  border-right: 1px solid var(--grey-color);
  padding-bottom: 10px;
}

.cell.padding-left {
  text-align: justify;
  padding-left: 20px;
}

.cell.margin-right {
  border-right: 1px solid #000;
  border-bottom: 1px solid var(--grey-color);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 10px 10px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  padding: 0;
  display: grid;
}

.quick-stack.columnistas {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.quick-stack.border-bottom {
  border-bottom: 1px solid var(--black-color);
  padding-bottom: 10px;
}

.quick-stack._2-col {
  grid-template-columns: 1fr 1fr;
}

.quick-stack._2-col.margin-bottom {
  margin-bottom: 40px;
}

.heading-2 {
  color: var(--secondary-color);
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.heading-2.regular {
  font-size: 20px;
  line-height: 24px;
}

.heading-2.topic {
  border-bottom: 1px solid var(--grey-color);
  color: var(--secondary-color);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  display: block;
}

.heading-2.topic.profile {
  background-color: var(--orange-color);
  color: var(--white-color);
  background-color: var(--orange-color);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-flex;
}

.heading-3 {
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  line-height: 24px;
}

.heading-3.primary {
  color: var(--primary-color);
  margin-top: 10px;
  text-decoration: none;
}

.heading-3.primary.no-margin {
  margin-bottom: 0;
}

.heading-3.centered {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.heading-3.white {
  color: var(--white-color);
}

.heading-3.white.centered {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.heading-3.white.manrope {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.image-columnista {
  border-radius: 20px;
  max-width: 150px;
}

.image-columnista.small {
  max-width: 80px;
}

.image-columnista.profile {
  max-width: 100px;
  max-height: 100px;
}

.image-medios {
  max-width: 80px;
  max-height: 20px;
  margin-top: 10px;
}

.image-medios.big {
  max-width: 120px;
  max-height: 30px;
}

.button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button:hover {
  border: 1px solid var(--white-color);
  background-color: var(--secondary-color);
}

.button.border-line {
  border: 2px solid var(--primary-color);
  background-color: var(--white-color);
  color: var(--primary-color);
  flex: 0 auto;
  margin-top: auto;
  font-weight: 700;
}

.button.border-line:hover {
  border-color: var(--primary-color);
  background-color: var(--white-color);
  color: var(--primary-color);
}

.heading-4 {
  margin-top: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.heading-4.primary {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.columnista-columna {
  color: var(--white-color);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.heading-4.columnista-columna.primary {
  color: var(--secondary-color);
  font-family: EB Garamond, sans-serif;
}

.heading-4.columnista-columna.eb-garamond {
  font-family: EB Garamond, sans-serif;
}

.heading-4.white {
  color: var(--white-color);
}

.heading-4.white.manrope {
  font-family: Manrope, sans-serif;
}

.heading-4.white.manrope.footer {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.footer-link {
  color: var(--white-color);
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  text-decoration: none;
}

.flex-newsletter {
  justify-content: center;
  align-items: center;
}

.newsletter-spam {
  color: var(--tertiary-color);
}

.input {
  background-color: var(--secondary-color);
  color: var(--white-color);
  object-fit: fill;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: static;
}

.input.password {
  background-color: var(--white-color);
  color: var(--secondary-color);
  min-width: 250px;
}

.input.large {
  min-width: 250px;
}

.flex-input {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.empty-state {
  background-color: #ddd0;
}

.perfil-profile {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.profile-resume {
  text-align: left;
  margin-left: 20px;
}

.links {
  color: var(--white-color);
  margin-top: 10px;
  display: flex;
}

.link {
  color: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white-color);
  text-decoration-color: var(--white-color);
  font-weight: 800;
}

.link:hover {
  color: var(--tertiary-color);
}

.desktop-menu {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.desktop-link {
  color: var(--secondary-color);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

.desktop-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.desktop-link.w--current {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .flex-block {
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text.bajada {
    line-height: 24px;
  }

  .navbar-wrapper {
    min-height: 0;
  }

  .navbar-links {
    display: flex;
  }

  .cell.border-right {
    border-right-style: none;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell.margin-right {
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .cell.padding-left {
    border-top: 1px solid var(--grey-color);
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    grid-template-columns: 1fr 1fr;
  }

  .quick-stack.columnistas {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.topic {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .image-columnista {
    max-width: 150px;
  }

  .heading-4.white.manrope.footer, .footer-link {
    font-size: 15px;
    line-height: 15px;
  }

  .breadcrumbs {
    display: none;
  }

  .columnistas {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .columna-autor {
    align-items: center;
  }

  .columna {
    margin-left: 0;
  }

  .desktop-menu {
    display: none;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.bg1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block, .flex-block.socket, .flex-block.socket, .socket-wrapper {
    flex-flow: column;
  }

  .socket-content {
    position: static;
  }

  .socket {
    order: 0;
  }

  .links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-1.profile {
    font-size: 28px;
  }

  .heading-1.columna {
    margin-top: 0;
  }

  .cell.margin-right {
    border-top: 1px none var(--grey-color);
    border-right-style: solid;
    border-top: 1px none var(--grey-color);
    border-right-style: solid;
  }

  .quick-stack.columnistas {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack._2-col {
    grid-template-columns: 1fr;
  }

  .news-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news-image.none {
    width: 100%;
  }

  .heading-2.topic.profile {
    margin-top: 10px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .columnistas-wrapper {
    text-align: center;
  }

  .image-columnista {
    border-radius: 10px;
    max-width: 140px;
  }

  .image-columnista.profile {
    max-width: 80px;
  }

  .autor.centered {
    align-items: flex-start;
    margin-left: 0;
  }

  .input {
    min-width: 200px;
  }

  .columnistas {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .perfil-profile {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile-resume {
    margin-left: 0;
  }

  .columna-autor {
    flex-flow: row;
    margin-bottom: 20px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 170px;
  }

  .text.date {
    margin-bottom: 10px;
    line-height: 16px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-menu {
    margin: 0 20px 0 0;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-1.profile {
    line-height: 28px;
  }

  .cell.border-right {
    padding-left: 0;
    padding-right: 0;
  }

  .cell.margin-right {
    border-top: 1px none var(--grey-color);
    border-right-style: none;
  }

  .quick-stack {
    grid-template-columns: 1fr;
  }

  .quick-stack.columnistas {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack._2-col {
    justify-items: start;
  }

  .news-image.none {
    vertical-align: baseline;
    vertical-align: baseline;
    width: 100%;
    display: block;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .heading-3 {
    margin-top: 0;
    display: flex;
  }

  .columnistas-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image-columnista {
    max-width: 120px;
  }

  .image-columnista.profile {
    border-radius: 10px;
    max-width: 50px;
    max-height: 50px;
  }

  .autor {
    width: 100%;
  }

  .autor.centered {
    margin-left: 0;
  }

  .flex-input {
    flex-flow: column;
  }

  .columnistas {
    margin-left: 0;
    margin-right: 0;
  }

  .perfil-profile {
    flex-flow: column;
    align-items: flex-start;
  }

  .profile-resume {
    margin-top: 10px;
    margin-left: 0;
  }

  .link-block {
    text-align: center;
  }

  .slider-2 {
    height: 120px;
  }

  .medios {
    max-width: 180px;
    max-height: 70px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .bold-text-2 {
    display: inline-flex;
  }

  .bold-text-3 {
    text-align: center;
    display: flex;
  }

  .bold-text-5 {
    text-align: center;
    display: block;
  }
}

#w-node-_86f6638b-46cd-2456-ab9f-0f3e378f351a-1c9a2b2e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_86f6638b-46cd-2456-ab9f-0f3e378f351a-1c9a2b2e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86f6638b-46cd-2456-ab9f-0f3e378f351a-1c9a2b2e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
