@charset "UTF-8";
/*

Theme name: Jornal Opinião
Author: Tenyson Passos
Author URI: www.tenysonpassos.com
Description: Jornal Opinião 2021
Version: 2.0.2;

*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&family=Source+Serif+Pro:wght@400;600&display=swap');

body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif Pro", "Times News Roman", sans-serif;
}

.bg-green {
  background: #006154;
}

.bg-red {
  background: #d53437;
}

.fullbanner {
  background: #ECECF2;
  padding: 20px 0 20px 0;
}

/* stylelint-disable selector-list-comma-newline-after */
.header {
  line-height: 1;
}

.header .tempo a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #00a38d;
}

@media only screen and (max-width: 600px) {
  .header .col-12 {
    padding: 0;
  }
}

.logo-data {
  text-align: center;
}

#header-data::first-letter {
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .logo-data {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .tempo {
    margin-bottom: 5px;
  }
}

.header .tempo i {
  font-size: 1.4rem;
  padding-right: 0.4rem;
}

.header-logo {
  font-size: 2.25rem;
}

.header-logo:hover {
  text-decoration: none;
}

.busca {
  width: 300px;
}

@media only screen and (max-width: 600px) {
  .busca {
    margin-top: 20px;
  }
  #searchform {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.header .busca .input-group-text {
  background: none;
  border-right: none;
}

.header .busca .form-control {
  border-left: none;
}

.header-bg {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background: linear-gradient(180deg, white 0%, #f2f2f2 100%);
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: 0 0 0 0.25rem #00a38d;
          box-shadow: 0 0 0 0.25rem #00a38d;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.nav > a {
  text-decoration: none;
  font-weight: 500;
}

.menu-principal a {
  color: #006154;
}

.trends a {
  color: #d53437;
  font-size: 1rem;
}

.trends a:hover {
  color: #d53437;
}

@media only screen and (max-width: 600px) {
  .trends {
    padding-left: 15px;
  }
}

.flash-news {
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
}

@media only screen and (max-width: 600px) {
  .flash-news {
    border-left: none;
  }
}

.flash-news a {
  color: #00a38d;
  text-decoration: none;
  font-weight: 500;
}

.flash-news i {
  color: #00a38d;
}

.mega-destaque {
    font-size: 3.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.mega-destaque > a {
  color: #006154;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .mega-destaque {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.card-body {
  padding: 0;
}

.card {
  border: none;
}

.card a {
  font-size: 1.2rem;
  font-family: "Source Serif Pro", "Times News Roman", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #404040;
}

.card-chamada {
  color: #d53437;
  font-size: 1.1rem;
  font-family: "Source Sans Pro", "Arial", sans-serif;
	font-weight: 600;
}

.card-title {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.card-img {
  border-radius: 0;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

#carouselSlideNews{
	margin-bottom: 30px;
}

#carouselSlideNews a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  #carouselSlideNews a {
    font-size: 1.2rem;
  }
}

#carouselSlideNews img {
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
  background-size: cover;
  background-position: center;
}

#carouselSlideNews .carousel-bg {
  height: 350px;
}

@media only screen and (max-width: 600px) {
  #carouselSlideNews .carousel-bg {
    height: 230px;
  }
}

#carouselSlideNews .carousel-caption {
  text-align: left;
}

.carousel-video-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.play-video i{
    position: absolute;
    right: 44%;
    bottom: 1.25rem;
    top: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    font-size: 5rem;
}

.ultimas-noticias .row .col-md-5 {
  padding-right: 15px;
}

@media only screen and (max-width: 600px) {
  .ultimas-noticias .row .col-md-5 {
    padding-right: 0;
  }
}

.editorias1 {
  padding-top: 96px;
}

.editorias1 img {
  padding-right: 10px;
}

@media only screen and (min-width: 1000px) {
	.editorias1 > div {
	  padding-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
  .editorias1 {
    padding-top: 0px;
  }
  .editorias1 img {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .card-chamada {
    margin-top: 10px;
  }
}

.publicidade span {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #c4c4c4;
}

.publicidade img {
  width: 100%;
}

.destaque-coluna {
  background: #d53437;
  padding: 20px;
  margin-top: 50px;
  color: #ffffff;
}

.destaque-coluna a {
  color: #ffffff;
  font-size: 1.1rem;
}

.destaque-coluna img {
  margin-top: -60px;
  width: 80px;
  height: 80px;
}

.destaque-coluna .card-author {
  color: #ffffff;
  text-transform: uppercase;
}

.capa-opiniao {
  background: #01463d;
  display: -ms-grid;
  display: grid;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.capa-opiniao img {
    margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 -0.1rem .6rem rgba(0,0,0,.10)!important;
}

.capa-opiniao span {
  padding-top: 10px;
  font-size: 1.2rem;
  display: block;
}

.capa-opiniao p{
	font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.capa-opiniao .data {
  padding-top: 10px;
}

.mais-noticias {
  background: #d53437;
  border: none;
}

.mais-noticias:hover {
  background: #006154;
  border: none;
}

.colunistas {
  background: #ECECF2;
  margin-top: 20px;
  margin-bottom: 40px;
	padding-top: 70px;
    padding-bottom: 70px;
  height: auto;
  max-height: 400px;
}

.colunistas a {
  font-size: 1.1rem;
  color: #404040;
  text-decoration: none;
}

.colunistas img {
  border: 5px #d53437 solid;
  width: 80px;
  height: 80px;
}

.colunistas .col-md-8 {
  padding-left: 30px;
  padding-right: 0px;
}

.slick-prev:before, .slick-next:before {
  color: #404040 !important;
}

.slick-dots {
	bottom: -55px !important;
}

@media only screen and (max-width: 600px) {
  .editorias1 .card-body {
    padding-left: 0;
  }
}

.card-title-2 {
  font-size: 0.9rem !important;
  padding-left: 10px;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.editorias2 i {
  font-size: 0.6rem;
  color: #d53437;
  padding-right: 5px;
}

.card-title-3 {
  font-size: 1rem !important;
}

.title-section {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Source Serif Pro", "Times News Roman", sans-serif;
  padding: 0px;
  margin-bottom: 20px;
}

.line-section {
  display: block;
  width: 80px;
  height: 4px;
  margin-bottom: 5px;
}

.flex-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.maislidas {
  height: 320px;
  background: #ECECF2;
  padding: 40px 15px;
}

.section-maislidas{
	padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .maislidas {
    height: 730px;
  }
}

.maislidas-numero {
  width: 30px;
  height: 30px;
  padding-left: 9px;
  line-height: 1.5rem;
  display: block;
  font-size: 1.2rem;
  color: #d53437;
  font-weight: bold;
  border: 2px solid #d53437;
  border-radius: 20px;
}

.col-maislidas {
	width: 100%;
	margin-bottom: 30px;
}

.col-maislidas a{
  color: #404040;
  font-size: 1.1rem;
  text-decoration: none;
	font-family: "Source Serif Pro", "Times News Roman", sans-serif;
	font-weight: 600;
}

.col-maislidas a:hover {
  text-decoration: none;
}

.footer {
  background: #006154;
  color: #ffffff;
  padding: 45px 0px;
}

@media only screen and (max-width: 600px) {
  .footer {
    height: 100%;
  }
}

.menu-footer {
  color: #ffffff;
  text-transform: uppercase;
}

.menu-footer a, .menu-footer a:hover {
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}

.socialmedia-footer {
  padding-top: 15px;
  text-align: right !important;
}

.footer a, .dev a {
  color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .socialmedia-footer {
    text-align: initial !important;
  }
}

.socialmedia-footer i {
  font-size: 1.3rem;
  padding-right: 15px;
}

.dev {
  text-align: right !important;
}

@media only screen and (max-width: 600px) {
  .dev {
    text-align: initial !important;
    padding-top: 10px;
  }
}

.cr {
  font-size: 0.9rem;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.entry-title {
  font-size: 3.4rem;
}

.subtitulo {
	font-size: 1.4rem;
    padding-bottom: 20px;
}

.entry-meta {
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.entry-content {
  font-size: 1.4rem;
}

.entry-content a{
  color: #d53437;
  text-decoration: none;
}

.entry-content img {
  width: 100%;
  height: 100%;
}

.entry-content figcaption{
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  .entry-title {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .entry-meta {
    font-size: 1rem;
  }
  .entry-content {
    font-size: 1.1rem;
  }
	.subtitulo {
		font-size: 1rem;
	}
}

#imgTemp {
  background: #00a38d;
  border-radius: 100px;
  width: 40px;
}

.cidade, .temp {
  font-size: 1rem;
  color: #006154;
}

.temp {
  font-weight: bold;
  padding-left: 10px;
}

/*Utilities*/
.no-padding {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
