@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat/Montserrat-Regular.woff') format('woff')
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.7) url(../img/bg.png);
    background-attachment: fixed;
    background-size: cover;
}

#body {
    max-width: 968px;
    margin: auto;
    background: url(../img/logo_azul.png) no-repeat 50px 10px;
    padding-top: 90px;
}

header {
    background-color: #c0c0c0;
    position: relative;
    min-height: 150px;
    padding: 35px 340px 20px 20px;
    margin-bottom: 20px;
}

header img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#content {
    position: relative;
    padding: 15px;
    padding-bottom: 80px;
    background-color: #fff;
}

h1 {
    font-size: 33px;
    line-height: 35px;
    color: #163d4e;
    margin: 0;
}

h1 span {
    font-weight: normal;
}

h1 span.level {
    display: block;
    font-size: 20px;
    text-align: left;
    line-height: 20px;
}

h2 {
    font-size: 27px;
    margin: 20px 0 0;
    color: #fff;
    font-weight: normal;
}

h3 {
}

h4 {
    color: #8f9593;
}

pre {
    background:#F8F8FF;
    border: #000 dashed 1px;
    padding: 6px;
    overflow: auto;
}

em {
    color: #b24926;
}

ol li {
    padding-bottom: 10px;
}

button.general {
    background-color: #dddddd;
    color: #003543;
    border: 1px solid #76c5d4;
    padding: 15px 10px 15px 40px;
    box-shadow: 3px 4px 4px #c9c9c9;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    border-left: 13px solid #76c5d4;
}

button.general:before {
    content: "\f10a";
    font-family: "Ionicons";
    position: absolute;
    left: -2px;
    font-size: 79px;
    top: -19px;
    color: #76c5d4;
    padding: 0;
}

button.general:after {
    content: "\f12e";
    font-family: "Ionicons";
    position: absolute;
    left: -4px;
    font-size: 29px;
    top: 6px;
    color: #fff;
}

button.general.active, button.general:hover {
    background-color: #88d3d9;
}

#duration {
    position: absolute;
    left: -20px;
    bottom: -20px;
    background-color: #0f1c2c;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    height: 80px;
}

#duration:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 80px;
    border-color: transparent transparent transparent #0f1c2c;
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
}

#duration span {
    font-size: 50px;
    display: block;
    font-weight: bold;
    line-height: 43px;
}

#play_scorm {
    text-align: center;
}

.ui-state-error, .ui-state-highlight {
    padding: 10px;
}

ul.data_list {
    list-style: none;
}

ul.data_list li {
    padding-bottom: 10px;
}

ul.data_list li:before {
    content: "\f109";
    font-family: "Ionicons";
    position: relative;
    left: -5px;
    color: #44c5d0;
    font-weight: bold;
}

ol.ol_counter li {
    padding-bottom: 10px;
}

@media (max-width:750px) {
    #body {
        width: 95%;
    }

    #play_scorm {
        max-width: 100%;
    }

    header img {
        position: unset;
        max-width: 100%;
        max-height: 100%;
    }

    header {
        padding: 20px 20px 0;
        min-height: unset;
    }

    #content {
        padding-bottom: 90px;
    }
}
