.banners {
    width: 100%;
    height: 675px;
    background: #e88948;
}
.banners .banner-img {
    display: block;
    width: 100%;
    height: 680px;
    background-size: cover;
    background-position: center center;
}

/** VIDEOS **/
.videos {
    position: relative;
    z-index: 99;
}
@media only screen and (max-width: 540px) {
    .videos {
        text-align: center;
    }
}
.videos img {
    cursor: pointer;
}
.videos .container {
    min-height: 405px;
    margin-top: -50px;
    margin-bottom: 40px;
    padding: 10px;
    background: #ffffff;
}
.videos .title {
    font-size: 28px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.38px;
    margin-top: 20px;
}
.videos .description {
    font-size: 13px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin-bottom: 25px;
}
.videos .video-description {
    font-size: 13px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.32px;
    text-align: center;
    margin-top: 5px;
}
.videos .btn-youtube {
    width: 165px;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.38px;
    text-align: center;
    background: #e85f2d;
    border-radius: 8px;
    margin-top: 25px;
}

/** NEWS & EVENTS **/
.news-events {
    width: 100%;
    min-height: 420px;
    margin-top: 40px;
}
.news-events .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.43px;
}
.news-events .sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin-bottom: 24px;
}
.news-events hr {
    margin-top: 8px;
    margin-bottom: 30x;
}

/** POSTS **/
@media only screen and (max-width: 540px) {
    .post {
        text-align: center;
    }
}

.post .category a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e85f2d;
    letter-spacing: 0.27px;
}
.post .title,
.post .title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.62px;
}
.post .short-description,
.post .short-description a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 10px;
}

/** EVENTS **/
.event .day {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.38px;
    text-align: center;
}
.event .month {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0;
    text-align: center;
    line-height: 1px;
}
.event .description {
    font-size: 12px;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 0px;
}
.event .time {
    font-size: 12px;
    font-weight: 400;
    color: #e85f2d;
    letter-spacing: 0.3px;
}

/** DEPOIMENTOS **/
.depoimentos {
    width: 100%;
    min-height: 405px;
    margin-top: 50px;
    background-image: linear-gradient(45deg, #e88948 1%, #e85f2d 100%);
}
.depoimentos .container {
    min-height: 405px;
    background-image: url(../img/bg-depoimento.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.depoimentos .title {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    padding-top: 30px;
}
.depoimentos .card {
    width: 70%;
    min-height: 200px;
    padding: 10px;
    margin: 35px auto;
}
.depoimentos .card img {
    display: block;
    margin: 0 auto;
}
.depoimentos .quote,
.depoimentos .quote a {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #1e1e1e;
    letter-spacing: 0.35px;
    text-align: center;
    line-height: 27px;
    margin-top: 40px;
}
.depoimentos .signature {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #e85f2d;
    letter-spacing: 0.3px;
    text-align: right;
}

/** SIGNATURE **/
.training {
    width: 100%;
    min-height: 450px;
    margin-top: 60px;
    margin-bottom: 70px;
}
.training .title {
    font-size: 32px;
    font-weight: 600;
    color: #1e1e1e;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 40px;
}
.training .list-why {
    width: 90%;
    margin: 17px auto;
}
.training .list-why .training-icon {
    margin-top: 5px;
}
.training .list-why p {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.35px;
    line-height: 25px;
    list-style: none;
}
.training .subscribe {
    font-size: 40px;
    text-align: center;
}
.training .subscribe span {
    font-size: 40%;
}
.training .btn-signature {
    display: block;
    width: 300px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.45px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background: #e85f2d;
    box-shadow: inset 0 2px 13px 0 rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    margin: 33px auto;
}
