.bt-azul {
    background-color: #00517c;
    
}

.bt-azul:hover {
    background-color: #106287;
}

.link-destaque {
    font-size: 18px;
    font-family: 'open_sansbold';
    text-align: center;
}

.bt-verde {
    background-color: #8dc63f;
    margin-right: 20px;
}

.bt-verde:hover {
    background-color: #79ad28;
}

.bt-destaque {
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 20px;
}

.bt-destaque:hover, .bt-destaque:active, .bt-destaque:focus {
    text-decoration: none;
    color:#ffffff;
}

.box-botoes {
    width: 100%;
    margin-top: 300px;
    font-family: 'open_sansbold';
    text-align: center;
    position: absolute;
    z-index: 4;
}

body {
    font-family: 'Open Sans' !important;
    
}

p {
    font-size: 13px;
    text-align: center;
}

.box-geral-flag {
    background-image: url(../../../assets/images/bg.png);
    background-repeat: repeat;
    width: 100%;
}

.topo-geral {
    
    width: 100%;
    position: absolute;
    z-index: 1;
}

.container-geral {
    width: 100%;
    background-color: #e6e7e8;
    position: absolute;
    z-index: 1;
}

.conteudo-largura-fixa {
    width: 980px;
    margin: 0 auto;
}

.box-half {
    width: 50%;
    float: left;
    text-align: center;
}

.topo-flag {
    position: absolute;
    z-index: 2;
    background: rgba(27,109,147,1);
background: -moz-linear-gradient(top, rgba(27,109,147,1) 0%, rgba(0,81,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,109,147,1)), color-stop(100%, rgba(0,81,124,1)));
background: -webkit-linear-gradient(top, rgba(27,109,147,1) 0%, rgba(0,81,124,1) 100%);
background: -o-linear-gradient(top, rgba(27,109,147,1) 0%, rgba(0,81,124,1) 100%);
background: -ms-linear-gradient(top, rgba(27,109,147,1) 0%, rgba(0,81,124,1) 100%);
background: linear-gradient(to bottom, rgba(27,109,147,1) 0%, rgba(0,81,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6d93', endColorstr='#00517c', GradientType=0 );
  display: inline-block;
  height: 535px;
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.topo-flag:after {
     border-top: 145px solid #00517c;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 535px;
  width: 0;
}

.box-flag-text {
    width: 800px;
    margin: 0 auto 250px;
    
}

.box-logo-publico {
    position: absolute;
    z-index: 4;
}

.topo-lp {
    /*background-image: url(/assets/images/banner-main2.png);*/
    text-align: center;
    width: 980px;
    height: 814px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
}

.box-logo {
    width: 800px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.box-flag-text h1 {
    margin-top: 20px;
}

.box-publico, .box-icone-pasta {
    width: 100%;
    text-align: center;
}

.box-publico {
    margin-bottom: 20px;
}

.box-icone-pasta {
    position: absolute;
    z-index: 2;
    margin-top: -180px;
}


h1 {
    font-size: 24px !important;
    color: #ffffff !important;
    text-align: center;
    width: 630px;
    margin: 0 auto 0 auto !important;
    font-family: 'open_sansbold' !important;
} 

.foco-superpro {
    width: 980px;
    margin: 0 auto;
}

.box-vantagens {
    margin-top: 50px;
    padding: 30px 0;
}

.box-cursos-disponiveis {
    width: 630px;
    margin: 0 auto;
    text-align: center;
}

.box-cursos-disponiveis h3 {
    font-size: 18px !important;
    font-family: 'open_sansbold' !important;
    color:#007b00;
    text-align: center;
}

.box-cursos-disponiveis ul {
    color: #58595b;
    font-family: 'open_sansbold' !important;
    float: left;
    width: 50%;
}

.box-cursos-disponiveis ul li {
    font-size: 15px;
    
}

.container-azul {
    background-color: #00517c;
    width: 100%;
    float: left;
    margin-top: 390px;
    padding: 20px 0;
}

.box-contato {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.box-contato p {
    color: #fff;
}

.box-cada-contato {
    float: left;
    margin-right: 40px;
    
}

.icone-contato, .txt-contato {
    float: left;
    
}

footer {
   position: absolute;
    width: 100%;
    text-align: center;
    margin-top:530px;
}

.rodape p {
    margin-top: 20px;
    font-size: 11px;
}

.icone-contato p, .txt-contato p {
    text-align: left;
    margin: 0 0 0 10px;
}

.txt-contato {
    margin-top: 15px;
}

.txt-contato p:first-of-type {
     font-family: 'open_sansbold';
     font-size: 18px;
}

.txt-contato a {
    color: #ffffff;
    text-decoration: underline;
}
.txt-contato a:hover, .txt-contato a:active, .txt-contato a:focus {
    color: #ffffff;
    text-decoration:none;
}


.txt-contato p:nth-of-type(2) {
     font-size: 11px;
}

.subtitulo-contato {
    font-family: 'open_sansbold';
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #FFF;
}

@media screen and (max-width: 1000px) {
    .conteudo-largura-fixa, .topo-flag, .box-flag-text, .topo-lp, .foco-superpro, .box-logo-publico, .box-logo {
        width: 100%;
    }

    .foco-superpro img {
        width: 100%;
        height: auto;
    }
    
    .topo-flag:after {
    border: none;
}

.seta-1000px {
    background-color: #ffffff;
    display: inherit !important;
    width: 100%;
    margin-top: -5px;
}

.seta-1000px img {
    width: 100%;
    height: auto;
}

.box-icone-pasta {
    margin-top: -320px;
    position: relative;
}
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 665px) {
     h1 {
        font-size: 18px !important;
    }
    
}

@media screen and (max-width: 650px) {
    h1, .box-cursos-disponiveis {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .box-cursos-disponiveis ul, .box-half {
        float: none;
        width: 270px;
        margin: 0 auto;
    }
    
    .box-vantagens, .container-azul, footer {
    margin-top: 30px;
    }
    footer {
        padding-top: 20px;
    }
    
    .box-botoes {
        margin-top: 450px;
    }
    
    .box-half {
        margin-bottom: 20px !important;
    }
    .box-botoes,.container-azul, footer {
        position: relative;
    }
    
    .box-publico img {
        width: 100%;
        height: auto;
    }
    
    .box-icone-pasta img {
        width: 100px;
        height: auto;
    }
    
}

@media screen and (max-width: 500px) {
    .box-contato {
        display: table;
    }
    
    .box-contato, .box-cada-contato {
        width: 100%;
        display: table;
    }

    .bt-destaque {
        display: block;
         margin: 0 auto;
    width: 300px;
    }
    .bt-verde {
        margin-bottom: 10px;
    }
    .icone-contato {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    .txt-contato {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 140px;
}
}
