@charset "UTF-8";
.text-color-belisario {
  color: #85161C !important; }

.text-color-quetzalcoatl {
  color: #95D3BE !important; }

.text-color-sentimientos {
  color: #2A3172 !important; }

.text-color-lineage {
  color: #4F2971 !important; }

.text-color-oaxaca {
  color: #A4B79F !important; }

.bg-color-belisario {
  background-color: #85161C !important; }

.bg-color-quetzalcoatl {
  background-color: #95D3BE !important; }

.bg-color-sentimientos {
  background-color: #2A3172 !important; }

.bg-color-lineage {
  background-color: #4F2971 !important; }

.bg-color-oaxaca {
  background-color: #A4B79F !important; }

html:not(.old-sidebar) {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body:not(.old-sidebar) {
  font-family: 'NexaLight';
  color: #231F20;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2.56rem auto;
  grid-template-rows: 100%;
  background-color: #1A1A1A; }
  body:not(.old-sidebar) > .container {
    background-color: #FFF;
    grid-column: 2 / 3;
    overflow-y: auto; }
  body:not(.old-sidebar) .container.broad-margin {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 576px) {
      body:not(.old-sidebar) .container.broad-margin {
        padding-left: 30px;
        padding-right: 30px; } }
  body:not(.old-sidebar) > .main-content {
    background-color: #FFF;
    grid-column: 2 / 3;
    overflow-y: auto; }

@media (min-width: 576px) {
  body:not(.old-sidebar) {
    grid-template-columns: minmax(4.30912rem, auto) 507px; } }
@media (min-width: 768px) {
  body:not(.old-sidebar) {
    grid-template-columns: minmax(4.30912rem, auto) 699px; }
    body:not(.old-sidebar) > .container {
      max-width: 100%; } }
@media (min-width: 992px) {
  body:not(.old-sidebar) {
    grid-template-columns: 4.30912rem auto; }
    body:not(.old-sidebar) > .container {
      max-width: 100%; } }
@media (min-width: 1920px) {
  body:not(.old-sidebar) {
    grid-template-columns: 4.30912rem auto; }
    body:not(.old-sidebar) > .container {
      max-width: 100%; } }
@media (min-width: 2560px) {
  body:not(.old-sidebar) {
    grid-template-columns: 4.30912rem auto; }
    body:not(.old-sidebar) > .container {
      max-width: 100%; } }
body:not(.old-sidebar) #sidebar {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #1A1A1A;
  padding: 0;
  margin: 0;
  /** TODO: intentar haciendo todo el contenido horizontal y después rotar el UL, otra alternativa es modificar los <a> pues al rotar, su height impacta el pivote **/ }
  body:not(.old-sidebar) #sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
    width: 100%;
    max-height: fit-content;
    min-height: calc(100% - 2rem); }
    body:not(.old-sidebar) #sidebar ul li {
      display: block;
      position: relative;
      width: 100%;
      max-width: 2.56rem;
      font-size: 0.832rem;
      color: #FFF;
      margin-top: 0.5rem;
      padding: 0.7rem 0.35rem 0.5rem;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 160px; }
      body:not(.old-sidebar) #sidebar ul li a {
        display: flex;
        align-items: center;
        color: inherit;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        text-decoration: none;
        width: fit-content;
        height: calc(2.56rem - 0.7rem);
        position: absolute;
        bottom: 0;
        transform-origin: left top;
        transform: rotate(-90deg); }
        body:not(.old-sidebar) #sidebar ul li a:active, body:not(.old-sidebar) #sidebar ul li a:focus {
          font-family: NexaBold;
          font-weight: 600; }
      body:not(.old-sidebar) #sidebar ul li.f2 {
        flex-basis: 175px; }
        body:not(.old-sidebar) #sidebar ul li.f2 a {
          bottom: -20px; }
      body:not(.old-sidebar) #sidebar ul li.active {
        position: relative;
        /*&::after{
          content: '';
          display: block;
          height: 100%;
          max-height: 7rem;
          width: 3px;
          background-color: #FFF;
          position: absolute;
          bottom: 0;
          right: 0.5rem;
        }*/ }
        body:not(.old-sidebar) #sidebar ul li.active a {
          font-family: NexaBold;
          font-weight: 600;
          /*&::before {
            content: '';
            display: block;
            width: 0.45rem;
            height: 0.45rem;
            -webkit-border-radius: 0.45rem;
            border-radius: 0.45rem;
            background-color: #fff;
            position: absolute;
            margin-left: -0.8rem;
            margin-top: 0.35rem;
          }*/ }
      body:not(.old-sidebar) #sidebar ul li.home-link {
        flex: 0 0 60px;
        padding: 0.7rem 0;
        position: relative;
        font-family: Verdana; }
        body:not(.old-sidebar) #sidebar ul li.home-link a {
          display: block;
          width: 40px;
          height: auto;
          position: relative;
          transform-origin: unset;
          transform: unset;
          padding: 0;
          margin: auto;
          bottom: unset; }
          body:not(.old-sidebar) #sidebar ul li.home-link a img {
            display: block;
            width: 100%;
            height: auto; }
        body:not(.old-sidebar) #sidebar ul li.home-link.active a {
          padding: 0; }
          body:not(.old-sidebar) #sidebar ul li.home-link.active a::before {
            display: none; }
        body:not(.old-sidebar) #sidebar ul li.home-link.active::after {
          content: '';
          display: block;
          background-color: #FFF;
          position: absolute;
          height: 3px;
          max-height: 3px;
          width: 80%;
          bottom: 0;
          right: unset;
          left: 10%; }
  @media (min-width: 576px) {
    body:not(.old-sidebar) #sidebar ul li {
      max-width: 4.30912rem; }
      body:not(.old-sidebar) #sidebar ul li a {
        height: calc(4.30912rem - 0.7rem); } }
  @media (min-width: 768px) {
    body:not(.old-sidebar) #sidebar {
      display: block;
      grid-column: 1 / 2; } }
  @media (min-width: 992px) {
    body:not(.old-sidebar) #sidebar {
      padding-right: 1rem; } }

.galeria {
  overflow: hidden;
  position: relative; }
  .galeria .carusel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300%;
    display: flex;
    flex-wrap: nowrap; }
    .galeria .carusel article {
      height: 100%; }

.scroll-down {
  position: relative;
  width: 29.5px;
  height: 29.5px;
  background: url("../img/downOutter.png") no-repeat center;
  background-size: 100%; }
  .scroll-down img {
    width: 18.5px;
    height: auto;
    position: absolute;
    left: 5.5px;
    top: 2px;
    -webkit-animation: bouncing 1500ms infinite alternate both;
    animation: bouncing 1500ms infinite alternate both; }
  .scroll-down.sc-white {
    background-image: url("../img/whiteOutter.png"); }
  .scroll-down.sc-south img {
    transform: rotate(90deg);
    -webkit-animation: bouncing 1500ms infinite alternate;
    animation: bouncing 1500ms infinite alternate; }
  .scroll-down.sc-east img {
    transform: rotate(90deg);
    left: 2px;
    top: 5.5px;
    -webkit-animation: bouncing-sideways 1500ms infinite alternate both;
    animation: bouncing-sideways 1500ms infinite alternate both; }
  .scroll-down.sc-east-animated img {
    left: 2px;
    top: 5.5px;
    -webkit-animation: bouncing-sideways-rotatedEast 1500ms infinite alternate both;
    animation: bouncing-sideways-rotatedEast 1500ms infinite alternate both; }

.browser {
  width: 80%;
  max-height: 12rem;
  overflow-y: auto; }
  .browser .list {
    font-family: NexaLight;
    color: #231F20;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    .browser .list .item {
      font-size: 0.96rem;
      margin-bottom: 0.5rem; }
      .browser .list .item::before {
        content: '•';
        font-size: 2rem;
        vertical-align: middle;
        padding-right: 1rem;
        color: #808285;
        line-height: 1.5rem; }
      .browser .list .item a {
        text-decoration: none;
        color: inherit; }
      .browser .list .item.active::before {
        /*content: '◦';
        font-size: 1.75rem;*/
        text-shadow: 0 0 2px #808285;
        color: #FFF; }
      .browser .list .item.active a {
        color: inherit;
        font-family: NexaBold;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #808285; }

.bolas {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .bolas span {
    color: #231F20;
    font-size: 5rem;
    line-height: 1.75rem; }

a.rounded-pill {
  display: block;
  background-color: #FFF;
  color: #000;
  font-family: NexaLight;
  text-align: center;
  font-size: 0.704rem;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem 0.5rem;
  letter-spacing: 0.1rem;
  border: 1px solid #000; }
  a.rounded-pill.active, a.rounded-pill:active, a.rounded-pill:hover {
    background-color: #000 !important;
    border: 1px solid #000;
    color: #FFF;
    font-family: NexaBold;
    text-decoration: none; }
  @media (min-width: 576px) {
    a.rounded-pill {
      padding: 0.5rem 2.5rem 0.3rem; } }

#main-footer {
  padding-top: 3rem;
  margin-bottom: 1rem; }
  #main-footer .logos {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center; }
    #main-footer .logos .main {
      height: 3rem;
      width: auto; }
  #main-footer .followpug {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
    font-family: NexaBold;
    font-size: 1rem;
    color: #9D9D9C;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    #main-footer .followpug:active, #main-footer .followpug:hover {
      text-decoration: none; }
    @media (min-width: 576px) {
      #main-footer .followpug {
        font-size: 1.1rem;
        letter-spacing: 0.5rem; } }
  #main-footer hr.separator {
    background-color: transparent;
    border: 1px solid #231F20;
    height: 5px;
    border-right: none;
    border-left: none;
    margin-top: 0; }
  #main-footer .sociales {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0.5rem auto; }
    #main-footer .sociales a {
      width: 22px;
      height: auto; }
      #main-footer .sociales a img {
        width: 100%; }

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; } }
@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; } }
@-webkit-keyframes bouncing-sideways {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateY(50%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; } }
@keyframes bouncing-sideways {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; } }
@keyframes bouncing-sideways-rotatedEast {
  0% {
    -webkit-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  50% {
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateX(0%) rotate(-90deg);
    transform: translateX(0%) rotate(-90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
