.contact-container{display:flex;flex-direction:column;gap:3rem;margin:2rem 0}.contact-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.info-card{flex:1 1 200px;background-color:#f7e4c9;border:2px solid #3A4F38;border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.info-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#a36550;color:#f7e4c9;border-radius:50%;margin:0 auto 1rem}.info-card h3{color:#7c4a2a;font-size:1.3rem;margin-bottom:1rem}.info-card p{color:#3a4f38;margin-bottom:.5rem}.contact-form-map{display:flex;flex-wrap:wrap;gap:2rem}.contact-form{flex:1 1 45%;min-width:300px;background-color:#f7e4c9;border:2px solid #3A4F38;border-radius:15px;padding:2rem;box-shadow:0 4px 8px #0000001a}.contact-form h3{color:#7c4a2a;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#3a4f38;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #D5B38C;border-radius:8px;background-color:#fff;color:#3a4f38;font-family:inherit}.form-group textarea{resize:vertical}.submit-btn{display:block;width:100%;background-color:#a36550;color:#f7e4c9;border:none;border-radius:9999px;padding:1rem;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.submit-btn:hover{background-color:#8c5344}.map-container{flex:1 1 45%;min-width:300px}.map-container h3{color:#7c4a2a;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.map{width:100%;height:400px;border-radius:15px;overflow:hidden;border:2px solid #3A4F38;box-shadow:0 4px 8px #0000001a}.map iframe{width:100%;height:100%;border:none}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 4px 10px #0000004d;z-index:100;display:flex;justify-content:center;align-items:center;transition:all .3s}.whatsapp-float:hover{background-color:#1ea952;transform:scale(1.1)}.whatsapp-float svg{margin-top:0}@media (max-width: 992px){.contact-info{justify-content:center}.info-card{flex:1 1 40%;max-width:40%}.map{height:350px}}@media (max-width: 768px){.info-card{flex:1 1 45%;max-width:45%}.contact-form,.map-container{flex:1 1 100%}.map{height:300px}.whatsapp-float{width:50px;height:50px;font-size:25px;bottom:20px;right:20px}}@media (max-width: 480px){.info-card{flex:1 1 100%;max-width:100%}.contact-form{padding:1.5rem}.map{height:250px}.whatsapp-float{width:45px;height:45px;font-size:22px;bottom:15px;right:15px}}
