@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.slds-dropdown slds-dropdown_right {
	font-size: medium!important;
}

.slds-dropdown__list {
    font-size: medium!important;
}

.slds-button_neutral {
	font-size: medium!important;
}

.dxp_base-languageSelector_languageSelector-host {
    position: relative!important;
    margin-top: -170px!important;
    z-index: 10!important;
}

/*POLITICA PRIVACIDADE*/
.politica {
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 12px 0;
	max-width: 960px!important;
	padding: 24px;
}

.politica p {
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 12px 0;
}

.politica h2 {
	text-transform: uppercase;
	margin: 24px 0 16px 0;
	font-weight: 700;
}

.politica ul {
	margin: 16px 0;	
	}

.politica li {
	margin: 0 0 0 40px;	
	line-height: 1.4;
	list-style-type: disc;
	}
/*POLITICA PRIVACIDADE*/

/*BLOCO CASES*/ 		
.case {
  width: 100%;   
  box-sizing: border-box; 
  margin: 0 0 80px 0;
}

.case > div {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;	
  border-radius: 8px;	
}

	
.case .image img {  
  height: 100%;
  border-radius: 0px 8px 8px 0px;
}

.case .text {
  flex: 1;  
  color:#4f4f4f;	
  padding: 72px;
}

.case .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 16px 32px 0;
  color: #1E4679;  
}

.case .text p {
  font-size: 18px;
  line-height: 1.3;  	
}

		
/*BLOCO CASES*/ 		
.case-lf {
  width: 100%;   
  box-sizing: border-box; 
  margin: 0 0 80px 0;
	
}

.case-lf > div {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;	
}

		
.case-lf .image img {  
  height: 583px;
  border-radius: 8px 0px 0px 8px;
}

.case-lf .text {
  flex: 1;  
  color:#4f4f4f;	
  padding: 72px;	
}

.case-lf .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 16px 32px 0;
  color: #1E4679;  
}

.case-lf .text p {
  font-size: 18px;
  line-height: 1.3;  
}		
	


	
/*BLOCO carreiras*/ 		
.carreira {
  width: 100%;   
  box-sizing: border-box; 
  margin: 0 0 80px 0;
}

.carreira > div {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;	
}

.carreira .image {
  flex: 1;
  text-align: right;
}
		
.carreira .image img {  
  height: 100%;
  border-radius: 0px 8px 8px 0px;
}

.carreira .text {
  flex: 1;  
  color:#4f4f4f;	
  padding: 72px;
}

.carreira .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 16px 32px 0;
  color: #1E4679;  
}

.carreira .text p {
  font-size: 18px;
  line-height: 1.3;  	
}
		
.carreira .text ul li {
  font-size: 18px;
  line-height: 1.3;  
   margin: 0 0 32px 16px;
	list-style: disc!important;	
}			

		
/*BLOCO carreiraS*/ 		
.carreira-lf {
  width: 100%;   
  box-sizing: border-box; 
  margin: 0 0 80px 0;
	
}

.carreira-lf > div {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;	
}

.carreira-lf .image {
  flex: 1;
  text-align: left;
}
		
.carreira-lf .image img {    
  border-radius: 8px 0px 0px 8px;
}

.carreira-lf .text {
  flex: 1;  
  color:#4f4f4f;	
  padding: 72px;	
}

.carreira-lf .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 16px 32px 0;
  color: #1E4679;  
}

.carreira-lf .text p {
  font-size: 18px;
  line-height: 1.3;  
}	
		

.carreira-lf .text ul li {
  font-size: 18px;
  line-height: 1.3;  
  margin: 0 0 32px 16px;
  list-style: disc!important;	
}	
	
		.talent {
			background-color: #E3F7FF;
			width: 100%;
			height: auto;
			max-width: 1280px!important;
			margin:0 auto;
			margin-bottom: 80px!important;
			border-radius: 8px;			
			text-align: center;
		}	
		
		.talent img {			
			padding:48px 0;			
			text-align: center;
		}

		
@media (max-width: 768px) {
	
	.proposito > div {
    	flex-direction: column-reverse!important;
		}
	
	.proposito {   
		padding: 16px;
		border-radius: 8px;
		}
	
	.proposito .image img {        
		border-radius: 8px;
		}
	
	.case {
		  width: 100%;   
		  box-sizing: border-box; 
		  margin: 0 0 40px 0;
		}

	.case > div {
		  background-color: #f1f1f1;
		  display: flex;
		  flex-direction: column-reverse;  
		  margin: 0 auto;
		}

		
	.case .image img {  
		  height: auto;
		  max-width: 100%;
		  border-radius: 8px 8px 0 0;
		}

	.case .text {  
		  color:#4f4f4f;	
		  padding: 48px;
		}

	.case .text h2 {
		  font-size: 24px;
		  font-weight: 700;
		  line-height: 32px;
		  color: #1E4679;  
		}

	.case .text p {
		  font-size: 18px;
		  line-height: 24px;  	
		}

		
/*BLOCO CASES*/ 		
	.case-lf {
		  width: 100%;   
		  box-sizing: border-box; 
		  margin: 0 0 40px 0;	
		}
	

	.case-lf > div {
		  background-color: #f1f1f1;
		  display: flex;
		  flex-direction: column;
		  margin: 0 auto;		  
		}

		
	.case-lf .image img {  
		  height: auto;
		  max-width: 100%;
		  border-radius: 8px 8px 0 0;
		}

	.case-lf .text {		  
		  color:#4f4f4f;	
		  padding: 48px;	
		}

	.case-lf .text h2 {
		  font-size: 24px;
		  font-weight: 700;
		  line-height: 32px;		  
		  color: #1E4679;		  
		}

	.case-lf .text p {
		  font-size: 18px;
		  line-height: 24px;  
		}	
	
				/*BLOCO carreiras*/ 		
	.carreira {
		  width: 100%;   
		  box-sizing: border-box; 
		  margin: 0 0 80px 0;
		}

	.carreira > div {
		  background-color: #f1f1f1;
		  display: flex;
		  flex-direction: column-reverse;  
		  margin: 0 auto;
		  border-radius: 8px;	
		}

	

	.carreira .image img {  
		  border-radius: 8px 8px 0 0;
		  height: auto;
		  max-width: 100%;
		}

	.carreira .text {
		  flex: 1;  
		  color:#4f4f4f;	
		  padding: 48px;
		}

	.carreira .text h2 {
		  font-size: 24px;
		  font-weight: 700;
		  line-height: 32px;
		  margin: 0 16px 32px 0;
		  color: #1E4679;		  
		}

	.carreira .text p {
		  font-size: 18px;
		  line-height: 24px;  	
		}

	.carreira .text ul li {
		  font-size: 18px;
		  line-height: 1.3;  
		  margin: 0 0 32px 16px;
		  list-style: disc!important;		  
		}			

		
/*BLOCO CARREIRAS*/ 
	
	.carreira-lf {
		  width: 100%;   
		  box-sizing: border-box; 
		  margin: 0 0 80px 0;	
		}

	.carreira-lf > div {
		  background-color: #f1f1f1;
		  display: flex;
		  flex-direction: column;
		  max-width: 1540px;
		  margin: 0 auto;
		  border-radius: 8px;	
		}

	
	.carreira-lf .image img {  
		  border-radius: 8px 8px 0 0;
		  height: auto;
		  max-width: 100%;
		}

	.carreira-lf .text {
		  flex: 1;  
		  color:#4f4f4f;	
		  padding: 48px;	
		}

	.carreira-lf .text h2 {
		  font-size: 24px;
		  font-weight: 700;
		  line-height: 32px;
		  margin: 0 16px 32px 0;
		  color: #1E4679;  
		}

	.carreira-lf .text p {
		  font-size: 28px;
		  line-height: 36px;  
		}	


	.carreira-lf .text ul li {
		  font-size: 18px;
		  line-height: 1.3;  
		  margin: 0 0 32px 16px;
		  list-style: disc!important;
		  
		}	
	
		.talent {
			background-color: #E3F7FF;
			width: 100%;
			height: auto;
			max-width: 1540px;
			margin:0 auto;
			margin-bottom: 80px;
			border-radius: 8px;			
			text-align: center;
		}	
		
		.talent img {			
			padding:48px 0;			
			text-align: center;
		}
	} 		
		

/* --------- 03 CARDS --------- */
		.cards-03 {			
			display: flex;			
			max-width: 1366px;
			margin: 0 auto;		
			grid-gap: 32px;
			flex-wrap: wrap;	
			margin-bottom: 32px;
		}
		
			
		.card-item-03 {
			background-color: #f1f1f1;
			min-height: 400px;			
			max-width: 400px!important;	
			display: flex;
			flex-direction: column;
			border-radius: 8px;
			}	
		
		.card-item-03 img {
			width: auto;
			height: auto;		
			border-radius:8px 8px 0 0;
			}
		
		.card-item-03 > div {			
			padding: 32px;
			}	
		
		.card-item-03 h2 {
			font-weight: 700;
			font-size: 24px!important;
			color: #1E4679;
			padding: 0 48px 16px 0;
			}
		
		.card-item-03 h3 {
			font-weight: 700;
			font-size: 24px!important;
			color: #1E4679;
			padding: 0 48px 16px 0;
			}
		
		.card-item-03 p {
			font-weight: 400;
			font-size: 18px;
			line-height: 22px;
			color: #4F4F4F;
			margin-bottom: 16px;
			}
		
		.card-item-03 ul li {
			font-weight: 400;
			font-size: 18px!important;
			line-height: 22px;
			color: #4F4F4F;
			margin-bottom: 16px;	
			margin-left: 24px;
			list-style: disc!important;
			}
		
		.card-item-03 a {			
			background-color: #1E4679!important;	
			color: #ffffff!important;
			text-decoration: none;
			font-weight: 700;
			margin-left: auto;
			margin-top: auto;
			border-radius: 8px 0;
			padding: 16px;
			}
		/* --------- 03 CARDS --------- */
		
		
		/* --------- 04 CARDS --------- */
		.cards-04 {			
			display: flex;			
			max-width: 1366px;
			margin: 0 auto;		
			grid-gap: 32px;
			flex-wrap: wrap;
			margin-bottom: 32px;
			justify-content: center;
		}
		
			
		.card-item-04 {
			background-color: #f1f1f1;
			min-height: 200px;			
			width: 280px;	
			display: flex;
			flex-direction: column;
			border-radius: 8px;
			}	
		
		.card-item-04 img {
			width: auto;
			height: auto;		
			border-radius:8px 8px 0 0;
			}
		
		.card-item-04 > div {			
			padding: 32px;
			}	
		
		.card-item-04 h2 {
			font-weight: 700;
			font-size: 24px!important;
			color: #1E4679;
			padding: 0 48px 16px 0;
			}
		
		.card-item-04 h3 {
			font-weight: 700;
			font-size: 24px!important;
			color: #1E4679;
			padding: 0 48px 16px 0;
			}
		
		.card-item-04 p {
			font-weight: 400;
			font-size: 18px;
			line-height: 22px;
			color: #4F4F4F;
			margin-bottom: 16px;
			}
		
		.card-item-04 ul li {
			font-weight: 400;
			font-size: 18px!important;
			line-height: 22px;
			color: #4F4F4F;
			margin-bottom: 16px;	
			margin-left: 24px;
			list-style: disc!important;
			}
		
		.card-item-04 a {			
			background-color: #1E4679!important;	
			color: #ffffff!important;
			text-decoration: none;
			font-weight: 700;
			margin-left: auto;
			margin-top: auto;
			border-radius: 8px 0;
			padding: 16px;
			}
		/* --------- 03 CARDS --------- */



/*----MENU----*/

.horizontalMenuItem span {
    font-size: 24px;
    font-weight: 800;
}


dxp_content_layout-header .dxp-content-layout-header-logo {
    margin: 32px 0 32px 80%!important;
	position: relative;
	z-index: 10;
}


body {
  font-family: lato;
}

/* TITULOS DE TODAS AS PAGINAS*/
h1 {
  text-align: center;
  margin: 80px 0 40px 0;
  color: #1E4679;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

/*Container para manter o conteúdo alinhado*/
.container {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}

.content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 20px;
  position: relative;
}

/* Footer */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.div-cadastro {
  background-color: #1e4679
}

.div-cadastro h2 {
  padding: 40px 0;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 20px;
}

.ul-cities {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
}

.ul-cities li {
  width: 33.33%;
}

.ul-cities li h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.ul-cities li p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.paragrafo-cep {
  margin-bottom: 32px;
}

.copyright {
  padding: 0 16px 8px 16px;
  display: flex;
  flex-wrap: wrap;
}

.copyright div {
  width: 33.33%;
  margin-top: 12px;
}

.copyright div p {
  font-size: 13px;
  line-height: 32px;
  color: #1e4679;
}

.copyright .last-div {
  display: flex;
  justify-content: space-between;
  width: calc(100% - (2 * 33.33%));

  box-sizing: border-box;
}

.copyright .last-div div {
  width: max-content;
  display: flex;
  margin-top: 0;
  gap: 15px;
}

@media (max-width: 767px) {
  .ul-cities li {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .div-cadastro h2 {
    font-size: 16px;
  }

  .ul-cities li h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ul-cities li p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {

  .copyright div,
  .copyright .last-div {
    width: 100%;
  }

  .copyright div p {
    margin-left: 0;
  }

  .copyright .last-div {
    flex-wrap: wrap;
  }

  .copyright .last-div div {
    flex-basis: 50%;
  }
}


@media (max-width: 575px) {
  .copyright div p {
    font-size: 12px;
    line-height: 24px;
  }
}


/*HOME - MENU DE PRODUTOS */
.produtos-SF {
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 20px;
  position: relative;
}

.linha {
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}

.linha p {
	font-size: 18px!important;
	color: #4f4f4f!important;
  }	

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .produtos-SF {
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    display: center;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    position: relative;
  }

  .linha {
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
    width: 100%;
  }
	
	
.linha p {
	font-size: 18px!important;
	color: #4f4f4f!important;
  }	
	
	dxp_content_layout-header .dxp-content-layout-header-logo {
   	 margin: 32px 0 32px 30px!important;
}

  img {
    max-width: 100%;
    height: auto;
  }
}

/*HOME - QUEM SOMOS*/
.bloco {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  /*justify-content: space-around;
  padding: 54px 20px;*/
  position: relative;
	justify-content: center;
	grid-gap: 32px;
	margin-bottom: 32px;
}

.block {
  background-color: #f2f2f2;
  padding: 50px;
  width: 490px;
  height: 464px;
  /*margin-bottom: 10px;*/
  font-size: 28px;
  border-radius: 8px;
}


@media (max-width: 767px) {
  .bloco {
    flex-wrap: wrap;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    position: relative;
  }

  .block {
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {

  .bloco {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }

  .block {
    /*width: 50%;*/
    height: auto;
    padding: 30px;
    font-size: 20px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bloco {
    flex-direction: column;
    padding: 30px 10px;
  }

  .block {
    margin: 0 auto;
    padding: 30px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*HOME - PARCEIROS*/
.parceiros {
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.parceiro {
  margin: 80px;
}

@media (max-width: 767px) {
  .parceiros {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .parceiro {
    margin: 40px;
  }
}

@media (max-width: 480px) {
  .parceiros {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .parceiro {
    margin: 40px;
  }
}

.parceiro {
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



/* cards serviços */
.list-cards {
  width: 100%;
  /*padding: 54px 20px;*/
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
		grid-gap: 32px;
		margin-bottom: 32px;
		justify-content: center;
	max-width: 1366px;
}

.card {
  width: 100%;
  max-width: 400px;
  height: auto;
  background: #F1F1F1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  /*margin-bottom: 20px;*/
}

.card .figure {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0px 0px;
}

.card .figure img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0px 0px;
}

.card-info {
  padding: 30px 47px;
}

.card-info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1E4679;
  margin-bottom: 10px;
}

.list-content-card {
  list-style-type: disc;
  /*padding-left: 30px;*/
}

.list-content-card li,
.card-info p {
  font-size: 18px;
  line-height: 26px;
  color: #4F4F4F;  
}

.list-content-card li {
	list-style-type:disc;	
	margin: 0 0 0 24px;
}

.card a {
  text-decoration: none;
  background: #1E4679!important;
  border-radius: 8px 0px;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #F2F2F2!important;
  padding: 15px 24px;
  margin-top: auto;
  margin-left: auto;
}

.card a:hover {
	text-decoration: none!important;
}

.div-card-3 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.list-last-card {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .list-cards {
    /*justify-content: center; */
  }
	
}

@media (max-width: 480px) {
  .card {
    margin-bottom: 20px; 
  }
}

/* PAGE - POLITICA DE PRIVACIDADE*/
.privacidade {
  font-size: 16px;
  text-align: justify;
  width: 100%;
  padding: 54px 20px;
  position: relative;

}

.privacidade p {
  line-height: 20px;
  margin-bottom: 16px;
}

.privacidade h2 {
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 16px;
}

.privacidade ul,
li {
  line-height: 24px;
}


/* HOME - FORMULARIO*/
.slds-input {
  height: 60px;
  border-color: #bdbdbd !important;
  font-size: 16px!important;	
}

.dxp_form-input_input-host {
	margin-bottom: 16px;
}

.slds-form-element__label {
    font-size: 18px;
}

.dxp-button-large>.slds-button {
    font-weight: 700;
}

/* Nosso proposito */
.proposito {
  width: 100%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 1px 0 32px 0;
}

.proposito > div {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
}

.proposito .image {
  flex: 1;
  text-align: right;
}

.proposito .image img {
  /*max-width: 100%;*/
  height: auto;
	border-radius: 8px;
}


.proposito .text {
  flex: 1;
  padding-right: 80px;
  color: #4f4f4f;
}

.proposito .text p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 16px 32px 0;
}

.proposito .text ul li {
  font-size: 18px;
  line-height: 1.5;
  list-style: disc !important;  
  margin: 0 0 8px 16px;
}

@media (max-width: 768px) {
  .proposito>div {
    flex-direction: row;
  }

  .image {
    flex: 1;
    text-align: right;
    margin-bottom: 0;
  }

  .proposito .text {
    flex: 1;
    padding-right: 0;
    text-align: left;
  }

  
}

/*@media (max-width: 480px) {

  .proposito .text p,
  .proposito .text ul li {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
  }
}*/

/* abordagens */
.abordagens {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;

}

.abordagem {
  background-color: #f2f2f2;
  padding: 40px;
  width: 370px;
  height: 320px;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 8px;
  line-height: 26px;
}

.title {
  font-size: 24px;
  line-height: 32px;
  color: rgb(30, 70, 121);
  font-weight: 900;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .abordagens {
    padding: 30px;
    justify-content: center;
  }

  .abordagem {
    height: auto;
    margin-bottom: 20px;

  }
}

@media (max-width: 480px) {
  .abordagens {
    padding: 20px;
    justify-content: center;

  }

  .abordagem {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .title {
    font-size: 22px;
    line-height: 30px;
  }
}

/* ESG */
.card-grid-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0 0 32px 0;
}


.card-grid-3>div {
  flex: 1 1 480px;
  margin: 0 32px 32px 32px;
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 0 0 32px 0;
}

.card-grid-3 h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1E4679;
  padding: 32px 48px 16px 48px
}

.card-grid-3 ul {
  padding: 0 48px 0 64px;

}

.card-grid-3 ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  list-style-type: disc;
  margin-bottom: 16px;
  max-width: 480px;
}

.card-grid-3 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  list-style-type: disc;
  margin-bottom: 16px;
  max-width: 480px;
  padding: 0 48px 0 48px;
}

.card-grid-3 h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #4F4F4F;
  max-width: 480px;
  padding: 48px;
}

.card-grid-3 a {
  display: flex;
  padding: 16px;
  background: #1E4679 !important;
  border-radius: 8px 0px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none !important;
  margin-left: 380px;
}




/*CONTATO*/

.endereco {
  background-color: #f1f1f1;
  height: auto;
  padding: 48px;
  color: #1E4679;
  border-radius: 8px 0px 0px 8px;
}

.endereco h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}

.endereco h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 0 0;
}

.endereco p {
  color: #4f4f4f;
  font-size: 18px;
}
/* Home - Newslatter */

.registre-fundo {
  background-color: #1E4679;
  width: 100%; 
}

.registre {
  background-color: #1E4679;
  height: 300px;
  width: 1024px;
  color: #ffffff;
  padding: 80px 160px;
  border-radius: 0px 8px 8px 0px;
  margin:0 auto;
}

.registre h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 24px 0
}

.registre p {
  font-size: 18px;
  line-height: 1.5;
	
}
@media (max-width: 768px) {
  .registre {
    padding: 40px 80px; 
    width: 100%;
  }

  .registre h3 {
    font-size: 28px;
    padding-bottom: 16px; 
  }

  .registre p {
    font-size: 20px; 
  }
}

@media (max-width: 480px) {
  .registre {
    height: auto;
    width: 100%;
    padding: 40px 20px; 
    border-radius: 8px; 
  }

  .registre h3 {
    font-size: 24px; 
    padding-bottom: 12px; 
  }

  .registre p {
    font-size: 18px; 
  }
}
/*GRID 4 */

.card-grid-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  margin: 0 auto;
  border-radius: 8px;
}

.card-grid-4 img {
  max-width: 370px;
}

.card-grid-4>div {
  flex: 1 1 370px;
  margin: 7px;
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 0 0 32px 0;
}

.card-grid-4 h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1E4679;
  padding: 32px 40px 16px 40px;
}

.card-grid-4 ul {
  padding: 0 62px 0 56px;

}

.card-grid-4 ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  list-style-type: disc;
  margin-bottom: 16px;
  max-width: 324px;
}

.card-grid-4 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  list-style-type: disc;
  margin-bottom: 16px;
  max-width: 370px;
  padding: 0 40px 0 40px;
}

.card-grid-4 h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #4F4F4F;
  max-width: 370px;
  padding: 0 40px 0 40px;


}



@media (max-width: 768px) {
	h1 {
	  margin: 40px 0 40px 0;	  
	  font-size: 18px;
	  padding: 0 24px;	
	}
	
	.proposito .text ul li {
		font-size: 18px;
		line-height: 1.5;
		list-style: disc !important;  
  		margin: 0 0 8px 32px;
  }
	
	.proposito .text p {
		font-size: 18px;
		line-height: 1.5;
		margin: 32px 16px!important;	
	}		
	
	.ul-cities {
	    padding: 0 24px 24px;
	}
	
	.card-item-04 {				
			width: 100%;				
			}	
}






/*FORM*/


.w50{
    width: 50%;
    float: left;
    padding: 0 8px; 
}
.box{
    display: flex;
    width: 930px;	
}

.form-box{    
    padding: 30px 40px;
    width: 980px;   
	margin:0 auto;
}
.form-box h2{
    font-size: 30px;
}
.form-box p{
    font-weight: bold;
    color: #3D3D3D;
}
.form-box p a{
    color: #FF008A;
    text-decoration: none;
}
.form-box form{
    margin: 20px 0;
}
form .input-group{
    margin-bottom: 15px;
	padding: 0 8px;
}
form .input-group label{
    color: #828282;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
form .input-group input{
    width: 100%;
    height: 60px;
    
    border-radius: 8px;
    outline: none;
    border: 1px solid #BDBDBD;
    padding: 15px;
    font-size: 15px;
    color: #616161;
    transition: all 0.4s ease;
}
form .input-group input:focus{
    border-color: #1E4679;
}
form .input-group button{
    width: 140px;
    height: 52px;
    background: #1E4679;
    border-radius: 8px;
    outline: none;
    border: none;
    margin-top: 15px;
    color: white;
    cursor: pointer;
    font-size: 16px;	
	align-items: flex-end;
	
}

form .input-group textarea{
    width: 100%;
    height: 180px;    
    border-radius: 8px;    
    border: 1px solid #BDBDBD;
    padding: 15px;
    font-size: 15px;
    color: #616161;
    transition: all 0.4s ease;
}

@media (max-width:930px) {
    .img-box{
        display: none;
    }
    .box{
        width: 700px;
    }
    .form-box{
        width: 100%;
        border-radius: 20px;
    }
}


@media (max-width:1024px) {    
	dxp_content_layout-header .dxp-content-layout-header-logo {
		margin: 32px 0 32px 32px!important;
		position: relative;
		z-index: 10;
	}
	
}
@media (max-width:500px) {
    .w50{
        width: 100%;
        padding: 0;
    }
}


.powerby {
    width: 100%;
    text-align: center;
    padding: 24px 0!important;
    border-top: 1px solid #f1f1f1;
}



.powerby p {
    padding: 0 0 16px 0;
}