#belavista {
	font-family: Raleway, sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#belavista .topo {
	background-image: url('../../assets/img/belavista/topo-belavista.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	/* aspect-ratio: 1920/384; */
	margin-top: 56px;
}
#belavista .topo img {
	max-width: 430px;
}
#belavista .titulo {
	color: #131313;
	font-size: 30px;
	font-weight: 800;
}
#belavista h1.titulo {
	font-size: 40px;
	text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.7);
}
#belavista h2.subtitulo {
	text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.7);
}
#belavista .table b {
	font-weight: 600;
}
#belavista .form-wrapper .wpcf7-textarea {
	height: 150px;
}
#belavista .btn-primary {
  background-color: #657e5b;
  color: #fff;
  width: 100%;
}
#belavista .btn-arrows {
	position: absolute;
  top: 45%;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  z-index: 5;
  box-shadow: 2px 2px 9px rgb(0,0,0,0.4);
}
#belavista .btn-arrows:hover {
	opacity: 0.9;
}
#belavista .btn-prev {
	left: 5px;
}
#belavista .btn-next {
	right: 5px;
}
#belavista .progress-bar {
	background-color: #657e5b;
}

@media (max-width: 1023px){

	#belavista .topo {
		aspect-ratio: auto;
    padding: 25px 0;
	}
	#belavista .topo img {
		max-width: 70%;
		order: 3;
		margin: 0 auto;
	}
	#belavista .topo .row {
		justify-content: center;
	}
	#belavista .topo .row div {
		text-align: center;
	}
	#belavista .bloco-1 .col-right {
		margin-top: 50px;
	}

}