    /* INICIO DE SECCION CONTACTO */
    /* Sección de Contacto */
        

        .contacto-seccion h2 {
        font-size: 2.2rem;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        }

        .contacto-formulario {
        transition: all 0.3s ease;
        }

        .contacto-formulario input,
        .contacto-formulario textarea {
        border: 1px solid #ced4da;
        transition: border-color 0.3s ease;
        }

        .contacto-formulario input:focus,
        .contacto-formulario textarea:focus {
        border-color: #007bff;
        box-shadow: none;
        }

        .contacto-formulario button {
        background-color: #007bff;
        border: none;
        }

        .contacto-formulario button:hover {
        background-color: #0056b3;
        }


    /* FIN DE SECCION CONTACTO */

    /* INICIO DE SECCION NOSOTROS */
      
#seccion-nosotros {
  scroll-margin-top: 100px;
}

.nosotros-titulo {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(45deg, #220a59, #7232b1);
  padding: 10px 20px;
  border-radius: 5px 0;
  width: fit-content;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.nosotros-subtitulo {
  color: #fff;
  font-weight: bold;
  padding: 6px 16px;
  width: fit-content;
  border-radius: 0 30px 30px 0;
  margin-bottom: 10px;
  position: relative;
}

.nosotros-subtitulo::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.mision {
  background: linear-gradient(45deg, #311b92, #7c4dff);
}

.vision {
  background: linear-gradient(45deg, #003049, #3a86ff);
}

.nosotros-seccion p {
  font-size: 0.95rem;
  text-align: justify;
}


      /* FIN DE SECCION NOSOTROS */
      /* INICIO DE PROCEDIMIENTO */
       
#seccion-procedimiento {
  scroll-margin-top: 100px;
}

.procedimiento-titulo {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.procedimiento-icono {
  width: 100px;
  height: 100px;
  background-color: #1e2b3a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 3px solid #b49e6e;
}

.procedimiento-icono i {
  font-size: 36px;
  color: #3654ff;
}

.procedimiento-paso p {
  font-size: 0.95rem;
}

.procedimiento-seccion button {
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: 20px;
}

        /* FIN DE ESTILOS PROCEDIMIENTO */
        
        
        
        
        
        /* Estilos del footer */
        .footer {
            background-color: #2c3e50;
            color: white;
            padding: 60px 0 20px;
            margin-top: 50px;
            position: relative;
            overflow: hidden;
        }
        
        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
        }
        
        .footer-content {
            position: relative;
            z-index: 2;
        }
        
        .footer h5 {
            color: #ecf0f1;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .footer p, .footer a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer a:hover {
            color: #3498db;
        }
        
        .logo-footer {
            max-width: 200px;
            margin-bottom: 20px;
        }
        
        .contact-info i {
            color: #3498db;
            margin-right: 10px;
            width: 20px;
        }
        
        .contact-info p {
            margin-bottom: 10px;
        }
        
        .social-links {
            margin-top: 20px;
        }
        
        .social-links a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #34495e;
            color: white;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background-color: #3498db;
            transform: translateY(-3px);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            padding: 5px 0;
            display: block;
            transition: padding-left 0.3s ease;
        }
        
        .footer-links a:hover {
            padding-left: 10px;
        }
        
        .newsletter-form {
            margin-top: 20px;
        }
        
        .newsletter-form input {
            background-color: #34495e;
            border: none;
            color: white;
            margin-bottom: 10px;
        }
        
        .newsletter-form input::placeholder {
            color: #95a5a6;
        }
        
        .newsletter-form input:focus {
            background-color: #34495e;
            border-color: #3498db;
            color: white;
            box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
        }
        
        .btn-newsletter {
            background-color: #c0392b;
            border: none;
            color: white;
            padding: 10px 25px;
            border-radius: 25px;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-newsletter:hover {
            background-color: #a93226;
            transform: translateY(-2px);
        }
        
        .footer-bottom {
            background-color: #1a252f;
            padding: 20px 0;
            text-align: center;
            margin-top: 40px;
        }
        
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .whatsapp-float:hover {
            background-color: #22c55e;
            transform: scale(1.1);
            color: white;
        }
        
        .whatsapp-tooltip {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #333;
            color: white;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 14px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .whatsapp-tooltip::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-left-color: #333;
        }
        
        .whatsapp-float:hover .whatsapp-tooltip {
            opacity: 1;
            visibility: visible;
        }
        
        
        
        



        /* Animaciones de aparición */
        .fade-in-up {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease;
        }
        
        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .fade-in-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.8s ease;
        }
        
        .fade-in-left.visible {
            opacity: 1;
            transform: translateX(0);
        }
        
        .fade-in-right {
            opacity: 0;
            transform: translateX(50px);
            transition: all 0.8s ease;
        }
        
        .fade-in-right.visible {
            opacity: 1;
            transform: translateX(0);
        }
        
        .fade-in {
            opacity: 0;
            transition: all 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
        }
        
        /* Delays para animaciones escalonadas */
        .delay-1 { transition-delay: 0.1s; }
        .delay-2 { transition-delay: 0.2s; }
        .delay-3 { transition-delay: 0.3s; }
        .delay-4 { transition-delay: 0.4s; }
        .delay-5 { transition-delay: 0.5s; }
        .delay-6 { transition-delay: 0.6s; }
        
        @media (max-width: 768px) {
            .footer {
                padding: 40px 0 20px;
            }
            
            .footer-links a:hover {
                padding-left: 5px;
            }
        }