footer{height:-moz-fit-content;height:fit-content;position:relative;z-index:300;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:var(--color-dark);padding:3rem;gap:2rem}.footer-logo{position:absolute;top:-3rem;height:300px;object-fit:contain;width:300px;cursor:pointer}.line{background-color:var(--color-primary);background-color:#fff;border-radius:50%;height:1px;width:100%}.footer-menu{width:90%;display:flex;align-items:flex-start;gap:8vw}.footer-products>h3{font-weight:700;text-transform:uppercase}.copy{left:.5rem}.copy,.politicas{position:absolute;bottom:.5rem;font-size:.7rem}.politicas{right:.5rem;cursor:pointer}.footer-products{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;width:100%}footer>div>div>a>p,footer>div>div>p{cursor:pointer;display:flex;align-items:center;gap:.5rem}.contact-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:18vh;width:100vw;gap:1rem}.contact-form,.social-wrapper{width:100%;display:flex;justify-content:center}.contact-form{flex-direction:column;align-items:flex-end;gap:1rem;font-size:1rem;font-weight:500;text-shadow:0 0 5px #000;z-index:10;padding-bottom:.5rem}.contact-form>h3{width:100%;font-weight:400;font-size:1.4rem}input{border:none;border-bottom:2px solid #f5f5f7;height:2rem;outline:none;background-color:transparent;color:#f5f5f7;width:100%}.email,.name{width:48%}.name-email{width:100%;justify-content:space-between}.message{width:100%}.name-email{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.message textarea{margin-top:1rem;width:100%;height:10vh;border:2px solid #f5f5f7;padding:10px}.message textarea,.send{background-color:transparent;color:#f5f5f7}.send{width:200px;height:2rem;margin:0 auto;border:1px solid #f5f5f7;border-radius:10px;cursor:pointer;font-size:1.2rem;text-shadow:0 0 5px #000;box-shadow:0 0 5px #000}.new-appointment-wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#000000b2;font-size:.9rem}.notification-modal{width:90vw;max-width:500px;height:-moz-fit-content;height:fit-content;max-height:100vh;padding:1rem;background-color:var(--color-background);border-radius:10px;box-shadow:0 0 20px 5px rgba(0,0,0,.315);color:#000;display:flex;flex-direction:column;justify-content:center;gap:2rem;min-height:200px;position:relative;overflow:hidden}.notification-header{display:flex;justify-content:space-between;align-items:center;height:2rem}.notification-image{position:absolute;bottom:-5rem;right:-2rem;opacity:.5}.close-icon{cursor:pointer;position:absolute;top:1rem;right:1rem}.notification-body{z-index:100;gap:1rem}@media screen and (max-width:990px){.contact-wrapper{flex-direction:column;gap:1.5rem;overflow-y:scroll;height:-moz-fit-content;height:fit-content;margin:0;top:10vh}.email-wrapper{flex-direction:column;gap:1rem}.contact-form{width:100%;align-items:center;padding-bottom:1rem}.contact-form>h2{margin-bottom:0}.name-email,.name-email>div{width:100%}}@media (max-width:1000px){.footer-menu{padding:3rem;flex-direction:column}.footer-logo{display:none}}@media screen and (max-width:500px){footer{padding-bottom:5rem}.copy{display:none}.politicas{position:absolute;bottom:4.5rem;right:50%;transform:translateX(50%);font-size:1rem;height:-moz-fit-content;height:fit-content}footer>div{flex-direction:column;text-align:center}}.social{display:flex;position:absolute;bottom:0;right:50%;transform:translateX(50%);z-index:800;align-items:center;padding:1rem;gap:1rem;justify-content:center;gap:3rem;height:3rem}body>div>main>div.social>a{display:flex;align-items:flex-start}.social-icon{cursor:pointer}.social-icon:hover{transform:scale(1.1)}@media screen and (max-width:500px){.social{position:absolute;bottom:0;flex-direction:row}}