@font-face{font-family:Neo-sans-std;src:url("../src/fonts/neo-sans-std/Neo Sans Std Regular.otf") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Biryani;src:url(/assets/Biryani-Regular-C2dsRirN.ttf) format("woff2");font-weight:700;font-style:normal}:root{--title: "Neo-sans-std", sans-serif;--alt: "Neo-sans-std-medium", sans-serif;--text: "Biryani", sans-serif;--negro: #171717;--blanco: #F8F3F0;--verde: #007447;--amarillo: #F1CC02;--gradient: linear-gradient(86deg, rgba(0, 116, 71, 1) 0%, rgba(241, 204, 2, 1) 100%)}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-image:-webkit-gradient(linear,left bottom,left top,from(#007447),to(#007447));background-image:-webkit-linear-gradient(bottom,#007447 0%,#007447 100%);background-image:linear-gradient(to top,#007447,#007447)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f8f3f0}.inicio{width:100%;min-height:100vh}.inicio-title{width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;padding-left:5rem}.inicio-title h1{z-index:1;color:var(--negro);font-family:var(--title);font-size:clamp(4rem,1rem + 3.3333vw,5rem);font-weight:500;line-height:10vh;-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}.inicio-title_line{position:relative;height:3px;width:200px;background:var(--gradient);margin:.5rem 0;-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}.inicio-title h4{position:relative;font-family:var(--text);font-size:clamp(1.3rem,.7rem + .6667vw,1.5rem);font-weight:400;max-width:750px;-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}.inicio-title h4 span{font-style:italic;font-weight:450}.inicio-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;border:0;outline:0px;color:var(--negro);width:200px;padding:9px;border-radius:5px;position:relative;overflow:hidden;cursor:pointer}.liquid{background-color:var(--amarillo);width:200px;height:70px;position:absolute;bottom:0;left:0;box-shadow:inset 5px -5px 25px #fe3,inset -5px 0 25px #fe3}.liquid:after{content:"";width:450px;height:400px;background:#f8f3f0b3;z-index:1;position:absolute;left:-110px;top:-380px;border-radius:45%;animation:animate 5s linear 2s infinite}.liquid:before{content:"";width:450px;height:400px;background-color:#ffe500;z-index:1;position:absolute;left:-110px;top:-380px;border-radius:40%;animation:animate 5s linear 1.8s infinite}.btn-txt{position:relative;z-index:1;font-size:1.5rem;font-family:var(--title);font-weight:400}.inicio .slider-rsp{display:none}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1440px){.inicio-title{padding:0 3rem}.inicio-title h1{font-size:clamp(3rem,.5301rem + 3.8554vw,4rem);line-height:10vh}.inicio-title h4{max-width:450px}.inicio-btn{width:150px}.btn-txt{font-size:1.2rem}}@media (max-width: 1250px){.inicio h1{line-height:7vh}}@media (max-width: 1025px){.inicio .slider{display:none}.inicio .slider-rsp{display:flex}.inicio h1{font-size:clamp(2.5rem,1.0058rem + 3.1128vw,3rem);color:var(--blanco);font-weight:600;letter-spacing:1px;line-height:6vh}.inicio h4{color:var(--blanco);font-size:1.3rem}.inicio-title{padding:1rem}.liquid:after{background:#f8f3f0b3}}@media (max-width: 480px){.inicio h1{font-size:clamp(2rem,1.0058rem + 2.1128vw,2.5rem);line-height:5vh}}.navbar{position:relative;z-index:10;width:100%;background:transparent;height:100px;padding:1rem 5rem 0}.navbar main{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.navbar picture{width:140px;height:auto}.navbar picture img{width:100%;height:auto;object-fit:cover}nav{display:flex;flex-direction:row;align-items:flex-end;gap:1rem}nav a{text-decoration:none;font-family:var(--text);font-size:1.3rem;font-weight:400;color:var(--negro);transition:all ease-in-out .3s}nav a:hover{color:var(--amarillo);transition:all ease-in-out .3s}.burguer{display:none}@media (max-width: 1440px){.navbar{padding:1rem 3rem 0}}@media (max-width: 1250px){.navbar{padding:1rem 2rem}}@media (max-width: 1025px){.navbar{padding:1rem;background:var(--verde);position:fixed;top:0;min-width:100%;height:80px;z-index:999}.navbar picture img{width:100px;height:auto}nav a,nav section p{color:var(--blanco);font-size:1.2rem}.burguer{display:flex}.menu{position:fixed;transform:translate(-100%);transition:transform .3s initial;top:0;left:0;text-align:center;padding:1rem 0}.menu.open{background:var(--verde);z-index:1000;transform:translate(0);position:fixed;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;left:0;top:80px}}.toggle{position:relative;width:40px;height:40px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition-duration:.5s}.toggle .bars{width:100%;height:4px;background-color:var(--blanco);border-radius:4px}.toggle #bar1,.toggle #bar3{width:100%}.toggle.open #bar2{transition-duration:.8s}.toggle.open .bars{position:absolute;transition-duration:.5s}.toggle.open #bar2{transform:scaleX(0);transition-duration:.5s}.toggle.open #bar1{width:100%;transform:rotate(45deg);transition-duration:.5s}.toggle.open #bar3{width:100%;transform:rotate(-45deg);transition-duration:.5s}.toggle.open{transition-duration:.5s;transform:rotate(180deg)}.fade-slider{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:0}.fade-slide{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.fade-slide.visible{opacity:1;z-index:1}.empresa{min-height:100vh;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:3rem 5rem;gap:3rem;background-image:url(/bg.webp);background-position:center;background-size:cover;background-repeat:repeat;background-attachment:fixed}.empresa picture{width:600px;height:auto}.empresa picture img{width:100%;height:100%;object-fit:cover}.empresa article{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.empresa article h2{font-family:var(--title);font-size:clamp(2.5rem,.7821rem + 2.6816vw,4rem);font-weight:400;color:var(--negro);text-align:center}.empresa-line{height:3px;width:200px;background:var(--gradient);margin:.5rem 0}.empresa article p{font-family:var(--text);font-size:clamp(1.1rem,.8709rem + .3575vw,1.3rem);font-weight:400;max-width:700px;text-align:center}.empresa article p span{font-style:italic;font-weight:450}@media (max-width: 1440px){.empresa{padding:3rem 1rem;gap:1rem}.empresa article p{max-width:550px}}@media (max-width: 1025px){.empresa{padding:3rem 1.5rem;flex-direction:column-reverse;gap:3rem}.empresa article p{max-width:580px;font-size:1.2rem}.empresa picture{max-width:550px;width:auto;height:auto}}@media (max-width: 768px){.empresa{padding:5rem 1rem}.empresa article h2{font-size:2.2rem;font-weight:600;letter-spacing:1px}.empresa article p{max-width:600px;font-size:1.1rem}}@media (max-width: 480px){.empresa article h2{font-size:1.8rem}.empresa article p{max-width:95%;font-size:1rem}}.productos{min-height:100vh;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:1.5rem;background-color:var(--verde)}.productos .content{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 1.5rem}.content h2{font-family:var(--title);font-size:clamp(2.5rem,.7821rem + 2.6816vw,4rem);font-weight:400;color:var(--blanco)}.productos-line{height:3px;width:200px;background:var(--gradient)}.content p{font-family:var(--text);font-size:clamp(1.1rem,.8709rem + .3575vw,1.3rem);color:var(--blanco);max-width:700px;text-align:center}.content p span{font-family:var(--title)}.sumar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.content .sumar h4{font-family:var(--title);font-size:clamp(1.3rem,1.0709rem + .3575vw,1.5rem);font-weight:500;color:var(--blanco)}.sumar a{text-decoration:none;font-family:var(--title);font-size:1.2rem;font-weight:500;color:var(--negro);background:var(--amarillo);padding:.7rem 1.5rem;border-radius:5px;border:0;transition:all ease-in-out .5s}.content .motivos{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:3rem;margin:1rem 0}.content .motivos div{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.motivos picture{width:170px;height:auto}.motivos picture img{width:100%;height:100%;object-fit:cover}.motivos h4{font-family:var(--title);font-weight:400;font-size:1.1rem;color:var(--blanco)}.productos aside{position:relative;width:50%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.productos aside video{width:100%;height:100%;object-fit:cover}@media (max-width: 1440px){.productos .content{gap:1rem;padding:3rem 1rem}.content .motivos{gap:2rem}.motivos picture{width:140px;height:auto}.sumar a{font-size:1.1rem}}@media (max-width: 1295px){.content p{max-width:500px}}@media (max-width: 1250px){.motivos picture{width:100px;height:auto}.motivos h4{font-size:1rem}}@media (max-width: 1025px){.productos{flex-direction:column;height:auto}.productos .content{width:100%}.productos aside{min-height:auto;width:100%;height:100%}}@media (max-width: 768px){.productos .content{padding:5rem 1rem}.content h2{font-size:2.2rem;font-weight:600;letter-spacing:1px}.content p{font-size:1.1rem;max-width:600px}.motivos h4{font-size:.9rem;text-align:center}}@media (max-width: 480px){.productos .content{padding:5rem .7rem}.content h2{font-size:1.9rem}.motivos h4{font-size:.7rem}.content p{max-width:100%;font-size:1rem}.content .sumar h4{text-align:center;font-size:1.1rem}.sumar a{font-size:1.2rem}}.servicios{width:100%;height:70vh;padding:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.servicios-card{width:90%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-image:url(/servicios.webp);background-position:center;background-size:cover;border-radius:7px}.servicios-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;width:100%;height:100%;border:1px solid var(--blanco);padding:2.5rem;border-radius:3.5px;background-color:#17171780}.servicios-card h2{font-family:var(--title);font-size:clamp(3rem,2rem + 2.0833vw,4.5rem);font-weight:400;color:var(--blanco);text-align:center}.servicios-content .line{width:700px;height:2px;background:var(--gradient)}.servicios-card h4{font-family:var(--text);font-size:clamp(1.4rem,1.2rem + .4167vw,1.7rem);color:var(--blanco)}@media (max-width: 1440px){.servicios{padding:3rem}.servicios-card{width:100%;max-height:500px}.servicios-content .line{width:600px;height:2px}}@media (max-width: 1250px){.servicios{padding:3rem 1.5rem}.servicios-card{max-height:400px}.servicios-content{padding:1rem}}@media (max-width: 1250px){.servicios-content{gap:1rem}.servicios-content h2{font-size:2.5rem}.servicios-content h4{font-size:1.3rem}}@media (max-width: 768px){.servicios{padding:5rem 0}.servicios-card{width:100%;border-radius:0}.servicios-content{padding:1.5rem;gap:.8rem}.servicios-content h2{font-size:2.2rem}.servicios-content h2 br{display:none}.servicios-content h2{max-width:480px;font-weight:600;letter-spacing:1px}.servicios-content .line{width:400px;height:2px}.servicios-content h4{font-size:1.2rem}}@media (max-width: 480px){.servicios{padding:5rem 0}.servicios-card{width:100%;max-height:100%;height:100%}.servicios-content h2{font-size:1.8rem;max-width:100%}.servicios-content .line{width:300px;height:2px}.servicios-content h4{font-size:1.2rem;max-width:300px}}.map{width:100%;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.map-container{width:100%;height:60vh}.map iframe{width:100%;height:100%;object-fit:cover;border:0}.contacto{width:100%;height:fit-content;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.contacto .data{height:100%;width:55%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:0 5rem}.data .logo{justify-self:flex-start;width:180px;height:auto}.data .logo img{width:100%;height:100%;object-fit:cover}.data h5{font-family:var(--text);font-size:clamp(1rem,.8rem + .4167vw,1.3rem);max-width:800px}.data .info{font-family:var(--text);display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem;padding:1rem 0}.data .info .col{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:1.5rem}.data .info .col div{min-height:50px}.data .info img{width:30px;height:auto}.data .info a{text-decoration:none;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.7rem}.data .info p{font-family:var(--title);font-size:clamp(.9rem,.7667rem + .2778vw,1.1rem);font-weight:600;color:var(--negro)}.data .line{height:2px;width:100%;background:var(--gradient);margin-bottom:1rem}.data .copy{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-family:var(--text);font-size:clamp(.7rem,.5rem + .4167vw,1rem);color:var(--negro)}.data .copy p br{display:none}.data .copy p a{font-family:var(--title);text-decoration:none;color:var(--verde);font-weight:600}.contacto form{padding:3rem;width:45%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;background:var(--verde)}.form-title{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.form-title h4{font-family:var(--title);font-size:clamp(2.5rem,1.8333rem + 1.3889vw,3.5rem);font-weight:400;color:var(--blanco)}.form-title p{font-family:var(--text);font-size:clamp(1rem,.8667rem + .2778vw,1.2rem);font-weight:400;color:var(--blanco)}.form-data{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}.personal-data{width:100%;display:flex;flex-direction:row;gap:1rem}.form-data input{width:100%;padding:.5rem;background:#f8f3f066;border:none;color:var(--blanco);font-size:1rem}.form-data input::placeholder{width:100%;color:var(--blanco);font-family:var(--text);font-size:clamp(.9rem,.8333rem + .1389vw,1rem)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-data select{width:100%;background:#f8f3f066;padding:.5rem;color:var(--blanco);font-family:var(--text);font-size:clamp(.9rem,.8333rem + .1389vw,1rem)}.form-data option{color:var(--negro)}.form-data select::placeholder{color:var(--blanco)}.form-data textarea{min-width:100%;max-width:100%;width:100%;max-height:200px;min-height:200px;height:200px;background:#f8f3f066;border-radius:5px;font-family:var(--text);font-size:clamp(.9rem,.8333rem + .1389vw,1rem);padding:1rem;color:var(--blanco)}.form-data textarea::placeholder{font-family:var(--text);font-weight:400;font-size:1rem;color:var(--blanco)}.contacto form button{font-family:var(--title);font-size:1.2rem;font-weight:500;padding:.5rem 1.5rem;border-radius:5px;border:none;background:var(--amarillo);color:var(--negro);cursor:pointer}@media (max-width: 1440px){.data .logo img{width:130px;height:auto}.contacto .data{padding:1rem 2rem;gap:1rem}.data .info img{width:25px;height:auto}.data .info{gap:1rem;padding:1rem 0}.contacto form{padding:2rem}}@media (max-width: 1025px){.contacto{min-height:fit-content;flex-direction:column-reverse;padding:0rem 0rem 1rem;gap:3rem}.contacto .data{width:100%;padding:0 1rem}.contacto form{width:100%}.contacto form h4{font-weight:600;letter-spacing:1px}}@media (max-width: 768px){.contacto .data{gap:1.5rem}.contacto form{padding:1.5rem}.contacto form h4{font-size:2.2rem}}@media (max-width: 510px){.contacto form{padding:1rem}.contacto form p{font-size:1.1rem;max-width:300px}.contacto .data .info{flex-direction:column;gap:.5rem}.contacto .data .info .col{gap:.5rem}}@media (max-width: 480px){.contacto .data h5{font-size:1rem;max-width:92%}.contacto .data .copy p br{display:flex}.contacto .data .copy p{font-size:.9rem}}
