*{margin: 0; padding: 0; text-decoration: none; font-family: sans-serif; }
a, a:visited, a:active, a:hover{text-decoration: none; color: inherit}
.scrollSuave, .scrollSuave:visited, .scrollSuave:active, .scrollSuave:hover{text-decoration: none; color: inherit}

.row{ display: flex; width: 100%; font-family: sans-serif; }
.vh100{min-height: 100vh}
.h100{height: 100%}
.vh90{min-height: 90vh}
.h90{height: 90%}
.flex{ display: flex}
.middle{align-items: center}
.col{display: flex; flex-direction: column}
.btwn{justify-content: space-between}
.arnd{justify-content: space-around}
.center{justify-content: center}
.stch{align-items: stretch}
.acenter{align-items: center}
.wrap{flex-wrap: wrap}
.g1{flex-grow: 1}
.red{ border: solid 1px red;}
.m10{margin: 10px}
.p10{padding: 10px}
.tcenter{text-align: center}
.mw{max-width: 1200px}
div{font-family: sans-serif;}	
.nav_btn{
    position: fixed;
    right: 5px;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav_btn img{height: 45px}
.page_container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: #f2f2f2;
}
.page_session{
    margin-top: 10px;
    border: solid 1px #bdbab9;
    background: #ffffff;
    min-height: 10px;
    max-width: 1200px;
    display: flex;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.40);

}
.session_header{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background: #3a4147;
    color: #d6d6d6;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}
.session_body{
    margin: 10px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.session_body p{
    margin-top: 10px
}

.header{
    font-family: sans-serif;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header_images{
    height: 120px;
}
.header_icons{
    height: 40px;
    margin: 5px;
}
.header_menu{
    display: flex;
}
.header_menu a{
    width: 107px;
    box-sizing: border-box;
    max-height: 100px;
    margin-right: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header_menu a:hover{
    background: #e8e5e4;
    border-bottom: solid 3px #f05514;
}

.questions{
    margin-left: 25px;
}
.questions li{
    margin: 10px;
}

.header_alerta{
    background: #3a4147;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.51);
    font-weight: bolder;
}
.header_alerta p{
    margin:0px 25px;
}

.header_alerta a, .header_alerta a:visited{
    color: #f05514;
}
.psycho{
    font-family: sans-serif;
}

.mensagem_body a, .mensagem_body a:visited{
    color: #f05514;
    font-weight: bolder;
    font-size: 1.1em;
}
.mensagem_body p{
    margin-top: 15px;
    font-size: 1.2em;
}

/**********************************************Time Line************************************************************/
.char_timeline{
    font-family: sans-serif;
}

.tl_row{
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
}
.tl_body{
   width: 280px;
 }
.tl_data{
    width: 80px;
    display: flex;
    justify-content: center;
    font-size: 2em;
    font-weight: bolder;
    color: #f05514;
}
.tl_dot{
    background: #f05514;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.tl_middle{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/timeline.svg");
    background-size: 100%;
    background-position: center;
    height: 100%;
}
.char_photo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d6d3d2;
    margin-bottom: 5px;

}
.char_photo h2{
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.char_photo img{
    height: 120px;
    max-width: 50%;
    margin-bottom: 5px;

}
.char_link{
    text-align: center;
    color: #3a4147;
    font-weight: bolder;
    cursor: pointer
}
.char_btn{
    background:#3a4147 ;
    color: #bfd7e0;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.char_btn:hover{
    transform: translate(-1px,-1px);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;

}
.char_btn:active{
    transform: translate(1px,1px);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    color: #f05514;
}
.info_line img{
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

/**************************************************************/
.comunas_list{
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.comunas_list div{
    margin: 10px;
    width: 270px;

}
.comunas_list img{
    max-width: 50%;
}
.info_line_link{
    display: flex;
    justify-content: center;
    color: #8dacff;
    font-weight: bolder;
}

.tragedias_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tragedias_list div{
    margin: 10px;
}

.tragedia_photo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tragedia_photo img{
    width: 200px;
}

.tragedia_info{

}

.tregedia_line{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mithy_line{
    margin: 10px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;

}

.myth_gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.mithy_line img{
    width: 30px;
    height: 30px;

}
.tregedia_line img{
    height: 30px;
}

.criticas_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    flex-wrap: wrap;
}

.criticas_img{
    margin: 10px;
}

.criticas_img img{
    margin: 10px;
    height: 220px;
    width: 180px;
}

.videos{
    width: 350px;
    height: 220px;
    margin: 5px;
}
.contact{
    margin-top: 40px;
    display: flex;
    justify-content:space-around;
    align-items: center;	
    background: #363636;
    min-height: 120px;
    width: 100%;
    flex-wrap: wrap;
}

.contact_group{
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-size: 1.3em;
    color: #ffffff
}
.contact_group img{
   height: 50px;
   margin: 10px
}

@media only screen and (max-width: 780px) {
   .tl_data{ position: absolute; left: 285px}
   .tl_body{position: absolute; left: 5px}
   .tl_middle{position: absolute; left: 140px; z-index: -1}
   .nav_btn{top: 60%}
   .header_images{height: 80px;}
   .header_menu span{display: none}
   .header_icons{height: 25px;}
   .header_menu a{width: 50px;}  
   
}

.criticals_session{
   width: 100%;
   max-width: 350px;
}