/*
    DEMO STYLE
*/


/*FONT*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300|Oswald:400,700);

/*GERAL*/

body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

button,
h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
}

h2 {
    color: #ef9a80;
}

h3 {
    color: #52BCC5;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

i,
span {
    display: inline-block;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #52BCC5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 5px;
    background: #ffffff;
    text-align: center;
    border-bottom: 4px solid #ef9a80;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-weight: bold;
}

#sidebar ul li a:hover {
    color: #F28B6C;
    background: #fff;
    font-weight: bold;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #cbe8f5;
    background: #52BCC5;
    font-weight: bold;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #52BCC5;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #F28B6C;
}

a.article,
a.article:hover {
    background: #52BCC5 !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.cor1 {
    color: #307176 !important;
}

.ativo a {
    color: #F28B6C;
    background: #fff;
}

.f10 {
    font-size: 10px;
}

.bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#slide-master {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
}

area {
    cursor: pointer !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #366A53;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #233D2C;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: inset 7px 10px 12px 0px #F0F0F0;
}


/*MENU*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body,
html {
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

main {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
}

.aside-left {
    display: none;
    width: 40%;
    left: 0;
    background-color: #ff5964;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
}

.aside-right {
    width: 100%;
    right: 0;
    background-color: #336750;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}

.aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin-top: 150px; */
    text-align: left;
    padding-left: 15px;
}

.aside-content {
    /* margin-top: 150px; */
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
}

.aside-list li {
    margin-bottom: 5px;
}

.aside-anchor::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #c3e798;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
}

.aside-anchor::before {
    border-radius: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    height: 3px;
    z-index: 1;
    width: 50%;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.aside-anchor:hover:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~aside .aside-left {
    transform: translateY(0%);
}

input[type="checkbox"]:checked~aside .aside-right {
    transform: translateX(0%);
}

input[type="checkbox"]:checked~label .bar {
    background-color: #336750;
}

input[type="checkbox"]:checked~label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
}

input[type="checkbox"]:checked~label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

input[type="checkbox"]:checked~label .middle {
    width: 0;
}

.middle {
    margin: 0 auto;
}

label {
    top: 10px;
    display: inline-block;
    padding: 7px 10px;
    cursor: pointer;
    margin: 10px;
    z-index: 3;
    position: fixed;
    background-color: #fffcfc;
    border-radius: 6px;
}

.bar {
    display: block;
    background-color: #38618c;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
}

@media (min-width: 10000px) {
    h1 {
        font-size: 40px;
    }
    .aside-left {
        display: block;
    }
    .aside-right {
        width: 60%;
    }
}

main h2 {
    color: #edff00;
    margin: 20px 5px 5px 0px;
    font-size: 20px;
}

main a:hover {
    color: #edff00;
}

main .card p {
    color: #1b1b1b;
}

main .card-body {
    overflow: auto;
    height: 150px;
}

main .card-body h3 {
    color: #336750;
    font-size: 20px;
}

main .card-body strong {
    font-weight: 700;
}

main .alert-danger {
    color: #000000;
    background-color: #edff22;
    border-color: #edff22;
    font-size: 20px;
}

.video_apresentacao {
    text-align: center;
    position: absolute;
    transition: position 0.5s, left 0.5s, right 0.5s;
}

.video_apresentacao video {
    /* height: 65vh; */
    border: 15px solid #000;
    /* box-shadow: 0 0 10em black; */
    width: 100%;
}

.video-rodape {
    position: absolute;
    margin: 0 10px;
}

.bt-fullscreen {
    position: fixed;
    right: 0;
    top: 0;
    margin: 10px;
}

.video_apresentacao .data {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.video_apresentacao .titulo {
    color: #5ec981;
    font-size: 20px;
    font-weight: bold;
}

.video_apresentacao .titulo h1 {
    font-size: 20px;
}

.video_apresentacao .texto {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}