/*MAIN*/

body{
	font-family: 'Nunito';
	max-width: 100%;
    overflow-x: hidden !important;
    padding: 0px;
    margin: 0px;
}

.swal-footer {
	text-align: center;
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}


@media (min-width: 992px) {
	.swal-footer {
  		text-align: center;
	}

	.swal-overlay {
  		background-color: rgba(0, 0, 0, 0.7);
	}
}	

.navigation a:hover{
	color: blue;
}

@media (min-width: 992px) {
	.navigation a:hover{
		color: blue;
	}
}


a {
  color: #fed136;
}

a:hover {
  color: green;
}


.first {
  order : 1;  
}

.second {
  order : 2;
}

#mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
    font-weight: 600;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }




@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
    font-weight: 600;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

a{
	outline: 1px none !important;
}

@media (min-width: 768px){
	.first {
		order : 2;
  	}

	.second {
		order : 1;
   	}

   	a{
		outline: 1px none !important;
	}
}

/*------------------ MODAL -----------------*/
.modal-content {
	background-color: #F8F8FF;
	text-align: left;
	color:#000000;
	border-radius: 5px;
	padding:1%;
}


.placeholder{
	border-radius: 25px;
	border: 2px solid #4CAF50;
	text-indent:5px;
	width: 100%;
	margin-bottom: 4%;	
}

.fred{
	order:2;
}

.brocolo{
	order: 1;
}

.buttonBusModal {
  background-color: #00cc00; /* Green */
  border: none;
  color: white;
  padding: 2px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 700;
  outline: 1px none !important;
  margin-top: 3%;
}

.tituloModal{
	font-weight: 700;
	margin-top: 3%;
}

.textoModal{
	font-weight: 600;
}

.spaceTop{
	margin-top: 8%;
}

@media (min-width: 768px){
	/*forms*/
	.fred{
		order: 1;
	}

	/*brocolo porque e parte verde*/
	.brocolo{
		order: 2;
	}

	.placeholder{
		border-radius: 25px;
		border: 2px solid #4CAF50;
		text-indent:5px;
		width: 100%;
		outline:none;
		box-shadow: none;
	


	}

	textarea:focus, input:focus{
    outline: none;
}



	







	.buttonBusModal {
  		background-color: #00cc00; /* Green */
  		border: none;
  		color: white;
  		padding: 2px 25px;
  		text-align: center;
  		text-decoration: none;
 		display: inline-block;
  		font-size: 18px;
  		border-radius: 20px;
  		font-weight: 700;
  		outline: 1px none !important;
  		margin-top: 3%;
  	}

  	.tituloModal{
		font-weight: 700;
	}

	.textoModal{
		font-weight: 600;
	}

	.spaceTop{
	margin-top: 0;
	}






}
/*--------------------HOME-------------------------------*/

/*HOME FIRST SECTION*/
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/homeS1/homebackground.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 80px;
  padding-bottom: 50px;
}

header.masthead .intro-text .logoHome {
  max-width: 70%;
  padding-top: 10%;
}

header.masthead .intro-text .ScreenShotHome {
  max-width: 40%;
} 

header.masthead .intro-text .btnApple{
  max-width: 80%;
  margin-right: -40%;
}

header.masthead .intro-text .btnGoogle {
  max-width: 80%;
  margin-left: -5%;
}

header.masthead .intro-text .moveLeft{
	margin-left: -40%;
}

@media (min-width: 768px){
	header.masthead .intro-text {
	    padding-top: 110px;
	    padding-bottom: 110px;
  	}

  	header.masthead .intro-text .logoHome {
  		max-width: 100%;
	}

	header.masthead .intro-text .ScreenShotHome {
		max-width: 50%;
  	}

	header.masthead .intro-text .btnApple {
		max-width: 94%;
		margin-right: -20%;
  	}

	header.masthead .intro-text .btnGoogle {
		max-width: 94%;
		margin-left: -10%;
  	}

  	header.masthead .intro-text .moveLeft{
	margin-right: 0%;
}
}

/*HOME-BUSINESS SECOND SECTION*/
.page-section2 {
  padding: 40px 0;
}

.secondSection {
  margin-top: 0px;
  margin-bottom: 0px;
}

.secondSection h5.section-heading {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 40px;
}

.secondSection p.imageText {
 	font-size: 16px;
 	font-weight: 600;
  	margin-top: -8%;
  	margin-bottom: 20px;
}

.secondSection img.S2 {
 	max-width: 50%;
}

@media (min-width: 768px){
	.page-section2 {
  		padding: 100px 0;
	}

	.secondSection {
  		margin-top: 0px;
  		margin-bottom: 0px
  	}

  	.secondSection h5.section-heading {
  		font-size: 25px;
  		font-weight: 700;
  		margin-top: 0px;
  		margin-bottom: 40px;
	}

	.secondSection p.imageText {
  		font-size: 20px;
  		font-weight: 600;
  		margin-top: -10%;
  		margin-bottom: 20px;
	}

	.secondSection img.S2 {
  		max-width: 80%;
	}
}

/*HOME THIRD SECTION*/
.page-section3 {
  padding: 50px 0;
}

.thirdSection {
  margin-top: 0px;
  margin-bottom: 0px;
}

.thirdSection .googleB3 {
	margin-left: -50px;
}

.thirdSection .AppleB3 {
	margin-right: -20px;
}

.thirdSection .DownloadS3 {
	margin-bottom: 20px;
	font-weight: 700;
}

.thirdSection .paragrafo{
	font-size: 18px;
 	font-weight: 600;
}

/*Imagem*/
.thirdSection .S3 {
	max-height: auto;
	max-width: 70%;
}

.thirdSection .CityVideo1{
	max-width: 90%;
	max-height: auto; 
}

@media (min-width: 768px){
	.page-section3 {
  		padding: 50px 0;
  	}

	.thirdSection {
  		margin-top: 0px;
  		margin-bottom: 0px;
	}

	.thirdSection .googleB3 {
		margin-left: -20px;	
	}

	.thirdSection .AppleB3 {
		margin-right: -20px;
	}

	.thirdSection .DownloadS3 {
		margin-bottom: 20px;
		font-weight: 700;
	}

	.thirdSection .S3 {
		max-height: auto;
		max-width: 70%;
	}

	.thirdSection .CityVideo1{
		max-width: 150%;
		max-height: auto; 
	}

	.thirdSection .paragrafo{
		font-size: 18px;
 		font-weight: 400;
	}

}

/*HOME - BUSINESS FOURTH SECTION*/
.page-section4 {
  		padding: 50px 0;
	}

.fourthSection {
  		margin-top: 0px;
  		margin-bottom: 0px;
	}

.fourthSection h5.section-heading4 {
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: 700;
}

.fourthSection .imagemS4 {
	width: 32%;
}

.fourthSection .paragrafoS4 {
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 600;
}

.fourthSection .paragrafoS4B {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 600;
}

.fourthSection .texto {
		margin-bottom: 30px;
		margin-top: 0px;
		font-size: 12px;
		font-weight: 600;
	}

@media (min-width: 768px){
	.page-section4 {
  		padding: 80px 0;
	}

	.fourthSection {
  		margin-top: 0px;
  		margin-bottom: 0px;
	}

	.fourthSection h5.section-heading4 {
		font-size: 25px;
		margin-top: 10px;
		margin-bottom: 60px;
		font-weight: 700;
	}

	.fourthSection .imagemS4 {
		width: 60%;
	}

	.fourthSection .paragrafoS4 {
		margin-bottom: 0px;
		margin-top: 5%;
		font-size: 20px;
		font-weight: 600;
	}


	.fourthSection .paragrafoS4B {
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 20px;
		font-weight: 600;
	}

	.fourthSection .texto {
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 13px;
		font-weight: 600;
	}
}

/*HOME - BUSINESS FIFTH SECTION*/
.page-section5 {
  	padding: 50px 0;
	color: white;
	background-image: url("../img/homeS5/familybackground.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.fifthSection {
	margin-top: 0px;
  	margin-bottom: 0px;
}


.fifthSection .imgS5{
	max-width: 100%;
}

.fifthSection h4.titulo{
	font-size: 25px;
	font-weight: 700;
}

.fifthSection p.paragrafo{
	font-size: 15px;
	font-weight: 400;
}

@media (min-width: 768px){
	.page-section5 {
  		padding: 80px 0;
		color: white;
		background-image: url("../img/homeS5/familybackground.png");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		background-size: cover;
	}

	.fifthSection {
		margin-top: 0px;
	  	margin-bottom: 0px;
	}


	.fifthSection .imgS5{
		max-width: 100%;
	}

	.fifthSection h4.titulo{
		font-size: 25px;
		font-weight: 700;
	}

	.fifthSection p.paragrafo{
		font-size: 15px;
		font-weight: 400;
	}
}

/*HOME SIXTH SECTION*/
.page-section6 {
  	padding-top: 50px;
  	padding-bottom: 50px;
	color: white;
	background-image: url("../img/homeS6/matirectangle.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.page-section6 .btnApple{
	max-width: 50%;
	margin-right: -3%;
}

.page-section6 .btnGoogle{
	max-width: 50%;
}

.page-section6 .imagem{
	width: 47%;
	margin-bottom: 3%;
	height: 23%;
}

.page-section6 .direita {
	margin-left: 53%;
}

@media (min-width: 768px){
	.page-section6 {
  		padding-top: 50px;
  		padding-bottom: 50px;
		color: white;
		background-image: url("../img/homeS6/matirectangle.png");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		background-size: cover;
	}

	.page-section6 .btnApple{
		max-width: 35%;
		margin-right: -2.5%;
	}

	.page-section6 .btnGoogle{
		max-width: 35%;
	}

	.page-section6 .imagem{
		width: 38%;
		margin-bottom: 2%;
		margin-left: 1.5%;
		height: 19%;
	}

	.page-section6 .direita {
		margin-left: 67%;
	}
}
@media (max-width: 576px){

	.page-section6 .btnApple{
		max-width: 72%;
		margin-right: -2.5%;
	}

	.page-section6 .btnGoogle{
		max-width: 72%;
	}

	.page-section6 .imagem{
		width: 70%;
		margin-bottom: 2%;
		margin-left: 1.5%;
		height: 35%;
	}

	.page-section6 .direita {
		margin-left: 29%;
	}	
}

/*--------------------BUSINESS-------------------------------*/
/*BOTÃO UTILIZADO NA PÁGINA*/
.buttonBus {
  background-color: #00cc00; /* Green */
  border: none;
  color: white;
  padding: 2px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 700;
  outline: 1px none !important;
}

@media (min-width: 768px){
	.buttonBus {
  		background-color: #00cc00; /* Green */
  		border: none;
  		color: white;
  		padding: 02px 25px;
  		text-align: center;
  		text-decoration: none;
 		display: inline-block;
  		font-size: 25px;
  		border-radius: 20px;
  		font-weight: 700;
  		outline: 1px none !important;
	}

}

/*BUSINESS SECTION ONE*/
header.masthead2 {
  text-align: center;
  color: white;
  background-image: url("../img/BusinessS1/businessbackground.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead2 .intro-text {
 	padding-top: 80px;
 	padding-bottom: 50px;
}


header.masthead2 .intro-text .logoBusiness {
 	max-width: 70%;
 	padding-top: 10%;
}

header.masthead2 .paragrafo {
  padding-top: 3%;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}

header.masthead2 .intro-text .ScreenShotBusiness {
  max-width: 40%;
} 

@media (min-width: 768px){

	header.masthead2 {
  	text-align: center;
  	color: white;
  	background-image: url("../img/BusinessS1/businessbackground.png");
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: center center;
  	background-size: cover;
	}

	header.masthead2 .intro-text {
	    padding-top: 110px;
	    padding-bottom: 110px;
	}

	header.masthead2 .paragrafo {
  		margin-top: 0;
  		margin-bottom: 5%;
  		font-size: 23px;
  		font-weight: 700;

	}

	header.masthead2 .intro-text .logoBusiness {
   		max-width: 90%;
   		max-height: auto;
   		margin-top: 0px;
   		margin-bottom: 0px;
	}

	header.masthead2 .intro-text .ScreenShotBusiness {
		max-width: 50%;
  	}

}

/*BUSINESS SECTION THREE*/
.buttonBus3 {
  background-color: #00cc00; /* Green */
  border: none;
  color: white;
  padding: 2px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  margin-bottom: 12%;
  font-weight: 700;
  outline: 1px none !important;
}

@media (min-width: 768px){
	.buttonBus3 {
  		background-color: #00cc00; /* Green */
  		border: none;
  		color: white;
  		padding: 02px 25px;
  		text-align: center;
  		text-decoration: none;
 		display: inline-block;
  		font-size: 25px;
  		border-radius: 20px;
  		font-weight: 700;
  		 outline: 1px none !important;
	}

}	
.page-section3Bus {
	padding: 40px 0;
}

.thirdSectionBus {
	margin-top: 0px;
	margin-bottom: 0px;
}

.thirdSectionBus p.paragrafo {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 3%;
	font-weight: 600;		
}

.thirdSectionBus .video2Bus {
	max-height: 100%;
	max-width: auto;		
}

.thirdSectionBus .positionButton {
	max-height: 100%;
	max-width: auto;
}


@media (min-width: 768px){
	.page-section3Bus {
	  padding: 40px 0;
	}

	.thirdSectionBus {
	  margin-top: 0px;
	  margin-bottom: 0px;
	}

	.thirdSectionBus p.paragrafo {
		font-size: 100%;
		margin-top: 0px;
		margin-bottom: 5%;
		font-weight: 600;		
	}

	.thirdSectionBus .video2Bus {
		max-height: 100%;
		max-width: auto;		
	}

	.thirdSectionBus .positionButton {
	max-height: 100%;
	max-width: auto;
	}	
}

/*BUSINESS SECTION SIX*/
.page-section6Bus {
  	padding: 50px 0;
}

.sixthSectionBus {
  	margin-top: 0px;
  	margin-bottom: 0px;
  	text-align: center;
}

.sixthSectionBus .imagemS6{
	width: 70%;
}

.sixthSectionBus .paragrafo{
	font-size: 130%;
	font-weight: 600;
	margin: 2% 0;
}



@media (min-width: 768px){
	.page-section6Bus {
  		padding: 50px 0;
	}

	.sixthSectionBus {
  		margin-top: 0px;
  		margin-bottom: 0px;
  		text-align: center;
	}

	.sixthSectionBus .imagemS6{
		width: 50%;
	}

	.sixthSectionBus .paragrafo{
		font-size: 150%;
		font-weight: 600;
		margin: 2% 0;
	}	
}

@media (max-width: 576px){
	.sixthSectionBus .paragrafo{
		font-size: 90%;
		font-weight: 600;
		margin: 2% 0;
	}

	.sixthSectionBus .imagemS6{
		width: 65%;
	}

}

/*--------------------FOOTER---------------------*/


.footer-top{
	background-color: green;
	color: white;
	padding-top: 2%;
}

.footer-top .imgFooter{
	width: 100%;
}

.footer-top h4.titulo{
	font-size: 15px;
	font-weight: 700;
}

.footer-top p.paragrafo{
	font-size: 10px;
	font-weight: 400;
	line-height: 0;
}

.footer-bottom{
	background-color: green;
	color: white;
}

.footer-bottom .imgRS{
	width: 100%;
}

.footer-bottom .patrocinios{
	width: 100%;
}

.footer-bottom .a{
	order: 1;
}

.footer-bottom .b{
	order: 2;
}

.footer-bottom .c{
	order: 3;
}

.footer-bottom .d{
	order: 4;
}

.footer-bottom .e{
	order: 5;
}

.footer-bottom .f{
	order: 6;
}

.footer-base{
	background-color: green;
	color: white;
}

.footer-base p{
	font-size: 40%;
	font-weight: 400;
	margin-top: 4%;
}

@media (min-width: 768px){
	.footer-top{
		background-color: green;
		color: white;
		padding-top: 2%;
	}
	
	.footer-top .imgFooter{
		width: 100%;
	}
	
	.footer-top h4.titulo{
		font-size: 20px;
		font-weight: 700;
	}

	.footer-top p.paragrafo{
		font-size: 15px;
		font-weight: 400;
		line-height: 40%;
	}

	.footer-bottom{
		background-color: green;
		color: white;
	}

	.footer-bottom .imgRS{
		width: 50%;
		margin-left: 25%;
	}

	.footer-bottom .patrocinios{
		width: 100%;
	}

	.footer-bottom .a{
		order: 1;
	}

	.footer-bottom .b{
		order: 2;
	}

	.footer-bottom .c{
		order: 3;
	}

	.footer-bottom .d{
		order: 4;
	}

	.footer-bottom .e{
		order: 5;
	}

	.footer-bottom .f{
		order: 6;
	}

	.footer-base{
		background-color: green;
		color: white;
	}

	.footer-base p{
		font-size: 60%;
		font-weight: 400;
		margin-top: 4%;
	}
}

@media (max-width: 576px){
	.footer-bottom .imgRS{
		margin-top: 20%;
		width: 35%;
		margin-left: 25%;
	}

	.footer-bottom .patrocinios{
		width: 100%;
		margin-bottom: 5%;
		margin-top: 5%;
	}

	.footer-bottom .a{
		order: 5;
	}

	.footer-bottom .b{
		order: 5;
	}

	.footer-bottom .c{
		order: 1;
	}

	.footer-bottom .d{
		order: 2;
	}

	.footer-bottom .e{
		order: 3;
	}

	.footer-bottom .f{
		order: 4;
	}

	.footer-base{
		background-color: green;
		color: white;
	}
	.footer-base p{
		font-size: 60%;
		font-weight: 400;
		margin-top: 4%;
	}
}


.navbar-dark .navbar-nav .nav-link.active {
	color: #00cc00;
}
