/*
  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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "Uni Sans Heavy";
  src: url("/wp-content/themes/factoria-creativa-child/assets/fonts/Uni_Sans_Heavy.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* 'Uni Sans Heavy', sans-serif;  */

:root {
  --primary-font-family: "Rubik", sans-serif;
  --secondary-font-family: "Rubik", sans-serif;
  --max-width: 1340px;

  /********************Colors******************/

  --color-red: #d6303c;
  --color-green-living: #43a780;
  --color-icon: #c2c2c2;
  --color-text: #7a7a7a;
  --color-title: #3d3d3d;
  --color-grey-bg: #f3f3f3;
}

*,
a:hover,
a {
  text-decoration: none;
  color: inherit;
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 */
  font-size: 62.5%;
  font-family: var(--primary-font-family);
  overflow-x: hidden;
  /* May not work on Safari */
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font-family);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-title);
  line-height: 2.7rem;
  letter-spacing: 0.02em;
}

main {
  margin-top: 10rem;
  min-height: calc(100vh - 38rem);
}

.no-margin-top {
  margin-top: 0;
}

/* --------------------------- Titulos y texto --------------------------- */

.title {
  text-transform: uppercase;
}

.title54 {
  font-size: 5.4rem;
  font-weight: 200;
}

.title32 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 120%;
}

.subtitle28 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 40px;
}

.subtitle24 {
  font-size: 2.4rem;
  font-weight: 400;
}

.titles_wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
  margin: auto;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.titles_wrapper h1 {
  margin: 0;
}

.shared-featured-projects--inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.shared-featured-projects--description {
  max-width: 98rem;
  margin: 0 auto;
}

/* --------------------------- Contenedores de sección --------------------------- */
.inner-section-wrapper {
  max-width: var(--max-width);
  padding: 10rem 0;
  margin: auto;
}

.horizontal-rule-wrapper {
  max-width: var(--max-width);
  margin: auto;
}

/* --------------------------- Header y Footer --------------------------- */

.header__social-media__single-wrapper:hover,
.footer__social-media__single-wrapper:hover {
  transform: scale(1.3);
}

.header__social-media__single-wrapper,
.footer__social-media__single-wrapper {
  transition: transform 0.5s;
}

/* --------------------------- Header --------------------------- */

.home header label[for="toogle-menu"],
.home header .black_button,
.home .footer__menu-two .menu-item:nth-child(2) {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  height: 12rem;
  top: 0;
  z-index: 9999;
  background-color: rgb(255 255 255 / 60%);
}

.header__inner-wrapper {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  height: 100%;
}

.header__inner-wrapper > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__custom-logo-wrapper {
  align-content: center;
}

.header__custom-logo-wrapper img,
.const-industrializada-section-two__custom-logo-wrapper img {
  width: 25rem;
  height: auto;
}

.header__menu-wrapper {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.header__social-media-icons {
  width: fit-content;
  height: 9rem;
  gap: 2rem;
  transform: translateX(-3rem);
  opacity: 0;
  transition: 0.4s ease;
}

.header__social-media__icon-wrapper svg g path {
  fill: var(--color-grey-bg)!important;
}

.mobile-header__buttons-wrapper,
.mobile-header__custom-logo-wrapper {
  display: none;
}

header .red_button span {
  color: var(--color-title);
}

header .red_button svg {
  color: var(--color-red);
}

header .red_button:hover svg {
  color: white;
}

header .header__menu-wrapper,
header .header__custom-logo-wrapper {
  display: relative;
  z-index: 9999;
}

header .header__social-media-icons .gtranslate__wrapper {
  display: none;
}

.gtranslate__wrapper {
  width: 9.8rem;
  position: relative;
  padding: 0.5rem;
  top: 0;
}

.gtranslate_wrapper {
  position: absolute;
  top: -1.8rem;
}

.gtranslate__wrapper .gt_options {
  width: 100% !important;
}

.gtranslate__mobile-wrapper {
  display: none;
}

.gtranslate__wrapper .gt_float_switcher .gt_options.gt-open {
  background: #fff;
  margin-top: 1rem;
}

#gt_float_wrapper img {
  display: none;
}

#gt_float_wrapper .gt_float_switcher {
  box-shadow: none;
  background: transparent;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
  background: transparent;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0.5rem 1rem;
  border-bottom: 0.1rem solid black;
  width: 9.8rem;
  display: flex;
  justify-content: space-between;
}

#gt_float_wrapper .gt_float_switcher .gt_options a {
  padding: 1rem 2rem;
}

#gt_float_wrapper .gt_float_switcher .gt_options a:hover {
  color: var(--color-text);
  background: transparent;
}

#gt_float_wrapper span,
#gt_float_wrapper a {
  font-size: 1.4rem;
}

#gt_float_wrapper span {
  font-family: var(--secondary-font-family);
  font-weight: 700;
}

/* HAMBURGER ICON */

.header__menu-hamburger__icon-wrapper {
  width: 3rem;
  height: 2rem;
  position: relative;
  margin-left: 2rem;
  z-index: 999;
  cursor: pointer;
}

.header__menu-hamburger__icon-wrapper .bar {
  padding: 0;
  width: 3rem;
  height: 0.4rem;
  display: block;
  border-radius: 0.4rem;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.page-template-profesionales-sistemas .select-page__wrapper > div {
  border-top: 1px solid var(--color-icon);
}

.header__menu-hamburger__icon-wrapper .bar {
  background-color: var(--color-title);
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 0.8rem;
}

.bar3 {
  right: 0;
  opacity: 0;
}

.bar4 {
  bottom: 0;
}

.header__inner-wrapper label {
  margin: 0;
}

.toogle-menu:checked
  + .header__inner-wrapper
  .header__menu-hamburger__icon-wrapper
  .bar1 {
  transform: translateX(4rem);
  background-color: transparent;
}

.toogle-menu:checked
  + .header__inner-wrapper
  .header__menu-hamburger__icon-wrapper
  .bar2 {
  transform: rotate(45deg);
}

.toogle-menu:checked
  + .header__inner-wrapper
  .header__menu-hamburger__icon-wrapper
  .bar3 {
  transform: rotate(-45deg);
  opacity: 1;
}

.toogle-menu:checked
  + .header__inner-wrapper
  .header__menu-hamburger__icon-wrapper
  .bar4 {
  transform: translateX(-4rem);
  background-color: transparent;
}

/* TOOGLE MENU ANIMATION */

@keyframes hover {
  50% {
    transform: translateX(1rem);
  }
}

header nav {
  position: fixed;
  height: calc(100dvh - 12rem);
  width: 100%;
  right: -100%;
  top: 12rem;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 10rem 3rem 0 3rem;
  align-content: center;
  justify-items: center;
  z-index: 99;
  height: 100dvh;
  top: 0rem;
  background: white;
}

header .navbar-nav {
  margin-bottom: 2rem;
}

header .navbar-nav > .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

header .navbar-nav > .menu-item > a {
  position: relative;
}

.menu-item .dropdown-menu.show {
  position: relative !important;
  transform: translate3d(0, 0, 0) !important;
  border: none;
  width: 100%;
}

header nav > .header__social-media-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav > .header__social-media-icons path {
  fill: var(--color-title);
}

header nav > ul li {
  cursor: pointer;
  padding: 1rem;
  transform: translateX(-3rem);
  opacity: 0;
  transition: 0.4s ease;
}

header nav > ul li a {
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: var(--color-title);
  font-weight: 600;
}

/* DROPDOWN MENU */
.dropdown-toggle-btn {
  background: none;
  border: none;
  padding: 0 0.5rem 0 2rem;
  margin-left: 5px;
  cursor: pointer;
}

.dropdown-toggle-btn .caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown-menu .menu-item > a {
  text-transform: none;
  padding: 0 1rem;
  font-weight: 400;
}

/* header nav>ul li:hover:not(:has(.dropdown-menu.show)) {
  animation: hover 0.5s;
} */

header input[type="checkbox"] {
  display: none;
  opacity: 0;
  pointer-events: none;
}

header input[type="checkbox"]:checked ~ nav {
  right: 0;
}

header input[type="checkbox"]:checked ~ nav ul li,
header input[type="checkbox"]:checked ~ nav .header__social-media-icons {
  opacity: 1;
  transform: translateX(0rem);
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(8) {
  transition-delay: 0.8s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(9) {
  transition-delay: 0.9s;
}

header input[type="checkbox"]:checked ~ nav ul li:nth-child(10) {
  transition-delay: 1s;
}

header input[type="checkbox"]:checked ~ nav .header__social-media-icons {
  transition-delay: 1.1s;
}

/* --------------------------- TERMINA Header --------------------------- */

/* --------------------------- Footer --------------------------- */

.main-footer__wrapper {
  background-color: var(--color-red);
}

.living-footer__wrapper {
  background-color: var(--color-title);
}

.main-footer__inner-wrapper,
.living-footer__inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 0;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: var(--primary-font-family);
  color: #fff;
  gap: 4rem;
}

.main-footer__inner-wrapper a,
.living-footer__inner-wrapper a {
  color: #fff;
}

.main-footer__inner-wrapper li,
.living-footer__inner-wrapper li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__logo-wrapper img {
  width: 25rem;
  height: auto;
}

.footer__menu-one {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 0;
  margin-top: 2rem;
}

.footer__menu-one li:not(:last-child)::after {
  content: "-";
  padding-left: 1.5rem;
}

.footer__section-one {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: end;
}

.copyright-text p {
  display: inline;
}

.footer__section-two {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__section-three {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer_title {
  font-weight: 600;
  font-size: 1.4rem;
  font-family: var(--primary-font-family);
}

.footer__brand-corner-wrapper {
  display: inline-flex;
  align-items: center;
}

.footer__menu-two li {
  border: 0.1rem solid #fff;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
}

.footer__menu-two {
  display: flex;
  gap: 2rem;
  padding: 0;
  justify-content: flex-end;
}

.footer__brand-corner-wrapper img {
  width: 20rem;
  height: auto;
}

.footer__social-media-icons {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}

.footer__nav-two-wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-direction: column;
}

.footer__informacion-sector-wrapper h4 {
  font-family: var(--primary-font-family);
  font-weight: 300;
  font-size: 1.4rem;
}

.footer__informacion-sector-wrapper {
  display: flex;
  gap: 3rem;
}

.footer__informacion-sector-wrapper > div {
  display: flex;
  flex-direction: column;
}

.footer-desktop__social-media-icons,
.footer-desktop__section-four {
  display: none;
}

footer .footer__social-media__icon-wrapper img {
  width: 3rem;
}

/* -------------------------- Vivienda Unifamiliar ---------------------- */

.internal-industrialized-construction__section-two--cards__list-card {
  display: flex;
  align-items: center;
  padding: 5rem 7rem;
  border: 1px solid var(--color-icon);
}

.internal-industrialized-construction__section-two--cards__list-card > div {
  flex: 1 1 50%;
}

.internal-industrialized-construction__section-two--cards__list-card--information {
  padding: 5rem;
  padding-right: 0;
}

.internal-industrialized-construction__section-two--cards__list-card--information__icons {
  display: flex;
  align-items: center;
  gap: 6.2rem;
  > svg {
    max-width: 24rem;
    width: 100%;
  }
}

.internal-industrialized-construction__section-two--cards__list-card--information__attributes--attribute {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.internal-industrialized-construction__section-two--cards__list-card--information__attributes {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4.8rem;
}

.internal-industrialized-construction__section-two--inner.inner-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.internal-industrialized-construction__section-two--title.title32 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.internal-industrialized-construction__section-two--cards {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3.5rem;
}

.internal-industrialized-construction__section-two--cards__list-card--image
  > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.internal-industrialized-construction__section-two--cards__list-card:nth-of-type(
    even
  ) {
  flex-direction: row-reverse;
}

.internal-industrialized-construction__section-two--cards__list-card:nth-of-type(
    even
  )
  .internal-industrialized-construction__section-two--cards__list-card--information {
  padding: 5rem;
  padding-right: 5rem;
  padding-left: 0;
}

.internal-industrialized-construction__section-two--cards__list-card--information
  h3 {
  text-transform: uppercase;
}

.internal-industrialized-construction__section-three--information {
  display: flex;
  align-items: center;
}

.internal-industrialized-construction__section-three--information__left-block {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-right: 5rem;
}

.internal-industrialized-construction__section-three--information__right-block {
  width: 63%;
}

.internal-industrialized-construction__section-three--information__right-block
  > img {
  width: 100%;
  height: auto;
}

.internal-industrialized-construction__section-three--inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}

.internal-industrialized-construction__section-three--title {
  text-transform: uppercase;
}

.internal-industrialized-construction__section-three--information__left-block__general-data--element {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.internal-industrialized-construction__section-three--information__left-block__general-data--element__text {
  display: flex;
  gap: 0.6rem;
}

.internal-industrialized-construction__section-three--information__left-block__general-data {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* --------------------------- Botones --------------------------- */

.return-button {
  color: #9f9f9f;
}

.button_living::before,
.button_living::after {
  border-radius: 0rem;
}

.button {
  position: relative;
  background: none;
  display: flex;
  border: none;
  align-items: center;
  text-align: center;
  width: fit-content;
  padding: 1rem 2rem;
  transition: all 0.3s;
  font-family: var(--primary-font-family);
  font-weight: 400;
}

header .button,
footer .button,
header .button::before,
footer .button::before,
header .button::after,
footer .button::after {
  border-radius: 0.5rem;
}

header .button span,
footer .button span {
  font-size: 1.4rem;
  font-weight: 500;
}

.button span {
  transition: all 0.3s;
  transform: scale(1, 1);
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 9;
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.button::before {
  opacity: 0;
  /* background: purple; color fondo volteado */
  transform: scale(1, 0.1);
}

/* button:hover a {
  /* color: red; color texto volteado
} */

.button:hover::before,
.living-portal-section-one__wrapper__element
  .anchor-img:hover
  ~ .living-portal-section-one__wrapper__element--inner
  .button_living::before {
  opacity: 1;
  transform: scale(1, 1);
}

.button::after {
  transition: all 0.3s;
  /* border: 1px solid rgba(37, 212, 14, 0.5); borde boton */
}

.button:hover::after,
.living-portal-section-one__wrapper__element
  .anchor-img:hover
  ~ .living-portal-section-one__wrapper__element--inner
  .button_living::after {
  transform: scale(1, 0.1);
  opacity: 0;
}

.no-color_button::after {
  border: 0.1rem solid #fff;
  /* background-color: transparent; */
}

.no-color_button,
.red_button:hover span {
  color: #fff;
}

.no-color_button:hover span,
.living-portal-section-one__wrapper__element
  .anchor-img:hover
  ~ .living-portal-section-one__wrapper__element--inner
  .button_living
  span {
  color: var(--color-title);
}

.red_button {
  color: var(--color-red);
}

.no-color_button::before {
  border: 0.1rem solid #fff;
  background-color: #fff;
}

.red_button::after {
  border: 0.1rem solid var(--color-red);
}

.red_button {
  background-color: transparent;
}

.red_button::before {
  background-color: var(--color-red);
}

.button_14 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
}

.red_button_inverse {
  background-color: var(--color-red);
  color: #fff;
}

.black_button {
  background-color: transparent;
  color: var(--color-title);
}

.black_button:hover span {
  color: #fff;
}

.black_button::after {
  border: 0.1rem solid var(--color-title);
}

.black_button::before {
  background-color: var(--color-title);
}

/* --------------------------- Paginacion LIVING --------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  padding: 1rem 1.5rem;
}

.pagination .current {
  background-color: var(--color-grey-bg);
}

/* --------------------------- CARRUSEL SLICK --------------------------- */

.slick-slider .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  font-size: 2rem;
}

.slick-slider .fa-chevron-right {
  right: -4rem;
}

.slick-slider .fa-chevron-left {
  left: -4rem;
}

/* --------------------------- Banner compartido --------------------------- */

.living-shared-banner__main-wrapper {
  position: relative;
  height: 70rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.living-shared-banner__bg-wrapper .slick-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 70rem;
}

.living-shared-banner__bg-layer-wrapper {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 13%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.living-shared-banner__inner-wrapper {
  align-content: center;
  justify-items: center;
  height: 100%;
}

.living-shared-banner__inner-wrapper h1 {
  margin: 12rem 0 0 0;
  color: #fff;
}

/* -------------------------- RESEÑAS -------------------------- */

.reviews__inner-wrapper {
  display: flex;
  margin: 10rem 0;
}

.reviews__wrapper .slick-initialized .slick-slide {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 50%;
  background-color: #f3f3f3;
  height: auto;
}

.review__individual-wrapper aside {
  padding: 4rem 6rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review__individual-wrapper aside h4 {
  font-weight: 400;
}

.review__individual-wrapper img {
  object-fit: cover;
  object-position: center;
}

.review__project-image {
  width: 100%;
  height: 100%;
}

.review__individual-wrapper aside div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.reviews__wrapper .slick-slider .slick-track {
  display: flex;
}

.review__individual-wrapper--icon > img {
  max-width: 9.6rem;
  border-radius: 100%;
}

.review__user-name {
  max-width: 20rem;
}

.page-template-construccion-industrializada .reviews__inner-wrapper {
  margin-bottom: 0;
}

.wall-section-five__inner-wrapper {
  border: 1px solid #a6a6a6;
  padding: 11rem 7rem;
  margin-bottom: 20rem;
}

.wall-section-five__wrapper--data {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.wall-section-five__wrapper--data > div {
  flex: 1 1 50%;
}

.wall-section-five__wrapper--data__right-block img {
  width: 100%;
  aspect-ratio: 716/467;
  height: auto;
}

.wall-section-five__wrapper--data__left-block__icons {
  display: flex;
  align-items: center;
  gap: 6.2rem;
}

.wall-section-five__wrapper--data__left-block--text {
  margin-top: 4.8rem;
}

/* ------------------------ OTROS PROYECTOS / MODELOS - PLANTILLA COMPARTIDA -------------------------- */

.living-other-projects-models__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.living-other-projects-models__inner-wrapper > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related-project-or-model-item {
  display: flex;
  flex-direction: column;
}

.related-project-or-model-item figure {
  overflow: hidden;
  margin: 0;
}

.related-project-or-model-item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.related-project-or-model-item:hover img {
  transform: scale(1.1);
}

.living-related-projects-or-models__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.living-related-projects-or-models__wrapper a > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0.5rem;
  border-bottom: 0.1rem solid #c2c2c2;
}

.living-related-projects-or-models__wrapper a > div h4 {
  height: 5.8rem;
  align-content: center;
}

/* --------------------------- LIVING Cards shortcode --------------------------- */

.living-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.living-cards-wrapper .card-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 0;
  color: var(--color-title);
}

.living-cards-wrapper .svg-icon img,
.horizontal-living-cards-wrapper .svg-icon img {
  width: 4.5rem;
}

.living-cards-wrapper .card-wrapper > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.living-cards-wrapper .card-wrapper > div > div > div:last-child h3,
.living-cards-wrapper .card-wrapper > div > div > div:last-child p,
.horizontal-living-cards-wrapper .card-wrapper > div > div > div:last-child h3 {
  margin: 0;
}

.living-cards-wrapper .card-wrapper:not(:first-child),
.living-cards-wrapper .card-wrapper:not(:nth-child(2)) {
  border-bottom: 0.1rem solid #c2c2c2;
}

.living-cards-wrapper .card-wrapper:first-child,
.living-cards-wrapper .card-wrapper:nth-child(2) {
  border-top: 0.1rem solid #c2c2c2;
}

.living-cards-wrapper .card-wrapper > div {
  padding: 0 6rem;
}

.living-cards-wrapper .card-wrapper:nth-child(2n + 2) > div {
  border-left: 0.1rem solid #c2c2c2;
}

.border-card {
  padding: 6rem 3rem;
  border: 0.1rem solid #c2c2c2;
}

.border-card > div > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}

/* --------------------------- LIVING - Homepage --------------------------- */

/* ------ Section 1 ------- */

.living-homepage-section-one__wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.living-homepage-section-one__bg-layer-wrapper {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.living-homepage-section-one__inner-wrapper {
  align-content: flex-end;
  height: 70rem;
  font-family: var(--primary-font-family);

  text-transform: uppercase;
}

.living-homepage-section-one__inner-wrapper h1 {
  width: 100rem;
  color: #fff;
  margin: 0;
}

.badge-living {
  display: inline-block;
  background-color: #43a880; /* verde etiqueta */
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px 2px 10px;
  border-radius: 0;
  margin-bottom: 120px;
  width: auto;
  max-width: max-content;
}

.living-portal-section-one__wrapper__element {
  overflow: hidden;
  position: relative;
}

.living-portal-section-one__wrapper__element img {
  transition: transform 0.6s ease; /* animacion */
  transform: scale(1);
}

.living-portal-section-one__wrapper__element:hover img {
  transform: scale(1.05); /* zoom */
}

/* Modificaciones para el espaciado consistente del portal living */

.living-portal-section-one__wrapper__element--inner {
  max-width: 67rem;
  display: flex;
  flex-direction: column;
  height: 100%; /* Asegurar altura completa */
  min-height: 500px; /* Altura mínima para consistencia */
}

/* Distribución específica de los bloques */
.portal-block--label {
  flex: 0 0 auto; /* Altura automática para la etiqueta */
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem; /* Espaciado consistente */
}

.portal-block--content {
  flex: 1 1 auto; /* Toma el espacio disponible */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* gap: 2rem */
  margin-bottom: 2rem; /* Espaciado antes del botón */
}

.portal-block--button {
  flex: 0 0 auto; /* Altura automática para el botón */
  display: flex;
  align-items: flex-end;
  margin-top: auto; /* Empuja el botón hacia abajo */
}

/* Ajustes para la etiqueta */
.badge-living--aligned {
  margin-bottom: 0; /* Quitar margen inferior por defecto */
}

@media (max-width: 1023px) {
  .portal-block--label {
    margin-bottom: 1.5rem;
  }

  .portal-block--content {
    margin-bottom: 0rem;
  }

  .living-portal-section-one__wrapper__element--inner {
    min-height: 370px; /* Altura mínima para consistencia */
  }

  .living-portal-section-one__wrapper__element:first-of-type,
  .living-portal-section-one__wrapper__element:last-of-type {
    padding-right: 0;
  }
  .living-portal-section-one__wrapper__element:last-of-type > div {
    padding-left: 0rem;
  }
  .living-portal-section-one__wrapper__element:first-of-type {
    justify-content: unset !important;
  }
}

/* Range tablet: da 768 a 1080 */
@media (min-width: 768px) and (max-width: 1080px) {
  .living-portal-section-one__wrapper__element {
    display: flex;
    justify-content: left; /* o flex-start se preferisci */
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .living-portal-section-one__wrapper__element--inner {
    max-width: 100%;
    margin-top: 3em;
    height: auto;
    min-height: unset;
  }

  .living-portal-section-one__wrapper__element > div {
    padding-left: 0;
    padding-right: 0;
  }

  .portal-block--content {
    flex: 0 0 auto;
    margin-bottom: 1.5rem;
  }

  .portal-block--button {
    margin-top: 1rem;
    align-self: flex-start; /* o center per avere tutto centrato */
  }

  .living-portal-section-one__wrapper__element {
    flex: none; /* annulla la regola */
    width: 100%; /* oppure definisci tu come vuoi che si comporti */
  }
}

@media (max-width: 1024px) {
  .living-portal-section-one__wrapper__element--inner {
    height: auto; /* evita l'altezza forzata */
    min-height: unset; /* rimuove il minimo che crea “vuoto” */
  }
  .portal-block--content {
    flex: 0 0 auto; /* non occupa tutto lo spazio */
  }
  .portal-block--button {
    margin-top: 1rem; /* piccola distanza dal testo */
    align-self: flex-start; /* opzionale: allinea a sx (o center) */
    /* align-self: center; */
  }
}

/* ------ Section 2 ------- */

.living-homepage-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.living-homepage-section-two__subsection-one {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 6rem;
  padding-bottom: 10rem;
}

.living-homepage-section-two__subsection-one > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.living-homepage-section-two__subsection-one aside {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.living-homepage-section-two__subsection-one aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 3;
}

/* ------ B2B invierte orden section 3 y 4 ------- */

.post-1258 .invert-sections {
  display: flex;
  flex-direction: column-reverse;
}

/* ------ Section 3 ------- */

.living-homepage-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
  align-items: center;
}

/* ------ Section 6 ------- */

.living-homepage-section-six__inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.living-homepage-section-six__inner-wrapper > div {
  width: 100%;
}

.living-homepage-section-six__inner-wrapper .slick-initialized .slick-slide {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 20rem;
}

.living-homepage-section-six__inner-wrapper .living-blog-post-card {
  padding: 0 2rem;
  border-right: 0.1rem solid #c2c2c2;
}

.living-blog-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.living-homepage-section-six__inner-wrapper .living-blog-post-card__info {
  padding: 1rem 3rem;
}

.living-blog-post-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.living-blog-post-card__info a {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.living-homepage-section-six__inner-wrapper .fa-chevron-left {
  left: -2rem;
}

/* ------ Section 4 ------- */

.living-homepage-section-four__inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.living-homepage-section-four__subsection-one {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}

.living-homepage-section-four__subsection-one figure {
  overflow: hidden;
}

.living-homepage-section-four__subsection-one img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.living-homepage-section-four__subsection-one a:hover img {
  transform: scale(1.1);
}

.living-homepage-section-four__subsection-one a {
  width: calc(33% - 2.5rem);
}

.living-homepage-section-four__subsection-one span {
  border-bottom: 0.1rem solid #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  height: 10rem;
  gap: 1rem;
}

.living-homepage-section-four__subsection-one i {
  font-size: 2rem;
}

/* --------------------------- LIVING - PROYECTOS (Homepage y Galería de proyectos) --------------------------- */

.living-projects__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.living-homepage-section-three__inner-wrapper .living-projects__wrapper {
  grid-template-columns: repeat(3, 1fr);
}

.living-projects__information-wrapper {
  padding: 3rem 1rem 0.5rem 1rem;
}

.home-living-projects__information-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 2rem 0 1rem 0;
  height: 10rem;
}

.living-project-content {
  padding-right: 4rem;
}

.living-projects__information-wrapper h3 {
  display: flex;
  justify-content: space-between;
}

.living-projects__information-wrapper div {
  padding-right: 3rem;
}

.living-projects__wrapper a > div:first-child {
  overflow: hidden;
}

.living-projects__wrapper a img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-in-out;
}

.living-projects__wrapper a:hover img {
  transform: scale(1.1);
}

/* --------------------------- PORTAL -------------------------- */

.living-portal-section-one__wrapper {
  position: relative;
  height: auto;
  display: flex;
  gap: 2rem;
  min-height: 100vh;
}

.living-portal-section-one__wrapper__element {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
  padding: 15.5rem 0;
  background: linear-gradient(
    90deg,
    rgba(10, 15, 13, 0.75) 20.71%,
    rgba(13, 19, 17, 0) 62.37%
  );
  /* display: flex; */
  align-items: flex-end;
  color: #fff;
}

.living-portal-section-one__wrapper__element:first-of-type {
  justify-content: flex-end;
  padding-left: 10.9rem;
}

.living-portal-section-one__wrapper__element:last-of-type {
  padding-right: 10.9rem;
}

.living-portal-section-one__wrapper__element:last-of-type > div {
  padding-left: 10.9rem;
}

.living-portal-section-one__wrapper__element:first-of-type > div {
  padding-right: 20rem;
}

.living-portal-section-one__wrapper__element > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.living-portal-section-one__wrapper__element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.living-portal-section-one__wrapper__element--inner {
  max-width: 67rem;
}

.living-portal-section-one__bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 0.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.living-portal-section-one__bg-wrapper::after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
}

.living-portal-section-one__bg-wrapper:nth-of-type(1) {
  left: 0;
  right: 50%;
}

.living-portal-section-one__bg-wrapper:nth-of-type(2) {
  left: calc(50% + 0.5rem);
  right: 0;
}

.living-portal-section-one__inner-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  color: #fff;
  gap: 20rem;
  height: 100%;
  align-items: flex-end;
}

.living-portal-section-one__inner-wrapper > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* --------------------------- BLOG -------------------------- */

/* ------ Section 1 ------- */

.living-blog-section-one__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 0;
}

.blog-post-card.featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.blog-post-card.featured .blog-post-card__image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
}

.blog-post-card.featured .blog-post-card__info {
  padding: 6rem;
  height: 100%;
}

.blog-section-one__inner-wrapper h1 {
  color: var(--color-title);
  margin-bottom: 5rem;
}

.blog-post-card.featured .blog-post-card__info h3 {
  color: var(--color-title);
  margin-bottom: 1.5rem;
}

.blog-post-card__info__category {
  text-transform: uppercase;
}

.blog-post-card:not(.featured) {
  height: 100%;
  display: grid;
  grid-template-rows: 30rem auto;
}

/* ------ Section 2 ------- */

.living-blog-section-two__inner-wrapper .tab-content > .active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.living-blog-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.tab-pane .blog-post-card__image,
.other-blog-post-cards .blog-post-card__image {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
}

.blog-post-card__info__date {
  background-color: var(--color-grey-bg);
  width: fit-content;
  padding: 1rem 2rem;
}

.living-blog-section-two__inner-wrapper .nav {
  justify-content: flex-end;
}

.living-blog-section-two__inner-wrapper .nav-tabs .nav-link.active {
  text-decoration: underline;
  font-weight: 700;
}

.living-blog-section-two__inner-wrapper .nav-tabs .nav-link {
  text-transform: uppercase;
}

.living-blog-section-two__inner-wrapper .nav-tabs .nav-link.active,
.living-blog-section-two__inner-wrapper .nav-tabs .nav-link:hover,
.living-blog-section-two__inner-wrapper .nav-tabs,
.living-blog-section-two__inner-wrapper .nav-tabs .nav-link {
  border: none;
}

.blog-post-card__info {
  padding: 3rem;
  border: 0.1rem solid var(--color-icon);
}

.blog-post-card__info__read-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
}

/* --------------------------- BLOG - SINGLE POST -------------------------- */

.living-blog-post-section-one__inner-wrapper h2,
.living-blog-post-section-one__inner-wrapper h3,
.living-blog-post-section-one__inner-wrapper h4 {
  font-family: var(--secondary-font-family);
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.living-blog-post-section-one__inner-wrapper .post-thumbnail img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.living-blog-post-section-one__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.living-blog-post {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.living-blog-post {
  padding: 0 10rem;
}

.living-blog-post-section-one__inner-wrapper h1 {
  margin: 0.5rem 0;
}

.other-blog-post-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

.blog-post-card img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}

.living-blog-post-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 0;
}

.blog-post-card__info__read-more span {
  text-decoration: underline;
}

.blog-post-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 3rem;
}

/* --------------------------- ERROR 404 -------------------------- */

.error404__main-wrapper {
  height: 100%;
  padding: 20rem 20rem 15rem 20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.error404__inner-wrapper {
  background-color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 1rem;
}

.error404__inner-wrapper h1 {
  font-size: 6rem;
  max-width: 80rem;
}

/* --------------------------- CANAL DENUNCIAS --------------------------- */

/* ------ Section 1 ------- */

.denuncias-section-one__inner-wrapper h1 {
  color: var(--color-title);
}

.denuncias-section-one__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ------ Section 2 ------- */

.denuncias-section-two__wrapper {
  margin-bottom: 10rem;
}

.denuncias-section-two__inner-wrapper {
  border: 0.1rem solid var(--color-title);
  text-align: center;
  color: var(--color-title);
}

.denuncias-section-two__inner-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* --------------------------- SOBRE NOSOTROS LIVING --------------------------- */

/* Seccion 2 */

.living-sobre-nosotros-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.living-sobre-nosotros-section-two__subsection-one lite-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.living-sobre-nosotros-section-two__subsection-one {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.living-sobre-nosotros-section-two__subsection-two {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 10rem;
}

.living-sobre-nosotros-section-two__subsection-two img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.horizontal-living-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-bottom: 0.1rem solid #c2c2c2;
  border-top: 0.1rem solid #c2c2c2;
}

.horizontal-living-cards-wrapper .card-wrapper {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 3rem 0;
  color: var(--color-title);
}

.horizontal-living-cards-wrapper .card-wrapper > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: left;
  padding: 0 2rem;
}

.horizontal-living-cards-wrapper .card-wrapper h3 {
  font-size: 2.4rem;
  font-family: var(--primary-font-family);
  font-weight: 400;
}

.horizontal-living-cards-wrapper .card-wrapper p {
  font-size: 1.8rem;
  font-family: var(--primary-font-family);
  font-weight: 400;
}

.horizontal-living-cards-wrapper .card-wrapper:not(:nth-child(3n + 1)) > div {
  border-left: 0.1rem solid #c2c2c2;
  width: 100%;
}

.living-sobre-nosotros-section-four__wrapper--text {
  max-width: 80rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.3rem;
  text-align: center;
  letter-spacing: 0.02em;
}

/* ------ Section 3 ------- */

.living-sobre-nosotros-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}

.living-sobre-nosotros-section-three__inner-wrapper > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.living-sobre-nosotros-section-three__inner-wrapper > div:has(.border-card) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.living-sobre-nosotros-section-three__department-card {
  border-bottom: 0.1rem solid #c2c2c2;
}

.living-sobre-nosotros-section-three__department-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.living-sobre-nosotros-section-three__department-card > div {
  text-align: center;
  padding: 4rem 0;
}


/* ------ Section 4 ------- */

.living-sobre-nosotros-section-four__inner-wrapper {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.living-sobre-nosotros-section-four__inner-wrapper h2 {
  text-align: center;
}

.living-sobre-nosotros-section-four__wrapper {
  padding: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* -------------------------- FAQ LIVING -------------------------- */

/* ------ Section 2 ------- */

.living-faq-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.living-faq-section-two__inner-wrapper .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.living-faq-section-two__inner-wrapper .accordion-item {
  border: 0.1rem solid #c2c2c2;
}

.living-faq-section-two__inner-wrapper .accordion-button {
  font-family: var(--primary-font-family);
  font-weight: 600;
  font-size: 2rem;
}

.living-faq-section-two__inner-wrapper .accordion-body {
  font-family: var(--primary-font-family);
  font-weight: 400;
  font-size: 2rem;
}

/* ------ Section 3 ------- */

.living-faq-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

/* ACORDEON */

.accordion-button:not(.collapsed) {
  color: var(--color-title);
  background-color: transparent;
}

.accordion-button,
.accordion-collapse,
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* -------------------------- CASAS MADERA -------------------------- */

.living-casas-madera-section-two__inner-wrapper {
  padding-bottom: 0;
}

/* ------ Section 3 ------- */

.living-casas-madera-section-three__inner-wrapper {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10rem;
}

.living-casas-madera-section-three__inner-wrapper > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.living-casas-madera-section-three__inner-wrapper > aside > img {
  width: 50%;
}

.living-casas-madera-section-three__inner-wrapper > aside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ------ Section 4 ------- */

.living-casas-madera-section-four__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.living-casas-madera__tabs {
  border: 0.1rem solid var(--color-text);
  padding: 4rem;
}

.living-casas-madera__tabs .tab-content > .active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 4rem 6rem;
}

.living-casas-madera__tabs .tab-content aside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.living-casas-madera__tabs .tab-content img {
  width: 100%;
}

.living-casas-madera__tabs .nav-pills .nav-item {
  border-bottom: 0.1rem solid var(--color-text);
  color: var(--color-title);
  width: 100%;
  justify-items: center;
}

.living-casas-madera__tabs .nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.living-casas-madera__tabs .nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--color-title);
  font-weight: 700;
}

.living-casas-madera__tabs .nav-pills .nav-link {
  white-space: nowrap;
  padding: 2rem;
}

.living-casas-madera__tabs .nav-pills .nav-item:has(.nav-link.active) {
  border-bottom: 0.3rem solid var(--color-title);
}

.living-casas-madera__tabs .tab-content a.button:hover path {
  fill: #fff;
}

/* ------ Section 5 ------- */

.living-casas-madera-section-five__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.ventajas-card {
  padding: 4rem 0;
  border-top: 0.1rem solid #c2c2c2;
}

.ventajas-card:last-of-type {
  border-bottom: 0.1rem solid #c2c2c2;
}

.ventajas-card > div {
  display: grid;
  grid-template-columns: 30rem 1fr;
  padding: 0 4rem;
}

.ventajas-card > div > div:first-child {
  border-right: 0.1rem solid #c2c2c2;
}

.ventajas-card > div > div {
  padding: 0 4rem;
}

.ventajas-card h3 {
  display: flex;
  gap: 2rem;
  color: var(--color-title);
  align-items: center;
}

.ventajas-card__counter {
  color: #c2c2c2;
  font-weight: 600;
  font-size: 3.2rem;
}

/* ------ Section 6 ------- */

.living-casas-madera-section-six__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.living-casas-madera-section-six__inner-wrapper > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* -------------------------- GALERIA PROYECTOS -------------------------- */

.living-projects-section-one__inner-wrapper,
.living-projects-section-one__inner-wrapper > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: center;
}

/* -------------------------- CASAS A MEDIDA -------------------------- */

/* Sección 2 */

.living-casas-medida-section-two__subsection-one {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}

.living-casas-medida-section-two__subsection-one > div {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 6rem;
  padding-bottom: 10rem;
  align-items: center;
}

.living-casas-medida-section-two__subsection-two {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}

.living-casas-medida-section-two__subsection-one > div img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.living-casas-medida-section-two__subsection-two .text-living > svg {
  margin-bottom: 2rem;
}

/* Sección 3 */

.living-casas-medida-section-three__wrapper {
  padding: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.living-casas-medida-section-three__inner-wrapper {
  background-color: #ffffffb3;
  padding: 10rem 20rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ANTES Y DESPUES */

.before-after__wrapper {
  padding: 10rem 10rem 0 10rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.slider-container {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper span {
  position: absolute;
  top: 2rem;
  background-color: #ffffffb3;
  padding: 1rem 2rem;
}

.img-wrapper span.before {
  left: 0;
}

.img-wrapper span.after {
  right: 0;
}

.img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line {
  position: absolute;
  left: 50%;
  transform: translateX(-55%);
  width: 0.4rem;
  height: 100%;
  background-color: #fafafa;
}

.before-after__wrapper input {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
}

.before-after__wrapper input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.before-after__wrapper input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.before-after__wrapper input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.before-after__wrapper input:active::-moz-slider-thumb {
  cursor: grabbing;
}

/* -------------------------- CASAS HORMIGÓN -------------------------- */

/* ------ Section 2 ------- */

.living-casas-hormigon-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

/* ------ Section 3 ------- */

.living-casas-hormigon-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.house-model-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.house-model-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* -------------------------- PROYECTO LIVING - SINGLE POST -------------------------- */

.living-single-project-section-two__wrapper h2,
.living-single-project-section-one__wrapper h1 {
  font-weight: 300;
}

.living-single-project-section-one__wrapper h1 {
  margin-top: 0;
}

/* ------ Section 1 ------- */

.living-single-project-section-one__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.living-single-project-section-one__subsection-two {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 4rem;
}

.living-single-project-section-one__subsection-two > .gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.living-single-project-section-one__subsection-two img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.living-single-project-section-one__subsection-two > .infomation-wrapper {
  position: relative;
}

.living-single-project-section-one__subsection-two > .infomation-wrapper > div {
  position: sticky;
  top: 15rem;
  bottom: 0;
}

/* ------ Section 2 ------- */

.living-single-project-section-two__inner-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  padding-bottom: 0;
  padding-top: 0;
}

.living-single-project-section-two__inner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.living-single-project-section-two__inner-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

/* ------ Section 3 ------- */

.living-single-project-section-three__wrapper {
  width: 100%;
}

.living-single-project-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-bottom: 0;
}

.living-single-project-section-three__inner-wrapper .project-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 0.1rem solid #c2c2c2;
  border-bottom: 0.1rem solid #c2c2c2;
}

.living-single-project-section-three__inner-wrapper .project-details p {
  padding: 3rem;
  margin: 0;
  align-items: center;
  display: flex;
}

.living-single-project-section-three__wrapper .slick-track,
.living-single-project-section-three__wrapper .item-slider1 {
  height: 40rem;
}

.living-single-project-section-three__wrapper .slick-slide {
  padding: 1rem;
}

.living-single-project-section-three__wrapper .item-slider1 .image-project {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* --------------------------- MODELO - SINGLE POST --------------------------- */

.model-post-section-one__wrapper .thumbnail {
  width: 100%;
  aspect-ratio: 9 / 4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.model-post-section-one__inner-wrapper {
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.model-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.model-gallery-wrapper img:nth-child(3n) {
  grid-column: span 2;
  /* height: 70rem; */
}

.model-gallery-wrapper img {
  width: 100%;
  /* height: 65rem; */
  object-fit: cover;
  aspect-ratio: 16/9;
}

.model-post-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.house-model-information__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-post-section-two__inner-wrapper .house-model-information__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.house-model-information__wrapper > div > a > span::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/pdf-icon.svg");
}

/* --------------------------- CASAS HORMIGÓN // PROYECTO LIVING - SINGLE POST // MODELO - SINGLE POST --------------------------- */

.house-model-card .house-model-information__wrapper,
.house-model-information__wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.house-model-card .house-model-information__wrapper {
  padding-right: 2rem;
}

.living-single-project-section-three__inner-wrapper .project-details p > *,
.house-model-information__wrapper p > * {
  height: 100%;
  align-content: center;
}

.house-model-information__wrapper p {
  display: flex;
}

.project-details .llave::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-key.svg");
}

.project-details .ubicacion::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-location.svg");
}

.project-details .habitacion::before,
.house-model-information__wrapper .habitacion::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-bed.svg");
}

.project-details .tiempo::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-plan.svg");
}

.project-details .superficie::before,
.house-model-information__wrapper .superficie::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-superficie.svg");
}

.house-model-information__wrapper .baño::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-bath.svg");
}

.project-details .energia::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/icon-energy.svg");
}

.project-details .proyecto::before {
  content: url("/wp-content/themes/factoria-creativa-child/assets/icons/project-icon.svg");
}

.project-details p::before,
.house-model-information__wrapper p::before {
  margin-right: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.house-model-information__wrapper p::before {
  width: 2.8rem;
  justify-items: center;
}

/* --------------------------- Contacto --------------------------- */

.page-template-contacto header {
  background-color: #fff;
}

.contact-section-one__bg-layer-wrapper {
  height: 40rem;
}

.contact-section-one__wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.contact-section-two__inner-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.form-inputs__wrapper {
  border: 0.1rem solid var(--color-icon);
  padding: 6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5rem;
  row-gap: 2rem;
}

.form-inputs__wrapper > span {
  max-width: calc(50% - 2.5rem);
  color: var(--color-text);
}

.form-column {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: calc(50% - 2.5rem);
}

.form-column-mobile {
  display: none;
}

.form-column:nth-of-type(2) label,
.form-column:nth-of-type(2) textarea {
  height: 100%;
}

.form-column label {
  display: block;
  width: 100%;
}

.contact-section-two__inner-wrapper input[type="submit"] {
  align-content: center;
  text-align: center;
  width: fit-content;
  padding: 1rem 2rem;
  font-family: var(--primary-font-family);
  font-weight: 400;
  border: 0.1rem solid var(--color-title);
  font-size: 1.8rem;
  text-transform: none;
}

.contact-section-two__inner-wrapper input[type="submit"]:hover {
  background-color: var(--color-title);
  color: #fff;
}

.form-column-mobile,
.form-column-mobile > label {
  width: 100%;
}

.form-column-mobile textarea {
  height: 15rem;
}

.form-column input,
.form-column select,
.form-column textarea,
.form-column-mobile textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.1rem solid var(--color-title);
  border-radius: 0;
  outline: none;
  padding-bottom: 1.6rem;
  color: var(--color-title);
}

.form-column select {
  padding-top: 0.5rem;
}

.form-column input::placeholder,
.form-column select::placeholder,
.form-column textarea::placeholder,
.form-column-mobile textarea::placeholder {
  color: var(--color-title);
}

.accept-terms {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 2rem;
}

#yourConsent {
  display: none;
}

.wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 3rem;
}

.form-column .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

.contact-section-two__inner-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding-left: 0;
  border: none;
  color: #dc3232;
}

.contact-section-two__inner-wrapper .wpcf7 form.sent .wpcf7-response-output {
  color: #438546;
}

/*  FORMULARIO CONTACTO - CHECKBOX  */

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0;
}

.checkbox-wrapper-31 > svg {
  border: 0.1rem solid var(--color-title);
  border-radius: 5rem;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg {
  border: 0.1rem solid var(--color-green-living);
  border-radius: 5rem;
}

.checkbox-wrapper-31 .background {
  fill: transparent;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
  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: 0.2rem;
  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: var(--color-green-living);
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

/* --------------------------- B2b - PROFESIONALES / SISTEMAS - páginas --------------------------- */

.profesionales-sistemas-section-one__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.select-page__wrapper {
  display: flex;
  gap: 2rem;
}

.select-page__wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
  align-items: center;
  border-bottom: 0.1rem solid #c2c2c2;
}

.select-page__wrapper h2 {
  padding-top: 2rem;
}

.page-logo {
  width: 20rem;
  object-fit: contain;
  padding-top: 2rem;
}

.page-thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* --------------------------- Arquitectos - página --------------------------- */

.arquitectos-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
}

.arquitectos-section-two__inner-wrapper section {
  display: flex;
  gap: 8rem;
}

.arquitectos-section-two__inner-wrapper
  section:not(.arquitecto__border-wrapper)
  img {
  width: 65%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.arquitectos-section-two__inner-wrapper
  .arquitecto__border-wrapper
  img:not(.text-image) {
  width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.arquitectos-section-two__inner-wrapper
  section:not(.arquitecto__border-wrapper) {
  padding: 0 8rem;
}

.arquitectos-section-two__inner-wrapper
  section:not(.arquitecto__border-wrapper)
  h3,
.arquitectos-section-two__inner-wrapper h2 {
  font-weight: 300;
}

.arquitecto__border-wrapper {
  padding: 7rem;
  border: 0.1rem solid var(--color-icon);
}

.arquitectos-section-two__inner-wrapper section > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.text-image {
  height: 7rem;
  object-fit: contain;
}

.text-images__wrapper {
  display: flex;
  gap: 4rem;
  align-items: center;
  padding-bottom: 2rem;
}

/* --------------------------- Promotores - página --------------------------- */

/* Sección 2 */

.promotores-section-two__inner-wrapper .titles_wrapper {
  gap: 16rem;
}

.promotores-section-two__inner-wrapper .cards_information {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.promotores-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.promotores-section-two__inner-wrapper > section > div {
  display: flex;
  gap: 8rem;
}

.promotores-section-two__inner-wrapper > section:first-of-type {
  margin-bottom: 10rem;
}

.promotores-section-two__inner-wrapper > section h3 {
  text-align: center;
  margin-bottom: 4rem;
}

.promotores-section-two__inner-wrapper > section img {
  width: 65%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.promotores-section-two__inner-wrapper > section > div > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* --------------------------- Industrialización I+D - páginas --------------------------- */

/* Sección 2 */

.id-section-two__inner-wrapper .cards_information {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.id-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

/* Sección 3 */

.id-section-three__inner-wrapper {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10rem;
  padding: 10rem 0;
}

.id-section-three__inner-wrapper > img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.id-section-three__inner-wrapper h3 button {
  text-transform: uppercase;
  font-size: 2.4rem;
}

/* ACORDEON */

.id-section-three__inner-wrapper .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  background-image: none !important;
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
}

.id-section-three__inner-wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.id-section-three__inner-wrapper .accordion-button:not(.collapsed) {
  color: var(--color-title);
  background-color: transparent;
}

.id-section-three__inner-wrapper .accordion-button,
.id-section-three__inner-wrapper .accordion-collapse,
.id-section-three__inner-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.id-section-three__inner-wrapper .accordion-button {
  gap: 1rem;
  border-bottom: 0.1rem solid #7b7b7b;
}

.id-section-three__inner-wrapper .accordion-body,
.id-section-three__inner-wrapper .accordion-button {
  padding-left: 0;
}

/* Sección 4 */

.id-section-four__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.id-section-four__inner-wrapper .cards_information {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.id-section-four__inner-wrapper img {
  width: 100%;
  max-height: 6rem;
  object-fit: contain;
}

.id-section-four__inner-wrapper .read-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.1rem solid var(--color-icon);
  padding-top: 1rem;
}

.id-card > div {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-direction: column;
  height: 100%;
}

.id-card > div > div {
  align-items: flex-start;
}

.id-card > div > div > div {
  text-align: start;
}

/* Sección 5 */

.id-section-five__wrapper {
  padding: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.id-section-five__inner-wrapper {
  background-color: #ffffffb3;
  padding: 10rem 20rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* --------------------------- B2b - ARCTIC / HYBRID - páginas --------------------------- */

.wall-section-one__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.wall-logo-image {
  height: 15rem;
  padding: 2rem 0;
  width: auto;
  object-fit: contain;
}

.wall-thumbnail {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

/* Sección 2 */

.wall-section-two__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.wall-section-two__inner-wrapper h2 {
  margin-bottom: 10rem;
}

/* Sección 2 */

.wall-section-three__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.wall-section-three__inner-wrapper h2 {
  text-align: center;
}

/* Sección 4 */

.wall-section-four__wrapper {
  padding: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wall-section-four__inner-wrapper {
  background-color: #ffffffb3;
  padding: 10rem 20rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wall-section-five__wrapper--data > div {
  flex: 1 1 50%;
}

.wall-section-five__wrapper--attributes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
}

.wall-section-five__wrapper--attributes > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.7rem;
  flex: 1 1 50%;
  padding: 6.1rem;
  max-width: 50%;
  border-top: 1px solid var(--color-icon);
  border-bottom: 1px solid var(--color-icon);
}

.wall-section-five__wrapper--attributes--element__icon {
  width: 6.4rem;
}

.wall-section-five__wrapper--attributes--element__text {
  text-transform: uppercase;
}

.wall-section-five__wrapper--attributes--element:nth-of-type(odd)::after {
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: var(--color-icon);
}

/********************************************Projects Shared Banner ********************************************************************/

.shared-featured-projects--loop {
  display: flex;
  list-style: none;
  padding: 0;
}

.shared-featured-projects--loop .slick-track {
  display: flex;
}

.shared-featured-projects--loop li {
  margin: 0 2rem;
}

.shared-featured-projects--loop--element__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 520/533;
  object-fit: cover;
}

.shared-featured-projects--loop--element__description {
  margin-top: 2.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.shared-featured-projects--loop--element__description span {
  text-transform: uppercase;
}

.internal-industrialized-construction__section-three--information--featured-image
  img {
  width: 100%;
}

.internal-industrialized-construction__section-two--cards__list-card--information__text {
  margin-bottom: 4rem;
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------- DESKTOP --------------------------------------------------------------------------- */

@media (width < 1600px) {
  body {
    font-size: 1.6rem;
  }

  main {
    margin-top: 5rem;
  }

  section.wall-section-one__wrapper {
    margin-top: 10rem;
  }

  /* --------------------------- Titulos y texto --------------------------- */

  .title54 {
    font-size: 5rem;
  }

  .title32 {
    font-size: 3rem;
  }

  .subtitle28 {
    font-size: 2.4rem;
  }

  .subtitle24 {
    font-size: 1.8rem;
  }

  /* --------------------------- Header --------------------------- */

  header {
    height: 10rem;
  }

  .header__inner-wrapper {
    padding: 3rem 10rem;
    max-width: 100%;
  }

  .header__custom-logo-wrapper img {
    width: 20rem;
  }

  /* --------------------------- Footer --------------------------- */

  .main-footer__inner-wrapper,
  .living-footer__inner-wrapper {
    max-width: 100%;
    padding: 5rem 10rem;
  }

  .footer__menu-two {
    flex-direction: column;
    align-items: flex-end;
  }

  /* --------------------------- Contenedores de sección --------------------------- */
  .inner-section-wrapper {
    max-width: 100%;
    padding: 10rem;
  }

  .horizontal-rule-wrapper {
    padding: 0 10rem;
  }

  /* --------------------------- Banner compartido --------------------------- */

  .living-shared-banner__bg-wrapper .slick-slide,
  .living-shared-banner__main-wrapper {
    height: 55rem;
  }

  .living-shared-banner__inner-wrapper h1 {
    margin: 8rem 0 0 0;
  }

  /* -------------------------- RESEÑAS -------------------------- */

  .review__individual-wrapper aside {
    padding: 6rem 3rem;
  }

  .review__individual-wrapper aside {
    height: auto;
  }

  /* -------------------------- CASAS MADERA -------------------------- */

  .living-casas-madera-section-two__inner-wrapper {
    padding-bottom: 0;
  }

  .living-casas-madera__tabs .nav-pills .nav-link {
    padding: 1.5rem;
  }

  /* -------------------------- CASAS A MEDIDA -------------------------- */

  .living-casas-medida-section-two__subsection-one > div {
    grid-template-columns: 0.8fr 1.2fr;
  }

  /* --------------------------- MODELO - SINGLE POST --------------------------- */

  .model-post-section-one__inner-wrapper {
    padding-bottom: 4rem;
  }

  /* --------------------------- BLOG SINGLE POST --------------------------- */

  .living-blog-post-section-two__inner-wrapper {
    padding-top: 0;
  }

  /* --------------------------- CANAL DENUNCIAS --------------------------- */

  /* ------ Section 2 ------- */

  .denuncias-section-two__inner-wrapper {
    margin: 0 10rem;
  }

  /* --------------------------- LIVING - Homepage --------------------------- */

  /* ------ Section 1 ------- */

  .living-homepage-section-one__inner-wrapper {
    height: 60rem;
  }

  /* -------------------------- CASAS HORMIGÓN -------------------------- */

  /* ------ Section 3 ------- */
  .living-casas-hormigon-section-three__inner-wrapper {
    padding-right: 0;
  }

  .living-casas-hormigon-section-three__inner-wrapper > div:first-child {
    padding-right: 10rem;
  }

  .horizontal-rule-wrapper {
    padding: 0;
    margin: 0;
  }

  /* -------------------------- CONTACTO -------------------------- */

  .contact-section-one__bg-layer-wrapper {
    height: 35rem;
  }
}

/* --------------------------------------------------------------------------- LAPTOP --------------------------------------------------------------------------- */

@media (max-width: 1280px) {
  body {
    font-size: 1.6rem;
  }

  /* HEADER */
  header nav > ul li {
    padding: 0.5rem;
  }

  header nav > ul li a {
    font-size: 1.5rem;
  }

  .header__custom-logo-wrapper img {
    width: 18rem;
  }

  .header__menu-wrapper {
    gap: 2.5rem;
  }

  .header__menu-wrapper > .gtranslate__wrapper {
    display: none;
  }

  .header__main-wrapper .header__social-media-icons .gtranslate__wrapper {
    display: block;
  }

  #gt_float_wrapper .gt_float_switcher .gt_options a {
    padding: 0.5rem 1rem;
  }

  /* TITULOS */

  .title32 {
    font-size: 2.8rem;
  }

  .subtitle30 {
    font-size: 2rem;
    line-height: 3rem;
  }

  /* --------------------------- SOBRE NOSOTROS LIVING --------------------------- */

  .living-sobre-nosotros-section-two__wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper {
    width: 50%;
  }

  .living-sobre-nosotros-section-two__wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper:first-child,
  .living-sobre-nosotros-section-two__wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper:nth-child(2) {
    border-bottom: 0.1rem solid #c2c2c2;
  }

  .horizontal-living-cards-wrapper .card-wrapper:nth-child(even) > div {
    border-left: 0.1rem solid #c2c2c2;
  }

  .horizontal-living-cards-wrapper .card-wrapper:nth-child(odd) > div {
    border: none;
  }

  /* Seccion 3 */

  .living-sobre-nosotros-section-three__department-card > div {
    padding: 2rem 0;
    align-content: center;
    height: 20rem;
  }

  /* --------------------------- MODELO SINGLE POST --------------------------- */

  .model-post-section-two__inner-wrapper .house-model-information__wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 2rem;
  }

  /* --------------------------- Footer --------------------------- */

  .main-footer__inner-wrapper,
  .living-footer__inner-wrapper {
    display: flex;
    flex-direction: column;
    padding: 7rem 10rem;
    gap: 5rem;
  }

  .footer__section-one .copyright__legal-menu__wrapper,
  .footer__section-three .footer__social-media-icons {
    display: none;
  }

  .footer__section-two {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 34rem;
    row-gap: 4rem;
    width: 87rem;
  }

  .footer__section-two .footer__sector-wrapper {
    width: fit-content;
  }

  .footer__section-two
    .footer__sector-wrapper:first-child
    .footer__informacion-sector-wrapper {
    gap: 10rem;
  }

  .footer__section-two
    .footer__sector-wrapper:nth-child(2)
    .footer__informacion-sector-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .footer__section-three {
    flex-direction: row;
    gap: 10rem;
    align-items: center;
  }

  .footer__brand-corner-wrapper {
    flex-direction: column;
  }

  .footer__social-media-icons {
    gap: 2rem;
  }

  .footer__brand-corner-wrapper {
    align-items: flex-start;
  }

  .footer__menu-two,
  .footer__nav-two-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
  }

  .footer__nav-two-wrapper .living_button_inverse {
    padding: 1.4rem 2rem;
  }

  .footer-desktop__social-media-icons {
    display: flex;
    gap: 1rem;
  }

  .footer-desktop__section-four {
    display: block;
  }

  /* CARDS */

  .card-wrapper p {
    font-size: 1.4rem;
  }

  .living-homepage-section-one__inner-wrapper h1 {
    width: 70rem;
  }

  .living-projects__wrapper a img {
    height: 25rem;
  }

  /* -------------------------- BLOG / BLOG - SINGLE POST -------------------------- */

  .blog-post-card:not(.featured) {
    grid-template-rows: 25rem auto;
  }

  .living-blog-section-two__inner-wrapper .tab-content > .active,
  .other-blog-post-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-post-card.featured .blog-post-card__info {
    padding: 6rem 4rem;
  }

  .living-blog-post-section-two__inner-wrapper {
    padding-top: 0;
  }

  .living-blog-post-section-one__inner-wrapper {
    gap: 6rem;
  }

  .living-blog-post {
    padding: 0;
  }

  /* -------------------------- CASAS MADERA -------------------------- */

  .living-casas-madera__tabs .tab-content > .active {
    padding: 4rem 0;
  }

  .living-casas-madera__tabs .nav-pills {
    display: flex;
    flex-direction: column;
  }

  .living-casas-madera__tabs .nav-pills .nav-link.active {
    border: none;
  }

  .living-casas-madera-section-three__inner-wrapper {
    gap: 4rem;
  }

  .living-casas-madera__tabs .tab-content aside {
    height: 27rem;
  }

  .living-casas-madera__tabs .tab-content aside {
    justify-content: flex-start;
  }

  .living-casas-madera__tabs .nav-pills .nav-item {
    justify-items: flex-start;
  }

  .living-casas-madera__tabs .nav-pills .nav-link {
    padding-left: 0;
  }

  /* -------------------------- CONTACTO -------------------------- */

  .form-inputs__wrapper {
    padding: 6rem 5rem;
  }

  /* --------------------------- ERROR 404 -------------------------- */

  .error404__inner-wrapper {
    padding: 6rem;
  }

  .error404__main-wrapper {
    padding: 18rem 20rem 15rem 20rem;
  }
}

/* --------------------------------------------------------------------------- TABLET --------------------------------------------------------------------------- */

@media (max-width: 1024px) {
  header .button {
    padding: 1rem;
  }

  header .button span {
    font-size: 1.2rem;
    font-weight: 500;
  }

  main {
    margin-top: 10rem;
  }

  .titles_wrapper {
    width: 100%;
    gap: 2rem;
  }

  .title32 {
    font-size: 2.6rem;
  }

  /* --------------------------- Portada ----------------------------------------*/

  .living-portal-section-one__wrapper {
    flex-wrap: wrap;
  }

  .living-portal-section-one__wrapper__element {
    max-width: 100%;
  }

  /* --------------------------- Contenedores de sección --------------------------- */
  .inner-section-wrapper {
    max-width: 100%;
    padding: 7rem 5rem;
  }

  /* --------------------------- Banner compartido --------------------------- */

  .shared-banner__image-bg-wrapper {
    width: 50%;
  }

  .shared-banner__inner-wrapper {
    grid-template-columns: 35% 55%;
  }

  /* -------------------------- CONTACTO -------------------------- */

  .contact-section-one__bg-layer-wrapper {
    height: 25rem;
  }

  .form-column-mobile {
    display: block;
  }

  .form-column:nth-child(2) {
    display: none;
  }

  .form-inputs__wrapper > span {
    max-width: 100%;
  }

  .form-column {
    width: 100%;
  }

  /* --------------------------- PROYECTO LIVING - SINGLE POST --------------------------- */

  .living-single-project-section-one__subsection-two {
    grid-template-columns: repeat(2, 1fr);
  }

  .living-single-project-section-two__inner-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .living-single-project-section-two__inner-wrapper img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  /* -------------------------- CASAS MADERA -------------------------- */

  .living-casas-madera-section-two__inner-wrapper {
    padding-bottom: 0;
  }

  /* --------------------------- SOBRE NOSOTROS LIVING --------------------------- */

  .living-sobre-nosotros-section-four__wrapper {
    padding: 7rem 5rem;
  }

  /* --------------------------- CANAL DENUNCIAS --------------------------- */

  /* ------ Section 2 ------- */

  .denuncias-section-two__inner-wrapper {
    margin: 0 5rem;
  }

  .living-sobre-nosotros-section-two__subsection-two {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  /* --------------------------- Header --------------------------- */

  header {
    height: 10rem;
  }

  .header__inner-wrapper {
    padding: 3rem 5rem;
  }

  .header__menu-wrapper {
    gap: 1rem;
    justify-content: flex-end;
  }

  .header__custom-logo-wrapper img,
  .const-industrializada-section-two__custom-logo-wrapper img {
    width: 18rem;
  }

  .bar2,
  .bar3 {
    top: 0.85rem;
  }

  .header__menu-hamburger__icon-wrapper .bar {
    height: 0.4rem;
  }

  /* --------------------------- Footer --------------------------- */

  .main-footer__inner-wrapper,
  .living-footer__inner-wrapper {
    padding: 7rem 5rem;
  }

  .footer__section-two
    .footer__sector-wrapper:first-child
    .footer__informacion-sector-wrapper {
    gap: 4rem;
  }

  .footer__section-two {
    column-gap: 29rem;
  }

  /* --------------------------- Living banner compartido --------------------------- */

  .living-shared-banner__inner-wrapper {
    height: 50rem;
  }

  .living-shared-banner__inner-wrapper h1 {
    margin-top: 10rem;
  }

  /* FOOTER */

  .footer__section-two,
  .footer__menu-two {
    flex-direction: row;
    width: fit-content;
  }

  .footer__menu-two li {
    text-align: center;
  }

  /* -------------------------- GALERIA PROYECTOS -------------------------- */

  .living-projects-section-one__inner-wrapper > div:nth-child(2) {
    gap: 6rem;
  }

  /* -------------------------- CASAS HORMIGÓN -------------------------- */

  /* ------ Section 3 ------- */

  .living-casas-hormigon-section-three__inner-wrapper {
    padding-right: 0;
  }

  .living-casas-hormigon-section-three__inner-wrapper > div:first-child {
    padding-right: 5rem;
  }

  .living-casas-hormigon-section-three__inner-wrapper .house-model-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .living-casas-hormigon-section-three__inner-wrapper
    .house-model-information__wrapper {
    grid-column: span 2;
  }

  .house-model-information__wrapper > div {
    display: flex;
    flex-direction: row;
  }

  /* --------------------------- SOBRE NOSOTROS LIVING --------------------------- */

  /* Seccion 2 */

  .living-sobre-nosotros-section-two__subsection-two {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  /* --------------------------- HOMEPAGE  --------------------------- */
  .living-homepage-section-three__inner-wrapper .living-projects__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .living-homepage-section-four__subsection-one a {
    width: calc(50% - 2.5rem);
  }

  .reviews__wrapper {
    margin: 7rem 0;
  }

  /* --------------------------- MODELO SINGLE POST --------------------------- */

  .living-related-projects-or-models__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* -------------------------- CASAS A MEDIDA -------------------------- */

  /* Sección 2 */

  .living-casas-medida-section-two__subsection-one,
  .living-casas-medida-section-two__subsection-two {
    gap: 2rem;
  }

  .living-casas-medida-section-two__subsection-one > div {
    grid-template-columns: 1fr;
  }

  .before-after__wrapper {
    padding: 7rem 0 0 0;
  }

  .living-casas-medida-section-three__wrapper {
    padding: 7rem 5rem;
  }

  .ventajas-card > div {
    padding: 0;
  }

  /* -------------------------- BLOG / BLOG - SINGLE POST -------------------------- */

  .blog-post-card.featured {
    grid-template-columns: 1fr;
    grid-template-rows: 35rem auto;
  }

  .living-blog-post-section-two__inner-wrapper {
    padding-top: 0;
  }

  .living-blog-post-section-one__inner-wrapper {
    gap: 4rem;
  }

  /* --------------------------- ERROR 404 -------------------------- */

  .error404__main-wrapper {
    padding: 18rem 15rem 15rem 15rem;
  }

  .living-sobre-nosotros-section-three__inner-wrapper > div:has(.border-card) {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------------------------------------------------------------- MOVIL --------------------------------------------------------------------------- */

@media (max-width: 850px) {
  .internal-industrialized-construction__section-two--cards__list-card {
    flex-wrap: wrap;
  }

  .internal-industrialized-construction__section-two--cards__list-card > div {
    flex: unset;
    padding-left: 0;
    width: 100%;
  }

  .internal-industrialized-construction__section-three--information__right-block {
    display: none;
  }

  .internal-industrialized-construction__section-three--information__left-block {
    width: 100%;
  }

  .promotores-section-two__inner-wrapper > section > div {
    flex-wrap: wrap;
  }

  .promotores-section-two__inner-wrapper > section img {
    width: 100%;
  }

  .promotores-section-two__inner-wrapper > section:first-of-type {
    margin-bottom: 1rem;
  }

  .arquitectos-section-two__inner-wrapper
    section:not(.arquitecto__border-wrapper) {
    padding: 0 0rem;
  }

  .arquitectos-section-two__inner-wrapper section {
    flex-wrap: wrap;
  }

  .arquitectos-section-two__inner-wrapper
    .arquitecto__border-wrapper
    img:not(.text-image) {
    width: 100%;
  }

  .arquitectos-section-two__inner-wrapper
    section:not(.arquitecto__border-wrapper)
    img {
    width: 100%;
  }

  .arquitectos-section-two__inner-wrapper section:nth-of-type(even) {
    flex-wrap: wrap-reverse;
  }

  .id-section-two__inner-wrapper .cards_information {
    grid-template-columns: repeat(2, 1fr);
  }

  .id-section-three__inner-wrapper {
    grid-template-columns: 1fr;
  }

  .id-section-four__inner-wrapper .cards_information {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  main {
    margin-top: 15rem;
  }

  .living-sobre-nosotros-section-three__inner-wrapper > div:has(.border-card) {
    grid-template-columns: repeat(1, 1fr);
  }

  .horizontal-rule-wrapper {
    padding: 0;
  }

  .id-section-two__inner-wrapper .cards_information {
    grid-template-columns: repeat(1, 1fr);
  }

  .button {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }

  .button span {
    gap: 0.5rem;
  }

  .title40 {
    font-size: 2.5rem;
  }

  .title45 {
    font-size: 3rem;
    margin: 0;
  }

  .title54 {
    font-size: 3.8rem;
  }

  .title32 {
    font-size: 3rem;
  }

  .subtitle28 {
    font-size: 2rem;
    line-height: 28px;
  }

  .subtitle24 {
    font-size: 1.6rem;
  }

  .titles_wrapper {
    width: 100%;
  }

  .card-wrapper {
    width: 100%;
  }

  /* --------------------------- Contenedores de sección --------------------------- */
  .inner-section-wrapper {
    max-width: 100%;
    padding: 6rem 2rem;
  }

  /* -------------------------Portada ************************************/

  .living-portal-section-one__wrapper__element:first-of-type > div {
    padding-right: 0;
  }

  .living-portal-section-one__wrapper__element:first-of-type {
    padding-left: 3rem;
    padding-top: 23rem;
  }

  .living-portal-section-one__wrapper__element:last-of-type > div {
    padding-left: 0;
  }

  .living-portal-section-one__wrapper__element:last-of-type {
    padding-right: 3rem;
  }

  .living-portal-section-one__wrapper__element {
    padding: 10rem 3rem 8.5rem 3rem;
  }

  /* --------------------------- Header --------------------------- */

  header {
    height: auto;
  }

  .bar2,
  .bar3 {
    top: 0.8rem;
  }

  .header__inner-wrapper {
    padding: 3rem 2rem;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .header__inner-wrapper > div:nth-child(2) .header__menu-wrapper a {
    display: none;
  }

  .mobile-header__buttons-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
  }

  .header__menu-wrapper {
    width: fit-content;
  }

  .toogle-menu:checked
    + .header__inner-wrapper
    .header__menu-hamburger__icon-wrapper
    .bar2,
  .toogle-menu:checked
    + .header__inner-wrapper
    .header__menu-hamburger__icon-wrapper
    .bar3 {
    background-color: #fff;
  }

  header nav > ul li {
    padding: 2rem 0 0.5rem 0;
    border-bottom: 0.1rem solid #fff;
  }

  header nav > ul li {
    border-bottom: 0.1rem solid var(--color-title);
  }

  header nav > ul li a {
    text-align: left;
  }

  header nav {
    justify-items: flex-start;
    align-content: flex-start;
    padding: 3rem 2rem 4rem 2rem;
  }

  header .navbar-nav {
    width: 100%;
  }

  .mobile-header__custom-logo-wrapper {
    display: block;
    margin-bottom: 2rem;
  }

  .mobile-header__custom-logo-wrapper img {
    width: 3.9rem;
  }

  header .navbar-nav > .menu-item {
    justify-content: flex-start;
  }

  .dropdown-menu .menu-item {
    border: none;
  }

  .dropdown-menu .menu-item:first-child {
    padding-top: 0;
  }

  header
    .toogle-menu:checked
    + .header__inner-wrapper
    .header__menu-hamburger__icon-wrapper
    .bar2,
  header
    .toogle-menu:checked
    + .header__inner-wrapper
    .header__menu-hamburger__icon-wrapper
    .bar3 {
    background-color: var(--color-title);
  }

  header .header__social-media-icons .gtranslate_wrapper {
    display: block;
  }

  header .header__custom-logo-wrapper {
    z-index: 1;
  }

  header .button {
    padding: 0.5rem;
  }

  /* --------------------------- Living banner compartido --------------------------- */

  .living-shared-banner__inner-wrapper {
    height: 45rem;
  }

  .living-shared-banner__inner-wrapper h1 {
    margin-top: 15rem;
  }

  .wall-section-five__wrapper--data {
    flex-wrap: wrap-reverse;
  }

  .wall-section-five__wrapper--attributes > div {
    max-width: 100%;
  }

  /* --------------------------- CANAL DENUNCIAS --------------------------- */

  /* ------ Section 2 ------- */

  .denuncias-section-two__inner-wrapper {
    margin: 0 2rem;
  }

  /* --------------------------- Footer --------------------------- */

  .main-footer__inner-wrapper,
  .living-footer__inner-wrapper {
    padding: 4rem 2rem;
  }

  .footer__section-two {
    display: none;
  }

  .footer__section-three {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer__nav-two-wrapper {
    justify-content: flex-start;
  }

  .footer__menu-one {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .footer__menu-two li {
    width: 100%;
  }

  .footer__menu-two {
    flex-direction: column;
    width: 100%;
  }

  .footer__brand-corner-wrapper h4,
  .footer__brand-corner-wrapper img {
    width: 15rem;
  }
  
  .main-footer__inner-wrapper,
  .living-footer__inner-wrapper {
    font-size: 1.2rem;
  }

  .footer__brand-corner-wrapper {
    flex-direction: row;
  }

  .living-footer__inner-wrapper {
    gap: 3rem;
  }

  /* --------------------------- SOBRE NOSOTROS --------------------------- */

  .living-sobre-nosotros-section-two__inner-wrapper
    .horizontal-living-cards-wrapper {
    flex-direction: column;
    border: none;
    border-bottom: 0.1rem solid #c2c2c2;
  }

  .living-sobre-nosotros-section-two__wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper:first-child,
  .living-sobre-nosotros-section-two__wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper:nth-child(2) {
    border-bottom: none;
  }

  .living-sobre-nosotros-section-two__inner-wrapper
    .horizontal-living-cards-wrapper
    .card-wrapper {
    width: 100%;
    border-top: 0.1rem solid #c2c2c2;
  }

  .horizontal-living-cards-wrapper .card-wrapper:not(:nth-child(3n + 1)) > div {
    border: none;
  }

  .living-sobre-nosotros-section-two__subsection-two {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .living-sobre-nosotros-section-four__wrapper {
    padding: 0;
  }

  .living-sobre-nosotros-section-three__inner-wrapper > div {
    grid-template-columns: 1fr;
  }

  .living-sobre-nosotros-section-three__department-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .living-sobre-nosotros-section-three__department-card img {
    height: 350px;
  }

  .living-sobre-nosotros-section-three__department-card > div > div {
    padding: 0;
  }

  .living-sobre-nosotros-section-three__department-card > div {
    padding: 0;
    border-bottom: none;
  }

  .living-sobre-nosotros-section-three__inner-wrapper > div {
    gap: 4rem;
  }

  .living-sobre-nosotros-section-four__inner-wrapper {
    padding: 12rem 2rem;
  }

  .living-sobre-nosotros-section-three__department-card > div {
    height: auto;
  }

  /* --------------------------- LIVING - Homepage --------------------------- */

  /* ------ Section 1 ------- */

  .living-homepage-section-two__inner-wrapper {
    margin-top: 4rem;
  }

  .living-homepage-section-one__inner-wrapper h1 {
    width: 100%;
  }

  .living-homepage-section-two__subsection-one {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .living-cards-wrapper .card-wrapper {
    width: 100%;
  }

  .living-cards-wrapper {
    flex-direction: column;
  }

  .living-cards-wrapper .card-wrapper > div {
    padding: 0;
  }

  .living-cards-wrapper .card-wrapper:first-child,
  .living-cards-wrapper .card-wrapper:nth-child(2),
  .living-cards-wrapper .card-wrapper:not(:first-child),
  .living-cards-wrapper .card-wrapper:not(:nth-child(2)),
  .living-cards-wrapper .card-wrapper:nth-child(2n + 2) > div {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }

  .living-cards-wrapper .card-wrapper {
    padding: 2rem 0;
  }

  .living-homepage-section-two__inner-wrapper {
    gap: 4rem;
  }

  .living-homepage-section-three__inner-wrapper,
  .living-homepage-section-four__inner-wrapper {
    gap: 2rem;
  }

  .living-homepage-section-four__subsection-one {
    flex-direction: column;
  }

  .living-homepage-section-four__subsection-one a {
    width: 100%;
  }

  .living-homepage-section-three__inner-wrapper .living-projects__wrapper {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .home-living-projects__information-wrapper,
  .living-homepage-section-four__subsection-one span {
    height: auto;
  }

  .living-homepage-section-six__inner-wrapper .living-blog-post-card {
    padding: 0;
    border: none;
  }

  /* RESEÑAS */

  .reviews__inner-wrapper {
    margin: 6rem 0;
  }

  .reviews__wrapper .slick-initialized .slick-slide {
    display: block;
  }

  .review__individual-wrapper {
    width: 100%;
    margin: 0 2rem;
  }

  .item-slider-reviews .review__project-image {
    height: auto;
    aspect-ratio: 1;
  }

  .item-slider-reviews aside {
    height: auto;
  }

  .review__individual-wrapper aside {
    padding: 4rem 2rem;
  }

  .arquitectos-section-two__inner-wrapper
    section:not(.arquitecto__border-wrapper)
    img {
    width: 100%;
  }

  .arquitectos-section-two__inner-wrapper
    section:not(.arquitecto__border-wrapper) {
    padding: 0rem;
  }

  .arquitectos-section-two__inner-wrapper section {
    gap: 2rem;
    flex-direction: column;
  }

  .arquitectos-section-two__inner-wrapper section:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  /* -------------------------- GALERIA PROYECTOS -------------------------- */

  .living-projects__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .living-projects__information-wrapper {
    padding: 1.2rem 1rem 0.5rem 1rem;
  }

  .living-single-project-section-three__inner-wrapper .project-details {
    gap: 3rem;
    padding: 4rem 0;
  }

  .living-single-project-section-three__inner-wrapper .project-details p {
    padding: 0;
  }

  .internal-industrialized-construction__section-two--cards__list-card--information__logo
    > svg {
    width: 90%;
  }

  /* -------------------------- FAQ LIVING -------------------------- */

  /* ------ Section 2 ------- */

  .living-faq-section-two__inner-wrapper .accordion-body,
  .living-faq-section-two__inner-wrapper .accordion-button {
    font-size: 1.6rem;
    padding-left: 12.5px;
  }

  /* -------------------------- CASAS MADERA -------------------------- */

  .living-casas-madera-section-three__inner-wrapper {
    grid-template-columns: 1fr;
  }

  .living-casas-madera-section-two__inner-wrapper {
    padding-bottom: 0;
  }

  .living-casas-madera-section-four__inner-wrapper {
    gap: 4rem;
  }

  .living-casas-madera__tabs .tab-content > .active {
    grid-template-columns: 1fr;
  }

  .living-casas-madera__tabs {
    padding: 4rem 2rem;
  }

  .living-casas-madera__tabs .tab-content aside {
    height: auto;
  }

  .living-casas-madera-section-five__inner-wrapper {
    gap: 2rem;
  }

  /* --------------------------- LIVING - PROYECTOS (Homepage y Galería de proyectos) --------------------------- */

  .living-projects__wrapper a img,
  .living-homepage-section-four__subsection-one img {
    height: 20rem;
  }

  .promotores-section-two__inner-wrapper .cards_information {
    grid-template-columns: repeat(1, 1fr);
  }

  /* -------------------------- GALERIA PROYECTOS -------------------------- */

  .living-projects-section-one__inner-wrapper {
    gap: 6rem;
  }

  /* -------------------------- PROYECTO LIVING - SINGLE POST -------------------------- */

  /* ------ Section 1 ------- */

  .living-single-project-section-one__inner-wrapper {
    gap: 4rem;
  }

  .living-single-project-section-one__subsection-two,
  .living-single-project-section-two__inner-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .living-single-project-section-two__inner-wrapper {
    grid-template-rows: auto 20rem;
  }

  .living-single-project-section-one__subsection-two {
    display: flex;
    flex-direction: column-reverse;
  }

  /* ------ Section 3 ------- */

  .living-single-project-section-three__wrapper .slick-track,
  .living-single-project-section-three__wrapper .item-slider1 {
    height: 25rem;
  }

  .living-single-project-section-three__wrapper .slick-slide {
    padding: 0;
  }

  /* ------------------------ OTROS PROYECTOS / MODELOS - PLANTILLA COMPARTIDA -------------------------- */

  .living-other-projects-models__inner-wrapper > div:first-child {
    flex-direction: column;
    gap: 1rem;
  }

  .living-related-projects-or-models__wrapper {
    grid-template-columns: 1fr;
  }

  /* -------------------------- CONTACTO -------------------------- */

  .form-inputs__wrapper {
    padding: 6rem 2rem;
  }

  .contact-section-one__bg-layer-wrapper {
    height: 20rem;
  }

  .accept-terms {
    flex-direction: column;
  }

  .contact-section-two__inner-wrapper input[type="submit"] {
    width: 100%;
  }

  /* -------------------------- MODELO - SINGLE POST -------------------------- */

  .model-post-section-two__inner-wrapper .house-model-information__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }

  .house-model-information__wrapper img {
    max-width: 100%;
    object-fit: contain;
  }

  .model-gallery-wrapper {
    display: flex;
    flex-direction: column;
  }

  .model-gallery-wrapper img {
    height: 25rem;
  }

  .model-post-section-two__inner-wrapper {
    gap: 2rem;
  }

  .living-related-projects-or-models__wrapper a > div h4 {
    height: auto;
  }

  .model-post-section-one__inner-wrapper {
    padding-bottom: 3rem;
  }

  /* --------------------------- Banner compartido --------------------------- */

  .living-shared-banner__bg-layer-wrapper {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 13%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }

  /* -------------------------- CASAS A MEDIDA -------------------------- */

  /* Sección 2 */

  .ventajas-card > div {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 0;
  }

  .living-casas-medida-section-two__subsection-two {
    gap: 1rem;
  }

  .ventajas-card {
    border: none;
    padding: 1rem 0;
  }

  .ventajas-card > div {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .ventajas-card > div > div:first-child {
    border: none;
    border-bottom: 0.1rem solid #c2c2c2;
  }

  .ventajas-card > div > div {
    padding: 2rem 0 0 0;
  }

  .living-casas-medida-section-three__wrapper {
    padding: 0;
  }

  .before-after__wrapper {
    padding: 6rem 0 0 0;
  }

  .before-after__wrapper .title32 {
    font-size: 2.4rem;
  }

  .living-shared-banner__inner-wrapper h1 {
    margin-top: 20rem;
  }

  .living-casas-madera__tabs .nav-pills .nav-link {
    width: 100%;
    text-align: start;
  }

  /* 
HORMIGÓN */

  .living-casas-hormigon-section-two__inner-wrapper {
    gap: 4rem;
  }

  .living-casas-hormigon-section-three__inner-wrapper > div:first-child {
    padding-right: 0;
  }

  .living-casas-hormigon-section-three__inner-wrapper {
    gap: 2rem;
  }

  .living-casas-hormigon-section-three__inner-wrapper .house-model-card {
    grid-template-columns: 1fr;
  }

  .living-casas-hormigon-section-three__inner-wrapper
    .house-model-information__wrapper {
    grid-column: span 1;
  }

  .house-model-card .house-model-information__wrapper {
    padding-right: 0;
  }

  .house-model-information__wrapper > div {
    display: flex;
    flex-direction: column;
  }

  /* -------------------------- BLOG / BLOG - SINGLE POST -------------------------- */

  .blog-post-card.featured {
    grid-template-rows: 25rem auto;
  }

  .blog-post-card.featured .blog-post-card__info,
  .blog-post-card__info {
    padding: 4rem 2rem;
  }

  .living-blog-section-two__inner-wrapper .tab-content > .active,
  .other-blog-post-cards {
    grid-template-columns: 1fr;
  }

  .living-blog-section-two__inner-wrapper .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .living-blog-post-section-two__inner-wrapper {
    padding-top: 0;
  }

  .wall-section-five__wrapper--data__left-block__icons {
    gap: 1rem;
  }

  .wall-section-five__wrapper--attributes--element:nth-of-type(odd)::after {
    background-color: transparent;
  }

  .wall-section-five__wrapper--attributes > div {
    padding: 3rem;
  }

  .wall-section-five__inner-wrapper {
    margin-bottom: 10rem;
  }

  .wall-section-five__wrapper--data__left-block__icons--icon > svg {
    max-width: 18rem;
  }
  /* --------------------------- B2b - ARCTIC / HYBRID - páginas --------------------------- */

  .wall-logo-image {
    height: 10rem;
  }

  .wall-thumbnail {
    object-fit: cover;
    height: 25rem;
  }

  .wall-section-two__inner-wrapper h2 {
    margin-bottom: 1rem;
  }

  .wall-section-two__inner-wrapper {
    gap: 6rem;
  }

  .wall-section-three__inner-wrapper {
    gap: 2rem;
  }

  .ventajas-card > div > div:first-of-type {
    padding: 1rem 0 0 0;
  }

  .ventajas-card:last-of-type {
    border-bottom: none;
  }

  .wall-section-four__wrapper {
    padding: 0;
  }

  .select-page__wrapper {
    flex-wrap: wrap;
  }

  /* --------------------------- ERROR 404 -------------------------- */

  .error404__main-wrapper {
    padding: 25rem 2rem 10rem 2rem;
  }

  .internal-industrialized-construction__section-two--cards__list-card--information__icons {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .internal-industrialized-construction__section-two--cards__list-card--information__icon
    > svg {
    width: 100%;
  }

  .internal-industrialized-construction__section-two--cards__list-card--information__icons--icon
    svg {
    width: 100%;
  }

  .internal-industrialized-construction__section-two--cards__list-card {
    padding: 5rem 3rem;
  }

  .living-shared-banner__inner-wrapper h1 {
    text-align: center;
  }

  .internal-industrialized-construction__section-two--cards__list-card:nth-of-type(
      even
    )
    .internal-industrialized-construction__section-two--cards__list-card--information {
    padding-right: 0;
  }
  .id-section-four__inner-wrapper .cards_information {
    grid-template-columns: repeat(1, 1fr);
  }

  .id-section-five__wrapper {
    padding: 10rem 3rem;
  }
}

@media (max-width: 387px) {
  header .button span {
    font-size: 1rem;
  }
}

/*** Variables ***/
.living-portal-section-one__wrapper__element--inner .no-color_button::after {
  background-color: #00000038;
}
.living-portal-section-one__wrapper__element {
  position: relative;
}
.anchor-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button_14 path:first-child {
  transition: 0.2s fill ease;
}
.button_14:hover path:first-child {
  fill: #fff;
}

/*Recaptcha hidden*/
.grecaptcha-badge {
    display: none!important;
}

/*Landing Campaña*/
/*Seccion 1*/
.living-homepage-section-one__bg-layer-wrapper.landing {
  height: 95vh;
}
.living-homepage-section-one__inner-wrapper.landing{
  height: 95vh;
}
.living-homepage-section-one__inner-wrapper h1.landing {
  width: 100%;
  max-width: 900px;
  font-weight: 300;
}
.p_24 {
  width: 100%;
  max-width: 900px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 32px;
}
.no-color_button.landing {
  text-transform: none;
}


@media (max-width: 767px) {
  .living-homepage-section-one__bg-layer-wrapper.landing{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .p_24 {
    font-size: 20px;
  }
}

/*Seccion 2*/
.living-homepage-section-two__inner-wrapper.landing {
  align-items: center;
}
.living-homepage-section-two__inner-wrapper .title32.landing{
  text-align: center;
  font-weight: 300;
  max-width: 1000px;
  text-wrap: balance;
}
.landing .living-homepage-section-two__subsection-one {
  align-items: center; 
  justify-items: center;  
}
.landing .living-homepage-section-two__subsection-one .section-2_img-landing {
  max-width: 1200px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 767px) {
  .landing .horizontal-living-cards-wrapper .card-wrapper:not(:first-child) > div {
    border-left: 0.1rem solid #c2c2c2;
  }
}
@media (max-width: 767px) {
  .living-homepage-section-two__inner-wrapper.landing .living-homepage-section-two__subsection-one p {
    text-align: center;
  }
  .landing .horizontal-living-cards-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;

  }
  .landing .horizontal-living-cards-wrapper .card-wrapper {
    justify-content: flex-start;
  }
  .landing .horizontal-living-cards-wrapper .card-wrapper > div > div {
    justify-content: flex-start;
    padding: 0;
  }
  .landing .horizontal-living-cards-wrapper .card-wrapper {
    width: 100%;
    padding: 2rem 0;  
  }
  .landing .horizontal-living-cards-wrapper .card-wrapper:not(:last-child) {
    border-bottom: 0.1rem solid #c2c2c2 ;
  }
  .landing .horizontal-living-cards-wrapper .card-wrapper .subtitle24.title {
    font-size: 20px;
  }
  .landing .living-cards-wrapper .svg-icon img {
    width: 4.5rem;
  }
}

/*Seccion 3*/
.living-homepage-section-two__subsection-one.section-three_landing {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}
.living-homepage-section-three__wrapper.landing h2{
  margin-bottom: 100px;
}
.living-homepage-section-two__subsection-one.section-three_landing div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.living-homepage-section-two__subsection-one.section-three_landing div:nth-child(2) p {
  max-width: 500px;
  width: 100%;
}
.living-homepage-section-two__subsection-one.section-three_landing p{
  text-align: left;
}
.living-homepage-section-two__subsection-one.section-three_landing p:first-child {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .living-homepage-section-two__subsection-one.section-three_landing div:nth-child(2) {
      align-items: flex-start;
  }
  .living-homepage-section-two__subsection-one.section-three_landing img{
    max-height: 300px;
    width: 100%;
  }
  .living-homepage-section-two__subsection-one.section-three_landing div:nth-child(2) p{
    max-width: unset;
  }
}
/*Seccion 4*/
.landing_seccion-4 h2{
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .living-homepage-section-three__wrapper.landing h2 {
    margin-bottom: 60px;
  }
  .landing_seccion-4 h2{
    font-size: 32px;
  }
  .landing_seccion-4 p{
    font-size: 20px;
  }
}

/*Seccion 5*/

/*hEADER*/
@media (max-width: 767px) {
  .header-landing .header__inner-wrapper > div:nth-child(2) .header__menu-wrapper a {
    display: block;
  }
  .header-landing .mobile-header__buttons-wrapper {
    display: none;
  }
}


/* --------------------------- Oferta laboral --------------------------- */
.single-oferta-laboral main h1,
.single-oferta-laboral main h2,
.single-oferta-laboral main h3 {
  color: var(--color-title);
}

.single-oferta-laboral main h2:first-child {
  margin-top: 0;
}

.container-post-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20rem;
}
.container-sidebar_oferta {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.btn_oferta {
  max-width: 200px;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border: 0.1rem solid var(--color-icon);
}
.container-download_oferta {
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.1rem solid var(--color-icon);
}

.container-download_oferta img {
    max-width: 50px;
}
.container-download_oferta span {
    text-align: center;
}

@media (max-width:767px) {
  .container-post-section__content {
    flex-direction: column;
    gap: 20px;
  }
  .container-sidebar_oferta {
    max-width: 100%;
  }
  .container-download_oferta {
    max-width: 200px;
  }
  
}

.hs-form-frame {
  width: 100%;
}

.single-oferta-laboral .contact-section-two__inner-wrapper {
  padding: 0 0 4rem 0;
}