html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*{margin:0;font-family:"Roboto",sans-serif}body{width:100%;background-color:#ffffff}.container{display:block;position:relative;max-width:840px;width:100%;margin:0px auto}.row{display:flex}.row--column{flex-direction:column}.row--between{justify-content:space-between}.row--center{justify-content:center}.row--end{justify-content:flex-end}.row--acenter{align-items:center}.row--aend{align-items:flex-end}.header{margin-bottom:24px}.header__title{position:relative;font-weight:900;font-size:18px;line-height:18px;padding-bottom:8px;margin-bottom:8px}.header__title::after{content:'';position:absolute;bottom:0;left:0;width:65px;height:1px;background-color:#000000}.header__subtitle{max-width:346px;color:#828282;font-weight:400;font-size:15px;line-height:20px}.playButton{margin-right:12px;outline:0px;padding:0px;height:16px;width:16px;background-color:transparent;border:0px;box-sizing:border-box}.playButton span{display:block;position:relative;width:0;height:0;border-style:solid;border-width:8px 0 8px 16px;border-color:transparent transparent transparent #000000}.playButton span:hover{cursor:pointer;border-color:transparent transparent transparent #1E1E1E}.playButton--pause{background:#000;background:linear-gradient(90deg, #000 0%, #000 39.9%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 59.9%, #000 60%, #000 100%)}.playButton--pause span{opacity:0}.playButton--pause:hover{background:#1E1E1E;background:linear-gradient(90deg, #1e1e1e 0%, #1e1e1e 39.9%, rgba(30,30,30,0) 40%, rgba(30,30,30,0) 59.9%, #1e1e1e 60%, #1e1e1e 100%)}.photos{position:relative}.slider__element{position:absolute;z-index:-1;opacity:0;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity 0.5 ease-in-out}.slider__element--visible{z-index:1;opacity:1}.slider__element--next{z-index:0;opacity:1}#slider{padding-bottom:6px;padding-top:6px}#slider__date{text-align:center;font-weight:700;font-size:16px;line-height:19px;margin-bottom:12px;user-select:none;animation:1.0s ease-out 0s 1 opacidad}#slider__help{position:relative;display:flex;flex-direction:row;margin-bottom:24px;user-select:none;transition:opacity 0.3s linear}#slider__msg{position:absolute;font-size:12px;font-weight:400;line-height:14px;max-width:96px;color:rgba(0,0,0,0.3);left:28px}.legend{width:70%;position:absolute;z-index:2;user-select:none}.legend__button{position:relative;display:flex;flex-direction:row;align-items:center;gap:6px}.legend__button span{display:flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;min-height:16px;border-radius:16px;background-color:#000000;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.legend__button span:hover{background-color:#1E1E1E}.legend__button p{font-size:15px;font-weight:700}.legend__box{display:flex;flex-direction:column;gap:10px;box-sizing:border-box;padding:20px 12px 20px 4px;background-color:rgba(255,255,255,0.95);color:#333333;width:100%;min-width:288px;transition:opacity 0.3s ease-in-out;opacity:0;border-radius:2px}.legend__box--opened{opacity:1;transition:opacity 0.3s ease-in-out}.legend__item{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.legend__text{color:#333333;opacity:0.8}.legend__type{width:12px;height:12px;min-width:12px;min-height:12px}.legend__type--01{margin-top:-2px}.legend__type--02{margin-top:3px;display:block;background-color:#F0335166}.legend__type--03{margin-top:3px;display:block;background:repeating-linear-gradient(135deg, #fff, #fff 1px, #fff 2px, #F03351 3px, #F03351 4px);border:1px solid #F03351;box-sizing:border-box}.legend__type--04{margin-top:3px;display:block;background-color:#c1d5e1}.legend__special{display:none}@keyframes opacidad{0%{opacity:0}100%{opacity:1}}input[type=range].styled-slider{height:4px;-webkit-appearance:none;width:100%;cursor:pointer}input[type=range].styled-slider.slider-progress{--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(0.5 * 16px + var(--ratio) * (100% - 16px))}input[type=range].styled-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:1em;background:#000000;border:none;box-shadow:none;margin-top:calc(4px * 0.5 - 16px * 0.5)}input[type=range].styled-slider::-webkit-slider-runnable-track{height:4px;border:none;border-radius:0.5em;background:#E1E1E1;box-shadow:none}input[type=range].styled-slider::-webkit-slider-thumb:active{background:#1E1E1E}input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(#000, #000) 0/var(--sx) 100% no-repeat,#E1E1E1}input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track{background:linear-gradient(#1E1E1E, #1E1E1E) 0/var(--sx) 100% no-repeat,#E1E1E1}input[type=range].styled-slider::-moz-range-thumb{width:16px;height:16px;border-radius:1em;background:#000000;border:none;box-shadow:none}input[type=range].styled-slider::-moz-range-track{height:4px;border:none;border-radius:0.5em;background:#E1E1E1;box-shadow:none}input[type=range].styled-slider::-moz-range-thumb:active{background:#1E1E1E}input[type=range].styled-slider.slider-progress::-moz-range-track{background:linear-gradient(#000, #000) 0/var(--sx) 100% no-repeat,#E1E1E1}input[type=range].styled-slider.slider-progress:active::-moz-range-track{background:linear-gradient(#1E1E1E, #1E1E1E) 0/var(--sx) 100% no-repeat,#E1E1E1}input[type=range].styled-slider::-ms-fill-upper{background:transparent;border-color:transparent}input[type=range].styled-slider::-ms-fill-lower{background:transparent;border-color:transparent}input[type=range].styled-slider::-ms-thumb{width:16px;height:16px;border-radius:1em;background:#000000;border:none;box-shadow:none;margin-top:0;box-sizing:border-box}input[type=range].styled-slider::-ms-track{height:4px;border-radius:0.5em;background:#E1E1E1;border:none;box-shadow:none;box-sizing:border-box}input[type=range].styled-slider::-ms-thumb:active{background:#1E1E1E}input[type=range].styled-slider.slider-progress::-ms-fill-lower{height:4px;border-radius:0.5em 0 0 0.5em;margin:-undefined 0 -undefined -undefined;background:#000000;border:none;border-right-width:0}input[type=range].styled-slider.slider-progress:active::-ms-fill-lower{background:#1E1E1E}.photos{position:relative;margin-top:24px;height:720px;overflow:hidden}.photos img{width:100%;max-height:580px;height:auto}footer{position:absolute;bottom:0;right:0;font-size:15px;margin-top:16px}.speed{display:flex;justify-content:center;align-items:center;width:40px;height:24px;border-radius:24px;background-color:#000000;color:#ffffff;text-align:center;font-weight:500;font-size:13px;margin-left:12px;cursor:pointer;user-select:none}.speed:hover{background-color:#1E1E1E}@media screen and (max-width: 530px){.header__title{max-width:268px}footer{max-width:216px}}@media screen and (max-width: 400px){.media{width:100%;max-width:300px}.media__box{width:100%}}

