@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");*{box-sizing:border-box;padding:0;margin:0;font-family:Montserrat,sans-serif}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}.container{max-width:95%;margin:0 auto;position:relative}@media screen and (max-width:600px){.container{max-width:90%}}.float_whatsapp{position:fixed;bottom:10px;right:10px;background:linear-gradient(90deg,#203f7d,#1aabbe);display:flex;justify-content:center;align-items:center;border-radius:50%;width:60px;height:60px;cursor:pointer}.float_img_link{margin-top:5px}.loading{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#203f7d;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}