/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 15rem 0 15rem;
}

section {
  padding: 150px 0;
}

h1{
  font-size: 60px;
}

.logotipo{
  width: 10em;
}

.opacity-element{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

.bt-back-top{
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

/* Background Sections */
.bg-header{
  background-image: url('https://source.unsplash.com/MQUqbmszGGM');
  background-size: cover;
  background-position: center;
}

section#services{
  background-image: url('https://source.unsplash.com/IfQlwNqJqV8');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* Backgrounds Colors */
.bg-preto{
  background-color: #2B2D29;
}

.bg-verde{
  background-color: #0AA65D;
}

.bg-vermelho{
  background-color: #E24542;
}

.bg-cinza{
  background-color: #F6F6F5;
}


/* Text colors */
.text-preto, a.text-preto{
  color: #2B2D29;
}

.text-verde, a.text-verde{
  color: #0AA65D !important;
}

.text-vermelho, a.text-vermelho{
  color: #E24542 !important;
}

.text-cinza, a.text-cinza{
  color: #F6F6F5;
}

/* Google Fonts */
.gf-anton{
  font-family: 'Anton', sans-serif;
}

.gf-krona{
  font-family: 'Krona One', sans-serif;
}

.gf-work{
  font-family: 'Work Sans', sans-serif;
}