#portfolio .text-body a {
	color: #457B9D !important;
	text-decoration: underline;
}
#portfolio .gem-button {
	margin-top: 0;
}

.text-underline {
	text-decoration: underline;
}
.entry-content.post-content h1:first-child {
	display:none;
}

.wpcf7-response-output {
	border: 0 !important;
	background-color: #457B9D;
}

.wpcf7-submit {
	background-color: #457B9D !important;
}
.gem-button {
	text-transform: uppercase !important;
}

.testimonial-box .post-content.styled-subtitle {
	font-size: 16px;
	line-height: 20px;
}
.testimonial-company .meta {
	color: #1D3557 !important;
  font-size: 15px;
	
}
.testimonial-name .meta { 
  color: #457B9D !important;
  font-size: 20px;	
}
/* 1) tira o branco do wrapper (a row) */
.portfolio-row .testimonial-box{
  background: transparent !important;
}

/* 2) põe o branco só no interior da caixa */
.portfolio-row .testimonial-box .column-border > .vc_column-inner{
  background: #fff !important;
}
.testimonial-box .custom-fields-item {
	margin: 0 !important;
}

.home-counter{
  display: flex;
  align-items: center;
  gap: 16px;
	
}

.home-counter .number{
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  color: #E63946;
}

.home-counter .text{
  display: flex;
  flex-direction: column;
}

.home-counter .title{
  font-size: 62px;
  font-weight: 600;
  color: #1D3557;
  line-height: 1.1;
}

.home-counter .subtitle{
  font-size: 28px;
  font-weight: 400;
  color: #457B9D;
  margin-top: 4px;
}
.home-counter .number{
  letter-spacing: -2px;
}

.home-counter .subtitle{
  opacity: 0.9;
}

.center-counter-column > .vc_column-inner {
  display: flex;
  align-items: center;      /* vertical */
  justify-content: center;  /* horizontal */
  height: 100%;
}

.blog-counter-row {
  min-height: 400px;
}

@media (max-width: 600px) {
  .styled-subtitle {
	  font-size: 30px;
  	text-align: center;
  }
}

