@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --colo-primario: #e62739;
  --color-sec: #006eff;
}

body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
}

.contenedor-header {
  width: 100%;
  height: 80vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.degradado-div img {
  position: absolute;
  bottom: -100px;
  z-index: 0;
  width: 100%;
}

.contenido {
  padding: 20px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.contenedor-header h5 {
  color: #232323;
  letter-spacing: 10px;
  font-weight: 300;
  font-size: 30px;
}

.contenedor-header img {
  width: 30%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.texto-header {
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.intro {
  position: absolute;
  width: 60%;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.texto-header h1 {
  font-size: 80px;
  margin-bottom: -10PX;
}

.texto-header h2 {
  margin: 0;
  color: #0f0f0f;
  letter-spacing: 25px;
  font-size: 20px;
  font-weight: 400;
}

.texto-header h3 {
  margin: 0;
  color: #1a1a1a;
  letter-spacing: 10px;
  font-size: 20px;
  font-weight: 800;
}

.elementos-decorativos {
  position: absolute;
  height: 90%;
  right: 0px;
  z-index: -2;
}

/*---------------------------*/
.navbar {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo-navbar {
  width: 150px;
}

.navbar-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.navbar li {
  font-size: 15px;
  font-weight: 500;
}

.titulos-navbar {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.titulos-navbar:hover {
  color: var(--colo-primario, red);
}

/* Botón hamburguesa */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .navbar-menu {
    position: absolute;
    top: 70px;
    right: 0;
    background: #ffffff86;
    backdrop-filter: blur(3px);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none; /* Oculto por defecto */
  }

  .navbar-menu.active {
    display: flex; /* Se muestra cuando se activa */
  }

  .hamburger {
    display: block;
  }

  .logo-navbar {
    margin-left: 0; /* Ajuste para móviles */
  }
}

.imago-wolf{
  width: 400px;
}

/*--------------------------*/
/*----------------------*

@media screen and (max-width: 600px){
  .navbar {
    position: relative;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
  }
  .navbar.active {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  }
  .navbar ul {
    width: 75%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    margin-right: 200px;
  }
  .navbar ul.right-align {
    justify-content: flex-end;
  }
  .navbar li {
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .titulos-navbar {
    display: none;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
  }
  .titulos-navbar:hover {
    color: var(--colo-primario);
  }
  .logo-navbar {
    width: 150px;
    margin-top: 10px; 
  }

}

/*----------------------*/
.contenedor-main {
  margin: auto;
  padding: 0px 30px 10px 30px;
  width: 80%;
  max-width: 1500px;
  background-color: transparent;
  z-index: 2;
}

.contenedor-grid-03 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  justify-content: space-between;
}

.card-01 {
  background-color: #eaeaea;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  justify-content: flex-start;
  height: 550px;
  width: 100%;
}

.card-01 h1 {
  width: 90%;
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-top: 10px;
}

.card-01-lista {
  margin-top: 0px;
  padding: 10px;
}

.card-01 li {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #1a1a1a;
}

.card-01-contenedor-imagenes {
  position: relative;
  width: 90%;
  max-height: 285px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.card-01-contenedor-imagenes img {
  z-index: 1;
  width: 100%;
  border-radius: 8px;
}

.lobo-img {
  position: absolute;
  z-index: 5;
  width: 200px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.7;
}

.card-01-text {
  margin-top: 10px;
  z-index: 2;
}

.card-02 {
  background-color: transparent;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.card-02 h3 {
  color: #1a1a1a;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
  font-size: 25px;
  margin-bottom: 10px;
  z-index: 2;
}

.card-02-contenido {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.maquinas-a {
  width: 400px;
  position: absolute;
  top: -100px;
  left: calc(50% - 300px);
  z-index: 0;
  opacity: 0.5;
}

.card-03 {
  background-color: #eaeaea;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
  margin-top: 60px;
}

.card-03 h3 {
  color: #1a1a1a;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
  font-size: 25px;
  margin-bottom: 40px;
  z-index: 2;
}

.card-03-contenido {
  display: flex;
}

.icono-correo {
  margin-top: 40px;
  width: 16px;
}

.card-03 h4 {
  font-size: 20px;
  color: var(--colo-primario);
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: left;
}

.card-03 li {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 300;
}

.caract-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  margin: 20px;
  background-color: var(--colo-primario);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caract-icon img {
  width: 30px;
}

.caracteristicas {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.caracteristicas-text {
  margin-left: 10px;
  z-index: 2;
}

.caracteristicas-text h2 {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
}

.caracteristicas-text p {
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a;
}

.imagen-card {
  width: 500px;
}

form {
  width: 100%;
}

.formilario {
  background-color: transparent;
  border-radius: 8px;
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*----- INPUT ----- */
.input-grup {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

input {
  width: 80%;
  background: #cccccc;
  border: solid 1px #848484;
  border-radius: 8px;
  outline: var(--colo-primario);
  padding: 10px 10px 10px 15px;
  margin: auto;
}

input:focus {
  outline: var(--colo-primario);
  border: solid 1px var(--colo-primario);
}

label {
  width: 100%;
  color: #232323;
  font-size: 12px;
  margin-left: 10%;
}

textarea {
  width: 80%;
  background: #cccccc;
  border: solid 1px #848484;
  border-radius: 8px;
  outline: var(--colo-primario);
  padding: 10px 10px 10px 15px;
  margin: auto;
  max-width: 80%;
  min-height: 40px;
  min-width: 80%;
  max-height: 150px;
}

textarea:focus {
  outline: var(--colo-primario);
  border: solid 1px var(--colo-primario);
}

/*--------------------------------*/
.visitanos-titulo {
  font-size: 15px;
  color: #161616;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

/*--------------------------------*/
.mapa {
  width: 550px;
  height: 500px;
}

.line {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: auto;
  border-bottom: 1px solid #bbbbbb;
}

/* ================================================================== CARRUCEL ============================================================================== */
[carrousel] {
  display: flex;
  position: relative;
  margin: 30px;
  background-color: #909090;
  border-radius: 10px;
  min-height: 50vh;
}
[carrousel]::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
[carrousel] [name~=carrousel] {
  display: none;
}
[carrousel] [name~=carrousel]:checked + .slide {
  pointer-events: auto;
  opacity: 1;
}
[carrousel] [name~=carrousel]:checked + .slide .slide-content {
  opacity: 1;
}
[carrousel] .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
[carrousel] .slide-content {
  opacity: 0;
  transition: opacity 1s;
}
[carrousel] .back,
[carrousel] .forward {
  display: block;
  position: absolute;
  top: calc(50% - 2rem);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 100px;
  color: #0f3b1d;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: transform 0.2s;
}
[carrousel] .back:hover,
[carrousel] .forward:hover {
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
}
[carrousel] .back {
  left: calc(0% + 1rem);
}
[carrousel] .forward {
  right: calc(0% + 1rem);
}

[carrousel] h1 {
  font-size: 5rem;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 30px;
  font-weight: 800;
}

.banner-01 {
  width: 100%;
  margin-top: 30px;
  padding: auto;
  align-self: center;
  align-content: center;
}

.banner-01 img {
  width: 100%;
  margin: auto;
}

.nustras-marcas {
  background-color: transparent;
  height: 200px;
  width: 120%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.nustras-marcas h3 {
  color: #131313;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 10px;
  font-weight: 400;
}

.marcas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
  width: 80%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  color: #fff;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #bdbdbd;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper i img {
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.wrapper i img:active{
  transform: translateY(-50%) scale(0.85);
}*/
.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #f1f1f1;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  width: 350px;
}

.carousel .card .img {
  background: transparent;
  height: 280px;
  width: 180px;
  border-radius: 50%;
}

.card .img img {
  width: 250px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 10px 0px 0px 5px;
  color: #1c1c1c;
  letter-spacing: 5px;
  line-height: 20px;
  text-align: center;
}

.carousel .card span {
  color: var(--colo-primario);
  font-size: 12px;
  margin-top: 0px;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.86);
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.modal img {
  max-width: 100%;
}

.close {
  position: absolute;
  top: 90px;
  right: 400px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  background-color: #2787e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-05 {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #ececec;
  border-radius: 10px;
  padding: 30px;
  margin: 30px;
}

.card-05 img {
  width: 30%;
}

.card-05-text {
  display: flex;
  flex-direction: column;
}

.card-05-text h2 {
  color: #000000;
  letter-spacing: 5px;
  font-size: 40px;
  font-weight: 300;
  margin-left: 30px;
}

.card-05-text p {
  color: #080808;
  margin-left: 100px;
  font-weight: 300;
}

.card-05-text i {
  color: var(--colo-primario);
  font-size: 10px;
}

.btn-bolver {
  background-color: var(--colo-primario);
  color: #ffffff;
  padding: 10px 80px 10px 80px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-bolver:hover {
  cursor: pointer;
  background-color: var(--colo-primario);
  box-shadow: 0px 0px 37px -7px var(--colo-primario);
}

.btn-bolver:active {
  transform: scale(0.95);
}

a {
  text-decoration: none;
}

/* ============================================================================== CARACTERISTICAS ============================================================================ */
.slider-marcas {
  width: 100vw;
  height: auto;
  margin: auto;
  overflow: hidden;
  max-height: 100px;
}

.slider-marcas .slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: 4200px;
}

.slider-marcas .slide {
  width: 200px;
  margin-right: 60px;
}

.slider-marcas .slide img {
  width: 100%;
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1400px);
  }
}
/*=============================================================================================================================================================================*/
/* Definir el degradado para el color del texto */
.gradiente-texto {
  background-image: linear-gradient(to right, #e62739, #ff501b); /* Puedes ajustar los colores según tus preferencias */
  color: transparent;
  -webkit-background-clip: text; /* Para navegadores basados en WebKit (Chrome, Safari) */
  background-clip: text;
}

/* Establecer un fondo de color sólido como respaldo en caso de que el navegador no admita background-clip */
.gradiente-texto-fallback {
  background-color: #da1b60; /* Utiliza el color final del degradado como respaldo */
  color: white; /* El color del texto que se mostrará en caso de que no se admita background-clip */
}

/* START BOTON DE WHATSAPP */
.cbh-phone {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
}

.cbh-phone:hover {
  transition: 0.3s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgb(0, 175, 242);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgb(117, 235, 80);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 175, 242);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgb(204, 204, 204);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgb(117, 235, 80);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;

}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url("../img/wpp icon.svg");
  background-size: 30px 30px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgb(0, 175, 242);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgb(117, 235, 80);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(0, 175, 242);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(0, 175, 242);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgb(204, 204, 204);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgb(117, 235, 80);
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

/* END BOTON WHATSAPP */
.footer {
  margin-top: 30px;
  height: 50px;
  background-color: #181818;
  display: flex;
}

.footer img {
  width: 80px;
  margin-right: 20px;
}

.footer h4 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 8px;
  font-size: 10px;
  margin-left: 30px;
}

.correos-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 10px;
  padding-right: 10px;
}

.correos-contact h2 {
  font-size: 10px;
  background-color: #cecece;
  padding: 8px 20px 8px 20px;
  border-radius: 8px;
}

.contenedor-correos {
  display: flex;
  flex-direction: row;
  margin: 10px;
}

.correos-contact h1 {
  font-size: 18px;
  font-weight: 700;
}

.texto-01 {
  font-size: 12px;
}

.card-06 b {
  color: var(--colo-primario);
}

.linea-roja {
  width: 100%;
  height: 10px;
  background-color: var(--colo-primario);
}

.tabla-titulos {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.card-06 {
  width: 100%;
  height: auto;
  border-radius: 25px;
  margin: auto;
  background-color: rgb(235, 235, 235);
  padding: 20px;

  /* 🔹 Clave para responsividad */
  overflow-x: auto;  
}

/* Tabla básica */
.card-06 table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* asegura que no se comprima demasiado */
}

.card-06 th,
.card-06 td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

/* Encabezados */
.card-06 th {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* Efecto zebra para filas */
.card-06 tr:nth-child(even) {
  background: #f7f7f7;
}

/* ---------- Responsive extra ---------- */
@media (max-width: 600px) {
  .card-06 table {
    font-size: 12px;
    min-width: 100%; /* deja que fluya más en pantallas pequeñas */
  }

  .card-06 th, 
  .card-06 td {
    padding: 8px;
  }
}
.Purchase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px; /* espacio entre columnas */
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.Purchase img {
  width: 100px;
  margin-top: 20px;
}

.Purchase01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Purchase01 h4 {
  height: 40px;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}

/*==================================================================================================== PRODUCT LIST ==============================================================*/
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop */
  gap: 10px;
  margin-top: 60px;
}

.product-list img{
  width: 100%;
  pointer-events: none;
}

.product-list-grid-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Desktop */
  gap: 10px;
  margin-bottom: 60px;
}

/* 🔹 Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
  .product-list-grid-02 {
    grid-template-columns: 1fr; /* En móvil solo 1 columna */
  }
}

/* Opcional: las imágenes al 100% de su columna */
.product-list-grid-02 img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* estética */
}

.sub-maquilado {
  text-align: center;
}

/* ======================================================================== TABLA ====================================================================================*/
table {
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #b6b6b6;
  font-size: 20px;
}

td {
  font-size: 12px;
}

th, td {
  border: 1px solid #dddddd; /* Establecer bordes horizontales y verticales */
  padding: 8px;
  text-align: left;
}

tr:hover {
  background-color: #f5f5f5; /* Cambio de color al pasar el cursor */
}

th, td {
  border-left: none;
  border-right: none; /* Eliminar bordes verticales */
}



/*-------------------------------------------------------------------------- RESPONSIVE -----------------------------------------------------------*/

@media screen and (max-width: 600px) {
  .contenedor-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-header h1 {
    font-size: 60px;
    margin: auto;
  }
  .contenedor-header h2 {
    text-align: center;
    letter-spacing: 10px;
    font-weight: 400;
  }
  .elementos-decorativos {
    width: 80%;
    opacity: 0.4;
    right: 0px;
  }
  .contenedor-main {
    margin: auto;
    padding: 0px 30px 10px 30px;
    width: 80%;
    max-width: 1500px;
    background-color: transparent;
    z-index: 2;
  }
  .contenedor-main h3 {
    font-size: 20px;
    letter-spacing: 10px;
  }
  .card-02-contenido {
    display: grid;
    grid-template-columns: 1fr;
  }
  .caracteristicas {
    flex-direction: column;
    align-items: center;
  }
  .caracteristicas h2 {
    text-align: center;
  }
  .card-01 {
    width: 100%;
    height: 450px;
  }
  .card-03 {
    max-width: 90%;
  }
  .mapa {
    width: 300px;
    height: 200px;
  }
  .caract-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .caract-icon img {
    width: 45px;
  }
  .contenedor-grid-03 {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .card-03-contenido {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .card-03-contenido input {
    width: 100%;
  }
  .slider-marcas .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: 2100px;
  }
  .slider-marcas .slide {
    width: 200px;
    margin-right: 30px;
  }
  .wrapper {
    max-width: 1100px;
    width: 80%;
    position: relative;
  }
  .card-05 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 20px 0px;
  }
  .card-05 img {
    width: 100%;
  }
  .card-05-text {
    display: flex;
    flex-direction: column;
  }
  .card-05-text p {
    margin: 0px;
    font-size: 15px;
    width: 100%;
    text-align: left;
  }
  .card-05-text h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .formilario {
    width: 95%;
    margin: 0px;
  }
  .input-grup {
    width: 100%;
  }
  input {
    width: 100%;
    box-sizing: border-box;
  }
  textarea {
    width: 95%;
    box-sizing: border-box;
    margin: 0px 0px 30px 5px;
  }
  .footer {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer img {
    width: 80%;
    margin-left: 20px;
  }
  .footer h4 {
    text-align: center;
  }
  textarea {
    width: 100%;
    min-width: 100%;
    max-width: 1005;
    min-height: 100px;
    box-sizing: border-box;
  }
  .contenedor-correos {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.contenedor-correos h2{
  min-width: 100%;
}
.correos-contact{
  margin-top: 30px;
}
.imago-wolf{
  width: 100%;
}

.product-list img {
  width: 100px;
  pointer-events: none;
}

}
.wpp-icon{
  width: 20px;
  height: auto;
  z-index: 10;
}

/*- ---------------------------------------------------------------------MENU HMBURGUESA -------------------------------------------------------------------------*/
/*
.checkbtn{
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 80px;
  margin-right: 5px;
  cursor: pointer;
  display: none;
}

#check1{
    display: none;
}
@media (max-width: 1700px){
  .tablet-img{
    margin-bottom: 130px;
    width: 550px;
    margin-bottom: 30px;
    display: inline-block;
    justify-content: space-evenly;
    margin-left: 50px;
  }

  .textos-header h1{
    margin-top: 10px;
    font-size: 48px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 4px;
    margin: 20px;
  }


  .textos-header h2{
    letter-spacing: 4px;
    font-size: 25px;
    font-weight: 400;
    color:#fff;
  }



    .cuadritos{
        margin-left: 40px;
    }

    .Caracteristicas-cont .cuadritos .texto-caract{
    width: 450px;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
}






}


@media (max-width: 1263px){
    .enlace{
        padding-left: 20px;
    }
    .menu2 .ul .li .a1{
        font-size: 16px;
    }

    .header_Iso {
    position: left;
    align-items: left;
    width: 45px;
    margin-left: 100px;
    margin-top: 15px;
}


.video01{
    align-items: center;
    align-content: center;
    width: 50%;

}

.video{
    align-items: center;
    align-content: center;
    width: 50%;

}

.t06{
    font-size: 12px;
    letter-spacing: 0px;
}

}

@media (max-width: 1262px){

    .checkbtn{
        display: block;

    }



    .ul{
        font-size: 25px;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(10px);
        top: 80px;
        right: -100%;
        text-align: center;
        transition: all .5s;
    }

    .menu2 .ul .li{
        display: block;
        margin: 50px 0;
        line-height: 27px;
    }

    .menu2 .ul .li .a1{
        font-size: 20px;
    }



    #check1:checked ~ .ul{
        right:0;
    }


}
*//*# sourceMappingURL=style.css.map */