/*   Matheus Henrique
------------------------------------------------------

 Import font para o site */
@font-face{
    font-family: verlag;
    src: url(../fonts/Verlag-Book.otf)
}
/*Reset do CSS */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/*BODY*/
.body{
    background-color: #2F4F4F;
}
/* CLASSES GLOBAIS */
.conteudo{
    width: 1300px;
    height: inherit;
    padding-top: 10px;
}
.centerObject{
    margin-left: auto;
    margin-right: auto;
}
p{
    font-family: verlag, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    word-spacing: 0.6px;
}
h1, h2, h4{
    font-family: verlag, Arial, sans-serif;
    font-size: 28px;
    color: #000;
    width: 100%;
    height: 50px;
    padding-top: 8px;
    padding-left: 25px;
    letter-spacing: 1.5px;
    text-align: justify;
    text-transform: uppercase;
}
h2{
    text-align: center;
}
h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.alturaAutomatica{
    height: auto;
    overflow: hidden;
}
a:link, a:visited, a:active{
    text-decoration: none;
    color: #fff;
}
/*SEÇÃO DO HEADER PARA TODAS AS PÁGINAS*/
.header{
    width: 100%;
    height: auto;
    position: fixed;
    background-color: #141414;
}
.logo{
    width: 200px;
    min-height: 75px;
    background-image: url(../imagens/senai.logo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;  
    float: left;
}
.menuContentor{
    width: 870px;
    min-height: 80px;
    margin-top: 5px;
    margin-left: 6px;
    float: left;
}
.menuUl{
    width: 100%;
    height: auto;
}
.menuItens{
    width: 100px;
    height: 50px;
    float: left;
    margin-top: 5px;
    margin-left: 56px;
    text-align: center;
    padding-top: 15px;
    font-family: verlag, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    list-style: none;
}
.menuItens:hover{
    background-color: #717171;
    cursor: pointer;
    border-radius: 12px;
    transition: 1s;
}
.siga-nos{
    top: 25px;
    right: 1px;
    position: absolute;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#C00E0E, #EF0B0B), radial-gradient(circle at top left, #fd00da, #19d7f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-right: 50px;
    font-family: verlag;
    font-size: 16px;
    letter-spacing: 1px;
    list-style: none;
}
.siga-nos span{
    display: block;
    padding: 8px 22px;
    cursor: pointer;
}
/*SEÇÃO DO BANNER*/
#banner{
    width: 100%;
    min-height: 550px;
    background-color: RGBA(13, 196, 217,0.7);
    background-image: url(../imagens/linux.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 130px; 
    border-color: #999;
    border-bottom: 1px dashed;
}
.bannerText{
    width: 800px;
    height: 140px;
    margin-top: 70px;
    border-radius: 5%;
    background-color: #7608D7;
}
.bannerText h1{
    color: #fff;
    font-size: 46px;
    text-align: center;
}
/*SEÇÃO SOBRE CODIGO ABERTO*/
.sobreConteudo{
    width: 88%;
    height: auto;/*7550*/
    overflow: hidden;
    background-color: #fff;
    margin-top: -100px;
    padding-bottom: 20px;
    border: 1px solid;
    border-color: #ad03fc;
    border-radius: 20px;
}
#definicao p{
    width: 1150px;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 50px;
    line-height: 2;
}
.divFormacaoColuna1, .divFormacaoColuna2, .divFormacaoColuna3{
    width: 360px;
    height: auto;
    float: left;
    border-radius: 5%;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid;
    border-color: #ad03fc;
    background-color: #7608D7;
}
.divFormacaoColuna1 h1, h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
}
.divFormacaoColuna1 p{
    color: #CEC7D7;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.divFormacaoColuna2{
    width: 550px;
    height: auto;
}
.divFormacaoColuna2 h1, h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.divFormacaoColuna2 p{
    color: #CEC7D7;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.divFormacaoColuna3{
    width: 550px;
    height: auto;
}
.divFormacaoColuna3 h1, h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.divFormacaoColuna3 p{
    color: #CEC7D7;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.imageColuna{
    width: 1180px;
    min-height: 100px;
    clear: both;
}
.imageLinux{
    width: 1185px;
    min-height: 100px;
    margin-bottom: 10px;
    margin-top: 30px;
    clear: both; 
}
.imageNaColuna{
    width: 500px;
    min-height: 280px;
    margin-left: 20px;
}
.imageNaLinhaUnica{
    width: 420px;
    height: 250px;
    margin-left: 350px;
}
#imageVirtualBox{
    width: 420px;
    height: 250px;
    margin-left: 350px;
    border: 1px solid;
}
#imageAtualizacao{
    width: 420px;
    min-height: 200px;
    margin-left: 35px;
    border: 1px solid;
}
.unicaLinha, .unicaLinha2{
    width: 1180px;
    height: auto;
    clear: both;
    padding-top: 40px;
}
.unicaLinha2{
    height: 650px;
    word-spacing: 15px;
}
.unicaLinha h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #6A19F8;
}
.unicaLinha p{
     font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.unicaLinha2 h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #6A19F8;
}
.unicaLinha2 p{
     font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2;
}
/*SEÇÃO PRODUTO DO SITE*/
.produto{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 120px;
    border-top: dotted 1px;
    background-color: #fff;
}
.section{
    width: 29%;
    height: auto;
    border: 1px solid;
    border-color: #999;
    border-radius: 6px;
    background-color: #fff; 
    float: left; 
    margin-top: 65px;
    margin-left: 35px;
}
.produtoImage{
    width: 100%;
    height: 260px;
}
.produtoImage img{
    width: inherit;
    height: inherit;
    border-bottom: 1px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.produtoText{
    width: 100%;
    height: 142px;
}
.produtoText h1{
    font-size: 20px;
    height: 30px;
    margin-bottom: 0px;
    margin-top: 11px;
}
.produtoText p{
    color: #999;
    text-align: left;
    font-size: 16px;
}
.bottom{
    width: 100px;
    min-height: 35px;
    margin-left: 14px;
    border-radius: 5px;
    background-color: #066758;
}
.bottom p{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
/*SEÇÃO DO RODAPÉ PARA TODAS AS PÁGINAS*/
.footer{
    width: 100%;
    height: 170px;
    background-color: #000;
}
.social-icons{
    left: 72px;
    position: absolute;
}
.social-icons ul li{
    list-style: none;
    margin-top: 5px;
    text-align: center;
}
.social-icons ul li a{
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
    display: block;
}
.copy{
    width: 720px;
    height: 50px;
    margin-top: 62px;
}

/*Michael (Maycon)*/

/*SEÇÃO DO BANNER*/
#bannerInicio{
    width: 100%;
    height: 800px;
    background-image: url(../imagens/BannerWord.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 130px; 
    border-color: #999;
    border-bottom: 1px dashed;
}
#BannerTexto{
    width: 800px;
    height: 165px;
    margin-top: 175px;
    border-radius: 5%;
    background-color: #FAE81C;
}
#BannerTexto h1{
    font-size: 69px;
    text-align: center;
}
/*SEÇÃO SOBRE SOP*/
#sobre{
    width: 100%;
    height: 3500px;
    background-color: #2F4F4F;
}
#topico p{
    width: 100%;
    margin-top: 25px;
    font-size: 28px;
    line-height: 2;
    background-color: antiquewhite;
}
#informations{
    width: 100%;
    background-color: #EBF3F8;
}
#informations h1{
    width: 100%;
    height: 55px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
    background-color: #363636;

}
#Informations p{
    width: 100%;
    text-align: center; 
    font-size: 50px;
    margin-top: 25px;
    line-height: 2;
}
#informations img{
    width: 700px;
    height: 400px;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 5px;
    margin-bottom: 35px;
    border-radius: 5%;
}

/*Michel Araujo*/

/*BANNER*/
#bannerMichel{
    width: 100%;
    height: 800px;
    background-image: url(../imagens/sistemasOperacionais.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 300px;
}
#bannerTextoMichel{
    width: 850px;
    height: 200px;
    padding-top: 50px;
    border-radius: 5%; 
    background-color: #7608D7;
}
#bannerTextoMichel h1{
    text-align: center; 
    font-size: 55px;
    color: #fff;
}
/* Conteúdo SOP */
#sobreMichel{
    width: 100%;
    min-height:200px;
}
#sobreMichel p{
    width: 100%;
    font-size: 25px;
    line-height: 2;
    text-align: left; 
}
#historico{
    width: 100%;
    padding-top: 10px;
    background-color: #363636;
}
.assunto{
    width: 100%;
    height: 100px;
    text-align: center;
}
.assunto p{
    width: 100%;
    font-size: 25px;
    line-height: 2;
    text-align: left;
}
.assunto h1{
    font-size: 32px;    
    text-align: center;
    letter-spacing: 5px;
}
.assunto h2{
    font-size: 32px;
    color: #D4CBDF;
    text-align: center;
    letter-spacing: 5px;
}
#texto{
    width: 920px;
    min-height: 420px;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 50px;
}
#texto h2{
    width: 920px;
    color: #fff;
    font-size: 32px;
    text-align: justify;
    letter-spacing: 5px;
}
#texto p{
    width: 1000px;
    color: #fff;
    border-radius: 5%;
    text-align: left;
    font-size: 25px;
    line-height: 2;
}
#textoImagem{
    width: 300px;
    height: 350px;
     float: left; 
    padding-top: 120px;
}
#imagemHistorico{
    width: 300px;
    border: 1px solid;
    border-color: burlywood;
    border-radius: 15%;
}
/* Conteudo Classificação */
#classificacao{
    width: 100%;
    min-height: 470px;
    padding-top: 25px;
}
#topicos{
    width: 100%;
    height: 730px;
}
#monotarefa, #multitarefa, #gerenciador{
    width: 29%;
    height: 682px;
    border-radius: 5%;
    margin-left: 20px;
    margin-right: 40px;
    float: left;
    background-color: #363636;
}
#gerenciador{
    margin-right: 20px;   
}
#monotarefa h2{
    font-size: 32px;    
    text-align: center;
    letter-spacing: 5px;
}
#monotarefa p{
    width: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    text-align: left; 
}
#multitarefa p{
    width: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    text-align: left;
}
#multitarefa h2{
     font-size: 32px;    
    text-align: center;
    letter-spacing: 5px;
}
#gerenciador p{
    width: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    text-align: left;
}
#gerenciador h2{
    font-size: 32px;    
    text-align: center;
    letter-spacing: 5px;
}
#sistemaDeArquivos{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 70px;
    background-color: #363636;
}
#sistemaImagem{
    width: 420px;
    height: 435px;
    border-radius: 5%;
    margin-top: 5px;
    margin-left: 10px;
    float: left; 
}
#sistemaTexto{
    width: 800px;
    min-height: 450px;
    margin-left: 5px;
    float: left; 
    padding-top: 12px;
}
#titulo{
    width: 100%;
    min-height: 450px;  
    border-radius: 15%;
}
#titulo h1{
    width: 950px;
    color: #fff;
    font-size: 32px;    
    text-align: center;
    margin-bottom: 9px;
    letter-spacing: 5px;
}
#titulo p{
    width: 72%; 
    color: #fff;
    font-size: 25px;
    line-height: 2;
    text-align: center;
}

/* Vinicius */

/*SEÇÃO DO BANNER*/
#bannerVinicius{
    width: 100%;
    height: 885px;
    background-image: url(../imagens/excel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 300px;    
}
#bannerTextoVinicius{
    width: 820px;
    height: 180px;
    border-radius: 5%;
    background-color: #FAE81C;
}
#bannerTextoVinicius h1{
    font-size: 63px;
    padding-left: 0px;
    text-align: center;
}
/*SEÇÃO SOBRE SOP*/
#sobreVinicius{
    width: 100%;
    height: 3250px;
    background-color: #066F;
    margin-top: -85px;
    border: 1px solid;
    border-color: #ad03fc;
}
#planilhasExcel{
    width: 100%
    height: 300px;
}
#planilhasExcel h1{
   color: #fff;
    text-align: center;
}
#definicionExcel p{
    width: 100%;    
    margin-top: 25px;
    line-height: 2;
    background-color: #fff;
}
#formatacionCelulas{
    width: 70%;
    height: 290px;
    float: left;
}
#formatacionImagem{
    width: 30%;
    height: 310px;
    background-image: url(../imagens/imagem2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100px;
    float: left;
    background-color: #fff;
}
#entradaDeDados{
    width: 100%;
    height: 150px;
    clear: both;
    padding-top: 10px;
}
#numeros{
    width: 100%
    height: 300px;
    padding-top: 20px;
}
#textosVinicius{
    width: 100%
    height: 100px;
    padding-top: 20px;
    float: left;
}
#formulas{
    width: 100%
    height: 300px;
}
#funcoesVinicius{
    width: 100%
    height: 200px;
    padding-top: 20px;
}
#condicionais{
    width: 100%
    height: 200px;
}
#graficos{
    width: 100%
    height: 200px;
    padding-top: 20px;
}
#impressao{
    width: 100%
    height: 200px;
    padding-top: 20px;
}
.informationsVinicius{
    width: 100%;
    height: auto;
    background-color: #363636;
}
.informationsVinicius p{
    width: 100%;
    height: 250px;
    border: 1px solid;
    border-color: blueviolet;
    background-color: #fff;
}
.imagemVertical{
    width: 300px;
    height: 300px;
    float: right;
}

/*Matheus */

/*SEÇÃO DO BANNER*/
#bannerM{
    width: 100%;
    min-height: 800px;
    background-image: url(../imagens/codigoFechado.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 140px;
}
#bannerTexto1{
    width: 800px;
    height: auto;
    margin-top: 135px;
    background-color: RGBA(0,0,205,0.6);
}
#bannerTexto1 h1{
    font-size: 32px;
    text-align: center;
    color: #fff;
}
#bannerTexto1 p{
    color: #DCDCDC;
}
/*SEÇÃO SOBRE SOP*/
.sobreM{
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 25px; 
    padding-top: 20px;
}
.definicaoM h1{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}
.definicaoM p{
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    margin-left: 80px;
    text-align: justify;
    border-radius: 2%;
    background-color: #066758;
}
.navegacao{
    width: 100%;
    height: auto;
    padding-bottom: 98px;
    background-color: #363636;
}
.navegacao h1{
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.navegacao p{
    width: 980px;
    font-size: 20px;
    color: #fff;
    padding-top: 70px;
    margin-left: 200px;
}
.imagemDiretorio{
    width: 520px;
    min-height: 330px;
    margin-top: 45px;
}
/*Seção Com Imagem*/
.secaoImagem{
    width: 100%;
    height: 730px;
    background-image: url(../imagens/body.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;  
}
.SecaoTexto-imagem{
    width: 800px;
    min-height: 520px;
    margin-top: 2px;
    background-color: RGBA(0,0,205,0.6);
}
.SecaoTexto-imagem h1{
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
.SecaoTexto-imagem p{
    color: #DCDCDC;
}
/*SEÇÃO PRODUTO DO SITE*/
#section{
    width: 28%;
    min-height: 510px;
    border: 1px solid;
    border-color: #999;
    border-radius: 6px;
    background-color: #fff; 
    float: left;    
    margin-top: 56px;
    margin-left: 30px;
    margin-right: 30px;
}
.subtitle{
    width: 100%;
    min-height: 108px;
}
.subtitle h1{
    text-align: left;
}
.produtoImagem{
    width: 90%;
    height: 155px;
    margin-left: 30px;
}
.produtoImagem img{
    width: inherit;
    height: inherit;
}
.produtoTexto{
    width: 100%;
    height: auto;
}
.produtoTexto h1{
    font-size: 20px;
    height: 30px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.produtoTexto p{
    color: #363636;
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
}
.navegaca{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #363636;
}
.navegaca h1{
    font-size: 35px;
    color: #fff;
    padding-top: 50px;
    margin-left: 525px;
}
.navegaca p{
    width: 980px;
    font-size: 20px;
    color: #fff;
    padding-top: 70px;
    margin-left: 335px;
}
.imagemNoCentro{
    width: 555px;
    height: 330px;
}