@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-display: swap;
  /* padding-top: 54px; */
}

a {
	text-decoration: none !important;
	color: #212529;
}

a:link { color: #212529; }

.navbar a {
	font-weight: 700;
	line-height: 0.95em;
}

.f14 {
	font-size: 14px !important;
	line-height: 1.3em !important;
}

img.object-fit-cover { object-fit: cover;}

.bg-gray-light {
	background: #ededed;
}
	
@media (max-width: 992px) {
	.f14-sm {
		font-size: 14px !important;
		line-height: 1.3em !important;
	}
	
}

@media (min-width: 992px) {
  body {
    /* padding-top: 56px; */
  }
	
	.bg-md-light {
		background: #ededed;
	}
	
	.sombra-md {
		-webkit-box-shadow: 0 2px 24px 0 rgba(0,0,0,.16);
		box-shadow: 0 2px 24px 0 rgba(0,0,0,.16);
	}
}


.search-field {
    height: calc(2em + 1rem + 0px);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.postagens .item:target .card {
	border: 2px red solid;
	-webkit-transition: all 1s linear;
}

.postagens .item {
	margin-bottom: 20px;
}

	.postagens .item .thumb_wrapper {
		height: 200px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: cover !important;
	}
	
	
		.postagens .item .thumb_wrapper .thumb {
			height: 200px;
			object-fit: cover;
		}


	.post_content a {
		font-weight: bold;
	}

	.post_content figure {
    background: #000;
    text-align: center;
	}
		
		.post_content figure img {
			max-width: 100%;
			max-height: 400px;
			margin: 0px auto;
		}
	
	.inside_post .thumb_wrapper {
		height: 280px !important;
		overflow: hidden;
		width: 100%;
		position: relative;
	}
	
		.inside_post .thumb_wrapper .fundo_blur {
			background-position: 50% center;
			background-repeat: no-repeat;
			background-size: cover;
			filter: blur(32px);
			transform: translate(-32px, -32px);
			height: 120%;
			width: 120%;

			position: absolute;
		}
		
		.inside_post .thumb_wrapper .thumb {
			height: 280px !important;
			object-fit: contain !important;
			position: absolute;
		}
	
	.postagens .item.mini .thumb_wrapper, .postagens .item.mini .thumb_wrapper .thumb  {
		max-height: 100px;
	}
	
	

	.postagens .item.mini .card-text  {
		font-size: 12px;
		line-height: 1.5em;
	}

		.item h1.titulo {
			font-size: 16px;
			font-weight: 500;
			line-height: 1.5;
		}
		
		.item .comentarios p {
			font-size: 14px;
			padding: 5px 5px 5px 30px ;
			margin-bottom: 5px;
		}		
	
	
		.item .comentarios p:nth-child(2n+1) {
			background-color: #e4e4e4;
		}	
.pagination {
  margin-bottom: 30px;
}

.modal .titulo {
	font-size: 25px;
	font-weight: bold;
	line-height: 29px;
}


.jumbotron {
    background: none;
    margin: 0px auto;
    text-align: center;
    max-width: 800px;
}
.jumbotron h1 {
    color: #2ecc71;
    display: block !im;
    font-size: 45px;
    margin: 0px 0 20px 0;
}
@media (max-width: 700px) {
    .jumbotron h1 {
        font-size: 30px;
    }
}
.jumbotron p {
    font-weight: normal;
    max-width: 85%;
    margin: 0px auto 30px auto;
}
.jumbotron .contador {
    border-bottom: 1px solid #888;
    color: #888;
    font-size: 16px;
    font-weight: 500;
    max-width: 85%;
    margin: 0px auto 30px auto;
    padding: 0 0 8px 0;
    width: 400px;
}
.capa .btn {
    background: none !important;
    color: #f1c40f;
    border: 2px solid #f1c40f;
}
.cadastro {
    background: #efefef;
    min-height: 100vh;
    width: 100%;
    margin: 0px auto;
    padding-top: 100px !important;
    text-align: center;
}
.cadastro h1 {
    color: #666;
    font-weight: bold !important;
}
.cadastro .lead {
    font-size: 18px;
    font-weight: normal;
    color: #777;
    margin: 0px auto;
    max-width: 400px;
}
.cadastro .titulo {
    margin-bottom: 30px;
}
.cadastro .item {
    color: #888;
}
.cadastro .fa {
    color: #e74c3c;
    display: block;
    font-size: 80px;
    margin-bottom: 12px;
}
.cadastro .fa.face {
    color: #2980b9;
}
.cadastro .fa.list {
    color: #e74c3c;
}
.cadastro .fa.alerta {
    color: #16a085;
}
.cadastro .call-to-action {
    padding-top: 30px;
}
.cadastro .call-to-action .btn {
    border: 0px solid;
}
.cadastro h2 {
    font-size: 18px;
    line-height: 23px;
    margin: 0px auto;
}
.cadastro .item h2 {
    max-width: 80% !important;
    margin: 0px auto;
}
.cadastro .item .passo {
    background: #fff;
    box-sizing: content-box;
    display: block !important;
    font-weight: normal;
    margin: 0 auto;
    padding: 5px;
    height: 20px;
    width: 20px;
}
.novo .thumbnail {
    border-top: 2px solid red;
}
h1.titulo-curadoria {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 20px 0;
}
ss h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
img {
    display: block;
}
.center {
    margin: 0px auto;
    text-align: center;
}
.categorias  {
  line-height: 27px;
}
  .categorias ul {
      list-style: none;
  }

  .categorias b a {
      cursor: pointer;
      font-size: 16px;
  }

.adsense {
    margin-right: 10px;
    float: right;
}
.manchetes div.caption {
    padding-top: 7px;
}

	.caption .small {
		display: block !important;
	}





.manchetes div.item-oportunidades {
    font-size: 14px;
    line-height: 23px !important;
    overflow: hidden;
		height: auto !important;
		min-height: auto !important;
}

	.manchetes div.item-oportunidades h4 {
		line-height: 23px !important;
	}
	
.manchetes .caption a {
    font-size: 14px;
		line-height: 15px;
		margin: 0px 0 7px 0;
}
	
.manchetes .mini h2 {
    font-size: 12px;
}

.mini .caption  {
    height: 50px !important;
    min-height: 49px;
    max-height: 50px;
		overflow: hidden;
}



.manchetes .small {
    font-size: 10px;
}
.rodape {
    background: #ddd;
    box-sizing: content-box;
    margin-top: 0px;
    text-align: center;
}
.content-page .rodape {
    margin-top: 40px;
}
.rodape .row {
    margin: 0 0 30px 0;
}
.rodape .menu {
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.rodape .menu li {
    padding: 0 10px 0 10px;
}
.rodape .menu li a {
    color: #e74c3c;
}
.rodape .missao {
    color: #777;
    font-size: 14px;
    font-style: oblique;
    line-height: 20px;
    margin: 60px auto 60px auto;
    max-width: 400px;
}
form.configs .btn {
    margin: 0px auto !important;
}
/* MASONRY */

.lista_categoria_masonry .row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.lista_categoria_masonry label {
    font-weight: normal;
}
.lista_categoria_masonry ul {
    margin-bottom: 5px;
    list-style: none;
}
@media (min-width: 700px) {
    .lista_categoria_masonry ul {
        overflow: hidden;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tabs-left > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
}
.bold {
    font-weight: bold !important;
}
.lista_categoria_masonry div {
    margin-bottom: 0px;
}
.lista_categoria_masonry ul {}
/* stop the float */
/* FIM MASONRY */

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* SLIDER PRODUTOS */
  #media {
    background: #ededed;
  }

  .media-carousel
  {
    margin-bottom: 30px;
    padding: 30px 40px 20px 40px;
    margin-top: 0px;
  }
  /* Previous button  */
  .media-carousel .carousel-control.left
  {
    color: #fff;
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 130px
  }
  /* Next button  */
  .media-carousel .carousel-control.right
  {
    color: #fff;
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 130px
  }

  .carousel-control {
    width: 15%;
  }
  /* Changes the position of the indicators */
  .media-carousel .carousel-indicators
  {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
  }
  /* Changes the colour of the indicators */
  .media-carousel .carousel-indicators li
  {
    background: #c0c0c0;
  }
  .media-carousel .carousel-indicators .active
  {
    background: #333333;
  }
  .media-carousel img
  {
    width: 250px;
    height: 100px
  }


/* FIM SLIDER PRODUTOS */

.carousel.slide img {
  min-width: 100%;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background: none;
}

.sm {
    margin-right: 0px !important;
}


.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

#chat{
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
  z-index: 9999;
}

.single {
  line-height: 20px;
}

	.single h1 {
		font-size: 16px;
		line-height: 26px !important;
		text-align: left;
		display: initial;
	}
	
	.single h2 {
		font-size: 18px;
		line-height: 22px !important;
		font-weight: bold;
		text-align: left;
	}


	.single .relacionados {
		margin-top: 10px;
	}
	
	.single .relacionados h4 {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		
		font-size: 14px;
		font-weight-: bold;
		line-height: 20px !important;
		margin-bottom: 0px;
		text-align: left;
	}	
	
	
	.single .nome_autor {
		font-size: 18px;
		font-weight: bold;
		line-height: 20px;
		margin-bottom:2px;
	}
	
		.single .small {
			line-height: 16px;
		}
	

	
.align-center {
  margin: 0px auto !important;
}


.thumb_anuncio {
	margin-left: 10px;
}

/* conecta pra receber alertas */

h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

h3.section-subheading {
  font-size: 20px;
	line-height: 25px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 75px;
}

.service-heading {
  margin: 15px 0;
	line-height: 24px !important;
  text-transform: none;
}

.btn-xl {
  /* color: #fff !important; */
  /* background-color: #2196F3;
  border-color: #2196F3; */
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

/* fim conecta pra receber alertas */


@media (max-width: 576px){
	.card-body {
		padding: 0.60rem !important;
	}
	.item {
		padding-right: 6px;
		padding-left: 6px;
	}
}
@media (min-width: 576px){
	.card-columns {
			-webkit-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 1.25rem;
			column-gap: 1.25rem;
	}
}



.btn-facebook {
	  background: #3B5998;
	  border-radius: 0;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #263961; 
	}
	.btn-facebook:link, .btn-facebook:visited {
	  color: #fff;
	}
	.btn-facebook:active, .btn-facebook:hover {
	  background: #263961;
	  color: #fff;
	}

	
/* ONESIGNAL */
#subscribe, #unsubscribe { display: none; }



/* FORMATACAO DO POST WORDPRESS */

	/* IMAGENS DO POST */
	.wordpress_post .texto img.alignleft { float: left; margin-right: 20px; }
	.wordpress_post .texto img.alignright  { float: right; margin-left: 20px; }


	.wordpress_post .texto .wp-caption { background: #f7f7f7; border: 1px solid #d1d1d1; padding: 10px; max-width: 100%; margin-top: 30px; margin-bottom: 40px; }
	.wordpress_post .texto .wp-caption.alignleft { float: left; margin-right: 20px; }
	.wordpress_post .texto .wp-caption.alignright  { float: right; margin-left: 20px; }

	.wordpress_post .texto .wp-caption img { margin: 0px !important; max-width: 100%; display: table; }
	.wordpress_post .texto .wp-caption p { margin: 10px 0 0 0; line-height: 1.1; font-size: 12px !important; }
	
	@media (max-width: 769px){ 
		.texto .wp-caption, .texto img.alignleft, .texto img.aligncenter, .texto img.alignright { 
			min-width: 80%; 
			margin-left: auto !important; 
			margin-right: auto !important; 
			float: none !important; 
			display: block !important; 
		}
		
		.texto .wp-caption img { 
			width: 100%; 
		}
		.wordpress_post .wp-caption, .wordpress_post .texto  img { float: none !important; }
	}
	
	
	.wordpress_post p:first-child img:first-child, .wordpress_post p:first-child a:first-child img:first-child, .wordpress_post .wp-caption:first-child {
   /*   margin-top: -30px;*/
	}
	
	
	.wordpress_post img {
		height: auto;
	}
	
	
	.wordpress_post .element  {
			max-width: 750px;
			margin: 0px auto;
	}
	
		.wordpress_post .element * {
				max-width: 100%;
		}
	

	.wordpress_post .texto > img, .wordpress_post .texto .element > img, .wordpress_post .texto a > img, .wordpress_post .texto .element > .embed-container {
			margin: 10px 0 30px 0; 
			border-radius: 4px;
	}
	
	.wordpress_post h1 { font-size: 30px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	.wordpress_post h2 { font-size: 23px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	.wordpress_post h3 { font-size: 21px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	.wordpress_post h4 { font-size: 19px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	.wordpress_post h5 { font-size: 17px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	.wordpress_post h6 { font-size: 16px !important;  font-weight: bold; margin: 30px 0 10px 0; }
	
	.wordpress_post .texto {
		font-size: 18px;
		line-height: 1.7em;
	}
	
	.wordpress_post .texto em {
		letter-spacing: -0.03em;
	}
	
	.wordpress_post blockquote, .wordpress_post .relacionados_dentro_post {
		font-weight: 400;
		margin: 30px 0 30px !important;
    padding: 2em 3em 1em;
    background: #eff2ff;
    border: 0;
    margin: 0;
    position: relative;
	}
	
	
		.wordpress_post blockquote::before, .wordpress_post .relacionados_dentro_post::before {
			font-style: normal;
			position: absolute;
			content: "\f05a";
			font-family: "Font Awesome 5 Free";
			font-variant: normal;
			text-rendering: auto;
			font-weight: 900;
			font-size: 35px;
			color: #0a2a6b;
			left: 20px;
			top: -12px;
			-webkit-font-smoothing: antialiased;
			font-display: swap;
		}
		
		
	@media (max-width: 900px){ 
		.wordpress_post blockquote, .wordpress_post .relacionados_dentro_post {
			padding: 2em 0.5em 0.5em 0.9em;
		}
		
		.wordpress_post blockquote::before, .wordpress_post .relacionados_dentro_post::before {
				left: 10px;
				top: -10px;
		}
		
	}	
	
	
	
/* fim FORMATACAO DO POST WORDPRESS */



/* CLASSES EXISTENTES NO BOOTSTRAP, MAS RESPONSIVAS */


	@media (max-width: 767px){ 

		.w-xs-sm-25 { width: 25% !important; }
		.w-xs-sm-40 { width: 40% !important; }
		.w-xs-sm-50 { width: 50% !important; }
		.w-xs-sm-60 { width: 60% !important; }
		.w-xs-sm-75 { width: 75% !important; }
		.w-xs-sm-100 {	width: 100% !important; }
		
	}


	@media (min-width: 992px){ 

		.w-md-25 { width: 25% !important; }
		.w-md-40 { width: 40% !important; }
		.w-md-50 { width: 50% !important; }
		.w-md-60 { width: 60% !important; }
		.w-md-75 { width: 75% !important; }
		.w-md-100 {	width: 100% !important; }
		
	}


/* FIM CLASSES EXISTENTES NO BOOTSTRAP, MAS RESPONSIVAS */