/*
 Theme Name:     Jornal Extra Classe baseado em bootstrap
 Theme URI:      
 Description:    Tema Responsivo exclusivo do site Jornal Extra classe
 Author:         CWI Software
 Author URI:     https://www.cwi.com.br/
 Template:       Extra Classe
 Version:        1.0.0
*/

body{
    font-family: 'Roboto', sans-serif;
    color: #181818 !important;
}

@media (min-width: 1200px){
    .container {
        max-width: 1290px;
    }
}

.font16{
    font-size: 16px !important;
}

.font14{
    font-size: 14px !important;
}

.font12{
    font-size: 12px !important;
}

.negrito-forte{
    font-weight: 900;
}

.negrito{
    font-weight: bold;
}

.n-5{
    font-weight: 500;
}

.linha-forte{
    border-top: 4px solid rgba(0,0,0,.1);
}

.upper{
    text-transform: uppercase;
}

.material-icons {
    font-feature-settings: 'liga';
}

h3{
    color: #2d3340;
    font-size: 26px;
}
img{
    max-width: 100%;
    height: auto;
}

a{
    color: inherit;
}
 
a:hover, a:focus {
    color: #272727;
    text-decoration: none;
    /* text-shadow: 0px 1px 1px #ccc; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

label {
    color: #2d3340;
}


.bg-principal{
    background: #3977ab;
}

.font-azul{
    color: #289ad7 !important;
}

.font-preta{
    color: #000000 !important;
}


.font-azul-forte{
    color: #3977ab;
}

.font-cinza{
    color: #a1a1a1 !important;
}

.form-control{
    border-radius: 0px;
    background-clip: inherit;
}

.form-control:focus{
    border-color: #3678ac;
    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(54, 120, 172);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 120, 172, 0.67);
}

.form-control.required-danger{
    border: 1px solid #F44336;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F44336;
}

.credito-foto{font-size:12px;width:100%;clear:right;margin-bottom:10px;text-align:left;}
.credito-foto.alignright{text-align:right !important;}
.credito-foto.aligncenter{text-align:center !important;}

.mensagem-validacao{
    padding: 10px;
    color: #F44336;
}

.mensagem-sucesso{
    color: #4CAF50;
}

.link-imagem-capa img:hover{
    opacity: .8;
}

.corpo{
    margin-top: 35px;
}


/* CAPA */
.area1 img{
    height: 400px;
    width: 600px;
    object-fit: cover
}

.area2 img{
    height: 195px;
    width: 295px;
    object-fit: cover
}

.area4 img{
    height: 300px;
    width: 400px;
    object-fit: cover
}

.area5 img{
    width: 215px;
    height: auto;
    object-fit: cover;
}

.area7 img{
    object-fit: cover;
    margin: auto;
}

.area8 img{
    height: 290px;
}

.area1-editoria img{
    height: 290px;
    width: 100%;
    object-fit: cover
}

.area2-editoria img{
    height: 140px;
    width: 100%;
    object-fit: cover
}

.area3-editoria img{
    height: 190px;
    width: 270px;
    object-fit: cover;
    padding-right: 15px;
}

.area-tag{
    min-height: 500px;
    margin-bottom: 30px;
}


.area-tag img{
    height: 190px;
    width: 270px;
    object-fit: cover;
    padding-right: 15px;
    margin-bottom: 15px;
}


    

.area-noticias-relacionadas img{
    height: 220px;
    width: 295px;
    object-fit: cover;
}

.area-colunistas img, .area-humoristas img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.area-principal-colunista img{
    object-fit: cover;
}
    
.titulo-pagina{
    font-size: 38px;
    font-weight: bold;
    color: #3977ab;
    line-height: 50px;
    margin-bottom: 40px;
}

.sub-titulo-azul{
    color: #5085b3;
    font-size: 20px;
}



.sub-titulo {
    color:#181818;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.olho {
	font-size: 19px !important;
	text-align: center !important;
	margin: 20px 30px !important; 
}

.lidao {
	font-size: 12px;
	font-weight: bold;
}

.destaque-editoria{
    color: #289ad7;
    font-size: 12px;
    font-weight: bold;
}

.destaque-imagem{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    max-height: 290px;
    object-fit: cover;
}


.destaque-corpo{
    padding-bottom: 10px;
    padding-top: 10px;
}

.destaque-titulo-mais-noticias{
    line-height: 1.7;
}

.imagem-circular-colunistas{
    border-radius: 50%;
    width: 75px;
    height: 75px;
    object-fit: cover
}
.btn{
    font-size: 14px;
    font-weight: bold;
}

.btn-primary{
    border-color: #41a2da;
    padding: 10px 30px;
    background-color: #41a2da;
    border-radius: 3px;
    color: #fff !important;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2) !important;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    color: #fff;
    background-color: #3291c7 !important;
    border-color: #3291c7 !important;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
}



.input-group .btn{
    line-height: 2px;
    font-weight: 500;
    padding: .375rem .75rem;
}

.area-titulo{
    color: #289ad7;
    font-weight: normal;
}

.media h6, .media p{
    font-size: 15px;
}

.numeracao-mais-lidas{
    padding: 0px 20px 20px 0px;
    color: #289ad7;
    font-weight: bold;
}


.card{
    border-radius: 0px;
}

.accordion .card {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.nav-tabs.area7{
    background: #418bca;
    border: solid 2px #418bca;
    border-bottom: 0;
    padding: 5px 75px 0;
    max-width: 965px;
    margin: auto;
}

.area7.tab-content{
    border: solid 2px #418bca;
    max-width: 965px;
    margin: auto;
}

.nav-tabs.area7 .nav-item.show .nav-link, .nav-tabs.area7 .nav-link.active {
    border: none;
    color: #418bca;
   
}

.nav-tabs.area7 .nav-link {
    padding: 15px 35px;
    border:none;
    font-weight: 500;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

.nav-tabs .nav-item{
    margin-bottom: -2px;
}

.carousel.area7,
.menu-carousel{
    margin: 15px 25px; 
    
}

.carousel.area7 .carousel-inner{
    max-width: 950px;
    margin: auto;
}

.carousel.area7 .carousel-inner .carousel-item{
    height: 75vh;
}

.carousel.area7 .carousel-inner .carousel-item a{
    display: contents;
}

    

    
.carousel.area7 .carousel-indicators,
#carouselHumor .carousel-indicators{
    bottom: -55px;
}
 
.carousel.area7 .carousel-indicators li,
#carouselHumor .carousel-indicators li,
.carouselColunistas .carousel-indicators li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-radius: 10px;
    text-indent: -999px;
    border: none;
    width: 10px;
    height: 10px;
    margin-right: 2%!important;
    cursor: pointer;
    background-color: #9E9E9E;
}

.carousel.area7 .carousel-indicators .active,
#carouselHumor .carousel-indicators .active,
.carouselColunistas .carousel-indicators .active  {
    background-color: #2196F3;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.carousel.area7 .carousel-caption,
#carouselHumor .carousel-caption  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3%;
    z-index: 10;
    background: #181818;
    text-align: left;
}

.carousel.area7 .carousel-inner,
#carouselHumor .carousel-inner,
.carouselColunistas .carousel-inner {
    margin-bottom: 20px;
    
}

#menuCarouselHumor .itens-menu-galeria img {
    height: auto;
}
.carousel.area7 .carousel-inner{
    margin-bottom: 20px;
}


.rodape-superior{
    background: #E6E6E6;
    padding-top: 50px;
}

.rodape-superior ul {
    padding: 0;
    list-style: none;
    
}


.rodape-superior .editorias{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.rodape-superior ul li {
    line-height: 40px;
}

.rodape-inferior{
    background: #3976AC;
}

.rodape-inferior p, .rodape-inferior span{
    color: #fff;
    margin-bottom: 0;
    line-height: 51px;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 500;
}

.rodape-inferior a:hover, .rodape-inferior a:focus {
    color: #cacaca;
    text-decoration: none;
    /* text-shadow: 0px 1px 1px #ccc; */
}

.linha-rodape{
    width: 35px;
    background: #A9A9A9;
    height: 2px;
}

.rodape-superior .border-top {
    border-top: 1px solid #c3c3c3 !important;
}

.icon-redes-sociais {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.icon-redes-sociais img {
    height: 35px;
}


#sidebar{
    display: none;
}
nav.navbar{
    padding: 0;
    z-index: 25;
}

nav a.nav-link {
    color: #fff !important;
}

nav a.nav-link:hover, nav li.nav-item.active .nav-link {
    color: #9ed3ff !important;
}

nav li.nav-item.active {
    border-bottom: 3px solid #9ed3ff;
}

nav li.nav-item {
    border-bottom: 3px solid transparent;
    line-height: 50px;
    margin-right: 15px;
}

.navbar-collapse {
   -ms-flex-positive: initial;
    flex-grow: initial;
}

.navbar i.material-icons {
    line-height: 50px;
     cursor: pointer;
}


.navbar-brand{
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */

    margin: auto;
}

.icon-busca-mobile{
    color: #fff;
    padding: 0px 15px;
    font-size: 30px;
    display: none;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.frmBusca{
    padding-top: 1rem;
    height: 53px;
    overflow: hidden;
    /* display: none; */
}

.frmBusca .material-icons{
    line-height: 0px !important;
    cursor: pointer;
}


.campo-buscar{
    border: 1px solid #ffffff;
}

.campo-buscar:focus{
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
#icone-buscar{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #9ed3ff;
    cursor: pointer;
}

.area-editorias{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 100;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}
ul.nav.menu-editorias {
    z-index: 100;
    position: relative;
    background: #fff;
}

ul.nav.menu-editorias .dropdown-toggle::after {
    display: none;
}



.nav.menu-editorias .nav-link{
    line-height: 50px;
    text-align: center;
    color: #181818;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

.area-editorias:not(.sticky) .nav.menu-editorias .nav-link:focus, 
.area-editorias:not(.sticky) .nav.menu-editorias .nav-link:hover {
    border-bottom: 2px solid #3977ab !important;
    color: #3977ab !important;
}

.sticky .nav.menu-editorias .nav-link{
    line-height: 55px;
    text-align: center;
    border-bottom: none;
    font-size: 18px;
}



.nav.menu-editorias .nav-link i {
    line-height: 55px !important;
}

.nav.redes-sociais .nav-item{
    width: 45px;
    height: 45px;
    border-radius: 3px;
    margin-right: 5px;
}


.nav.redes-sociais .facebook .nav-link{
    background: #3c5a9b;
    padding: 15px 18px;
    border-radius: 3px;
}

.nav.redes-sociais .twitter .nav-link{
    background: #1fc1f1;
    padding: 15px;
    border-radius: 3px;
}

.nav.redes-sociais .youtube .nav-link{
    background: #cf1312;
    padding: 15px;
    border-radius: 3px;
}

.nav.redes-sociais i{
    color: #fff;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .1s ease,opacity .2s ease-in-out;
    transition: visibility .1s ease,opacity .2s ease-in-out;
}
.overlay-visivel {
    visibility: visible;
    opacity: 1;
}

.collapseEditorias{
    padding-bottom: 45px;
    padding-top: 35px;
    position: absolute;
    background: #fff;
    width: 100%;
}


.caixa-assuntos{
    padding: 10px 0px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.area-editorias.sticky{
    background: #3678ac;
}

.mt-32{
    margin-top: 32px;
}

.icon-busca-desktop{
    display: none;
}

.logo-menu-editorias{
    display: none;
}


#menuEditorias .busca-editorias{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-top: 15px;
}

.sticky .logo-menu-editorias .navbar-brand{
    width: 75%;
    padding-top: 13px;
    margin-left: 0px;
    position: inherit;
    left: 0;
    transform: none;
}

.sticky .logo-menu-editorias{
    display: block;
}

.sticky .nav.menu-editorias {
    background: #3678ac;
}

.sticky .nav.menu-editorias .nav-link {
    font-size: 16px;
    padding: 0px 25px 0px 0px;
    color: #fff;
    text-shadow: none !important;
}

.indicadores-abaixo{
margin-bottom: -53!important;
}

.indicadores-elipse{
    width: 10px;
    height: 10px;
    opacity: 0.2;
    background-color: #181818;
}

.indicadores-redondos li{
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #181818;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .2;
    transition: opacity .6s ease;
    border-radius: 70%;
}

.carousel-indicators .active {
    background-color: #41a2da;
}

.humor {
    width: 71px;
    height: 19px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #289ad7;
}

.imagem-humor{
    /* box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);  */
    width: 100%;
    height: 205px;
}



.caixa-assuntos .fa-caret-right{
    float: right;
    top: 4px;
    color: #c2c2c2;
    position: relative;
}

.cartola{
    color: #289ad7;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.titulo-principal{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 48px;
}

.titulo2{
    font-size: 24px;
    font-weight: bold;
}

.compartilhamento{
    display: inline-block;
    padding: 40px 8px;
}

.linha_de_apoio{
    margin-bottom: 10px;
}

.linha_de_apoio{
    font-size: 20px;
}

.conteudo-noticia{
    /* margin-top: 40px; */
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 2;
}

.conteudo-noticia a, #conteudo a {
    color: #2f9ad7;
    font-weight: bold;
}

.conteudo-noticia a:hover,.conteudo-noticia a:focus, #conteudo a:focus, #conteudo a:hover {
    color: #028ad8;
}

.conteudo-noticia img{
    margin-bottom: 15px;
    margin-top: 15px;
}

.linha-noticia {
  width: 80px;
  height: 4px;
  background-color: #ebebeb;
  margin-bottom: 30px;
}

.palavra-chave {
    background-color: #d6d6d6;
    padding: 5px 30px;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    /* border-radius: 5px; */
    color: #404040;
    font-weight: bold;
    cursor: pointer;
}

.palavra-chave.ativo {
    background-color: #175180;
    color: #fff;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
} 

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;

}

 .wp-caption { 
    font-size: 14px;
    max-width: 100% !important; /* Devido a um bug com as versões antigas de noticias */
    margin-bottom: 20px;
}


 .wp-caption-text { 
    margin-bottom: 5px;
}

.pagination > li > a{
	border:none;
	font-size: 17px;
	font-weight: 500;
    color: #a1a1a1;
    margin: 1px;
	padding: 9px 18px;
}

.pagination > li.active > a{
	background-color: #175180;
	border-radius: 3px;
}


.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
}

.pagination{
	margin: 20px 0 35px 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #3678ac;
    border-color: #3678ac;
}

.page-link:hover {
    color: #3678ac;
}
.page-item.active .page-link:hover {
    background-color: #3a6c94;
}

.pagination li .fas {
    line-height: 20px;
}

.page-link:focus {
    box-shadow: none;
}


.painel-busca{
    background-color: #ececec;
}

.caixa-busca{
    padding-top: 7%;
    padding-bottom: 7%;
}

.caixa-busca h1{
    font-size: 42px;
    font-weight: 300;
}

.caixa-busca .input-group{
    width: 45%;
    margin: auto;
}

.input-group-prepend {
    margin-right: -1px;
}

.caixa-busca .input-group input{
    height: 60px;
    font-size: 22px;
    color: #666666;
    font-weight: 300;
    z-index: 2 !important;
    border: 1px solid rgba(149, 149, 149, 0.3);
    background-clip: inherit;
}

.caixa-busca .input-group button{
    border: 1px solid rgba(149, 149, 149, 0.3);
    border-left: 0;
    color: rgba(57, 119, 171, 0.6);
    background-color: #fff !important;
    box-shadow:none;
    font-size: 20px;
    padding: 0.375rem 1.20rem;
}

.caixa-busca p{
    color: #000;
    font-size: 18px;
}

.caixa-busca .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}




.frase-foto{
    color: black;
    position: relative;
    left: 0px;
    text-align: left;
    margin-top: 20px;
}
.data-materia{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #9e9e9e;
}
.carousel-control-next, .carousel-control-prev {
    height: 30px;
    width: 30px;
    margin-top: 0;
    top: 50% !important;
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background-image: url("https://www.extraclasse.org.br/wp-content/themes/extra/assets/imagens/seta-esquerda.png");
}
.carousel-control-next-icon {
    background-image: url("https://www.extraclasse.org.br/wp-content/themes/extra/assets/imagens/seta-direita.png");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 50px;
    width: 30px;
    margin-top: 6%;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: transparent no-repeat center center;
}


.accordion .card-header{
    padding: 0;
}

.accordion .btn[data-toggle="collapse"] {
    width: 100%;
    font-size: 20px;
    color: #3977ab;
    text-decoration: none !important;
}

.accordion [data-toggle="collapse"] .fa:before {   
    content: "\f107";
    font-size: 21px;
    
}

.accordion .btn .fa{
    position: relative;
    top: 6px;
    right: 10px;
    float: right;
}

.accordion [data-toggle="collapse"].collapsed .fa:before {
    content: "\f106";
    font-size: 21px;
}

.media-edicoes img{
    height: 250px;
    border: solid 1px rgba(153, 153, 153, 0.5);
    margin: auto;
}

.ultima-edicao{
    background: #3678ac;
    color: #fff;
    width: 185px;
    margin: auto;
}

.accordion .card-header{
    border-radius: 0;
    background-color: #fff;
    border-bottom: none
}


/*  ERRO  */

#pagina-error{
	padding: 5%;
}

#pagina-error h1{
	font-size: 210px !important;
}

/* Imprimir */
@media print{
    header, .nao-imprimir, footer{
        display: none;
    }

    .corpo .container .col-md-8{
        max-width: 100%;
        flex: auto;
    }
}


.humor-principal{
    text-align: center;
}

.humor-principal img{
    height: 500px;
    margin: auto;
    object-fit: cover;
}

.humor-secundario img{
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.cartola-humor{
    position: absolute;
    background-color: #3977ab;
    color: #fff;
    padding: 5px 35px;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%); /* Adicionar os prefixos dos navegadores */
}

.imagem-capa-edicao{
    max-height: 350px;
}

.publicidade-central{
    margin: 15px auto;
    width: 60%;
    min-height: 70px;
}

.publicidade-lateral{
    margin: 50px auto;
}