@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css);

body {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

html {
	scroll-behavior: smooth;
}

.about {
	background-image: url(/img/home/teste2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	position: relative;
}

/* .about::after {
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 212, 255, 0) 75%
	);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
} */

.about-content {
  margin-top: 10%;
  margin-bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.about-content-font {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.1em black;
	color: #fff;
	font-size: 15px;
}

.clients-font {
	font-weight: 500;
	color: #3E4095;
	font-size: 28px;
	text-transform: uppercase;
}

.clients-font-rodape {
	color: #3E4095;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 500;
}

.form-titulo {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0;
	font-weight: bold;
  text-shadow: 0.1em 0.1em 0.1em black;
  font-family: 'Grandstander', sans-serif;
}

.form-titulo-hidden {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
	font-weight: bold;
	text-shadow: 0.2em 0.2em 0.2em black;
}

.form {
	background-image: url(/img/home/contactbkg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 15%;
	padding-bottom: 15%;
}

.form-inline-1 {
	display: inline-block;
	justify-content: start;
  text-align: left;
}

.form-inline-2 {
	display: inline-block;
	justify-content: center;
	visibility: hidden;
}

.form-inline-3 {
	display: inline-block;
	justify-content: end;
}

.infos {
  display: flex;
  background-color: #fff;
	margin: 20px auto;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.infos-title{
	display: flex;
	flex-direction: column;
}

.infos-content{
	margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: auto;
	padding: 20px;
	align-items: center;
}

.infos-content h1{
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.infos-content p {
	font-size: 12px;
	text-align: center;
}

.infos-content-icon {
  font-size: 45px;  
  color: #3E4095;
}

.contact {
  background-image: url(/img/home/formbkg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  display: flex;
	flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
	width: 100%;
  height: auto;
}

.contact-title {
	font-weight: bold;
	color: white;
	font-size: 28px;
	text-transform: uppercase;
}

.contact-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}

.contact-content {
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: center;
  height: auto;
  padding: 10px;
}

.contact-content h3 {
  color: white;
  font-size: 18px;
  text-align: center;
  text-shadow: 0.2em 0.2em 0.2em black;
}

.contact-content-icon{
  font-size: 40px;  
  color: white;
}

.contact-content-map{
  width: 100%;
  justify-content: center;
}

.contact-content-map iframe {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
  height: 300px;
  border-radius: 10px;
}

.rodape {
	padding: 20px 0;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.rodape p {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
}

.page-fliper{
  display: flex;
  background-color: #fff;
	margin: 20px auto;
	flex-wrap: wrap;
	justify-content: center;
  width: 100%;
}

.about-fliper {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	margin: 20px auto;
  width: 100%;
}

.about-fliper-column {
	padding: 10px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	width: 600px;
	height: auto;
	align-items: center;
}

.rodape-fliper {
	padding: 20px 0;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #3E4095;
}

.rodape-fliper p {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
}

.card{
	box-shadow: 5px 7px 17px -4px rgba(0,0,0,0.75);
}

.card:hover {
	box-shadow: 5px 7px 5px -5px rgba(0,0,0,0.75);
}







