/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}@font-face{font-family:AcuminPro;src:url(/assets/fonts/Acumin-RPro.otf);font-weight:400;font-style:normal}@font-face{font-family:AcuminPro;src:url(/assets/fonts/acumin-pro-medium.otf);font-weight:500;font-style:normal}@font-face{font-family:AcuminPro;src:url(/assets/fonts/fonnts.com-Acumin_Pro_Semibold.otf);font-weight:600;font-style:normal}@font-face{font-family:AcuminPro;src:url(/assets/fonts/Acumin-BdPro.otf);font-weight:700;font-style:normal}@font-face{font-family:SofiaPro;src:url(/assets/fonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700;font-style:normal}@font-face{font-family:SofiaPro;src:url(/assets/fonts/Sofia%20Pro%20Black%20Az.otf);font-weight:900;font-style:normal}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:AcuminPro,sans-serif;font-weight:100}.negrita{font-weight:700}.titulos{text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-family:SofiaPro,sans-serif;display:flex}.titulos img{width:25px;height:25px;display:inline-block}.titulos h2{color:var(--verde);padding-bottom:8px;font-size:clamp(22px,1.22rem + .78vw,32px);position:relative}.titulos h2:after{content:"";border-bottom:2px solid var(--cafe);width:75%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.subtitulos{color:var(--obscuro);flex-direction:column;gap:3px;font-size:clamp(20px,1rem + 1.56vw,46px);display:flex}.texto-linea{text-transform:uppercase;color:#fff;flex-direction:row;align-items:center;gap:4px;font-size:clamp(8px,.43rem + .47vw,14px);font-weight:600;display:flex}.texto-linea .linea{border-bottom:3.5px solid var(--obscuro);width:12px}:root{--verde:#89bd34;--cafe:#b29f1d;--obscuro:#162518}.contenedor-header{width:100%;margin:auto}header{flex-direction:row;justify-content:space-between;align-items:center;max-height:120px;margin-bottom:-3px;display:flex}header .logo{order:2;width:230px;height:auto;margin-right:30px;display:inline-block}header .decoracion{order:1;width:50%;display:inline-block}header .decoracion img{width:auto;max-height:120px;overflow:hidden}@media screen and (width<=500px){header{margin-bottom:-5px}header .logo{width:120px;margin-right:10px}header .decoracion img{width:150px;height:auto}}.portada{background-color:#0000;background-image:linear-gradient(155deg,#b29f1d4a 30%,#b29f1d14 65%),url(/assets/fotos/recurso11.webp);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;grid-template-columns:1fr 1fr;height:50vh;min-height:500px;max-height:800px;margin-top:-1px;display:grid}.portada .informacion{flex-direction:column;justify-content:center;align-items:center;padding:0 10px;display:flex}.portada .informacion h1{text-align:center;color:#fff;width:300px;font-weight:700;display:inline-block}.portada .informacion .botones{align-items:center;gap:30px;display:flex}.portada .informacion .botones .boton{background:var(--verde);color:#fff;cursor:pointer;text-align:center;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:10px;width:200px;padding:10px 20px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.portada .informacion .botones .boton:nth-child(2){padding:13px 0;font-size:24px}.portada .informacion .botones .boton:hover{background:#7ba92e;border:1px solid #fffff480;transform:scale(1.08)}@media screen and (width<=768px){.portada{grid-template-columns:1fr}.portada .informacion .botones{justify-content:center;align-items:center;gap:35px;display:flex}.portada .informacion .botones .boton{gap:10px;width:150px;padding:10px 20px;font-size:12px;font-weight:300}.portada .informacion .botones .boton:nth-child(2){padding:13px 0;font-size:18px}}.encabezado{flex-direction:row;justify-content:center;display:flex;position:relative}.encabezado .decoracion{width:120px;height:120px;margin-right:0;display:inline-block;position:absolute;right:-30px}.encabezado .titulos{margin-top:20px;margin-bottom:30px}@media screen and (width<=500px){.encabezado .decoracion{right:-30px}.encabezado .decoracion img{width:100px;height:200px}}.contenido{flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}.contenido p{text-align:center;width:80%;font-size:clamp(12px,.56rem + .94vw,24px)}.titulos{margin-top:40px}.contenedor{grid-template-columns:1fr 1fr;margin-top:30px;display:grid}.contenedor .informacion{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:50vw;padding:2.3rem;display:flex}.contenedor .informacion .infor{text-align:justify;color:#fff;font-size:clamp(12px,.56rem + .94vw,24px);font-weight:100;line-height:clamp(15px,.94rem + 1.17vw,30px)}.contenedor .informacion .destacado{font-size:clamp(12px,.56rem + .94vw,24px);font-weight:700}.contenedor .informacion .destacado:before{content:"•";color:var(--obscuro);margin-right:8px;font-size:16px}.contenedor .informacion.cafe{background:var(--cafe)}.contenedor .informacion.verde{background:var(--verde)}.contenedor .informacion .extra{text-align:justify;flex-direction:column;gap:4px;width:80%;display:flex}.contenedor .imagen{width:50vw;height:auto}.contenedor .imagen img{object-fit:cover;vertical-align:top;width:100%;height:100%}@media screen and (width<=768px){.contenedor{grid-template-columns:1fr}.contenedor .informacion{width:100%}.contenedor .informacion.cafe{order:1}.contenedor .informacion.verde{order:3}.contenedor .imagen{width:100%}.contenedor .imagen:nth-child(2){order:2}.contenedor .imagen:nth-child(3){order:4}}.encabezado{flex-direction:row;height:120px;display:flex;position:relative}.encabezado .decorador{width:auto;max-height:100px;display:inline-block}.encabezado .decorador img{width:auto;height:100%;position:absolute;left:0}@media screen and (width<=500px){.encabezado .decorador{height:30px}.encabezado .decorador img{height:80%;bottom:0;left:-30px}}.carrusel{background:var(--obscuro);flex-direction:column;justify-content:center;align-items:center;height:clamp(200px,10.71rem + 7.81vw,300px);display:flex}.carrusel .logos{flex-direction:row;justify-content:start;align-items:center;gap:50px;width:100%;padding:0 50px;display:flex}.carrusel .logos .cliente{width:clamp(100px,4.46rem + 7.81vw,200px);height:clamp(100px,4.46rem + 7.81vw,200px)}.carrusel .slides{flex-direction:row;gap:8px;display:flex}.carrusel .slides .slide{color:#fff;border:1px solid #0000;border-radius:100%;width:10px;height:10px}.carrusel .slides .slide.active{background:var(--cafe)}.contacto{position:relative}.contacto .decoracion{width:auto;max-height:100px;display:inline-block}.contacto .decoracion img{max-width:250px;height:50%;max-height:250px;position:absolute;top:0;right:-15px}.contacto .contenedor{grid-template-columns:1fr;align-items:center;padding:40px;display:grid}.contacto .contenedor .informacion{flex-direction:row;align-items:start;gap:15px;width:100%;display:flex}.contacto .contenedor .informacion .encabezado{text-align:center;height:100%;font-size:clamp(28px,1.59rem + .94vw,40px);display:block}.contacto .contenedor .informacion .encabezado .cafe{color:var(--cafe)}.contacto .contenedor .informacion .encabezado .verde{color:var(--verde)}.contacto .contenedor .informacion .contactos{border-left:1px solid var(--cafe);flex-direction:column;justify-content:center;align-items:start;gap:10px;padding-left:15px;display:flex}.contacto .contenedor .informacion .contactos .info{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.contacto .contenedor .informacion .contactos .info a{text-align:justify;color:#000;font-size:12px;text-decoration:none}.contacto .contenedor .informacion .contactos .info a:hover{color:var(--cafe)}.contacto .contenedor .informacion .contactos .info img{width:25px;height:25px}@media screen and (width<=500px){.contacto .decoracion img{max-width:180px;height:50%;max-height:200px;top:-10px}.contacto .contenedor{flex-direction:column;justify-content:center;align-items:center;padding:10px;display:flex}.contacto .contenedor .map{order:2;width:100%}.contacto .contenedor .informacion{flex-direction:row;align-items:center;gap:20px;display:flex}.contacto .contenedor .informacion .encabezado{text-align:center;width:100%;height:100%;font-size:20px}.contacto .contenedor .informacion .contactos .info a{font-size:12px}.contacto .contenedor .informacion .contactos .info img{width:20px;height:20px}@media screen and (width<=400px){.contacto .decoracion img{top:-10px}.contacto .contenedor{padding:5px}.contacto .contenedor .informacion .encabezado{width:100%;font-size:18px}}}.footer{background:var(--cafe);flex-direction:column;justify-content:center;align-items:center;width:100%;height:50px;padding:10px 0;display:flex}.footer .enlaces{flex-flow:wrap;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.footer .enlaces a{color:#fff;text-align:center;text-decoration:none}.footer .enlaces a:nth-child(2){border-left:1px solid #fff;padding:0 10px}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.modal-overlay.activo{display:flex}.modal-contenido{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;padding:32px;position:relative;overflow-y:auto}.modal-cerrar{cursor:pointer;color:#333;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:16px;right:16px}.modal-texto p,.modal-texto ul{margin-bottom:12px;line-height:1.5}.modal-fecha{color:#777;margin-top:20px;font-size:.85em}.modal-texto h3{margin-top:24px;margin-bottom:8px;font-size:1.1em}.modal-subtitulo{margin-top:16px;margin-bottom:6px;font-weight:700}.modal-texto ul,.modal-texto ol{margin-bottom:12px;padding-left:20px}.modal-texto li{margin-bottom:6px;line-height:1.5}.modal-texto strong{color:inherit;font-weight:700}
