<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto";
    font-size: 12px;
    padding-top: 90px;
}

*{
    box-sizing: border-box;
    position: relative;
}

a{
    text-decoration: none;
    color: initial;
}


ul
{
    margin: 0;
    display: inline-block;
    height: 100%;
}

li
{
    display: inline-block;
    vertical-align: middle;
}

.content
{
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}


.btn
{
    padding: 15px;
    padding-left: 65px;
    padding-right: 65px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
}




.wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn
{
    font-size: 14px;
}

h3
{
    margin: 0px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 500;
}

h4
{
    text-align: center;
    letter-spacing: 10px;
    font-size: 50px;
    font-weight: 700;
    margin: 0px;
}

.btn:hover
{
    opacity: 0.8;
}

.overlay
{
    min-height: calc(100vh - 90px);
}



/*------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px;
    z-index: 999;
    height: 90px;
}

header h1
{
    display: inline-block;
    margin: 0;
    font-size: 16px;
    margin-left: 15px;
    vertical-align: middle;
    max-width: 280px;
}

header #logo,
header nav
{
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header #logo
{
    max-width:125px;
}

header nav
{
    float: right;
}

header #menu li {
    font-weight: bold;
    margin-right: 30px;
    margin-top: 21px;
    cursor: pointer;
}

header #menu li a:hover
{
    text-decoration: underline;
}



header .btn
{
    display: inline-block;
    height: 90px;
    vertical-align: top;
    margin-top: -15px;
    float: right;
    padding: 25px;
    font-weight: bold;
    padding-top: 35px;
    border-radius: 0px;

}

/*-------*/

#sou-aluno
{
    margin-top: 10px;
}




#sou-aluno a:hover
{
    text-decoration: underline;
}

/*-------*/

#capa 
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 100%;

}


#capa .wrapper
{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#legenda-capa
{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5px;
}


#texto-principal-capa
{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-top: 15px;
}

#paragrafo-capa
{
    font-size: 16px;
    width: 620px;
    margin: 0 auto;
    margin-top: 80px;
    line-height: 30px;
}


#capa .btn
{
    margin-top: 80px;
}




#container-modalidades
{
    text-align: center;
    margin-top: 50px;
}

.modalidade
{
    background-color: red;
    width: 460px;
    display: inline-block;
    vertical-align: top;
    margin: 25px;
}

.modalidade .img
{
    width: 100%;
    height:350px;
    background-color: lightgrey;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    border-width: 2px;
    border-style: solid;

}


.modalidade .conteudo
{
    padding: 25px;
    border-width: 2px;
    border-style: solid;
    border-top: 0px;
}



.modalidade .nome
{
    font-size: 21px;
    font-weight: bold;
}

.modalidade .container-horarios
{
    margin-top: 25px;
}

.modalidade .horario
{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.modalidade .horario span
{
    font-weight: 700;
}

.modalidade .container-horarios .horario:last-child
{
    margin-bottom: 0px;
}

.modalidade .btn
{
    margin-top: 25px;
}


#professores
{
    background-color: rgba(0,0,0,0.1);
}

.professores-container
{
    margin-top: 50px;
}


.professor
{
    margin-bottom: 50px;
}

.professores-container .professor:last-child
{
    margin-bottom: 0px;
}

.professor .img
{
    width: 250px;
    height: 250px;
    background-color: lightgrey;
    display: inline-block;
    vertical-align: top;
    border-radius: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    border-width: 2px;
    border-style: solid;
}

.professor .conteudo
{
    display: inline-block;
    vertical-align: top;
    width: 710px;
    padding-left: 25px;
    padding-top: 25px;
}


.professor .nome
{
    font-size: 18px;
    font-weight: bold;
}

.professor .modalidades
{
    font-size: 16px;
    margin-top: 5px;
}

.professor .modalidades span
{
    font-weight: 500;
}

.professor p
{
    margin-top: 15px;
    font-size: 14px;
}

form
{
    padding: 50px;
    border-left: 2px solid rgba(0,0,0,0.1);
    border-right: 2px solid rgba(0,0,0,0.1);
    margin-top: 50px;
    text-align: center;
}

form label
{
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

form .form-field
{
    margin-bottom: 25px;
}

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form select
{
    width: 400px;
    padding: 15px;
    font-family: 'Roboto';
    background-color: transparent;
    border: 0px;
    border: 1px solid;
}


form input[type='submit']
{
    margin-top: 25px;

}

#facebook
{
    background-color: #181818;
}

#facebook .wrapper
{
    padding: 0px;
}

#facebook #bloco-facebook {
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed";
    padding-top: 90px;
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
}

#facebook #bloco-facebook span, #facebook #bloco-facebook a {
    display: inline-block;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

#facebook #bloco-facebook .icone {
    display: inline-block;
    height: 70px;
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #252525;
    padding: 10px;
    border-radius: 50px;
}



#galeria
{
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}


.foto
{
    display: inline-block;
    height: 240px;
    width: 253px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    cursor: pointer;
}

.foto:hover
{
    opacity: 0.8;
}

#mapa
{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

footer 
{
    background-color: lightgrey;
    border-top: 1px solid grey;
    text-align: center;
    opacity: 0.8;
    padding: 15px;
    padding-bottom: 10px;
    margin-top: 50px;
}

footer img 
{
    height: 60px;
}



#modal-imagem {
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    display: none;
}

#modal-imagem .fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#modal-imagem .imagem {
    max-width: 80%;
    max-height: 80%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    margin: auto;
}

#paragrafo-capa
{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


#confirmacao
{
    min-height: 100vh;
}

#confirmacao h1
{
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
}

#confirmacao p
{
    font-size: 21px;
    line-height: 30px;
}

#confirmacao p span
{
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 1px;
}


.perguntas-frequentes
{
    margin-top: 100px;

}

.perguntas-frequentes h3,
.perguntas-frequentes h4{
    text-align: left;
}

.perguntas-frequentes .pergunta-container
{
    margin-top: 50px;
}

.perguntas-frequentes .pergunta-container .pergunta
{
    font-size: 18px;
}

.perguntas-frequentes .pergunta-container .resposta
{
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
}


#area-aluno
{
    text-align: center;
}

#area-aluno p
{
    text-align: center;
    font-size: 14px;
    
}

#area-aluno a
{
    margin-top: 15px;
}</pre></body></html>