/***  
COLOR CAFE PRINCIPAL #77311B
COLOR NARANJA SECUNDARIO #B54B11
COLOR BLANCO-GRIS SECUNDARIO #F1D7B4
   */

@import url("https://fonts.cdnfonts.com/css/horse-saguaro");

@font-face {
  font-family: "HighlandGothicFLF Regular";
  font-style: normal;
  font-weight: normal;
  src: local("HighlandGothicFLF Regular"),
    url("../fonts/HighlandGothicFLF.woff") format("woff");
}

.hidden {
  overflow: hidden;
}

* {
  user-select: none;
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}

::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

/**** ELEMENTO GENERALES */

.sombra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}

.sombra.active {
  display: block;
}

.contenido {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.sombra-portada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background-color: #25d366;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  z-index: 50;
}

/**** NAV */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #77311b;
  z-index: 10;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.nav.alt {
  box-shadow: 0px 0px 2px 1px #f1d7b4;
  background: #77311b;
  justify-content: space-evenly;
}

.nav-logo img {
  height: 70px;
}

.nav-ops {
  width: 600px;
  display: none;
  justify-content: space-evenly;
}

.nav-ops.alt {
  display: flex;
}

.nav-op {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #f1d7b4;
  cursor: pointer;
}

.nav-ham {
  display: none;
  font-size: 20px;
  color: #f1d7b4;
}

.nav-ham.alt {
  display: block;
}

.nav-ops-mob {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: rgba(255, 255, 255);
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
  right: 0;
}

.close-nav-ops-mob {
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ed1c22;
}

.nav-op-mob {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-family: "Horse Saguaro", sans-serif;
  font-size: 20px;
  color: #5b5b5b;
}

/**** HOME */

.portada {
  width: 100%;
  height: 85vh;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.portada-home {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.portada-home img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flecha-portada-home {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 15px);
  width: 30px;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  color: #fff;
}

.seccion-index {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.textos-index {
  width: 90%;
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
}

.titulo-index {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Horse Saguaro", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ed3237;
}

.subtitulo-index {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Horse Saguaro", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ed3237;
}

.texto-index {
  width: 100%;
  line-height: 28px;
  margin: 20px auto;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.btn-index {
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: #ed3237;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.logos-home {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}

.logo-home {
  margin: 10px auto;
}

.logo-home img {
  width: 120px;
}

.icon-home {
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  cursor: pointer;
}

.bg-icon-home {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.text-icon-home {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/**** SWIPER */

.swiper-style {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px;
  scrollbar-width: none;
  position: relative;
  z-index: 3;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next {
  right: -40px;
}

@media (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  color: #5b5b5b;
}

.swiper-button-next::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  color: #5b5b5b;
}

/**** FOOTER */

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1d7b4;
}

.section-footer {
  width: 80%;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.title-footer {
  width: 100%;
  margin: 5px auto;
  color: #000;
  font-family: "Horse Saguaro", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.element-footer {
  width: 100%;
  margin: 8px auto;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.logo-footer {
  margin: 10px auto;
}

.logo-footer img {
  height: 60px;
}

.somm-footer {
  font-size: 10px;
  font-family: "HighlandGothicFLF Regular";
  cursor: pointer;
}

@media (max-width: 1100px) {
  .section-footer {
    margin: 20px auto;
  }
}

@media (max-width: 1199px) {
  .title-footer,
  .element-footer {
    text-align: center;
  }
}

/* CAROUSEL MARCAS */
.carousel {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.carousel-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-list {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.carousel-item {
  width: 150px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.img-carousel {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.texto-carousel {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  font-size: 16px;
  text-align: center;
}

/**** CONTACTO */

.mapa-contacto {
  width: 90%;
  max-width: 500px;
  height: 400px;
  margin: 10px auto;
}

@media (max-width: 900px) {
  .mapa-contacto {
    margin-bottom: 80px;
  }
}

.mapa-contacto iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contenedor-redes-contacto {
  width: 180px;
  height: auto;
  margin: 20px 0;
  display: flex;
}

.red-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.formulario-contacto {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 500px) {
  .formulario-contacto {
    margin-bottom: 40px;
  }
}

.leyenda-formulario-contacto {
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Montserrat", sans-serif;
}

.campo-formulario-contacto {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 5px;
  border: none;
  outline: none;
  appearance: none;
  border: 1px solid #77311b;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.textarea-formulario-contacto {
  width: 90%;
  height: 164px;
  margin: 0 auto;
  border: none;
  outline: none;
  appearance: none;
  resize: none;
  border: 1px solid #77311b;
  background-color: transparent;
  padding-left: 10px;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-formulario-contacto {
  position: absolute;
  bottom: 10px;
  right: 3%;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #77311b;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #77311b;
  z-index: 2;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
  display: flex;
}

.logo-panel-mensaje-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.contenedor-flex {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}

.contenedor-wrap-reverse {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap-reverse;
}

/* @charset "utf-8"; */

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
}

/* catalogos */

:root {
  --container-bg-color: #333;
  --left-bg-color: rgba(43, 43, 43, 0.8);
  --left-button-hover-color: #ed3237;
  --right-bg-color: rgba(43, 43, 43, 0.8);
  --right-button-hover-color: #2905a1;
  --hover-width: 75%;
  --other-width: 25%;
  --speed: 1000ms;
}

h1 {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}

.button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2.2rem;
  padding-top: 0.8rem;
  width: 13rem;
  text-align: center;
  color: #fff;
  border: #fff solid 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
}

.split.left .button:hover {
  background-color: var(--left-button-hover-color);
  border-color: var(--left-button-hover-color);
  color: #fff;
}

.split.right .button:hover {
  background-color: var(--right-button-hover-color);
  border-color: var(--right-button-hover-color);
  color: #fff;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--container-bg-color);
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.split.left {
  left: 0;
  background: url("../img/home/servicios.png") center center no-repeat;
  background-size: cover;
}

.split.left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--left-bg-color);
}

.split.right {
  right: 0;
  background: url("../img/home/refaccioneshome.png") center center no-repeat;
  background-size: cover;
}

.split.right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--right-bg-color);
}

.split.left,
.split.right,
.split.right:before,
.split.left:before {
  transition: var(--speed) all ease-in-out;
}

.hover-left .left {
  width: var(--hover-width);
}

.hover-left .right {
  width: var(--other-width);
}

.hover-left .right:before {
  z-index: 2;
}

.hover-right .right {
  width: var(--hover-width);
}

.hover-right .left {
  width: var(--other-width);
}

.hover-right .left:before {
  z-index: 2;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2rem;
  }

  .button {
    width: 12rem;
  }
}

@media (max-height: 700px) {
  .button {
    top: 70%;
  }
}

.portada-ventanas {
  width: 100%;
  height: 300px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sombra-portadas-ventanas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.titulo-seccion-ventanas {
  width: 90%;
  height: auto;
  margin: 50px auto;
  text-align: center;
  font-size: 30px;
  font-family: "ElliotSans-Medium", sans-serif;
  font-weight: bold;
  color: #606062;
  letter-spacing: 2px;
}

.texto-portada-ventanas {
  font-size: 50px;
  color: #fff;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
}

@media (max-width: 500px) {
  .texto-portada-ventanas {
    font-size: 30px;
  }
}

/* SERVICIOS */

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  width: 90%;
  margin: 0 auto;
}

.service {
  height: 280px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px 15px 0 0;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service:hover {
  transform: translateY(-10px);
}

.service .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ed3237;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}

.service h3 {
  margin-top: 50px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.service p {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  max-height: 150px;
  overflow-y: auto;
  text-align: justify;
  font-family: "ElliotSans-Medium", sans-serif;
}

header {
  background-color: #333;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/**** NOSOTROS */

.about-modern {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.about-img-container {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border: 6px solid #f1d7b4;
  flex-shrink: 0;
}

.about-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text-block {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.about-title {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 34px;
  color: #77311b;
  margin-bottom: 20px;
  text-align: left;
}

.about-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1.6;
  text-align: justify;
}

.about-button {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Horse Saguaro", sans-serif;
  background-color: #b54b11;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.about-button:hover {
  background-color: #77311b;
  transform: translateY(-2px);
}

.about-section-bg {
  background-image: url("../img/paper-fibers.png");
  background-repeat: repeat;
  background-size: auto;
  background-color: #fdfbf7; /* tono cálido neutro */
}

.elemento-seccion-nosotros {
  width: 90%;
  max-width: 310px;
  height: 350px;
  margin: 20px auto;
  position: relative;
  box-shadow: 0px 20px 20px #d6d6d6;
  border-radius: 5px;
  overflow-y: auto;
  display: flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contenedor-textos-nosotros {
  width: 90%;
  height: auto;
  margin: 20px auto;
}

.titulo-seccion-nosotros {
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000;
  z-index: 2;
}

.icono-elemento-seccion-nosotros {
  width: 10%;
  height: 100%;
  text-align: center;
  background-color: #2905a1;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.icono-elemento-seccion-nosotros i {
  margin-top: 10px;
}

.texto-seccion-nosotros {
  width: 90%;
  height: auto;
  margin: 0px auto;
  text-align: left;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  z-index: 2;
}

.texto-seccion-nosotros-principal {
  width: 90%;
  height: auto;
  margin: 20px auto;
  text-align: justify;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  z-index: 2;
}

.seccion {
  width: 100%;
  height: auto;
  margin: 50px auto;
  position: relative;
}

.contenido-seccion {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}

.textos-seccion {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  margin: 10px auto;
  z-index: 2;
}

.img-seccion {
  width: 90%;
  max-width: 600px;
  height: 320px;
  margin: 10px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 20px 20px #d6d6d6;
}

.titulo-seccion {
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000000;
  z-index: 2;
}

.textos-seccion-productos {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  margin: 10px auto;
  z-index: 2;
}

.img-seccion-productos {
  width: 90%;
  max-width: 600px;
  height: 450px;
  margin: 10px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.titulo-seccion-productos {
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ed3237;
  z-index: 2;
}

.icono-elemento-seccion-productos {
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: #ed3237;
  color: #fff;
  font-size: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.texto-seccion-productos {
  width: 100%;
  height: auto;
  margin: 20px auto;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  z-index: 2;
}

.btn-seccion-productos {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #ed3237;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}

.elemento-seccion-productos {
  width: 90%;
  max-width: 420px;
  height: 250px;
  margin: 20px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 20px 20px #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;

  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
}

.elemento-seccion-productos.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nombre-elemento-seccion-productos {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 150px);
  width: 300px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn-ver-productos {
  position: absolute;
  bottom: 60px;
  left: calc(30% - 60px);
  width: 120px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn-ver-catalogo {
  position: absolute;
  bottom: 60px;
  right: calc(30% - 60px);
  width: 120px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.nombre-elemento-seccion-productos i {
  padding-left: 10px;
}

.nombre-elemento-seccion-productos.active {
  width: 40px;
  bottom: calc(100% - 40px);
  left: calc(50% - 20px);
}

.nombre-elemento-seccion-productos.active i {
  padding-left: 0;
}

.descripcion-elemento-seccion-productos {
  position: absolute;
  top: 400px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.descripcion-elemento-seccion-productos.active {
  top: 0;
}

.texto-descripcion-elemento-seccion-productos {
  width: 90%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

/* PRODUCTOS */

.contenedor-producto {
  width: 315px;
  height: auto;
  margin: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  background-color: #fefefe;

  box-shadow: 0px 20px 20px #d6d6d6;
}

.img-producto {
  width: 100%;
  height: 244px;
  margin: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgb(165, 165, 165) 00;
}

.nombre-producto {
  width: 180px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  background-color: #ed3237;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.linea-titulo {
  width: 100px;
  height: 3px;
  text-align: center;
  align-content: center;
  background-color: #ed3237;
  margin: 0 auto;
}

.desc-contacto {
  width: 90%;
  max-width: 1050px;
  margin: 30px auto;
  text-align: justify;
  font-size: 15px;
  line-height: normal;
  font-family: "Oswald", sans-serif;
  color: #5b5b5b;
}

.textos-portada {
  position: absolute;
  right: 70px;
  bottom: 100px;
  width: 420px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.texto1-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #2905a1;
  font-weight: bold;
}

.texto2-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ed3237;
}

.texto3-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #2905a1;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 500px) {
  .textos-portada {
    position: absolute;
    right: 20px;
    bottom: 120px;
    width: 270px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
  }

  .texto1-portada {
    font-size: 15px;
  }

  .texto2-portada {
    margin-top: 0;
    font-size: 18px;
  }

  .texto3-portada {
    margin-top: 10px;
    font-size: 12px;
  }
}

#buscadorCategorias {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 30px auto;
  display: block;
  padding: 10px 14px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #ed3237;
  border-radius: 8px;
  outline: none;
  transition: box-shadow 0.3s ease, border 0.3s ease;
  box-shadow: 0 0 8px rgba(237, 50, 55, 0.15);
}

#buscadorCategorias:focus {
  border-color: #ed3237;
  box-shadow: 0 0 12px rgba(237, 50, 55, 0.3);
}

.products-showcase {
  width: 100%;
  max-width: 1300px;
  padding: 50px 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 30px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: 100%;
  gap: 30px;
  margin-bottom: 30px;
}

.product-card {
  position: relative;
  width: 100%;
  padding-top: 100%; /* aspecto 1:1 cuadrado */
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  transform: scale(1.03);
}

.product-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(119, 49, 27, 0.85); /* café institucional semiopaco */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  transition: background 0.3s ease;
}

.about-button {
  display: inline-block;
  padding: 12px 24px;
  font-family: "Horse Saguaro", sans-serif;
  background-color: #b54b11;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.about-button:hover {
  background-color: #77311b;
  transform: translateY(-2px);
}

.products-section-bg {
  background-repeat: repeat;
  background-size: auto;
  background-color: #fdfbf7;
  box-shadow: inset 0 40px 40px -30px rgba(0, 0, 0, 0.05);
}

.about-wrap {
  width: 100%;
  background-color: #fdfbf7;
  font-family: "Montserrat", sans-serif;
  margin-top: 60px;
}

.about-hero {
  width: 100%;
  text-align: center;
  padding: 130px 0px 40px;
  background-image: url("/img/fondos/fondo-textura-oasis.jpg");
  background-size: repeat;
  background-color: #f1d7b4;
  align-items: center;
  justify-content: center;
}

.about-main-title {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 48px;
  color: #77311b;
  margin-bottom: 10px;
}

.about-subtitle {
  font-size: 20px;
  color: #5b5b5b;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 40px auto;
  padding: 20px;
  gap: 30px;
}

.about-img {
  flex: 1;
  min-width: 280px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.about-text {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.about-title {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 32px;
  color: #b54b11;
  margin-bottom: 15px;
}

.about-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 20px;
  justify-content: center;
  background-color: #fff;
}

.about-col {
  flex: 1;
  min-width: 260px;
  max-width: 360px;
  background-color: #fdfbf7;
  border-left: 4px solid #77311b;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.about-icon-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #77311b;
}

.about-icon-title i {
  margin-right: 8px;
}

.about-commitment {
  flex-direction: row-reverse;
}

.about-team {
  max-width: 1300px;
  margin: 60px auto 80px;
  padding: 0 20px;
  text-align: center;
}

.team-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #b54b11;
  font-family: "Horse Saguaro", sans-serif;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.team-member {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-photo {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  margin-bottom: 12px;
}

.team-info h4 {
  margin: 0;
  font-size: 18px;
  color: #77311b;
  font-weight: bold;
}

.team-info p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #5b5b5b;
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .about-columns {
    flex-direction: column;
  }

  .about-title {
    text-align: center;
  }
}

.products-wrap {
  width: 100%;
  background-color: #fdfbf7;
  font-family: "Montserrat", sans-serif;
  margin-top: 60px;
}

.products-hero {
  width: 100%;
  text-align: center;
  padding: 130px 0px 40px;
  background-image: url("../img/productos/portada.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  /* background-color: #f1d7b4; */
}

.products-main-title {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 48px;
  color: #77311b;
  margin-bottom: 10px;
}

.products-subtitle {
  font-size: 20px;
  color: #5b5b5b;
}

.products-section {
  max-width: 1300px;
  margin: 40px auto 80px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}

.products-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.product-card-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.product-card-box:hover {
  transform: translateY(-5px);
}

.product-img {
  width: 100%;
  height: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-info {
  padding: 20px;
  text-align: left;
}

.product-info h3 {
  font-family: "Horse Saguaro", sans-serif;
  font-size: 22px;
  color: #b54b11;
  margin-bottom: 10px;
}

.product-info p {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.4;
}

.products-button {
  margin-top: 40px;
  padding: 12px 30px;
  background-color: #b54b11;
  color: #fff;
  border-radius: 8px;
  font-family: "Horse Saguaro", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.products-button:hover {
  background-color: #77311b;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .products-main-title {
    font-size: 34px;
  }

  .products-subtitle {
    font-size: 16px;
  }
}
