@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: 'Montserrat', sans-serif;
}

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

}


.botao_cookie {
	background-color: transparent!important;
    border:1px solid #fff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    color:#fff;
}


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:600;
	opacity:1;
	margin-top:20px !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: -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:100px;
	  z-index:99999999999999 !important;
	  position:fixed;
	  transition:0.5s;
	 background-color: transparent;
	 background-image:url(images/bg_menu.png);
	 background-repeat:repeat;

	
}


.botao_area {
	position:relative;
	margin:0px;
	padding:0px;
	border-radius:30px;
	width:130px;
	height:35px !important;
	max-height:35px !important;
	background-color:#001339;
	z-index:2;
}


.botao_seta_header {
position:relative;
width:165px;
height:35px !important;
max-height:35px !important;
}

.seta_header {
	position:absolute;
	margin:0px;
	padding:0px;
	right:5px;
	height:34px !important;
	max-height:34px !important;
	z-index:1;
	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 */
}


.hover_menu:hover  .seta_header {
height:34px !important;
max-height:34px !important;
right:0px !important;

}



.padding_menu {
	padding-top:100px;
	
}


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






.logo {
	max-width:240px;
	position:relative;
	padding-right:30px;
	
	}

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

}

.ico-menu {
	display:none;
}

.ico-menu2 {
	display:none;
}

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

}

.menu a {
	font-size:16px;
	color:#fff;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	text-align: right;
	
	vertical-align:central;
	font-family: 'Montserrat', sans-serif;
	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 a:hover {
	color:#E5393A !important;

}


.menu_ativo {
	display:block;
	color:#fff !important;
	font-weight:800 !important;
}

.menu a:hover {
	color:#E5393A !important;

}


.submenu a:hover {
	color:#000 !important;

}



.col_rodape2 a:hover {
	color:#E5393A !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:#01103B;
  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


}

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

}



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



.m-show {
	
    visibility: visible;
}

.body-noscroll {
    overflow: hidden;
}


.barra_menu {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	width:1px;
	height:20px;
	background-color:#DEDEDE;
	
	
}

.texto_logo {
	position:relative;
	color:#fff;
	min-width:250px;
	font-size:18px;
	font-weight:400;
}



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


.submenu {
	background-color: transparent;
	position:absolute;
	top:35px;
	left:-10px;
	padding:20px;
	padding-top:20px;
	padding-bottom:10px;
	width:200px;
	display:none;
	background-image:url(images/bg_menu.png);
	background-repeat:repeat;
}

.submenu a {
	display:block !important;
	font-size:13px;
	font-weight:500;
	line-height:15px;
	color:#fff;
	position:relative;
	text-align:left !important;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	
	
	
}

.submenu a:hover {
	color:#fff !important;
	color:#E5393A !important;
}





.submenu_mobile {
	width:100%;
	padding-left:15px;
}

.submenu_mobile a {
	display:block;

font-size:14px;
line-height: 20px;
text-align:center !important;

}




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

footer {
	position:relative;
	width:100%;
	background-color:#001238;
	padding-top:100px;
	padding-bottom:100px;
	
}


.col_rodape1 {
position:relative;

}




.col_rodape1 h2 {
position:relative;
color:#fff;
font-weight:300;
margin:0px;
padding:0px;
font-size:24px;
}

.col_rodape1 h1 {
position:relative;
color:#fff;
font-weight:600;
margin:0px;
padding:0px;
font-size:28px;	
}

.col_rodape1 h3 {
position:relative;
color:#fff;
font-weight:300;
margin:0px;
padding:0px;
font-size:16px;
margin-top:40px;
}



.col_rodape2 {
position:relative;
margin-left:110px;
}


.col_rodape2 h4 {
position:relative;
color:#fff;
font-weight:600;
margin:0px;
padding:0px;
font-size:20px;
margin-bottom:40px;
}

.col_rodape2 a {
position:relative;
color:#fff;
font-weight:400;
margin:0px;
padding:0px;
font-size:18px;
line-height:38px;
}

/* Estilos para a nova coluna de contatos */
.col_rodape3 {
	position:relative;
	margin-left:110px; /* Mesmo espaçamento que .col_rodape2 para manter o alinhamento */
}

.col_rodape3 h4 {
	position:relative;
	color:#fff;
	font-weight:600;
	margin:0px;
	padding:0px;
	font-size:20px;
	margin-bottom:40px; /* Espaçamento entre o título e o conteúdo */
}

.col_rodape3 p {
	position:relative;
	color:#fff;
	font-weight:400;
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:38px; /* Altura da linha para dar espaçamento entre as informações */
}




/********************** Home *****************/
.cx_texto_banner_home {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:2;
	
	
	
}




.texto_banner_home { 
position:relative;
max-width:500px;
/*background-image:url(images/bg_menu.png);
background-repeat:repeat;*/
padding:50px;
padding-bottom:70px;
}


.texto_banner_home h1 {
	position:relative;
	width:100% !important;
	margin:0px;
	padding:0px;
	font-size:40px;
	color:#5acafa;
	font-weight:700;
	line-height:40px;
	margin-bottom:30px;
	width:300px;
	
}


.texto_banner_home p {
position:relative;
margin:0px;
padding:0px;
color:#fff;
font-size:20px;
font-weight:300;
	
}


.banner_home {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	object-fit:cover;
	min-height:360px;
	display:block;
}

.banner_home_mobile {
	position:relative;
    width:100%;
	height:100%;

	object-fit:cover;
	
	display:none;
	
}












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

.titulo_1 {
position:relative;
font-size:26px;
margin-bottom:10px;
color:#00103B;
font-weight:300;	
	
}


.titulo_2 {
position:relative;
font-size:34px;
line-height:34px;
color:#00103B;
font-weight:800;
margin-bottom:20px;
	
}


.titulo_3 {
position:relative;
font-size:28px;
line-height:38px;
color:#00103B;
font-weight:700;
margin-bottom:60px;
text-align:center;
	
}
.texto {
position:relative;
font-size:16px;
line-height:26px;
color:#333;
font-weight:400;	
	
}

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



.col_2 {
	position:relative;
	width:calc(25% - 40px);
}


.cx_1 {
	position:relative;
	width:100%;
	height:138px;
	margin-bottom:30px;
	

}



.col_2 .texto {
position:relative;
font-size:16px;
color:#333;
font-weight:400;

}

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


.col_3 {
position:relative;
width:calc(30% - 60px);
padding-right:60px;

}


.cx_texto_1 {
	position:relative;
	width:70%;
	height:auto;

}

.cx_texto_1 h1 {
position:relative;
color:#fff;
font-size:34px;
line-height:34px;
	
}

.cx_texto_1 p {
position:relative;
color:#fff;
font-size:16px;
line-height:26px;
	
}

.barra_red {
	max-width:60%;
	height:10px;
	background-color:#E5393A;
	margin-bottom:40px;
}

.img_1 {
	position:relative;
	object-fit:100%;
	min-height:500px;
	display:block;
	
}


.img_2 {
	position:relative;
	object-fit:100%;
	display:none;
	
}



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








.col_5 {
position:relative;
width:calc(25% - 20px);
background-color:#fff;
border-radius:10px;
padding:20px;
margin-top:10px;
margin-bottom:10px;
height:300px;
}

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

.num {
	position:relative;
	font-size:50px;
	text-align:left;
	font-weight:700;
	margin-bottom:10px;
	height:60px;
	
	
}


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



.cx_texto_2 {
	position:relative;
	width:100%;
	height:auto;

}

.cx_texto_2 h1 {
position:relative;
color:#fff;
font-size:34px;
line-height:34px;
margin:0px;
padding:0px;
margin-bottom:10px;
}


.cx_texto_2 h2 {
position:relative;
color:#fff;
font-size:30px;
line-height:30px;
font-weight:300;
margin:0px;
padding:0px;
margin-bottom:20px;
}


.cx_texto_2 p {
position:relative;
color:#fff;
font-size:16px;
line-height:26px;
margin:0px;
padding:0px;	
}

.barra_azul {
	max-width:290px;
	height:10px;
	background-color:#57CFF4;
	margin-bottom:40px;
}


.saiba_mais {
position:relative;
color:#3F3F3F;
background-color:#E5E5E5;
text-transform:uppercase;
font-size:16px;
border-radius:30px;
height:45px;
width:160px;
border:0;
margin-top:30px;
font-weight:700;
}




.img_11 {
	position:relative;
	object-fit:cover;
	min-height:500px;
	display:block;
	
}


.img_22 {
	position:relative;
	object-fit:contain;
	display:none;
	
}

.col_6 {
	position:relative;
	width:calc(33.3333333% - 20px);
}

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

.cx_texto_not {
position:relative;	
}

.cx_texto_not h2 {
position:relative;
font-size:14px;
color:#808080;
font-weight:300;
	
}


.cx_texto_not h1 {
position:relative;
font-size:18px;
color:#333;
font-weight:600;
	
}



/********************* Notícias ******************/
.bg_not img {
position:relative;
min-height:300px;
object-fit:cover;
	
}

.titulo_banners {
	position:relative;
	color:#fff;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
}


.sublinhado1 {
position:relative;
width:140px;
margin-top:15px;
height:5px;
background-color:#57CFF4	
}



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

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


.img_not {
position:relative;
width:100%;
padding-bottom:60%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
object-fit:cover;
border-radius:10px;

}


.img_not img {
position:relative;
width:100%;
height:100%;
object-fit:cover;
border-radius:10px;

}




/********************* Vídeos e podcasts ******************/

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

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


.play {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
z-index:9;
	
}


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

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


.cx_texto_podecast {
	position:relative;
	font-size:16px;
	line-height:26px;
	width:calc(50% - 20px);
	
}


.cx_pod {
position:relative;
width:244px;
margin-top:20px;
}

.cx_pod img {
	margin-left:2px;
	margin-right:2px;
}




/********************* Eventos ******************/

.barra_vermelha {
	position:relative;
	background-color:#E5393A;
	width:260px;
	height:10px;
	margin:0 auto;
	margin-bottom:30px;
}


.cx_evento {
height:auto;
padding-bottom:80px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-top-right-radius:30px;
display:block;
}


.cx_evento2 {

display:none;
}



.col_evento {
position:relative;
width:calc(25% - 60px);
margin-left:30px;
margin-right:30px;
}



.data_evento {
	position:relative;
	background-color:#E7E7E7;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:20px;
	font-size:14px;
	z-index:2;
	margin-top:-15px;
	margin-bottom:20px;
}


.img_evento {
	
	margin-bottom:20px;
	margin-left:30px;
}


.texto_evento {
position:relative;
margin-bottom:10px;
font-size:16px;
margin-left:30px;
	
}

.linha1 {
	position: absolute;
	width:95%;
	height:230px;
	border:6px solid #E7E7E7;
	border-left:0;
	border-top-right-radius:15px;
	border-bottom-color: #fff;
	z-index:1;
	right:0;
	margin-top:15px;
}


.linha2 {
	position: absolute;
	width:95%;
	height:65%;
	border:3px solid #ccc;
	border-left:0;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	z-index:1;
	right:0;
	margin-top:15px;
}

.ultimo_bloco {
	border-right:0; 
	border-top-right-radius:0;
}

.linha_branca_1 {
	position:absolute; 
	width:100px; 
	height:10px; 
	background-color:#fff; 
	top:-1px; 
	z-index:2;
	
	
}


.linha_branca_2 {
	position:absolute; 
	width:15%; 
	height:10px; 
	background-color:#fff; 
	right:0px; 
	z-index:2;
	top:-5px
}


.botao_evento {
	position:relative;
	background-color:#E5E5E5;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	color:#333;
	border-radius:30px;
	display:block;
	text-align:center;
	line-height:30px;
	margin-left:30px;
	display:block;
	width:150px;
	
}



.eve_1 {
	display:block;
}

.eve_2 {
	display:none;
}




.cx_programacao_0, .cx_programacao_00, .cx_programacao_1, .cx_programacao_2,.cx_programacao_3,.cx_programacao_4,.cx_programacao_5,.cx_programacao_6,.cx_programacao_7 {
	position:relative;
	width:100%;
	padding-left:0px;
	height:60px;
	border:none;
	color:#00103B;
text-align:left;
font-size:20px;
line-height:26px;
margin-bottom:0px;
margin-top:0px;
cursor:pointer;
font-weight:600;

}


.cx_prog_0, .cx_prog_00, .cx_prog_1, .cx_prog_2, .cx_prog_3, .cx_prog_4, .cx_prog_5, .cx_prog_6, .cx_prog_7 {
	display:none;
	position:relative;
	height:auto;
text-align:left;
font-size:20px;
margin-top:0px;
padding-top:0px;
padding-bottom:40px;
padding-left:15px;
}

.seta-0, .seta-00, .seta-1, .seta-2, .seta-3, .seta-4, .seta-5, .seta-6, .seta-7 {
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	margin-left:10px;
	margin-top:0px;
	cursor:pointer;
	width:15px;
	}

.seta-0.down, .seta-00.down, .seta-1.down, .seta-2.down, .seta-3.down, .seta-4.down, .seta-5.down, .seta-6.down, .seta-7.down {
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}



.cx_prog_0 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}

.cx_prog_1 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}

.cx_prog_2 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}

.cx_prog_3 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}

.cx_prog_4 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}


.cx_prog_5 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}


.cx_prog_6 a {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:18px;
	font-weight:600;
}



.login {
position:relative;
width:180px;
height:35px;
border-radius:30px;
border:1px solid #000;
color:#000;
font-size:16px;
font-weight:600;
	
}


.cx_dados {
	position:relative;
	padding-bottom:40px;
	padding-top:40px;
}

.titulo_dados {
position:relative;
color:#000;
font-size:20px;
line-height:26px;
font-weight:600;
margin-bottom:20px;	
}

.texto_dados {
position:relative;
color:#000;
font-size:16px;
line-height:20px;
}



.boxVideo {
    position: relative;
    padding-bottom: 30%; 
    height: 0;
	width:100%;
	max-width:600px;
	margin-bottom:80px;
	margin-top:10px;
	
	
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100%;
}



.cx_100 {
position: relative;
width: calc(25% - 30px);
max-width: 300px;
margin-left: 15px;
margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;

}


.cx_img {
position: relative;
width: 100%;
height: 200px;
}

.cx_img img {
position: relative;
width: auto;
margin: 0 auto;
display: block;
max-height: 200px;
object-fit: contain;
}






.cx_texto {
position: relative;
width: 100%;
padding: 5px;
}


.cx_texto h1 {
position: relative;
color:#021236;
font-size: 22px;
font-weight: 600;
width: 100%;
text-align: center;

}



.cx_data {
position: relative;
font-size: 16px;
text-align: center;
font-weight: 300;
color:#000;
}

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


.cx_link a {
position: relative;
font-size: 16px;
font-weight: 600;
color:#000;
}




.cx_200 {
position: relative;
width: calc(50% - 40px);
margin-left: 20px;
margin-right: 20px;
margin-bottom: 80px;
}



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


.cx_texto_videos h1 {
position: relative;
color:#021236;
font-size: 22px;
font-weight: 600;
width: 100%;
text-align: left;

}



.cx_data_videos {
position: relative;
font-size: 16px;
text-align: Left;
font-weight: 300;
color:#000;
}



.boxVideo2 {
    position: relative;
    padding-bottom: 56.25%;  
    height: 0;
	width:100%;
	max-width:100%;
	}
    
    
.boxVideo2 iframe {
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100%;
}





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


.cx_titulo_cx_300 {
position: relative;
width: 100%;
padding: 20px;
background-color: #f2f2f2;
}

.cx_titulo_cx_300 h1 {
position: relative;
text-align: left;
margin: 0;
padding: 0;
color:#021236;
}


.cx_titulo_cx_300 h3 {
position: relative;
text-align: left;
font-size: 16px;
font-weight: 300;
margin: 0;
padding: 0;
color:#333;
margin-left:20px;
}


.cx_texto_cx_300 {
position: relative;
width: 100%;
padding: 20px;
padding-top: 30px;
color:#262626;
}



.cx_texto_cx_300 p {
position: relative;
width: 100%;
font-size: 16px;
line-height: 26px;
color:#262626;
}


.cx_texto_cx_300 strong {
font-weight: 600;
}

.cx_link_cx_300 {
position: relative;
width: 100%;
padding: 20px;
padding-top: 0px;
}



.cx_link_cx_300 a {
color:#262626;
font-weight: 600;
text-align: left;
font-size: 18px;
}



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


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



.flex--agenda {-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;}




.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-pack:distribute;justify-content:center
   
}

@media (max-width: 1210px) {
.menu a {
	font-size:14px;
	margin-left:2px;
	margin-right:2px;
	
}


.submenu a {
	font-size:11px;
	line-height:20px;
	
	
	
}


}



@media (max-width: 1100px) {
.col_5 {
width:calc(33.3333333% - 20px);
}

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

.col_evento {
position:relative;
width:calc(25% - 20px);
margin-left:10px;
margin-right:10px;
}


header {
	  height:60px;
	
}

.padding_menu {
	padding-top:60px;
	
}

	.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:0px !important;
	top:10px !important;
	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:0px !important;
	top:10px !important;
	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;
}


.wrapper {
	width:96% !important;
}


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


.ico-menu, .ico-menu2 {
	right:10px;
	top:18px;
	
}


.logo {
	padding-right:10px;
	
	}

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

}
	
.texto_logo {
	position:relative;
	min-width:210px;
	font-size:15px;
	font-weight:400;
}




}



@media (max-width: 1000px) {

.titulo_1 {

font-size:20px;
margin-bottom:10px;

	
}


.titulo_2 {

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

	
}

	

}




@media (max-width: 990px) {


.boxVideo {

    padding-bottom: 40%; 
}

	
	
	
.texto_evento {

font-size:13px;
	
}


/*
.data_evento {
	width:110px;
	padding-top:3px;
	padding-bottom:3px;
	border-radius:20px;
	font-size:14px;
	z-index:2;
	
}


.data_evento img {
	width:15px; 
}

*/

.botao_evento {
	width:150px;
	height:25px;
	font-size:10px;
	line-height:27px;
	margin-top:20px;
	
}



}






@media (max-width: 900px) {
.cx_100 {
position: relative;
width: calc(33.3333333% - 30px);
max-width: 300px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
margin-top:30px;
}



.cx_200 {
position: relative;
width: calc(50% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 60px;
}




}





@media (max-width: 860px) {
.cx_evento {
display:none;
}


.cx_evento2 {
height:auto;
padding-bottom:1px;
border-top:0px solid #ccc;
border-left:1px solid #ccc;
border-top-left-radius:0px;
border-right:0px;
display:block;
}

	
.linha_branca_3 {
	position: absolute;
	width:100%;
	height:1px;
	background-color:#ccc;
	z-index:3;
	right:0;
	left:4%;
	margin-top:0px;
}

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

}

.col_4 .texto {
	text-align:left;
}

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





.cx_texto_not h2 {
font-size:14px;
}


.cx_texto_not h1 {
font-size:18px;
}


.col_rodape2 {

margin-left:60px;
}


.col_evento {
position:relative;
width:calc(25% - 20px);
margin-left:10px;
margin-right:10px;
}






.col_evento {
position:relative;
width:100%;
margin-left:10px;
margin-right:10px;
margin-bottom:80px;
}



.linha_branca_2 {
	
	width:35%; 
	top:-5px
}


.eve_1 {
	display:none;
}

.eve_2 {
	display:block;
	border:0px;
	
	
}


.data_evento {
	margin-left:-20px;
}


.final_evento_mobi {
width:16px; 
height:16px; 
background-color:#ccc; 
border-radius:50%; 
margin-left:-8px;	
	
}


}



@media (max-width: 800px) {

.col_rodape1 h3 {
text-align: center;
}
.col_rodape1 img {
margin: 0  auto;
display: block;
}


.col_rodape2 {
text-align: center;
}

.texto_logo {
	text-align: center;
}



.texto_banner_home { 
position:relative;


}

.texto_banner_home h3 {
	font-size:20px;
	margin-bottom:10px;
	font-weight:300;
}


.texto_banner_home h1 {
	font-size:30px;
	line-height:30px;
	margin-bottom:30px;
	width:200px;
	
}


.texto_banner_home p {
font-size:18px;
font-weight:300;
	
}


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


.cx_texto_1 h1 {
font-size:24px;
line-height:24px;
	
}



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

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



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

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




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

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






.cx_100 {
position: relative;
width: calc(50% - 30px);
max-width: 300px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
margin-top:30px;
}





.cx_200 {
position: relative;
width: 100%;
margin-left: 0;
margin-right: 0;
margin: 0 auto;
display: block;
margin-bottom: 60px;

}



}




@media (max-width: 700px) {


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

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

	
	.boxVideo {

    padding-bottom: 56%; 
}



.banner_home {
	
	display:none;
}


.banner_home_mobile {
	position:relative;
	object-fit:cover;
	min-height:360px;
	display:block;
	
}

.cx_texto_banner_home {
	position:absolute;
	width:100%;
	height:100%;
	top:auto;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:99999;
	

	
	
}



.texto_banner_home {
top:25%
}



.botao_seta {
	margin:0 auto;
}



.wrapper {
width:90% !important;	
}


.logo {
	margin-right:10px;
}


.texto_banner_home { 
position:relative;
max-width:500px;
margin:0 auto;
}

.texto_banner_home h3 {
	font-size:24px;
	margin-bottom:10px;
	font-weight:300;
	text-align:center;
}


.texto_banner_home h1 {
	font-size:30px;
	line-height:34px;
	margin-bottom:34px;
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
	
	width:100%;
	
}



.texto_banner_home p {
font-size:18px;
font-weight:300;
	text-align:center;
}


.col_1 {
	width:100%;
}

.col_1 img {
	display:block;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:-20px;
	z-index:1;
}

.padding_1 {
	padding-top:0px; 
	
}

.col_3 {
	width:100%;
	padding-right:0;
}

.col_3 img {
	position:relative;
	display:block;
	margin:0 auto;
	margin-bottom:0px;
	max-width:160px;
	
	
}

.barra_red {
	position:relative;
	display:block;
	width:140px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:50px;
}


.cx_texto_1 {
width:100%;	
}

.cx_texto_1 h1 {
	text-align:center;
	font-size:30px;
	line-height:30px;
	
}


.cx_texto_1 p {
	text-align:center;
	
}

.img_1 {
	display:none;
}

.img_2 {
	display:block;
	min-height:800px;
}



.img_11 {
	display:none;
	
}


.img_22 {
	display:block;
	
}





.cx_texto_2 h1 {
	text-align:center;
}


.cx_texto_2 h2 {
text-align:center;
}


.cx_texto_2 p {
text-align:center;}

.barra_azul {
	max-width:290px;
	height:10px;
	background-color:#57CFF4;
	margin-bottom:40px;
}


.saiba_mais {
	margin:0 auto;
	margin-top:30px;

}

.barra_azul {
	margin:0 auto;
	margin-bottom:30px;
}



.flex--aic2 {
	display:block;
	margin-top:20%;
	
	
	}


footer {
	
	background-image:url(images/bg-rodape-mobile.jpg);
	
	
}



.col_rodape2, .col_rodape1 {
	width:100%;
}


.col_rodape1 {
	margin-bottom:90px;
	
	
}

.col_rodape2 {
	margin-left:0px;
}



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

.cx_img_podcast img {
	display:block !important;
	margin:0 auto;
	
}


.cx_texto_podecast {
	width:100%;
	display:block !important;
	text-align:center;
}

.cx_pod {
display:block !important;
	margin:0 auto;
	width:280px;
	margin-top:20px;
}



.titulo_banners {
	
	font-size:32px;
	
}


.titulo_dados {
font-size:18px;
line-height:24px;
	
}




}



@media (max-width: 600px) {




.mobile-menu {
	
   
	width:100%;
	
}

.cx_2 {
	display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;
	-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;
}


.col_2 {
	position:relative;
	width:100%;
	height:138px;
}



.cx_1 {
	position:relative;
	width:25%;
	height:138px;
	margin-bottom:0px;

}


.col_2 .texto {
	width:75%;
	padding-left:20px;
	
	
}


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

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



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

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




.cx_100 {
position: relative;
width: 100%;
max-width: 300px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
margin-top:30px;
}


/*
.col_4 {

width:100%;
margin-bottom:30px;
margin-top:30px;
}

*/
}








@media (max-width: 500px) {





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


.col_5 {
width:100%;
}

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


.flex--aic2 {
	display:block;
	margin-top:15%;
	
	
	}


.col_evento {
position:relative;
width:100%;
margin:0 auto;
padding-right:20px;

padding-bottom:80px;
}


.cx_evento {

padding-bottom:0px;

}


.cx_evento2 {

padding-bottom:0px;

}


.linha_branca_2 {
	
	width:75%; 

}





}
