html {
    overflow: auto;
}

p.legendaComum {
    font-size: 12px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 30px;
    background-color: #eaeaea;
}

div#container_img {
    padding-top:5px;
}

img#img_meio{
    width:500px;
    height: auto;
    margin-bottom:0px;
}
a.link_menu {
    text-decoration: none;
    color: #565656;
     -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
}

a.link_menu:hover {
    color: #00b896;
     -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
}

#pais-01 {  left: 568px; top: 210px; }
#pais-02 {  left: 533px; top: 138px; }
#pais-03 {  left: 560px; top: 235px; }
#pais-04 {  left: 487px; top: 218px; }
#pais-05 {  left: 600px; top: 184px; }
#pais-06 {  left: 526px; top: 195px; }
#pais-07 {  left: 641px; top: 55px;  }
#pais-08 {  left: 586px; top: 98px;  }
#pais-09 {  left: 498px; top: 32px;  }
#pais-10 {  left: 280px; top: 60px;  }




.pais-pin {
    border: 3px solid #222;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: relative;
    left:20px;
    top:214px;
    -webkit-animation: pulsate 1.2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0;
    display: block;
}

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

.pais-pin:hover, .pais-pin.ativo {
    background: rgba(255,255,255,0.6);
    -webkit-animation: 0;
    -webkit-transform: scale(1);
    opacity: 1;
}

.pais-pin.ativo {
    background: rgba(153,51,51,0.2);
    border-color: #993333;
            -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.inner {
    overflow: hidden;
}

.inner > div {
    float: left;
    background: #ddd;
    width: 50%;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

#crises-map {
    position:relative;
    left: 58%;
    z-index: 1;
    -webkit-transform: translateX(-50%);  
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);  
}

#crises-map-container {
    overflow: hidden;
    padding-top: 35px;

}

#crise-desc > div {
    padding: 30px 50px 50px 50px; background: #eee;
}

#crise-desc > div {
    display:none;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#crise-desc > div.ativo {
    display:block;
    margin-left:0px !important;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.overlayMap {
   /*background:rgba(255,255,255,0.5);*/
   position:relative; 
   width:1005px;
   height:490px; /* your iframe height */
   top:490px;  /* your iframe height */
   margin-top:-490px;  /* your iframe height */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999999;
        left: 58%;
    -webkit-transform: translateX(-50%);  
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);  
}

#timeline-container > iframe {
    display:none; margin: 0; padding:0;border-bottom: 10px solid #fff; 
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#timeline-container > iframe.ativo {
    display:block; margin: 0; padding:0;border-bottom: 10px solid #fff;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.visao-icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -4px;
    width:20px;
    padding-top:20px;
}

.btn {
    position:absolute;
    padding: 10px 15px;
    border: 2px solid #999;
    color: #999;
    width: auto;
    -webkit-transition: all 0.3s ease;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.btn:hover {
    background: #222;
    border: 2px solid #222;
    padding: 10px 22px;
    color: #ccc;
    -webkit-transition: all 0.3s ease;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.crise-visao {
    padding:50px;
    background: url(../imgs/crises_layout-04.png) top 110px left 15px no-repeat; 
    display:none;
}

.crise-visao.ativo {
    display:block;
}

.crise-visao-container {
    background: #f5f5f5;
}

h5 {
    text-transform: uppercase;
    font-family: 'flamamedium';
}

.desc {
    font-style: italic;
}

.visao {
    background: url(../imgs/crises_layout-04.png) top 0px left 0px no-repeat; 
}

::-webkit-selection { 
background : #222; 
color : #fff; 
text-shadow : none; }

::-moz-selection { 
background : #222; 
color : #fff; text-shadow : none; }

::selection { 
background : #222; 
color : #fff; 
text-shadow : none; }


.tutorial {
    padding: 10px 50px; max-width:680px;
}

a.tooltips {
}
a.tooltips span {
  opacity: 0;
  bottom: 30px;
  left: 50%;
  margin-left: -85px;
    position: absolute;
    width: 170px;
    margin-bottom: 12px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-bottom: 2px;
  margin-left: -85px;
  z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.overlayMap a.ativo span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-bottom: 2px;
  margin-left: -85px;
  z-index: 999;
}

a.tooltips span:hover,  a:hover.tooltips span:hover {
  visibility: hidden;
   opacity: 0;
}

#exploresp {
    margin: 0 auto;
}














#box {
    background-color: #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
}
span.explore{
    font-size: 20px;
}

span.sp {
    font-size:20px;
    color: #00b896;
}
span.confira {
    font-style: italic;

}

img.anuncio {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
    width: calc(100% - 20px);
    max-width: 970px;
    padding: 0 10px;
}


div.lines {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../imgs/line-01.png) 20px top no-repeat, url(../imgs/line-01.png) right 20px bottom no-repeat;
    background-size: 104px 282px;
    transition: background-size 1s ease-in-out;
    -moz-transition: background-size 1s ease-in-out;
    -ms-transition: background-size 1s ease-in-out;
    -o-transition: background-size 1s ease-in-out;
    -webkit-transition: background-size 1s ease-in-out;
}

div.marcadagua {
    position: absolute;
    width: 100%;
    z-index: -1;
}

div#precisao {
    background: url(../imgs/marca.png) right -400px center no-repeat;
    opacity: 0.5;
    height: 50%;
}


.container img {
max-width:100%;
}

.textIntro {
    text-shadow: 0px 0px 6px rgba(0,0,0,1); /* Chrome, Firefox 3.5+, IE 10+, Opera 9+, Safari 1+ */
}
    
.hidden {
    display:none;
}
#menu-mobile {
    height:0;
    display:none;
    background: #222;
    padding: 10px 20px 20px 20px;
    position: fixed;
    /*width: 100%;*/
    top: 36px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu-mobile.menuAutoHeight {
    display:block;
    height:auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.darkbg * {
    color: #ccc;
}

.colorbg {
    width:100%; background: #ccc; padding: 20px 0;
}

.galeria a {
    background: #00b896;
}

.galeria a img:hover {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



#menu-mobile li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
#menu-mobile a {
    color: #ccc;
    padding: 5px 10px;
    background-color: #333;
    display:block;
}
#menu-mobile a.mobile-active {
    background: #00b896;
    color: #222;
}
#menu-mobile-trigger {
    display:none;
    position: absolute;
    top: 0;
    width: 40px;
    height: 36px;
    background-color: transparent;
    background-image: url(../imgs/menu.png);
    background-repeat: no-repeat;
    background-position-y: -2px;
}
#menu-mobile-trigger.aberto {
    background-color: #222;
}
.darkbg {
    background: #222;
}

.darkbg p, .darkbg h2, .darkbg h4 {
    color: #ccc !important ;
}

.darkbg h3 {
    text-align: left;
}

col {
    text-align: left !important;
}

h1 {
    
    text-transform: uppercase;
    font-size: 3.25em !important;
    letter-spacing: 0.1em;
    font-family: 'flamamedium';
}
h2 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h4 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.olho {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bold {
    font-family: 'flamamedium';
}

.color {
    color: #00b896;
}

img.perfil {
    width: 100%; max-width: 220px;
}

hr.colorLine {
    border: 0;
    height: 6px;
    background: #222;
    width: 100%;
    max-width: 40px;
    margin: 0 0 -5px 0;
    /* margin-bottom: 12px; */
}

hr.lightLine {
    border: 0;
    height: 6px;
    background: rgba(255,255,255,0.2);
    width: 100%;
    max-width: 40px;
    margin: 0;
    margin-bottom: 12px;
}


hr.darkLine {
    border-top: 2px solid #333;
}

footer {
    /*background: #222 !important;*/
}

footer .container {
    padding: 40px 20px
}

.credits {
    color: #555;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 19px;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
}

p.creditos {
    font-size:10px; 
    padding-top: 10px;
    opacity: 0.8; 
}

.tg tr:first-child {
    border-top: none !important;    
}

.tg tr {
    border: none !important;
    border-top: 2px solid #333 !important;
}

.tg td {
    padding: 20px 10px;
    border-style: none;
    overflow: hidden;
    word-break: normal;
}

.tg td:nth-child(2) {
    color: #777;
}

.tg td:first-child {
    white-space:nowrap;   
}

.entrevista td {
    padding: 20px 0px;
}

@media only screen and (max-width: 720px) {
    .entrevistado {
        width: auto;
        position: relative;
        margin-top: -150px;
        padding-left: 130px;
        display: block;
        margin-bottom: 30px;
    }    
}


.textCenter {
    text-align: center;
}

.verticalCenterParent {
 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.verticalCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ONDA */
#wave-container{position:relative; height:391px; margin: 25px 0 25px;}
#wave-container div{position:absolute; display:none;}
/*#wave-container div.active{display:block;}*/
#wave-container p {
    position: absolute;
    margin-top: 30%;
    width: 30%;
    border-top: 2px solid #00b896;
    padding-top: 10px;
}
#wave-btn {
    text-align: center;
    width:176px;
    margin: 0 auto 100px;
}
#wave-btn li {
    float: left;
    margin:0 auto;
    background: #ccc;
    margin: 0 10px;
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
    width: 24px;
    font-family: 'flamamedium';
}
#wave-btn li:hover, #wave-btn li.ativo {
    cursor: pointer;
    background: #00b896;
    color: #fff;
    margin: -2px 8px -2px;
    line-height: 28px;
    height: 28px;
    border-radius: 14px;
    width: 28px;   
}

.cenarios_graficos .span_1_of_4 {
    margin-top: 10px;
}

.cenarios_graficos {
    border-top: 2px solid #ddd;
    margin: 20px 0;
}

.subtitulo {
    border-top: 2px solid #ddd;
    padding-top: 20px;
}
/* VIDEOS */

.fp-slide iframe {
    display:none;
}

.fp-slide.active iframe {
    display:block;
}


/*
#video_big div {
    display:none;
}

#video_big div.video_ativo {
    display:block;
}

#video_thumbs a img:hover {
    opacity: 0.8;
}
.esmaecer {
    opacity: 0.2;
}*/

/* GALERIA */
.galeria {
    /*background: #111;*/
}

.galeria img {
   /* height: 200px;*/
    float:left;
}

.relacionados-rep a {
    display:block;
    color: rgba(0,0,0,0.5);
    border-top: 2px solid rgba(255,255,255,0.2);
    padding: 10px 0 10px 40px;
    background-image: url(../imgs/br.png);
    background-size: 26px 20px;
    background-repeat: no-repeat;
    background-position: 8px 12px;
    color: rgba(255,255,255,0.8);
}

.relacionados-rep a.eua {
    background-image: url(../imgs/eua.png);
}
.relacionados-rep a.esp {
    background-image: url(../imgs/esp.png);
}
.relacionados-rep a.pt {
    background-image: url(../imgs/pt.png);
}

.relacionados-rep a:hover {
    color: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.6);
}

#mapa-mobile {
    display:none;
}

/* Style for our header texts
* --------------------------------------- */
	h1{
		font-size: 3em;
		color: #fff;
		margin:0;
	}
	.intro p, .white {
		color: #fff;
	}
        
    .text {
        font-size:16px;
    }

    .center {
        text-align: center;
    }

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		/*text-align:center; */
	}

	#myVideo{
		/*position: absolute;*/
        margin-top: 36px;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
        min-height: 600px;
		background-size: 100% 100%;
 		background-color: black; 
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}
    /* Fixed header and footer.
	* --------------------------------------- */
	#header {
		position:fixed;
		height: 36px;
		display:block;
		width: 100%;
        top:0px;
		background: white;
		z-index:9;
		text-align:center !important;
		color: #f2f2f2;
		padding: 0;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
              box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6); /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

	}

    #menu {
        text-align: center;
        /*text-transform: uppercase;*/
    }
    #menu li a {
        display: block;
    }
     #section0 {
      background: url(../imgs/kobani.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*height: calc(100% - 137px) !important; /* height: calc(100% - 36px) !important; video fullscreen */
        min-height: 550px !important;
        max-height: 800px;
        top: 14px;
    }

    #menu li {
    list-style-type:none;
    float:left;
    }
    #menu li a {
        width: auto;
        line-height:36px;
        display:block;
        height: 36px;
        padding: 0 10px;
        background-color: #fff;
        border-left: 1px #ddd solid;
        -ms-transform: skew(-20deg,0deg); /* IE 9 */
        -webkit-transform: skew(-20deg,0deg); /* Chrome, Safari, Opera */
        transform: skew(-20deg,0deg); /* Standard syntax */
    }
    #menu li:first-child a {
        border: none;
    }

    #menu li a {
        width: auto;
        line-height:36px;
        display:block;
        height: 36px;
        padding: 0 10px;
        background-color: #fff;
        -ms-transform: skew(-20deg,0deg); /* IE 9 */
        -webkit-transform: skew(-20deg,0deg); /* Chrome, Safari, Opera */
        transform: skew(-20deg,0deg); /* Standard syntax */
      -webkit-transition: background 0.2s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    #menu li a span {
        display: block;
        -ms-transform: skew(20deg,0deg); /* IE 9 */
        -webkit-transform: skew(20deg,0deg); /* Chrome, Safari, Opera */
        transform: skew(20deg,0deg); /* Standard syntax */
    }
    #menu li a:hover {
        background-color: #00b896;
        color: #fff;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }

#menu #fix {
    position: absolute;
    left: 50%;
    margin-left: -290px
    }
        
	/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */
	#section0 .layer{
		position: absolute;
		z-index: 4;
		width: 100%;
		left: 0;
		top: 30%;
		height: 100%;
	}

    .overlaydark {
        position:absolute;
        height: 100%;
        width: 100%;
        top:0;
        left:0;
        background: rgba(0,0,0,0.6);
    }

    .subpage {
        position: relative;
    }
    
    .imgHeader {
      background-color: #ccc;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 400px !important;
    }

    .legendaFoto {
        position: absolute;
        bottom: 2px;
        right: 10px;
        color: rgba(255,255,255,0.9);
        font-size: 12px;
        text-align: right;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    }

    .subpage {
        margin-top: 120px;
    }


/* ==========================================================================
   Redes Sociais
   ========================================================================== */

#shareBar{
    position: absolute;
    width: 120px;
    height: 40px;
    top: 3px;
    right: 0;
    z-index: 99999999;
} 
#shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(0,0,0,0.4);
  font-size: 11px;
  font-weight: bold;
  margin-top: 40px;
}
#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
    
    .container {
        max-width: 970px; 
        margin: 0 auto;
        height:auto;
        padding: 40px;
    }
    
    .nopadding {
        padding-top: 0 !important;
    }
    #main-logo {
        width: 130px;
        height: 28px;
        z-index: 999999;
    }
    #mobile-logo {
        display:none;
        width: 130px;
        height: 28px;
        z-index: 999998;
        float: left;
        position:absolute;
        top: 0;
        left: 40px;
    }
    .logo {
        float: left;
        height: 28px;
        width: 130px;
        margin-top: 2px;
        opacity: 0.5;
        padding-left: 10px;
    }
    .logo:hover {
        opacity: 1;
    }
    #v0 {
        width: 100%;
    }

    video {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
    }

    #section0 .layer{
        /*left: 130%;
        position:relative;*/
        text-align: center;
    }
    #section0 .layer p {
        text-align: center;
    }
    #section1 p{
    }
    #section2 .h1{
        left: -130%;
        position:relative;
    } 

@media (max-width:970px) {
    #mapa-desktop {
        display:none;
    }
    #mapa-mobile {
        display:block;
    }
    .container {
        max-width: 970px; 
        margin: 0 auto;
        height:auto;
        padding: 40px 40px;
    }
    #section0 .layer {
        top: 20%;
    }
}  

@media (max-width: 790px) {
    .inner > div {
        width: 100%;
    }
    
}

@media (max-width:480px) { 

    #crise-desc > div {
        padding: 10px 20px 40px 20px;
    }
    .tutorial {
        padding: 10px 20px;
    }

    #mobile-map {
        -webkit-transform: scale(0.6); 
      -ms-transform: scale(0.6);  
          transform: scale(0.6); 
    }

    #crises-map-container {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: -100px;
    height: 470px;
    }
}