html, body {
	margin:0;
	padding:0;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
height:100%;
min-height:100%;
}

body {
	overflow-x:hidden;
	appearance: none;
    -moz-appearance: none;
	height:100%;
min-height:100%;
font-family: 'Source Code Pro';
}

.botao_cookie {
	background-color:#FFD200 !important;
	color:#333 !important;
	width:100px;
	height:35px;
}


span {
	
}

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


input::placeholder {
	opacity:1;
	
}

::placeholder {
	opacity:1;
}

.campo::placeholder {
	opacity:1;
	
}

.campo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity:1;


}

.campo_rodape::placeholder {
	opacity:1;
	color:#333;
}

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



.mensagem::placeholder {
	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;
  }

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: 'Source Code Pro';
	font-weight:100;
margin-top:10px;
text-align:left;
	 
	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: 'Source Code Pro';
	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: 'Source Code Pro';
	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: 'Source Code Pro';
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:1200px ;
	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:9999999;
	  position:fixed;
	  transition:0.5s;
	
}

.bg_menu_2 {
	/*background-image:url(images/bg-menu-2.png);
	background-repeat:repeat-x;
	background-position:top;
	background-size:contain;*/
}

.padding_header {
padding-top:100px;	
}

.sombra_header {
	-webkit-box-shadow: 0px 12px 9px -11px rgba(204,204,204,0.68);
-moz-box-shadow: 0px 12px 9px -11px rgba(204,204,204,0.68);
box-shadow: 0px 12px 9px -11px rgba(204,204,204,0.68);
}


.menu_home {
 background-color: transparent;

}

.menu_home .menu a {
	 color:#fff;
}

.menu_home .menu a: hover {
	 color:#999;
}


.menu_internas {
background-color: #fff;
color:#333;		
}

.menu_internas  .menu a {
color:#333;		
}

.wrapper_menu {
	width:96% !important;
	max-width:1200px ;
	height:100px;
	position:relative;
	margin:0 auto;
	
}



.bg_menu {
	width:100%;
	height:100px;
	padding-left:20px;
	padding-right:20px;
	
}





.logo {
	width:240px;
	height:79px;
	position:relative;
	padding-right:30px;
	background-image:url(images/logo-coopercon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	display:block;
	
	}

.logo_2 {
	width:240px;
	height:79px;
	position:relative;
	padding-right:30px;
	background-image:url(images/logo-coopercon-2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	display:block;
	
	}



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

}

.ico-menu {
	display:none;
}

.ico-menu2 {
	display:none;
}

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

}

.menu a {
	text-transform:uppercase;
	font-size:14px;
	
	
	margin-left:15px;
	margin-right:15px;
	position:relative;
	text-align:center;
	
	vertical-align:central;
	font-family: 'Source Code Pro';
	font-weight: 600;
	letter-spacing:2px;
	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 a:hover {
	color:#fff !important;
	
	
}*/


.menu_ativo {
	position:absolute;
	width:100%;
	height:3px;
	top:23px;
	background-color:#E1B006;
	display:block;
	color:#E1B006 !important;
}


.menu_hover {
	position:absolute;
	top:23px;
	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;	
}

	
.menu a:hover .menu_hover {
	position:absolute;
	width:100%;
	height:3px;
	top:23px;
	background-color:#E1B006;
	visibility: visible;
  
  
	color:#178D8E !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:#103B48;
  opacity:0.5;
font-family: 'Source Code Pro';

   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: 'Source Code Pro';

}



.fechar {

	width:50px;
	position: absolute;
	font-family: 'Source Code Pro';
	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;
}



/******************* Rodapé ************/
footer {
	position:relative;
	width:100%;
	height:auto;
	padding-top:80px;
	background-image:url(images/bg-rodape.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.col_33 {
	position:relative;
	width:calc(33.3333333% - 20px);
	
	font-family: 'Source Code Pro';
}


.titulo_rodape {
	position:relative;
	color:#FFD200;
	font-size:20px;
	font-family: 'Source Code Pro';
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}



.texto_rodape {
	position:relative;
	color:#fff;
	font-size:16px;
	font-family: 'Source Sans Pro';
	line-height:24px;
}


.col_33 ul {
	margin:0px;
	padding:0px
}

.col_33 ul li {
	margin:0px;
	padding:0px;
}
.col_33 ul li a {
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:38px;
	
}


.col_33 ul li a:hover {
color:#FFD200;
}

.menu_ativo2 {
color:#FFD200 !important;
}

.cx_redes {
	position:relative;
	width:170px;
	margin-bottom:40px;
}


.cx_redes img {
	width:35px;
	height:35px;
}


.cx_form_rodape {
position:relative;
width:260px;	
}
	
	

.campo_rodape {
position:relative;
width:100%;
height:30px;
margin-bottom:3px;
padding-left:20px;
	color:#333333;
font-family: 'Source Code Pro';
text-transform:uppercase;
font-size:14px;
background-color:#fff;
border:none;
}

.botao_rodape {
position:relative;
width:140px;
height:30px;
margin-bottom:3px;
margin-left:3px;
background-color:#FFD200;
color:#333333;
font-family: 'Source Code Pro';
text-transform:uppercase;	
font-size:14px;
border:none;
}

.direitos {
	width:100%; 
	background-color:#161e35;
	color:#fff; 
	padding-top:30px; 
	padding-bottom:30px; 
	text-align:center; 
	margin-top:80px; 
	font-size:10px; 
	font-family: 'Source Code Pro';
}



/******************* Home ************/
.cx_slide_home {
	position:absolute;
	width:100%;
	top:35%;
	z-index:3

}

.texto_slide_home {
	position:relative;
	color:#fff;
	font-size:32px;
	font-family: 'Source Code Pro';
	text-align:right;
	font-weight:500;
	line-height:52px;
	letter-spacing:10px;
	
}

.subtitulo_slide_home {
position:relative;
	color:#fff;
	font-size:46px;
	font-family: 'Source Code Pro';
	text-align:right;
	font-weight:bold;
	line-height:66px;
	letter-spacing:10px;
	text-transform:uppercase;
	font-style:italic;
	
}

.padding_right {
	padding-right:4%;
	
}


.bg_2 {
	position:relative;
	background-image:url(images/bg-2.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:repeat;
	width:100%;
	min-height:200px;

}

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

.ajusta_padding {
	padding-top:80px;
}


.texto {
position:relative;
font-size:16px;
line-height:32px;
font-family: 'Source Code Pro';
color:#333333;	
}


.texto_1 {
position:relative;
font-size:14px;
line-height:20px;
font-family: 'Source Code Pro';
color:#333333;
text-align: center;

}



.img_1 {
	position:relative;
	margin-top:-38px; 
	min-width:300px;
}

.titulo_1 {
	margin-top:-38px; 
	margin-bottom:30px;

}

.col_25 {
	position:relative;
	width:calc(25% - 20px);
}

.cx_1 {
	padding-top:80px;
	padding-bottom:80px;
	
}

.numeros {
position:relative;
color:#000;
text-transform:uppercase;
font-size:80px;
font-family: 'Source Code Pro';
text-align:center;
font-weight:bold;	
	
}


.texto_numeros {
position:relative;
color:#6C1EFF;
text-transform:uppercase;
font-size:20px;
font-family: 'Source Code Pro';
text-align:center;
font-weight:bold;	
	
}


.cx_img_1 {
position:relative;
width:calc(70% - 100px);
padding-right:50px;

}


.cx_texto_1 {
position:relative;
width:30%;
text-align:left;
color:#000;
font-size:28px;
line-height:44px;
text-transform:uppercase;
font-family: 'Source Code Pro';
font-style:italic;
font-weight:bold;
margin-top:70px;


}

.col_1 {
position:relative;
width:25%;
padding-right:40px;

}

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

.cx_servicos {
position:relative;
width:calc(33.3333333% - 20px);
color:#333;
font-family: 'Source Code Pro';
font-size:16px;
text-align:center;
margin-bottom:60px;
margin-left:10px;
margin-right:10px;


}


.cx_2 {
	position:relative;


}

.cx_2 img {
	text-align:center;
	margin:0 auto;
	position:relative;
	margin-bottom:10px;
		
}



.cx_2 h2 {
	position:relative;	
color:#333;
font-family: 'Source Code Pro';
font-weight:300;
font-size:22px;
line-height:28px;
text-transform:uppercase;	
}


.col_not {
	position:relative;
	width:calc( 33.3333333% - 20px);
	z-index:2;
	height:270px;
	
	
margin-bottom:20px;
}

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



.col_not img {
	object-fit: cover;
	width:100%;
	height:100%;
	
	
	z-index:2;
	-webkit-box-shadow: 6px 6px 10px -2px rgba(153,153,153,0.41);
-moz-box-shadow: 6px 6px 10px -2px rgba(153,153,153,0.41);
box-shadow: 6px 6px 10px -2px rgba(153,153,153,0.41);
}

.hover_not {
	position:absolute;
	
	width:100%;
	height:100%;
	font-size:24px;
	line-height:28px;
	font-family: 'Source Code Pro';
font-weight:500;
		top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	color:#fff;
	cursor: pointer;
	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 */
background-image:url(images/bg-hover-not.png);
background-repeat:repeat;
text-align:center;
}




.col_not:hover .hover_not {
	opacity:1;
	z-index:999999999999 !important;
	cursor: pointer;
}

.saiba_not {
	position:relative;
	margin:0 auto;
	max-width:50%;
	display:block;
	margin-top:30px;
	cursor: pointer;
}


.saiba_not_2 {
	position:relative;
	max-width:50%;
	display:block;
	margin-top:30px;
	cursor: pointer;
}



.bg_not_1 {
	position:relative;
	background-image:url(images/bg-not.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width:100%;
	height:360px;
	margin-top:-140px;
	z-index:1;
	background-size: 100%;
}

.ajusta_not {
background-color:#ECECEC; 
padding-bottom:60px; 
top:-140px;	
}


.bg_not_2 {
	position:absolute;
	left:0;
	right:0;
	background-image:url(images/bg-not-2.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width:100%;
	height:283px;
	z-index:1;
	background-size:100%;
}


.slider {
background-color:#ECECEC;	
}


.slider-for {
position:relative;
max-width:800px;
}



.imagem_slide img {
	max-width:800px;
	z-index:1;
	position:relative;
	}

.texto_slide {
	position:absolute;
	
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3;
	color:#fff;
	padding-left:50px;
	padding-bottom:25px;
	font-size:20px;
	font-family: 'Source Code Pro';
	
}

.subtexto_slide {
	font-family: 'Source Code Pro';
	font-weight:300;
	
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3;
	color:#ccc;
	font-size:18px;
	margin-top:2px;
	
}


.slider-nav {
	padding:0px;
	margin:0px;
	max-width:90%;
	margin-top:30px;
	margin-left:70px;
	
	
}


.titulo_slide_1 {
	position: relative;
	max-width:240px;
}


.ajusta-1 {
margin-top:-180px; z-index:2;	
}


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

.cx_eventos {
	position:relative;
	margin:0 auto;
	margin-top:60px;
	width:90%;

	height:100%;

	
	
}

.col_eventos {
position:relative;
-webkit-box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);
-moz-box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);
box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);

width:100%;


}


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

.cx_texto_col_eventos {
	position:relative;
	padding:20px;
	height:300px;
	
}


.titulo_col_eventos {
	position:relative;
	color:#565656;
	font-size:28px;
	line-height:38px;
	font-weight:200;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-bottom:10px;
	
}


.titulo_col_eventos_22 {
	position:relative;
	color:#6d1eff;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-bottom:10px;
	height:100px;
	

	
}


.texto_eventos {
	position:relative;
	padding:0px;
	margin:0px;
	color:#333;
	font-size:14px !important;
	line-height:16px !important;
	font-weight:500;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-top:10px;
	margin-bottom:40px !important;
	height:auto;


}




.cx_data_col_eventos h3 {
	position:relative;
	padding:0px;
	margin:0px;
	color:#6C1EFF;
	font-size:24px;
	font-weight:400;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-right:10px;
	height:60px;
	
	
}


.cx_data_col_eventos a {
	position:relative;
	color:#565656;
	font-size:10px;
	letter-spacing:2px;
	font-weight:400;
	font-family: 'Source Code Pro';
	text-align:center;
	text-transform:uppercase;

}

.sublinhado {
	position:relative;
	display:block;
	background-color:#6C1EFF;
	width:70px;
	height:1px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
}




.ajusta-2 {
	
	top:-260px;
	padding-bottom:-100px;
	
}



.bg_3 {
	position:absolute;
	top:0px !important;
	width:100%;
	height:260px;
	z-index:2 !important;
	background-color:#ECECEC;
}


.col_par_1 {
	position:relative;
	width:calc(30% - 20px);
	padding-right:20px;
}
.col_par_2 {
	position:relative;
	width:70%;
}		

.parceiros {
	position:relative;
	width:90%;
	
}

.img_pardeiros {
	position:relative;

	
	
	
}


.cooperados1 {
	position:relative;
	width:90%;
	
}

.cooperados {
	position:relative;
	width:90%;
	color:#565656;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-family: 'Source Code Pro';
	text-align:left;

	padding-bottom:40px;
	
}




.bg_4 {
	position:absolute;
	bottom:0px !important;
	width:100%;
	height:100%;
	max-height:280px;
	z-index:1 !important;
	background-image:url(images/bg-3.jpg);
	background-repeat:repeat-y;
	background-size:cover;
}



.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
  width:100%;
  height:auto;
  z-index:3 !important;
  


}


.cx_slide_2 {
	position:relative;
	display:block;
	

}


.cx_image_slide_2 {
	position:relative;
	width:60%;
	float:left;
	
	
}

.cx_texto_slide_2 {
	width:30%;
	position:relative;
	margin-left:60px;
	
	float:left;
	
}

.titulo_cx_slide_2 {
	position:relative;
text-transform:uppercase;
	font-weight:600;
	font-family: 'Source Code Pro';
	color:#000;
	font-size:18px;
	margin-bottom:20px;
	margin-top:27%;
	
}


.texto_cx_slide_2 {
	
position:relative;
	font-family: 'Source Code Pro';
	color:#000;
	font-size:16px;
	font-style:italic;
}

.ajusta-3 {
	padding-top:60px; padding-bottom:80px;
}


.titulo_abso {
	position: relative;
	font-size:28px;
	line-height:38px;
	color:#6C1EFF;
	font-weight:bold;
	z-index:10;
	margin-top:15%;
	
	
	
}


.bg_fale {
position: relative;
padding-top:80px;
padding-bottom:80px;
background-image:url(images/bg-5.jpg);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}


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


.col_fale h2 {
position:relative;

font-family: 'Source Code Pro';
font-size:28px;
line-height:48px;
font-style:italic;
text-transform:uppercase;
margin:0px;
padding:0px;
font-weight:bold;
margin-bottom:20px;


}


.col_fale h3 {
position:relative;
font-family: 'Source Code Pro';
font-size:20px;
line-height:30px;
font-style:italic;
margin:0px;
padding:0px;
font-weight:500;
max-width:400px;
}


.bg_fale_conosco {
position:relative;
display:block;
width:290px;
height:44px;
/*background-image:url(images/bg-fale-conosco.png);
background-position:center;
background-repeat:no-repeat;
background-size:contain;*/
margin-top:15px;
}

.bg_fale_conosco img {
	width:100%;
	object-fit: cover;
}

	
/********************* Quem somos ************/
.ajusta-5 {
	position:absolute; 
	bottom:-30px;
}


.titulo_quem_somos {
	position:relative;
	font-family: 'Source Code Pro';
	color:#fff;
	font-size:34px;
	background-color:#691EF7;
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	max-width:530px;
	
}


.subtitulo_quem_somos {
	position:relative;
	font-family: 'Source Code Pro';
	color:#fff;
	font-size:50px;
	background-color:#691EF7;
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	letter-spacing:2px;
}


.col_quem_1 {
position:relative;
width:100%;
font-family: 'Source Code Pro';
font-size:18px;
line-height:30px;


}





.ico_quem_somos {
	position:relative;
	height:100%; 
min-width:100px;
width:20%;


}

.ico_quem_somos_2 {
	position:relative;
	height:100%;
	width:calc(80% - 10px);
	
	

	
}


.ajusta-6 {
	position:relative;
	min-width:150px;
	
	
	
	height:100%; 


}


.titulo_quem_somos_2 {
	position:relative;
	font-family: 'Source Code Pro';
	font-size:24px;
	line-height:44px;
	font-style:italic;
	
	height:100%;
	margin-top:30px;
	
}

.col_val {
	position:relative;
	width:33.3333333%;
}




.bg_missao_hover, .bg_visao_hover, .bg_valores_hover {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#762EF9;
	opacity:0.9;
	z-index:2;
	padding:15%;
	color:#fff;
	font-family: 'Source Code Pro';
	font-size: 1.4vw;
	line-height:2.5vw;
	text-align:left;
	font-weight:500;
	opacity:0;
	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 */
}


.col_val:hover .bg_missao_hover {
opacity:0.9;	
}

.col_val:hover .bg_visao_hover {
opacity:0.9;	
}

.col_val:hover .bg_valores_hover {
opacity:0.9;	
}

.quem {
	width:100%; height:80px; background-color:#fff; margin-top:-60px;
}


.quem_2 {
margin-top:60px;	
}


/********************* Serviços ******************/
.cx_titulo_servicos {
	position:absolute;
	width:100%;
	
}



.cx_serv {
	width:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
	
	
}

.col_serv_1 {
position:relative;
width:20%;

}

.col_serv_2 {
position:relative;
width:calc(40% - 20px);
text-align:left;
color:#6C1EFF;
font-family: 'Source Code Pro';
font-size:26px;
line-height:36px;
font-weight:bold;
font-style:italic;
text-transform:uppercase;
margin-right:20px;

}


.col_serv_3 {
position:relative;
width:calc(40% - 20px);
text-align:left;
font-family: 'Source Code Pro';
font-size:16px;
line-height:26px;
margin-left:20px;

}

.bg_servicos {
position:relative;
background-image:url(images/bg-servicos.jpg);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
	
}




.titulo_noticias {
position:relative;
font-family: 'Source Code Pro';
font-size:24px;
line-height:34px;
margin-bottom:60px;
text-transform:uppercase;
text-align:center;
}


.cx_not {
position:relative;
margin-top:40px;
margin-bottom:40px;
box-shadow: -1px 4px 6px 0px rgba(199,195,195,0.69);
-webkit-box-shadow: -1px 4px 6px 0px rgba(199,195,195,0.69);
-moz-box-shadow: -1px 4px 6px 0px rgba(199,195,195,0.69);


}



.col_not_1 {
	position:relative;
	width:45%;
	padding-bottom:26%;
}

.col_not_2 {
	position:relative;
	width:calc(55% - 60px);
	padding-left:60px;
	padding-top:30px;
	padding-bottom:30px;
}

.cx_texto_not {
	position:relative;
}

.cx_texto_not h2 {
	position:relative;
	padding:0;
	margin:0;
	color:#6d1eff;
	font-family: 'Source Code Pro';
font-size:24px;
line-height:34px;
font-weight:300;
margin-bottom:10px;
}

.cx_texto_not p {
	position:relative;
	padding:0;
	margin:0;
	font-family: 'Source Code Pro';
font-size:16px;
line-height:24px;
font-weight:300;
}



.titulo_col_eventos_2 {
	position:relative;
	color:#6d1eff;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-bottom:10px;
	height:100% !important;
	min-height:100% !important;
	box-sizing:border-box;
	
}



.cx_data_col_eventos h4 {
	position:relative;
	padding:0px;
	margin:0px;
	color:#333;
	font-size:22px;
	font-weight:500;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-right:0px
}


.texto_eventos {
	position:relative;
	padding:0px;
	margin:0px;
	color:#333;
	font-size:15px;
	line-height:20px;
	font-weight:500;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
}


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

.texto_cont {
	font-family: 'Source Code Pro';
	color:#333;
	text-align:left;
	margin-top:40px;
	margin-bottom:30px;
}

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

.largura_campo {
	position:relative;
width:calc(50% - 3px);	
}


.campo {
position:relative;
width:100%;
	
	height:45px;
	padding-left:4%;
	
	border:0;
	font-family: 'Source Code Pro';
	color:#333;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
-webkit-box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
-moz-box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
}

.mensagem {
position:relative;
	width:100%;
	height:120px;
	padding-left:2%;
	resize:none;
	border:0;
	font-family: 'Source Code Pro';
	color:#333;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
-webkit-box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
-moz-box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
box-shadow: 0px 7px 9px -2px rgba(204,204,204,1);
}

.chec {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	font-family: 'Source Code Pro';
	color:#333;
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	max-width:210px;

	
}

.radio {
position:relative;
color:#ccc;
margin-right:10px;	
}

.botao {
position:relative;
background-image:url(images/bota-cont.png);
background-repeat:no-repeat;
background-position:center;
background-size:contain;
width:140px;
height:40px;
background-color:#fff;
border:0;
cursor:pointer;
margin-top:10px;
color: #FFF;
font-size:0px;
}



.col_single_1 {
position:relative;
width:calc(70% - 60px);	
}

.col_single_2 {
position:relative;
width:30%;	
}


.ultimas {
position:relative;
width:100%;
height:auto;
padding:40px;
-webkit-box-shadow: 0px 3px 10px -1px rgba(204,204,204,1);
-moz-box-shadow: 0px 3px 10px -1px rgba(204,204,204,1);
box-shadow: 0px 3px 10px -1px rgba(204,204,204,1);	
}

.titulo_single {
position:relative;	
font-family: 'Source Code Pro';
color:#6C1EFF;
font-size:36px;
line-height:42px;
font-weight:bold;
text-align:center;
margin-bottom:30px;
}

.texto_single {
position:relative;	
font-family: 'Source Code Pro';	
font-size:18px;
line-height:28px;
text-align:left;
margin-bottom:30px;	
}



.cx_not_single {
position:relative;
padding:10%;
padding-bottom:0;
padding-top:0;
margin-top:60px;

}


.texto_not_single {
position:relative;	
font-family: 'Source Code Pro';
color:#333;
font-size:16px;
line-height:24px;
font-weight:400;
text-align:left;

}


.cx_ultimas {
position:relative;	
font-family: 'Source Code Pro';
color:#333;
font-size:18px;
line-height:24px;
font-weight:300;
text-align:left;
padding-top:20px;
padding-bottom:25px;
border-bottom:1px solid #999;
}



.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 overflow: hidden;
 width:100%;
 max-width: 100%;
 height:100%;


}

.embed-container iframe {
 position: absolute;
 top: 0;
 bottom:0;
 right:0;
 left: 0;

}


.mudar_cor {
-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
  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 */
}

.mudar_cor:hover {
-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE */
 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 */
}



.botao_eventos {
	position:absolute;
	width:100%;
	background-color:#6D34FF;
	color:#fff;
	bottom:0px;
	height:40px;
	
	
}


.padding_11 {
	padding-bottom:80px;
}


.ajusta_cont {
padding-top:170px; 
padding-bottom:50px;	
	
}



.ultimos {
	position:relative;
	width:calc(33.3333333% - 20px);
	margin-left:10px;
	margin-right:10px;
	margin-top:40px;
	padding:10px;
	
	
	
}

.imagem_ultimos {
position:relative;
background-position:center;
background-repeat:no-repeat;

background-size:cover;
width:100%;
height:240px;
margin-bottom:20px;
}


.saiba_mais {
background-position:center;
text-align:center;

font-family: 'Source Code Pro';
font-size:16px;
text-transform: uppercase;
height:35px;
width:140px;
margin:0 auto;
margin-top:20px;
background-color:#6C1EFF;
color:#fff;	
	
}



.titulo_col_eventos_3 {
	position:relative;
	color:#6d1eff;
	font-size:20px;
	font-weight:600;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-bottom:10px;
	
}



.imagem_single {
	position:relative;
	width:calc(25% - 20px);
	height:auto;
	height:200px;
object-fit:cover;
	margin-top:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

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



.max_100 {
	
}

.padding_eventos{
	padding-bottom:30px;
	
	
}

/********************* 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: 1240px) {
.titulo_slide_1 {
	position:absolute;
	top:250px;
	left:80%;
	z-index:9;
}

.cx_eventos {

	max-width:90%;

	
	
}


}


@media (max-width: 1100px) {


.cx_eventos {
	
	max-width:90%;
	
	
}


.imagem_slide img {
	max-width:100%;
}



.slider-nav {
	max-width:80%;
	margin-left:70px;
	
}


.titulo_slide_1 {
	position:relative;
	top:-20px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	margin-bottom:0px;
	z-index:9;

}


.ajusta-1 {
margin-top:-240px;
}






.slider-nav {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	
	
	
}


.cx_texto_1 {
color:#000;
font-size:20px;
line-height:34px;
margin-top:40px;
}


.bg_not_2 {
	height:240px;
}



.bg_4 {
	
	max-height:260px;
}



.col_fale h2 {

font-size:20px;
line-height:40px;

}


.col_fale h3 {

font-size:18px;
line-height:28px;
max-width:360px;

}

.bg_fale_conosco {

margin-top:13px;
}

.ico_quem_somos {
	position:relative;
	height:100%; 
min-width:100px;

}





}



@media (max-width: 990px) {
.menu a {
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}	
.flex--aic1{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;}

.img_1 {
	margin-top:0px;
}


.cx_texto_1 {
color:#000;
font-size:20px;
line-height:34px;
margin-top:25px;
}



.max_100 {
	max-height:100px;
}


.titulo_col_eventos {
	
	font-size:22px;
	line-height:28px;

}

.cx_data_col_eventos h3 {
	font-size:16px;
	margin-right:10px
}


.cx_data_col_eventos a {
	font-size:10px;
	letter-spacing:1px;
}


.numeros {

font-size:70px;

	
}


.texto_numeros {

font-size:18px;
	
	
}


.bg_4 {
	
	max-height:240px;
}



.col_not_2 {

	width:calc(55% - 30px);
	padding-left:30px;
	
}


.titulo_single {

font-size:30px;
line-height:38px;

}


.imagem_single {
	position:relative;
	width:calc(33.3333333% - 10px);
	height:auto;
	height:200px;
object-fit:cover;
	margin-top:5px;
	margin-bottom:5px;
}

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


}


@media (max-width: 910px) {
.menu a {
	font-size:12px;
	margin-left:7px;
	margin-right:7px;
}	


}



@media (max-width: 900px) {
.menu a {
	font-size:12px;
	margin-left:8px;
	margin-right:8px;
}	


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


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


.cx_texto_slide_2 {
	margin-left:40px;
	

	
}

.titulo_cx_slide_2 {
	font-size:16px;
	margin-bottom:10px;
	margin-top:28%;
}

.bg_4 {
	max-height:220px;
}

.titulo_abso {
	
	font-size:24px;
	line-height:30px;
	
	margin-top:18%;
	
	
	
}


.col_serv_2 {

font-size:24px;
line-height:34px;

}



.col_single_1 {
position:relative;
width:calc(70% - 30px);	
}



.ultimas {

padding:30px;
	
}


.col_not  {
	
	height:220px;
	
}


.bg_missao_hover, .bg_visao_hover, .bg_valores_hover {
	font-size: 1.9vw;


}


}




@media (max-width: 860px) {
	.menu a {
	font-size:11px;
	margin-left:7px;
	margin-right:7px;
}	

.img_1 {
	margin-top:40px;
}


.cx_img_1 {

width:100%;
padding-right:0px !important;


}


.cx_texto_1 {

width:100%;
text-align:center;
padding-bottom:100px;

}


.col_1 {
position:relative;
width:100%;
padding-right:0px;
margin-bottom:60px;
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_2 {
position:relative;
width:100%;
}

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



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

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


.titulo_abso {
	font-size:20px;
	line-height:24px;
}


.titulo_cx_slide_2 {
	font-size:14px;
	margin-top:27%;
}


.bg_4 {
	max-height:220px;
	z-index:-1;
}


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


}

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

}


.ico_quem_somos {
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:auto; 
	margin-right:0px; 
	min-width:100px;
	margin-bottom:40px;
}

.ajusta-6 {
	display:none;
}


.ico_quem_somos_2 {

	width:100%;
	margin-left:0px;
	margin-right:0px;
	
}


.titulo_quem_somos_2 {
	width:100%;
}


.quem {
	display:none;
}

.quem_2 {
margin-top:0px;	
}


.col_eventos {
	width:100%;
	max-width:100%;
	margin-bottom:60px;
	height:auto;
	
	

}



.titulo_col_eventos {
	
	font-size:28px;
	line-height:30px;
	margin-bottom:15px;

}

.cx_data_col_eventos h3 {
	font-size:24px;
	margin-right:10px
}


.cx_data_col_eventos a {
	font-size:12px;
	letter-spacing:2px;
}

.padding_11 {
	padding-bottom:0px;
}



.ultimos {
	position:relative;
	width:calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
	height:auto;
	margin-bottom:30px;
}




}




@media (max-width: 800px) {

.padding_eventos{
	padding-bottom:70px;
	
	
}


.col_eventos {
	
margin-bottom:0px;


}

.titulo_coop img {
	position:relative;
	display:block;
	margin:0 auto;
	max-width:80%;
	text-align:center;
}

	.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;
	top:20px;
	width:50px;
	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:20px;
	top:20px;
	display:none;
	width:50px;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
	z-index:999999999999;
}


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


.menu_internas { 
height:60px;
background-color: #fff;	
}
.padding_header {
	padding-top:60px;
	
}

.bg_menu_2 {
	height:60px;
	background-image:url(images/bg-menu-2.png);
	background-repeat:repeat-x;
	background-position:top;
	background-size:contain;
}


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



.logo {
	width:140px;
	height:46px;
	position:relative;
	padding-right:30px;
	background-image:url(images/logo-coopercon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	display:block;
	
	}
	
.logo_2 {
	width:140px;
	height:46px;
	position:relative;
	padding-right:30px;
	background-image:url(images/logo-coopercon-2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	display:block;
	
	}
	
	
.logo img {
	max-width:140px;
	min-width:80px;
	margin:0 auto;
	float:left;

}

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


.col_par_1 img {
	display:block;
	margin:0 auto;
	
}


.col_par_2 {
	width:100%;
}


.cx_image_slide_2 {
	position:relative;
	width:100%;
	float:none;
	background-color:#999;
	margin:0px;
	
	
}

.cx_image_slide_2 img {
width:100%;	
	
}



.cx_texto_slide_2 {
	width:100%;
	position:relative;
	margin-left:0px;
	margin-top:0%;
	float:none;
	padding-top:30px;
	height:auto;
	
	
	
}


.titulo_abso {
	margin-top:20px;
	margin-bottom:20px;
}

.titulo_cx_slide_2 {
	padding-top:0px;
	margin-top:0px;
}



.ajusta-3 {
	padding-top:30px; padding-bottom:60px;
}

.bg_4 {
	max-height:460px;
}


.col_fale  {
	width:100%;
	display:block;

}

.col_fale  a {
	margin:0 auto;
	margin-top:40px;
	
}



.col_fale h2  {
	text-align:center;

}

.col_fale h3  {
	text-align:center;
	max-width:100%;

}

.bg_fale_conosco {
	margin-top:60px;
	max-width:220px;
}


.titulo_quem_somos {
	
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	max-width:320px;
	
}


.subtitulo_quem_somos {
	
	font-size:30px;
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	
}

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

.img_cont {
	position:relative;
	display:block;
	margin:0 auto;
	margin-bottom:30px;
}



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

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


.cx_not_single {
position:relative;
padding:0px;
padding-bottom:0;
padding-top:0;
margin-top:60px;

}





}



@media (max-width: 768px) {




	.slider-nav {
	padding:0px;
	margin:0px;
	max-width:100%;
	margin-top:30px;
	margin-left:0px;
	margin-right:0px;
	
	
}

.slider-nav img {
	max-width:100%;
	margin-left:10px;
	margin-right:10px;
}



footer .wrapper {
	max-width:70%;
}


.cx_not {
width:100%;
/*margin-left:10px;
margin-right:10px;*/


}

	
	.texto_slide_home {
	font-size:22px;
	text-align:right;
	line-height:42px;
	letter-spacing:5px;
	
}

.subtitulo_slide_home {

	font-size:36px;
	text-align:right;
	font-weight:bold;
	line-height:56px;
	letter-spacing:5px;
	
	
}



.col_33 {
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
	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;
-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-direction:column;
}

.col_33 img {
	max-width:300px;
	
}


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

	
}



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


.titulo_1 {
	position:relative;
	margin:0 auto;
	margin-bottom:30px;
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;
}


.slider-nav {
	/*display:none !important;*/

	
}




.ajusta-2 {
	
	top:-240px;
	
}


.bg_4 {
	max-height:400px;
}



.col_serv_1 {
width:100%;
margin-bottom:0 auto;
margin-bottom:30px;
text-align:center;
}

.cx_serv {
	/*
	padding-left:10px;
	padding-right:10px;
	*/
}


.col_serv_2 {
width:100%;
margin:0 auto;
margin-bottom:30px;
text-align:center;
}


.col_serv_3 {
width:100%;
margin:0 auto;
text-align:center;
}


.col_not_1 {

	width:100%;
	padding-left:0px;
	padding-bottom:50%;
	
	
}
.col_not_2 {

	width:100%;
	padding-left:0px;
	padding:20px;
	
}



.titulo_noticias {

font-size:20px;
line-height:30px;

}



}


@media (max-width: 700px) {




	.titulo_col_eventos_22 {
	position:relative;
	color:#6d1eff;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	font-family: 'Source Code Pro';
	text-align:center;
	margin-bottom:10px;
	height:auto;
	

	
}

.texto_eventos {
height:auto;	
}



.ajusta-5 {
	bottom:-20px;
}

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


.bg_missao_hover, .bg_visao_hover, .bg_valores_hover {
	padding:10%;
	font-size: 18px;
	line-height:28px;
	font-weight:500;
}



.texto_slide {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3;
	color:#fff;
	padding-left:20px;
	padding-bottom:15px;
	font-size:18px;
	line-height:24px;
	font-family: 'Source Code Pro';
	
}

.subtexto_slide {
	font-family: 'Source Code Pro';
	font-weight:300;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:3;
	color:#ccc;
	font-size:16px;
	margin-top:0px;
	
}


	
}




@media (max-width: 698px) {
.cx_texto_col_eventos {
	height:auto;
}
}



@media (max-width: 600px) {


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

.mensagem { padding-left:4%;}

.max_100 {
	max-height:60px;
	
	
}



.ultimos {
	position:relative;
	width:100%;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	margin-bottom:30px;
}



.imagem_single {
	position:relative;
	width:calc(50% - 10px);
	height:auto;
	height:200px;
object-fit:cover;
	margin-top:5px;
	margin-bottom:5px;
}

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



.cx_eventos {
	
	max-width:100%;

	height:auto !important;

}


.col_eventos {
	position:relative;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);
-moz-box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);
box-shadow: 0px 0px 5px 3px rgba(153,153,153,0.71);
height:auto !important;
max-width:90%;
margin-left:5%;
margin-right:5%;
margin-bottom:0px;


}


.ajusta_cont {
padding-top:100px; 
padding-bottom:50px;

	
}




.slider-nav {
	margin-top:15px;
	
}



.slider-nav img {
	max-width:90%;
	margin-left:10px;
	margin-right:10px;
}




.parceiros img {
	position:relative;
	display: block;
	margin:0 auto !important;
	margin-left:auto;
	margin-right:auto;
	
	
}


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



.mobile-menu {
	width:100%;

}



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

}

.cx_slide_home {
	position:absolute;
	width:100%;
	top:100px;
	

}

.texto_slide_home {
	font-size:20px;
	font-family: 'Source Code Pro';
	text-align:right;
	line-height:30px;
}

.subtitulo_slide_home {
	font-size:28px;
	font-weight:600;
	line-height:38px;
	letter-spacing:5px;
	
}

.padding_right {
	padding-right:4%;
	
}


.numeros {

font-size:50px;
	
	
}


.texto_numeros {

font-size:16px;

	
}

.texto_1 {
font-size:10px; 
text-align:center !important; 
line-height:20px;

}

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


.campo_rodape, .botao_rodape {

height:35px;
border:none;

}


.col_not {
	position:relative;
	width:100%;
	height:270px;
}

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


.bg_4 {
	max-height:360px;
}


.direitos {
	width:100%; 
	background-color:#CECECE; 
	padding-top:10px; 
	padding-bottom:10px; 
	text-align:center; 
	margin-top:80px; 
	font-size:8px; 
	font-family: 'Source Code Pro';
}



.titulo_quem_somos {
	
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	max-width:270px;
	
}


.subtitulo_quem_somos {
	
	font-size:24px;
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	
}


.col_not_1 {
	padding-bottom:60%;
	
}







}

@media (max-width: 500px) {
.texto {
	text-align:lefts;
}

.ajusta-5 {
	bottom:-15px;
}


.imagem_single {
	position:relative;
	width:100%;
	height:auto;
	height:260px;
object-fit:cover;
	margin-top:10px;
	margin-bottom:10px;
}

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


}
