:root{
    --verde-principal:#0f8a43;
    --verde-oscuro:#0b6b34;
    --gris-oscuro:#2e2e2e;
    --gris-claro:#f4f6f5;
}

.text-final {
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}

.header{
    border-bottom:4px solid var(--verde-principal);
    text-align:center;
  
}

.nav{
    margin-bottom:30px;
}

.nav a{
    margin:0 20px;
    text-decoration:none;
    font-weight:700;
    color:var(--gris-oscuro);
}

.nav a:hover{
    color:var(--verde-principal);
}

.logo-container{
    display:flex;
    justify-content:center;
    align-items:center;
}

.img-responsive{
    width:1000px;     
    height:auto;
    display:block;
}

@media(max-width:900px){
    .img-responsive{
        width:800px;
    }
}

@media(max-width:700px){
    .img-responsive{
        width:500px;
    }
}

@media(max-width:500px){
    .img-responsive{
        width:400px;
    }
}

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#fff;
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    box-shadow:0 10px 20px rgba(0,0,0,.3);
}

.section-verde{
    background:var(--verde-principal);
    padding:90px 20px;
    color:#fff;
}

.section-verde-container{
    max-width:1000px;
    margin:0 auto;
}

.section-verde-title{
    text-align:center;
    font-size:38px;
    font-weight:800;
    margin-bottom:35px;
}

.section-verde p{
    text-align:justify;
    font-size:17px;
    line-height:1.8;
    margin-bottom:20px;
    opacity:.95;
}

.section-blanca{
    background:#ffffff;
    padding:90px 20px;
    color:var(--gris-oscuro);
}

.section-blanca-container{
    max-width:1000px;
    margin:0 auto;
}

.section-blanca-title{
    text-align:center;
    font-size:36px;
    font-weight:800;
    margin-bottom:35px;
    color:#0B3D24;
}

.section-blanca-title2{
    text-align:left;
    font-size:36px;
    font-weight:800;
    margin-bottom:35px;
    color:#0B3D24;
}

.section-blanca-title3{
    text-align:right;
    font-size:36px;
    font-weight:800;
    margin-bottom:35px;
    color:#0B3D24;
}

.section-blanca p{
    text-align:justify;
    font-size:17px;
    line-height:1.8;
    margin-bottom:18px;
}

.section-blanca-image{
    margin-top:45px;
    text-align:center;
}

.section-blanca-image img{
    max-width:700px;
    width:100%;
    height:auto;
}

.img-seccion{
    display:block;
    margin:0 auto;          

    border-radius:14px;     
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.dam-navbar {
  background-color: #118a3c;
  padding: 10px 0;
}

.dam-navbar .navbar-brand {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
}

.dam-navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.dam-navbar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

@media (min-width: 992px) {

  .dam-navbar .nav-item {
    display: flex;
    align-items: center;
  }

  .dam-navbar .nav-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.35);
    margin-left: 14px;
  }
}

.dam-navbar .btn-outline-light {
  border-radius: 20px;
  padding: 6px 18px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {

  .dam-navbar .navbar-nav {
    padding-top: 10px;
  }

  .dam-navbar .nav-link {
    margin: 6px 0;
  }

  .dam-navbar .nav-item::after {
    display: none;
  }

}

.dam-navbar .nav-link.active {
  background-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.img-center-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.dam-contact-section {
  padding: 80px 0;
  background-color: #0B3D24;
}

.dam-contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.dam-contact-header h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.dam-contact-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
}

.dam-contact-info {
  padding-right: 30px;
}

.dam-contact-item {
  margin-bottom: 25px;
}

.dam-contact-item h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.dam-contact-item p {
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

.dam-contact-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.dam-contact-item a:hover {
  text-decoration: underline;
}

.dam-contact-img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {

  .dam-contact-info {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

}

.contacto-whatsapp {
  background-color: #0B3D24;
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
}

.contacto-contenido {
  max-width: 700px;
  text-align: center;
}

.contacto-whatsapp h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.contacto-whatsapp p {
  font-size: 1.05rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2rem;
  background-color: #128A3A;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #0F6F2F;
  transform: translateY(-2px);
}

.btn-whatsapp {
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 138, 58, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(18, 138, 58, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 138, 58, 0);
  }
}

.dp-footer {
  background-color: #1C1F23;
  color: #D1D5DB;
  padding: 4rem 0 2rem;
  font-size: 0.95rem;
}

.dp-footer-col {
  margin-bottom: 2rem;
}

.dp-footer-title {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dp-footer-text {
  line-height: 1.7;
  color: #B8BCC2;
}

.dp-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dp-footer-list li {
  margin-bottom: 0.4rem;
  color: #C3C7CD;
  font-size: 0.9rem;
}

.dp-footer-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  justify-content: center;
  color: #B8BCC2;
  font-size: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid #2B2F35;
}

.dp-footer-states span {
  white-space: nowrap;
}

.dp-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid #2B2F35;
  text-align: center;
  font-size: 0.85rem;
  color: #9CA3AF;
}

.dp-footer-bottom span {
  margin: 0 0.4rem;
}

.dp-thermo-wrapper {
  display: flex;
  align-items: flex-end;
  margin-left: 12px;
}

.dp-thermo {
  width: 60px;
  height: auto;

  transform: translateY(6px) scaleX(1.3);
  transform-origin: center;
}

.dp-body {
  fill: #e4e4e4;
  stroke: #b3b3b3;
  stroke-width: 2;
}

.dp-tray {
  fill: #cfd8dc;
}

.dp-mold circle {
  fill: #9aa5ab;
}

.dp-panel {
  fill: #1f2933;
}

.dp-btn-red {
  fill: #e4e4e4;
}

.dp-btn-green {
  fill: #e4e4e4;
}

.dp-led {
  fill: #e4e4e4;
  animation: dp-led-blink 1s infinite;
}

.dp-press {
  fill: #b0bec5;
  animation: dp-press-fast 0.9s infinite ease-in-out;
}

.dp-eye {
  fill: #ffffff;
  stroke: #0b3d2e;
  stroke-width: 0.8;
  transform-origin: center;
  transform-box: fill-box;
  transform: scaleX(1.35);
  animation: dp-blink-fixed 4s infinite;
}

.dp-arm {
  fill: #b0bec5;
  transform-origin: center;
}

.dp-arm-left {
  animation: dp-arm-left 2.5s infinite ease-in-out;
}

.dp-arm-right {
  animation: dp-arm-right 2.5s infinite ease-in-out;
}

@keyframes dp-press-fast {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(16px); }
}

@keyframes dp-led-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes dp-blink-fixed {
  0%, 94%, 100% {
    transform: scaleX(1.35) scaleY(1);
  }
  96%, 98% {
    transform: scaleX(1.35) scaleY(0.15);
  }
}

@keyframes dp-arm-left {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-12deg); }
}

@keyframes dp-arm-right {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(12deg); }
}

.dp-press,
.dp-eye,
.dp-arm,
.dp-led {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .dp-press,
  .dp-eye,
  .dp-arm,
  .dp-led {
    animation: none;
  }
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Relación 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* opcional, se ve bonito */
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/* aqui va lo nuevo */
@media (min-width: 992px) {
  .dam-navbar .navbar-nav {
    display: flex;
    flex-wrap: wrap;          /* ahora sí baja */
    justify-content: center;  /* centra el menú */
    width: 100%;
  }
}


