|
|
@@ -369,7 +369,14 @@
|
|
|
<a href="tel:50688001130" class="footer-link">+506 8800-1130</a>
|
|
|
<a href="https://wa.me/50688001130?text=Hola%2C%20vi%20su%20sitio%20web%20y%20me%20interesan%20sus%20servicios." target="_blank" rel="noopener noreferrer" class="footer-link">WhatsApp</a>
|
|
|
<span class="footer-link-text">Huaca, Guanacaste</span>
|
|
|
- <span class="footer-link-text">Costa Rica</span>
|
|
|
+ <div class="footer-socials">
|
|
|
+ <a href="https://www.facebook.com/share/1ANQA74ZDy/" target="_blank" rel="noopener noreferrer" aria-label="Facebook">
|
|
|
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#9A8428"><path d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073c0 6.025 4.388 11.02 10.125 11.927v-8.437H7.078v-3.49h3.047V9.41c0-3.026 1.792-4.697 4.533-4.697 1.313 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.267h3.328l-.532 3.49h-2.796v8.437C19.612 23.093 24 18.098 24 12.073z"/></svg>
|
|
|
+ </a>
|
|
|
+ <a href="https://www.instagram.com/omarcortezlopez" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
|
|
|
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#9A8428"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 1.17.054 1.97.24 2.43.403a4.088 4.088 0 011.523.99 4.088 4.088 0 01.99 1.524c.163.46.35 1.26.403 2.43.058 1.265.07 1.645.07 4.849s-.012 3.584-.07 4.85c-.054 1.17-.24 1.97-.403 2.43a4.088 4.088 0 01-.99 1.523 4.088 4.088 0 01-1.524.99c-.46.163-1.26.35-2.43.403-1.265.058-1.645.07-4.849.07s-3.584-.012-4.85-.07c-1.17-.054-1.97-.24-2.43-.403a4.088 4.088 0 01-1.523-.99 4.088 4.088 0 01-.99-1.524c-.163-.46-.35-1.26-.403-2.43C2.175 15.584 2.163 15.204 2.163 12s.012-3.584.07-4.85c.054-1.17.24-1.97.403-2.43a4.088 4.088 0 01.99-1.523A4.088 4.088 0 015.15 2.207c.46-.163 1.26-.35 2.43-.403C8.845 2.175 9.225 2.163 12 2.163zM12 0C8.741 0 8.333.014 7.053.072 5.775.13 4.902.333 4.14.63a5.876 5.876 0 00-2.126 1.384A5.876 5.876 0 00.63 4.14C.333 4.902.13 5.775.072 7.053.014 8.333 0 8.741 0 12s.014 3.668.072 4.948c.058 1.277.261 2.15.558 2.913a5.876 5.876 0 001.384 2.126A5.876 5.876 0 004.14 23.37c.763.297 1.636.5 2.913.558C8.333 23.986 8.741 24 12 24s3.668-.014 4.948-.072c1.277-.058 2.15-.261 2.913-.558a5.876 5.876 0 002.126-1.384 5.876 5.876 0 001.384-2.126c.297-.763.5-1.636.558-2.913.058-1.28.072-1.688.072-4.948s-.014-3.668-.072-4.948c-.058-1.277-.261-2.15-.558-2.913a5.876 5.876 0 00-1.384-2.126A5.876 5.876 0 0019.86.63c-.763-.297-1.636-.5-2.913-.558C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer-bottom">
|
|
|
@@ -1320,6 +1327,20 @@
|
|
|
font-size: 0.82rem;
|
|
|
color: #9A8428;
|
|
|
}
|
|
|
+ .footer-socials {
|
|
|
+ display: flex;
|
|
|
+ gap: 0.75rem;
|
|
|
+ margin-top: 0.4rem;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ @media (min-width: 640px) {
|
|
|
+ .footer-socials { justify-content: flex-start; }
|
|
|
+ }
|
|
|
+ .footer-socials a {
|
|
|
+ opacity: 0.7;
|
|
|
+ transition: opacity 0.3s ease;
|
|
|
+ }
|
|
|
+ .footer-socials a:hover { opacity: 1; }
|
|
|
.footer-bottom {
|
|
|
border-top: 1px solid rgba(200, 168, 50, 0.1);
|
|
|
padding-top: 1.5rem;
|