/*
Theme Name: REGALSA Web Español
Description: Web corporativa de REGALSA con presentación animada y diseño adaptable a móviles.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Author: REGALSA
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: regalsa-web-es
*/

*{box-sizing:border-box}
html{background:#081522;color:#edf4fb}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:#72c9e8;text-underline-offset:.2em}
img,video,iframe{max-width:100%}
img,video{height:auto}
:focus-visible{outline:3px solid #72c9e8;outline-offset:4px}
.site-header,.site-footer,.site-content{width:min(100% - 40px,1100px);margin-inline:auto}
.site-header{padding-block:24px;border-bottom:1px solid #314454;display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;align-items:center}
.site-title{font-weight:700;font-size:24px;text-decoration:none}
.site-navigation ul{display:flex;flex-wrap:wrap;gap:12px 24px;list-style:none;padding:0;margin:0}
.site-content{padding-block:36px;min-height:60vh;overflow-wrap:anywhere}
.site-content article{padding-block:0 32px;margin-bottom:24px;border-bottom:1px solid #314454}
.site-content h1{font-size:clamp(28px,5vw,44px);line-height:1.15}
.site-content :is(input,textarea,select,button){max-width:100%;font:inherit}
.site-content :is(input,button){min-height:44px}
.site-content table{max-width:100%;overflow-wrap:anywhere}
.site-footer{padding-block:24px;border-top:1px solid #314454;font-size:14px}
.skip-link{position:fixed;z-index:100;left:12px;top:12px;transform:translateY(-180%);padding:10px 16px;background:#fff;color:#081522}
.skip-link:focus{transform:none}
.regalsa-presentation-document{width:100%;height:100%;margin:0!important;padding:0!important}
body.regalsa-presentation{width:100%;height:100vh;height:100dvh;margin:0!important;padding:0!important;overflow:hidden}
#regalsa-presentation-shell{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;background:#081522}
#regalsa-presentation-shell>.regalsa-presentation-frame{display:block;width:100%;height:100%;max-width:none;border:0;margin:0;padding:0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
