<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 990px) {
  .videslide__nav {
    display: none; }
  .videslide iframe {
    height: 100vh !important;
    width: 100%;
    left: 0%;
    position: relative; }
  .vidbio p {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.3;
    word-wrap: break-word; }
  .menuinternas {
    position: fixed;
    padding: 5px 10px;
    background-color: black; }
    .menuinternas__button {
      width: 30px;
      height: 30px;
      top: 7px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #FF4040;
      position: absolute;
      left: -40px; }
    .menuinternas__navcont {
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      width: 0px;
      background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#100f0f));
      background: linear-gradient(#000000 0%, #100f0f 100%);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .menuinternas__nav {
      text-align: center; }
      .menuinternas__nav .sub-menu {
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        position: relative;
        border-radius: 0;
        margin-bottom: 5px; }
      .menuinternas__nav li a {
        padding-top: 12px;
        padding-bottom: 12px; }
    .menuinternas__bar {
      width: 18px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .menuinternas__bar:nth-of-type(2) {
        margin-top: 3px;
        margin-bottom: 3px; }
    .menuinternas__idioma {
      margin-top: 10px;
      margin-right: 0;
      margin-left: 0; }
    .menuinternas ul {
      width: 100%;
      display: block;
      overflow: hidden; }
    .menuinternas li {
      display: block;
      text-align: center;
      width: 100%;
      min-width: 150px; }
      .menuinternas li a {
        padding-left: 0; }
    .menuinternas.toggled .menuinternas__navcont {
      width: 200px;
      -webkit-box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.5);
              box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.5); }
    .menuinternas.toggled .menuinternas__bar:nth-of-type(1) {
      -webkit-transform: rotate(45deg) translateY(3px) translateX(3px);
              transform: rotate(45deg) translateY(3px) translateX(3px); }
    .menuinternas.toggled .menuinternas__bar:nth-of-type(2) {
      opacity: 0;
      height: 0; }
    .menuinternas.toggled .menuinternas__bar:nth-of-type(3) {
      -webkit-transform: rotate(-45deg) translateY(-3px) translateX(3px);
              transform: rotate(-45deg) translateY(-3px) translateX(3px); }
  .desarrollo__title {
    width: 100%;
    font-size: 1.3em; }
  .desarrollo {
    padding-right: 20px;
    padding-left: 20px; }
    .desarrollo p {
      font-size: 15px;
      margin-bottom: 10px;
      line-height: 1.3; }
  .slider__desc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    top: auto;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-top: 10px;
    padding: 20px; }
  .slider__item {
    height: 70vh; }
  .slider p:nth-of-type(1) {
    font-size: 18px; }
  .slider p:nth-of-type(2) {
    font-size: 20px; }
  .slider p:nth-of-type(3) {
    font-size: 16px;
    margin-bottom: 10px; }
  .slider__logojoy {
    width: 100px;
    bottom: 20px;
    right: 20px; }
  .slider,
  .amo,
  .desarrollo {
    padding-top: 44px; }
  .human {
    background-color: black;
    background-image: none; }
    .human__items {
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .human__items li {
        width: 60px;
        text-align: center; }
      .human__items img {
        width: 100%; }
      .human__items li {
        padding: 5px; }
      .human__items h2 {
        font-size: 12px;
        font-weight: normal; }
    .human p {
      padding: 0 10px;
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 5px; }
  .humaninfo p {
    font-size: 15px; }
  .art__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .scrpts__item {
    width: 33%; }
  .god {
    padding-top: 45px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .god__logo {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 10px;
      margin-top: 0; }
      .god__logo img {
        width: 100px; }
    .god__items {
      max-width: 70%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px auto; }
    .god li {
      margin-bottom: 10px; }
  .amo {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .amo .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 90%;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center; }
    .amo__desc, .amo__logo {
      width: 100%;
      margin-bottom: 20px;
      padding: 0; } }

@media (max-width: 767px) {
  .menuhome img {
    max-width: 90%; }
  .menuhome a {
    padding: 0 5px; }
  .scrpts__item {
    width: 50%;
    padding: 10px; }
  .scrpts__light.featherlight-inner figure {
    width: 70%; }
  .scrpts__light.featherlight-inner article {
    width: 70%;
    text-align: center;
    padding: 5px 0px; }
    .scrpts__light.featherlight-inner article h2 {
      font-size: 1em;
      margin-bottom: 5px; }
    .scrpts__light.featherlight-inner article p {
      line-height: 1.2;
      font-size: 0.9em; }
  .featherlight .featherlight-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
</pre></body></html>