/** * ------- * ROOT STYLES * ------- */
:root {
    --ds-green: #219ebc; --ds-green-rgb: 33, 158, 188;
    --ds-blue: #3e93cc; --ds-blue-rgb: 62, 147, 204;
    --ds-orange: #fca311; --ds-orange-rgb: 252, 163, 17;
    --ds-yellow: #fff200; --ds-yellow-rgb: 255, 242, 0;
    --ds-blue-gray: #586375; --ds-blue-gray-rgb: 88, 99, 117;
    --ds-blue-navy: #033f63; --ds-blue-navy-rgb: 3, 63, 99;
    --ds-blue-oxford: #041122; --ds-blue-oxford-rgb: 4, 17, 34;
    
    --ds-white: #fff; --ds-white-rgb: 255, 255, 255;
    --ds-light: var(--ds-white); --ds-light-rgb: var(--ds-white-rgb);
    --ds-black: #252627; --ds-black-rgb: 37, 38, 39;
    --ds-dark: var(--ds-black); --ds-dark-rgb: var(--ds-black-rgb);

    --ds-font: "Poppins"; --ds-color-theme: "Light"; --ds-theme-value: 0; --ds-light-opacity: 1; --ds-logo-invert: 0;
    
    --ds-star: var(--ds-blue-navy); --ds-star-rgb: var(--ds-blue-navy-rgb);
    --ds-alt: var(--ds-orange); --ds-alt-rgb: var(--ds-orange-rgb);
}
/** * ------- * COLORS * ------- */
.ds-blue{color:var(--ds-blue)!important}.ds-blue-bg{background-color:var(--ds-blue)!important}.ds-green{color:var(--ds-green)!important}.ds-green-bg{background-color:var(--ds-green)!important}.ds-orange{color:var(--ds-orange)!important}.ds-orange-bg{background-color:var(--ds-orange)!important}.ds-blue-gray{color:var(--ds-blue-gray)!important}.ds-blue-gray-bg{background-color:var(--ds-blue-gray)!important}.ds-blue-oxford{color:var(--ds-blue-oxford)!important}.ds-blue-oxford-bg{background-color:var(--ds-blue-oxford)!important}.ds-white{color:var(--ds-white)!important}.ds-white-bg{background-color:var(--ds-white)!important}.ds-black{color:var(--ds-black)!important}.ds-black-bg{background-color:var(--ds-black)!important}.ds-light{color:var(--ds-light)!important}.ds-light-bg{background-color:var(--ds-light)!important}.ds-dark{color:var(--ds-dark)!important}.ds-dark-bg{background-color:var(--ds-dark)!important}.ds-star{color:var(--ds-star)!important}.ds-star-bg{background-color:var(--ds-star)!important}.ds-alt{color:var(--ds-alt)!important}.ds-alt-bg{background-color:var(--ds-alt)!important}.ds-yellow{color:var(--ds-yellow)!important}.ds-yellow-bg{background-color:var(--ds-yellow)!important}
/** * ------- * HTML * ------- */
body{margin:0;font-family:var(--ds-font);font-size:1rem;font-weight:400;line-height:1.5;color:var(--ds-font);background-color:var(--ds-light);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{width:100%}*,::after,::before{box-sizing:border-box}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:var(--ds-dark)!important;-webkit-transition:background-color 5000s ease-in-out 0s;-moz-transition:background-color 5000s ease-in-out 0s;-ms-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s}
/** * ------- * TEXT * ------- */
.ds-h1,.ds-h2,.ds-h3,.ds-h4,.ds-h5,.ds-link,.ds-text,a,button,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0;font-family:var(--ds-font);color:var(--ds-dark);text-decoration:none;font-weight:400}.ds-h1{font-size:2.125rem}.ds-h2{font-size:1.875rem}.ds-h3{font-size:1.5rem}.ds-h4{font-size:1.25rem}.ds-h5{font-size:1.125rem}.ds-h6{font-size:1rem}.ds-link,.ds-text{font-family:var(--ds-font);font-size:1.125rem;color:var(--ds-dark);text-decoration:none}.ds-link:focus,.ds-link:hover{color:inherit}.ds-text{font-family:var(--ds-font);font-weight:500}.ds-text-small{font-size:.925rem!important}.ds-border-dark{border-color:var(--ds-dark)}.ds-font{font-family:var(--ds-font)!important}.ds-bold{font-weight:bolder!important}.ds-bold-400{font-weight:400!important}.ds-bold-600{font-weight:600!important}.ds-uppercase{text-transform:uppercase}.ds-lh-0{line-height:1.625rem!important}.ds-lh-1{line-height:2rem!important}.ds-text-center{text-align:center!important}.ds-text-justify{text-align:justify!important}@media (min-width:576px) and (max-width:1199.98px){.ds-h1{font-size:2.125rem}.ds-h2{font-size:1.5rem}.ds-h3{font-size:1.25rem}.ds-h4{font-size:1.125rem}.ds-h5{font-size:1rem}}@media (max-width:575.98px){.ds-h1{font-size:1.5rem}.ds-h2{font-size:1.25rem}.ds-h3{font-size:1.125rem}}
/** * ------- * ICONOS * ------- */
.ds-icono{width:48px;height:48px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;align-content:center;font-size:2.425rem;overflow:hidden;position:relative;color:var(--ds-dark)}.ds-icono.ds-xxs{width:16px;height:16px;font-size:.825rem}.ds-icono.ds-xs{width:32px;height:32px;font-size:1.475rem}.ds-icono.ds-sm{width:40px;height:40px;font-size:1.975rem}.ds-icono.ds-md{width:64px;height:64px;font-size:3.275rem}.ds-icono.ds-lg{width:96px;height:96px;font-size:4.725rem}.ds-icono.ds-xl{width:192px;height:192px;font-size:10.225rem}.ds-icono.ds-xxl{width:256px;height:256px;font-size:14.225rem}.ds-icono img{width:100%;height:100%;object-fit:cover}.ds-icono.ds-circle{border-radius:50%!important}.ds-icono.ds-square-shadow{border-radius:12px;box-shadow:0 4px 4px rgba(var(--ds-black-rgb),.325)}.ds-icono i{color:inherit}.ds-icono.ds-ring{box-shadow:0 0 0 3px}.ds-icono.ds-stack{width:auto;height:auto;font-size:unset}.ds-icono.ds-stack .ds-icono:not(:first-child){position:absolute;top:0;left:0}@media (max-width:575.98px){.ds-icono.ds-xl{width:96px;height:96px;font-size:4.725rem}.ds-icono.ds-xxl{width:192px;height:192px;font-size:10.225rem}}
/** * ------- * UTILS * ------- */
.ds-object-contain{object-fit:contain!important}.ds-overflow-hidden{overflow:hidden!important}.ds-mw-0{min-width:auto!important}.ds-cursor-pointer{cursor:pointer!important}.ds-shadow-none{box-shadow:none!important}.ds-flex-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.ds-flex-inline{display:flex;align-items:center}.ds-flex-column{display:flex!important;flex-direction:column!important}.ds-gap-xxs{gap:.25rem!important}.ds-gap-xs{gap:.5rem!important}.ds-gap-sm{gap:.75rem!important}.ds-gap-md{gap:1rem!important}.ds-gap-lg{gap:1.25rem!important}.ds-gap-xl{gap:1.5rem!important}.ds-gap-xxl{gap:2rem!important}.ds-text-decoration-none{text-decoration:none!important}.ds-mh-vbox{min-height:200px!important}.ds-mh-vbox.ds-xxs{min-height:28px!important}.ds-mh-vbox.ds-xs{min-height:48px!important}.ds-mh-vbox.ds-sm{min-height:80px!important}.ds-mh-vbox.ds-md{min-height:120px!important}.ds-mh-vbox.ds-lg{min-height:240px!important}.ds-mh-vbox.ds-xl{min-height:320px!important}.ds-mh-vbox.ds-xxl{min-height:480px!important}.ds-h-space{width:1.75rem!important}.ds-h-space.ds-xxs{width:.25rem!important}.ds-h-space.ds-xs{width:.5rem!important}.ds-h-space.ds-sm{width:1rem!important}.ds-h-space.ds-md{width:1.5rem!important}.ds-h-space.ds-lg{width:3rem!important}.ds-h-space.ds-xl{width:4.5rem!important}.ds-h-space.ds-xxl{width:7rem!important}.ds-v-space{height:1.75rem!important}.ds-v-space.ds-xxs{height:.25rem!important}.ds-v-space.ds-xs{height:.5rem!important}.ds-v-space.ds-sm{height:1rem!important}.ds-v-space.ds-md{height:1.5rem!important}.ds-v-space.ds-lg{height:3rem!important}.ds-v-space.ds-xl{height:4.5rem!important}.ds-v-space.ds-xxl{height:7rem!important}.ds-hidden{display: none!important}.ds-ms-auto{margin-left: auto!important}.ds-me-auto{margin-right: auto!important}.ds-mt-auto{margin-top: auto!important}.ds-mb-auto{margin-bottom: auto!important}.ds-filter-invert{filter: invert(1)!important}.ds-bold-300{font-weight:300!important}
/** * ------- * LISTAS * ------- */
.ds-lista-items{list-style:none;display:flex;flex-direction:row;margin:0;padding:0;flex-wrap:wrap;overflow:visible;}.ds-lista-items .ds-item{position:relative}.ds-lista-items .ds-link{font-family:var(--ds-font);align-items:center}.ds-lista-items .ds-link{text-decoration:none;color:rgba(var(--ds-dark-rgb),.8);display:inline-flex;font-size: 1.15rem;margin:0;padding:3px 18px;font-weight: 600;text-transform: uppercase;}
/** * ------- * LOGO REACTOR * ------- */
.ds-logo-reactor{position:relative;z-index:2;width:64px;height:64px;display:inline-block;overflow:hidden}.ds-logo-reactor span:first-child{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;transform:rotate(-22.5deg);filter:invert(var(--ds-theme-value))}.ds-logo-reactor span:first-child::after,.ds-logo-reactor span:first-child::before,.ds-logo-reactor span:last-child{content:'';z-index:0;position:absolute;width:100%;height:100%;top:0;left:0;background-size:contain;background-repeat:no-repeat;z-index:0;animation-fill-mode:forwards}.ds-logo-reactor span:last-child{background-image:url('../IMAGENES/reactor-k.svg');animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.ds-logo-reactor span:first-child::before{background-image:url('../IMAGENES/reactor-in.svg');animation:react-rotate-in .6s ease}.ds-logo-reactor span:first-child::after{background-image:url('../IMAGENES/reactor-out.svg');animation:react-rotate-out .6s ease}@keyframes react-rotate-in{from{transform:rotate(0)}to{transform:rotate(120deg)}}@keyframes react-rotate-out{from{transform:rotate(60deg)}to{transform:rotate(-120deg)}}.ds-logo-reactor.ds-xxs{width:24px;height:24px}.ds-logo-reactor.ds-xs{width:32px;height:32px}.ds-logo-reactor.ds-sm{width:56px;height:56px}.ds-logo-reactor.ds-md{width:64px;height:64px}.ds-logo-reactor.ds-lg{width:96px;height:96px}.ds-logo-reactor.ds-xl{width:128px;height:128px}.ds-logo-reactor.ds-xxl{width:256px;height:256px}.ds-logo-reactor.ds-light span:first-child{filter:invert(1);opacity:.6}
/** * ------- * UTILS * ------- */
.ds-d-inline{display:inline!important}.ds-d-inline-block{display:inline-block!important}.ds-d-block{display:block!important}.ds-d-grid{display:grid!important}.ds-d-table{display:table!important}.ds-d-table-row{display:table-row!important}.ds-d-table-cell{display:table-cell!important}.ds-d-flex{display:flex!important}.ds-d-inline-flex{display:inline-flex!important}.ds-flex-fill{flex:1 1 auto!important}.ds-flex-row{flex-direction:row!important}.ds-flex-column{flex-direction:column!important}.ds-flex-row-reverse{flex-direction:row-reverse!important}.ds-flex-column-reverse{flex-direction:column-reverse!important}.ds-flex-grow-0{flex-grow:0!important}.ds-flex-grow-1{flex-grow:1!important}.ds-flex-shrink-0{flex-shrink:0!important}.ds-flex-shrink-1{flex-shrink:1!important}.ds-flex-wrap{flex-wrap:wrap!important}.ds-flex-nowrap{flex-wrap:nowrap!important}.ds-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ds-justify-content-start{justify-content:flex-start!important}.ds-justify-content-end{justify-content:flex-end!important}.ds-justify-content-center{justify-content:center!important}.ds-justify-content-between{justify-content:space-between!important}.ds-justify-content-around{justify-content:space-around!important}.ds-justify-content-evenly{justify-content:space-evenly!important}.ds-align-items-start{align-items:flex-start!important}.ds-align-items-end{align-items:flex-end!important}.ds-align-items-center{align-items:center!important}.ds-align-items-baseline{align-items:baseline!important}.ds-align-items-stretch{align-items:stretch!important}.ds-align-content-start{align-content:flex-start!important}.ds-align-content-end{align-content:flex-end!important}.ds-align-content-center{align-content:center!important}.ds-align-content-between{align-content:space-between!important}.ds-align-content-around{align-content:space-around!important}.ds-align-content-stretch{align-content:stretch!important}.ds-align-self-auto{align-self:auto!important}.ds-align-self-start{align-self:flex-start!important}.ds-align-self-end{align-self:flex-end!important}.ds-align-self-center{align-self:center!important}.ds-align-self-baseline{align-self:baseline!important}.ds-align-self-stretch{align-self:stretch!important}.ds-order-first{order:-1!important}.ds-order-0{order:0!important}.ds-order-1{order:1!important}.ds-order-2{order:2!important}.ds-order-3{order:3!important}.ds-order-4{order:4!important}.ds-order-5{order:5!important}.ds-order-last{order:6!important}.ds-m-0{margin:0!important}.ds-m-1{margin:.25rem!important}.ds-m-2{margin:.5rem!important}.ds-m-3{margin:1rem!important}.ds-m-4{margin:1.5rem!important}.ds-m-5{margin:3rem!important}.ds-m-auto{margin:auto!important}.ds-mx-0{margin-right:0!important;margin-left:0!important}.ds-mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.ds-mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.ds-mx-3{margin-right:1rem!important;margin-left:1rem!important}.ds-mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ds-mx-5{margin-right:3rem!important;margin-left:3rem!important}.ds-mx-auto{margin-right:auto!important;margin-left:auto!important}.ds-my-0{margin-top:0!important;margin-bottom:0!important}.ds-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ds-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ds-my-3{margin-top:1rem!important;margin-bottom:1rem!important}.ds-my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ds-my-5{margin-top:3rem!important;margin-bottom:3rem!important}.ds-my-auto{margin-top:auto!important;margin-bottom:auto!important}.ds-mt-0{margin-top:0!important}.ds-mt-1{margin-top:.25rem!important}.ds-mt-2{margin-top:.5rem!important}.ds-mt-3{margin-top:1rem!important}.ds-mt-4{margin-top:1.5rem!important}.ds-mt-5{margin-top:3rem!important}.ds-mt-auto{margin-top:auto!important}.ds-me-0{margin-right:0!important}.ds-me-1{margin-right:.25rem!important}.ds-me-2{margin-right:.5rem!important}.ds-me-3{margin-right:1rem!important}.ds-me-4{margin-right:1.5rem!important}.ds-me-5{margin-right:3rem!important}.ds-me-auto{margin-right:auto!important}.ds-mb-0{margin-bottom:0!important}.ds-mb-1{margin-bottom:.25rem!important}.ds-mb-2{margin-bottom:.5rem!important}.ds-mb-3{margin-bottom:1rem!important}.ds-mb-4{margin-bottom:1.5rem!important}.ds-mb-5{margin-bottom:3rem!important}.ds-mb-auto{margin-bottom:auto!important}.ds-ms-0{margin-left:0!important}.ds-ms-1{margin-left:.25rem!important}.ds-ms-2{margin-left:.5rem!important}.ds-ms-3{margin-left:1rem!important}.ds-ms-4{margin-left:1.5rem!important}.ds-ms-5{margin-left:3rem!important}.ds-ms-auto{margin-left:auto!important}.ds-p-0{padding:0!important}.ds-p-1{padding:.25rem!important}.ds-p-2{padding:.5rem!important}.ds-p-3{padding:1rem!important}.ds-p-4{padding:1.5rem!important}.ds-p-5{padding:3rem!important}.ds-px-0{padding-right:0!important;padding-left:0!important}.ds-px-1{padding-right:.25rem!important;padding-left:.25rem!important}.ds-px-2{padding-right:.5rem!important;padding-left:.5rem!important}.ds-px-3{padding-right:1rem!important;padding-left:1rem!important}.ds-px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ds-px-5{padding-right:3rem!important;padding-left:3rem!important}.ds-py-0{padding-top:0!important;padding-bottom:0!important}.ds-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ds-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ds-py-3{padding-top:1rem!important;padding-bottom:1rem!important}.ds-py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ds-py-5{padding-top:3rem!important;padding-bottom:3rem!important}.ds-pt-0{padding-top:0!important}.ds-pt-1{padding-top:.25rem!important}.ds-pt-2{padding-top:.5rem!important}.ds-pt-3{padding-top:1rem!important}.ds-pt-4{padding-top:1.5rem!important}.ds-pt-5{padding-top:3rem!important}.ds-pe-0{padding-right:0!important}.ds-pe-1{padding-right:.25rem!important}.ds-pe-2{padding-right:.5rem!important}.ds-pe-3{padding-right:1rem!important}.ds-pe-4{padding-right:1.5rem!important}.ds-pe-5{padding-right:3rem!important}.ds-pb-0{padding-bottom:0!important}.ds-pb-1{padding-bottom:.25rem!important}.ds-pb-2{padding-bottom:.5rem!important}.ds-pb-3{padding-bottom:1rem!important}.ds-pb-4{padding-bottom:1.5rem!important}.ds-pb-5{padding-bottom:3rem!important}.ds-ps-0{padding-left:0!important}.ds-ps-1{padding-left:.25rem!important}.ds-ps-2{padding-left:.5rem!important}.ds-ps-3{padding-left:1rem!important}.ds-ps-4{padding-left:1.5rem!important}.ds-ps-5{padding-left:3rem!important}.ds-text-lighter{font-weight:lighter!important}.ds-text-normal{font-weight:400!important}.ds-text-bolder{font-weight:bolder!important}.ds-text-start{text-align:start!important}.ds-text-center{text-align:center!important}.ds-text-end{text-align:end!important}.ds-text-justify{text-align:justify!important}.ds-w-25{width:25%!important}.ds-w-50{width:50%!important}.ds-w-75{width:75%!important}.ds-w-100{width:100%!important}.ds-h-25{height:25%!important}.ds-h-50{height:50%!important}.ds-h-75{height:75%!important}.ds-h-100{height:100%!important}.ds-mw-25{min-width:25%!important}.ds-mw-50{min-width:50%!important}.ds-mw-75{min-width:75%!important}.ds-mw-100{min-width:100%!important}.ds-mh-25{min-height:25%!important}.ds-mh-50{min-height:50%!important}.ds-mh-75{min-height:75%!important}.ds-mh-100{min-height:100%!important}.ds-w-auto{width:auto!important}.ds-h-auto{height:auto!important}.ds-mw-0{min-width:0!important}.ds-mh-0{min-height:0!important}.ds-container,.ds-container-fluid,.ds-container-lg,.ds-container-md,.ds-container-sm,.ds-container-xl,.ds-container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.ds-container,.ds-container-sm{max-width:540px}}@media(min-width:768px){.ds-container,.ds-container-md,.ds-container-sm{max-width:720px}}@media(min-width:992px){.ds-container,.ds-container-lg,.ds-container-md,.ds-container-sm{max-width:960px}}@media(min-width:1200px){.ds-container,.ds-container-lg,.ds-container-md,.ds-container-sm,.ds-container-xl{max-width:1140px}}@media(min-width:1400px){.ds-container,.ds-container-lg,.ds-container-md,.ds-container-sm,.ds-container-xl,.ds-container-xxl{max-width:1320px}}.ds-to-uppercase{text-transform:uppercase!important}.ds-hidden{display:none!important}.ds-transform-25{transform:scale(.25)!important}.ds-transform-50{transform:scale(.5)!important}.ds-transform-75{transform:scale(.75)!important}.ds-flex-box{display:flex;align-items:center}.ds-scale-1_25{transform:scale(1.25)!important}.ds-scale-1_5{transform:scale(1.5)!important}.ds-scale-2{transform:scale(2)!important}
.fade-in-fwd{-webkit-animation:fade-in-fwd .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-fwd .6s cubic-bezier(.39,.575,.565,1.000) both} @-webkit-keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
/** * ------- * TOPBAR * ------- */
.ds-topbar-site{--height-topbar:80px;width:calc(100% - var(--ds-margin-web));padding:4px 16px;display:flex;align-items:center;justify-content:space-between;height:var(--height-topbar);z-index:3020;left:calc(var(--ds-margin-web)/2);position:fixed;background-color:rgba(var(--ds-light-rgb),.6);transition:all .2s ease;margin-top:9px;backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 0 16px rgba(var(--ds-black-rgb),.3);border:1px rgba(var(--ds-white-rgb),.3) solid}
.ds-brand-box{font-family:var(--ds-font);display:flex;align-items:center;font-size:1.25rem;text-transform:uppercase;font-weight:600;color:var(--ds-dark)}
.ds-topbar-links{align-items:center}
.ds-topbar-links .ds-link{padding:0 16px;display:inline-flex;color:var(--ds-dark);text-transform:uppercase;font-weight:600;font-size:.9rem}
.ds-toggle-theme{cursor:pointer;width:40px;height:40px;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;color:var(--ds-dark)}
.ds-topbar-site.ds-light{border-color:rgba(var(--ds-white-rgb),.2);background-color:transparent;backdrop-filter:none;margin-top:0;border:0;border-radius:0;box-shadow:none}
.ds-topbar-site.ds-light .ds-brand-box,.ds-topbar-site.ds-light .ds-link,.ds-topbar-site.ds-light .ds-toggle-theme, .ds-topbar-site.ds-light .ds-toggle-theme .ds-icono{color:var(--ds-white)!important}

.ds-flex-text{display:flex;align-items:center;gap:.5rem}
.ds-lang-button{background-color:transparent;border:0;width:auto;height:auto;outline:0;cursor:pointer}
.ds-flex-lang{display:flex;align-items:center;gap:.5rem;margin:0 1rem}
.ds-lang-button .ds-icono{width:40px;height:40px;border-radius:50%}
.ds-lang-button.ds-active .ds-icono{filter:drop-shadow(0 0 8px var(--ds-blue-oxford))}
.ds-lang-button .ds-icono img{object-fit:cover}
.ds-lang-button[data-role=pt-lang] img{transform:scale(.825) translateY(-2px)}

@media (min-width: 1200px) {
   .ds-toggle-links{display:none!important}
}

@media(max-width: 1199.98px) {
    .ds-topbar-links:not(.ds-active){display:none}
    .ds-topbar-links{--top-margin-links:1rem;position:fixed;width:calc(100% - calc(var(--top-margin-links) * 2));height:calc(100vh - var(--height-topbar) - calc(var(--top-margin-links) * 2));top:var(--height-topbar);left:0;background-color:var(--ds-light);display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:4020;margin:var(--top-margin-links);border-radius:12px;box-shadow:0 0 4px rgba(var(--ds-black-rgb),.3);animation:fade-in-fwd .2s cubic-bezier(.39,.575,.565,1) both}
    .ds-topbar-links .ds-link{height:40px;width:100%}
    .ds-topbar-site.ds-light .ds-toggle-theme,.ds-topbar-site.ds-light .ds-topbar-links .ds-link{color:var(--ds-dark)!important}
    .ds-topbar-site.ds-light .ds-toggle-links, .ds-topbar-site.ds-light .ds-toggle-links .ds-icono{color:var(--ds-white)!important}
}

/** * ------- * SITE DEFAULTS * ------- */
:root{
    --ds-margin-web: 128px;
    --ds-flex-width: 600px;
}

.ds-flex-section{
    display: flex;
    width: 100%;
    padding: 0 var(--ds-margin-web);
}

.ds-flex-item {
    width: var(--ds-flex-width);
}

@media (min-width:991.98px) and (max-width:1199.98px){:root{--ds-margin-web:72px}}
@media (min-width:767.98px) and (max-width:991.98px){:root{--ds-margin-web:56px}}
@media (min-width:575.98px) and (max-width:767.98px){:root{--ds-margin-web:32px}}
@media (max-width:575.98px){:root{--ds-margin-web:12px}}

/** * ------- * SECTION INICIO * ------- */
.ds-ground-inicio{position:absolute;z-index:-2;width:100%;height:100%;bottom:0;left:0}
.ds-ground-inicio::before{content:'';position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:var(--ds-blue-oxford);opacity:.8}
.ds-ground-inicio::after{content:'';position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%;background-size:cover;background-position:center;background-image:url('../IMAGENES/computer.jpg');background-attachment:fixed;filter:grayscale(1) blur(4px)}

.ds-inicio-section{--hti:800px;width:100%;min-height:var(--hti);position:relative;overflow:hidden; position: relative}
.ds-inicio-section .ds-flex-section{justify-content:center; --ds-flex-width: 900px}
.ds-inicio-section .ds-flex-item{height:var(--hti);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}
.ds-line-title{text-align:center;line-height:1.1}
.ds-title-inicio{font-family:var(--ds-font);font-size:2.5rem;font-weight:400;color:var(--ds-yellow);width: 280px}

.ds-inicio-section .ds-logo-reactor {
    --size-reactor: 172px;
    width: var(--size-reactor);
    height: var(--size-reactor);
}
.custom-shape-divider-bottom-1747857268{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}
.custom-shape-divider-bottom-1747857268 svg{position:relative;display:block;width:calc(100% + 1.3px);height:128px}
.custom-shape-divider-bottom-1747857268 .shape-fill{fill:var(--ds-light)}

/** * ------- * POLITICAS SECTION * ------- */
.ds-politicas-intro{margin-top:7rem}
.ds-politicas-section{width:100%}
.ds-politicas-section .ds-flex-section .ds-flex-item{width:100%;padding:3rem}
.ds-header-section{width:100%;min-height:88px}
.ds-header-section h1{font-size:1.75rem;color:var(--ds-blue);font-weight:300}

@media (max-width: 767.98px){
    .ds-politicas-section .ds-flex-section .ds-flex-item{width:100%;padding:1rem}
    .custom-shape-divider-bottom-1747857268 svg{height: 88px}
}

@media (max-width: 575.98px){
    .ds-politicas-section .ds-flex-section .ds-flex-item{width:100%;padding:1rem}
    .custom-shape-divider-bottom-1747857268 svg{height: 48px}
}

/** * ------- * FOOTER SITE * ------- */
.ds-footer-web{padding:72px 0;min-height:var(--height-footer);position:relative;z-index:1;--height-footer:480px;display:flex;flex-wrap:nowrap;justify-content:center}
.ds-footer-web::before{content:'';position:absolute;inset:0;margin:auto;width:100%;height:100%;background-color:var(--ds-blue-gray);opacity:.925;z-index:-1;background-image:linear-gradient(45deg,var(--ds-black),transparent)}
.ds-footer-web::after{content:'';position:absolute;inset:0;margin:auto;width:100%;height:100%;z-index:-2;background-image:url('../IMAGENES/equipo.jpg');filter:grayscale(1);background-size:cover;background-position:center;background-attachment:fixed}
.ds-footer-item{width:400px;min-height:var(--height-footer);padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2}
.ds-footer-links{margin-top:48px;justify-content:center;width:100%}
.ds-footer-links .ds-link{color:var(--ds-white);height:48px;margin:6px;border:1px rgba(var(--ds-white-rgb),.6) dashed;padding:0 24px;width:148px;justify-content:center;font-size:.8rem;align-items:center;text-align:center;text-transform:uppercase;font-weight:600}
.ds-lista-servicios-footer{width:100%;justify-content:center}
.ds-lista-servicios-footer .ds-item{width:128px;height:128px;margin:6px;justify-content:center;align-items:center}
.ds-icono-servicio-footer{width:64px;height:64px;color:var(--ds-blue)}
.ds-title-servicio-footer{color:var(--ds-white);font-size:.9rem;text-transform:uppercase;height:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px rgba(var(--ds-white-rgb),.3) dashed}

@media (max-width: 1199.98px) {
    .ds-footer-web{flex-direction:column;justify-content:center;align-items:center;padding:16px}
    .ds-footer-web .ds-footer-item{width:100%;height:auto;min-height:auto}
    .ds-lista-servicios-footer .ds-item{width:96px;height:96px;text-align:center;margin:12px}
    .ds-title-servicio-footer{font-size:.725rem}
}