.upper,
.title-upper {
    text-transform: uppercase
}

.italic,
.title-italic {
    font-style: italic
}

.title {
    font-size: 30px;
    font-weight: 700;
    color: #444A59
}

.title.title-small,
.single-courses .content-course .content .title.title-small{
    font-size: 18px
}

.title.title-content a {
    font-size: 20px;
    text-transform: uppercase;
    color: #1D414D;
    -webkit-transition: color 250ms linear;
    transition: color 250ms linear
}

.title.title-content a:hover {
    color: #444A59
}

.title.line-title {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase
}

.title.line-title::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: white;
    position: absolute;
    z-index: -1
}

.title.line-title .yellow-line {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #EC1D25;
    position: absolute;
    z-index: -2
}

.title.bottom-line {
    border-bottom: 1px solid #D4D5D8;
    padding-bottom: 20px;
    text-transform: uppercase
}

.subtitle {
    font-size: 20px;
    font-weight: 500
}

.subtitle strong {
    font-weight: 700
}

.text,
.page .page-content p,
.single-news article {
    margin: 10px 0 15px;
    font-weight: 400;
    font-size: 1em;
    color: #1D414D
}

.text strong,
.page .page-content p strong,
.single-news article strong {
    font-weight: 700
}

.text.text-italic,
.page .page-content p.text-italic,
.single-news article.text-italic {
    font-style: italic
}

.category {
    display: block;
    margin: 5px auto;
    color: #A4A7AE;
    font-size: 12px
}

.text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.text-columns .column-half {
    width: 49%
}

@media (max-width: 660px) {
    .text-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .text-columns .column-half {
        width: 100%;
        margin-bottom: 15px
    }
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: normal;
    background: white
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1120px
}

a {
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.content-page {
    padding: 50px 0;
    min-height: 60%
}

.content-page .title {
    margin-bottom: 15px
}

.content-page p {
    font-size: .9rem
}

.content-page p+p {
    margin-top: 15px
}

.none {
    display: none
}

#buddypress a {
    color: #FFD42D
}

#buddypress .button {
    background: #FFD42D !important;
    color: #1D414D !important;
    padding: 0px 8px !important;
    margin-bottom: 6px !important;
    border: none !important;
    border-radius: 0 !important
}

#buddypress #aw-whats-new-submit {
    background: #FFD42D !important;
    color: #1D414D !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 8px;
    height: 48px;
    font-size: 15px
}

#buddypress .ac-reply-cancel {
    color: #1D414D !important
}

#buddypress .activity-comments {
    background: #f0f0f0
}

#buddypress .ac-reply-content input {
    background: #FFD42D !important;
    color: #1D414D !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4px 20px;
    height: 48px;
    font-size: 15px
}

#buddypress .ac-reply-content .ac-textarea {
    border: 1px solid #ccc !important
}

.entry-content .alignleft,
.entry-content img.alignleft {
    display: inline;
    margin-right: 1.5em;
    float: left
}

.entry-content .alignright,
.entry-content img.alignright {
    display: inline;
    margin-left: 1.5em;
    float: right
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.entry-content .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.entry-content .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

.entry-content .wp-caption p.wp-caption-text {
    margin: 0;
    line-height: 1.5;
    font-size: 10px
}

.entry-content .wp-smiley {
    margin: 0;
    max-height: 1em
}

.entry-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

.entry-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

.button {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
    background-color: #008337;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

.button:hover {
    background: #FFD42D;
    color: #000
}

.button.button-reverse {
    background: #FFD42D;
    color: #000
}

.button.button-reverse:hover {
    background: #000;
    color: #FFD42D
}

.button.button-small {
    min-width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: .6rem
}

.button.button-large {
    min-width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: .8rem
}

.button.button-block {
    width: 100%
}

.button.button-round {
    border-radius: 5px
}

.button.button-round-full {
    border-radius: 100px
}

.button.button-outline {
    color: white;
    border: 1px solid #FFD42D;
    background: transparent
}

.button.disabled,
.button[disabled] {
    border-color: #CCC;
    background-color: #CCC;
    cursor: default;
    pointer-events: none
}

.button.disabled.button-outline,
.button[disabled].button-outline {
    color: #CCC;
    border-color: #CCC;
    background: transparent
}

.button.icon-right,
.button.icon-left {
    padding-left: 30px
}

.button.icon-right .fa,
.button.icon-left .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button.icon-right {
    padding-left: 10px;
    padding-right: 30px
}

.button.icon-right .fa {
    left: auto;
    right: 10px
}

.button.button-icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.button.button-icon.button-small {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px
}

.button.button-icon.button-large {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px
}

.button.button-primary {
    background-color: #428BCA;
    border-color: #428BCA
}

.button.button-primary.button-outline {
    color: #428BCA;
    background: transparent
}

.button.button-primary:hover {
    border-color: #3174ad;
    background-color: #3174ad
}

.button.button-primary:hover.button-outline {
    color: #3174ad;
    background: transparent
}

.button.button-success {
    background-color: #5CB85C;
    border-color: #5CB85C
}

.button.button-success.button-outline {
    color: #5CB85C;
    background: transparent
}

.button.button-success:hover {
    border-color: #46a046;
    background-color: #46a046
}

.button.button-success:hover.button-outline {
    color: #46a046;
    background: transparent
}

.button.button-info {
    background-color: #5BC0DE;
    border-color: #5BC0DE
}

.button.button-info.button-outline {
    color: #5BC0DE;
    background: transparent
}

.button.button-info:hover {
    border-color: #35b1d6;
    background-color: #35b1d6
}

.button.button-info:hover.button-outline {
    color: #35b1d6;
    background: transparent
}

.button.button-warning {
    background-color: #F0AD4E;
    border-color: #F0AD4E
}

.button.button-warning.button-outline {
    color: #F0AD4E;
    background: transparent
}

.button.button-warning:hover {
    border-color: #ec9924;
    background-color: #ec9924
}

.button.button-warning:hover.button-outline {
    color: #ec9924;
    background: transparent
}

.button.button-danger {
    background-color: #D9534F;
    border-color: #D9534F
}

.button.button-danger.button-outline {
    color: #D9534F;
    background: transparent
}

.button.button-danger:hover {
    border-color: #ce312c;
    background-color: #ce312c
}

.button.button-danger:hover.button-outline {
    color: #ce312c;
    background: transparent
}

.date {
    font-size: 12px;
    position: relative;
    color: #1D414D
}

.date.calendar {
    font-size: 15px;
    line-height: 1;
    color: #A5ABAE;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/icon-date.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px
}

.date.calendar strong {
    display: block;
    font-size: 35px;
    width: 100%
}

.date.calendar p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 10px
}

.date.square-date {
    background: #FFD42D;
    color: #1D414D;
    width: 90px;
    height: 90px
}

.date.square-date strong {
    display: block;
    font-size: 35px;
    width: 100%
}

.date.square-date p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    text-transform: uppercase
}

.date.date-outline,
.date.date-fill {
    padding: 3px 7px
}

.date.date-outline {
    border: 1px solid
}

.date.date-fill {
    color: #FFFFFF;
    background-color: #000000
}

.date.date-round {
    border-radius: 5px
}

.date.date-round-full {
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px
}

.date.date-icon:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
textarea,
select {
    display: inline-block;
    font-size: .7rem;
    border: 1px solid #D4D5D8;
    padding: 0 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    height: 28px;
    color: #444A59;
    -webkit-appearance: none
}

.input {
    display: inline-block;
    position: relative;
    min-width: 140px;
    height: 30px
}

.input:focus {
    border-color: #AAAAAA
}

.input.input-icon .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.input.input-icon input {
    padding-left: 30px
}

.input.input-icon.icon-right .fa {
    left: auto;
    right: 10px
}

.input.input-icon.icon-right input {
    padding-left: 10px;
    padding-right: 30px
}

.select {
    display: inline-block;
    position: relative;
    min-width: 200px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    overflow: hidden
}

.select select {
    position: relative;
    width: 115%;
    height: 30px;
    padding-right: calc(15% + 30px);
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1
}

.select:after {
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal normal normal 25px/1 FontAwesome;
    z-index: 0
}

@media (max-width: 500px) {
.select {
    display: block;
    position: relative;
    min-width: 100px;
}
}
.checkbox {
    display: inline-block
}

.checkbox input {
    position: relative;
    width: 21px;
    height: 21px
}

.checkbox input:before {
    content: '';
    display: block;
    border: 2px solid transparent;
    height: 17px;
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 17px;
    z-index: 1;
    cursor: pointer
}

.checkbox input:checked:before {
    border-color: #428BCA;
    border-top-style: none;
    border-right-style: none;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer
}

.checkbox input:after {
    content: '';
    display: block;
    background: #FFFFFF;
    height: 17px;
    position: absolute;
    border: 2px solid rgba(66, 139, 202, 0.5);
    top: 0;
    width: 17px;
    z-index: 0;
    cursor: pointer
}

.radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.radio input {
    opacity: 0
}

.radio input:checked+.inner:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #428BCA;
    border-radius: 100px
}

.radio:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #428BCA;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.input textarea {
    min-height: 140px;
    max-width: 100%;
    padding: 10px
}

.banner-header {
    height: 150px;
    background: url(../images/line-texture.png);
    position: relative;
    z-index: 1
}

@media (max-width: 500px) {
    .banner-header {
        height: 170px;
        margin-bottom: 10px
    }
}

.banner-header .container {
    position: relative;
    width: 100%;
    height: 100%
}

.banner-header .title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    color: #1D414D;
    position: absolute
}

.banner-header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 100%)
}

.banner-header .search-area {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0
}

.banner-header .search-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    position: relative;
    width: 100%
}

.banner-header .search-area input {
    width: 250px;
    padding: 20px;
    height: 40px
}

.banner-header .search-area button[type="submit"] {
    margin: 0 5px;
    background: #FFD42D;
    color: #1D414D;
    border: none;
    width: 45px;
    padding: 17px 20px;
    height: 42px;
    line-height: 0;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.banner-header .search-area button[type="submit"]::before {
    content: "\f002";
    display: block;
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 500px) {
    .banner-header .search-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 15px;
        top: inherit;
        right: inherit;
        width: 90%
    }
    .banner-header .search-area input{
        margin: 0;
        width: 81%
    }
    .banner-header .search-area button[type="submit"] {
        width: 20%;
        max-width: 42px;
        padding: 20px
    }
}

@media (max-width: 500px) {
    .results-page .banner-header {
        height: 200px;
        margin-bottom: 40px
    }
    .results-page .banner-header .title {
        font-size: 25px
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

.header {
    padding: 10px 0;
    background: #F8F8F8;
    z-index: 40;
    width: 100%;
    border-bottom: 1px solid #E5E9EA
}

.header .logo {
    position: relative;
    width: 200px
}

.header .logo img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.header .button-mobile {
    display: none
}

.header .menu-and-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header .menu-and-access .access-bar {
    border-bottom: 1px solid #D4D5D8;
    padding: 10px 20px
}

.header .menu-and-access .access-bar .text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1D414D
}

.header .menu-and-access .access-bar a.text {
    color: #1D414D;
    text-decoration: underline;
    font-size: 11px
}

.header .menu-and-access .access-bar input {
    margin: 0 0 0 5px
}

.header .menu-and-access .access-bar input[type="submit"] {
    margin: 0 5px;
    cursor: pointer;
    background: #1D414D;
    color: #FFD42D;
    border: none
}

.header .menu-and-access .access-bar input[type="submit"]:hover {
    color: #1D414D;
    background: #FFD42D
}

.header .menu-and-access .menu {
    padding: 10px 0
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .container .search {
    border-left: 1px solid #D4D5D8;
    padding-left: 20px;
    margin-left: 10px;
    position: relative
}

.header .container .search i {
    cursor: pointer
}

.header .container .search i.open::before {
    content: '\f00d';
    font-size: 18px
}

.header .container .search .search-box {
    display: none;
    padding: 10px 5px;
    background: #FFD42D;
    position: absolute;
    right: -10px;
    margin-top: 10px;
    width: 300px;
    z-index: 999
}

.header .container .search .search-box::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFD42D;
    position: absolute;
    top: -5px;
    right: 13px
}

.header .container .search .search-box input {
    margin: 0px 0 0 5px;
    width: 225px;
    padding: 20px 10px;
    height: 40px
}

.header .container .search .search-box button[type="submit"] {
    margin: 0 5px;
    background: #1D414D;
    color: white;
    border: none;
    width: 45px;
    padding: 17px 20px;
    height: 42px;
    line-height: 0;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.header .container .search .search-box button[type="submit"]:before {
    content: "\f002";
    display: block;
    font: normal normal normal 17px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header .access-bar-mobile,
.header .access-mobile {
    display: none
}

@media (max-width: 900px) {
    .header .access-bar-mobile {
        display: none;
        margin-top: 40px
    }
    .header .access-bar {
        display: none
    }
    .header .access-mobile {
        position: absolute;
        top: 0;
        width: 100%;
        background: #F8F8F8;
        z-index: 10;
        padding: 20px 20px
    }
    .header .access-mobile .access-bar {
        display: block;
        border: none
    }
    .header .access-mobile .access-bar input,
    .header .access-mobile .access-bar input[type="submit"] {
        margin: 10px auto;
        width: 100%;
        height: 50px
    }
    .header .access-mobile .access-bar input[type="submit"] {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase
    }
    .header .access-mobile .access-bar .text {
        font-size: 25px;
        text-align: center;
        width: 100%
    }
    .header .access-mobile .access-bar a.text.button {
        text-decoration: none
    }
    .header .access-mobile .access-bar .forgot-password {
        display: block;
        margin: 0px auto 30px;
        text-align: center;
        color: #1D414D
    }
    .header .button-outline {
        display: block;
        margin-top: 20px;
        width: 80%;
        border-color: #1D414D;
        color: #1D414D
    }
    .header .menu .search {
        border: none;
        padding: 0;
        margin-bottom: 20px
    }
    .header .menu .search i {
        display: none
    }
    .header .menu .search .search-box {
        display: block;
        margin: 0;
        width: 96%;
        position: relative;
        right: 0;
        left: 0;
        padding: 0;
        background: transparent
    }
    .header .menu .search .search-box::before {
        display: none
    }
    .header .menu .search .search-box input {
        border-width: 0 0 1px 0;
        border-radius: 0px;
        background: transparent;
        width: 100%
    }
    .header .menu .search .search-box button[type="submit"] {
        background: transparent;
        color: #1D414D;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 0;
        padding: 0;
        text-align: right
    }
}

.footer {
    padding: 20px 0 0;
    position: relative;
    background: #008237;
    z-index: 3
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.footer .footer-item {
    width: 33%;
    padding: 40px 10px
}

.footer .footer-item:nth-child(2) {
    padding-left: 9%
}

.footer .footer-item:last-child .title {
    text-align: right
}

.footer .footer-item:last-child .nf-form-cont {
    width: 100%;
    margin-top: -5px
}

.footer .footer-item:last-child .nf-form-content {
    float: right;
    margin-right: 8px
}

.footer .footer-item a[href^="tel"],
.footer .footer-item a {
    color: white
}

.footer .footer-item .title {
    color: #FFF;
    text-transform: uppercase
}

.footer .footer-item .text {
    font-size: 13px;
    line-height: 1.5;
    color: white;
    margin-top: 15px
}

.footer .footer-item .social-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-item .social-group .item {
    margin: 20px 30px 20px 0;
    color: white;
    font-size: 18px
}

.footer .footer-item .social-group .item:hover {
    color: #FFD42D
}

.footer .footer-item .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px
}

.footer .footer-item .input-group input {
    width: 206px;
    padding: 20px;
    height: 40px
}

.footer .footer-item .input-group .submit-wrap {
    position: relative
}

.footer .footer-item .input-group .submit-wrap:before {
    content: "\f105";
    display: block;
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    top: 8px;
    left: -19px;
    z-index: 2
}

.footer .footer-item .input-group .button {
    margin: 0 5px;
    background: #FFD42D;
    color: #1D414D;
    border: none;
    width: 35px;
    padding: 3px 29px 2px 16px;
    height: 42px;
    line-height: 0;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    left: -43px;
    font-size: 0;
    font-weight: normal
}

.footer .footer-item .input-group .nf-field-container {
    float: left;
    clear: inherit
}

.footer .footer-item .input-group .nf-response-msg {
    margin-bottom: 24px
}

.footer .footer-item .input-group .nf-response-msg p {
    color: #33b742
}

.footer .footer-copyright {
    background: white
}

.footer .footer-copyright .text-small {
    margin: 20px auto;
    font-size: 12px;
    color: #444A59
}

@media (max-width: 975px) {
    .footer .footer-item:nth-child(2) {
        padding-left: 6%
    }
}

@media (max-width: 865px) {
    .footer .footer-item {
        width: 50%;
        padding: 25px 20px 25px 0
    }
    .footer .footer-item:nth-child(2) {
        padding-left: 0
    }
    .footer .footer-item:last-child .title {
        text-align: left
    }
    .footer .footer-item:last-child .nf-form-cont {
        width: 100%;
        margin-top: -5px
    }
    .footer .footer-item:last-child .nf-form-content {
        float: left;
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .footer .footer-item {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 10px;
        text-align: left
    }
}

.nf-response-msg p {
    color: #33b742
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.menu .navbar-nav .menu-item {
    margin: 0 22px
}

.menu .navbar-nav .menu-item a {
    display: block;
    width: 100%;
    padding: 13px 0 5px;
    text-decoration: none;
    text-align: center;
    color: #1D414D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

@media (max-width: 1024px) {
    .menu .navbar-nav .menu-item a {
        font-size: 11px
    }
}

.menu .navbar-nav .menu-item a:after {
    content: '';
    display: block;
    margin: auto;
    background: transparent;
    height: 2px;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
    width: 0px;
    margin-top: 5px
}

.menu .navbar-nav .menu-item a:hover:after {
    background: #FFD42D;
    width: 100%
}

.menu .navbar-nav .menu-item:hover>.sub-menu {
    display: block
}

.menu .navbar-nav .menu-item.current-menu-item a {
    vertical-align: baseline;
    font-size: 14px
}

@media (max-width: 1024px) {
    .menu .navbar-nav .menu-item.current-menu-item a {
        font-size: 12px
    }
}

.menu .navbar-nav .menu-item.current-menu-item a:after {
    content: '';
    display: block;
    margin: auto;
    background: #FFD42D;
    height: 2px;
    width: 100%;
    margin-top: 5px
}

.menu .navbar-nav .menu-item.current-menu-ancestor>a {
    font-size: 14px
}

.menu .navbar-nav .menu-item.current-menu-ancestor>a:after {
    width: 100%;
    background: #FFD42D
}

.menu .navbar-nav .menu-item.current-menu-ancestor:hover a:after {
    width: 0px;
    background: transparent
}

.menu .navbar-nav .menu-item>.sub-menu {
    display: none;
    list-style-type: none;
    position: absolute;
    z-index: 999;
    background: #E9EBEE;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.menu .navbar-nav .menu-item>.sub-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #E9EBEE;
    position: absolute;
    top: -5px;
    left: 2px
}

.menu .navbar-nav .menu-item>.sub-menu li {
    margin: 0;
    padding: 0 20px
}

.menu .navbar-nav .menu-item>.sub-menu li a:after:hover {
    background: transparent
}

.menu .navbar-nav .menu-item>.sub-menu li.current-menu-item a {
    font-size: 12px
}

.menu .navbar-nav .menu-item>.sub-menu li.current-menu-item a:after {
    background: transparent
}

.menu .navbar-nav .menu-item>.sub-menu li:hover {
    background: #FFD42D
}

.menu .navbar-nav .menu-item>.sub-menu li:hover a {
    font-size: 12px
}

.menu .navbar-nav .menu-item>.sub-menu li:hover a:after {
    background: transparent
}

.btn-menu {
    display: none;
    margin: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1D414D;
    position: absolute;
    -webkit-transition: all 350ms linear;
    transition: all 350ms linear
}

.btn-menu:before {
    top: 5px;
    left: 0
}

.btn-menu:after {
    bottom: 5px;
    right: 0
}

.btn-menu span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-open .access-bar-mobile {
    display: inline-block
}

.menu-open .btn-menu span {
    opacity: 0
}

.menu-open .btn-menu:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.menu-open .btn-menu:after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg)
}

@media (max-width: 900px) {
    .btn-menu {
        display: block;
        top: 8px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        z-index: 2
    }
    .logo img {
        margin: 10px 0;
        max-width: 150px
    }
    .header {
        height: 90px
    }
    .header .container {
        position: static
    }
    .menu {
        display: none;
        position: absolute;
        z-index: 999999;
        left: 0;
        top: 90px;
        padding-right: 0;
        width: 100%;
        background: #F8F8F8;
        padding-top: 20px;
        padding-bottom: 30px;
        text-align: center
    }
    .menu .navbar-nav {
        display: block;
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden
    }
    .menu .navbar-nav .menu-item {
        margin: 0;
        width: 50%;
        float: left
    }
    .menu .navbar-nav .menu-item.current-item a,
    .menu .navbar-nav .menu-item a,
    .menu .navbar-nav .menu-item a:hover,
    .menu .navbar-nav .menu-item.current-menu-item a,
    .menu .navbar-nav .menu-item .sub-menu li a,
    .menu .navbar-nav .menu-item .sub-menu li.current-menu-item a {
        font-size: 20px;
        font-weight: bold;
        text-transform: none;
        color: #1D414D
    }
    .menu .navbar-nav .menu-item.current-item a::before,
    .menu .navbar-nav .menu-item.current-item a::after,
    .menu .navbar-nav .menu-item a::before,
    .menu .navbar-nav .menu-item a::after,
    .menu .navbar-nav .menu-item a:hover::before,
    .menu .navbar-nav .menu-item a:hover::after,
    .menu .navbar-nav .menu-item.current-menu-item a::before,
    .menu .navbar-nav .menu-item.current-menu-item a::after,
    .menu .navbar-nav .menu-item .sub-menu li a::before,
    .menu .navbar-nav .menu-item .sub-menu li a::after,
    .menu .navbar-nav .menu-item .sub-menu li.current-menu-item a::before,
    .menu .navbar-nav .menu-item .sub-menu li.current-menu-item a::after {
        display: none
    }
    .menu .navbar-nav .menu-item.current-item a:hover,
    .menu .navbar-nav .menu-item a:hover,
    .menu .navbar-nav .menu-item a:hover:hover,
    .menu .navbar-nav .menu-item.current-menu-item a:hover,
    .menu .navbar-nav .menu-item .sub-menu li a:hover,
    .menu .navbar-nav .menu-item .sub-menu li.current-menu-item a:hover {
        background: transparent
    }
    .menu .navbar-nav .menu-item a[href="#"] {
        color: #778D94
    }
    .menu .navbar-nav .menu-item>.sub-menu {
        display: block;
        position: relative
    }
    .menu .navbar-nav .menu-item>.sub-menu::before {
        display: none
    }
    .menu .navbar-nav .menu-item>.sub-menu li {
        width: 100%
    }
    .menu .navbar-nav .menu-item>.sub-menu li:hover {
        background: transparent
    }
    .menu .navbar-nav .menu-item>.sub-menu li:hover a {
        font-size: 20px
    }
}

.slick-slider {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1
}

.slick-slider .slick-track>.item {
    display: block;
    width: 100%;
    border: none;
    position: relative
}

.slick-slider .slick-track>.item img {
    width: 100%
}

.slick-slider .slick-dots {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    list-style: none
}

.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #EC1D25;
    cursor: pointer;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

.slick-slider .slick-dots li.slick-active {
    opacity: 1;
    background: #008337;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.slick-slider .slick-dots button {
    display: none
}

.slick-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    border: none;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
    background: transparent;
    opacity: .5
}

.slick-slider .slick-arrow:before {
    content: "\f104";
    top: 50%;
    font-family: FontAwesome;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #1D414D;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    font-size: 54px
}

@media (max-width: 500px) {
    .slick-slider .slick-arrow:before {
        font-size: 35px
    }
}

.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
    opacity: 1
}

.slick-slider .slick-prev {
    left: -5%
}

.slick-slider .slick-next {
    right: -5%
}

.slick-slider .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    left: auto;
    right: 5px
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0
}

.course-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24%;
    position: relative
}

.course-card .figure {
    position: relative
}

.course-card .figure img {
    margin: -1px 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F8F8F8
}

.course-card .figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1
}

.course-card .info-course {
    padding: 5px
}

.course-card .info-course .title-content a {
    color: #444A59;
    text-transform: none;
    font-size: 18px
}

.course-card .info-course .title-content a:hover {
    color: #FFD42D
}

.president-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24%;
    position: relative;
    margin-bottom: 25px
}

.president-card>br {
    display: none
}

.president-card .figure {
    position: relative
}

.president-card .figure>img {
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F8F8F8
}

.president-card figcaption {
    padding: 5px;
    color: #444A59;
    text-transform: none
}

.president-card figcaption .date {
    color: #A4A7AE;
    font-size: 12px;
    margin-bottom: 5px
}

.president-card:hover figcaption {
    color: #FFD42D
}

.course-agenda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    position: relative
}

.course-proximo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 46%;
    position: relative
}

.list-courses .course-agenda,
.list-courses-proximo .course-proximo{
	margin: 0 1% 55px;
}


.course-proximo .figure,
.course-agenda .figure {
    position: relative
}

.course-proximo .figure img,
.course-agenda .figure img {
    margin: -1px 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F8F8F8
}

.course-proximo .figure::before,
.course-agenda .figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1
}

.course-proximo .info-course,
.course-agenda .info-course {
    padding: 5px
}

.course-proximo .info-course .title-content a,
.course-agenda .info-course .title-content a {
    color: #444A59;
    text-transform: none;
    font-size: 18px
}

.course-proximo .info-course .title-content a:hover,
.course-agenda .info-course .title-content a:hover {
    color: #FFD42D
}

.course-proximo .course-estado,
.course-agenda .course-estado{
    background: #dfdfdf;
    padding: 5px;
	position: absolute;
    right: -7px;
    top: -7px;
    font-weight: bold;
    border: 4px solid #FFF;
}

.news-card .news-estado{
    background: #dfdfdf;
    padding: 5px;
	position: absolute;
    right: -7px;
    top: -7px;
    font-weight: bold;
    border: 4px solid #FFF;
	text-transform: uppercase;
	z-index: 2;
}

.course-proximo .course-data,
.course-agenda .course-data{
    padding: 5px;
	position: absolute;
    left: 0;
    bottom: 0;
	color: #FFF;
    font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.course-proximo p{
    margin: 5px 0 !important;
}

.course-proximo .course-data.eventos,
.course-agenda .course-data.eventos{
    background: rgba(255, 212, 45, 0.8);
}

.box-icone-cursos{
    background: rgba(0, 130, 55, 0.8);
	padding: 5px;
	float: left;
	margin-right: 5px;
}

.box-icone-eventos{
    background: rgba(255, 212, 45, 0.8);
	padding: 5px;
	float: left;
	margin-right: 5px;
}

.box-icone{
	padding: 5px;
	float: left;
	margin-right: 5px;
}

.course-data.cursos{
    background: rgba(0, 130, 55, 0.8);
}


.article-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
    position: relative
}

.article-card .figure {
    overflow: hidden;
    position: relative
}

.article-card .figure img {
    margin: 0 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 230px;
    border-radius: 5px 5px 0 0
}

.article-card .figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    z-index: 1
}

.article-card .container-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.article-card .container-article .meta {
    min-width: 20%
}

.article-card .container-article .meta .share-group {
    background: #050505;
	margin-top: 20px;
    padding: 10px;
    text-align: center
}

.article-card .container-article .meta .share-group .item {
    margin: 0 5px;
    color: white
}

.article-card .container-article .meta .share-group .item:hover {
    color: #FFD42D
}

.article-card .container-article .meta .article-info {
    padding-right: 10px
}

.article-card .container-article .meta .article-info .text,
.article-card .container-article .meta .article-info .text a {
    font-style: italic;
    color: #1D414D;
    font-size: 12px
}

.article-card .container-article .meta .article-info .text.text a:hover,
.article-card .container-article .meta .article-info .text a.text a:hover {
    text-decoration: underline
}

.article-card .container-article .meta .article-info .text li,
.article-card .container-article .meta .article-info .text a li {
    list-style-type: none;
    margin-bottom: 5px;
    text-align: right
}

.article-card .container-article .content {
    padding: 20px;
    background: white;
    z-index: 1
}

.article-card .container-article .content .title,
.article-card .container-article .content .text {
    color: #1D414D
}

.article-card .container-article .content .text {
    margin: 20px auto 50px;
    line-height: 1.8
}

.article-card .container-article .content .button {
    position: absolute;
    bottom: 0
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    margin-bottom: 55px;
    position: relative
}

.news-card .figure {
    overflow: hidden;
    position: relative
}

.news-card .figure img {
    margin: 0 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 200px;
    border-radius: 5px 5px 0 0
}

.news-card .figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    z-index: 1
}

.news-card .container-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-card .container-article .meta {
    min-width: 31%
}

.news-card .container-article .meta .share-group {
    background: #050505;
    padding: 10px;
    text-align: center
}

.news-card .container-article .meta .share-group span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.news-card .container-article .meta .share-group .item {
    margin: 0 5px;
    color: white
}

.news-card .container-article .meta .share-group .item:hover {
    color: #FFD42D
}

.news-card .container-article .meta .article-info {
    padding-right: 10px
}

.news-card .container-article .meta .article-info .text,
.news-card .container-article .meta .article-info .text a {
    font-style: italic;
    color: #050505;
    font-size: 12px
}

.news-card .container-article .meta .article-info .text.text a:hover,
.news-card .container-article .meta .article-info .text a.text a:hover {
    text-decoration: underline
}

.news-card .container-article .meta .article-info .text li,
.news-card .container-article .meta .article-info .text a li {
    list-style-type: none;
    margin-bottom: 5px;
    text-align: right
}

.news-card .container-article .content {
    padding: 10px;
    background: white;
    margin-top: 10px;
    z-index: 1
}

.news-card .container-article .content .title,
.news-card .container-article .content .text {
    color: #1D414D;
    margin-bottom: 20%
}

.news-card .container-article .content .text {
    margin: 20px auto 50px;
    line-height: 1.8
}

.news-card .container-article .content .button {
    position: absolute;
    bottom: 0
}

.filial-card {
    margin: 0 10px;
    position: relative
}

.filial-card .figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative
}

.filial-card .figure::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1
}

.filial-card .title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    font-size: 25px;
    padding: 10px
}

.filial-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3
}

.event-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #F8F8F8;
    padding: 40px 0
}

.event-card .date {
    min-width: 25%
}

.event-card .title {
    line-height: .8;
    margin-bottom: 10px
}

.event-card .title a {
    color: #1D414D
}

.event-card .text {
    margin: 5px 0;
    color: #1D414D
}

.event-card:nth-child(n+3) {
    border: none
}

.event-card .date.square-date {
    width: 90px;
    min-width: 90px;
    margin-right: 10px
}

.event-card .text .fa {
    margin-right: 5px;
    color: #FFD42D
}

.collection-card {
    width: 25%;
    max-width: 240px;
    padding: 10px
}

.collection-card .cover {
    background: #F8F8F8;
    border-radius: 2px;
    padding: 10px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative
}

.collection-card .cover>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.collection-card .cover .download {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.collection-card .cover .download .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.collection-card .cover .download .content img {
    display: block;
    margin: 20px auto
}

.collection-card .cover .download .content .button:hover {
    background: #FFD42D;
    color: #1D414D
}

.collection-card .cover .download::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 23px);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 10px;
    left: 10px
}

.collection-card .cover:hover {
    background: white;
    border: 1px solid #D4D5D8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.collection-card .cover:hover .download {
    display: block;
    opacity: 1
}

.collection-card .category {
    margin-top: 15px
}

.collection-card .title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
    cursor: default
}

.download-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 6);
    padding: 5px
}

.download-card:hover .figure {
    cursor: pointer
}

.download-card .figure {
    position: relative
}

.download-card .figure img {
    margin: -1px 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F8F8F8
}

.download-card .figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1
}

.download-card .info-download {
    padding: 5px
}

.download-card .info-download .title-content a {
    color: #444A59;
    text-transform: none;
    font-size: 16px
}

.download-card .info-download .title-content a:hover {
    color: #FFD42D
}

.download-card .info-download .category .fa {
    margin-right: 5px
}

.love-card {
    width: 25%;
    background: #1D414D
}

.love-card>* {
    cursor: pointer
}

.love-card::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.love-card .content-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background: #1D414D
}

.love-card .content-wrap>.content {
    display: none;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0%;
    height: 0%;
    position: absolute;
    z-index: 1;
    padding: 20px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.love-card .content-wrap>.content .title {
    font-size: 18px;
    color: #FFD42D
}

.love-card .content-wrap>.content>* {
    -webkit-animation: opacity .5s ease;
    animation: opacity .5s ease;
    color: white
}

.love-card .content-wrap>.content::before {
    content: "";
    font-family: FontAwesome;
    font-size: 21px;
    color: #1D414D;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 52px;
    text-align: center
}

@media (max-width: 768px) {
    .love-card .content-wrap>.content::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }
}

.love-card.facebook .content-wrap>.content::before {
    content: "\f09a"
}

.love-card.instagram .content-wrap>.content::before {
    content: "\f16d"
}

.love-card.twitter .content-wrap>.content::before {
    content: "\f099"
}

.love-card.no-image {
    background: #1D414D
}

.love-card.no-image .content-wrap>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%
}

.love-card.no-image::before {
    display: block
}

.love-card.no-image.facebook,
.love-card.no-image.twitter {
    background: #3B5998
}

.love-card.no-image.facebook .content-wrap,
.love-card.no-image.twitter .content-wrap {
    margin: 5%;
    width: 90%;
    height: 90%;
    background: #3B5998;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.love-card.no-image.facebook .content-wrap .title,
.love-card.no-image.twitter .content-wrap .title {
    color: white
}

.love-card.no-image.facebook .content-wrap .content:before,
.love-card.no-image.twitter .content-wrap .content:before {
    color: #3B5998
}

.love-card.no-image.twitter {
    background: #1DA1F2
}

.love-card.no-image.twitter .content-wrap {
    background: #1DA1F2
}

.love-card.no-image.twitter .content-wrap .content:before {
    color: #1DA1F2
}

.love-card img {
    display: block;
    height: 105%;
    width: 105%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    position: relative;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.love-card:hover .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%
}

.love-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .2
}

.love-card:hover::before {
    display: block
}

@media (max-width: 768px) {
    .course-card,
    .president-card {
        width: 49%;
        margin-bottom: 40px
    }
    .article-card .container-article .meta {
        min-width: 25%
    }
    .article-card .container-article .meta .share-group span {
        display: none
    }
    .article-card .container-article .meta .share-group .item {
        display: block;
        margin: 10px auto 15px;
        font-size: 22px
    }
    .event-card {
        min-width: 100%;
        max-width: 100%
    }
    .event-card:nth-child(n+3) {
        border-bottom: 1px solid #F8F8F8
    }
    .event-card:last-child {
        border: none
    }
    .event-card .date {
        margin-right: 5%
    }
    .collection-card {
        width: 50%
    }
    .collection-card .cover .download {
        display: block;
        opacity: 1
    }
    .download-card {
        width: 32%
    }
}

@media (max-width: 500px) {
    .course-card,
    .president-card,
	.course-agenda{
        width: 100%
    }
    .event-card .date {
        min-width: 30%
    }
    .article-card {
        width: 100%;
        margin-bottom: 40px
    }
    .collection-card {
        margin: 0 auto;
        width: 100%;
        max-width: 100%
    }
    .download-card {
        width: 49%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 375px) {
    .news-card .container-article .meta .share-group .item {
        margin: 10px
    }
}

.pagination .wp-pagenavi {
    margin: 55px auto;
    text-align: center
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
    display: inline-block;
    padding: 10px 15px;
    color: #1D414D;
    font-weight: 600;
    text-decoration: none
}

.pagination .wp-pagenavi .current {
    color: #1D414D;
    background: #FFD42D
}

.pagination .wp-pagenavi .extend {
    padding: 15px 0
}

.pagination .wp-pagenavi .extend,
.pagination .wp-pagenavi .pages {
    color: #D4D5D8;
    background: transparent
}

.pagination.pagination-short .extend,
.pagination.pagination-short .pages,
.pagination.pagination-short .last,
.pagination.pagination-short .first {
    display: none
}

@media (max-width: 768px) {
    .pagination .wp-pagenavi .pages,
    .pagination .wp-pagenavi .last {
        display: none
    }
}

@media (max-width: 500px) {
    .pagination .wp-pagenavi .nextpostslink {
        display: none
    }
    .pagination .wp-pagenavi a,
    .pagination .wp-pagenavi span {
        padding: 10px 12px;
        font-size: 12px
    }
}

.filter {
    background: #F8F8F8;
    padding: 30px 0
}

.filter .filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter .filter-form .button {
    margin: 0
}

.filter .wrap-select {
    display: block
}

.filter input,
.filter .wrap-select {
    margin: 0 10px;
    width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    height: 40px;
    line-height: 40px
}

.filter input.wrap-select,
.filter .wrap-select.wrap-select {
    margin-left: 0
}

.filter::-webkit-input-placeholder,
.filter input,
.filter .combobox,
.filter .option {
    font-weight: 600;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #1D414D
}

.filter::-moz-placeholder {
    font-weight: 600;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #1D414D
}

.filter:-ms-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #1D414D
}

.filter:-moz-placeholder {
    font-weight: 600;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #1D414D
}

.combobox {
    width: 100%;
    border: 1px solid #D4D5D8;
    background: white;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative
}

.combobox .fa-caret-down {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 18px;
    right: 10px
}

.combobox .open {
    right: 5px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.combobox .selectedItem .fa {
    margin-right: 5px
}

.listbox {
    display: none;
    padding: 10px;
    border: 1px solid #D4D5D8;
    width: 100%;
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
    background: white;
    border-top: 0;
    z-index: 2;
    position: relative
}

.option {
    cursor: pointer
}

.option .fa {
    margin-right: 10px
}

@media (max-width: 500px) {
    .filter input,
    .filter .wrap-select {
        margin: 0;
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
    .filter .wrap-select {
        padding: 0;
        margin-top: 10px
    }
    .filter .filter-form .button {
        margin: 20px auto 0
    }
}

.page {
    color: #1D414D
}

.page .page-content {
    margin-bottom: 55px
}

.page .page-content h1,
.page .page-content h2,
.page .page-content h3,
.page .page-content h4,
.page .page-content h5,
.page .page-content h6 {
    margin-bottom: 1em;
    margin-top: 2em
}

.page .page-content p {
    line-height: 1.5;
    color: #1D414D
}

.page .page-content ul,
.page .page-content ol {
    margin: 1.5em 0 1.5em 3em;
    line-height: 1.8
}

.page .page-content ul {
    list-style: disc
}

.page .page-content ol {
    list-style: decimal
}

.page .page-content li>ul,
.page .page-content li>ol {
    margin-bottom: 0.5em;
    margin-left: 1.5em
}

.page .page-content dt {
    font-weight: bold
}

.page .page-content dd {
    margin: 0 1.5em 1.5em
}

.page .page-content blockquote {
    margin: 2.4rem 0;
    padding: 2rem;
    background: #F8F8F8
}

.page .page-content blockquote p {
    font-weight: 300
}

.page .page-content img {
    margin: 1em 0
}

.page .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.page .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.page .aligncenter {
    margin: 0 auto;
    clear: both
}

.page .gallery {
    margin-bottom: 1.5em
}

.page .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .page .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .page .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .page .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .page .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .page .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .page .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .page .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .page .gallery-item {
    max-width: 11.11%
}

.page .gallery-caption {
    display: block
}

.page .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.page .wp-caption img[class*="wp-image-"] {
    margin: 0 auto
}

.page .wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.home .slide {
    background: transparent;
    min-height: 400px
}

.home section {
    padding: 55px 0
}

.home .courses .list-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 55px auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.home .courses .button {
    margin-top: 55px
}

.home .banner-featured, .contact .banner-featured {
    height: 390px;
    position: relative
}

.home .banner-featured .figure, .contact .banner-featured .figure {
    width: 100%;
    height: 100%;
    position: absolute
}

.home .banner-featured .figure img , .contact .banner-featured .figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.home .banner-featured .content, .contact .banner-featured .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 0 20%;
    text-align: center
}

.home .banner-featured .content .title, .contact .banner-featured .content .title {
    color: white;
    text-transform: uppercase;
    font-size: 44px
}

.home .banner-featured .content .text, .contact .banner-featured .content .text {
    margin: 30px auto;
    color: white
}

.home .banner-featured .content.green-dark .title,
.home .banner-featured .content.green-dark .text {
    color: #000
}

.home .news .list-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.home .news .button {
    margin-top: 60px
}

.home .filiais {
    background: #F8F8F8;
}

.home .filiais .title::before {
    background: #F8F8F8
}

.home .filiais .slider-filiais {
    margin: 30px auto
}

@media (max-width: 1024px) {
    .home .filiais .slider-filiais {
        width: 90%
    }
    .home .filiais .slider-filiais .filial-card .title {
        font-size: 20px
    }
}

.home .filiais .button {
    margin-top: 120px
}

.home .events .list-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 500px) {
    .home .events .list-events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home .fug-social {
    background: #F8F8F8
}

.home .fug-social .title::before {
    background: #F8F8F8
}

.home .fug-social .social-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.home .fug-social .social-columns .column-half {
    width: 49%
}

.home .fug-social .social-columns .column-half .title {
    margin: 0 auto 20px;
    text-align: center;
    text-transform: uppercase
}

.home .fug-social .social-columns .column-half .title .fa {
    margin-right: 10px;
    position: relative;
    top: 5px;
    font-size: 35px
}

.home .fug-social .social-columns .column-half:nth-child(1) .title {
    color: #395C95
}

.home .fug-social .social-columns .column-half:nth-child(2) .title {
    color: #71AED7
}

.home .fug-social .social-columns .column-half .box-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    padding: 20px;
    height: 310px;
    overflow-y: scroll
}

.home .fug-social .social-columns .column-half .box-social .fb-page,
.home .fug-social .social-columns .column-half .box-social .fb-page span,
.home .fug-social .social-columns .column-half .box-social .fb-page span iframe[style] {
    width: 100%
}

@media (max-width: 768px) {
    .home .filiais .slick-list {
        margin: 0 auto;
        max-width: 80%
    }
    .home .filiais .slick-slider .slick-next {
        right: 0
    }
    .home .filiais .slick-slider .slick-prev {
        left: 0
    }
}

@media (max-width: 600px) {
    .home .fug-social .social-columns {
        display: block
    }
    .home .fug-social .social-columns .column-half {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .home section {
        padding: 100px 0
    }
    .home .filiais .slick-dots {
        height: 0;
        overflow: hidden
    }
    .home .filiais .button {
        margin-top: 30px
    }
    .home .banner-featured .content {
        padding: 0 10%
    }
    .home .banner-featured .content .title {
        font-size: 39px
    }
}

.events .list-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 5% 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

@media (max-width: 500px) {
    .events .list-events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events .next-events {
    margin: 0 0 100px;
    padding: 60px 0;
    background: #F8F8F8
}

.events .next-events .list-events {
    margin: -1px auto 40px;
    border: 1px solid #D4D5D8;
    padding: 10px 20px
}

.events .next-events .title {
    margin-bottom: 0;
    text-align: center
}

.events .next-events .event-card {
    border-color: #D4D5D8;
    padding: 20px 0 40px
}

.events .next-events .event-card .title {
    text-align: left;
    margin-bottom: 15px
}

.events .next-events .event-card .title a {
    font-size: 18px
}

.events .next-events .event-card .text {
    font-size: 13px
}

.events .next-events .event-card .text .fa {
    font-size: 15px
}

.events .next-events .event-card:nth-child(n+3) {
    padding-bottom: 20px
}

.events .next-events .event-card .date {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px
}

.events .next-events .event-card .date strong {
    letter-spacing: 0
}

.events .past-events {
    padding: 0 0 100px
}

.events .past-events .title {
    text-align: center
}

.events .past-events .title a {
    font-size: 18px
}

.events .past-events .list-events {
    margin: 40px auto
}

.events .past-events .event-card {
    margin: .5%;
    border: none;
    width: 32%;
    padding: 20px 0
}

@media (max-width: 768px) {
    .events .past-events .event-card {
        min-width: 45%;
        max-width: 45%
    }
}

@media (max-width: 500px) {
    .events .past-events .event-card {
        min-width: 100%;
        max-width: 100%
    }
}

.events .past-events .event-card .title {
    text-align: left;
    margin-bottom: 15px
}

.events .past-events .event-card .text {
    font-size: 13px
}

.events .past-events .event-card .text .fa {
    font-size: 15px
}

.events .past-events .event-card:nth-child(n+3) {
    padding-bottom: 20px
}

.events .past-events .event-card .date {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #D4D5D8
}

.events .past-events .event-card .date strong {
    letter-spacing: 0
}

.featherlight-content {
    border: 2px solid #D4D5D8
}

.featherlight-content .featherlight-close-icon {
    margin: 10px;
    width: auto;
    color: #1D414D;
    font-style: italic;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px
}

.featherlight-content .featherlight-close-icon .fa {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: 5px
}

.events-single {
    display: none
}

.events-single .event-card {
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    border: 0
}

.events-single .event-card.old .date {
    background-color: #D4D5D8
}

.events-single .event-card .text {
    margin: 10px 0;
    line-height: 2;
    font-size: 12px;
    padding-left: 20px;
    position: relative
}

.events-single .event-card .text .fa {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px
}

.news .main-news {
    margin: 55px 0px 55px
}

.news .main-news .container .notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news .main-news .container .notice figure {
    width: 50%;
    position: relative
}

.news .main-news .container .notice figure img {
    margin: -1px 0 -4px 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #F8F8F8
}

.news .main-news .container .notice figure:before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: .5
}

.news .main-news .container .notice .container-article {
    padding: 0 32px;
    width: 50%
}

.news .main-news .container .notice .container-article .notice-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 11px;
    color: #444A59
}

.news .main-news .container .notice .container-article .notice-header .data {
    font-style: italic
}

.news .main-news .container .notice .container-article .notice-header .social {
    text-transform: uppercase
}

.news .main-news .container .notice .container-article .notice-header .social a {
    margin: 0px 5px;
    font-size: 13px
}

.news .main-news .container .notice .container-article .notice-header .social .facebook:before {
    color: #2149c5
}

.news .main-news .container .notice .container-article .notice-header .social .twitter:before {
    color: #0091ff
}

.news .main-news .container .notice .container-article .notice-header .social .gplus:before {
    color: red
}

.news .main-news .container .notice .container-article .text {
    line-height: 1.8;
    color: #444A59
}

.news .main-news .container .notice .container-article .button {
    float: left
}

.news .news .list-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 55px auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.news .news .list-articles .news-card {
    width: 32%
}

.news .news .list-articles .news-card .title-content a {
    font-size: 16px;
    word-break: break-word
}

.news .news .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 90px
}

@media (max-width: 920px) {
    .news .news .list-articles .news-card {
        width: 47%
    }
}

@media (max-width: 768px) {
    .news .main-news .container .notice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .news .main-news .container .notice figure,
    .news .main-news .container .notice figure img {
        width: 100%
    }
    .news .main-news .container .notice .container-article {
        margin-top: 10px;
        width: 100%
    }
    .news .news .list-articles .news-card {
        width: 49%
    }
}

@media (max-width: 768px) and (max-width: 500px) {
    .news .main-news .container .notice .container-article {
        padding: 0 10px
    }
    .news .news .list-articles .news-card {
        width: 100%
    }
}

.single-news>.container {
    height: auto;
    overflow: hidden;
    padding-bottom: 55px
}

.single-news .link-back {
    display: block;
    color: #1D414D;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic
}

.single-news .date {
    font-style: italic
}

.single-news article {
    display: inline-block;
    width: 60%;
    line-height: 1.7em;
    color: #1D414D
}

.single-news article .title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5
}

.single-news article .text {
    color: #1D414D;
    line-height: 2
}

.single-news article ul,
.single-news article ol {
    margin-left: 20px;
    margin-bottom: 20px
}

.single-news article p {
    margin-bottom: 1.5em
}

.single-news article a:not(.item):not(.link-back) {
    color: #1D414D;
    text-decoration: underline;
    font-weight: 700
}

.single-news article header {
    margin-bottom: 55px
}

.single-news article header figure {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative
}

.single-news article header figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.single-news article header figure::before {
    content: "";
    display: none;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: calc(100% - 4px);
    border-radius: 2px;
    z-index: 1
}

.single-news article .notice-header,
.single-news article .notice-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 12px;
    color: #444A59
}

.single-news article .social {
    text-transform: uppercase
}

.single-news article .social a {
    margin: 0px 5px;
    font-size: 13px
}

.single-news article .social .facebook:before {
    color: #2149c5
}

.single-news article .social .twitter:before {
    color: #0091ff
}

.single-news article .social .gplus:before {
    color: red
}

.single-news article footer {
    margin: 40px 0 20px;
    border-top: 1px solid #D4D5D8;
    padding: 20px 0
}

.single-news article .comments {
    margin-bottom: 60px;
}

.single-news aside {
    width: 35%;
    float: right;
    background: #F8F8F8;
    padding: 30px 20px
}

.single-news aside .title {
    border-color: #FFD42D;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px
}

.single-news aside .list-more-news .article-card {
    margin: 10px 0;
    padding: 30px 20px;
    border-bottom: 1px solid #D4D5D8;
    width: 100%
}

.single-news aside .list-more-news .article-card:last-child {
    border: none
}

.single-news aside .list-more-news .article-card .title {
    margin: 15px 0;
    text-align: left
}

.single-news aside .list-more-news .article-card .title a {
    font-size: 18px
}

.single-news aside .list-more-news .article-card .button {
    margin-left: 0
}

@media (max-width: 768px) {
    .single-news article {
        width: 100%
    }
    .single-news article .title {
        font-size: 22px
    }
    .single-news aside {
        margin: 0 auto 40px;
        width: 100%;
        float: none
    }
    .single-news aside .list-more-news .article-card {
        display: inline-block;
        margin: 0 .8%;
        padding: 20px 0;
        width: 48%
    }
    .single-news aside .list-more-news .article-card:last-child {
        border-bottom: 1px solid #D4D5D8
    }
}

@media (max-width: 500px) {
    .single-news aside .list-more-news .article-card {
        margin: 0;
        width: 100%
    }
}

.collection .banner-header .select {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #D4D5D8;
    border-radius: 2px;
    position: absolute;
    right: 0;
    width: 25%
}

.collection .banner-header .select select {
    width: 100%;
    padding-left: 20px;
    color: #1D414D;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    height: 40px
}

.collection .banner-header .select:after {
    content: '\f0d7';
    font: 15px FontAwesome;
    text-rendering: auto
}

@media (max-width: 769px) {
    .collection .banner-header .select {
        right: 5%;
        width: 30%
    }
}

@media (max-width: 500px) {
    .collection .banner-header .select {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 15px;
        top: inherit;
        right: inherit;
        width: 90%
    }
}

.collection .banner-header .search-area {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0
}

.collection .banner-header .search-area form {
    top: 0
}

.collection .banner-header .search-area button[type="submit"] {
    margin: 0 5px;
    background: #FFD42D;
    color: #1D414D;
    border: none;
    width: 45px;
    padding: 17px 20px;
    height: 42px;
    line-height: 0;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.collection .banner-header .search-area button[type="submit"]::before {
    content: "\f002";
    display: block;
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 500px) {
    .collection .banner-header .search-area {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 15px;
        top: inherit;
        right: inherit;
        width: 95%
    }
    .collection .banner-header .search-area input {
        width: 80%
    }
    .collection .banner-header .search-area button[type="submit"] {
        width: 20%;
        max-width: 42px
    }
}

.collection .list-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 769px) {
    .collection .list-collection {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.collection .collection-content {
    padding: 0 0 100px
}

.collection .collection-content .list-collection {
    margin: 20px auto 80px
}

.courses .list-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 120px
}

.courses .list-courses .button:hover {
    color: #1D414D;
    background: #FFD42D
}

.courses .list-courses .course {
    padding: 10px
}

.courses .list-courses .course .cover {
    position: relative
}

.courses .list-courses .course .cover:before {
    content: "";
    display: block;
    background-image: url("../images/line-texture.png");
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5
}

.courses .list-courses .course .cover img {
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.courses .list-courses .course .cover .headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.courses .list-courses .course .cover .headers .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.courses .list-courses .course .cover .headers .content i {
    font-size: 20px;
    color: #FFD42D;
    font-weight: 100
}

.courses .list-courses .course .cover .headers .content .title {
    margin: 4px 0px 15px;
    color: white;
    text-transform: uppercase;
    font-size: 50px
}

@media (max-width: 768px) {
    .courses .list-courses .course .cover .headers .content .title {
        font-size: 38px
    }
}

@media (max-width: 500px) {
    .courses .list-courses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .courses .list-courses .course {
        padding: 0;
        margin-bottom: 20px
    }
    .courses .list-courses .course .cover .headers .content .title {
        font-size: 30px
    }
}

.presential-curses .list-courses,
.list-courses-proximo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

@media (max-width: 769px) {
    .presential-curses .list-courses,
.list-courses-proximo{
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.presential-curses .presential-content .list-courses {
    margin: 20px auto 55px
}

.presential-curses .presential-content .list-courses .course-card {
    margin: 0 .5% 45px
}

.presential-curses .presential-content .list-courses .course-card .info-course {
    padding: 5px 10px;
    margin-top: 0px
}

.presential-curses .presential-content .list-courses .course-card .figure {
    background: white;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center;
    padding: 10px 0
}

.presential-curses .presential-content .list-courses .course-card .figure::before {
    margin: 0 auto;
    width: calc(100% - 20px);
    height: calc(100% - 23px);
    left: 0;
    right: 0
}

.presential-curses .presential-content .list-courses .course-card .figure img {
    margin: 0;
    overflow: hidden;
    width: calc(100% - 20px);
    height: calc(100% - 23px)
}

.presential-curses .presential-content .list-courses .course-card .figure .more {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.presential-curses .presential-content .list-courses .course-card .figure .more .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.presential-curses .presential-content .list-courses .course-card .figure .more .content .button:hover {
    background: #FFD42D;
    color: #1D414D
}

.presential-curses .presential-content .list-courses .course-card .figure .more::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 23px);
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 10px;
    left: 10px;
    border-radius: 2px
}

.presential-curses .presential-content .list-courses .course-card .figure:hover {
    border: 1px solid #D4D5D8
}

.presential-curses .presential-content .list-courses .course-card .figure:hover .more {
    display: block;
    opacity: 1
}

.presential-curses .presential-content .list-courses .course-card .figure:hover::before {
    width: calc(100% - 20px);
    height: calc(100% - 23px)
}

.banner-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #D4D5D8;
    position: relative
}

@media (max-width: 500px) {
    .banner-courses {
        margin: 40px auto
    }
}

.banner-courses .content-half {
    display: inline-block;
    width: 49%;
    position: relative
}

@media (max-width: 500px) {
    .banner-courses .content-half {
        margin: 20px auto;
        width: 100%;
        min-height: 110px
    }
}

.banner-courses .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    width: 100%
}

.banner-courses .text strong {
    text-transform: uppercase;
    font-size: 35px
}

@media (max-width: 769px) {
    .banner-courses .text strong {
        font-size: 28px
    }
}

.banner-courses .figure {
    position: relative;
    height: 110px;
    overflow: hidden
}

.banner-courses .figure img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    position: absolute
}

.banner-courses .figure::before {
    content: "";
    display: block;
    background-image: url("../images/line-texture.png");
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    z-index: 1
}

.banner-courses .figure .more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.banner-courses .figure .more .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-courses .figure .more .button:hover {
    background: #FFD42D;
    color: #1D414D
}

@media (max-width: 500px) {
    .presential-curses .presential-content .list-courses .course-card .figure .more {
        display: block;
        opacity: 1
    }
}

.single-courses .courses {
    margin: 45px 0
}

.single-courses .courses .list-courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.single-courses .courses .list-courses .course-card {
    margin-bottom: 40px
}

.single-courses .courses .button {
    margin-top: 40px
}

.single-courses .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-courses .navigation .items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    position: relative;
    right: 4%
}

.single-courses .navigation .items ul li {
    font-size: 13px
}

.single-courses .navigation .items ul li:before {
    content: ">";
    margin: 0px 6px;
    position: relative;
    left: 100%
}

.single-courses .navigation .items ul li a {
    cursor: pointer;
    text-decoration: underline;
    color: black
}

.single-courses .navigation .items ul li:last-child {
    margin: 0px 6px
}

.single-courses .navigation .items ul li:last-child a {
    text-decoration: none;
    cursor: default
}

.single-courses .navigation .items ul li:last-child:before {
    content: ""
}

.single-courses .navigation .link {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    color: #1D414D
}

.single-courses .content-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-courses .content-course .content {
    width: 73%;
    margin-top: -7px
}

.single-courses .content-course .content .tab-content {
    display: none
}

.single-courses .content-course .content .title {
    font-size: 25px
}

.single-courses .content-course .content p {
    margin: 15px 0;
    font-size: 13px;
    line-height: 1.6
}

.single-courses .content-course .content p a {
    color: #778D94
}

.single-courses .content-course .content p a:hover {
    color: #FFD42D
}

.single-courses .content-course .left-content .informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFD42D;
    border-radius: 2px;
    width: 260px
}

.single-courses .content-course .left-content .informations p {
    margin: 3px 0px;
    color: #1D414D
}

.single-courses .content-course .left-content .informations p strong {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase
}

.single-courses .content-course .left-content .followbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: white;
    width: 220px;
    height: 60px;
    font-weight: 400
}

.single-courses .content-course .left-content .followbutton:hover {
    background: #265565
}

.single-courses .content-course .menu-intern {
    margin: 0 0 20px;
    width: 260px
}

.single-courses .content-course .menu-intern.select {
    width: 100%;
    height: 50px;
    background: #EFEFEF;
    border-color: #EFEFEF
}

.single-courses .content-course .menu-intern.select select {
    height: 50px;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600
}

.single-courses .content-course .menu-intern.select::after {
    color: #1D414D
}

.single-courses .content-course .menu-intern ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EFEFEF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    width: 100%
}

.single-courses .content-course .menu-intern ul:last-child {
    border: none
}

.single-courses .content-course .menu-intern ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.single-courses .content-course .menu-intern ul li a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #1D414D
}

.single-courses .content-course .menu-intern ul li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 52px
}

.single-courses .content-course .menu-intern ul li i:before {
    color: #1D414D
}

.single-courses .content-course .menu-intern ul li.active i,
.single-courses .content-course .menu-intern ul li:hover i {
    background-color: #1D414D
}

.single-courses .content-course .menu-intern ul li.active i:before,
.single-courses .content-course .menu-intern ul li:hover i:before {
    color: white
}

.single-courses .banner-featured {
    height: 280px;
    position: relative
}

.single-courses .banner-featured .figure {
    width: 100%;
    height: 100%;
    position: absolute
}

.single-courses .banner-featured .figure:before {
    content: "";
    display: block;
    background: url("../images/line-texture.png") #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5
}

.single-courses .banner-featured .figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-courses .banner-featured .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    color: white;
    padding: 0 20%;
    text-align: center
}

.single-courses .banner-featured .content .title {
    color: white;
    text-transform: uppercase;
    font-size: 41px;
    font-weight: normal
}

.single-courses .banner-featured .content .text {
    margin: 30px auto
}

.single-courses .banner-featured .content.green-dark .title,
.single-courses .banner-featured .content.green-dark .text {
    color: #1D414D
}

@media (max-width: 1024px) {
    .single-courses .content-course .content {
        padding-left: 2%
    }
}

@media (max-width: 767px) {
    .single-courses .banner-featured .content {
        padding: 0 5%
    }
    .single-courses .content-course {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .single-courses .content-course .content,
    .single-courses .content-course .left-content {
        width: 100%;
        margin-bottom: 30px
    }
    .single-courses .content-course .content .informations,
    .single-courses .content-course .content .menu-intern,
    .single-courses .content-course .left-content .informations,
    .single-courses .content-course .left-content .menu-intern {
        width: 100%
    }
    .single-courses .infor-course .navigation .items {
        display: none
    }
}

.downloads .list-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.downloads .downloads-content {
    padding: 0 0 100px
}

.download-single {
    display: none
}

.download-single .download-card {
    margin: 30px 0 0;
    width: 100%;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.download-single .download-card .figure {
    width: 160px;
    height: 100px;
    margin-right: 20px
}

.download-single .download-card .figure img {
    height: 100%
}

.download-single .download-card .text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.3;
    color: #A4A7AE
}

.download-single .download-card .text .fa {
    font-size: 14px
}

.download-single .download-card .title {
    margin-bottom: 10px
}

.download-single .download-card .button {
    margin-left: 0;
    margin-top: 40px
}

.contact .informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	margin: 55px 0;
}

.contact .informations .title {
    font-size: 20px;
    color: #1D414D;
    text-transform: uppercase;
    margin-bottom: 40px
}

.contact .informations .address,
.contact .informations .mapa{
    width: 48%
}

.contact .informations .address .content .block {
    margin: 25px 0px 55px
}

.contact .informations .address .content .block:last-child {
    margin: 25px 0px 0
}

.contact .informations .address .content .block:first-child p {
    line-height: 2
}

.contact .informations .address .content .block .subtitle {
    margin: 20px 0;
    padding-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #1D414D;
    border-bottom: 1px solid #A5ABAE
}

.contact .informations .address .content .block a:hover {
    color: #FFD42D
}

.contact .informations .address .content .block p,
.contact .informations .address .content .block a {
    margin: 17px 0;
    font-size: 15px;
    -webkit-animation: all 100ms;
    animation: all 100ms;
    color: #1D414D
}

.contact .informations .form {
    width: 98%
}

.contact .informations .form .content .nf-field-container {
    margin-bottom: 5px
}

.contact .informations .form .content .nf-after-field .nf-error-msg {
    font-size: 11px
}

.contact .informations .form .content form input,
.contact .informations .form .content .nf-field-element input,
.comments .form-group input{
    margin: 10px 0 0;
    width: 100%;
    height: 40px;
    font-size: 13px
}

.contact .informations .form .content form textarea,
.contact .informations .form .content .nf-field-element textarea,
.comments .form-group textarea{
    margin: 10px 0;
    width: 100%;
    height: 170px;
    padding: 10px;
    font-size: 13px
}

.contact .informations .form .content form button,
.contact .informations .form .content form input[type="button"],
.contact .informations .form .content .nf-field-element button,
.contact .informations .form .content .nf-field-element input[type="button"],
.comments .form-submit button,
.comments .form-submit input[type="submit"]{
    margin: 10px 0;
    border: none;
    float: left;
    width: auto;
    min-width: 140px;
	height: 40px;
}

.contact .informations .form .content form button:disabled,
.contact .informations .form .content form input[type="button"]:disabled,
.contact .informations .form .content .nf-field-element button:disabled,
.contact .informations .form .content .nf-field-element input[type="button"]:disabled {
    background-color: #1D414D
}

@media (max-width: 500px) {
    .contact .contacts .informations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact .contacts .informations .address,
    .contact .contacts .informations .form {
        width: 100%
    }
    .contact .contacts .informations .form .content {
        margin-bottom: 100px
    }
    .contact .contacts .informations .address .content {
        margin-bottom: 50px
    }
}

.filiais .filiais-content {
    display: inline-block;
    width: 100%;
    padding: 0 0 55px
}

@media (max-width: 768px) {
    .filiais .filiais-content {
        padding: 0 0 40px
    }
}

.filiais .filiais-content .map-container {
    display: inline-block;
    width: 660px
}

@media (max-width: 768px) {
    .filiais .filiais-content .map-container {
        display: none
    }
}

.filiais .filiais-content .map-container .map {
    fill: url(#stripes);
    opacity: 1
}

.filiais .filiais-content .map-container .map .shape {
    fill: url(#stripes);
    -webkit-transition: fill 250ms linear;
    transition: fill 250ms linear
}

.filiais .filiais-content .map-container .map .shape.valid-state:hover {
    stroke-width: 2px;
    stroke: #1D414D
}

.filiais .filiais-content .map-container .map .valid-state.state-pa:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pa.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pa)
}

.filiais .filiais-content .map-container .map .valid-state.state-se:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-se.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-se)
}

.filiais .filiais-content .map-container .map .valid-state.state-pe:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pe.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pe)
}

.filiais .filiais-content .map-container .map .valid-state.state-ba:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ba.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ba)
}

.filiais .filiais-content .map-container .map .valid-state.state-al:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-al.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-al)
}

.filiais .filiais-content .map-container .map .valid-state.state-am:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-am.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-am)
}

.filiais .filiais-content .map-container .map .valid-state.state-pa:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pa.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pa)
}

.filiais .filiais-content .map-container .map .valid-state.state-mt:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-mt.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-mt)
}

.filiais .filiais-content .map-container .map .valid-state.state-ro:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ro.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ro)
}

.filiais .filiais-content .map-container .map .valid-state.state-ac:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ac.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ac)
}

.filiais .filiais-content .map-container .map .valid-state.state-ap:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ap.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ap)
}

.filiais .filiais-content .map-container .map .valid-state.state-rj:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-rj.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-rj)
}

.filiais .filiais-content .map-container .map .valid-state.state-rs:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-rs.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-rs)
}

.filiais .filiais-content .map-container .map .valid-state.state-sc:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-sc.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-sc)
}

.filiais .filiais-content .map-container .map .valid-state.state-pr:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pr.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pr)
}

.filiais .filiais-content .map-container .map .valid-state.state-sp:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-sp.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-sp)
}

.filiais .filiais-content .map-container .map .valid-state.state-ms:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ms.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ms)
}

.filiais .filiais-content .map-container .map .valid-state.state-go:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-go.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-go)
}

.filiais .filiais-content .map-container .map .valid-state.state-mg:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-mg.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-mg)
}

.filiais .filiais-content .map-container .map .valid-state.state-es:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-es.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-es)
}

.filiais .filiais-content .map-container .map .valid-state.state-pi:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pi.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pi)
}

.filiais .filiais-content .map-container .map .valid-state.state-ce:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ce.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ce)
}

.filiais .filiais-content .map-container .map .valid-state.state-rr:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-rr.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-rr)
}

.filiais .filiais-content .map-container .map .valid-state.state-to:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-to.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-to)
}

.filiais .filiais-content .map-container .map .valid-state.state-ma:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-ma.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-ma)
}

.filiais .filiais-content .map-container .map .valid-state.state-rn:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-rn.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-rn)
}

.filiais .filiais-content .map-container .map .valid-state.state-pb:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-pb.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-pb)
}

.filiais .filiais-content .map-container .map .valid-state.state-df:hover .shape,
.filiais .filiais-content .map-container .map .valid-state.state-df.active .shape {
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
    fill: url(#img-df)
}

.filiais .filiais-content .box-info {
    display: none;
    width: calc(100% - 700px);
    float: right;
    border-radius: 2px;
    padding-top: 60px
}

.filiais .filiais-content .box-info.active {
    display: inline-block
}

@media (max-width: 768px) {
    .filiais .filiais-content .box-info {
        padding-top: 0px;
        width: 100%
    }
}

.filiais .filiais-content .box-info .title {
    background: #1D414D;
    width: 100%;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: white;
    text-transform: uppercase
}

.filiais .filiais-content .box-info .text {
    background: #F8F8F8;
    color: #1D414D;
    padding: 20px
}

.filiais .filiais-content .box-info .text .subtitle {
    margin-bottom: 10px;
    font-size: 18px
}

.filiais .filiais-content .box-info .text p {
    margin-bottom: 20px;
    line-height: 1.4
}

.filiais .filiais-content .box-info .text p:last-child {
    margin-bottom: 0
}

.filiais .filiais-content .box-info .text p a {
    color: #1D414D;
    text-decoration: none
}

.filiais .filiais-content .box-info .text strong {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600
}

.filiais .filiais-content .wrap-select {
    display: none
}

@media (max-width: 768px) {
    .filiais .filiais-content .wrap-select {
        display: block;
        margin: 20px 0 40px
    }
    .filiais .filiais-content .wrap-select .option {
        padding: 10px 0
    }
}

.filter-container {
    background: #F8F8F8
}

.filter-container.select {
    display: block;
    margin: 20px auto;
    border: 1px solid #D4D5D8;
    border-radius: 2px;
    width: 90%
}

.filter-container.select select {
    width: 100%;
    padding-left: 20px;
    color: #1D414D;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    height: 40px
}

.filter-container.select:after {
    content: '\f0d7';
    font: 15px FontAwesome;
    text-rendering: auto
}

@media (max-width: 500px) {
    .filter-container.select {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 15px;
        top: inherit;
        right: inherit;
        width: 90%
    }
}

.filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.filter-options .button {
    margin: 0 8px;
    width: auto;
    height: 120px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    color: #1D414D;
    position: relative;
    font-size: 12px;
    border: none;
    line-height: 0;
    padding-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filter-options .button .fa {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    position: relative;
    left: 0;
    right: 0;
    border-radius: 50%;
    color: #1D414D;
    top: -15px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.filter-options .button:hover,
.filter-options .button.active {
    background-color: #FFD42D;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.filter-options .button:hover .fa,
.filter-options .button.active .fa {
    background: white
}

.filter-options .button.active {
    background: white;
    background-color: #FFD42D;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.filter-options .filter-container {
    margin: 30px auto
}

.filter-options .filter-container.select {
    width: 100%;
    border: 0;
    background-color: white;
    border: 1px solid #F8F8F8
}

.filter-options .filter-container.select:after {
    content: '\f107';
    font: 15px FontAwesome;
    text-rendering: auto;
    color: #F8F8F8
}

.filter-options .filter-container.select select {
    padding: 15px 10px;
    min-height: 47px;
    font-weight: 300;
    font-size: 15px;
    border: 0;
    width: 100%;
    padding-left: 20px;
    color: #A5ABAE
}

.grid-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.grid-featured .love-card {
    display: block;
    height: 300px;
    width: 25%
}

@media (max-width: 768px) {
    .grid-featured .love-card {
        height: 250px;
        width: 33%
    }
}

@media (max-width: 500px) {
    .grid-featured .love-card {
        height: 360px;
        width: 100%
    }
}

@media (max-width: 320px) {
    .grid-featured .love-card {
        height: 280px;
        width: 100%
    }
}

.page-eu-amo-fug .share-area {
    padding: 40px 0 80px
}

.page-eu-amo-fug .share-area .content {
    margin-top: 30px
}

.page-eu-amo-fug .share-area .content .text {
    line-height: 2;
    color: #1D414D
}

.page-eu-amo-fug .share-area .content .text a {
    color: #1D414D
}

.page-eu-amo-fug .share-area .content .text a:hover {
    color: #1D414D
}

.page-eu-amo-fug .share-area .content form .radio-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 49%;
    float: left
}

@media (max-width: 768px) {
    .page-eu-amo-fug .share-area .content form .radio-option {
        width: 100%
    }
}

.page-eu-amo-fug .share-area .content form .radio-option .radio {
    margin-right: 10px
}

.page-eu-amo-fug .share-area .content form .radio-option .name-option {
    color: #1D414D
}

.page-eu-amo-fug .share-area .content form .button {
    margin: 30px auto 0;
    border: 0;
    width: auto
}

.page-eu-amo-fug .share-area .content form .instructions {
    display: inline-block;
    background: #F8F8F8;
    font-size: .7rem;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px
}

.page-eu-amo-fug .radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.page-eu-amo-fug .radio input {
    opacity: 0
}

.page-eu-amo-fug .radio input:checked+.inner:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.page-eu-amo-fug .radio .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #1D414D;
    border-radius: 100px
}

.page-eu-amo-fug .radio .inner:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #FFD42D;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.presidents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.presidents-list .president-card .figure img {
    margin: 0
}

.results-page .events .next-events {
    margin: 0
}

.results-page .events .next-events .event-card {
    border: 0
}

.results-page .events .next-events .event-card.old .date {
    background-color: #D4D5D8
}

.search-default .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #bbcbd0
}

.search-default .item .button {
    margin: 0
}

.search-default .item .description {
    line-height: 1.5;
    margin: 10px 0
}

.container-article .share-group-courses {
    background: #050505;
	max-width: 37%;
	margin-top: 0;
    padding: 5px;
    text-align: center
}


.share-group-courses {
    background: #050505;
	max-width: 37%;
	margin-top: 10px;
    padding: 5px;
    text-align: center
}

.share-group-courses .item {
    margin: 0 5px;
    color: white
}

.share-group-courses .item:hover {
    color: #FFD42D
}

.share-group-acervo {
    background: #050505;
	max-width: 41%;
	margin-top: 10px;
    padding: 5px;
    text-align: center
}

.share-group-acervo .item {
    margin: 0 5px;
    color: white
}

.share-group-acervo .item:hover {
    color: #FFD42D
}

.list-comentarios,
.list-comentarios .children{
	list-style: none;
}

.vcard img{
	border-radius: 150px;
    float: left;
    margin-right: 10px;
}

.vcard .fn{
	font-weight: bold;
}

.vcard .comment-meta{
	font-size: 10px;
}

.list-comentarios .children{
	margin-top: 30px;
}

.breadcrumb {
	padding: 8px 10px;
    list-style: none;
    text-align: left;
    font-size: 13px;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: ">";
}

.breadcrumb > li > a{
	color: #000;
	text-decoration: underline;
}

.breadcrumb > .active {
	color: #000;
}

.bt-agenda{
	padding: 55px 0 0;
}

.bt-agenda img{
	margin: 0 auto;
	display: block;
	width: 100%;
}

/*# sourceMappingURL=main.min.map */