:root{--base:8px;--color-principal:#008b8b;--color-secundario:#ffb400;--color-terciario:#00c7c7;--color-oscuro:#001212;--color-claro:#f7f7f7}.texto-principal{color:var(--color-principal)}.texto-secundario{color:var(--color-secundario)}.texto-terciario{color:var(--color-terciario)}.flex-columns-center{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.flex-columns-center-fs{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.flex-rows-fs-center{display:flex;flex-flow:row nowrap;align-items:center}.flex-rows-fs-fs{display:flex;flex-flow:row nowrap;align-items:flex-start}.flex-rows-fs-center-desktop{display:flex;flex-flow:row nowrap;align-items:center}.flex-rows-center{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.flex-rows-sb-center-desktop{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.flex-rows-fe-center{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.flex-rows-w-sb-fs-desktop{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}.pt-s{padding-top:var(--base)}.pt-m{padding-top:calc(var(--base) * 2)}.pt-l{padding-top:calc(var(--base) * 3)}.mt-s{margin-top:var(--base)}.mt-m{margin-top:calc(var(--base) * 2)}.mt-l{margin-top:calc(var(--base) * 3)}.mr-s{margin-right:var(--base)}.mr-m{margin-right:calc(var(--base) * 2)}.mr-l{margin-right:calc(var(--base) * 3)}.mb-s{margin-bottom:var(--base)}.mb-m{margin-bottom:calc(var(--base) * 2)}.mb-l{margin-bottom:calc(var(--base) * 3)}.ml-s{margin-left:var(--base)}.ml-m{margin-left:calc(var(--base) * 2)}.ml-l{margin-left:calc(var(--base) * 3)}.db{display:block}.dn{display:none}.boton-hueco-terciario{color:var(--color-terciario);border:1px solid var(--color-terciario);display:inline-block;font-size:16px;font-weight:bold;border-radius:8px;padding:12px 16px;transition:all .3s}.boton-hueco-terciario:hover{color:var(--color-secundario)}.boton-principal{background-color:var(--color-principal);padding:8px 16px;border-radius:8px}@media (max-width:980px){.flex-rows-sb-center-desktop,.flex-rows-fs-center-desktop,.flex-rows-w-sb-fs-desktop{display:block}.flex-rows-sb-center{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}}