:root{--bakcground-footer:#40403F;--font-primary:"KoHo", sans-serif}html{scroll-behavior:smooth;font-size:62.5%;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit;margin:0;padding:0;list-style:none;text-decoration:none}[class*=__contentall]{display:block;width:95%;max-width:120rem;margin:0 auto}@media(min-width: 1022px){[class*=__contentall]{max-width:140rem}}body{font-family:var(--font-primary);font-weight:400;font-size:1.6rem;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}a{font-family:var(--font-primary);color:#fff}button{font-family:var(--font-primary) !important}.stick{width:100%;height:auto;position:relative}@media(min-width: 1022px){.stick{position:relative}}.header-nav{width:100%;padding:.5rem 0;--alto:7rem;height:auto;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:999}.header-nav__contentall{display:flex;flex-direction:column}@media(min-width: 1022px){.header-nav__contentall{flex-direction:row;position:sticky}}.header-nav__parent{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem}@media(min-width: 1022px){.header-nav__parent{padding:0}}.header-nav__brand-img{flex:2;z-index:999}.header-nav__label{position:relative;z-index:999;display:flex;flex-direction:column;gap:.5rem}.header-nav__iconnav{display:flex;gap:1rem;height:inherit}@media(min-width: 1022px){.header-nav__iconnav{display:none}}.navbar{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5rem;text-decoration:none;padding:5rem 0rem;min-height:auto;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;color:#fff;position:fixed;transform:translateY(-100%);display:none}@media(min-width: 1022px){.navbar{min-height:7rem;display:flex;position:static;flex-direction:row;flex:8;height:7rem;justify-content:flex-end;align-items:center;transform:translate(0%);background:rgba(0,0,0,0) !important;padding:0}}.navbar ul{display:flex;flex-direction:column;align-items:flex-start;gap:3rem;padding-top:3rem}@media(min-width: 1022px){.navbar ul{gap:1.5rem;padding-top:1.5rem;flex-direction:row;align-items:center}}.navbar__subdrop div{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.navbar__subdrop:hover .navbar__subdrop-icon{stroke:rgba(242,146,28,.8705882353)}.navbar__list-Content{padding-top:0;height:100%;display:flex;align-items:center;justify-content:center;padding-bottom:1.5rem}.navbar__subdrop-desplegable{display:block;border:none;background:rgba(0,0,0,0);color:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;cursor:pointer;display:flex;margin-top:-0.2rem;font-family:var(--font-primary)}.navbar__subdrop-desplegable:hover{color:#f2d020}.navbar__subdrop-desplegable--flex{margin-top:0rem;flex-direction:column;align-items:flex-start}@media(min-width: 1022px){.navbar__subdrop-desplegable--flex{align-items:center;margin-bottom:-1rem;margin-right:-0.5rem}}.navbar__subdrop-desplegable-text{display:flex;justify-content:center;align-items:center}.navbar__link{font-weight:600;color:#fff}.navbar__btn1{all:unset;cursor:pointer}.navbar__btn1 a{color:#fff}@media(min-width: 1022px){.navbar__btn1{color:#f2d020;font-weight:600}}.navbar__btn2{all:unset;width:60%;background:#f2911c;opacity:.95;height:4.2rem;padding:0 3.2rem;color:#fff;border-radius:.5rem;transition:transform .4s;display:flex;justify-content:center;align-items:center;gap:.8rem;cursor:pointer}.navbar__btn2:hover{transform:scale(1.02);opacity:1}.navbar__btn2 a{display:flex;align-items:center;justify-content:center;gap:1rem}.navbar__btn2 a:hover{color:#fff}@media(min-width: 1022px){.navbar__btn2{width:auto}}:where(#visible-nav:checked+.navbar){display:flex !important;top:0;left:0;animation:bg-nav .5s forwards;position:relative}.header-nav__label{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center}.labelHamburger{width:4rem;height:4rem;display:flex;flex-direction:column;gap:.5rem}.icon-hamger{width:2.5rem;height:.2rem;background-color:#fff;position:relative;border-radius:.5rem;transition:transform .2s}.icon-hamger2{width:2.5rem;height:.2rem;background-color:#fff;position:relative;border-radius:.5rem;transition:transform .2s}.icon-hamger2::after{content:"";display:block;position:absolute;width:65%;height:.2rem;background:#fff;bottom:-0.65rem;right:0;border-radius:.8rem}@keyframes bg-nav{100%{transform:translateX(0%);background-color:#000}}.header-nav{background:#212123;background:linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);backdrop-filter:blur(0px);transition:background-color .3s ease,backdrop-filter .3s ease}.header-nav.scrolled{background:#40403f}.subdrop{position:static;background-color:rgba(0,0,0,0);padding:1.5rem 2.5rem;border-radius:1rem;color:#fff;display:flex;flex-direction:column;gap:.8rem;opacity:1}@media(min-width: 1022px){.subdrop{opacity:0;background-color:#40403f;top:-100%;z-index:-1;position:fixed}}.subdrop li{display:flex;gap:.5rem;cursor:pointer;transition:transform .3s}.subdrop li:hover{color:#f2d020;transform:scale(1.01)}.subdrop__link{font-weight:500;color:#fff}.navbar__subdrop{display:block;display:flex;flex-direction:column;justify-content:flex-start}.navbar__subdrop.active{color:#f2d020}.navbar__subdrop.active .navbar__subdrop-icon{stroke:#f2d020}.navbar__subdrop.active .subdrop{top:95% !important;z-index:1;opacity:1;transition:top .3s ease-out,opacity .25s .1s,z-index 2s 1s;flex-direction:column;align-items:flex-start}@media(min-width: 1022px){.navbar__subdrop.active .subdrop{margin-left:-2rem}}.header-nav.active::before{content:"";position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(4,4,9,.479);z-index:-1;transition:opacity .3s ease}.subdrop__link{cursor:pointer}.subdrop__link:hover{cursor:pointer}.header-nav__label.active>.icon-hamger{transform:translateY(0.3rem) rotate(-45deg)}.header-nav__label.active>.icon-hamger2::after{display:none}.header-nav__label.active>.icon-hamger2{transform:translateY(-0.4rem) rotate(45deg)}.section-Start{width:100%;height:53.3rem;color:#fff;text-align:center;padding:5rem 0;background-image:url(/Assets/Images/EQUIPO\ 1.webp);background-repeat:no-repeat;background-size:cover;background-position:top}@media(min-width: 768px){.section-Start{background-image:url(/Assets/Images/EQUIPO_desktop.webp)}}.section-Start__contentall{height:100%;display:flex;flex-direction:column}.section-Start__title{font-size:3.3rem;line-height:1.2;text-wrap:balance}.section-Start__paragraph{height:min-content;margin:5rem 0}@media(min-width: 1022px){.section-Start__mobile{display:none}}.section-Start__desktop{display:none}@media(min-width: 1022px){.section-Start__desktop{display:flex;margin:0 auto;scale:.85}}.section-Start__btn{all:unset;display:block;width:70%;margin:0 auto;height:4rem;border-radius:.5rem;margin-top:auto;background:linear-gradient(90deg, #F2911C 117.64%, #EC6317 220.31%);cursor:pointer}@media(min-width: 1022px){.section-Start__btn{width:22rem}}.footer{width:100%;min-height:72.2rem;background:var(--bakcground-footer);color:#fff;--width-content:90%;--padding-list:1rem}@media(min-width: 768px){.footer{min-height:auto}}@media(min-width: 1022px){.footer{min-height:auto;padding-bottom:2rem}}.footer__grid{width:var(--width-content);display:grid;grid-template-areas:"c1" "c2" "c3";grid-template-rows:1fr auto auto;padding:6rem 3rem;gap:1rem;margin:0 auto}@media(min-width: 768px){.footer__grid{grid-template-areas:"c1 c2 c3";grid-template-columns:2fr 1fr 1fr;grid-template-rows:unset;padding:6rem 0;gap:3rem}}@media(min-width: 1022px){.footer__grid{place-items:start;place-content:start}}.footer__col1{grid-area:c1;justify-self:center;text-align:center}@media(min-width: 1022px){.footer__paragrahps{text-align:left}}.footer__col1-contact{width:fit-content;display:flex;gap:1rem;margin:0 auto;padding-top:1.5rem;align-items:center}@media(min-width: 768px){.footer__col1-contact{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;align-self:flex-start;margin-bottom:-4rem;margin-top:2rem;margin-right:auto}}.footer__solucions{width:100%;grid-area:c2;padding:var(--padding-list);justify-self:start}@media(min-width: 1022px){.footer__solucions{display:flex;flex-direction:column;padding-left:30%}}.footer__solucions-des{display:block;width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem}@media(min-width: 768px){.footer__solucions-des svg{display:none}}@media(min-width: 1022px){.footer__solucions-des svg{display:none}}@media(min-width: 1022px){.footer__solucions-des{width:fit-content;text-align:left}}.footer__solucions-des+input{display:none}.footer__list{display:block;max-height:0;visibility:hidden;opacity:0;transition:max-height .5s,visibility .4s,opacity .4s}@media(min-width: 768px){.footer__list{all:unset}}@media(min-width: 1022px){.footer__list{all:unset}}.footer__list-hiden:checked+.footer__list{max-height:12rem;visibility:visible;opacity:1}.footer__caracteris{grid-area:c3;padding:var(--padding-list);align-self:self-start;justify-self:star}.footer__solucions-item a{color:#fff}.footer__caracteris-item a{color:#fff}.footer__line{width:100%;height:.2rem;background-color:#fff;margin:2rem auto}.footer__copy{display:flex;justify-content:flex-end}@media(min-width: 1022px){.footer__copy{justify-content:center}}.footer__powerby{text-align:center;margin-top:-1rem;margin-bottom:2rem}.footer__telf-link{color:#fff}.footer__copyContent{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media(min-width: 768px){.footer__copyContent{all:unset;display:flex;flex-direction:row;justify-content:center}}@media(min-width: 1022px){.footer__copyContent{justify-content:space-around}}.footer__socials{margin:0 auto;display:flex;gap:2rem;padding-bottom:2.5rem}@media(min-width: 768px){.footer__socials{margin:0}}.modal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;background-color:rgba(51,51,51,.3607843137);display:flex;--opacity:0;--pointer:none;opacity:var(--opacity);pointer-events:var(--pointer);transition:opacity .5s background-color,.5s}.modal__container{margin:auto;background-color:#40403f;width:90%;max-width:60rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:1rem;padding:2rem 3rem;color:#fff}.modal__title{font-size:1.9rem;color:#f2d020}.modal.active{--opacity:1;opacity:1;--pointer:auto;transition:opacity .5s,background-color .5s}.modal__container.active{--opacity:1;--pointer:auto;animation:show 1s forwards;transition:opacity .5s,background-color,.5s}@keyframes show{0%{transform:translateY(-150vh)}100%{transform:translateY(0)}}.modal_paragraph{margin-top:1em;margin-bottom:1em;line-height:1.5;text-align:center}.modal_close{display:block;width:100%;max-width:26.5rem;background:#f2911c;border:1px solid #f2911c;height:4.2rem;text-decoration:none;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:.6rem}.header-contact{width:100%;height:30rem;background-image:url(/Assets/Images/Contacto/header-contact-mobile.webp);background-repeat:no-repeat;background-size:cover}@media(min-width: 768px){.header-contact{background-image:url(/Assets/Images/Contacto/header-contact-desktop.png)}}.Contact-location{background:#f2f2f2}.Contact-location__contentall{width:85%;padding:5rem 0}@media(min-width: 1022px){.Contact-location__contentall{padding:1rem 0;padding-bottom:4rem}}.Contact-location__title{color:#40403f;font-size:2.4rem;padding-right:1rem;line-height:1.2}@media(min-width: 768px){.Contact-location__title{font-size:4rem;text-align:left}}.Contact-location__line{position:absolute;top:0;width:100%;height:1rem;background:#f2911c;border-top-left-radius:.8rem;border-top-right-radius:.8rem;display:none}@media(min-width: 768px){.Contact-location__line{border-top-right-radius:0}}.Contact-location__line--nonerd{border-radius:0}@media(min-width: 1022px){.Contact-location__line--nonerd{border-top-left-radius:.8rem}}.Contact-location__cotainer{margin-top:2rem;border-radius:1rem;position:relative;background:#fff;box-shadow:1px 1px 1px rgba(0,0,0,.068);overflow:hidden}@media(min-width: 768px){.Contact-location__cotainer{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto 1fr}}@media(min-width: 1022px){.Contact-location__cotainer{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto}}.Contact-location__cotainer-texts{display:flex;flex-direction:column;gap:2rem}@media(min-width: 768px){.Contact-location__cotainer-texts{height:min-content}}.Contact-location__cotainer-title{color:#f2911c}.Contact-location__cotainer-location{display:flex;gap:1rem;align-items:flex-start;cursor:pointer;padding:0 2rem;padding-bottom:1.5rem}@media(min-width: 1022px){#chimbote{grid-column:1/2;grid-row:2/3}}@media(min-width: 1022px){#lima{grid-column:1/2;grid-row:1/2}}#map,#map2{width:100%;height:0;max-height:0;overflow:hidden;transition:max-height .5s ease}@media(min-width: 768px){#map,#map2{height:40rem;transition:none}}@media(min-width: 1022px){#map,#map2{height:auto;transition:none}}@media(min-width: 768px){#map{grid-column:1/3;grid-row:2/3}}@media(min-width: 1022px){#map{grid-column:2/4;grid-row:1/3}}@media(min-width: 768px){#map2{grid-column:1/3;grid-row:2/3}}@media(min-width: 1022px){#map2{grid-column:2/4;grid-row:1/3}}#map.active{height:40rem;max-height:40rem}@media(min-width: 1022px){#map.active{height:auto;max-height:auto}}#map2.active{height:40rem;max-height:40rem}@media(min-width: 1022px){#map2.active{height:auto;max-height:auto}}.Contact-location__cotainer-texts-lima{padding:2rem 0 0 2rem;cursor:pointer}.Contact-location__cotainer-texts-chimbote{padding:2rem 0 0 2rem;cursor:pointer}.Contact-location__cotainer:has(#map.active)>#lima>.Contact-location__line{display:block}.Contact-location__cotainer:has(#map2.active)>#chimbote>.Contact-location__line{display:block}.Contact-location__cotainer:has(#map.active)>#chimbote>.Contact-location__line{display:none}.Contact-location__cotainer:has(#map2.active)>#lima>.Contact-location__line{display:none}.Contact-location__cotainer:has(#map2.active)>#chimbote{position:relative;background:#fef9f4}.Contact-location__cotainer:has(#map.active)>#lima{position:relative;background:#fef9f4}.Contact-Nosotros{background:#f2f2f2}.Contact-Nosotros__title{text-align:center;color:#40403f}@media(min-width: 768px){.Contact-Nosotros__title{font-size:4rem;text-align:left}}.Contact-Nosotros__contentall{padding:4.5rem 2rem 3.5rem 2rem;display:flex;flex-direction:column;gap:2.5rem}@media(min-width: 1022px){.Contact-Nosotros__contentall{display:grid;grid-template-columns:repeat(3, 1fr)}}.Contact-Nosotros__title-paragraph{color:#40403f;text-align:left;text-wrap:pretty}@media(min-width: 768px){.Contact-Nosotros__title-paragraph{font-size:1.9rem}}.Contact-Nosotros__info-content{display:flex;flex-direction:column;gap:.6rem}@media(min-width: 768px){.Contact-Nosotros__info-content{font-size:1.9rem}}@media(min-width: 768px){.Contact-Nosotros__info-tablet{display:flex;align-items:center;gap:3rem}}@media(min-width: 768px){.Contact-Nosotros__content-suport{display:flex;flex-direction:column;gap:.6rem;font-size:2rem}}.Contact-Nosotros__container-texts{display:flex;flex-direction:column;gap:1rem}@media(min-width: 1022px){.Contact-Nosotros__container-texts{gap:2.2rem;grid-column:1/3}}.Contact-Nosotros__content-phone{display:flex;align-items:center;gap:1rem;color:#40403f}.Contact-Nosotros__content-socials{display:flex;flex-direction:column;gap:.6rem}.Contact-Nosotros__horarios{display:flex;align-items:center;gap:1rem}@media(min-width: 768px){.Contact-Nosotros__horarios{font-size:2rem}}.Contact-Nosotros__horarios-span{font-weight:600}.Contact-Nosotros__subtitle{font-size:1.6rem;color:#40403f}@media(min-width: 768px){.Contact-Nosotros__subtitle{font-size:2rem}}.Contact-Nosotros__socials{display:flex;gap:1rem}.Contact-Nosotros__form{margin-top:2rem;background:#fff;backdrop-filter:blur(42px);border-radius:1rem;padding:2.5rem 2rem}.Contact-Nosotros__form-title{color:#f2911c;text-align:center;text-wrap:balance;font-size:1.8rem;line-height:1.2;padding-bottom:1rem}.Contact-Nosotros__form-subtitle{padding:1rem 0;text-align:center;font-size:1.5rem;color:#40403f}@media(min-width: 768px){.Contact-Nosotros__form-subtitle{font-size:1.7rem}}.Contact-Nosotros__form-paragraph{color:#40403f;text-align:center}.Contact-Nosotros__content-flex{padding-top:2rem;display:flex;flex-direction:column;gap:2rem}.Contact-Nosotros__input{display:block;width:100%;height:4rem;border:none;outline:1px solid #d3d8e7;border-radius:.8rem;padding:0 1rem;font-family:var(--font-primary)}.Contact-Nosotros__form-btn{display:block;border:none;background:linear-gradient(90deg, #F2911C 117.64%, #EC6317 220.31%);color:#fff;height:4rem;border-radius:.8rem;font-size:1.6rem}.Contact-Nosotros__footer{text-align:center;padding-top:2rem;color:#40403f;font-weight:400}.Contact-Nosotros__footer-paragraph{font-weight:500}.Contact-Nosotros__footer-span{color:#f2911c;font-weight:600}@media(min-width: 768px){.Contact-Nosotros img{width:4rem}}
