.reproductor{bottom:20px;position:fixed;right:20px;z-index:4}
.reproductor .btn-audio{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(145deg,#564b40,#3f372f);border:none;border-radius:50%;box-shadow:0 12px 24px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.12);cursor:pointer;display:flex;height:58px;justify-content:center;overflow:hidden;padding:0;transition:transform .2s ease,box-shadow .2s ease;width:58px}
.reproductor .btn-audio:active{transform:scale(.9)}
.reproductor .btn-audio:hover{box-shadow:0 16px 30px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.12);transform:scale(1.04)}
.reproductor .btn-audio:focus-visible{box-shadow:0 16px 30px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.12);outline:none}
.reproductor .btn-audio .btn-audio__icon{display:block;height:18px;position:relative;width:18px}
.reproductor .btn-audio .btn-audio__icon:before{border-bottom:10px solid transparent;border-left:16px solid #fff;border-top:10px solid transparent;content:"";height:0;inset:0;margin:auto;position:absolute;transform:translateX(2px);width:0}
.reproductor .btn-audio.is-playing .btn-audio__icon:before{background:linear-gradient(90deg,#fff 0 30%,transparent 30% 70%,#fff 70% 100%);border:0;height:18px;transform:none;width:18px}
.reproductor .audio-track{display:none}
.flecha-empezar{align-items:center;display:flex;justify-content:center;margin-bottom:7px;margin-top:-12px}
.flecha-empezar span{border-bottom:4px solid #fff;border-right:4px solid #fff;display:block;height:18px;transform:rotate(45deg);width:18px}
.parallax{--parallax-offset:0px;background-attachment:scroll;background-position:center calc(50% + var(--parallax-offset));background-repeat:no-repeat;background-size:115%;height:60vh;overflow:hidden;position:relative;will-change:background-position}
@media (min-width:768px){.parallax{background-size:125%;background-position:center calc(15% + var(--parallax-offset))!important;height:80vh!important}}
