@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i,800i');
@import url('fonts/charter/charter.css');
@import url('fonts/icons8/css/styles.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto:300,500');

/*
    PUBLICIDADE
*/
.pub {
    /*background: #EEEEEE;
    color: #CCC;
    font-size: 75%;
    text-align: center;*/
    display: inline-block;
}
.s1140x100 {
    /*width: 1140px;*/
    /*height: 100px;*/
    /*line-height: 100px !important;*/
}
.s1140x100:after {
    /*content: "Publicidade - 1140x100";*/
}
.s728x90 {
    /*width: 728px;*/
    /*height: 90px;*/
    /*line-height: 90px !important;*/
}
.s728x90:after {
    /*content: "Publicidade - 728x90";*/
}
.s468x60 {
    /*width: 468px;*/
    /*height: 60px;*/
    /*line-height: 60px !important;*/
}
.s468x60:after {
    /*content: "Publicidade - 468x60";*/
}
.s300x250 {
    /*width: 300px;*/
    /*height: 250px;*/
    /*line-height: 250px !important;*/
}
.s300x250:after {
    /*content: "Publicidade - 300x250";*/
}
.s320x100 {
    /*width: 320px;*/
    /*height: 100px;*/
    /*line-height: 100px !important;*/
}
.s320x100:after {
    /*content: "Publicidade - 320x100";*/
}
.s250x250 {
    /*width: 250px;*/
    /*height: 250px;*/
    /*line-height: 250px !important;*/
}
.s250x250:after {
    /*content: "Publicidade - 250x250";*/
}
.s190x90 {
    /*width: 190px;*/
    /*height: 90px;*/
    /*line-height: 90px !important;*/
}
.s190x90:after {
    /*content: "Publicidade - 190x90";*/
}

/* GERAL */
* {
    outline: none !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #716560;
    font-size: .92rem;
    line-height: 1.3;
    /*overflow-x: hidden;*/
}
b, strong {
    font-weight: 800;
}
a, a:hover {
    color: #716560;
}
small {
    font-size: 75%;
}
.no-transition * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.titulo-secao {
    font-family: 'Charter', serif;
    color: #E94347;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}
.espacamento-xs {
    margin-bottom: 15px;
}
.espacamento {
    margin-bottom: 30px;
}
.espacamento-lg {
    margin-bottom: 60px;
}
.cover {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.cover img {
    display: none;
}
.cover-container {
    position: relative;
    overflow: hidden;
}
.cover.scale-up {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.img {
    position: relative;
}
.btn {
    font-size: .7rem !important;
}
.btn-lg {
    font-size: 0.92rem !important;
}
.btn.claro {
    border-color: #7dbdb8 !important;
}
.claro, .claro a {
    color: #7dbdb8 !important;
}
.vermelho, .vermelho a {
    color: #E94347 !important;
}
.preto, .preto a {
    color: #000 !important;
}
.azul, .azul a {
    color: #29384C !important;
}
.serif {
    font-family: 'Charter', serif !important;
}
.lg {
    font-size: 150%;
}
.charter {
    font-family: 'Charter', serif;
    font-size: 1rem;
}
hr {
    border-color: #7dbdb8 !important;
}
.line-height-xs {
    line-height: 1.1;
}
.blur {
    filter: opacity(.5) blur(5px);
}

/* ICONS */
i.icons8 {
    font-size: 1.4rem;
}
.btn.icon {
    padding-bottom: 9px !important;
    padding-top: 2px !important;
}
.btn.icon .icons8 {
    bottom: -3px;
    position: relative;
    padding-right: 4px;
}

/* PRE HEADER */
.pre-header {
    border-bottom: 1px solid #000;
}
.pre-header a {
    color: #000;
    text-transform: uppercase;
    font-size: .65rem;
}
.pre-header .btn {
    position: relative;
    padding: 0.575rem 1.2rem 0.575rem 1.2rem;
}
.pre-header li {
    white-space: nowrap;
}
.pre-header .navbar {
}
.pre-header .navbar-light .nav-link {
    color: #29384c;
}
.pre-header .navbar, .pre-header {
    padding-left: 0;
    padding-right: 0;
}
.navbar.principal .nav-link:first-child {
    padding-left: 0;
}
.pre-header .navbar.redes, .pre-header .navbar.redes .nav-link:last-child {
    padding-right: 0;
}
.pre-header .btn.btn-primary {
    border-color: #000;
    color: #000;
}
.pre-header .btn.btn-primary:hover, .pre-header .btn.btn-primary:active {
    color: #FFF;
    background: #000;
}

/* HEADER */
.header-capa {
    display: none;
}
.header-internas {
    display: block;
}
.capa .header-capa {
    display: block;
}
.capa .header-internas {
    display: none;
}
.header {
    padding: 30px;
}
.header-capa .header {
    padding: 30px 0 0 70px;
    position: relative;
    z-index: 2;
}
.header .btn i.icons8 {
    font-size: 1.6rem;
}
.header a, .header a:hover {
    color: #000;
}

/* DESTAQUE */
.destaque {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
.destaque .destaque-img {
    text-align: right;
}
.destaque .destaque-img .cover-container, .destaque .destaque-img .cover {
    width: 800px;
    height: 530px;
    display: inline-block;
}
.destaque a {
    color: #E94347
}
.destaque a:hover {
    text-decoration: none;
}
.destaque .destaque-titulo {
    position: absolute;
    z-index: 3;
    left: 60px;
    top: 100px;
    bottom: 0;
    width: 500px;
}
.destaque .destaque-titulo.clone {
    z-index: 2;
}
.destaque .destaque-titulo.clone h1 {
    line-height: 1.3;
    margin-bottom: -3px;
}
.destaque .destaque-titulo.clone span {
    background: #FFF;
    color: transparent;
}
.destaque .destaque-titulo h1 {
    font-size: 3rem;
    font-family: 'Charter', serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.3;
}
.destaque .destaque-titulo span {
    background: #FFF;
}

/* MENU CATEGORIAS */
.menu-categorias-container .overlay {
    visibility: hidden;
}
.menu-categorias-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.menu-categorias {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: content-box;
    margin: 0 0 -17px 0;
}
.menu-categorias .navbar {
    min-width: 930px;
}
.menu-categorias-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 3;
    display: none;
    line-height: 100px;
}
.menu-categorias-container .overlay.overlay-end {
    width: 60px;
}
.menu-categorias-container a.overlay:hover {
    text-decoration: none;
}
.menu-categorias-container .overlay-start {
    left: 16px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.menu-categorias-container .overlay-end {
    text-align: right;
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.menu-categorias-container .btn-left {
    text-align: right;
    left: -32px;
    background: #FFF;
}
.menu-categorias-container .btn-right {
    right: -32px;
    background: transparent;
}
.menu-categorias .navbar-light {
    font-size: .95rem;
    padding: 0;
}
.menu-categorias .navbar-light .navbar-nav {
    border-bottom: 1px solid #DDEAE9;
    margin: 30px 0;
    padding-left: 60px;
    color: #29384c;
}
.menu-categorias .navbar-light .navbar {
    padding: 0;
}
.menu-categorias .navbar-light li {
    white-space: nowrap;
}
.menu-categorias .navbar-light .nav-link {
    color: #29384C;
    text-transform: uppercase;
}
.menu-categorias .navbar-light .nav-item {
    border-bottom: 6px solid transparent;
}
.menu-categorias .navbar-light .form-control, .menu-categorias .navbar-light .btn {
    background: #F9F9F9;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
}
.menu-categorias .navbar-light .nav-item:last-child {
    width: 200px;
    margin-left: 10px;
}
.menu-categorias .snake {
    position: absolute;
    height: 6px;
    background: #a7d9d5;
    bottom: 30px;
    left: 0;
    width: 100px;
}
.menu-categorias .form-control:focus {
    box-shadow: none;
}
.menu-categorias .form-control, .menu-categorias .form-control:focus {
    border-color: none;
    background: #F9F9F9;
}

/* CHAMADAS */
.chamadas .img {
    height: 270px;
}
.chamadas .card {
    border: none;
}
.chamadas .card-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
}
.chamadas .card-body .card-title {
    font-family: 'Charter', serif;
    font-size: 1.3rem;
    font-weight: bold;
}
.chamadas .card-footer {
    padding-left: 5px;
    padding-right: 5px;
    background: none;
    border: none;
    font-family: 'Charter', serif;
    font-size: 1rem;
}
.chamadas a:hover {
    text-decoration: none;
}
.chamadas a:hover .card-title {
    text-decoration: underline;
}
.chamadas .card-deck {
    margin-bottom: 30px;
}
.chamadas {
    margin-bottom: 30px;
}
.card-img-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* VIDEOS */
.videos {
    position: relative;
}
.videos .bg {
    position: absolute;
    background: #E94347;
    height: 215px;
    top: 30px;
    left: 0;
    right: 0;
}
.videos .container .row {
    height: 395px;
}
.videos .card {
    border: none;
}
.videos .card a {
    color: #FFF;
}
.videos .card-body {
    background: #7dbdb8;
    height: 85px;
    overflow: hidden;
}
.videos .card-title {
    font-size: 1rem;
    margin-bottom: 0;
}
.videos .card .img {
    height: 310px;
}
.videos .card .img.peq {
    height: 260px;
}
.videos .btn {
    position: relative;
    margin-top: -48px;
}
.videos .img {
    /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}
.videos a:hover .img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
.img.play::before {
    content: "";
    background: url('/imagens/ge2019/layout/play.png') no-repeat center center;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 45%;
    bottom: 0;
    text-align: center;
    color: #FFF;
    font-size: 10rem;
    margin-top: -100px;
}
a:hover .img.play::before {
    background: url('/imagens/ge2019/layout/play-hover.png') no-repeat center center;
}

/* AGENDA */
.agenda a:hover {
    text-decoration: none;
}
.agenda a:hover h2 {
    text-decoration: underline;
}
.agenda .data {
    position: relative;
    margin-top: -10px;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}
.agenda .data .dia {
    font-size: 4rem;
}
.agenda h2 {
    font-size: 1.2rem;
    margin: .5rem 0 1.2rem;
}

/* LISTAGEM */
.listagem h2 {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Charter', serif;
}
.listagem .img {
    width: 165px;
    height: 110px;
}
.listagem.listagem-video .img {
    width: 220px;
    height: 165px;
}
.listagem-video .img.play::before {
    top: 60%;
}
.listagem.listagem-edicoes-anteriores .img {
    width: 250px;
    height: 330px;
}

/* TAG CLOUD */
.tag-cloud {
    padding: 2rem 0 1rem;
    background: #7dbdb8;
}
.tag-cloud .badge {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.tag-cloud .badge-info {
    background: #FFF;
    color: #7dbdb8;
}

/* EDICOES ANTERIORES */
.bg-seta .seta {
    position: absolute;
    padding-top: 47px;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.edicoes-anteriores a:hover, .diz-ai a:hover {
    text-decoration: none;
}
.edicoes-anteriores a:hover h2, .diz-ai a:hover h2 {
    text-decoration: underline;
}
.edicoes-anteriores h2, .diz-ai h2 {
    font-size: 1.3rem;
    font-family: 'Charter', serif;
    font-weight: bold;
}
.edicoes-anteriores .img, .diz-ai .img {
    width: 165px;
    height: 220px;
}

/* MAIS VISTOS */
.mais-vistos a:hover {
    text-decoration: none;
}
.mais-vistos a:hover strong {
    text-decoration: none;
}
.mais-vistos .img {
    width: 68px;
    height: 68px;
}
.mais-vistos .media {
    margin-bottom: 15px;
    height: 70px;
    overflow: hidden;
}
.mais-vistos strong {
    font-family: 'Charter', serif;
    font-size: 140%;
    font-style: italic;
}

/* RODAPE */
.footer {
    background: #29384C;
    color: #FFF;
    padding: 40px 60px;
    margin: 60px 0;
    width: 100%;
}
.footer .media .row.no-gutters {
    width: 100%;
}
.footer a, .footer a:hover {
    color: #FFF;
}
.footer a:hover {
    color: #EAEAEA;
}
.footer .redes {
    position: relative;
    margin-left: -60px;
    padding-left: 60px;
    border-bottom: 1px solid #FFF;
}
.footer .redes .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
}
.footer .aux .nav-link {
    padding: .375rem 0;
    text-transform: uppercase;
    font-size: .65rem;
    white-space: nowrap;
}
.footer .media {
    padding-top: 55px;
}
.footer address {
    margin-bottom: 0;
}
.footer small {
    white-space: nowrap;
}
.footer .btn {
    margin-bottom: 15px;
    padding: .575rem .75rem;
    width: 220px;
}
.footer .btn-secondary:hover, .footer .btn-secondary:not(:disabled):not(.disabled).active, .footer .btn-secondary:not(:disabled):not(.disabled):active, .footer .show>.btn-secondary.dropdown-toggle {
    background: #FFF;
    color: #29384C !important;
}
.footer .edicao-anterior-container .img {
    width: 263px;
    height: 352px;
}

/* GALERIA */
.figure, .figure img {
    width: 100%;
}
.galeria .seta {
    color: #E4F4F2;
    font-size: 4rem;
}
.galeria .seta:hover {
    color: #716560;
    text-decoration: none;
}
.galeria .seta.direita {
    position: relative;
    margin-left: -5px;
}
.galeria .seta-container-mobile{
    width:100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -83px;
}
.galeria .figure .image-container{
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.figure-caption {
    background: #E94347;
    padding: 1rem;
    color: #FFF;
    font-size: 100%;
}
.figure-caption .badge-light {
    background: transparent;
    color: #FFF;
    padding: .25rem 1rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
}

/* REDES SHARE */
.share {
    padding: 0;
    margin-bottom: 1rem;
}
.share .nav-item {
    text-align: right;
}
.share .nav-item .nav-link {
    padding-right: 0;
}

/* DETALHES */
.detalhes h1, .detalhes h2, .detalhes h3, .detalhes h4, .detalhes h5 {
    font-family: 'Charter', sans-serif;
    font-weight: 800;
    font-style: italic;
}
.detalhes p, .detalhes div {
    line-height: 1.58;
}
.detalhes h1, .detalhes h2, .detalhes h3, .detalhes h4, .detalhes h5, .detalhes p, .detalhes div, .detalhes center {
    margin-bottom: 1.5rem;
}
.detalhes section.galeria div {
    margin-bottom: 0;
}
.detalhes h1 {
    font-size: 340%;
}
.detalhes h2 {
    font-size: 140%;
    line-height: 1.25;
}
.detalhes h3 {
    font-size: 150%;
    line-height: 1;
}
.detalhes h4 {
    font-size: 130%;
    line-height: 1;
}
.detalhes h5 {
    font-size: 110%;
    line-height: 1;
}
.detalhes a {
    color: #17a2b8;
    text-decoration: underline;
}
.detalhes img {
    max-width: 100%;
    height: auto!important;
}
.detalhes iframe {
    max-width: 100%;
}

/* AUTOR */
.autor .cover {
    width: 80px;
    height: 80px;
}

/* COMENTARIOS */
.comentarios h3.claro {
    color: #93bfbc !important;
}
.comentarios .form-control {
    border: none !important;
    padding-left: 2rem;
    padding-bottom: 0;
    color: #93bfbc !important;
    background: none;
}
.comentarios .form-control:focus {
    box-shadow: none;
}
.comentarios .form-control, .comentarios .form-control:focus {
    border-color: none;
    background: #FFF;
}
.comentarios .comentario {
    font-size: 80%;
    margin-bottom: 1rem;
    color: #93bfbc;
}
.comentario .nome {
    padding-left: 1.5rem;
    font-family: 'Charter', serif;
    font-style: italic;
}
.balao {
    background: #F5F7FC;
    padding: 1rem 1rem 1rem 1.5rem;
    margin-top: .3rem;
    border-radius: .3rem;
    position: relative;
    font-family: 'Charter', serif;
    font-size: .92rem;
    font-style: italic;
}
.balao:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #F5F7FC;
    border-left: 0;
    margin-top: -15px;
    margin-left: -10px;
}

/* LATERAL DIREITA */
.lateral-dir .pub {
    display: block;
    margin-left: auto;
}
.lateral-dir .figure {
    display: block;
    margin-left: auto;
}


/* COLUNISTAS */
.colunista {
    margin-bottom: 1rem;
}
.colunista-foto {
    width: 150px;
    height: 250px;
}
.lateral-dir .colunista .figure {
    width: 250px;
}
.colunistas-topo {
    padding: 20px;
}
.colunistas-topo img {
    height: 50px;
}

/* BADGE */
.badge {
    border-radius: 1rem;
    padding: .675rem 1.15rem;
    margin-right: .5rem;
    font-weight: normal;
    text-transform: lowercase;
}
.badge-info {
    color: #716560;
    background-color: #EBEDF3;
}
.badge-info[href]:focus, .badge-info[href]:hover {
    background: #dc3545;
}

/* BTS */
.btn {
    font-size: .92rem;
    border-radius: 2rem;
    background: none;
    text-transform: uppercase;
    padding: .575rem 1.15rem;
}
.btn:focus, .btn.focus {
    box-shadow: none!important;
}
.btn-primary {
    color: #29384C;
    background-color: #FFF;
    border-color: #29384C;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #29384C;
    border-color: #29384C;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #999;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #29384C;
    border-color: #29384C;
}
.btn-secondary {
    text-transform: uppercase;
    padding: .375rem 1.2rem;
    color: #716560;
    background-color: transparent;
    border-color: #E3E0DF;
}
.btn-secondary.btn-lg {
    font-size: .92rem;
}
.btn-secondary:hover {
    color: #FFF !important;
    background-color: #7dbdb8;
    border-color: #7dbdb8;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #7dbdb8;
    border-color: #7dbdb8;
}
.btn-default {
    text-transform: uppercase;
    padding: 0 0 .375rem;
    color: #716560;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7dbdb8;
    border-radius: 0;
}
.btn-default:hover {
    color: #716560;
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle {
    color: #716560;
}
.btn.btn-social {
    padding: 0;
    margin-bottom: 8px;
}
.btn.btn-social i.icons8 {
    position: relative;
    bottom: -3px;
}

/* FORM */
.form-control {
    color: #000!important;
}
.form-control, .form-control:focus {
    border: 1px solid transparent;
    background: #F9F9F9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(152,138,134,.25)
}
.form-pesquisa {
    margin-bottom: 1rem;
}
.form-pesquisa * {
    font-size: 1.2rem !important;
}
.form-pesquisa .form-control {
    background: #EBEDF3;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.form-pesquisa .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #29384C;
    color: #FFF;
    min-width: 250px;
    text-transform: capitalize;
}
.form-pesquisa .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* NAVBAR MODAL */
.navbar-toggle {
    float: left !important;
    margin-left: 15px;
    margin-right: 0;
}

/* MODAL */
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: #E94347;
    color: #FFF;
}
.modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    color: #FFF;
    z-index: 2;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #FFF;
    opacity: 1;
}
.modal-header {
    padding-right: 2rem;
}
.modal-backdrop {
    background: #FFF;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal .btn {
    border: none !important;
}
.modal .btn-primary:hover {
    background-color: #EF7275;
}
.modal .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.25)
}
#alert {
    z-index: 2000;
}

/* MENU MOBILE */
html, body {
    height: 100%;
}
.site-container {
    position: relative;
    /*overflow: hidden;*/
}
#menu  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 300px;
    height: 100%;
    background: #E94347;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    color: #FFF;
    overflow: auto;
}
#menu .nav-link {
    color: #FFF;
    text-transform: uppercase;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
}
#menu .nav-link:not(.disabled):hover, #menu .nav-link.active {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    background: #ED1432;
}
#menu .btn-container {
    text-align: right;
    padding: 10px;
}
#menu .btn {
    color: #FFF;
}
#menu .dropdown-divider {
    border: none;
}
.menu-aberto {
    overflow: hidden;
}
.menu-aberto #menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgb(255,255,255);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    display: none;
}
.menu-aberto #menu-overlay {
    visibility: visible;
    opacity: .8;
}

/* CADASTRO */
.btn.btn-primary.minwidth {
    min-width: 120px;
}
.saudacao {
    font-size: 1.2rem;
}
.help-block {
    font-style: italic;
}
.favorito {
    position: relative;
    margin-bottom: 1rem;
}
.favorito .favorito-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(233,67,71,.8);
    z-index: 2;
    line-height: 68px;
    text-align: center;
    display: none;
    visibility: hidden;
}
.favorito .favorito-overlay a {
    color: #FFF;
}
.favorito .favorito-overlay a:hover {
    text-decoration: none;
}

/* PAYWALL */
.paywall-materia {
    display: none;
}
.paywall-login {
    display: none;
    margin-bottom: 2rem;
}
.paywall-login .box {
    background: url('/imagens/ge2019/layout/bg-paywall.png') center top no-repeat;
    width: 530px;
    height: 284px;
    padding: 40px 20px;
}
.paywall-login, .paywall-login a {
    color: #FFF;
}
.paywall-login .btn {
    border-color: #FFF;
    text-decoration: none;
}
.paywall-login .btn:hover {
    color: #7dbdb8 !important;
    background-color: #FFF;
    border-color: #FFF;
}
.paywall-carregando {
    position: relative;
}
.paywall-limite {
    display: none;
    padding: 60px 0 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #FFF);
    height: 80px;
}
.paywall-limite .msg {
    margin: 0;
}


/* FORM LOGIN (JCRS) */
.login-form p {
    margin: 0 0 10px !important;
}
.login-form {
    background: #2768AC !important;
    color: #FFF !important;
}
.login-form, .login-form * {
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}
.login-form .conteudo {
    padding: 25px !important;
}
.login-form .destaque {
    margin-top: 0 !important;
    font-size: 21px !important;
}
.login-form .barra {
    font-size: 21px !important;
    text-align: center !important;
    padding: 20px !important;
    background: #1F538A !important;
    margin: 15px 0 !important;
    display: block !important;
    border: 2px solid transparent !important;
    color: #FFF !important;
}
.login-form .barra:hover {
    text-decoration: none !important;
}
.login-form .barra.laranja {
    background: #FF6600 !important;
}
.login-form .barra.laranja:hover {
    background: #FF6600 !important;
    border: 2px solid #fff !important;
}
.login-form .retorno {
    background: #FF6600;
    padding: 10px;
}
.login-form .link-aux {
    font-size: 12px !important;
    font-weight: 100 !important;
    color: #FFF !important;
    white-space: nowrap !important;
}
.login-form .form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 34px !important;
    padding: 6px 12px !important;
}
.login-form .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    white-space: nowrap !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}
.login-form .btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.login-form .btn-default:active {
    color: #333 !important;
    background-color: #d4d4d4 !important;
    border-color: #8c8c8c !important;
}
.login-form label {
    font-weight: 500 !important;
}
.login-form .form-control:focus {
    border-color: #1F538A !important;
}
.login-form .btn {
    font-size: 17px !important;
    font-weight: 100 !important;
    text-transform: none !important;
}
.login-form .form-esqueci {
    display: none;
}
#login .modal-dialog {
    max-width: 600px !important;
}
#login .modal-body {
    padding: 0;
}

.mark, mark {
    background: #797979;
    color: #FFFFFF;
    line-height: 2;
}
.patrocinadores {
    border: none !important;
    margin: 10px 0 50px 0;
}
.patrocinadores-img img { 
    max-width: 150px;
    max-height: 100px; 
}
.patrocinadores, tr {
    max-width: 700px;
}
.patrocinadores th {
    padding: 10px 0;
    text-align: center;
}
.patrocinadores td {
    max-width: 150px;
    padding: 10px 0;
    text-align: center;
}

/* AJUSTE NA GALERIA */
.galeria .carousel {
    background-color: #e94347;
    margin: 0 0 1rem 0;
}
.galeria .figure {
    margin: 0;
}