@font-face {
  font-family: "AG-Super";
  src: url("../fonts/AkzidenzGrotesk-Super.otf") format("truetype");
}
@font-face {
  font-family: "AG-Bold";
  src: url("../fonts/AkzidenzGrotesk-Bold.otf") format("truetype");
}
@font-face {
  font-family: "AG-Regular";
  src: url("../fonts/AkzidenzGrotesk-Regular.otf") format("truetype");
}
@font-face {
  font-family: "AG-Medium";
  src: url("../fonts/AkzidenzGrotesk-Medium.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "CircularLight";
  src: url("../fonts/CircularStd-Light.otf") format("truetype");
}
.burger {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.navbar {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-animation: nav1 0.6s ease-in-out 1s 1 forwards;
          animation: nav1 0.6s ease-in-out 1s 1 forwards;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

@-webkit-keyframes nav1 {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes nav1 {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.navbar {
  width: 100%;
  height: 80px;
  border: none;
  outline: none;
  color: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: fixed;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 10000;
  list-style: none;
  list-style-type: none;
}
.navbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #212121;
}
.navbar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  right: 5%;
}
.navbar .burger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  background: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .burger-line:nth-child(1) {
  top: 0;
  height: 6px;
}
.navbar .burger-line:nth-child(2), .navbar .burger-line:nth-child(3) {
  top: 0.7rem;
  height: 4px;
}
.navbar .burger-line:nth-child(4) {
  top: 1.3rem;
  height: 2px;
}
.navbar .burger.is-active .burger-line:nth-child(1), .navbar .burger.is-active .burger-line:nth-child(4) {
  width: 0%;
  left: 50%;
}
.navbar .burger.is-active .burger-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar .burger.is-active .burger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar .menu {
  padding-right: 2rem;
}
.navbar .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background-color: #212121;
  list-style: none;
}
.navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  border: none;
  color: var(--color-black);
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.navbar__brand {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5%;
}
.navbar__brand img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navbar__brand img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
.navbar__brand--xdata {
  height: 45px;
  margin-right: 1.8rem;
}
.navbar__brand--reinserta {
  height: 50px;
}
.navbar .menu-link img {
  width: 32px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navbar .menu-link img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
.navbar hr {
  height: 50px;
  color: #fff;
  border-width: 0.5px;
  display: none;
}
.navbar .menu-item a {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .menu-item a img {
  margin-right: 12px;
}
.navbar .menu-item a p {
  font-family: "CircularLight", serif;
  font-weight: lighter;
  font-size: 0.81rem;
}
.navbar .menu-item:hover {
  color: #f2c65a;
}

@media only screen and (max-width: 992px) {
  .navbar {
    height: 70px;
    padding: 0;
  }
  .navbar__brand {
    padding: 0 5%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar__brand--xdata {
    height: 50px;
    margin-right: 8px;
  }
  .navbar__brand--reinserta {
    height: 55px;
  }
  .navbar .wrapper {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
  .navbar .menu {
    width: 100%;
    max-height: 0rem;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-top: 60px;
  }
  .navbar .menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    padding: 2rem 10%;
  }
}
@media (min-width: 992px) {
  .navbar .menu-item a {
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .menu-item a img {
    margin-right: 12px;
  }
  .navbar hr {
    display: block;
  }
  .navbar .menu-item a img {
    display: none;
  }
  .navbar .menu-item a p {
    font-size: 0.91rem;
  }
}
.intro__mob {
  height: 100vh;
  background-color: #212121;
  width: 100%;
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__mob img {
  width: 90px;
}

.intro {
  display: none;
}
.intro img {
  width: 90px;
}

@media (min-width: 992px) {
  .intro__mob {
    display: none;
  }

  .intro {
    height: 100vh;
    width: 200vw;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    background-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: sticky;
    top: 0;
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
  }

  .intro__negro {
    background-color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
  }

  .intro__arena {
    background-image: url("../img/cortina.png");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: 0 0;
    width: 100vw;
    position: sticky;
    left: 0;
    cursor: pointer;
  }

  @-webkit-keyframes intro {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  @keyframes intro {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .intro-entrada {
    -webkit-animation: intro-entrada 3s ease-in 1s 1 forwards;
            animation: intro-entrada 3s ease-in 1s 1 forwards;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }

  @-webkit-keyframes intro-entrada {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }

  @keyframes intro-entrada {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
@media (hover: none) and (pointer: coarse) and (min-width: 992px) {
  .intro__mob {
    height: 100vh;
    background-color: #212121;
    width: 100%;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__mob img {
    width: 90px;
  }

  .intro {
    display: none;
  }
  .intro img {
    width: 90px;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

.lineas__mobile {
  position: relative;
  width: 100%;
}

.lineas__desk {
  display: none;
}

.section1 {
  min-height: 95vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #f3f0ec;
  padding: 0;
  cursor: pointer;
}
.section1__lineas {
  min-height: 15vh;
  background-image: url(../img/header-lineas-mob-1x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -2rem;
}
.section1__container {
  min-height: 72vh;
  padding: 5% 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.section1__titulo {
  font-family: "AG-Super";
  font-weight: 100;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
}
.section1__titulo--desk {
  display: none;
}
.section1__subtitulo {
  font-family: "AG-Super";
  font-weight: lighter;
  text-align: center;
  margin-top: 4px;
  font-size: 1.2rem;
}
.section1__p {
  font-family: "Ag-Regular";
  text-align: center;
  line-height: 1.3;
  font-size: 0.81rem;
}
.section1__p--bold {
  color: #212121;
}
.section1__entrar {
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.91rem;
}
.section1__entrar img {
  width: 100px;
  height: 100px;
}
.section1__entrar:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.section1__small {
  font-family: "Ag-Regular";
  font-size: 0.71rem;
  text-align: center;
  line-height: 1.4;
  color: #686868;
}

@media only screen and (min-width: 576px) {
  .section1 {
    background-image: none;
    padding: 0;
  }
  .section1__lineas {
    height: 20vh;
  }
  .section1__container {
    padding: 5% 10%;
    row-gap: 0;
  }
  .section1__p {
    font-size: 0.91rem;
  }
  .section1__small {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .section1 {
    background-image: none;
    padding: 0;
  }
  .section1__container {
    padding: 5% 10%;
    row-gap: 1rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section1__p {
    font-size: 0.91rem;
  }
  .section1__small {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .section1 {
    padding: 0;
  }
  .section1__titulo {
    text-align: center;
    font-size: 2.8rem;
  }
  .section1__p {
    font-size: 0.975rem;
  }
  .section1__lineas {
    height: 20vh;
  }
  .section1__container {
    padding: 0 10%;
    padding-top: 2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    row-gap: 2rem;
  }
  .section1__small {
    padding: 0 10%;
    max-width: 700px;
    font-size: 0.81rem;
  }
  .section1__entrar {
    width: 80px;
    height: 80px;
    font-size: 0.975rem;
  }
}
@media only screen and (min-width: 992px) {
  .section1 {
    min-height: 740px;
    height: 100vh;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    max-height: 992px;
  }
  .section1 .glitch {
    text-align: left;
  }
  .section1__lineas {
    background-image: none;
    height: 150%;
    background-position: 50% 50%;
    background-repeat: repeat-y;
    margin: 0;
  }
  .section1__container {
    padding: 10% 20% 10% 10%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  .section1__titulo {
    text-align: left;
  }
  .section1__titulo--mob {
    display: none;
  }
  .section1__titulo--desk {
    display: block;
  }
  .section1__subtitulo {
    text-align: left;
    margin-top: 6px;
    max-width: 400px;
  }
  .section1__p {
    text-align: left;
  }
  .section1__small {
    text-align: left;
    padding: 0;
    max-width: 600px;
    font-size: 0.81rem;
  }
  .section1__entrar {
    width: 70px;
    height: 70px;
    font-size: 0.91rem;
    visibility: hidden;
  }

  .lineas__mobile {
    display: none;
  }

  .lineas__desk {
    width: 32%;
  }
}
@media only screen and (min-width: 1400px) {
  .section1__titulo {
    font-size: 3rem;
    text-align: left;
  }
  .section1__subtitulo {
    font-size: 1.6rem;
    line-height: 33px;
  }
  .section1__entrar {
    width: 80px;
    height: 80px;
    font-size: 0.975rem;
  }
  .section1__p {
    font-size: 1rem;
  }
  .section1__small {
    max-width: 700px;
    font-size: 0.91rem;
  }
}
@media (hover: none) and (pointer: coarse) and (min-width: 992px) {
  .lineas__mobile {
    position: relative;
    width: 100%;
  }

  .lineas__desk {
    display: none;
  }

  .section1 {
    min-height: 95vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #f3f0ec;
    padding: 0;
    cursor: pointer;
    display: block;
  }
  .section1__lineas {
    height: 20vh;
    background-image: url(../img/header-lineas-mob-1x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    margin-top: -2rem;
  }
  .section1__container {
    min-height: 72vh;
    padding: 8% 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1rem;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
  }
  .section1__titulo {
    font-family: "AG-Super";
    font-weight: 100;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
  .section1__titulo--desk {
    display: none;
  }
  .section1__titulo--mob {
    display: block;
  }
  .section1__subtitulo {
    font-family: "AG-Super";
    font-weight: lighter;
    text-align: center;
    margin-top: 4px;
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .section1__p {
    font-family: "Ag-Regular";
    text-align: center;
    line-height: 1.3;
    font-size: 0.975rem;
    padding: 0 10%;
  }
  .section1__p--bold {
    color: #212121;
  }
  .section1__entrar {
    width: 130px;
    height: 130px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 0.91rem;
    visibility: visible;
  }
  .section1__entrar img {
    width: 130px;
    height: 130px;
  }
  .section1__entrar:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .section1__small {
    font-family: "Ag-Regular";
    font-size: 0.81rem;
    text-align: center;
    line-height: 1.4;
    color: #686868;
  }

  #pointer {
    display: none !important;
  }
}
.hero {
  line-height: 1;
  z-index: 2;
}

.demo {
  height: 100px;
  background: #fff;
}

.layers {
  position: relative;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  -webkit-clip-path: polygon(0% 12%, 53% 12%, 53% 26%, 25% 26%, 25% 86%, 31% 86%, 31% 0%, 53% 0%, 53% 84%, 92% 84%, 92% 82%, 70% 82%, 70% 29%, 78% 29%, 78% 65%, 69% 65%, 69% 66%, 77% 66%, 77% 45%, 85% 45%, 85% 26%, 97% 26%, 97% 28%, 84% 28%, 84% 34%, 54% 34%, 54% 89%, 30% 89%, 30% 58%, 83% 58%, 83% 5%, 68% 5%, 68% 36%, 62% 36%, 62% 1%, 12% 1%, 12% 34%, 60% 34%, 60% 57%, 98% 57%, 98% 83%, 1% 83%, 1% 53%, 91% 53%, 91% 84%, 8% 84%, 8% 83%, 4% 83%);
          clip-path: polygon(0% 12%, 53% 12%, 53% 26%, 25% 26%, 25% 86%, 31% 86%, 31% 0%, 53% 0%, 53% 84%, 92% 84%, 92% 82%, 70% 82%, 70% 29%, 78% 29%, 78% 65%, 69% 65%, 69% 66%, 77% 66%, 77% 45%, 85% 45%, 85% 26%, 97% 26%, 97% 28%, 84% 28%, 84% 34%, 54% 34%, 54% 89%, 30% 89%, 30% 58%, 83% 58%, 83% 5%, 68% 5%, 68% 36%, 62% 36%, 62% 1%, 12% 1%, 12% 34%, 60% 34%, 60% 57%, 98% 57%, 98% 83%, 1% 83%, 1% 53%, 91% 53%, 91% 84%, 8% 84%, 8% 83%, 4% 83%);
}

.paths {
  -webkit-animation: paths 5s step-end infinite;
          animation: paths 5s step-end infinite;
}

@-webkit-keyframes paths {
  0% {
    -webkit-clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
            clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
  }
  5% {
    -webkit-clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
            clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
  }
  30% {
    -webkit-clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
            clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
  }
  45% {
    -webkit-clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
            clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
  }
  76% {
    -webkit-clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
            clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
  }
  90% {
    -webkit-clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
            clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@keyframes paths {
  0% {
    -webkit-clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
            clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
  }
  5% {
    -webkit-clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
            clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
  }
  30% {
    -webkit-clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
            clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
  }
  45% {
    -webkit-clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
            clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
  }
  76% {
    -webkit-clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
            clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
  }
  90% {
    -webkit-clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
            clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  -webkit-animation: movement 8s step-end infinite;
          animation: movement 8s step-end infinite;
}

@-webkit-keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }
  15% {
    top: 10px;
    left: 10px;
  }
  60% {
    top: 5px;
    left: -10px;
  }
  75% {
    top: -5px;
    left: 20px;
  }
  100% {
    top: 10px;
    left: 5px;
  }
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }
  15% {
    top: 10px;
    left: 10px;
  }
  60% {
    top: 5px;
    left: -10px;
  }
  75% {
    top: -5px;
    left: 20px;
  }
  100% {
    top: 10px;
    left: 5px;
  }
}
.opacity {
  -webkit-animation: opacity 5s step-end infinite;
          animation: opacity 5s step-end infinite;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.4;
  }
  45% {
    opacity: 0.6;
  }
  76% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.8;
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.4;
  }
  45% {
    opacity: 0.6;
  }
  76% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.8;
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    opacity: 0;
  }
}
.font {
  -webkit-animation: font 7s step-end infinite;
          animation: font 7s step-end infinite;
}

@-webkit-keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  20% {
    font-weight: 500;
    color: #fff;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    font-weight: 300;
    color: #1bc7fb;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  60% {
    font-weight: 700;
    color: #fff;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    font-weight: 500;
    color: #e0287d;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  20% {
    font-weight: 500;
    color: #fff;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    font-weight: 300;
    color: #1bc7fb;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  60% {
    font-weight: 700;
    color: #fff;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    font-weight: 500;
    color: #e0287d;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
}
.glitch span {
  -webkit-animation: paths 5s step-end infinite;
          animation: paths 5s step-end infinite;
}

.glitch::before {
  -webkit-animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 8s step-end infinite, movement 10s step-end infinite;
          animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  -webkit-animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 7s step-end infinite, movement 8s step-end infinite;
          animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
  position: relative;
  padding: 200px 0;
  text-align: left;
}

.environment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  background: url(https://images.unsplash.com/photo-1602136773736-34d445b989cb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80) center no-repeat;
  background-size: cover;
}

.section2 {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 10%;
}
.section2__quienesSomos {
  background-color: #212121;
  z-index: 10;
}
.section2__quienesSomos--titulo {
  color: #f3f0ec;
  text-align: center;
}
.section2__quienesSomos--empresa {
  margin: 8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section2__indice {
  background-color: #fff;
  padding: 25% 0 20%;
}
.section2__indice--circleGrande {
  border: 2px solid #212121;
  border-radius: 50%;
  width: 90vw;
  height: 90vw;
  position: relative;
  left: -45%;
  min-width: 300px;
  min-height: 300px;
}
.section2__indice--titulo {
  position: absolute;
  top: 50%;
  left: 60%;
}
.section2__indice--option {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.section2__indice--option p {
  text-transform: uppercase;
  font-family: "AG-Bold", sans-serif;
  font-size: 0.71rem;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #212121;
}
.section2__indice--option .circle {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section2__indice .casoEstudio p {
  max-width: 100px;
}
.section2__indice--option:nth-child(1) {
  left: 60%;
  top: -8%;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.section2__indice--option:nth-child(1) .circleCaso1 {
  background-color: #f2c65a;
}
.section2__indice--option:nth-child(1) .circleCaso2 {
  background-color: #eacc88;
}
.section2__indice--option:nth-child(1) .circleCaso3 {
  background-color: #eac271;
}
.section2__indice--option:nth-child(1) .casoEstudio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1fr;
  -ms-grid-columns: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section2__indice--option:nth-child(1) .casoEstudio p {
  margin-top: 6px;
}
.section2__indice--option:nth-child(1) .casoEstudio:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #212121;
  position: absolute;
  top: calc(45% - 4px);
  left: 140px;
}
.section2__indice--option:nth-child(1) .casoEstudio:hover .circle {
  background-color: #f2c65a;
}
.section2__indice--option:nth-child(1) .circle2 {
  border: 2px solid;
  border-right: none;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
}
.section2__indice--option:nth-child(1) .circle2 .option {
  position: absolute;
  background-color: #fff;
}
.section2__indice--option:nth-child(1) .circle2 .option p {
  background-color: #fff;
  position: relative;
  right: 8px;
  padding-bottom: 10px;
}
.section2__indice--option:nth-child(1) .circle2 .option .circle {
  margin-bottom: 6px;
}
.section2__indice--option:nth-child(1) .circle2 .option:nth-child(1) {
  left: 50%;
  top: -40%;
}
.section2__indice--option:nth-child(1) .circle2 .option:nth-child(1):hover .circle {
  background-color: #eacc88;
}
.section2__indice--option:nth-child(1) .circle2 .option:nth-child(2) {
  left: 50%;
  top: 65%;
}
.section2__indice--option:nth-child(1) .circle2 .option:nth-child(2):hover .circle {
  background-color: #eac271;
}
.section2__indice--option:nth-child(2) {
  left: 91%;
  top: 45%;
}
.section2__indice--option:nth-child(2) .circle {
  background-color: #b6d8a3;
}
.section2__indice--option:nth-child(2):hover .circle {
  background-color: #b6d8a3;
}
.section2__indice--option:nth-child(3) {
  left: 60%;
  top: 88%;
}
.section2__indice--option:nth-child(3) .circle {
  background-color: #b5cee5;
}
.section2__indice--option:nth-child(3):hover .circle {
  background-color: #b5cee5;
}
.section2__indice .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.section2__indice .circle img {
  height: 55%;
}

.quienesSomos__empresa--logo {
  background-color: #f3f0ec;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 1.5rem;
}
.quienesSomos__empresa--logo:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #e8e8e8;
  position: absolute;
  top: 108%;
}
.quienesSomos__empresa--logo img {
  height: 50%;
}
.quienesSomos__empresa--p {
  color: #f3f0ec;
  text-align: center;
  font-size: 0.81rem;
  line-height: 1.3;
}

.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.reveal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 576px) {
  .quienesSomos__empresa--p {
    font-size: 0.91rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .section2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section2__indice {
    padding: 15% 0 20%;
  }
  .section2__indice--circleGrande {
    width: 400px;
    height: 400px;
    left: -25%;
  }

  .quienesSomos__empresa--p {
    font-size: 0.91rem;
  }
}
@media only screen and (min-width: 776px) {
  .section2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section2__indice {
    padding: 15% 0 20%;
  }
  .section2__indice p {
    font-size: 0.785rem;
  }
  .section2__indice--circleGrande {
    width: 500px;
    height: 500px;
    left: -30%;
  }
  .section2__indice .circle {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .section2__indice--option:nth-child(1) {
    left: 60%;
    top: -6%;
    width: 90%;
  }
  .section2__indice--option:nth-child(1) .casoEstudio:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #212121;
    position: absolute;
    top: calc(45% - 4px);
    left: 180px;
  }
  .section2__indice--option:nth-child(1) .circle2 {
    width: 100px;
    height: 100px;
  }
  .section2__indice--option:nth-child(2) {
    left: 93%;
  }
  .section2__indice--option:nth-child(2) p {
    width: 200px;
  }
  .section2__indice--option:nth-child(3) {
    left: 60%;
    top: 90%;
  }

  .quienesSomos__empresa--logo {
    width: 110px;
    height: 110px;
    margin-bottom: 2rem;
  }
  .quienesSomos__empresa--logo:after {
    border-left: 6px solid transparent;
    border-right: 6x solid transparent;
    border-top: 10px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) {
  .section2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    min-height: 600px;
    padding-top: 0;
  }
  .section2__quienesSomos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section2__quienesSomos--empresa {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
  .section2__quienesSomos--titulo {
    margin-bottom: 5%;
  }
  .section2 .myContainer {
    padding-top: 15%;
  }
  .section2__indice {
    padding: 30% 0 20%;
  }
  .section2__indice p {
    font-size: 0.75rem;
  }
  .section2__indice--circleGrande {
    width: 450px;
    height: 450px;
    left: -225px;
  }
  .section2__indice .circle {
    width: 65px;
    height: 65px;
  }
  .section2__indice--option:nth-child(1) {
    top: -8%;
  }
  .section2__indice--option:nth-child(1) .casoEstudio:after {
    top: calc(45% - 4px);
    left: 165px;
  }
  .section2__indice--option:nth-child(1) .circleCaso1 {
    background-color: #fff;
  }
  .section2__indice--option:nth-child(1) .circleCaso2 {
    background-color: #fff;
  }
  .section2__indice--option:nth-child(1) .circleCaso3 {
    background-color: #fff;
  }
  .section2__indice--option:nth-child(2) .circle {
    background-color: #fff;
  }
  .section2__indice--option:nth-child(3) .circle {
    background-color: #fff;
  }

  .quienesSomos__empresa--p {
    font-size: 0.91rem;
    text-align: left;
  }
  .quienesSomos__empresa--logo {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }
  .quienesSomos__empresa--logo:after {
    top: 50%;
    left: 108%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #e8e8e8;
  }

  .reveal {
    position: relative;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    opacity: 0;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
  }

  .reveal.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .section2 {
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
  }
  .section2__indice {
    padding: 15% 0 20%;
  }
  .section2__indice p {
    font-size: 0.785rem;
  }
  .section2__indice--circleGrande {
    width: 40vw;
    height: 40vw;
    left: -30%;
  }
  .section2__indice--titulo {
    position: absolute;
    top: 48%;
    left: 50%;
  }

  .quienesSomos__empresa--logo {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .section2__indice {
    padding: 20% 0 20%;
  }

  .quienesSomos__empresa--logo {
    width: 120px;
    height: 120px;
  }
  .quienesSomos__empresa--p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1600px) {
  .section2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .section2 .section__titulo {
    margin-left: 2rem;
  }
  .section2 .myContainer {
    padding-top: 20%;
  }
  .section2__indice {
    padding: 20% 0 20%;
  }
  .section2__indice p {
    font-size: 0.875rem;
  }
  .section2__indice--circleGrande {
    width: 600px;
    height: 600px;
    left: -250px;
  }
  .section2__indice .circle {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .section2__indice--option:nth-child(1) {
    left: 75%;
    top: 2.5%;
    width: 100%;
  }
  .section2__indice--option:nth-child(1) .casoEstudio {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2__indice--option:nth-child(1) .casoEstudio p {
    max-width: 300px;
  }
  .section2__indice--option:nth-child(1) .casoEstudio:after {
    left: 260px;
    top: 50%;
  }
  .section2__indice--option:nth-child(1) .circle2 {
    width: 110px;
    height: 110px;
  }
  .section2__indice--option:nth-child(2) {
    left: 94%;
  }
  .section2__indice--option:nth-child(2) p {
    width: 180px;
  }
  .section2__indice--option:nth-child(3) {
    left: 75%;
    top: 84%;
  }

  .quienesSomos__empresa--logo {
    width: 120px;
    height: 120px;
    margin-right: 4rem;
  }
  .quienesSomos__empresa--p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.section3__header {
  background-color: #f2c65a;
  text-align: center;
  padding: 4rem 15%;
}
.section3__header--titulo {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.section3__header p {
  line-height: 1.3;
  font-size: 0.81rem;
}
.section3__timeline {
  background-color: #f3f0ec;
  padding-left: 4rem;
  min-width: 350px;
}
.section3__timeline--mob {
  border-left: 1px solid #212121;
  padding: 15% 12% 15% 8%;
  position: relative;
}
.section3__timeline--mob .timeline__circle {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
}
.section3__timeline--mob .timeline__circle p {
  width: 40%;
  line-height: 1.3;
  margin-bottom: 0;
  position: relative;
  font-size: 0.71rem;
}
.section3__timeline--mob .timeline__circle--inicio {
  top: -40px;
  left: -40px;
}
.section3__timeline--mob .timeline__circle--inicio p::after {
  content: "";
  background-color: #f2c65a;
  border: 0.5px solid #212121;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 122%;
  display: block;
}
.section3__timeline--mob .timeline__circle--fin {
  bottom: -40px;
  left: -40px;
}
.section3__timeline--mob .timeline__circle--fin p::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -109%;
  left: 11px;
}
.section3__timeline--mob p {
  font-size: 0.71rem;
}
.section3__timeline--mob .timelineMob__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section3__timeline--mob .timelineMob__section:nth-child(3) {
  margin: 3rem 0;
}
.section3__timeline--mob .timelineMob__section::before {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #212121;
  position: absolute;
  left: -13px;
}
.section3__timeline--mob .timelineMob__section img {
  width: 60px;
  margin-right: 12px;
}
.section3__timeline--mob .timelineMob__section--date {
  font-family: "Ag-Super", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.section3__timeline--mob .timelineMob__section p {
  line-height: 1.3;
}
.section3__objetivo {
  background-color: #fff;
  padding: 4rem 5%;
}
.section3__objetivo--subtitulo {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 4rem;
}
.section3__objetivo--grid {
  border: 1px solid;
  width: 220px;
  margin: 0 auto;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 170px;
  background-image: url("../img/linea2-mob.svg");
  background-repeat: no-repeat repeat;
  background-position: 50%;
  background-size: 1px;
  position: relative;
}
.section3__objetivo--grid::after {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 104%;
  left: calc(50% - 4.5px);
}
.section3__objetivo--grid::before {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.5px);
  background-color: #212121;
}
.section3__objetivo .objetivo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 10;
}
.section3__objetivo .objetivo__item .circle-amarillo {
  background-color: #f2c65a;
  margin-bottom: 0;
}
.section3__objetivo .objetivo__item .circle--arena {
  background-color: #f3f0ec;
}
.section3__objetivo .objetivo__item--circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
.section3__objetivo .objetivo__item--circle img {
  width: 55%;
}
.section3__objetivo .objetivo__item p {
  font-family: "Ag-Super";
  font-size: 0.71rem;
  text-align: center;
  padding-bottom: 0.5rem;
  background-color: #fff;
}
.section3__objetivo .item--arch {
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
}
.section3__objetivo .objetivo__grid--arena {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.3333%)[3];
  grid-template-columns: repeat(3, 33.3333%);
  width: 150%;
  position: absolute;
  left: -25%;
}
.section3__objetivo .diagrama-objetivo-desk {
  display: none;
}
.section3__objetivo .diagrama-objetivo-mob {
  width: 160px;
  position: relative;
  top: 120px;
  left: -47px;
  background-color: #fff;
  padding: 12px;
}
.section3__objetivo .item--factores {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.section3__objetivo .item--factores p {
  padding-bottom: 16px;
}
.section3__objetivo .item--rec {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.section3__acciones {
  padding: 10% 10%;
}
.section3__acciones p {
  font-size: 0.81rem;
  color: #f3f0ec;
  text-align: center;
}
.section3__acciones--p {
  margin: 4rem auto;
  line-height: 1.3;
}
.section3__acciones--subtitulo {
  color: #fff;
  text-align: center;
  font-family: "Ag-Medium", sans-serif;
  font-size: 0.975rem;
  width: 70%;
  margin: 0 auto 2rem;
}
.section3__acciones--circulo {
  background-color: #f3f0ec;
  border-radius: 50%;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section3__acciones--circulo p {
  color: #212121;
  padding: 0 20%;
}
.section3__acciones--circulo1 {
  width: 160px;
  height: 160px;
}
.section3__acciones--circulo1:after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #f3f0ec;
  position: absolute;
  top: 100%;
}
.section3__acciones--circulo2 {
  width: 150px;
  height: 150px;
}
.section3__acciones--circulo2:after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #f3f0ec;
  position: absolute;
  top: 100%;
}
.section3__acciones--circulo3 {
  width: 140px;
  height: 140px;
}
.section3__acciones--circulo3:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #f3f0ec;
  position: absolute;
  top: 120%;
  left: calc(50% - 7px);
}

@media (min-width: 576px) {
  .section3__timeline {
    padding-left: 6rem;
  }
  .section3__timeline--mob .timelineMob__section img {
    width: 60px;
    margin-right: 18px;
  }
  .section3__acciones p {
    font-size: 0.91rem;
  }
  .section3__acciones--p {
    width: 60%;
  }
  .section3__acciones--circulo1 {
    width: 170px;
    height: 170px;
  }
  .section3__acciones--circulo2 {
    width: 160px;
    height: 160px;
  }
  .section3__acciones--circulo3 {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .section3__header--titulo {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .section3__header p {
    font-size: 0.975rem;
    max-width: 420px;
    margin: 0 auto;
  }
  .section3__timeline--mob p {
    font-size: 0.975rem;
  }
  .section3__timeline .timelineMob__section img {
    width: 70px;
  }
  .section3__timeline .timelineMob__section--date {
    font-size: 1.8rem;
  }
  .section3__timeline .timeline__circle {
    width: 90px;
    height: 90px;
  }
  .section3__timeline .timeline__circle p {
    font-size: 0.81rem;
  }
  .section3__timeline .timeline__circle--inicio {
    top: -45px;
    left: -45px;
  }
  .section3__timeline .timeline__circle--inicio p::after {
    width: 15px;
    height: 15px;
    left: 10px;
    top: 124%;
  }
  .section3__timeline .timeline__circle--fin {
    bottom: -45px;
    left: -45px;
  }
  .section3__timeline .timeline__circle--fin p::before {
    width: 10px;
    height: 10px;
    top: -111%;
    left: 12.5px;
  }
  .section3__objetivo {
    padding: 5rem 5%;
  }
  .section3__objetivo--subtitulo {
    text-align: center;
  }
  .section3__objetivo--grid {
    width: 450px;
    padding-bottom: 190px;
    margin-top: 1rem;
  }
  .section3__objetivo--grid::before {
    content: "";
    width: 1px;
    height: 38px;
    position: absolute;
    top: 100%;
    left: calc(50% - 0.5px);
    background-color: #212121;
  }
  .section3__objetivo .objetivo__item--circle {
    width: 90px;
    height: 90px;
    margin-bottom: 1.2rem;
  }
  .section3__objetivo .objetivo__item p {
    font-family: "Ag-Medium";
    font-size: 0.91rem;
    padding-bottom: 0.8rem;
  }
  .section3__objetivo .item--arch {
    left: calc(50% - 45px);
    top: -45px;
  }
  .section3__objetivo .diagrama-objetivo-mob {
    width: 200px;
    left: -60px;
  }
  .section3__acciones p {
    font-size: 0.975rem;
  }
  .section3__acciones--p {
    margin: 5rem auto;
    line-height: 1.4;
  }
  .section3__acciones--circulo1 {
    width: 190px;
    height: 190px;
  }
  .section3__acciones--circulo2 {
    width: 180px;
    height: 180px;
  }
  .section3__acciones--circulo3 {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 992px) {
  .section3__timeline {
    padding-left: 0;
  }
  .section3__timeline--mob {
    display: -ms-grid;
    display: grid;
    border-left: none;
    border-top: 2px solid #212121;
    width: 80%;
    margin: 0 auto;
    padding: 3.5rem 0 12%;
    -ms-grid-columns: (33%)[3];
    grid-template-columns: repeat(3, 33%);
  }
  .section3__timeline--mob .timeline__circle--inicio {
    top: -40px;
    left: -5%;
  }
  .section3__timeline--mob .timeline__circle--inicio p::after {
    border-width: 2px;
    width: 15px;
    height: 15px;
    left: 152%;
    top: 23%;
  }
  .section3__timeline--mob .timeline__circle--fin {
    top: -40px;
    left: 95%;
  }
  .section3__timeline--mob .timeline__circle--fin p::before {
    width: 11px;
    height: 11px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    top: 15%;
    left: -100%;
  }
  .section3__timeline--mob .timelineMob__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    position: relative;
    padding: 0 5%;
  }
  .section3__timeline--mob .timelineMob__section:nth-child(3) {
    margin: 0;
  }
  .section3__timeline--mob .timelineMob__section::before {
    width: 2px;
    height: 60px;
    left: 50%;
    top: -32%;
  }
  .section3__timeline--mob .timelineMob__section img {
    height: 60px;
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .section3__timeline--mob .timelineMob__section--date {
    font-family: "Ag-Super", sans-serif;
    font-size: 2rem;
    margin-bottom: 4px;
  }
  .section3__timeline--mob .timelineMob__section p {
    line-height: 1.3;
  }
  .section3__timeline--mob .timelineMob__section p .p-amarillo {
    background-color: #f2c65a;
    padding: 0 4px;
  }
  .section3__objetivo {
    padding: 4rem 5%;
    overflow: hidden;
  }
  .section3__objetivo--grid {
    border-width: 3px;
    width: 90%;
    padding-bottom: 20px;
    background-size: 3px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .section3__objetivo--grid::after {
    display: none;
  }
  .section3__objetivo--grid::before {
    content: "";
    width: 3px;
    height: 100px;
    position: absolute;
    top: 100%;
    left: calc(50% - 1.5px);
    background-color: #212121;
  }
  .section3__objetivo .objetivo__item p {
    font-size: 0.975rem;
  }
  .section3__objetivo .circle-amarillo {
    width: 110px;
    height: 110px;
  }
  .section3__objetivo .item--arch {
    left: calc(50% - 55px);
    top: -55px;
  }
  .section3__objetivo .objetivo__item {
    background-color: transparent;
  }
  .section3__objetivo .objetivo__item p {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding-top: 6px;
  }
  .section3__objetivo .objetivo__item.item--impacto p {
    width: 35%;
  }
  .section3__objetivo .diagrama-objetivo-mob {
    display: none;
  }
  .section3__objetivo .diagrama-objetivo-desk {
    display: block;
    width: 300px;
    position: relative;
    left: 50px;
  }
  .section3__acciones {
    padding: 2rem 5%;
  }
  .section3__acciones p {
    text-align: left;
  }
  .section3__acciones--div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section3__acciones .acciones__div--circulos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3__acciones--circulo {
    justify-self: flex-start;
    margin: 0 auto;
  }
  .section3__acciones--circulo p {
    text-align: center;
  }
  .section3__acciones--circulo1:after {
    content: "";
    width: 70px;
    height: 2px;
    top: calc(50% - 1px);
    left: 100%;
  }
  .section3__acciones--circulo2:after {
    content: "";
    width: 70px;
    height: 2px;
    top: calc(50% - 1px);
    left: 100%;
  }
  .section3__acciones--circulo3:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #f3f0ec;
    left: 120%;
    top: calc(50% - 7px);
  }
}
@media (min-width: 1200px) {
  .section3__header {
    padding: 6rem 15%;
  }
  .section3__timeline--mob {
    width: 75%;
    padding-bottom: 10%;
  }
  .section3__objetivo--grid {
    padding-bottom: 30px;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .section3__objetivo .circle-amarillo {
    width: 130px;
    height: 130px;
  }
  .section3__objetivo .item--arch {
    left: calc(50% - 65px);
    top: -65px;
  }
  .section3__objetivo .objetivo__grid--arena {
    margin-top: 1rem;
  }
  .section3__objetivo .circle--arena {
    width: 95px;
    height: 95px;
  }
  .section3__objetivo .diagrama-objetivo-desk {
    width: 320px;
  }
  .section3__acciones--subtitulo {
    font-size: 1.1rem;
  }
  .section3__acciones--circulo1:after {
    width: 100px;
  }
  .section3__acciones--circulo2:after {
    width: 100px;
  }
  .section3__acciones--circulo3:after {
    left: 130%;
  }
}
@media (min-width: 1400px) {
  .section3__header {
    padding: 8rem 10%;
  }
  .section3__header--titulo {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .section3__header p {
    min-width: 600px;
    line-height: 1.4;
    font-size: 1rem;
  }
  .section3__timeline--mob {
    width: 70%;
    padding-bottom: 10rem;
  }
  .section3__timeline--mob .timeline__circle {
    width: 108px;
    height: 108px;
  }
  .section3__timeline--mob .timeline__circle p {
    font-size: 0.91rem;
  }
  .section3__timeline--mob .timeline__circle .date {
    font-size: 0.91rem;
  }
  .section3__timeline--mob .timeline__circle--inicio {
    top: -54px;
    left: -5%;
  }
  .section3__timeline--mob .timeline__circle--inicio p::after {
    border-width: 2px;
    width: 16px;
    height: 16px;
    left: 160%;
    top: 35%;
  }
  .section3__timeline--mob .timeline__circle--inicio p .date {
    font-size: 0.91rem;
  }
  .section3__timeline--mob .timeline__circle--fin {
    top: -54px;
    left: 95%;
  }
  .section3__timeline--mob .timeline__circle--fin p::before {
    width: 11px;
    height: 11px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    top: 30%;
    left: -100%;
  }
  .section3__timeline--mob .timelineMob__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    position: relative;
    padding: 0 5%;
  }
  .section3__timeline--mob .timelineMob__section:nth-child(3) {
    margin: 0;
  }
  .section3__timeline--mob .timelineMob__section::before {
    width: 2px;
    height: 60px;
    left: 50%;
    top: -36%;
  }
  .section3__timeline--mob .timelineMob__section img {
    height: 75px;
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .section3__timeline--mob .timelineMob__section--date {
    font-family: "Ag-Super", sans-serif;
    font-size: 3rem;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .section3__timeline--mob .timelineMob__section p {
    line-height: 1.3;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 10%;
  }
  .section3__timeline--mob .timelineMob__section p strong {
    font-size: 1rem;
  }
  .section3__timeline--mob .timelineMob__section p .p-amarillo {
    background-color: #f2c65a;
    padding: 0 4px;
    font-size: 1rem;
  }
  .section3__objetivo--grid {
    max-width: 1300px;
    margin-top: 1.5rem;
    padding-bottom: 50px;
  }
  .section3__objetivo .objetivo__item p {
    font-size: 1rem;
  }
  .section3__objetivo .objetivo__item.item--impacto p {
    width: 25%;
  }
  .section3__objetivo .circle-amarillo {
    width: 140px;
    height: 140px;
  }
  .section3__objetivo .item--arch {
    left: calc(50% - 70px);
    top: -70px;
  }
  .section3__objetivo .objetivo__grid--arena {
    margin-top: 2rem;
  }
  .section3__objetivo .diagrama-objetivo-desk {
    width: 430px;
    top: 10px;
  }
  .section3__acciones p {
    font-size: 1rem;
  }
  .section3__acciones--subtitulo {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .section3__acciones--div {
    max-width: 1500px;
    margin: 0 auto;
  }
  .section3__acciones--circulo p {
    padding: 0 10%;
  }
  .section3__acciones--circulo1 {
    width: 190px;
    height: 190px;
  }
  .section3__acciones--circulo1:after {
    width: 200px;
  }
  .section3__acciones--circulo2 {
    width: 190px;
    height: 190px;
  }
  .section3__acciones--circulo2:after {
    width: 200px;
  }
  .section3__acciones--circulo3 {
    width: 190px;
    height: 190px;
  }
  .section3__acciones--circulo3:after {
    left: 140%;
  }
}
.section4 {
  background-color: #ede8e2;
  padding: 10% 10%;
}
.section4__diagrama {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.section4__diagrama--top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1.5rem 1fr;
  -ms-grid-columns: min-content 1.5rem 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section4__diagrama--top:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: calc(100% + 30px);
  left: calc(10% + 7px);
}
.section4__diagrama--top p {
  padding-right: 5%;
}
.section4__diagrama--top .section4__diagrama--circle {
  background-color: #f2d599;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section4__diagrama--top .section4__diagrama--circle img {
  width: 55%;
}
.section4__diagrama--top .section4__diagrama--circle:after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  background-color: #212121;
  top: 100%;
}
.section4__diagrama--titulo {
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.section4__diagrama p {
  font-size: 0.81rem;
}
.section4__diagrama--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
  grid-template-columns: 65% 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  position: relative;
}
.section4__diagrama--bottom .section4__diagrama--circle {
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.section4__diagrama--bottom .section4__diagrama--circle .img-ent {
  width: 50%;
}
.section4__diagrama--bottom .section4__diagrama--circle .img-ojo {
  width: 60%;
}
.section4__diagrama--bottom .section4__diagrama--circle:before {
  content: "";
  height: 34px;
  width: 1px;
  position: absolute;
  background-color: #212121;
  bottom: 100%;
}
.section4__diagrama--bottom .diagrama__bottom-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4__diagrama--bottom p {
  font-family: "Ag-Super", sans-serif;
  text-align: center;
  font-size: 0.81rem;
  padding: 0 10%;
  font-weight: 100;
}
.section4__diagrama--bottom:before {
  content: "";
  position: absolute;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #212121;
  top: 125%;
  right: 40%;
}
.section4__diagrama--bottom:after {
  content: "";
  border: 1px solid #212121;
  border-top: none;
  position: absolute;
  width: 151px;
  height: 10px;
  top: 110%;
  right: 52px;
}
.section4__texto {
  padding-top: 0;
}
.section4__texto p {
  padding-left: 30%;
  font-size: 0.81rem;
}
.section4__texto p span {
  font-family: "Ag-super", sans-serif;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 6px;
}
.section4__texto .p-67 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4__texto .p-67 span {
  float: unset;
}
.section4__texto img {
  max-width: 100%;
  margin: 1rem auto;
}

.section4-2 {
  padding: 10% 10%;
  background-color: #fff;
  padding: 10% 10%;
}
.section4-2__subtitulo {
  text-align: center;
  font-family: "Ag-Medium", sans-serif;
  font-size: 0.975rem;
  margin: 0 auto 2rem;
}
.section4-2__circulo {
  border: 1px dashed #212121;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative;
  margin: 2rem auto 1rem;
}
.section4-2__circulo--juzgados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
}
.section4-2__circulo--juzgados .circulos__juzgados--circle {
  background-color: #f2d599;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section4-2__circulo--juzgados .circulos__juzgados--circle img {
  width: 55%;
}
.section4-2__circulo--juzgados p {
  font-size: 0.81rem;
  margin: 0 20%;
  padding-top: 6px;
  background-color: #fff;
  padding-bottom: 2px;
  text-align: center;
}
.section4-2__circulo--juzgados:nth-child(1) {
  left: 3%;
}
.section4-2__circulo--juzgados:nth-child(2) {
  left: 55%;
}
.section4-2__circulo--juzgados:nth-child(3) {
  left: -10%;
  top: 50%;
}
.section4-2__circulo--juzgados:nth-child(4) {
  left: calc(50% - 30px);
  top: 86%;
}
.section4-2__circulo--juzgados:nth-child(5) {
  left: 85%;
  top: 50%;
}
.section4-2 .p-entidades {
  margin-top: 4.5rem;
  border: 1px dashed #212121;
  width: 250px;
  padding: 0.5rem;
  border-radius: 12px;
  position: relative;
}
.section4-2 .p-entidades:before {
  content: "";
  border-right: 1px dashed #212121;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -150%;
}
.section4-2 .mexico-7-entidades {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 1rem auto;
}

@media only screen and (min-width: 450px) {
  .section4__diagrama {
    width: 380px;
  }
  .section4__diagrama--top:after {
    width: 72.5%;
    top: calc(100% + 30px);
    left: 10%;
  }
  .section4__diagrama--top p {
    padding-right: 20%;
  }
}
@media only screen and (min-width: 772px) {
  .section4__diagrama {
    width: 580px;
  }
  .section4__diagrama--top {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .section4__diagrama--top:after {
    content: "";
    width: 432px;
    height: 2px;
    background-color: #212121;
    position: absolute;
    top: calc(100% + 50px);
    left: calc(8% + 1px);
  }
  .section4__diagrama--top p {
    padding-right: 5%;
  }
  .section4__diagrama--top .section4__diagrama--circle {
    width: 95px;
    height: 95px;
  }
  .section4__diagrama--top .section4__diagrama--circle:after {
    width: 2px;
    height: 50px;
  }
  .section4__diagrama--titulo {
    font-size: 1.4rem;
  }
  .section4__diagrama p {
    font-size: 0.975rem;
  }
  .section4__diagrama--bottom {
    padding-top: 95px;
  }
  .section4__diagrama--bottom .section4__diagrama--circle {
    width: 75px;
    height: 75px;
    margin-bottom: 12px;
  }
  .section4__diagrama--bottom .section4__diagrama--circle:before {
    content: "";
    height: 45px;
    width: 2px;
  }
  .section4__diagrama--bottom .diagrama__bottom-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section4__diagrama--bottom p {
    font-size: 0.975rem;
    letter-spacing: 0.5px;
    padding: 0 20%;
  }
  .section4__texto {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section4__texto p {
    font-size: 0.975rem;
  }
  .section4__texto p span {
    font-size: 2.4rem;
  }
  .section4__texto img {
    margin: 2rem auto;
    padding-left: 20%;
  }
  .section4__texto .p-67 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section4__texto .p-67 span {
    float: unset;
  }

  .section4-2 {
    padding: 5% 10%;
  }
  .section4-2__subtitulo {
    font-size: 1.1rem;
  }
  .section4-2__circulo {
    width: 300px;
    height: 300px;
    margin: 3rem auto 1rem;
  }
  .section4-2__circulo--juzgados .circulos__juzgados--circle {
    width: 75px;
    height: 75px;
  }
  .section4-2__circulo--juzgados p {
    font-size: 0.975rem;
  }
  .section4-2__circulo--juzgados:nth-child(1) {
    left: 0%;
  }
  .section4-2__circulo--juzgados:nth-child(2) {
    left: 60%;
  }
  .section4-2__circulo--juzgados:nth-child(3) {
    left: -10%;
    top: 50%;
  }
  .section4-2__circulo--juzgados:nth-child(4) {
    left: calc(50% - 37.5px);
    top: 86%;
  }
  .section4-2__circulo--juzgados:nth-child(5) {
    left: 85%;
    top: 50%;
  }
  .section4-2 .p-entidades {
    margin-top: 6rem;
  }
  .section4-2 .mexico-7-entidades {
    width: 100%;
    max-width: 550px;
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 992px) {
  .sectionM4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .section4 {
    padding: 3rem 5%;
  }
  .section4__diagrama {
    max-width: 100%;
  }
  .section4__diagrama--top {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .section4__diagrama--top:after {
    content: "";
    width: 75%;
    top: calc(100% + 50px);
    left: 41.5px;
  }
  .section4__diagrama--top p {
    width: 200px;
    line-height: 1.3;
  }
  .section4__diagrama--top .section4__diagrama--circle {
    width: 85px;
    height: 85px;
    position: relative;
    top: -20px;
  }
  .section4__diagrama--top .section4__diagrama--circle:after {
    height: 70px;
  }
  .section4__diagrama--titulo {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .section4__diagrama--bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin-top: 1rem;
    position: relative;
  }
  .section4__diagrama--bottom .section4__diagrama--circle {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  .section4__diagrama--bottom .section4__diagrama--circle:before {
    display: none;
  }
  .section4__diagrama--bottom p {
    font-size: 0.975rem;
    padding: 0 30%;
  }
  .section4__diagrama--bottom:before {
    content: "";
    position: absolute;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #212121;
    top: 128%;
    right: 40%;
  }
  .section4__diagrama--bottom:after {
    width: 50%;
    height: 10px;
    top: 110%;
    right: 17.5%;
    border-width: 2px;
  }
  .section4__texto {
    margin: 0 auto;
  }
  .section4__texto .p-89 {
    text-align: center;
    padding: 0 10% 0 30%;
  }
  .section4__texto img {
    padding-left: 5%;
    width: 100%;
    max-width: 700px;
  }
  .section4__texto .p-67 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    width: 55%;
  }
  .section4__texto .p-67 span {
    margin-right: 6px;
  }

  .section4-2 {
    padding: 10% 5%;
  }
  .section4-2__circulo {
    border-radius: 0;
    border: none;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: (20%)[5];
    grid-template-columns: repeat(5, 20%);
  }
  .section4-2__circulo--juzgados {
    position: relative;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .section4-2__circulo--juzgados .circulos__juzgados--circle {
    width: 60px;
    height: 60px;
  }
  .section4-2__circulo--juzgados p {
    font-size: 0.91rem;
    margin: 0;
  }
  .section4-2__circulo--juzgados:nth-child(1) {
    left: unset;
  }
  .section4-2__circulo--juzgados:nth-child(2) {
    left: unset;
  }
  .section4-2__circulo--juzgados:nth-child(3) {
    left: unset;
    top: unset;
  }
  .section4-2__circulo--juzgados:nth-child(4) {
    left: unset;
    top: unset;
  }
  .section4-2__circulo--juzgados:nth-child(5) {
    left: unset;
    top: unset;
  }
  .section4-2 .p-entidades {
    margin-top: 2rem;
    border: none;
  }
  .section4-2 .p-entidades:before {
    display: none;
  }
  .section4-2 .mexico-7-entidades {
    width: 98%;
    max-width: 550px;
    margin: 2.5rem auto;
  }
}
@media only screen and (min-width: 1400px) {
  .section4__diagrama {
    padding-top: 1rem;
  }
  .section4__diagrama--top:after {
    content: "";
    width: 75%;
    top: calc(100% + 55px);
    left: 8%;
  }
  .section4__diagrama--top p {
    font-size: 1rem;
  }
  .section4__diagrama--top .section4__diagrama--circle {
    width: 95px;
    height: 95px;
    position: relative;
    top: -25px;
  }
  .section4__diagrama--top .section4__diagrama--circle:after {
    height: 80px;
  }
  .section4__diagrama--titulo {
    font-size: 1.5rem;
  }
  .section4__diagrama--bottom p {
    font-size: 1rem;
  }
  .section4__texto p {
    font-size: 1rem;
  }
  .section4__texto .p-89 {
    text-align: center;
    padding: 0 20% 0 40%;
  }
  .section4__texto .p-67 {
    margin-right: 10%;
    width: 280px;
  }

  .section4-2 {
    padding: 4rem 5%;
  }
  .section4-2__circulo {
    max-width: 90%;
    margin: 3rem auto 0;
  }
  .section4-2__circulo--juzgados .circulos__juzgados--circle {
    width: 70px;
    height: 70px;
  }
  .section4-2__circulo--juzgados p {
    font-size: 1rem;
    width: 80%;
    margin: 0 auto;
  }
  .section4-2__circulo--juzgados:nth-child(1) {
    left: unset;
  }
  .section4-2__circulo--juzgados:nth-child(2) {
    left: unset;
  }
  .section4-2__circulo--juzgados:nth-child(3) {
    left: unset;
    top: unset;
  }
  .section4-2__circulo--juzgados:nth-child(4) {
    left: unset;
    top: unset;
  }
  .section4-2__circulo--juzgados:nth-child(5) {
    left: unset;
    top: unset;
  }
  .section4-2 .p-entidades {
    margin-top: 2rem;
    border: none;
  }
  .section4-2 .p-entidades:before {
    display: none;
  }
  .section4-2 .mexico-7-entidades {
    width: 98%;
    max-width: 550px;
    margin: 2.5rem auto;
  }
}
.color-alto {
  width: 98%;
}

.color-media {
  width: 58%;
}

.color-baja {
  width: 18%;
}

.section5 {
  background-color: #f3f0ec;
  display: block;
}
.section5__container {
  position: relative;
  padding: 10% 5% 5%;
}
.section5__container::after {
  content: "";
  border-left: 1px dotted #212121;
  height: 95%;
  position: absolute;
  left: 14vw;
  top: 5%;
  width: 1px;
}
.section5__titulo {
  font-family: "Ag-Super", sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.section5__subtitulo {
  font-family: "Ag-Super", sans-serif;
  font-weight: 100;
  font-size: 0.91rem;
  margin: 2rem 0;
  padding-left: 70px;
  position: relative;
}
.section5__subtitulo::before {
  content: "";
  background-color: #f2c65a;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  left: 7.2vw;
  top: 3px;
  z-index: 10;
}
.section5__hallazgos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.section5__hallazgos--circle {
  border-radius: 50%;
  background-color: #f2c65a;
  width: 18vw;
  height: 18vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  z-index: 10;
}
.section5__hallazgos--circle img {
  width: 50%;
}
.section5__amarillo {
  background-color: #f2c65a;
  padding: 10%;
}
.section5__amarillo p {
  font-family: "Ag-Super", sans-serif;
  text-align: center;
  font-size: 0.81rem;
  line-height: 1.4;
}

.accordion--menu {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.accordion--menu .arrow {
  font-family: "sans-serif";
  width: 8px;
  position: absolute;
  right: 13px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  padding-bottom: 0;
}
.accordion--menu .accordion--link {
  font-family: "Ag-Super", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #fff;
  border-radius: 40px;
  height: 14vw;
  position: relative;
  margin-left: 6px;
}
.accordion--menu .accordion--link .accordion--link__title {
  font-weight: 400;
  font-size: 0.81rem;
  letter-spacing: 0.5px;
  margin-left: 16vw;
  text-transform: uppercase;
}
.accordion--menu .accordion--link span {
  background-color: #f2e8bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 50%;
  height: 14vw;
  width: 14vw;
}
.accordion--menu .accordion--link span img {
  width: 28px;
}
.accordion--menu .accordion--linkNegro {
  background-color: #000;
  color: #f2e8bd;
}
.accordion--menu .accordion--linkNegro span {
  background-color: #fff;
}
.accordion--menu .accordion--linkNegro span img {
  width: 20px;
}
.accordion--menu span img.educativos {
  width: 25px;
}
.accordion--menu .accordion--spanDoble .accordion--link__title {
  margin-left: 27vw;
}
.accordion--menu .accordion--spanDoble span {
  width: 24vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 6px;
  border-radius: 30px;
}
.accordion--menu .accordion--answer {
  font-size: 0.81rem;
  position: relative;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  padding: 10px 10px 10px 60px;
}
.accordion--menu .accordion--answer .answer--ul {
  list-style: disc;
}
.accordion--menu .accordion--answer .answer--ul li {
  margin-bottom: 10px;
}
.accordion--menu .accordion--answer img {
  width: 100%;
}
.accordion--menu .accordion--answer--hidden {
  overflow-y: hidden;
}
.accordion--menu .accordion--answer--region {
  position: relative;
  padding-left: 15%;
}
.accordion--menu .accordion--answer--region .region__zonas--norte {
  padding: 1rem 0;
  position: sticky;
  top: 70px;
  background-color: #f3f0ec;
}
.accordion--menu .accordion--answer--region .region__zonas--norte > img {
  background-color: #f3f0ec;
  width: 100%;
}
.accordion--menu .accordion--answer--region .region__zonas--centro, .accordion--menu .accordion--answer--region .region__zonas--sur, .accordion--menu .accordion--answer--region #zonaNorte {
  height: 50vh;
  width: 5vh;
  margin: 30vh 0;
}
.accordion--menu .accordion--answer--region .answer--ul {
  padding-left: 1rem;
}
.accordion--menu .accordion--answer--region .accordion--answer-title {
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 16px 0;
}
.accordion--menu .accordion--answer--region p strong {
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.accordion--menu .accordion--answer--region .progress {
  position: relative;
  height: 12px;
  width: 90%;
  border: 0.8px solid;
  border-radius: 15px;
  margin: 8px 0 2rem;
}
.accordion--menu .accordion--answer--region .progress .color {
  position: absolute;
  background-color: #f2c65a;
  height: 10px;
  border-radius: 15px;
}
.accordion--menu .accordion--answer--region .p-amarillo-opaco4 {
  background-color: #f2e8bd;
  padding: 4px 6px;
  margin-bottom: 16px;
}
.accordion--menu__ul {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
}
.accordion--menu__li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
}
.accordion--menu .accordion--menu__li:nth-child(1) {
  border: none;
}
.accordion--menu #accLi1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.accordion--menu #accLi2 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.accordion--menu #accLi3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.accordion--menu #accLi4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.accordion--menu #accLi5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.accordion--menu #accLi6 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.accordion--menu #AccT1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.accordion--menu #AccT2 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.accordion--menu #AccT3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.accordion--menu #AccT4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.accordion--menu #AccT5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.accordion--menu #AccT6 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.accordion--menu .accordion--menu__li:last-of-type {
  padding-bottom: 0;
}
.accordion--menu .accordion--menu__li .fas {
  color: #f6483b;
  font-size: 15px;
  margin-right: 10px;
}
.accordion--menu .accordion--menu__li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  z-index: 20;
}
.accordion--menu .accordion--menu__li input[type=checkbox]:checked ~ .accordion--answer {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion--menu .accordion--menu__li input[type=checkbox]:checked ~ .accordion--link .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion--menu .transition,
.accordion--menu .accordion--answer {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion--menu .flipIn,
.accordion--menu .accordion--link__title,
.accordion--menu .accordion--menu__li {
  -webkit-animation: none 0.5s ease both;
          animation: none 0.5s ease both;
}
.accordion--menu .no-select,
.accordion--menu .accordion--link__title {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.section5__container--mob {
  display: none;
}

@media (min-width: 576px) {
  .section5__container {
    padding: 10% 0% 5%;
    width: 476px;
    margin: 0 auto;
  }
  .section5__container::after {
    border-left: 2px dotted #212121;
    height: 95%;
    left: 47px;
  }
  .section5__titulo {
    font-size: 1.2rem;
  }
  .section5__subtitulo {
    font-size: 0.975rem;
    padding-left: 100px;
  }
  .section5__subtitulo::before {
    width: 16px;
    height: 16px;
    left: 40px;
  }
  .section5__hallazgos {
    width: 100%;
    margin: 0;
  }
  .section5__hallazgos--circle {
    width: 90px;
    height: 90px;
  }
  .section5__amarillo {
    background-color: #f2c65a;
    padding: 10%;
  }
  .section5__amarillo p {
    font-family: "Ag-Super", sans-serif;
    text-align: center;
    font-size: 0.91rem;
    line-height: 1.4;
  }

  .accordion--menu .accordion--link {
    border-radius: 60px;
    height: 70px;
    margin-left: 10px;
  }
  .accordion--menu .accordion--link .accordion--link__title {
    font-size: 0.975rem;
    margin-left: 90px;
  }
  .accordion--menu .accordion--link span {
    height: 70px;
    width: 70px;
  }
  .accordion--menu .accordion--link span img {
    width: 38px;
  }
  .accordion--menu .accordion--linkNegro span img {
    width: 30px;
  }
  .accordion--menu .accordion--spanDoble .accordion--link__title {
    margin-left: 160px;
  }
  .accordion--menu .accordion--spanDoble span {
    width: 140px;
    border-radius: 60px;
  }
  .accordion--menu .accordion--answer {
    font-size: 0.91rem;
    margin-top: 20px;
    padding: 10px 16px 30px 100px;
  }
  .accordion--menu .accordion--answer--region .accordion--answer-title {
    font-size: 1.4rem;
  }
  .accordion--menu .accordion--answer--region .progress {
    height: 16px;
  }
  .accordion--menu .accordion--answer--region .progress .color {
    height: 14px;
  }
  .accordion--menu .p-amarillo-opaco4 {
    font-size: 0.91rem;
  }
}
@media (min-width: 768px) {
  .section5__container {
    width: 568px;
    margin: 0 auto;
  }
  .section5__container::after {
    left: 48px;
  }
  .section5__titulo {
    font-size: 1.4rem;
  }
  .section5__subtitulo {
    font-size: 1rem;
  }
  .section5__subtitulo::before {
    left: 41px;
  }
  .section5__amarillo {
    padding: 10% 15%;
  }
  .section5__amarillo p {
    font-size: 0.975rem;
  }

  .accordion--menu .accordion--link .accordion--link__title {
    font-size: 1rem;
  }
  .accordion--menu .accordion--answer {
    font-size: 0.975rem;
    padding: 10px 18px 30px 100px;
    line-height: 1.3;
  }
  .accordion--menu .accordion--answer img {
    margin-bottom: 4rem;
  }
  .accordion--menu .accordion--answer--region .progress {
    height: 18px;
  }
  .accordion--menu .accordion--answer--region .progress .color {
    height: 16px;
  }
  .accordion--menu .accordion--answer--region .p-amarillo-opaco4 {
    font-size: 0.975rem;
    padding: 8px;
  }
  .accordion--menu .region__zonas--centro,
.accordion--menu .region__zonas--sur,
.accordion--menu #zonaNorte {
    height: 40vh;
    width: 5vh;
    margin: 20vh 0;
  }
}
@media (min-width: 992px) {
  .section5 {
    position: relative;
  }
  .section5__amarillo {
    position: relative;
    padding: 8% 15%;
  }
  .section5__amarillo p {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .section5__container {
    display: none;
  }

  .hallazgos__desk {
    width: 800px;
    margin: 0 auto;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    padding: 10% 0 0;
  }
  .hallazgos__desk .p-amarillo-opaco4 {
    background-color: #f2e8bd;
    padding: 4px 6px;
    margin-bottom: 16px;
  }
  .hallazgos__desk--indice {
    height: 600px;
    position: sticky;
    top: 16%;
    display: -ms-grid;
    display: grid;
    width: 300px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .hallazgos__desk--indice .section5__hallazgos--circle {
    width: 100px;
    -ms-grid-column-align: center;
        justify-self: center;
    margin: 0 auto;
  }
  .hallazgos__desk--indice .hallazgos__subtitulo--circle {
    background-color: #f2c65a;
    width: 26px;
    height: 26px;
    border: 2px solid;
    border-radius: 50%;
    z-index: 10;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
  }
  .hallazgos__desk--indice .section5__titulo {
    text-transform: uppercase;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 1.5rem;
  }
  .hallazgos__desk--indice .section5__subtitulo {
    padding-left: 0;
  }
  .hallazgos__desk--indice .section5__subtitulo::before {
    display: none;
  }
  .hallazgos__desk--opcion {
    border-radius: 50%;
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin: 0.8rem 0;
    position: relative;
  }
  .hallazgos__desk--opcion img {
    width: 55%;
  }
  .hallazgos__desk #hallazgos__opcion--educativo img {
    width: 45%;
  }
  .hallazgos__desk--content {
    position: relative;
  }
  .hallazgos__desk--content .hallazgos__helper {
    padding: 0 30px;
  }
  .hallazgos__desk--content .hallazgos__content--img {
    width: 50px;
  }
  .hallazgos__desk--content .hallazgos__content--title {
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 500;
    margin: 1.4rem 0 1.8rem;
  }
  .hallazgos__desk--content .hallazgos__content--ul {
    font-size: 0.91rem;
    padding-right: 1rem;
    margin-left: 1rem;
  }
  .hallazgos__desk--content .hallazgos__content--ul li {
    margin-bottom: 10px;
  }
  .hallazgos__desk .hallazgos__fixed {
    position: relative;
    border: none;
    padding: 30px;
    margin-bottom: 0;
    height: 160vh;
    max-height: 1200px;
    margin: 5px 0;
    margin-bottom: 40%;
  }
  .hallazgos__desk .hallazgos__fixed--Regiones {
    height: 130vh;
  }
  .hallazgos__desk #hallazgos__fixed--vinculo {
    height: 100vh;
    max-height: 900px;
  }
  .hallazgos__desk .fixed__content {
    position: absolute;
    position: sticky;
  }
  .hallazgos__desk .fixed__content--social {
    top: 20%;
  }
  .hallazgos__desk .fixed__content--familia {
    top: 30%;
  }
  .hallazgos__desk .fixed__content--educacion {
    top: 40%;
  }
  .hallazgos__desk .fixed__content--cultural {
    top: 50%;
  }
  .hallazgos__desk .indice1::before {
    content: "";
    width: 2px;
    border-left: 2px dashed #212121;
    height: 92%;
    position: absolute;
    top: 5%;
    left: calc(25% - 1px);
  }
  .hallazgos__desk .indice2::before {
    content: "";
    width: 2px;
    border-left: 2px dashed #212121;
    height: 100%;
    position: absolute;
    top: 25%;
    left: calc(25% + 0.5px);
  }
  .hallazgos__desk #hallazgos__opcion--vinculo {
    position: relative;
  }
  .hallazgos__desk #hallazgos__opcion--vinculo::after {
    content: "";
    border-left: 3px solid #212121;
    height: 600%;
    position: absolute;
    top: 100%;
    left: calc(50% + 0.5px);
  }
  .hallazgos__desk .indice2--circulo {
    display: block;
    left: 2px;
  }
  .hallazgos__desk #hallazgos__opcion--region {
    position: relative;
    z-index: 100;
  }
  .hallazgos__desk #hallazgos__opcion--region::before {
    content: "";
    width: 3px;
    background-color: #212121;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: calc(60% - 5px);
  }

  .hallazgos__desk .hallazgos__fixed.hallazgos__fixed--4 {
    margin-bottom: 0;
  }

  .section5__container--mob {
    display: block;
  }

  .section5__container {
    display: none;
  }

  .hallazgos__desk--linea {
    width: 230px;
    height: 2px;
    background-color: #212121;
    position: absolute;
    left: 70px;
  }
  .hallazgos__desk--lineaC {
    width: 20px;
    height: 20px;
    background-color: #f2c65a;
    border-radius: 50%;
    border: 1px solid #212121;
    position: absolute;
    left: 220px;
    top: -9px;
  }

  #hallazgos__linea {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #hallazgos__linea--social {
    top: 38%;
  }
  #hallazgos__linea--familiar {
    top: 65%;
    opacity: 0;
  }
  #hallazgos__linea--familiar::before {
    content: "";
    width: 150px;
    height: 200px;
    border: 2px solid black;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: -90px;
    border-top-right-radius: 50%;
  }
  #hallazgos__linea--familiar::after {
    content: "";
    width: 150px;
    height: 200px;
    background-color: #f3f0ec;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 3px;
    left: 10px;
  }
  #hallazgos__linea--educativo {
    top: 79%;
    opacity: 0;
  }
  #hallazgos__linea--cultural {
    top: 93%;
    opacity: 0;
  }

  .hallazgos__desk2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    padding-top: 1.5rem;
    padding-bottom: 5%;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 .hallazgos__content--title2 {
    color: #f2c65a;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 #title2-vinculo {
    margin: 1.4rem 0 1.8rem;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 .hallazgos__content--title {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 p {
    margin-bottom: 16px;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 .p-progress {
    margin-bottom: 6px;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 .progress {
    position: relative;
    height: 12px;
    width: 90%;
    border: 0.8px solid;
    border-radius: 15px;
    margin: 8px 0 2rem;
  }
  .hallazgos__desk2 .hallazgos__desk--content2 .progress .color {
    position: absolute;
    background-color: #f2c65a;
    height: 10px;
    border-radius: 15px;
    -webkit-animation: progres 4s 1 linear forwards;
            animation: progres 4s 1 linear forwards;
  }
  .hallazgos__desk2 .section5__subtitulo {
    width: 280px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: 2.5rem 0 2rem;
  }
  .hallazgos__desk2 .hallazgos__subtitulo--circle {
    margin-top: 15px;
  }
  .hallazgos__desk2 .hallazgos__desk--indice {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: start;
    width: 300px;
    -ms-grid-columns: 50% 90%;
    grid-template-columns: 50% 90%;
  }
  .hallazgos__desk2 .mex {
    margin-top: 1rem;
  }
  .hallazgos__desk2 #region {
    width: 40%;
  }
  .hallazgos__desk2 .hallazgos__desk--opcion {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .hallazgos__desk2 .mex {
    width: 100%;
    position: relative;
    left: -20px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .hallazgos__desk2 #hallazgos__opcion--vinculo {
    margin-top: 3rem;
  }
  .hallazgos__desk2 #hallazgos__linea--vinculo {
    top: 65%;
  }
  .hallazgos__desk2 .fixed__content {
    top: 25%;
  }
  .hallazgos__desk2 .fixed__content#hallazgos-fadeout_vinculo {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .hallazgos__desk {
    width: 900px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .hallazgos__desk--indice .section5__hallazgos--circle {
    width: 100px;
    height: 100px;
  }
  .hallazgos__desk--indice .section5__hallazgos--circle img {
    width: 45%;
  }
  .hallazgos__desk--indice .hallazgos__subtitulo--circle {
    background-color: #f2c65a;
    width: 24px;
    height: 24px;
  }
  .hallazgos__desk--content .hallazgos__content--img {
    width: 60px;
  }
  .hallazgos__desk--content .hallazgos__content--ul {
    font-size: 0.975rem;
    padding-right: 2rem;
    margin-left: 1rem;
  }
  .hallazgos__desk--content .hallazgos__content--ul li {
    margin-bottom: 10px;
  }
  .hallazgos__desk .hallazgos__fixed {
    position: relative;
    border: none;
    padding: 30px;
    margin-bottom: 0;
    margin: 5px 0;
    margin-bottom: 40%;
  }

  .hallazgos__desk .hallazgos__fixed.hallazgos__fixed--4 {
    margin-bottom: 0;
  }

  .section5__container--mob {
    display: block;
  }

  .section5__container {
    display: none;
  }

  .hallazgos__desk--linea {
    width: 320px;
  }
  .hallazgos__desk--lineaC {
    left: 310px;
  }

  .hallazgos__desk2 .mex {
    width: 110%;
    position: relative;
    left: 0;
  }
  .hallazgos__desk2 #hallazgos__linea--vinculo {
    top: 68%;
  }
}
@media (min-width: 1400px) {
  .section5__amarillo {
    padding: 4rem 25%;
  }
  .section5__amarillo p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .section5__subtitulo {
    font-size: 1.1rem;
  }

  .hallazgos__desk {
    width: 1200px;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    padding: 15% 0 0;
  }
  .hallazgos__desk--content .hallazgos__content--title {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .hallazgos__desk--content .hallazgos__content--ul {
    font-size: 1rem;
    padding-right: 0;
    line-height: 1.4;
  }
  .hallazgos__desk--content .hallazgos__content--ul li {
    margin-bottom: 12px;
  }
  .hallazgos__desk--opcion {
    width: 65px;
    height: 65px;
  }
  .hallazgos__desk .hallazgos__fixed {
    padding-bottom: 0;
  }
  .hallazgos__desk #hallazgos__opcion--vinculo {
    position: relative;
  }
  .hallazgos__desk #hallazgos__opcion--vinculo::after {
    content: "";
    border-left: 3px solid #212121;
    height: 400%;
    position: absolute;
    top: 100%;
    left: calc(50% + 0.5px);
  }

  .hallazgos__desk--linea {
    width: 600px;
    height: 3px;
  }
  .hallazgos__desk--lineaC {
    left: 600px;
  }

  #hallazgos__linea {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #hallazgos__linea--social {
    top: 38%;
  }
  #hallazgos__linea--familiar {
    top: 68%;
    opacity: 0;
  }
  #hallazgos__linea--familiar::before {
    content: "";
    width: 200px;
    height: 200px;
    border: 3px solid black;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: -90px;
    border-top-right-radius: 50%;
  }
  #hallazgos__linea--familiar::after {
    content: "";
    width: 250px;
    height: 200px;
    background-color: #f3f0ec;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 3px;
    left: 10px;
  }
  #hallazgos__linea--educativo {
    top: 83%;
    opacity: 0;
  }
  #hallazgos__linea--cultural {
    top: 98%;
    opacity: 0;
  }

  .hallazgos__desk2 {
    padding-top: 5%;
    padding-bottom: 3rem;
  }
  .hallazgos__desk2 .mex {
    width: 180%;
  }
  .hallazgos__desk2 .hallazgos__fixed {
    padding-bottom: 0;
  }
  .hallazgos__desk2 #hallazgos__linea--vinculo {
    top: 90%;
  }
  .hallazgos__desk2 #fixed__region {
    bottom: 30%;
    margin-bottom: 15%;
  }
}
details > summary {
  list-style: none;
}

.section6__container--desk {
  display: none;
}

.section6 {
  padding: 5% 0 0;
  background-color: #f3f0ec;
}
.section6__titulo {
  padding: 0% 5%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Ag-Super", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.section6 .diagrama-prevencion-materia {
  width: 40%;
  position: absolute;
  left: 40%;
  top: 2rem;
  max-width: 150px;
}
.section6__container--accordion {
  padding: 2rem 0;
  position: relative;
}
.section6__container--accordion::before {
  content: "";
  width: 1px;
  border-left: 0.8px dashed #212121;
  position: absolute;
  left: calc(15% + 35px);
  top: 6.3rem;
  height: 49.6%;
  opacity: 0.5;
}
.section6__container--accordion .accordion-line {
  display: none;
  width: 1px;
  border-left: 0.8px dashed #212121;
  position: absolute;
  left: 24.5%;
  top: 6.3rem;
  height: 49.6%;
  opacity: 0.5;
}
.section6__container--accordion .prevencion {
  width: 80%;
  margin: 1rem auto;
  display: block;
  max-width: 400px;
  background-color: #f3f0ec;
}
.section6__container--accordion .accordion__circle1 {
  background-color: #94bf77;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15%;
}
.section6__container--accordion .accordion__circle1 img {
  width: 45%;
}
.section6__container--accordion--subtitulo {
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1rem;
}
.section6__container--accordion .pp__accordion {
  margin-top: 2rem;
  position: relative;
}
.section6__container--accordion .acc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  font-size: 0.81rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 15%;
  margin: 1rem 0;
}
.section6__container--accordion .acc__title--subtitulo {
  width: 60%;
  line-height: 1.4;
}
.section6__container--accordion .acc__title--circle {
  margin-right: 1.5rem;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section6__container--accordion .acc__title--circle .circleInside {
  font-family: "Ag-Super";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 20;
}
.section6__container--accordion .acc__title p {
  font-family: sans-serif;
  font-size: 1.6rem;
  position: absolute;
  right: 15%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section6__container--accordion .pp__accordion--content {
  position: relative;
  background-color: purple;
}
.section6__container--accordion .circulos__primaria--container {
  position: relative;
  background-color: #fff;
  height: 60%;
  max-height: 600px;
  min-height: 350px;
  position: sticky;
  top: 0;
  z-index: 20;
}
.section6__container--accordion .primaria--container {
  position: sticky;
  top: 0;
}
.section6__container--accordion .circulos__primaria {
  position: relative;
  width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
}
.section6__container--accordion .circulos__primaria a {
  color: #212121;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  background-color: #f3f0ec;
}
.section6__container--accordion .circulos__primaria a p {
  font-size: 0.675rem;
}
.section6__container--accordion .circulos__primaria a p:last-child {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2px;
}
.section6__container--accordion .circulos__primaria > div {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  background-color: #f3f0ec;
}
.section6__container--accordion .circulos__primaria > div p {
  font-size: 0.675rem;
}
.section6__container--accordion .circulos__primaria > div p:last-child {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2px;
}
.section6__container--accordion .circulos__primaria .gradienteprimaria {
  background: rgb(220, 242, 200);
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 242, 200)), to(rgb(189, 212, 182)));
  background: linear-gradient(90deg, rgb(220, 242, 200) 0%, rgb(189, 212, 182) 100%);
}
.section6__container--accordion .circulos__primaria .gradientesecundaria {
  background: rgb(220, 242, 200);
  background: -webkit-gradient(linear, left top, right top, from(#cbe9ce), to(#a4c5ac));
  background: linear-gradient(90deg, #cbe9ce 0%, #a4c5ac 100%);
}
.section6__container--accordion .circulos__primaria .gradienteterciaria {
  background: rgb(220, 242, 200);
  background: -webkit-gradient(linear, left top, right top, from(#cce8dd), to(#9fc3af));
  background: linear-gradient(90deg, #cce8dd 0%, #9fc3af 100%);
}
.section6__container--accordion .circulos__primaria .circle0 {
  background-color: #212121;
  width: 120px;
  height: 120px;
  color: #fff;
  z-index: 10;
  font-size: 0.675rem;
  text-transform: uppercase;
  font-family: "Ag-Super", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.section6__container--accordion .circulos__primaria .circle1 {
  width: 120px;
  height: 120px;
  top: 15px;
  left: -35px;
}
.section6__container--accordion .circulos__primaria .circle2 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 25%;
  right: 10%;
}
.section6__container--accordion .circulos__primaria .circle3 {
  width: 170px;
  height: 170px;
  top: -30px;
  left: 20%;
}
.section6__container--accordion .circulos__primaria .circle4 {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 30%;
  left: 16%;
}
.section6__container--accordion .circulos__primaria .circle5 {
  width: 45px;
  height: 45px;
  background-color: #f3f0ec;
  position: absolute;
  top: 35%;
  left: 22%;
}
.section6__container--accordion .circulos__primaria .circle5 div {
  position: absolute;
  left: -160%;
  width: 70px;
}
.section6__container--accordion .circulos__primaria .circle5 div p {
  text-align: right;
}
.section6__container--accordion .timeline__primaria {
  background-color: #def4c9;
  padding: 1rem 10% 1rem 15%;
  position: relative;
}
.section6__container--accordion .timeline__primaria .timeline__section {
  position: relative;
}
.section6__container--accordion .timeline__primaria .timeline__section::before {
  content: "";
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 10%;
  top: 2rem;
  height: 88%;
}
.section6__container--accordion .timeline__primaria .timeline__section:nth-child(1)::before {
  height: 86%;
}
.section6__container--accordion .timeline__primaria .timeline__section:nth-child(2)::before {
  height: 82%;
}
.section6__container--accordion .timeline__primaria .timeline__section:nth-child(3)::before {
  height: 89%;
}
.section6__container--accordion .timeline__primaria .timeline__section:nth-child(4)::before {
  height: 76%;
}
.section6__container--accordion .timeline__primaria .timeline__section:nth-child(5)::before {
  height: 58%;
}
.section6__container--accordion .timeline__primaria .timeline__section > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 5% 75%;
  grid-template-columns: 20% 75%;
  grid-column-gap: 5%;
  margin: 1rem 0;
}
.section6__container--accordion .timeline__primaria .timeline__section > div:nth-child(1) {
  margin: 6rem 0 2rem;
}
.section6__container--accordion .timeline__primaria img {
  width: 35px;
  z-index: 10;
}
.section6__container--accordion .timeline__primaria--title {
  font-size: 0.81rem;
  font-family: "Ag-Medium", sans-serif;
  font-weight: bold;
  z-index: 30;
}
.section6__container--accordion .timeline__primaria--lineas {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section6__container--accordion .timeline__primaria .circle--lineas {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ag-Super", sans-serif;
  border: 0.5px solid #212121;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 0.81rem;
  z-index: 10;
}
.section6__container--accordion .timeline__primaria--content {
  height: 20vh;
  font-size: 0.91rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section6__container--accordion .circulos__secundaria .circle1 {
  width: 100px;
  height: 100px;
  top: 25px;
  left: 18%;
}
.section6__container--accordion .circulos__secundaria .circle2 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 58%;
  right: 18%;
}
.section6__container--accordion .circulos__secundaria .circle2 div {
  position: absolute;
  left: 100%;
  width: 70px;
}
.section6__container--accordion .circulos__secundaria .circle2 div p {
  text-align: left;
}
.section6__container--accordion .circulos__secundaria .circle3 {
  width: 50px;
  height: 50px;
  top: -10px;
  left: 5%;
}
.section6__container--accordion .circulos__secundaria .circle3 div {
  position: absolute;
  left: 0%;
  width: 70px;
  top: 105%;
}
.section6__container--accordion .circulos__secundaria .circle4 {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 12%;
  left: 22%;
}
.section6__container--accordion .circulos__secundaria .circle4 div {
  position: absolute;
  left: -150%;
  width: 70px;
  top: 15%;
}
.section6__container--accordion .circulos__secundaria .circle4 div p {
  text-align: right;
}
.section6__container--accordion .circulos__secundaria .circle5 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 10%;
}
.section6__container--accordion .circulos__secundaria .circle5 div {
  position: absolute;
  left: -160%;
  width: 70px;
}
.section6__container--accordion .circulos__secundaria .circle5 div p {
  text-align: right;
}
.section6__container--accordion .timeline__secundaria {
  background-color: #cceacf;
}
.section6__container--accordion .timeline__secundaria .timeline__section:nth-child(1)::before {
  height: 76%;
}
.section6__container--accordion .timeline__secundaria .timeline__section:nth-child(2)::before {
  height: 83%;
}
.section6__container--accordion .timeline__secundaria .timeline__section:nth-child(3)::before {
  height: 58%;
}
.section6__container--accordion .timeline__secundaria .timeline__section:nth-child(4)::before {
  height: 50%;
}
.section6__container--accordion .timeline__secundaria .timeline__section:nth-child(5)::before {
  height: 58%;
}
.section6__container--accordion .circulos__terciaria .circle1 {
  width: 100px;
  height: 100px;
  top: 15px;
  left: 10%;
}
.section6__container--accordion .circulos__terciaria .circle2 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 18%;
}
.section6__container--accordion .circulos__terciaria .circle2 div {
  position: absolute;
  left: 105%;
  width: 70px;
}
.section6__container--accordion .circulos__terciaria .circle2 div p {
  text-align: left;
}
.section6__container--accordion .circulos__terciaria .circle3 {
  width: 100px;
  height: 100px;
  top: -20px;
  left: 16%;
}
.section6__container--accordion .circulos__terciaria .circle3 div {
  position: absolute;
  left: 0%;
  width: 70px;
  top: 105%;
}
.section6__container--accordion .circulos__terciaria .circle4 {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 8%;
  left: 14%;
}
.section6__container--accordion .circulos__terciaria .circle4 div {
  position: absolute;
  left: -150%;
  width: 70px;
  top: 15%;
}
.section6__container--accordion .circulos__terciaria .circle4 div p {
  text-align: right;
}
.section6__container--accordion .circulos__terciaria .circle5 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20%;
  left: 5%;
  padding: 0 5%;
}
.section6__container--accordion .circulos__terciaria .circle5 div {
  position: absolute;
  left: -160%;
  width: 70px;
}
.section6__container--accordion .circulos__terciaria .circle5 div p {
  text-align: right;
}
.section6__container--accordion .timeline__terciaria {
  background-color: #cde8de;
}
.section6__container--accordion .timeline__terciaria .timeline__section:nth-child(1)::before {
  height: 82%;
}
.section6__container--accordion .timeline__terciaria .timeline__section:nth-child(2)::before {
  height: 83%;
}
.section6__container--accordion .timeline__terciaria .timeline__section:nth-child(3)::before {
  height: 58%;
}
.section6__container--accordion .timeline__terciaria .timeline__section:nth-child(4)::before {
  height: 82%;
}
.section6__container--accordion .timeline__terciaria .timeline__section:nth-child(5)::before {
  height: 82%;
}
.section6--desk {
  display: none;
}

@media only screen and (min-width: 576px) and (orientation: landscape) {
  .section6__container--accordion .circulos__primaria--container {
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .section6__container .circulos__primaria {
    position: relative;
    width: 520px;
  }
  .section6__container .circulos__primaria a p {
    font-size: 0.85rem;
  }
  .section6__container .circulos__primaria .circle0 {
    width: 150px;
    height: 150px;
    font-size: 0.875rem;
  }
  .section6__container .circulos__primaria .circle1 {
    width: 150px;
    height: 150px;
    top: 15px;
    left: -35px;
  }
  .section6__container .circulos__primaria .circle2 {
    width: 120px;
    height: 120px;
    top: 22%;
    right: 17%;
  }
  .section6__container .circulos__primaria .circle3 {
    width: 200px;
    height: 200px;
    top: -40px;
    left: 16%;
  }
  .section6__container .circulos__primaria .circle4 {
    width: 90px;
    height: 90px;
    bottom: 30%;
    left: 25%;
  }
  .section6__container .circulos__primaria .circle5 {
    width: 65px;
    height: 65px;
    top: 35%;
    left: 26%;
  }
  .section6__container .circulos__primaria .circle5 div {
    left: -170%;
    width: 100px;
  }
  .section6__container .timeline__primaria {
    padding-left: 12%;
  }
  .section6__container .timeline__primaria .timeline__section:nth-child(1)::before {
    height: 86%;
  }
  .section6__container .timeline__primaria .timeline__section:nth-child(2)::before {
    height: 82%;
  }
  .section6__container .timeline__primaria .timeline__section:nth-child(3)::before {
    height: 89%;
  }
  .section6__container .timeline__primaria .timeline__section:nth-child(4)::before {
    height: 76%;
  }
  .section6__container .timeline__primaria .timeline__section:nth-child(5)::before {
    height: 58%;
  }
  .section6__container .timeline__primaria .timeline__section > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 5% 75%;
    grid-template-columns: 20% 75%;
    grid-column-gap: 5%;
    margin: 1rem 0;
  }
  .section6__container .timeline__primaria .timeline__section > div:nth-child(1) {
    margin: 6rem 0 2rem;
  }
  .section6__container .timeline__primaria img {
    width: 45px;
  }
  .section6__container .timeline__primaria--title {
    font-size: 0.975rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section6__container .timeline__primaria .circle--lineas {
    width: 45px;
    height: 45px;
    font-size: 0.975rem;
  }
  .section6__container .circulos__secundaria .circle1 {
    width: 140px;
    height: 140px;
    left: 14%;
    top: 6%;
  }
  .section6__container .circulos__secundaria .circle2 {
    width: 70px;
    height: 70px;
    top: 45%;
    right: 25%;
  }
  .section6__container .circulos__secundaria .circle2 div {
    position: absolute;
    left: 110%;
    width: 100px;
  }
  .section6__container .circulos__secundaria .circle3 {
    width: 70px;
    height: 70px;
    top: -20px;
    left: 5%;
    margin-bottom: 100px;
  }
  .section6__container .circulos__secundaria .circle3 div {
    width: 100px;
  }
  .section6__container .circulos__secundaria .circle4 {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 30%;
    left: 28%;
  }
  .section6__container .circulos__secundaria .circle4 div {
    position: absolute;
    left: -150%;
    width: 70px;
    top: 15%;
  }
  .section6__container .circulos__secundaria .circle4 div p {
    text-align: right;
  }
  .section6__container .circulos__secundaria .circle5 {
    width: 110px;
    height: 110px;
    top: 25%;
    left: 18%;
  }
  .section6__container .circulos__secundaria .circle5 div {
    position: absolute;
    left: -160%;
    width: 70px;
  }
  .section6__container .circulos__secundaria .circle5 div p {
    text-align: right;
  }
  .section6__container .timeline__secundaria .timeline__section:nth-child(1)::before {
    height: 74%;
  }
  .section6__container .timeline__secundaria .timeline__section:nth-child(2)::before {
    height: 83%;
  }
  .section6__container .timeline__secundaria .timeline__section:nth-child(3)::before {
    height: 58%;
  }
  .section6__container .timeline__secundaria .timeline__section:nth-child(4)::before {
    height: 50%;
  }
  .section6__container .timeline__secundaria .timeline__section:nth-child(5)::before {
    height: 58%;
  }
  .section6__container .circulos__terciaria .circle1 {
    width: 140px;
    height: 140px;
    top: 15px;
    left: 10%;
  }
  .section6__container .circulos__terciaria .circle2 {
    width: 70px;
    height: 70px;
    top: 44%;
    right: 24%;
  }
  .section6__container .circulos__terciaria .circle2 div {
    width: 100px;
  }
  .section6__container .circulos__terciaria .circle3 {
    width: 130px;
    height: 130px;
    top: -20px;
    left: 10%;
  }
  .section6__container .circulos__terciaria .circle3 div {
    position: absolute;
    left: 0%;
    width: 70px;
    top: 105%;
  }
  .section6__container .circulos__terciaria .circle4 {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 13%;
    left: 20%;
  }
  .section6__container .circulos__terciaria .circle4 div {
    position: absolute;
    left: -150%;
    width: 70px;
    top: 15%;
  }
  .section6__container .circulos__terciaria .circle4 div p {
    text-align: right;
  }
  .section6__container .circulos__terciaria .circle5 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 22%;
    left: 15%;
    padding: 0 5%;
  }
  .section6__container .circulos__terciaria .circle5 div {
    position: absolute;
    left: -160%;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .section6 {
    padding: 0 0 0 10%;
    background-color: #fff;
  }

  .section6__container {
    display: none;
    background-color: #fff;
  }

  .section6__container--desk {
    display: -ms-grid;
    display: grid;
    background-color: #fff;
    -ms-grid-columns: 8% 52% 40%;
    grid-template-columns: 8% 52% 40%;
  }

  #rectangleTop {
    display: block;
    position: sticky;
    top: 0;
    width: 110%;
    height: 200px;
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #def4c9), color-stop(10%, #fff));
    background: linear-gradient(90deg, #def4c9 90%, #fff 10%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0;
    z-index: 200;
    margin-left: -10.8%;
    background-color: transparent;
  }

  #rectangleBottom {
    display: block;
    position: sticky;
    width: 110%;
    height: 200px;
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #def4c9), color-stop(10%, #fff));
    background: linear-gradient(90deg, #def4c9 90%, #fff 10%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: calc(100% - 100px);
    margin-left: -10.8%;
    z-index: 200;
  }

  .section6D {
    min-height: 500px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section6D__timeline {
    height: 800px;
    width: 100px;
    padding: 5rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section6D__timeline .diagrama-prevencion-materia {
    position: relative;
    width: 150px;
    left: -25%;
    top: 0;
    max-width: unset;
    margin-bottom: 2rem;
  }
  .section6D__timeline .timeline-half1 {
    position: absolute;
    width: 100%;
    height: 18%;
    /* as the half of the width */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 35%;
    left: -35%;
  }
  .section6D__timeline .timeline-half2 {
    position: absolute;
    width: 138%;
    height: 34%;
    /* as the half of the width */
    border-top-left-radius: 6000px;
    border-bottom-left-radius: 6000px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 35%;
    left: -80%;
    z-index: 0;
  }
  .section6D__timeline .timeline-half3 {
    position: absolute;
    width: 190%;
    height: 50%;
    /* as the half of the width */
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 35%;
    left: -120%;
  }
  .section6D__timeline::before {
    content: "";
    width: 1px;
    border-left: 1px dashed #212121;
    position: absolute;
    height: 50%;
    top: 30%;
  }
  .section6D__timeline > div {
    z-index: 10;
  }
  .section6D__timeline--circle0 {
    background-color: #94bf77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 2rem;
  }
  .section6D__timeline--circle0 img {
    width: 55%;
  }
  .section6D__timeline--circle {
    margin: 3rem 0 2rem;
    background-color: #fff;
    font-family: "Ag-Super", sans-serif;
    font-weight: 500;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section6D__timeline--circle1:hover:hover {
    background-color: #def4c9;
  }
  .section6D__timeline--circle2:hover:hover {
    background-color: #cceacf;
  }
  .section6D__timeline--circle3:hover:hover {
    background-color: #cde8de;
  }
  .section6D__timeline > img {
    width: 250%;
    background-color: #fff;
    z-index: 20;
  }
  .section6D__content {
    height: 100vh;
    padding: 5rem 3rem 2rem;
    position: sticky;
    top: 5%;
  }
  .section6D__content--title {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-color: #fff;
  }
  .section6D__content .circulos3 {
    margin: 0 auto;
    width: 420px;
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: safe;
        -ms-flex-pack: safe;
            justify-content: safe;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 10%;
  }
  .section6D__content .circulos3 a {
    color: #212121;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    position: relative;
    text-align: center;
    background-color: #f3f0ec;
  }
  .section6D__content .circulos3 a p {
    font-size: 0.81rem;
  }
  .section6D__content .circulos3 a p:last-child {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
  }
  .section6D__content .circulos3 .gradienteprimaria {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left top, right top, from(rgb(220, 242, 200)), to(rgb(189, 212, 182)));
    background: linear-gradient(90deg, rgb(220, 242, 200) 0%, rgb(189, 212, 182) 100%);
  }
  .section6D__content .circulos3 .gradientesecundaria {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left top, right top, from(#cbe9ce), to(#a4c5ac));
    background: linear-gradient(90deg, #cbe9ce 0%, #a4c5ac 100%);
  }
  .section6D__content .circulos3 .gradienteterciaria {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left top, right top, from(#cce8dd), to(#9fc3af));
    background: linear-gradient(90deg, #cce8dd 0%, #9fc3af 100%);
  }
  .section6D__content .circulos__primaria {
    position: relative;
    left: -20px;
  }
  .section6D__content .circulos__primaria .circle0 {
    background-color: #212121;
    width: 160px;
    height: 160px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__primaria .circle1 {
    width: 110px;
    height: 110px;
    top: 15px;
    left: 35px;
  }
  .section6D__content .circulos__primaria .circle2 {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 30%;
    right: 0%;
    padding: 0 5%;
  }
  .section6D__content .circulos__primaria .circle3 {
    width: 90px;
    height: 90px;
    top: -10px;
    left: 2%;
  }
  .section6D__content .circulos__primaria .circle4 {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 43%;
    left: 26%;
  }
  .section6D__content .circulos__primaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__primaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__primaria .circle5 {
    width: 135px;
    height: 135px;
    background-color: #f3f0ec;
    position: absolute;
    top: 18%;
    left: 2%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria {
    display: none;
  }
  .section6D__content .circulos__secundaria .circle0 {
    background-color: #212121;
    width: 160px;
    height: 160px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__secundaria .circle1 {
    width: 130px;
    height: 130px;
    top: 15px;
    left: 35px;
  }
  .section6D__content .circulos__secundaria .circle2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 22%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__secundaria .circle3 {
    width: 60px;
    height: 60px;
    top: -10px;
    left: 10%;
  }
  .section6D__content .circulos__secundaria .circle3 div {
    position: absolute;
    top: 105%;
  }
  .section6D__content .circulos__secundaria .circle4 {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 35%;
    left: 28%;
  }
  .section6D__content .circulos__secundaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__secundaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__secundaria .circle5 {
    width: 110px;
    height: 110px;
    background-color: #f3f0ec;
    position: absolute;
    top: 22%;
    left: 8%;
  }
  .section6D__content .circulos__terciaria {
    display: none;
  }
  .section6D__content .circulos__terciaria .circle0 {
    background-color: #212121;
    width: 160px;
    height: 160px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__terciaria .circle1 {
    width: 125px;
    height: 125px;
    top: 15px;
    left: 35px;
  }
  .section6D__content .circulos__terciaria .circle2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35%;
    right: 18%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__terciaria .circle3 {
    width: 125px;
    height: 125px;
    top: -20px;
    left: 15%;
  }
  .section6D__content .circulos__terciaria .circle4 {
    width: 125px;
    height: 125px;
    position: absolute;
    bottom: 27%;
    left: 12%;
  }
  .section6D__content .circulos__terciaria .circle5 {
    width: 125px;
    height: 125px;
    background-color: #f3f0ec;
    position: absolute;
    top: 18%;
    left: 5%;
    padding: 0 5%;
  }
  .section6D__propuestas {
    padding: 0;
    position: relative;
  }
  .section6D__propuestas--primaria {
    position: relative;
  }
  .section6D__propuestas .section6D__propuestas--colorprimaria .propuestasD__content--circle {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 242, 200)), to(rgb(189, 212, 182)));
    background: linear-gradient(0deg, rgb(220, 242, 200) 0%, rgb(189, 212, 182) 100%);
  }
  .section6D__propuestas .section6D__propuestas--colorsecundaria .propuestasD__content--circle {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left top, right top, from(#cbe9ce), to(#a4c5ac));
    background: linear-gradient(90deg, #cbe9ce 0%, #a4c5ac 100%);
  }
  .section6D__propuestas .section6D__propuestas--colorterciaria .propuestasD__content--circle {
    background: rgb(220, 242, 200);
    background: -webkit-gradient(linear, left top, right top, from(#cce8dd), to(#9fc3af));
    background: linear-gradient(90deg, #cce8dd 0%, #9fc3af 100%);
  }
  .section6D__propuestas > div {
    padding-left: 1.5rem;
    margin-top: 10vh 0;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 110vh;
  }
  .section6D__propuestas > div:nth-child(3) {
    padding-top: 200px;
    height: 90vh;
  }
  .section6D__propuestas > div:nth-child(8) {
    padding-top: 220px;
    margin-top: 15vh;
    height: 90vh;
  }
  .section6D__propuestas > div:nth-child(12) {
    margin-top: 15vh;
    height: 90vh;
  }
  .section6D__propuestas > div:nth-child(13) {
    padding-top: 240px;
    margin-top: 15vh;
    height: 90vh;
  }
  .section6D__propuestas > div .propuestasD__content {
    padding: 0 1rem;
  }
  .section6D__propuestas > div .propuestasD__content img {
    width: 40px;
    z-index: 2000;
    margin-bottom: 1rem;
  }
  .section6D__propuestas > div .propuestasD__content--title {
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .section6D__propuestas > div .propuestasD__content--circle {
    position: absolute;
    left: -25px;
    border: 1px solid #212121;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    font-weight: 500;
    margin-right: 1rem;
  }
  .section6D__propuestas > div .propuestasD__content--ul {
    list-style: none;
    list-style-type: none;
  }
  .section6D__propuestas > div .propuestasD__content--ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2rem;
  }
  .section6D__propuestas .section6D__uniforme {
    background-color: pink;
  }
}
@media (min-width: 1200px) {
  .section6D__content .circulos3 a p {
    font-size: 0.91rem;
  }
  .section6D__content .circulos__primaria .circle0 {
    width: 190px;
    height: 190px;
    font-size: 0.975rem;
  }
  .section6D__content .circulos__primaria .circle1 {
    width: 140px;
    height: 140px;
    top: 20px;
    left: 45px;
  }
  .section6D__content .circulos__primaria .circle2 {
    width: 210px;
    height: 210px;
    position: absolute;
    top: 35%;
    right: unset;
    left: 65%;
    padding: 0 5%;
  }
  .section6D__content .circulos__primaria .circle3 {
    width: 120px;
    height: 120px;
    top: -10px;
    left: 2%;
  }
  .section6D__content .circulos__primaria .circle4 {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 30%;
    left: 20%;
  }
  .section6D__content .circulos__primaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__primaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__primaria .circle5 {
    width: 175px;
    height: 175px;
    background-color: #f3f0ec;
    position: absolute;
    top: 17%;
    left: -7%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria {
    display: none;
  }
  .section6D__content .circulos__secundaria .circle0 {
    width: 190px;
    height: 190px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__secundaria .circle1 {
    width: 130px;
    height: 130px;
    top: 15px;
    left: 35px;
  }
  .section6D__content .circulos__secundaria .circle2 {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 40%;
    right: 12%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__secundaria .circle3 {
    width: 75px;
    height: 75px;
    top: -20px;
    left: 12%;
  }
  .section6D__content .circulos__secundaria .circle3 div {
    position: absolute;
    top: 105%;
  }
  .section6D__content .circulos__secundaria .circle4 {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 28%;
    left: 22%;
  }
  .section6D__content .circulos__secundaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__secundaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__secundaria .circle5 {
    width: 140px;
    height: 140px;
    background-color: #f3f0ec;
    position: absolute;
    top: 20%;
    left: 0%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria {
    display: none;
  }
  .section6D__content .circulos__terciaria .circle0 {
    background-color: #212121;
    width: 190px;
    height: 190px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__terciaria .circle1 {
    width: 155px;
    height: 155px;
    top: 15px;
    left: 10%;
  }
  .section6D__content .circulos__terciaria .circle2 {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 45%;
    right: 12%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__terciaria .circle3 {
    width: 145px;
    height: 145px;
    top: -20px;
    left: 15%;
  }
  .section6D__content .circulos__terciaria .circle4 {
    width: 145px;
    height: 145px;
    position: absolute;
    bottom: 14%;
    left: 5%;
  }
  .section6D__content .circulos__terciaria .circle5 {
    width: 145px;
    height: 145px;
    background-color: #f3f0ec;
    position: absolute;
    top: 22%;
    left: -1%;
    padding: 0 5%;
  }
  .section6D__timeline {
    padding: 0;
    top: 0;
    margin-top: 0;
  }
  .section6D__timeline::before {
    content: "";
    width: 1px;
    border-left: 1px dashed #212121;
    position: absolute;
    height: 50%;
    top: 35%;
  }
  .section6D__timeline .diagrama-prevencion-materia {
    position: relative;
    width: 150px;
    left: -25%;
    top: 0;
    max-width: unset;
    margin-bottom: 2rem;
  }
  .section6D__timeline .timeline-half1 {
    top: 32%;
    left: -35%;
  }
  .section6D__timeline .timeline-half2 {
    top: 32%;
    left: -80%;
  }
  .section6D__timeline .timeline-half3 {
    top: 32%;
  }
}
@media (min-width: 1400px) {
  .section6D__timeline {
    top: 10%;
  }
  .section6D__timeline .diagrama-prevencion-materia {
    width: 200px;
    margin-bottom: 4rem;
    left: 0;
  }
  .section6D__timeline .timeline-half1 {
    top: 36%;
    left: -35%;
  }
  .section6D__timeline .timeline-half2 {
    top: 36%;
    left: -80%;
  }
  .section6D__timeline .timeline-half3 {
    top: 36%;
  }
  .section6D__content {
    top: 8%;
  }
  .section6D__content--title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    width: 550px;
  }
  .section6D__content .circulos3 a p {
    font-size: 0.975rem;
  }
  .section6D__content .circulos__primaria .circle0 {
    width: 200px;
    height: 200px;
    font-size: 0.975rem;
  }
  .section6D__content .circulos__primaria .circle1 {
    width: 160px;
    height: 160px;
    top: 15px;
    left: 65px;
  }
  .section6D__content .circulos__primaria .circle2 {
    width: 230px;
    height: 230px;
    position: absolute;
    top: 35%;
    right: unset;
    left: 70%;
    padding: 0 5%;
  }
  .section6D__content .circulos__primaria .circle3 {
    width: 120px;
    height: 120px;
    top: -10px;
    left: 8%;
  }
  .section6D__content .circulos__primaria .circle4 {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 20%;
    left: 17%;
  }
  .section6D__content .circulos__primaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__primaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__primaria .circle5 {
    width: 185px;
    height: 185px;
    background-color: #f3f0ec;
    position: absolute;
    top: 15%;
    left: -10%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria {
    display: none;
  }
  .section6D__content .circulos__secundaria .circle0 {
    width: 200px;
    height: 200px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__secundaria .circle1 {
    width: 150px;
    height: 150px;
    top: 5%;
    left: 75px;
  }
  .section6D__content .circulos__secundaria .circle2 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48%;
    right: 10%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__secundaria .circle3 {
    width: 80px;
    height: 80px;
    top: -20px;
    left: 12%;
  }
  .section6D__content .circulos__secundaria .circle3 div {
    position: absolute;
    top: 105%;
  }
  .section6D__content .circulos__secundaria .circle4 {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 20%;
    left: 21%;
  }
  .section6D__content .circulos__secundaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__secundaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__secundaria .circle5 {
    width: 135px;
    height: 135px;
    background-color: #f3f0ec;
    position: absolute;
    top: 25%;
    left: 0%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria {
    display: none;
  }
  .section6D__content .circulos__terciaria .circle0 {
    background-color: #212121;
    width: 200px;
    height: 200px;
    color: #fff;
    z-index: 10;
    font-size: 0.785rem;
    text-transform: uppercase;
    font-family: "Ag-Super", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section6D__content .circulos__terciaria .circle1 {
    width: 145px;
    height: 145px;
    top: 15px;
    left: 35px;
  }
  .section6D__content .circulos__terciaria .circle2 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    right: 10%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__terciaria .circle3 {
    width: 145px;
    height: 145px;
    top: -20px;
    left: 14%;
  }
  .section6D__content .circulos__terciaria .circle4 {
    width: 145px;
    height: 145px;
    position: absolute;
    bottom: 14%;
    left: 4%;
  }
  .section6D__content .circulos__terciaria .circle5 {
    width: 145px;
    height: 145px;
    background-color: #f3f0ec;
    position: absolute;
    top: 20%;
    left: -2%;
    padding: 0 5%;
  }
}
@media (min-width: 1600px) {
  .section6D__timeline {
    height: 900px;
    width: 140px;
    top: 4%;
  }
  .section6D__timeline .timeline-half1 {
    position: absolute;
    width: 100%;
    height: 18%;
    /* as the half of the width */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 36%;
    left: -35%;
  }
  .section6D__timeline .timeline-half2 {
    position: absolute;
    width: 138%;
    height: 34%;
    /* as the half of the width */
    border-top-left-radius: 6000px;
    border-bottom-left-radius: 6000px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 36%;
    left: -80%;
    z-index: 0;
  }
  .section6D__timeline .timeline-half3 {
    position: absolute;
    width: 190%;
    height: 50%;
    /* as the half of the width */
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border: 2px solid #212121;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 36%;
    left: -120%;
  }
  .section6D__timeline--circle0 {
    background-color: #94bf77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
  }
  .section6D__timeline--circle0 img {
    width: 45%;
  }
  .section6D__timeline--circle {
    width: 60px;
    height: 60px;
  }
  .section6D__timeline > img {
    position: relative;
    top: 6.5%;
  }
  .section6D__content {
    top: 5%;
  }
  .section6D__content--title {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    width: 600px;
  }
  .section6D__content .circulos3 {
    margin-top: 0;
  }
  .section6D__content .circulos3 a p {
    font-size: 1rem;
  }
  .section6D__content .circulos__primaria {
    width: 25vw;
    height: 32vw;
  }
  .section6D__content .circulos__primaria .circle0 {
    width: 13vw;
    height: 13vw;
    font-size: 1.2rem;
    padding: 0 5%;
  }
  .section6D__content .circulos__primaria .circle1 {
    width: 9.5vw;
    height: 9.5vw;
    top: 1.5vw;
    left: 3vw;
  }
  .section6D__content .circulos__primaria .circle2 {
    width: 15.5vw;
    height: 15.5vw;
    position: absolute;
    top: 35%;
    right: unset;
    left: 70%;
    padding: 0 5%;
  }
  .section6D__content .circulos__primaria .circle3 {
    width: 7.5vw;
    height: 7.5vw;
    top: -1vw;
    left: 1vw;
  }
  .section6D__content .circulos__primaria .circle4 {
    width: 4.5vw;
    height: 4.5vw;
    position: absolute;
    bottom: 7.5vw;
    left: 4vw;
  }
  .section6D__content .circulos__primaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__primaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__primaria .circle5 {
    width: 12vw;
    height: 12vw;
    background-color: #f3f0ec;
    position: absolute;
    top: 5vw;
    left: -4vw;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria {
    height: 32vw;
    width: 25vw;
  }
  .section6D__content .circulos__secundaria .circle0 {
    width: 13vw;
    height: 13vw;
    font-size: 1.2rem;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria .circle1 {
    width: 8.5vw;
    height: 8.5vw;
    top: 5%;
    left: 75px;
  }
  .section6D__content .circulos__secundaria .circle2 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 45%;
    right: 11%;
    padding: 0 5%;
  }
  .section6D__content .circulos__secundaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__secundaria .circle3 {
    width: 4vw;
    height: 4vw;
    top: -20px;
    left: 12%;
  }
  .section6D__content .circulos__secundaria .circle3 div {
    position: absolute;
    top: 105%;
  }
  .section6D__content .circulos__secundaria .circle4 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    bottom: 27%;
    left: 21%;
  }
  .section6D__content .circulos__secundaria .circle4 div {
    position: absolute;
    right: 110%;
  }
  .section6D__content .circulos__secundaria .circle4 div p {
    text-align: right;
  }
  .section6D__content .circulos__secundaria .circle5 {
    width: 7.5vw;
    height: 7.5vw;
    background-color: #f3f0ec;
    position: absolute;
    top: 22%;
    left: 0%;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria {
    display: none;
    height: 32vw;
    width: 25vw;
  }
  .section6D__content .circulos__terciaria .circle0 {
    background-color: #212121;
    width: 13vw;
    height: 13vw;
    font-size: 1.2rem;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria .circle1 {
    width: 8vw;
    height: 8vw;
    top: 1vw;
    left: 2vw;
  }
  .section6D__content .circulos__terciaria .circle2 {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 12vw;
    right: 2.5vw;
    padding: 0 5%;
  }
  .section6D__content .circulos__terciaria .circle2 div {
    position: absolute;
    left: 105%;
    text-align: left;
  }
  .section6D__content .circulos__terciaria .circle3 {
    width: 8vw;
    height: 8vw;
    top: -1.5vw;
    left: 4vw;
  }
  .section6D__content .circulos__terciaria .circle4 {
    width: 8vw;
    height: 8vw;
    position: absolute;
    bottom: 7vw;
    left: 1vw;
  }
  .section6D__content .circulos__terciaria .circle5 {
    width: 8vw;
    height: 8vw;
    background-color: #f3f0ec;
    position: absolute;
    top: 5.5vw;
    left: 0vw;
    padding: 0 5%;
  }
  .section6D__propuestas > div {
    padding-left: 2rem;
  }
  .section6D__propuestas > div .propuestasD__content {
    padding: 0 1.5rem;
  }
  .section6D__propuestas > div .propuestasD__content img {
    width: 60px;
    margin-bottom: 1.5rem;
  }
  .section6D__propuestas > div .propuestasD__content--title {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    margin-right: 25%;
  }
  .section6D__propuestas > div .propuestasD__content--circle {
    position: absolute;
    left: -25px;
    border: 1px solid #212121;
    width: 55px;
    height: 55px;
  }
  .section6D__propuestas > div .propuestasD__content--ul {
    list-style: none;
    list-style-type: none;
  }
  .section6D__propuestas > div .propuestasD__content--ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem;
    padding-right: 20%;
  }
  .section6D__propuestas > div .propuestasD__content--ul li p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .section6D__propuestas .section6D__uniforme {
    background-color: pink;
  }
}
.section7D__desk {
  display: none;
}

.section7 {
  background-color: #a6c989;
}
.section7__mob {
  padding: 10% 10%;
}
.section7__content {
  padding: 5% 0;
}
.section7__content--like {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -35px;
}
.section7__content--like img {
  width: 45%;
}
.section7__content--outline {
  border: 1px solid;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 32px;
}
.section7__content--circulo {
  background-color: #212121;
  border-radius: 50%;
  height: 85%;
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Ag-Super", sans-serif;
  font-weight: 500;
}
@-webkit-keyframes boton-twingle-c {
  0%, 12%, 21%, 31%, 35%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  9%, 19%, 29% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  13%, 23%, 33% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
}
@keyframes boton-twingle-c {
  0%, 12%, 21%, 31%, 35%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  9%, 19%, 29% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  13%, 23%, 33% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
}
.section7__content--num {
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Ag-Bold", sans-serif;
  font-weight: 100;
  -webkit-animation: boton-twingle-c 2s ease 5s infinite;
          animation: boton-twingle-c 2s ease 5s infinite;
}
.section7__content--num::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid;
  background-color: #b2ea7d;
}
.section7__content--num:nth-child(2) {
  left: -25px;
  top: 76%;
}
.section7__content--num:nth-child(2)::after {
  top: 2px;
  right: 0;
}
.section7__content--num:nth-child(3) {
  left: calc(50% - 25px);
  top: 100%;
}
.section7__content--num:nth-child(3)::after {
  top: -6px;
  left: calc(50% - 5px);
}
.section7__content--num:nth-child(4) {
  left: 88%;
  top: 76%;
}
.section7__content--num:nth-child(4)::after {
  top: 2px;
  left: 0;
}
.section7__content--num:hover {
  background-color: #b2ea7d;
}
.section7__content--num:hover::after {
  background-color: #fff;
}
.section7__content--textos {
  margin-top: 5rem;
  padding: 0 5%;
}
.section7__content--textos p {
  text-align: center;
  font-size: 0.81rem;
}
.section7__content--textos p span {
  background-color: #b2ea7d;
  padding: 0 2px;
  font-family: "Ag-Bold", sans-serif;
  font-weight: 100;
}
.section7__content--textos .section7__p2 {
  display: none;
}
.section7__content--textos .section7__p3 {
  display: none;
}

@media (min-width: 768px) {
  .section7__content--title {
    padding: 0 20%;
  }
  .section7__content--like {
    width: 80px;
    height: 80px;
    top: -45px;
  }
  .section7__content--like img {
    width: 40%;
  }
  .section7__content--outline {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-top: 42px;
  }
  .section7__content--circulo {
    font-size: 1.2rem;
  }
  .section7__content--num {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
  .section7__content--num::after {
    width: 14px;
    height: 14px;
  }
  .section7__content--num:nth-child(3) {
    left: calc(50% - 25px);
    top: 100%;
  }
  .section7__content--num:nth-child(3)::after {
    left: calc(50% - 6px);
  }
  .section7__content--textos {
    margin-top: 6rem;
    padding: 0 20%;
  }
  .section7__content--textos p {
    text-align: center;
    font-size: 0.975rem;
    line-height: 1.4;
  }
  .section7__content--textos p span {
    padding: 0 4px;
  }
  .section7__content--textos .section7__p2 {
    display: none;
  }
  .section7__content--textos .section7__p3 {
    display: none;
  }
}
@media (min-width: 992px) {
  .section7__mob {
    display: none;
  }

  .section7D__desk {
    padding: 10% 10%;
    display: block;
  }
  .section7D__desk--title {
    text-align: left;
    width: 50%;
    font-size: 1.2rem;
  }
  .section7D__content {
    margin-top: 2rem;
    width: 900px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section7D__content--circulo {
    background-color: #212121;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-family: "Ag-Bold", sans-serif;
    position: relative;
  }
  .section7D__content--like {
    position: absolute;
    background-color: #fff;
    width: 80px;
    height: 80px;
    left: calc(100% - 10px);
    top: calc(50% - 40px);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section7D__content--like img {
    width: 45%;
  }
  .section7D__content .linea--like {
    width: 243px;
    height: 2px;
    background-color: #212121;
    position: absolute;
    left: calc(100% + 70px);
  }
  .section7D__content .half-circle {
    position: absolute;
    width: 200px;
    height: 320px;
    /* as the half of the width */
    border-top-left-radius: 180px;
    /* 100px of height + 10px of border */
    border-bottom-left-radius: 180px;
    /* 100px of height + 10px of border */
    border: 2px solid #212121;
    border-right: 0;
    left: calc(100% + 112px);
  }
  .section7D__content--num {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    border: 2px solid;
    position: relative;
  }
  .section7D__content--num::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #b2ea7d;
    border-radius: 50%;
    position: absolute;
    border: #212121 2px solid;
    left: -8px;
    top: calc(50% - 6px);
  }
  .section7D__content--textos > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 2rem 1fr;
    -ms-grid-columns: min-content 2rem 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin: 3rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section7D__content--textos p {
    font-size: 0.91rem;
    line-height: 1.4;
  }
  .section7D__content--textos p strong {
    font-family: "Ag-Bold", sans-serif;
    font-weight: 100;
  }
  .section7D__content--textos .section7__p2 {
    display: none;
  }
  .section7D__content--textos .section7__p3 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .section7D__desk--title {
    font-size: 1.3rem;
  }
  .section7D__content {
    width: 1000px;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .section7D__content .linea--like {
    width: 300px;
    height: 2px;
    background-color: #212121;
    position: absolute;
    left: calc(100% + 70px);
  }
  .section7D__content .half-circle {
    position: absolute;
    width: 200px;
    height: 340px;
    border-top-left-radius: 200px;
    /* 100px of height + 10px of border */
    border-bottom-left-radius: 200px;
    /* 100px of height + 10px of border */
    left: calc(100% + 170px);
  }
  .section7D__content--textos p {
    font-size: 0.975rem;
  }
}
@media (min-width: 1400px) {
  .section7D__desk {
    padding: 10% 15%;
  }
  .section7D__desk--title {
    font-size: 1.8rem;
    width: 550px;
    margin-left: 4rem;
  }
  .section7D__content {
    padding: 0;
    width: 1100px;
    height: 800px;
  }
  .section7D__content--circulo {
    width: 300px;
    height: 300px;
    font-size: 1.1rem;
  }
  .section7D__content .linea--like {
    width: 330px;
    height: 3px;
  }
  .section7D__content .half-circle {
    position: absolute;
    width: 220px;
    height: 425px;
    border-top-left-radius: 300px;
    /* 100px of height + 10px of border */
    border-bottom-left-radius: 300px;
    /* 100px of height + 10px of border */
    left: 450px;
    border-width: 3px;
  }
  .section7D__content--num {
    border-width: 3px;
  }
  .section7D__content--textos > div {
    margin: 7rem 0;
  }
  .section7D__content--textos p {
    width: 350px;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .section7D__desk {
    padding: 10% 15%;
  }
  .section7D__desk--title {
    font-size: 1.8rem;
    width: 550px;
    margin-left: 4rem;
  }
  .section7D__content {
    padding: 0;
    width: 1200px;
    margin-top: 0;
  }
  .section7D__content--circulo {
    width: 300px;
    height: 300px;
    font-size: 1.2rem;
    padding: 0 5%;
  }
  .section7D__content--like {
    width: 80px;
    height: 80px;
    left: calc(100% - 20px);
    top: calc(50% - 40px);
  }
  .section7D__content .linea--like {
    width: 400px;
    height: 3px;
  }
  .section7D__content .half-circle {
    position: absolute;
    width: 220px;
    height: 405px;
    border-top-left-radius: 300px;
    /* 100px of height + 10px of border */
    border-bottom-left-radius: 300px;
    /* 100px of height + 10px of border */
    left: 550px;
    border-width: 3px;
  }
  .section7D__content--num {
    border-width: 3px;
  }
  .section7D__content--textos > div {
    margin: 7rem 0;
  }
  .section7D__content--textos p {
    width: 400px;
    font-size: 1rem;
  }
}
.cardNorte:hover {
  background-color: #d0d2dd;
}

.cardSur:hover {
  background-color: #b6d8a3;
}

.cardCentro:hover {
  background-color: #b5cee5;
}

.section8 {
  background-color: #f3f0ec;
  padding: 10% 0;
}
.section8 #scene {
  display: none;
}
.section8 .mapa-historias {
  width: 70%;
  margin: 2rem auto;
  display: block;
}
.section8 .section8__zonaTodas {
  display: none;
}
.section8__title {
  font-size: 1.2rem;
  font-family: "Ag-Bold", sans-serif;
  text-transform: uppercase;
  margin-top: 3rem;
  padding-left: 10%;
  margin-bottom: 3rem;
}
.section8__zona {
  margin: 0 0;
  width: 100%;
  overflow-x: scroll;
}
@-webkit-keyframes gridNorte {
  0% {
    left: -50px;
  }
  20% {
    top: -50px;
    left: 90px;
  }
  50% {
    top: 10%;
  }
  70% {
    top: 20%;
    left: -105%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes gridNorte {
  0% {
    left: -50px;
  }
  20% {
    top: -50px;
    left: 90px;
  }
  50% {
    top: 10%;
  }
  70% {
    top: 20%;
    left: -105%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
.section8__zona .zona__card {
  cursor: pointer;
  border: 1px solid #212121;
  border-radius: 20px;
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
  background-color: #f3f0ec;
  justify-self: flex-start;
}
.section8__zona .zona__card img {
  width: 40px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.section8__zona .zona__card p {
  text-align: right;
  font-size: 0.81rem;
  font-style: italic;
  margin: 0;
  width: 100%;
  text-transform: lowercase;
}
.section8__zona .zona__card span {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ag-Super", sans-serif;
  text-transform: uppercase;
  font-size: 0.6rem;
  left: calc(100% - 30px);
}
.section8__zona .col--small {
  width: 210px;
}
.section8__zona .col--med {
  width: 180px;
}
.section8__zona .col--large {
  width: 230px;
}
.section8__zona .cardNorte span {
  background-color: #d0d2dd;
}
.section8__zona .cardCentro span {
  background-color: #b5cee5;
}
.section8__zona .cardSur span {
  background-color: #b6d8a3;
}
.section8__zonaNorte .section8__zona--grid {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 2rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
  -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content;
  grid-template-columns: repeat(8, -webkit-min-content);
  grid-template-columns: repeat(8, min-content);
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 2rem;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.section8__zonaNorte .section8__zona--grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.section8__zonaCentro .section8__zona--grid {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 2rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
  -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content;
  grid-template-columns: repeat(5, -webkit-min-content);
  grid-template-columns: repeat(5, min-content);
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 2rem;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.section8__zonaCentro .section8__zona--grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.section8__zonaSur .section8__zona--grid {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 2rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
  -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content;
  grid-template-columns: repeat(8, -webkit-min-content);
  grid-template-columns: repeat(8, min-content);
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 2rem;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.section8__zonaSur .section8__zona--grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.section8 .md-modal {
  margin: auto;
  position: fixed;
  height: 95%;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 1rem auto;
}
.section8 .md-show {
  visibility: visible;
}
.section8 .md-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.section8 .md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.section8 .md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section8 .md-show.md-effect-12 ~ .md-overlay {
  background-color: #f3f0ec;
}
.section8 .md-effect-12 .md-content h3,
.section8 .md-effect-12 .md-content {
  background: transparent;
}
.section8 .md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.section8 .historia {
  padding: 80px 5% 20px;
}
.section8 .historia__atras {
  width: 70px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.section8 .historia__atras img {
  width: 100%;
}
.section8 .historia__mapa {
  position: absolute;
  width: 45%;
  left: 30%;
}
.section8 .historia__cita {
  border: 1px solid #212121;
  border-radius: 12px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 60px;
  font-size: 0.875rem;
}
.section8 .historia__cita--comillas {
  position: absolute;
  width: 24px;
  top: 6px;
  left: 6px;
}
.section8 .historia__cita--span {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(100% - 12px);
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Ag-Super", sans-serif;
  text-transform: uppercase;
  font-family: 0.71rem;
}
.section8 .historia__cita--p {
  text-align: center;
}
.section8 .historia__texto {
  padding: 1rem 0;
  overflow-y: scroll;
  height: 42vh;
  margin-bottom: 2rem;
  font-size: 0.81rem;
}
.section8 .historia__texto pre {
  font-family: "Ag-Regular";
  font-size: 0.81rem;
  line-height: 1.3;
  white-space: pre;
  display: block;
}

@media (min-width: 768px) {
  .section8 {
    padding: 10%;
  }
  .section8__zona {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 1rem 0;
    width: 100%;
    overflow-x: scroll;
  }
  .section8__zona--grid {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 150vw;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    position: relative;
  }
  @-webkit-keyframes gridNorte {
    0% {
      left: -50px;
    }
    20% {
      top: -50px;
      left: 90px;
    }
    50% {
      top: 10%;
    }
    70% {
      top: 20%;
      left: -105%;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  @keyframes gridNorte {
    0% {
      left: -50px;
    }
    20% {
      top: -50px;
      left: 90px;
    }
    50% {
      top: 10%;
    }
    70% {
      top: 20%;
      left: -105%;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  .section8__zona .zona__card {
    border: 1px solid #212121;
    border-radius: 20px;
    padding: 0 0px;
    height: 120px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20%;
    background-color: #f3f0ec;
  }
  .section8__zona .zona__card .col--small {
    width: 205px;
  }
  .section8__zona .zona__card .col--med {
    width: 220px;
  }
  .section8__zona .zona__card .col--large {
    width: 240px;
  }
  .section8__zona .zona__card img {
    width: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .section8__zona .zona__card p {
    text-align: right;
    font-size: 0.91rem;
    font-style: italic;
    margin: 0;
    width: 100%;
  }
  .section8__zona .zona__card span {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem;
    left: calc(100% - 30px);
  }
  .section8 .md-modal {
    margin: auto;
    position: fixed;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 630px;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 1rem auto;
  }
  .section8 .md-show {
    visibility: visible;
  }
  .section8 .md-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .section8 .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
  }
  .section8 .md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section8 .md-show.md-effect-12 ~ .md-overlay {
    background-color: #f3f0ec;
  }
  .section8 .md-effect-12 .md-content h3,
.section8 .md-effect-12 .md-content {
    background: transparent;
  }
  .section8 .md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .section8 .historia {
    padding: 80px 5% 20px;
  }
  .section8 .historia__atras {
    width: 90px;
    border: none;
    background-color: transparent;
  }
  .section8 .historia__atras img {
    width: 100%;
  }
  .section8 .historia__mapa {
    position: absolute;
    width: 45%;
    left: 30%;
  }
  .section8 .historia__cita {
    border: 1px solid #212121;
    border-radius: 12px;
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1.5rem 0;
    margin-bottom: 90px;
    font-size: 0.875rem;
  }
  .section8 .historia__cita--comillas {
    position: absolute;
    width: 30px;
    top: 6px;
    left: 6px;
  }
  .section8 .historia__cita--span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: calc(100% - 16px);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-family: 0.71rem;
  }
  .section8 .historia__texto {
    padding: 1rem 0;
    overflow-y: scroll;
    height: 50vh;
    margin-bottom: 2rem;
  }
  .section8 .historia__texto p {
    font-size: 0.975rem;
    line-height: 1.3;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .section8 {
    padding: 5%;
    padding: 5% 0;
  }
  .section8 #scene, .section8 .mapa-historias {
    display: block;
  }
  .section8 .mapa-historias {
    width: 400px;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .section8 .section8__content--title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .section8__title {
    display: none;
  }
  .section8 .section8__zonaCentro, .section8 .section8__zonaSur, .section8 .section8__zonaNorte {
    display: none;
  }
  .section8 .section8__zonaTodas {
    display: block;
  }
  .section8__zona {
    padding: 0 5%;
    height: 70vh;
    margin: 0 0;
  }
  .section8__zona--grid {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    width: 150vw;
    overflow-x: scroll;
    position: relative;
  }
  @-webkit-keyframes gridNorte {
    0% {
      left: -50px;
    }
    20% {
      top: -50px;
      left: 90px;
    }
    50% {
      top: 10%;
    }
    70% {
      top: 20%;
      left: -15%;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  @keyframes gridNorte {
    0% {
      left: -50px;
    }
    20% {
      top: -50px;
      left: 90px;
    }
    50% {
      top: 10%;
    }
    70% {
      top: 20%;
      left: -15%;
    }
    100% {
      top: 0;
      left: 0;
    }
  }
  .section8 #scene {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .section8 .layer {
    pointer-events: none;
  }
  .section8 .layer .zona__card {
    border: 1px solid #212121;
    border-radius: 12px;
    height: 140px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4rem;
    background-color: #f3f0ec;
    justify-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    cursor: pointer;
    margin-right: 3rem;
  }
  .section8 .layer .zona__card .col--small {
    width: 320px;
  }
  .section8 .layer .zona__card .col--med {
    width: 450px;
  }
  .section8 .layer .zona__card .col--large {
    width: 500px;
  }
  .section8 .layer .zona__card img {
    width: 50px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .section8 .layer .zona__card p {
    text-align: right;
    font-size: 1rem;
    font-style: italic;
    margin: 0;
    width: 100%;
    text-transform: lowercase;
  }
  .section8 .layer .zona__card span {
    width: 75px;
    height: 75px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-size: 0.91rem;
    left: calc(100% - 30px);
  }
  .section8 .layer .cardNorte:hover {
    background-color: #d0d2dd;
  }
  .section8 .layer .cardSur:hover {
    background-color: #b6d8a3;
  }
  .section8 .layer .cardCentro:hover {
    background-color: #b5cee5;
  }
  .section8 .col {
    display: inline-block;
    float: left;
    position: relative;
    width: 12.5%;
    pointer-events: all;
    overflow: initial;
    margin: 0 0 30px;
  }
  .section8 .layer.main {
    width: 150%;
    position: absolute;
    z-index: 1;
    padding: 20px;
    height: 100%;
  }
  .section8 .col {
    display: block;
    margin: 15px;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.37);
            box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.37);
  }
  .section8 .col a .hover {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: -15px;
    left: 15px;
    z-index: 1;
    color: white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78000000", endColorstr="#00000000", GradientType=1);
  }
  .section8 .col a .hover:after {
    content: "";
    position: absolut;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(235, 116, 152);
    opacity: 0;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .section8 .col a .hover:hover:after {
    opacity: 0.85;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .section8 .align-bottom {
    position: absolute;
    width: 100%;
    bottom: 0%;
    z-index: 2;
    padding: 15px 20px;
  }
  .section8 .bg-img {
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  .section8 .md-modal {
    margin: auto;
    position: fixed;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 1rem auto;
    width: 98%;
  }
  .section8 .md-show {
    visibility: visible;
  }
  .section8 .md-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .section8 .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
  }
  .section8 .md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section8 .md-show.md-effect-12 ~ .md-overlay {
    background-color: #f3f0ec;
  }
  .section8 .md-effect-12 .md-content h3,
.section8 .md-effect-12 .md-content {
    background: transparent;
  }
  .section8 .md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .section8 .historia {
    padding: 120px 5% 20px;
  }
  .section8 .historia__atras {
    width: 90px;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 8%;
  }
  .section8 .historia__atras img {
    width: 100%;
  }
  .section8 .historia__mapa {
    position: absolute;
    width: 200px;
    left: 80%;
    top: 15%;
  }
  .section8 .historia__cita {
    border: 1px solid #212121;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1.5rem 0;
    margin: 0 auto;
    width: 550px;
  }
  .section8 .historia__cita--comillas {
    position: absolute;
    width: 40px;
    top: calc(50% - 15px);
    left: 10px;
  }
  .section8 .historia__cita span {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(100% - 40px);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-family: 0.91rem;
  }
  .section8 .historia__cita p {
    font-size: 1.1rem;
  }
  .section8 .historia__texto {
    margin: 1rem 20%;
    padding: 0 1rem;
    overflow-y: scroll;
    height: 60vh;
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
  .section8 .historia__texto p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (min-width: 1400px) {
  .section8 {
    padding: 5% 0;
  }
  .section8 .mapa-historias {
    width: 450px;
    margin: 0 auto;
  }
  .section8__zona {
    height: 70vh;
  }
  .section8__zona--grid {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    width: 140vw;
    overflow-x: scroll;
    position: relative;
  }
  .section8 .layer {
    pointer-events: none;
  }
  .section8 .layer .zona__card {
    border: 1px solid #212121;
    border-radius: 12px;
    height: 160px !important;
    margin-right: 4rem;
  }
  .section8 .layer .zona__card .col--small {
    width: 320px;
  }
  .section8 .layer .zona__card .col--med {
    width: 450px;
  }
  .section8 .layer .zona__card .col--large {
    width: 500px;
  }
  .section8 .layer .zona__card img {
    width: 60px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .section8 .layer .zona__card p {
    text-align: right;
    font-size: 1rem;
    font-style: italic;
    margin: 0;
    width: 80%;
    text-transform: lowercase;
  }
  .section8 .layer .zona__card span {
    width: 80px;
    height: 80px;
  }
  .section8 .historia {
    padding: 120px 5% 20px;
  }
  .section8 .historia__atras {
    left: 18%;
  }
  .section8 .historia__atras img {
    width: 100%;
  }
  .section8 .historia__mapa {
    position: absolute;
    width: 250px;
    left: 80%;
    top: 0%;
  }
}
@media only screen and (max-width: 1200px) {
  .layer .col {
    width: 16.666%;
  }
}
@media only screen and (max-width: 650px) {
  .layer .col {
    width: 25%;
  }
}
@media (hover: none) and (pointer: coarse) and (min-width: 992px) {
  .section8 {
    background-color: #f3f0ec;
    padding: 10% 0;
  }
  .section8 #scene,
.section8 .mapa-historias {
    display: none;
  }
  .section8 .section8__zonaCentro,
.section8 .section8__zonaSur,
.section8 .section8__zonaNorte {
    display: block;
  }
  .section8 .section8__zonaTodas {
    display: none;
  }
  .section8__title {
    font-size: 1.2rem;
    font-family: "Ag-Bold", sans-serif;
    text-transform: uppercase;
    margin-top: 3rem;
    padding-left: 10%;
    display: block;
  }
  .section8__zona {
    margin: 0 0;
    width: 100%;
    overflow-x: scroll;
    height: 100%;
  }
  .section8__zona .zona__card {
    border: 1px solid #212121;
    border-radius: 20px;
    height: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3rem;
    background-color: #f3f0ec;
    justify-self: flex-start;
  }
  .section8__zona .zona__card img {
    width: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .section8__zona .zona__card p {
    text-align: right;
    font-size: 0.81rem;
    font-style: italic;
    margin: 0;
    width: 100%;
    text-transform: lowercase;
  }
  .section8__zona .zona__card span {
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem;
    left: calc(100% - 30px);
  }
  .section8__zona .col--small {
    width: 200px;
  }
  .section8__zona .col--med {
    width: 220px;
  }
  .section8__zona .col--large {
    width: 240px;
  }
  .section8__zonaNorte .section8__zona--grid {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
    -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content;
    grid-template-columns: repeat(8, -webkit-min-content);
    grid-template-columns: repeat(8, min-content);
    -ms-grid-rows: 1fr 2rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 2rem;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
  }
  .section8__zonaNorte .section8__zona--grid > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
  }
  .section8__zonaCentro .section8__zona--grid {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
    -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content;
    grid-template-columns: repeat(5, -webkit-min-content);
    grid-template-columns: repeat(5, min-content);
    -ms-grid-rows: 1fr 2rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 2rem;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .section8__zonaCentro .section8__zona--grid > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .section8__zonaSur .section8__zona--grid {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 2rem;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content 40px -webkit-min-content;
    -ms-grid-columns: min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content 40px min-content;
    grid-template-columns: repeat(8, -webkit-min-content);
    grid-template-columns: repeat(8, min-content);
    -ms-grid-rows: 1fr 2rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 2rem;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
  }
  .section8__zonaSur .section8__zona--grid > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
  }
  .section8 .md-modal {
    margin: auto;
    position: fixed;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 1rem auto;
  }
  .section8 .md-show {
    visibility: visible;
  }
  .section8 .md-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .section8 .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
  }
  .section8 .md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section8 .md-show.md-effect-12 ~ .md-overlay {
    background-color: #f3f0ec;
  }
  .section8 .md-effect-12 .md-content h3,
.section8 .md-effect-12 .md-content {
    background: transparent;
  }
  .section8 .md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .section8 .historia {
    padding: 80px 5% 20px;
  }
  .section8 .historia__atras {
    width: 70px;
    border: none;
    background-color: transparent;
  }
  .section8 .historia__atras img {
    width: 100%;
  }
  .section8 .historia__mapa {
    position: absolute;
    width: 45%;
    left: 30%;
  }
  .section8 .historia__cita {
    border: 1px solid #212121;
    border-radius: 12px;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1rem 0;
    margin-bottom: 60px;
    font-size: 0.875rem;
  }
  .section8 .historia__cita--comillas {
    position: absolute;
    width: 24px;
    top: 6px;
    left: 6px;
  }
  .section8 .historia__cita--span {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(100% - 12px);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Ag-Super", sans-serif;
    text-transform: uppercase;
    font-family: 0.71rem;
  }
  .section8 .historia__texto {
    padding: 1rem 0;
    overflow-y: scroll;
    height: 42vh;
    margin-bottom: 2rem;
  }
  .section8 .historia__texto p {
    font-size: 0.81rem;
    line-height: 1.3;
  }
}
.footer .footerdesk {
  display: none;
}
.footer__container {
  padding: 20% 5% 5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__container > div {
  -ms-grid-column-align: center;
      justify-self: center;
}
.footer__container > div > img {
  height: 70px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.footer__container > div .dato {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__container > div .dato img {
  width: 20px;
  margin-right: 16px;
}
.footer__container > div .dato #imgRedes {
  width: 50px;
  position: relative;
}
.footer__container > div .dato .predes {
  position: relative;
}
.footer__container > div .dato p {
  color: #fff;
  font-size: 0.71rem;
}
.footer > img {
  background-color: #f3f0ec;
  width: 100%;
  height: 100px;
  z-index: 200;
}

@media (min-width: 992px) {
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
  .footer .footermob {
    display: none;
  }
  .footer .footerdesk {
    display: block;
    height: 100%;
    background-image: url("../img/lineas-desk-3x.png");
    background-color: #f3f0ec;
    background-size: cover;
  }
  .footer .footer__container {
    padding-right: 10%;
  }
  .footer__container > div {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .footer__container > div > img {
    height: 90px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .footer__container > div .dato {
    margin: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__container > div .dato img {
    width: 24px;
    margin-right: 16px;
  }
  .footer__container > div .dato p {
    color: #fff;
    font-size: 1rem;
  }
}
body {
  background-color: #f3f0ec;
  height: 200vh;
  scroll-behavior: smooth;
  font-family: "Ag-Regular", sans-serif;
  color: #212121;
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

.pointer {
  display: none;
}

*,
::before,
::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

main {
  padding-top: 0;
  background-color: #212121;
  display: none;
}

.section__titulo, .section__subtitulo {
  font-family: "Ag-Medium", sans-serif;
}

.section__subtitulo {
  font-size: 1.2rem;
}

.p-amarillo {
  background-color: #f2c65a;
  padding: 0px 4px;
  color: #212121;
}

.myContainer {
  padding: 5% 8%;
}

p {
  font-family: "Ag-Regular", sans-serif;
}

.section__p--bold {
  font-family: "Ag-Bold", serif;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
  font-weight: 100;
}
.section__p--bold__a:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.quienesSomos__empresa--p__bold--a {
  color: #f3f0ec;
}

.upper {
  text-transform: uppercase;
}

.glitch {
  font-family: "AG-Super";
  font-weight: 100;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

::-moz-selection {
  background-color: #f2c65a;
  color: #212121;
}

::selection {
  background-color: #f2c65a;
  color: #212121;
}

@media (min-width: 576px) {
  .myContainer {
    padding: 5% 15%;
  }

  p {
    font-size: 0.91rem;
  }
}
@media (min-width: 768px) {
  .section__titulo {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.975rem;
  }

  .myContainer {
    padding: 5% 10%;
  }

  .section__subtitulo {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 0.91rem;
  }

  .pointer {
    position: absolute;
    height: 150px;
    top: 100px;
    width: 150px;
    left: 50%;
    pointer-events: none;
    z-index: 1000;
    display: block;
    -webkit-transition: all 30ms ease-in-out;
    transition: all 30ms ease-in-out;
    animation: cursor 5s ease-in-out infinite alternate-reverse;
  }

  @-webkit-keyframes cursor {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }

  @keyframes cursor {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  .pointer img {
    width: 100%;
  }

  .myContainer {
    padding: 10%;
  }
}
@media (min-width: 1200px) {
  .section__titulo {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .myContainer {
    padding: 10% 15%;
  }

  .section__titulo {
    font-size: 1.8rem;
  }
}