@import "font-face.css";

* {
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    background: rgb(0,0,0);
    margin: 0 auto!important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wrap{
    padding: 0;
    margin: 0;
    width: 100%;
    float:left;
}

/* Topo */

#topo {
    width:100%;
    height: 250px;
    background: rgba(0,0,0,0.7);
    position: relative;
    z-index: 999;
}
.topo {
    width:100%;
    height:135px;
    margin:0 auto;
    margin-bottom: 60px;
    z-index: 999;
}

.logo {
    background:url('../img/logo.png') no-repeat left center;
    width:179px;
    height:162px;
    display:block;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

                            /*MENU*/

#menu {
    width:100%;
    height: 55px;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}
.sf-menu {
    width:1086px;
    margin: 0 auto;
}
.sf-menu li {
    line-height:54px;
    float:left;
}
.sf-menu li a {
    padding: 0 78px;
    letter-spacing: 2px;
}
.menu a {
    color:#fff;
    font-weight: 100!important;
    font-size:12px;
    font-family:'open_sanslight', Helvetica;
    letter-spacing: .1em;
    text-decoration:none;
    display:block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.menu a:hover{
    color: rgba(255,255,255, 0.2);
}

                        /*RODAPE*/

#rodape {
    width:100%;
    height:100px;
    background-color: black;
    position:relative;
    margin-top: 50px;
    z-index: 9999;
    border-top: 1px solid white;
    float: left;
}
.rodape {
    width: 980px;
    position: relative;
    margin: 0 auto;
}
.rodape-endereco {
    width: 50%;
    margin-top: 30px;
    float: left;
    
}
.rodape-endereco p {
    color: white;
    font-family: 'open_sanslight', Helvetica;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-size: 13px;
}
.rodape-contato {
    width: 50%;
    margin-top: 30px;
    float: right;
    text-align: right;
    
}
.rodape-contato p {
    color: white;
    font-weight: 100!important;
    font-family: 'open_sanslight', Helvetica;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-size: 13px;
}

                    /*Rodape redes sociais*/

.rodape-links {
    float: right;
}
.face {
    background: url('../img/facebook.png');
    width: 35px;
    height: 35px;
    margin: 30px 0;
    float: right;
    margin-right: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.face:hover {
    background: url('../img/facebook_.png');
    cursor: pointer;
}
.twitter {
     background: url('../img/twitter.png');
    width: 35px;
    height: 35px;
    margin: 30px 0;
    float: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.twitter:hover {
    background: url('../img/twitter_.png');
    cursor: pointer;
}

                    /*BANNER*/  

#banners{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}
.banners{
    width: 100%;
    margin: 0 auto;
}
.controle {
    width: 980px;
    height: 480px;
    margin: 0 auto;
    z-index: 999999;
}
                    /* Corpo */

#corpo{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999999999;
    margin-top: 80px;
}
.corpo {
    font-family: 'futura_bk_btbook';
    width: 1100px;
    margin: 0 auto;
}
.corpo p {
    color: #959698;
    margin: 15px 0;
    font-size: 14px;
}
.corpo .esq{
    width: 320px;
    float: left;
    margin-right: 30px;
}
.corpo .esq img {
    float: left;
}
.corpo .esq h1 {
    font-family: 'open_sanslight', Helvetica;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #011D29;
    line-height: 28px;
    text-transform: uppercase;
    float: left;
}
.corpo .esq h2 {
    font-family: 'open_sanslight', Helvetica;
    font-size: 22px;
    letter-spacing: 2px;
    color: #959697;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
}
.corpo .esq ul {
    margin-left: 10px;
    color: #959697;
    line-height: 25px;
    font-weight: bold;
}
.corpo .dir {
    width: 160px;
    float: left;
    text-align: center;
    padding: 0;
    margin-left: 25px;
}
.corpo .dir h3 {
    font-family: 'open_sanslight', Helvetica;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #959697;
    margin-top: 15px;
    height: 45px;
    vertical-align: middle;
}
.corpo .dir p {
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
}
.dir img {
    width: 160px;
}
.dir .leia {
    margin-top: 15px;
}

                                /*INTERNA HOME*/

#interna-bg {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
#interna-home {
    position: relative;
    display: block;
    min-height: 400px;
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
.interna-home {
    position: relative;
    display: block;
    min-height: 200px;
    width: 456px;
    float: right;
    top: 150px;
}
                                /*INTERNA*/


.interna {
    position: relative;
    display: block;
    min-height: 590px;
    width: 980px;
    background: rgba(0,0,0,0.9);
    margin: 0 auto;
    margin-top: 20px;
    z-index: 9999999;
    border: white 2px solid;
}
.interna h2 {
    font-family: 'open_sanslight', Helvetica;
    font-size: 22px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    float: left;
    margin-left: 45px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
}
.interna2 {
    position: relative;
    display: block;
    width: 880px;
    margin-top: 150px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.interna2 p {
    position: relative;
    font-family: 'open_sanslight', Helvetica;
    color: white;
    margin-top: 10px;
    line-height: 25px;
}
.interna2 p img {
    width: 250px;
}
.interna2 p a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}
.interna2 p a:hover {
    opacity: 0.4;
}
#galleria {
    margin: 50px 100px 0;
    height: 500px;
    width: 800px !important;
    position: relative;
}
.interna2 iframe {
    width: 220px;
    height: 180px;
    float: left;
    position: relative;
    margin: 0 10px;
    border: white 5px GROOVE;
}

                    /*MIDIA*/
                    
.midias {
    padding-bottom: 50px;
}
.midias h3, .midias h4 {
    font-family: 'open_sanslight', Helvetica;
    letter-spacing: 2px;
    color: #fff;
}
.midias h3 {
    font-size: 30px;
    margin: 20px 0 5px;
}
.midias h4 {
    margin-bottom: 30px;
    font-size: 20px;
}
.midiaplayer {
    float: left;
    margin: 0 20px 10px 0;
}
.midias a {
    color: #fff;
    text-align: right;
}
.midias strong {
    font-weight: bold !important;
    letter-spacing: 1px;
}
.midias figure {
    float: right;
    margin: 10px 0px 30px 40px;
    color: #fff;
    font-family: 'futura_bk_btbook';
    width: 314px;
    font-size: 14px;
}
.midias figcaption {
    margin-top: 10px;
}

              /*CONTACT*/
   
.contato{
    width: 450px;
    float: left;
} 

.contact {
    width: 300px;
    float: left;
    margin-top: 30px;
    margin-right: 50px;
    display: inline-block;
}
input, textarea {
    width: 300px;
    font-family: 'futura_lt_btlight';
    padding: 5px;
    margin-bottom: 15px;
}
textarea {
    height: 150px;
}
input[type=submit] {
    background: #1E221E;
    color: #fff;
}
input[type=submit]:hover {
    background: #2C302C;
    cursor: pointer;
}
input[name=ddd_tel] {
    width: 55px;
    margin-right: 5px;
}
input[name=tel] {
    width: 240px;
}
.address {
    float: right;
}
.address p {
    font-size: 16px;
    line-height: 18px;
}
.msgSucesso {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: green;
    background:  #99ff99;
    border: 1px solid green;
    line-height: 18px;
    float: left;
    font-family:'open_sanslight', Helvetica;
    width: 90%;
}
.msgErro {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: red;
    background: #ff9999;
    border: 1px solid red;
    line-height: 18px;
    float: left;
    font-family:'open_sanslight', Helvetica;
    width: 90%;
}

                        /*Leias mais*/

.leia {
    float: left;
    position: relative;
}
.leia a{
    color: #314f7c;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .07em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.leia a:hover{
    opacity: 0.5;
}

                /*Modal*/
                
.list_cursos {
    width: 300px;
    position: relative;
    margin-bottom: 50px;
}

.list_cursos a{
    color: white !important;
    font-family: 'futura_bk_btbook';
    line-height: 25px;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_cursos a:hover {
    opacity: 0.5;
}
