@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@media screen and (min-width: 1400px){footer{padding:100px 15vw}}footer{padding:50px 5vw;display:flex;flex-wrap:wrap;gap:20px}.footer-box-left{display:flex;flex-direction:column;gap:20px;flex-basis:50%}.footer-box-right{display:flex;flex-direction:column;gap:40px;flex-basis:calc(50% - 41px)}.footer-contracts{display:flex}.footer-contracts p:hover{text-decoration:underline;color:var(--primary-color);font-weight:500}.footer-contracts div{width:50%}.footer-box-right p{padding-left:20px;text-align:justify}footer .registeredBrand{flex-basis:100%;display:flex;justify-content:center;flex-wrap:wrap}.footer-entities{display:flex;flex-wrap:wrap;gap:40px;width:420px;margin:0 auto}.important-text{font-size:24px}.ssn-container{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;margin-top:auto;margin-bottom:20px}.ssn-container img{width:60%}.ssn-container span{margin-top:1%}.wsp-contact{position:fixed;bottom:50px;right:50px;background-color:var(--primary-color);width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%}.wsp-contact svg{font-size:28px}.wsp-contact svg path{color:#fff}@media screen and (max-width: 1100px){footer{flex-direction:column}.ssn-container div{display:flex;flex-direction:column}.footer-box-right div:nth-child(1){height:auto}.ssn-container{display:none}.ssn-container-mobible{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;margin-top:auto;margin-bottom:20px}}.footer-box-right div:nth-child(1){border-left:var(--primary-color) 1px solid;display:flex;flex-direction:column;justify-content:space-between;height:450px}.footer-box-right div:nth-child(3){border-left:var(--primary-color) 1px solid}.ssn-container-mobible{display:none}@media screen and (max-width: 1400px){.footer-box-right div:nth-child(1){height:420px;border-left:var(--primary-color) 1px solid;display:flex;flex-direction:column;justify-content:space-between}.ssn-container-mobible{display:flex}.ssn-container-mobible img{width:60%}}@media screen and (max-width: 1200px){.footer-box-right div:nth-child(1){height:450px}}@media screen and (max-width:600px){.ssn-container-mobible img{width:100%}.footer-box-right{font-size:14px}.footer-entities{width:100%;justify-content:center;gap:5px}.footer-entities a{flex-basis:40%;display:flex;justify-content:center}.ssn-container div img{width:300px}.footer-box-right div p{width:90%}.contactMap{order:1}.cofaContact{order:2}.footer-box-right div:nth-child(1){height:auto}}@media screen and (max-width:600px){.ssn-container div img{width:200px}footer .registeredBrand{display:flex;justify-content:center;gap:10px}footer .registeredBrand svg{font-size:30px}.wsp-contact{bottom:30px;right:30px}.registeredBrand p{height:100%;display:flex;align-items:center;gap:10px}.registeredBrand p svg{font-size:16px}.footer-box-right div p{width:100%}}@media screen and (max-width: 550px){.footer-contracts{gap:10px}}@media screen and (max-width:450px){.wsp-contact{bottom:12px;right:12px}}@media screen and (max-width:380px){.footer-contracts{flex-direction:column}.footer-contracts div{width:100%}}.form-template{position:absolute;z-index:1;background-color:#fff;box-shadow:-20px 15.99989px 71.99953px #3c8f7c26,0 0 0 20px #ffffff1a;right:5vw;top:22vh;width:650px;border-radius:20px;padding:48px;gap:20px;display:flex;flex-direction:column}.form-template h2{font-size:28px;font-weight:700}.form-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between}.form-container .input-container{width:45%;display:flex;flex-direction:column;gap:15px;text-align:left}.form-container .input-container input,.form-container .input-container select,.form-container .input-container textarea{padding:18px 12px;border-radius:18px;border:1px solid #B7B7B7;resize:none;width:100%}.form-container .input-container input::placeholder{font-size:16px;font-weight:500}select{font-size:16px;font-weight:500;outline:none;color:#757575}option{color:#757575}textarea::placeholder{font-size:16px;font-weight:500}.input-container .work-with-us-textarea{height:200px}.form-container .input-container-100{width:100%;text-align:left}.submit button{background-color:var(--primary-color);border:none;padding:10px 33px;border-radius:15px;font-size:20px;color:#fff;display:flex;align-items:center;gap:15px;cursor:pointer}.submit button svg path{color:orkhite}.form-template,.form-container-type-2{position:static}.dropzone-container .dropzone p{color:var(--text-color);text-align:center}.dropzone{width:100%;border:var(--text-color) 2px dashed;padding:20px 10px;border-radius:10px;justify-content:center;display:flex;flex-direction:column;align-items:center}.dropzone-delete-container{display:flex;align-content:center;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.dropzone svg path,.dropzone-delete-container svg path{color:var(--primary-color)}.dropzone svg,.dropzone-delete-container svg{font-size:34px;margin-top:2%}.quejas-sugerencias{border-radius:20px;padding:48px;gap:20px;display:flex;flex-direction:column;background-color:#fff}.circle-item{width:7px;height:7px;background-color:var(--primary-color);border-radius:100%;display:block;position:relative;top:3px;margin-right:3px;z-index:1}.message-item{display:flex;font-size:14px}.error-message{color:red;font-size:14px}.disabled-btn{opacity:.5;cursor:not-allowed}@keyframes to-dropdown{0%{max-height:0;opacity:0;visibility:hidden}to{max-height:300px;opacity:1;visibility:visible}}.dropdown-list-reason{position:absolute;top:60px;background-color:#fff;width:100%;padding:18px 12px;display:flex;flex-direction:column;gap:18px;animation:to-dropdown .2s ease-in-out;overflow:hidden;visibility:visible;opacity:1;border-bottom:1px solid #B7B7B7;border-left:1px solid #B7B7B7;border-right:1px solid #B7B7B7;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:2}.dropdown-list-reason:hover{max-height:300px;opacity:1;visibility:visible}.dropdown-list-reason .reason-list{display:flex;justify-content:space-between}.reason-list-values{display:flex;flex-direction:column;gap:18px}.no-visible{display:none}.selector-input{display:flex;border-radius:15px;border:1px solid #B7B7B7;background:#FFF;padding:18px 12px;position:relative;cursor:pointer}.flecha-abajo-input{position:absolute;right:12px;top:40%}.selector-input-container{position:relative}.option-item{cursor:pointer}.option-item:hover span{color:var(--primary-color)}.submit p{justify-content:flex-end}.sent-message{display:flex;width:200px;font-weight:500;font-size:18px;padding:12px 12px 12px 0;align-items:center;gap:10px;color:var(--primary-color)}.sent-message svg path{color:var(--primary-color)}.checkbox{margin:10px;width:18px;height:18px}.checkbox:checked{color:var(--primary-color)}@media screen and (max-width:750px){.container-form-work{padding:40px 7vw!important}}@media screen and (max-width: 600px){.form-container .input-container{width:100%}}@media screen and (max-width: 450px){.form-template{width:auto;padding:30px}.form-container{flex-direction:column}.form-container .input-container{width:100%}}header{display:flex;justify-content:space-between;align-items:center;height:100px;padding:0vh 5vw;position:sticky;top:0;background-color:var(--background-color);z-index:100}.solid{background-color:var(--background-color);border-bottom:1px solid #d6d6d6}header nav{display:flex;gap:32px}header nav a{font-weight:600}.link-selected{color:var(--primary-color);display:flex;flex-flow:column;align-items:center;row-gap:1px}.link-selected:after{content:"";padding:3px;border-radius:50%;background-color:var(--primary-color)}.mobible-navbar,.mobible-navbar-points{display:none;right:-250px;transition:right .4s ease}#btn-points-assist{width:100%;font-weight:500}#btn-loan-points{border:1px solid}.header-primary-btn{color:#fff;font-size:16px;font-weight:600;letter-spacing:.8px}@media screen and (max-width: 1500px){header>.nav-points{display:none}.btn-show-links-points{display:flex;background-color:transparent;border:none}.btn-show-links svg{font-size:40px;color:var(--primary-color)}.btn-show-links svg line{color:var(--text-color)}.buttons-container-points{display:flex;align-items:center;gap:32px}.open-points{display:flex;flex-direction:column;transition:right .4s ease;position:fixed;top:0;width:250px;right:0;animation-name:to-right;animation-duration:.4s;height:100vh!important;background-color:#fff;z-index:3;padding:10px;gap:20px}.not-first-points{display:flex;flex-direction:column;position:fixed;right:-350px;transition:.5s;height:100vh;top:0;background-color:#fff;z-index:3;padding:10px;justify-content:space-between;width:250px}.mobible-links-points{display:flex;flex-direction:column}.btn-back-points{background-color:transparent;border:none;font-size:32px;display:flex;justify-content:end}.background-layer-points{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000028;z-index:1}.mobible-navbar-points{display:flex}}@media screen and (max-width: 1500px){header>nav{display:none}.btn-show-links{display:flex;background-color:transparent;border:none}.btn-show-links svg{font-size:40px;color:var(--primary-color)}.btn-show-links svg line{color:var(--text-color)}.buttons-container{display:flex;align-items:center;gap:32px}.buttons-container .btn-show-links{display:flex}.open{display:flex;flex-direction:column;transition:right .4s ease;position:fixed;top:0;width:250px;right:0;animation-name:to-right;animation-duration:.4s;height:100vh!important;background-color:#fff;z-index:3;padding:10px;gap:20px}.not-first{display:flex;flex-direction:column;position:fixed;right:-350px;transition:.5s;height:100vh;top:0;background-color:#fff;z-index:3;padding:10px;justify-content:space-between;width:250px}.mobible-links{display:flex;flex-direction:column}.btn-back{background-color:transparent;border:none;font-size:32px;display:flex;justify-content:end}.background-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000028;z-index:1}.mobible-nav-secondary-btn{text-align:center}}@media screen and (max-width: 800px){.buttons-container #btn-points-assist,.buttons-container #btn-loan-points,.header-primary-btn{display:none}}@media screen and (max-width: 700px){header{height:70px}header img{width:150px}}@media screen and (max-width: 500px){.buttons-container>.primary-btn{display:none}.buttons-container>.secondary-btn{display:none}.header-primary-btn{display:none}}@media screen and (max-width: 450px){.buttons-container .header-primary-btn{display:none}}.header-type-2{display:flex;align-items:center;height:100px;padding:0vh 0vw;position:sticky;top:0;z-index:100}.header-type-2 div{flex:1;display:flex;justify-content:center;background-color:#fff;align-items:center;height:100px}.header-type-2 .normal-nav{width:650px;display:flex;justify-content:space-between;padding-left:5vw;padding-right:5vw;background-color:var(--primary-color);height:100px;align-items:center}.header-type-2 .normal-nav a{color:#fff;font-weight:400}.btn-show-links{display:none}header .mobible-navbar{display:none;right:-250px;transition:right .4s ease}.buttons-container{display:flex;align-items:center;gap:32px}@keyframes to-right{0%{right:-250px}to{right:0}}@media screen and (max-width: 1500px){.header-type-2 .normal-nav{width:500px}.header-type-2{padding-left:30px;padding-right:30px}.header-type-2{background-color:#fff}.header-type-2>.normal-nav{display:none}.btn-show-links{display:flex;background-color:transparent;border:none}.btn-show-links svg{font-size:40px;color:var(--primary-color)}.btn-show-links svg line{color:var(--text-color)}.buttons-container{display:flex;align-items:center;gap:32px}header .open{display:flex;flex-direction:column;transition:right .4s ease;position:fixed;top:0;width:250px;right:0;animation-name:to-right;animation-duration:.4s;height:100vh!important;background-color:#fff;z-index:3;padding:10px;gap:20px;justify-content:flex-start}header .not-first{display:flex;flex-direction:column;position:fixed;right:-350px;transition:.5s;height:100vh;top:0;background-color:#fff;z-index:3;padding:10px;justify-content:space-between;width:250px}.mobible-navbar .mobible-links{width:100%;display:flex;flex-direction:column}.btn-back{background-color:transparent;border:none;font-size:32px;display:flex;justify-content:end}header .background-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000028;z-index:1}}.controls-assitence{display:flex;justify-content:space-between;padding:0 40px;align-items:center;margin:20px 0}.controls-assitence button{background-color:#d6f5e4;border:none;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center}.controls-assitence button svg{font-size:20px}.controls-assitence button svg path{color:var(--primary-color)}.controls-assitence h2{font-size:32px}.assist-section{padding:50px 3vw}.services-list{display:flex;flex-direction:column}.service-control{display:flex;justify-content:space-between;width:100%;align-items:center}.service-control h3{height:45px;display:flex;align-items:center}.btn-service{background-color:transparent;border:none;width:45px;height:45px;display:flex;justify-content:center;align-items:center;cursor:pointer}.service-item-assist{border-radius:15px;border-bottom:4px solid #249557;padding:24px 32px}@media screen and (max-width: 570px){.controls-assitence h2{font-size:24px}}@media screen and (max-width: 470px){.controls-assitence{padding:0}}@media screen and (max-width: 400px){.controls-assitence h2{font-size:20px}}@media screen and (max-width: 370px){.controls-assitence h2{font-size:18px}}._carrusel_1w7ku_1{width:100%;height:600px;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;border-radius:3%}._slides_1w7ku_23{display:flex;transition:transform .5s ease-in-out;will-change:transform;border-radius:3%}._slides_1w7ku_23._transition_1w7ku_39{transition:transform 1s ease-in-out}._image_1w7ku_47{width:100%;flex-shrink:0;object-fit:scale-down;border-radius:3%}._fadeIn_1w7ku_61{animation:_fadeIn_1w7ku_61 1s ease-in-out}@keyframes _fadeIn_1w7ku_61{0%{opacity:.5}to{opacity:1}}:root{--primary-color: #249557;--primary-color-10: rgba(36, 149, 87, .1);--text-color: #303030;--background-color: #fcfcfc;--white-text-color: #F4F3F8}*{padding:0;margin:0;box-sizing:border-box;font-family:Roboto,sans-serif;color:var(--text-color)}html{scroll-behavior:smooth}body{overflow-x:hidden}a{text-decoration:none}input:-internal-autofill-selected{background-color:transparent!important}.secondary-btn{background-color:#fff;border:solid 1px var(--primary-color);border-radius:7px;font-weight:600;font-size:14px;padding:12px;color:var(--primary-color);text-align:center;cursor:pointer}.primary-btn{width:100%;font-weight:500;padding:12px;border-radius:7px;background-color:var(--primary-color);color:var(--white-text-color);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.primary-btn>a>svg>path{color:var(--white-text-color)}.primary-btn>svg>path{color:var(--white-text-color)}.primary-btn>a{color:var(--white-text-color)}@media screen and (min-width: 1400px){.hero-container{padding:50px 15vw 100px!important}}.hero-container{background-color:var(--background-color);padding:100px 5vw}.btn-loan-main{font-size:18px;letter-spacing:3px}.hero{display:flex;justify-content:space-between;align-items:center;gap:10%}.hero .hero-info{width:800px;display:flex;flex-direction:column;gap:30px}.hero-info .primary-text-assist{background-color:transparent;color:var(--primary-color)}.hero-info p{color:var(--text-color)}.animated-title{color:var(--primary-color)}.hero .hero-info h1{font-size:70px;font-weight:500}.hero .hero-info h1 strong{color:var(--primary-color)}.info-container{position:relative;display:flex;flex-direction:column;margin-top:8%}.info-container h2{margin-top:30px;margin-bottom:30px;text-align:center;font-size:32px;font-weight:500}.info-list{display:flex;justify-content:space-between}.info-list .info-card{display:flex;flex-direction:column;gap:10px;width:220px}.info-card .info-icon{font-size:34px}.info-card .info-icon path{color:var(--primary-color)}.backgroundDecorationInfo{position:absolute;right:0;background-color:#24955722;width:50%;border-radius:50%;height:100%;box-shadow:0 0 30px 30px #24955722}.mq-title-wrap{display:none}.typewriter{display:inline-block;position:relative}.cursor:after{content:"|";display:inline-block;width:0;animation:blink-caret .75s step-end infinite}@keyframes blink-caret{}@media screen and (max-width: 1300px){.assist-hero-img{position:relative!important;margin:auto}.hero-assist-img-container{display:none;justify-content:center}}@media screen and (max-width: 1200px){.contact-secondary-button{background-color:var(--primary-color)!important;width:80%;margin:auto}.hero-content-left{padding-left:0vw;margin-top:5%}}@media screen and (max-width: 900px){.hero-container .hero{display:flex;flex-direction:column}.hero .hero-img{order:1}.hero .hero-info{width:100%;order:2}.hero .hero-info h1 br{display:none}.hero .hero-info h1{font-size:40px;text-align:center}.hero-container{padding-top:50px}.hero .hero-info h1 .mq-title-wrap{display:block}.info-list{display:flex;justify-content:space-between;flex-wrap:wrap}.info-list .info-card{flex-basis:50%;margin-bottom:10px}.hero-img{width:100%;display:flex;justify-content:center}.hero-img img{width:45%}.backgroundDecorationInfo{display:none}}@media screen and (max-width: 700px){.hero-img img{width:65%}.hero-container{padding-bottom:50px}.hero-container .services-assist-list{margin-top:40px}}@media screen and (max-width: 500px){.hero-img img{width:85%}.hero .hero-info h1{font-size:30px}.hero-container .info-container .info-list{flex-direction:column;gap:20px}.hero-container .info-container .info-list .info-card{flex-basis:100%;width:100%}.hero-container .info-container .info-list .info-card .info-icon{margin:auto}.hero-container .info-container .info-list .info-card{text-align:center}.info-card .info-icon{font-size:40px}}@media screen and (max-width: 400px){.hero-img img{width:95%}}.btn-consult{font-size:18px}.info-cards-points{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:flex-end;align-items:center}.background-icon svg path,rect,circle{color:var(--primary-color)}.card-points{width:270px;padding:24px}.stain-hero-points-svg{position:absolute;top:0;right:0;z-index:-1}.hero-img-points{position:absolute;top:20%;right:0;z-index:0}.divisor{height:80vh}.line-background-points{position:absolute;top:0;width:100%;z-index:-1}.hero-points span{padding:1% 2%;border-radius:71px;background-color:#d3eadd;font-weight:500}.hero-points h1{font-size:70px;font-weight:500;margin-top:3%}.hero-points{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:32px;width:54%}.btn-score-points{border-radius:15px;background-color:#d3eadd;color:var(--primary-color);border:none;width:120%;display:flex;align-items:center;justify-content:center;gap:10px}.btn-score-points>svg>path{color:var(--primary-color)}.btn-score-points>svg{font-size:24px}.hero-buttons{display:flex;align-items:flex-end;width:100%;gap:32px}.hero-info p{font-size:20px;margin-top:2%}.how-do-add-points{margin-top:25%;display:flex;gap:10%;align-items:center}.how-do-add-points h1{font-size:50px;font-weight:500}.how-do-add-points p{margin-top:5%;margin-bottom:5%}.how-do-add-points .info-list{display:flex;align-items:flex-end;flex-wrap:wrap;flex-direction:column}.background-icon{width:46px;height:46px;border-radius:6px;background:#f0f5ff;display:flex;align-items:center;justify-content:center;margin-bottom:5%}.background-icon:hover{background:rgb(36,149,87,.4)}.text-add{width:80%}#btn-points-assist{width:200px}#btn-lend{width:200px;border:1px solid white}@media screen and (max-width: 1600px){.how-do-add-points{flex-direction:column;align-items:flex-start}.how-do-add-points .info-cards-points{justify-content:space-between;margin-top:50px}.how-do-add-points .info-cards-points .card-points{padding:0;flex-basis:40%}.how-do-add-points .info-cards-points .card-points p{width:100%}}@media screen and (max-width: 1300px){.stain-hero-points-svg{display:none}.hero-overlay .hero-img-points{position:static;width:100%;border-radius:20px}.hero-points{width:100%;margin-top:50px}}@media screen and (max-width: 560px){.hero-buttons{flex-direction:column}.btn-score-points{width:100%}}@media screen and (max-width: 450px){#btn-points-assist{display:none}.hero-container{margin-top:13%}.line-background-points,.stain-hero-points-svg{display:none}.hero-img-points{background:cover fixed no-repeat;color:var(--primary-color);position:absolute;z-index:-1;top:70px}.hero-points{width:100%}.text-info{z-index:1;margin-top:2%}.hero-points h1{font-size:45px}.hero-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.how-do-add-points{flex-direction:row;flex-wrap:wrap;width:100%}.text-add{width:100%}.text-add h1{font-size:40px}.info-cards-points{flex-direction:column;margin-top:10%;justify-content:flex-start;width:100%}.card-points{width:100%;padding:10px}.btn{width:100%}}.stain-hero-assist-svg{position:absolute;top:20vh;right:5vw;z-index:1}.hero-assist-h1{font-size:70px;font-weight:500;margin-top:3%}.primary-text{color:var(--primary-color)}.hero-info p{border-left:5px solid var(--primary-color);padding:15px}.services-assist-list{margin-top:150px;display:flex;flex-direction:column;gap:30px}.services-assist-list h3{color:var(--primary-color);display:flex;align-items:center;gap:10px}.services-assist-list h3 .rect{background-color:var(--primary-color);height:2px;width:10px}.services-assist-list .servicesContainer{justify-content:flex-start}.hero-info-lend{display:flex;gap:35px;flex-direction:column}.hero-container-personal-lend{width:100%}.hero-container-type-2{display:flex}.hero-content-left{flex:1.2;padding-left:5vw;height:calc(100vh - 100px);display:flex;align-items:center}.hero-content-rigth{background-color:var(--primary-color);height:calc(100vh - 100px);width:650px;padding-right:5vw;display:flex;gap:24px;padding-left:5vw;flex-direction:column;justify-content:center}.hero-content-rigth h1{color:#fff;font-size:64px;font-weight:700;margin-bottom:24px}.hero-content-rigth p{color:#fff;font-size:24px;margin-bottom:24px}.hero-content-rigth .secondary-btn{border:white 1px solid;padding:12px 24px;background-color:transparent;color:#fff;border-radius:15px}@media screen and (max-width: 1400px){.hero-container{padding-top:0vh}.hero-container-personal-lend{width:70%}}@media screen and (max-width: 1300px){.hero-container-type-2 .hero-content-rigth{width:500px}.hero-content-rigth h1{color:#fff;font-size:54px;font-weight:700;margin-bottom:24px}.hero-content-rigth p{color:#fff;font-size:20px;margin-bottom:24px}}@media screen and (max-width: 1120px){.hero-container-type-2{flex-direction:column-reverse}.hero-container-type-2 .hero-content-left,.hero-container-type-2 .hero-content-rigth{width:100%}.hero-container-type-2 .hero-content-rigth{height:34vh;gap:10px;padding:40px 0;background-color:#24955733}.hero-container-type-2 .hero-content-rigth h1{font-size:34px;text-align:center;color:var(--text-color)}.hero-container-type-2 .hero-content-rigth p{font-size:18px;color:var(--text-color);text-align:center}.hero-container-type-2 .hero-content-rigth button{margin:auto;background-color:var(--primary-color);border:none;font-size:18px}}.container-el-mejor-trato{padding:100px 15vh;display:flex;flex-direction:row;flex-wrap:nowrap}.hero-el-mejor-trato{margin-right:10%}.hero-el-mejor-trato p{font-size:20px;margin-top:3%;margin-bottom:3%}.email-info{display:flex;gap:15px;margin-top:10%}.email-info .email-circle{width:45px;height:45px;border-radius:50%;background-color:#e6e6e6;display:flex;justify-content:center;align-items:center}.email-info .email-circle svg{font-size:24px}.email-info .email-circle svg path{color:var(--primary-color)}.email-info .email-info-content{display:flex;flex-direction:column;gap:6px}.email-info .email-info-content h4{color:#838383;font-weight:400}.email-info .email-info-content span{font-size:18px;font-weight:700}.social-media-list{display:flex;flex-direction:column;gap:10px;margin-top:10%}.social-media-list-title{display:flex;gap:10px;align-items:center}.social-media-list-title .rect{width:25px;background-color:var(--text-color);height:2px}.social-media-list-title h4{font-size:12px;font-weight:500}.social-media-list .social-media-container{display:flex;gap:12px}.social-media-list .social-media-container a{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:5px;background-color:var(--primary-color-10)}.social-media-list .social-media-container a svg path{color:var(--primary-color)}.services-el-mejor-trato{padding:80px 15vh;display:flex;flex-direction:column;align-items:center}.services-el-mejor-trato h1{font-size:50px;font-weight:500}.cards-el-mejor-trato{display:flex;flex-direction:row;justify-content:space-evenly;align-content:center;align-items:center;width:100%;margin-top:3%}.card-el-mejor-trato h2{color:var(--primary-color);text-align:center}.card-el-mejor-trato p{margin-left:3%}.card-el-mejor-trato svg{width:24px;height:24px;margin-right:10px}.card-el-mejor-trato svg path{color:var(--primary-color)}@media screen and (max-width: 450px){.container-el-mejor-trato{padding:50px 5vh;flex-wrap:wrap;justify-content:flex-start}.container-form-elmejortrato{margin-top:10%}.services-el-mejor-trato{padding:80px 5vh;align-items:flex-start;width:100%}.cards-el-mejor-trato{flex-wrap:wrap}.card-el-mejor-trato{margin-bottom:3%}.card-el-mejor-trato h2{text-align:center}}@media screen and (max-width: 650px){.container-el-mejor-trato{padding:50px 5vh;flex-wrap:wrap;justify-content:flex-start}.container-form-elmejortrato{margin-top:10%}.services-el-mejor-trato{padding:80px 5vh;align-items:flex-start;width:100%}.cards-el-mejor-trato{flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.card-el-mejor-trato{margin-bottom:3%}.card-el-mejor-trato h2{text-align:center}}@media screen and (max-width: 900px){.container-el-mejor-trato{padding:50px 15vh;flex-direction:column}.services-el-mejor-trato{padding:80px 5vh;width:100%}.container-form-elmejortrato{margin-top:10%}.cards-el-mejor-trato{gap:20px}}@media screen and (max-width: 1150px){.container-el-mejor-trato{padding:50px 30px;flex-direction:column}.hero-assist-h1{font-size:50px}.container-form-elmejortrato p{font-size:16px}.services-el-mejor-trato{padding:80px 5vh;width:100%}.container-form-elmejortrato{margin-top:10%}.cards-el-mejor-trato{gap:20px}.hero-content-left{padding-left:0vw;margin-top:5%}}.about-us{padding:11vh 5vw;background-color:#2495571a;padding-bottom:50px}.about-us h2{padding:50px 0;color:var(--text-color);font-size:40px;text-align:center}.about-us-content{display:flex;justify-content:center;gap:100px}.about-us-content div{height:min-content}.about-us-content div img{width:419px;height:340px}.info-about-us{display:flex;flex-direction:column;gap:50px;max-width:600px}.info-about-us p{line-height:24px;font-size:16px}.reasons-to-chose{background-color:var(--primary-color);border-radius:20px;padding:15px 15px 30px;height:min-content}.reasons-to-chose h3{color:#fff;margin-bottom:30px;font-size:28px}.reasons-to-chose ul{list-style-type:none;display:flex;flex-direction:column;gap:30px}.reasons-to-chose ul li{color:#fff;display:flex;gap:10px}.reasons-to-chose ul li svg path{color:#fff}.reasons-to-chose ul li svg polyline{color:#fff}@media screen and (max-width: 1300px){.about-us-content div img{width:400px}}@media screen and (max-width: 1200px){.about-us-content{display:flex;flex-direction:column;align-items:center;gap:0}}@media screen and (max-width: 750px){.about-us-content div img{display:none}}@media screen and (min-width: 1400px){.ourServices{padding:100px 15vw!important}}.ourServices{padding:75px 5vw;background:linear-gradient(0deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.8) 100%),#249557;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.servicesContainer{display:flex;justify-content:center;align-items:flex-start;padding:0 8px;gap:40px}.ourServices h2{text-align:center;font-size:28px}.ourServices p{text-align:center}.servicesContainer div{display:flex;flex-direction:column;align-items:center}.servicesContainer div svg{font-size:24px}.btn-assist{display:flex;height:56px;padding:0 48px;justify-content:center;align-items:center;gap:14px;border-radius:15px;width:40%;margin-top:2%;cursor:pointer;font-size:24px;font-weight:500;letter-spacing:1.2px;text-transform:capitalize}.elipse-main{position:absolute;top:0;left:10%;transform:translate(-50%,-50%);z-index:0}@media screen and (max-width: 700px){.servicesContainer div svg{font-size:16px}.servicesContainer div span{font-size:14px}.servicesContainer{display:flex;justify-content:center;gap:40px}.ourServices{padding:50px 5vw}}@media screen and (max-width: 500px){.servicesContainer div span{font-size:12px}.servicesContainer{display:flex;justify-content:center;gap:20px}}@media screen and (max-width: 450px){.arrow-right{display:none}.servicesContainer{display:flex;justify-content:center;gap:5px}}.clientReview{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;text-align:center;padding:75px 5vw}.info-review{display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:1200px}.info-review h2{text-align:center;font-size:28px;margin-bottom:2%}.quote{font-style:italic;font-size:22px;margin-top:2%;margin-bottom:2%}.authorReview{font-weight:600;margin-bottom:10%;font-size:24px}.info-review .quotes svg{font-size:50px;margin-top:20%;margin-bottom:2%}.info-review .quotes svg path{color:var(--primary-color)}.container-arrow-icon svg{display:flex;width:36px;height:36px;margin-left:300%}@media screen and (max-width: 1400px){.container-arrow-icon svg{margin-top:2%;margin-left:0%}}@media screen and (max-width: 700px){.clientReview{padding:50px 5vw}.quote{font-size:18px}}@media screen and (min-width: 1400px){.frecuentQuestions{padding:100px 15vw!important}}.frecuentQuestions{padding:50px 5vw}.frecuentQuestions h2{font-size:40px;text-align:center;margin-bottom:50px}.frecuentQuestionsList{display:flex;gap:10px;flex-direction:column}.frecuentQuestionsList .question{display:flex;justify-content:space-between;align-items:center;padding:24px 48px;gap:20px;cursor:pointer}.frecuentQuestionsList .questionSelected{display:flex;justify-content:space-between;border:1px solid var(--primary-color);box-shadow:0 6px 16px #24955730;border-radius:15px;padding:24px 48px;gap:20px;cursor:pointer}.frecuentQuestionsList .questionSelected svg{font-size:40px}.frecuentQuestionsList .question svg{font-size:34px}.frecuentQuestionsList .questionSelected svg{font-size:34px}.frecuentQuestionsList .questionSelected svg path{color:var(--primary-color);font-size:34px}.frecuentQuestionsList .question svg path{color:var(--primary-color);font-size:34px}.frecuentQuestions .frecuentQuestionsList .questionSelected h3{color:var(--primary-color);margin-bottom:1%}@media screen and (max-width: 700px){.frecuentQuestions h2{font-size:32px}.frecuentQuestionsList .question,.frecuentQuestionsList .questionSelected{padding:24px}.frecuentQuestions .frecuentQuestionsList .questionSelected h3,.frecuentQuestions .frecuentQuestionsList .question h3{font-size:16px}.frecuentQuestions .frecuentQuestionsList .questionSelected p{font-size:14px;margin-top:10px}}@media screen and (min-width: 1400px){.contact{padding:100px 15vw!important}}.contact{padding:75px 5vw}.contact h2{font-size:40px;text-align:center;margin-bottom:50px}.contactMediaList{display:flex;gap:20px;justify-content:space-between}.contactMediaList span{display:flex;flex-direction:column;align-items:center;gap:5px}.contactMediaList span svg{font-size:24px}.contactMediaList span span{font-weight:500}.cofaContact{display:flex;flex-direction:column;align-items:center;width:380px;gap:25px}.cofaContact img{width:200px}.socialMediaList{display:flex;justify-content:space-around;width:100%}.socialMediaList svg path:hover{color:var(--primary-color)}.linkRedirect{color:var(--primary-color)}.contactInfoItem{display:flex;margin:100px 0 50px;justify-content:space-between}.contactInfoItem .cofaContact{display:flex;flex-direction:column}.links{display:flex;gap:20px}.contactMap{width:400px;height:150px;border-radius:10px;background-color:gray}.contactListLink{display:flex;justify-content:space-between;margin:40px 0}.contactListLink a{color:#404040;font-weight:500}.contactListLink a:hover{color:var(--primary-color);font-weight:500;text-decoration:underline}.border-footer{border-top:var(--primary-color) 3px solid!important;height:3px;width:100%;background-color:var(--primary-color);margin-bottom:50px;display:block}.contact-box{border-top:3px solid var(--primary-color);box-shadow:3px 3px 5px #17944f40;padding:12px;border-radius:5px;max-width:500px}.contact-box-special{border-top:3px solid rgb(250,116,116)}.contact-box p{font-weight:300;font-size:14px}@media screen and (max-width: 950px){.contact,.contact .contactMediaList{display:flex;flex-direction:column}.contact .contactInfoItem{display:flex;flex-direction:column;align-items:center;gap:50px}}@media screen and (max-width: 750px){.contactListLink{flex-direction:row;flex-wrap:wrap;text-align:center;row-gap:30px}.contactListLink .contact-box{flex-basis:48%}.contact-box-special{width:90%!important}.contact-box a{font-size:17px!important}.contactListLink{flex-direction:column;align-items:center}.contact-box-special{margin:auto}.contact{padding-bottom:20px}}@media screen and (max-width:550px){.contactListLink a{font-size:14px}}@media screen and (max-width:500px){.contactListLink{flex-direction:column;align-items:center}.contact-box-special{margin:auto}.contactListLink .contact-box{width:200px}}@media screen and (max-width:450px){.contact .contactInfoItem .contactMap{width:100%}.contactListLink a{font-size:16px}.contactListLink{flex-direction:column;align-items:center;gap:25px}.contact .contactInfoItem .cofaContact{width:100%}.contact .contactInfoItem .cofaContact .links{flex-direction:column;align-items:center}}.terms-list-container{padding:75px 5vw}.terms-list{list-style-type:decimal;display:flex;flex-direction:column;gap:30px;padding-left:10px}.subterm-list{padding:20px;display:flex;flex-direction:column;gap:30px;list-style-type:upper-alpha}.subsubterm-list{padding:20px;display:flex;flex-direction:column;gap:30px;list-style-type:upper-roman}.terms-list li::marker{color:var(--primary-color)!important}.terms-header{padding:75px 5vw}.terms-header p{line-height:32px}.terms-title{color:var(--text-color);font-size:40px;text-align:center;margin-bottom:48px}.terms-header div{display:flex;justify-content:center;margin-top:48px;margin-bottom:48px}.terms-header div a svg{font-size:30px}.terms-header div a svg path{color:var(--primary-color)}.footer-terms-points{font-size:20px;margin-top:2%}.footer-terms-points p{margin-top:1%}.policies-list-container{padding:75px 5vw;text-align:justify}.policies-header{padding:75px 5vw}.policies-header p{line-height:32px}.policies-title{color:var(--text-color);font-size:40px;text-align:center;margin-bottom:48px}.policies-list{padding:20px;display:flex;flex-direction:column;gap:30px;list-style-type:upper-alpha}.p-after-title{text-align:justify}@media screen and (max-width:400px){.policies-list h2{font-size:20px;text-align:start}}.explore-multiassist-header{display:flex;flex-direction:column;gap:30px}.explore-multiassist-header h2{font-size:54px}.price{font-size:70px;color:var(--primary-color);font-weight:700}.use-container{padding:100px 5vw;display:flex;justify-content:space-around;gap:10%}.use-container h1{font-size:50px;font-weight:500}.cards-container-use{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.divider{width:500px;height:2px;opacity:.12;background:#303030;margin-top:3%;margin-bottom:3%;justify-content:flex-start}.use-info{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:5%;margin-bottom:5%}.use-info h2{margin-left:3%}.use-info p{margin-left:8%}.use-info svg{width:40px;height:40px}.use-info svg path{color:var(--primary-color)}.img-container{width:100%}@media screen and (min-width: 1400px){.use-container{padding:100px 15vw!important}}@media screen and (max-width: 950px){.use-container{display:flex;flex-wrap:wrap}.use-container h1{font-size:40px;font-weight:500}.use-info p{margin-left:5%}.use-img-points{display:none}}@media screen and (max-width:550px){.use-container{display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row}.use-container h1{font-size:30px;font-weight:500;display:flex}.use-info p{margin-left:9%;font-size:18px}.use-img-points{margin-top:5%}}@media screen and (max-width:450px){.use-container{justify-content:center;flex-wrap:wrap;flex-direction:row;margin-top:0%;padding-top:20px}.use-img-points{display:none}.divider{width:350px}.cards-container-use{margin-top:3%}.use-info-container{width:90%}.use-info h2{font-size:20px}.use-info p{font-size:16px;margin-left:11%}}.accreditation-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;gap:10%;align-items:baseline}.div-info p{font-size:20px}.accreditation-container h1{font-size:50px;font-weight:500;margin-bottom:5%}.accreditation-info{display:flex;justify-content:flex-start;align-items:center;padding-bottom:30px}.accreditation-info svg{width:30px;height:30px}.accreditation-info svg path,polyline{color:var(--primary-color)}.accreditation-info p{width:90%;font-size:20px}.accreditation-info svg{margin-right:20px;color:var(--primary-color)}.divisor-info{width:100%;height:1px;background-color:#17003466;display:block}@media screen and (min-width: 1400px){.accreditation-container{padding:100px 15vw!important}.div-info{width:60%}}@media screen and (max-width: 900px){.accreditation-container{padding:50px 5vw;flex-wrap:wrap}.div-cards{margin-top:10%}}@media screen and (max-width: 450px){.accreditation-container{padding:50px 5vw;flex-direction:column;justify-content:flex-start}.div-info{width:100%}.div-cards{width:100%;margin-top:10%}}.shape{position:absolute;right:3px;z-index:-1;width:35%}.redeem-container{padding:100px 5vw;display:flex;flex-direction:column;flex-wrap:nowrap}.exchange{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:10%}.exchange h1{font-size:50px;font-weight:500;width:40%}.exchange-cards{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:10%;width:60%}.restrictions{margin-top:5%;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start}.restrictions h2{font-size:30px;font-weight:500;margin-bottom:3%}.info-card-exc{display:flex;width:310px;padding:24px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border-top:3px solid var(--primary-color);background:#ffffff;box-shadow:3px 3px 5px #17944f40}.restrictions-cards{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:4%}.background-icon-redeem{width:48px;height:48px;border:3px solid var(--primary-color);padding:10px;display:inline-block;flex-shrink:0;border-radius:15px;opacity:.5}.icon{width:24px;height:24px}@media screen and (min-width: 1400px){.redeem-container{padding:100px 15vw}.exchange-cards .info-card-exc{width:calc(50% - 10px)}.restrictions-cards .info-card-exc{width:calc(25% - 10px)}}@media screen and (max-width: 900px){.exchange{flex-wrap:wrap;width:80%}.exchange>h1{width:100%}.exchange-cards{width:100%;margin-top:3%}.restrictions-cards{flex-wrap:wrap}.info-card-exc{margin-top:3%}}@media screen and (max-width: 450px){.shape{display:none}.redeem-container{padding:50px 5vw;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.exchange{flex-wrap:wrap;width:100%}.exchange h1{font-size:35px}.exchange-cards{flex-direction:column}.exchange-cards .info-card-exc{margin-top:5%;width:100%}.restrictions-cards{flex-wrap:wrap;flex-direction:column}.restrictions-cards .info-card-exc{margin-top:5%;width:100%}}.value-container{padding:100px 15vw;display:flex;flex-direction:row;gap:10%;justify-content:space-between}.info{width:70%}.info h1{font-size:50px;font-weight:500;margin-bottom:3%}.info p{margin-bottom:5%}.btn-refer{font-size:20px;cursor:pointer}.btn-refer svg path{color:#fff}.cards-value-points{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;width:1080px}.style-card{display:flex;flex-basis:45%;padding:15px;gap:16px;align-items:center}.style-card h2{font-size:20px}.style-card>div{display:flex;flex-direction:column;gap:10px;width:70%}.style-card svg{width:48px;height:48px}.style-card svg path{color:var(--primary-color)}.container-btn-temrs{display:flex;justify-content:center;align-items:center}.btn-terms{background:#F0F5FF;cursor:pointer;width:auto}.btn-terms svg path{width:24px;height:24px;color:var(--primary-color)}@media screen and (min-width: 1400px){.value-container{padding:100px 15vw!important}}@media screen and (max-width: 950px){.value-container{padding:50px 5vw;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.cards-value-points{display:flex;flex-direction:row}.style-card{margin-top:5%}.info{width:100%}}@media screen and (max-width:450px){.value-container{padding:50px 5vw;display:flex;flex-direction:column;align-items:center}.cards-value-points{flex-direction:column;align-items:center;width:100%}.style-card{width:90%}.info{width:100%}.info h1{font-size:40px;font-weight:500;margin-bottom:3%}}.container-work{padding:40px 10vw;display:flex;background-color:#eafaf1}.info-work{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:80%;margin-right:10%}.info-work p{margin-top:3%;margin-bottom:3%}.btn-work{border:none;width:261px;font-size:20px;cursor:pointer}.container-form-work{padding:40px 15vw}.bg-form-work{position:absolute;z-index:-1;top:0;left:0;width:100vw}.info-work-form{display:flex;flex-direction:column;align-items:center;text-align:center}.info-work-form h1,.info-work-form p{color:#fff;width:80%;margin-bottom:2%}.info-work-form h1{font-size:60px;font-weight:500}.info-work-form p{font-weight:500}@media screen and (max-width:900px){.container-work{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.container-work img{margin-top:10%}.info-work{width:100%}.bg-form-work{width:200vw}}@media screen and (max-width:550px){.quejas-sugerencias{padding:20px}.bg-form-work{width:300vw}}@media screen and (max-width:350px){.bg-form-work{width:400vw}.info-work{margin-right:0%;align-items:center}.container-work img{width:80%}}#multiasistencia,#salud,#desempleo{text-align:center!important;font-size:42px!important;margin-bottom:30px!important;padding-top:6%!important}.price-strong{font-size:52px;color:var(--primary-color);font-weight:700}.price-assist{text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.description-assist{text-align:center;font-size:20px}.go-to-terms{background-color:#f0f5ff;border-radius:5px;color:var(--primary-color);padding:7px;display:flex;align-items:center;justify-content:center;width:500px;margin:auto auto 50px;gap:10px}.go-to-terms svg path{color:var(--primary-color)}@media screen and (max-width: 700px){.go-to-terms{width:80%}}.terms-list-container h1{font-size:54px;text-align:center;margin-bottom:20px}.terms-list-container p{margin-bottom:20px}.terms-list{display:flex;flex-direction:column;gap:20px}.terms-first{list-style-type:upper-alpha}.terms-title-first{color:var(--primary-color);text-decoration:underline 1px var(--primary-color);margin-right:10px}.terms-list-second{padding-left:20px;flex-direction:column;display:flex;gap:20px;margin-bottom:10px;margin-top:20px}.terms-title-second{font-weight:700;margin-right:10px;text-decoration:underline}.exclusiones-title{color:var(--primary-color);font-size:16px;font-weight:400;margin-top:20px;margin-bottom:20px}.exclusiones-list{list-style-type:upper-alpha;padding-left:20px}@media screen and (max-width: 600px){.terms-list-second,.terms-list,.exclusiones-list{padding-left:10px}}.container-error{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;text-align:center;margin-top:5%}.container-error h2{margin-top:2%}.container-error p{margin:2%}.email-error{color:var(--primary-color);font-weight:600;font-size:18px;margin-right:4%}.tel-error{color:var(--primary-color);font-weight:600;font-size:18px;margin-left:4%}
