/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* CitaÃ§Ãµes */
.destaques {
    margin-top: 0px;
    width: 100%;
    height: 360px;
    background-image: url(../img/Kwame-Nkrumah-faces-1024x576.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #042e3b;
}

.destaques h3 {
    margin-top: 30px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.destaques p {
    color: #f4f4f4;
    text-align: left;
    font-size: 1.1em;
}

.destaques span {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
}

.destaques u {
    color: #ffffff;
    font-size: .9em;
    font-weight: 300;
}

/* Conteúdo */
.conteudo {
    margin-top: 40px;
}

.conteudo h4 {
    color: #0c303b;
    font-weight: 650;
}

.border1 {
    width: 30px;
    height: 3px;
    background-image: linear-gradient(to right, #498097, #c2edff, #48a4cb);
    margin-bottom: 10px;
}

/* AcordeÃƒÄ¢o, tipos de documentos */
.accordion {
    width: auto;
    margin-top: 20px;
}

.accordion-item {
    background-image: linear-gradient(to right, #1f5871, #34708a, #498097);
    color: #fff;
    margin: .5rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1.5rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #1b1b1b;
}

.accordion-item-body-content {
    padding: 20px;
    line-height: 30px;
    border-top: 1px solid;
}

.accordion-item-body-content ul a {
    text-decoration: none;
    text-decoration: underline;
}

.accordion-item-body-content i {
    color: #ff6161;
    padding-right: 3px;
}

/* Matricular */
.matricular {
    margin-top: -310px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 #0c303b, 0 3px 5px 0 #0c303b;
}

.matricular img {
    text-align: center;
    width: 100%;
    padding: 10px;
}

.matricular h3 {
    padding-left: 25px;
    padding-top: 20px;
    font-weight: 700;
}

.botao {
    text-align: center;
    background-color: #1386a9;
    width: 300px;
    margin: 30px 20px 0px 20px;
    padding: 10px;
}

.botao a {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
}

.botao a:hover {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
}

.matricular p {
    margin-top: 25px;
    margin-left: 25px;
}

.instrutor {
    margin-top: 10px;
    height: 140px;
    width: 100%;
    background-color: #f3f3f3;
    display: inline-flex;
}

.photo {
    margin-left: 10px;
}

.photo img {
    margin-top: 20px;
    width: 80px;
    border-radius: 50%;
}

.name h6 {
    margin-top: 35px;
    margin-left: 10px;
    font-size: 1.1em;
    font-weight: 600;
    color: #095167;
}

.name p {
    margin-left: 10px;
    margin-top: -5px;
    font-size: 1em;
}

/* Modal - Registrar Dados */
.modal-header {
    background-image: linear-gradient(to right, #0b4a5c, #5e94a3, #0b4a5c);
}

.modal-header h5 {
    color: #fff;
}

.modal-header span {
    color: #fff;
    font-size: 1.3em;
}

.modal-body input {
    border: 1.4px solid #9c9c9c;
}

.modal-body select {
    border: 1.4px solid #9c9c9c;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* CitaÃ§Ãµes */
    .destaques {
        margin-top: 0px;
        width: 100%;
        height: 360px;
        background-image: url(../img/Kwame-Nkrumah-faces-1024x576.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(9, 82, 104, 0.961);
    }

    .destaques h3 {
        margin-top: 30px;
        color: #fff;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
        text-transform: uppercase;
        text-align: left;
    }

    .destaques p {
        color: #efefef;
        text-align: left;
        font-size: 1.1em;
        padding-bottom: 15px;
    }

    .picture {
        height: auto;
        background-color: #f1f1f1;
        margin-top: 20px;
    }

    .picture img {
        text-align: center;
        width: 95%;
        height: auto;
        padding: 20px;
    }

    .destaques span {
        color: #ffffff;
        font-size: 1em;
        font-weight: 600;
    }

    .destaques u {
        color: #ffffff;
        font-size: .9em;
        font-weight: 300;
    }

    /* Conteúdo */
    .conteudo {
        margin-top: 40px;
    }

    .conteudo h4 {
        color: #0c303b;
        font-weight: 650;
    }

    .matricular {
        margin-top: 60px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 4px 5px 0 #0c303b, 0 3px 5px 0 #0c303b;
    }


    .matricular img {
        text-align: center;
        width: 100%;
        padding: 3px;
    }

    .matricular h3 {
        padding-left: 25px;
        padding-top: 30px;
        padding-bottom: 20px;
        font-weight: 700;
    }

    .botao {
        text-align: center;
        background-color: #1386a9;
        width: 320px;
        margin: 20px auto;
        padding: 10px;
    }

    .botao a {
        color: #fff;
        font-size: 1.3em;
        font-weight: 600;
    }

    .botao a:hover {
        color: #fff;
        font-size: 1.4em;
        text-decoration: none;
    }

    .matricular p {
        margin-top: 15px;
        margin-left: 25px;
    }

    .instrutor {
        margin-top: 10px;
        height: 140px;
        width: 100%;
        background-color: #f3f3f3;
        display: inline-flex;
    }

    .photo {
        margin-left: 10px;
    }

    .photo img {
        margin-top: 30px;
        width: 80px;
        border-radius: 50%;
    }

    .name h6 {
        margin-top: 45px;
        margin-left: 10px;
        font-size: 1.1em;
        font-weight: 650;
        color: #095167;
    }

    .name p {
        margin-left: 10px;
        margin-top: -5px;
        font-size: 1em;
    }

    /* Modal - Registrar Dados */
    .modal-header {
        background-image: linear-gradient(to right, #0b4a5c, #5e94a3, #0b4a5c);
    }

    .modal-header h5 {
        color: #fff;
    }

    .modal-header span {
        color: #fff;
        font-size: 1.3em;
    }

    .modal-body input {
        border: 1.4px solid #9c9c9c;
    }

    .modal-body select {
        border: 1.4px solid #9c9c9c;
        margin-bottom: 20px;
    }

}