/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.floating-button-container{position:fixed;top:200px;right:40px;z-index:1000;}.floating-button{position:relative;display:flex;align-items:center;justify-content:center;background-color:#25D366;width:60px;height:60px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,0.3);transition:all 0.3s ease;}.floating-button img{width:30px;height:30px;}.hover-message{position:absolute;right:80px;background-color:#25D366;color:white;width:120px;padding:8px 12px;border-radius:8px;font-size:var(--font-size-xxs);font-weight:bolder;opacity:0;pointer-events:none;transform:translateY(-50%);top:50%;transition:opacity 0.3s ease;box-shadow:0 4px 10px rgba(0,0,0,0.2);text-align:center;}.floating-button:hover .hover-message{opacity:1;}.floating-button:hover{transform:scale(1.13);}.floating-button:hover img{transform:scale(1.1);}@media (max-width:992px){.floating-button-container{right:20px;}.floating-button{width:40px;height:40px;}.floating-button img{width:20px;height:20px;}.hover-message{font-size:12px;padding:4px 8px;width:110px;right:50px;}}
.footer{color:white;}.footer h3{font-weight:bold;font-size:var(--font-size-xs) !important;}.footer span,.footer p,.footer a{font-size:var(--font-size-base);}.footer a{text-decoration:none;color:white;}.footer p{margin:0;}.footer-principal-content{padding-bottom:2rem;padding-top:2rem;background-color:var(--color-primary);border-top:0.6rem solid var(--color-tertiary);}.footer-icon{justify-content:center;margin:0.5rem;width:1.5rem;height:1.5rem;}.footer-company-logo{padding-top:3rem;padding-bottom:3rem;}.footer-company-logo img{width:13.125rem;height:5.6875rem;}.footer-secondary-content{padding-bottom:0.5rem;padding-top:0.5rem;background-color:var(--color-secondary-dark);}.footer-social-media{gap:0.5rem;}.footer-icon-social-media{display:flex;width:35px;height:35px;background-color:white;border-radius:5px;padding:6px}.footer-icon-social-media img{width:100%;height:100%;}.footer-company-location-map{justify-content:start;margin-top:3rem;}@media (max-width:1400px){.footer-company-location-map iframe{height:200px !important;width:220px !important;}}@media (min-width:768px) and (max-width:1200px){.footer-company-location-map iframe{height:180px !important;width:150px !important;}}@media screen and (max-width:992px){.footer-company-location-map{justify-content:center !important;}.footer-social-media{gap:1rem !important;}.footer-icon-social-media{width:45px !important;height:45px !important;}}
