/*la parte de informacion, de la empresa*/
.footer {
  background-color: #000000;
  color: #fff;
  padding: 15px 7px; /* padding general */
  font-family: Arial, sans-serif;
  font-weight: normal;
  
}

.footer .container {
  max-width: 1100px; /* ANCHO DE LAS LETRAS*/
  margin: auto;
}

.footer-title-principal {
  font-size: 26px; 
  color: #fdfdfd;
  margin-bottom: 15px; 
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

.footer-accordion {
  border-top: none;
}

.footer-section {
  cursor: pointer;
  padding: 5px 2px;
  transition: background-color 0.3s ease;
  position: relative;
  border-bottom: 1px solid #fff;
}

.footer-section:first-of-type {
  border-top: none;
  border-bottom: 1px solid #fff;
}

.footer-section:hover {
  background-color: rgba(17, 209, 17, 0.05);
}

.footer-section::after {
  content: '+';
  position: absolute;
  right: 15px; 
  font-size: 20px; 
  transition: transform 0.3s ease;
  color: #fcfcfc;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.footer-section.open::after {
  content: '-';
}

.footer-title {
  font-size: 25px; /*TAMAÑO DE LA LETRA*/
  color: #fff;
  margin-bottom: 20px; /*espacio de letras*/ 
  text-align: left;
  font-weight: normal;
}

.footer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #1a1a1a;
  padding: 0 8px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}

.footer-section.open .footer-content {
  max-height: 2000px;
  padding: 10px 15px;
}


.footer-content p,
.footer-content ul,
.footer-content li {
  font-size: inherit;  
  color: #fff;
  margin: 6px 0;
  list-style-type: none;
  font-weight: normal;
}

.footer-content ul {
  padding-left: 0;
  display: inline-block;
  text-align: left;
}

.footer-subtitle {
  font-size: 25px;
  color: #ffffff;
  font-weight: normal;
  margin: 25px 0;
  text-align: center;
font-family: Arial, sans-serif;
}
/*AQUI TERMINA


ESTILOS PARA BOTONES DE REDES SOCIALES EN CONOCENOS */

.footer-social-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.social-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease;
}

.social-button svg {
  display: block;
}

/*Facebook */
.social-button.facebook {
  background-color: #3b5998;
}
.social-button.facebook:hover {
  background-color: #2d4373;
}

/*Instagram */
.social-button.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-button.instagram:hover {
  filter: brightness(0.85);
}

/* ESTILO GENERAL  */


.ecopage {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #ffffff, #ffffff) fixed;
  min-height: 100vh;
  color: rgb(20, 20, 20);
}

.ecopage .content {
  background-color: rgba(202, 218, 130, 0.3);
  padding: 30px;
  border-radius: 15px;
  max-width: 80%;
  margin: 50px auto;
}

.ecopage h1 {
  font-size: 2.5em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.ecopage p {
  font-size: 1.2em;
  line-height: 1.6;
}

.ecopage .scroll-content {
  height: 2000px;
  padding-top: 50px;
}


.footer-social-icons a {
  display: inline-block;
  margin: 0 20px;
  font-size: 15px;
  color: white; /* iconos blancos */
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 8px; /* iconos cuadrados con bordes redondeados */
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-social-icons a:hover {
  transform: scale(1.1);
}

.social-facebook {
  background-color:#3b5998; 
}

.social-facebook:hover {
  background-color: #3b5998;
}

.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-instagram:hover {
  filter: brightness(0.9);
}

.social-whatsapp {
  background-color: #25D366; 
}

.social-whatsapp:hover {
  background-color: #1da851;
}

.social-tiktok {
  background-color: #000000; 
}

.social-tiktok:hover {
  background-color: #000000; 
}

#footer {
  background-color: #ffffff; 
}

.footer-social-clean {
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}

.footer-social-clean h6 {
  margin-bottom: 10px;
  color: #000000;         
  font-weight: 501;     
  font-size: 14px;        
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;

}

.footer-social-icons a {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  text-decoration: none;
  color: hsl(0, 0%, 100%); /* Íconos negros */
  transition: transform 0.2s ease;
  font-family: 'Poppins', sans-serif;

}

.footer-social-icons a:hover {
  transform: scale(1.1);
}