@font-face {
    font-family: 'Broadcast_Matter';
    src: url("fonts/Broadcast_Matter.tff") format("truetype")
}

html,
body {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    max-width: 100%
}

html form,
html input,
html textarea,
body form,
body input,
body textarea {
    font-family: "Montserrat", sans-serif
}

.e-container {
    float: left;
    position: relative;
    width: 100%
}

.e-content {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 80%
}

.e-clear {
    clear: both
}

.e-site-name {
    text-indent: -9999px;
    font-size: 0
}

.e-button {
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    color: #FFFFFF;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px
}

.e-button.e-button-orange {
    background: #005826
}

.e-single-post-header {
    background: #ff6f00
}

.e-single-post-header .e-content {
    padding: 7% 0
}

.e-single-post .e-content {
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: -130px;
    margin-bottom: 60px
}

.e-single-post .e-the-post header h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px
}

.e-single-post .e-the-post .e-post-content h2 {
    font-size: 20px;
    margin: 30px 0;
    font-weight: 500
}

.e-single-post .e-the-post .e-post-content h3 {
    font-size: 17px;
    margin: 30px 0;
    font-weight: 700
}

.e-single-post .e-the-post .e-post-content p {
    margin-bottom: 20px;
    display: block;
    line-height: 1.6
}

.e-single-post-breadcrumbs .e-content {
    width: 80%
}

.e-single-post-breadcrumbs .e-content p {
    color: #CCCCCC;
    font-size: 12px
}

.e-single-post-breadcrumbs .e-content a {
    color: #CCCCCC
}

.e-single-post .e-content {
    width: 80%;
    margin-top: 0
}

@media (max-width: 48em) {
    .e-single-post .e-content {
        width: 90%
    }
}

.e-single-post h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600
}

.e-single-post .e-share-text {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 10px
}

.e-single-post .e-the-post {
    padding: 20px
}

.e-single-post .e-post-thumbnail {
    width: 100;
    height: auto;
    padding: 10%;
    display: block;
    margin-bottom: 30px;
    border-radius: 4px
}

.e-single-post .e-post-content p {
    font-size: 14px;
    color: #546e7a;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px
}

.e-single-post .e-post-footer {
    color: #FF6D00;
    display: block;
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    font-size: 14px
}

.e-single-post .e-post-footer a {
    color: #FF6D00
}

.e-single-post .e-post-footer a:before {
    content: '\2190';
    display: inline-block;
    margin-right: 10px
}

/* CURSOS INTERNA */

.course__image {
    margin: 0 0 30px 0px;
}
.course__info {
    line-height: 24px;
}
.course__attribute {
    /* margin: 0 0 8px 0; */
}
.course__attribute strong {
    font-weight: 600;
    color: #ff6f00;
}
.course__subscription {}
.course__subscription input {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.course__subscription .e-signup-content span { display: block; margin: 20px 0; }
.course__description {
	margin: 20px 0 0 0;
}

.course__subscription label {
    display: block;
    margin: 0 0 10px 0;
}

@media(max-width:600px){
    .e-single-post-breadcrumbs {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
}