body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    background-color: #eee;
    color: #565656;
    line-height: 1.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Layout */

#container {
    padding: 2em;
    margin: 0;
    background-color: #fff;
}
.modulo {
    background-color: #42949c;
    color: #fff;
    width: 100%;
    min-height: 41px;
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 100%;
}
.modulo h1 {
    font-size: 1.1em;
    margin: 0px;
    font-weight: 100;
    padding: 9px;
    margin-left: 15px;
}
.aula {
    width: auto;
    position: fixed;
    top: 40px;
    width: 100%;
    border-top: 1px solid #fff;
    left: 0px;
    right: 0px;
    font-size: 0.8em;
    z-index: 3;
}
.aula h1 {
    font-weight: 200;
    font-size: 1.5em;
    color: #036b75;
    margin-bottom: 4px;
    margin: 0px;
    padding-left: 30px;
}
.corpo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: justify;
    top: 90px;
    padding-bottom: 50px;
}
.corpo h1 {
    font-size: 1.3em;
    font-weight: 300;
    background-color: #31b0bd;
    color: #fff;
}
.corpo h2::before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 10px;
}
.corpo h2 {
    font-size: 1.1em;
    font-weight: 300;
    color: #036b75;
}
.corpo h3 {
    font-size: 1em;
    font-weight: 400;
    color: #036b75;
}
.corpo h3::before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 10px;
}
.imagem {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 5%;
    padding-right: 5%;
}
.imagem-direita {
    float: right;
    margin-left: 0.5em;
    margin-right: 0px;
}
.legenda {
    font-size: 0.7em;
    text-align: center;
}
.legenda-direita {
    font-size: 0.7em;
    text-align: center;
    float: initial;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.idaula {
    background-color: #31b0bd;
    padding: 3px 5px 2px 10px;
    color: #fff;
    margin-right: 10px;
    margin-left: -5px;
    font-size: 0.9em;
    font-weight: 100;
    padding-left: 20px;
}
#tecnica {
    font-size: 0.85em;
    font-weight: 300;
}
#sumario2 {
    position: relative;
    top: 0px;
}
#sumario {
    top: 64px;
}
p {
    font-size: 1em;
}
.destaque {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reflex_inicial {
    height: 35px;
}
.reflex_inicial h1 {
    color: #fff;
    margin-left: 60px;
    color: #036b75;
    font-size: 1.2em;
    background-color: transparent;
}
#video {
    height: 80px;
    background-color: #68a9af;
}
#video h1 {
    color: #fff;
    margin-left: 70px;
    font-size: 1.1em;
    background-color: transparent;
    padding-top: 1.2em;
    padding-left: 1em;
    font-weight: 100;
}
#videoicone {
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}
.destaque_texto {
    width: auto;
    background-color: #deeeef;
    padding: 1px 40px 1px 61px;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}
.destaque_texto a {
    color: inherit;
}
.destaque_texto a {
    color: inherit;
}
.destaque-video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #42949c;
    margin-top: 20px;
    margin-bottom: 20px;
}
.destaque_video {
    width: auto;
    background-color: #42949c;
    margin: 0px;
    position: relative;
    padding-bottom: 62%;
    height: 0;
    overflow: hidden;
}
.destaque_video iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.importante {
    background-color: #fff;
    padding: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #50b1bd;
}
.icone {
    width: 43px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}
.exemplo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #adabab;
    /* padding: 10px; */
    background-color: #fbfbfb;
}
.exemplo .destaque_texto {
    background-color: transparent;
}
.exemplo h1 {
    color: #fff;
    margin-left: 60px;
    color: #036b75;
    font-size: 1.2em;
}
.listaaulas span {
    content: 'Aula';
    color: #3e949d;
    background-color: #cae2e4;
    padding: 4px;
    font-weight: 400;
    margin-right: 5px;
    border-right: 2px solid #3e949d;
    padding-right: 10px;
}
.listaaulas li {
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    color: #424242;
    font-weight: 300;
}
. listaaulas li:hover {
    background-color: #909090;
}
.listaaulas a {
    text-decoration: none;
}
.links li {
    background-color: transparent;
}
.links li::before {
    content: '\2192 ';
}
.links a {
    padding-left: 3px;
    color: #2e6c75;
    text-transform: capitalize;
}
.outra table {
    display: contents;
    position: absolute;
}
.outra p {
    line-height: normal;
    padding: 0px;
}
table {
    border: 2px solid #1D959E;
    background-color: #FCFCFC;
    width: 80%;
    text-align: left;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    line-height: 1.4em;
}
table td,
table th {
    border: 1px solid #AAAAAA;
    padding: 4px 10px;
}
table tr:nth-child(even) {
    background: #e2eff1;
}
#titulo {
    background-color: #036b75;
    color: #fff;
    text-align: center;
}
#titulo2 {
    background-color: #b7dddd;
    text-align: center;
}
#centro {
    text-align: center;
}
.centro {
    margin-left: auto;
    margin-right: auto;
}
table p {
    background-color: transparent;
    padding: 0.5em;
    line-height: 1.4em;
}
span {
    font-weight: bold;
}
#exemplo {
    background-color: transparent;
    border: 1px solid #53a29f;
}
#glossario td:first-child {
    background-color: #036b75;
    color: #fff;
    text-align: center;
}
#glossario td:last-child {
    text-align: justify
}
#glossario {
    width: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
}
.glossario {
    background-color: #ccc;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-radius: 3px;
    font-weight: inherit;
}
.acervo {
    margin-top: 2em;
    font-weight: 500;
    color: #2e6c75;
}
.linkacervo a {
    text-decoration: none;
    color: #4076bb;
}
#ficha p {
    line-height: 1em;
    padding: 0px;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
.tooltip {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    color: #565656;
    padding: 15px 20px;
    //white-space: nowrap;
    //left: auto; right: auto; 
    top: 20px;
    width: 260px;
    //margin-left: -130px;
    z-index: 1;
    font-size: 14px;
    font-weight: 300 !important;
    border-radius: 5px;
    box-shadow: 0 0 20px #BBB;
}
.hasTip {
    position: relative;
    background-color: #ccc;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-radius: 3px;
    font-weight: inherit;
    /*&:hover {
		.tooltip {
			display: block;
		}
	}*/
    &:after {
        content: '?';
        display: inline-block;
        position: relative;
        font-size: 10px;
        border-radius: 50%;
        background: MediumTurquoise;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        top: -7px;
        margin-left: 1px;
        margin-right: 1px;
        font-weight: 700;
        color: #fff;
    }
}
