@charset "UTF-8";
h1 {
  color: rgb(3, 3, 3);
  background-color: rgb(0, 102, 49);
  font-size: 40px;
  padding: 30px;
  text-decoration-style: solid;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  text-align: center;
  color: white;
}

h2 {
  color: rgb(3, 3, 3);
  font-size: 28px;
  text-decoration-style: solid;
  font-weight: bold;
}

h3 {
  color: rgb(3, 3, 3);
  font-size: 20px;
  padding: 10px 14px;
  text-decoration-style: solid;
  font-weight: bold;
  box-shadow: 0 2px 6px rgb(3, 3, 3);
  transition: color 200ms ease, text-shadow 200ms ease, filter 200ms ease, box-shadow 200ms ease;
  border-radius: 8px;
  gap: 8px;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
}
h3:hover {
  color: rgb(0, 102, 49);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.p-titulo {
  color: #222;
  font-family: system-ui, Arial, sans-serif;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  margin: 0 0 1rem;
  text-align: left;
}

.p-titulo::first-letter {
  float: left;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1;
  margin-right: 0.35rem;
  color: rgb(0, 102, 49);
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 360px) {
  .p-titulo::first-letter {
    font-size: 1.8rem;
    margin-right: 0.25rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.redes {
  list-style: none;
  padding-right: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 240px;
  max-width: 100%;
}

.redes li {
  display: block;
}

@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
@keyframes scaleDown {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}
/* al pasar el mouse o recibir foco: agrandar */
.redes li:hover,
.redes li:focus {
  animation: scaleUp 180ms cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  outline: none;
  color: inherit;
}

.contenedor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
}

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

@media (max-width: 700px) {
  .ajuste {
    width: 100%;
    min-width: 0;
  }
}
.contenedor2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  padding: 20px;
  max-width: 720px;
  margin: 18px auto;
  background-color: #e1e7e4;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  /*font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;*/
  color: #0f172a;
  box-sizing: border-box;
}

.contenedor2 .fila {
  display: flex;
  gap: 12px;
  width: 100%;
}

.contenedor2 .fila > * {
  flex: 1;
  min-width: 0;
}

.contenedor2 label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #123;
  font-weight: 600;
}

.contenedor2 input[type=text],
.contenedor2 input[type=email],
.contenedor2 input[type=tel],
.contenedor2 textarea,
.contenedor2 select {
  width: 100%;
  padding: 10px 12px;
}

.accordion-flush .accordion-body {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
}

.accordion-flush .accordion-button {
  background-color: #e9ecef;
  color: rgb(3, 3, 3);
  font-size: 20px;
  font-weight: bold;
  text-decoration: solid;
}

.accordion-flush .accordion-button:not(.collapsed) {
  background-color: #d3d9df;
  color: #000;
}

.accordion-flush .accordion-item {
  margin-bottom: 5px;
}

.testimonios {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 24px auto;
  padding: 12px;
}

.p-testimonios {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 0.96rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.p-testimonios::after {
  content: "★★★★★";
  position: absolute;
  right: 12px;
  bottom: 10px;
}

.p-testimonios:hover,
.p-testimonios:focus {
  animation: scaleUp 180ms cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06), 0 0 18px rgba(16, 185, 129, 0.45);
  background-color: rgba(16, 185, 129, 0.06);
  outline: none;
  color: inherit;
}

section {
  margin-bottom: 15px;
  padding: 10px;
}
@media (max-width: 500px) {
  section h1 {
    font-size: 1.1rem;
    padding: 12px 10px;
  }
}

body nav ul li a {
  text-align: left;
  font-weight: lighter;
}

.navbar {
  background-color: rgb(0, 102, 49);
  width: 100%;
}

.productos {
  width: 350px;
  height: 200px;
  margin: 0 5px;
}

.card {
  width: 100%;
  max-width: 18rem;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  background: #ffffff;
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
  gap: 20px;
  padding: 10px;
  margin-top: 20px;
  align-items: start;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.card .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  flex: 0 0 auto;
}

.icono {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  fill: white;
}

.motivo_contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 150px;
  font-size: 16px;
  margin-left: 5px;
  border: 1px solid #ccc;
}

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