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

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

}
.share_sociais {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    color: #01a4a4;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
}
.img_esquerda {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.img_direita {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

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

.textovertical{
    transform: rotate(270deg)
}

::selection {
    background-color: #0d9abe;
    color: #fff;
}

.textoGreen {
    color: #3a8c5b
}

.textoBranco {
    color: #FFFFFF;
}

.center {
	text-align: center;
}

::-moz-selection {
 background: #8a9aa6;
color: #fff;
}
.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;
    /* [disabled]align-items: stretch; */
    margin-top: 20px;
    vertical-align: top;
    width: 100%;
    min-height: 200px;
}
#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;
    left: 60px;
}
#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: 60px;
    cursor: pointer;
    display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}

.contato_mapa {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    line-height: 0px;
    position: relative;
    height: 450px;
}

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-right: 4px;
	padding-left: 4px;
	outline: none;
	width: 100%;
	height: 38px;
	border-radius: 10px;
}
.campoerro_select {
	color: #F15A53;
	font-size: 18px;
	font-family: Roboto;
	resize: none;
	border-color: #F15A53;
	border-width: 1px;
	border-style: solid;
	padding-right: 4px;
	padding-left: 4px;
	outline: none;
	width: 103%;
	height: 40px;
	border-radius: 10px;
}
.campoerro_textarea {
	color: #F15A53;
	font-family: Roboto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	outline: none;
	resize: none;
	height: 120px;
	width: 100%;
	border: 1px solid #F15A53;
	font-size: 18px;
	border-radius: 10px;
}

.floatinputs {
    /* [disabled]max-width: 300px; */
    margin-bottom: 10px;
}
.floatinputs_busca {
	float: left;
	/* [disabled]max-width: 300px; */
	margin-right: 20px;
	width: 340px;
	margin-bottom: 10px;
}
.floattextarea {
    max-width: 900px;
    clear: both;
    margin-bottom: 20px;
}

.inputs {
    color: #767676;
    font-family: Roboto;
    font-size: 18px;
    padding: 0px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 38px;
    border: 1px solid #01a4a4;
    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 #01a4a4;
    border-radius: 10px;
}
.selects {
	color: #767676;
	font-family: Roboto;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 4px;
	outline: none;
	resize: none;
	width: 103%;
	height: 40px;
	border: 1px solid #22737b;
	background-color: #FFFFFF;
	border-radius: 10px;
}

#base_formcontrato {
    margin-right: auto;
    clear: left;
    margin-bottom: 40px;
    max-width: 760px;
    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;
}
#menuabrefecha {
    /* [disabled]display: none; */
}


.bt_menuabre {
    height: 40px;
    background-color: #FFFFFF;
    /* [disabled]display: none; */
    text-align: center;
}
.bt_menufecha {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}

.avisos {
    font-size: 14px;
    line-height: 19px;
}

a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #01A4A4;
    font-weight: bold;
}
a.linkprivacidade:link, a.linkprivacidade:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.linksembarra:link, a.linksembarra:visited {
    text-decoration: none;
    color: #555555;
}

#rodape_base a:link, #rodape_base a:visited {
    text-decoration: none;
    color: #848484;
}
h1 {
    font-size: 28px;
    font-family: "Roboto Slab";
    margin-bottom: 6px;
    line-height: 30px;
    font-weight: normal;
}
h2 {
    font-size: 28px;
    font-family: Roboto;
    color: #0d9abe;
    font-weight: 500;
    line-height: 36px;
}

h3 {
    color: #08A39A;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Roboto Slab";
    font-weight: normal;
}
h4 {
    color: #0d9abe;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    margin-top: 5px;
}
h5 {
    color: #0D9ABE;
    font-size: 18px;
    font-family: "Roboto Slab";
    line-height: 22px;
}
h6 {
    color: #5fadc4;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: Roboto;
    margin-top: 5px;
    font-weight: bold;
}
.divclear {
	clear: both;
}
.base_busca {
    height: 40px;
    margin-top: 20px;
    text-align: center;
    font-family: "Roboto Slab";
    color: #01A4A4;
    margin-left: 10px;
    margin-right: 10px;
}

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

.texto_dinamico p{
	margin-bottom: 15px;
}
.texto_dinamico a{
	margin-bottom: 15px;
	text-decoration: none;
	color: #22737B;
	font-weight: bold;
}

.bt_topo {
	width: 60px;
	height: 41px;
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 300px;
	display: none;
}
#topo_base {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0;
    box-shadow: 0px 0;
    padding-top: 1px;
}
#topo_conteudo {
    margin-left: auto;
    margin-right: auto;
    /* [disabled]min-height: 140px; */
    max-width: 1060px;
}
#topo_logo {
    width: 125px;
    height: 125px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
}
#topo_textos {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #535459;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#topo_logo_escola {
    width: 69px;
    height: 78px;
    float: left;
    margin-left: 26%;
    margin-top: 5px;
}
#topo_logo_unifesp {
    width: 121px;
    height: 70px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}
#topo_bandeiras {
    width: 90px;
    height: 30px;
    margin-left: auto;
    margin-top: 25px;
    margin-right: auto;
    clear: both;
    text-align: center;
}
#topo_bandeiras img {
    margin-left: 5px;
}




#topo_base_sociais {
    width: 80px;
    height: 60px;
    color: #01a4a4;
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.topo_sociais {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    float: left;
    margin-top: 5px;
    margin-left: 4px;
}
#menu_nav {
    min-height: 50px;
    border-top: 1px dashed #a1a1a1;
    padding-top: 15px;
    /* [disabled]width: 100%; */
    clear: both;
    display: none;
}
.bt_menu {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    color: #017171;
    font-family: Roboto;
    font-size: 14px;
    min-height: 35px;
    background-image: url(../imgs/bg_submenu.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.bt_menu_semseta {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #017171;
    font-family: Roboto;
    font-size: 14px;
    min-height: 35px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.bt_menu a, .bt_menu_semseta a {
    text-decoration: none;
    color: #017171;
}

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

.bt_menu_semseta:hover a {
    color: #31b5b5;
}

.submenus {
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    z-index: 2000;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-family: Roboto;
    color: #017171;
    border-bottom: 2px solid #01a4a4;
    border-top: 2px solid #FFFFFF;
    font-weight: 400;
    width: 90%;
}
.submenus ul {
    /* [disabled]list-style-image: url(../imgs/bullet.png); */
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -20px;
    position: relative;
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
}
.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: #017171;
    text-decoration: none;
}

.submenus ul li a:hover, .submenus ul li a:active {
    color: #31b5b5;
    text-decoration: none;
}
#destaques_base {
    margin-bottom: 50px;
    height: 200px;
    background-image: url(../imgs/banner_inicial.jpg);
    background-position: 30% center;
    background-size: cover;
}
#home_bemvindo_base {
    font-family: Roboto;
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}
#home_bemvindo_texto {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.home_bemvindo_quadros {
    width: 180px;
    text-align: center;
    color: #31b5b5;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid #f18d05;
    border-radius: 20px;
    margin-top: 10px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
}
.home_bemvindo_quadros_titulo {
    color: #f18d05;
    font-size: 22px;
    font-weight: bold;
}

.bt_bemvindo {
    /* [disabled]width: 95px; */
    height: 34px;
    background-color: #31b5b5;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 6px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#conteudo_base {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
#home_important_base {
    background-image: url(../imgs/bg_important.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 1px;
    margin-bottom: 40px;
    background-color: #E8E9EB;
    padding-bottom: 20px;
}
#home_important_conteudo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
.home_important_quadros {
    width: 160px;
    height: 190px;
    text-align: center;
    color: #115364;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    border: 2px solid #01a4a4;
    border-radius: 20px;
    margin-top: 10px;
    line-height: 18px;
    background-color: #FFFFFF;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 20px;
}
.home_important_quadros strong {
    font-size: 22px;
}
.home_important_plus {
    width: 34px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
#home_abouts_conteudo {
    min-height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.home_about_boxes {
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#novidades_titulo {
    background-image: url(../imgs/ico_noticias.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    text-align: center;
}
#eventos_titulo {
    background-image: url(../imgs/ico_eventos.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    text-align: center;
}

.box_home_noticias {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 390px;
    float: left;
    margin-left: 8px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    /* [disabled]font-weight: bold; */
    /* [disabled]display: inline-block; */
    position: relative;
    vertical-align: top;
    font-family: Roboto;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 4px #E0E0E0;
    box-shadow: 0px 0px 5px 4px #E0E0E0;
    padding-bottom: 30px;
}
.publi_boxes {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 450px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    /* [disabled]font-weight: bold; */
    /* [disabled]display: inline-block; */
    position: relative;
    vertical-align: top;
    font-family: Roboto;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 4px #E0E0E0;
    box-shadow: 0px 0px 5px 4px #E0E0E0;
    padding-bottom: 30px;
}
.box_home_texto   {
    text-decoration: none;
    /* [disabled]color: #4b4b4b; */
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
}
.box_home_data {
    color: #545454;
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
}
.box_noticias_foto {
    margin-right: auto;
    width: 230px;
    line-height: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    height: 170px;
    text-align: center;
    vertical-align: top;
}
.publi_foto {
    margin-right: auto;
    width: 250px;
    line-height: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    height: 330px;
    text-align: center;
    vertical-align: top;
}
.box_noticias_foto img, .publi_foto img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#eventos_home_conteudo {
    max-width: 1100px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.box_home_eventos {
    width: 240px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    vertical-align: top;
    font-family: Roboto;
    border-radius: 15px;
    background-color: #f1f1f1;
    min-height: 180px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.box_eventos_data {
    color: #454545;
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    /* [disabled]width: 90px; */
    text-align: center;
}
.box_eventos_texto   {
    text-decoration: none;
    color: #545454;
    margin-left: 10px;
    line-height: 18px;
    /* [disabled]width: 280px; */
    max-width: 250px;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}
#bt_maiseventos_home {
    /* [disabled]width: 120px; */
    height: 38px;
    background-repeat: no-repeat;
    background-color: #017171;
    background-position: right center;
    padding-left: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 36px;
    padding-right: 35px;
    background-image: url(../imgs/seta_branca_maior.png);
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    clear: left;
}
#bt_maisnoticias_home {
    /* [disabled]width: 120px; */
    height: 38px;
    background-repeat: no-repeat;
    background-color: #017171;
    background-position: right center;
    padding-left: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 36px;
    padding-right: 35px;
    background-image: url(../imgs/seta_branca_maior.png);
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    clear: both;
}

#bt_enviar {
    /* [disabled]width: 120px; */
    height: 38px;
    background-repeat: no-repeat;
    background-color: #0d9abe;
    background-image: url(../imgs/bg_bt_enviar.png);
    background-position: right center;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 5px;
    line-height: 36px;
    margin-right: auto;
    padding-right: 35px;
    clear: both;
    margin-left: auto;
}
.bt_lattes {
    /* [disabled]width: 120px; */
    height: 26px;
    background-repeat: no-repeat;
    background-color: #0d9abe;
    background-image: url(../imgs/lattes.png);
    background-position: right center;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    line-height: 22px;
    padding-right: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bt_email {
    /* [disabled]width: 120px; */
    height: 26px;
    background-repeat: no-repeat;
    background-color: #0d9abe;
    background-image: url(../imgs/ico_mail.png);
    background-position: right center;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    line-height: 22px;
    padding-right: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bt_prodmais {
    /* [disabled]width: 120px; */
    height: 26px;
    background-color: #0d9abe;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Slab";
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    line-height: 22px;
    padding-right: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../imgs/prodmais.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#bt_voltar {
    width: 70px;
    height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(../imgs/bg_voltar.png);
    background-repeat: no-repeat;
    background-color: #0d9abe;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 20px;
    display: table;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 6px;
    padding-top: 4px;
    clear: both;
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-position: 5px center;
    font-weight: 500;
}
.bt_leiamais {
    width: 98px;
    height: 22px;
    background-color: #31b5b5;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 17px;
    /* [disabled]display: inline-block; */
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-weight: 500;
    position: absolute;
    right: 23%;
    bottom: -15px;
    margin-top: 20px;
    background-image: url(../imgs/seta_geral.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.bt_leiamais_eventos {
    width: 110px;
    height: 22px;
    background-color: #31b5b5;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 18px;
    /* [disabled]display: inline-block; */
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-weight: 500;
    position: absolute;
    right: 40px;
    bottom: -15px;
    margin-top: 20px;
    background-image: url(../imgs/seta_geral.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: auto;
    margin-right: auto;
}

.header_interno {
    height: 120px;
    padding-top: 1px;
    background-image: url(../imgs/bg_header.jpg);
    background-position: center center;
}
.header_interno_titulo {
    min-height: 26px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.conteudo_interno {
    max-width: 1100px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: Roboto;
    color: #4A4A4A;
    font-size: 15px;
    line-height: 20px;
    min-height: 250px;
    margin-left: 15px;
    margin-right: 15px;
}
.conteudo_interno p {
    margin-bottom: 20px;
}


.conteudo_interno ul {
	margin-top: 10px;
	margin-left: -15px;
	list-style-image: url(../imgs/bullet_internas01.png);
}
.conteudo_interno ul li{
    list-style: url(../imgs/bullet_internas01.png);
    margin-top: 5px;
    text-align: left;
}
.conteudo_imgs {
    width: 330px;
    min-height: 160px;
    float: left;
}
.steps_boxes {
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
}
.steps_step {
    width: 120px;
    height: 120px;
    margin-right: auto;
    background-color: #01A4A4;
    border-radius: 80px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Roboto Slab";
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    margin-left: auto;
}
.steps_textos {
    margin-top: 20px;
    max-width: 550px;
}
.orienta_boxes {
    width: 230px;
    min-height: 350px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.orienta_boxes img {
    border: 2px solid #D4D4D4;
    border-radius: 50px;
}


.tabela_header {
    background-color: #017171;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.tabela_celula02 {
    background-color: #DBE7E7;
    border-radius: 10px;
}

.box_editais {
	min-height: 180px;
	margin-top: 15px;
	padding-bottom: 20px;
	border: 1px solid #D4D4D4;
	margin-bottom: 25px;
	width: 335px;
	display: inline-block;
	border-radius: 20px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bt_downloadProva {
    width: 100px;
    height: 24px;
    background-color: #0d9abe;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 18px;
    /* [disabled]display: table; */
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 6px;
    padding-top: 5px;
    clear: both;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-left: auto;
    background-image: url(../imgs/ico_download.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    position: absolute;
    bottom: -10px;
    margin-right: auto;
    right: 25%;
}

.divide_meio {

}
.timeline_blocos {
    width: 31%;
    float: left;
    margin-right: 25px;
}


.boxes_news {
	min-height: 90px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px dotted #22737B;
}

.noticia_imagem {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 0px;
    min-width: 250px;
    /* [disabled]max-width: 760px; */
    width: auto;
    /* [disabled]display: table; */
    clear: both;
}
.noticia_legenda {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
#rodape {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: Roboto;
    font-size: 15px;
    color: #848484;
    min-height: 180px;
    font-weight: normal;
    line-height: 20px;
}
#rodape_base {
    min-height: 210px;
    padding-top: 1px;
}

#rodape_logo {
    width: 129px;
    height: 129px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
}
#rodape_endereco {
    min-width: 210px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}
#rodape_sociais {
    width: 85px;
    margin-top: 10px;
    color: #01a4a4;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
}
#rodape_telefone {
    width: 290px;
    background-image: url(../imgs/rdp_ico_telefone.png);
    height: 27px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    padding-top: 2px;
}
#rodape_endereco_txt {
    width: 290px;
    background-image: url(../imgs/rdp_ico_endereco.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 16px;
    padding-top: 2px;
    background-position: 0% 30px;
}
#rodape_horarios {
    width: 290px;
    background-image: url(../imgs/rdp_ico_horarios.png);
    height: 27px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 2px;
}
#rodape_logo_escola {
    width: 90px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#rodape_logo_unifesp {
    width: 136px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


.rodape_box_face {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
#rodape_base_copy {
    background-color: #5fadc4;
    padding-top: 1px;
    font-family: Roboto;
    color: #d5d5d5;
    font-size: 14px;
    padding-bottom: 20px;
}
#rodape_conteudo_copy {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
#rodape_copyrights {
    /* [disabled]width: 360px; */
    color: #FFFFFF;
    font-size: 14px;
    clear: left;
    text-align: center;
}
#assinatura_an {
    width: 120px;
    height: 32px;
    background-image: url(../imgs/rdp_assinatura_bg.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
