/* Footer Css */

.footer-menu > div > ul > li > a {
	font-size: 10pt;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    height: 30px;
	background-color:transparent!important;
}

.footer-menu a:hover {

}

/* Flex content */

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.flex-center {
	display: flex;
	justify-content: center;
}

/* Noticias Mestrado e Doutorado */ 

.noticia-mestrado {
	color:green;
}

.noticia-doutorado {
	color:red;
}

.btn-noticia {
	border-radius: 20px;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

/* SubMenu Fix */

.sub-menu .sub-menu {
	margin-left:70%!important;
	margin-top: -10%!important;
}

@media only screen and (max-width: 980px) {
	 .sub-menu .sub-menu {
		margin-left:0px!important;
		margin-top:0px!important;
	}
}

/* Menu Ul Fix */

ul.dropdown-menu.sub-menu.depth_1 {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    left: 70%;
    top: 0;
}


/* Overwriting bootstrap */

*, ::after, ::before {
    box-sizing: content-box!important;
}

.btn {
	padding: 4px 12px!important;
	font-size: 14px!important;
}
/* Style */

body {
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size: 14px!important;
	line-height: 1.5em!important;
}
a {
	color: #44a1c0;
	text-decoration: none;
}
a:hover {
	color: #44a1c0;
	text-decoration: underline;
}
hr.divider {
	border: 0;
	height: 0;
	border-top: 1px solid #c8c6c8;
	clear: both;
}
br.clear {
	clear: both;
}
#wrapper {
	max-width: 960px;
	width: 86%;
}
#top-search {
	background-color: #777;
	border-top: 5px solid #434343;
	text-align: right;
	width: 100%;
}
#top-search form {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}
#top-search form input[type="text"],
#top-search form select {
	margin-top: 0!important;
	padding: 0 6px!important;
	font-size: 10.5px!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
}
#top-search form select {
	height: 20px;
	line-height: 20px;
}
.top {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
	height: 88px;
	position: fixed;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.top .inner-top {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
}
.top .logo {
	float: left;
	border-right: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	height: 78px;
}
.top .logo a {
	display: block;
}
#wrapper {
	padding-top: 115px;
}
.menu-top-menu-container {
	float: right;
}
#menu,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	float: right;
	font-size: 0.9em;
	font-weight: 500;
	height: 65px;
	margin-top: 15px;
	width: 100%;
}
#menu > li {
	float: left;
	max-width: 120px;
	min-width: 80px;
	line-height: 15px;
}
#menu .futuro-estudante { width: 80px; }
#menu .pos-graduacao { width: 70px; }
#menu .nit { width: 120px; }
#menu .cursos-de-extensao { width: 60px; }
#menu .departamento { position: relative; width: 60px; }
#menu li a {
	border-bottom: 10px solid #fff;
	color: #00A3E1;
    display: table-cell;
	vertical-align: middle;
	height: 63px;
	padding: 0 10px;
}
#menu .departamento a { padding: 0 30px; }
#menu li.current-menu-item a {
	border-bottom: 10px solid #00A3E1;
	color: #757575;
}
#menu li.current-menu-ancestor a {
	border-bottom: 10px solid #00A3E1;
	color: #757575;
}
#menu li a:hover {
	color: #757575;
	border-bottom: 10px solid #00A3E1;
	text-decoration: none;
}
/* Submenu Classes */
#menu li a:hover > ul.sub-menu,
#menu li:hover > ul.sub-menu {
	display: block;
}
#menu ul.sub-menu {
	display: none;
	font-size: 1em !important;
	height: auto;
    position: absolute;
    padding: 20px 10px 10px;
    z-index: 999999999;
	border: 5px solid rgba(125, 125, 125, 0.1);
	border-top: 1px solid #00A3E1;
	background-color: #fff;
	margin: 0 0 0 -3px;
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
					
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
#menu ul.sub-menu li {
	display: block;
    /*float: left !important;*/
    margin-left: 7px !important;
    padding: 3px 0 3px 0 !important;
	/*width: 45%;*/
    text-align: left !important;
}
#menu ul.sub-menu li a {
    border-bottom: 0;
	color: #00506d !important;
	display: block;
	font-weight: normal;
	height: auto;
	line-height: 1em;
	padding-bottom: 5px;
    text-transform: none !important;
}
#menu ul.sub-menu li a:hover{
    color: #39a1be !important;
    text-decoration: none;
    border-bottom: 0;
}
#closearea{display: none;}
/* Video Header Styles */
.video-header {
	margin-bottom: 20px;
}
.video-header iframe {
	width: 100%;
	height: 100%;
}
/* Footer Styles */
footer {
	background: #00506d;
	color: #fff;
	font-size: 9pt;
	margin-top: 60px;
	padding: 60px 0 0px;
	width: 100%;
}
footer *{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
footer a {
	text-decoration: none;
}
footer .nav {
	max-width: 960px;
	margin: 0 auto 30px;
	overflow: auto;
}
footer .nav:last-child {
}
footer .nav > li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-bottom: 30px;
	width: 24%;
}
footer .nav li:last-child {
	margin-right: 0;
}
footer .nav h3 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	height: 30px;
}
footer .nav h3 a,
footer .nav li a {
	color: #fff;
	text-decoration: none;
}
footer .nav h3 a:hover,
footer .nav li a:hover {
	text-decoration: underline;
}
footer .nav li ul li, footer .nav li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}


footer .media {
	background: #00506d;
	display: flex;
	justify-content: center;
	padding:20px;
}

footer .media > a {
	margin-left:20px;
	margin-right: 20px;
}
 
/* media icons */
.fa {
	padding: 20px;
	font-size: 30px!important;
	width: 30px;
	text-align: center;
	text-decoration: none!important;
	margin: 5px 2px;
	border-radius: 50%;
  }

  .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
	background: #3B5998!important;
	color: white!important;
  }
  
  .fa-twitter {
	background: #55ACEE!important;
	color: white!important;
  }

  .fa-linkedin {
	background: #007bb5!important;
	color: white!important;
  }
  
  .fa-youtube {
	background: #bb0000!important;
	color: white!important;
  }
  
  @media only screen and (max-width: 600px) {

	footer .info .outer {
		display: block!important;
	}

	.fa {
		margin-right: 20px;
		margin-top: 10px;
	}

	footer .info .inner-media {
		padding-left: 60px;
	}

  }

footer .info {
	background: #0b5975;
	margin: 30px 0 0;
	padding: 50px;
	clear: both;
}
footer .info .inner {

	margin-right: 20px;
}

footer .info .outer {
	display: flex;
	justify-content: center;
}
footer .logo {
	float: left;
}
footer .signature {
	margin-left: 115px;
	padding-top: 10px;
}
footer .address {
	font-size: 9pt;
	line-height: 1.5em;
}
footer .copyright {
	font-size: 8pt;
}
.module-header {
	letter-spacing: 0px;
	text-align: center;
	margin: 0 10% 25px;
}
.module-header .title {
	font-weight: 700;
	font-size: 20pt;
	text-transform: uppercase;
	margin-bottom: 0;
}
.module-header .description {
	font-weight: 300;
	font-style: italic;
	color: #999;
	margin-top: 0;
}
.module .content {
	text-align: left;
	color: #686868;
	margin-top: 30px;
}
.module .content .item-content {
	padding: 0 0 15px;
}
.module .content .wp-post-image {
	margin-bottom: 15px;
}
.module .content .last {
	margin-left: 0;
}
.module .content .date {
}
.module .content .thumb-link {
	display: block;
	margin-bottom: 15px;
	line-height: 175px;
	text-align: center;
	width: 100%;
}
.module .content .thumb-link .wp-post-image {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.module .content .person-thumbnail .wp-post-image {
	min-width: 220px;
	max-width: 100%;
	width: 100%;
}
.item-title {
	font-size: 2em;
	margin: 0 0 15px;
	font-weight: 200;
	line-height: 1em;
}
.item-title a {
	color: #44a1c0;
}
.item-title a:hover {
	color: #757575;
	text-decoration: none;
}
.item-content p {
	margin-bottom: 15px;
}
.item-content h6 {
	font-size: 1.1em;
	margin: 0;
}
.item-content .phone,
.item-content .email {
	margin: 0;
}
.item-content ul {
	list-style: none;
	margin: 0 0 15px;
	font-size: 1.1em;
}
.item-content ul li {
}
.item-content ul li a {
}
.item-content .lista,
.item-content .lista li {
	/*float: left;*/
}
.item-content .lista li:not(:last-child):after {
	content: ',';
	margin-right: 3px;
}
.module p {
	font-size: 1.1em;
	text-align: left;
	font-weight: 400;
}
.module .links {
	border-top: 1px solid #c6c6c6;
	margin-top: 20px;
	padding-top: 30px;
}
.module .links a {
	margin-left: 20px;
}
.module .link-plus {
	margin-left: 5px;
}
.module .more {
	font-weight: bold;
}
.links-externos ul {
	text-align: center;
}
.links-externos ul,
.module ul.nav-links {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.links-externos ul li,
.module ul.nav-links li {
	border-bottom: 1px solid #fff;
}
.links-externos ul li a,
.module ul.nav-links li a {
	background-color: #efefef;
	display: block;
	padding: 8px 15px;
}
.links-externos ul li a:hover,
.module ul.nav-links li a:hover {
	background-color: #e2e1e1;
	text-decoration: none;
}
.links-externos ul li span,
.module ul.nav-links li span {
	background-color: #efefef;
	display: block;
	padding: 8px 15px;
}
.links-externos ul li span:hover,
.module ul.nav-links li span:hover {
	background-color: #e2e1e1;
	text-decoration: none;
}
.thumbnails {
}
.thumbnails,
.thumbnails li {
	margin: 0;
	list-style: none;
	width: 100%;
}
.thumbnails li a {
	margin: 0;
	padding: 0;
}
.thumbnails li:first-child {
	margin-bottom: 3px;
}
.thumbnails li:first-child img {
	width: 100%;
}
.thumbnails li:not(:first-child) {
	width: 49.6%;
	margin: 0 3px 0 0;
	float: left;
}
.thumbnails li:last-child {
	margin-right: 0 !important;
}

/* Accordion Styles */
.accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.accordion-heading {
}
.accordion-heading .accordion-toggle {
	background: url('../img/theme/icon-accordion.png') 10px center no-repeat #efefef;
	padding-left: 40px;
}
.accordion-heading a.accordion-toggle,
.accordion-heading a.accordion-last {
	color: #686868;
}
.accordion-heading a:hover {
	background: url('../img/theme/icon-accordion.png') 10px center no-repeat #e2e1e1;
	text-decoration: none;
}
.accordion-heading .accordion-last {
	background-color: #efefef;
	display: block;
	padding: 8px 15px 8px 40px;
}
.accordion-heading a.accordion-last:hover {
	background: #e2e1e1;
}
.accordion-inner {
	background-color: #fff;
}
.module .content blockquote {
	border: 0;
	margin: 0;
	padding: 29px 0 0;
	font-size: 18px;
	background: url('../img/theme/quote.jpg') no-repeat top left;
}
.module .content blockquote em {
	display: block;
	padding-bottom: 29px;
	background: url('../img/theme/close_quote.jpg') no-repeat bottom right;
}
.professores ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* MODULOS */

/* DATAS DE PROJETO FINAL */

.datas {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.datas th,
.datas td {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.datas tr:hover td {
	background-color: #ccc;
}
.datas .title {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background-color: #eee;
}
.datas .date {
	text-align: center;
	width: 30%;
	background-color: #ddd;
}
.datas .content {
	background-color: #ddd;
	text-align: center;
}

#vestibular .right {
	margin-left: 0;
}
#vestibular .right h5,
#vestibular .right p {
	padding-left: 15px;
}
#noticias .content h5 {
	padding: 0;
}
/* FAQ Styles */
#faq .title {
	text-align: left;
}
/* Areas de Pesquisa */
#areas-pesquisa .title {
	margin-bottom: 5px;
}
#areas-pesquisa .content {
	margin-top: 0;
}
#areas-pesquisa .table {
	background-color: #efefef;
}
#areas-pesquisa .table th,
#areas-pesquisa .table td {
	border-top: 1px solid #fff;
}
#areas-pesquisa .table th {
	font-weight: normal;
	padding-left: 30px;
}
#areas-pesquisa .table-hover tbody tr:hover > td,
#areas-pesquisa .table-hover tbody tr:hover > th {
  background-color: #e2e1e1;
}
#links-uteis .title {
	margin-bottom: 5px;
	color: #000;
}
#links-uteis .nav-links {
	margin: 0 0 10px;
	font-weight: normal;
}

/* Área Noticias */
.post-type-archive-noticias #filter {
	border-bottom: 1px solid #ccc;
	color: #777;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
}
.post-type-archive-noticias #filter #submit {
	margin-top: -10px;
}

.post-type-archive-noticias .content {
	clear: both;
	overflow: auto;
}

/* Custom Modal Styles */
#modal {
	width: 960px;
	margin-left: -480px;
	min-height: 80%;
	z-index: 100000;
}
.modal-backdrop { z-index: 99999; }
#modal .modal-header {
	border: 0 !important;
}
#modal .modal-body {
	max-height: 500px;
	margin: 0 15px;
	padding: 15px 40px;
}
.modal-body .entry-content .wp-post-image {
	clear: both;
}
.modal-body .entry-content iframe {
	display: block;
	margin: 30px auto;
}

/* Modal Professor Styles */
.modal-body .entry-content .entry-categories {
	clear: both;
}
.modal-body .professor .modal-header {}
.modal-body .professor .entry-content {
	margin: 0 !important;
	line-height: 1.5em;
}
.modal-body .professor .entry-content .row-fluid {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 30px;
}
.modal-body .professor .entry-content .wp-post-image {
}
.modal-body .professor .module-header {
	margin: 30px 0;
	background: url('../img/theme/quote.jpg') no-repeat top left;
}
.modal-body .professor .module-header .description {
	padding-bottom: 20px;
	background: url('../img/theme/close_quote.jpg') no-repeat bottom right;
}
.modal-body .professor .professor-name {
	font-weight: 500;
	margin: 0;
	font-size: 2em;
	line-height: 1em;
}
.modal-body .professor .professor-title {
	font-weight: 300;
	margin: 0 0 30px;
	font-size: 1.3em;
	line-height: 1.5em;
}
.modal-body .professor .wp-post-image {
	width: 100%;
}
.modal-body .professor .short-bio-title {
	font-weight: 100;
	margin-top: 10px;
}
.modal-body .professor .short-bio-content {
}
.modal-body .professor .professor-resume {
	margin-top: 80px;
	margin-bottom: 20px;
}
.modal-body .professor .resume-title {
	font-weight: 500;
	margin-bottom:0px;
}

.short-bio{
	width:300px;
}
.modal-body .professor .resume {
	margin-bottom:10px;
}

.modal-body .professor .resume-url {
	margin: 0;
}
.modal-body .professor .topics {
	overflow: hidden;
	margin-bottom: 20px;
}
.modal-body .professor .topics .topic-title {
	font-weight: 500;
	margin-bottom:10px;
}
.modal-body .professor .topics .topic-list,
.modal-body .professor .external-links .link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-body .professor .topics .topic-list .topic {
	float: left;
	margin-right: 5px;
}
.modal-body .professor .info {
	clear: both;
	margin-bottom: 20px;
}
.modal-body .noticia .entry-content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.info .lab,
.info .phone,
.info .room,
.info .email {
	margin: 0;
}

.entry-content{
	margin-top:	20px;
}

.info .lab {}
.info .phone {margin-bottom: 10px}
.info .room {}
/* Modal Professor Styles */

/* Modal Pages Styles */
.modal-body .page {
	margin: 0;
	color: #5b5b5b;
}
.modal-body .page .entry-date {
}
.modal-body .page .entry-title {
	font-weight: 500;
}
.modal-body .page .entry-content .wp-post-image {
	margin: 6px 30px 30px 0px;
	float:left;
}

.modal-body .page .entry-content {
	margin-top:30px;
}
/* Modal Pages Styles */

.pattern-diagonal {
	display: block;
}
.pattern-diagonal:hover {
	/*background: url('../img/theme/pattern-diagonal.png');*/
}

/* Futuro Estudante */
.resumo-do-curso .links {
	text-align: center;
}

/* Dropdown Linguas */
.wrap-langdrop {
    /* Size and position */
	/*display: table-cell;*/
    
	height: 33px;
	width: 80px;
    
    padding: 10px;
    margin: 0 auto;
    position: absolute; /* Enable absolute positioning for children and pseudo elements */
    top: 27px;
    right: 20px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
	line-height: 15px;

 
    /* Styles */
    background: #ffffff;
    color: #00A3E1;
    outline: none;
    cursor: pointer;
	text-decoration: none;
}
.wrap-langdrop:hover{
	border-bottom: 10px solid #00A3E1;
}
.wrap-langdrop:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    margin: 0;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrap-langdrop .langdrop {
    /* Size & position */
    position: absolute;
    top: 100%;
    list-style: none;
 
    /* Styles */
    background: #fff;
    font-weight: normal; /* Overwrites previous font-weight: bold; */
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrap-langdrop .langdrop li a {
    display: block;
    text-decoration: none;
    position: relative;
   
    color: #9e9e9e;
}
 
/* Hover state */
.wrap-langdrop .langdrop li:hover a {
    background: #f3f8f8;

}

/* Active state */
.wrap-langdrop.active .langdrop {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}
 
.wrap-langdrop.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    top: 100%;
}
 
.wrap-langdrop.active {
    background: #ffffff;
}

.overlay-video {
	position: relative;
}

.overlay-video a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	background-position: bottom center;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.overlay-video a:hover {
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.5);
}

.overlay-video a.video:hover {
	background-image: url('../img/icon-play-white.png');
}

.overlay-video a.article:hover {
	background-image: url('../img/icon-more-info-white.png');
}




/* Responsive */

@media (max-width: 1000px) {
	/*Topo e Menu*/
		.top .logo{
			float: right;
			border: 0;
			text-align: right;
			padding-right: 5px;
		}
		.menu-top-menu-container {
			float: left;
			position: absolute;
			top: 30px;
			left: 5%;
		}
		.menu-top-menu-container:before{
			content: "MENU";
			height: 30px;
			display: inline-block;
			padding: 5px 5px 5px 55px;
			font-size: 17px;
			line-height: 29px;
			background: url(../img/menu.png) 5px center no-repeat;
			font-weight: 400;
			color: #999;
			letter-spacing: 1px;
		}
		.menu-top-menu-container:hover:before{
			background-color: #f2f2f2;
		}
		#menu{
			display: block;
			background: white;
			position: fixed;
			left: -300px;
			top: 0;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			margin-top: 0;
			height: 100%;
			width: 250px;
			padding: 60px 20px 0;

			-webkit-transition: left .5s;
			-moz-transition: left .5s;
			-ms-transition: left .5s;
			-o-transition: left .5s;
			transition: left .5s;
		}
		/*.menu-top-menu-container:hover #menu,*/
		.menu-top-menu-container.ativo #menu{
			left: 0;
		}

		.menu-top-menu-container.ativo #menu .menu-item ul.sub-menu{
			position: relative;
			border: 0;
			display: none;
		}
		.menu-top-menu-container.ativo #menu .menu-item.ativo ul.sub-menu{
			left: 0;
			display: block;
		}
		#menu > li {
			float: none;
			max-width: none;
			min-width: initial;
			line-height: 15px;
			width: auto !important;
		}
		#menu > li > a {
			position: relative;
			color: #757575;
			display: block;
			vertical-align: middle;
			height: auto;
			padding: 13px 10px 13px 0;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 700;
			line-height: 1;
			border-bottom: 1px solid #ccc;
			background: url(../img/seta.png) right center no-repeat;

			-webkit-transition: padding .5s;
			-moz-transition: padding .5s;
			-ms-transition: padding .5s;
			-o-transition: padding .5s;
			transition: padding .5s;
		}
		#menu > li.ativo > a{
			background: url(../img/setab.png) right center no-repeat;
		}
		#menu .departamento a{padding: 13px 10px 13px 0;}
		#menu li a:hover{
			border-bottom: 1px solid #ccc;
			padding-left: 10px;
		}
		#menu li:last-child a{
			border-bottom: 0;
		}
		#menu li.current-menu-item a {
			border-bottom: 1px solid #ccc;
			color: #00A3E1;
		}
		.menu-top-menu-container + #closearea{
			display: block;
			position: fixed;
			font-size: 14px;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 700;
			top: 20px;
			left: -100px;
			color: #ccc;
			padding-right: 25px;
			background: url(../img/close.png) right center no-repeat;
			-webkit-transition: left .5s;
			-moz-transition: left .5s;
			-ms-transition: left .5s;
			-o-transition: left .5s;
			transition: left .5s;
			cursor: pointer;
		}
		.menu-top-menu-container.ativo + #closearea{
			left: 190px;
		}

	/* Footer */

	footer .nav{
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .nav > li{ width: 33%;}

	footer {padding: 0;}
	footer .nav{display: none;}


	/* Modal */
		#modal{width: 90%; margin-left: -45%; left: 50%;}
}

@media (max-width: 767px) {
	body{padding: 0;}
	.module-header {margin: 0 2% 25px;	}
	.module .content .wp-post-image{width: 100%;}
	.slide{margin-bottom: 40px;}
}
@media (max-width: 500px) {
	footer .nav > li{ width: 49%;}
}

#intromobile{
	background: url(../img/bgmobile.jpg) center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
}

#intromobile + nav{
	margin: 0 auto;
}

#intromobile + nav a {
	display: block;
	text-align: center;
	padding: 10px 14px;
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid white;
	font-weight: 600;
	line-height: 1;
	max-width: 340px;
	margin: 10px auto;
}

#intromobile + nav a:hover{
	text-decoration: none;
	background: white;
	color:#00A3E1;
}