@charset "UTF-8";
@font-face {
  font-family: "biko";
  src: url(../media/fonts/biko_regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "biko-bold";
  src: url(../media/fonts/biko_bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "biko-bolder";
  src: url(../media/fonts/biko_black.otf);
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "biko-light";
  src: url(../media/fonts/biko_light-restricted.otf);
  font-weight: light;
  font-style: normal;
}
/* General styling */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "biko";
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

/* Aplico font:inherit y margin:0 a estos elementos para asegurarme su reseteo (también por si uso Bootstrap) */
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
button,
select {
  font: inherit;
  margin: 0;
}

.breadcrumbs {
  color: #838281;
  margin: 0.75rem 0 0.75rem 1rem;
  font-size: 0.9rem;
}
.breadcrumbs a {
  color: #838281;
  text-decoration: none;
}
.breadcrumbs a.active {
  color: #000000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.section-title {
  color: #da251d;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-divider {
  margin: 0 10px 0 10px;
  border-top: 5px solid #da251d;
  opacity: 1;
}

.wrapper {
  /* Agrego un wrapper de max-width 1600px para lidiar con el stretching en dispositivos grandes */
  margin: 0 auto;
  max-width: 1600px;
}

/* animaciones */
.hidden {
  overflow: hidden;
}

/* Por si el usuario desactiva animaciones */
@media (prefers-reduced-motion) {
  .hidden {
    -webkit-transition: none;
    transition: none;
  }
}
/* Mixin for auto-playing slider */
/* Adjusted value */
/* Adjusted value */
/* Adjusted value */
@-webkit-keyframes scrollEmpresas {
  0% {
    -webkit-transform: translateX(-9000px);
            transform: translateX(-9000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollEmpresas {
  0% {
    -webkit-transform: translateX(-9000px);
            transform: translateX(-9000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scrollHogar {
  0% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollHogar {
  0% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scrollAmbientaciones {
  0% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollAmbientaciones {
  0% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header {
  border-bottom: #da251d 10px solid;
}
.header nav {
  padding: 0 0 0 0;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .header nav {
    padding: 0.25rem 0 0 0;
    position: static;
  }
}
.header nav .container-fluid {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header nav .container-fluid .banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.header nav .container-fluid .banner-wrapper > a {
  text-decoration: none;
}
.header nav .container-fluid .banner-wrapper > a .nav-banner {
  max-width: 400px;
  width: 100%;
}
.header nav .container-fluid .banner-wrapper .navbar-toggler {
  border: 0;
  font-size: 0.8rem;
  height: 2rem;
  margin: 2rem 0;
}
.header nav .container-fluid .banner-wrapper .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header nav .container-fluid .banner-wrapper .navbar-toggler .navbar-toggler-icon {
  background-image: url("../media/hamburger.svg");
}
.header nav .container-fluid .navbar-collapse {
  padding: 0;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav {
    height: 2rem;
    margin: 1rem 0 1rem 0;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
  color: #838281;
  font-weight: 600;
  display: inline-block;
  margin: 1rem 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link.active {
  color: #3c3b3b;
  font-weight: 700;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link::after {
  background-color: #a5b2df;
  border-radius: 40px;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
    margin: 0 1.25rem;
    padding: 0;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav > img {
  max-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav > img {
    display: none;
  }
}

footer {
  background-color: #3c3b3b;
  color: white;
}
footer .footer-mail {
  color: #a5b2df;
  font-size: 2rem;
  padding: 7px 0 7px 0;
  text-align: center;
}
footer .footer-divisor {
  width: 100%;
  height: 3px;
  background-color: #a5b2df;
}
footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-social a img {
  max-width: 35px;
  margin: 15px;
}
footer .footer-text {
  padding: 0 10px 0 10px;
}
footer .footer-text b {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  footer .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
footer .footer-text .footer-phones {
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  footer .footer-text .footer-phones {
    padding: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  footer .footer-text .footer-direction {
    width: 40%;
  }
}
footer .footer-suri {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 20px 0;
}
footer .footer-suri img {
  max-width: 60px;
  margin: 0 15px 0 15px;
}

.maps-container {
  border-top: 3px solid #da251d;
  display: grid;
  margin: 0 auto;
  padding: 3rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  .maps-container {
    max-width: 1200px;
    padding: 3rem 0;
  }
}
.maps-container .section-container {
  background-color: #a5b2df;
  max-height: 350px;
}
@media (min-width: 992px) {
  .maps-container .section-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 400px;
    padding: 25px;
    max-width: 1200px;
  }
}
.maps-container .section-container iframe {
  min-width: 250px;
  justify-self: center;
}
@media (min-width: 992px) {
  .maps-container .section-container iframe {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: 750px;
  }
}
.maps-container .section-container .maps-text {
  display: none;
}
@media (min-width: 992px) {
  .maps-container .section-container .maps-text {
    color: #3c3b3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    padding: 0 10px 0 25px;
    text-align: end;
  }
}

.contact {
  border-top: 3px solid #da251d;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0.75rem;
}
.contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 325px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact form {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .contact form {
    max-width: 800px;
  }
}
.contact form .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .contact form .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact form .contact-container .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.contact form .contact-container .contact-information input {
  background-color: #3c3b3b;
  border: none;
  border-radius: 0;
  color: white;
  padding: 0.5rem;
  margin: 0;
  width: 100%;
}
.contact form .contact-container .contact-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.contact form .contact-container .contact-message textarea {
  background-color: #3c3b3b;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 1.1rem;
  min-height: 150px;
  margin: 0;
  padding: 0.4rem 0.5rem 0.5rem 0.5rem;
  resize: none;
  width: 100%;
}
.contact form .send {
  background-color: #da251d;
  border: none;
  border-radius: 0.25rem;
  color: white;
  font-size: 1.1rem;
  margin-top: 1rem;
  padding: 0.25em 0.75em;
  text-shadow: 0 1px 0 black;
  text-align: center;
}
@media (min-width: 576px) {
  .contact form .send {
    margin-left: auto;
    width: 200px;
  }
}
.contact form .send:hover {
  background-color: #a5b2df;
}
.contact form .send:active {
  background-color: #a5b2df;
  border: 2px solid #838281;
}

::-webkit-input-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

::-ms-input-placeholder {
  color: white;
}

::placeholder {
  color: white;
}

.instagram-container {
  border-top: 3px solid #da251d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0.75rem;
}
@media (min-width: 992px) {
  .instagram-container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .instagram-container {
    padding: 3rem 0;
  }
}
.instagram-container.hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.instagram-container.show {
  opacity: 1;
}
.instagram-container .instagram-name {
  color: #a5b2df;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto 1rem auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
}
.instagram-container .instagram-name:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .instagram-container .instagram-name {
    font-size: 1.75rem;
  }
}
.instagram-container .instagram-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 992px) {
  .instagram-container .instagram-posts {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
  }
}
.instagram-container .post {
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.instagram-container .post:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.instagram-container .post:hover .image-wrapper {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.instagram-container .post:hover .instagram-logo {
  opacity: 1;
}
.instagram-container .post .image-wrapper {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.instagram-container .post .image-wrapper img {
  width: 100%;
}
.instagram-container .post .instagram-logo {
  left: 50%;
  max-width: 50px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.instagram-container .post5,
.instagram-container .post6,
.instagram-container .post7,
.instagram-container .post8 {
  display: none;
}
@media (min-width: 992px) {
  .instagram-container .post5 {
    display: block;
  }
  .instagram-container .post6 {
    display: block;
  }
  .instagram-container .post7 {
    display: block;
  }
  .instagram-container .post8 {
    display: block;
  }
}

.clients-container {
  border-top: 3px solid #da251d;
  margin: 0 auto;
  padding: 3rem 0;
}
.clients-container .slider-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.clients-container .slider-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem 0;
}
.clients-container .slider-container .slider {
  background: none;
  height: 175px; /* Adjusted value */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1600px; /* Must be <= to the width of each .slide * the amount of slides / 2 */
}
@media only screen and (min-width: 768px) {
  .clients-container .slider-container .slider::before, .clients-container .slider-container .slider::after {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 175px; /* Adjusted value */
    position: absolute;
    width: 175px; /* Adjusted value */
    z-index: 2;
  }
}
.clients-container .slider-container .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.clients-container .slider-container .slider::before {
  left: 0;
  top: 0;
}
.clients-container .slider-container .slider .slide-track {
  -webkit-animation: scrollEmpresas 80s linear infinite;
          animation: scrollEmpresas 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18000px; /* Adjusted value, here I calculate the width of each .slide times the total amount of slides */
}
.clients-container .slider-container .slider .slide-track.slide-hogar {
  -webkit-animation: scrollHogar 16s linear infinite;
          animation: scrollHogar 16s linear infinite;
  width: 3600px; /* Adjusted value, here I calculate the width of each .slide times the total amount of slides */
}
.clients-container .slider-container .slider .slide {
  height: 175px; /* Adjusted value */
  width: 225px; /* Adjusted value, the width of each slide can be > to the width of each image */
}
.clients-container .slider-container .slider .slide img {
  -ms-flex-item-align: center;
      align-self: center;
  height: 175px; /* Adjusted value */
  margin: 0 auto;
  width: 175px; /* Adjusted value */
}

.hero-section {
  color: #3c3b3b;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0.75rem 3rem 0.75rem;
}
.hero-section .hero-text {
  font-size: 2.25rem;
  line-height: 125%;
  margin: 3rem auto 0 auto;
  max-width: 850px;
  text-align: center;
}
.hero-section .hero-text span {
  color: #da251d;
}
@media (min-width: 992px) {
  .hero-section .hero-text {
    font-size: 2.5rem;
  }
}
.hero-section .hero-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 3rem auto;
  max-width: 800px;
}
@media (min-width: 576px) {
  .hero-section .hero-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 5rem auto;
  }
}
.hero-section .hero-icons .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-section .hero-icons .icon.hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.hero-section .hero-icons .icon.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.hero-section .hero-icons .icon:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hero-section .hero-icons .icon:nth-child(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.hero-section .hero-icons .icon svg {
  margin: 0 auto;
}
.hero-section .hero-icons .icon-text {
  color: #a5b2df;
  margin: 0.5rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.hero-section .hero-phrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem;
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 992px) {
  .hero-section .hero-phrase {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
.hero-section .hero-phrase .phrase-image {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 576px) {
  .hero-section .hero-phrase .phrase-image {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-phrase .phrase-image {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-phrase .phrase-image {
    margin: 0;
    max-width: 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.hero-section .hero-phrase .phrase-image img {
  border-radius: 1rem;
}
.hero-section .hero-phrase .phrase-text {
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-section .hero-phrase .phrase-text {
    margin: 0 0 0 auto;
    text-align: end;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-phrase .phrase-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.75rem;
    line-height: 150%;
    margin: 0;
    text-align: left;
    width: 500px;
  }
}
.hero-section .hero-phrase .phrase-text span:first-of-type {
  color: #da251d;
}
.hero-section .hero-phrase .phrase-text span:last-of-type {
  color: #a5b2df;
}

.lanin-container {
  border-top: 3px solid #da251d;
  color: #3c3b3b;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0.75rem;
  row-gap: 2rem;
  width: 100%;
}
.lanin-container .section-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 1.5fr;
  justify-items: center;
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 576px) {
  .lanin-container .section-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 2fr;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .lanin-container .section-container {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 2fr;
    row-gap: 0;
  }
}
@media (min-width: 992px) {
  .lanin-container .section-container {
    gap: 2rem;
    grid-template-columns: 1.5fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    max-width: 975px;
  }
}
@media (min-width: 1200px) {
  .lanin-container .section-container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.lanin-container .section-container .lanin-title {
  font-size: 1.5rem;
  grid-area: 1/2/1/1;
  margin: 0 auto;
  max-width: 525px;
}
@media (min-width: 576px) {
  .lanin-container .section-container .lanin-title {
    grid-area: 1/1/2/4;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .lanin-container .section-container .lanin-title {
    grid-area: 1/2/1/3;
    margin: 0;
  }
}
.lanin-container .section-container .lanin-title span {
  color: #011c45;
  font-weight: bold;
}
.lanin-container .section-container .lanin-image {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 400px;
  width: 100%;
}
@media (min-width: 576px) {
  .lanin-container .section-container .lanin-image {
    grid-area: 2/1/3/3;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@media (min-width: 768px) {
  .lanin-container .section-container .lanin-image {
    grid-area: 2/1/3/2;
    justify-self: flex-start;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 992px) {
  .lanin-container .section-container .lanin-image {
    grid-area: 1/1/3/2;
  }
}
@media (min-width: 1200px) {
  .lanin-container .section-container .lanin-image {
    justify-self: start;
  }
}
.lanin-container .section-container .lanin-text {
  -ms-flex-item-align: center;
      align-self: center;
  color: #011c45;
  text-align: center;
}
@media (min-width: 576px) {
  .lanin-container .section-container .lanin-text {
    grid-area: 2/2/3/4;
    justify-self: end;
    text-align: end;
  }
}
@media (min-width: 992px) {
  .lanin-container .section-container .lanin-text {
    font-size: 1.125rem;
    grid-area: 2/2/3/3;
  }
}

.products-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid #da251d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0.75rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .products-container {
    padding: 3rem 0;
  }
}
.products-container .section-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .products-container .section-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.products-container .section-container .box {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  width: 100%;
}
@media (min-width: 576px) {
  .products-container .section-container .box {
    min-height: 500px;
    max-width: 500px;
  }
}
.products-container .section-container .box.hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.products-container .section-container .box.show {
  opacity: 1;
}
.products-container .section-container .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 0;
}
.products-container .section-container .box:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.products-container .section-container .box span {
  background-color: hsla(0, 0%, 0%, 0.5);
  border: 1px solid white;
  color: white;
  left: 50%;
  font-size: 1.5rem;
  padding: 0.25em 1.75em;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  top: 50%;
  z-index: 1;
}
@media (min-width: 576px) {
  .products-container .section-container .box span {
    font-size: 1.75rem;
  }
}
.products-container .section-container .empresa {
  background-image: url("../media/inicio/empresa.jpg");
}
.products-container .section-container .hogar {
  background-image: url("../media/inicio/hogar.jpeg");
}

.button-wsp {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  right: 30px;
  -webkit-transition: 200ms -webkit-transform ease-in-out;
  transition: 200ms -webkit-transform ease-in-out;
  transition: 200ms transform ease-in-out;
  transition: 200ms transform ease-in-out, 200ms -webkit-transform ease-in-out;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 2px black;
          box-shadow: 0 0 2px black;
}
.button-wsp img {
  height: 50px;
}
.button-wsp:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
}

.ambientaciones-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 1200px;
  padding: 3rem 3.25rem 3rem 0.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ambientaciones-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #a5b2df;
    margin: 0 0 3rem 0;
    padding: 3rem 0.75rem;
    width: 100%;
  }
}
.ambientaciones-container .text {
  color: #3c3b3b;
  font-size: 2rem;
  text-align: left;
  margin: 0 0 2rem 5.5rem;
}
@media only screen and (max-width: 767px) {
  .ambientaciones-container .text {
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.ambientaciones-container .circle {
  background-color: #a5b2df;
  border-radius: 100%;
  left: 0;
  height: 600px;
  max-width: 600px;
  position: absolute;
  width: 100%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .ambientaciones-container .circle {
    display: none;
  }
}
.ambientaciones-container .carousel .slider-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .ambientaciones-container .carousel .slider-container {
    padding-left: 1.5rem;
  }
}
.ambientaciones-container .carousel .slider-container .slider {
  background: none;
  height: 200px; /* Adjusted value */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1600px; /* Must be <= to the width of each .slide * the amount of slides / 2 */
}
@media only screen and (min-width: 768px) {
  .ambientaciones-container .carousel .slider-container .slider {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 0.25rem;
    border-color: #a5b2df;
  }
}
@media only screen and (min-width: 768px) {
  .ambientaciones-container .carousel .slider-container .slider::before, .ambientaciones-container .carousel .slider-container .slider::after {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 200px; /* Adjusted value */
    position: absolute;
    width: 335px; /* Adjusted value */
    z-index: 2;
  }
}
.ambientaciones-container .carousel .slider-container .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.ambientaciones-container .carousel .slider-container .slider::before {
  left: 0;
  top: 0;
}
.ambientaciones-container .carousel .slider-container .slider .slide-track {
  -webkit-animation: scrollAmbientaciones 20s linear infinite;
          animation: scrollAmbientaciones 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6000px; /* Adjusted value, here I calculate the width of each .slide times the total amount of slides */
}
.ambientaciones-container .carousel .slider-container .slider .slide {
  height: 200px; /* Adjusted value */
  width: 375px; /* Adjusted value, the width of each slide can be > to the width of each image */
}
.ambientaciones-container .carousel .slider-container .slider .slide img {
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 0.25rem;
  height: 200px; /* Adjusted value */
  margin: 0 auto;
  width: 335px; /* Adjusted value */
}
@media only screen and (max-width: 767px) {
  .ambientaciones-container .carousel {
    max-width: 100%;
  }
}

.hero-container .hero-image {
  margin: 0 auto;
  position: relative;
}
.hero-container .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-container .hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-container .hero-image h3 {
  bottom: 0.75rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 1.25rem;
  z-index: 100;
}
@media (min-width: 576px) {
  .hero-container .hero-image h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-container .hero-image h3 {
    font-size: 3rem;
  }
}

.categorias {
  padding: 3rem 0.75rem;
}
.categorias h3 {
  color: #da251d;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .categorias h3 {
    font-size: 2.5rem;
  }
}
.categorias .categorias-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 850px;
}
.categorias .categorias-container .categoria {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #838281;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  max-width: 250px;
  padding: 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.categorias .categorias-container .categoria::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 0;
}
.categorias .categorias-container .categoria:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.categorias .categorias-container .categoria {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.categorias .categorias-container.empresa .categoria:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_escritorios.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_escritorios.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_puestos_trabajo.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_puestos_trabajo.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_recepciones.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_recepciones.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_sala_reuniones.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_sala_reuniones.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(5) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_revestimientos.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_revestimientos.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(6) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_cerramientos.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_cerramientos.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(7) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_biblioteca.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_biblioteca.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(8) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/empresa/seccion_comerciales.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/empresa/seccion_comerciales.jpg ");
}
.categorias .categorias-container.empresa .categoria:nth-child(9) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/placeholder2.png ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/placeholder2.png ");
}
.categorias .categorias-container.hogar .categoria:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_cocina.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_cocina.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_living.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_living.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_dormitorios_suite.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_dormitorios_suite.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_dormitorio_juvenil.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_dormitorio_juvenil.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(5) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_banio.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_banio.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(6) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_comedores.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_comedores.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(7) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_Revestimientos _interior.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_Revestimientos _interior.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(8) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_escaleras_aberturas.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_escaleras_aberturas.jpg ");
}
.categorias .categorias-container.hogar .categoria:nth-child(9) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("./../media/hogar/seccion_exteriores.jpg ");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../media/hogar/seccion_exteriores.jpg ");
}
.categorias .categorias-container span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #fff 1px solid;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  text-shadow: 1px 1px #000;
  width: 100%;
  z-index: 1;
}

.productos {
  padding: 3rem 0.75rem;
}
.productos .productos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 850px;
}
.productos .productos-container .producto {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 250px;
  max-width: 250px;
  position: relative;
  width: 100%;
}
.productos .productos-container .producto .producto-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 0.75rem 0.5rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.productos .productos-container .producto .producto-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 59, 59, 0.5);
  z-index: -1;
}
.productos .productos-container .producto .producto-whatsapp {
  bottom: 2.5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 2.5px;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.productos .productos-container .producto .producto-whatsapp:hover {
  text-decoration: underline;
}
.productos .productos-container .producto .producto-whatsapp img {
  max-width: 25px;
}
.productos .productos-container.escritorios .producto:nth-child(1) {
  background-image: url("./../media/empresa/escritorios/ees1.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(2) {
  background-image: url("./../media/empresa/escritorios/ees2.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(3) {
  background-image: url("./../media/empresa/escritorios/ees3.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(4) {
  background-image: url("./../media/empresa/escritorios/ees4.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(5) {
  background-image: url("./../media/empresa/escritorios/ees5.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(6) {
  background-image: url("./../media/empresa/escritorios/ees6.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(7) {
  background-image: url("./../media/empresa/escritorios/ees7.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(8) {
  background-image: url("./../media/empresa/escritorios/ees8.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(9) {
  background-image: url("./../media/empresa/escritorios/ees9.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(10) {
  background-image: url("./../media/empresa/escritorios/ees10.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(11) {
  background-image: url("./../media/empresa/escritorios/ees11.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(12) {
  background-image: url("./../media/empresa/escritorios/ees12.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(13) {
  background-image: url("./../media/empresa/escritorios/ees13.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(14) {
  background-image: url("./../media/empresa/escritorios/ees14.jpg");
}
.productos .productos-container.escritorios .producto:nth-child(15) {
  background-image: url("./../media/empresa/escritorios/ees15.jpg");
}
.productos .productos-container.puestos .producto:nth-child(1) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept1.jpg");
}
.productos .productos-container.puestos .producto:nth-child(2) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept2.jpg");
}
.productos .productos-container.puestos .producto:nth-child(3) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept3.jpg");
}
.productos .productos-container.puestos .producto:nth-child(4) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept4.jpg");
}
.productos .productos-container.puestos .producto:nth-child(5) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept5.jpg");
}
.productos .productos-container.puestos .producto:nth-child(6) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept6.jpg");
}
.productos .productos-container.puestos .producto:nth-child(7) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept7.jpg");
}
.productos .productos-container.puestos .producto:nth-child(8) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept8.jpg");
}
.productos .productos-container.puestos .producto:nth-child(9) {
  background-image: url("./../media/empresa/puestos-de-trabajo/ept9.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(1) {
  background-image: url("./../media/empresa/recepciones/erc1.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(2) {
  background-image: url("./../media/empresa/recepciones/erc2.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(3) {
  background-image: url("./../media/empresa/recepciones/erc3.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(4) {
  background-image: url("./../media/empresa/recepciones/erc4.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(5) {
  background-image: url("./../media/empresa/recepciones/erc5.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(6) {
  background-image: url("./../media/empresa/recepciones/erc6.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(7) {
  background-image: url("./../media/empresa/recepciones/erc7.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(8) {
  background-image: url("./../media/empresa/recepciones/erc8.jpg");
}
.productos .productos-container.recepciones .producto:nth-child(9) {
  background-image: url("./../media/empresa/recepciones/erc9.jpg");
}
.productos .productos-container.salas .producto:nth-child(1) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr1.jpg");
}
.productos .productos-container.salas .producto:nth-child(2) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr2.jpg");
}
.productos .productos-container.salas .producto:nth-child(3) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr3.jpg");
}
.productos .productos-container.salas .producto:nth-child(4) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr4.jpg");
}
.productos .productos-container.salas .producto:nth-child(5) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr5.jpg");
}
.productos .productos-container.salas .producto:nth-child(6) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr6.jpg");
}
.productos .productos-container.salas .producto:nth-child(7) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr7.jpg");
}
.productos .productos-container.salas .producto:nth-child(8) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr8.jpg");
}
.productos .productos-container.salas .producto:nth-child(9) {
  background-image: url("./../media/empresa/salas-de-reuniones/esr9.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(1) {
  background-image: url("./../media/empresa/revestimientos/ers1.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(2) {
  background-image: url("./../media/empresa/revestimientos/ers2.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(3) {
  background-image: url("./../media/empresa/revestimientos/ers3.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(4) {
  background-image: url("./../media/empresa/revestimientos/ers4.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(5) {
  background-image: url("./../media/empresa/revestimientos/ers5.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(6) {
  background-image: url("./../media/empresa/revestimientos/ers6.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(7) {
  background-image: url("./../media/empresa/revestimientos/ers7.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(8) {
  background-image: url("./../media/empresa/revestimientos/ers8.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(9) {
  background-image: url("./../media/empresa/revestimientos/ers9.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(10) {
  background-image: url("./../media/empresa/revestimientos/ers10.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(11) {
  background-image: url("./../media/empresa/revestimientos/ers11.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(12) {
  background-image: url("./../media/empresa/revestimientos/ers12.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(13) {
  background-image: url("./../media/empresa/revestimientos/ers13.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(14) {
  background-image: url("./../media/empresa/revestimientos/ers14.jpg");
}
.productos .productos-container.revestimientos .producto:nth-child(15) {
  background-image: url("./../media/empresa/revestimientos/ers15.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(1) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco1.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(2) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco2.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(3) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco3.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(4) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco4.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(5) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco5.jpg");
}
.productos .productos-container.cerramientos .producto:nth-child(6) {
  background-image: url("./../media/empresa/cerramientos-para-oficinas/eco6.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(1) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg1.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(2) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg2.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(3) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg3.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(4) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg4.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(5) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg5.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(6) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg6.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(7) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg7.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(8) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg8.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(9) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg9.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(10) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg10.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(11) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg11.jpg");
}
.productos .productos-container.bibliotecas .producto:nth-child(12) {
  background-image: url("./../media/empresa/bibliotecas-y-gabinetes/ebg12.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(1) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb1.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(2) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb2.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(3) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb3.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(4) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb4.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(5) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb5.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(6) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb6.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(7) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb7.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(8) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb8.jpg");
}
.productos .productos-container.comerciales .producto:nth-child(9) {
  background-image: url("./../media/empresa/comerciales-y-obras/ecb9.jpg");
}
.productos .productos-container.sillas .producto:nth-child(1) {
  background-color: #a5b2df;
}
.productos .productos-container.sillas .producto:nth-child(2) {
  background-color: #a5b2df;
}
.productos .productos-container.sillas .producto:nth-child(3) {
  background-color: #a5b2df;
}
.productos .productos-container.sillas .producto:nth-child(4) {
  background-color: #a5b2df;
}
.productos .productos-container.sillas .producto:nth-child(5) {
  background-color: #a5b2df;
}
.productos .productos-container.sillas .producto:nth-child(6) {
  background-color: #a5b2df;
}
.productos .productos-container.cocinas .producto:nth-child(1) {
  background-image: url("./../media/hogar/cocinas/hc1.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(2) {
  background-image: url("./../media/hogar/cocinas/hc2.jpeg");
}
.productos .productos-container.cocinas .producto:nth-child(3) {
  background-image: url("./../media/hogar/cocinas/hc3.jpeg");
}
.productos .productos-container.cocinas .producto:nth-child(4) {
  background-image: url("./../media/hogar/cocinas/hc4.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(5) {
  background-image: url("./../media/hogar/cocinas/hc5.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(6) {
  background-image: url("./../media/hogar/cocinas/hc6.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(7) {
  background-image: url("./../media/hogar/cocinas/hc7.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(8) {
  background-image: url("./../media/hogar/cocinas/hc8.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(9) {
  background-image: url("./../media/hogar/cocinas/hc9.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(10) {
  background-image: url("./../media/hogar/cocinas/hc10.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(11) {
  background-image: url("./../media/hogar/cocinas/hc11.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(12) {
  background-image: url("./../media/hogar/cocinas/hc12.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(13) {
  background-image: url("./../media/hogar/cocinas/hc13.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(14) {
  background-image: url("./../media/hogar/cocinas/hc14.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(15) {
  background-image: url("./../media/hogar/cocinas/hc15.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(16) {
  background-image: url("./../media/hogar/cocinas/hc16.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(17) {
  background-image: url("./../media/hogar/cocinas/hc17.jpg");
}
.productos .productos-container.cocinas .producto:nth-child(18) {
  background-image: url("./../media/hogar/cocinas/hc18.jpg");
}
.productos .productos-container.living .producto:nth-child(1) {
  background-image: url("./../media/hogar/living/hl1.jpg");
}
.productos .productos-container.living .producto:nth-child(2) {
  background-image: url("./../media/hogar/living/hl2.jpg");
}
.productos .productos-container.living .producto:nth-child(3) {
  background-image: url("./../media/hogar/living/hl3.jpg");
}
.productos .productos-container.living .producto:nth-child(4) {
  background-image: url("./../media/hogar/living/hl4.jpg");
}
.productos .productos-container.living .producto:nth-child(5) {
  background-image: url("./../media/hogar/living/hl5.jpg");
}
.productos .productos-container.living .producto:nth-child(6) {
  background-image: url("./../media/hogar/living/hl6.jpg");
}
.productos .productos-container.living .producto:nth-child(7) {
  background-image: url("./../media/hogar/living/hl7.jpg");
}
.productos .productos-container.living .producto:nth-child(8) {
  background-image: url("./../media/hogar/living/hl8.jpg");
}
.productos .productos-container.living .producto:nth-child(9) {
  background-image: url("./../media/hogar/living/hl9.jpg");
}
.productos .productos-container.living .producto:nth-child(10) {
  background-image: url("./../media/hogar/living/hl10.jpg");
}
.productos .productos-container.living .producto:nth-child(11) {
  background-image: url("./../media/hogar/living/hl11.jpg");
}
.productos .productos-container.living .producto:nth-child(12) {
  background-image: url("./../media/hogar/living/hl12.jpg");
}
.productos .productos-container.living .producto:nth-child(13) {
  background-image: url("./../media/hogar/living/hl13.jpg");
}
.productos .productos-container.living .producto:nth-child(14) {
  background-image: url("./../media/hogar/living/hl14.jpg");
}
.productos .productos-container.living .producto:nth-child(15) {
  background-image: url("./../media/hogar/living/hl15.jpg");
}
.productos .productos-container.living .producto:nth-child(16) {
  background-image: url("./../media/hogar/living/hl16.jpg");
}
.productos .productos-container.living .producto:nth-child(17) {
  background-image: url("./../media/hogar/living/hl17.jpg");
}
.productos .productos-container.living .producto:nth-child(18) {
  background-image: url("./../media/hogar/living/hl18.jpg");
}
.productos .productos-container.living .producto:nth-child(19) {
  background-image: url("./../media/hogar/living/hl19.jpg");
}
.productos .productos-container.living .producto:nth-child(20) {
  background-image: url("./../media/hogar/living/hl20.jpg");
}
.productos .productos-container.living .producto:nth-child(21) {
  background-image: url("./../media/hogar/living/hl21.jpg");
}
.productos .productos-container.living .producto:nth-child(22) {
  background-image: url("./../media/hogar/living/hl22.jpg");
}
.productos .productos-container.living .producto:nth-child(23) {
  background-image: url("./../media/hogar/living/hl23.jpg");
}
.productos .productos-container.living .producto:nth-child(24) {
  background-image: url("./../media/hogar/living/hl24.jpg");
}
.productos .productos-container.living .producto:nth-child(25) {
  background-image: url("./../media/hogar/living/hl25.jpg");
}
.productos .productos-container.living .producto:nth-child(26) {
  background-image: url("./../media/hogar/living/hl26.jpg");
}
.productos .productos-container.living .producto:nth-child(27) {
  background-image: url("./../media/hogar/living/hl27.jpg");
}
.productos .productos-container.living .producto:nth-child(28) {
  background-image: url("./../media/hogar/living/hl28.jpg");
}
.productos .productos-container.living .producto:nth-child(29) {
  background-image: url("./../media/hogar/living/hl29.jpg");
}
.productos .productos-container.living .producto:nth-child(30) {
  background-image: url("./../media/hogar/living/hl30.jpg");
}
.productos .productos-container.living .producto:nth-child(31) {
  background-image: url("./../media/hogar/living/hl31.jpg");
}
.productos .productos-container.living .producto:nth-child(32) {
  background-image: url("./../media/hogar/living/hl32.jpg");
}
.productos .productos-container.living .producto:nth-child(33) {
  background-image: url("./../media/hogar/living/hl33.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(1) {
  background-image: url("./../media/hogar/dormitorios-suite/hds1.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(2) {
  background-image: url("./../media/hogar/dormitorios-suite/hds2.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(3) {
  background-image: url("./../media/hogar/dormitorios-suite/hds3.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(4) {
  background-image: url("./../media/hogar/dormitorios-suite/hds4.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(5) {
  background-image: url("./../media/hogar/dormitorios-suite/hds5.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(6) {
  background-image: url("./../media/hogar/dormitorios-suite/hds6.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(7) {
  background-image: url("./../media/hogar/dormitorios-suite/hds7.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(8) {
  background-image: url("./../media/hogar/dormitorios-suite/hds8.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(9) {
  background-image: url("./../media/hogar/dormitorios-suite/hds9.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(10) {
  background-image: url("./../media/hogar/dormitorios-suite/hds10.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(11) {
  background-image: url("./../media/hogar/dormitorios-suite/hds11.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(12) {
  background-image: url("./../media/hogar/dormitorios-suite/hds12.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(13) {
  background-image: url("./../media/hogar/dormitorios-suite/hds13.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(14) {
  background-image: url("./../media/hogar/dormitorios-suite/hds14.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(15) {
  background-image: url("./../media/hogar/dormitorios-suite/hds15.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(16) {
  background-image: url("./../media/hogar/dormitorios-suite/hds16.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(17) {
  background-image: url("./../media/hogar/dormitorios-suite/hds17.jpg");
}
.productos .productos-container.dormitorios-suite .producto:nth-child(18) {
  background-image: url("./../media/hogar/dormitorios-suite/hds18.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(1) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj1.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(2) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj2.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(3) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj3.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(4) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj4.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(5) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj5.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(6) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj6.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(7) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj7.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(8) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj8.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(9) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj9.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(10) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj10.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(11) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj11.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(12) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj12.jpg");
}
.productos .productos-container.dormitorios-juveniles .producto:nth-child(13) {
  background-image: url("./../media/hogar/dormitorios-juveniles/hdj13.jpg");
}
.productos .productos-container.banios .producto:nth-child(1) {
  background-image: url("./../media/hogar/banios/hb1.jpg");
}
.productos .productos-container.banios .producto:nth-child(2) {
  background-image: url("./../media/hogar/banios/hb2.jpg");
}
.productos .productos-container.banios .producto:nth-child(3) {
  background-image: url("./../media/hogar/banios/hb3.jpg");
}
.productos .productos-container.banios .producto:nth-child(4) {
  background-image: url("./../media/hogar/banios/hb4.jpg");
}
.productos .productos-container.banios .producto:nth-child(5) {
  background-image: url("./../media/hogar/banios/hb5.jpg");
}
.productos .productos-container.banios .producto:nth-child(6) {
  background-image: url("./../media/hogar/banios/hb6.jpg");
}
.productos .productos-container.banios .producto:nth-child(7) {
  background-image: url("./../media/hogar/banios/hb7.jpg");
}
.productos .productos-container.banios .producto:nth-child(8) {
  background-image: url("./../media/hogar/banios/hb8.jpg");
}
.productos .productos-container.banios .producto:nth-child(9) {
  background-image: url("./../media/hogar/banios/hb9.jpg");
}
.productos .productos-container.banios .producto:nth-child(10) {
  background-image: url("./../media/hogar/banios/hb10.jpg");
}
.productos .productos-container.banios .producto:nth-child(11) {
  background-image: url("./../media/hogar/banios/hb11.jpg");
}
.productos .productos-container.banios .producto:nth-child(12) {
  background-image: url("./../media/hogar/banios/hb12.jpg");
}
.productos .productos-container.comedores .producto:nth-child(1) {
  background-image: url("./../media/hogar/comedores/hcm1.jpg");
}
.productos .productos-container.comedores .producto:nth-child(2) {
  background-image: url("./../media/hogar/comedores/hcm2.jpg");
}
.productos .productos-container.comedores .producto:nth-child(3) {
  background-image: url("./../media/hogar/comedores/hcm3.jpg");
}
.productos .productos-container.comedores .producto:nth-child(4) {
  background-image: url("./../media/hogar/comedores/hcm4.jpg");
}
.productos .productos-container.comedores .producto:nth-child(5) {
  background-image: url("./../media/hogar/comedores/hcm5.jpg");
}
.productos .productos-container.comedores .producto:nth-child(6) {
  background-image: url("./../media/hogar/comedores/hcm6.jpg");
}
.productos .productos-container.comedores .producto:nth-child(7) {
  background-image: url("./../media/hogar/comedores/hcm7.jpg");
}
.productos .productos-container.comedores .producto:nth-child(8) {
  background-image: url("./../media/hogar/comedores/hcm8.jpg");
}
.productos .productos-container.comedores .producto:nth-child(9) {
  background-image: url("./../media/hogar/comedores/hcm9.jpg");
}
.productos .productos-container.comedores .producto:nth-child(10) {
  background-image: url("./../media/hogar/comedores/hcm10.jpg");
}
.productos .productos-container.comedores .producto:nth-child(11) {
  background-image: url("./../media/hogar/comedores/hcm11.jpg");
}
.productos .productos-container.comedores .producto:nth-child(12) {
  background-image: url("./../media/hogar/comedores/hcm12.jpg");
}
.productos .productos-container.comedores .producto:nth-child(13) {
  background-image: url("./../media/hogar/comedores/hcm13.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(1) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri1.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(2) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri2.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(3) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri3.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(4) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri4.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(5) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri5.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(6) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri6.jpg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(7) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri7.jpeg");
}
.productos .productos-container.revestimientos-en-interior .producto:nth-child(8) {
  background-image: url("./../media/hogar/revestimientos-en-interior/hri8.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(1) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea1.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(2) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea2.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(3) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea3.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(4) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea4.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(5) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea5.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(6) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea6.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(7) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea7.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(8) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea8.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(9) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea9.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(10) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea10.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(11) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea11.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(12) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea12.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(13) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea13.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(14) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea14.jpg");
}
.productos .productos-container.escaleras-y-aberturas .producto:nth-child(15) {
  background-image: url("./../media/hogar/escaleras-y-aberturas/hea15.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(1) {
  background-image: url("./../media/hogar/exteriores/he1.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(2) {
  background-image: url("./../media/hogar/exteriores/he2.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(3) {
  background-image: url("./../media/hogar/exteriores/he3.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(4) {
  background-image: url("./../media/hogar/exteriores/he4.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(5) {
  background-image: url("./../media/hogar/exteriores/he5.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(6) {
  background-image: url("./../media/hogar/exteriores/he6.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(7) {
  background-image: url("./../media/hogar/exteriores/he7.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(8) {
  background-image: url("./../media/hogar/exteriores/he8.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(9) {
  background-image: url("./../media/hogar/exteriores/he9.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(10) {
  background-image: url("./../media/hogar/exteriores/he10.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(11) {
  background-image: url("./../media/hogar/exteriores/he11.jpg");
}
.productos .productos-container.exteriores .producto:nth-child(12) {
  background-image: url("./../media/hogar/exteriores/he12.jpg");
}

.nosotros-hero {
  color: #3c3b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0;
}
.nosotros-hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0 0 3rem 0.75rem;
}
@media (min-width: 768px) {
  .nosotros-hero .hero-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .nosotros-hero .hero-content {
    padding: 0 0.75rem 3rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .nosotros-hero .hero-content {
    padding: 0 0 3rem 0;
  }
}
.nosotros-hero .hero-content h2 {
  font-size: 2.25rem;
  margin: 0 auto;
  max-width: 650px;
}
@media (min-width: 992px) {
  .nosotros-hero .hero-content h2 {
    font-size: 2.5rem;
  }
}
.nosotros-hero .hero-content h2 span {
  color: #da251d;
}
.nosotros-hero .hero-content h2 span:last-of-type {
  color: #a5b2df;
}
.nosotros-hero .hero-content img {
  max-width: 500px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transform: translateX(150px) translateY(-25px);
          transform: translateX(150px) translateY(-25px);
  z-index: -1;
}
@media (min-width: 768px) {
  .nosotros-hero .hero-content img {
    max-width: 400px;
    -webkit-transform: translateX(100px) translateY(0);
            transform: translateX(100px) translateY(0);
  }
}
@media (min-width: 992px) {
  .nosotros-hero .hero-content img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.nosotros-hero h4 {
  color: #da251d;
  font-size: 1.75rem;
  margin: 0 auto 2rem auto;
  max-width: 350px;
  text-align: center;
}
@media (min-width: 992px) {
  .nosotros-hero h4 {
    font-size: 2rem;
  }
}
.nosotros-hero .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 450px;
}
@media (min-width: 576px) {
  .nosotros-hero .boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .nosotros-hero .boxes {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 800px;
  }
}
.nosotros-hero .boxes .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #838281;
  border-radius: 0.25rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 175px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 175px;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .nosotros-hero .boxes .box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.nosotros-hero .boxes .box.hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.nosotros-hero .boxes .box.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.nosotros-hero .boxes .box:nth-child(1) {
  background-color: #da251d;
}
.nosotros-hero .boxes .box:nth-child(2) {
  background-color: #a5b2df;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.nosotros-hero .boxes .box:nth-child(3) {
  background-color: #da251d;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
@media (min-width: 576px) {
  .nosotros-hero .boxes .box:nth-child(3) {
    background-color: #a5b2df;
  }
}
@media (min-width: 992px) {
  .nosotros-hero .boxes .box:nth-child(3) {
    background-color: #da251d;
  }
}
.nosotros-hero .boxes .box:nth-child(4) {
  background-color: #a5b2df;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
@media (min-width: 576px) {
  .nosotros-hero .boxes .box:nth-child(4) {
    background-color: #da251d;
  }
}
@media (min-width: 992px) {
  .nosotros-hero .boxes .box:nth-child(4) {
    background-color: #a5b2df;
  }
}
.nosotros-hero .boxes .box .box-number {
  font-size: 3rem;
}
.nosotros-hero .boxes .box .box-text {
  font-size: 1.2rem;
  padding: auto;
}

.nosotros-contexto {
  margin: 0 auto;
  max-width: 1200px;
}
.nosotros-contexto .contexto-card {
  margin: 2rem 0;
  position: relative;
}
.nosotros-contexto .contexto-card.hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.nosotros-contexto .contexto-card.show {
  opacity: 1;
}
.nosotros-contexto .contexto-card:nth-child(4) {
  margin: 0;
}
.nosotros-contexto .contexto-card::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(60, 59, 59, 0.5);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1.5rem 1rem 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 1;
}
@media (min-width: 576px) {
  .nosotros-contexto .contexto-card::before {
    font-size: 1.75rem;
    padding: 1.25rem 2rem 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .nosotros-contexto .contexto-card::before {
    font-size: 2rem;
    padding: 1.75rem 3.5rem 1.75rem 0;
  }
}
.nosotros-contexto .contexto-card.experiencia::before {
  content: "30 años de experiencia";
}
.nosotros-contexto .contexto-card.materiales::before {
  content: "Materiales y accesorios de la más alta calidad";
}
.nosotros-contexto .contexto-card.bocetos::before {
  content: "Previsualización de bocetos 3D";
}
.nosotros-contexto .contexto-card.amoblamiento::before {
  content: "Amoblamiento a medida";
}

.nosotros-historia {
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 0.75rem;
}
@media (min-width: 1200px) {
  .nosotros-historia {
    padding: 3rem 0;
  }
}
.nosotros-historia .historia-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}
.nosotros-historia .historia-container .historia-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5rem auto;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 992px) {
  .nosotros-historia .historia-container .historia-block {
    max-width: 1200px;
  }
}
.nosotros-historia .historia-container .historia-block.hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.nosotros-historia .historia-container .historia-block.show {
  opacity: 1;
}
.nosotros-historia .historia-container .historia-block img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .nosotros-historia .historia-container .historia-block img {
    max-width: 200px;
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .nosotros-historia .historia-container .historia-block img {
    max-width: 300px;
    max-height: 300px;
  }
}
.nosotros-historia .historia-container .historia-block p {
  max-width: 500px;
}
@media (min-width: 992px) {
  .nosotros-historia .historia-container .historia-block p {
    font-size: 1.5rem;
    max-width: 825px;
  }
}
.nosotros-historia .historia-container .historia-block.top p {
  text-align: left;
}
.nosotros-historia .historia-container .historia-block.top p span {
  color: #da251d;
}
.nosotros-historia .historia-container .historia-block.bottom p {
  text-align: right;
}
.nosotros-historia .historia-container .historia-block.bottom p span {
  color: #a5b2df;
}
.nosotros-historia .historia-container .historia-final {
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
@media (min-width: 992px) {
  .nosotros-historia .historia-container .historia-final {
    font-size: 1.5rem;
  }
}
.nosotros-historia .historia-container .historia-final.hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.nosotros-historia .historia-container .historia-final.show {
  opacity: 1;
}
.nosotros-historia .historia-container .historia-final span {
  color: #a5b2df;
}

.nosotros-equipo {
  background-image: url("./../media/sobre-nosotros/trabaja.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 550px;
  padding: 0 0.75rem;
  width: 100%;
}
.nosotros-equipo .text-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #a5b2df 3px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 750px;
  padding: 3em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.nosotros-equipo .text-wrapper::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.nosotros-equipo .text-wrapper h3 {
  color: #da251d;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .nosotros-equipo .text-wrapper h3 {
    font-size: 3rem;
  }
}
.nosotros-equipo .text-wrapper p {
  color: #a5b2df;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .nosotros-equipo .text-wrapper p {
    font-size: 1.75rem;
  }
}

.sectionGracias {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 675px;
  padding: 5rem 0.75rem;
  text-align: center;
}
.sectionGracias span {
  color: #da251d;
}
.sectionGracias h1 {
  font-size: 3.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .sectionGracias h1 {
    font-size: 2.5rem;
  }
}
.sectionGracias .texts {
  border-bottom: #a5b2df 4px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3.75rem;
}
.sectionGracias .texts p {
  font-size: 1.5rem;
}
.sectionGracias .texts .bold {
  font-weight: 700;
}
.sectionGracias .texts .italic {
  font-style: italic;
}
.sectionGracias .link {
  background-color: #da251d;
  border: none;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-size: 1.25rem;
  margin-top: 3.75rem;
  padding: 0.75em 1.75em;
  text-shadow: 0 1px 0 black;
  text-align: center;
  text-decoration: none;
}
.sectionGracias .link:hover {
  background-color: #a5b2df;
}
.sectionGracias .link:active {
  background-color: #a5b2df;
  border: 2px solid #838281;
}/*# sourceMappingURL=styles.css.map */