@font-face {
    font-family: "Gobold Regular";
    src: url("../fonts/Gobold Regular.otf");
}

@font-face {
    font-family: "Gobold Bold";
    src: url("../fonts/Gobold Bold.otf");
}

@font-face {
    font-family: "Gobold Thin";
    src: url("../fonts/Gobold Thin.otf");
}

/* Estilos Globais */

/* Animações */

@keyframes upAndDown {
    from {
        bottom: 20px;
    }
    to {
        bottom: 10px;
    }
}

@keyframes fadeInAndOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOutAndIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

* {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

h1 {
    color: #ffffff;
    font-family: 'Gobold Regular', sans-serif;
    font-size: 40px;
    line-height: 1.3;
}

.com-catia {
    color: #ffffff;
    font-family: 'Gobold Thin', sans-serif;
    font-size: 22px;
}

h1, .com-catia {
    text-transform: uppercase;
    text-shadow: #090909 4px 5px 7px;
}

h4 {
    color: white;
    font-family: 'Gobold Thin', sans-serif;
    font-size: 28px;
    line-height: .8;
}

.destaque {
    color: #FFF1AE;
    font-family: 'Gobold Regular', sans-serif;
}

.videos-bg, .videos-div {
    height: 151px;
    color: black;
}

.videos-bg {
    position: absolute;
    width: 100%;
    background-color: #5467DB;
    border-radius: 76px;
    opacity: .4;
    left: 0;
    z-index: 1;
}

.liberados {
    position: absolute;
    height: 151px;
    background-color: #5467DB;
    border-radius: 76px;
    left: 0;
    z-index: 2;
    box-shadow: 10px 0 20px rgba(0, 0, 0, .2);
}

.liberados-1 {
    width: 33.3%;
}

.liberados-2 {
    width: 66.7%;
}

.liberados-3 {
    width: 100%;
    box-shadow: unset;
}

.videos-div .col-4 {
    border-radius: 76px;
    z-index: 3;
}

.videos-div .col-4.active, .videos-div .col-3.active {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
}

.videos-div .bloqueado {
    background-color: transparent;
    opacity: .4;
    transition-duration: .3s;
}

.bloqueado:hover {
    cursor: not-allowed;
}

.brief > h3, .brief > p {
    color: white;
    font-family: Arial, 'sans-serif';
}

.brief > p {
    font-size: 12px;
    margin: 0;
}

.brief > h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.active .brief h3, .active .brief p {
    color: black;
}

.inative .brief h3 {
    color: white;
}

.liberado-img {
    border: 2px solid #3DE194;
    border-radius: 3px;
    width: 100%;
}

.bloqueado-img {
    border: 2px solid #FFC107;
    border-radius: 3px;
    width: 100%;
}

.icones, .icones-m {
    display: flex;
    z-index: 5;
    position: absolute;
    justify-content: space-between;
    bottom: -20px;
    width: 70%;
}

.icones-m {
    width: 88vw;
    top: -35px;
    left: 28px;
}

.acesso-svg {
    position: absolute;
    bottom: -15px;
    /*left: 45%;*/
}

.comentarios-subtitle, .comentarios-title {
    font-family: 'Gobold Bold', 'sans-serif';
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.comentarios-title {
    color: black;
}

.comentarios-subtitle {
    color: #6F29BD;
}

.assista, .lembrar {
    padding: 3px 20px;
    position: absolute;
    bottom: -13px;
    left: 21%;
    font-family: 'Gobold Regular', sans-serif;
    font-size: 17px;
    border-radius: 5px;
    color: black;
}

.assista {
    background-color: #00DB89;
}

.lembrar {
    background-color: #FFC107;
}

.lembrete {
    position: absolute;
    z-index: 2;
    bottom: -65px;
    left: 35%;
    animation-name: lembrete;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-play-state: running;
}

.lembrete-m {
    position: absolute;
    z-index: 2;
    bottom: -67px;
    left: 0;
}

@keyframes lembrete {
    from {transform: scale(.9)}
    to {transform: scale(1)}
}

.btn-social {
    background-color: #438EFF;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
}

.btn-social:hover {
    text-decoration: none;
}

.btn-grupo-telegram {
    font-size: 1rem;
    padding: 1rem;
    background-color: #039BE5;
}

/* ------------------------ Antigo -----------------------------*/

.bloqueado:hover {
    cursor: pointer;
}

.modal {
    background: #000000c4;
}

#triangulo-para-baixo.active {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 17px solid #ffffff;
    position: absolute;
    bottom: -7px;
}

#lock {
    position: absolute;
    top: -13px;
    left: 40%;
}

#aula_liberada {
    position: absolute;
    color: #3DE093;
    font-family: 'Gobold Thin', sans-serif;
    font-size: 12px;
    top: -25%;
    left: 30%;
}

#data-m {
    transform: scale(1.2);
}
/* Específico para modelo de Live */
/* Tira a opacidade do link selecionado ainda que ele esteja bloqueado */
.videos-div .active.bloqueado, .videos-div .bloqueado:hover {
    transition-duration: .3s;
    opacity: 1;
}

.link-venda {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #56b748;
    transition-duration: .3s;
    border: 1px #4a9e3e solid;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.link-venda:hover {
    transition-duration: .3s;
    background-color: #00db89;
}

.link-venda span {
    margin-top: 0px !important;
    font-family: 'Gobold Regular', sans-serif;
    font-size: 1.6rem;
    word-spacing: 6px;
}

@font-face {
    font-family: "Staatliches";
    src: url("../fonts/Staatliches-Regular.ttf");
}
.countdown-box {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#403212), to(#241900));
    background-image: linear-gradient(to right, #403212, #241900);
    width: 80%;
    margin: 0 auto;
    padding: 0 40px;
}

.countdown-number {
    font-family: "Staatliches";
    color: #fff;
    font-size: 110px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.countdown-name {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #B8B8B8;
    font-size: 18px;
    font-weight: 300;
    margin-top: -40px;
    padding: 0;
}

.countdown-separator {
    font-family: "Staatliches";
    color: #5A5A5A;
    font-size: 90px;
    font-weight: 300;
    margin: 0 10px;
}

/* Aquele celular chato */
@media (max-width: 330px) {
    .countdown-number {
        font-family: "Staatliches" !important;
        color: #fff !important;
        font-size: 30px !important;
        font-weight: 500 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .countdown-name {
        font-family: "Poppins", sans-serif !important;
        text-transform: uppercase !important;
        color: #B8B8B8 !important;
        font-size: 7px !important;
        font-weight: 300 !important;
        margin-top: -10px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .countdown-separator {
        font-family: "Staatliches" !important;
        color: #5A5A5A !important;
        font-size: 32px !important;
        font-weight: 300 !important;
        margin: 0 5px !important;
    }

    .countdown-box {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, right top, from(#403212), to(#241900));
        background-image: linear-gradient(to right, #403212, #241900);
        width: 80%;
        margin: 0 auto;
        padding: 0 22px;
    }
}

/* Estilos para dispositivos móveis */
@media (max-width: 1023px) {
    .countdown-number {
        font-family: "Staatliches";
        color: #fff;
        font-size: 34px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .countdown-name {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        color: #B8B8B8;
        font-size: 7px;
        font-weight: 300;
        margin-top: -10px;
        margin-bottom: 0;
        padding: 0;
    }

    .countdown-separator {
        font-family: "Staatliches";
        color: #5A5A5A;
        font-size: 39px;
        font-weight: 300;
        margin: 0 5px;
    }
}

/* Estilos para dispositivos móveis em modo retrato */
/* Estilos para tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    .countdown-number {
        font-family: "Staatliches";
        color: #fff;
        font-size: 93px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .countdown-name {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        color: #B8B8B8;
        font-size: 15px;
        font-weight: 300;
        margin-top: -30px;
        padding: 0;
    }

    .countdown-separator {
        font-family: "Staatliches";
        color: #5A5A5A;
        font-size: 75px;
        font-weight: 300;
        margin: 0 10px;
    }
}
/* Estilos para dispositivos Desktops e Laptops */
@media (min-width: 1024px) {
    .countdown-number {
        font-family: "Staatliches";
        color: #fff;
        font-size: 85px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .countdown-name {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        color: #B8B8B8;
        font-size: 15px;
        font-weight: 300;
        margin-top: -25px;
        padding: 0;
    }

    .countdown-separator {
        font-family: "Staatliches";
        color: #5A5A5A;
        font-size: 64px;
        font-weight: 300;
        margin: 0 10px;
    }
}

/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    .link-venda span {
        font-size: 1.3rem;
    }

    .btn-grupo-telegram {
        font-size: .8rem;
        width: 100%;
    }

    .videos-div {
        height: 100%;
    }

    .videos-div .col-4.active, .videos-div .col-3.active {
        height: 100px;
        border-radius: 75px;
    }

    .videos-div .inative {
        background-color: #2b61b4;
        border-radius: 75px;
    }

    /* Section Header */
    .header-cover {
        background: #2C2C2C;
    }

    .header-logo-img {
        width: 60%;
    }

    .header-date {
        color: #E8A100;
        font-size: 12px;
        text-align: center;
    }

    .header-title {
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .header-subtitle {
        color: #A3A3A3;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .logo-wrapper {
        text-align: center;
    }

    /* Section aulas */
    .section-conteudo {
        background-image: url(../img/bg-cont-m.jpg);
        background-blend-mode: luminosity;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 120%;
    }

    /* Comentários e Depoimentos Section */
    /* Comentários */
    .comentarios-cover {
        background: #f5f6f8;
    }

    /* Depoimentos */
    .depoimento-img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    #data-m {
        transform: scale(1.1);
    }

    .videos-div .col-3.active {
        height: 90px;
    }

    .section-conteudo {
        background-size: 136%;
    }

    .lembrete-m {
        left: 0;
    }
}

@media (max-width: 320px) {
    #data-m {
        transform: scale(1);
    }

    .videos-div .col-3.active {
        height: 80px;
    }

    #aula_liberada {
        left: 25%;
    }

    .section-conteudo {
        background-size: 145%;
    }

    .lembrete-m {
        left: 0;
    }

    .icones-m {
        width: 94vw;
        top: -35px;
        left: 13px;
    }
}

/* Estilos para dispositivos móveis em modo retrato */
@media (max-width: 767px) and (orientation: landscape) {
}

/* Estilos para tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    /* Section Header */
    .header-cover {
        background: #2C2C2C;
    }

    .header-logo-img {
        width: 60%;
    }

    .logo-wrapper {
        text-align: center;
    }

    /* Section aulas */
    .section-conteudo {
        background-image: url(../img/bg-cont.jpg);
        background-blend-mode: luminosity;
        background-size: cover;
        background-position: top;
    }

    /* Comentários e Depoimentos Section */
    /* Comentários */
    .comentarios-cover {
        background: #f5f6f8;
    }

    /* Depoimentos */
    .depoimento-img {
        width: 100%;
    }

}

/* Estilos para dispositivos Desktops e Laptops Pequenos */
@media (min-width: 1024px) and (max-width: 1199px) {

}

/* Estilos para dispositivos Desktops e Laptops */
@media (min-width: 1200px) {
    /* Section aulas */
    .section-conteudo {
        background-image: url(../img/bg-cont.jpg);
        background-blend-mode: luminosity;
        background-position: top;
        background-repeat: no-repeat;
    }
}

/* Estilos para dispositivos Desktop com tela de alta resolução */
@media (min-width: 1920px) {
}
