/* ================================
   FUENTES
   ================================ */
@font-face {
  font-family: 'Regestogrotesk';
  src: url('/assets/home/fonts/RegestoGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('/assets/home/fonts/RegestoGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('/assets/home/fonts/RegestoGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ================================
   LAYOUTS BASE
   ================================ */
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}
.w-layout-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* ================================
   SECCIONES
   ================================ */
.section-2 {
  text-align: center;
  background-color: #000;
  padding: 20px 40px;
}
.section-3,
.section-4,
.section-6,
.container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.section-3 {
  aspect-ratio: auto;
  display: block;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Regestogrotesk', Arial, sans-serif;
  overflow: visible;
}
.section-5 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-top: 1px solid #d9d9d9;
}

/* ================================
   TEXTO
   ================================ */
.heading,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.paragraph,
.paragraph-2,
.paragraph-4,
.link,
.button-2,
.dropdown-toggle,
.locales-wrapper {
  font-family: 'Regestogrotesk', Arial, sans-serif;
}
.heading,
.heading-3 {
  padding-left: 0;
  padding-right: 0;
}
.heading-3 {
  font-size: 20px;
}
.heading-4,
.heading-5,
.heading-6 {
  text-align: center;
  font-size: 20px;
}
.paragraph {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
}
.paragraph-2,
.paragraph-4 {
  font-size: 20px;
  font-weight: 700;
}
.paragraph-2 {
  margin-top: 20px;
}
.paragraph-3 {
  color: #88898c;
}
.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* ================================
   BOTONES Y LINKS
   ================================ */
.button,
.button-2,
.dropdown-toggle {
  border-radius: 10px;
}
.button {
  mix-blend-mode: normal;
  background-color: #000;
  transition: opacity .2s;
}
.button-2 {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}
.dropdown-toggle {
  border: 1px solid #5b5b5b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.dropdown-toggle.w--open {
  border: 1px solid #5b5b5b;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-link,
.dropdown-link-2 {
  background-color: #fff;
  border: 0 solid #000;
}

/* ================================
   CONTENEDORES Y ELEMENTOS
   ================================ */
.container,
.container-3,
.container-4 {
  max-width: 100%;
}
.container-2 {
  background-image: url('/assets/leyextorsion/images/principal.jpg');
  background-position: 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 350px;
  max-height: 500px;
}
.container-3 {
  max-height: 100%;
}
.container-4 {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.image {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: fill;
  justify-content: center;
  align-items: center;
}
.image-3 {
  max-width: 250px;
}
.dropdown {
  margin-left: 0;
  margin-right: auto;
}
.cell,
.cell-2,
.cell-3 {
  justify-content: center;
  align-items: center;
}
.locales-wrapper {
  display: block;
  position: static;
  overflow: visible;
}
.body {
  display: block;
}
.quick-stack {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ================================
   MEDIA QUERIES
   ================================ */
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .paragraph-2 {
    padding-top: 20px;
  }
  .paragraph-3 {
    font-family: 'Regestogrotesk', Arial, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraph-2 {
    margin-top: 20px;
    padding-top: 0;
  }
  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .heading-4,
  .heading-5,
  .heading-6 {
    font-size: 20px;
    line-height: 100%;
  }
  .heading-4 {
    text-decoration: none;
  }
}
@media screen and (max-width: 479px) {
  .quick-stack {
    overflow: visible;
  }
  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .div-block {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
  #w-node-_0da84a1c-8983-00ee-95bc-36e639afa07e-e0255d00,
  #w-node-_8bf1be2a-57dc-911c-4db9-7b9e2886ec89-e0255d00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 480px) {
  #w-node-_0da84a1c-8983-00ee-95bc-36e639afa07e-e0255d00,
  #w-node-_8bf1be2a-57dc-911c-4db9-7b9e2886ec89-e0255d00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
