@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.input{flex-direction:column;gap:1.7rem;display:flex}.input input,.input textarea{background-color:#fff;border:.1rem solid #bdbdbd;border-radius:.2rem;outline:none;padding:1.6rem;font-size:1.6rem}.input input::placeholder,.input textarea::placeholder{color:#bdbdbd;font-size:1.6rem;font-weight:400}.input input:focus,.input textarea:focus{border-color:#222;outline:none}.input textarea{min-width:100%;max-width:100%;min-height:20rem;max-height:25rem;font-family:inherit}.input label{color:#222;font-size:1.6rem;font-weight:600}.input__error{color:#d32f2f;font-size:1.25rem;line-height:1.4}.input--outline label{color:#fff}.input--outline input,.input--outline textarea{color:#fff;background-color:#0000;border:.1rem solid #bdbdbd;padding:2rem;font-family:inherit}.input--outline input::placeholder,.input--outline textarea::placeholder{color:#fff}.input--outline input:focus,.input--outline textarea:focus{border-color:#222;outline:none}select{cursor:pointer;background-color:#fff;border:.1rem solid #bdbdbd;border-radius:.6rem;outline:none;padding:2rem;font-family:inherit;font-size:1.6rem}select:focus{border-color:#222;outline:none}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.checkbox{flex-direction:column;gap:.6rem;display:flex}.checkbox__link{color:#222;text-decoration:underline}.checkbox__link--white{color:#fff}.checkbox__row{align-items:flex-start;gap:1rem;display:flex}.checkbox__row .checkbox__text{margin-right:.5rem;font-size:1.4rem}.checkbox__row .checkbox__text--white{color:#fff}.checkbox__row .checkbox__input{opacity:0;width:0;height:0;position:absolute}.checkbox__row .checkbox__label{cursor:pointer;background-color:#fcfcfc;border:.1rem solid #bdbdbd;border-radius:.2rem;outline:none;flex-shrink:0;width:2rem;height:2rem;margin-top:.3rem;position:relative}.checkbox__row .checkbox__label:focus-visible{outline-offset:1px;outline:1px solid #222}.checkbox__row .checkbox__label:after{content:"";opacity:0;border-bottom:.3rem solid #222;border-right:.3rem solid #222;width:.5rem;height:1.2rem;transition:all .4s;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)rotate(40deg)scale(0)}.checkbox__row .checkbox__label--white{border:.1rem solid #fff}.checkbox__row .checkbox__label--white:after{content:"";opacity:0;border-bottom:.3rem solid #fff;border-right:.3rem solid #fff;width:.5rem;height:1.2rem;transition:all .4s;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)rotate(40deg)scale(0)}.checkbox__row .checkbox__span{position:absolute;top:-1.4rem;left:2.3rem}.checkbox__row .checkbox__input:checked+.checkbox__label:after{opacity:1;transform:translate(-50%,-50%)rotate(40deg)scale(1)}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.form{background-color:#f8f7f4;border-radius:2rem;padding:4rem 3.4rem}.form__title{margin-bottom:1rem;font-size:3rem;font-weight:600}.form__text{color:#616161;margin-bottom:5rem}.form__form,.form__row{flex-direction:column;gap:3rem;display:flex}.form button{align-self:flex-end}.form .input{flex-direction:column;gap:.8rem;display:flex}.form .input label{color:#222;font-size:1.5rem;font-weight:500}.form .input select{color:#222;cursor:pointer;appearance:none;background:#fcfcfc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23616161' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 1.8rem center/1.8rem no-repeat;border:.1rem solid #dcdcdc;outline:none;width:100%;height:5.6rem;padding:0 5rem 0 1.8rem;font-family:inherit;font-size:1.6rem;transition:all .25s}.form .input select:focus{border-color:#222;outline:none}.form .input__error{color:#d63939;margin-top:.5rem;font-size:1.3rem}.form textarea{resize:none;min-height:14rem}.form .checkbox{flex-direction:column;gap:.8rem;display:flex}.form .checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}.form .checkbox input{opacity:0;width:0;height:0;position:absolute}.form .checkbox input:checked+span:before{border-color:#222}.form .checkbox input:checked+span:after{opacity:1;transform:translateY(-60%)rotate(45deg)scale(1)}.form .checkbox span{color:#222;padding-left:3.5rem;font-size:1.5rem;line-height:2.2rem;position:relative}.form .checkbox span:before{content:"";background:#fff;border:.1rem solid #dcdcdc;border-radius:.6rem;width:2.2rem;height:2.2rem;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.form .checkbox span:after{content:"";opacity:0;border-bottom:.22rem solid #222;border-right:.22rem solid #222;width:.55rem;height:1rem;transition:all .2s;position:absolute;top:50%;left:.65rem;transform:translateY(-60%)rotate(45deg)scale(0)}@media (min-width:768px){.form__row{flex-direction:row;gap:2rem}.form__row>*{flex:1}}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.contact{margin-bottom:5rem}.contact__container{flex-wrap:wrap;gap:3rem;display:flex}.contact__left{flex:50rem}.contact__right{flex:40rem}.contact__title{color:#222;margin-bottom:5rem;font-size:4.4rem;font-weight:500;display:block}.contact__tiles{flex-wrap:wrap;gap:2rem;margin-bottom:3rem;display:flex}.contact__tile{text-align:left;color:#424242;border:.1rem solid #bdbdbd;border-radius:.2rem;align-self:start;align-items:center;gap:3rem;padding:1rem 1.4rem;font-size:2rem;font-weight:400;transition:background-color .25s,border-color .25s;display:flex}.contact__tile:hover{background-color:#f3f3f3;border-color:#a8a8a8}@media (min-width:558px){.contact__title{margin-bottom:8rem;font-size:7rem}.contact__tiles{margin-bottom:5rem}}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.call__phone,.call__whatsapp{z-index:20;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;transition:transform .3s,background-color .3s;display:flex;position:fixed;bottom:5rem;right:2rem;box-shadow:0 7px 29px #64646f33}.call__phone svg,.call__whatsapp svg{color:#fff;font-size:2.3rem}.call__phone:hover,.call__whatsapp:hover{transform:scale(1.08)}.call__phone{background-color:#474747}.call__phone:hover{background-color:#222}.call__whatsapp{background-color:#25d366;display:none}.call__whatsapp:hover{background-color:#20bd5a}@media (min-width:996px){.call__phone{display:none}.call__whatsapp{display:flex}}
.modal{z-index:2000;background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal--closing{animation:.3s forwards fadeOut}.modal__inner{scrollbar-width:thin;background:#fff;border-radius:1.5rem;width:calc(100% - 4rem);max-width:60rem;max-height:90vh;padding:3rem 3rem 4rem;scroll-padding-bottom:4rem;animation:.3s scaleIn;position:relative;overflow-y:auto;box-shadow:0 2rem 5rem #00000040}.modal__close-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;position:absolute;top:.5rem;right:.5rem}.modal__close-btn svg{width:2.5rem;height:2.5rem}.phone-form__button{margin-top:1rem;padding:1.6rem 2rem}.phone-form{flex-direction:column;gap:1.4rem;display:flex}.phone-form__desc{margin-top:-1.4rem;margin-bottom:1.5rem;font-size:1.5rem;line-height:1.5}.phone-form__status-bar{background:#f4fbf7;border:1px solid #dff3e7;border-radius:.2rem;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.phone-form__status-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:.9rem;height:.9rem;position:relative}.phone-form__status-dot:after{content:"";background:#22c55e;border-radius:50%;animation:1.8s infinite pulse;position:absolute;inset:0}.phone-form__status-text{color:#166534;font-size:1.3rem;font-weight:600}.phone-form__whatsapp-icon{width:2.4rem;height:2.4rem}.phone-form__success{color:#166534;text-align:center;background:#edf9f0;border:1px solid #d4edda;border-radius:.8rem;padding:1rem;font-size:1.3rem}.phone-form__status-error{color:#d32f2f;text-align:center;background:#fdf2f2;border:1px solid #f5cccc;border-radius:.8rem;padding:1rem;font-size:1.3rem}.phone-form__field-error{color:#d32f2f;font-size:1.25rem;line-height:1.4}.phone-form-faq{width:100%;margin-top:1.5rem;padding-top:1.5rem}.phone-form-faq__item{cursor:pointer;appearance:none;text-align:left;color:#222;background:0 0;border:none;border-bottom:1px solid #eee;width:100%;padding:1.2rem 0;font-family:inherit;display:block}.phone-form-faq__question{justify-content:space-between;align-items:center;gap:1rem;width:100%;font-size:1.5rem;font-weight:600;line-height:1.4;display:flex}.phone-form-faq__icon{flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:0;transition:transform .35s;display:flex;position:relative}.phone-form-faq__icon:before,.phone-form-faq__icon:after{content:"";background:#222;border-radius:2px;width:1.4rem;height:2px;transition:transform .35s;position:absolute}.phone-form-faq__icon:after{transform:rotate(90deg)}.phone-form-faq__item.active .phone-form-faq__icon{transform:rotate(180deg)}.phone-form-faq__item.active .phone-form-faq__icon:after{transform:rotate(0)}.phone-form-faq__answer{opacity:0;max-height:0;transition:max-height .35s,opacity .25s,transform .35s;overflow:hidden;transform:translateY(-5px)}.phone-form-faq__answer.open{opacity:1;transform:translateY(0)}.phone-form-faq__answer p{color:#616161;margin:1.2rem 0 0;padding-bottom:.3rem;font-size:1.4rem;line-height:1.5}@media (min-width:1200px){.modal__inner{max-width:65rem;max-height:88vh;padding:3.5rem 3.5rem 5rem}}@media (min-width:1600px){.modal__inner{max-width:70rem;max-height:80vh;padding:4rem 4rem 6rem}}@media (max-width:600px){.modal{justify-content:center;align-items:flex-start;padding:4rem 1rem 2rem}.modal__inner{border-radius:1.2rem;width:100%;height:75vh;max-height:75vh;padding:3.5rem 2rem 5rem;scroll-padding-bottom:5rem}.phone-form{gap:1.1rem}.phone-form__desc{margin-top:-1rem;font-size:1.35rem}.phone-form-faq{margin-top:1rem;padding-top:.8rem}.phone-form-faq__question{font-size:1.35rem}.phone-form-faq__answer p{font-size:1.4rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}

