@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
height:100%;
min-height:100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*pode ser transparent também*/
}

body {
	margin:0;
	padding:0;
	overflow-x:hidden;
	appearance: none;
    -moz-appearance: none;
	height:100%;
min-height:100%;
font-family: 'Montserrat', sans-serif;
}


.bandeiras {
	position:fixed;
	right:20px;
	bottom:-40px;
	width:55px;
	z-index:9999999999999;
}


.bandeiras img {
	position:relative;
	width:25px;
}



.borda_topo {
	border:1px solid #3A3AFF; 
	border-bottom:none; 
	height:30px;
}


.borda_2 {
	height:40px; 
	border:1px solid #3A3AFF; 
	border-bottom:none; 
	border-top:none
}


.borda_3 {
	padding-top:60px; 
	padding-bottom:40px; 
	border:1px solid #3A3AFF;  
	border-top:none
}



strong {
	font-weight:bold;
}

b {
	font-weight:bold;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity:1;
color:#ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
 opacity:1;
color:#ffffff
}
:-ms-input-placeholder { /* IE 10+ */
 opacity:1;
color:#0E0E71;
}
:-moz-placeholder { /* Firefox 18- */
opacity:1;
color:#ffffff
}


input::placeholder {
	opacity:1;
	color:#666;
}

::placeholder {
	opacity:1;
	color:#666;
}

.campo::placeholder {
	opacity:1;
	color:#666;
}


.search-field::placeholder {
	opacity:1;
	color:#fff;
}



.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity:1;
color:#fff !important;
}

.campo2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity:1;
color:#666;
}

.campo3::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity:1;
color:#666;
}



.campo2::placeholder {
	opacity:1;
	color:#666;
	
}

.campo3::placeholder {
	opacity:1;
	color:#666;
}

.mensagem::placeholder {
	color:#666;
	opacity:1;
	
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

* {
 list-style: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  }

a {
	text-decoration:none !important;
}



img {
  vertical-align: top;
  max-width: 100%;
  height: auto; 
  flex-shrink:0;
}



.wpcf7-form p {
	margin:0px;
	padding:0px;
}


.wpcf7-form .wpcf7-not-valid-tip {

   border: none !important;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
margin-top:10px;
	 
	opacity:0.8;
	display:none !important;	
}



.wpcf7-form .wpcf7-response-output  {
    color: #333 !important;
   border:none !important;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	opacity:1;
	margin-top:20px !important;
	display:block;
	text-align:left !important;

}

.wpcf7-form .wpcf7-response-output .wpcf7-mail-sent-ok {
    border:none !important;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align:left !important;

	color:#333 !important;
	width:100%;
	margin-top:30px;
	display:block !important;
}




.wpcf7-form .wpcf7-response-output .wpcf7-display-none {
	display:block;
}





.wpcf7-form  { 
font-family: 'Montserrat', sans-serif;
font-weight:500;
font-size:14px;
text-align:left;
color:#ffffff !important;

}




.nav-up {
  top: -100px;
}

.nav-down {
  top: 0px;
}


.wrapper {
	width:94%;
	max-width:1280px ;
	position:relative;
	margin:0 auto;
}

.h100 {
	height:100%;
}

.h100wv {
	height:100vh;
}

.sessao {
	width:100%;
	position:relative;
	height:auto;
	
	
}

.sessao_100 {
	width:100%;
	position:relative;

	
	
}



/********************MENU*******************/
header {
	width:100%;
	  height:auto;
	  z-index:9;
	  position:fixed;;
	  transition:0.5s;
	 background-color: transparent;
	 height:100px
	

	
}

.bg_menu {
	width:100%;
	background-image:url(images/bg-menu-4.png);
	background-repeat:repeat-x;
	background-position:top;
	}






.padding_menu {
	padding-top:180px;
	
}


.wrapper_menu {
	width:94% !important;
	max-width:1280px;
	height:115px;
	position:relative;
	margin:0 auto;
}






.logo {
	max-width:240px;
	position:relative;
	padding-right:30px;
	margin-top:-20px;
	
	

	
	}
	
.logo a { 
	outline:none;

	}


.logo a h1 { 
	color:#fff;
	}
	
		

.logo img {
	max-width:140px;
	min-width:80px;
	margin:0 auto;
	float:left;

}




.ico-menu {
	display:none;
}

.ico-menu2 {
	display:none;
}

.menu {
position:relative;
	width:100%;
	
}

.menu a {
	font-size:14px;
	color:#fff;
	margin-left:2%;
	margin-right:2%;
	position:relative;
	text-align: center;
	text-decoration:none !important;
	vertical-align:central;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform:uppercase;
	transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */

 
}

.servicos {
margin-left:2%;
	margin-right:2%;
}

.menu a:hover {
	color:#fff !important;
	text-decoration:none !important;	
}


.menu_bold {
	font-weight:bold !important;
	
}


.menu_ativo {
	position:absolute;
	width:100%;
	height:3px;
	top:20px;
	background-color:#426A99;
	display:block;
	text-decoration:none !important;
	color:#46724D !important;
	
	
}


.menu_hover {
	position:absolute;
	top:20px;
	width:0%;
	height:3px;
visibility: hidden;
  transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration:none !important;
}

	
.menu a:hover .menu_hover {
	position:absolute;
	width:100%;
	height:3px;
	top:20px;
	background-color:#426A99;
	visibility: visible;
  text-decoration:none !important;
  
	color:#46724D !important;
}




.menu_ativo2 {
	text-decoration:none !important;
	color:#fff !important;
	font-weight:bold !important;
	
}










.mobile_menu {
	display:none !important;
}

.mobile-menu {
	
    position: fixed;
	margin:0px;
	padding:0px;
    top:0px;
	padding-top:0px;
    right: 0px;
	width:400px;
	height:100%;
	min-height:100%;
   height:100% !important;
   visibility: hidden;
    z-index: 9999999999999999999999 !important;
  background-color:#275BA7 !important;
  opacity:0.5;
 font-family: 'Montserrat', sans-serif;

   font-weight:100;
}

.menu2 {
	position: relative;
	margin:0 auto;
	display:block;
	width:100% !important;
	height:100%;
overflow-y:auto;
padding-top:50px;
padding-left:0px;
overflow-x:hidden
background-color:#275BA7 !important;

}

.menu2 a {
	position:relative;
color:#fff;
padding:0;
margin:0;
margin-top:10px;
margin-bottom:10px;
text-decoration:none;
font-size:18px;
line-height: 20px;
text-align: center;
font-family: 'Montserrat', sans-serif;


}

.menu2 a:hover {
	color:#7D889D;
}



.fechar {

	width:50px;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	height:50px;
	color:#fff;
	right:5px;
	top:30px;
	z-index:9999999999 !important;
	cursor:pointer;
	font-size:20px;
	 outline:none !important;
}



.servicos {
	height:100%;
	
}

.submenu {
	position:absolute;
	display:block;
	background-color: transparent;
	top:25px;
	padding:10px;
	padding-left:15px;
	width:180px;
	z-index:99;
	display:none;
	height:auto;
	margin-left:0px;
	text-align:left !important;
}



.submenu a {
	position:relative;
	text-transform:none;
	height:auto !important;
	text-align:left !important;
	padding:0px !important;
	margin:0px;
display:block;
font-size: 14px;
line-height:24px !important;
border-radius:0;
text-shadow: -.25px -.25px 0 transparent, 
                .25px .25px transparent;


}

.bg_submenu {
	background-image:url(images/bg_submenu_3.png);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	}
	

.submenu a:hover {
text-shadow: -.25px -.25px 0 #ffffff, 
                .25px .25px #ffffff;
}


.submenu .submenu_ativo {
	font-weight:600;
}



.submenu a:hover {
	background-color:transparent;
}


.servicos:hover .submenu {
display:block;	
}


.submenu_mobi {
	position:relative;
	width:100%;
	
}



.submenu_mobi a {
position:relative;
color:#fff;
padding:0;
margin:0;
margin-top:5px;
margin-bottom:5px;
text-decoration:none;
font-size:13px;
line-height: 20px;
text-align: center;
font-family: 'Montserrat', sans-serif;
}





.m-show {
	
    visibility: visible;
}

.body-noscroll {
    overflow: hidden;
}


.pesquisar {
	position:relative;
	margin-left:6%;
	border-bottom:2px solid  #426A99;
		max-width:220px;
}

.search-submit {
	position:relative;
	background-image:url(images/ico-lupa.png);
	background-size:80%;
	background-repeat:no-repeat;
	background-position:center top;
	width:25px;
	height:22px;
	background-color:transparent;
	border:0;
	font-size:0px !important;
	top:-2px;
}


.search-field {
position:relative;
background-color:transparent;
border:0;

color:#fff;
padding-left:5px;

}


/************Footer************/



footer {
	position:relative;
	width:100%;
	background-color:#545B74;
	padding-top:60px;
	
	
	
}


.logo_footer {
position:relative;
width:100%; 
max-width:200px; 
margin-bottom:60px !important;
}


.col_footer_1 {
	position:relative;
	width:calc(20% - 10px);
	padding-bottom:100px;
	padding-left:20px;
	border-left:1px solid #0000FF;
	
	

}

.col_footer_2 {
	position:relative;
	width:calc(20% - 10px);
	padding-bottom:100px;
	padding-left:20px;
	border-left:1px solid #0000FF;
}



.col_footer_3 {
	position:relative;
	width:calc(60% - 10px);
}



.col_footer_1 h2 {
	position:relative;
	color:#9A9CA3;
	font-weight:200;
	
	font-size:16px;
	padding:0;
	margin:0;
	margin-bottom:20px;
	margin-top:0px;
}


.col_footer_1  h4 {
	position:relative;
	color:#fff;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:200;
	margin-bottom:10px;

}


.col_footer_1  h5 {
	position:relative;
	color:#fff;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:200;

}




.col_footer_2 a {
	position:relative;
	color:#fff;
	font-weight:200;
	margin-bottom:5px;
}


.col_footer_2 h2 {
	position:relative;
	color:#9A9CA3;
	font-weight:200;
	
	font-size:16px;
	padding:0;
	margin:0;
	margin-bottom:20px;
}









.col_footer_3 .img_footer img {
position:relative;
width:100%;
max-width:140px;	
flex-shrink:0;
margin-left:5px;
	margin-right:5px;
}

.logo_bim {
	margin-right:10px;
}


.redes {
	position:relative;
	width:130px;
}

.redes img {
	position:relative;
	width:30px;
}




.banner {
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-size: cover;
	padding-bottom:50%;
	background-position:center top;
	z-index:1;
	min-height:400px;

}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	opacity:0.6;
	z-index:2;
}

.texto_banner {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
	
}

.texto_banner h1 {
position:relative;
color:#fff;
font-size:38px;
font-weight:600;
z-index:4;
text-align:left;
}

.texto_banner a {
position:relative;
color:#fff;
font-size:14px;
text-transform:uppercase;
font-weight:300;
text-align:left;
z-index:4;
}





.col_50 {
	position:relative !important;
	width:calc(50% - 20px);
	


}


.col_51 {
	position:relative !important;
	width:calc(50% - 20px);
	


}


.col_50 h1 {
	position:relative;
	color:#0E0E71;
	font-weight:200;
	font-size:36px;
}


.col_50 p {
	position:relative;
	color:#7A7A7A;
	font-weight:200;
	font-size:18px;
}




.img_col_50 {
position: relative;
float:right;
z-index:2;
width:100%;
max-width:500px;
object-fit:cover
}

.fundo_1 {
	position:absolute;
	width:60%;
	top:0;
	right:0;
	bottom:0;
	background-color:#ededed;
	z-index:1;
}




.cx_texto_1 {
	position:relative;
	width:94%;
	max-width:640px;
	
	padding-top:80px;
	padding-bottom:15%;
}

.padding_2 {
	padding-left:3%;
	
}



.img_1 {
	position:absolute;
	right:0; 
	bottom:0;


}



.titulo_1 {
	position:relative;
	color:#7A7A7A;
	font-weight:200;
	font-size:34px;
	text-align:center;
	max-width:740px;
	margin:0 auto;
}


.titulo_2 {
	position:relative;
	color:#000067;
	font-weight:200;
	font-size:36px;
	text-align:left;
	
}


.titulo_3 {
	position:relative;
	color:#000067;
	font-weight:200;
	font-size:24px;
	text-align:left;
	margin-bottom:40px;
	
}


.cx_texto p {
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:0;
	padding:0;
	text-align:left;
	
}


.entregaveis {
	position:relative;
	width:100%;
}


.col_entregaveis {
	position:relative;
	width:calc(50% - 60px);
	background-color:#EDEDED;
	padding-top:40px;
	padding-bottom:40px;
} 


.cx_texto_2 {
	position:relative;
	width:100%;
	max-width:50%;
	float:right;
	margin-right:40px;
	height:100%;
	
	
}

.cx_img_1 {
position:relative;
float:right;
margin-right:-40px;
width:30%;
height:100%;
}



.img_absolute {
	position:absolute !important;
	width:100% ;
max-height:500px;
height:100% ;
object-fit:cover;
z-index:2;
top:0;
opacity:0;

	
}

.img_cx_1_2 {
position: relative !important;
width:100%;
max-height:500px;
height:100%;
object-fit:cover;	
z-index:1;
}


.hover_image {
    -webkit-filter:grayscale(100%);
filter: sepia(100%) hue-rotate(190deg) saturate(240%);
	-moz-transition:all .10s ease;
	transition:all .10s ease;
}

.cx_1:hover .img_absolute {
   opacity:1;
	 -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;

}

.cx_2:hover .img_absolute {
     opacity:1;
	 -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
	

}



.cx_texto_3 {
	position:relative;
	width:100%;
	max-width:50%;
	float:left;
	margin-left:40px;
	height:100%;
	
}

.cx_img_2 {
position:relative;
float:left;
margin-left:-40px;
width:30%;
height:100%;
}


.cx_texto_2 h1 {
	position:relative;
	color:#000067;
	font-size:28px;
	line-height:28px;
	font-weight:200;
	text-align:right;
	margin:0;
	padding:0;
	margin-bottom:10px;
	
}

.cx_texto_2 p {
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:200;
	text-align:right;
	margin:0;
	padding:0;
}



.cx_texto_3 h1 {
	position:relative;
	color:#000067;
	font-size:28px;
	line-height:28px;
	font-weight:200;
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
	
}

.cx_texto_3 p {
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:200;
	text-align:left;
	margin:0;
	padding:0;
}

.esco {
	display:none;
}
.esconde {
	display:block;
}

.cx_mapa {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:2;
}

.cx_texto_mapa {
	position:relative;
	padding:30px;
	padding-bottom:20px;
	border:1px solid #0000FF;
	border-top:none;
	border-right:none;
	margin-top:13%;
	width:100%;
	max-width:400px;
	float:right;
	
}

.cx_texto_mapa h1 {
position:relative;
font-size:34px;
color:#0E0E71;
font-weight:200;

}



.cx_1 {
	position:relative;
	width:100%;
}


.cx_1 img {
	position:relative;
	width:100%;
	z-index:1;
	left:-15%;
}



.cx_2 {
	position:relative;
	width:100%;
}


.cx_2 img {
	position:relative;
	width:100%;
	z-index:1;
	right:-15%;
}


.cx_texto_cx_1 {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	border-right:1px solid #3A3AFF;
	
}


.cx_texto_cx_2 {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	border-left:1px solid #3A3AFF;
	
}

.texto_11 {
	position:relative;
	padding:60px;
	width:420px;
	height:330px;
	height:100%;
	
	background-color:#EDEDED;
}

.texto_11 h1 {
position:relative;
font-size:28px;
line-height:28px;
font-weight:200;
color:#3E3E8C;
margin:0;
padding:0;
margin-bottom:10px;

}



.texto_11 h3 {
position:relative;
font-size:15px;
line-height:28px;
font-weight:bold;
color:#2626FB;
margin:0;
padding:0;
margin-bottom:10px;
}




.texto_11 p {
	position:relative;
	color:#818181;
	font-size:14px;
margin:0;
padding:0;
margin-bottom:15px;	
}


.depoimentos {
	position:relative;
	width:100%;
	max-width:900px;
	margin:0 auto;
	border:1px solid #3A3AFF;
	padding:50px;
	padding-top:80px;
	padding-bottom:80px;
	z-index:9999999
	
}

.col_depoimentos_1 {
	position:relative;
	width:calc(40% - 5px);
	z-index:2;
}



.col_depoimentos_2 {
	position:relative;
	width:100%;
	z-index:2;
}



.col_depoimentos_2 p {
	position:relative;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#666666;
	margin:0;
	padding:0;
}

.col_depoimentos_2 h3 {
	position:relative;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#3F3FFF;
	margin:0;
	padding:0;
	margin-top:30px;
}




.faixa {
	position:absolute;
	width:140%;
	left:-100%;
	height:200px;
	background-color:#EDEDED;
	z-index:0;
}


.img_col_depoimentos {
	position:relative;
	width:80%;
	z-index:1;
}



.img_col_depoimentos img {
position:relative;	
width:100%;
max-width:300px;

border:1px solid #3A3AFF;	
}



.col_3 {
	position:relative;
	width:calc(33.3333333% - 15px);
	background-color:#ededed;
	
}

.img_col_3 {
position:relative;
width:100%;
height:190px;
}


.img_col_3  img {
position:relative;
width:100%;
height:100%;
object-fit: cover;
}


.texto_col_3 {
	position:relative;
	width:100%;
	padding:30px;
	

}

.texto_col_3 h1 {
	position:relative;
	color:#000067;
	font-weight:200;
	font-size:32px;
	margin:0;
	padding:0;
	margin-bottom:20px;
}



.texto_col_3 p {
	position:relative;
	width:100%;
	color:#666;
	font-weight:200;
	font-size:16px;
	line-height:24px;
	margin:0;
	padding:0;
}


.padding_final {
	padding-bottom:110px;
}



.banenr_topo {
	position:relative;
	width:100%;
	height:100%;
	max-height:600px;
	min-height:240px;
	object-fit:cover;
}


.texto_banner_topo {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:3
}


.texto_banner_topo h1 {
	position:relative;
	color:#fff;
	font-size:42px;
	font-weight:500;
}



.padding_1 {
	padding-bottom:0px; 
	padding-top:0;
}


.col_4 {
	position:relative;
	width:calc(20% - 10px);
}


.col_4 img {
	position:relative;
	border:1px solid #0000FF;
	margin-bottom:40px;
	width:100%;
	max-width:240px;
}


.col_4 h1 {
	position:relative;
	color:#0000FF;
	font-size:22px;
	padding:0;
	margin:0;
	font-weight:600;
	text-align:left;
	margin-bottom:5px;
}


.col_4 p {
	position:relative;
	color:#666;
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:500;
	text-align:left;
}



.col_5 {
	position:relative;
	width:calc(80% - 10px);
}


.col_5 p {
	position:relative;
	color:#666;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	text-align:left;
	padding:0;
	margin:0;
}


.cx_12 {
position:relative;
margin-top:60px;	
}

.cx_12 img {
position:relative;
width:100%;
max-width:140px;	
}

.img_300 {
	/*margin-right:40px;*/
}

.wrapper_servicos {
	width:94%;
	max-width:1280px ;
	position:relative;
	margin:0 auto;
padding-left:3%

}

.col_6 {
	position:relative;
	width:calc(50% - 40px);
	background-color:#EDEDED;
	padding:30px;
	padding-left:0;
	margin-bottom:40px;
}

.img_col_6 { 
position:relative;
width:calc(30% - 10px);
margin-left:-5%;
}


.texto_col_6 { 
position:relative;
width:70%;
}



.texto_col_6 h1 {
	position:relative;
	color:#000067;
	font-size:24px;
	line-height:24px;
	font-weight:200;
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
	
}

.texto_col_6 p {
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:200;
	text-align:left;
	margin:0;
	padding:0;
}


.col_33 {
	position:relative;
	width:calc(33.3333333% - 10px);
}


.cx_texto_col_33 {
	position:relative;
	margin-top:30px;
}

.col_33 h1 {
position:relative;
color:#666666;
font-size:28px;
font-weight:200;
text-align:left;
padding:0;
margin:0;
margin-bottom:20px;
	
}


.col_33 h2 {
position:relative;
color:#0000FF;
font-size:20px;
font-weight:300;
text-align:left;	
padding:0;
margin:0;
margin-bottom:10px;
}


.col_33 p {
position:relative;
color:#666666;;
font-size:14px;
font-weight:300;
text-align:left;	
padding:0;
margin:0;	
}


.col_contato {
	position:relative;
	width:calc(50% - 10px);
}

.col_contato h1 {
position:relative;
font-size:20px;
line-height:30px;
margin:0px;
padding:0px;
font-weight:300;
color:#666;
text-align:left;
}


.formulario {
	position:relative;
	width:100%;
	max-width:500px;
    color:#333;
    font-size: 12px;
    font-weight: 400;
}

.campo {
position:relative;
	width:100%;
	height:50px;
	border:0;
	border:1px solid #ededed;
	margin-bottom:10px;
	font-size:16px;
	color:#666;
	padding-left:10px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;

	
}

.campo_2 {
position:relative;
	height:50px;
	border:0;
	border:1px solid #ededed;
	margin-bottom:10px;
	font-size:16px;
	color:#666 !important;
	padding-left:10px;
	width:calc(50% - 5px);
	margin-right:5px;
font-family: 'Montserrat', sans-serif;
	font-weight:300;
}

.campo_3 {
	position:relative;
	height:50px;
	border:0;
	border:1px solid #ededed;
	margin-bottom:10px;
	font-size:16px;
	color:#666 !important;
	padding-left:10px;
font-weight:300;
	width:calc(50% - 5px);
	margin-left:5px;
font-family: 'Montserrat', sans-serif;
	
}


.mensagem {
position:relative;
	width:100%;
	height:180px;
	border:0;
	border:1px solid #ededed;
	margin-bottom:10px;
	font-size:16px;
	color:#666;
	padding-left:10px;
	padding-top:10px;
	resize:none;
	font-weight:300;

font-family: 'Montserrat', sans-serif;
}


.botao {
	position:relative;
	border:1px solid #ededed;
	width:200px;
	height:50px;
	background-color: transparent;
	display:block;
	color:#666;
	font-size:14px;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:20px;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}


.chec {
position:relative;
color:#333;
font-size:12px;
font-family: 'Montserrat', sans-serif;
}


input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right:5px;
    margin-left: -10px;
    vertical-align:middle;
}


.bim {
	position:relative;
	width:100%;
}

.bim h1 {
position:relative;
color:#8F8F8F;
font-size:32px;
line-height:42px;
font-weight:200;
text-align:left;
padding:0;
margin:0;
margin-top:40px;	
	
}



.bim p {
position:relative;
color:#666666;
font-size:16px;
line-height:26px;
font-weight:300;
text-align:left;	
padding:0;
margin:0;
margin-top:20px;

}

.logo_getbim {
	position:relative;
width:100%;
max-width:200px;
margin-top:20px; 
margin-bottom:20px
}

 
.cx_logos {
	position:relative;
	width:calc(50% - 20px);
	height:auto;
	
	
}


.texto_logos {
	width:100%;
	max-width:360px;
	text-align:center !important;
}


.logo_1 {
	position:relative;
	width:100%; 
	max-width:100px;
	display:block;
	margin:0 auto;
}


.logo_2 {
	position:relative;
	width:100%; 
	max-width:219px;
	display:block;
	margin:0 auto;
}






.getbim {
	position:relative;
	width:100%;
}

.getbim h1 {
position:relative;
color:#8F8F8F;
font-size:32px;
line-height:42px;
font-weight:200;
text-align:left;
padding:0;
margin:0;
margin-top:40px;	
	
}



.getbim p {
position:relative;
color:#666666;
font-size:16px;
line-height:26px;
font-weight:300;
text-align:left;	
padding:0;
margin:0;
margin-top:20px;

}


.imagem_1 {
	position:relative;
	z-index:2;
	object-fit:contain;
}


.imagem_hover {
	position:absolute !important;
	width:100%;
	height:100%;
	z-index:1;
	opacity:1;
	object-fit:contain;
}

.col_6:hover .imagem_1 {
	opacity:0;
	 -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}


.cx_200 {
position:relative;
width:100%;

}

.col_200 {
	position:relative;
	width:100%;
	margin-bottom:80px;
	
}


.cx_fotos_col_200 {
position:relative;
width:calc(45% - 20px);	
	
}

.nome_foto_col_200 {
	position:relative;
	margin-top:10px;
	font-size:14px;
	text-align:left;
}


.nome_foto_col_201 {
	position:relative;
	margin-top:10px;
	font-size:14px;
	text-align:right;
}


.cx_img_col_200 {
	position:relative;
	width:100%;
}

.cx_img_col_200 img {
	position:relative;
	width:100%;
	objct-fit:cover;
}


.cx_texto_col_200 {
	position:relative;
	width:calc(55% - 20px);
	height:auto;
	padding-left:20px;
	
}


.cx_texto_col_201 {
	position:relative;
	width:calc(55% - 20px);
	height:auto;
	padding-right:20px;
	
}



.col_200 h1 {
position:relative;
color:#0000FF;
font-size:24px;
line-height:34px;
font-weight:200;
text-align:left;
padding:0;
margin:0;
	
}



.col_200 p {
position:relative;
color:#666666;
font-size:16px;
line-height:26px;
font-weight:300;
text-align:left;	
padding:0;
margin:0;
margin-top:20px;

}


.col_200 a {
	position:absolute;
	bottom:0px;
	height:70px;
}



.img_single {
	float:left; 
	width:100%; 
	max-width:500px; 
	margin-right:30px; 
	margin-bottom:10px;
}


.voltar_single {
	position:relative;
	color:#666666;
	font-size:16px;
	width:100%;
}



.cx_mapa_img {
	position:relative;
	width:100%;
	max-width:900px;
	display:block;
	margin:0 auto;
	min-width:800px;
	object-fit:cover;
	left:0;
	padding-right:20%;
}

.anima_seta_1 {
	position:relative;
transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */
left: 0px !important;
 margin-left:0px;
 width:60px !important; 
 position:relative; 
 margin-top:3px;
 cursor:pointer;
}


.anima_seta_1:hover {
	
	left: 10px !important;
	transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */

	
}



.anima_seta_2 {
	position:relative;
transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */
left: 0px;
}


.anima_seta_2:hover {
	
	left:3px;
	transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */

	
}



.cx_historia {
	position:relative;
	width:100%;
}

.col_historia {
	position:relative;
	width:calc(50% - 30px);
}

.img_col_historia222 {
	position:relative;
	width:100%;
	height:auto;
	padding-bottom:60%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border: 2px solid #181BEC;
}


.img_col_historia {
	position:relative;
	width:100%;
	height:100%;
	object-fit: cover;
}


.cx_texto_col_historia {
	position:relative;
	width:100%;
	
}



.cx_texto_col_historia h1 {
	position:relative;
	color:#000067;
	font-weight:200;
	font-size:30px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}



.cx_texto_col_historia p {
	position:relative;
	color:#666;
	font-size:16px;
	line-height:26px;
	padding:0;
	margin:0;
	font-weight:300;
	text-align:left;
}


.padding_cases {
	padding-left:10%;
	float:right;
}

.cx_cases {
	position:relative;
	width:100%;
	margin-bottom:60px;
}


.col_cases {
	position:relative;
	width:calc(50% - 30px);
}

.col_cases_interna {
	position:relative;
	width:100%;
	max-width:620px;
}



.col_cases_interna_2 {
	position:relative;
	width:100%;
	max-width:620px;
}


.col_cases_interna_3 {
	position:relative;
	width:100%;
}




.col_cases h1 {
	position:relative;
	color:#737373;
	font-weight:400;
	text-align:left;
	font-size:28px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.col_cases h2 {
	position:relative;
	color:#000062;
	font-weight:400;
	text-align:left;
	font-size:26px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

.col_cases p {
	position:relative;
	color:#7A7A7A;
	font-weight:400;
	text-align:left;
	font-size:16px;
	line-height:24px;
	margin:0px;
	padding:0px;
}

.foto_cases {
position:relative;
	color:#7A7A7A;
	font-weight:400;
	text-align:left;
	font-size:12px;
	line-height:12px;
	margin:0px;
	padding:0px;
	margin-top:20px;	
}


.foto_cases_2 {
position:relative;
	color:#7A7A7A;
	font-weight:400;
	text-align:right;
	font-size:12px;
	line-height:12px;
	margin:0px;
	padding:0px;
	margin-top:20px;	
}



.cx_logos {
position: relative;
width: 100%;
}

.col_logos_1 {
position: relative;
width:30%;
padding-left: 5%;
}


.col_logos_2 {
position: relative;
width:calc(70% - 30px);
text-align: left;
color:#404d56;
font-size: 26px;
padding-right: 5%;
}



.linha_logos {
position: relative;
width: 100%;
height: 2px;
margin-top: 60px;
margin-bottom: 60px;
background-color: #5c63f6;
}


.cx_border_top {
position: relative;
width:90%;
height: 50px;
z-index: 1;
border-top: 2px solid #0021f5;
border-left: 2px solid #0021f5;
border-right: 2px solid #0021f5;
margin: 0 auto;
max-width: 1090px;
}


.cx_border_bottom {
position: relative;
width:90%;
height: 50px;
z-index: 1;
border-bottom: 2px solid #0021f5;
border-left: 2px solid #0021f5;
border-right: 2px solid #0021f5;
margin: 0 auto;
max-width: 1090px;
}


.cx_get {
position: relative;
width: 100%; 
background-color: #ededed; 
padding-top: 60px; 
padding-bottom: 60px;
z-index: 1;
}



.cx_get h1 {
	position:relative;
	color:#7A7A7A;
	font-weight:200;
	font-size:44px;
	text-align:center;
}



.cx_consultorias {
position: relative;
width: 100%;
margin-bottom: 60px;
}


.col_consutorias_50 {
position: relative;
width: calc(50% - 40px);
margin-bottom: 40px;
}

.cx_img_consultorias {
position: relative;
width: calc(45% - 20px);
}

.cx_texto_consultorias_50 {
position: relative;
width: calc(55% - 20px);
}


.cx_texto_consultorias_50 h1 {
position: relative;
font-size: 24px;
color:#00065e;
text-align: left;
font-weight: 400;
}



.cx_texto_consultorias_50 p {
position: relative;
font-size: 16px;
line-height: 26px;
color:#707070;
text-align: justify;
font-weight: 300;
}



/********************* flex ******************/

.flex{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;}
.flex--jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;}
.flex--jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;}
.flex--jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-justify-content:flex-end;}
.flex--jcs{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;}
.flex--jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex--jcsa{-ms-flex-pack:distribute;justify-content:space-around;}
.flex--col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-direction:column;}
.flex--col-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
.flex--row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
.flex--aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;}


.flex--aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.flex--aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.flex--ais{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.flex--aib{-ms-flex-item-align:baseline;align-self:baseline;}
.flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-wrap:wrap;-webkit-flex-wrap:wrap;}
.flex--wrap-rev{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-flex-wrap:wrap-reverse;}
.flex--acc{-ms-flex-line-pack:center;align-content:center;}
.flex--acfs{-ms-flex-line-pack:start;align-content:flex-start;}
.flex--acfe{-ms-flex-line-pack:end;align-content:flex-end;}
.flex--acs{-ms-flex-line-pack:stretch;align-content:stretch;}
.flex--acsb{-ms-flex-line-pack:justify;align-content:space-between;}
.flex--acsa{-ms-flex-line-pack:distribute;align-content:space-around;}


@media (max-width: 1380px) {
.col_cases_interna {
	position:relative;
	width:100%;
	max-width:100%;
	padding-left:6%;
}


.col_cases_interna_2 {
	position:relative;
	width:100%;
	max-width:100%;
	padding-right:6%;
}

}


@media (max-width: 1280px) {
.padding_2 {
	padding-left:0%;
}



}



@media (max-width: 1200px) {
	
	



.menu a {
font-size:13px;
margin-left:5px;
margin-right:5px;
	
}


.servicos {
margin-left:0px;
margin-right:0px;

}

.pesquisar {
	margin-left:4%;
}


.col_footer_3 .img_footer img {
max-width:110px;	
margin-left:3px;
	margin-right:3px;	
}



}






@media (max-width: 1100px) {

.col_footer_1 {
	width:calc(27% - 20px);
}

.col_footer_2 {
	width:calc(20% - 20px);
}



.col_footer_3 {
	width:calc(53% - 20px);
}

.cx_texto_2 {
max-width:65%;
margin-right:20px;
}

.cx_texto_3 {
max-width:65%;
margin-left:20px;
}


.col_entregaveis {
	width:calc(50% - 50px);
} 




.col_3 {
	position:relative;
	width:calc(33.3333333% - 10px);
	background-color:#ededed;
	
}


.texto_col_3 {
	padding:20px;
	
}


.texto_col_3 p {
	font-size:14px;
	line-height:18px;
}


.col_6 {
	width:calc(50% - 20px);
}




.col_footer_3 .img_footer img {
max-width:90px;	
margin-left:0px;
	margin-right:0px;	
}




.col_historia {
	position:relative;
	width:calc(50% - 20px);
}




.col_consutorias_50 {
width: 100%;
margin-bottom: 60px;
}

.cx_img_consultorias {
width: calc(30% - 20px);
max-width: 310px;
}

.cx_texto_consultorias_50 {
width: calc(70% - 20px);
}



}

@media (max-width: 990px) {
	
	header {
	
	 padding-top:0px;
	 height:70px;

	
}


.padding_menu {
	padding-top:100px;
	
}

.logo a h1 {
	font-size:22px;
}


.logo img {
	max-width:120px;
	min-width:80px;
	margin:0 auto;
	float:left;

}

.logo {
	margin-top:0px;
}


.menu {
	display:none;
}

.mobile_menu {
	width:100%;
	
display:block !important;
	-moz-transition:all .3s ease;transition:all .3s ease;
}


.mobile-menu {
	width:100%;
}


.ico-menu {
	display:block;
	position:absolute;
	right:0px !important;
	top:18px;
	width:34px;
	transition:0.5s;
	z-index:999999999999;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
}

.ico-menu2 {
	display:block;
	position:absolute;
	right:0px !important;
	top:18px;
	width:34px;
	transition:0.5s;
	z-index:9999999;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
}


.ico-menu img, .ico-menu2 img {
object-fit: contain;
	width:100%;
	cursor:pointer;
}



.wrapper_menu {
	width:94% !important;
	height:60px;
}


/*
.ico-menu, .ico-menu2 {
	right:90px !important;
	top:18px;
	
}
*/

.pesquisar {
	position:relative;
	margin-left:6%;
	border-bottom:2px solid  #426A99;
	width:220px;
	margin:0 auto;
	margin-top:50px;
	
}

.search-submit {
	position:relative;
	background-image:url(images/ico-lupa.png);
	background-size:80%;
	background-repeat:no-repeat;
	background-position:center top;
	width:25px;
	height:22px;
	background-color:transparent;
	border:0;
	font-size:0px !important;
	top:-2px;
}


.search-field {
position:relative;
background-color:transparent;
border:0;

color:#fff;
padding-left:5px;





}



.texto_banner h1 {
font-size:30px;
line-height:30px;

}

.texto_banner a {
font-size:14px;

}





.cx_mapa {
	position:relative;
	
	height:auto;
	z-index:2;
}

.cx_texto_mapa {
	position:relative;
	padding:20px;
	padding-bottom:10px;
	border:none;
	border-top:none;
	border-right:none;
	margin-top:0%;
	width:100%;
	max-width:100%;
	float:none;
	
}

.cx_texto_mapa h1 {
position:relative;
font-size:30px;
color:#0E0E71;
font-weight:200;
text-align:center;

}

.cx_mapa_img {
	display:block;
	margin:0 auto !important;
	min-width:100%;
	object-fit:cover;
	left:0;
	padding-right:0;
}



.texto_11 h1 {
font-size:26px;
line-height:26px;
font-weight:200;
}



.depoimentos {
	
	padding:30px;
	padding-top:50px;
	padding-bottom:50px;
}


.col_4 {
	position:relative;
	width:calc(30% - 10px);
}

.col_5 {
	position:relative;
	width:calc(70% - 10px);
}

	
	
	


.img_single {
	max-width:400px; 
}


}





@media (max-width: 900px) {
	
	.col_cases {
	position:relative;
	width:100%;
}


.col_cases_interna {
	position:relative;
	width:100%;
	max-width:100%;
	padding-left:3% !important;
	padding-right:3% !important;
}



.col_cases_interna_2 {
	position:relative;
	width:100%;
	max-width:100%;
	padding-left:3% !important;
	padding-right:3% !important;
}



.foto_cases {
	padding-left:3%;
}

.foto_cases_2 {
padding-right:3%;
}

.col_cases img {
	position:relative;
	margin-top:5%;
}




.col_logos_1 {
position: relative;
width:100%;
text-align: center;
margin-bottom: 20px;
}


.col_logos_2 {
position: relative;
width:100%;
text-align: center;
font-size: 24px;
}





.col_6 {
	position:relative;
	width:100%;
	background-color:#EDEDED;
	padding:30px;
	padding-left:0;
	margin-bottom:40px;
}


.wrapper_servicos {
padding-left:4.5%

}


.col_33 {
	position:relative;
	width:100%;
	margin-bottom:60px;
}




.col_historia {
	position:relative;
	width:calc(50% - 10px);
}


}



@media (max-width: 860px) {
.col_contato {
	width:100%;
}

.formulario {
	margin:0 auto;
    max-width: 100%;

}

.col_contato h1 {
	text-align:left;
	
}

.ajusta_456 {
	margin-bottom:60px;
}


.campo_2 {
	width:100% !important;
	margin-right:0;
}


.campo_3 {
	width:100% !important;
	margin-left:0;
}


.logo_footer {
	display:block;
	margin:0 auto;
margin-bottom:60px !important;
}



}





@media (max-width: 860px) {


.logo_footer {
	text-align:center;
}

.col_footer_1, .col_footer_2, .col_footer_3 {
	width:100%;
	border:none;
		padding-left:0;
		}


.col_footer_1 h2 , .col_footer_1 h4, .col_footer_1 h5 {
	text-align:center;
}

.redes {
	margin:0 auto;
}

.col_footer_2 {
	margin-top:0px;

}


.col_footer_2 h2 {
	text-align:center;
}


.col_footer_2 a {
	text-align:center;

}


.col_footer_3 {
	margin-top:0px;
	margin-bottom:60px;
	
}

.col_footer_3 .img_footer  {
	position:relative;
	width:100%;
	max-width:100%;
display:-webkit-box;display:-ms-flexbox;
display:flex;display:-webkit-flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-justify-content:center;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-wrap:wrap;

}


.col_footer_3 .img_footer img {
	position:relative;
	display:block;
	width:100%;
max-width:100%;
margin:0 auto;
margin-bottom:30px;
}








}



@media (max-width: 800px) {



.borda_topo {
	display:none;
}	

.borda_2 {
	height:40px; 
	border:none; 
	border-bottom:none; 
	border-top:none
}


.borda_3 {
	padding-top:60px; 
	padding-bottom:40px; 
	border:none;  
	border-top:none
}



	.cx_fotos_col_200 {
position:relative;
width:100%;	
	
}


.cx_img_col_200 {
	position:relative;
	width:100%;
}

.cx_img_col_200 img {
	position:relative;
	width:100%;
	objct-fit:cover;
}


.cx_texto_col_200 {
	position:relative;
	width:100%;
	height:auto;
	padding-left:0px;
	
}


.cx_texto_col_201 {
	position:relative;
	width:100%;
	height:auto;
	padding-right:0px;
	
}


.col_200 h1 {
	margin-top:20px;
}


.nome_foto_col_200 {
	
}

.nome_foto_col_201 {
	text-align:left;
	
}


.anima_seta_2 {
	position:relative;
transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */
left: 0px;
}


.anima_seta_2:hover {
	
	left:10px;
	transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */

	
}


.texto_banner h1 {
font-size:26px;
line-height:30px;
text-align:center

}

.texto_banner a {
font-size:14px;
text-align:center;
display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;
-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;
}




.col_50 {
	position:relative !important;
	width:100%;
	height:auto;


}

.cx_texto_1 {
	width:90%;
	padding-top:60px;
	padding-bottom:60px;
	margin:0 auto;
}


.cx_texto_1 h1, .cx_texto_1 p {
	text-align:center;
	
}


.img_1 {
	position:relative;
	right:0; 
	bottom:0;
	padding-left:5%;

}



.col_entregaveis {
	position:relative;
	width:100%;
	background-color:#EDEDED;
	padding-top:40px;
	padding-bottom:40px;
	height:auto;
	
} 

.cx_img_1 {
margin-right:0px;

}



.cx_texto_1 {
	width:100%;
	max-width:100%;
	margin-right:0%;
	margin-left:0%;
	float:none;
	height:auto
	
}


.cx_texto_2 {
	max-width:calc(60% - 20px);
	margin-right:20px;
	
	
	
}

.cx_img_2 {
margin-left:0px;	
}

.cx_texto_3 {
	max-width:calc(60% - 20px);
	margin-left:20px;

	
}


.esco {
	display:block;
}

.esconde {
	display:none;
}

.titulo_1 {
	font-size:30px !important;
}
.titulo_2 {
	font-size:32px;
	text-align:center;

	
}



.cx_1 img {
	position:relative;
	width:100%;
	z-index:1;
	left:0%;
}

.cx_2 img {
	position:relative;
	width:100%;
	z-index:1;
	right:0%;
}



.img_cx_1_2 {
	width:100%;
	height:auto;
	object-fit: contain;
}



.img_absolute {
object-fit: contain;
width:100% !important;
height:auto;

top:0 !important;

}







.cx_texto_cx_1 {
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	border:none;
	border-top:none;
	border-bottom:none;
	
}



.cx_texto_cx_2 {
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	border:none;
	border-top:none;
	border-bottom:none;
	
}




.texto_11 {
	position:relative;
	padding:40px;
	width:100%;
	max-width:100%;
	background-color:#EDEDED;
	
}


.texto_11 h1, .texto_11 h3, .texto_11 p {
	text-align:center;
	
}



.col_depoimentos_2 p {
	font-size:16px;
	line-height:26px;
	
}



.padding_1 {
	padding-bottom:60px;
	padding-left:5%;
	padding-right:5%;
}


.texto_banner_topo h1 {
	font-size:30px;
	width:100%;
	padding:0;
	margin:0;
	text-align:center !important;
	
}




.col_33 h1, .col_33 h2, .col_33 p {
	text-align:center;
}


.flex--jcc11 {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;}




.bim h1 {
font-size:28px;
line-height:38px;
text-align:center;

	
}



.bim p {
text-align:center;

}










.img_single {
	max-width:100%;
	float:none;
	margin-right:0px;
	margin:0 auto;
	margin-bottom:40px; 
}

.titulo_3 {
	text-align:center;
}

.cx_texto p {
	text-align:center;
}

}






@media (max-width: 768px) {


.col_depoimentos_1, .col_depoimentos_2  {
	width:100%;
}

.img_col_depoimentos {
	margin-bottom:40px;
}



.img_col_depoimentos  img {
	position:relative;
	margin:0 auto;
	

}

.col_depoimentos_2 p, .col_depoimentos_2 h3 { 
	text-align: center;
}

.faixa {
	display:none;
}

.img_col_depoimentos {
	background-color:transparent;
}

.padding_final {
	padding-bottom:60px;
}


.col_3 {
	width:100%;
	margin-bottom:40px;

}


.texto_col_3 {
	padding:30px;
	
}


.texto_col_3 p {
	font-size:16px;
	line-height:26px;
}




.col_4 {
	position:relative;
	width:100%;
	margin-bottom:40px;
}

.col_4 img {
	margin:0 auto;
	display:block;
	margin-bottom:40px;
	
}

.col_4 h1, .col_4 p {
	text-align:center;
}


.col_5 {
	position:relative;
	width:100%;
}


.col_5 p {
	text-align:center;
}



.col_historia {
	position:relative;
	width:100%;
	margin-bottom:60px;
}


.cx_texto_col_historia h1, .cx_texto_col_historia p {
	text-align:center;
}








}


@media (max-width: 700px) {
.logo_getbim {
width:100%;
max-width:200px;
margin:0 auto;
display:block;
margin-top:20px; 
margin-bottom:20px;

}
.cx_logos {
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:30px;
	margin-top:30px;
	
}

.logo_1 {
	position:relative;
	width:100%; 
	display:block;
	max-width:160px;
	margin:0 auto;
}


.logo_2 {
	position:relative;
	display:block;
	width:100%; 
	max-width:340px;
	margin:0 auto;
}


.texto_logos {
	width:100%;
	text-align:center
}

.getbim p {
text-align:center	
}

.getbim h1 {
text-align:center	
}


.cx_img_consultorias {
width: 100%;
max-width: 310px;
margin: 0 auto;
margin-bottom: 40px;
}

.cx_texto_consultorias_50 {
width: 100%;
}


.cx_texto_consultorias_50 h1 {
text-align: center;

}

.centra {
text-align: center;
}


}



@media (max-width: 600px) {
	
	.wrapper {
	width:90%;
	
}




.wrapper_servicos {
padding-left:4.5%

}


.col_cases_interna {
	padding-left:5% !important;
	padding-right:5% !important;
}


.col_cases_interna_2 {
	padding-left:5% !important;
	padding-right:5% !important;
}



.foto_cases {
	padding-left:5% !important;
	padding-right:5% !important;
    text-align: left;
   
}


.foto_cases_2 {
padding-left:5% !important;
	padding-right:5% !important;
text-align: left;

}



.img_col_6 { 
position:relative;
width:35%;
margin-left:-5%;
}




.texto_col_6 { 
position:relative;
width:65%;
}


.logo a h1 {
	font-size:18px;
}

.mobile-menu {
	width:100%;
}

.cx_mapa_img {
	position:relative;
	width:100%;
	display:block;
	margin:0 auto;
	min-width: 100%;
	max-width:100%;
	object-fit:cover;
	left:auto;
	right:auto;
}


.cx_12 img {
position:relative;
width:100%;
max-width:100%;
}

.ajusta_img_30 { 
width:100%;
}

.ajusta_img_30 img {
	width:100%;
	max-width:190px;
	margin:0 auto;
	display:block;
	position:relative;
}



.cx_border_top {
width:90%;
height: 40px;
}


.cx_border_bottom {
width:90%;
height: 40px;
}


.cx_get h1 {
font-size: 30px;
}


}
