@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

Body{
	margin:0;
	padding: 0;
  }

.scroll-up-btn{
	position: fixed;
	height: 45px;
	width: 42px;
	background: #27A5DF;
	right: 30px;
	bottom: 10px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	z-index: 9999;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.scroll-up-btn.show{
	bottom: 30px;
	opacity: 1;
	pointer-events: auto;
}

/* Whatsapp float */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index: 100;
}
.float:hover{
	background-color: #fff;
	color: #25d366;
}

.my-float{
	margin-top:16px;
}


/* estilizando navbar */
.container-fluid{
	background-color: white;
}
.nav-item a{
	font-family: sans-serif;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top: 0;
}

/* sobre */
.sobre .col-md-11{
	margin-top: -3vw;
	margin-bottom: -3vw;
}
.col-md-11{
	margin: 30px;
}
.row .mx-auto{
	padding-top: 30px;
}

.row .col{
	padding-left: 10px;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 18px;
}

/* estilizando o setor de premissas*/
.premissas{
	background: #004177;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	height: auto;
}
.premissas .title2{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.premissas .row .col a{
	font-size: 18px;
	color: #fff;
}
.premissas i{
	color: #27A5DF;
	font-size: 30px;
	padding-left: 10px;
}

/* estilizando cards */
.cards .title3{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #004177;
}
.cards .row .column{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 3fr));
	width: 100vw;
	grid-gap: 50px;
}
.cards .row .column img{
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.cards .row .column img:hover{
	transform: scale(1.1);
}
.col-centered {
	float: none;
	margin-right: auto;
	margin-left: auto;
  }

/*mapa*/
.mapa{
	margin-top: 30px;
}
.mapa .title4{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 30px;
	color: #004177;
}

 /* Estilizando setor de rodapé */
 .footer{
	margin-top: 50px;
	padding: 0;
	color: #d9d9d9;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
  }
  .footer .content1{
	position: relative;
	margin: 130px auto;
	text-align: center;
	padding: 0 20px;
  }
  .footer .content1 .text{
	font-size: 2.5rem;
	font-weight: 600;
	color: #202020;
  }
  .footer .content1 .p{
	font-size: 2.1875rem;
	font-weight: 600;
	color: #202020;
  }
  .footer footer{
	position: bottom;
	bottom: 0px;
	width: 100%;
	background: #004177;
  }
  .footer .main-content{
	display: flex;
  }
  .footer .main-content .box{
	flex-basis: 50%;
	padding: 10px 20px;
  }
  .footer .box h2{
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
  }
  .footer .box .content{
	margin: 20px 0 0 0;
	position: relative;
  }
  .footer .box .content:before{
	position: absolute;
	content: '';
	top: -10px;
	height: 2px;
	width: 100%;
	background: #3a68be;
  }
  .footer .box .content:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 15%;
	background: #00d9ff;
	top: -10px;
  }
  .footer .left .content p{
	text-align: justify;
  }
  .footer .left .content .social2{
	margin: 20px 0 0 0;
  }
  .footer .left .content .social2 a{
	padding: 0 2px;
  }
  .footer .left .content .social2 a span{
	height: 80px;
	width: 80px;
	background: #28A6E0;
	line-height: 40px;
	padding-top: 2.5vh;
	text-align: center;
	font-size: 40px;
	transition: 0.3s;
	color: #fff;
  }
  
  /*whatsapp*/
  .footer .left .content .social2 .fab.fa-whatsapp{
	background: rgb(47, 209, 47);
  }
  .footer .left .content .social2 .fab.fa-whatsapp:hover{
	background: #fff;
	color: rgb(47, 209, 47);
  }

  /* facebook */
  .footer .left .content .social2 .fab.fa-facebook-f{
	background: #1D76EF;
  }
  .footer .left .content .social2 .fab.fa-facebook-f:hover{
	background: #fff;
	color: #1D76EF;
  }

  /* instagram */
  .footer .left .content .social2 .fab.fa-instagram{
	background: rgb(245, 41, 119);
  }
  .footer .left .content .social2 .fab.fa-instagram:hover{
	background: #fff;
	color: rgb(245, 41, 119);
  }

  .footer .center .content .fas{
	font-size: 1.4375rem;
	background: #28A6E0;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
  }
  .footer .center .content .fas:hover{
	background: #fff;
	color: #28A6E0;
  }
  .footer .center .content .text{
	font-size: 1.0625rem;
	font-weight: 500;
	padding-left: 10px;
  }
  .footer .center .content .phone{
	margin: 15px 0;
  }
  .footer .right form .text{
	font-size: 1.0625rem;
	margin-bottom: 2px;
	color: #ffffff;
  }
  .footer .right form .msg{
	margin-top: 10px;
  }
  .footer .right form input, .right form textarea{
	width: 100%;
	font-size: 1.0625rem;
	background: #ffffff;
	padding-left: 10px;
	border: 1px solid #00a2ff;
  }
  .footer .right form input:focus,
  .footer .right form textarea:focus{
	outline-color: #a6dbff;
  }
  .footer .right form input{
	height: 35px;
  }
  .footer .right form .btn{
	margin-top: 10px;
	margin-left: -63px;
  }
  .footer .right form .btn button{
	height: 40px;
	margin-left: 50px;
	width: 100%;
	border: 2px solid #28A6E0;
	border-radius: 2px;
	outline: none;
	background: #28A6E0;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 500;
	cursor: pointer;
	transition: .3s;
  }
  .footer .right form .btn button:hover{
	border: 2px solid #28A6E0;
	background: #fff;
	color: #28A6E0;
  }

  /* Roda pé*/
  .bottom{
	background: #000615;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 30px 100px 5px 10px;
	left: 0;
	bottom: 0;
  }
  .bottom a{
	color: #28A6E0;
  }

  @media screen and (max-width: 900px) {
	footer{
	  position: relative;
	  bottom: 0px;
	}
	.footer .main-content{
	  flex-wrap: wrap;
	  flex-direction: column;
	}
	.footer .main-content .box{
	  margin: 5px 0;
	}
  }


  /* estilizando parceiros */
.parceiros .title6{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 3vw;
	color:#004177;
}
.parceiros .row .column{
	margin-top: -6vw;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 3fr));
	grid-gap: 50px;
}
.parceiros .row .column img{
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.parceiros .row .column img:hover{
	transform: scale(1.1);
}
.col-centered {
	float: none;
	margin-right: auto;
	margin-left: auto;
  }
  
@media screen and (max-width: 1440px) {
	.parceiros .title6{
		font-weight: 700;
		text-align: center;
	}
	.parceiros img{
		margin: 50px 30px;
		padding-left: 80px;
		width: 400px;
	}
	.bottom a{
		font-size: 12px;
	}
	.bottom a img{
		padding-top: 100px;
	}
  }
  @media screen and (max-width: 575px) {
	.card{
		margin-left: 5vw;
	}
	.card-group{
		margin-left: 5vw;
	}
  }
@media screen and (max-width: 375px) {
	.parceiros .title6{
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.parceiros img{
		padding-right: 25vw;
	}
	.bottom a{
		font-size: 12px;
	}
	.bottom a img{
		padding-top: 100px;
	}
	.card{
		margin-left: 5vw;
	}
	.card-group{
		margin-left: 5vw;
	}
  }
