body {
    text-align: center;
    background: black;
    color: white;
}
h1 {
    margin-top: 40vh;
}
h1 span {
    display: inline-block;
    animation: whobble 2s infinite;
}
abbr {
    text-decoration: none;
}
#connection {
    position: absolute;
    top: 5px;
    right: 5px;
}
@keyframes whobble {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline-style: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.i {
    stroke-width: var(--i-stroke, 2);
    width: var(--i-size, 24px);
    height: var(--i-size, 24px);
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    --ratio: 1;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 1vw;
    font-weight: normal;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

::selection {
    background: #252525;
    color: #ffffff;
}

::-moz-selection {
    background: #252525;
    color: #ffffff;
}

::-webkit-selection {
    background: #252525;
    color: #ffffff;
}

::-webkit-scrollbar {
    display: none;
}

textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

svg,
img,
iframe,
video,
audio,
picture {
    overflow: visible;
    vertical-align: middle;
    position: relative;
}

a:link,
a:visited {
    color: #252525;
    text-decoration: underline;
}

a:hover,
a:hover.visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: sans-serif;
    font-weight: normal;
    color: #111111;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: block;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.1vw;
    line-height: 1;
    margin: 0 0 1vw 0;
    position: relative;
}

h1,
.h1 {
    font-size: 2.3vw;
    line-height: 1;
    letter-spacing: -0.1vw;
}

h2,
.h2 {
    font-size: 2vw;
    line-height: 1;
    letter-spacing: -0.07vw;
}

h3,
.h3 {
    font-size: 1.7vw;
    line-height: 1;
    letter-spacing: -0.04vw;
}

h4,
.h4 {
    font-size: 1.4vw;
    line-height: 1;
    letter-spacing: -0.03vw;
}

h5,
.h5 {
    font-size: 1.2vw;
    line-height: 1;
    letter-spacing: -0.03vw;
}

h6,
.h6 {
    font-size: 1vw;
    line-height: 1;
    letter-spacing: -0.02vw;
}

p {
    margin: 0 0 0.8vw 0;
    font-size: 1vw;
    font-weight: normal;
    text-align: justify;
    display: block;
    line-height: 1.6;
    color: #252525;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
}

small,
small * {
    font-size: 0.5vw;
    color: #252525;
    text-align: left;
}

strong,
b,
.bold {
    font-weight: normal;
    font-family: sans-serif;
}

br {
    font-size: 0;
}

br[clear="all"] {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

hr {
    display: block;
    margin: 1vw 0;
    font-size: 0;
    text-indent: -9999;
    width: 100%;
    height: 1px;
    border: 0;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}

table {
    border-collapse: collapse;
    margin: 0 0 0.8vw 0;
    width: 100%;
    table-layout: fixed;
    border-top: 4px solid rgba(0, 0, 0, 1);
}

table tr {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table tr:nth-child(2n + 1) {
    background: rgba(0, 0, 0, 0.01);
}

table td {
    padding: 1vw;
    vertical-align: middle;
    text-align: center;
}

table th {
    padding: 1vw;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.03);
}

ul,
ol {
    padding: 0;
    margin: 1vw 0;
    overflow: hidden;
    list-style-type: disc;
    font-size: 0.9vw;
}

ol {
    list-style-type: decimal;
}

ul li {
    padding: 0;
    margin: 0 0 0.5vw 2vw;
    text-align: left;
}

ol li {
    padding: 0;
    margin: 0 0 0.5vw 2vw;
    list-style-type: decimal;
    text-align: left;
}

ul li ul,
ol li ol {
    margin: 0.5vw 0 0;
}

ul li:last-child,
ol li:last-child {
    margin: 0 0 0 2vw;
}

.nowrap {
    white-space: nowrap;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-justify {
    text-align: justify !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-transform-uppercase {
    text-transform: uppercase !important;
}

.width-5p {
    width: 5% !important;
}

.width-10p {
    width: 10% !important;
}

.width-15p {
    width: 15% !important;
}

.width-20p {
    width: 20% !important;
}

.width-25p {
    width: 25% !important;
}

.width-30p {
    width: 30% !important;
}

.width-35p {
    width: 35% !important;
}

.width-40p {
    width: 40% !important;
}

.width-45p {
    width: 45% !important;
}

.width-50p {
    width: 50% !important;
}

.width-55p {
    width: 55% !important;
}

.width-60p {
    width: 60% !important;
}

.width-65p {
    width: 65% !important;
}

.width-70p {
    width: 70% !important;
}

.width-75p {
    width: 75% !important;
}

.width-80p {
    width: 80% !important;
}

.width-85p {
    width: 85% !important;
}

.width-90p {
    width: 90% !important;
}

.width-95p {
    width: 95% !important;
}

.width-100p {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.display-none {
    display: none !important;
}

.display-inline {
    display: inline !important;
    overflow: hidden !important;
}

.display-block {
    display: block !important;
    overflow: hidden !important;
}

.display-inline-block {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.clear-both {
    clear: both;
}

.background-none {
    background: none !important;
}

.border-0 {
    border: 0 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

ul.cols {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: visible !important;
    list-style-type: none;
}

ul.cols > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin: 0;
}

ul.cols > li.blank {
    width: 1.84vw;
}

ul.cols.body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table !important;
    z-index: 1;
}

ul.cols.body > li {
    display: table-row !important;
}

ul.cols.body > li:nth-child(1) {
}

ul.cols.body > li:nth-child(2) {
    height: 100%;
}

ul.cols.body > li:nth-child(2) div.container {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: table;
}

ul.cols.body > li:nth-child(2) div.container div.radio {
    display: table-cell;
    vertical-align: middle;
}

ul.cols.body > li:nth-child(3) {
    vertical-align: bottom;
}

section {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.bg {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

div.bg div.placeholder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(12px);
    animation: bga 60s linear infinite;
    opacity: 0.8;
}

@keyframes bga {
    50% {
        transform: scale(2);
    }
}
div.title {
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}


div.time {
    z-index: 10;
    text-shadow: 0 0.052vw 0.052vw rgba(0, 0, 0, 1);
    background: rgb(0 0 0 / 23%);
    border-radius: 100px;
    padding: 3px 10px;
    opacity: 0;
    animation: 0.5s ta 1s linear forwards;
}

div.time span {
    display: inline-block;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0 0.052vw 0.052vw rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 1;
}

div.time span:nth-child(3),
div.time span:nth-child(6) {
    animation: tad 1s linear infinite;
}

@keyframes tad {
    50% {
        opacity: 0;
    }
}

@keyframes ta {
    100% {
        opacity: 1;
    }
}

div.cent a {
    font-family: sans-serif;
    text-decoration: none;
    font-size: 1.2vw;
    display: inline-block;
    color: #ffffff;
    background: none;
    line-height: 1;
    padding: 1vw 1.2vw 1vw 3.6vw;
    text-transform: uppercase;
    border-radius: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

div.cent a:hover {
    background: rgba(255, 255, 255, 0.3);
}

div.cent a:before {
    content: "";
    position: absolute;
    left: 0.2vw;
    top: 50%;
    width: 2.8vw;
    height: 2.8vw;
    transform: translateY(-50%);
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    font-size: 1.5vw;
    font-family: sans-serif;
    background-image: url(_img/coin.gif);
    background-size: cover;
}

div.price {
    position: fixed;
    left: 3vw;
    bottom: 9vw;
    z-index: 10;
}

div.price a {
    font-family: sans-serif;
    text-decoration: none;
    font-size: 1.2vw;
    display: inline-block;
    color: #ffffff;
    background: none;
    line-height: 1;
    padding: 1vw 1.2vw 1vw 3.6vw;
    text-transform: uppercase;
    border-radius: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

div.price a:hover {
    background: rgba(255, 255, 255, 0.3);
}

div.price a:before {
    content: "";
    position: absolute;
    left: 0.3vw;
    top: 50%;
    width: 2.7vw;
    height: 2.7vw;
    transform: translateY(-50%);
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    font-size: 1.5vw;
    font-family: sans-serif;
    background-image: url(_img/price.gif);
    background-size: cover;
}

div.quality {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

div.quality label.switch {
    position: relative;
    display: inline-block;
    width: calc(4.5vw * var(--ratio));
    height: calc(2.7vw * var(--ratio));
}

div.quality label.switch:after {
    position: absolute;
    left: calc(5.5vw * var(--ratio));
    top: 50%;
    transform: translateY(-50%);
    content: "Baja Calidad";
    font-size: calc(0.79vw * var(--ratio));
    line-height: 0.9;
    color: #ffffff;
    text-transform: uppercase;
    font-family: sans-serif;
}

div.quality label.switch input {
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2000px;
}

div.quality label.switch span {
    cursor: pointer;
    transition: transform 0.3s;
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 0;
    margin: calc(0.2vw * var(--ratio));
    width: calc(2.3vw * var(--ratio));
    height: calc(2.3vw * var(--ratio));
    background: #ffffff;
    border-radius: 2000px;
    overflow: hidden;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

div.quality label.switch input:checked {
    background: #55a3f8;
}

div.quality label.switch input:checked ~ span {
    transform: translateX(calc(1.8vw * var(--ratio)));
}

div.controls {
	z-index: 2;
	bottom: 10px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #00000047;
	padding: 10px;
	position: relative;
}

div.controls ul.cols.controls {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
}
.equalizer {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 18px;
		width: 35px;
}
.bar {
	width: 15px;
	background-color: #ffffff;
	transition: height 0.3s ease;
}
.godo{
	background-color: #49ad32;
	width: 193px;
	color: white;
	height: 26px;
	font-size: 16px;
	padding: 4px;
	font-weight: 600;
}
svg.loading {
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 50%;
    transform: translate(0%, -50%);
    opacity: 0.8;
}

svg.loading text {
    font-family: sans-serif;
    font-size: 2.8vw;
    text-transform: uppercase;
    fill: #ffffff;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3vw;
    width: 100%;
    z-index: 9;
}

footer p {
    margin: 0;
    font-size: 0.8vw;
    color: #ffffff;
    line-height: 1.5;
}

footer a {
    color: #ffffff !important;
    opacity: 0.9;
}

footer a[href*="pdf"] {
    display: block;
    background: url(_img/pdf.svg) left top no-repeat;
    height: 3.5vw;
    padding: 0 0 0 4.7vw;
    color: #ffffff !important;
    font-size: 1.2vw;
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    width: 10vw;
    line-height: 1;
    margin-bottom: 2vw;
    transition: all 0.2s;
}

footer a[href*="pdf"]:hover {
    filter: drop-shadow(0 0 0.208vw rgba(255, 255, 255, 0.7));
}

div.app {
    display: block;
    margin-bottom: 1vw;
}

div.app a {
    display: inline-block;
}

div.app a:nth-child(1) {
    margin: 0 2vw 0 0;
}

div.app a img {
    width: auto;
    height: 3vw;
    transition: filter 0.2s;
}

div.app a:hover img {
    filter: drop-shadow(0 0 0.208vw rgba(255, 255, 255, 0.7));
}

div.megasocial {
    position: relative;
    right: 3vw;
    z-index: 2;
    margin-top: 150px;
}

div.megasocial ul {
    display: inline-block !important;
    width: auto !important;
    list-style-type: none !important;
}

div.megasocial ul li {
    margin-left: 4px;
    height: auto !important;
    padding-left: 1vw;
    position: relative;
    display: inline-block !important;
}

div.megasocial ul li:first-child {
    padding-left: 0 !important;
}

div.megasocial ul li a {
    background: none !important;
    padding: 1.8vw !important;
    border: 1px solid #ffffff;
    border-radius: 100px;
    display: inline-block !important;
    width: 10vw !important;
    height: 10vw !important;
    transition: filter 0.2s;
    line-height: 1;
}

div.megasocial ul li a:hover {
    filter: drop-shadow(0 0 0.208vw #ffffff);
}

div.megasocial ul li img {
    width: 100% !important;
    height: 100% !important;
}

nav {
    display: none;
}

div.eq {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 90%;
    transform: skew(0deg, 0deg) translate(-1vw, -50%);
    opacity: 0;
    overflow: hidden;
}

div.eq.on {
    opacity: 0.3;
}

div.popup {
    position: absolute !important;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}

div.popup.on {
    visibility: visible;
    opacity: 1;
    z-index: 4300;
}

div.popup img.price {
    width: auto;
    height: 92vh;
    border-radius: 1vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-iframe {
    top: 50%;
    left: 50%;
    position: absolute;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 880px;
    padding: 1rem;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 1rem;
}

.popup-iframe iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
span.close {
    position: fixed;
    right: 3vw;
    top: 3vw;
    width: 3.1vw;
    height: 3.1vw;
    z-index: 2;
    transition: all 0.2s;
    background: url(_img/ico-close.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 101;
    display: none;
    border-radius: 100px;
}

span.close.on {
    display: flex;
    z-index: 4500;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.close:hover {
    filter: drop-shadow(0 0 0.208vw #ffffff);
}

nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 19vw;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s;
}

nav div.nav {
    position: relative;
    padding: 5px;
    z-index: 1;
    width: 100%;
    max-height: 100px;
    background: linear-gradient(98deg, #183a26, #49ad32);
}

div.menu {
    width: 30vh;
    height: calc(100vh);
    overflow: scroll;
    transform: translateY(-100%);
    transition: all 0.5s;
    background: linear-gradient(98deg, #002499, #009e97);
}

div.menu p {
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    padding: 4vw;
    margin: 0;
}

div.menu a {
    color: #ffffff !important;
    opacity: 0.9;
}

div.menu div.megasocial {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 5vw;
    width: 100%;
    text-align: center;
}

div.menu div.megasocial ul li a {
    width: 12vw !important;
    height: 12vw !important;
    padding: 3.5vw !important;
}

div.menu div.megasocial ul li,
div.megasocial ul li:first-child {
    padding: 0 1.3vw 1.3vw !important;
}

div.menu div.version {
    padding: 0 8vw;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

nav.on {
    height: 100vh;
}

nav.on div.menu {
    transform: translateY(0%);
}

div.menu a[href*="pdf"] {
    display: block;
    background: url(_img/pdf.svg) 8vw 5vw no-repeat;
    background-size: 10vw;
    height: 20vw;
    padding: 6vw 5vw 5vw 22vw;
    color: #ffffff !important;
    font-size: 4vw;
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    width: 100%;
    line-height: 1;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

div.menu a[href*="pdf"]:hover {
    filter: drop-shadow(0 0 0.208vw rgba(255, 255, 255, 0.7));
}

div.quality {
    /* top: 15vw;
                    left: 8vw; */
    bottom: auto;
    --ratio: 3.5;
}

span.hamburger {
    display: block;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

span.hamburger span {
    display: block;
    width: 100%;
    height: 30%;
    background: #ffffff;
    transition: all 0.2s;
    transform-origin: 50% 50%;
    margin-bottom: 3px;
}

div.links {
    display: none;
}

svg.loading {
    top: 98vw;
    height: 26vw;
}

svg.loading text {
    font-size: 13vw;
}

footer {
    display: none;
}

div.eq {
    top: 143vw;
    z-index: 2;
    transform: none;
}

div.popup {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    padding: 0vw;
}

div.popup img.price {
    width: 100%;
    height: auto;
    border-radius: 3vw;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
}
span.close {
    width: 14vw;
    height: 14vw;
    background-color: #7267c7;
}

.player-visualizer {
    position: fixed;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 100%;
    opacity: 0.28;
    filter: url(#gooey);
    inset: auto -20px -20px;
    z-index: 1;
}
.visualizer-filter {
    display: none;
}
@keyframes pulse {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
.player-toggle {
    border-radius: 50rem;
    background-color: #ffffff3d;
    transition: opacity 0.3s, background-color 0.3s;
    padding: 1.2rem;
    margin-right: 1.5rem;
    color: #fff;
    position: relative;
    cursor: pointer;
    --pulse-state: block;
}
.player-toggle.on {
    --pulse-state: block;
}
.player-toggle.on .i-play,
.player-toggle:not(.on) .i-pause {
    display: block;
}
.player-toggle:focus {
    outline: 0;
}
.player-toggle::after,
.player-toggle::before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    animation: pulse 2s ease-out infinite;
    display: var(--pulse-state, none);
}
.player-toggle:after {
    animation-delay: 1s;
}
.player-toggle:hover {
    opacity: 0.9;
    --pulse-state: block;
}

.footer-tool {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    width: 178px;
    padding: 4px;
    margin-left: 11px;
    margin-right: 23px;
}
.history-button {
    padding: 0.65rem 1.25rem;
    font-family: sans-serif;
    color: #fff;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 3rem;
    transition: background-color 0.3s;
    cursor: pointer;
}
.history-button:hover {
    background-color: rgb(0 0 0 / 20%);
}
.history-button svg {
    width: 20px;
}
@media (min-width: 401px) {
    .history-button svg {
    }
    .history-button {
        --i-size: 1.5vw;
        text-align: justify;
    }
}
.playerListeners {
    position: absolute;
    display: block;
    inset: auto 0 0;
    padding: 1rem;
    text-align: right;
    color: #fff;
    line-height: 1;
    font-family: sans-serif;
    font-size: 0.875rem;
    text-shadow: 0 0.052vw 0.052vw rgb(0 0 0 / 80%);
    bottom: 0px;
}

.play.player-toggle .i-play {
    display: block;
}
.play.player-toggle .i-pause {
    display: none;
}
.play.player-toggle.playing .i-play {
    display: none;
}
.play.player-toggle.playing .i-pause {
    display: block;
}
.ciudad_nombre {
    width: 200px;
    color: white;
    height: 25px;
    font-size: 15px;
    padding: 3px;
    top: 50px;
    position: relative;
    text-align: start;
    left: 7px;
}
.placeholder {
    margin-top: 0px;
    top: -31px;
    padding-left: 4px;
    padding-right: 28px;
}
.pie {
    position: fixed;
    bottom: 0;
    background-color: black;
    height: 75px;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.principal{
	position: relative; z-index: 12; top: 142px; padding-left: 10%; padding-right: 10%; width: fit-content; margin: 0 auto;
}
