@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
height:100%;
min-height:100%;
font-family: 'Raleway';	
}

body {
	overflow-x:hidden;
	appearance: none;
    -moz-appearance: none;
	height:100%;
min-height:100%;

}


.botao_cookie {
	background-color:#57CFF4 !important;
}


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;
  }

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

.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:300;
	opacity:1;
	margin-top:-30px !important;
	display:block;
	text-align:center !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:center !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: -110px;
}

.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:80px;
	  z-index:99999999999999 !important;
	  position:fixed;
	  transition:0.5s;
	 background-color: transparent;
	 margin-top:30px;
	 
	

	
}

.padding_menu {
	padding-top:180px;
	
}


.wrapper_menu {
	width:94% !important;
	max-width:1280px;
	position:relative;
	margin:0 auto;
	 border:1px solid #fff;
	 height:100%;
	 background-image:url(images/bg-menu.png);
	 background-position:top;
	 background-repeat:repeat-x;
}






.logo {
	max-width:249px;
	height:80px;
	position:relative;
	padding-right:30px;
	
	
	}

.logo img {
	max-width:249px;
	height:78px;
	margin:0 auto;
	float:left;
	margin-top:1px;
	object-fit:cover;

}

.ico-menu {
	display:none;
}

.ico-menu2 {
	display:none;
}

.menu {
position:relative;
	width:100%;
	padding-right:3%;
	

}

.menu a {
	font-size:16px;
	color:#fff;
	margin-left:2%;
	margin-right:2%;
	position:relative;
	text-align: right;
	vertical-align:central;
	 font-family: 'Raleway';
	font-weight: 400;
	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 */

 
}






.menu_ativo {
	display:block;
	position:absolute;
	width:100%;
	height:2px;
	background-color:#fff;
	top:20px;
}

.menu a:hover {
	

}

.sublinhado {
	display:none;
}

.menu a:hover .sublinhado {
	display:block;
	position:absolute;
	width:100%;
	height:2px;
	background-color:#fff;
	top:20px;
}

.acesso {
	margin-left:30px;
	border:1px solid #fff;
	width:120px;
	height:30px;
	
}

.menu a .acesso a:hover {
	text-transform:none !important;
}




.menu_ativo2 {
	display:block;
	color:#E5393A !important;
	font-weight:600 !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: 99999999999999999;
  background-color:#770300;
  opacity:0.5;
 font-family: 'Raleway';

   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


}

.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: 'Raleway';

}



.fechar {

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



.m-show {
	
    visibility: visible;
}

.body-noscroll {
    overflow: hidden;
}


.bloco_1 {
background-color:#910000; 

}



/********************* footer ******************/


footer {
	width:100%;
	background-color:#FBF6EB;
	padding-top:100px;
	
}

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

.logo_footer {
	width:100%;
	background-color:#910000;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:8%;
	margin-bottom:20px;
}


.logo_footer a img {
	 flex-shrink:0;
	max-width:40%;
	
	
}

.cx_texto_footer {
	color:#717171;
	font-size:18px;
	line-height:28px;
	 font-family: 'Raleway';
	 font-weight:300;
}



.col_footer h3 {
	color:#858585;
	font-size:18px;
	line-height:28px;
	 font-family: 'Raleway';
	 text-align:right;
	 font-weight:300;
	 margin:0px;
	 padding:0px;
}


.col_footer h4 {
	color:#858585;
	font-size:16px;
	line-height:26px;
	 font-family: 'Raleway';
	 text-align:right;
	 font-weight:300;
	 margin:0px;
	 padding:0px;
}


.cx_footer_1 {
	position:relative;
	width:100%;
	padding-bottom:100px;
}


.cx_footer_2 {
	position:relative;
	width:100%;
	background-color:#313131;
	padding-top:30px;
	padding-bottom:30px;
	color:#71787B;
	font-family: 'Raleway';
	text-align:center;
font-size:14px;
}


/********************* Home ******************/
.bg_1 {
	position:relative;
	min-height:500px;
	object-fit:cover;
}

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



.texto_home {
	position:relative;
	width:100%;
	max-width:600px;
	padding-top:50px;
	padding-bottom:60px;
	background-image:url(images/bg-slide-2.png);
	background-repeat:repeat;
	font-family: 'Raleway';
	color:#fff;
	text-align:center;
	
}

	
.texto_home h3 {
	font-weight:600;
	font-size:20px;
}


.cx_1 {
	position:relative;
	width:100%;
	background-color:#fff;
	border-radius:10px;
	padding-top:40px;
	padding-bottom:40px;
	top:-70px;
}

.col_1 {
	position:relative;
	width:30%;
	padding-left:3%;
	padding-right:3%;
	font-size:26px;
	line-height:30px;
	font-family: 'Raleway';
}

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


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


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


.profi {
position:relative;
height:340px;

margin:0 auto;
display:block;
min-height:360px;
}


.cx_profi {
	position: absolute;
	bottom:0px;
	left:0px;
	right:0;
	width:100%;
	background-color: #fff;
	border-radius:10px;
	padding-bottom:0px;
	height:260px;
	z-index:1;
	
	
}


.cx_profi_img {
	position:relative;
	z-index:2;
	width:80%;
	padding-bottom:65%;
	
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:-60px;
	z-index:9;
	background-size: contain;
}

.faixa_1 {
	position:relative;
	width:100%;
	height:40%;
	background-color:#fff;
	z-index:1;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.faixa_2 {
	position: absolute;
	height:65%;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#FBF6EB;
	z-index:1;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	z-index:2;
}

.cx_texto_faixa_2 {
position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:78px;

}

.cx_texto_faixa_2 p {
position:relative;
font-size:14px;
text-align:center;
margin:0px;
padding:0px;
color:606060;
}


.cx_texto_faixa_2 h3 {
position:relative;
font-size:20px;
line-height:28px;
text-align:center;
margin:0px;
padding:0px;
color:#770000;
margin-bottom:15%;
}






.cx_texto_faixa_1 {
	position:relative;
	padding-right:20px;
}

.cx_texto_faixa_1 h4 {
position:relative;
text-align:center;
margin:0px;
padding:0px;
color:#606060;
font-size:14px;
line-height:20px;

font-weight:300;
font-family: 'Raleway';	
}

.cx_texto_faixa_1 h3 {
position:relative;
margin:0px;
padding:0px;
color:#770000;
font-size:18px;
line-height:18px;
font-weight:500;
font-family: 'Raleway';	
}

.col_5 {
position:relative;
width:calc(30% - 15px);
	
}


.col_6 {
position:relative;
width:calc(70% - 15px);

	
}


.cx_texto_10 {
	position:relative;
	margin-right:20px;
	margin-left:20px;
}

.cx_texto_10 p {
position:relative;
margin:0px;
padding:0px;
font-size:16px;
}


.cx_texto_10 h4 {
position:relative;
margin:0px;
padding:0px;
font-size:22px;
font-weight:500;
}


.botao_1 {
position:relative;
width:120px;
height:35px;
border:1px solid #8A8A8A;
border-radius:10px;	
color:#8A8A8A;
margin:0 auto;
margin-top:20px;
}



.col_50 {
position:relative;
background-color:#FBF6EB;
max-width:98%;

border-radius:5px;
height:370px;
max-height:364px;
-webkit-box-shadow: 0px 0px 6px 3px rgba(204,204,204,0.5);
-moz-box-shadow: 0px 0px 6px 3px rgba(204,204,204,0.5);
box-shadow: 0px 0px 6px 3px rgba(204,204,204,0.5);

margin:10px;


}

.cx_col_50 {
position:relative;
width:100%;
height:clac(100% - 40px);
padding:30px;
padding-bottom:80px;

}

.cx_col_50 p {
position:relative;
color:1E1E1E;
}


.cx_col_50 h3 {
position:relative;
color:#910000;
font-weight:500;
font-size:20px;
}


.cx_col_50 p {
position:relative;
color:#1E1E1E;
font-size:16px;
line-height:22px;
}


.cx_col_50 a {
position:relative;
color:#1E1E1E;
font-size:18px;
line-height:22px;
font-weight:500;
}



.cx_seta {
	position:absolute;
	bottom:0;
	width:100%;
	height:auto;
}



.cx_100 {
	position:relative;
	width:100%;
	background-color:#910000;
	border-radius:10px;
	padding:3%;
	margin-bottom:-50px;
	z-index:2;
	
	
}



.botao2 {
position:relative;
width:100%;
max-width:220px;
height:35px;
border:1px solid #fff;
color:#fff;
font-size:15px;

}


.cx_texto_100 {
	position:relative;
	
	color:#fff;
	width:64%;

}


.cx_img_100 {
	position:relative;
	width:10%;
	
}



.cx_a_100 {
	position:relative;
	width:20%;
	
}

.col_7 {
position:relative;
width:calc(40% - 10px);	
}


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

.col_7 h3 {
position:relative;
font-family: 'Raleway';
font-weight:600;
font-size:28px;
color:#505050;
margin:0px;
text-align:left;
}



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




.sublinhado_2 {
position:relative;
width:80px;
height:4px;
background-color:#780202;
margin-top:15px;
}


.numeros {
	position:relative;
	color:#740200;
	font-size:16px;
	margin-right:10px;
	flex-shrink: 0;
}


.cx_numeros {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	
}

.texto_numeros {
	position:relative;
	font-size:16px;
	color:#505050;
	font-weight:400;
}




.titulo {
	position:relative;
	font-size:28px;
	line-height:38px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
}


.texto {
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:400;
}

.col_500 {
	position:relative;
	width:calc(50% - 20px);
	padding-bottom:100px;
}

.cx_col_500 {
	position:relative;
	width:100%;
	margin-bottom:20px;
}

.categoria_artigo {
	position:relative;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background-color:#910000;
	color:#fff;
	font-size:16px;
}


.data_artigo {
	position:relative;
	color:#9E9E9E;
	font-size:16px;
	
}


.titulo_artigo {
position:relative;
	color:#910000;
	font-size:18px;
	font-weight:600;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	height:70px;
	
}


.texto_artigo {
position:relative;
	color:#606060;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	text-align:left;
	/*height:140px;*/
	
	
}

.link_artigo {
	position: absolute;
	width:100%;
	margin-top:30px;
	color:#606060;
	font-size:16px;
	bottom:0;
}

.link_artigo a {
	position:relative;
	color:#606060;
	font-size:16px;
}






.cx_300 {
	margin-top:50px;
}



.botao3 {
position:relative;
width:180px;
height:50px;
border:1px solid #636363;
font-size:20px;
color:#636363;

}

.bg_100 {
position:relative;
width:100%;
padding-top:80px;
padding-bottom:80px;
background-image:url(images/bg-3.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}


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

.cx_texto_col_501 {
position:relative;
width:100%;
max-width:360px;
color:#fff;
font-size:22px;
line-height:32px;
text-align:left;
margin-top:60px;
}


.cx_form {
	position:relative;
	width:100%;
	max-width:380px;
	padding:25px;
	background-image:url(images/bg-form.png);
	background-repeat:repeat;
	border-radius:15px;
	padding-bottom:0px;
}


.cx_form h3 {
position:relative;
color:#740200;
margin:0px;
text-align:center;
font-size:24px;
line-height:34px;
font-weight:500;
margin-bottom:10px;
	
}



.cx_form p {
position:relative;
color:#000;
margin:0px;
text-align:center;
font-size:16px;
line-height:18px;
font-weight:500;
margin-bottom:20px;	
	
}


.campo {
	position:relative;
	width:100%;
	height:40px;
border-radius:5px;
border:0;
margin-bottom:7px;
padding-left:5%;	
}


.mensagem {
	position:relative;
	width:100%;
	height:120px;
border-radius:5px;
border:0;
margin-bottom:15px;
padding-left:5%;
resize:none;
}

.botao_form {
	position:relative;
	width:100%;
	height:40px;
	border-radius:5px;
	color:#fff;
	background-color:#910000;
	border:0;
}

	

.titulo_redes {
	position:relative;
color:#740200;
margin:0px;
text-align:left;
font-size:20px;
line-height:24px;
font-weight:500;
margin-bottom:10px;
margin-top:40px;
}

.redes {
position:relative;
margin-top:20px;
}


.cx_news {
position:relative;
width:100%;
max-width:400px;
height:300px;
background-image:url(images/bg-4.png);
background-position:center;
background-repeat:no-repeat;
background-size:100%;
margin-top:-100px;
padding:50px;
}



.cx_news h2 {
position:relative;
margin:0px;
padding:0px;	
	
}


.cx_news p {
	font-size:16px;
	margin-bottom:25px;
	
	
}


.botao_news {
position:relative;
width:100%;
height:40px;
border:1px solid #DDDDDD;
margin-top:10px;
color:#404547;
font-size:20px;
}


.cadastre {
	position:relative;
	width:100%;
	height:35px;
	border:1px solid #ccc;
	padding-left:5%;
}


/********************* Sobre nós ******************/

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


.cx_texto_col_502 {
position:relative;
color:#363636;
font-size:16px;
line-height:24px;
}



.boxVideo {
    position: relative;
	width:100%;
    padding-bottom: 56.25%; 
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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


.col_503 h1 {
position:relative;
color:#910000;
font-size:30px;
line-height:36px;
font-weight:600;
width:100%;
max-width:360px;
}


.cx_profissionais {
position:relative;
width:100%;
max-width:400px;	
	
}

.cx_profissional_absolute {
	position:absolute;
	background-color:transparent;
	z-index:2;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-image:url(images/bg-profissionais.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100%;
}

.cx_profissional_absolute h3 {
	position:absolute;
	width:100%;
	bottom:40px;
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:300;
	z-index:3;
}

.cx_profissional_absolute p {
	position:absolute;
	width:100%;
	bottom:15px;
	text-align:center;
	color:#fff;
	z-index:3;
	font-size:16px;
	font-weight:300;
}

.sublinhado_profi {
	position:absolute;
	width:40px;
	height:1px;
	background-color:#fff;
	z-index:3;
	bottom:60px;
	left:50%;
	margin-left:-20px;
}


.titulo_profi {
	position:relative;
	text-align:center;
color:#910000;
font-size:30px;
line-height:36px;
font-weight:600;
width:100%;
}

.sublinhado_titulo_profi {
	position:relative;
	width:130px;
	height:2px;
	background-color:#910000;
	margin:0 auto;
	margin-top:8px;
}

.col_533 {
	position:relative;
	width:calc(33.3333333% - 20px);
	margin-top:15px;
	margin-bottom:15px;
}


.cx_col_520  {
position:relative;
width:100%;
max-width:700px;
margin:0 auto;	
}


.col_520 {
	position:relative;
	width:calc(50% - 15px);
	margin-top:15px;
	margin-bottom:15px;
}


.col_633 {
	position:relative;
	width:calc(33.3333333% - 20px);
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	-webkit-box-shadow: 1px 3px 14px -4px rgba(153,153,153,1);
-moz-box-shadow: 1px 3px 14px -4px rgba(153,153,153,1);
box-shadow: 1px 3px 14px -4px rgba(153,153,153,1);
}

.cx_col_633 {
	position:relative;
	padding:30px;
	/*margin-bottom:100px;*/
	width:100%;
	
}


.cx_col_633 h2 {
	position:relative;
	color:#910000;
	font-weight:500;
	
	
}


.cx_col_633 p {
	position:relative;
	color:#1E1E1E;
	font-size:16px;
	line-height:20px;
	text-align:left;
	
	
}


.saiba_mais {
	position:relative;
	color:#000;
	font-size:18px;
	line-height:18px;
	text-align:left;
	width:100%;
	font-weight:500;
	
}



.seta_2 {
position: absolute;
height:70px;
bottom:0px;
left:0px;
width:100%;
	
}


/********************* filiais ******************/

.cx_filiais {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	
}


.texto_cx_filiais {
	position:relative;
	padding-top:15%;
}

.cx_filiais h1 {
	position:relative;
	text-align:left;
	color:#910000;
	font-size:38px;
	line-height:42px;
	font-weight:600;
	width:100%;
	max-width:200px;
	margin:0px;
	padding:0px;
	
}

	
	
	
.cx_filiais p {
	position:relative;
	text-align:left;
	color:#454545;
	font-size:18px;
	font-weight:400;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

	
/********************* Artigos ******************/
.artigos h1 {
position:relative;
text-align:left;
color:#000;
font-weight:600;
}


.col_733 {
position:relative;
width:calc(33.3333333% - 20px);
margin-bottom:30px;
margin-top:30px;
float:left;
}


.col_733 ~ .col_733{margin-left:30px;}
.col_733:nth-child(3n+1){margin-left:0;}


.buscas {
	position:relative;
	width:100%;
	margin-top:30px;
	margin-bottom:40px;
}

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


.categorias {
position:relative;
width:240px;
background-color:#fff !important;
border:0 !important;
border-bottom:1px solid #414243;
color:#414243;
padding-bottom:10px;
font-size:16px;
margin-top:5px;
height:30px;
}


.search_busca2 {
position:relative;	
width:100%;
max-width:340px;
border:1px solid #414243;
color:#414243;
background-color:transparent;
height:35px;
padding-left:10px;

}

.lupa {
position:relative;
border:1px solid #414243;
height:35px;
width:35px;
background-image:url(images/lupa.png);
background-repeat:no-repeat;
background-position:center;
background-size: contain;
background-color:transparent;
border-left:0;
cursor:pointer;
}





.cx_texto_artigo  {
	position:relative;
	width:100%;
	height:auto;
	text-align:left;
	
}


.cx_texto_artigo p {
	text-align:left;
}


.img_artigo {
	position:relative;
float:right;
margin-left:20px;
margin-bottom:20px;
max-width:500px;
	
}

.imagem_artigo  {
position:relative;
padding-bottom:80%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}

.imagem_artigo2 {
position:relative;
padding-bottom:80%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;	
}


.link_artigo2 {
	position: absolute;
	width:100%;
	margin-top:0px;
	color:#606060;
	font-size:16px;
	bottom:0;
	
	
}

.link_artigo2 a {
	position:relative;
	color:#606060;
	font-size:16px;
}




/********************* 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: 1200px) {
	.menu a {
	font-size:15px;
	margin-left:1%;
	margin-right:1%;

 
}
}




@media (max-width: 1100px) {
.col_1 {
	width:100%;
	margin-bottom:60px;
	
}

.col_2 {
	width:90%;
	margin:0 auto;
	
}






.cx_col_50 p {
font-size:14px;
line-height:20px;
}


.col_633 {
	position:relative;
	width:calc(50% - 20px);
	margin-bottom:10px;
	margin-top:10px;

}





}



@media (max-width: 1000px) {
header {
	  height:50px !important;
	  margin-top:10px;
	  z-index:2;
	  

	
}

.wrapper_menu {
	height:100%;
}

.logo {
	height:50px;
}


.logo img {
	width:auto;
	z-index:1;
	margin-top:1px;
	  
	height:48px;
	
	
}



.padding_menu {
	padding-top:80px;
	
}

	.menu {
	display:none;
}

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

.ico-menu {
	display:block;
	position:absolute;
	right:20px !important;
	top:4px;
	
	width:50px;
	transition:0.5s;
	z-index:999999999999999999999999;

	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
}

.ico-menu2 {
	display:block;
	position:absolute;
	right:20px !important;
	top:4px;
	display:none;
	width:50px;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
	z-index:999999999999999999999999;
}


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

}




@media (max-width: 990px) {

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


.col_6 {
width:100%;
	
}


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


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


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


.col_733 {
width:calc(50% - 10px);
margin-bottom:80px;
}

.col_733 ~ .col_733{margin-left:20px;}
.col_733:nth-child(2n+1){margin-left:0;}

}


@media (max-width: 860px) {
	.cx_200 {
		margin-bottom:30px;
		
}

.col_7 {
	width:100%;

}

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

.col_8 {
	width:100%;
}

.col_9 {
	width:100%;
}


.sublinhado_2 {
	margin:0 auto;
	margin-top:15px;
}



	
.cx_300 {
	margin:0 auto;
	width:100%;
	max-width:260px;
	position:relative;
	text-align:center;
	margin-top:30px;
	
}


.cx_numeros {
	text-align:center;
}


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



.col_502 {
	width:100%;
}


.cx_texto_col_502 {
	margin-top:40px;
	margin-bottom:40px;
}

.col_502 img {
	position:relative;
	display:block;
	margin:0 auto;
}

.texto_cx_filiais {
	padding-top:25%;
}

.cx_filiais h1 {
	text-align:center;
	font-size:28px;
	line-height:38px;
	max-width:100%;
	
}

	
	
	
.cx_filiais p {
	text-align: center;
	font-size:16px;
	color:#fff;
}

	

.img_artigo {
position:relative;
float:none;
margin-left: auto;
margin-right:auto;
display:block;
margin-bottom:20px;
max-width:100%;
text-align:center;
}



.cx_texto_artigo p {
	text-align: justify;
}


}






@media (max-width: 800px) {
.cx_1 {
	top:-60px;
	width:95%;
	margin:0 auto;
	
}

.col_0 {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

	.bloco_1 {
		
 
padding-bottom:20px;
}

.col_0 h4 {
	text-align:center;
}

.col_0 p {
text-align:center;	
}

.col_0 img {
	position:relative;
	display:block;
	margin:0 auto;
}

.col_1 {
	margin-bottom:40px;
	
}



.profissionais {
	position:relative;
	width:100%;
	max-width:640px;
	margin:0 auto;
	height:auto;
}


.col_533 {
	position:relative;
	width:calc(50% - 10px);
	margin-top:10px;
	margin-bottom:10px;
}

.col_520 {
	position:relative;
	width:calc(50% - 10px);
	margin-top:10px;
	margin-bottom:10px;
}

}

@media (max-width: 760px) {

.profissionais {
	position:relative;
	width:100%;
	max-width:600px;
	margin:0 auto;
	height:auto;
}

.cx_100 {
	padding-top:40px;
	padding-bottom:40px;
}


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


.cx_img_100 {
	position:relative;
	width:100%;
	margin-bottom:20px;
	
}



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


.col_501 {

	width:100%;
}


.cx_texto_col_501 {
	max-width:100%;
	text-align:center;
	margin-bottom: 60px;
	
}


.cx_news {
width:100%;
max-width:400px;
height:300px;

padding:50px;
margin:0 auto;
margin-top:70px;
}

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


.titulo_redes {
	text-align:center;
}

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


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

.artigos h1 {
	text-align:center;
}

.cx_categorias {
	margin:0 auto;
	margin-top:60px;
}

.form_busca {
	margin:0 auto;
	margin-top:10px;
	max-width:340px;
}

}




@media (max-width: 700px) {

.wrapper {
	width:90%;
}

.mobile-menu {
	width:100%;
}

footer {
	padding-top:40px;
	
}

.col_footer {
	width:100%;
}

.logo_footer {
	padding-top:5%;
	padding-bottom:5%;
	padding-right:0;
	padding-left:0;
	margin-bottom:30px;
}


.logo_footer img {
	max-width:40%;
	margin: 0 auto;
	position:relative;
	
}



.cx_texto_footer {
	text-align:center;
	width:100%;
	position:relative;
	margin-top:30px;
}



.col_footer h3 {
	text-align: center;
}


.col_footer h4 {
	 text-align: center;
	 
}


.texto_home {
	
	max-width:80%;
	padding-top:20px;
	padding-bottom:40px;
	margin-top:0px;
	
}



.profissionais {
	position:relative;
	width:100%;
	max-width:360px;
	
	
}

.col_6 {
	
	
	
	
}

.col_50 {
position:relative;
margin:0 auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}



.col_500 {
	width:100%;

}


.ajusta_art {
	margin-bottom:80px;
	
	
}

.titulo, .texto {
	text-align:center;
}


.cx_footer_2 {
font-size:12px;
}


.cx_texto_faixa_2 h3 {
margin-bottom:20px;
}


.cx_profi_img {
	
	width:70%;
	padding-bottom:60%;
	
}

.col_503 {

	width:100%;
}


.col_503 h1 {
	text-align:center;
	max-width:100%;
	margin-bottom:40px;
	
}



.col_633 {
	position:relative;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;

}



.col_733 {
width:100%;
}


.col_733 ~ .col_733{margin-left:0px;}
.col_733:nth-child(1n+1){margin-left:0;}



.titulo_artigo {

	height:auto;
	
}


.texto_artigo {

	height:auto;
	
	
}


}





@media (max-width: 600px) {
.col_533 {
	position:relative;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}


.col_520 {
	position:relative;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}


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

.ajusta_bottom {
	margin-bottom:100px;
}

}
