/********** Content ********/
/*
[1] Geral
[2] Header
[3] Forms
[4] Login
[6] Menu Lateral
[7] Menu Perfil
[12] Menu Telegram
[11] Banner principal
[10] Lista de Features
[8] Área de Notícias 
[9] Footer
[001] Responsivo

Cores:
Vermelho: #DA261E;
vermelho booktrade: #DA261E;
Fonts:
font-family: 'Pathway Gothic One' ;
font-family: 'Roboto Condensed';

*/

/***** [1] Geral *****/

@font-face {
    font-family: 'BridgestoneType';
    src: url('../fonts/BridgestoneType-Italic.woff2') format('woff2'), url('../fonts/BridgestoneType-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BridgestoneType';
    src: url('../fonts/BridgestoneType.woff2') format('woff2'), url('../fonts/BridgestoneType.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BridgestoneType';
    src: url('../fonts/BridgestoneType-BoldItalic.woff2') format('woff2'), url('../fonts/BridgestoneType-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BridgestoneType';
    src: url('../fonts/BridgestoneType-Bold.woff2') format('woff2'), url('../fonts/BridgestoneType-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Black';
    src: url('../fonts/MyriadPro-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicLT-CondEighteen';
    src: url('../fonts/TradeGothicLT-CondEighteen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic-BoldCondTwenty';
    src: url('../fonts/TradeGothic-BoldCondTwenty.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Arial;
    src: local(Arial);
}

@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI');
}
.fundo-escuro-main.aberto {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a, button, input[type="submit"] {
    text-decoration: none;
    cursor: pointer;
}

p, li, ul, table tr td, input, textarea, select, label, a, body {
    font-size: 15px;
/*    font-family: Pathway Gothic One;*/
    font-family: 'BridgestoneType', 'Roboto', 'Arial', 'Segoe UI', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 17px;
}

h1, h2, h3, h4 {
    /*font-family: Pathway Gothic One;*/
    font-family: 'BridgestoneType', 'Roboto', 'Arial', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}

li {
    list-style: none;
}

.negrito {
    font-weight: bold;
}

.vermelho {
    color: #DA261E;
}

.container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 1140px;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.col {
    display: inline-flex;
}
.lista-opcoes .col-100:first-child {
    margin-top: 0;
}

.col-100 {
    width: calc(100% - 20px);
    margin: 40px 10px 30px 10px;
}

.col-80 {
    width: 80%;
}

.col-20 {
    width: 20%;
}

.col-50 {
    width: 50%;
}

.col-33 {
    width: calc((100% / 3) - 20px);
    margin: 0 10px 20px 10px;
    display: inline-flex;
}

::-webkit-scrollbar {
    height: 5px;
    width: 8px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #999;
    border-radius: 10px;
    height: 5px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #f71625;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #DA261E;
    }

main {
    min-height: calc(100vh - 51px);
    width: 100%;
}
main.fixed,
main.noticias.fixed {
    position: fixed;
    top: 0;
    left: 0;    
}


/***** [2] Header ****/
header {
    height: 51px;
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 100;
    border-bottom: 1px solid #fff;
}

.corpo-header {
    z-index: 200;
    background: #000;
    padding: 0 20px;
}

header img.img-seta {
    width: 18px;
    height: auto;
    transition: all 0.5s;
}

    header img.img-seta.aberto {
        -ms-transform: rotate(180deg); /* IE 9 */
        transform: rotate(180deg);
        transition: all 0.5s;
    }

header .logo-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    border-right: 1px solid #fff;
    height: 50px;
}

header img.logo {
    height: 22px;
    width: auto;
    margin-right: 5px;
}

.logo-mobile,
.img-mobile {
    display: none;
}

header .row {
    justify-content: space-between;
}

    /*
.body-login header .row .col-80 {
    justify-content: flex-start;
}
    */
header .row .col-80 {
    justify-content: flex-end;
    align-items: center;
}

/*.body-login header .row .col-20 {
    justify-content: flex-end;
}
*/
header .row .col-20 {
    justify-content: flex-start;
    align-items: center;
    /*max-width: 255px;*/
}

.area-abas {
    overflow-x: auto;
}

header ul {
    overflow-x: auto;
}

    header ul,
    header ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

header .area-perfil {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    /*max-width: 230px;*/
    box-sizing: border-box;
    /*border-left: 1px solid rgba(255,255,255,0.5);*/
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

header .area-telegram {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    /*border-left: 1px solid rgba(255,255,255,0.5);
    height: 50px;
    padding: 0 10px;*/
    cursor: pointer;
    border-left: 1px solid #fff;
    padding: 0 20px;
    height: 20px;
}
header .area-telegram:hover p,
header .area-telegram:active p {
    text-decoration: underline;
}
header #btn-menu-gestao-conecte {
    border: 0;
}
header #btn-menu-perfil {
    border: 1px solid #fff;
    padding: 5px 20px;
    display: block;
    height: auto;
}
header #btn-menu-perfil:hover,
header #btn-menu-perfil:active {
    
    background: #f71625;
}
    header #btn-menu-perfil:hover p,
    header #btn-menu-perfil:active p {
        text-decoration: none;
    }
/*.body-login header .area-perfil {
    border-left: none;
}

.body-login header .area-telegram {
    border-left: none;
}
    */
header ul li {
    padding: 0 15px;
    height: 50px;
    min-width: max-content;
}

    header ul li p {
        color: #fff;
        text-transform: none;
        text-align: right;
        margin-right: 10px;
        display: table;
    }

.area-perfil p {
    color: #fff;
    text-transform: uppercase;
    /* width: 230px !important;
        text-align: right;
    margin-right: 10px;
    display: table;
        */
}

    .area-telegram p {
        color: #fff;
        text-transform: none;
        /*
        text-align: right;
        margin-right: 10px;
        display: table;
            */
    }

        header ul li p span,
        .area-perfil p span,
        .area-telegram p span {
            /*font-weight: 700;*/
        }

    header ul li p {
        margin-right: 10px;
    }
.col.area-opcoes {
    width: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    height: 50px;
    padding-right: 20px;
}
/*
#btn-menu-telegram {
    width: 165px;
}
    */
.col.area-menu-e-abas {
    width: calc(100% - 600px);
}
header .area-abas img {
    width: 20px;
    height: auto;
}

.area-perfil .foto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #DA261E;
    margin-right: 10px;
}

.area-telegram .foto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #DA261E;
    margin-right: 10px;
}

.area-perfil .icon {
    width: 25px;
    height: 25px;
    display: none;
}

.area-telegram .icon {
    width: 25px;
    height: 25px;
    /*margin-right: 10px;*/
    display: none;
}

.area-perfil p.nome-perfil {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(230px - 80px);
}

.area-telegram p.nome-perfil {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(230px - 80px);
}

.fundo-escuro-main {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 60;
}
a.link-aba, a.link-aba img {
    width: 16px;
    height: 16px;
}
.aba-aberta {
    font-size: 16px;
    line-height: 16px;
}
.aba-aberta p {
    margin-right: 6px;
}
/***** [3] Forms *****/
label {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

input, select, textarea {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        border: 2px solid #DA261E;
    }

textarea {
    height: 100px;
}

input {
    height: 40px;
    line-height: 40px;
}

button {
    height: 45px;
    line-height: 45px;
    text-transform: none;
    border-radius: 40px;
    border: 0;
    text-align: center;
    font-size: 22px;
    font-family: 'BridgestoneType', 'Roboto', sans-serif;
}

    button.flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        button.flex img {
            height: 25px;
            width: auto;
            margin-right: 5px;
        }

    button:focus {
        outline: none;
    }

    button.full {
        padding: 0;
        width: 100%;
    }

    button.auto {
        padding: 0 20px;
        width: auto;
    }

    button.vermelho {
        color: #fff;
        background: #DA261E;
    }

        button.vermelho:hover {
            background: #f71625;
        }

        button.vermelho:focus,
        button.vermelho:active {
            background: #000;
        }

    button.cinza {
        color: #fff;
        background: #999;
    }

input[type="checkbox"],
input[type="checkbox"]:checked {
    display: inline-block;
    margin-right: 10px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 0;
}

    input[type="checkbox"]:focus {
        outline: none;
    }

    input[type="checkbox"]:checked:after {
        content: "";
        background: #DA261E;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
/******* [4] Login *******/
.login-wrap,
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login-wrap {
    height: calc(100vh - 50px);
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: url('../imagens/conecte/bg-inicio2.jpg') no-repeat center center;
    background-size: cover;
}

.login {
    width: calc(100% - 40px);
    max-width: 300px;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    max-width: 800px;
    padding: 51px 0 100px 0;
}

.conecte-login {
    /*max-width: 300px;*/
    height: auto;
    width: 500px;
}

.login .icon-user {
    max-width: 40px;
    margin-right: 5px;
}

.login label {
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .login label span {
        text-transform: uppercase;
        font-size: 20px;
    }

.login input,
.login button {
    margin-bottom: 20px;
}

.login a {
    font-weight: bold;
}

    .login a:hover,
    .login a:focus {
        color: #DA261E;
    }

.area-logo {
    width: 100%;
    box-sizing: border-box;
    /*margin-bottom: 80px;*/
    margin-bottom: 50px;

}

.area-credenciais,
.texto-introducao {
    width: 50%;
    box-sizing: border-box;
}

    .texto-introducao button {
        width: 100%;
    }

        .texto-introducao button:focus,
        .texto-introducao button:active {
            background: #f71625;
        }
.texto-introducao p:nth-child(2) {
    color: #f71625;
}
.area-credenciais {
    padding: 30px 30px 40px 30px;
    background: #fff;
    text-align: left;
}

    .area-credenciais h1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }

        .area-credenciais h1 span,
        .div-check span {
            font-weight: bold;
        }

        .area-credenciais h1 span {
            font-size: 20px;
        }

.login .div-check input {
    margin-bottom: 0;
}

.div-check span {
    font-weight: bold;
}

.mais-opcoes,
.area-credenciais .div-check {
    display: flex;
    align-items: center;
}

.mais-opcoes {
    justify-content: center;
}

    .mais-opcoes a {
        margin-right: 0px;
    }

.area-credenciais .div-check {
    justify-content: flex-start;
}

.texto-introducao {
    padding: 40px 0 40px 60px;
    text-align: left;
}

    .texto-introducao p {
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 20px;
        color: #fff;
    }

.rodape {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 235px);
    width: 470px;
}

    .rodape p {
        color: #fff;
    }

    .rodape img,
    footer img {
        height: 20px;
        width: auto;
        margin-bottom: -4px;
    }

    .rodape span,
    footer span {
        text-transform: uppercase;
    }
/***** [6] Menu lateral ***/
.menu-portal-lateral {
    width: 259px;
    min-height: 100vh;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
    position: fixed;
    top: -100vh;
    left: 0;
    transition: all 1s;
    background: #fff;
    z-index: 100;
    opacity: 0;
}

    .menu-portal-lateral.aberto {
        top: 50px;
        transition: all 1s;
        opacity: 1;
    }

    .menu-portal-lateral .conteudo {
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 50px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

        .menu-portal-lateral .conteudo .item {
            width: calc(100% - 40px);
            margin: 10px auto;
            border: 1px solid #ccc;
        }

            .menu-portal-lateral .conteudo .item img {
                width: 100%;
            }

/***** [7] Menu Perfil ***/
.menu-perfil-lateral {
    width: 300px;
    min-height: 100vh;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
    position: fixed;
    top: -100vh;
    /*top: 50px;*/
    right: 0;
    transition: all 1s;
    background: #fff;
    z-index: 100;
    opacity: 0;
    padding: 15px;
    box-sizing: border-box;
}

    .menu-perfil-lateral.aberto {
        top: 50px;
        transition: all 1s;
        opacity: 1;
    }

    .menu-perfil-lateral .conteudo {
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 50px);
        display: block;
        text-align: left;
    }

        .menu-perfil-lateral .conteudo .titulo,
        .menu-perfil-lateral .conteudo .campo label,
        .menu-perfil-lateral .conteudo .campo input,
        .menu-perfil-lateral .conteudo .campo p {
            font-family: Pathway Gothic One;
            text-transform: uppercase;
            line-height: 1em;
            font-weight: bold;
            text-transform: uppercase;
            width: 100%;
            text-align: left;
        }

        .menu-perfil-lateral .conteudo .campo {
            margin-bottom: 20px;
            width: 100%;
            display: block;
            text-align: left;
        }

        .menu-perfil-lateral .conteudo .titulo,
        .fale-conosco .titulo {
            font-size: 25px;
            margin-bottom: 20px;
            color: #000;
        }

        .menu-perfil-lateral .conteudo .campo label,
        .fale-conosco .campo label {
            color: #DA261E;
            font-size: 16px;
            margin-bottom: 5px;
            display: block;
            text-align: left;
            width: 100%;
        }

        .menu-perfil-lateral .conteudo .campo p {
            color: #000;
            font-size: 16px;
            font-weight: normal;
        }

            .menu-perfil-lateral .conteudo .campo p.email {
                text-transform: none;
            }

        .menu-perfil-lateral .conteudo .campo input {
            height: 30px;
            border: 1px solid #ccc;
        }

        .menu-perfil-lateral .conteudo .campo textarea {
            border: 1px solid #ccc;
        }

            .menu-perfil-lateral .conteudo .campo input:focus,
            .menu-perfil-lateral .conteudo .campo textarea:focus {
                border: 1px solid #000;
            }

    .menu-perfil-lateral button {
        border: none;
        color: #fff;
        font-size: 16px;
        width: 100%;
        padding: 8px 0;
        background: #DA261E;
        height: auto;
        line-height: 1em;
        margin-bottom: 30px;
    }

        .menu-perfil-lateral button:hover {
            background: #f71625;
        }

        .menu-perfil-lateral button:active {
            background: #000;
        }

.noticia {
    margin-bottom: 35px;
}

    .noticia img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .noticia h1 {
        margin-bottom: 15px;
        line-height: normal;
        font-size: 22px;
    }

    .noticia p {
        font-size: 17px;
        line-height: normal;
    }
/**** [11] Banner principal ***/
.area-banners {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
}

    .area-banners .bg,
    .area-banners .bg-preto {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .area-banners .bg {
        height: 180px;
        top: 0;
    }

    .area-banners .bg-preto {
        height: 120px;
        top: 180px;
        background: #000;
        border-top: 3px solid #DA261E;
    }

    .area-banners .bg {
        overflow: hidden;
    }

        .area-banners .bg img.banner-desk {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            min-height: 100%;
        }

        .area-banners .bg img.banner-mobile {
            display: none;
        }
    .area-banners .owl-carousel {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    }
.banner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
}

    .banner img.imagem {
        height: 280px;
        width: auto;
        max-width: 280px;
    }

        .banner img.imagem.desk {
            display: inline-block;
        }

        .banner img.imagem.mobile {
            display: none;
        }

    .banner .conteudo {
        height: 300px;
        width: calc(100% - 300px);
        margin-left: 10px;
        box-sizing: border-box;
        max-width: 520px;
    }

        .banner .conteudo h1,
        .banner .conteudo p {
            color: #fff;
            line-height: normal;
        }

    .banner .area-titulo {
        height: 180px;
        position: relative;
        width: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

        .banner .area-titulo h1:first-child {
            font-size: 30px;
            /*font-family: 'TradeGothicLT-CondEighteen';*/
/*            font-family: 'Pathway Gothic One', Roboto, sans-serif;*/
            font-family: 'BridgestoneType', 'Roboto', 'Arial', 'Segoe UI', sans-serif;
        }

        .banner .area-titulo h1:last-child {
            font-size: 40px;
            display: block;
            line-height: 40px;
            /*font-family: 'TradeGothic-BoldCondTwenty';*/
/*            font-family: 'Pathway Gothic One', Roboto, sans-serif;*/
            font-family: 'BridgestoneType', 'Roboto', 'Arial', 'Segoe UI', sans-serif;
            letter-spacing: -1px;
        }

    .banner .area-p {
        height: 120px;
        position: relative;
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 8px;
        box-sizing: border-box;
    }

        .banner .area-p p {
            text-transform: uppercase;
            font-size: 18px;
            width: 100%;
        }

            .banner .area-p p span {
                background: #DA261E;
            }

    .banner button {
        margin-top: 20px;
        padding: 0 30px;
    }

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}

.owl-nav {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: -13px;
    z-index: 201;
    width: 100%;
    position: absolute;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel button.owl-dot.active {
    background: #fff;
}

.owl-carousel button.owl-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #DA261E!important;
    background: #99120c;
    margin-right: 5px;
}

/****** [10] Lista de Features *****/
.row.lista-home {
    align-items: center;
    margin-bottom: 40px;
}

div.elemento-home {
    perspective: 600px;
    height: 180px;
    cursor: pointer;
}

.card {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative;
}

.card-face {
    display: flex;
    border: 2px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.card-front {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.card-back {
    transform: rotateY( 180deg );
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.card .texto {
    width: 100%;
    max-height: 80px;
    overflow: hidden;
}

.card-front .img-elemento-home {
    width: 100%;
    height: auto;
}

.card-back .img-elemento-home {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
}

div.elemento-home .texto h2,
div.elemento-home .texto h2 span {
    font-size: 24px;
    font-family: Pathway Gothic One;
    line-height: 26px;
}

div.elemento-home .texto h2 {
    margin-bottom: 10px;
}

div.elemento-home .texto p {
    color: #000;
    margin-bottom: 15px;
}

.btn-acessar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
}

    .btn-acessar img {
        width: 25px;
        height: auto;
        margin-right: 5px;
    }

    .btn-acessar span {
        font-family: Pathway Gothic One;
        font-size: 20px;
    }
/**** [8] Área de Notícias ****/
main.noticias {
    padding-top: 50px;
    position: relative;
    display: block;
    padding-bottom: 45px;
}

.titulo-novidades {
    width: 100%;
    padding: 20px 0;
    background: url(../imagens/conecte/bg-inicio2.jpg) no-repeat right center;
    background-size: 100% auto;
    margin-bottom: 30px;
}

    .titulo-novidades h1 {
        font-size: 30px;
        color: #fff;
        padding: 0 10px;
    }

        .titulo-novidades h1 span {
            font-size: 30px;
            font-family: Pathway Gothic One;
            text-transform: uppercase;
        }

.col.small-news {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.small-news img.imagem {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.small-news .conteudo {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

    .small-news .conteudo p {
        color: #000;
        font-family: Pathway Gothic One;
        font-size: 16px;
    }

        .small-news .conteudo p.titulo {
            line-height: 1.1em;
        }

            .small-news .conteudo p.titulo,
            .small-news .conteudo p.titulo span {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 20px;
                margin-bottom: 5px;
            }

                .small-news .conteudo p.titulo span {
                    font-family: Pathway Gothic One;
                }

.small-news button {
    height: auto;
    line-height: normal;
    font-size: 18px;
    background: none;
    margin-top: 10px;
}
/**** [9] Footer ****/
/*
footer {
    background: #000;
    padding: 12px 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

footer p {
    width: auto;
    display: inline-block;
}
*/
footer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0px;
    background: transparent;
    z-index: 51;
}
.btn-fale-conosco {
    background: #f71625;
    display: flex;
    justify-content:center;
    align-items: center;
    border: none;
    padding: 8px 20px 8px 10px;
    line-height: normal;
    height: auto;
    margin-left: 20px;
}
.btn-fale-conosco img {
    height: 22px;
    width: auto;
    margin-right: 5px;
}
.btn-fale-conosco span {
    color: #fff;
    font-size: 14px;
}
.fale-conosco {
    position: fixed;
    bottom: -325px;
    right: 20px;
    transition: all 0.5s;
    padding: 20px;
    width: 340px;
    background: #f0f0f0;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    height: 322px;
    overflow: hidden;
}
.fale-conosco .titulo {
    padding: 0;
    text-align: left;
}
.fale-conosco.aberto {
    bottom: 0px;
    right: 20px;
    transition: all 0.5s;
}
.fale-conosco select {
    height: 40px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 10px;
}
.fale-conosco textarea, .fale-conosco input {
    border: 1px solid #ccc;
}
.fale-conosco .campo {
    margin-bottom: 10px;
    display: block;
}
.fale-conosco button {
    background: #f71625;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
    font-size: 16px;
    color: #fff;
}
.fechar-fale-conosco {
    border-radius: 50%;
    background: #f71625;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/***** [12] Menu Telegram ***/
.menu-telegram-lateral {
    width: 300px;
    min-height: 100vh;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
    position: fixed;
    top: -100vh;
    /*top: 50px;*/
    right: 0;
    transition: all 1s;
    background: #fff;
    z-index: 100;
    opacity: 0;
    padding: 15px;
    box-sizing: border-box;
}

.menu-telegram-lateral.aberto {
    top: 50px;
    transition: all 1s;
    opacity: 1;
}

.menu-telegram-lateral .conteudo {
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 85px);
    display: block;
    text-align: left;
}

.menu-telegram-lateral .conteudo .campo label,
.menu-telegram-lateral .conteudo .campo input,
.menu-telegram-lateral .conteudo .campo p {
    font-family: Pathway Gothic One!important;
    font-size: 17px!important;
    line-height: 20px!important;
    width: 100%;
    text-align: left;
}

    .menu-telegram-lateral .conteudo .titulo {
        font-family: Pathway Gothic One !important;
        font-size: 22px !important;
        line-height: 20px !important;
        width: 100%;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
    }

.menu-telegram-lateral .conteudo .campo {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: left;
}

.menu-telegram-lateral .conteudo .titulo {
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
}

.menu-telegram-lateral .conteudo .campo label {
    color: #DA261E;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    width: 100%;
}

.menu-telegram-lateral .conteudo .campo p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.menu-telegram-lateral .conteudo .campo p.email {
    text-transform: none;
}

.menu-telegram-lateral .conteudo .campo input {
    height: 30px;
    border: 1px solid #ccc;
}

.menu-telegram-lateral .conteudo .campo textarea {
    border: 1px solid #ccc;
}

.menu-telegram-lateral .conteudo .campo input:focus,
.menu-telegram-lateral .conteudo .campo textarea:focus {
    border: 1px solid #000;
}

.menu-telegram-lateral button {
    border: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
    background: #DA261E;
    height: auto;
    line-height: 1em;
    margin-bottom: 30px;
}

.menu-telegram-lateral button:hover {
    background: #f71625;
}

.menu-telegram-lateral button:active {
    background: #000;
}


/**** [001] Responsivo ****/

@media screen and (max-width: 1024px) {
    main.noticias {
        padding-bottom: 64px;
    }

    .container {
        max-width: 990px;
    }

    .col-33 {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }

    .area-logo {
        margin-bottom: 60px;
    }

    .portal .item {
        min-width: calc(40% - 20px);
    }

    .area-abas {
        display: none;
    }

    .corpo-header .col-20 {
        width: 35%;
    }

    .corpo-header .col-80 {
        width: 65%;
    }

    .main-news,
    .secondary-news {
        height: 360px;
    }

        .secondary-news .news {
            height: 170px;
        }

            .secondary-news .news .informativo {
                max-height: none;
            }

    .col.small-news {
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    p, li, ul, table tr td, input, textarea, select, label, a, body {
        font-size: 16px;
    }

    .container {
        max-width: 720px;
    }

    .col-33 {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .portal .item {
        min-width: calc(50% - 20px);
    }

    .logo-mobile {
        display: inline-block;
        height: 30px;
        width: auto;
        margin-right: 5px;
    }

    .logo,
    .logo-wrap .img-seta {
        display: none;
    }

    .logo-wrap .img-mobile {
        display: inline-block;
        height: 20px;
        width: auto;
        transition: all 0.5s;
    }

        .logo-wrap .img-mobile.aberto {
            -ms-transform: rotate(180deg); /* IE 9 */
            transform: rotate(180deg);
            transition: all 0.5s;
        }

    .menu-portal-lateral,
    .menu-perfil-lateral {
        top: 50px;
        transition: all 1s;
        width: calc(100% - 30px);
        max-width: 300px;
    }

    .menu-portal-lateral {
        left: -100vw;
    }

    .menu-perfil-lateral {
        right: -100vw;
    }

    .menu-portal-lateral.aberto,
    .menu-perfil-lateral.aberto {
        top: 50px;
        transition: all 1s;
    }

    .menu-portal-lateral.aberto {
        left: 0;
    }

    .menu-perfil-lateral.aberto {
        right: 0;
    }


    .menu-telegram-lateral {
        top: 50px;
        transition: all 1s;
        width: calc(100% - 30px);
        max-width: 300px;
    }

    .menu-telegram-lateral {
        right: -100vw;
    }

    .menu-telegram-lateral.aberto {
        top: 50px;
        transition: all 1s;
    }

    .menu-telegram-lateral.aberto {
        right: 0;
    }

    .fundo-escuro-main.aberto {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 60;
    }

    .portal.aberto {
        position: fixed;
    }
    /**** 768 - Login ***/
    .login-wrap {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    .login {
        flex-direction: column;
        padding: 51px 0 20px 0;
    }

    .area-logo {
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .area-credenciais,
    .texto-introducao {
        width: 100%;
        max-width: 400px;
    }

    .texto-introducao {
        padding: 40px 30px 30px 30px;
    }

    .conecte-login {
        max-width: 250px;
    }

    .rodape {
        position: relative;
        width: auto;
        left: auto;
        bottom: auto;
        max-width: 360px;
        text-align: center;
    }

        .rodape p {
            margin-bottom: 10px;
        }

    /**** 768 - Banners ****/
    .banner .area-titulo {
        height: auto;
        align-items: center;
    }
    .banner img.imagem.desk {
        display: none;
    }

    .banner img.imagem.mobile {
        display: inline-block;
    }
    .area-banners {
        height: 400px;
    }
    .area-banners .bg {
        height: 250px;
    }
    .area-banners .bg-preto {
        height: 150px;
        top: 250px;
    }
    .banner {
        height: 400px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .banner .conteudo {
        height: 165px;
        margin-bottom: 10px;
        max-width: 350px;
        width: 100%;
        text-align: center;
        margin-left: 0;
            padding: 20px 0 0 0;
    box-sizing: border-box;
    }
    .banner .area-p {
        height: auto;
    }
    .banner .area-p p {
        font-size: 15px;
    }

    .banner img.imagem {
        height: 180px;
    }

        .banner .area-titulo h1:last-child {
            font-size: 36px;
            line-height: 30px;
        }
        .banner .area-titulo h1:first-child {
            font-size: 25px;
        }


        .banner button {
            margin-right: auto;
            margin-left: auto;
        }

    .owl-nav {
        right: calc(50% - 45px);
        bottom: -10px;
    }


    div.elemento-home,
    div.elemento-interna,
    div.elemento-campanha {
        max-width: 400px;
    }

        div.elemento-campanha .texto {
            width: 100%;
        }

    .container.novidades {
        max-width: 400px;
    }

    .col.small-news {
        flex-direction: column;
        width: 100%;
    }

    .small-news img.imagem,
    .small-news .conteudo {
        width: 100%;
        padding-right: 0;
    }

    .small-news img.imagem {
        margin-bottom: 10px;
    }

    .tutorial.tutorial-menu {
        left: 120px;
    }
    footer {
        flex-direction: column;
        z-index: 51;
    }
    .btn-fale-conosco {
        width: 100%;
        margin-left: 0;
    }
    footer p {
        padding: 5px 20px;
        text-align: center;
        width: 100%;
    }
    .fale-conosco {
        width: calc(100% - 40px);
        max-width: 320px;
    }
    .fale-conosco.aberto {
        bottom: 90px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    .col.area-opcoes {
        width: auto;
    }
    .col-33 {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .portal {
        padding-top: 60px;
    }

        .portal .item {
            min-width: 100%;
            margin: 10px 0;
        }

    .corpo-header {
        padding: 0 10px;
    }


    .area-perfil p,
    .area-perfil .foto,
    .area-telegram p {
        display: none;
    }

    header .area-perfil {
        width: auto;
        border: none;
    }

    .tutorial.tutorial-menu {
        left: 88px;
        top: 65px;
    }

    .tutorial.tutorial-perfil {
        right: 88px;
        top: 65px;
    }

    .seta-tutorial.esquerda {
        width: 70px;
        left: -53px;
        top: -25px;
    }

    .seta-tutorial.direita {
        width: 70px;
        right: -53px;
        top: -25px;
    }

    div.elemento-home {
        align-items: flex-start;
    }

    .img-descricao {
        display: none;
    }
    .area-telegram .icon {
        display: block;
        width: 25px;
        height: 25px;
    }
    header .area-telegram, header #btn-menu-perfil {
        border: 0;
        padding: 0 10px;
    }
    /**** 414 - Login ****/
    .conecte-login {
        max-width: 200px;
    }

    .area-credenciais {
        padding: 20px 20px 30px 20px;
    }

    .mais-opcoes {
        flex-direction: column;
    }

        .mais-opcoes a {
            margin-right: 0;
            margin-bottom: 20px;
        }

    .texto-introducao {
        padding: 30px 20px 20px 20px;
    }

    .rodape {
        padding: 0 20px 20px 20px;
    }

    main.noticias {
        padding-bottom: 105px;
    }
}

@media screen and (max-width: 414px) {
    .menu-portal-lateral,
    .menu-perfil-lateral {
        max-width: 100%;
        width: 100%;
    }

    .menu-perfil-lateral .conteudo::-webkit-scrollbar {
        width: 3px;
    }
    .menu-noticia-lateral {
        max-width: 100%;
        width: 100%;
    }
    .menu-noticia-lateral .conteudo::-webkit-scrollbar {
        width: 3px;
    }
}

.corHashtag {
    color: #666;
}

.tab-content {
    width: 95%;
}

.tab-content p {
    font-family: Pathway Gothic One !important;
    font-size: 19px !important;
    line-height: 22px !important;
}

.tab-content p a {
    color: #fc0a17;
    text-decoration: underline;
    font-family: Pathway Gothic One !important;
    font-size: 19px !important;
    line-height: 22px !important;
    word-break: break-all;
}

.datahora {
    text-transform: lowercase;
    color: #aaa;
    font-family: Pathway Gothic One !important;
    font-size: 15px !important;
}
/***** Lista de opções *******/
.row.lista-opcoes {
    justify-content: flex-start;
    align-items: stretch;
}

.lista-opcoes .col-33 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

    .lista-opcoes .col-33 img.foto {
        width: 100%;
    }

    .lista-opcoes .col-33 .cta img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .lista-opcoes .col-33 a {
        width: 100%;
        height: auto;
        line-height: normal;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: none;
        margin-top: 10px;
        font-weight: 700;
        font-family: Pathway Gothic One;
        text-transform: uppercase;
    }

    .lista-opcoes .col-33 .cta {
        width: 135px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .lista-opcoes .col-33 .cta span {
            font-size: 14px;
            line-height: 14px;
            text-transform: none;
            font-family: 'BridgestoneType', Roboto, sans-serif;
        }

    .lista-opcoes .col-33 .url {
        width: calc(100% - 150px);
        display: inline-flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 3px;
        height: auto;
        border-left: 1px solid #000;
        padding-left: 10px;
    }

        .lista-opcoes .col-33 .url span {
            font-size: 11px;
            line-height: 13px;
            text-align: left;
            font-family: 'BridgestoneType', Roboto, sans-serif;
            word-break:break-all;
            text-transform: lowercase;
        }

.lista-opcoes .col-100 h1 {
    font-family: 'BridgestoneType', Roboto, sans-serif;
    font-weight: bold;
}

#modalDiferente {
    position: fixed;
    z-index: 99999;
    background: #fff;
    border: 5px solid #e30614;
    width: 450px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -90px;
    border-radius: 15px;
    display: none;
}

#aviso-login {
    position: fixed;
    z-index: 9997;
    background: #fff;
    border: 5px solid #e30614;
    width: 450px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -240px;
    border-radius: 15px;
    display: none;
}

#aviso-outros-dados {
    position: fixed;
    z-index: 9997;
    background: #fff;
    border: 5px solid #e30614;
    width: 450px;
    height: 350px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -175px;
    border-radius: 15px;
    display: none;
}

#aviso-politica-privacidade {
    position: fixed;
    z-index: 9998;
    background: #fff;
    border: 5px solid #e30614;
    width: 580px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-left: -290px;
    margin-top: -240px;
    border-radius: 15px;
    display: none;
}

.novo-email button {
    border: none;
    color: #fff;
    font-size: 20px;
    width: auto;
    min-width: 130px;
    padding: 8px 20px;
    background: #DA261E;
    height: auto;
    line-height: 1em;
}

    .novo-email button:hover {
        background: #f71625;
    }

    .novo-email button:active {
        background: #000;
    }

.sweet-alert-2 button {
    background-color: #bc0d1a !important;
    border-color: #bc0d1a;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    cursor: pointer;
}

    .sweet-alert-2 button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert-2 button:hover {
        background-color: #0061da;
        /* #bc0d1a */
    }

    .sweet-alert-2 button:active {
        background-color: #0061da;
    }

    .sweet-alert-2 button.cancel {
        background-color: #C1C1C1;
    }

        .sweet-alert-2 button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet-alert-2 button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert-2 button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert-2 button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert-2 button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert-2 button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert-2 button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert-2[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert-2[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.aviso-cookies {
    position: fixed;
    display: none;
    bottom: -18px;
    z-index: 99999;
    max-width: 580px;
    left: 50%;
    margin: 10px !important;
    color: #fff;
    font-size: 19px !important;
    line-height: 23px;
    background-color: #222;
    padding: 10px;
    border: 2px solid #aaa;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    margin-left: -290px !important;
}

.botao-cookies {
    width: 200px !important;
    display: table !important;
    margin: 0px auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px!important;
}

@media screen and (max-width: 640px) {
    .aviso-cookies {
        margin-left: 10px!important;
        left: 0px!important;
    }
    #aviso-politica-privacidade {
        left: 0px!important;
        margin-left: 10px!important;
        width: 95%!important;
    }
    #aviso-outros-dados {
        left: 0px !important;
        margin-left: 10px !important;
        width: 95% !important;
    }
    #aviso-login {
        left: 0px !important;
        margin-left: 10px !important;
        width: 95% !important;
    }
    .politica-privacidade {
        height: 270px !important;
    }
}

.politica-privacidade {
    height: 290px;
    padding: 10px;
    border: 1px dotted #aaa;
    width: 95%;
    display: block;
    margin: 0 auto;
    overflow-y: scroll;
}

.politica-privacidade p {
    font-family: Arial; font-size: 15px; text-align: left;
    margin-bottom: 10px;
}


.sweet-alert button.cancel {
    background-color: #777;
    border-color: transparent;
    font-size: 18px;
    line-height: 18px;
}
.sweet-alert button#cancel-modal:hover,
.sweet-alert button#cancel-modal:active {
    background-color: #666;
}
button#ok-modal {
    background: #bc0d1a;
    font-size: 18px;
    line-height: 18px;
}
button#ok-modal:hover,
button#ok-modal:active {
    background: #000;
}