.scroll-to-top-btn{color:#fff;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background-color:#ca2734;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:100px;right:25px;box-shadow:0 4px 10px #0003}.scroll-to-top-btn.visible{opacity:1;visibility:visible}.scroll-to-top-btn:hover{background-color:#a51e29;transform:translateY(-5px)}
.Whatsapp{color:#fff;cursor:pointer;z-index:1000;opacity:1;background-color:#4fce5d;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:25px;left:25px;box-shadow:0 4px 10px #0003}
body{overscroll-behavior:none}.loader-overlay{z-index:9999999;contain:layout paint;will-change:transform;background:#fff;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0;overflow:hidden}@supports not (height:100dvh){.loader-overlay{height:100vh}}.dot-loader-container{background:#fff;place-items:center;width:100%;height:100%;display:grid}.dot-loader{gap:20px;display:flex}.dot-loader span{opacity:0;will-change:transform,opacity;backface-visibility:hidden;background:#ca2734;border-radius:50%;width:70px;height:70px;animation:1.4s forwards drop}.dot-loader span:first-child{animation-delay:0s}.dot-loader span:nth-child(2){animation-delay:.2s}.dot-loader span:nth-child(3){animation-delay:.4s}.dot-loader span:nth-child(4){animation-delay:.6s}@keyframes drop{0%{opacity:0;transform:translateY(-60px)}60%{opacity:1;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}.loader-exit{animation:.7s cubic-bezier(.77,0,.175,1) forwards slideUp}@keyframes slideUp{to{transform:translateY(-100%)}}.site-content{z-index:1;min-height:100vh;position:relative}@media (max-width:767px){.dot-loader span{width:50px;height:50px}}
