/*
    Welcome Kit Digital Spark - MM
*/
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");

/* Basic */

body {
    background: #222833;
}

body, input, select, textarea {
    color: #555555;
    font-family: 'Raleway', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    line-height: 1.75em;
}

a {
    color: #3ac984;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p, ul, ol, dl, table, blockquote {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
    line-height: 1.75em;
    margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px #888888;
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em #888888;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

section.special, article.special {
    text-align: center;
}

header.major {
    padding-bottom: 4em;
}

header h2 {
    margin: 0;
    padding: 0;
    font-size: 3em;
    font-weight: 600;
}

header .byline {
    font-size: 1.6em;
}

footer > :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: solid 1px #888888;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #3ac984;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    line-height: 1em;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    position: relative;
    top: 3px;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.formerize-placeholder {
    color: rgba(85, 85, 85, 0.5) !important;
}

/* Image */

.image {
    border: 0;
    position: relative;
}

.image.fit {
    display: block;
}

.image.fit img {
    display: block;
    width: 100%;
}

.image.feature {
    display: block;
    margin: 0 0 2em 0;
}

.image.feature img {
    display: block;
    width: 100%;
}

/* Icon */

.icon {
    position: relative;
}

.icon:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

/* Lists */

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

ul {
    margin: 0;
    padding: 0;
}

ul.default {
    list-style: none;
}

ul.default li {
    display: block;
    padding: 0.60em 0;
    border-top: 1px solid;
    border-color: rgba(192, 192, 192, 0.15);
}

ul.default > :first-child {
    padding-top: 0;
    border-top: none;
}

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
    line-height: 1em;
    padding-left: 0.5em;
}

ul.icons li:first-child {
    padding-left: 0;
}

ul.actions {
    cursor: default;
}

ul.actions:last-child {
    margin-bottom: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
    padding: 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding: 0;
}

ul.contact li {
    padding: 1.05em 0;
    border-top: 1px solid;
    border-color: rgba(192, 192, 192, 0.15);
}

ul.contact li > span {
    display: inline-block;
}

ul.contact li .address, ul.contact li .mail, ul.contact li .phone {
    float: left;
    width: 100px;
    font-weight: 600;
}

ul.contact > :first-child {
    padding-top: 0;
    border-top: none;
}

ul.style li {
    clear: both;
    display: block;
    padding-top: 3em;
}

ul.style > :first-child {
    padding-top: 0;
}

ul.style h3 {
    display: block;
    margin: 0;
    padding-bottom: 0.50em;
    font-size: 1.1em;
    font-weight: 700;
    color: #404040;
}

ul.style .fa {
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 1em;
    background: #3ac984;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    font-size: 2em;
    color: white;
}

ul.list {
    list-style: none;
}

ul.list li {
    display: block;
    padding: 0.60em 0;
    border-top: 1px solid;
    border-color: red;
}

ul.list > :first-child {
    padding-top: 0;
    border-top: none;
}

/* Tables */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr {
    border-bottom: solid 1px #888888;
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    font-weight: 700;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
}

table.default thead {
    background: #555555;
    color: #fff;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #FFD700;
    border-radius: 40px;
    border: 0;
    color: black;
    cursor: pointer;
    display: inline-block;
    padding: 0.80em 2em;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    min-width: 10em;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #FFCE00;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}

/* Wrapper */

.wrapper.style1 {
    background: #fff;
}

.wrapper.style2 {
    background: #ececec;
    padding: 6em 0;
    text-align: center;
}

.wrapper.style3 {
    padding: 2em 0 3.5em 0;
    background: #ececec;
}

.wrapper.style3 span {
    display: inline-block;
    padding-top: 0.80em;
    font-size: 2em;
    font-weight: 600;
}

.wrapper.style3 .button {
    float: right;
}

/* Header */

#header {
    background: #333333 url("../images/DSC04663.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 6em 0;
    text-align: center;
    background-position: 0% 65%;
    position: relative;
}

#header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 32, 48, 0.25);
}

#header > * {
    position: relative;
    z-index: 1;
}

.homepage #header {
    padding: 8em 0;
    background-position: center;
}



#logo {
    font-size: 2em;
}

#nav > ul {
    margin: 0;
}

#nav > ul > li {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.5em 1.5em;
}

#nav > ul > li a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.2em;
}

#nav > ul > li:first-child {
    margin-left: 0;
}

#nav > ul > li:hover a {
    color: #fff;
}

#nav > ul > li.active {
    background: #FFD700;
}

#nav > ul > li.active a {
    color: white;
}

#nav > ul > li > ul {
    display: none;
}

/* Menu suspenso */
.dropotron {
	margin-top: -2px;
    background: #FFD700;
    border-radius: 10px;
    color: black;
	min-width: 12em;
    padding: 1em 0;
}
.dropotron > li {
			line-height: 2em;
			padding: 0 1em;
		}

.dropotron > li > a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5em 1em;
}

.dropotron > li:hover > a {
    background-color: black;
    color: #FFD700;
    transition: background-color 0.3s ease-in-out;
    border-radius: 5px;
}

.dropotron > li.active > a {
    color: white;
}

/* Banner */

#banner {
    text-align: center;
    padding: 4em 0 0 0;
}

#banner .major h2 {
    font-size: 3.5em;
}

#banner .major .byline {
    display: block;
    margin: 0em 2em;
    line-height: 1.6em;
    font-size: 1.5em;
}

#banner a {
    color: inherit;
}

/* Main */

.no-sidebar #main .major, .left-sidebar #main .major, .right-sidebar #main .major {
    text-align: left;
}

.homepage #main .major {
    text-align: center;
}

#main {
    padding: 6em 0;
}

#main .sidebar .major {
    padding-bottom: 2em;
}

#main .sidebar .major h2 {
    font-size: 1.8em;
}

#main .sidebar .default li {
    border-color: #cdcdcd;
}

#main .sidebar .default a {
    color: #464646;
}

#main .sidebar > :first-child {
    margin-bottom: 3em;
}

/* Videos */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.video {
    background-color: transparent; /* Remove o fundo */
    border: none; /* Remove a borda */
    box-shadow: none; /* Remove a sombra */
    padding: 0; /* Remove o padding interno */
    text-align: center;
}


.video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* Footer */

#footer {
    padding: 4em 0;
    color: #fff;
    background: #333; /* cor de fundo do rodapé */
    text-align: center;
    clear: both; /* Garante que o rodapé fique abaixo de todo o conteúdo */
}

#footer .major h2 {
    font-size: 2em;
    color: #FFF;
}

#footer .major .byline {
    font-size: 1.1em;
}

#footer .copyright {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(192, 192, 192, 0.15); /* separador sutil */
    color: #ccc; /* cor mais clara para o copyright */
    text-align: center;
    clear: both; /* Garante que o copyright também fique no final */
}

#footer a {
    color: inherit;
}

/* Responsividade */

@media screen and (max-width: 1024px) {
    #header {
        padding: 4em 0;
    }

    #logo-text {
        font-size: 1.8em;
    }

    #nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #nav ul li {
        margin: 0.5em 0;
    }

    #banner .button.alt {
        font-size: 1.2em;
        padding: 0.8em 2em;
    }
}

@media screen and (max-width: 768px) {
    #header {
        padding: 3em 0;
    }

    #logo img {
        max-width: 120px;
    }

    #logo-text {
        font-size: 1.6em;
    }

    #nav ul {
        flex-direction: column;
    }

    #banner .major h2 {
        font-size: 2.5em;
    }

    #banner .button.alt {
        font-size: 1em;
        padding: 0.6em 1.5em;
    }

    #footer .col {
        flex: 0 0 100%; /* Em telas menores, as colunas ocupam 100% */
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding: 2em 0;
    }

    #logo img {
        max-width: 100px;
    }

    #logo-text {
        font-size: 1.4em;
    }

    #nav ul {
        flex-direction: column;
        text-align: center;
    }

    #banner .major h2 {
        font-size: 2em;
    }

    #banner .button.alt {
        font-size: 0.9em;
        padding: 0.5em 1em;
    }
}

/* Correção para o rodapé, garantindo posicionamento correto */
#footer {
    background: #333;
    color: #fff;
    padding: 2em 0;
    text-align: center;
    clear: both;
}

#footer .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .col {
    flex: 1 1 48%; /* Cada coluna ocupa 48% para permitir um espaçamento entre elas */
    box-sizing: border-box;
    padding: 0 1em;
    text-align: left;
}

#footer .copyright {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    text-align: center;
}

#footer img {
    height: 50px; /* Altura ajustada para logo */
    vertical-align: middle;
}

/* Ajustes de responsividade */
@media screen and (max-width: 768px) {
    #footer .col {
        flex: 1 1 100%; /* Em telas pequenas, as colunas ocupam 100% */
        text-align: center;
        margin-bottom: 1em;
    }
	
/* Estilo para centralizar ícone e texto em relação ao título */
.style li {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Garante alinhamento correto */
    gap: 15px;
    padding: 15px; /* Adiciona espaço interno */
    background: #fff; /* Mantém fundo branco */
    border-radius: 8px; /* Bordas arredondadas para um design mais limpo */
}


.style li span.fa {
    background-color: #FFCE00; /* Amarelo padrão */
    color: #333; /* Cor do ícone */
    border-radius: 10px; /* Borda arredondada */
    padding: 15px;
    font-size: 1.8em; /* Tamanho do ícone */
    display: flex;
    align-items: center; /* Centraliza o ícone dentro do círculo */
    justify-content: center;
    margin: 0; /* Remove margens extras */
}

.style li h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0; /* Remove margem para alinhar melhor com o ícone */
}

.style li p {
    font-size: 1em;
    color: #333;
    line-height: 1.5em;
    margin: 0; /* Remove margens adicionais */
    margin-top: 5px; /* Pequeno espaço entre o título e o parágrafo */
}
/* Links em preto e negrito */
.style li span a, #inicio .container a {
    color: #000; /* Cor preta */
    font-weight: bold; /* Negrito */
    text-decoration: underline; /* Sublinhado */
	
}
	
/* Estilos específicos para páginas com cabeçalhos diferentes */

/* Página admin.html */
body.admin-page #header {
    background: #333333 url("../images/pic05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página aluno.html */
body.aluno-page #header {
    background: #333333 url("../images/aluno.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página professor.html */
body.professor-page #header {
    background: #333333 url("../images/professor.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página no-sidebar.html */
body.no-sidebar-page #header {
    background: #333333 url("../images/DSC04663.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página right-sidebar.html */
body.right-sidebar-page #header {
    background: #333333 url("../images/curso-spark.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página tutoriais.html */
body.tutoriais-page #header {
    background: #333333 url("../images/DSC00416.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página pdfs-admin.html */
body.pdfs-admin-page #header {
    background: #333333 url("../images/pic05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página pdfs-aluno.html */
body.pdfs-aluno-page #header {
    background: #333333 url("../images/aluno.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página pdfs-professor.html */
body.pdfs-professor-page #header {
    background: #333333 url("../images/professor.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página video-admin.html */
body.video-admin-page #header {
    background: #333333 url("../images/pic05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página videos-aluno.html */
body.videos-aluno-page #header {
    background: #333333 url("../images/aluno.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

/* Página videos-professor.html */
body.videos-professor-page #header {
    background: #333333 url("../images/professor.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}
}
#header img {
    width: auto; /* Permite ajustar a largura proporcionalmente */
    height: auto; /* Mantém a proporção da imagem */
    max-width: 150px; /* Define o tamanho máximo padrão */
}

/* Ajustes para telas menores (768px e abaixo) */
@media (max-width: 768px) {
    .style li {
        display: flex;
        align-items: flex-start; /* Alinha o texto no topo */
        gap: 15px; /* Espaço entre o ícone e o texto */
        flex-wrap: wrap; /* Permite que os itens quebrem em várias linhas */
    }

    .style li h3 {
        font-size: 1.1em; /* Reduz o tamanho do título */
        line-height: 1.4; /* Melhor espaçamento entre linhas */
        margin-bottom: 5px; /* Espaço abaixo do título */
        word-wrap: break-word; /* Quebra palavras longas */
    }

    .style li span {
        font-size: 0.9em; /* Texto secundário menor */
        line-height: 1.5; /* Espaçamento entre linhas */
    }

    .style li div {
        max-width: 100%; /* Ocupa a largura total no mobile */
    }

    .style li span.fa {
        font-size: 1.6em; /* Ajusta o tamanho do ícone */
        padding: 10px; /* Ajusta o espaçamento interno do ícone */
        min-width: 40px; /* Garante que o ícone tenha tamanho consistente */
    }
}

/* Ajustes para telas muito pequenas (480px e abaixo) */
@media (max-width: 480px) {
    .style li h3 {
        font-size: 1em; /* Reduz ainda mais o título */
        line-height: 1.3; /* Melhor espaçamento */
    }

    .style li span {
        font-size: 0.8em; /* Texto secundário menor ainda */
    }

    .style li span.fa {
        font-size: 1.4em; /* Reduz o tamanho do ícone */
        padding: 8px; /* Espaçamento interno menor */
    }
}





	

