body#cms.cms-id-6 {
  & #header .top_buttons {
    display: none;
  }
  & #wrapper {
    margin: 76px 0 0 0;
    padding: 0;
  }
  & #content {
    padding: 0;
    margin: 0;
  }
  & .page-footer {
    display: none;
  }
  #wrapper > .container {
    width: 100% !important;
  }

  & .breadcrumb,
  & .page-header {
    display: none;
  }

  & #configurador-container {
    height: 75vh;
    z-index: 99;
    position: relative;

    & > div:not(#pregunta1) {
      display: none;
    }

    & #pregunta2 {
      & .opciones {
        max-width: 230px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
      }

      & .opcion-layer {
        min-width: 105px;
        width: 105px;
      }
      & .opcion-layer:nth-child(odd) {
        margin-right: 15px;
      }
    }

    & #pregunta3 {
      & .opcion-layer {
        min-width: 130px;
        width: 130px;
      }
    }

    & .contenedor-pregunta-opciones {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      flex-direction: row;
      align-content: center;
      & > div {
        flex: 1 1 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      & .contenedor-pregunta {
        background-image: linear-gradient(45deg, rgba(102, 100, 57, 0.80) 0%,  rgba(102, 100, 57) 100%);

        & .pregunta {
          max-width: 400px;
          margin: auto;
          height: 100%;
          padding: 60px 60px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;

          & p {
            color: #fff;
            font-size: clamp(3rem, 2rem + 2.7777777778vw, 4.5rem);
            font-family: "Manier", serif;
            line-height: 100%;
            text-align: center;
          }
        }
      }

      & .contenedor-opciones {
        /*background: #E9E5DE;*/

        & .opciones {
          max-width: 400px;
          margin: auto;

          & .opcion-layer {
            background: #FFF;
            font-family: "Neue Haas Grotesk Text", sans-serif;
            font-size: 16px;
            line-height: 140%;
            border: 1px solid #666439;
            padding: 5px 8px;
            min-width: 296px;
            height: 42px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            cursor: pointer;

            & .opcion {
              position: relative;
              display: flex;

              & input[type=radio] {
                display: none;
              }

              & label {
                margin: 0 0 0 10px !important;
                color: #666439;
                display: inline-block;
                vertical-align: top;
                line-height: 120%;
                font-size: 18px;
                flex: 1;
                text-align: left;
                cursor: pointer;
              }

              & .checkmark {
                height: 18px;
                width: 18px;
                background-color: #fff;
                border: 1px solid #666439;
                border-radius: 22px;
                margin-top: 1px;
              }

              & .checkmark:has(+input:checked) {
                border-color: #666439;
                background-color: #666439;
              }
              & input:checked+label {
                font-weight: bold;
              }
            }
          }
        }
      }
    }
  }

  & .configurador-arrows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    & .prev,& .next,
    & .prev:hover,& .next:hover,
    & .prev:focus,& .next:focus,
    & .prev:active,& .next:active {
      position: absolute;
      width: 60px;
      height: 100%;
      background: transparent;
      border: 0;
      outline: 0;
      cursor: pointer;
      z-index: 99;
    }

    & .prev {
      left: 0;
    }

    & .next {
      right: 0;
    }

    & .prev:before,
    & .next:before {
      content: "";
      top: 50%;
      position: absolute;
      margin-top: -30px;
      background: #fff no-repeat center center;
      width: 60px;
      height: 60px;
      display: block;
      border-radius: 100%;
      background-size: 30px;
    }

    & .prev:before {
      left: -25px;
      background-image: url(/img/cms/slider-prev-chevron.svg) !important;
      background-position: 20px center;
    }

    & .next:before {
      right: -25px;
      background-image: url(/img/cms/slider-next-chevron.svg) !important;
      background-position: 5px center;
    }
  }
}

.p-inicial {
  font-size: 23px;
  margin-bottom: 40px;
}

.imginicial {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.p-div {
  flex-direction: column;
  justify-content: center!important;
  align-items: flex-start!important;
  padding: 0 140px 0 70px;
  background-color: #E9E5DE;
}

.btn-iniciarcnf {
  padding: 10px 20px 10px 20px;
  border: 1px solid black;
  background-color: rgba(233, 229, 222, 0.4);
  font-size: 17px;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none !important;
}

.link_btn-iniciarcnf, .link_btn-iniciarcnf:active, .link_btn-iniciarcnf:focus, .link_btn-iniciarcnf:visited {
  color: black;
}

.divportada {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: row;
  align-content: center;
  & > div {
    flex: 1 1 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width: 1024px) {
  body#cms.cms-id-6 {
    .contenedor-pregunta-opciones {
      flex-direction: column !important;

      & > div {
        flex: 1 1 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
      }
    }

    .contenedor-pregunta-opciones:not(#pregunta0) {
      & > div {
        max-height: 50%;
      }
    }
  }
}

@media(max-width: 1025px) {
  #cms.cms-id-6 #pregunta0 .p-div{
    width: 100% !important;
    padding: 20px 30px !important;
  }
}
