@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.project-text {
  padding: 30px 0 80px 0; }
  .project-text p {
    font-family: 'HelveticaNeueLTW01-45Light', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; }
  @media (max-width: 991px) {
    .project-text {
      padding: 15px 0 40px 0; } }

.projectlist {
  margin-bottom: 70px;
  /* Dots */ }
  @media (max-width: 767px) {
    .projectlist {
      margin-bottom: 70px; } }
  .projectlist__header {
    margin-bottom: 46px; }
    .projectlist__header h1 {
      font-family: 'SuisseIntl-Medium';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-transform: uppercase; }
  .projectlist .tarjeta-project {
    margin-bottom: 50px; }
    .projectlist .tarjeta-project a:hover {
      text-decoration: underline; }
    .projectlist .tarjeta-project .image-box {
      position: relative; }
    .projectlist .tarjeta-project .image-project {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 70.78%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      .projectlist .tarjeta-project .image-project .velo-hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0);
        z-index: 0;
        -webkit-transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1);
        transition: background-color 1.2s cubic-bezier(0, 1, 0.66, 1); }
      .projectlist .tarjeta-project .image-project:hover .velo-hover:after {
        background-color: rgba(255, 255, 255, 0.3); }
    .projectlist .tarjeta-project .compartir {
      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;
      position: absolute;
      width: 40px;
      height: 40px;
      bottom: 0;
      left: 0;
      background-color: #000000;
      z-index: 1; }
      .projectlist .tarjeta-project .compartir img {
        width: 18px; }
    .projectlist .tarjeta-project .content-wrapper {
      position: relative;
      padding-top: 20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .projectlist .tarjeta-project .content-wrapper {
          padding-top: 20px; } }
      .projectlist .tarjeta-project .content-wrapper .category {
        font-family: 'SuisseIntl-Regular';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      .projectlist .tarjeta-project .content-wrapper .project-tag {
        font-family: 'SuisseIntl-Regular';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 10px;
        letter-spacing: 0; }
      .projectlist .tarjeta-project .content-wrapper h3 {
        font-family: 'SuisseIntl-Regular';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: 'SuisseIntl-Medium';
        color: #000000;
        padding: 0 25% 0 0;
        margin-bottom: 10px; }
      .projectlist .tarjeta-project .content-wrapper p {
        font-family: 'SuisseIntl-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      @media (max-width: 991px) {
        .projectlist .tarjeta-project .content-wrapper .category {
          font-family: 'SuisseIntl-Regular';
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }
        .projectlist .tarjeta-project .content-wrapper h3 {
          font-family: 'SuisseIntl-Regular';
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .projectlist .tarjeta-project .content-wrapper p {
          font-family: 'SuisseIntl-Regular';
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; } }
      @media (max-width: 767px) {
        .projectlist .tarjeta-project .content-wrapper .category {
          font-family: 'SuisseIntl-Regular';
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          margin-bottom: 10px;
          display: block; }
        .projectlist .tarjeta-project .content-wrapper h3 {
          font-family: 'SuisseIntl-Regular';
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .projectlist .tarjeta-project .content-wrapper p {
          font-family: 'SuisseIntl-Regular';
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; } }
  .projectlist .slick-slider .col-12 {
    max-width: 100%; }
  .projectlist .slick-list {
    padding: 0 30px 0 0;
    width: calc(100% + 30px);
    position: relative; }
    .projectlist .slick-list:after {
      content: "";
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      background-color: #fff; }
  .projectlist .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .projectlist .slick-dots {
    position: absolute;
    top: -30px;
    right: 15px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
  .projectlist .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    cursor: pointer; }
  .projectlist .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .projectlist .slick-dots li button:hover,
  .projectlist .slick-dots li button:focus {
    outline: none; }
  .projectlist .slick-dots li button:hover:before,
  .projectlist .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #e7e6e6; }
  .projectlist .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #9A9A9A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .projectlist .slick-dots li.slick-active button:before {
    background-color: #e7e6e6; }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
  .project .project-header h2 {
    font-family: 'SuisseIntl-Regular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .project .life {
    padding: 17px 0; }
  .project .tarjeta-project .content-wrapper .category {
    display: block;
    margin-bottom: 10px; }
  .project .cta-black {
    margin-top: 93px; } }
