/*
Theme Name: Estreia
Theme URI: http://www.estreia.net
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Description: Custom theme for Dantas Rodrigues Associados, Nov.2017
Version: 2.0
License: Proprietary
License URI: http://www.estreia.net
Tags: 
Text Domain: estreia
*/

/* -- global -- */

html {
	font-family: sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #d5d3cd;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 1.5rem; /* 15px */
	color: #444444;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #e42019;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

form {
	margin: 0;
}

.divClear {
	height: 0;
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.handCursor:hover {
	cursor: pointer !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}









/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }












/* -- header -- */

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #df251e;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	z-index: 1000;
}

@media (max-width: 1023px) {
	nav {
		height: 115px;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	nav {
		height: 85px;
	}
}

@media (max-width: 499px) {
	nav {
		height: 107px;
	}
}

@media (max-width: 399px) {
	nav {
		height: 88px;
	}
}

#homepage nav {
	border-bottom: none !important;
}

#divLogo {
	height: 150px;
	text-align: left;
	float: right;
	overflow: hidden;
}

@media (max-width: 1023px) {
	#divLogo {
		height: 115px;
		float: none;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#divLogo {
		height: 85px;
	}
}

@media (max-width: 499px) {
	#divLogo {
		height: 107px;
	}
}

@media (max-width: 399px) {
	#divLogo {
		height: 88px;
	}
}

#logo {
	width: 266px;
	height: 106px;
	margin-top: 22px;
	margin-right: 30px;
}

@media (max-width: 1023px) {
	#logo {
		width: 216px;
		height: 86px;
		margin: 16px 30px 0 0;
		float: right;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#logo {
		width: 166px;
		height: 66px;
		margin-top: 10px;
	}
}

@media (max-width: 499px) {
	#logo {
		width: 208px;
		height: 83px;
		margin: 12px 20px 0 0;
	}
}

@media (max-width: 399px) {
	#logo {
		width: 146px;
		height: 58px;
		margin: 15px 15px 0 0;
	}
}











/* -- menu -- */

#navbar {
	height: 74px;
	text-align : left;
	border-top: 1px solid #e86661;
	float: left;
	clear: left;
}

@media (max-width: 1023px) {
	#navbar {
		width: 100%;
		height: auto;
		border-top: none;
		border-bottom: 1px solid #f0f0f0;
	}
}

ul.navbar-nav {
	margin: 0;
	padding: 0;
}

@media (max-width: 1023px) {
	ul.navbar-nav {
		background-color: #ffffff;
	}
}

ul.navbar-nav li {
	position: relative;
	background-color: transparent;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*
ul.navbar-nav li.current-menu-ancestor {
}

ul.navbar-nav li.current-menu-item {
}

ul.navbar-nav li:hover {
}
*/

@media (max-width: 1023px) {
	ul.navbar-nav li {
		background-color: #ffffff;
		border-top: 1px solid #f0f0f0;
		display: block;
	}
}

ul.navbar-nav li.mobileMenu {
	display: none;
}

@media (max-width: 1023px) {
	ul.navbar-nav li.mobileMenu {
		width: calc(20% - 1px);
		border-left: 1px solid #f0f0f0;
		display: inline-block;
		height: 45px;
		overflow:hidden;
	}
	ul.navbar-nav li.mobileMenu:first-child {
		border-left: none;
	}
}

ul.navbar-nav li a {
	height: 74px;
	background-color: transparent;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 74px;
	text-align : center;
	display: block;
	padding: 0 25px;
	text-decoration: none;
	white-space: pre;
}

@media (max-width: 1350px) {
	ul.navbar-nav li a {
		padding: 0 20px;
	}
}

@media (max-width: 1279px) {
	ul.navbar-nav li a {
		font-size: 1.7rem;
		padding: 0 10px;
	}
}

@media (max-width: 1023px) {
	ul.navbar-nav li a {
		height: 45px;
		color: #555555;
		font-size: 15px;
		line-height: 45px;
		padding: 0 8px;
	}
}

ul.navbar-nav li:hover a {
	background-color: #ca0906;
}

@media (max-width: 1023px) {
	ul.navbar-nav li:hover a {
		background-color: #f9f8f7;
	}
}

.dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown > li {
  display : inline-block;
}

/* submenus */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ca0906;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 10px 0;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	z-index: 1000;
}

@media (max-width: 1023px) {
	.dropdown-menu {
		padding: 0 !important;
	}
}

.dropdown-menu li {
	width: 300px !important;
	height: auto !important;
	background-color: #df251e;
	padding: 0 !important;
	display: block !important;
}

/* Menu mais longo com a class long */
.long .dropdown-menu li {
	width: 400px !important;
}

@media (max-width: 1023px) {
	.long .dropdown-menu li {
		width: auto !important;
	}
}

@media (max-width: 1023px) {
	.dropdown-menu li {
		width: auto !important;
		background-color: #f9f8f7 !important;
		border-top: 1px solid #ffffff !important;
	}
}

.dropdown-menu li a {
	height: auto !important;
	font-size: 15px !important;
	color: #ffffff !important;
	text-transform: none !important;
	letter-spacing: 1px !important;
	line-height: 24px !important;
	text-align: left !important;
	padding: 5px 20px 5px 25px !important;
	display: block;
	white-space: normal !important;
}

.dropdown-menu li.current-menu-item a {
	color: #f2a8a5 !important;
}

@media (max-width: 1023px) {
	.dropdown-menu li.current-menu-item a {
		color: #333333 !important;
	}
}

.dropdown-menu li:hover a {
	color: #f2a8a5 !important;
}

@media (max-width: 1023px) {
	.dropdown-menu li:hover a {
		color: #333333 !important;
	}
}

@media (max-width: 1023px) {
	.dropdown-menu li a {
		color: #555555 !important;
		font-size: 13px !important;
		text-align: center !important;
	}
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* collapsing */

@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-collapse {
	max-height: 340px;
}

@media (min-width: 1024px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}
}

/* toggle button */

.navbar-toggle {
	position: relative;
	padding: 48px 48px 49px 48px;
	background-color: transparent;
	border: none;
	float: left;
}

@media (min-width: 1024px) {
	.navbar-toggle {
		display: none;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	.navbar-toggle {
		padding: 33px 30px 34px 30px;
	}
}

@media (max-width: 499px) {
	.navbar-toggle {
		padding: 44px 20px 45px 20px;
	}
}

@media (max-width: 399px) {
	.navbar-toggle {
		padding: 35px 20px 35px 15px;
	}
}

.navbar-toggle:hover {
	background-color: #ca0906;
}

.navbar-toggle:focus {
	background-color: #ca0906;
	outline: 0;
}

.navbar-toggle .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
 









/* -- langs -- */

#divLangs {
	height: 75px;
	text-align: left;
	padding-left: 25px;
	float: left;
}

@media (max-width: 1350px) {
	#divLangs {
		padding-left: 20px;
	}
}

@media (max-width: 1279px) {
	#divLangs {
		padding-left: 10px;
	}
}

@media (max-width: 1023px) {
	#divLangs {
		display: none;
	}
}

.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0px !important;
	display: inline-block;
}

#divLangs a {
	font-size: 1.5rem;
	color: #f2a8a5;
	line-height: 75px !important;
	padding: 0 25px 0 0 !important;
	display: inline-block !important;
}

@media (max-width: 1279px) {
	#divLangs a {
		font-size: 1.3rem;
	padding: 0 20px 0 0 !important;
	}
}

#divLangs a:hover {
	color: #ffffff;
}

#divLangs form {
	display: inline-block;
}

#divLangs form input[type=text] {
	width: 120px;
	height: 30px;
	background-color: #df251e;
	font: 13px Verdana, Arial, sans-serif;
	color: #ffffff;
	line-height: 29px;
	margin: 0px 8px;
	padding: 0 10px;
	border: 0;
	border-left: 1px solid #ef928f;
	border-top: 1px solid #ef928f;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: baseline;
	display: inline-block;
}

@media (max-width: 1279px) {
	#divLangs form input[type=text] {
		width: 75px;
		margin: 0px 8px 0 0;
		padding: 0 5px;
	}
}

#divLangs form .searchsubmit {
	width: 29px;
	height: 30px;
 	background-image: url("media/icone_pesquisa.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #df251e;
	line-height: 30px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0;
}

#s:focus {
	outline: none;
}

#s::-webkit-input-placeholder {
	color: #f2a8a5;
}

#s:-moz-placeholder {
	color: #f2a8a5;
}

#s::-moz-placeholder {
	color: #f2a8a5;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

#s:-ms-input-placeholder {
	color: #f2a8a5;
}






/* -- page title -- */

#divMain {
	background-color: #ffffff;
	text-align: center;
	margin-top: 150px;
	padding: 30px 0px 0px 0px;
	clear: both;
 }

@media (max-width: 1023px) {
	#divMain {
		margin-top: 115px;
		padding-top: 25px;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#divMain {
		margin-top: 85px;
		padding-top: 20px;
	}
}

@media (max-width: 499px) {
	#divMain {
		margin-top: 107px;
		padding-top: 20px;
	}
}

@media (max-width: 399px) {
	#divMain {
		margin-top: 88px;
	}
}

#divMain h1 {
	font-size: 3.6rem;
	font-weight: 300;
	color: #666666;
	line-height: 120%;
	padding: 0 30px 20px 30px;
	margin: 0 auto;
	opacity: 0;
 }

@media (max-width: 799px) {
	#divMain h1 {
		font-size: 3.4rem;
	}
}

@media (max-width: 479px) {
	#divMain h1 {
		font-size: 3.2rem;
	}
}









/* -- Content -- */

#divContent {
	position: relative;
	max-width: 1000px;
	font-size: 1.7rem;
	line-height: 140%;
	padding: 0px 30px;
	margin: 0 auto;
	opacity: 0;
 }

@media (max-width: 799px) {
	#divContent {
		padding: 0px 25px;
	}
}

@media (max-width: 599px) {
	#divContent {
		padding: 0px 20px;
	}
}

.divLeft {
	max-width: initial !important;
	text-align: justify;
 }

#divContent h1, #divContent h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 120%;
	color: #999999;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 799px) {
	#divContent h1, #divContent h2 {
		font-size: 2.4rem;
		text-align: center;
	}
}

#divContent h3 {
	font-size: 2.2rem;
	font-weight: 300;
	color: #999999;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 799px) {
	#divContent h3 {
		font-size: 2rem;
		text-align: center;
	}
}
 
#divContent ul {
    max-width: 70%;
	list-style-position: outside;
	list-style-image: url("media/icone_lista.png");
	text-align: left;
	margin: 15px auto 20px auto;
	display: inline-block;
}

@media (max-width: 799px) {
	#divContent ul {
 	   max-width: 100%;
	 }
}
 
.divLeft ul {
    max-width: 40% !important;
}

@media (max-width: 799px) {
	.divLeft ul {
 	   max-width: 100% !important;
	 }
}
 
#divLeftForm ul {
    max-width: 70% !important;
}

@media (max-width: 799px) {
	#divLeftForm ul {
 	   max-width: 100% !important;
	 }
}

#divContent hr {
	height: 1px;
	background: #ffffff;
	border: 0;
	border-top: 1px solid #e6e6e6;
	margin: 15px 0;
}

#divContent .txtDate {
	font-size: 1.5rem;
	color: #a09e99 !important;
}
 
#divContent a:hover {
    color: #444444;
}

#divContent p {
	white-space: normal !important;
}

/* videos Youtube embebidos com 600pxs largura */
@media (max-width: 599px) {
	#divContent iframe {
		width: 100% !important;
		height: auto !important;
	}
}

#divLeftForm {
	width: calc(50% - 30px);
	padding-right: 30px;
	float: left;
 }

@media (max-width: 799px) {
	#divLeftForm {
		width: auto;
		text-align: center;
		float: none;
	 }
}
 
 










/* -- tables -- */

#divContent table {
	width: 90%;
	line-height: 26px;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 15px auto 0 auto;
}

@media (max-width: 1279px) {
	#divContent table {
		width: 620px;
	}
}

@media (max-width: 799px) {
	#divContent table {
		width: 100%;
		min-width: 310px;
	}
}

#divContent table td {
	min-height: 26px;
	line-height: 26px;
	vertical-align: middle;
	border-bottom: 2px solid #f2f1ef;
	padding: 7px 10px;
}

#divContent table td:last-child {
	text-align: right;
}

#divContent table td:first-child {
	text-align: left;
}

#divContent table thead td {
	min-height: 32px;
	background-color: #f2f1ef;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	border-bottom: none;
	padding: 5px 5px;
}

#divContent table thead td:last-child {
	text-align: center;
	padding-right: 10px;
}

#divContent table thead td:first-child {
	text-align: center;
	padding-left: 10px;
}

#divContent table thead td p {
	margin: 0;
}

#divContent table thead td a {
	font-weight: 400;
	line-height: 32px;
	display: block;
}

#divContent table tbody {
	border-top: 2px solid #f2f1ef;
}

#divContent table td img {
	vertical-align: middle;
}












/* -- caption -- */

#divContent .wp-caption {
	min-width: 200px;
	background: #f2f1ef;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#divContent div.alignright {
	margin: 0 0 15px 15px;
	float: right;
}

#divContent div.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}

#divContent div.aligncenter {
	margin: 0 auto 15px auto;
	float: none;
}

#divContent div.alignnone {
	margin: 0 auto 15px auto;
	display: inline-block;
	float: none;
}

#divContent img.alignnone {
	margin: 0 10px;
}

p.wp-caption-text {
	text-align: center !important;
	padding: 5px 10px !important;
	margin: 0 !important;
	clear: left;
}

#divContent .wp-caption img {
	margin-top: 15px;
	float: none;
	clear: left;
}
 
 











/* -- gallery -- */

#divContent .gallery {
	display: none;
}

#divGallery {
	width: 100%;
	margin: 0 auto 30px auto;
	clear: both;
	opacity: 0;
}

#divGallery div {
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1px 1px 0 0;
	display: inline-block;
	overflow: hidden;
}

#divGallery div:hover {
	opacity: 0.5;
}

#divGallery div a {
	width: 100%;
	height: 200px;
	display: block;
}
 
 











/* -- video -- */

#divContent .wp-video {
	margin: 0 auto;
}

.divLeft .wp-video {
	margin: 0 !important;
}
 
 











/* -- imagem -- */

#divContent .gallery {
	display: none;
}

#divImage {
	position: relative;
	width: calc(50% + 30px);
	margin: 0 -30px 30px 30px;
	text-align: right;
	float: right;
	overflow: hidden;
}

@media (max-width: 1279px) {
	#divImage {
	}
}

@media (max-width: 799px) {
	#divImage {
		width: auto;
		margin: 0 auto 20px auto;
		float: none;
	}
}

#divImage img {
	max-width: 100%;
	max-height: 100%;
}

/* grandes ecras - ampliar imagem */
@media (min-width: 1680px) {
	#divImage img {
		position: relative;
	    left: 50%;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-ms-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
}






/* -- Boxes -- */

.divPages {
	width: 100%;
	text-align: center;
	border-top: 1px solid #f2f1ef;
	padding: 30px 0 0 0;
	margin: 0 auto;
	clear: both;
	opacity: 0;
 }

.divPages .pagesHeader {
	font-size: 3.6rem;
	font-weight: 300;
	color: #999999;
	line-height: 140%;
 }

@media (max-width: 799px) {
	.divPages .pagesHeader {
		font-size: 3.4rem;
	}
}

@media (max-width: 399px) {
	.divPages .pagesHeader {
		font-size: 3.2rem;
	}
}

.divPages a.pagesHeader:hover {
	color: #e42019;
	}
	
.divPages .pageBox {
	position: relative;
	width: calc(50% - 1px);
	height: 225px;
	background-color: #f9f8f7;
	background-image: url('media/bg_box.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #444444;
	font-size: 2.2rem;
	font-weight: 300;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-bottom: -4px;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
}
	
.divPages a.pageBox {
	color: #e42019;
}

@media (max-width: 799px) {
	.divPages .pageBox {
		width: auto;
		border-right: none;
		display: block;
	}
}

@media (max-width: 399px) {
	.divPages .pageBox {
		height: 125px;
	}
}
	
.divPages a.pageBox:hover {
	background-color: #df251e;
	background-image: none;
	color: #ffffff !important;
}

.divPages .pageBoxContent {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 80%;
	line-height: 125% !important;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
	display: block;
}

.divPages .pageLead {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 120%;
	color: #a09e99 !important;
}

@media (max-width: 399px) {
	.divPages .pageLead {
 	   display: none;
	}
}
	
.divPages a.pageBox:hover .pageLead {
	color: #ff938f !important;
}
 













/* -- Equipa -- */
	
.divPages .pageEquipa {
	position: relative;
	width: calc(50% - 1px);
	height: 225px;
	background-color: #f9f8f7;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #444444;
	font-size: 2.2rem;
	font-weight: 300;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-bottom: -4px;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
}
	
.divPages a.pageEquipa {
	color: #e42019;
}

@media (min-width: 800px) and (max-width: 1023px) {
	.divPages .pageEquipa {
		background-image: none;
	}
}

@media (max-width: 799px) {
	.divPages .pageEquipa {
		width: auto;
		border-right: none;
		display: block;
	}
}

@media (max-width: 399px) {
	.divPages .pageEquipa {
		height: 125px;
		background-image: none !important;
		text-align: center;
	}
}
	
.divPages a.pageEquipa:hover {
	color: #444444;
	font-weight: 400;
}

.divPages .pageEquipa .pageBoxContent {
    left: 75px;
	width: 50%;
	-ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

@media (max-width: 1023px) {
	.divPages .pageEquipa .pageBoxContent {
 	   left: 20px !important;
	}
}

@media (max-width: 799px) {
	.divPages .pageEquipa .pageBoxContent {
 	   left: 40px !important;
	}
}

@media (max-width: 499px) {
	.divPages .pageEquipa .pageBoxContent {
 	   left: 20px !important;
	}
}

@media (max-width: 399px) {
	.divPages .pageEquipa .pageBoxContent {
		width: 90% !important;
	}
}

.divPages a.pageEquipa:hover .pageLead {
	color: #a09e99 !important;
}

@media (max-width: 399px) {
	.divPages .pageEquipa .pageLead {
		display: inline !important;
	}
}













/* -- PDF -- */

.divPages a.pdfFile {
	background-image: url('media/bg_box_pdf.gif');
	text-align: left;
}

@media (max-width: 399px) {
	.divPages a.pdfFile {
		background-position: 90% 50% !important;
	}
}

.divPages a.pdfFile:hover {
	background-image: url('media/bg_box_pdf_hover.png') !important;
	text-align: left;
}

@media (max-width: 399px) {
	.divPages a.pdfFile:hover {
		background-position: 90% 50% !important;
	}
}

.divPages a.pdfFile .pageBoxContent {
    left: 75px;
	width: 50%;
	-ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

@media (max-width: 799px) {
	.divPages a.pdfFile .pageBoxContent {
 	   left: 50px;
	}
}

@media (max-width: 399px) {
	.divPages a.pdfFile .pageBoxContent {
 	   left: 40px;
	}
}
 













/* -- Current page -- */

.divPages .currentPage {
	background-image: url('media/bg_box_current.gif');
	text-align: left;
}

@media (max-width: 399px) {
	.divPages .currentPage {
		background-position: 90% 50% !important;
	}
}

.divPages .currentPage .pageBoxContent {
    left: 75px;
	width: 50%;
	-ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

@media (max-width: 1023px) {
	.divPages .currentPage .pageBoxContent {
		left: 40px !important;
	}
}

@media (max-width: 1023px) {
	.divPages .currentPage .pageLead {
		display: none !important;
	}
}
 













/* -- form contacto -- */

#divContactForm {
	width: 50%;
	background-color: #f9f8f7;
	background-image: url('media/bg_box.gif');
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 140%;
	margin-bottom: 30px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
 }

@media (max-width: 799px) {
	#divContactForm {
		width: auto;
		margin-right: 20px;
		float: none;
		clear: both;
	}
}

#divContactForm .titleDiv {
	min-height: 60px;
	font-size: 2.6rem;
	color: #666666;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ffffff;
	display: block;
}

#divContactForm .formBody {
	width: 85%;
	font-size: 1.7rem;
	color: #555555;
	font-weight: 400;
	line-height: 31px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
}

@media (max-width: 1023px) {
	#divContactForm .formBody {
		width: 90%;
		font-size: 1.5rem;
	}
}

#divContactForm .notes {
	font-size: 1.3rem;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
}

#divContactForm .smallTxt {
	font: 13px Verdana, Arial, sans-serif;
	color: #999999;
	text-align: center;
}

#divContactForm input[type=text] {
	width: 68%;
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm input[type=text] {
		width: 60%;
	}
}

#divContactForm input[type=number] {
	width: 68%;
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm input[type=number] {
		width: 60%;
	}
}

/* Quantidade */
#divContactForm input[type=number].quantidade {
	width: 150px;
	margin-right: calc(68% - 150px);
}

@media (max-width: 1023px) {
	#divContactForm input[type=number].quantidade {
		margin-right: calc(60% - 150px);
	}
}

#divContactForm input[type=email] {
	width: 68%;
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm input[type=email] {
		width: 60%;
	}
}

#divContactForm select {
	width: calc(68% + 20px);
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm select {
		width: calc(60% + 20px);
	}
}

#divContactForm textarea {
	width: 68%;
	height: 90px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	text-align: left;
	margin: 1px 0 5px 0;
	padding: 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm textarea {
		width: 60%;
	}
}

#divContactForm .Recrutamento textarea {
	width: calc(100% - 20px) !important;
}
 
/* -- captcha -- */
.wpcf7-recaptcha > div {
	margin: 0 auto !important;
}
 /* -- end captcha -- */

#divContactForm .divSubmit {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding: 10px 0;
	clear: both;
}

#divContactForm input[type=submit] {
	height: 40px;
	background-color: #df251e;
	font-family: Verdana, Arial, Geneva;
	font-size: 1.7rem;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 8px 15px;
	margin: 10px auto 0 auto;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}

#divContactForm input[type=submit]:hover {
	background: #444444;
	color: #ffffff;
	cursor: pointer;
}

.ajax-loader {
	margin: 2px auto !important;
	display: block !important;
}

#divContactForm .wpcf7-response-output {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 140%;
	text-align: center;
	margin: 5px 10px 0 10px;
	padding: 5px !important;
	border-color: #e66600 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divContactForm .wpcf7-not-valid-tip {
	width: auto !important;
	height: 20px !important;
	margin: 1px 0 0 146px !important;
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 20px;
	text-align: center;
	padding: 5px !important;
	border-color: #e66600 !important;
	white-space: nowrap;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

@media (max-width: 1023px) {
	#divContactForm .wpcf7-not-valid-tip {
		position: absolute !important;
		top: 0 !important;
		left: 60px !important;
		margin: 1px auto 0 auto !important;
	}
}

#divDialog {
	width: calc(50% - 40px);
	background-color: #f9f8f7;
	background-image: url('media/bg_box.gif');
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 30px 20px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
}

@media (max-width: 799px) {
	#divDialog {
		width: auto;
		padding: 20px 0;
		margin-right: 20px;
		float: none;
		clear: both;
	}
}

#divDialog strong {
	font-size: 2.4rem;
	font-weight: 300;
	color: #555555;
}













/* -- Mapa -- */

#googleMap {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	border: 0;
	clear: both;
	opacity: 0;
}

@media (max-width: 1279px) {
	#googleMap {
		height: 400px;
	}
}

@media (max-width: 1023px) {
	#googleMap {
		height: 300px;
	}
}












/* -- contact button -- */
 
#contactBt {
	height: 42px;
	background-color: #ffffff;
	border: 1px solid #f2f1ef;
	margin: 10px auto 15px auto;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	clear: both;
 }
 
#contactBt span {
	height: 42px;
	background-color: #f2f1ef;
	font-size: 1.7rem;
	font-weight: 400;
	color: #666666 !important;
	line-height: 42px;
	padding: 0 7px 0 15px;
	display: inline-block;
 }

@media (max-width: 399px) {
	#contactBt span {
		font-size: 1.5rem;
		padding: 0 5px 0 8px;
	}
}
 
#contactBt a {
	height: 42px;
	font-size: 1.7rem;
	font-weight: 400;
	color: #666666 !important;
	line-height: 42px;
	padding: 0 13px;
	display: inline-block;
 }

@media (max-width: 399px) {
	#contactBt a {
		font-size: 1.5rem;
		padding: 0 8px;
	}
}
 
#contactBt a.lisboa {
	background-image: url("media/bg_contactos.png");
	background-position: left center;
	background-repeat: no-repeat;
	border-right: 1px solid #f2f1ef;
	padding-left: 35px;
 }

@media (max-width: 399px) {
	#contactBt a.lisboa {
		padding-left: 28px;
	}
}
 
#contactBt a:hover {
	background-color: #df251e;
	color: #ffffff !important;
 }










/* -- share -- */

#divContactShare {
	padding-bottom: 30px;
	opacity: 0;
}

#divShare {
	height: 42px;
	background-color: #ffffff;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0 auto 15px auto;
	clear: left;
}

@media (max-width: 1023px) {
	#divShare {
		width: auto;
	}
}
#st-1 {
	vertical-align: middle !important;
}













/* -- Noticias -- */

#divBottom {
	width: 100%;
	background-color: #d5d3cd;
	clear: both;
	opacity: 0;
}

#divNews {
	width: calc(50% - 1px);
	min-height: 165px;
	background-image: url('media/bg_bottom.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-size: 1.9rem;
	border-right: 1px solid #bdbab4;
	float: left;
}

@media (max-width: 1023px) {
	#divNews {
		width: auto;
		border-right: none;
		float: none;
	}
}

#divNews .newsHeader {
	font-size: 3rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 140%;
	padding: 20px 0 0 0;
	display: block;
}

#divNews .primeiraDiv {
	padding: 20px 30px 25px 30px;
}

@media (max-width: 1023px) {
	#divNews .primeiraDiv {
		padding: 20px 20px 25px 20px;
	}
}

#divNews .segundaDiv {
	border-top: 1px solid #bdbab4;
	padding: 25px 30px;
	clear: both;
}

@media (max-width: 1023px) {
	#divNews .segundaDiv {
		padding: 25px 20px;
	}
}

#divNews a.newsTitle {
	font-size: 1.9rem;
}

#divNews .newsTitle {
	font-size: 1.9rem;
	font-weight: 400;
}

#divNews a {
	color: #c00000 !important;
}

#divNews a:hover {
	color: #444444 !important;
}

#divNews p {
	margin: 0;
}

#divNews .txtDate {
	color: #989792;
}

#divNews .mediaFile {
	text-align: left;
}

#divNews .divMedia {
	width: calc(50% - 40px);
	padding: 0 20px;
	float: right;
}

@media (max-width: 1023px) {
	#divNews .divMedia {
		width: calc(50% - 20px);
		padding: 0 0 0 20px;
	}
}

#divNews .divMedia iframe {
	width: 100% !important;
	height: auto !important;
}

#divNews .pdfFile {
	text-align: left;
}

#divNews .divPDF {
	width: 57px;
	height: 77px;
	background-image: url('media/bg_pdf_bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 20px;
	float: right;
}

#divNews .divPDF:hover {
	background-position: center bottom;
}

#divNews .divPDF img {
	width: 57px;
	height: 77px;
	margin: 0 auto;
}











/* -- Contactos -- */

#divContacts {
	width: calc(50% - 60px);
	min-height: 165px;
	background-image: url('media/bg_bottom.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-size: 1.9rem;
	margin-left: -1px;
	padding: 0 30px;
	border-left: 1px solid #bdbab4;
	float: left;
}

.fullWidth {
	width: calc(100% - 60px) !important;
	margin-left: 0 !important;
	border-left: none !important;
	float: none !important;
}

@media (max-width: 1023px) {
	#divContacts {
		width: auto;
		margin-left: 0;
		border-left: none;
		float: none;
	}
}

#divContacts a {
	color: #c00000;
}

#divContacts a:hover {
	color: #444444 !important;
}

#divContacts a.contactHeader {
	font-size: 3rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 140%;
	padding: 20px 0 0 0;
	display: block;
}

#divContacts p {
	margin: 20px 0 0 0;
}

/* Botao Newsletter */

.btNewsletter {
	background-color: rgba(255, 255, 255, 0.5);
	color: #333333 !important;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
}

.btNewsletter:hover {
	background-color: rgba(255, 255, 255, 1) !important;
}

#divContent .btNewsletter {
	background-color: #e8e6df;
	border: 1px solid #e8e6df;
}















/* -- footer -- */

#divFooter {
	min-height: 48px;
	text-align: center;
	border-top: 1px solid #bdbab4;
	padding-top: 15px;
	clear: both;
	opacity: 0;
}

#divFooter a, #divFooter span {
	font: 15px Verdana, Arial, Geneva;
	line-height: 28px;
	padding: 10px 15px;
	display: inline-block;
	margin-left: -1px;
}

@media (max-width: 799px) {
	#divFooter a, #divFooter span {
	}
}

#divFooter span.first {
	padding: 10px 0px 10px 15px;
}

@media (max-width: 529px) {
	#divFooter span.first {
		padding: 10px 15px !important;
	}
}

#divFooter a {
	background-color: #cbc9c3;
	color: #444444;
}

#divFooter a:hover {
	color: #000000;
}

#divFooter div {
	display: inline;
}













/* -- admin -- */

#divAdmin {
	min-height: 30px;
	font-family: Verdana, Arial, Geneva;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#divAdmin a {
	font-family: Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
}

#divAdmin a:hover {
	color: #666666;
}













/* -- ligacoes -- */

#divLigacoes {
	width: 90%;
	font-family: Verdana, Arial, Geneva;
	font-size: 1.5rem;
	color: #d5d3cd;
	text-align: center;
	margin: 0 auto;
	cursor: default;
}

@media (max-width: 799px) {
	#divLigacoes {
		font-size: 1.3rem;
	}
}

#divLigacoes a {
	color: #d5d3cd;
}

#divLigacoes a:hover {
	cursor: default;
}











/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  opacity: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.flexslider .slides {
  width: 100%;
  height: 100%;
  zoom: 1;
}
.flexslider .slides li {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.flexslider .slides li > div {
	position: absolute;
	bottom: 150px;
	width: 500px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 30px;
}

@media (max-width: 639px) {
	.flexslider .slides li div {
		bottom: 75px;
		width: auto;
		margin: 0 20px;
		padding: 20px;
	}
}

.flexslider .slides li div h2 {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 135%;
	margin: 0;
}
.flexslider .slides li div h2 a:hover {
	color: #333333;
}
.flexslider .slides li div h3 {
	font-size: 1.7rem;
	font-weight: 300;
	color: #555555;
	line-height: 135%;
	margin: 5px 0 14px 0;
}
.flexslider .slides li div p {
	margin: 5px 0 13px 0;
}
.flexslider .slides li div a.btDetalhe {
	height: 28px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #a5a39d !important;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 0 8px;
	border: 1px solid #cdcac3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
}
.flexslider .slides li div a.btDetalhe:hover {
	background-color: #e7e5de;
	color: #444444 !important;
	border: 1px solid #e7e5de;
}

/* select da homepage */
.flexslider .slides li div form {
	margin: 0;
}

.flexslider .slides li div select {
	max-width: 300px;
	height: 32px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #555555;
	line-height: 32px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
}

.flexslider .slides li div select option {
	font-family: Verdana, Arial, sans-serif;
}

@media (max-width: 639px) {
	.flexslider .slides li div select {
		max-width: 220px;
		padding: 0 0 0 7px;
	}
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
}

.flex-direction-nav {
	display: none;
}

.flex-control-nav {
	position: absolute;
	left: 30px;
	bottom: 50px;
}

@media (max-width: 639px) {
	.flex-control-nav {
		left: 20px;
		bottom: 25px;
	}
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
}
.flex-control-paging li a.flex-active {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 1);
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ESTREIA */

.flexslider .textwidget {
	display: inline !important;
}

/* Botao descer homepage */

#goDown {
	position: absolute;
    left: 50%;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: 50px;
	width: 54px;
	height: 30px;
	z-index: 300;
	display: block;
	opacity: 0;
 }

@media (max-width:1023px) {
	#goDown {
		left: auto;
		right: 30px;
		-ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	}
}

@media (max-width: 639px) {
	#goDown {
		bottom: 25px;
	}
}

 















/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: #ffffff;}
#colorbox{outline:0;}
    #cboxContent{overflow:visible; background:#ffffff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#ffffff; padding:1px; margin-bottom: 35px;}
        #cboxLoadingGraphic{}
        #cboxLoadingOverlay{background:#ffffff;}
        #cboxTitle{position:absolute; bottom:10px; left:0; text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:10px; left:10px; color:#999999;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; background: transparent;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow{display: none !important;}
        #cboxPrevious{position: absolute; top: calc(50% - 40px); left: 10px; background: url("media/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background: url("media/bt_anterior.png") bottom no-repeat;}
		#cboxPrevious:focus{outline: none;}
        #cboxNext{position: absolute; top: calc(50% - 40px); right:10px; background: url("media/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background: url("media/bt_seguinte.png") bottom no-repeat;}
		#cboxNext:focus{outline: none;}
        #cboxClose{position: absolute; bottom: 5px; right: 10px; background: url("media/bt_close.gif") no-repeat; width:25px; height:25px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
		
@media (max-width: 1023px) {
	#cboxLoadedContent{margin: 0;}
	#cboxTitle {display: none !important;}
	#cboxCurrent {display: none !important;}
}













/* -- COVID -- */

#divCovid {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #d5d3cd;
	font-family: Verdana, Arial, Geneva;
	font-size: 1.5rem;
	line-height: 50px;
	color: #444444;
	text-align: left;
	white-space: nowrap;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
	z-index: 900;
}

@media (max-width: 1023px) {
	#divCovid {
		top: 65px;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#divCovid {
		top: 35px;
	}
}

@media (max-width: 499px) {
	#divCovid {
		top: 57px;
	}
}

@media (max-width: 399px) {
	#divCovid {
		top: 38px;
	}
}

#divCovid.open {
	top: 150px !important;
}

@media (max-width: 1023px) {
	#divCovid.open {
		top: 115px !important;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#divCovid.open {
		top: 85px !important;
	}
}

@media (max-width: 499px) {
	#divCovid.open {
		top: 107px !important;
	}
}

@media (max-width: 399px) {
	#divCovid.open {
		top: 88px !important;
	}
}

#divCovid a.first {
	position: relative;
	height: 50px;
	background-image: url("media/bg_covid.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 1.5rem;
	line-height: 50px;
	color: #d5d3cd;
	font-weight: 500;
	padding: 0 40px 0 25px;
	margin-right: -25px;
	display: inline-block;
	overflow: hidden;
	z-index: 800;
}

#divCovid a.second {
	position: relative;
	height: 50px;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 1.5rem;
	line-height: 50px;
	color: #444444;
	font-weight: 400;
	padding: 0 25px 0 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 700;
}

#divCovid a.second:hover {
	background-color: #444444;
	color: #d5d3cd !important;
	font-weight: 500;
}

#divCovid #closeCovid {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #d5d3cd;
	background-image: url("media/bt_close.png");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	z-index: 850;
}

#divCovid #closeCovid:hover {
	background-color: #444444;
	background-position: center bottom;
}

/* Add space in divMain for the bar */

#divMain {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#divMain.open {
	margin-top: 200px !important;
}

@media (max-width: 1023px) {
	#divMain.open {
		margin-top: 165px !important;
	}
}

/* smartphones horizontal - barra de topo mais baixa */
@media (max-width: 799px) and (orientation: landscape) {
	#divMain.open {
		margin-top: 135px !important;
	}
}

@media (max-width: 499px) {
	#divMain.open {
		margin-top: 157px !important;
	}
}

@media (max-width: 399px) {
	#divMain.open {
		margin-top: 138px !important;
	}
}