*,*:before,*:after{box-sizing:border-box}:root{--naranja:#fab012;--gris-oscuro:#303030;--gris-fondo:#f6f6f6;--texto:#787879;--titulos:#212121;--white:#fff}html{background-color:var(--gris-oscuro);margin:0;padding:0}body{margin:0 !important;padding:0 !important;width:100%;overflow-x:hidden;background-color:#fff;font-family:'Roboto',sans-serif;display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4{color:var(--titulos);text-align:center;margin-top:0;font-family:'Raleway',sans-serif}.linea-naranja{width:50px;height:3px;background:var(--naranja);margin:0 auto 30px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--naranja);outline-offset:3px}@media (prefers-reduced-motion:reduce){.revelar{opacity:1 !important;visibility:visible !important;transform:none !important;transition:none !important}}.footer-cols{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;margin-bottom:10px}.footer-col-info{flex:1;min-width:240px}.footer-col-relacionados{flex:1;min-width:200px;display:flex;justify-content:flex-end}.footer-relacionados{text-align:left}.footer-relacionados__titulo{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;text-align:left}.footer-relacionados__lista{list-style:none;margin:0;padding:0}.footer-relacionados__lista li{margin-bottom:10px}.footer-relacionados__lista a{color:#b0b0b0;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-relacionados__lista a:hover{color:var(--naranja)}@media (max-width:768px){.footer-cols{flex-direction:column;gap:30px}.footer-col-relacionados{justify-content:flex-start}}