
html, body{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family: 'Poppins', sans-serif !important;
}
/*//// FUENTES ///////*/
h1, h2, h3, h4, h5, h6, p, li {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
    font-weight:300;
}
.bold{font-weight:700;}
.home-text{color: #663399 ;}
.text-in{color: #635646;}
.espacio-top {padding-top: 150px;}
main section .paq ul { width: 100%;
    padding: 0;
    margin:10px 20px;}
main section .paq ul li, .estilos-li-prod {
    color:#fff;
    font-size: 0.9rem; 
    line-height: 2rem;
    list-style: none;
    padding: 0 10px;
    border-bottom: 1px solid #fff;


}

/*//// FIN FUENTES ///////*/

.musicAnimation{
    width: 100%;
    margin: auto;
    padding: 120px 0 0 0;
    box-sizing: border-box;

    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
}

header{
    width: 100%;
    position: fixed;
    z-index: 500;
    background: #fff;
    /*border-bottom: #663399 c9 solid 1.5px;*/
}

.header-interior{
    background: url("../images/top-interior.svg") repeat-x;
    background-position: center;
    height: 317px;

}

header nav{
    width: 100%; 
    max-width: 1280px;
    height: 120px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/xmusic-cel-logo.svg") no-repeat 55% 15%;
    background-size: 40%;
    background-color: #fff;
}

.cell-logo{
    display:flex;
    width: 100%;
    height: 50px;
    background-color: #663399 ;
}

#btn-menu{
    display: none;
}

#btn-menu:checked ~ .menu {margin-left: -15px;}

header .btnMenu {
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 10px;
    margin: 10px 0 0 10px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    border: solid 1px #663399;
    border-radius: 5px;
    background: url("../images/btn-menu.svg") no-repeat 50% 170%;
    background-size: auto auto;
    background-size: 110%;
}

header .btnMenu:hover {
    background: url("../images/btn-menu.svg") no-repeat 50% -30%;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto auto;
    background-size: 100%;
    background-color: #663399;
}

ul.menu{
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    position: absolute;
    width: 100%;
    margin-top: 90px;
    margin-left: -500px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;

}

/*.menu li { margin: 0 5px 0 0;}*/



.xmusic-logo{
    display: none;
    position:absolute;
    width: 180px;
    -webkit-filter: drop-shadow(-1px 0px 1px #2f1712);
    filter: drop-shadow(-1px 0px 1px #2f1712);
}

.xmusic-2-logo{
    display: none;
    position:relative;
    float: left;
    margin-left: 10px;
    width: 150px;
}

/*////Form Styles ///////*/
form {
    width: 340px;
    float: right;
    margin: 20px 10px 10px;
}
input, textarea, button, .home-icon {
  font-size: .8rem !important;
  border-color: #663399 ;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
  line-height: 1.3rem;
  padding: .2rem 1rem;
  text-align: center; 

}
.qr-icon{
background: url("../images/qr-icon.svg") no-repeat 3%;
background-size: 15%;

}

.home-icon{
background: url("../images/home-icon.svg") no-repeat;
background-size: 15%; background-position: 8% -34%;

}

.menu li .home-icon:hover { background-position: 8% 130%; }


/*////Fin Form Styles ///////*/
.paqs-content{
    width: 100%; 
    display: flex; 
    padding: 0 30px 0 30px; 
    box-sizing: border-box; 
    margin: 20px 0;
    flex-flow: wrap row;
    justify-content: center;
}
.paqs-content h1 {font-size: 2.5rem; /*color: #663399 ; */line-height: 2.8rem; text-align: center;}
.paqs-content p {/*color: #663399 ;*/ margin: 20px 0; width: 100% ;}
.paq{
    width:100%;
    height: 100%;
    margin: 5px;
    padding: 15px; box-sizing: border-box;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-content: center; 
    border-radius: 10px; -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px;
}
.paq img { width: 50px; height: 30%; }
.paq h3 { font-size: 1.6rem; color: #fff; margin: 5px 0; height: 30%;}
.paq p {font-size: 0.8rem; color: #fff; margin: 20px;}
.paq a {
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size: 0.8rem;
    padding: .5rem 2rem;
    margin: 10px;
    display: block;
    text-decoration: none;
    border: solid 1px #fff;
    text-align: center;
    border-radius: 5px; -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; -o-border-radius: 5px;

}
.paq a:hover {color: #663399 ; background-color: #fff;}

.bg-brown { background-color: #b39b68;}
.bg-gold { background-color: #74483b;}
.bg-in { background-color: #bbb2a8;}
.bg-withe { background-color: #fff;}
.border-1px {border:1px #fff solid;}  
header nav{
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image:none;
}
    .fondo{
    background: url("../Xcaret.jpg");
    margin-top: 90px;
    }
    ul.menu{
        margin-left: -1200px;
        margin-top: 60px;
        padding: 0px;
    }
    .xmusic-logo{
        position:absolute;
        width: 180px;
        -webkit-filter: drop-shadow(-1px 0px 1px #2f1712);
        filter: drop-shadow(-1px 0px 1px #2f1712);
        display: flex;
    }

    .xmusic-logo img{
        width: 90%;
    }
    .xmusic-2-logo{
        display: block;
        position:relative;
        float: left;
        margin-left: 15px;
        width: 150px;
    }

    .xmusic-2-logo img{
        width: 90%;
    }


    /*////ANIMACIÓN ///////*/
    .fondo{
        background: url("../images/Xcaret.jpg");
        background-size: cover !important;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 350px;
        margin-top: 90px;
        background-position: center center;
    }

    .barras {
    	width: 100%;
        max-width: 4.346%;
    	height: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        border: 0;
        z-index: 0;
    }

    .barras .rojo {
        background-color: white;
        width: 100%;
        height: 20%;
        border: 0;
    }
    .barras .rojo:nth-child(1) {
        align-self: flex-start;
        -webkit-animation-name: mymove, myborderBottom;
        animation-name: mymove, myborderBottom;
        animation-delay: 0ms -800ms;
        -webkit-animation-delay: 0ms -800ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
    .barras .rojo:nth-child(2) {
        align-self: flex-end;
        -webkit-animation-name: mymove, myborderTop;
        animation-name: mymove, myborderTop;
        animation-delay: 0ms -800ms;
        -webkit-animation-delay: 0ms -800ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove {
        0%   {height: 0%;}
        100% {height: 20%;}

    }
    /* Standard syntax */
    @keyframes mymove {
        0%   {height: 0%;}
        100% {height: 20%;}
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes myborderBottom {
        0%   {border-bottom: solid 30px #663399 ;}
        60% {border-bottom: solid 50px #663399 ;}
        100% {border-bottom: solid 70px #fff;}

    }
    /* Standard syntax */
    @keyframes myborderBottom {
        0%   {border-bottom: solid 30px #663399 ;}
        60% {border-bottom: solid 50px #663399 ;}
        100% {border-bottom: solid 70px #fff;}
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes myborderTop {
        0%   {border-top: solid 30px #663399 ;}
        60%   {border-top: solid 50px #663399 ;}
        100% {border-top: solid 70px #fff;}

    }
    /* Standard syntax */
    @keyframes myborderTop {
        0%   {border-top: solid 30px #663399 ;}
        60%   {border-top: solid 50px #663399 ;}
        100% {border-top: solid 70px #fff;}
    }

    .out{ display: none; }

    .barras:nth-child(2) .rojo  { animation-duration: 620ms;}
    .barras:nth-child(3) .rojo  { animation-duration: 633ms;}
    .barras:nth-child(4) .rojo  { animation-duration: 607ms;}
    .barras:nth-child(5) .rojo  { animation-duration: 658ms;}

    .barras:nth-child(6) .rojo  { animation-duration: 600ms;}
    .barras:nth-child(7) .rojo  { animation-duration: 627ms;}
    .barras:nth-child(8) .rojo  { animation-duration: 641ms;}
    .barras:nth-child(9) .rojo  { animation-duration: 619ms;}

    .barras:nth-child(10) .rojo   { animation-duration: 687ms;}
    .barras:nth-child(11) .rojo  { animation-duration: 642ms;}
    .barras:nth-child(12) .rojo  { animation-duration: 641ms;}
    .barras:nth-child(13) .rojo  { animation-duration: 600ms;}

    .barras:nth-child(14) .rojo  { animation-duration: 620ms;}
    .barras:nth-child(15) .rojo  { animation-duration: 607ms;}
    .barras:nth-child(16) .rojo  { animation-duration: 641ms;}
    .barras:nth-child(17) .rojo  { animation-duration: 600ms;}

    .barras:nth-child(18) .rojo  { animation-duration: 641ms;}
    .barras:nth-child(19) .rojo  { animation-duration: 620ms;}
    .barras:nth-child(20) .rojo  { animation-duration: 642ms;}
    .barras:nth-child(21) .rojo  { animation-duration: 627ms;}

    .barras:nth-child(22) .rojo  { animation-duration: 619ms;}
    .barras:nth-child(23) .rojo  { animation-duration: 633ms;}
    .barras:nth-child(24) .rojo  { animation-duration: 642ms;}
    .barras:nth-child(25) .rojo  { animation-duration: 600ms;}

    .barras:nth-child(26) .rojo  { animation-duration: 607ms;}
    .barras:nth-child(27) .rojo  { animation-duration: 687ms;}
    .barras:nth-child(28) .rojo  { animation-duration: 642ms;}
    .barras:nth-child(29) .rojo  { animation-duration: 641ms;}

    .barras:nth-child(30) .rojo  { animation-duration: 600ms;}
    .barras:nth-child(31) .rojo  { animation-duration: 633ms;}
    .barras:nth-child(32) .rojo  { animation-duration: 642ms;}
    .barras:nth-child(33) .rojo  { animation-duration: 620ms;}
    /*////FIN ANIMACIÓN ///////*/
    .cell-logo{
        display: none;
    }
    ul.menu{
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 63%;
        flex-direction:row;
        justify-content: flex-end;
    }
    .menu li { margin: 0 5px 0 0;}
    .menu li a {
        color: #663399 ;
        background-color: #fff;
        font-size: .8rem;
        line-height: 1.2rem;
        padding: .22rem 2rem;
        display: block;
        text-decoration: none;
        border: solid 1px #663399 ;
        border-radius: 5px;
    }
    .menu li a:hover{
        color: #fff;
        background-color: #74483b;
    }
    .barras { max-width: 3.125%; }
    
    .out{ display: flex;}
    
    .xmusic-logo{
        position:absolute;
        width: 209px;
    }
    .xmusic-logo img{
        width: 100%;
    }
    .xmusic-2-logo{
        display: block;
        position:absolute;
        width: 190px;
        padding: 10px;
        box-sizing: border-box;
    }
    .paqs-content{
        width: 100%; 
        padding: 80px 30px 0 30px; 
        box-sizing: border-box; 
        margin: 20px 0;
    }
    .paqs-content h1 {
        font-size: 3rem;
        width: 100%;
        display: block;
        margin-bottom: 35px;
    }
    .paqs-content p {/*color: #663399 ;*/ margin: 30px;}
    .paq{
        width:32%;
        height: 100%;
        margin: 5px;
        padding: 15px; 
    }
    .paq img { width: 60px; height: 30%; }
    .paq h3 { font-size: 1.8rem; color: #fff; margin: 5px 0; height: 30%;}
    .paq p {font-size: 0.8rem; color: #fff; margin: 20px;}
    .bg-red{
        background: #663399 ;
    }
    .btnIngresar{
        background-color: #663399 ;
        color: #fff;
        text-align: center;
        width: 100px;
        border-radius: 5px !important;
        cursor: pointer;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -o-border-radius: 5px !important;
    }
/**************Footer**************/
footer {
    background: #663399 ;
    color: #fff;
    margin-top: 200px;
}
.tituloATC {
    font-size: 20pt;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.topInfoATC {
    margin-top: 30px;
}
.infoATC {
    margin-bottom: 5px;
}
.copyright {
    text-align: center;
    /* font-weight: bold; */
    font-size: 11pt;
    margin-top: 15px;
    margin-bottom: 5px;
}
/*Estilos para el modal loading*/
.modal-loading {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    z-index: 500;
}
.modal-loading img {
    position:fixed;
    margin: 0;
    width: 75px;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}
/*Estilos para el tooltip*/
.tooltip-inner {
    max-width: 320px !important;
    background-color: #663399  !important;
    border-radius: 0.10rem !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #c3363c !important;
}
.alert-error{
    position: fixed !important;
    background: rgb(234, 203, 203) !important;
    color: #663399  !important;
    top: 8px !important; 
    right: 0px !important;
    border-radius: 0px !important;
}
.alert-dismissible .close {
    font-size: 18pt!important;
}
/*Estilos para los iconos idiomas*/
.icoIdioma {
    width: 30px;
    cursor: pointer;
}
section.langContent {
    width: 60px;
    position: absolute;
    left: 40px;
}
.mxLang {
    width: 30px;
    float: left;
}
.engLang {
    width: 30px;
    float: right;
}
.selectedLang {
    border: solid #000000 2.5px;
    border-radius: 5px;
}
/*Estilos para el modal*/
.icoFaq {
    display: inline-block;
    width: 7%;
    position: relative;
    top: -10px;
}
.Question {
    display: inline-block;
    color: #504e4e;
    font-size: 12pt;
    font-weight: bold;
    width: 90%;
}
.answer {
    width: 75%;
    display: block;
    margin-left: 40px;
    font-weight: 500;
    font-size: 11.5pt;
    color: #4d4949;
}
.close {
    color: #fefefe !important;
    opacity: 1.2 !important;
    font-size: 25pt !important;
}
.title-faqs {
    color: #fff;
    background: #663399 ;
}
h4#current-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.faqs li.faq {
    margin: 16px 0;
}
.faqs li.faq img {
    width: 36px;
    padding: 2px 4px;
    margin-right: 6px;
}
.badge-num {
    background: #663399 ;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 16px;
    text-align: center;
    line-height: 1.8;
}
.modal-dialog {
    max-width: 600px !important;
}
.content-faqs {
    max-height: 640px;
    overflow-y: auto;
}
#titleContAlbums {
    margin-left: 5px;
}
#classic_pack_info {
    /*margin-bottom: 30px;*/
}