@import url("https://fonts.googleapis.com/css2?family=Forum&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
.botones {
  background-color: rgb(159, 62, 71);
  border-radius: 10px;
  color: white;
}
.botones a {
  color: white;
  text-decoration: none;
  padding: 10px;
}

.negrita {
  font-weight: bold;
}

header {
  background: linear-gradient(90deg, rgb(249, 246, 245) 10%, rgb(159, 62, 71) 50%);
  border-radius: 20px;
  margin: 20px;
}
header a img {
  width: 20%;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(128, 128, 128, 0.281);
  writing-mode: horizontal-tb;
  width: 100%;
}
footer img {
  margin: 10px;
  width: 20rem;
  height: 50%;
}
footer h2 {
  margin-top: 20px;
  font-size: large;
  font-family: "Forum", serif;
  font-weight: bold;
}
footer .datos-contacto {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
}
footer .datos-contacto h3 {
  font-size: small;
  font-family: "Mulish", sans-serif;
}
footer .datos-contacto a {
  color: black;
  text-decoration: none;
  font-size: small;
}

.designed {
  background-color: rgba(128, 128, 128, 0.281);
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-end;
  padding: 6px 10px;
  gap: 4px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 0.75rem;
  color: gray;
}
.designed a {
  color: gray;
  text-decoration: underline;
}
.designed a:hover {
  color: black;
}

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

body {
  font-family: "Overpass", sans-serif;
  background-color: rgb(249, 246, 245);
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inti img {
  width: 20%;
  margin-left: 40%;
}
.inti h2 {
  font-family: "Forum", serif;
  font-weight: bold;
}

.productos h1 {
  margin-top: 20px;
  font-weight: bold;
  font-family: "Forum", serif;
  text-align: center;
  padding: 30px;
}
.productos h2 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  text-align: center;
}
.productos p {
  font-style: italic;
}
.productos .tarjetas {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.productos .detalle-tecnico {
  list-style-type: none;
  text-align: start;
}
.productos .detalle-tecnico ul {
  display: flex;
  gap: 5px;
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.categorias {
  margin-bottom: 20px;
}
.categorias .carousel-caption {
  position: absolute;
  top: 50%;
  color: black;
}
.categorias h2 {
  font-weight: bold;
  font-family: "Forum", serif;
  font-size: 50px;
}

.conocenos {
  margin-bottom: 50px;
}
.conocenos h2 {
  font-family: "Forum", serif;
  font-weight: bold;
  padding: 20px;
}
.conocenos p {
  text-align: center;
  font-style: italic;
  margin-right: 100px;
  margin-left: 100px;
  padding: 20px;
}

.contacto {
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contacto a {
  color: black;
  text-decoration: none;
}

.whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-style: solid;
  padding: 20px;
  border-radius: 20px;
}
.whatsapp img {
  width: 60%;
  height: 5rem;
}
.whatsapp h2 {
  font-size: large;
  font-weight: bold;
  font-family: "Forum", serif;
}
.whatsapp p a {
  text-decoration: none;
  color: black;
}

.ubicacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-style: solid;
  border-radius: 20px;
  padding: 20px;
}
.ubicacion img {
  width: 100%;
  height: 7rem;
  border-radius: 20px;
}
.ubicacion h2 {
  font-size: large;
  font-weight: bold;
  font-family: "Forum", serif;
}
.ubicacion a {
  text-decoration: none;
  color: black;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.2s ease;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.card, .botones {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover, .botones:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 660px) {
  header {
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  header a img {
    width: 60%;
  }
  .carrusel img {
    width: 20%;
    height: 5rem;
  }
  .conocenos p {
    margin: 0px;
  }
  .conocenos img {
    width: 100%;
    height: 5rem;
  }
  .contacto article {
    margin: 10px;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  footer img {
    width: 100%;
    height: 3rem;
  }
}
@media (max-width: 660px) and (max-width: 660px) {
  .categorias .carousel-caption {
    left: 5%;
    right: 5%;
    top: auto;
    bottom: 5%;
    padding: 5px;
  }
  .categorias h2 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    word-wrap: break-word;
  }
  .categorias .botones {
    font-size: 0.8rem;
  }
  .categorias .botones a {
    padding: 6px 10px;
  }
}

/*# sourceMappingURL=main.css.map */
