body {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1.4rem;
    font-family: Arial;
    background-color: rgb(93, 94, 104);
}



ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

li {
    margin: 0px;
    padding-left: 10px;
    list-style: none;
    font-size: 1.4rem;
    font-family: Arial;
    font-weight: bold;
    background-color: rgb(149, 206, 255);
    cursor: alias;
}

select {
    color: #000;
}

.row-fluid li {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    font-size: 1.4rem;
    font-family: Arial;
    font-weight: bold;
    cursor: alias;
}

a {
    text-decoration: none;
    color: rgb(4, 0, 238);
}

.header {
    background-color: rgb(1, 11, 14);
    animation: gradient 10s ease infinite;
    font-family: sans-serif;
    align-items: center;
    justify-content: center;
    color: white;
    flex-wrap: wrap;
    /*Manter o primeiro item no topo e o outro abaixo, quando a tela for bem pequena*/
    display: flex;
    /*colocar um do lado do outro*/
    justify-content: space-between;
    /*Espaçamento entre os itens*/
    padding: 8px 0px;
    /*Distanciamento da margem ao centro*/
    align-items: center;
    /*Alinha itens ao centro*/
    padding-left: 0px;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.menu {
    display: flex;
    color: red;
}

section {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    flex: 1 1 100%;
}

.navVertical {
    animation: gradient 10s ease infinite;
    background-color: #073e6e;
    font-family: sans-serif;
    justify-content: space-evenly;

    @keyframes gradient {
        0% {
            background-position: 0 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0 50%;
        }
    }
}

.navVertical li {
    background-color: #073e6e;
}

#home {
    background-color: rgb(255, 255, 255);
}

.textoInferior {
    width: 100%;
    background: gray;
}

.opcoes {
    max-width: 100%;
    display: flex;
    flex: 1 1 1%;
    margin: 0 auto;
    margin: 20px;
}

button {
    padding: 0;
    margin-right: -7.9px;
}

#categoria {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.divconteudo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 100%;
    top: 0;
    bottom: 0;
    position: inherit;
}

#fundotexto {
    background-color: rgb(93, 94, 104);
}

.divconteudo div {
    padding: 0px;
    max-width: 100%;
    display: block;
    flex: 1 1 100%;
    margin: 0 auto;
    padding: auto;
    color: #000000;
}

.divconteudoFooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 100%;
    margin: 0;
}

.divconteudoFooter div {
    padding: 0px;
    max-width: 100%;
    display: block;
    flex: 1 1 99%;
    margin: 0 auto;
}

.divconteudo div .divs div {
    padding: 0px;
    max-width: 100%;
    display: block;
    flex: 1 1 30%;
    margin: 0 auto;
    margin: 10px;
    background-color: rgb(223, 204, 204);
}

.divconteudo div .divconteudosFooter div {
    padding: 0px;
    max-width: 100%;
    display: block;
    flex: 1 1 10%;
    margin: 0 auto;
    margin: 10px;
    background-color: rgb(223, 204, 204);
}

.divconteudosHeader {
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(25, 0, 246);
    font-weight: bold;
    font-size: large;
    background-color: #050316;
    color: #fff;
}

#menuBotoes {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #000;
    font-weight: bold;
    font-size: large;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 50%;
    background-color: #fff;
    margin: 10px 20px 20px 20px;
    padding: 0;
    box-shadow: 1px 1px 10px #888;
}

.bordaSuperior {
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color: rgb(53, 52, 52);
    font-weight: bold;
    font-size: x-large;
}

.bordaInferior {
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(204, 0, 0);
    font-weight: bold;
    font-size: x-large;
}

.curvasuperiordireita {
    border-radius: 0px 7px 0px 0px;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(1, 11, 14);
    padding: 0 10px;
}

.box {
    margin: 0;
    padding: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.divconteudosBody {
    background: rgb(240, 234, 234);
    text-align: center;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(1, 11, 14);
}

.divconteudosBodyHome {
    background: rgb(240, 234, 234);
    text-align: center;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(1, 11, 14);
}

.form div {
    padding-left: auto;
    padding-right: auto;
    display: block;
}

.divBemvindo {
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
}

.divBemvindo p {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
}

#panelDadosUsuario {
    background-color: #fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgb(1, 11, 14);
    padding: 10px 0px 0px 0px;
    margin-left: 0px;
}

.divconteudosBody div {
    flex-wrap: wrap;
    /*Manter o primeiro item no topo e o outro abaixo, quando a tela for bem pequena*/
    display: flex;
    /*colocar um do lado do outro*/
    justify-content: space-between;
    /*Espaçamento entre os itens*/
    align-items: center;
}

#divDadosUsuario {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.divconteudosFooter div {
    background-color: rgb(223, 204, 204);
}

footer {
    clear: both;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background: rgb(1, 11, 14);
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#rodape {
    font-size: 1.4rem;
}


/*Tabela*/

.tabela {
    width: 100%;
    border-collapse: collapse;
}

.tabela td,
.tabela th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
}

.tabela td {
    border: 1px solid #ddd;
    text-align: center;
}

#nomesEsquerda {
    text-align: left;
}

.tabela th {
    color: #ffff;
    font-size: 15px;
}

.tabela tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

@media(max-width: 1108px) {
    .tabela thead {
        display: none;
    }

    .tabela,
    .tabela tbody,
    .tabela tr,
    .tabela td {
        display: block;
    }

    .tabela tr {
        margin-bottom: 15px;
    }

    .tabela td {
        padding-left: 50%;
        text-align: right;
        position: relative;
        font-weight: normal;
    }

    #nomesEsquerda {
        text-align: right;
    }

    #btnSearch:hover {
        color: #000000;
    }

    #visualizacao {
        border-radius: 10px;
        color: #000000;
    }

    .tabela td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
}


/*Fim tabela*/

.elemento_base {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.elemento_expoente {
    position: relative;
    top: -0.3em;
    display: inline;
    color: white;
    font-weight: bold;
}

.elemento_base_message {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.elemento_expoente_message {
    position: relative;
    top: -1em;
    margin-left: -0.3em;
    display: inline;
    color: white;
    font-weight: bold;
}

.titulo2_div {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove;
    background-color: rgb(255, 0, 0);
}

.titulo2 {
    position: relative;
    top: -1.5em;
    margin-left: 1em;
    display: inline;
    background-color: rgb(34, 34, 34);
    color: rgb(130, 230, 0);
    font-weight: bold;
}

.btnEnviar {
    background: #720f0f;
    color: white;
    font-weight: bold;
    margin-left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
    border-radius: 10px;
}

.btnEnviar:hover {
    background: linear-gradient(55deg, #000000, #720f0f) no-repeat;
}

#comentários {
    height: 300px;
    position: relative;
}

#comentario {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#servicos {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    background: #050316;
    background-size: 100% 100%;
    font-weight: bold;
    display: block;
    padding: 5px;
    margin: 0 4px;
}

.servicos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#container {
    background: url('../fundo014.jpg');
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .divMain1,
.divMain2 {
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 20px;
}

#container .divMain1,
.divMain2 {
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 20px;
}

#container .divMain1,
.divMain2 {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

#container .divMain2 {
    background-color: #050316;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

#formLogin {
    background-color: #050316;
    margin: 20px;
}

#formRegister {
    background-color: #ffffff;
    margin: 20px 20px 0px 20px;
    color: #050316;
}

.div1,
.div2 {
    background-color: rgb(54, 54, 54);
    text-align: center;
    color: aliceblue;
    font-weight: bold;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}


/*Tela de Login*/

@keyframes deslizarLogin {
    from {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    to {}
}

@keyframes deslizarRegistar {
    from {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    to {}
}

#btnSearch input {
    border-radius: 10px;
    color: #000000;
}

#btnSearch {
    display: flex;
    flex-wrap: wrap;
}

#btnSearch span {
    margin-bottom: 10px;
    text-align: center;
}

#opcoes {
    background-color: #f5f5f5;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.td {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .td:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.botao {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#divTurmas div {
    flex: 1 1 30%;
    height: 200px;
    margin: 10px 10px;
    text-align: center;
    border: 2px solid rgb(131, 120, 120);
    float: left;
    position: relative;
    color: #fff;
    background: linear-gradient(rgb(5, 31, 37), rgb(9, 78, 88), rgb(7, 46, 54));
}

#btnGerirturma {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 0;
}

#divTurmas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 800px;
    max-height: 430px;
    overflow-y: auto;
    padding: 0px;
}

#tituloPeriodos {
    max-width: 780px;
    color: rgb(0, 0, 0);
}

@media screen {
    #divTurmas>div:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.turma {
    font-weight: bold;
    text-align: center
}

#btnGerirturma:hover {
    background-color: rgb(165, 5, 5);
}

#opcoesProf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#btnMenuOpcao {
    height: 80px;
    width: 84px;
    vertical-align: middle;
    padding: auto;
    margin: auto;
    border-radius: 50%;
    border: solid #190b99;
    background-color: #000000;
    color: #ddd;
}

.acessoRapido {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 10px;
}

.acessoRapidAno {
    width: 102px;
    height: 100px;
    text-align: center;
    margin: 10px;
    padding-left: 0px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(147, 209, 238);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: #000;
}



