<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Arial" !important; }

[ng-app] {
  height: 100%; }

.row {
  max-width: 100%; }

.overlay-page {
  display: none;
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  height: 100%; }
  .overlay-page .close-overlay {
    width: 38px;
    height: 70px;
    background: url(../img/cerrar.png);
    position: absolute;
    right: 2rem;
    top: 2rem; }

.button-cubo {
  width: 75px !important;
  padding: 0; }

.button-cubo img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}  

.button-cubo:hover img{
  transform: scale(1.1);
}

.button-cubo .tooltip{
  position: absolute;
  width: 180px;
  left: -200px;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 2rem;
  border-radius: 12px;
  color: white;
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
  font-size: 0.9rem;
  display: none;
}

.button-cubo:hover .tooltip{
  display: block;
}

.button-cubo .tooltip:before{
  content: '';
  width: 0;
  height: 0;
  border-left: 17px solid rgba(0, 0, 0, 0.3);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -17px;
}

.slick-slide img{
 margin: 0 auto;
}

/*.slick-slide img{
 width: 100%;
 object-fit: contain;
}*/

body .main-view {
  position: relative;
  height: 100%; }

body .wrapp {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto; }
  body .wrapp.header {
    padding-top: 20px;
    line-height: 1;
    height: 140px;
    position: relative; }
    body .wrapp.header ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 0.6rem; }
      body .wrapp.header ul li {
        line-height: 1.2; }
        body .wrapp.header ul li a {
          color: #999;
          -webkit-transition: all 0.28s ease-out;
          -o-transition: all 0.28s ease-out;
          -moz-transition: all 0.28s ease-out;
          transition: all 0.28s ease-out; }
          body .wrapp.header ul li a:hover {
            color: black; }
    body .wrapp.header .content-translate {
      position: absolute;
      right: 2%;
      top: 1.2rem; }
  body .wrapp.section {
    min-height: -webkit-calc( 100% - 140px);
    min-height: -moz-calc( 100% - 140px);
    min-height: calc( 100% - 140px); }
  body .wrapp.footer {
    height: 40px;
    margin-top: 2rem;
    padding: 12px 0 10px 0;
    border-top: 1px solid black;
    text-align: center;
    letter-spacing: 1px; }
    body .wrapp.footer p {
      font-size: 0.75rem;
      color: #999; }

.logo {
  font-size: 1.8rem;
  color: #f2f2f2;
  -webkit-transition: all 0.28s ease-out;
  -o-transition: all 0.28s ease-out;
  -moz-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
  outline: none; }
  .logo:visited {
    color: #f2f2f2; }
  .logo:hover {
    color: #999; }
.slide-show ul.full-slide:not(.slick-slider) {
  visibility: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .overlay .slide-show ul.full-slide {
    max-height: none;
    height: 500px }

    .overlay .slide-show ul.full-slide li {
      height: 500px; }
  .overlay &gt; div {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80%;
    max-width: 100%; }
    .overlay &gt; div img {
      width: 100%; }
  .overlay &gt; img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    max-width: 1000px;
    height: auto; }
  .overlay .close-overlay {
    display: block;
    background: url(../img/cerrar.png) no-repeat;
    width: 38px;
    height: 72px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    z-index: 2; }

.inline-list {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  float: right;
  overflow: visible; }
  .inline-list li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    font-size: 1rem; }
    .inline-list li:last-child {
      margin-right: 0; }
    .inline-list li &gt; a {
      display: block;
      width: 100%;
      height: 100%;
      color: #999;
      -webkit-transition: all 0.28s ease-out;
      -o-transition: all 0.28s ease-out;
      -moz-transition: all 0.28s ease-out;
      transition: all 0.28s ease-out;
      padding-top: 5px; }
      .inline-list li &gt; a:hover, .inline-list li &gt; a.active {
        color: black !important; }
      .inline-list li &gt; a.active {
        cursor: default; }
    .inline-list li .button-view {
      background: #333;
      padding: 5px;
      color: white !important;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      width: 70px;
      text-align: center; }
      .inline-list li .button-view:hover {
        color: white !important;
        background: black; }

.content-translate {
  display: flex;
  justify-content: flex-end;
  /*max-width: 1000px;*/
  margin: 0 0 0.6rem 1rem; 
}

.thumbnail-slide {
  position: relative; }
  .thumbnail-slide ul {
    margin: 0;
    padding: 0; }
    .thumbnail-slide ul li {
      padding: 5px;
      height: 100px;
      background: rgba(78, 78, 78, 0.05);
      margin: 10px;
      overflow: hidden; }
      .thumbnail-slide ul li a {
        outline: none; }
      .thumbnail-slide ul li img {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        -webkit-transition: all 0.28s ease-out;
        -o-transition: all 0.28s ease-out;
        -moz-transition: all 0.28s ease-out;
        transition: all 0.28s ease-out;
        outline: none;
        height: 100%;
        max-width: none;
        margin: 0 auto; }
      .thumbnail-slide ul li:hover img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.slide-show {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  position: relative; }
  .slide-show ul {
    padding: 0;
    margin: 0; }
    .slide-show ul.full-slide {
      max-height: 500px; }
      .slide-show ul.full-slide li {
        height: 400px; }
        .slide-show ul.full-slide li img {
          width:auto;
          height:100%;
          margin: 0 auto;
          object-fit: contain; }

.over-button {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6); }
  .over-button img {
    height: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    position: absolute;
    right: 50%;
    bottom: 50%; }

.arrow {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100px;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.28s ease-out;
  -o-transition: all 0.28s ease-out;
  -moz-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
  cursor: pointer; }
  .arrow:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/arrows_slider.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 85px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-transition: all 0.28s ease-out;
    -o-transition: all 0.28s ease-out;
    -moz-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out; }
  .arrow:hover {
    opacity: 0.5; }
  .arrow.arrow-left {
    left: 0; }
    .arrow.arrow-left:before {
      background-position: 0 2px; }
    .arrow.arrow-left:hover:before {
      right: 60%; }
  .arrow.arrow-right {
    right: 0; }
    .arrow.arrow-right:before {
      background-position: 0 -83px; }
    .arrow.arrow-right:hover:before {
      right: 40%; }
  .arrow.slick-disabled {
    opacity: 0 !important;
    display: none !important; }

.list-proyects {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .list-proyects .content-proyect {
    margin-bottom: 2rem;
    height: 220px;
    overflow: hidden; }
    .list-proyects .content-proyect .fecha {
      font-size: 1.4rem;
      font-weight: bold;
      color: #9999a5; }
    .list-proyects .content-proyect .over-content {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      display: block;
      height: 100%; }
      .list-proyects .content-proyect .over-content:hover .data-sheet {
        top: 0; }
      .list-proyects .content-proyect .over-content img {
        position: absolute;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
           -moz-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
             -o-transform: translate(50%, 50%);
                transform: translate(50%, 50%); }
    .list-proyects .content-proyect .data-sheet {
      padding: 1.2rem 1rem 1rem;
      background: rgba(88, 88, 88, 0.7);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 100%;
      cursor: pointer;
      -webkit-transition: all 0.12s ease-out;
      -o-transition: all 0.12s ease-out;
      -moz-transition: all 0.12s ease-out;
      transition: all 0.12s ease-out; }
      .list-proyects .content-proyect .data-sheet h1 {
        font-size: 1.5rem;
        line-height: 1;
        color: white; }
        .list-proyects .content-proyect .data-sheet h1 small {
          display: block;
          margin: 1.2rem auto 1.5rem; }
      .list-proyects .content-proyect .data-sheet ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 1.4;
        font-size: 0.75rem; }
        .list-proyects .content-proyect .data-sheet ul li {
          color: white; }
          .list-proyects .content-proyect .data-sheet ul li span {
            color: #999; }

.detalle {
  padding-top: 3rem; }

.img-contacto{
    height: 100%;
    margin: 0 auto;
    display: block;
}

.goBack {
  padding: 0.5rem 0;
  color: #999;
  position: relative;
  -webkit-transition: all 0.28s ease-out;
  -o-transition: all 0.28s ease-out;
  -moz-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out; }
  .goBack:before {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(../img/arrows.png);
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    left: -12px; }
  .goBack:hover {
    color: black; }
    .goBack:hover:before {
      background-position: -7px 0; }

.info-detalle {
  padding-left: 2rem;
  padding-top: 2.2rem; }
  .info-detalle h1 {
    font-size: 2rem;
    line-height: 1; }
    .info-detalle h1 small {
      font-size: 0.8rem;
      color: black;
      display: block;
      margin: 0.8rem auto 1.5rem;
      padding-left: 5px; }
  .info-detalle .duracion {
    font-size: 1.25rem;
    margin: 2.5rem auto;
    display: block; }
  .info-detalle p {
    font-size: 0.75rem; }
  .info-detalle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: 0.75rem; }
    .info-detalle ul li span {
      color: #999; }

.static-section {
  padding-left: 2rem;
  font-size: 0.75rem; }
  .static-section h1, .static-section h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0; }
  .static-section h2 {
    padding-top: 3rem; }
  .static-section h3 {
    font-size: 0.6rem;
    color: #B2B2B2;
    letter-spacing: 2px;
    padding-top: 1.8rem; }
  .static-section a {
    color: crimson; }

.contacto {
  padding-bottom: 3rem; }
  .contacto h2 {
    padding-top: 1.5rem; }
  .contacto h3 {
    padding-top: 0; }

.wrapp-grid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .wrapp-grid .polaroid-item {
    position: absolute; }
  .wrapp-grid .grid-item {
    width: 24%;
    display: inline-block;
    margin: 4px;
    height: 145px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center; }
    .wrapp-grid .grid-item img {
      width: auto;
      height: 100%; }
    .wrapp-grid .grid-item:hover {
      -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .wrapp-grid .grid-item.logo-item {
      text-align: left;
      line-height: 1;
      border: 1px solid #d6d6d6;
      padding-top: 2rem; }
      .wrapp-grid .grid-item.logo-item .logo {
        display: block;
        width: 60%;
        margin: 0 auto; }
      .wrapp-grid .grid-item.logo-item:hover {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; }
        .wrapp-grid .grid-item.logo-item:hover .logo {
          color: #999; }

.flex-grid {
  width: 100%;
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px);
  position: absolute;
  overflow: auto;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  top: 140px;
  right: 50%; }
  .flex-grid a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.32);
    position: absolute;
    opacity: 0; }
  .flex-grid a:hover:before {
    -webkit-transition: all 0.22s ease-in;
    -o-transition: all 0.22s ease-in;
    -moz-transition: all 0.22s ease-in;
    transition: all 0.22s ease-in;
    opacity: 1; }

@media screen and (max-width: 40em) {
  .button-cubo:hover .tooltip{
    display: none;
  }

  .overlay &gt; img{
    max-width: 100%;
  }
  
  .slide-show ul.full-slide li img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    object-fit: contain;
  }
}
  body .main-view {
    position: relative;
    height: 100%; }
  body .wrapp {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto; }
    body .wrapp.header {
      height: 122px; }
      body .wrapp.header .content-translate {
        top: 6rem; }
    body .wrapp.section {
      min-height: -webkit-calc(100% - 112px);
      min-height: -moz-calc(100% - 112px);
      min-height: calc(100% - 112px);
      height: auto; }
    body .wrapp.footer {
      margin-top: 0px;
      }
  .logo {
    font-size: 2.2rem; }
  
  .arrow {
    opacity: 0.5; }
  .list-proyects .content-proyect .data-sheet {
    background: #f2f2f2;
     }
    .list-proyects .content-proyect .data-sheet h1, .list-proyects .content-proyect .data-sheet ul li {
      color: black; }
  .wrapp-grid .grid-item {
    width: 100%; }
    .wrapp-grid .grid-item img {
      width: 100%;
      height: auto; } }

.wrapp-polaroid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .wrapp-polaroid .polaroid-canvas {
    width: 100%;
    height: 500px;
    position: relative; }
  .wrapp-polaroid .polaroid-item {
    margin: 4px;
    height: 145px;
    max-width: 300px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    position: absolute;
    background: #d0d0d0;
    padding: 5px;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3); }
    .wrapp-polaroid .polaroid-item.polaroid-hidden {
      opacity: 0; }
    .wrapp-polaroid .polaroid-item img {
      width: auto;
      height: 100%; }
    .wrapp-polaroid .polaroid-item:hover {
      -webkit-transform: scale(1.05) rotate(0) !important;
         -moz-transform: scale(1.05) rotate(0) !important;
          -ms-transform: scale(1.05) rotate(0) !important;
           -o-transform: scale(1.05) rotate(0) !important;
              transform: scale(1.05) rotate(0) !important;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .wrapp-polaroid .polaroid-item.logo-item {
      text-align: left;
      line-height: 1;
      border: 1px solid #d6d6d6;
      padding-top: 2rem; }
      .wrapp-polaroid .polaroid-item.logo-item .logo {
        display: block;
        width: 60%;
        margin: 0 auto; }
      .wrapp-polaroid .polaroid-item.logo-item:hover {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; }
        .wrapp-polaroid .polaroid-item.logo-item:hover .logo {
          color: #999; }

/*# sourceMappingURL=maps/app.css.map */

.biografia p{
  font-size: 12px;
  margin-bottom: 0;
}

 .danger{
    color: black !important;
  }


.center-banner{
  display: flex !important;
  justify-content: center !important;
}

.arrow{
  opacity: 0 !important;
}

.slide-show:hover .arrow{
  opacity: 0.5 !important;
}


.content-slide{
  height: 68vh;
  overflow: hidden;
}
</pre></body></html>