﻿@font-face {
    font-family: Roboto-Thin;
    src: url(/assets/fonts/font-slabware/Roboto-Thin.ttf);
}

@font-face {
    font-family: Roboto-light;
    src: url(/assets/fonts/font-slabware/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/assets/fonts/font-slabware/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/assets/fonts/font-slabware/Roboto-Bold.ttf);
}

/*@@@@@@@ DISTRIBUTOR @@@@@@@ */


.icon-back {
    display: none;
}

.corpo-pagina {
    background-color: white;
    height: fit-content;
    padding-bottom: 10% !important;
}

.fundo-banner {
    font-family: Roboto-Bold;
    color: #FFFFFF;
    background-color: #E1E1E1;
    /* background: rgb(103,103,103);
    background: radial-gradient(circle, rgba(103,103,103,1) 0%, rgba(103,103,103,1) 0%, rgba(127,127,127,1) 33%, rgba(156,156,156,1) 55%, rgba(178,178,178,1) 76%, rgba(211,211,211,1) 94%, rgba(244,244,244,1) 100%);*/
    height: 208px;
}

.titulo {
    padding: 3% 0% 0% 0%;
    font-size: 64px;
    float: left;
    text-align: right;
    color: #3A3A3A;
}

.img-banner {
    height: 100%;
    width: auto;
    float: left;
}

.bar {
    border-left: 2px solid #86868B;
    opacity: 45% !important;
    margin-left: 2%;
}

.nav-opc {
    color: #3A3A3A;
    font-family: Roboto-Regular;
    font-size: 24px;
    padding: 1% 0% 1% 0%;
    margin-left: 1%;
    cursor: pointer;
}

    .nav-opc.ativo {
        font-family: Roboto-Bold;
        color: #ffaf1f;
        opacity: 100%;
        cursor: pointer;
    }

        .nav-opc.ativo:hover {
            color: #ffaf1f;
        }

    .nav-opc:hover {
        color: #ffaf1f;
    }

.botao-icon-img {
    height: 100%;
    width: auto;
}


.button-home {
    border-radius: 8px;
    border: 2px solid #c4c4c4;
    height: 39px;
    padding: 5px 4px 4px 4px;
    width: 44px;
    opacity: 45%;
    cursor: pointer;
}

    .button-home:hover {
        opacity: 80%;
    }

/*.nav-filters {
    margin-top: 2%;
}*/

.titulo-pag {
    font-family: Roboto-Bold;
    color: #3a3a3a;
    font-size: 36px;
    float: left;
    margin-top: 4%;
    margin-bottom: 4%;
}

.tag-card {
    border: 0px;
    background-color: #FFBF41;
    cursor: default;
    border-radius: 30px;
    color: #3A3A3A;
    display: inline-block;
    padding: 6px 12px;
    min-width: 100px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    margin-bottom: 54px;
}

.card-title {
    font-size: 21px !important;
    padding: 4% 0% 3% 0%;
    font-family: Roboto-Bold;
    font-weight: 500;
    color: #3A3A3A;
}

.card-text {
    font-size: 17px !important;
    padding-bottom: 4%;
    font-family: Roboto-Regular;
    color: #3A3A3A;
}

.card-img-top {
    height: 190.88px;
}

.video-player {
    border: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.card {
    width: 100% !important;
    height: 450px;
}

.card-body {
    height: 170px;
}

.padd-unset {
    padding-left: unset !important;
    padding-right: unset !important;
}

.search {
    margin-top: 6%;
    font-size: 20px;
    font-family: 'Roboto-Thin';
    font-weight: 600;
}

.fundo-branco-free {
    background-color: white;
    width: 100%;
    max-width: 100%;
    height: 50px;
    max-height: 50px;
    position: initial;
}

.txt-fundo-branco {
    color: black;
    padding: 13px;
    text-align: center;
    font-size: 12px;
}

.back-escolher {
    width: 100%;
    background-color: #F6F6F6;
    padding: 20px;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

@media(max-width:1373px) {
    .fundo-banner {
        height: 162px;
    }
}

@media(max-width:1200px) {
    .titulo {
        font-size: 60px;
    }

    .fundo-banner {
        height: 140px;
    }

    .nav-filters {
        padding-left: 4%;
    }
}

@media(max-width:1111px) {
    .titulo {
        font-size: 58px;
    }
}

@media(max-width:1084px) {
    .titulo {
        font-size: 52px;
    }

    .nav-opc {
        font-size: 23px;
    }
}

@media(max-width:1043px) {
    .nav-opc {
        font-size: 22px;
    }
}

@media(max-width:991px) {
   /* .fundo-banner {
        background: #F4F4F4;
    }*/

    .titulo {
        color: #3a3a3a;
        font-size: 48px;
    }

    .fundo-banner {
        height: 117px;
        padding: 0px;
    }

    .nav-filters {
        margin-left: 0px;
    }

    .nav-opc {
        font-size: 20px;
    }

    .button-home {
        border-radius: 0px;
        border: 0px solid #c4c4c4;
        height: 26px;
        padding: 0%;
        width: 35px;
    }

    .marg-unset {
        margin: 0px;
    }
}

@media(max-width:872px) {
    .nav-opc {
        font-size: 18px;
    }
}

@media(max-width:869px) {
    .titulo {
        font-size: 46px;
    }
}

@media(max-width:830px) {
    .nav-filters {
        padding-left: 1%;
    }

    .nav-opc {
        margin-left: 3px;
    }

    .fundo-banner {
        height: 104px;
    }

    .titulo {
        font-size: 42px;
    }
}

@media(max-width:779px) {
    .button-home {
        height: 22px;
        width: 29px;
    }
}

@media(max-width:768px) {

    .nav-opc {
        margin-left: 2px;
    }
}

@media(max-width:767px) {
    .titulo {
        padding: 3% 0% 0% 3%;
        float: left;
        text-align: left;
    }

    .video-player {
        border-radius: 0px;
    }

    .card-img-top {
        height: 300px;
    }

    .card-title {
        font-size: 26px !important;
        padding: 4% 0% 0% 0%;
    }

    .card-text {
        font-size: 18px !important;
        padding-bottom: 2%;
    }

    .nav-filters {
        padding-left: 3%;
    }

    .tag-card {
        font-size: 18px;
    }

    .card-body {
        height: 200px;
    }

    .card {
        width: 100% !important;
        height: 480px;
    }
}

@media(max-width:500px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .videos {
        padding: unset !important;
        margin: unset !important;
    }

    .card-body {
        padding: 0% 4% 0% 4%;
    }

    .card-img-top {
        height: 278px;
    }

    .titulo {
        font-size: 25px;
        padding-top: 0%;
        color: #3A3A3A;
    }

    .fundo-banner {
        height: 60px;
        /*background: #F4F4F4;*/
    }

    .nav-filters {
       /* margin-top: 5%;*/
        margin-bottom: 1%;
    }

    .titulo-pag {
        font-size: 30px;
    }
}

@media(max-width:451px) {
    .icon-back {
        display: initial;
    }

    .button-home {
        display: none;
    }

    .nav-filters {
        padding-left: 2%;
        padding-right: 2%;
    }

    .nav-opc {
        font-size: 18px;
    }

    .titulo-pag {
        /*display: none;*/
        font-size: 25px;
    }

    .card-img-top {
        height: 200px;
    }
}

@media(max-width:402px) {
    .nav-opc {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .txt-fundo-branco {
        color: black;
        padding: 16px;
        text-align: center;
        font-size: 11px;
    }
}

@media(max-width:368px) {
    .nav-opc {
        margin-left: 0px;
    }
}
