/* iframe[src*="ads-iframe"] { display: none; } */

/* Css de exemplo */

.textoCapitalizado {
  text-transform: uppercase;
  color: #585877;
  background-color: chocolate;
}

.textoDestaque {
  background-color: #231121;;
  padding-block: 5px;
  padding-inline: 30px;
}

.textoDestaque p {
  font-family: Poppins;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.textoDestaque p::after {
  content: attr(data-end) ;
  color: #E80344 ;
}

header.entry-header {
  display: none;
}

.entry-footer {
  display: none;
}

#ecs-preview {
  display: none;
}

/*----------------------------------------------------------------- Styles para Slider de Servicos*/

* {box-sizing: border-box}
body {font-family: Poppins, sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  position: relative;
  /*background: #231121;*/
}

/* Slides */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 8%;
  right: 17px;
  width: auto;
  /*margin-top: -30px;*/
  /*margin-right: 2px;*/
  /*padding: 16px;*/
  color: #888;
  font-weight: bold;
  font-size: 20px;
  /*border-radius: 0 3px 3px 0;*/
  user-select: none;
  z-index: 1;
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -moz-transform: rotate(90deg);   /* Firefox */
  -ms-transform: rotate(90deg);   /* IE 9 */
  -o-transform: rotate(90deg);   /* Opera */
  transform: rotate(90deg);
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  top: 85%
  /*margin-right: 1px;*/
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  padding: 20px;
  /*background: #ddd;*/
  right: 0;
  position: absolute;
  top: 8%;
}

.dot-cont {
  margin-top: -13px;
}

/* The dots/bullets/indicators */
.dot {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #717171;
  height: 80px;
  display: inline-block;
}

.dot2 {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #717171;
  height: 7px;
  display: inline-block;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #fff;
  cursor: pointer;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-top: 30px;
  height: 350px; /* Should be removed. Only for demonstration */
}

.column-right {
  float: left;
  width: 50%;
  padding: 10px;
  /* height: 350px; Should be removed. Only for demonstration */
  padding-right: 40px;
  padding-top: 30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.num_slide {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;

  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: -25px;
}

.titulo_slide {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #E80344;
}

.desc_slide {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding-right: 20%;
}

@media screen and (max-width: 600px) {
  .desc_slide {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 20%;
    margin-top: 35px;
  }
}

.escolha_slide1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #B1B1B1;
  text-transform: uppercase;
  /*float:left;*/
  margin-top: 11%;
}

.escolha_slide1:hover {
  color: #fff;
}

.escolha_slide1_ativo {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 11%;
  /*float:left;*/
}

.escolha_div_slide {
  /*padding-right: 50px;*/
  display: inline;
  cursor: pointer;
}

.escolha_num_slide1 {
  margin-left: 15px;
}

/* Next & previous buttons */
.prev-servico, .next-servico {
  cursor: pointer;
  position: absolute;
  top: 8%;
  right: 15px;
  user-select: none;
  z-index: 1;
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -moz-transform: rotate(90deg);   /* Firefox */
  -ms-transform: rotate(90deg);   /* IE 9 */
  -o-transform: rotate(90deg);   /* Opera */
  transform: rotate(90deg);
}

/* Position the "next button" to the right */
.next-servico {
  position: absolute;
  top: 85%;
}

/*----------------------------------------------------------------- Styles para Slider de Servicos Mobile*/
/* Slides */
.mySlidesMobile {
  display: none;
}

.column-mobile {
  margin-left: 15px;
}

/* The dot/bullet/indicator container */
.dot-container-mobile {
  padding: 20px;
  /* background: #ddd; */
  /* right: 0; */
  position: absolute;
  top: 97%;
  left: 10%;
  width: 79%;
  display: flex;
}

.dot-cont-mobile {
  margin-top: -13px;
}

/* The dots/bullets/indicators */
.dot-mobile {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #717171;
  height: 2px;
  /*display: inline-block;*/
  width: -webkit-fill-available;
  width: inherit;
}

.dot2-mobile {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #717171;
  height: 7px;
  display: inline-block;
}

/* Add a background color to the active dot/circle */
.active, .dot-mobile:hover {
  background-color: #fff;
  cursor: pointer;
}

.prev-servico-mobile, .next-servico-mobile {
  cursor: pointer;
  position: absolute;
  left: 10%;
  user-select: none;
  z-index: 1;
}

/* Position the "next button" to the right */
.next-servico-mobile {
  position: absolute;
  left: 85%;
}

/*html, body {
  width:100%;
  overflow-x:hidden;
}*/


/*----------------------------------------------------------------- Styles para Reading progress bar*/

.readingProgressbar {
 top: 0px !important;
}

/*----------------------------------------------------------------- Autores*/

.autoresFundo {
	background-color: #E8EBF5;
	margin-top: 30px;
}

.autoresTitulo {
	color: #231121;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 22px;
	padding-left: 25px;
	padding-bottom: 20px;
}

.autoresImagem img{
	vertical-align: middle;
	display: inline-block;
	width: 63px;
}

.autoresColuna a{
	color: #231121 !important;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: -0.3px;
}

.autoresColuna p{
	color: #231121 !important;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: -0.3px;
	margin-top: 0px;
}

.autoresContainer {
	display:flex;
	padding-bottom: 25px;
}

.autoresFixed {
	width: 85px;
}

@media screen and (max-width: 3000px) {
	.autoresFlex-item {
		flex-grow: 1;
		width: 70%;
		margin-left: 30px;
		margin-top: -8px;
		margin-right: 235px;
	}
}
	
@media screen and (max-width: 600px) {
	.autoresFlex-item {
		flex-grow: 1;
		width: 70%;
		margin-left: 30px;
		margin-top: -8px;
		margin-right: 50px;
	}
}

#reactions__container {
	display:none !important;
}