@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(fonts/stylesheet.css);


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog2 {
  background:transparent; 
  width:600px;
  margin:0 auto;
  margin-top:-220px;
}

.close {
    display: block;
    text-align: right;
    padding: 10px;
    background: none repeat scroll 0% 0% #3E0339;
    border: 0px none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;}


/* janela modal css */
#mask {
 
  position:absolute;
  left:0;
  top:0;
  z-index:9998;
  background-color:#000; 
  width: 100% !important;
}

#boxes input {

	border-radius: 0;
	text-transform: uppercase;
	position: absolute;
	height: 30px;
	right: 72px;
	top: -25px;
	width: 30px;
	padding: 0;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog2 {
  background:transparent; 
  width:652px;
  margin:0 auto;
  margin-top:-15px;
}

.close {
	display:block; 
	text-align:center;
	padding: 10px;
	background: #61cae1;
	border: 0;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 5px;
	cursor:pointer;
}

.close:hover {opacity:0.9;}

/* PG UNICAM */
.busca-mapa {
	background: #FFF;
	border-radius: 20px;
	width: 100%;
	height: auto;
	display: block;
	margin:15px 0 30px 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(188, 188, 188, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(188, 188, 188, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(188, 188, 188, 0.75);
	overflow: hidden;
}

.busca-mapa span {
	font-size: 14px;
	color: #004761;
	font-weight: 700;
	padding: 20px;
	margin: 0;
	display: block;
}

.busca-mapa div {
	width: 30%;
	display: block;
	margin: 0px;
	padding: 0 0 0 20px;
	float: left;
}

.busca-mapa label {
	font-size: 14px;
	color: #004761;
	font-weight: 500;
	display: block;
	margin: 0;
	padding-bottom: 15px; 
}

.bt-buscar {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	height: 57px;
	text-align: center;
	margin: 34px auto;
	border: none;
	background: #5ccae3;
	padding: 0;
	font-weight: 500;
	border-radius: 20px;
	cursor: pointer;
}

.bt-buscar:hover {
    color: #FFF;
    background-color: #4bb8d1;
    /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}

#pin {
	width: 28px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.gm-style .gm-style-iw {
	display: inline-block;
	vertical-align: middle;
}


/* FORM INSCRICAO */
.p-curso {
	color: #6a6a6a;
	line-height: 0;
	font-size: 24px;
	padding: 20px 0 20px 0;
}

.dados {
	padding: 10px 0px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #004761;
	font-family: "Open Sans";
}

#forminscricao {
	position: relative;
}

#forminscricao .col1 {
	float: left;
	width: 48%;
	padding-right: 15px;
}

#forminscricao .col2 {
	float: left;
	width: 48%;
	padding-left: 15px;
}

.color-red {
	color: #ff6969;
}
/* FORM INSCRICAO */

/* VALIDACAO */
#error { 
  position: absolute;
  padding: 2px;
  background: #EF5F5F;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  font-weight: 400px;
  display: none;
}

#sucesso {
  position: absolute;
  padding: 2px;
  background: #99CA46;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  bottom: -32px;
  right: 0;
  text-align: center;
  border-radius: 2px;
  font-weight: 400px;
  width: 100%;
  display: none;
}

#erro-envio {
  position: absolute;
  padding: 2px;
  background: #EF5F5F;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  bottom: -32px;
  right: 0;
  text-align: center;
  border-radius: 2px;
  font-weight: 400px;
  width: 100%;
  display: none;
}

.ok_msg {
  padding: 2px;
  background: #99CA46;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  font-weight: 400px;
  width: 100%;
}
/* VALIDACAO */


body, html {
	margin: 0;
	padding: 0;
	font-family: "Open Sans" ;
	font-size: 14px;
	width:100%;
	background-image: url("../_img/bgall.jpg");
	background-size: cover;
	background-repeat: none;
	background-attachment: fixed;
}

a {
		color: #61cae1;
	text-decoration: underline;
	font-weight: 700;
}
h1 {
	font-weight: 400;
	color: #004761;
	font-size: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	color: #6a6a6a;
	line-height: 24px;
}
hr {
	border-top: 1px solid #d1e3ea;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
input {
	  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  height: 20px;
  
	  padding: 3%;
  
	  width: 94%;
  border: 1px solid #aab2bd;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
textarea {
	  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  height: 20px;
  
	  padding: 3%;
  
	  width: 94%;
	  height: 150px;
  border: 1px solid #aab2bd;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans"
}
input.botao {
	margin: 8px;
	background-color: #61cae1;
	color: #fff;
	text-align: center;
	height: inherit;
	width: inherit;
	display: block;
	margin: auto;
	cursor: pointer
}
input.botao2 {
	padding: 10px 50px 10px 20px;
	border: 1px solid #aab2bd;
	width: initial;
	height: initial;
	background-color: #fff;
	background-image: url("../_img/arrow_bt.png");
	background-repeat: no-repeat;
	background-position: right;
	margin: auto;
	font-weight: 700;
	color: #004761;
	font-size: 22px;
	display: block;
	cursor: pointer
}

*:focus {
    outline: 0;
}



#top_box {
	width: 100%;
	height: 26px;
	padding-top: 4px;
	background-color: #002d3e;

}
#top_box a {
	color: #fff;
	font-size: 11px;
	/* margin-left: 20px; */
	font-weight: 400;
}


#top_menu {
	width: 50%;
	float: left;
	margin-top: 2px;
}
#top_menu img {
	margin-right: 5px;
}







#top_menu ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0}

#top_menu ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:0 15px;
	font-weight: 400;
}

#top_menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0}

#top_menu ul li.current-menu-item
{
	background:#ddd
}

#top_menu ul li:hover
{
	background:none;
}

#top_menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#002d3e;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	width:170px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	z-index: 4;
}

#top_menu ul ul li
{
	float:none;
	width:130px;
	/* height:20px; */
	text-align:left;
	padding:3px;
	margin-top:0px;
}

#top_menu ul ul a
{
	line-height:100%;
	padding:5px 5px 5px 5px;
	margin-left:10px;
	margin-top:0px;
	display: block;
	width: 100%;
	font-size:12px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 300;
}
#top_menu ul ul a:hover
{
	background-color:#1a7496;

}

#top_menu ul ul ul
{
	top:0;
	left:100%
}

#top_menu ul li:hover > ul
{
	display:block
}






#search_bar {
	float: right;
	width: 50%;
	height: 30px;
	text-align: right;
}
#search_bar input {
  background-color: #004761;
  color: #fff;
  font-size: 11px;
  padding-left: 30px;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 0px solid #800000;
  width: 200px;
  height: 18px;
  background-image: url("../_img/header/search.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  margin: 0;
}
#search_bar img {
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}
#middle_box {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	height: 80px;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #fff;
	margin: auto;

}

#ad_top {
	width:570px;
	height: 80px;
	background-color: #3e3e3e;
	float: right;
}

#main_nav {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	height: 53px;
	background-color: #004761;
	margin: auto;

}













#main_nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;

	width: 100%;
}

#main_nav ul a
{
	/* display:block; */
	color:#fff;
	text-decoration:none;
	font-size:13px;
	/* line-height:32px; */
	/* padding:0 15px; */
	/* width:14%; */
	font-weight: 400;
}

#main_nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 14%;
	height: 38px;
	padding-top: 15px;
	text-align: center;
}

#main_nav ul li.current-menu-item
{
	background:#1a7496;
}

#main_nav ul li:hover
{
	background:#1a7496;
}

#main_nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#002d3e;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	width:200px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	z-index: 100;
}

#main_nav ul ul li
{
	float:none;
	width:165px;
	height:20px;
	text-align:left;
	padding:3px;
	margin-top:0px;

}
#main_nav ul ul li:hover {
	background: #002d3e;

}


#main_nav ul ul a
{
	line-height:100%;
	padding:5px 5px 5px 5px;
	margin-left:10px;
	margin-top:0px;

	display: block;
	width: 100%;
	font-size:12px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main_nav ul ul a:hover
{
	background-color:#1a7496;

}


#main_nav ul ul ul
{
	top:0;
	left:100%;
	background:#004761;
}
#main_nav ul ul ul li:hover {
	background: #004761;

}
#main_nav ul li:hover > ul
{
	display:block
}








/*
#main_nav a {
	width: 14%;
	height: 38px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	padding-top: 15px;
	font-size: 13px;
}
#main_nav a:hover {
	background-color: #1a7496;
}

*/
#box_content {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	margin: auto;
}


.c2_1 {
	width:48%;
	margin-right: 4%;
	float:left;

}
.c2_2 {
	width:48%;
	float: left;

}
.c22_1 {
	width:65%;
	margin-right: 5%;
	float:left;

}
.c22_2 {
	width:30%;
	float: left;

}
.c1 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


footer {
	width: 100%;
	background-color: #002d3e;
	height: 170px;
	float: left;
}
footer a {
	font-size: 11px;
	color: #61cae1;
	line-height: 30px;
	text-decoration: none;
	font-weight: 300;
}
footer a:hover {
	color: #fff;
}
#footer_c1 {
	width:30%;
	height: 145px;
	margin-top: 15px;
	float: left;
}
#footer_c2 {
	width:30%;
	height: 145px;
	margin-top: 15px;
	float: left;
	color: #fff;
	font-size: 12px;
}
#footer_c3 {
	width:20%;
	height: 145px;
	margin-top: 15px;
	float: left;
}
#footer_c4 {
	width:20%;
	height: 145px;
	margin-top: 15px;
	float: left;
}
#bicho_line {
	border-top: 2px solid #004761;
	text-align: right;
	width: 100%;
	float: left;
	padding-top: 5px;
}
.wrapper {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	margin: auto;
}
.cclear {
	clear: both;
}
.topoimg {
	width: 100%;
	margin-bottom: 30px;
}

#anunciantesBox {
	padding: 50px;
}
#logIn {
	padding: 50px;
	text-align: center;
}
#logIn input {
	text-align: center;
}
#logIn img {
	  width: 100%;
  margin-bottom: 20px;
  max-width: 251px;
}
.m_menu {
	display: none;
}
#menu_mobile {
	display: none;
}
.belt {
    margin-top: 20px;

    border-top: 2px solid #E4F6FD;
    padding-top: 20px;
    float: left;
}
.belt a {
    display: block;
    width: 143px;
    height: 178px;
    float: left;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    margin-right: 46px;
    padding-left: 35px;
    text-decoration: none;
}
.belt a span {
	float: left;
}

/* IMPRENSA */
.titulo_imprensa {margin-bottom: 0; color: #004761;}
.texto_imprensa {margin-top: 0; margin-bottom: 0;}
.contato_imprensa {display: inline-block; margin-bottom: 0; margin-right: 10px;}
.mail_imprensa {margin-bottom: 0; display: inline-block;}
.veja_mais_imprensa {margin-left: 10px; font-size: 13px; text-decoration: none;}















