
body,  p, ul, ol, dl, input, textarea,h1, h2, h3, h4, h5, h6{
     font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif; 
}

* {
    outline: none;
}
a {
    text-decoration: none!important;
    cursor: pointer!important;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
   
    margin: 0;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}
.titulo-geral {
    font-size: 35px;
    /*font-weight: bold;*/
    color: #650b17;
    margin-top: 0;
    text-align: center;
}

#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: -25px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

header .redes-sociais a {
    margin: 10px;
}
header .redes-sociais i {
    font-size: 20px;
    color: #fff;
}

.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: #5c0a15;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}
.navbar-header {
    float: none;
}
.navbar-brand {
    margin: 0;
    padding: 0;
    margin-left: 0!important;
    float: none;
}
.logo {
    margin: 20px auto;
}
#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-header img {
    margin: 30px auto;
    display: block;
}
header ul.nav {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header ul.nav>li>a {
    font-size: 14px;
    color: #fff!important;
    padding: 0 0 15px 0;
    margin-top: 15px;
}
.hvr-underline-from-center:before {
    background: #e8e8e8;
    height: 6px;
}
header ul.nav>li button {
    font-size: 14px;
    color: #fff!important;
    background: transparent;
    border: none;
    padding: 0;
}

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

.itens {
    padding: 100px 0;
}
.itens .item {
    width: 100%;
    height: 250px;
    background-size: cover;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.itens .item1 {
    background: url('../images/item1.jpg') no-repeat;
}
.itens .item2 {
    background: url('../images/item2.jpg') no-repeat;
}
.itens .item3 {
    background-image: url(../images/item3.jpg);
}
.itens h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 0;
}
.itens h2:after {
    content: "";
    display: block;
    width: 95px;
    height: 5px;
    background: #878993;
    margin-top: 15px;
}
.itens a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px 40px;
    /*position: absolute;
    bottom: 30px;
    left: 25%;*/
    display: table;
    margin: 100px auto 0;
}
.itens a:hover {
    background: #fff;
    color: #520912;
}
.itens input {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #878993;
    padding-left: 10px;
    margin-top: 10px;
}
.itens ::-webkit-input-placeholder {
   font-size: 14px;
   color: #4b4b4d;
}
.itens :-moz-placeholder {
   font-size: 14px;
   color: #4b4b4d;
}
.itens ::-moz-placeholder {
   font-size: 14px;
   color: #4b4b4d;
}
.itens :-ms-input-placeholder {
   font-size: 14px;
   color: #4b4b4d;
}

.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: #5c0a15;
    padding-bottom: 3px;
    
}
.topx{
    float: right;
    position: relative;
    top: -7px;

}

footer p {
    
    color: #fff;
    margin-top: 25px;
}
.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;
    border-bottom: 9px solid #c2c2c2;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.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;
}

.fale-conosco form {
    margin-top: 30px;
}
.fale-conosco .form-contato-principal input {
    color: #5c0a15;
    width: 100%;
    height: 38px;
    background: transparent;
    border: 1px solid #5c0a15;
    padding-left: 10px;
    margin-bottom: 15px;
}
.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;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .navbar-header img {
        width: 90%;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        position: relative;
        top: -10px;
        background: #5c0a15;
        z-index: 3;
    }
    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 20px;
    }
    .navbar-default {
        display: block;
        height: 90px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .navbar-header {
        height: 90px;
    }
    header ul.nav {
        height: auto;
        display: block;
        text-align: center;
        margin: 0;
    }
    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: 300px;
    }
    .itens,
    .blog,
    .videos {
        padding: 40px 0;
    }
    .itens .item,
    .blog .item,
    .videos iframe {
        margin-bottom: 20px;
    }
    .itens h2 {
        font-size: 28px;
    }
    .itens a {
        left: 20%;
    }
    footer p {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .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;
    }
}

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