#geo-form-section{all:unset;padding:3rem .7rem;background-color:#e8e5e0}@media(min-width:768px){#geo-form-section{display:flex;justify-content:center}}#geo-form-section p{font-size:clamp(13px,1.6vw,1rem);font-weight:400;width:90%}#geo-form-section form{display:flex;flex-direction:column;align-items:center;background-color:#fff;gap:2rem;padding:2rem .4rem;border:1px solid black;border-radius:1rem}@media(min-width:768px){#geo-form-section form{place-items:center;width:40%}}#geo-form-section form div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}#geo-form-section form div img{height:35px;width:35px}#geo-form-section form div h2{font-size:clamp(1.2rem,1vw,1rem);text-wrap:nowrap}#geo-form-section form div#input-section{display:flex;align-items:center;width:100%;gap:1.2rem}#geo-form-section form div#input-section [type=text],#geo-form-section form div#input-section [type=email]{padding:1.2rem;border:1px solid black;border-radius:.6rem;width:min(90%,95%,100%);font-weight:500;background-color:#f8f8f8;font-size:clamp(13px,1.6vw,1rem)}#geo-form-section form div#input-section [type=text]:focus,#geo-form-section form div#input-section [type=email]:focus{background-color:#ebebeb;border:1px solid black;inset:none}#geo-form-section form div#input-section [type=submit]{background-color:var(--primary-color);color:#fff;width:90%;padding:1.2rem;border:none;font-weight:600;border-radius:.6rem;font-size:clamp(.9rem,1.4vw,1rem)}#geo-form-section form div#input-section [type=submit]:hover{transition:background-color .3s;background-color:var(--secondary-color);cursor:pointer}#geo-form-section form div#input-section div{display:flex;flex-direction:row;padding:1.2rem;width:90%;align-self:start}#geo-form-section form div#input-section div [type=checkbox]{align-self:start;margin-top:4px}#geo-form-section form div#input-section div label{font-weight:300;font-size:clamp(10px,1.3vw,1.1rem);color:#64748b;text-align:left}@media(min-width:768px){#geo-form-section form div#input-section div label{font-weight:400}}#popover-section{position:fixed;inset:0;max-width:90vw;height:80vh;margin:auto;overflow-y:auto;scrollbar-width:none;z-index:999;padding:2rem;display:flex;flex-direction:column;gap:2rem;border-radius:.5rem;background-color:#fff}@media(min-width:1440px){#popover-section{max-width:32vw!important}}@media(min-width:768px){#popover-section{scale:.8;max-width:60vw;height:114vh}}#popover-section .text-center{text-align:center;text-wrap:balance}#popover-section .text-center:nth-child(-n+2){max-width:60ch}#popover-section p{font-weight:400;font-size:clamp(10px,2vw,1.4rem);width:95%;align-self:center}#popover-section #factos-section{display:flex;flex-direction:column;gap:.8rem}#popover-section #progress-bar{position:relative;padding:.4rem;border:1px solid black;border-radius:1rem;overflow:hidden;background:#fff;width:80%;align-self:center}@media(min-width:768px){#popover-section #progress-bar{padding:.8rem}}#popover-section #progress-bar:before{content:"";position:absolute;inset:0;margin:.1rem;border-radius:.6rem;background:var(--primary-color);width:calc(var(--progress) - 1%);transition:width .3s ease}@media(min-width:768px){#popover-section #progress-bar:before{margin:.2rem}}#popover-section #orange-box{padding:.7rem;background-color:#ffe6cd;border:1px solid #ffb363;border-radius:1rem;color:#ff8300}@media(min-width:768px){#popover-section #orange-box{padding:1.3rem}}#popover-section h2,#popover-section h3{font-size:clamp(.9rem,3vw,2rem)}#popover-section h2{width:95%;align-self:center}#popover-overlay{position:fixed;inset:0;z-index:900}#popover-overlay:before{content:"";position:fixed;inset:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0000004d;z-index:900}:root{--primary-color: #a89c77;--secondary-color: #505050;--tertiary-color: #3f3f3f;--tertiary-color-complementary: #292929}.fadeIn{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.fadeInActive,.show{opacity:1;transform:translateY(0)}
