* {
    margin: 0%;
    padding: 0%;
}



pwa-update::part(updateToast) {
    display: none !important;
}

pwa-update::part(offlineToast) {
    display: none !important;
}

.adFeedPC {
    display: none;
}

.load {}



p {

    font-family: 'Cantarell', sans-serif;

}

h3 {
    font-family: 'Rubik', sans-serif;

}

h2 {
    font-family: 'Comfortaa', cursive;

}

.txt-div {
    display: flex;
    justify-content: space-around;
}

.txt-tab {
    color: #0f96f0;
    margin: 0 auto 2px auto !important;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    background: -webkit-linear-gradient(left top, rgb(30, 154, 255), #0063a5);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #41acf3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titTAB2 {
    color: #0f96f0;
    margin: 1%;
    font-family: 'Rubik', sans-serif;
    font-size: 80%;
    background: -webkit-linear-gradient(left top, rgb(30, 154, 255), #0063a5);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #41acf3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    top: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    max-height: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color: #242323;
    height: auto;
    padding-top: constant(safe-area-inset-top);
    /* iOS 11.0 */
    padding-top: env(safe-area-inset-top);
    /* iOS 11.2 */

}

html {
    overflow: auto;
}



/* background: url(images/bg.jpg) #313131 no-repeat; */


/*
.main-header {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    z-index: 10;
}
*/


.btsr {
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.back {
    background-color: #313131;
    height: max-content;
}

.search-icon {
    margin: auto !important;
    padding: 0;
    width: 25px !important;
    -webkit-tap-highlight-color: none !important;
    padding: 3px 3px 5px 3px !important;

}

.search-box {
    position: absolute;
    top: 54%;
    left: 3%;
    transform: translate(5%, -50%);
    background-color: #1b1b1b !important;
    height: 45px;
    border-radius: 40px;
    padding: 5px;
    margin: auto;
}

.results {
    background-color: rgb(47, 47, 47);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: white;
    font-family: 'Rubik', sans-serif;
    display: none;
    transition: 0.2s !important;
    padding: 5%;

}

.results a {
    display: block;
    outline: none !important;
    margin: 8px;
}

.results a:link,
.results a:visited,
.results a:active {
    text-decoration: none !important;
    outline: none !important;
}


.search-btn {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: -2px;
    transition: 0.4s;
}




.search-txt {
    border: none;
    background: none;
    outline: none;
    float: right;
    padding: 0;
    color: white;
    font-size: 19px;
    transition: 0.4s;
    line-height: 38px;
    margin-left: 2px;
    width: 0px;
    text-align: center;
    font-family: 'Rubik', sans-serif;

}

.head-bar {
    display: flex;
    top: 0;
    height: 53px;
    width: 100%;
    background-color: #1b1b1b;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    outline: none;
    margin: 0;
    z-index: 1;

}

.head-barBJ {
    display: flex;
    top: 0;
    height: 8%;
    width: 100%;
    background-color: #242323;
    z-index: 0;
    outline: none;
    margin: 0;

}

.head1 {
    width: 40%;
}

.head2 {
    width: auto;
    padding-top: 5px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
}

.head2 img {
    width: 100px;
    text-align: center;
    margin: auto;
}



.head3 {
    width: 40%;
    margin: auto;
    text-align: right;
}

.head3 img {
    margin: auto;
    width: 28%;
    margin-right: 5%;
}


.cont {
    font-family: 'Rubik', sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: double 3px transparent;
    background-image: radial-gradient(circle at top left, rgb(30, 248, 255), #41acf3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: auto;
    text-align: center;
    font-size: small;
}

.contF {
    font-family: 'Rubik', sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: double 3px transparent;
    background-image: radial-gradient(circle at top left, rgb(30, 248, 255), #41acf3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: auto;
    text-align: center;
    font-size: small;
    width: 150px;
}

.cont p {
    color: #313131 !important;

}

.contF p {
    color: #313131 !important;

}

.w-full {
    width: 100%;
}

.centrado {
    position: center;
    text-align: center;
    margin: auto;
    left: 0;
}



.logo img {
    max-height: 33px;
    width: 100px !important;
}

.hrs {
    margin: 0;
    background: rgb(114, 219, 245);
}


/*
header{
    position: relative;
    max-width: 100%;
    max-height: 10%;
    background-color: #313131;
    padding: 0%;
    margin-top: 0%;
    margin: 0%;

}
*/

.menu {
    background: rgb(190, 178, 178);
    width: 100%;
    position: fixed;
    padding: 20px;
    float: top;
    float: left;
    margin-top: 30%;
}

.titulo p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 99%;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #797979bb;
}

.titulo {
    background-color: #ff0f0f00;
    text-align: center;
    width: 100%;
    position: fixed !important;
    z-index: 1000;
    display: flex;
    margin-top: 20px;
}



.tit01 {
    width: 32.5%;
}

.tit01F {
    width: 33.8%;
}

.tit02 {
    width: 35%;
    margin: auto;

}

.tit02F {
    width: 35%;
    margin: auto;

}

.tit03 {
    width: 32.5%;
    margin: auto;

}

#tab03 {
    font-size: medium;
    margin: auto;
}


#desplega {
    max-height: 200px;
    overflow-y: scroll;
}

.tit03 button {
    padding: 5px 12px 5px 12px;
    position: relative;
    background-color: rgba(68, 68, 68, 0.308);
    display: flex;
    margin: auto;
    color: white;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
}

.tit03 button p i {
    margin-right: 3px;
}

#desplega  {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 90%;
    color: black;
    background-color: rgb(47, 47, 47);
    border-radius: 8%;

}


.dropdown-toggle::after{
    display: none !important;
}

#desplega a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background-color: rgb(47, 47, 47);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: 7%;

}

.dropdown {
    z-index: 1;
}

#selected {
    outline: none;
    background-color: #313131;
}



.tituloFEST {
    background-color: #1a1a1a;
    text-align: center;
    width: 100%;
    height: 8%;
    top: 0;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    position: fixed;
    z-index: 1000;
}

.cnpromo1 {
    width: 80%;
    align-self: center;
    padding: 0;
    border-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.424));
    margin: 0;
}

.cnpromopq {
    margin: auto;
    width: 80%;
    height: 120px;
    align-self: center;
    padding: 0;
    border-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.424));
    margin-bottom: 3vh !important;
    background-image: url('images/icons/gifLOADselfme.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.centradoP {
    text-align: center;
    margin: auto;
    left: 0;
    top: 1vh;
}

.promo1 {
    margin: 0 !important;
    padding-top: 2vh !important;
    padding-bottom: 3vh !important;
}

.promo2 {
    margin-bottom: 2vh !important;
}

.btn-a-perfil {
    text-align: right;
    outline: none;
    background: transparent;
    margin-right: 3%;
}


.company-header-avatar {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 60px;
    -moz-background-clip: padding;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}


.userphph {
    z-index: -1;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    border-radius: 50px !important;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;


}

.userphBorde {
    z-index: -2;
    width: 39px;
    height: 39px;
    margin: 8px 15px 2% auto;
    border-radius: 50%;
    border: double 5px transparent;
    background-image: linear-gradient(rgb(26, 238, 253), rgb(7, 11, 240)), radial-gradient(circle at top left, rgb(30, 248, 255), #3020ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
}




.count {
    width: 40px;
    margin-left: -10px;
    margin-top: -10px;
}


.notification-counter {
    background-color: cyan;
    background: -moz-linear-gradient(left, rgb(30, 248, 255) 0%, rgb(3, 130, 214) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(11, 207, 214)), color-stop(100%, rgb(0, 117, 195)));
    background: -webkit-linear-gradient(left, rgb(30, 248, 255) 0%, rgb(32, 166, 255) 100%);
    background: -o-linear-gradient(left, rgb(30, 248, 255) 0%, rgb(3, 119, 197) 100%);
    background: -ms-linear-gradient(left, rgb(30, 248, 255) 0%, rgb(8, 110, 179) 100%);
    background: linear-gradient(to right, rgb(30, 248, 255) 0%, rgb(6, 134, 219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ef8ff', endColorstr='#20a6ff', GradientType=1);
    color: rgb(51, 51, 51);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font: 10px Verdana;
    font-weight: 1000;
    text-align: center;
}


.counter-avisos {
    padding-top: 2.5px;
    text-align: center;
}


/*////////////////LEVEL POPUP///////////////*/





.wrapper {
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.button {
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 2px;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 14px;
    height: 60px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    box-shadow: 0 0 0 white, 0 0 0 white;
}

.popup {

    opacity: 0;
    visibility: hidden;
    height: 400px;
    width: 400px;
    flex-shrink: 0;
    border-radius: 3px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease
}

.popup-inside {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 black;
    transition:
        box-shadow 0.5s ease 0.7s,
        border-radius 0.35s ease 0.7s;
}

.backgrounds {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.background {
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #1ef8ff, #3020ff);
    transform: scale(0);
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}

.background2 {
    --offset: 10%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #6bf7fb, #5448ff);
    transform: scale(0);
    transition: all 0.5s ease 0.1s;
}

.background3 {
    --offset: 20%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #98f7fa, #7167fd);
    z-index: 2;
    transition: all 0.5s ease 0.2s;
}

.background4 {
    --offset: 30%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #84fbff, #9991ff);
    z-index: 3;
    transition: all 0.5s ease 0.3s;
}

.background5 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #84fbffa6, #9891ff8e);
    z-index: 4;
    transition: all 0.5s ease 0.4s;
}

.background6 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    z-index: 5;
    transition: all 0.8s ease 0.4s;
}

.content {
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease 0.75s;
    z-index: 10;
}



.content-wrapper {
    text-align: center;
    margin: auto;
}

body.active .content {
    opacity: 1;
    transform: none;
}

body.active .popup {
    opacity: 1;
    visibility: visible;
}

body.active .popup-inside {
    border-radius: 0;
    box-shadow: -50px 0 200px -50px #6bf7fb, 50px 0 200px -50px #5448ff;
}

body.active .background {
    transform: scale(1);
}

body.active .background6 {
    transform: scale(8);
}




/*PUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUBSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/

.cards {
    margin: auto;
    padding-top: 15%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pubs-foto {
    margin: 0;
    margin-bottom: 5%;
    width: 90%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.424));
}


/* Galleriaaaaaaaaaaaaaaaaaaaaaaaa  vvvvvvv

min-height: 40%;
    max-height: 40%;
    min-width: 100%;

vvvv */

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}


/*///////////////PRUEBAS TABBARRRR///////////////*/






.swiper-pagination {
    display: none;
}


footer {
    display: none !important;
}



/* VERSION PC*/
@media only screen and (min-width:500px) {

    .legal-cont{
      display: none;
    }

    a:hover {
        color: rgb(30, 248, 255) !important;
    }

    i:hover {
        color: rgb(30, 248, 255) !important;
    }

    .adFeedPC {
        display: block;
    }

    .adFeed {
        display: none;
    }



    .head-barBJ {
        display: block;
        /*DEJAR EN NONE MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
        position: fixed;
        z-index: 100;
        background-color: transparent;
    }

    .no-comp {
        display: none !important;
        /*DEJAR EN block MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
    }

    .swiper-container {
        display: block !important;
        /*DEJAR EN NONE MIENTRAS NO ESTÉ TERMINADO LA VERSION PC*/
    }

    body::-webkit-scrollbar {
        width: 0.6em !important;

    }


    .swiper-pagination {
        display: none !important;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
        background-color: transparent !important;

    }

    body::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to right, rgb(30, 248, 255), #20a6ff) !important;
        outline: 1px solid rgba(0, 255, 242, 0) !important;
        border-radius: 30px !important;
    }

    body {
        position: relative !important;
    }


    .results {
        background-color: rgb(47, 47, 47);
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        color: white;
        font-family: 'Rubik', sans-serif;
        display: none;
        transition: 0.2s !important;
        padding: 1%;
        position: fixed;
        top: 40px;
        padding-top: 4%;
        z-index: 100;
        width: 290px;
        margin-left: 30px;
    }

    .head1 {
        width: 50% !important;
    }

    .head3 {
        width: 50% !important;
    }

    .titulo {
        margin-top: 10%;
    }

    .tit01 {
        width: 40%;
    }

    .tit03 {
        width: 40%;
    }

    .head2 {
        width: auto !important;
    }

    .head2 img {
        margin-bottom: 2px;
    }

    .tit02 p {
        font-size: large;
    }

    #des {
        float: right;
        width: 200px !important;
    }

    #locTX {
        font-size: large !important;
    }

    .cnpromo1 {
        width: 100% !important;
        background-color: #313131;
        border-radius: 0px;
        background-image: url('images/icons/gifLOADselfme.gif');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .promo1 {
        margin-bottom: 40px !important;
        width: 60%;
        margin: auto !important;
    }

    .promo2 {
        margin-bottom: 0 !important;
    }

    .desli {
        margin-top: 80px !important;
    }

    .desli2 {
        margin-bottom: 75px !important;
    }

    .cnpromopq {
        display: none !important;
    }


    .cnpromopqPC {
        margin: auto;
        width: 80%;
        height: 200px;
        align-self: center;
        padding: 0;
        border-radius: 10px;
        filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.424));
        margin-bottom: 3vh !important;
        background-color: rgb(112, 112, 112);
        background-image: url('images/icons/gifLOADselfme.gif');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    .bt-pa {
        height: 30px;
        text-align: center;
        vertical-align: middle;
        margin: 25px;
        padding: 2.6px 20px 0px 20px;
        margin-top: 12px;
        border-radius: 50px;
        font-family: 'Rubik', sans-serif;
        color: white;
        /*
        background-color: #41acf3 !important;
        background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
        background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
        */
    }

    .bt-pa:hover {
        color: turquoise;
    }


    ::-webkit-scrollbar {
        height: 10px;
        width: 4px;
        background: transparent;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        background: rgb(114, 114, 114);
        border-radius: 10px;
    }

    .desli2 {
        width: 90%;
        margin: auto;
    }

    .promo2 {
        width: 90%;
        margin: auto;
    }

    footer {
        display: block !important;
        position: sticky;
        bottom: 0 !important;
    }



    .pubsCard {
        padding-bottom: 200px !important;

    }

    .pubCard {
        width: 80% !important;
        height: 250px !important;
    }

    .festCard {
        width: 80% !important;
        height: 250px !important;
    }


    .bot {
        margin-top: 138px !important;
    }













    .pc {
        display: block;
    }

    #pc {
        display: block;
    }
}


/**FOOTER**/

footer {
    color: white !important;
    background-color: #1b1b1b91;
    padding: 30px 0px 2px 0px !important;
    font-family: 'Rubik', sans-serif !important;
}

.cool p {
    font-family: 'Rubik', sans-serif !important;
    color: rgb(30, 248, 255) !important;
}

footer ul li {
    padding: 5px 0px;
}

.cool span,
.social span {
    color: #FFF !important;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    font-family: 'Rubik', sans-serif !important;

}

.cool li p,
.social li a {
    color: #FFF !important;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Rubik', sans-serif !important;

}

.social li {
    float: left;
}

.cool,
.social {
    list-style: none;
}

footer .social .fa {
    color: #9c9c9c;
    margin-right: 30px !important;
    font-size: 34px;
}

.cultural-footer{
    margin: 15px auto 25px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bono-footer{
    width: 65px !important;
    margin-right: 3px;
    margin-top: 10px;
}

.ministerio-footer{
    width: 190px !important;
    margin-left: 3px;
    margin-top: 10px;
}

/**********************/

@media only screen and (max-width:500px) {

    .head-barBJ {
        display: block;
    }

    .swiper-container {
        display: block;
    }

    .swiper-pagination {
        display: block;
    }

    .bt-pa {
        display: none;
    }

    .pc {
        display: none;
    }

    #pc {
        display: none;
    }

}


/*****SCROLL HORIZONTAL TAB HOME******/



.slider {
    width: 97%;
    margin: auto;
}


.tj {
    border-radius: 5px;
    outline: none;
    margin-right: 18px;
}

.tj img {
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.424));
    width: 190px;
    height: 110px;
    margin: 0;
    border-radius: 5px;

}


.cargado {
    display: inline-block !important;
}



/************************************/

.enCard {
    outline: none !important;
    text-decoration: none !important;

}

a:link,
a:visited,
a:active {
    text-decoration: none !important;
}

.pubCard {
    width: 90%;
    height: 181px;
    background-image: url('images/icons/gifLOADselfme.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 10px auto 20px auto;
    border-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.103));
}


.topp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 70px;
}



.fond-top {
    background-color: #1a1a1ad8;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 10px 10px;
    border-radius: 10px;
}



.bot {
    border-radius: 10px;
    margin: auto;
    width: 100%;
    background-color: #1a1a1a;
    margin-top: 65px;
}

.bot-fond {
    margin: auto;
    background-color: #1a1a1a;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 10px;
}



.pubCard .fond-top p {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 40%;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 10px 10px 10px;

}

.pubCard h3 {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 80%;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}

.pubCard h4 {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 40%;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}



.alertt {}

.alertt p {
    background-color: #1a1a1ac5 !important;
    padding: 5px 5px 2px 5px !important;
    color: #ccff1c;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Rubik', sans-serif !important;
    margin: 10px 10px 0 10px;

}

.ubiAl {
    margin-top: 20px !important;
}

.ubiAl p {
    background-color: #2c2c2cd2 !important;
    padding: 7px 12px 4px 12px !important;
    color: #7e7e7e;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Rubik', sans-serif !important;
    margin: 10px 10px 0 10px;
    float: right !important;
    font-weight: bold;
    right: 0;
}

.ubiAl p i {
    margin-right: 2px;
}

.midMini {}

.mini {
    margin-bottom: 2px !important;
}

.mini p {
    background-color: #2c2c2cd2 !important;
    padding: 6px 10px 2px 10px !important;
    color: #7e7e7e;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Rubik', sans-serif !important;
    margin: 10px 10px 0 10px;
    float: right !important;
    font-weight: bold;
    right: 0;
    font-size: 9px;
    margin-bottom: 2px !important;

}

.mini p i {
    margin-right: 2px;
}

.pubCard .bot b {
    font-size: 180%;
}

/****FESTIVALES**/
.festCard {
    width: 90%;
    height: 181px;
    background-image: url('images/icons/gifLOADselfme.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 10px auto 10px auto;
    border-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.103));
}

.alerttFest p {
    background-color: #1a1a1ada !important;
    padding: 5px 5px 2px 5px !important;
    color: #1cffd9;
    border-radius: 20px;
    font-size: 10px;
    font-family: 'Rubik', sans-serif !important;
    margin: 10px 10px 0 10px;

}

.festCard .fond-top p {
    color: #f2ff35;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 40%;
    background: -webkit-linear-gradient(left top, rgb(255, 251, 0), #eeff00);
    background: linear-gradient(to bottom right, rgb(255, 251, 0), #eeff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 10px 10px 10px;

}

.festCard h3 {
    color: #f2ff35;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 80%;
    background: -webkit-linear-gradient(left top, rgb(255, 251, 0), #eeff00);
    background: linear-gradient(to bottom right, rgb(255, 251, 0), #eeff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}

.festCard h4 {
    color: #f2ff35;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 40%;
    background: -webkit-linear-gradient(left top, rgb(255, 251, 0), #eeff00);
    background: linear-gradient(to bottom right, rgb(255, 251, 0), #eeff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}


.festCard .bot b {
    font-size: 180%;
}

/*DESLIZA DE PANTALLA PRINCIPAL TENDENCIAS*/

.pubCardDes {
    width: 190px;
    height: 110px;
    background-image: url('images/icons/gifLOADselfme.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 10px 10px 20px 10px !important;
    border-radius: 10px;
    filter: drop-shadow(5px 12px 7px rgba(0, 0, 0, 0.103));


}



.toppDes {
    height: 48px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fond-topDes {
    background-color: #1a1a1ad8;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 10px 10px;
    border-radius: 10px;
}



.botDes {
    border-radius: 10px;
    margin: auto;
    width: 100%;
    overflow-x: hidden;
}

.bot-fondDes {
    margin: auto;
    background-color: #1a1a1a;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.pubCardDes .fond-topDes p {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 30% !important;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*margin: 0 10px 5px 10px;*/
}

.pubCardDes h3 {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 45%;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}

.alerttDes {}

.alerttDes p {
    background-color: #1a1a1ac5 !important;
    padding: 5px 5px 2px 5px !important;
    color: #ccff1c;
    border-radius: 20px;
    font-size: 8px;
    font-family: 'Rubik', sans-serif !important;
    margin: 10px 10px 0 10px;

}

.pubCardDes b {
    font-size: 120%;
}




.pubCardDes h4 {
    color: #0f96f0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bolder !important;
    font-size: 40%;
    background: -webkit-linear-gradient(left top, rgb(78, 175, 255), #003457);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #0a66a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px 10px 0 10px;
}



.loader {
    background-repeat: repeat;
    background-position: center;
    background-size: 95%;
    background-image: url("images/icons/gifLOADselfme.gif") !important;
}






/***POP UP REGISTRO****/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100 !important;
    color: white;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup2 {
    color: white;
    margin: 70px auto;
    padding: 5px;
    background: rgb(71, 71, 71);
    border-radius: 20px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;

}

.popup2 h2 {
    margin-top: 0;

}

.popup2 .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.popup2 .close:hover {
    color: #0ef7ff !important;
}

.popup2 .content {
    height: 500px !important;
}

.ifAnonim {
    height: 500px;
    width: 100%;
    border-radius: 15px !important;
}


@media screen and (max-width: 700px) {
    .box {
        width: 90%;
    }

    .popup2 {
        width: 90%;
    }

    .movNo {
        display: none !important;
    }
}


.container2 {
    width: 80% !important;
    margin: auto !important;
}


.modal {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.bootbox {
    color: #D5D5D5 !important;
}

.modal-content {
    background-color: #212121 !important;
    margin: 15% auto auto auto;
    /* border: 1px solid #888; */
    max-width: 90%;
    height: auto;
    overflow-x: hidden;
    border-radius: 25px !important;
    color: #D5D5D5;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-header {
    border-bottom: 0px solid #dee2e600 !important;

}

.modal-header .modal-title {
    font-family: 'Rubik', sans-serif !important;
    font-weight: bold;
    text-align: center !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff00;
    opacity: .5;
}

.bootbox-close-button {
    color: #fff !important;
}

.btActsPromo {
    margin: auto;
    text-align: left;
    outline: none;
    text-decoration: none;
    color: #D5D5D5;
    display: flex;
    background-color: #333333;
    border-radius: 20px;
    padding: 10px;
    line-height: 35px;
    height: 100px;
    margin: auto;
    font-size: medium;
    font-family: 'Rubik', sans-serif;
}



.btActsPromo img {
    width: 80px;
    margin-right: 10px;
}

.derecha {
    margin: auto;
    text-align: right !important;
    outline: none;
    text-decoration: none;
    color: #D5D5D5;
    display: flex;
    justify-content: right;
    background-color: #333333;
    border-radius: 20px;
    padding: 10px;
    line-height: 35px;
    height: 100px;
    margin: auto;
    font-size: medium;
    font-family: 'Rubik', sans-serif;
    width: 100%;
}



.derecha img {
    text-align: right !important;
    float: right;
    width: 80px;
    margin-left: 10px;
}

.borde {
    border: 2px solid #D5D5D5;

}


.legal-cont{
    background-color: #1a1c1e !important;
    color: #d3d3d3 !important;
    padding: 5px !important;
    border-radius: 10px !important;
    opacity: 50% !important;
    margin: 10px !important;
    padding-left: 20px !important;
    font-size: 15px !important;
    margin-bottom: 58px !important;
}

.legal-cont a{
    color: #d3d3d3 !important;

}