
body, p, ul, ol, dl, input, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

* {
    outline: none;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

p {
    line-height: 1.5;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.loading-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loading-cover::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

.titulo-geral {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: var(--650917, #650917);
    margin: 0 auto 30px;
}

.titulo-geral:after {
    content: "";
    background: var(--650917, #650917);
    width: 32px;
    height: 3px;
    display: table;
    margin: 5px auto 0;
}

.btn-geral {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Linear, #650917);
    border-radius: 5px;
    border: 1px solid var(--Linear, #650917);
    padding: 10px 30px;
    display: table;
    margin: 30px auto 0;
}

.btn-geral:hover {
    color: #fff;
    background: var(--Linear, #650917);
}

#maxmeio-id {
    width: 25px;
    height: 82px;
    background: url(../images/maxmeio.png) no-repeat;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 0;
    position: relative;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    border: 2px solid var(--Linear, #650917);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 35px;
    height: 14px;
    border: none;
    background: var(--Linear, linear-gradient(117deg, #650917 -12.05%, #FF0027 87.81%));
}

.botao {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #5c0a15;
    border: 1px solid #5c0a15;
    padding: 10px 30px;
    border-radius: 50px;
    display: table;
    margin: 50px auto 0;
}

.botao:hover {
    color: #5c0a15;
    background: transparent;
}

.navbar-default {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0px;
    width: 100%;
}

#bs-example-navbar-collapse-1 {
    padding: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-brand > img {
    width: 180px;
}

.navbar-nav {
    float: right;
    display: flex;
    align-items: center;
    height: 102px;
}

header ul.nav > li > a,
header ul.nav > li button {
    color: var(--Gray-2, #4F4F4F) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.hvr-underline-from-center:before {
    background: #4F4F4F;
    height: 2px;
}

header ul.nav > li.btn-certificado > a {
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    background: var(--Linear, linear-gradient(117deg, #650917 -12.05%, #FF0027 87.81%));
    padding: 10px 20px;
}

.custom-file-label::after {
    content: "Escolher arquivo";
}

.vitrine img {
    height: 480px;
    object-fit: cover;
}

.disponiveis {
    padding: 60px 0;
}

.disponiveis .item {
    background: url(../images/bg-cursos-disponiveis.png) no-repeat;
    background-size: cover;
    height: 375px;
    display: flex;
}

.disponiveis .item .item-curso {
    width: 50%;
}

.disponiveis .item-img {
    display: flex;
    align-items: center;
}

.disponiveis .item img {
    height: 361px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.disponiveis .item-curso.item-texto {
    padding: 30px 10px 10px 25px;
}

.disponiveis .item .categoria {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid var(--Linear, #650917);
    padding: 10px 20px;
}

.disponiveis .item h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 0 0;
}

.disponiveis .item h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0 0;
}

.disponiveis .item p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.disponiveis .item .btn-curso {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    background: var(--650917, #650917);
    padding: 10px 30px;
    display: table;
    margin-top: 10px;
}

.itens {
    background: url(../images/bg-realizados.jpg) no-repeat;
    padding: 60px 0;
    width: 100%;
    background-size: cover;
}

.itens h1.titulo-geral {
    color: #fff;
}

.itens h1.titulo-geral:after {
    background: #fff;
}

.itens .item {
    width: 100%;
    height: 250px;
    padding: 30px 20px;
    background: url(../images/bg-cursos-realizados.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.itens .categoria {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid var(--Linear, #FF0027);
    padding: 10px 20px;
    display: table;
}

.itens h2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.itens p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.itens .btn-geral {
    color: #fff;
    border: 1px solid #fff;
}

.clientes {
    padding: 60px 0;
}

.clientes .owl-item img {
    height: 100px;
    object-fit: contain;
}

.contato {
    background: url(../images/bg-contato.jpg) no-repeat;
    background-position: right;
    padding: 60px 0;
    width: 100%;
    background-size: cover;
}

.contato h1.titulo-geral {
    color: #fff;
}

.contato h1.titulo-geral:after {
    background: #fff;
}

.contato input {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #878993;
    border-radius: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.contato textarea {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 180px;
    background: #fff;
    border: 1px solid #878993;
    border-radius: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.contato ::-webkit-input-placeholder {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contato :-moz-placeholder {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contato ::-moz-placeholder {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contato :-ms-input-placeholder {
    color: var(--Gray-3, #828282);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contato .btn-geral {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.blog {
    background: #f6f5f5;
    padding: 100px 0;
}

.blog h2 {
    margin-bottom: 50px;
}

.blog img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-bottom: 8px solid #5c0a15;
}

.blog .item {
    border: 1px solid #d7d7d7;
}

.blog .conteudo {
    background: #fff;
    padding: 20px;
}

.blog .conteudo h4 {
    font-size: 20px;
    font-weight: bold;
    color: #5c0a15;
    margin-top: 0;
}

.blog .conteudo p {
    font-size: 14px;
    color: #565657;
    text-align: justify;
}

.interna .professores .item {
    margin-bottom: 20px;
}

.blog.professores .conteudo {
    min-height: auto;
}

.videos {
    padding: 100px 0;
}

.videos h2 {
    margin-bottom: 50px;
}

.mapa {
    height: 550px;
}

footer {
    background: #fff;
    padding: 15px 0;
}

footer p {
    color: var(--868993, #868993);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

footer a {
    margin-left: 10px;
}

footer .row {
    display: flex;
    align-items: center;
}

.right {
    float: right;
}

.rodape1 .fa {

    color: #fff;
}

.rodape2 {
    margin-top: 40px;
}

.rodape2 .redes-sociais {
    display: flex;
    justify-content: center;
}

.rodape2 a {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.rodape2 a:hover {
    background: #825057;
}

.rodape2 .fa {
    font-size: 20px;
    color: #5c0a15;
}

aside .itens {
    padding: 50px 0;
}

aside .item {
    margin-bottom: 20px !important;
    min-height: 170px;
    height: 100% !important;
}

aside .itens h2 {
    font-size: 22px !important;
}

aside .itens a {
    display: table;
    margin: 30px auto 0;
    position: initial !important;
    bottom: 0 !important;
    left: 0 !important;
}

.interna {
    padding-bottom: 60px;
}

.interna .titulo-geral {
    /* text-align: left; */
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.gradient-text {
    background-color: #f3ec78;
    background-image: linear-gradient(75deg, #650917, #FF0027);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.interna p {
    font-size: 14px;
    color: #363636;
    text-align: justify;
    margin-top: 20px;
}

.interna h4 {
    font-size: 25px;
    color: #650b17;
    margin-top: 0;
    margin-bottom: 10px;
}

.interna .item {
    margin-bottom: 30px;
}

.interna iframe {
    margin-bottom: 30px;
}

.interna ul.nav.nav-tabs {
    margin-left: 0 !important;
}

.img-blog {
    width: 100%;
}

.interna .blog {
    background: #fff;
    padding: 0;
}

.subscription-form .form-control {
    height: 3.5rem;
    padding-left: 20px;
    border-radius: 25px;
    border-color: #5c0a15;
}

.color-red {
    color: #5c0a15;
}

.fale-conosco form {
    margin-top: 30px;
}

.fale-conosco .form-contato-principal input {
    color: #5c0a15;
    background: transparent;
    border: 1px solid #5c0a15;
    padding-left: 10px;
}

.fale-conosco .form-contato-principal select {
    color: #5c0a15;
    width: 100%;
    height: 38px;
    background: transparent;
    border: 1px solid #5c0a15;
    padding-left: 10px;
    margin-bottom: 15px;
}

.fale-conosco textarea {
    color: #5c0a15;
    width: 100%;
    height: 200px;
    background: transparent;
    border: 1px solid #5c0a15;
    padding-left: 10px;
}

.fale-conosco .form-contato-principal ::-webkit-input-placeholder {
    font-size: 14px;
    color: #5c0a15;
}

.fale-conosco .form-contato-principal :-moz-placeholder {
    font-size: 14px;
    color: #5c0a15;
}

.fale-conosco .form-contato-principal ::-moz-placeholder {
    font-size: 14px;
    color: #5c0a15;
}

.fale-conosco .form-contato-principal :-ms-input-placeholder {
    font-size: 14px;
    color: #5c0a15;
}

.fale-conosco .botao {
    margin: 20px 0 0;
    float: right;
}

.fale-conosco iframe {
    margin-top: 40px;
    margin-bottom: 40px;
}

.interna .nav-tabs {
    border-bottom: 1px solid #5c0a15;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.interna .nav-tabs > li > a {
    color: #5c0a15;
}

.interna .tab-pane img {
    width: 190px !important;
    height: auto;
    float: left;
    margin-right: 20px;
}

.interna .tab-pane .item {
    margin-bottom: 20px;
}

.interna .tab-pane h4 {
    font-size: 30px;
    color: #650b17;
    margin-top: 20px;
    margin-bottom: 0;
}

.interna .tab-pane p {
    margin-top: 0;
}

.interna .nav-tabs > li.active > a,
.interna .nav-tabs > li.active > a:focus,
.interna .nav-tabs > li.active > a:hover,
.interna .nav > li > a:focus,
.interna .nav > li > a:hover {
    color: #fff;
    background-color: #5c0a15;
}

.interna ul.nav-tabs > li {
    margin-bottom: 0;
    list-style: none;
}

.interna ul {
    margin-left: 40px;
}

.interna ul > li {
    margin-bottom: 10px;
    list-style: circle;
}

.interna ul > li > a,
.interna ul a {
    color: #969292;
}

.interna form div p {
    padding: 10px 20px;
}

.interna form div {
    text-align: left !important;
}

.interna form div a.corLinks {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

table td {
    padding: 15px;
}

.interna .item img {
    width: 100%;
    margin-bottom: 20px;
}

.titulo-geral-interna {
    background: var(--650917, #650917);
    padding: 30px 0;
}

.titulo-geral-interna {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
}

.titulo-geral-interna:after {
    content: "";
    background: #fff;
    width: 32px;
    height: 3px;
    display: table;
    margin: 5px auto 0;
}

.print-button {
    top: 50%;
    transition: 0.5s all;
    right: -100px;
}

.print-button .btn-geral {
    padding: 10px 30px 10px 10px;
    border-radius: 10px 0 0 10px ;
}

.print-button:hover {
    top: 50%;
    right: 0;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .titulo-geral {
        font-size: 30px;
        margin: 0 auto 20px;
    }

    #bs-example-navbar-collapse-1 {
        float: none;
        position: relative;
        top: -10px;
        background: #fff;
        z-index: 3;
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 20px;
    }

    .navbar-default {
        display: block;
        min-height: 90px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-header {
        height: 90px;
    }

    header ul.nav {
        height: auto;
        display: table;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    header .nav > li {
        padding: 5px 0;
    }

    header .dropdown {
        padding: 0 0 15px 0;
        margin-top: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .vitrine img {
        height: 150px;
    }

    .disponiveis,
    .itens,
    .blog,
    .videos {
        padding: 30px 0;
    }

    .itens .item,
    .blog .item,
    .videos iframe {
        margin-bottom: 20px;
    }

    footer p {
        margin: 30px 0;
    }

    .interna .nav-tabs {
        display: block;
    }

    .interna .nav-tabs > li {
        width: 100%;
        text-align: center;
    }

    .interna .tab-pane .item {
        display: block !important;
    }

    .interna .tab-pane img {
        margin-bottom: 20px;
    }

    .disponiveis .item .categoria {
        font-size: 10px;
        padding: 5px 10px;
    }

    .disponiveis .item h2 {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .disponiveis .item h4 {
        font-size: 10px;
        margin: 5px 0 0;
    }

    .disponiveis .item p {
        font-size: 10px;
    }

    .disponiveis .item .btn-curso {
        font-size: 10px;
        padding: 10px 10px;
    }

    .disponiveis .item {
        height: 260px;
    }

    .disponiveis .item img {
        height: auto;
    }

    .clientes .owl-item img {
        height: 70px;
    }

    .contato {
        background: url(../images/bg-contato.jpg) no-repeat;
        background-position: center;
        padding: 20px 0;
        background-size: cover;
    }

    .contato input {
        font-size: 14px;
        height: 35px;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .contato ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .contato :-moz-placeholder {
        font-size: 14px;
    }

    .contato ::-moz-placeholder {
        font-size: 14px;
    }

    .contato :-ms-input-placeholder {
        font-size: 14px;
    }

    .contato textarea {
        font-size: 14px;
        height: 60px;
        padding-left: 10px;
        margin-bottom: 0;
    }

    .titulo2 {
        margin-top: 30px;
    }

    footer {
        padding: 15px 0 40px;
    }

    footer .row {
        display: table;
        align-items: center;
    }
}

@media only screen and  (min-width: 1024px) {
    .blog .conteudo {

        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .itens h2 {
        font-size: 20px;
    }

    .itens a {
        /*font-size: 14px;
        padding: 8px 20px;
        left: 22%;*/
        font-size: 14px;
        padding: 8px 20px;
        display: table;
        margin: 100px auto 0;
        position: initial;
    }
}

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
.notfound-borges {
    cursor: url('https://puu.sh/j1a8v/067742b89d.ico'), default;
}

.notfound-borges {
    text-align: center;
}

.notfound-borges h1 {
    margin-top: 30px;
    color: #bdc3c7;
    text-shadow: 0px 2px 0px rgba(150, 150, 150, 1);
}

.notfound-borges #err-icon {
    font-size: 80pt;
    color: #bdc3c7;
    margin-top: 20px;
    text-shadow: 0px 3px 0px rgba(150, 150, 150, 1);
    -webkit-transition: 0.5s;
}

.notfound-borges #err-icon:hover {
    -webkit-transform: scale(1.1);
    color: #5c0a15;
    text-shadow: 0px 3px 0px rgba(192, 57, 43, 1);
}

.notfound-borges p {
    color: rgba(189, 195, 199, 1.0);
    font-weight: bold;
    text-align: center;
}
