/*
  Theme Name: Factoria Creativa Child
  Theme URI: https://www.factoriacreativabarcelona.es/
  Description:  A lightweight and minimalist WordPress theme for Factoria Creativa
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: factoria-creativa
  Text Domain: factoria-creativa-child
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/************************************************General**********************************************************/

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&family=Gilda+Display&display=swap"); */

:root {
  --fc-primary-font-family: "Bitter", serif;
  --fc-primary-font-size: 1.6rem;
  --fc-primary-line-height: 1.3em;
  --fc-primary-padding: 0 8rem;
  --fc-primary-padding-single: 8rem;
  --fc-vertical-padding: 0rem 0 11rem 0;
  --fc-vertical-padding-complete: 11rem 0 11rem 0;
  --fc-top-padding: 11rem;
  --fc-top-padding-complete: 11rem;
  --fc-bottom-padding: 11rem;
  --fc-primary-color: #848d72;
  --fc-text-color: #756e64;
  --fc-shade-color: #545049;
  --fc-primary-bg-color: #e0e0d9;
  --fc-max-width: 1600px;
  --fc-button-padding: 1rem 2.5rem;
  --fc-header-height: 18.6rem;
  --fc-projects-gap: 4rem;
  --calculated-pointer-position: calc(0.7 * var(--fc-header-height));
  --calculated-contact-height: calc(100vh - (var(--fc-header-height) + 360px));
  --calculated-projects-width: calc(
    (var(--fc-max-width)) + (2 * var(--fc-projects-gap))
  );
  --calculated-padding: 0 calc(8rem - (var(--fc-projects-gap)));
  --s: 10px; /* control the size */

  /**********************Button*****************/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 */
  font-size: 62.5%;
  font-family: var(--fc-primary-font-family);
  overflow-x: hidden;
  /* May not work on Safari */
  /* scroll-behavior: smooth; */
}

body {
  font-family: var(--fc-primary-font-family);
  font-size: var(--fc-primary-font-size);
  line-height: var(--fc-primary-line-height);
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

/* [data-aos] {
  visibility: hidden;
}
[data-aos].animated {
  visibility: visible;
} */

.catalina_main_wrapper_center {
  padding: var(--fc-primary-padding);
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalina_inner_wrapper {
  max-width: var(--fc-max-width);
  width: 100%;
}

/******************General Fonts**********************/

.catalina_tags {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--fc-primary-color);
  margin: 0;
}

.catalina_h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--fc-shade-color);
}

.catalina_h2 {
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--fc-primary-color);
  margin: 0;
}

.catalina_cards {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.6rem;
  color: var(--fc-shade-color);
}

.catalina_parrafos {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 140%;
  color: var(--fc-text-color);
}
.catalina_featured_text {
  font-weight: 300;
  font-size: 6.2rem;
  line-height: 7.4rem;
  text-align: center;
  color: var(--fc-primary-color);
}

.catalina_buttons {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center;
  color: var(--fc-shade-color);
  text-decoration: none;
  transition: color 0.3s ease-in;
}

/**************************General Button *****************************************/

.custom-btn,
.wpcf7-form-control.wpcf7-submit {
  border: 1px solid var(--fc-primary-color);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in;
  > a {
    padding: var(--fc-button-padding);
    display: block;
  }
}

.wpcf7-form-control.wpcf7-submit {
  padding: var(--fc-button-padding);
  color: #fff;
  border: 1px solid #fff;
}

.wpcf7-form-control.wpcf7-submit:hover {
  border: 1px solid #fff;
  border-color: #fff !important;
}

/* Styles for btn-9 */
.btn-9,
.wpcf7-form-control.wpcf7-submit {
  z-index: 2;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.btn-9:after,
.wpcf7-form-control.wpcf7-submit::after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}

.btn-9 a,
.wpcf7-form-control.wpcf7-submit {
  transition: all 0.3s ease-in;
}

.btn-9:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  color: var(--fc-shade-color);
  border-color: transparent;
  transition: color 0.3s ease-out;
}

.btn-9:hover a,
.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  transition: color 0.3s ease-out;
}

.btn-9:hover:after,
.wpcf7-form-control.wpcf7-submit::after {
  transform: scale(2) rotate(180deg);
  background: var(--fc-primary-color);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease-out;
}

/**************************************Loader*********************************************************/

/* HTML: <div class="loader"></div> */
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--fc-primary-color);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

/****************************************Header*******************************************************/

.header-main__phone-selector {
  display: none;
}

.page-template-home-page .header-main__custom-logo .custom-logo-link {
  visibility: hidden;
}

.header-main {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  transition: all 0.4s ease-in;
  transition-delay: 0.1s;
}
.item-anchor:empty {
  display: none;
}

.single-project__block-two__double-rectangular-image--left {
  img {
    object-fit: cover;
  }
}

.single-project__block-two__double-rectangular-image--right {
  img {
    object-fit: cover;
  }
}

.single-project__block-two__double-square-image--left {
  img {
    object-fit: cover;
  }
}
.page-template-home-page
  .header-main.is-pinned
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type:hover
  .item-anchor {
  color: #fff;
}

.page-template-home-page .header-main {
  background-color: transparent;
}

.header-main.is-pinned {
  background-color: #ffffffe6;
  transition: all 0.4s ease-in;
  transition-delay: 0.1s;
}

.header-main--inner {
  min-height: var(--fc-header-height);
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}

.header-main.is-pinned .header-main--inner {
  min-height: var(--calculated-pointer-position);
  transition: all 0.3s ease-in;
}

/* .header-main__custom-logo {
  z-index: -1;
} */

.header-main__phone-selector__icon svg,
.menu-click-area {
  z-index: 100;
}

.header-main__custom-logo img {
  max-width: 26rem;
}
.header-main__menu-selector {
  flex: 1;
}

.header-main__menu-selector--main-menu .header_menu_one {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.7rem;
  list-style: none;

  .menu-item {
    position: relative;
  }
  .item-anchor {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1;
    color: var(--fc-shade-color);
    text-decoration: none;
    position: relative;
    z-index: 20;
    .display-3 {
      position: relative;
      z-index: 10;
    }
  }
}

.gtranslate_wrapper {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.gtranslate_wrapper .glink {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--fc-shade-color);
  position: relative;
  transition: all 0.4s ease-in;
}

.gtranslate_wrapper .glink:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1.5rem;
  height: 80%;
  width: 1px;
  background-color: var(--fc-shade-color);
  transition: all 0.4s ease-in;
}

.page-template-home-page .gtranslate_wrapper .glink:not(:last-of-type)::after {
  background-color: #fff;
}

.header-main.is-pinned .gtranslate_wrapper .glink:not(:last-of-type)::after {
  background-color: var(--fc-shade-color);
  transition: all 0.4s ease-out;
}

.page-template-home-page .gtranslate_wrapper .glink {
  color: #fff;
  /* visibility: hidden; */
  transition: all 0.4s ease-out;
}

.page-template-home-page .header-main.is-pinned .gtranslate_wrapper .glink {
  color: var(--fc-shade-color);
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type
  .item-anchor {
  padding: 10px 20px;
  border: 0.5px solid var(--fc-primary-color);
  display: block;
  transition: all 0.3s ease-out;
}

/* .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:nth-last-of-type(2) {
  width: 10.8rem;
  width: 100%;
} */

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type:hover
  .item-anchor {
  color: #fff;
  transition: all 0.3s ease-in;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type {
  overflow: hidden;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child::after,
.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child::before {
  transform: translate3d(-100%, 0, 0);
  background-color: var(--fc-primary-color);
  transition: transform 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
  pointer-events: none;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child::after {
  background-color: var(--fc-primary-color) !important;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms 200ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
  pointer-events: none;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child:hover::after,
.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-child:hover::before {
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type {
  visibility: hidden;
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type
  .item-anchor {
  border: 1px solid #fff;
  transition: all 0.4s ease-out;
}

.page-template-home-page
  .header-main.is-pinned
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:last-of-type
  .item-anchor {
  border: 1px solid var(--fc-primary-color);
  transition: all 0.4s ease-in;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item.active::after {
  max-width: 100%;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:not(:last-child):after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  max-width: 0;
  width: 100%;
  height: 1.3px;
  background-color: var(--fc-shade-color);
  transition: all 0.3s ease-in;
}

.page-template-home-page .menu-item:nth-child(5) {
  visibility: hidden;
  /* opacity: 0; */
}

.page-template-home-page
  .header-main.is-pinned
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:nth-child(5):after {
  background-color: transparent;
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:nth-child(5):after,
.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:nth-child(5):after {
  background-color: transparent;
}

.page-template-home-page .gtranslate_wrapper {
  /* visibility: hidden; */
  /* opacity: 0; */
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:not(:last-of-type)
  .item-anchor {
  visibility: hidden;
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item::after {
  background-color: #fff;
  transition: all 0.3s ease-in;
}

.page-template-home-page
  .header-main.is-pinned
  .header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item::after {
  background-color: var(--fc-shade-color);
  transition: all 0.3s ease-out;
}

.header-main__menu-selector--main-menu
  .header_menu_one
  .menu-item:hover::after {
  max-width: 100%;
  transition: all 0.3s ease-out;
}

.page-template-home-page
  .header-main__menu-selector--main-menu
  .header_menu_one {
  .item-anchor {
    color: #fff;
    transition: color 0.4s ease-in;
    transition-delay: 0.2s;
  }
}

.page-template-home-page
  .header-main.is-pinned
  .header-main__menu-selector--main-menu
  .header_menu_one {
  .item-anchor {
    color: var(--fc-shade-color);
    transition: color 0.4s ease-out;
    transition-delay: 0.2s;
  }
}

.sticky-logo {
  display: none;
}

.page-template-home-page .header-main.is-pinned .sticky-logo {
  display: block;
}

.page-template-home-page .custom-logo-link {
  display: block;
}
.page-template-home-page .header-main.is-pinned .custom-logo-link {
  display: none;
}

/********************Mobile Menu ************************/

.menu {
  align-items: center;
  background-color: var(--fc-shade-color);
  clip-path: polygon(0 0, 24px 0, 24px 4px, 0 4px);
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 28px;
  height: 100%;
  position: absolute;
  top: 77px;
  right: 18px;
  transition: left 0.3s ease-in;
  transition: width 0.3s ease-in;
  transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 24px;
}

.page-template-home-page .menu {
  background-color: #fff;
}
.active .header-main.is-pinned .menu,
.active .header-main .menu {
  background-color: #ffffffeb;
  top: 0;
  left: 0;
  transition: width 0.3s ease-out;
  clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
  height: 100vh;
  transition: left 0.3s ease-out;
  width: 100%;
}
.options {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20%;
  transform: scale(0.2);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  gap: 10rem;
  list-style: none;
  a {
    font-size: 4.5rem;
    color: var(--fc-primary-color);
    text-decoration: none;
    @media (max-width: 540px) {
      font-size: 3.5rem;
    }
  }
}

.options .menu-item.active a {
  font-weight: 600;
}

.option {
  cursor: pointer;
  margin: 8px 0;
}
.option.selected {
  color: #a02f56;
}
.active .options {
  transform: scale(1);
}
.x {
  pointer-events: none;
  position: absolute;
  top: 40px;
  right: 0;
}
.header-main.is-pinned .top-bars {
  stroke: var(--fc-shade-color);
}

.page-template-home-page .top-bars {
  stroke: #fff;
}

.top-bars {
  stroke: var(--fc-shade-color);
  transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active .top-bars {
  stroke: var(--fc-shade-color);
}
.bar {
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bar1 {
  transform-origin: 190px 20.5px;
}
.bar2 {
  transform-origin: 190px 28.5px;
}

.bar3 {
  transform-origin: 190px 36.5px;
}
.active .bar1 {
  transform: translateY(8.6px) rotate(45deg);
}
.active .bar2 {
  transform: rotate(-45deg);
}
.menu-click-area {
  cursor: pointer;
  height: 40px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 40px;
}

.header-main.is-pinned .menu-click-area {
  top: 30px;
}

.header-main.is-pinned .x {
  top: 21px;
}

.header-main.is-pinned .menu {
  top: 57.4px;
  clip-path: polygon(0 0, 24px 0, 24px 4px, 0 4px);
  background-color: var(--fc-shade-color);
}

/****************************Home*******************************************************************/

.catalina__section-one__mobile {
  display: none;
}

.catalina__section-three__offsetop {
  position: absolute;
  top: -25rem;
  pointer-events: none;
}

.proyecto-list__link > img {
  max-width: 50rem;
}

.page-template-home-page .page {
  margin-top: calc(-1 * var(--fc-header-height));
}

/******************Section 2*********************************************/

.catalina__section-two {
  padding: var(--fc-vertical-padding-complete);
  position: relative;
}

.catalina__section-three__proyect-list__item__content > img {
  max-width: 1.3rem;
}

.catalina__section-two::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25%;
  height: 55%;
  transform: translateY(-50%);
  background-color: rgba(132, 141, 114, 0.7);
  z-index: -1;
}

.left_section_inner_two_home {
  max-width: 798.2px;
  padding-right: 8rem;
  width: 100%;
}

.right_section_inner_two_home {
  max-width: 795px;
  border-left: 1px solid #b1b5a9;
  padding: 2rem var(--fc-primary-padding-single);
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

.right_section_two_home_content {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.left_section_inner_two_home {
  img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.left_section_two_home {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-left: var(--fc-primary-padding-single);
}

.catalina_main_wrapper_center.catalina__section-four .left_section_two_home {
  justify-content: flex-start;
}

.right_section_two_home {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

.right_section_two_home_button {
  margin-top: 6.2rem;
}

/***************Section three**********/

.catalina__section-three {
  display: flex;
  flex-direction: column;
}

.catalina__section-three__title {
  padding-left: var(--fc-projects-gap);
}

.catalina_inner_wrapper.catalina__section-three__block-one {
  max-width: var(--calculated-projects-width);
}

.catalina__section-three .catalina__section-three__block-one {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.catalina__section-three__block-two {
  max-width: 90rem;
}

.catalina_main_wrapper_center.catalina__section-three {
  padding: var(--calculated-padding);
}

.catalina_inner_wrapper.catalina__section-three__block-one {
  max-width: var(--calculated-projects-width);
}

.catalina__section-three__proyect-list .slick-track {
  display: flex;
  gap: var(--fc-projects-gap);
}

/* .catalina__section-three__title {
  padding-left: var(--fc-projects-gap);
} */

.catalina__section-three__proyect-list__item {
  > img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
  }

  a {
    text-decoration: none;
  }
}

.catalina__section-three__proyect-list__item__content {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 2rem 0;
}

.catalina__section-three__block-two__text {
  font-weight: 300;
  font-size: 6.2rem;
  line-height: 7.4rem;
  text-align: center;
  color: var(--fc-primary-color);
}

.catalina__section-three__block-two--external,
.shop-page__section-five__block-two--external {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19rem 0;
  /* padding-top: 35rem; */
  /* aspect-ratio: 16 / 9; */
  margin-top: -20rem;
}

.page-template-home-page .catalina__section-three__block-two--external,
.page-template-shop-page .shop-page__section-five__block-two--external {
  padding-top: 28rem;
}

.catalina__section-three__block-two {
  .catalina__section-three__block-two__separator {
    max-width: 26.6rem;
    margin: 0 auto;
    height: 1px;
    background-color: var(--fc-shade-color);
    margin-bottom: 5.5rem;
  }

  > p {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 130%;
    text-align: center;
    color: var(--fc-primary-color);
    margin-top: 6.3rem;
  }
}

/**************Section 4 *********************/

.catalina__section-four {
  padding: var(--fc-vertical-padding-complete);
  position: relative;
}

.catalina__section-four::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 14%;
  height: 85%;
  transform: translateY(-50%);
  background-color: rgba(177, 181, 160, 0.32);
  z-index: -1;
}

.catalina__section-four .right_section_two_home {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.catalina__section-four .right_section_inner_two_home {
  padding-right: 0;
}

/*******************************************Shop Page ******************************************************/

.page-template-shop-page .catalina__section-two::after {
  background-color: var(--fc-primary-bg-color);
  top: calc(50% + 10rem);
}

.page-template-shop-page .catalina__section-two {
  padding-bottom: 0;
}

.page-template-shop-page .catalina__section-four::after {
  height: 50%;
  background-color: #a6ac97;
}

.shop-page__block_four--inner {
  max-width: 1210px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}

.shop-page__block_four--separator {
  max-width: 266px;
  width: 100%;
  height: 1px;
  background-color: var(--fc-shade-color);
}

/*****************Section Five********************/

.shop-page__section-five__block-one {
  padding-top: var(--fc-top-padding-complete);
}

/*****carrousel******/

.shop-page__section-five__image-list .slick-track {
  display: flex !important;
  gap: 3rem;
}

.shop-page__section-five__image-list .slick-list {
  max-height: 660px;
  .slick-slide {
    height: auto;
    cursor: pointer;
    @media (max-width: 540px) {
      aspect-ratio: 1/1;
    }
  }
  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.shop-page__section-five__image-list .slick-prev:before,
.shop-page__section-five__image-list .slick-next:before {
  color: var(--fc-primary-color);
}

.shop-page__modal--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0vh;
  background-color: #848d72c7;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s ease-out;
  border-bottom-right-radius: 100%;
}

.shop-page__modal--wrapper.open {
  width: 100%;
  height: 100vh;
  border-bottom-right-radius: 0;
  transition: all 0.4s ease-in;
  z-index: 9999;
}

.shop-page__modal--content {
  aspect-ratio: 16 / 9;
  max-width: 1220px;
  width: 100%;
  height: auto;
  @media (max-width: 540px) {
    aspect-ratio: 1 / 1;
  }

  .slick-list,
  .slick-track,
  .slick-slide {
    height: 100%;
  }

  .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
    padding: var(--s);
    border: calc(2 * var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1 * var(--s));
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #000 0);
  }
}

.shop-page__modal--close {
  position: absolute;
  top: 10%;
  right: 7%;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 9999;
}

/*********************Setion five************************/

.shop-page__section-five__block-two__text {
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
  color: var(--fc-primary-color);
}

.shop-page__section-five__block-two__content {
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 5rem;
  text-align: center;
  color: var(--fc-shade-color);

  a {
    color: var(--fc-shade-color);
    text-decoration: none;
  }
}

.shop-page__section-five__block-two {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.shop-page__section-five__button {
  margin-top: 3rem;
}

/********************************* Nuestra Esencia ******************************/

.our-essence__section-two__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.our-essence__section-two__gallery__element {
  display: flex;
}

.our-essence__section-two {
  margin-top: var(--fc-top-padding);
}

.our-essence__section-two__gallery__element--inner {
  padding: 5rem var(--fc-primary-padding-single);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.our-essence__section-two__gallery__element--image {
  width: 100%;
  img {
    aspect-ratio: 642 / 763;
    object-fit: cover;
  }
}

/*************Section 3 *****************/

.page-template-our-essence-page .shop-page__block_four--inner {
  padding-top: var(--fc-top-padding-complete);
}

/***********Section 4 **************/

.right_section_two_home--list__title--element {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 130%;
  color: var(--fc-shade-color);
}

.page-template-our-essence-page .right_section_two_home_text {
  font-size: 1.9rem;
}
.page-template-our-essence-page .right_section_two_home_text > p {
  margin-bottom: 1.1rem;
}

.right_section_two_home--list__content--element {
  padding: 1.5rem 0;
  position: relative;
}

.right_section_two_home--list__content--element::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: var(--fc-primary-color);
}

.right_section_two_home--list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/****************Section 5 ******************/

.shop-page__block-five {
  background-color: var(--fc-primary-bg-color);
}

.shop-page__block-five--inner {
  display: flex;
  align-items: center;
  padding: 12.3rem 0;
}

.shop-page__block-five--left {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-right: 15rem;
}

.shop-page__block-five--right {
  width: 34%;
  > img {
    height: auto;
    aspect-ratio: 11 / 14;
    @media (max-width: 540px) {
      aspect-ratio: 3 / 4;
    }
  }
}

/**********************************************************************Projects Single Taxonomy ***************************************************/

.taxonomy__tipo-de-proyecto--inner {
  padding-bottom: var(--fc-bottom-padding);
}
.taxonomy__tipo-de-proyecto__post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 9rem;
  column-gap: 6rem;
}

.taxonomy__tipo-de-proyecto__post-list__post-item__post-thumbnail {
  img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

.taxonomy__tipo-de-proyecto__post-list__post-item__post-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 2.5rem 4.2rem 0;
  border-bottom: 1px solid #b1b5a9;
  > img {
    max-width: 2rem;
    height: auto;
  }
}

.taxonomy__tipo-de-proyecto__post-list__post-item__post-title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.6rem;
  color: var(--fc-shade-color);
  text-decoration: none;
}

.taxonomy__tipo-de-proyecto__post-list__post-link {
  text-decoration: none;
}

.taxonomy__tipo-de-proyecto__main-title {
  padding-top: 0;
  padding-bottom: 6rem;
}

.taxonomy__tipo-de-proyecto__load-more {
  text-align: center;
  margin-top: 5rem;
}

.taxonomy__tipo-de-proyecto__load-more-btn {
  padding: var(--fc-button-padding);
  transition: color 0.3s ease-in;
}

.taxonomy__tipo-de-proyecto__load-more-btn:hover {
  color: #fff;
  transition: color 0.3s ease-out;
}

/*********************************Press Page ***********************************************/

.taxonomy__article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem;
  article {
    cursor: pointer;
  }
}

.taxonomy__article-thumbnail {
  > img {
    aspect-ratio: 386 / 215;
    object-fit: cover;
    height: auto;
  }
}

.article-item {
  border-bottom: 1px solid #b1b5a9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}

.article-button {
  margin-top: 4rem;
}

.taxonomy__article-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--fc-shade-color);
}

.catalina_main_wrapper_center.taxonomy__article--main-wrapper {
  flex-direction: column;
  gap: 4rem;
  padding-top: var(--fc-top-padding);
  padding-bottom: var(--fc-top-padding-complete);
}

#load-more-articles {
  padding: var(--fc-button-padding);
  transition: color 0.3s ease-in;
}

#load-more-articles:hover {
  color: #fff;
  transition: color 0.3s ease-out;
}

.taxonomy__article--button {
  margin-top: 10rem;
}

.single-article__modal-image {
  margin: 0 auto;
  max-width: 100rem;
  max-height: 80vh;
  height: 100%;
  display: flex;
  justify-content: center;
  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.single-article__modal-video {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  max-width: 111rem;
  margin: 0 auto;
}

.single-article__modal-file {
  margin: 0 auto;
}

.single-article__modal-file {
  position: relative;
  width: 100%;
  max-height: 90vh; /* Limits the iframe height to 90% of the viewport height */
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (Height = 9/16 * Width) */
}

.single-article__modal-file iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**************************************Contact Page*******************************************/

.contact-page__left-block {
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  padding-left: var(--fc-primary-padding-single);
}

.contact-page__right-block {
  width: 60%;
  background-color: var(--fc-primary-color);
  padding-right: var(--fc-primary-padding-single);
}

.contact-page__right-block--inner {
  max-width: 99rem;
  padding: 10rem 21.7rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.contact-page__left-block--title {
  max-width: 35rem;
}

.contact-page__left-block--title__htag {
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  color: var(--fc-primary-color);
  margin: 0;
}

.contact-page__left-block--inner {
  max-width: 61rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
  padding: 10rem;
  padding-left: 0;
}

.contact-page__left-block--content a {
  font-weight: 300;
  font-size: 2rem;
  line-height: 30px;
  color: var(--fc-shade-color);
  text-decoration: none;
}

.contact-page__left-block__title {
  margin-bottom: 1rem;
}

.contact-page {
  min-height: var(--calculated-contact-height);
  display: flex;
}

.contact-page__left-block--content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.contact-page__right-block--inner__content--title {
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  color: #ffffff;
}

.contact-page__right-block--inner__content--text {
  a,
  p {
    display: inline;
    color: #fff;
    text-decoration: none;
  }
}

/******************Formulario ***********************************/

/**Form */

.novapedra-form-inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.novapedra-form-element-wrapper label {
  display: none;
}

.novapedra-form-element-wrapper input[type="text"],
.novapedra-form-element-wrapper input[type="email"],
.novapedra-form-element-wrapper input[type="tel"],
.novapedra-form-element-wrapper textarea {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: unset;
  padding: 0.5rem 0.4rem;
  width: 100%;
  color: #fff;
}

.novapedra-form-element-wrapper input[type="text"]::placeholder,
.novapedra-form-element-wrapper input[type="email"]::placeholder,
.novapedra-form-element-wrapper input[type="tel"]::placeholder,
.novapedra-form-element-wrapper textarea::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #f6f4ef;
}

.novapedra-form-element-wrapper input[type="text"]:focus,
.novapedra-form-element-wrapper input[type="email"]:focus,
.novapedra-form-element-wrapper input[type="tel"]:focus,
.novapedra-form-element-wrapper textarea:focus {
  outline: unset;
}

.novapedra-form-acceptance-wrapper {
  position: relative;
}

.novapedra-form-acceptance-wrapper .wpcf7-list-item {
  margin: 0;
}

.wpcf7.js {
  width: 100%;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15px;
  line-height: 130%;
  color: #595d5d;
}

/* ¿Por qué ROAN ASSESS */

.novapedra-form-acceptance-wrapper .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #f6f4ef;
}

.wpcf7-not-valid-tip {
  color: #54504994;
  margin-top: 5px;
}

.novapedra-form-acceptance-wrapper .wpcf7-list-item label {
  display: flex;
  gap: 17px;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
  background-color: transparent;
}

.wpcf7-form-control.wpcf7-submit:focus {
  outline: none;
}

.portalet__submit--wrapper {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.novapedra-form-submit-wrapper {
  position: relative;

  .wpcf7-spinner {
    position: absolute;
    left: 6rem;
  }
}
/********Checbox********/

#yourConsent {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.checkbox-wrapper-31 .background {
  fill: #fff;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}
.checkbox-wrapper-31 input[type="checkbox"]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: #595d5d;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  transform: scale(0.5) translate(-50%, -50%);
  position: absolute;
  top: -3px;
  left: 0;
  outline: 1px solid var(--fc-shade-color);
  border-radius: 100%;
}

/**********************************Single Project*****************************************************/
.single-project__block-one--inner {
  padding-top: 0;
}

.single-proyecto .shared-banner__main-wrapper {
  margin-bottom: 11rem;
}

.single-project__block-one__breadcrumbs {
  padding-bottom: 2rem;
  a {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    color: var(--fc-primary-color);
    text-decoration: none;
  }
}

.single-project__block-one__title--element {
  margin-top: 8rem;
  color: var(--fc-shade-color);
}

.single-project__block-two__text-block {
  padding: var(--fc-vertical-padding);
  display: flex;
}

.single-project__block-two__text-block--left {
  width: 45%;
  font-weight: 400;
  font-size: 3rem;
  line-height: 140%;
  color: var(--fc-primary-color);
  font-style: italic;
  padding-right: 5rem;
}

.single-project__block-two__text-block--right {
  width: 55%;
}

.single-project__block-two__double-square-image {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
  > div {
    flex: 1;
    aspect-ratio: 27/22;
  }
}
.single-project__block-two__double-expand-image--right {
  img {
    object-fit: cover;
  }
}

.single-project__block-two__double-square-image--right {
  img {
    object-fit: cover;
  }
}

.single-project__block-two__double-expand-image--left img {
  object-fit: cover;
}

.single-project__block-two__double-rectangular-image {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
  > div {
    flex: 1;
    aspect-ratio: 3/2;
  }
}

.single-project__block-two__double-rectangular-image--type-two {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
  > div {
    flex: 1;
    aspect-ratio: 16/9;
  }
}

.single-project__block-two__double-expand-image {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
  > div {
    flex: 1;
    aspect-ratio: 2/2.8;
  }
}

.single-project__block-two__expand-image {
  aspect-ratio: 8/3;
  margin-bottom: 2.8rem;
  img {
    object-fit: cover;
  }
}
/********************************************Footer*******************************************************/

#portalet_main_footer {
  padding-top: 6.7rem;
  padding-bottom: 6.7rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d9d9d9;
  gap: 4rem;
}

#portalet_main_footer .catalina_inner_wrapper {
  display: flex;
}

#portalet_main_footer .catalina_inner_wrapper:last-child {
  border-top: 1px solid var(--fc-primary-color);
}

.footer__section-one,
.footer__section-three {
  width: 25%;
}

.footer__section-three {
  display: flex;
  flex-direction: column;
  align-items: self-end;
}
.footer__section-three > div {
  min-width: 260px;
}

.footer__section-three__block-one {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.footer__section-two {
  flex: 1;
}

.footer__section-two .footer_menu_one {
  display: flex;
  justify-content: center;
  gap: 4rem;
  list-style: none;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 130%;
  text-transform: uppercase;

  .item-anchor {
    color: var(--fc-shade-color);
    text-decoration: none;
  }
}

.footer__section-one__logo-wrapper {
  img {
    max-width: 30rem;
  }
}

/* .footer__section-three .footer__section-three__contact-wrapper:first-child > a {
  text-decoration: underline;
} */

.footer__section-three__contact-wrapper > a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--fc-shade-color);
  text-decoration: none;
}

.footer__section-three__contact-wrapper--icon {
  display: flex;
  align-items: center;
}

.footer__section-three__contact-wrapper--text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 130%;
  color: var(--fc-shade-color);
}

.footer__section-three__block-two {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.4rem;
  align-items: center;
}

.footer__legal-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 2.7rem;
}

.footer__section-three__block-two__social_media--icon img {
  max-width: 2.3rem;
}

.copyright-text {
  display: inline;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #999;
  p {
    display: inline;
  }
  a {
    display: inline;
    text-decoration: none;
    color: #999;
  }
}

.footer__legal-wrapper--menu .legal_menu_one {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #999;
  a {
    color: #999;
  }
}

.single-proyecto #portalet_main_footer {
  margin-top: 11rem;
}

/****************************Error 404 *********************************/

.error-404__page {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}

.error-404__page > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.error-404__page--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  max-width: 100rem;
  width: 100%;
  padding: 6rem;
  margin: 10rem 0;
}

.error-404__section-one--title {
  margin: 0;
}

.error-404__section-one--text {
  text-align: center;
}


/****************************Legal *********************************/

.legal-texts {
  padding-bottom: var(--fc-bottom-padding);
}

.legal-texts h3, #cmplz-document h2  {
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--fc-primary-color);
  margin: 6rem 0 1rem 0;
}

.legal-texts #cmplz-document {
  max-width: 100%;
}

.legal-texts #cmplz-document p{
    font-size: 1.6rem;
}

.legal-texts h4, 
.legal-texts .cmplz-subtitle {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--fc-primary-color);
  margin: 3rem 0 1rem 0;
}



@media (min-width: 1600px) {
  /********************************Home*********************************/
  .left_section_two_home {
    padding-left: 0;
  }

  .catalina__section-four .right_section_inner_two_home {
    padding: 2rem 6.2rem;
  }

  .catalina__section-three__title {
    padding-left: var(--fc-projects-gap);
  }

  .catalina_inner_wrapper.catalina__section-three__block-one {
    max-width: var(--calculated-projects-width);
  }

  .catalina__section-three__block-two--external,
  .shop-page__section-five__block-two--external {
    padding-top: 30rem;
  }

  .our-essence__section-two__gallery__element--inner {
    padding: 15rem 20%;
  }

  .catalina_main_wrapper_center.catalina__section-four
    .left_section_inner_two_home {
    padding-right: 0;
  }

  .catalina_main_wrapper_center.catalina__section-four
    .left_section_inner_two_home {
    padding-right: 0;
  }

  .catalina_main_wrapper_center.catalina__section-four
    .left_section_inner_two_home {
    padding-left: 8rem;
  }

  .catalina_h1 {
    font-size: 6rem;
  }

  .shop-page__modal--close {
    top: 10%;
    right: 10%;
  }
}

@media (max-width: 1300px) {
  :root {
    --fc-primary-padding: 0 6rem;
    --fc-primary-padding-single: 6rem;
    --calculated-padding: 0 calc(6rem - (var(--fc-projects-gap)));
    /**********************Button*****************/
  }

  /***************************General ********************************/

  .catalina_h2 {
    font-size: 3.5rem;
  }

  .catalina_parrafos {
    font-size: 2rem;
  }

  .catalina_h1 {
    font-size: 4rem;
  }

  /********************Our essence*******************************/
  .catalina_featured_text {
    font-size: 5rem;
  }

  /*****************Contact****************************/
  .contact-page__right-block--inner {
    padding: 10rem 9rem;
    padding-right: 0;
  }
}

@media (max-width: 1090px) {
  :root {
    --fc-primary-padding: 0 4.5rem;
    --fc-primary-padding-single: 4.5rem;
    --calculated-padding: 0 calc(4.5rem - (var(--fc-projects-gap)));
    /**********************Button*****************/
  }

  html {
    /* 9/16 */
    font-size: 56.25%;
  }

  /************************************Header****************************/

  .header-main__custom-logo img {
    max-width: 23rem;
  }

  .header-main__menu-selector--main-menu .header_menu_one {
    gap: 2.7rem;
  }

  /************************************Home******************************/

  .catalina_main_wrapper_center.catalina__section-four
    .right_section_inner_two_home {
    border-left: none;
  }

  /*******************Home*************************/

  .catalina__section-three__proyect-list__item__content {
    gap: 10rem;
  }

  /**************************Nuestra Esencia*************************/
  .our-essence__section-two__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .our-essence__section-two__gallery__element--inner {
    justify-content: center;
  }

  .single-article__modal-image,
  .single-article__modal-video,
  .single-article__modal-file {
    width: 90%;
  }
}

@media (max-width: 850px) {
  html {
    /* 8/16 */
    font-size: 50%;
  }

  /******************************Header***************************/

  .header-main__menu-selector {
    display: none;
  }

  .header-main__phone-selector {
    display: flex;
  }

  .header-main__phone-selector {
    flex: 1;
  }

  .header-main__phone-selector__icon {
    flex: 1;
  }

  .page-template-home-page .menu-item:first-of-type {
    visibility: visible;
    /* opacity: 0; */
  }

  .page-template-home-page .gtranslate_wrapper .glink {
    color: #888;
  }

  .gtranslate_wrapper .glink {
    font-size: 3.5rem;
  }

  .gtranslate_wrapper .glink {
    color: #888;
  }

  .page-template-home-page
    .gtranslate_wrapper
    .glink:not(:last-of-type)::after {
    background-color: var(--fc-shade-color);
  }

  .shop-page__section-five__image-list .slick-list .slick-slide img {
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
  }

  .page-template-home-page .menu-item:nth-child(5) {
    visibility: visible;
    /* opacity: 0; */
  }
  /**********************Footer********************/

  .footer__section-two .footer_menu_one {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }

  /*********************Contact***************************/

  .contact-page__left-block--inner {
    padding-right: 4rem;
  }
}

@media (max-width: 540px) {
  :root {
    --fc-header-height: 12.5rem;
    --fc-vertical-padding: 9rem 0;
    --fc-primary-padding: 0 4rem;
    --fc-primary-padding-single: 4rem;
    --fc-vertical-padding: 0rem 0 10rem 0;
    --fc-vertical-padding-complete: 10rem 0 10rem 0;
    --fc-top-padding: 0rem;
    --fc-top-padding-complete: 10rem;
    --fc-bottom-padding: 10rem;
    --calculated-padding: 0 calc(4rem - (var(--fc-projects-gap)));
  }

  body > div {
    overflow: hidden;
  }

  #main_header_89 {
    overflow: visible;
  }
  /****************************Header*************************/
  .x {
    top: 22px;
    right: 12px;
  }

  .options {
    margin-top: 35%;
    gap: 8rem;
  }

  .menu-click-area {
    top: 35px;
    right: 21px;
  }

  .menu {
    top: 58px;
    right: 30px;
  }

  .header-main {
    top: -1px;
  }

  .header-main.is-pinned .x {
    top: 5px;
  }

  .header-main.is-pinned .menu-click-area {
    top: 18px;
  }

  .header-main.is-pinned .menu {
    top: 41.4px;
  }

  .gtranslate_wrapper .glink {
    font-size: 2.5rem;
  }

  .catalina_parrafos {
    font-size: 2rem;
    line-height: 1.5;
  }

  /****************************Home ************************************/

  .catalina_main_wrapper_center {
    flex-wrap: wrap;
  }

  .left_section_two_home {
    width: 100%;
  }

  .right_section_two_home {
    flex: unset;
    width: 100%;
  }

  .catalina__section-two::after {
    top: 27%;
    height: 20%;
  }

  .right_section_two_home_button {
    margin-top: 0rem;
  }

  .catalina__section-three__proyect-list .slick-track {
    gap: unset;
  }

  .catalina_main_wrapper_center.catalina__section-three {
    padding: var(--fc-primary-padding);
  }

  .catalina__section-three__block-two--external {
    aspect-ratio: unset;
  }

  .catalina__section-three__block-two {
    padding: var(--fc-primary-padding);
  }

  .catalina__section-three__title {
    padding-left: 0;
  }

  .catalina__section-three__block-two__text {
    font-size: 3.4rem;
    line-height: 4.9rem;
  }

  .catalina__section-four::after {
    top: unset;
    bottom: 0;
    width: 25%;
    height: 30%;
  }

  .catalina__section-four .right_section_inner_two_home {
    padding-right: var(--fc-primary-padding-single);
  }

  .page-template-home-page .catalina__section-four {
    padding-top: 0;
  }

  .page-template-home-page .header-main__custom-logo .custom-logo-link {
    visibility: visible;
  }

  /*******************************Our essecnce************************/

  /************************Footer**********************************/

  #portalet_main_footer .catalina_inner_wrapper {
    flex-wrap: wrap;
    row-gap: 3rem;
  }

  .footer__section-one,
  .footer__section-three {
    width: 100%;
  }

  .footer__section-two {
    flex: unset;
    width: 100%;
  }

  .footer__section-two .footer_menu_one {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .footer__section-three {
    align-items: self-start;
    margin-top: 2rem;
  }

  .footer__section-two .footer_menu_one {
    gap: 2rem;
  }

  .footer__legal-wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .catalina_h1 {
    font-size: 2.8rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 600;
  }

  .catalina_h2 {
    font-size: 2.7rem;
  }

  .catalina_cards {
    font-size: 2.4rem;
  }

  /***************************Home************************************/

  .catalina__section-one__mobile {
    display: block;
  }

  .catalina__section-three__block-two--external,
  .shop-page__section-five__block-two--external {
    padding-top: 26rem;
    padding-bottom: 9rem;
  }

  .left_section_inner_two_home img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }

  .page-template-home-page .catalina__section-two {
    padding-top: 4rem;
  }

  .catalina__section-two {
    padding-bottom: 0;
  }

  .shop-page__modal--content img {
    max-width: 90vw;
  }

  #load-more-posts {
    color: var(--fc-shade-color);
  }

  .catalina__section-one__mobile--inner {
    padding-top: 4rem;
  }

  .catalina__section-one__mobile__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /******************Nuestra Esencia *********************************/

  .our-essence__section-two__gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-essence__section-two__gallery__element {
    display: flex;
    /* aspect-ratio: 1/1; */
  }

  .shop-page__block-five {
    overflow: hidden;
  }

  .catalina_featured_text {
    font-size: 3.4rem;
    line-height: 4.9rem;
  }

  .shop-page__block-five--inner {
    flex-wrap: wrap;
    gap: 5rem;
    padding: 9rem 0;
  }

  .shop-page__block-five--left {
    width: 100%;
    padding-right: 0;
  }

  .shop-page__block-five--right {
    width: 100%;
  }

  .left_section_inner_two_home {
    padding-right: 4rem;
  }

  .right_section_inner_two_home {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }

  .right_section_inner_two_home {
    border-left: none;
  }

  /**********************Tienda ***********************************/

  .shop-page__section-five__block-two__content {
    font-size: 2.7rem;
    line-height: 1.6;
  }

  .page-template-shop-page .catalina__section-four::after {
    height: 35%;
    top: 90px;
  }

  .page-template-shop-page .catalina__section-two::after {
    top: calc(42% + -2rem);
    height: 30%;
  }

  .page-template-shop-page .catalina__section-two {
    padding: 0;
  }

  .page-template-shop-page .catalina__section-two,
  .taxonomy__article--main-wrapper {
    margin-top: 5rem;
  }

  .our-essence__section-two {
    margin-top: 9rem;
  }

  .taxonomy__article-header {
    margin-top: 2rem;
  }

  .page-template-shop-page .catalina__section-four {
    padding-top: 0;
    flex-direction: column-reverse;
    padding-bottom: 3rem;
  }

  .shop-page__block-five--left__upper-text,
  .shop-page__block-five--left__content {
    color: #121210;
  }

  .shop-page__section-five__block-two {
    padding: 0 4rem;
  }

  .shop-page__block_four--separator:first-of-type {
    display: block !important;
  }

  .shop-page__section-five__block-two__text {
    font-size: 3.3rem;
    line-height: 4.5rem;
  }

  .shop-page__section-five {
    padding-left: 2rem;
  }

  /**********************Pagina Prensa *****************************/

  .taxonomy__article {
    grid-template-columns: repeat(1, 1fr);
  }

  .taxonomy__article-title {
    line-height: 1.3;
  }

  /******************Contact Page *****************************/
  .contact-page {
    flex-wrap: wrap;
  }

  .contact-page__left-block {
    width: 100%;
  }

  .contact-page__right-block {
    width: 100%;
    padding-right: 0;
  }

  .contact-page__left-block--inner {
    padding: 6rem 0rem;
    padding-left: 0rem;
    padding-right: 4rem;
  }

  .contact-page__right-block--inner {
    padding: 10rem 4.5rem;
    padding-right: 4.5rem;
  }

  .portalet__submit--wrapper {
    flex-wrap: wrap;
    gap: 55px;
  }

  .checkbox-wrapper-31 {
    transform: scale(0.4) translate(-50%, -50%);
    top: -6.3px;
  }

  .right_section_inner_two_home {
    padding: 6rem var(--fc-primary-padding-single);
  }

  /******************Single Projects***************************/

  .taxonomy__tipo-de-proyecto__post-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-project__block-two__text-block {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .single-project__block-two__text-block--left {
    width: 100%;
  }

  .single-project__block-two__text-block--right {
    width: 100%;
  }

  .single-project__block-one {
    display: none;
  }

  .single-proyecto .shared-banner__main-wrapper {
    margin-bottom: 6rem;
  }
}

@media (max-width: 400px) {
  .catalina__section-two::after {
    top: 23%;
    height: 20%;
  }
}
