ul{
    list-style: none !important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    #popup{
        width: 0%;
        display: none;
    }

}
@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
    .border-destaque{
        border-left: solid 2px #fff;
    }

}

.btn-assine{
    padding: 9px 40px;
    border-radius: 25px;
    font-weight: bold;
}

#assinatura .card-body{
    min-height: 20rem;
}


#assinatura ul li{
    font-size: 1.2rem;
}

.text-blue{
    color: #002aff;
}

.resumo-revista{
    min-height: 288px;
}

.btn-tn-dark{
    background-color: #23272b;
    border-color: #1d2124;
    border-radius: 50px;
    color: #30BF39;
    font-size: 19px;
}

.btn-tn-green{
    background-color: #30BF39;
    border-color: #30BF39;
    border-radius: 50px;
    color: #ffffff;
    font-size: 19px;
}
.endless_container{
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.endless_container .endless_more{
    background-color: #30BF39;
    border-color: #30BF39;
    border-radius: 50px;
    color: #ffffff;
    font-size: 19px;
    padding: 0 2rem;
}
.endless_container .endless_more:hover{
    background-color: rgba(29, 33, 36, 0.6);
    border-color: rgba(29, 33, 36, 0.6);
    border-radius: 50px;
    color: #30BF39;
    font-size: 19px;
}

.btn-tn-dark:hover{
    background-color: rgba(29, 33, 36, 0.6);
    border-color: rgba(29, 33, 36, 0.6);
    border-radius: 50px;
    color: #30BF39;
    font-size: 19px;
}

.btn-tn-green:hover{
    background-color: rgba(48, 191, 57, 0.84);
    border-color: rgba(48, 191, 57, 0.84);
    border-radius: 50px;
    color: #ffffff;
    font-size: 19px;
}

.btn-assine-revista{
    width: 138px;
}

#arrow-revista i{
    font-size: 2rem;
}

.list-group-item {
    border-radius: 50rem!important;
    text-align: center;
    border: 1px solid rgba(0.54, 0.54, 0.54, 0.54);
}
.list-group-item.active,  .list-group-item:hover{
    background: #30BF39!important;
    border-color: #30BF39!important;
    color: #ffffff;
}

.myinput-copy{
    border: 0;
    color: transparent;
    width: 12px;
    cursor: default;
}

.myinput-copy:focus::selection, .myinput-copy::before, .myinput-copy::after, .myinput-copy:focus, .myinput-copy:focus,
.myinput-copy:hover, .myinput-copy:active{
    /*border: none;*/
    color: transparent;
    background: transparent!important;
    width: 12px;
        outline: none !important;
}

.bg-video{
    width: 100%;
    height: 15rem;
    cursor: pointer;
}

.btn-play{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 5rem!important;
    font-weight: 700;
    border-radius: 50%;
    line-height: 41px;
    left: 43%;
    padding: 10px;
}

.btn-play-detail{
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 5rem!important;
    font-weight: 700;
    border-radius: 50%;
    line-height: 41px;
    left: 43%;
    padding: 10px;
}

#mapas .etiqueta{
    min-width: 85px!important;
}

.btn-revista{
    font-size: 1.2rem;
    padding: 0.4rem 1.5rem 0 0!important;
}
.btn-revista i{
    font-size: 2rem;
}
.btn-revista span{
    font-size: 1.2rem;
        vertical-align: middle;
    color: #1b1e21;
}
