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

.top-info {
    background-image: url(https://cursogratisead.com.br/images/bg-topo.jpg);
    background-size: cover;
}

.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);
}

.qrcode {
    width: 45%;
}

.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;
}

.tituloRodapePositivo {
    font-size: 35px;
    font-weight: bold;
    color: #860d0d;
    display: flex;
}

.ft-pd {
    padding: 50px 98px 50px 98px;
}

.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é*/

.btn-back {
    float: left;
    background: #232361;
    padding: 10px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    display: block;
    border-radius: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: bold;
}

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

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

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

.titulo p {
    text-align: center;
}

a {
    text-decoration: none !important;
}

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

div#boxListaCategoria {
    display: flex;
    justify-content: center;
}

.tituloPagina {
    margin-top: 47px;
    margin-bottom: 15px;
    font-size: 48px;
}

@media only screen and (max-width: 768px) {
    #boxListaCategoria li a {
        height: 30px;
        background: white;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 10px !important;
        border-radius: 4px;
        margin-bottom: 5px;
        margin-right: 5px;
        display: block;
        font-weight: bold;
    }

    .jumbotron-topo h2 {
        margin: 0;
        font-size: 13px !important;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }

    .d-flex.flex-collumn-sm.flex-collumn-md {
        flex-direction: column;
    }

    .d-flex.justify-content-center.align-items-center.flex-collumn-sm {
        flex-direction: column;
    }

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

@media only screen and (max-width: 425px) {
    div #boxListaCategoria ul {
        max-width: 100% !important;
        width: 100% !important;
    }

    .jumbotron-topo h2 {
        margin: 0;
        font-size: 16px !important;
        color: #ffffff;
        font-weight: bold;
        line-height: 20px !important;
    }

    h1.tituloPagina {
        color: #ffffff;
        text-shadow: 0px 2px 50px #001427;
        font-size: 24px !important;
    }

    div#boxListaCategoria {
        flex-direction: column;
    }

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

    li {
        word-break: break-word;
    }

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

    h1.tituloPagina {
        font-size: 28px;
    }

    .flex-collumn-sm {
        flex-direction: column;
    }

    .conteudoTopo {
        padding-bottom: 0;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-2 {
        width: 100%;
        text-align: center;
    }

    .col-md-10 {
        width: 100%;
        text-align: center;
    }

    .tituloPagina {
        font-size: 16px;
    }

    .linkTopo {
        display: block;
    }

    .info-mini-curso {
        border-radius: 8px;
        background-color: #ffc600;
        padding: 15px 20px; /* Ajuste o preenchimento conforme necessário */
        color: #6e0001;
        font-size: 15px !important;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 2px 0 #b78e00;
    }

    .btn.btn-success.btn-lg.col-md-12.text-center {
        white-space: normal;
    }

    .titulo.col-sm-12 h1.ensino-distancia {
        font-size: 18px; /* Tamanho da fonte para resolução móvel */
        margin-top: 10px; /* Ajuste de margem superior para resolução móvel */
    }

}


@media (max-width: 420px) {

    .ft-pd {
        padding: 10px 10px 10px 10px;
    }

    .qrcode {
        width: 100%;
        padding-bottom: 20px;
    }

    div.jumbotron-topo {
        height: inherit;
    }

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

    #boxListaCategoria ul {
        max-width: 100% !important;
        width: 100% !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: #860d0d;
    height: 50px;
}

.jumbotron-topo h2 {
    margin: 0;
    font-size: 22px;
    color: #f7c01d;
    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;
    color: #860d0d;
    padding-top: 0px;
    text-align: left;
}

.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%;
}

.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: center;
    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: #a22c2c;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.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 #001427;
    font-size: 57px;
}

.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 {
    margin-left: 20px;
}

.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;
}