/*rodapé*/
body {
    text-transform: uppercase;
}

.d-flex {
    justify-content: center;
}

.img-fluid {
    width: 45%;
}


.quem-somos {
    display: block;
    height: auto;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    background: rgb(125, 185, 232);
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(30, 87, 153, 1) 75%, rgba(30, 87, 153, 1) 75%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(30, 87, 153, 1) 75%, rgba(30, 87, 153, 1) 75%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(32, 124, 202, 1) 49%, rgba(30, 87, 153, 1) 75%, rgba(30, 87, 153, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
}

.quem-somos {
    background: linear-gradient(0deg, rgba(87, 202, 116, 1) 0%, rgba(90, 236, 127, 1) 100%);
    border-radius: 5px;
    margin-top: 5px;
    color: #2d673b;
    letter-spacing: 0;
    height: auto;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 12px 15px;
    border: solid 1px #41cc64;
    text-shadow: 0 1px 0 #6bec8c;
}

.btn-sac {
    background: linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 120, 24) 100%);
    border-radius: 5px;
    margin-top: 5px;
    color: #ffffff;
    letter-spacing: 0;
    height: auto;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 12px 15px;
    border: solid 1px #e46210;
    text-shadow: 0 1px 0 #984e04;
}

.rodape-cgo {
    background-color: #6c757d;
}

.bg-gray {
    background-color: #e7e7e7;
    width: 100% !important;
}

.tituloRodapePositivo {
    font-size: 35px;
    font-weight: bold;
    color: #860d0d;
    text-align: center;
    padding: 0 0 35px 0;
}

.ft-pd {
    padding: 18px 25px 50px 25px;
}

.facebook {
    background-color: #003970;
}

.twitter {
    background-color: #00a8c0;
}

.lista-categorias a {
    text-transform: uppercase;
    color: #11517b;
    font-size: 13px;
    font-weight: 500;
    text-align: start !important;
    font-family: Arial, sans-serif;
}

.col-categ div {
    display: flex;
}

.lista-categorias li {
    display: flex;
}

/*rodapé*/

.d-flex-btn {
    display: flex;
    justify-content: center;
}

h1 {
    text-align: center;
    font-weight: bold;
}

.titulo p {
    text-align: center;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

@media (max-width: 420px) {

    div.jumbotron-topo {
        height: inherit;
    }

    .img-fluid {
        width: 100%;
    }

    .jumbotron-topo h2 {
        line-height: normal !important;
        font-weight: normal;
    }

    #boxListaCategoria {
        display: none !important;
    }

    .boxCursos .btn.btn-primary.btn-large {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        white-space: normal;
    }

    h1.tituloPagina {
        font-size: 40px !important;
    }

}

.jumbotron-topo {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #f7c01d;
    height: 50px;
}

.jumbotron-topo h2 {
    margin: 0;
    font-size: 19px;
    color: #710100;
    font-weight: bold;
    line-height: 50px;
}

.jumbotron-topo img {
    height: 30px;
    width: auto;
}

.index3 .conteudoTopo3, .index3 footer {
    margin: 0;
}

div.page-header {
    padding: 0;
    margin: 0;
    border: none;
}

#loadingImage {
    display: none;
}

.conteudoTopo {
    background: url("../images/background.jpg");
    background-size: cover;
    /*padding-bottom: 30px;*/
    margin-bottom: 40px;
}

.conteudoTopo3 {
    background: url(../images/background-3.jpg);
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: 40px;
    min-height: 800px;
    background-position: 0px;
}

.conteudoTopo h1, .conteudoTopo3 h1 {
    font-weight: bold;
    letter-spacing: -1.5px;
    font-size: 38px;
    margin-top: 40px;
    color: #860d0d;
    padding-top: 0px;
    text-align: left;
    margin-bottom: 40px;
}

.areaFormulario {
    background: #860d0d;
    padding: 20px;
    width: 100%;
    max-width: 340px;
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 0px;
}

.btn-cadastro-gratis button {
    width: 100%;
}

.blue-btn {
    color: #FFFFFF;
    background-color: #018AE1;
    padding: 20px;
    width: 100%;
}

.btn:hover {
    color: #400000;
    background-color: #FFB400;
}

.btn-cadastro-gratis .btn-danger {
    color: #860d0d;
    background-color: #ffe800;
    font-weight: bold;
    letter-spacing: -0.4px;
    font-size: 23px;
    box-shadow: 0 2px 0 #ab2021;
    border: solid 1px #fff05a;
}

.btn-cadastro-gratis .btn-danger:hover {
    background: #fffb32;
}

.btn-cadastro-gratis .btn-danger:active, .btn-cadastro-gratis .btn-danger:focus {
    outline: none;
    background: #ecd80a;
    color: #a51f1f;
}

input.form-control, span.input-group-addon {
    border: none;
}

.imagemRecursos {
    height: 130px;
    width: 130px;
    border-radius: 130px;
    border: solid 5px #f4f4f4;
}

.imagemRecursos {
    background: url(../images/iphone-vantagem-1.jpg) center bottom no-repeat;
    background-size: 80%;
    height: 140px;
    width: 140px;
    border: solid 5px #f4f4f4;
    border-radius: 140px;
    margin-top: 20px;
}

.imagemRecursos img {
    width: auto;
    height: 100%;
}


.imagemRecursos2 {
    height: 130px;
    width: 130px;
    border-radius: 130px;
    border: solid 5px #f4f4f4;
}

.imagemRecursos2 {
    background: url(../images/iphone-vantagem-2.jpg) center bottom no-repeat;
    background-size: 80%;
    height: 140px;
    width: 140px;
    border: solid 5px #f4f4f4;
    border-radius: 140px;
    margin-top: 20px;
}

.imagemRecursos2 img {
    width: auto;
    height: 100%;
}

.imagemRecursos3 {
    height: 130px;
    width: 130px;
    border-radius: 130px;
    border: solid 5px #f4f4f4;
}

.imagemRecursos3 {
    background: url(../images/iphone-vantagem-3.jpg) center bottom no-repeat;
    background-size: 80%;
    height: 140px;
    width: 140px;
    border: solid 5px #f4f4f4;
    border-radius: 140px;
    margin-top: 20px;
}

.imagemRecursos3 img {
    width: auto;
    height: 100%;
}

footer {
    background: #f6f6f6;
    text-align: justify;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #860d0d;
    margin-top: 40px;
}

.areaFormulario h4 {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 0 0 20px 0;
}

footer p {
    margin: 0;
}

#myModal.modal {
    background: url("../images/wallpaper.jpg");
    background-size: cover;
}

.info-news-content {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: -0.5px;
    color: #d61308;
    text-transform: uppercase;
}

.modal-body .label-campos-form {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.modal-content input[type=text] {
    border: solid 1px #ccc;
    margin-bottom: 12px;
}

.modal-dialog .btn-cadastro-gratis button, .modal-dialog .btn-cadastro-gratis button:hover, .modal-dialog .btn-cadastro-gratis button:active, .modal-dialog .btn-cadastro-gratis button:focus {
    font-size: 22px;
    font-weight: bold;
    background: #d61308;
    border: solid;
    outline: none;
}

.listaEbooks {
    list-style: none;
}

.listaEbooks li {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 4px;
    border: solid 1px #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
}

.index3 #myModal.modal {
    background: url(../images/wallpaper2.jpg);
    background-size: cover;
}

.info-curso {
    color: #860d0d;
}

.outros-cursos {
    text-align: center;
    font-weight: bold;
}

.outros-cursos span {
    color: #860d0d;
}

.cursos-destaques {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #fff;
}

.fazer-incricao {
    border-radius: 5px;
    background-color: #ffe800;
    font-weight: bold;
    color: #860d0d;
    font-size: 18px;
}

.fazer-incricao a, .fazer-incricao a:hover, .fazer-incricao a:active {
    text-decoration: none;
    color: #860d0d;
}

.detalhes-cursos {
    font-weight: bold;
    text-align: center;
}

.detalhes-cursos span {
    color: #03447e;
}

.info-mini-curso {
    border-radius: 8px;
    background-color: #780001;
    margin: 20px 0 0 0;
    padding: 38px 40px;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

.selo-fasul {
    margin: 15px 0 35px;
}

.info-mini-curso2 {
    border-radius: 10px;
    background-color: #860d0d;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 10px;
    color: #ffe800;
    font-size: 20px;
    font-weight: bold;
}

.info-mini-curso2 div {
    font-size: 36px;
}

.info-mini-curso2 span {
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #860d0d;
    border-color: #860d0d;
}

.btn-cursos .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    outline: none;
    background: #860d0d;
    border-color: #860d0d;
    color: #fff;
}

.recurso1 h4 {
    font-weight: bold;
    margin-top: 40px;
}

h1.tituloPagina {
    color: #ffffff;
    text-shadow: 0px 2px 50px #420909;
    font-size: 48px;
}

.linkTopo:hover {
    text-decoration: none;
}

#boxListaCategoria li a {
    height: 30px;
    background: white;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: block;
    font-weight: bold;
}

#boxListaCategoria ul {
    max-width: 220px !important;
    width: 100% !important;
}

.infoCursoBox p {
    display: none;
}

a.btnMatriculaPreco {
    background: green;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
}

.infoCursoBox h3 {
    font-size: 14px;
    height: 50px;
    font-weight: bold;
}


.boxCursos .btn.btn-primary.btn-large {
    font-size: 22px;
    margin-top: 30px;
}

.boxCursos.conteudo h2 a {
    width: calc(100% - 30px);
    background: #9c0000;
    display: block;
    padding: 10px 20px;
    margin-left: 15px;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.infoCursoBox {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 5px;
    box-shadow: 0 2px 0px #d8d8d8;
}

.infoCursoBox img {
    border-radius: 4px 4px 0 0;
}

h1.tituloPagina b {
    letter-spacing: 0;
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #f7c01d;
}

.infoCursoBox div.categoriaCursoBox {
    font-size: 12px;
}