@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	height:100%;
	margin:0;
	padding:0;
}

#seccao1 #seccao1-wrapper{
	margin:auto;
	position:relative; 
	max-width:1336px;
	
	}

/*Links CSS hover Inicio*/
 .navigation ul {
  list-style: none;
}
 .navigation li{
	display:inline
}
#seccao1 ::placeholder {
    color: #CCC;
    opacity: 1; /* Firefox */
}

#seccao1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #E9E9E9;
}

#seccao1 ::-ms-input-placeholder { /* Microsoft Edge */
   color:  #E9E9E9;
}

 .navigation .menu{
padding:0;
	}
 .navigation .menu a {
  position: relative;
  display: inline;
  transition: color .2s ease;
  padding:0px ;
  margin:0px 0.75%;
}
 .navigation .menu a:hover::after,
    .menu a:hover::before {
      width: 100%;
      left: 0;
    }
 .navigation .menu a::after,
 .navigation .menu a::before {
    content: ''; 
    position: absolute;
    top: 100%;
    width: 0;
    right: 0;
    height: 1px;
  }
 .navigation .menu a::before {
-moz-transition:width .3s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
-webkit-transition:width .3s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
-o-transition: width .3s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
transition: width .3s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
background: #FFFFFF;
  }
 .navigation .menu a::after {

-moz-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
-webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
-o-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);	
background: #FFFFFF;
  }
  
  
  
  .seta {
	border-right:#FFF 10px solid; 
    border-bottom:#FFF 10px solid;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg) translate(0) perspective(999px);
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
	animation-iteration-count:infinite;
}

.capa_seta{
	position:absolute;
	height: 40px;
	width: 40px;
	padding: 12px 8px 12px 18px;
	border-radius:100px;
	margin:auto;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
	animation-iteration-count:infinite;
}

.capa_seta:hover  .seta, .capa_seta:hover{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	opacity:1;
	cursor:pointer;
}

@keyframes example {
    0%{border-color: #fff;}
    50% {border-color: #A3A3A3;}
	100% {border-color: #fff;}
}

/*Honeycomb Hexagonos*/
 .seccao1-hexy {
  position: relative;
  margin: 1px 26px;
  height: 173.2050807569px;
  width: 100px;
  display: inline-block;
  color:#FFF;
  font-size:18px;
  font-weight:bold;
   background-color:#CCC;
  opacity:0.8;
}

.seccao1-hexy:hover {
  background-color: #01B0F1;
  cursor: pointer;
  z-index: 105;
  opacity:0.7;
}

.seccao1-hexy,
.seccao1-hexy:before,
.seccao1-hexy:after {
  height: 173.2050807569px;
  width: 100px;
  box-shadow:#FFF 0px 2px 0px inset, #FFF 0px -2px 0px inset;  
}
.seccao1-hexy:hover,
.seccao1-hexy:before:hover,
.seccao1-hexy:after:hover {
  background-color: #01B0F1;
  cursor: pointer;
  opacity:0.7;
}

.seccao1-hexy:before {
  position: absolute;
  content: "";
  background-color: inherit;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  overflow: hidden;
}

.seccao1-hexy:after {
  position: absolute;
  content: "";
  background-color: inherit;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.seccao1-hexy:nth-child(odd) {
  top: 88px;
}

.seccao1-hexynone {
  position: relative;
  display: inline-block;
  height: 173.2050807569px;
  width: 100px;
  margin: 1px 26px;
}

.seccao1-hexynone:nth-child(odd) {
  top: 88px;
}

.seccao1-hex-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  font-size: 20px;
  text-align: center;
  z-index: 100;
   
}

.seccao1-hex-container span{

  text-align:center;
}


.seccao1-ibws-fix {
  font-size: 0;
}

.seccao1-hexyinner {
  position: absolute;
  background-color: black;
  opacity: 0.5;
  height: 155.8845726812px;
  width: 90px;
  top: 8px;
  left: 5px;
  /*outline: 1px solid red;*/
  display: inline-block;
  
}

.seccao1-hexyinner,
.seccao1-hexyinner:before,
.seccao1-hexyinner:after {
  height: 155.8845726812px;
  width: 90px;
  z-index: 20;

}

.seccao1-hexyinner:before {
  position: absolute;
  content: "";
  background-color: inherit;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  overflow: hidden;
}

.seccao1-hexyinner:after {
  position: absolute;
  content: "";
  background-color: inherit;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  overflow: hidden;
}

.seccao1-hex-clear:hover{
	background:none;
	cursor:default;
	}
.seccao1-hex-clear{
	background:none;
	cursor:default;
	}


#hex-text-pg,#hex-text-mba,#hex-text-fc,#hex-text-fa{
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:800;
	display:inline-block;
	position:absolute;
	z-index:200;
	text-shadow:#666 0px 0px 3px;
	 
	}

	
#hex-text-pg:hover,#hex-text-mba:hover,#hex-text-fc:hover,#hex-text-fa:hover{
	cursor:pointer;
	
	}
#hex-text-pg:hover ~ .seccao1-ibws-fix #seccao1-hexy-pg,#hex-text-fa:hover ~ .seccao1-ibws-fix #seccao1-hexy-fa,#hex-text-mba:hover ~ .seccao1-ibws-fix #seccao1-hexy-mba,#hex-text-fc:hover ~ .seccao1-ibws-fix #seccao1-hexy-fc{
	background-color:#01B0F1;
	opacity:0.7;
	}	
	
.seccao1-hex-container {
  width: 650px;
  height: auto;
  margin:auto;
  display:none;
}

.mm-listview {
    line-height: 20px !important;
    font-size: 12px !important;
}
	
 /*Honeycomb Hexagonos*/
 
/* Exclusivo para Problemas IE */
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .navigation .menu a::before {
-webkit-transition:none;
transition: none;
  }
 .navigation .menu a::after {
-webkit-transition: none;
transition: none;
  }
 #seccao1{	
  background-attachment:inherit !important;
 }
}
/*Links CSS hover Fim*/