

/* perspectiva  explodida */

#explode {
  width: calc(100% - 4rem);
  max-width: calc(1024px - 96px);
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border-top:3px solid #CCCCCC;
  margin-top: 2rem;
}

#explode img {
  max-width: 100%;
}
#explode nav{
  z-index: 2;
  width: 100%;
  position: absolute;
  text-align: center;
  /*border-top: 3px solid #CCCCCC; */
}

#all img.hiddenImg{
  opacity:0;
  z-index:-1;
}
#all span{
  z-index:1;
}

#explode #top.noview,
#explode #top.view {
  margin-top: 0;
}

#explode #middle.noview{
  margin-top: 120px;
}
#explode #middle.view {
  margin-top: 100px;
}

#explode #bottom.noview{
  margin-top: 270px;
}
#explode #bottom.view {
  margin-top: 200px;
}

.infoLayer {
  position: absolute;
  width: 100%;
  opacity: 1;
  margin-top: 140px;
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
  z-index:1;
}

.infoLayer.noview {
  z-index: 1;
  opacity: .15;
}

.infoLayer.view {
 z-index: 2;
}

.infoLayer .tooltip {
  position: absolute;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}

.infoLayer.view .tooltip {
  opacity: 1;
}
.infoLayer#all .tooltip,
.infoLayer#all.view .tooltip {
  opacity: 1;
}
.infoLayer#all.noview .tooltip {
  opacity: 0;
}

#explode #middle.view, #explode #bottom.view {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#explode #middle.view .tooltip, #explode #bottom.view .tooltip {
  -webkit-transform: scale(.666);
          transform: scale(.666);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* navigation */

#explode header {
  position:absolute;
  z-index:10;
  margin: 0 -24px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 100%;
}

#sectionContent {
  position: absolute;
  margin: 5rem 0 0 0; 
}
#sectionContent p {
  max-width: 300px;
  margin: 0;
  padding:0;
  font-size: 1.6em;
  line-height: 1.5;
  color: #333;
  display: none;
  opacity: 0;
  position: relative;

  font-family: 'flamabook';

  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
#sectionContent p.active {
  display: block;
  opacity: 1;
}

#sectionContent p .introTitle {
  max-width: 660px;
  font-family: 'flamabook';
  font-size: 2.8rem;
  line-height: 1.6em;
  color: #1a5065;
  display: block;
}


/* buttons */

#explode button {
  border: 0;
  background: transparent;
  /*background: #1a5065;*/
  color: #777;
  padding: 8px 0px;
  font-size: 16px;
  font-family: 'flamabook';
  position: absolute;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /* needed for anchors */
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;

  /*border-radius: 1rem;*/

}
button:hover, button:focus, button.hover, button.focus {

}
#explode button:active, #explode button.active {
  /*
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  box-shadow: 1px 0px #3a587f, 0px 1px #4171ae, 2px 1px #3a587f, 1px 2px #4171ae;
  */
  border-bottom: 1px solid #333;
  color: #333;
}
#explode button:focus {
  color: #333;
  border-bottom: 1px solid #333;
}

button, textarea, input { outline: none; }


/* tooltip */

.tooltip {
  display: block;
  position: absolute;
  font-family: 'flamabook';
  z-index:1;
}
.tooltip, .tooltip .tooltip-content {
  z-index:1;
}
.tooltip:hover, .tooltip:hover .tooltip-content {
  z-index:10;
}

.tooltip-item {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid #e89d25;

  box-shadow: 0 0 4px rgba(255,255,255,0.8);
  -webkit-animation: pulsate 1.2s ease-out;  -webkit-animation-iteration-count: infinite;
}

/*
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
  pointer-events: auto;
  z-index: 0;
}*/

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.4;}
    50% {-webkit-transform: scale(1.4, 1.4); opacity: 1;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.4;}
}


.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*-webkit-transition: all 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;*/
}

.tooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  z-index:1000;
}

.tooltip-content {
  position: absolute;
  width: 260px;
  left: 50%;
  margin: 0 0 20px -130px;
  bottom: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 2px 4px 12px rgba(48,54,61,0.2);
  background: #fff;
  /*background: #2a3035;*/
  opacity: 0;
  cursor: default;
  pointer-events: none;
  z-index:-1;
  /*border-radius: 5px;*/
}
.tooltip-content img {
  display: block;
  width: 100%;
}

.tooltip-content::after {
  content: '';
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-content img {
  position: relative;
  height: auto;
  display: block;
  float: left;
  padding-bottom: 1em;
  border-radius: 5px 5px 0 0;
}

.tooltip-text {
  font-size: 1.35rem;
  line-height: 1.3;
  display: block;
  padding: 20px;
  color: #333;
  text-align: left;
}
.tooltip-text b {
  font-size: 1.45rem;
  font-family: 'flamamedium';
  display: block;
  margin-bottom: 0.65rem;
}
.tooltip-title {
  position: absolute;
  display: inline-block;
  font-size: 1.6rem;
  white-space: nowrap;
  cursor: pointer;

  transform: translateY(-115%);
  -moz-transform: translateY(-115%);
  -webkit-transform: translateY(-115%);
}
.tooltip-title.left { right: 20px; left: auto; text-align: right; }
.tooltip-title.right { left: 20px; right: auto; text-align: left; }

#bottom .tooltip-content {
  width: 200px;
  margin-left: -100px;
}
#bottom .tooltip-text{
  text-align: center;
  padding: 10px;
}

.tooltip-title .line { 
  width: 50px; display: inline-block;
  vertical-align: middle;
  margin: 5px;
  border-bottom: 1px solid #333;
}

.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

.tooltip-text a {
  font-weight: bold;
}

.anim-img{
  display: block;
}
.anim-img img{
  display:none;
  opacity:0;
}
.anim-img img.active{
  display:block;
  opacity:1;
}

#infoExtras{
  position: relative;
  width: 100%;
  max-width:970px;
  margin: 2rem auto;
  overflow: hidden;
}
#infoExtras .col{
  float: left;
  width: calc((100% - 20px)/3);
}

/* tooltip positions */

#a01 { left:58%; top: 52%;  }
#a02 { left:74%; top: 30%; }
#a03 { left:45%; top: 37%;  }

#a02 .tooltip-title .line { width: 100px; }

#t01 { left:10%; top: 80%;  }
#t02 { left:50%; top: 50%; }
#t03 { left:70%; top: 35%;  }
#t04 { left:80%; top: 20%;  }

#m01 { left:34%; top: 55%; }
#m02 { left:39%; top: 50%; }
#m03 { left:48%; top: 43%; }
#m04 { left:53%; top: 37%; }
#m05 { left:61%; top: 30%; }
#m06 { left:63%; top: 27%; }
#m01 .tooltip-title .line,
#m02 .tooltip-title .line,
#m03 .tooltip-title .line,
#m04 .tooltip-title .line,
#m05 .tooltip-title .line { 
  width: 120px; 
}

#b01 { left:31%; top: 65.5%; }
#b02 { left:26%; top: 59.5%; }
#b03 { left:26.5%; top: 64.5%; }
#b04 { left:29.5%; top: 56%; }
#b05 { left:35%; top: 56%; }
#b06 { left:47%; top: 45%; }
#b07 { left:55%; top: 38%; }
#b08 { left:61.5%; top: 32%; }
#b09 { left:34%; top: 64%; }

/* responsive */

@media all and (max-width: 720px) {
  #explode {
    margin: 0 2rem;
  }
  .infoLayer {
    margin-top: 230px;
  }
  #sectionContent {
    margin: 5rem 0 0 0; 
    padding:0;
  }
  #explode header {
    /*position:relative;*/
    z-index:10;
  }
  #sectionContent p {
    max-width: 720px;
    margin: 0;
  }

  #explode #middle.noview,
  #explode #middle.view {
    margin-top: 100px;
  }

  #explode #bottom.noview,
  #explode #bottom.view {
    margin-top: 200px;
  }
  .tooltip-title {
    font-size: 1.3rem;
  }

  .tooltip-title .line, #a02 .tooltip-title .line{
    width: 25px;
  }
  #m01 .tooltip-title .line,
  #m02 .tooltip-title .line,
  #m03 .tooltip-title .line,
  #m04 .tooltip-title .line,
  #m05 .tooltip-title .line { 
    width: 48px; 
    /*margin:-28px 5px 0 24px;*/
  }

  #explode button, #explode button:hover, #explode button:focus, #explode button:active {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
    font-size: 1.25rem;
    margin:  0 6px;
  }


}

@media all and (max-width: 480px) {


  .infoLayer {
    margin-top: 180px;
  }
  #sectionContent {
    margin: 5rem 0 0 0; 
  }

  #sectionContent p {
    max-width: 480px;
    margin: 0;
  }

  #explode #top.noview,
  #explode #top.view {
    margin-top: 100px;
  }

  #explode #middle.noview,
  #explode #middle.view {
    margin-top: 160px;
  }

  #explode #bottom.noview,
  #explode #bottom.view {
    margin-top: 200px;
  }

  #explode header {
    margin: 0 0 1rem 0;
  }

  .tooltip-title .line {
    vertical-align: middle;

    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg);/* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }

  .tooltip-title.left .line { padding-top:50px; }
  .tooltip-title.right .line { margin:-40px -25px 0 25px; }

  .tooltip-title.left { 
    right:-10px;
    vertical-align: middle;

    -ms-transform: translateY(-75px); /* IE 9 */
    -webkit-transform: translateY(-75px);/* Chrome, Safari, Opera */
    transform: translateY(-75px);
  }
  .tooltip-title.right { 
    left:-10px;
    vertical-align: middle;

    -ms-transform: translateY(20px); /* IE 9 */
    -webkit-transform: translateY(20px);/* Chrome, Safari, Opera */
    transform: translateY(20px);
  }

  #m01 .tooltip-title .line,
  #m02 .tooltip-title .line,
  #m03 .tooltip-title .line,
  #m04 .tooltip-title .line,
  #m05 .tooltip-title .line { 
    width: 1px; 
    margin:0px;
  }
  #m01 .tooltip-title,
  #m02 .tooltip-title,
  #m03 .tooltip-title,
  #m04 .tooltip-title,
  #m05 .tooltip-title { 
    margin:-35px 0 0 30px;
    display:none;
  }

  #middle .tooltip-title.right .line { 
    left:-10px;
  }

}
