/*general*/
body.landing-sal-a-la-obra nav ol.breadcrumb {
  display: none;
}

/*landing-header*/
.landing-header {
  padding-top: 130px;
  position: relative;
  background-color: #1e1f58;
}
.landing-header .layer-desktop {
  display: block;
}
.landing-header .layer-mobile {
  display: none;
}
.landing-header .col-md-12 {
  position: inherit;
}
.landing-header .content-landing-header {
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.landing-header .content-landing-header h1 {
  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-header .content-landing-header h1 span {
  color: #ffffff;
  font-size: 6.25rem;
  /*font-weight: 900;*/
  line-height: normal;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.landing-header .content-landing-header h1 span.icon {
  padding-right: 145px;
  position: relative;
  font-weight: 900;
}
.landing-header .content-landing-header h1 span.icon:before {
  content: "";
  top: 0;
  right: 45px;
  bottom: 0;
  width: 55px;
  height: 45px;
  margin: auto;
  position: absolute;

  background-image: url("../../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.landing-header .content-landing-header span.slogan {
  margin: 15px 0 30px 0;
  padding: 20px 0;

  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15em;
  display: inline-block;
  text-transform: uppercase;
  /*border-top: 1px solid #d6e865;*/
  /*border-bottom: 1px solid #d6e865;*/
  font-family: "Raleway", sans-serif;
}
.landing-header .content-landing-header .description {
  width: 520px;
  margin: 0 auto;
}
.landing-header .content-landing-header .subtitulo {
  color: #ffffff;
  font-size: 6.25rem;
  /*font-weight: 900;*/
  line-height: normal;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.landing-header .content-landing-header .description p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15em;
  /*text-transform: uppercase;*/
  font-family: "Raleway", sans-serif;
}

/*landing-form*/
.landing-form {
  margin-top: -60vw;
  padding-bottom: 70px;
  background-color: #1e1f58;
}
.landing-form .content-landing-form {
  width: 780px;
  margin: 0 auto;
}
body.user-logged-in
  .landing-form
  .content-landing-form
  form
  .alert
  .messages__list
  .messages__item {
  display: none;
}
.landing-form .content-landing-form form .alert {
  left: 0;
  right: 0;
  bottom: 175px;
  opacity: 1;
  padding: 0;
  color: #ff0000;
  font-size: 0.85rem;
  border: none;
  text-align: center;
  position: absolute;
  background-color: transparent;
}
.landing-form
  .content-landing-form
  form
  .alert
  .messages__list
  .messages__item:not(:last-child) {
  display: none;
}
.landing-form .content-landing-form form h2 {
  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-form .content-landing-form form h2 span {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.landing-form .content-landing-form form h2 span.icon {
  padding-right: 45px;
  position: relative;
}
.landing-form .content-landing-form form h2 span.icon:before {
  content: "";
  top: 0;
  right: 15px;
  bottom: 0;
  width: 18px;
  height: 17px;
  margin: auto;
  position: absolute;

  background-image: url("../../img/icon-asterisk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.landing-form .content-landing-form form .form-item {
  margin: 25px 0;
  position: relative;
}
.landing-form .content-landing-form form .form-item label,
.landing-form .content-landing-form form .form-item legend {
  display: none;
}
.landing-form .content-landing-form form .form-item input.form-control,
.landing-form .content-landing-form form .form-item select.form-control {
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
}
.landing-form
  .content-landing-form
  form
  .form-item
  input.form-control::placeholder {
  color: #ffffff;
}
.landing-form .content-landing-form form .form-item input.form-control.error,
.landing-form .content-landing-form form .form-item select.form-control.error {
  border: 1px solid #ff0000;
}
.landing-form .content-landing-form form .form-item select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.landing-form .content-landing-form form .form-item select.form-control option {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  background-color: #000000;
  font-family: "Raleway", sans-serif;
}
.landing-form .content-landing-form form .form-item textarea.form-control {
  width: 100%;
  height: 180px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
}
.landing-form
  .content-landing-form
  form
  .form-item
  textarea.form-control.error {
  border: 1px solid #ff0000;
}
.landing-form .content-landing-form form .form-item input.form-checkbox {
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 3px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  border: 1px solid #ffffff;
}
.landing-form .content-landing-form form .form-item input.form-checkbox.error {
  box-shadow: 0 0 0 1px #ff0000, 0 0 5px 1.25px #ff0000;
}
.landing-form
  .content-landing-form
  form
  .form-item
  input.form-checkbox:checked {
  border: 1px solid #ffffff;
  background-color: #000000;
}
.landing-form .content-landing-form form .form-item.form-type-checkbox label {
  width: 100% !important;
  height: auto !important;
  padding-left: 35px !important;
  display: inline-block !important;
  overflow: visible !important;
  position: relative !important;
  white-space: normal !important;
}
.landing-form .content-landing-form form .form-item.form-type-checkbox label a {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
}
.landing-form .content-landing-form form .form-item .text-count-wrapper {
  display: none !important;
}
.landing-form .content-landing-form form .form-item.edit-title-register {
  margin-top: 0;
  margin-bottom: 30px;
}
.landing-form .content-landing-form form .form-item.edit-info-register {
  margin: 45px 0 55px 0;
}
.landing-form .content-landing-form form .captcha {
  display: flex;
  justify-content: center;
}
.landing-form .content-landing-form form .form-item.edit-address-register {
  margin-top: 35px;
  position: relative;
}
.landing-form
  .content-landing-form
  form
  .form-item.edit-address-register
  p:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  margin: -15px auto;
  position: absolute;
  background-color: #ffffff;
}
.landing-form .content-landing-form form .form-item.form-type-processed-text p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.landing-form
  .content-landing-form
  form
  .form-item.form-type-processed-text
  p
  span {
  color: #d6e865;
  font-style: italic;
}
.landing-form .content-landing-form form .form-wrapper .fieldset-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landing-form
  .content-landing-form
  form
  .form-wrapper
  .fieldset-wrapper
  .form-item {
  width: 48%;
  margin: 0;
}
.landing-form .content-landing-form form .form-actions {
  margin-top: 30px;
  text-align: center;
}
.landing-form .content-landing-form form .form-actions input.form-submit {
  width: 500px;
  height: 80px;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  border: none;
  border-radius: 0;
  background-color: #ffffff !important;
  font-family: "Raleway", sans-serif;
}

/*landing-products*/
.landing-products {
  margin-top: -1px;
  padding: 35px 0 130px 0;
  background-color: #1e1f58;
}
.landing-products .content-landing-products .swiperLandingProducts {
  width: 90%;
  margin: 0 auto;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper {
  justify-content: center;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  text-decoration: none;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper
  .swiper-slide
  .image {
  position: relative;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper
  .swiper-slide
  .image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  height: 65%;
  margin: auto;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper
  .swiper-slide
  .text {
  margin-top: 15px;
}
.landing-products
  .content-landing-products
  .swiperLandingProducts
  .swiper-wrapper
  .swiper-slide
  .text
  h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.landing-products .content-landing-products .next-product,
.landing-products .content-landing-products .prev-product {
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 8px;
  position: absolute;
  border: 1px solid #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-products .content-landing-products .next-product svg,
.landing-products .content-landing-products .prev-product svg {
  top: 0;
  bottom: 0;
  height: 15px;
  margin: auto;
  stroke: #ffffff;
  position: absolute;
}
.landing-products .content-landing-products .next-product svg {
  transform: rotate(180deg);
}
.landing-products .content-landing-products .prev-product svg {
  transform: rotate(0);
}
.landing-products .content-landing-products .next-product:hover,
.landing-products .content-landing-products .prev-product:hover {
  background-color: transparent;
}
.landing-products .content-landing-products .next-product:hover svg,
.landing-products .content-landing-products .prev-product:hover svg {
  stroke: #ffffff;
}
.landing-products .content-landing-products .swiper-button-next::after,
.landing-products .content-landing-products .swiper-button-prev::after {
  content: none;
}

/*landing-masonry*/
.landing-masonry {
  margin-top: -1px;
  background-color: #000000;
}

@media (max-width: 1024px) {
  /*landing-header*/
  .landing-header {
    padding-top: 250px;
  }
}

@media (max-width: 768px) {
  /*landing-header*/
  .landing-header {
    padding-top: 250px;
  }
  .landing-header .content-landing-header {
    top: 70px;
    width: 90%;
  }
  .landing-header .content-landing-header h1 span {
    font-size: 4.25rem;
  }
  .landing-header .content-landing-header h1 span.icon {
    padding-right: 100px;
  }
  .landing-header .content-landing-header h1 span.icon:before {
    right: 25px;
    width: 50px;
    height: 40px;
  }

  /*landing-form*/
  .landing-form .content-landing-form {
    width: 100%;
  }

  /*landing-products*/
  .landing-products {
    padding: 35px 0 70px 0;
  }
}

@media (max-width: 575px) {
  /*landing-header*/
  .landing-header {
    padding-top: 390px;
  }
  .landing-header .layer-desktop {
    display: none;
  }
  .landing-header .layer-mobile {
    display: block;
  }
  .landing-header .content-landing-header {
    top: 70px;
  }
  .landing-header .content-landing-header h1 span {
    font-size: 2.25rem;
  }
  .landing-header .content-landing-header h1 span.icon {
    padding-right: 60px;
  }
  .landing-header .content-landing-header h1 span.icon:before {
    right: 15px;
    width: 30px;
    height: 20px;
  }
  .landing-header .content-landing-header span.slogan {
    font-size: 0.95rem;
  }
  .landing-header .content-landing-header .description {
    width: 100%;
  }

  /*landing-form*/
  .landing-form {
    margin-top: -35vw;
  }
  .landing-form .content-landing-form form .alert {
    bottom: 150px;
    width: 90%;
    margin: 0 auto;
  }
  .landing-form .content-landing-form form h2 span {
    font-size: 1.5rem;
  }
  .landing-form .content-landing-form form h2 span.icon {
    padding-right: 35px;
  }
  .landing-form .content-landing-form form h2 span.icon:before {
    right: 10px;
    width: 14px;
    height: 13px;
  }
  .landing-form .content-landing-form form .form-item input.form-control,
  .landing-form .content-landing-form form .form-item select.form-control {
    width: 100%;
    height: 50px;
    font-size: 1rem;
  }
  .landing-form .content-landing-form form .form-item input.form-checkbox {
    width: 17.5px;
    height: 17.5px;
  }
  .landing-form .content-landing-form form .form-item.form-type-checkbox label {
    padding-left: 30px !important;
  }
  .landing-form
    .content-landing-form
    form
    .form-item.form-type-checkbox
    label
    a {
    font-size: 0.85rem;
    letter-spacing: 0;
  }
  .landing-form .content-landing-form form .form-wrapper .fieldset-wrapper {
    flex-direction: column;
  }
  .landing-form
    .content-landing-form
    form
    .form-wrapper
    .fieldset-wrapper
    .form-item {
    width: 100%;
  }
  .landing-form
    .content-landing-form
    form
    .form-wrapper
    .fieldset-wrapper
    .form-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .landing-form
    .content-landing-form
    form
    .form-item.form-type-processed-text
    p {
    font-size: 0.95rem;
  }
  .landing-form .content-landing-form form .form-item.edit-address-register {
    width: 75%;
    margin: 0 auto;
  }
  .landing-form .content-landing-form form .form-actions input.form-submit {
    width: 100%;
    height: 60px;
    font-size: 1.35rem;
  }

  /*landing-products*/
  .landing-products {
    padding: 0 0 70px 0;
  }
  .landing-products .content-landing-products .swiperLandingProducts {
    width: 75%;
    margin: 0 auto;
  }
}
