body#cms.cms-id-7 {
  #wrapper > .container {
    width: 100% !important;
    font-family: "Neue Haas Grotesk Display",serif !important;
  }

  #content {
    padding: 0;
  }

  .page-footer, .page-content {
    margin-bottom: 0px !important;
  }

  .title {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Manier", serif;
    font-size: 36px;
    text-transform: capitalize ! important;
    font-weight: lighter;
  }
  h2.title {
    color: #222222;
    padding: 0 15px;
  }
  div.title {
    color: #666439;
  }

  .top-text {
    max-width: 1024px;
    margin: auto;
    padding: 0 15px;
    .bold {
      font-weight: bold;
    }
    .subtitle {
      font-size: 17px;
    }

    p {
      text-align: center;
      font-size: 15px;
    }
  }
  .img_empresa img {
    width: 100%;
  }

  .years_container {
    position: relative;
    max-width: 1100px;
    margin: auto;
    overflow-x: hidden;
    .owl-slider {
      max-width: 1024px;
      margin: 60px auto;

      .years_slider {
        width: 323px;
        height: 198px;
        border: 2px solid #F5F3EF;
        padding: 20px;
        margin: auto;

        .title {
          color: #666439;
          font-family: "Manier", serif;
          font-size: 33px;
          font-weight: bold;
        }

        .subtitle {
          color: #222;
          font-family: "Manier", serif;
          font-size: 16px;
          margin: 10px 0;
        }

        .year_text {
          font-weight: lighter;
          font-size: 14px;
          text-align: left;
        }
      }
    }
    .owl-prev:before, .owl-next:before {
      content: "";
      top: 50%;
      position: absolute;
      margin-top: -30px;
      background: #E9E5DE no-repeat center center;
      width: 60px;
      height: 60px;
      display: block;
      border-radius: 100%;
      background-size: 30px;
    }
    .owl-prev:before {
      left: -40px;
      background-image: url(/img/cms/slider-prev-chevron.svg) !important;
      background-position: 25px center;
    }
    .owl-next:before {
      right: -40px;
      background-image: url(/img/cms/slider-next-chevron.svg) !important;
      background-position: 5px center;
    }
  }

  .tecnologia_soñar {
    max-width: 1200px;
    margin: 120px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    .texto {
      flex: 1 1 50%;
      padding: 0 100px 0 0;
      .title {
        line-height: 140%;
        text-align: left;
      }
      .bold {
        font-family: "Neue Haas Grotesk Display Bold",serif !important;
      }
      text-align: left;
    }
    .imagen {
      flex: 1 1 50%;
      display: flex;
      flex-direction: column;
      gap: 40px;
      img {
        width: 100%;
      }
    }
  }
  .multisac {
    background-color: #E9E5DE;
    padding: 80px;
    .title {
      margin-bottom: 50px;
    }
    .gamas {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      .item {
        width: 257px;
        height: 220px;
        padding: 20px;
        border: 2px solid #FFF;
        text-align: center;
        img {
          border-bottom: 2px solid #FFF;
          padding-bottom: 15px;
        }
        p {
          font-size: 18px;
          padding-top: 15px;
        }
        a {
          font-size: 14px;
          border: 1px solid #666439;
          color: #666439;
        }
      }
    }
  }
  .basefix, .sostenible {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 120px auto;
    gap: 20px;

    .basefix_text {
      padding: 30px 0 30px 50px;
      text-align: left;
      .title {
        line-height: 140%;
        text-align: left;
      }
    }
    .sostenible_text {
      padding: 60px 60px 0 0;
      text-align: left;
      .title {
        line-height: 120%;
        text-align: left;
      }
      .bold {
        font-weight: bold;
      }
    }
  }
  .hotel {
    background-color: #666439;
    display: flex;
    justify-content: center;
    align-items: center;
    .hotel_text {
      flex: 1;
      .layer_centered {
        max-width: 640px;
        margin: auto;
        padding: 0 15px;

        .title {
          font-family: "Manier", serif;
          font-size: 36px;
          color: #FFF;
          text-align: left;
        }

        .subtitle {
          font-size: 19px;
          color: #FFF;
          margin: 15px 0 30px;
        }

        .txt {
          color: #FFF;
          font-weight: lighter;
          text-align: left;
        }
      }
    }
    .image {
      position: relative;
      .color_layer {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #666439;
        top: 0;
        opacity: .5;
      }
    }
  }

  @media(max-width: 1220px) {
    .basefix_sostenible {
      .basefix {
        padding: 0 15px;
        .basefix_text {
          padding: 30px 0 30px 10px;
        }
      }
      .sostenible {
        padding: 0 15px;
        .sostenible_text {
          padding: 60px 10px 0 0;
        }
      }
    }
    .hotel {
      flex-direction: column-reverse;
      .hotel_text {
        padding: 60px 0px;
      }
      img {
        width: 100%;
      }
    }
  }
  @media(max-width: 962px) {
    .tecnologia_soñar {
      margin: 60px auto;
      flex-direction: column-reverse;
      .imagen {
        width: 100%;
        img:nth-child(2) {
          display: none;
        }
        img {
          min-height: 264px;
          object-fit: cover;
        }
      }
      .texto {
        padding: 0;
        text-align: left;
      }
    }
    .multisac {
      padding: 80px 15px;
      .title {
        line-height: 140%;
      }
      .gamas {
        flex-direction: column;

        .item {
          width: 280px;
        }
      }
    }
    .basefix_sostenible {
      .basefix {
        flex-direction: column-reverse;
        margin: 60px auto;
        .basefix_text {
          padding: 0;
        }
      }
      .sostenible {
        flex-direction: column;
        margin: 60px auto;
        width: 100%;
        .sostenible_text {
          padding: 0;
        }
      }
      img {
        width: 100%;
      }
    }
  }

  @media(max-width: 768px) {
    h2.title, .top-text * {
      text-align: left !important;
    }
  }
}


