
/* FONTES */
@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Light-webfont.eot");
    src: url("../fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light-webfont.svg#icon") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
    src: url("../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg#icon") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Medium-webfont.eot");
    src: url("../fonts/roboto/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium-webfont.svg#icon") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Bold-webfont.eot");
    src: url("../fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold-webfont.svg#icon") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto Black;
    src: url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: black;
}

/* normal */
body,
button,
input,
optgroup,
select,
textarea
.tooltip,
.popover,
.swal2-modal {
    font-family: "Roboto", sans-serif;
}

/* negrito */
.tab-xs-categoria,
.letra-categoria-engajamento,
.titulo-home-palavra,
.card-post-data,
.titulo-home-letra,
.letra-grande-secao,
.categoria-engajamento,
.titulo-post-engajamento,
.titulo-ultimos-posts,
.usuario-comentario,
.titulo-secao,
.bold-home,
.fw-9,
.card-post-data {
    font-family: "Roboto Black";
}


/* HOME */

/* letras */
.titulo-home-letra{
    font-size: 70px;
    font-weight: 900;
    color: #c3c3c3;
}

@media (max-width: 768px) {
    .titulo-home-palavra {
        font-size: 30px;
        top: 23px;
        left: 32px;
    }
    
    .titulo-home-letra {
        font-size: 60px;
    }
}

/* fundo treinamentos */
.background-fullsize {
    background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 243px,#475c66 243px,#475c66 85%, #f3f3f3 85%, #f3f3f3 100%);
}

@media (max-width: 1280px){
    .background-fullsize {
        background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 191px,#475c66 191px,#475c66 90%, #f3f3f3 90%, #f3f3f3 100%);
    }
}

/* PALETA DE CORES */

/* cinza */
.btn-default,
.bg-default,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #475c66 !important;
}

.bg-colored,
.btn-colored {
    background-color: #475c66 !important;
}

@media (max-width: 768px){
    .bg-default {
        /*background-color: #475c66 !important;*/
    }
}

/* NAVBAR */

/* nav */
@media (max-width: 768px){
    .top-menu>li>a {
        color: #475c66;
    }   
}
@media (max-width: 768px){
    .top-menu>li.active>a {
        color: #475c66;
    }   
}

/* fake */
.fake {
    height: 40px;
    top: 100px;
    z-index: 1;
    background: linear-gradient(to right, white 0%,white 243px,#475c66 243px,#475c66 100%);
}

@media (max-width: 768px){
    .fake {
        display: none;
    }
}

/* avatar selecionado */
.active-selected {
    background-color: rgba(227, 19, 18, 0.78);
    border-radius: 5px;
    padding: 5px;
}

.active-selected:hover img {
    transform: scale(1) !important;
}

/* botão de voltar ao topo */
#btn-topo {
    display: inline-block;
    background-color: #475c66;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btn-topo:hover {
    background-color: #697a82;
    cursor: pointer;
}

.select2-container--default .selection:before, .select2-container--default .selection:after {
    background-color: #475c66;
}

.form-group__bar:before, .form-group__bar:after {
    background-color: #475c66;
}

/* borda dourada */
@media (min-width: 485px) and (max-width: 666px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
}

@media (width: 768px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 80%;
        left: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1290px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 80%;
        left: 8px;
    }
}

@media (width: 1280px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 60%;
        left: 29px;
    }
}

@media (min-width: 1280px) {
    .borda-dourada {
        border-radius: 50%;
        border: 3px solid #e40614 !important;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 60%;
        left: 35px;
    }
}


/* aulas.html */
.card-titulo-aula{
    position: absolute;
    bottom: 10%;
    font-size: 16px;
    color: #fff;
    left: 18px;
    max-width: 85%;
    width: auto;
    background-color: #343434;
    padding: 5px 10px;
}

.tag-status-concluido{
    width: 150px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #8bc34a;
    color: #fff;
    padding:5px;
}




/* quiz.html */

/* alternativas */
.choice-container {
    display: flex;
    margin-bottom: 1rem;
    border-radius: 60px;
    border: 1px solid #ccc !important;
    transition: transform 200ms;
}

.choice-container:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: transform 200ms;
}

.choice-prefix {
    padding: 1rem 2.5rem;
}

.choice-text {
    padding: 1rem;
    width: 100%;
}

/* seleção de opção */
.selected-opt {
    background: linear-gradient(32deg, rgba(243,243,243) 0%, rgba(230,230,235) 100%);
}

.correct {
    background: linear-gradient(32deg, rgba(11,223,36) 0%, rgba(41,232,111) 100%);
    color: white;
}

.incorrect {
    background: linear-gradient(32deg, rgba(230,29,1) 0%, rgba(224,11,11,1) 100%);
    color: white;
}

/* timer */
.base-timer__label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.base-timer {
    position: relative;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}
