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

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

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

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

:root {
  /********************General**********************************/
  --fc-main-padding: 0 7rem;
  --fc-main-padding-single: 7rem;
  --fc-main-vertical-padding: 16.5rem 0rem;
  --fc-secondary-vertical-padding: 7.5rem 0 16.5rem 0;
  --fc-main-content: 146rem;
  --fc-main-width: 176rem;
  --fc-max-width: 240rem;
  --fc-min-height: calc(100vh - 4.25rem);
  --fc-negative-margin: -9.24rem;

  --fc-main-gap: 6rem;
  --fc-header-min-height: 9rem;

  /*********************Fonts*****************************/
  --fc-main-font: "Poppins", sans-serif;
  /******************Colors*******************************/
  --fc-color-main-text: #60605e;
  --fc-marron-oscuro: #241208;
  --fc-color-cafe: #8a5c3a;
  --fc-bg-color: #eae3dd;
  --fc-bg-white: #fcf5ef;
  /* Primary p */
}

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

body {
  font-family: var(--fc-main-font);
  color: var(--fc-marron-oscuro);
  max-width: var(--fc-max-width);
  margin: 0 auto !important;
}

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

body p {
  margin-bottom: 2rem;
}

div p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--fc-color-cafe);
}

.post-template-default div p:last-of-type,
.proyecto-template-default div p:last-of-type,
.page-template-default div p:last-of-type {
  margin-bottom: 2rem;
}

.post-template-default .footer__main-block--inner div p:last-of-type,
.proyecto-template-default .footer__main-block--inner div p:last-of-type,
.page-template-default .footer__main-block--inner div p:last-of-type {
  margin: 0;
}

body h1 {
  /* font-family: var(--fc-secondary-font);
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2; */
  margin: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.15;
}

body h2 {
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}

body h3 {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

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

ul:not([class]),
ol:not([class]) {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

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

.factoria__h1 {
  margin: 0;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.factoria__h2,
h2 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.page-template-default h2 {
  font-size: 2.5rem;
}

.factoria__paragraphs,
p,
li {
  font-size: 2rem;
  line-height: 1.4;
  list-style: inside;
}

.page-template-default p,
.page-template-default li {
  font-size: 1.4rem;
}

li {
  list-style: inside;
}

.factoria__paragraphs-small > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.factoria__paragraphs-medium {
  font-weight: 500;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
}

.factoria__h3,
h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.proyecto-template-default h3 {
  font-size: 1.9rem;
  font-weight: 600;
}

.proyecto-template-default h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.factoria__menu {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.factoria__subtitulos {
  /* Trabajamos con líderes del sector */
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

/***********************General Styles***************************/

.factoria__main-content {
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
  max-width: var(--fc-max-width);
  margin: 0 auto;
}

.factoria__inner-content {
  max-width: var(--fc-main-width);
  width: 100%;
}

#factoria-main-content {
  padding: 10rem 0;
}

#factoria-main-content #cmplz-document {
  max-width: 100%;
}

.factoria__fit-content {
  max-width: var(--fc-main-content);
  width: 100%;
}

.factoria__post-content {
  max-width: 146.4rem;
  width: 100%;
}

/*************************************Gtranslate************************************/

.gtranslate_wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 1rem;
}

.gtranslate_wrapper .glink {
  color: var(--fc-color-black, #484848);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.gt-current--lg {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--fc-color-black, #484848);
}

.header_menu_one > .menu-item.has_submenu::after {
  content: "\f107";
  cursor: pointer;
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 60%;
  transform: translateY(-60%);
  transition: all 0.25s ease-in;
  font-size: 1.5rem;
  color: var(--fc-color-black, #484848);
}

.secondary_menu_one {
  background-color: rgba(36, 18, 8, 0.9);
  border: none;
  top: 1.6rem;
}

#main_header_89 .menu-item .secondary_menu_one .item-anchor {
  color: #fff;
  width: 100%;
}

#main_header_89 .menu-item .secondary_menu_one .item-anchor:hover {
  background-color: var(--fc-color-cafe);
}

/*****************************Recaptcha ****************************/

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/****************************Copyright*******************************/

.copyright-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline;
  color: #fff;
  a {
    display: inline;
    text-decoration: none;
    color: #fff;
  }
  p {
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }
}

/**********************************Buttons ******************************************/

.factoria__buttons {
  display: inline-block;
  background-color: var(--fc-marron-oscuro);
  padding: 0.8rem 2.4rem;
  color: #fff;
  border-radius: 2rem;
  transform: translateY(0);
  transition: all 0.25s ease-in;
}

.factoria__buttons:hover {
  opacity: 0.9;
  transform: translateY(0.1rem);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: all 0.25s ease-out;
}

.factoria__buttons.bt-transparent {
  background-color: transparent;
  border: 1px solid var(--fc-marron-oscuro);
  color: var(--fc-marron-oscuro);
  transition: all 0.25s ease-in;
}

.factoria__buttons.bt-transparent:hover {
  transform: translateY(0);
  background-color: var(--fc-marron-oscuro);
  color: #fff;
  transition: all 0.25s ease-out;
}

/******************************Header ***********************************************/
.custom_menu_secondary {
  flex: unset;
}
.menu-item {
  list-style: none;
  margin: 0;
}

#main_header_89 .menu-item .item-anchor {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  text-transform: initial;
}

.header_menu_one > .menu-item.has_submenu::after {
  color: #fff;
}

#main_header_89 {
  background-color: rgba(36, 18, 8, 0.7);
}

.factoria__main-content.over-header-bar {
  background-color: #8a5c3a;
}

.over-header-bar__element {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.over-header-bar__element > a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.over-header-bar__element > svg {
  width: 16px;
}

.over-header-bar__wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  padding: 1rem 0;
}

.social-header-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.social-header--element svg {
  width: 2rem;
  height: 2rem;
}

.custom_menu_cta.mobile-fc {
  display: none;
}

/***********************************Home**************************************************/
.factoria-home__section-one {
  position: relative;
  margin-top: var(--fc-negative-margin);
  background: linear-gradient(
    0deg,
    rgba(36, 18, 8, 0.7) 29.2%,
    rgba(36, 18, 8, 0) 88.35%
  );
}

.factoria-home__section-one img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.factoria-home__section-one--inner {
  min-height: var(--fc-min-height);
  padding-bottom: 14.6rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.factoria-home__section-two {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: var(--fc-max-width);
  margin: 0 auto;
  background-color: var(--fc-bg-color);
}

.home__section-two,
.home__section-four,
.home__section-five,
.home__section-seven {
  background-color: var(--fc-bg-color);
}

.factoria-home__section-two--inner {
  max-width: unset;
  display: flex;
  padding: var(--fc-main-vertical-padding);
}

.factoria-home__section-two--inner__block-one {
  width: 27%;
  display: flex;
  justify-content: flex-end;
  padding-left: var(--fc-main-padding-single);
}

.factoria-home__section-two--inner__block-two {
  width: 73%;
}

.factoria-home__section-two--inner__block-one--inner {
  max-width: 44.3rem;
  padding-right: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
}

.factoria-home__section-two--title {
  margin-bottom: 5.3rem;
}

#services-carousel89 .slick-slide {
  margin: 0 1rem;
  color: var(--fc-marron-oscuro);
}

#services-carousel89 .slick-track {
  margin-left: 3.5%;
}

.services-carousel a {
  text-decoration: none;
}

.service-item:hover .service-item--img__attributes {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.service-item:hover .service-item--img__icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 425/569;
}

.service-title {
  margin-top: 2rem;
}

.factoria-home__section-two__block-one--arrows {
  display: flex;
  gap: 0.8rem;
  margin-top: 4rem;
}

.factoria-home__section-two__block-one--arrows > div {
  cursor: pointer;
}

.factoria-home__section-two--progress__external {
  margin-top: auto;
  padding-right: 2rem;
}

.factoria-home__section-two--progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;

  background-color: #f5f5f5;
  background-image: linear-gradient(
    to right,
    var(--fc-color-cafe),
    var(--fc-color-cafe)
  );
  background-repeat: no-repeat;
  background-size: 0 100%;

  transition: background-size 0.4s ease-in-out;
}

.service-item--img {
  position: relative;
}

.service-item--img__icon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: all 0.3s ease-in;
}

.service-item--img__attributes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 227, 221, 0.85);
  padding: 7rem 4rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.service-item.show .service-item--img__attributes {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.beneficios-servicio-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.beneficios-servicio-list .beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.beneficio-item--icon {
  margin-top: 0.3rem;
}

.home__section-two--inner {
  padding: var(--fc-secondary-vertical-padding);
  display: flex;
  align-items: center;
}

.home__section-two--inner > div {
  flex: 1;
}

.home__section-two__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  padding-left: 8.1rem;
}

.home__section-two__text-block .factoria__buttons {
  margin-top: 1.6rem;
}

.home__section-four-inner {
  max-width: 120rem;
}

.home__section-four-inner {
  max-width: 120rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  padding: var(--fc-secondary-vertical-padding);
}

.home__section-four__strength-loop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.home__section-four__strength-loop > div {
  max-width: calc(25% - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  background-color: var(--fc-bg-white);
  padding: 3rem;
}

.strength-loop--icon {
  display: flex;
  align-items: center;
  width: 4rem;
  aspect-ratio: 1 / 1;
  margin-bottom: 0.4rem;
}

.home__section-five--favorite-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 2.4rem;
  row-gap: 3rem;
}

.project-item--img {
  position: relative;
}

.project-item--img > img {
  aspect-ratio: 473/381;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-item--description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 227, 221, 0.7);
  padding: 5rem;
  pointer-events: none;
  color: var(--fc-marron-oscuro);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.project-item:hover .project-item--description {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.project-item.show .project-item--description {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.project-item--title__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.project-item .service-item--img__icon {
  transform: scale(1);
  transition: all 0.3s ease-in;
}

.project-item:hover .service-item--img__icon {
  transform: scale(0);
  transition: all 0.3s ease-in;
}

.home__section-five--inner.factoria__fit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
  text-align: center;
  padding-bottom: 1px;
}

.home__section-five--introduction--text {
  margin-top: 2rem;
}

.partners-loop--element {
  margin: 0 6rem;
}

.home__section-six__partners-loop .slick-track {
  display: flex;
  align-items: center;
}

.partners-loop--element .partners-loop--element__image im {
  width: 100%;
  height: auto;
}

.home__section-six--title {
  margin-bottom: 6.4rem;
}

.home__section-six--carousel {
  max-width: 160rem;
  margin: 0 auto;
}
.home__section-six {
  background-color: var(--fc-bg-color);
}

.home__section-six--inner {
  padding: var(--fc-main-vertical-padding);
}

.home__section-seven--inner {
  width: 100%;
  max-width: 130rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: var(--fc-secondary-vertical-padding);
}

.posts-carousel .posts-carousel__item {
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
  height: 100%;
}

.posts-carousel__item--img > img {
  aspect-ratio: 385/270;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.posts-carousel__item--title {
  padding: 3rem 3.5rem;
  background-color: #fff;
}

#posts-carousel89 .slick-track,
#article-carousel89 .slick-track {
  display: flex;
}

#posts-carousel89 .slick-track .slick-slide,
#article-carousel89 .slick-track .slick-slide {
  height: auto;
  text-decoration: none;
}

.posts-carousel__item--title {
  position: relative;
  flex: 1;
}

.posts-carousel__item--icon {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.posts-carousel__item--icon > svg {
  width: 32px;
  height: 32px;
}

.posts-carousel__item--title__text {
  text-align: left;
  color: var(--fc-marron-oscuro);
  text-decoration: none;
}

.home__section-seven--title {
  margin-bottom: 1rem;
}

.home__section-seven-blog-loop {
  width: 100%;
}

.home__section-nine--data__element--header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
}

.home__section-nine--data__element--title {
  font-size: 1.8rem;
  font-weight: 500;
}

.home__section-nine--data__element--text {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--fc-marron-oscuro);
}

.home__section-nine--data__element--text > p {
  margin-bottom: 0;
}

.home__section-nine--data__element--icon {
  max-width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home__section-nine__information {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 35%;
}

.home__section-nine__form {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  flex: 1;
}

.home__section-nine--header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 6rem;
}

.home__section-nine--data {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.home__section-nine--button {
  align-self: flex-start;
}

.home__section-nine--button a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: var(--fc-color-cafe);
  padding: 0.8rem 2rem;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.home__section-nine--button__icon {
  display: flex;
  align-items: center;
  transform: rotateZ(0);
  transition: all 0.3s ease-in;
}

.home__section-nine--button a:hover {
  transform: translateX(-3px);
  transition: all 0.3s ease-out;
}

.home__section-nine--button a:hover .home__section-nine--button__icon {
  transform: rotateZ(10deg);
  transition: all 0.3s ease-out;
}

.home__section-nine {
  background-color: var(--fc-bg-color);
}

.home__section-nine--inner {
  padding: 11rem 0;
  display: flex;
}
.home__section-nine__form--banner > img {
  aspect-ratio: 870/206;
  width: 100%;
  height: auto;
}

.home__section-two__text-block--text {
  text-align: justify;
}

.home__section-eight--inner {
  padding: 10rem 0;
}
/***************************************************Formulario Contacto *******************************************/

.form-shared__checkbox-wrapper:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
}

.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type="checkbox"] + svg {
  border: 1px solid var(--fc-color-azul);
  border-radius: 100%;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg {
  border-color: transparent;
}

.checkbox-wrapper-31 input[type="checkbox"]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: var(--fc-color-azul);
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.form-shared__acceptance {
  position: relative;
}

.form-shared__input-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-shared__input-group--input label {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.form-shared__input-group--input {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--fc-marron-oscuro);
}

.form-shared__input-group--input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.form-shared__input-group--input input,
.form-shared__input-group--input textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  color: var(--fc-color-azul);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--fc-color-azul);
}

.form-shared__submit .wpcf7-list-item {
  margin-left: 0;
}

.form-shared__submit {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.form-shared__input-group--input input:focus,
.form-shared__input-group--input textarea:focus {
  outline: none;
}

.form-shared__submit .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: var(--fc-color-azul);
}

.form-shared__submit--button {
  position: relative;
}

.form-shared__submit--button .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(300%, 50%);
}

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

.form-shared__submit input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  border: 1px solid var(--fc-marron-oscuro);
  color: var(--fc-marron-oscuro);
  background-color: transparent;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.form-shared__submit input[type="submit"]:hover {
  transition: all 0.3s ease-out;
  background-color: var(--fc-color-azul);
  color: var(--fc-marron-oscuro);
}

.form-shared__input-group--input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  transform: translateY(130%);
  color: var(--fc-color-main-text);
}

/*****************************Single Post *************************************************/

.single-post .factoria__single-post {
  padding-top: 10rem;
}

.single-post table,
.single-proyecto table {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.single-proyecto table {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.factoria__single-post--banner {
  max-width: var(--fc-max-width);
  margin-top: var(--fc-negative-margin);
}

.factoria__single-post--banner > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
}

.single-post li:last-of-type {
  margin-bottom: 2rem;
}

.single-post .menu-item:last-of-type {
  margin-bottom: 0;
}

.single-post .factoria-entry-content img {
  margin-bottom: 2rem;
}

/*************************************************About*********************************************/

.factoria__fit-content.about-page__section-two--inner {
  display: flex;
  align-items: center;
  gap: 16.7rem;
  padding: var(--fc-main-vertical-padding);
}

.about-page__section-two__image {
  max-width: 30rem;
  width: 100%;
}

.about-page__section-two__information {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-page__section-two--text {
  text-align: justify;
}

.about-page__section-three {
  background-color: var(--fc-bg-color);
}
.about-page__section-three--inner {
  display: flex;
  align-items: center;
  padding: var(--fc-main-vertical-padding);
}

.about-page__section-three--inner > div {
  flex: 1;
}

.about-page__section-three__right-block {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  padding-left: 7.6rem;
}

.about-page__section-three__left-block > img {
  width: 100%;
  height: auto;
  aspect-ratio: 722/621;
  object-fit: cover;
}

.about-page__disciplines-list--element {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about-page__section-three--information {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.about-page__disciplines-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.about-page__section-four--inner {
  display: flex;
}

.about-page__section-four--inner > div {
  flex: 1;
  padding-left: var(--fc-main-padding-single);
}

.about-page__section-four--information {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-page__section-four--information__content {
  max-width: 73rem;
  padding: 9.7rem;
  padding-left: 0;
}

.about-page__section-four--image > img {
  object-fit: cover;
}

.about-page__philosophy-list--element {
  display: flex;
  gap: 1.6rem;
}

.about-page__philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.about-page__section-four--title {
  margin-bottom: 3.2rem;
}

.about-page__philosophy-list--element__icon {
  max-width: 4rem;
  width: 100%;
}

.about-page__philosophy-list--element__text {
  margin-top: -0.5rem;
}

.about-page__section-five {
  background-color: var(--fc-bg-color);
}

.about-page__section-five--inner {
  max-width: 116rem;
  width: 100%;
  padding: var(--fc-main-vertical-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}

.about-page__section-five--information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.about-page__section-five--cards {
  display: flex;
  gap: 2rem;
}

.about-page__section-five--cards > div {
  flex: 1;
}

.tendecy-card--element {
  display: flex;
  flex-direction: column;
}

.tendecy-card--element--information {
  padding: 5.3rem 4.8rem 2.5rem 4.8rem;
  background-color: var(--fc-bg-white);
  flex: 1;
}

.tendecy-card--element--img > img {
  aspect-ratio: 573/317;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__section-six--inner {
  padding: 10rem 0;
}

/************************************Blog Page************************************************/

.blog-page__section-one__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.8rem;
  column-gap: 2rem;
}

.blog-page__section-one__grid a {
  text-decoration: none;
}

.blog-page__section-one__grid .posts-carousel__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog__section-two {
  background-color: var(--fc-bg-color);
}

.blog__section-two--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
  padding: 12rem 0 18rem 0;
}

.blog__section-two__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.bloog-page__loop--pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bloog-page__loop--pagination .page-numbers {
  font-size: 2rem;
  color: var(--fc-color-cafe);
  text-decoration: none;
}

.bloog-page__loop--pagination .page-numbers.current {
  font-weight: 600;
}

.bloog-page__loop--pagination .prev.page-numbers {
  margin-right: 1rem;
}

.bloog-page__loop--pagination .next.page-numbers {
  margin-left: 1rem;
}

.blog__section-two--text {
  text-align: center;
}

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

.contact__section-two {
  background-color: var(--fc-bg-white);
}
.contact__section-two--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 12rem;
}

.page-template-contact .home__section-nine {
  background-color: var(--fc-bg-white);
}

.page-template-contact .shared-banner__title {
  color: var(--fc-marron-oscuro);
}

/**********************projects Page*******************************************************/

.page-template-projects .project-item--img > img {
  aspect-ratio: 473/548;
}
/*******************************************Footer**********************************************/

#sirlo_main_footer {
  background-color: var(--fc-color-cafe);
}

.footer__main-block {
  border-bottom: 1px solid #fff;
}

.footer__section-one__logo-wrapper img {
  max-width: 17rem;
  height: auto;
}

.footer_menu_one .item-anchor {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}

.footer_menu_one {
  gap: 2rem;
}

.footer__section-three__form-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.footer__section-one__contact-wrapper p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.footer__section-three__contact-information {
  gap: 2.4rem;
}

.footer__section-one__contact-wrapper > div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--fc-secondary-color);
  text-decoration: none;
}

.footer__secondary-block--legal {
  gap: 0;
}

.legal_menu_one span {
  color: #fff;
}

.calltoaction-button__services {
  opacity: 0;
  display: inline-block;
  position: fixed;
  width: fit-content;
}

.calltoaction-button__services svg {
  transform: scale(0.7);
}

.calltoaction-button__services.hide {
  opacity: 0 !important;
}

.calltoaction-button__whatsapp.hide {
  opacity: 0 !important;
}

.calltoaction-button__whatsapp {
  position: fixed;
  display: inline-block;
  opacity: 0;
  width: fit-content;
  visibility: hidden;
  top: 90vh;
  right: var(--fc-main-padding-single);
  transform: scale(0) translate(0, -50%);
  /* transition: all 0.3 ease-in; */
  animation: fadeInWhatsApp 0.5s ease-in-out 0.5s forwards;
  transition: all 0.3s ease-in;
}

@keyframes fadeInWhatsApp {
  to {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(0, -50%);
  }
}

.calltoaction-button__whatsapp svg {
  transform: scale(0.7);
}

/*********************************Shared Banner***********************************************/

.shared-banner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/5;
  margin-top: var(--fc-negative-margin);
}

.shared-banner--inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.shared-banner--inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shared-banner__title {
  color: #fff;
  text-align: center;
  font-size: 5.6rem;
  font-weight: 500;
}

/***********************************error***************************************************/

.factoria-error {
  margin-top: var(--fc-negative-margin);
  position: relative;
}

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

.factoria-error--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: var(--fc-min-height);
}

.factoria-error__content {
  max-width: 87rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  background-color: rgba(252, 245, 239, 0.7);
  padding: 8rem;
}

.factoria-error__content--text {
  text-align: center;
}

/*******************************************Single Project **************************************/

.factoria-proyecto--banner {
  position: relative;
  margin-top: var(--fc-negative-margin);
  aspect-ratio: 16/5;
  height: auto;
}

.factoria-proyecto--banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factoria-proyecto--featured-projects {
  background-color: #eae3dd;
}

.factoria-proyecto--flexible-content--before-renovation {
  padding: 6rem 0;
}

.factoria-proyecto--inner {
  max-width: 111rem;
  width: 100%;
  padding: 8.8rem 0;
}

.proyecto-template-default .factoria__subtitulos {
  text-align: left;
}

.factoria-proyecto--flexible-content--ba-loop__title.factoria__subtitulos {
  text-align: center;
}

.factoria-proyecto--featured-projects--loop {
  width: 100%;
}

.factoria-proyecto--featured-projects--loop .project-item {
  margin: 0 1.9rem;
}

.factoria-proyecto--featured-projects--inner {
  max-width: 115rem;
  width: 100%;
  padding: 11rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flexible-content--ba-loop__elment--inner {
  display: flex;
  gap: 0.5rem;
}

.flexible-content--ba-loop__elment--inner > div {
  flex: 1;
}

.flexible-content--ba-loop__elment--image > img {
  aspect-ratio: 4/5;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.factoria-arrows {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.factoria-arrows > i {
  font-size: 2rem;
}

.factoria-next {
  right: -7rem;
}

.factoria-prev {
  left: -7rem;
}

.single-proyecto .factoria-home__section-two--progress {
  max-width: 35.6rem;
  width: 100%;
}

.factoria-home__section-two--progress__external {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding-right: 0;
}

.factoria-proyecto__breadcrumbs--link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--fc-marron-oscuro);

  p {
    font-size: 1.6rem;
  }
}

.factoria-proyecto__breadcrumbs--icon > svg {
  width: 2rem;
  height: 2rem;
}

.factoria-proyecto--title {
  margin-top: 3rem;
  font-size: 4rem;
}

.factoria-proyecto--flexible-content__featured-image {
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.factoria-proyecto--flexible-content__featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2;
  object-fit: cover;
}
.proyecto-template-default .factoria-proyecto__breadcrumbs--text p:last-of-type,
.single-post .factoria-proyecto__breadcrumbs--text p:last-of-type {
  margin-bottom: 0;
}

.single-servicio .factoria-proyecto__breadcrumbs {
  margin-top: 8.8rem;
}

.single-post .factoria-proyecto__breadcrumbs,
.single-servicio .factoria-proyecto__breadcrumbs {
  margin-bottom: 3rem;
}

.factoria-proyecto--flexible-content--ba-loop__wrapper,
.factoria-proyecto--flexible-content--gallery {
  padding: 4rem 0;
}

.before-renovation--information--rn-loo__element {
  display: flex;
  gap: 0.8rem;
}

.factoria-proyecto--flexible-content--gallery__loop {
  height: 60vh;
}

.factoria-proyecto--flexible-content--gallery__loop .slick-list,
.factoria-proyecto--flexible-content--gallery__loop .slick-track {
  height: 100%;
}

.flexible-content--gallery__loop__element {
  margin: 0 1rem;
}

.flexible-content--gallery__loop__element img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.factoria-proyecto--featured-projects--loop .project-item--img > img {
  aspect-ratio: 4/5;
}

.proyecto-template-default
  .factoria-proyecto--flexible-content--gallery__title {
  text-align: center;
}

.single-post .posts-carousel {
  width: 100%;
}

/************************************Services***********************************************/
.factoria-entry-content--button {
  margin-top: 3rem;
}

.factoria__single-post__image-text-block {
  padding-bottom: 17rem;
}

.factoria__single-post__image-text-block--inner {
  display: flex;
  align-items: center;
}

.factoria__single-post__image-text-block--inner > div {
  flex: 1;
}

.factoria__single-post__image-text-block__information-block {
  padding-right: 8.4rem;
}

.factoria__single-post__process-block--inner {
  display: flex;
  flex-direction: column;
  max-width: 116.6rem;
  align-items: center;
  text-align: center;
  padding-bottom: 17rem;
}

.factoria__single-post__process-block--inner.vertical-pd {
  padding-top: 16.8rem;
}

.factoria__single-post__process-block--inner h2 {
  max-width: 90rem;
}

.factoria__single-post__process-block--loop {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.factoria__single-post__process-block--loop > div {
  width: calc(25% - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fcf5ef;
  padding: 3rem;
}

.factoria__single-post__section-three,
.factoria__single-post {
  background-color: #eae3dd;
}

.factoria__single-post__process-block--loop__element--title {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

.factoria__single-post__process-block--text {
  margin-bottom: 3rem;
}

.factoria__single-post__list-text-block--inner {
  display: flex;
  align-items: center;
}

.inverted .factoria__single-post__list-text-block--inner {
  flex-direction: row-reverse;
}

.factoria__single-post__list-text-block--inner > div {
  flex: 1;
}

.factoria__single-post__list-text-block__information-block {
  padding-left: 7.6rem;
}

.inverted .factoria__single-post__list-text-block__information-block {
  padding-left: 0;
  padding-right: 7.6rem;
}

.factoria__single-post__list-text-block--loop__element {
  display: flex;
  gap: 0.8rem;
}

.factoria__single-post__list-text-block--loop__element--icon svg {
  margin-top: 0.3rem;
}

.factoria__single-post__list-text-block--loop {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.factoria__single-post__list-text-block__information-block--text {
  margin-bottom: 1.6rem;
}

.factoria__single-post__list-text-block.altern {
  background-color: var(--fc-bg-white);
}

.factoria__single-post__contact-banner {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.factoria__single-post__contact-banner--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  img {
    object-fit: cover;
  }
}

.factoria__single-post__contact-banner--information {
  position: relative;
  padding: 11rem;
  z-index: 1;
  background-color: var(--fc-bg-white);
  text-align: center;
}

.factoria__single-post__contact-banner--information__text {
  margin-bottom: 4rem;
}

.factoria__single-post__list-text-block__information-block--secondary-text {
  margin-top: 1.6rem;
}

.factoria__single-post__process-block--loop__element--text {
  text-align: left;
}

.factoria__main-content.factoria__single-post__list-text-block {
  flex-direction: column;
  align-items: center;
  padding-bottom: 12rem;
}

.factoria__main-content.factoria__single-post__list-text-block.vertical-pd {
  padding-top: 12rem;
}

.factoria__single-post__list-text-block--title {
  text-align: center;
  margin-bottom: 4rem;
}

/**************************************Media Queries****************************************/

/**********************portatil grande ******************************/

@media (max-width: 1500px) {
  .service-item--img__attributes {
    padding: 7rem 2rem;
  }

  .beneficios-servicio-list .beneficio-item {
    font-size: 1.5rem;
  }

  .project-item--text > p {
    font-size: 1.5rem;
  }
}

/**********************Portatiles********************************/
@media (max-width: 1300px) {
  html {
    /* 9/16 */
    font-size: 56.25%;
  }
}

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

  :root {
    --fc-main-padding: 0 4.5rem;
    --fc-main-padding-single: 4.5rem;
  }
}

/**********************Small tablets********************************/
@media (max-width: 850px) {
  :root {
    --fc-main-padding: 0 4rem;
    --fc-main-padding-single: 4rem;
  }

  /*******************************General********************************************/
  .factoria__h1 {
    margin: 0;
    font-size: 5rem;
  }

  /******************************************menu*************************************/
  .custom_menu_cta {
    margin-right: 10rem;
  }

  .gemma__main-content--button {
    min-height: 14.2rem;
  }

  .menu-button--toggle__wrapper {
    transform: translateY(2.3rem);
  }

  .toggle-main__menu.is-pinned .menu-button--toggle__wrapper {
    transform: translateY(-2.3rem);
  }

  /***************************Home********************************/
  .factoria-home__section-two--inner__block-one {
    width: 40%;
  }

  .factoria-home__section-two--inner__block-two {
    width: 60%;
  }

  #services-carousel89 .slick-track {
    margin-left: 4.5%;
  }

  .service-item--img__attributes {
    padding: 2rem 2rem;
  }

  .beneficio-item--icon > svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .home__section-four__strength-loop > div {
    max-width: calc(33% - 1.5rem);
  }

  .service-item--img__icon > svg {
    width: 4rem;
    height: 4rem;
  }

  .home__section-five--favorite-projects {
    grid-template-columns: repeat(2, 1fr);
  }

  .home__section-nine--inner {
    flex-wrap: wrap;
  }

  .home__section-nine__information {
    width: 100%;
  }

  .home__section-nine--inner {
    flex-wrap: wrap;
    gap: 6rem;
    padding-bottom: 0;
  }

  .home__section-nine__information {
    align-items: center;
  }

  .home__section-nine--header {
    text-align: center;
  }

  .home__section-nine--data {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .home__section-nine--data > div {
    width: calc(50% - 1.5rem);
  }

  .home__section-nine__form {
    padding-bottom: 12rem;
  }

  .footer__secondary-block > div {
    flex-wrap: wrap;
  }

  .menu-button--toggle .line {
    stroke: #fff;
  }

  .opened .menu-button--toggle .line {
    stroke: #fff;
  }

  .nav.nav-overlay .nav__content {
    background-color: var(--fc-color-cafe);
  }

  /************************Projects**************************************/
  .project-item--description {
    padding: 3rem;
  }

  .blog-page__section-one__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /***************************contacto****************************************/
  .contact__section-two {
    padding-bottom: 7rem;
  }

  /*********************************Services *********************************/
  .factoria__single-post__image-text-block--inner {
    flex-wrap: wrap;
    gap: 4rem;
  }

  .factoria__single-post__image-text-block--inner > div {
    flex: auto;
  }

  .factoria__single-post__image-text-block__information-block {
    padding-right: 0;
  }

  .factoria__single-post__list-text-block--inner {
    flex-wrap: wrap;
    gap: 4rem;
  }

  .factoria__single-post__list-text-block--inner > div {
    flex: auto;
  }

  .factoria__single-post__list-text-block__information-block {
    padding-left: 0;
  }

  .inverted .factoria__single-post__list-text-block__information-block {
    padding-right: 0;
  }
}

/**********************Mobiles*******************************/
@media (max-width: 540px) {
  :root {
    --fc-main-vertical-padding: 10rem 0rem;
    --fc-secondary-vertical-padding: 0rem 0 10rem 0;
  }
  /**************************General*****************************/

  .factoria__h1 {
    font-size: 4.5rem;
  }
  /**************************Header *****************************/
  .custom_menu_cta {
    display: none;
  }

  .custom_menu_cta.mobile-fc {
    display: block;
    position: absolute;
    top: 3rem;
    left: 3rem;
    margin-right: var(--fc-main-padding-single);
  }

  /**********************Home***************************************/
  .factoria-home__section-one--inner {
    padding-bottom: 5.6rem;
    min-height: 54rem;
  }

  .over-header-bar__wrapper > div:first-child {
    display: none;
  }

  .factoria-home__section-two--inner {
    flex-wrap: wrap;
  }

  .factoria-home__section-two--inner__block-one {
    width: 100%;
    padding: var(--fc-main-padding);
  }

  .factoria-home__section-two--inner__block-one--inner {
    max-width: unset;
    padding-right: 0;
  }

  .factoria-home__section-two--inner__block-two {
    width: 100%;
    padding-left: 1rem;
  }

  .factoria-home__section-two__block-one--arrows {
    margin-bottom: 4rem;
  }

  .service-item--img__attributes {
    padding: 7rem 2rem;
  }

  .home__section-two--inner {
    flex-wrap: wrap-reverse;
    gap: 6rem;
  }

  .home__section-two--inner > div {
    flex: unset;
  }

  .home__section-two__text-block {
    padding-left: 0;
  }

  .home__section-four__strength-loop > div {
    max-width: calc(50% - 1.5rem);
  }

  .home__section-five--favorite-projects {
    grid-template-columns: repeat(1, 1fr);
  }

  .home__section-nine--data > div {
    /* width: calc(50% - 0.5rem); */
    width: 100%;
  }

  .beneficios-servicio-list .beneficio-item {
    font-size: 1.8rem;
  }

  #services-carousel89 .slick-track {
    margin-left: 13%;
  }

  .beneficio-item--icon > svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .home__section-nine--data__element--text > p:first-child {
    margin-bottom: 0.3rem;
  }

  /**************************Contact ***************************************/
  .form-shared__submit--button .wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    transform: translate(150%, 150%);
  }

  /***************************Shared Banner*************************************/

  .shared-banner {
    aspect-ratio: 1/1;
  }

  .shared-banner__title {
    font-size: 4.5rem;
  }

  /************************************About*******************************************/

  .factoria__fit-content.about-page__section-two--inner {
    gap: 9.6rem;
    flex-wrap: wrap;
  }

  .about-page__section-two__image {
    margin: 0 auto;
  }

  .about-page__section-three--inner {
    flex-wrap: wrap;
    gap: 4rem;
  }

  .about-page__section-three--inner > div {
    flex: unset;
    width: 100%;
  }

  .about-page__section-three__right-block {
    padding-left: 0;
  }

  .about-page__section-four--inner {
    flex-wrap: wrap;
  }

  .about-page__section-four--inner > div {
    flex: unset;
    padding-left: 0;
    width: 100%;
  }

  .about-page__section-four--information__content {
    padding-left: var(--fc-main-padding-single);
    padding-right: var(--fc-main-padding-single);
  }

  .about-page__section-five--cards {
    flex-wrap: wrap;
  }

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

  .footer__main-block > div {
    flex-wrap: wrap;
    gap: 5rem;
  }

  .footer__secondary-block > div {
    gap: 0.5rem;
  }

  /*************************error 404 **************************/
  .factoria-error__content {
    padding: 6rem 2rem;
  }

  /**********************Project*****************************/

  .factoria-proyecto--flexible-content--gallery__loop {
    height: 50vh;
  }

  .factoria-proyecto--featured-projects--loop .project-item--img > img {
    aspect-ratio: 1 / 1;
  }

  .page-template-projects .project-item--img > img {
    aspect-ratio: 1/1;
  }

  .calltoaction-button__whatsapp {
    right: 0;
    top: 90vh;
  }

  .calltoaction-button__services {
    opacity: 1;
    right: 0;
    top: 70vh;
  }

  /**************************Services**********************************/

  .factoria__single-post__image-text-block {
    padding-bottom: 10rem;
  }

  .factoria__single-post__process-block--loop > div {
    width: 80%;
  }

  .factoria__single-post__contact-banner--information {
    padding: 4rem;
  }
}

/**********************Small Mobiles*******************************/
@media (max-width: 360px) {
  :root {
    --fc-main-padding: 0 3rem;
    --fc-main-padding-single: 3rem;
  }

  .home__section-four__strength-loop > div {
    max-width: 100%;
  }

  .factoria__h1 {
    font-size: 3.5rem;
  }
}