/*
	Contactos
*/

#mapa01{
	width: 100%;
	height: 100%
}

.iframe{
	width: 100%;
	height: 100%
}

.mapa{
	width: 100%;
	height: 480px;
	margin-left: 15%;
	top:50%;;
	background: transparent url(../images/mapa.png?v=1.1)no-repeat bottom center;
	color:steelblue;
}

.norte{
	width: 100%;
	height: 25%;
   transition: All .5s ease-in-out;
   -moz-transition: All .5s ease-in-out;
   -webkit-transition: All .5s ease-in-out;
	background-color: rgba(255,255,255,.0);
}

.norte:hover{
	width: 100%;
	height: 25%;
	background-color: rgba(255,255,255,.5);
}

.centro{
	width: 100%;
	height: 25%;
   transition: All .5s ease-in-out;
   -moz-transition: All .5s ease-in-out;
   -webkit-transition: All .5s ease-in-out;
	background-color: rgba(255,255,255,.0);
}

.centro:hover{
	width: 100%;
	height: 25%;
	background-color: rgba(255,255,255,.5);
}

.sede{
	width: 100%;
	height: 25%;
   transition: All .5s ease-in-out;
   -moz-transition: All .5s ease-in-out;
   -webkit-transition: All .5s ease-in-out;
	background-color: rgba(255,255,255,.0);
}

.sede:hover{
	width: 100%;
	height: 25%;
	background-color: rgba(255,255,255,.5);
}

.sul{
	width: 100%;
	height: 25%;
   transition: All .5s ease-in-out;
   -moz-transition: All .5s ease-in-out;
   -webkit-transition: All .5s ease-in-out;
	background-color: rgba(255,255,255,.0);
}

.sul:hover{
	width: 100%;
	height: 25%;
	background-color: rgba(255,255,255,.5);
}

.contactos{
	position: fixed;
	top: 12vh;
	left: 10vw;
	width: 200px;
	height: 300px;
	padding: 15px;
	z-index: 333333;
	background: rgba(255,255,255,.5);
}

/* Mapa */

#map{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.overlay{
  display:block;
  z-index:10;
  text-align:center;
  height:80px;
  width:102px;
  background:transparent url(../images/marker.png?v=1.1)no-repeat bottom center;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}

.linha{
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

.linha:last-child{
	padding-bottom: 10px;
	border-bottom: 0;
}

.solreabcontent{
	position: absolute;
}

.solreabslider{
	position: relative;
}

.contentblock{
	display: block;
}

/*  */

/* Dummy elements */
.dummy {
	height: 100%;
	text-align: left;
	padding: 1em;
	min-height: 300px;
	margin: 0 auto;
	font-weight: 300;
}

.dummy-text {
	max-width: 1000px;
	font-size: 1.65em;
}

.info {
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
	font-size: 13px;
	padding: 2em 0;
}

.dummy-text p {
	margin-top: 0;
	line-height: 1.8;
	text-align: justify;
}

.dummy-text h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	margin: 2em 0 1em;
}

.dummy-menu {
	max-width: 100%;
	padding: 4em 1em;
}

.dummy-menu ul,
.dummy-team ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 0 3em;
}

.dummy-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 1em;
	font-size: 1.5em;
}

.dummy-menu ul li a {
	display: inline-block;
	font-weight: 700;
	padding: 0.15em 0.25em 0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.dummy-menu-icons ul li {
	width: 2em;
	height: 2em;
	font-size: 2em;
	line-height: 1.75;
}

.dummy-image {
	position: relative;
}

.dummy blockquote {
	font-family: 'Kalam', cursive;
	font-size: 2.5em;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

.dummy blockquote footer {
	font-size: 0.5em;
}

.dummy blockquote footer::before {
	content: '—';
}

.dummy-avatar {
	margin-top: 7em;
	text-align: center;
}

.dummy-avatar > div {
	display: inline-block;
	margin: 0 1em;
}

.dummy-avatar a {
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.dummy-avatar a img {
	border-radius: 50%;
}

.dummy-avatar a h4 {
	margin: 0.25em 0;
	line-height: 1;
	font-size: 1.75em;
	font-weight: 400;
}

@import url(//fonts.googleapis.com/css?family=Gochi+Hand);
.tooltipmapa {
	position: absolute;
	z-index: 999;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
	transition: all 0.6s ease;
	background: rgba(255,255,255,0);
}

/* Trigger item */

.tooltip-item {
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #5472d2;
	-webkit-animation: pulse 0.6s infinite alternate;
	animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.tooltipmapa:hover .tooltip-item {
	border-color: #5472d2;
	background: rgba(255,255,255,0.7);
}

.tooltipmapa:first-child {
	top: 18%;
	left: 53%;
}

.tooltipmapa:nth-child(2) {
	top: 29%;
	left: 54%;
}

.tooltipmapa:nth-child(3) {
	top: 48%;
	left: 45%;
}

.tooltipmapa:nth-child(4) {
	top: 53%;
	left: 47%;
}

.tooltipmapa:nth-child(5) {
	top: 73%;
	left: 63%;
}

/* Tooltip */

.tooltip-content {
	position: absolute;
	background: #5472d2;
	z-index: 9999;
	width: 200px;
	bottom: 50%;
	margin-bottom: -1em;
	padding: 20px;
	border-radius: 4px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	/* font-family: 'Gochi Hand', cursive; */
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-west .tooltip-content {
	left: 4em;
	-webkit-transform-origin: -2em 50%;
	transform-origin: -2em 50%;
	-webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
	transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
}

.tooltip-east .tooltip-content {
	right: 4em;
	-webkit-transform-origin: calc(100% + 2em) 50%;
	transform-origin: calc(100% + 2em) 50%;
	-webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
	transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
}

.tooltipmapa:hover .tooltip-content {
	opacity: 1;
	-webkit-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	pointer-events: auto;
}

.tooltip-content a{
	color:#fff;
}

.tooltip-content a:hover{
	color:#fff;
	font-weight: bold;
}

/* Gap "bridge" and arrow */

.tooltip-content::before,
.tooltip-content::after {
	content: '';
	position: absolute;
}

.tooltip-content::before {
	height: 100%;
	width: 3em;
}

.tooltip-content::after {
	width: 2em;
	height: 2em;
	top: 50%;
	margin: -1em 0 0;
	background: url(../img/tooltip2.svg) no-repeat center center;
	background-size: 100%;
}

.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
	right: 99%; /* because of FF, otherwise we have a gap */
}

.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
	left: 99%; /* because of FF, otherwise we have a gap */
}

.tooltip-east .tooltip-content::after {
	-webkit-transform: scale3d(-1,1,1);
	transform: scale3d(-1,1,1);
}

.legendacontainer{
	min-height: 163px;
}

.legendasolreab{
	bottom: 0;
	position: relative;
	right: 0;
}

.legenda-solreab ul{
	font-size: 13px;
	margin: 0!important;
	padding: 0;
	list-style-type: none;
}

.legenda-solreab li{
	font-size: 11px;
}

.wordpress-456industry .vc_separator h4 {
font-size: 12px!important;
}

.oldissue{
	border: 1px solid #ebebeb;
	padding: 5px;
	min-height: 165px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.oldissue:hover{
	opacity: 1;
}

.oldissuecover img{
	padding: 5px;
}

.oldissuecover{
}

.oldissuetitle {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px;
	display: block;
	bottom: 10px;
	position: absolute;
	background-color: #fff;
	width: 80%;
}

.lesspadding{
	padding: 5px!important;
}