#page-nosotros {

  .page-title {
    text-align: left;
    color: white;
  }

  #section_title-bar {
    background-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/nosotros-title-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 25%;
    position: relative;
    padding: 130px 0;

    .background-overlay {
      position: absolute;
      background-image: linear-gradient(50deg, rgba(171, 8, 3, .75) calc(42% - 1px), #0E0E0E45 calc(42% + 1px));
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .text-container {
      position: relative;
      padding: 0 .75rem;

      h2 {
        font-family: "Nunito", Sans-serif;
        font-size: 35px;
        font-weight: 300;
        color: white;
      }
    }
  }

  #section_about-us {
    margin-top: 4rem;

    /* .page-title {
      animation-name: fadeInRight;
      animation-duration: 2s;
    } */

    .row-1, .row-2 {
      flex: 1;
    }

    .cuadro-1, .cuadro-2, .cuadro-3 {
      height: 100%;
    }

    .cuadro-1 {
      .masked {
        width: 150px;
        height: 150px;
        margin: auto;
        background-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/sobre-nosotros_4.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        mask-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/plus_15-mask.webp');
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
      }

      .text {
        font-family: "Nunito", Sans-serif;
        font-size: 1.2rem;
        color: var(--color-gray-one);
      }
    }

    .cuadro-2 {
      background-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/sobre-nosotros_3.webp');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .cuadro-3 {
      background-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/sobre-nosotros_2.webp');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
  }

  #section_partners {
    .swiper {
      padding: 40px 0;

      .swiper-wrapper {
        transition-timing-function: linear!important; 
      }

      .swiper-slide {
        text-align: center;
        
        img {
          max-height: 140px;
          max-width: 300px;
        }
      }

      .swiper-pagination {
        bottom: 10px;
      }

      .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #000000;
        opacity: .5;
      }

      .swiper-pagination-bullet-active {
        background-color: var(--color-red-one);
        opacity: 1;
      }
    }
    
  }

  #section_nuestra-filosofia {
    padding-bottom: 3rem;

    .section-title-bar {
      padding: 160px 0 250px 0;
      background-image: url('https://logikom.b-cdn.net/projects/logikom_com/images/nuestra-filosofia_bg.webp');
      background-repeat: no-repeat;
      background-position: 0 40%;
      background-size: cover;
      position: relative;

      .background-overlay {
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: .6;
      }

      .text {
        position: relative;
        color: white;

        .section-title {
          margin-bottom: 0;
        }
      }
    }

    .over-content {
      background-color: white;
      background-image: linear-gradient(70deg, #FFFFFF calc(50% - 1px), var(--color-red-one) calc(50% + 1px));
      box-shadow: 0 3px 15px 0 rgb(0 0 0 / .1);
      position: relative;
      top: -70px;

      p {
        font-size: 20px;
        font-weight: 300;
      }
    }
  }

  #section_valores {
    margin-bottom: 5rem;

    p {
      font-size: 20px;
      font-weight: 100;
    }

    .checkmark-items {
      margin-top: 2rem;
      font-size: 20px;
      font-weight: 100;

      li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 34px;

        &:before {
          position: absolute;
          font-family: 'icomoon';
          content: "\e909";
          left: 0;
          font-size: 1.5rem;
        }
      }
    }

    .images-container {
      position: relative;
      width: 100%;
      padding-bottom: 14%;

      .valores-bg {
        background-color: var(--color-red-one);
        width: 75%;
        height: 80%;
        position: absolute;
        right: 10%;
        bottom: 5%;
      }
    
      .valores-img-1 {
        position: relative;
        width: 80%;

        /* box-shadow: 85px 75px 0 -30px var(--color-red-one); */

        /* box-shadow: 85px 75px 0 -30px var(--color-red-one), 0 0 0 20px inset white; */
        box-shadow: 0 0 0 20px inset white;
        border: 1px solid #e9e9e9;

        padding: 20px;
      }

      .valores-img-2 {
        position: absolute;
        width: 50%;
        /* border-style: solid;
        border-width: 20px 0 0 20px;
        border-color: #FFF; */

        border: 1px solid #e9e9e9;
        box-shadow: 0 0 0 20px inset white;
        padding: 16px;

        bottom: 0;
        right: 0;
      }
    }
  }
}