.fade-out{animation:fadeOut .4s ease forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contacto-container{padding:2rem}.info-block-contacto{max-width:800px;margin:0 auto;text-align:center}.info-title-contacto{font-size:2.2rem;font-weight:700;color:#0d47a1;margin-top:0!important;margin-bottom:1.5rem}.info-text-contacto{font-size:1.1rem;color:#333;margin-bottom:1rem}.contacto-datos{display:flex;flex-direction:column;margin-bottom:2rem;text-align:left}.dato-item{display:flex;align-items:center;gap:.8rem;font-size:1.1rem;color:#444}.icono{font-size:1.4rem}.correo-link{color:#1565c0;text-decoration:none;font-weight:600}.correo-link:hover{text-decoration:underline}.mapa-contacto{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}