@charset "utf-8";
html, body{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

img, embed, object,video, form{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	max-width: 100%;
	border-width: 0px;
	line-height: 0px;
}
p, h1, h2, h3, h4, h5 , h6{
    margin: 0px;
}

table{
    display:block; width:auto; overflow-x: auto; white-space: normal;
}

.share_sociais {
    margin-top: 25px;
    margin-bottom: 25px;
    clear: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.acerta_flex {
    margin-left: auto;
    margin-right: auto;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    vertical-align: top;
    width: 100%;
    min-height: 200px;
}

::selection {
	background-color: #595c7d;
	color: #fff;
}
::-moz-selection {
 background: #595c7d;
color: #fff;
}
input, textarea, select {
	outline: none;
	resize: none;
}

.campoerro {
	color: #F15A53;
	font-size: 18px;
	font-family: Roboto;
	resize: none;
	border-color: #F15A53;
	border-width: 1px;
	border-style: solid;
	padding: 2px 4px;
	outline: none;
	width: 100%;
	height: 40px;
	border-radius: 10px;
}
.campoerro_textarea {
	color: #F15A53;
	font-family: Roboto;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	outline: none;
	resize: none;
	height: 120px;
	width: 100%;
	border: 1px solid #F15A53;
	border-radius: 10px;
}
.floatinputs {
    /* [disabled]max-width: 300px; */
    margin-bottom: 10px;
}
.floattextarea {
    max-width: 900px;
    clear: both;
    margin-bottom: 20px;
    width: auto;
}
.inputs {
	color: #767676;
	font-family: Roboto;
	font-size: 18px;
	padding: 2px 4px;
	outline: none;
	resize: none;
	width: 100%;
	height: 40px;
	border: 1px solid #17a0bf;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.textareas {
	color: #767676;
	font-family: Roboto;
	font-size: 18px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	outline: none;
	resize: none;
	height: 120px;
	width: 100%;
	border: 1px solid #17a0bf;
	border-radius: 10px;
}
.selects {
	color: #8f8f8f;
	font-family: OpenSans;
	font-size: 16px;
	padding: 2px 4px;
	outline: none;
	resize: none;
	width: 103%;
	height: 34px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
}

#base_formcontrato {
	margin-right: auto;
	min-height: 280px;
	clear: left;
	margin-bottom: 40px;
	max-width: 900px;
	margin-left: auto;
}
#loading {
	width: 101px;
	height: 36px;
	background-image: url(../imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
}
#bt_voltar {
	width: 118px;
	height: 40px;
	margin-top: 20px;
	clear: both;
	background-image: url(../imgs/trauma/bt_voltar_bg.png);
	background-repeat: no-repeat;
}

.avisos {
    font-size: 13px;
    color: #696D6E;
    line-height: 16px;
}
.divisas {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    background-color: #E1E1E1;
    height: 1px;
    width: 100%;
}

.aviso_big {
	font-size: 17px;
	color: #C4161C;
}
.img_direita {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #74bbd1;
}
a.linksembarra:link, a.linksembarra:visited {
    text-decoration: none;
    color: #484a5f;
}
.red {
    color: #4d5287;

}

h1 {
    line-height: 28px;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 22px;
    font-family: Nunito;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 20px;
    font-family: Nunito;
    color: #0D9ABE;
}

h3 {
    margin-bottom: 3px;
    font-size: 21px;
    font-family: Nunito;
    line-height: 20px;
}
h4 {
    font-size: 18px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    color: #0D9ABE;
}
h5 {
    color: #f7941d;
    font-size: 18px;
    font-family: Nunito;
    line-height: 20px;
    margin-bottom: 5px;
}
h6 {
    color: #17a0bf;
    margin-bottom: 5px;
    line-height: 12px;
    font-size: 15px;
    font-family: Nunito;
    text-transform: uppercase;
    margin-top: 3px;
}
.divclear {
	clear: both;
}

#menuabrefecha {
	display: none;
}


.bt_menuabre {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}
.bt_menufecha {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}
.bt_topo {
	width: 60px;
	height: 41px;
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 300px;
	display: none;
}
#topo_base {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    min-height: 130px;
    color: #767676;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
#topo_logo {
    width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#topo_realiza {
    text-align: center;
    margin-left: auto;
    margin-top: 20px;
    max-width: 320px;
    margin-right: auto;
}
#topo_faceb {
	width: 150px;
	height: 60px;
	margin-top: 30px;
	float: right;
	text-align: center;
	margin-right: 10px;
}
.topo_sociais {
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}


#menu_base {
    margin-left: 10px;
    margin-right: 10px;
}

#menu_nav {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-height: 110px;
    color: #FFFFFF;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    background-color: #595c7d;
    border-radius: 20px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.bt_menu {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	float: left;
	min-height: 44px;
	background-image: url(../imgs/bg_submenu.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
.bt_menu_semseta {
    padding-left: 6px;
    padding-right: 6px;
    float: left;
    min-height: 34px;
    position: relative;
    cursor: pointer;
}
.bt_menu a, .bt_menu_semseta a {
    text-decoration: none;
    color: #FFFFFF;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bt_menu:hover {
	background-image: url(../imgs/bg_submenu_hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #c4161c;
}

.bt_menu_semseta:hover a {
    color: #74bbd1;
}

.submenus {
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	z-index: 2000;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 20px;
	font-family: Poppins;
	color: #15b7db;
	border-bottom: 1px solid #15b7db;
	border-top: 2px solid #FFFFFF;
	max-width: 260px;
}
.submenus ul {
	list-style: url(../imgs/bullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -20px;
	position: relative;
}
.submenus ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 10px;
}

.submenus ul li a:link, .submenus ul li a:visited {
	color: #15b7db;
	text-decoration: none;
}

.submenus ul li a:hover, .submenus ul li a:active {
	color: #c4161c;
	text-decoration: none;
}

#base_destaques {
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 1px;
	position: relative;
	margin-bottom: -1px;
}
.box_destaques {
    background-repeat: no-repeat;
    background-size: contain;
    /* [disabled]min-height: 870px; */
    padding-top: 1px;
    max-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 59;
    background-position: center center;
}


#seta_anterior {
	width: 48px;
	height: 48px;
	background-image: url(../imgs/seta_esq_branca.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 45%;
	z-index: 999;
	cursor: pointer;
	display: none;
}
#seta_proximo {
	width: 48px;
	height: 48px;
	background-image: url(../imgs/seta_dir_branca.png);
	background-repeat: no-repeat;
	z-index: 999;
	position: absolute;
	top: 45%;
	right: 10px;
	cursor: pointer;
	display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}
#base_tematica {
	background-image: url(../imgs/bg_tematica.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1px;
	margin-bottom: 50px;
	background-position: center center;
}
#tematica_conteudo {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-family: Roboto;
	font-size: 19px;
	color: #FFFFFF;
	margin-top: 25px;
	text-align: center;
	min-height: 240px;
	line-height: 25px;
}
#tematica_esq {
	width: 430px;
	float: left;
	text-align: right;
	padding-right: 20px;
	border-right: 1px dotted #FFFFFF;
	margin-left: 70px;
	margin-top: 20px;
}

#box_publico {
	padding-top: 75px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(6,141,161,1.00);
	border-radius: 15px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-image: url(../imgs/ico_publico.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#tematica_dir {
	width: 430px;
	float: left;
	text-align: left;
	padding-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

.divide_meio {
	width: 47%;
	float: left;
	margin-right: 30px;
}

#box_palavra {
    /* [disabled]height: 330px; */
    color: #4D4D4D;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

#palavra_imagens {

}
#box_palavra p {
	margin-bottom: 15px;
}
.box_palavra_foto   {
    width: 180px;
    text-align: center;
    margin-left: auto;
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 13px;
    margin-right: auto;
}
.box_palavra_foto img {
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #74BBD1;
}

#bt_saiba_sobre {
    margin-top: 20px;
    text-align: center;
    font-family: Nunito;
    font-size: 22px;
    /* [disabled]display: inline; */
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 3px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    border: 1px solid #595c7d;
    font-weight: bold;
    background-color: #595c7d;
}
#bt_enviar {
    margin-top: 20px;
    text-align: center;
    font-family: Nunito;
    font-size: 22px;
    display: table;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    background-color: #595c7d;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
}
.bt_saiba_mais {
    margin-top: 20px;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 8px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    border: 1px solid #595c7d;
    font-weight: bold;
    background-color: #595c7d;
    height: 40px;
}
.bt_inscricao_etc {
    margin-top: 20px;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    display: table;
    text-decoration: none;
    color: #FFFFFF !important;
    vertical-align: middle;
    padding-top: 8px;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    border: 1px solid #595c7d;
    font-weight: bold;
    background-color: #595c7d;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
}
#local_home_base {
    min-height: 220px;
    background-color: #f3f3f3;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
#local_home_conteudo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    color: #494949;
    min-height: 200px;
    font-family: Nunito;
    font-size: 16px;
    line-height: 20px;
}
.local_home_boxes {
    width: 290px;
    min-height: 130px;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
    margin-left: auto;
}
.local_home_boxes img {
	border-radius: 15px;
}







#base_conteudo {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #4D4D4D;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#base_conteudo_interno {
    max-width: 1080px;
    margin-top: 20px;
    color: #4D4D4D;
    line-height: 22px;
    font-size: 15px;
    font-family: Roboto;
    margin-left: 15px;
    margin-right: 15px;
}
#base_conteudo_interno p {
    margin-bottom: 10px;
}
#base_conteudo_interno p a {
    /* [disabled]color: #0D9ABE; */
    text-decoration: none;
}

#base_conteudo_interno ul li {
	list-style: url(../imgs/bullet.png);
	margin-bottom: 10px;
}
.box_convidados {
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}
.box_convidados img {
    border-radius: 60px;
    margin-bottom: 15px;
    border: 1px solid #74BBD1;
}



.tabela_programa {
    font-size: 14px;
    line-height: 17px;
    font-family: Nunito;
    border-radius: 20px;
}
.linhas_tabela_programa {
	border-bottom: 1px solid #A2A2A2;
}
#base_mapas {
    width: auto;
    height: 450px;
    position: relative;
}




#contato_form {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.box_contato {
    margin-bottom: 30px;
}


.palestrantes_base {
	width: 220px;
	min-height: 310px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 17px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	line-height: 17px;
}


.celulas01 {
    background-color: #595c7d;
    color: #F5F5F5;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
}
.celulas02 {
    background-color: #D6DEE3;
    color: #2D2D2D;
    border-radius: 10px;
}
.celulas03 {
    background-color: #74bbd1;
    color: #2D2D2D;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    text-align: center;
}



.base_logos {
    min-height: 95px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #595D7D;
    font-family: Nunito;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.box_logos {
    /* [disabled]float: left; */
    min-width: 170px;
    /* [disabled]min-height: 100px; */
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    /* [disabled]margin-top: 15px; */
}


#bcurtir_home {
    width: 450px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 30px auto;
    clear: both;
}




.blocos_logos_apoio {
    min-height: 100px;
    text-align: center;
    width: auto;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 15px;
    margin-left: 15px;
}
.acerta_patr {
    vertical-align: middle;
    width: auto;
    /* [disabled]padding-top: 5%; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#rodape_base {
    padding-top: 1px;
    background-color: #f3f3f3;
    font-family: Poppins;
    color: #898994;
    font-size: 16px;
    border-top: 1px solid #74BBD1;
    padding-bottom: 20px;
}
#rodape_conteudo {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 80px;
    max-width: 1080px;
    padding-right: 10px;
    padding-left: 10px;
}
#rodape_logo {
    width: 209px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#rodape_sociais {
	width: 135px;
	height: 60px;
	float: left;
	margin-left: 260px;
	margin-top: 10px;
	text-align: center;
}
.bt_sociais {
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

#aassinatura {
    width: 117px;
    height: 31px;
    margin-right: auto;
    margin-top: 20px;
    margin-left: auto;
}
