html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
    font-size: revert;
    margin: revert;
}

h1 {
    font-weight: 600;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

#page-title {
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 0;

}

.logo {
    display: block;
    margin: 1em auto;
    max-width: 354px;
    height: 66px;
    background: url(logo.svg) no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}

.category-title {
    font-size: 2em;
}

.container {
    padding: 0 1rem;
    margin-bottom: 4em;
}

.container.header {
    margin-bottom: 0;
}

.card {
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 2em 0;
}

.card.white {
    border: none;
    background: #fff;
    color: #000;
}

.no-margin {
    margin-bottom: 0;
    margin-top: 0;
}

.card .block {
    padding: 16px 20px;
    position: relative;
}

.card .block:not(:first-child) {
    border-top: 1px solid #fff;
}

h2 {
    font-size: 1.25em;
    text-align: center;
}

h2 small {
    display: block;
    font-weight: normal;
}

.card h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
}

.card h3 span {
    font-size: .75em;
    position: relative;
    top: -5px;
}

.card.new h3:after {
    content: "nuevo";
    display: inline;
    background: #ff0000;
    font-size: .5em;
    padding: 1px 5px;
    border-radius: 3px;
    position: relative;
    top: -7px;
    margin-left: 5px;
}

.card.white.new h3:after {
    color: #fff;
}

.card h4 {
    margin: 0;
    font-weight: 600;
}

span.hidden {
    display: none;
}

.logo-cc0 {
    position: absolute;
    top: 0;
    right: 0;
}

.logo-cc0 img {
    width: 64px;
}

.card p {
    padding-top: 0;
    margin-top: 0;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

a.small {
    display: block;
    padding: 5px 0;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
    font-size: .8em;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

.white a.small {
    color: #000;
}

.btn-primary {
    background: #fff;
    color: #000;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: 1px;
    margin-bottom: .5em;
}

.btn-primary.btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.btn-primary.btn-youtube {
    background: #1db954;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: 1px;
    margin-bottom: .5em;
}

.btn-secondary.btn-spotify {
    background: #fff;
    color: #1db954;
    border-color: #1db954;
}

.btn-secondary.btn-youtube {
    background: #000;
    color: #fff;
    border-color: #ff0000;
}

.card.white .btn-secondary {
    border-color: #5E5CE6;
    background: #fff;
    color: #5E5CE6;
}

.card.white .btn-secondary.not {
    border-color: #858E8F;
    background: #fff;
    color: #858E8F;
}

.btn-terciary {
    color: #1db954;
}

#panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#panel.visible {
    display: block;
}

#panel .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

#panel .container {
    width: 100%;
    max-width: 420px;
    padding: 0;
    background: #fff;
    color: #000;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 0px 10px #000;
    display: none;
}

#panel.visible.track-01 .container.track-01,
#panel.visible.track-02 .container.track-02,
#panel.visible.track-03 .container.track-03 {
    display: block;
}

#panel h2 {
    font-weight: 400;
    font-size: 1em;
}

#panel ul {
    padding: 0;
    border-top: 1px solid #000;
    margin-bottom: 0;
}

#panel ul li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #000;
}

#panel a {
    color: #000;
    display: block;
    padding: 12px 0;
}

.main-carousel {
    margin: 0;
}

.flickity-viewport {
    height: 240px !important;
}

.carousel-image {
    display: block;
    height: 200px;
    border-radius: 4px;
    /* set min-width,
       allow images to determine cell width */
    min-width: 150px;
    max-width: 100%;
    margin-right: 15px;
    /* vertically center */
    transform: translateY(-50%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
}

#menu {
    padding: 0;
    margin: 0 0 4em;
}

#menu li {
    list-style: none;
    padding: 0 0 .75em;
    border-bottom: 1px solid #ccc;
    margin: 0 0 .75em;
    position: relative;
    display: flex;
    align-items: start;
}

#menu li a {
    display: block;
}

#menu li .fecha {
    float: left;
    display: block;
    width: 50px;
    background: #cc0000;
    padding: 2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75em;
    text-align: center;
    margin-right: 1em;
    position: relative;
    top: 4px;
}

#menu li .fecha strong {
    background: #fff;
    color: #000;
    display: block;
    width: 100%;
    font-size: 2em;
}

#menu li .comprar {
    background: #1db954;
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    padding: 0.5em 1em;
}

#menu li small {
    display: block;
    font-weight: normal;
    color: #666;
}

#menu li strong {
    margin-left: 6em;
}

#menu li h6 {
    margin: 0;
}

#social {
    padding: 0;
}

#social li {
    list-style: none;
    padding: 0;
}

#social a {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: 1px;
    margin-bottom: .5em;
}

#social a.btn-whatsapp {
    background: #25d366;
    border-color: transparent;
    color: #fff;
}

.categoryContainer {
    /* display: none;*/
    border-bottom: 3px solid #000;
    position: relative;
}

.categoryContainer:after {
    content: "+";
    display: block;
    position: absolute;
    bottom: .5rem;
    right: 0;
    font-size: 2em;
    line-height: 1.75em;
}

.categoryContainer.expanded:after {
    content: "–";
}

.subCat {
    display: none;
}

.subCat .container {
    margin-bottom: 3em;
}

.subCat .container,
.subCat .container ul {
    padding: 0;
}

.subCat.visible {
    display: block;
}

.subtitle {
    text-align: center;
}

[class^="item-"] p {
    margin: 0;
}

.precio {
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 10px;
}

.item-contenido {
    margin-left: .5rem;
    flex: 1 0 70%;
}

.item-contenido .nombre {
    font-size: 1.2em;
    line-height: 24px;
    font-weight: bold;
}

.item-contenido .descripcion,.estado {
    font-size: 1em;
    line-height: 20px;
    font-weight: 400;
    color: #666;
}

.thumbnail {
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.modal-body{
    padding: 0rem;
}

.modal-body p {
    margin: 0;
}

.modal-body .slider{
    position:relative;

    margin: 0 auto;
}

.slider img.invisible{
    visibility: hidden;
    width:100%;
    height:auto;
}

.slider img:not(.invisible){
    position:absolute;
    top: 0;
    left:0;

    width: 100%;
    height: 100%;
}

.modal-image_backdrop{
    background-color: transparent;

    position:absolute;
    left: 0;
    top: 0;
    right:0;
    bottom:0;

    backdrop-filter: blur(5px);
}

.modal-contenido{
    padding: .75rem;
}
/* 
.modal-contenido .nombre {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}

.modal-contenido .descripcion {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #666;
} */

#modal{
    width: 90vw;
    max-height: 90vh;
    max-width: 500px;
    height: unset !important;
    
    overflow: hidden;
    background-color: white;
    position:fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    box-shadow: 2px 2px 20px #00000033;
}

#backdrop{
    background-color: #ffffff66;
    backdrop-filter: blur(5px);
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
}

.carousel-indicators li{
    width:5px;
    height:5px;
    margin-left: 4px;
    margin-right: 4px;

    border-radius: 50%;
    background-color: #555;
}

.carousel-indicators .active{
    background-color: white !important;
}