/* Move down content because we have a fixed navbar that is 50px tall */
body {

}

.navbar {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    width: 100%;
    max-width: 100%;
}

.box-banner {
    background: url("../img/bg-banner.jpg");
}

.box-menu-banner {
    background: #138451;
    color: #FFF;
    padding-top: 10px;
    min-height: 425px;
    border-right: 10px solid #0f5a35;
}
.box-menu-banner p {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
}
.box-menu-banner ul {
    list-style: none;
    width: 100%;
    text-align: right;

}
.box-menu-banner ul li {
    text-align: right;


}
.box-menu-banner ul li a {
    color: #FFF;
    text-align: right;
    display: block;
    padding: 10px 15px;
    font-weight: bold;

}

.heading {
    text-align: center;
    color: #138451;
    margin-top: 80px;
    margin-bottom: 50px;
}
.line-box {
    background: #138451;
    padding: 5px 0 ;
}
.line-box a {
    color: #FFF;
}
.box-menu-banner ul li a:hover {
    text-decoration: none;
    color: #138451;
    background: #FFF;
    border-radius: 10px 0 0 10px;
}
.box-menu-banner ul li a.active {
    text-align: right;
    color: #138451;
    background: #FFF;
    border-radius: 100% 0 0 100%;
}



.banner-content {
    height: 425px;
    position: relative;
}
.ban_items {
    position: absolute;
    top: 0;
    left: 0;
}

.bloco-cursos {
    position: relative;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.box-desconto {
    background: #f5f5f5;
    float: left;
    display: block;
    border-radius: 10px;
    padding: 5px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
}

.box-desconto .destaque {
    color: #f6891e;
    font-size: 16px;
    font-weight: bold;
}

.bloconoticias {
    background: #f5f5f5 !important;
    margin: 50px 0;
    padding: 70px 0;
}

.texto-modalidades-in {
    padding: 50px;
    border: 2px solid #CCC;
    border-radius: 20px;
    color: #999;
}
.texto-modalidades-in h1{
    text-align: center;
    color: #f6891e;
}

.blococontato {
    margin-top: 50px;
}
.blococontato label {
    color: #999;
}



.eduleft {
    border-right: 1px solid #969696;
}
.eduleft {
    border-right: 1px solid #969696;
}
.right1 {
    margin-bottom: 3em;
}
.left1 {
    margin-bottom: 7em;
    text-align: right;
    padding-right: 4em;
    position: relative;
}
.left1 span.glyphicon.glyphicon-adjust {
    position: absolute;
    right: -9%;
    top: 0%;
    font-size: 30px;
    color: #138451;
}
.eduright {
    padding-left: 5em;
}

.right1 h3, .left1 h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: .5em;
    font-size: 20px;
}



.left1 h3 {
    color: #138451;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}
.right1 p, .left1 p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .5px;
    color: #6d6d6d;
}

@media screen and (max-width: 320px) {
    .left1 span.glyphicon.glyphicon-adjust {
        font-size: 22px;
    }

    .left1 {
        padding: 0 3em;
    }
    .eduright {
        padding-left: 1em;
    }
}
@media screen and (max-width: 600px) {
    .eduleft {
        padding-left: 15px;
        width: 100%;
        float: none;
        border-right: 1px solid transparent;
    }

    .left1 {
        margin-bottom: 2em;
        padding: 0 5em;
        text-align: left;
    }

    .left1 span.glyphicon.glyphicon-adjust {
        right: 90%;
        font-size: 27px;
    }

}
