.home{max-width:100vw;height:100vh;color:var(--secundary)}.home__background{width:100%;height:100%;background:url(/assets/landing-background.png) no-repeat center/100%}.home__about{display:flex;padding:30px 0;justify-content:space-evenly;align-items:center}.home__about__title{font-size:40px;text-align:center}.home__about__description{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:justify;gap:40px;width:48%}.home__about__text{display:flex;flex-direction:column;justify-content:center;gap:16px;font-size:18px;line-height:24px}.home__about__picture{display:flex;justify-content:center;align-items:center;padding:10px;background:var(--quaternary);border-radius:50%}.home__purpose{display:flex;flex-direction:column;margin-top:40px}.home__purpose__title{text-align:center;font-size:40px}.home__purpose__img{height:100vh;padding:0 120px}.purpose__img{height:100%}.home__purpose__description{display:flex;padding-left:40px;gap:40px}.home__purpose__types{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:28px;gap:150px}.purpose__type__animals,.purpose__type__environment,.purpose__type__health{text-align:center;padding-bottom:10px;width:100%;background:url(/assets/line.png) no-repeat bottom/90% 4px}.purpose__type__animals,.purpose__type__health{position:relative;right:180px}.purpose__type__background{background-color:var(--primary);border-radius:30px;padding:0 10px}.home__purpose__text{background:url(/assets/cow-background.png) no-repeat center/100%;height:100vh;position:relative;margin-bottom:-82px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.purpose__text{padding:0 0 0 40px;font-size:24px;line-height:40px;color:var(--white)}@media only screen and (max-width:1400px){.home__purpose__img{padding:0 20px}}@media only screen and (max-width:1220px){.home__background{background-position:center top 76px;height:62vw}}@media only screen and (max-width:980px){.home__background{height:66vw}.home__about__picture-img{width:80%;height:50%}.home__about{padding:10px}}@media only screen and (max-width:900px){.home__about{flex-direction:column;gap:30px;padding:0 40px}.home__about__description{width:100%}.home__purpose__description{display:flex;padding-left:0}}@media only screen and (max-width:860px){.home__purpose__text{background-position:bottom}.purpose__text{font-size:20px}}@media only screen and (max-width:800px){.home__background{background-position:center top 60px;height:66vw}.home__purpose__description{flex-direction:column;align-items:center;gap:20px}.home__purpose__types{gap:80px}.home__purpose__text{background-position:top;padding-bottom:20px;margin-top:20px}.purpose__text{font-size:18px;line-height:38px}.home__purpose__text{height:72vw}}@media only screen and (max-width:720px){.home__background{height:66vw}.home__about__description{gap:30px}.home__about__title,.home__purpose__title{font-size:32px}.home__purpose__types{font-size:22px}}@media only screen and (max-width:680px){.home__background{background-position:center top 60px;height:68vw}.purpose__text{font-size:16px;line-height:28px;padding-left:20px}}@media only screen and (max-width:570px){.home__background{height:70vw}.home__purpose__text{padding-bottom:30px}.home__about__title,.home__purpose__title{font-size:28px}.purpose__text{font-size:16px;line-height:22px}.purpose__type__animals,.purpose__type__environment,.purpose__type__health{font-size:20px;width:80%;text-align:end}}@media only screen and (max-width:500px){.home__background{background-position:center top 54px}.home__about__description{gap:20px}.home__about__title,.home__purpose__title{font-size:24px}.home__about__text,.purpose__type__animals,.purpose__type__environment,.purpose__type__health{font-size:16px}.home__purpose__text{padding-bottom:50px}.purpose__text{font-size:14px}.home__purpose__img{height:100%}.purpose__img{width:100%;height:100vw}}@media only screen and (max-width:450px){.home__background{height:74vw}.home__about{margin-top:-10px}.purpose__type__animals,.purpose__type__environment,.purpose__type__health{width:90%}.home__purpose__text{margin-top:10px;padding-bottom:60px}.purpose__text{font-size:12px;padding-left:10px}}@media only screen and (max-width:430px){.home__background{background-position:center top 50px}}@media only screen and (max-width:380px){.home__background{height:78vw}.home__about{padding:0 20px}.purpose__text{line-height:16px}}@media only screen and (max-width:330px){.purpose__type__animals,.purpose__type__environment,.purpose__type__health{width:99%}.home__purpose__text{justify-content:flex-start;padding-top:16px}.purpose__text{line-height:15px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Condensed,sans-serif;list-style:none;border:none;background:none;text-decoration:none;color:inherit;--primary: #81B289;--secundary: #223929;--tertiary: #780083;--quaternary: #81B2897D;--formBackground: #81B28999;--InputFormaBakground: #E6ECEB;--modalBackground: #2239293a;--white: #FFFF;--gray: #c4c9c8;--btnNavMobile: #9ec4a6;--shadow: 0px 4px 4px rgba(0, 0, 0, .25)}input,textarea,select:focus{outline:none}.header{width:100vw;display:flex;justify-content:space-between;position:fixed;top:0;z-index:1;background:url(/assets/background-header.png) no-repeat center/100% 100%;padding:10px 20px 20px}.header__logo{width:120px;height:105px;padding:20px 0 10px 20px}.header__navbar{display:flex;align-items:center;gap:20px;padding-right:40px;margin-top:-10px}.header__navbar-icon{color:var(--secundary);display:none}.header__navbar-section{display:flex;align-items:center;gap:40px}.header__navbar__item{cursor:pointer;font-size:16px;color:var(--white);padding-bottom:2px}.active-navbar-item{color:var(--secundary);font-weight:700;border-bottom:2px solid var(--secundary)}.divisor{border-right:2px solid var(--secundary);padding-right:20px}.purple-btn{background-color:var(--tertiary);border-radius:25px;padding:4px 10px;box-shadow:var(--shadow)}.header__navbar__item__icon{display:none}@media only screen and (max-width:960px){.header__navbar{display:none}.header__navbar-section{width:100%;flex-direction:column;align-items:flex-start;gap:20px;padding:40px 0;border-bottom:1px solid var(--secundary);border-top:1px solid var(--secundary)}.header__navbar__link{width:100%}.gradient{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:10px 10px 10px 20px;text-align:right;border-radius:6px;box-shadow:var(--shadow);background-image:linear-gradient(to right,var(--btnNavMobile),var(--primary));width:100%}.header__navbar-icon{display:block;position:relative;z-index:1;top:18px;right:30px;width:38px;height:38px}.navbar-mobile{height:100%;display:flex;flex-direction:column;align-items:flex-end;position:fixed;top:80px;right:0;padding:20px 16px;background-color:var(--primary);box-shadow:-2px 44px 4px #00000040}.header__navbar__item__icon{display:block;color:var(--secundary);width:20px;height:20px}.btn-register{padding:10px 54px;border-radius:6px}}@media only screen and (max-width:800px){.header{padding:5px}.header__logo{padding-top:10px;width:110px;height:85px}.navbar-mobile{top:64px;box-shadow:-2px 3vw 4px #00000040}}@media only screen and (max-width:550px){.navbar-mobile{top:60px;box-shadow:-2px 16px 4px #00000040}}@media only screen and (max-width:500px){.header{height:86px}.header__logo{padding:0;position:relative;top:4px;left:8px;width:90px;height:70px}.header__navbar-icon{top:14px;right:16px}.navbar-mobile{box-shadow:-2px 2vw 4px #00000040}}@media only screen and (max-width:420px){.header{height:80px;padding-top:0}.header__logo{z-index:1;top:0;left:0}.navbar-mobile{top:40px;right:0;box-shadow:-2px 20px 4px #00000040;padding-top:40px}}@media only screen and (max-width:420px){.navbar-mobile{box-shadow:-2px 24px 4px #00000040}}@media only screen and (max-width:420px){.navbar-mobile{box-shadow:-2px 26px 4px #00000040}}@media only screen and (max-width:300px){.navbar-mobile{box-shadow:-2px 20vw 4px #00000040}}.footer{position:relative}.footer__idealizers-section{min-height:100px;background:url(/assets/background-footer.png) no-repeat center/100% 100%;padding:20px 50px 10px;display:flex;flex-direction:column;gap:30px}.footer__top{margin-top:50px;display:flex;justify-content:space-between;margin-right:20px}.footer__idealizers-title{color:var(--white);padding-bottom:2px;border-bottom:2px solid var(--primary);margin-left:20px}.footer__contact{position:fixed;bottom:50px;right:50px}.contact-btn{color:var(--white);height:min-content;cursor:pointer;box-shadow:var(--shadow)}.footer__idealizers-section__imgs{display:flex;justify-content:space-between}.idealizers-img{width:80px;height:80px;border-radius:50%;margin:0 10px}.footer__logo{border-top:2px solid var(--primary);display:flex;flex-direction:column;align-items:center;padding:20px;margin:20px 25px 0;gap:10px}.footer__logo-img{width:100px;height:auto}.footer__copyright{font-size:12px;color:var(--secundary)}.aling{display:flex;justify-content:space-between}@media only screen and (max-width:1090px){.footer__contact{bottom:20px;right:50px}.footer__idealizers-section{padding-top:0}}@media only screen and (max-width:800px){.footer__contact{bottom:20px;right:30px}.footer__idealizers-section{padding:0 40px 14px}.footer__idealizers-title{font-size:14px}.footer__logo-img{width:70px}}@media only screen and (max-width:650px){.footer__idealizers-section{padding:0 20px 14px}.idealizers-img{width:60px;height:60px}.footer__logo-img{width:60px}.footer__top{margin-top:35px}}@media only screen and (max-width:500px){.footer__idealizers-section{padding:0 10px 10px}.idealizers-img{margin:0 5px}.footer__idealizers-title{margin-left:5px}.footer__top{margin-right:10px;margin-top:20px}}@media only screen and (max-width:460px){.footer__idealizers-section{gap:16px}.footer__idealizers-title,.contact-btn{font-size:12px}.idealizers-img{width:55px;height:55px}.footer__logo{margin-top:10px}}@media only screen and (max-width:400px){.footer__idealizers-section{background:url(/assets/background-footer.png) no-repeat center/100% 90%;gap:10px}.idealizers-img{width:50px;height:50px}.idealizers-img{margin:0 2px}.footer__logo{margin-top:4px;padding:10px 20px}}@media only screen and (max-width:330px){.footer__contact{right:10px}}.modal-container{position:absolute;right:80px;bottom:40px;z-index:1;box-shadow:var(--shadow)}.modal-contact{width:280px;border-radius:6px;height:370px;background-color:var(--white);color:var(--secundary)}.title-contact{font-size:20px;text-align:center;padding:25px 15px 15px}.form-contact{display:flex;flex-direction:column;align-items:center;gap:14px}.input__modal-contact{width:225px;height:30px;border-radius:6px;padding-left:16px;background-color:var(--InputFormaBakground);color:var(--tertiary);box-shadow:var(--shadow)}.message__modal-contact{all:unset;box-sizing:border-box;width:225px;height:115px;border-radius:6px;padding:8px 16px;color:var(--tertiary);background-color:var(--InputFormaBakground);box-shadow:var(--shadow)}.button__modal-contact{width:225px;height:44px;border-radius:6px;margin-bottom:15px;background-color:var(--primary);color:var(--white);font-size:20px;cursor:pointer}.button__modal-contact:hover{opacity:.9}.button__modal-contact:hover{background-color:#6c9a74}.close-modal__modal-contact{position:absolute}.close-modal-icon__modal-contact{cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:var(--tertiary);position:relative;left:-36%;bottom:15px}.icon__close__modal-contact{width:18px;height:18px}.spanErro{margin:8px 0;color:red}@media only screen and (max-width:420px){.modal-container{right:30px}.close-modal-icon__modal-contact{width:40px;height:38px}}@media only screen and (max-width:360px){.modal-container{right:0}.close-modal-icon__modal-contact{width:38px;height:36px}}.success__container{height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:10px;color:var(--secundary)}.title-success{font-size:18px;text-align:center}.background-image-ok__modal-success{background-color:#81b289;width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center}.icon-ok__modal-success{width:60px}.subtitle-success{font-size:18px}.logo-go-vegan__modal-success{width:80px}.recipes__main{display:flex;flex-direction:column;gap:60px;align-items:center;text-align:center;padding:30px 80px;color:var(--secundary);margin-top:130px}.recipes__select-section{display:flex;justify-content:center;gap:20px}.options-divisor{font-size:30px;color:var(--tertiary)}.recipes-section{width:100%;display:flex;justify-content:center;gap:30px;flex-wrap:wrap}@media only screen and (max-width:650px){.recipes__title{font-size:28px}}@media only screen and (max-width:600px){.recipes__main{padding:10px 40px;gap:40px}.recipes__title{font-size:24px}}@media only screen and (max-width:550px){.recipes__main{margin-top:100px}.recipes__title{font-size:22px}.recipes__select-section{gap:10px}}@media only screen and (max-width:350px){.recipes__main{margin-top:90px}.recipes__title{font-size:16px}}.btn__component{width:160px;cursor:pointer;color:var(--white);font-size:16px;padding:5px 30px;border-radius:35px;box-shadow:var(--shadow)}.btn__component:hover{opacity:.9;scale:1.04;transition:all .2s ease-in-out}@media only screen and (max-width:600px){.btn__component{width:140px;font-size:14px}}@media only screen and (max-width:350px){.btn__component{width:120px;font-size:14px;padding:5px 0}}.card{max-width:200px;width:100%;color:var(--secundary);border-radius:12px;box-shadow:var(--shadow);padding:10px 16px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:16px}.card:hover{transform:scale(1.04);box-shadow:0 5px 5px #0000004d;transition:all .3s ease-in-out}.card__img{width:100%;height:180px;border-radius:12px}.card__infos{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.card__info__title{font-size:20px;font-weight:700}.card__info__item{padding-top:5px}.card__info__icon{padding:5px 0 10px}@media only screen and (max-width:600px){.card__info__title{font-size:18px}.card__info__item{font-size:14px}}.search{width:100%;max-width:400px;position:relative}.search-input{height:40px;width:100%;background-color:var(--primary);border-radius:40px;padding:0 20px;box-shadow:var(--shadow);color:var(--secundary)}.search-input:focus{outline:none}.search-input::placeholder{color:var(--secundary)}.search-icon{position:absolute;top:2px;right:2px;background:var(--tertiary);padding:4px;border-radius:50%;box-shadow:var(--shadow)}.search-icon:hover{scale:1.09;transition:all .2s ease-in-out}.main_blog{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;margin-top:140px;padding:0 20px;color:var(--secundary)}.h1_blog{text-align:center}.group_news{display:flex;justify-content:space-evenly;align-items:center;gap:20px;flex-wrap:wrap;width:90%}.news{display:flex;flex-direction:column;justify-content:center;align-items:center}.news-img,.news-text{width:350px;margin-bottom:10px}.banner_blog{display:flex;justify-content:center;flex-direction:column;align-items:center;background:url(./assets/banner.png) no-repeat center/100%;width:100%;height:100vh;position:relative;z-index:-2;margin-top:50px;margin-bottom:-380px}.banner_title{width:1184px;height:60px;font-weight:500;font-size:64px;line-height:60px;text-align:center;margin-bottom:50px;color:#fff}.banner_text{width:1031px;height:150px;font-weight:400;font-size:28px;line-height:35px;color:#fff}@media only screen and (max-width:600px){.main_blog{margin-top:110px;gap:30px}.h1_blog{font-size:28px}.group_news{display:flex;justify-content:space-evenly;align-items:center;gap:0;flex-wrap:wrap;width:90%}}@media only screen and (max-width:500px){.main_blog{gap:20px;padding:0 40px}.h1_blog{font-size:24px}}@media only screen and (max-width:380px){.main_blog{padding:0 20px}}.nutrition__main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px;padding:50px 30px;margin-top:130px}.nutrition__title,.nutrition__subtitle,.nutrition__info{color:var(--secundary)}@media only screen and (max-width:880px){.nutrition__main{margin-top:100px}}@media only screen and (max-width:630px){.nutrition__main{gap:30px;margin-top:90px}.nutrition__subtitle{font-size:20px}.nutrition__title{font-size:24px}}@media only screen and (max-width:590px){.nutrition__main{padding:30px 20px 20px;margin-top:85px}.nutrition__subtitle{font-size:16px}.nutrition__title{font-size:20px}.nutrition__info{font-size:12px}}.food-card{width:70%;display:flex;flex-direction:column;gap:20px;color:var(--secundary)}.food-card__name{font-size:20px;font-weight:700;text-align:start}.food-card__info{display:flex;justify-content:space-between;gap:20px;padding-bottom:10px;border-bottom:2px solid var(--secundary)}@media only screen and (max-width:880px){.food-card{width:98%}}@media only screen and (max-width:630px){.food-card__name{text-align:center;font-size:18px}.food-card__info{display:grid;grid-template-columns:repeat(2,1fr);font-size:14px}}.partners__main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px;padding:30px 80px;color:var(--secundary);margin-top:130px}.partners__section{width:100%;display:flex;justify-content:center;gap:30px;flex-wrap:wrap}@media only screen and (max-width:630px){.partners__main{gap:30px;margin-top:100px}.partners__subtitle{font-size:22px}.partners__title{font-size:28px}}@media only screen and (max-width:590px){.partners__main{padding:30px 20px 20px;gap:20px;margin-top:80px}.partners__subtitle{font-size:17px}.partners__title{font-size:24px}}.register{width:100vw;min-height:100vh;background:url(/assets/register-background.png) no-repeat center;display:flex;justify-content:end;padding-top:100px}.register__form{width:50%;padding-right:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.form__inputs{display:flex;max-width:564px;width:100%;flex-direction:column;gap:16px;background-color:var(--formBackground);padding:18px 34px 28px;box-shadow:var(--shadow);border-radius:8px}.register__form__title{text-align:center;font-size:28px;color:var(--secundary)}.input{background-color:var(--white);box-shadow:var(--shadow);border-radius:6px;padding:16px 40px;color:var(--tertiary);font-size:16px}.error-msg{text-align:center;color:red}.register__form__button{background-color:var(--tertiary);color:var(--white);font-size:22px;font-weight:700;letter-spacing:.04em;cursor:pointer}.register__form__button:hover{opacity:.8}@media only screen and (max-width:1029px){.form__inputs{padding:30px}.register__form__title{font-size:28px}.register__form__button{font-size:18px}}@media only screen and (max-width:880px){.register__form__title{font-size:26px}.form__inputs{gap:16px}}@media only screen and (max-width:800px){.register{height:min-content;background:url(/assets/register-background.png) no-repeat left top 100% auto;flex-direction:column}.register__form{width:100%;padding:30px}.form__inputs{max-width:100%;border-radius:0}}@media only screen and (max-width:630px){.register{padding-top:80px}}@media only screen and (max-width:550px){.register{justify-content:center}}@media only screen and (max-width:380px){.register__form{padding:20px}}@media only screen and (max-width:355px){.register__form__title{font-size:24px}}@media only screen and (max-width:335px){.register__form{padding:10px}.register__form__title{font-size:22px}.form__inputs{padding:34px 20px 20px}}.success-msg__register{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;background-color:var(--secundary);font-size:20px;color:var(--white);padding:8px 20px;border-radius:6px;box-shadow:var(--shadow)}.check-icon{background-color:var(--primary);border-radius:50%;padding:2px}.adm-template{display:grid;grid-template-columns:250px 1fr;margin-top:90px}.main-adm__navbar{background-color:var(--gray);margin-bottom:-82px;padding-top:70px}.column_recipes,.column_partners{display:flex;justify-content:center;align-items:center;width:99%;height:60px;background:#FFFFFF;box-shadow:0 4px 4px #81b289;border-radius:0 8px 8px 0;margin-bottom:10px;font-weight:400;font-size:24px;line-height:59px;text-align:center;color:#223929;cursor:pointer}.main-adm{display:flex;flex-direction:column;width:100%;height:min-content;color:var(--secundary);justify-content:center;align-items:center;padding:20px;margin-top:50px;gap:20px}.content_RegisterPartners{width:80%}.main-adm__list__title{font-size:44px;text-align:center}.plus-icon{position:fixed;bottom:50px;right:50px;background-color:var(--secundary);padding:4px;border-radius:50%;box-shadow:var(--shadow);cursor:pointer}.card-list__sectiom{width:100%;display:flex;align-items:center;margin-top:20px}@media only screen and (max-width: 1100px){.plus-icon{bottom:20px;right:20px}}@media only screen and (max-width: 800px){.main-adm{gap:10px}.main-adm__list__title{margin-top:10px}}@media only screen and (max-width: 550px){.main-adm{padding:30px}.main-adm__list__title{font-size:34px}.plus-icon{width:45px;height:45px}}@media only screen and (max-width: 410px){.main-adm__list__title{gap:50px}}@media only screen and (max-width: 350px){.main-adm__list__title{font-size:32px}.main-adm__list__title{gap:20px}}.card-list{width:70%;display:flex;justify-content:space-between;font-size:20px;padding-bottom:8px;border-bottom:1px solid var(--secundary)}@media only screen and (max-width: 550px){.card-list{width:100%}.card-list__item{font-size:17px;margin-left:10px}}.container__confirm-modal{min-width:120vw;height:100vh;background-color:var(--modalBackground);position:fixed;z-index:1;top:0}.confirm-modal{background-color:var(--primary);padding:10px 40px;border-radius:6px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;position:fixed;top:50%;right:calc(50% - 119px)}.confirm-modal__title{color:var(--secundary);font-size:24px}.confirm-modal__options{display:flex;justify-content:space-evenly;color:var(--white)}.confirm-modal__options__icon{background-color:var(--secundary);border-radius:50%;padding:4px;cursor:pointer}@media only screen and (max-width: 800px){.adm-template{display:flex;flex-direction:column;margin:5% auto auto}.main-adm__navbar{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;padding:90px 50px 20px}.column_recipes,.column_partners{width:49%;border-radius:6px}.main-adm{width:100%;padding-top:40px}.column_recipes,.column_partners{z-index:0}}@media only screen and (max-width: 600px){.main-adm__navbar{padding:80px 20px 10px}.column_recipes,.column_partners{font-size:18px}}.login-adm{max-width:100vw;height:100vh;background-color:var(--formBackground);display:flex}.login-adm__img{width:50%;height:100%;background:url(/assets/adm-background.png) no-repeat center/100% 100%}.login-adm__form{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px;text-align:center;color:var(--secundary)}.input-adm{background-color:var(--white);box-shadow:var(--shadow);height:68px;width:400px;border-radius:6px;padding:10px 40px;color:var(--tertiary);font-size:16px}.login-adm__form__button{background-color:var(--tertiary);color:var(--white);font-weight:700;letter-spacing:.1em;cursor:pointer}.login-adm__form__button:hover{opacity:.8}@media only screen and (max-width:880px){.input-adm{width:90%}}@media only screen and (max-width:800px){.login-adm{height:max-content;flex-direction:column}.login-adm__img{background:url(/assets/adm-background.png) no-repeat top/100%;width:100%;height:90vh}.login-adm__form{width:100%;padding:20px 0}}@media only screen and (max-width:500px){.login-adm__img{height:60vh}}@media only screen and (max-width:400px){.login-adm__form__title{font-size:26px}}.main_RegisterPartners{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin:20px 0}.content_RegisterPartners{width:70%}.h1_RegisterPartners{display:flex;justify-content:center;align-items:center;width:100%;height:73px;font-weight:700;font-size:43.5px;line-height:82px;text-align:center;letter-spacing:.02em;color:var(--secundary);margin-top:30px;margin-bottom:20px}.form_RegisterPartners{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.input_RegisterPartners{width:100%;background:var(--InputFormaBakground);box-shadow:var(--shadow);border-radius:6px;padding:10px;font-weight:400;font-size:20px;text-align:center;letter-spacing:.04em;color:var(--secundary)}.btn_RegisterPartners{all:unset;width:100%;display:flex;align-items:center;justify-content:center;background:var(--tertiary);box-shadow:var(--shadow);border-radius:6px;font-weight:700;font-size:24px;line-height:58px;text-align:center;letter-spacing:.04em;color:var(--white);margin-top:20px;cursor:pointer}.btn_RegisterPartners:hover{opacity:.9}.url-warning_RegisterPartners{color:red}@media only screen and (max-width:875px){.content_RegisterPartners{width:90%}}@media only screen and (max-width:800px){.main_RegisterPartners{margin-top:60px}.h1_RegisterPartners{font-size:40px}}@media only screen and (max-width:500px){.h1_RegisterPartners{font-size:34px;margin:20px 0 0}.input_RegisterPartners{font-size:16px}.btn_RegisterPartners{font-size:20px;height:50px}}@media only screen and (max-width:380px){.h1_RegisterPartners{font-size:30px}.btn_RegisterPartners{font-size:16px;margin-bottom:0}}@media only screen and (max-width:335px){.h1_RegisterPartners{font-size:26px}.btn_RegisterPartners{font-size:16px}}.main_RegisterRecipes{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin:20px 0 0}.content_RegisterRecipes{width:70%}.h1_RegisterRecipes{display:flex;justify-content:center;align-items:center;width:100%;height:73px;font-size:46px;font-weight:700;line-height:82px;text-align:center;letter-spacing:.02em;color:var(--secundary);margin-top:30px;margin-bottom:20px}.form_RegisterRecipes{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.input_RegisterRecipes{width:100%;background:var(--InputFormaBakground);box-shadow:var(--shadow);border-radius:6px;padding:10px;font-weight:400;font-size:20px;text-align:center;letter-spacing:.04em;color:var(--secundary)}.text-area_RegisterRecipes{width:100%;height:14%;background:var(--InputFormaBakground);color:var(--secundary);box-shadow:var(--shadow);border-radius:6px;font-weight:400;font-size:20px;line-height:58px;padding-top:15px;text-align:center;letter-spacing:.04em}.btn_RegisterRecipes{all:unset;width:100%;display:flex;align-items:center;justify-content:center;background:var(--tertiary);box-shadow:var(--shadow);border-radius:6px;font-weight:700;font-size:24px;line-height:58px;text-align:center;letter-spacing:.04em;color:var(--white);margin-top:20px;cursor:pointer}.btn_RegisterRecipes:hover{opacity:.9}.url-warning_RegisterRecipes{color:red}@media only screen and (max-width:875px){.content_RegisterRecipes{width:90%}}@media only screen and (max-width:800px){.main_RegisterRecipes{margin-top:40px;padding:20px 0}.h1_RegisterRecipes{font-size:40px}}@media only screen and (max-width:520px){.h1_RegisterRecipes{font-size:38px}}@media only screen and (max-width:440px){.h1_RegisterRecipes{font-size:32px;margin:20px 0 0}.input_RegisterRecipes,.text-area_RegisterRecipes{font-size:16px}.btn_RegisterRecipes{font-size:20px;height:50px}}@media only screen and (max-width:380px){.h1_RegisterRecipes{font-size:30px}.btn_RegisterRecipes{font-size:16px;margin-top:0}}@media only screen and (max-width:355px){.h1_RegisterRecipes{font-size:26px}.btn_RegisterRecipes{font-size:16px}}.recipe-complete{margin-bottom:50px;color:var(--secundary)}.recipe-complete__image-container{height:100%}.recipe-complete__image{width:100%}.recipe-complete__icon{position:fixed;top:30%;left:50px;padding:5px;color:var(--secundary);background-color:var(--primary);border-radius:50%}.recipe-complete__title{text-align:center;font-size:35px;margin:31.5px}.recipe-complete__subtitle{font-size:25px}.recipe-complete__preparation{max-width:741.94px;margin:auto;padding:0 40px}.recipe-complete__ingredients{border-top:3px solid #223929;margin-top:12px;padding-top:51px;padding-bottom:51px}.recipe-complete__item{padding:10px;word-wrap:break-word;white-space:pre-wrap}.recipe-complete__preparation-mode{border-top:3px solid #223929;margin-top:12px;padding:25px 0 0 17px;word-wrap:break-word;white-space:pre-wrap}@media only screen and (max-width:600px){.recipe-complete__image{background-position:bottom 30px}.recipe-complete__title{font-size:30px}.recipe-complete__subtitle{font-size:20px}}@media only screen and (max-width:500px){.recipe-complete__title{font-size:25px}.recipe-complete__subtitle{font-size:17px}}
