@charset "UTF-8";
/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    src: local("Lato Hairline"), local("Lato-Hairline"), url("../css/font-lato/h3_FseZLI76g1To6meQ4zX-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    src: local("Lato Hairline"), local("Lato-Hairline"), url("../css/font-lato/ifRS04pY1nJBsu8-cUFUS-vvDin1pK8aKteLpeZ5c0A.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url("../css/font-lato/IY9HZVvI1cMoAHxvl0w9LVKPGs1ZzpMvnHX-7fPOuAc.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300; {
    name: 'paragraph',
    groups: ['list', 'indent', 'blocks', 'align', 'bidi'],
    items: ['NumberedList', 'BulletedList', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-']
}
, src:
local

(
"Lato Light"
)
, local

(
"Lato-Light"
)
, url

(
"../css/font-lato/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2"
)
format

(
"woff2"
)
;
    unicode-range: U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2212,
    U+2215
;
}

/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("../css/font-lato/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("../css/font-lato/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url("../css/font-lato/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url("../css/font-lato/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/**
 * Remove all decorations from inputs
 */
input:focus,
textarea:focus {
    outline: none;
}

/* IE */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F7F9FA inset;
    -webkit-text-fill-color: #36434D !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=search],
input[type=password] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

fieldset {
    border: 0;
}

input:focus, textarea:focus {
    outline: none !important;
}

button.btn, a.btn {
    border-radius: 0 !important;
    color: #fff !important;
}

btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
}

.border-bt-lilas {
    border-bottom: 2px solid #C187B9;
}

.border-bt-green {
    border-bottom: 2px solid #a9cf38;
}

.border-bt-red {
    border-bottom: 2px solid #E11A2E;
}

.border-bt-blue {
    border-bottom: 2px solid #0066A3;
}

.border-bt-blue-light {
    border-bottom: 2px solid #59BCD6;
}

.border-bt-orange {
    border-bottom: 2px solid #F37920;
}

.color-lilas {
    background-color: #C187B9;
}

.color-green {
    background-color: #a9cf38;
}

.color-blue-light {
    background-color: #59BCD6;
}

.color-orange {
    background-color: #F37920;
}

.color-blue {
    background-color: #0066A3;
}

.color-blue-light {
    background-color: #59BCD6;
}

.color-orange {
    background-color: #F37920;
}

.color-blue {
    background-color: #0066A3;
}

.color-blue-light {
    background-color: #59BCD6;
}

.color-orange {
    background-color: #F37920;
}

.color-blue {
    background-color: #0066A3;
}

.color-primary {
    color: #E11A2E !important;
}

.color-black {
    color: #212529 !important;
}

.w-300 {
    width: 300px !important;
}

.w-400 {
    width: 90% !important;
}

@media (min-width: 768px) {
    .w-400 {
        width: 400px !important;
    }
}

.w-450 {
    width: 450px !important;
}

.area-white {
    background-color: white !important;
}

.color-blue-title {
    background-color: #56BDD7;
}

.border-bt-blue-title {
    border-bottom: 2px solid #56BDD7;
}

.color-orange-title {
    background-color: #F37920;
}

.border-bt-orange-title {
    border-bottom: 2px solid #F37920;
}

.line-section {
    border-bottom: 4px solid black;
    padding-bottom: 20px;
}

body a {
    text-decoration: none;
    cursor: pointer;
}

body a:focus {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body ul:focus {
    list-style: none;
    text-decoration: none;
}

body img {
    vertical-align: middle;
    max-width: 100%;
}

body p,
body a {
    text-align: justify;
}

body .hover-p i {
    padding-right: 10px;
    color: #E11A2E;
    cursor: default;
}

body .hover-p:hover {
    color: #E11A2E;
    cursor: default;
}

body .btn-color-primary {
    background: #E11A2E;
    border: 0;
}

body .btn-color-login {
    background: #A9CF38 !important;
    border: 0;
}

body .btn-color-grey {
    background: #d4d2d2;
    border: 0;
}

body .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #E11A2E;
}

body .btn-primary:hover, body .btn-primary:active {
    background-color: #b41525 !important;
    box-shadow: none !important;
    border-color: #b41525 !important;
}

body .btn-color-login:hover {
    background-color: #809b30 !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.bg-lightgrey {
    background-color: #F5F5F5 !important;
}

#margin-page {
    margin-top: 80px;
    transition: all 0.3s;
}

.margin-page-min {
    margin-top: 80px !important;
}

.marginbackup {
    padding-top: 60px;
}

.navbar {
    border-bottom: #E11A2E 3px solid;
    background-color: #fff;
}

.navbar .navbar-nav li {
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}

.navbar .navbar-nav .dropdown a {
    color: #222222;
    margin-right: -30px;
    padding: 8px 0 8px 16px;
}

.navbar .navbar-nav .dropdown a .fa-angle-down {
    float: right;
    padding: 6px 10px;
}

.navbar .navbar-nav .dropdown-menu {
    padding: 0;
    font-size: 14px;
}

.navbar .navbar-nav .dropdown-menu .nav-link {
    transition: all 0.4s;
    animation: linear;
}

.navbar .navbar-nav .dropdown a:hover {
    color: #E11A2E;
}

.navbar .navbar-nav .item-navbar a {
    color: #222222;
    padding-right: 20px;
}

.navbar .navbar-nav .item-navbar a:hover {
    color: #E11A2E;
}

.facm-logo {
    /*width: 259px;*/
    width: 410px;

    transition: all 0.3s;
}

.facm-logo-logged {
    width: 210px;
!important
}

.facm-logo.min-width {
    /*min-width: 89px;*/
    min-width: 260px;
}

.facm-logo-footer {
    width: 250px !important;
}

.line1,
.line2,
.line3 {
    width: 23px;
    height: 3px;
    margin: 5px;
    transition: all 0.4s;
    color: #2E2E2E;
}

.projeto-dropdown {
    border-left: 3px solid transparent;
}

.projeto-dropdown:hover {
    color: #ee3139;
}

.projeto-dropdown-h:hover {
    border-left: 3px solid #E11A2E;
}

.projeto-dropdown:active {
    background-color: #F5F5F5;
}

.logo-right img {
    width: 180px;
}

.dropdown-menu {
    top: 50px;
    right: -220px;
}

.navbar-nav-login .dropdown-menu {
    right: -60px !important;
}

@media (max-width: 992px) {
    .logo-right img {
        display: none;
    }

    nav .navbar-nav li {
        display: contents !important;
        margin: 0;
        padding: 0;
        position: relative;
    }

    nav .navbar-nav li .dropdown-menu {
        border: 0 !important;
    }

    nav .navbar-nav li .dropdown-menu a {
        font-size: 16px;
        padding-left: 10px !important;
    }

    nav .navbar-nav li a {
        padding: 15px 0 !important;
        width: 100%;
        border-bottom: 2px solid #F5F5F5 !important;
    }

    nav .navbar-nav li a span {
        float: right;
        padding-right: 10px;
    }

    nav .navbar-nav li a span i {
        display: inline;
    }

    nav .navbar-nav li .nav-link[aria-expanded=true] .mobile-arrow i::before {
        content: "" !important;
        transition: all 0.4s;
    }

    nav a#projetoDropdownMenu {
        padding: 0;
    }

    .dropdown-menu {
        width: 100%;
        transition: all 0.4s;
        padding-bottom: 10px !important;
    }

    .dropdown-menu .dropdown-item {
        margin-left: 20px;
        padding: 15px 0 !important;
    }

    .dropdown-menu .projeto-dropdown-h:hover {
        border: 0;
    }

    nav .mobile_menu ul {
        width: auto;
    }

    nav .mobile_menu ul li {
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        padding: 0;
        position: relative;
    }

    nav .mobile_menu ul li a {
        width: 100% !important;
        font-size: 13px;
        font-weight: 400;
        color: #888;
        padding: 10px 0 10px 0;
        display: block;
        position: relative;
        text-transform: none;
        line-height: 26px;
        letter-spacing: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    nav .mobile_menu ul li .mobile-arrow {
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 46px;
        line-height: 46px;
        margin: 0;
        padding: 0 10px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        width: 50px;
        z-index: 9000;
        -webkit-tap-highlight-color: transparent;
    }

    nav .mobile_menu ul li .mobile-arrow i {
        display: inline;
    }

    nav .mobile_menu ul li .dropdown-menu .projeto-dropdown-h {
        display: none;
    }
}

#intro {
    /*  margin-top: 140px;
    transition: all .3s; */
}

#intro .carousel-item {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    text-shadow: 1px 1px 2px #181818;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 1px 1px 8px #383838;
}

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    transition: 0.8s;
    margin: 10px;
    color: #fff;
    background: #E11A2E;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #E11A2E;
    text-decoration: none;
}

@media (max-width: 1300px) {
    #intro .carousel-item {
        height: auto;
    }
}

#intro .carousel-indicators li {
    cursor: pointer;
}

@media (max-width: 576px) {
    #intro .carousel-indicators {
        display: none;
    }
}

@media (max-width: 768px) {
    #intro .carousel-item {
        height: 60%;
        width: 100%;
    }

    #intro h2 {
        font-size: 28px;
        font-weight: 500;
    }

    #intro p {
        margin: 0 auto 15px auto;
    }
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #intro h2 {
        color: white;
        text-shadow: 2px 2px 4px #000000;
    }
}

@media (max-width: 576px) {
    #intro .carousel-item {
        height: 80%;
    }

    #intro .carousel-item .carousel-container p {
        display: none;
    }
}

#login-home {
    background: #fff;
}

#login-home .login-area {
    opacity: 0.7;
    color: #000;
    padding: 80px 0 30px 0;
    margin-top: -25px;
}

#login-home .login-area h4 {
    font-weight: 600;
    font-size: 28px;
}

#login-home .login-area p {
    font-weight: 300;
    font-size: 20px;
}

#login-home .rounded-area button {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 38px;
    border-style: none;
}

#login-home .rounded-area button i {
    font-size: 40px;
}

#login-home .rounded-area button p {
    padding-top: 10px;
    padding-bottom: -15px;
    font-size: 18px;
    color: #fff;
}

#login-home .rounded-area .circle1 {
    color: #fff;
    padding: inherit;
    margin-right: 30px;
    background-color: #0788ad;
    cursor: pointer;
    box-shadow: 3px 4px #C8C8C8;
}

#login-home .rounded-area .circle1:active,
#login-home .rounded-area .circle1:focus,
#login-home .rounded-area .circle1:hover,
#login-home .rounded-area .circle2:active,
#login-home .rounded-area .circle2:focus,
#login-home .rounded-area .circle2:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

#login-home .rounded-area .circle2 {
    color: white;
    padding: inherit;
    background-color: #ecaf0f;
    cursor: pointer;
    box-shadow: 3px 4px #C8C8C8;
}

@media (max-width: 992px) {
    #login-home .rounded-area {
        padding: 0;
    }
}

@media (max-width: 576px) {
    #login-home .login-area {
        padding: 30px !important;
    }

    #login-home .login-area h4 {
        padding-top: 15px;
    }

    #login-home .rounded-area button {
        width: 130px;
        height: 130px;
        padding: 25px;
    }

    #login-home .rounded-area button i {
        font-size: 30px;
    }

    #login-home .rounded-area button p {
        font-size: 16px;
    }

    #login-home .rounded-area .circle1 {
        padding: 0;
    }
}

@media (max-width: 374px) {
    #login-home .login-area .rounded-area button {
        width: 110px;
        height: 110px;
    }

    #login-home .login-area .rounded-area button i {
        font-size: 25px;
    }

    #login-home .login-area .rounded-area button p {
        font-size: 14px !important;
    }

    #login-home .login-area .rounded-area .circle1 {
        margin-right: 15px;
    }
}

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    color: #777;
    margin-bottom: 0;
    margin-top: 14px;
}

.section-description p {
    text-align: center !important;
    color: #777 !important;
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #E11A2E;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
}

#content-section img {
    border-radius: 0 10px;
}

.area-home section:nth-child(odd) {
    background: white;
}

.area-home section:nth-child(even) {
    background: #F5F5F5;
}

.latest-news-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F5F5F5;
}

.latest-newsletters-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.labs-area {
    padding-top: 30px;
    padding-bottom: 60px;
    /*background: #F5F5F5;*/
}

.events-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F5F5F5;
}

.labs-area img, .events-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.labs-area a, .events-area a {
    color: #E11A2E;
}

.subscription-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.subscription-area .card ul {
    list-style: disc;
}

article.card {
    border: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

article.card .card-img-top {
    height: 100%;
}

article.card .card-title {
    font-size: 20px;
    line-height: 28px;
}

article.card .card-title a {
    color: #000;
    text-decoration: none;
}

article.card .card-title a:hover {
    opacity: 0.9;
    color: #E11A2E;
}

article.card .card-text {
    color: #666;
    line-height: 26px;
    text-align: justify;
    min-height: 156px;
    overflow: hidden;
}

article.card .card-subtitle {
    font-size: 14px;
    color: #666;
}

article.card .card-subtitle a {
    color: #666;
    border-bottom: 1px dotted #666;
    text-decoration: none;
}

article.card .card-more {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

article.card .card-more i {
    margin-left: 5px;
}

article.card .card-more:hover {
    color: #E11A2E;
    text-decoration: none;
}

article.card .zoom-effect-container {
    float: left;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 640px;
    height: 233px;
    margin: 0 auto;
    overflow: hidden;
}

article.card .zoom-effect-container .image-card {
    position: absolute;
    top: 0;
    left: 0;
}

article.card .zoom-effect-container .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

article.card .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

@media (max-width: 992px) {
    .section-title {
        line-height: 1.7;
        padding-bottom: 10px;
    }

    .section-description {
        padding-right: 60px;
        padding-left: 60px;
        padding-top: 10px;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 576px) {
    .section-description {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.patrocinios {
    /*padding: 45px 0;*/
    padding: 45px 0 10px 0;
}

.patrocinios.s-0 .owl-item {
    width: 130px !important;
}

.patrocinios.s-1 .owl-item {
    width: 150px !important;
}

.patrocinios.s-2 .owl-item {
    width: 160px !important;
}

.patrocinios.s-3 .owl-item {
    width: 180px !important;
}

.patrocinios.s-4 .owl-item {
    width: 190px !important;
}

.patrocinios.s-5 .owl-item {
    width: 200px !important;
}

.patrocinios .patrocinios-carousel {
    vertical-align: middle;
}

.patrocinios .patrocinios-carousel img {
    max-width: 100%;
    max-height: 180px;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
    padding-right: 15px;
    padding-left: 15px;
}

.patrocinios .patrocinios-carousel img:hover {
    opacity: 1;
}

.patrocinios .mecenas {
    vertical-align: middle;
}

.patrocinios .mecenas img {
    max-width: 100%;
    max-height: 100px;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 15px;
    margin: 0 !important;
}

.patrocinios .mecenas:hover {
    opacity: 1;
}

.patrocinios .owl-nav,
.patrocinios .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.patrocinios .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.patrocinios .owl-dot.active {
    background-color: #E11A2E;
}

.footer {
    background: #292929;
    padding: 50px 0;
}

.footer p {
    margin-top: -8px;
    font-size: 16px;
    line-height: 30px;
    margin-left: -40px;
    color: #eee;
}

.footer h2 {
    margin-bottom: 50px;
    font-size: 20px;
    color: #E11A2E;
}

.footer .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #fff;
    color: #E11A2E;
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .social-links a .fa-facebook-f {
    color: #39579a;
    padding: 10px 14px;
}

.footer .social-links a .fa-youtube {
    color: #c4302b;
    padding: 11px 9px;
}

.footer .social-links a .fa-vimeo-v {
    color: #00ADEF;
    padding: 11px 9px;
}

.footer .social-links .vimeo-v {
    margin-left: 3px !important;
}

.footer .social-links a img {
    height: 15px;
    align-content: center;
}

.footer .social-links a:hover {
    color: #fff;
}

.footer .social-links .social-links-animation:active,
.footer .social-links .social-links-animation:focus,
.footer .social-links .social-links-animation:hover {
    transform: scale(1.2);
    transition: 0.4s;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-item {
    padding-right: 55px;
}

.footer h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E11A2E;
}

.footer ul {
    text-decoration: none;
    margin-left: -40px;
    font-size: 16px;
    list-style: none;
}

.footer ul li {
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #484849;
}

.footer ul li i {
    padding-right: 7px;
    color: #E11A2E;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer ul li:hover,
.footer ul a:hover {
    text-decoration: none;
    color: #E11A2E;
    cursor: pointer;
}

.footer .contact .icon-item {
    padding: 5px 0;
}

.footer .contact .icon-item i {
    font-size: 24px;
    color: #fff;
    float: left;
    line-height: 1;
    padding-right: 15px;
}

.footer .contact .icon-item a p {
    font-size: 15px;
    font-style: initial;
}

.footer .contact .icon-item a p:first-child {
    padding-top: 9px !important;
}

.footer .contact .icon-item:first-child {
    padding-top: 3px;
}

.footer .contact p:hover {
    color: #E11A2E;
}

.footer p {
    padding: 0 0 0 42px;
    line-height: 18px;
    font-size: 16px;
}

.footer p.paragraph {
    line-height: 26px;
}

@media (max-width: 992px) {
    .footer .footer-links h3 {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .footer .footer-links h3 {
        padding-top: 40px;
        margin-bottom: 30px !important;
    }

    .footer h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

/* Back to top button */
#back-to-top {
    position: fixed;
    display: none;
    background: rgba(225, 26, 46, 0.5);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease !important;
    z-index: 11;
}

#back-to-top:focus {
    background: rgba(225, 26, 46, 0.5);
    color: #fff;
    outline: none;
}

#back-to-top:hover {
    background: #E11A2E;
    color: #fff;
}

#back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.sidebar .aside-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
}

.sidebar .section-divider-sidebar {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #E11A2E;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sidebar .aside-body .article-fw {
    line-height: 1.5;
    margin-bottom: 0;
}

.sidebar .aside-body figure img {
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    height: 200px;
}

.sidebar .aside-body .details h1 {
    font-size: 22px;
    line-height: 30px;
}

.sidebar .aside-body .details h1 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.sidebar .aside-body .details h1 a:hover {
    color: #E11A2E;
    opacity: 0.9;
}

.sidebar .aside-body .details p {
    margin-top: 15px;
    line-height: 24px;
}

.sidebar .aside-body .details .detail {
    display: flex;
    font-size: 12px;
}

.sidebar .aside-body .details .detail .time {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .aside-body .details .detail .category {
    margin: 0 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .aside-body .details .detail .category a {
    color: #E11A2E;
}

.sidebar .aside-body .zoom-effect-container {
    float: left;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 500px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
}

.sidebar .aside-body .zoom-effect-container .image-card {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .aside-body .zoom-effect-container .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sidebar .aside-body .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.sidebar .aside-body .article-mini {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.sidebar .aside-body .article-mini .inner {
    display: inline-block;
    height: 100%;
}

.sidebar .aside-body .article-mini .inner figure {
    margin-bottom: 0;
    float: left;
    max-width: 80px;
    max-height: 60px;
    width: auto;
    height: auto;
    background: no-repeat center;
    background-size: 100%;
    overflow: hidden;
    margin: 0;
}

.sidebar .aside-body .article-mini .inner figure img {
    width: 100%;
    height: auto;
}

.sidebar .aside-body .article-mini .inner figure .zoom-effect-container {
    float: left;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 80px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.sidebar .aside-body .article-mini .inner figure .zoom-effect-container .image-card {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .aside-body .article-mini .inner figure .zoom-effect-container .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sidebar .aside-body .article-mini .inner figure .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.sidebar .aside-body .article-mini .padding {
    padding: 0 10px;
    margin-left: 85px;
}

.sidebar .aside-body .article-mini h1 {
    margin-top: -3px;
    margin: 0;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.sidebar .aside-body .article-mini h1 a {
    color: #000;
}

.sidebar .aside-body .article-mini h1 a:hover {
    color: #E11A2E;
    opacity: 0.9;
}

.sidebar .aside-body .article-mini .detail {
    margin-top: 5px;
}

.sidebar .aside-body .article-mini .detail .category {
    margin-left: 0;
}

.sidebar .aside-body .article-mini .detail {
    display: flex;
    font-size: 12px;
}

.sidebar .aside-body .article-mini .detail .time {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .aside-body .article-mini .detail .category {
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
}

.sidebar .aside-body .article-mini .detail .category a {
    color: #E11A2E;
}

.line {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #D3D3D3;
    margin: 30px 0;
    position: relative;
    border-radius: 2px;
    border: 1px solid #D3D3D3;
}

.single .breadcrumb {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}

.single .breadcrumb li {
    font-size: 12px;
}

.single .breadcrumb li a {
    color: #E11A2E !important;
    text-decoration: none;
}

.single .breadcrumb li .categoria-noticias {
    color: #777 !important;
}

.single .breadcrumb li .categoria-noticias:hover {
    color: #E11A2E !important;
    text-decoration: underline;
}

.single article.main-article header {
    margin: 0;
}

.single article.main-article header h1 {
    margin: 0;
    line-height: 1.1em;
    font-weight: 700;
    /*text-transform: capitalize;*/
    margin-bottom: 10px;
    font-size: 48px;
}

.single article.main-article header .title-smaller {
    font-size: 38px;
    padding-bottom: 10px;
}

.single article.main-article header ul {
    font-size: 12px;
    color: #989898;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: inline-flex;
    line-height: 1.5;
    padding-bottom: 15px;
}

.single article.main-article header ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    list-style: none;
}

.single article.main-article header ul li a {
    color: #E11A2E;
}

.single article.main-article header ul li:after {
    content: ".";
    position: absolute;
    font-size: 30px;
    top: -1px;
    margin-left: 10px;
    line-height: 0;
}

.single article.main-article header ul .disapear {
    padding-left: 15px;
}

.single article.main-article header ul .disapear:after {
    display: none;
}

.single article.main-article .main .featured {
    position: relative;
    overflow: initial;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.single article.main-article .main .featured figure {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 10px;
}

.single article.main-article .main .featured figure img {
    height: auto;
    width: 100%;
}

.single article.main-article .main .featured figure .img-midle {
    width: 40%;
}

.single article.main-article .main .featured figure .img-midle:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.single article.main-article .main .featured figure figcaption {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #686868;
}

.single article.main-article .main .featured figure .zoom-effect-container {
    float: left;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 710px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.single article.main-article .main .featured figure .zoom-effect-container .image-card {
    position: absolute;
    top: 0;
    left: 0;
}

.single article.main-article .main .featured figure .zoom-effect-container .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.single article.main-article .main .featured figure .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.single article.main-article .img-midle {
    text-align: center;
}

.single article p {
    text-align: justify;
    font-size: 16px;
    color: #181818;
    margin-bottom: 20px;
    line-height: 1.7;
}

.single article p a {
    color: #E11A2E;
}

.single article p .more-visible {
    font-size: 20px;
}

.single article p a:hover {
    text-decoration: underline;
}

.single article .hover-p i {
    padding-right: 10px;
    color: #E11A2E;
    cursor: default;
}

.single article .hover-p:hover {
    color: #E11A2E;
    cursor: default;
}

.single article h4 {
    font-size: 1.5rem;
    line-height: 36px;
    padding-bottom: 10px;
}

.single article blockquote {
    font-weight: 400;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #D3D3D3;
}

.single article blockquote p {
    display: grid;
}

.single article p:last-child {
    margin-bottom: 0;
}

.single .youtube-video {
    padding-top: 20px;
}

.single .youtube-video iframe {
    border: 0;
}

.line .text-middle-line {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 16px;
    background-color: #F5F5F5;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.author {
    display: inline-block;
    width: 100%;
}

.author figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
    float: left;
}

.author figure img {
    width: 100%;
}

.author .details {
    margin-left: 120px;
}

.author .details .job {
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.author .details .name {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin: 0;
    margin-top: 5px;
}

.author .details p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

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

section.single .line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.line.thin {
    height: 2px !important;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #D3D3D3;
    margin: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 0;
}

@media (max-width: 992px) {
    .single .sidebar {
        display: none;
    }

    .single .youtube-video iframe {
        height: 250px;
    }
}

@media (max-width: 768px) {
    p,
    a {
        font-size: 18px;
    }

    .single .breadcrumb {
        padding-bottom: 10px;
    }

    .single .line .thin {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .single .main-article header ul {
        font-size: 14px;
    }

    .single .main-article header ul li a {
        font-size: 14px;
    }

    .single .main-article blockquote {
        font-size: 20px !important;
    }

    .single .main-article .main .featured figure img {
        width: 100%;
    }

    .single .main-article .main .featured figure .img-midle {
        width: 60% !important;
    }

    .single .main-article .main .featured figure .zoom-effect-container {
        height: 310px !important;
    }

    .single .main-article .main .featured .zoom-effect-container:hover .image-card img {
        -webkit-transform: scale(1);
        transform: scale(1) !important;
    }

    .single .main-article .youtube-video iframe {
        padding-bottom: 15px !important;
    }

    .single .breadcrumb-new-title {
        position: relative !important;
        top: 5px !important;
    }
}

@media (max-width: 576px) {
    .single .main-article header h1 {
        font-size: 26px !important;
        font-weight: 600 !important;
    }

    .single .main-article header h1 ul li a {
        font-size: 12px !important;
        margin-right: 10px;
    }

    .single .main-article li::after {
        content: "" !important;
        font-size: 25px !important;
    }

    .single .main-article .disapear {
        padding-left: 0 !important;
    }

    .single .main-article .details {
        padding: 0;
    }

    .single .main-article .details li {
        font-size: 12px !important;
        padding: 0 0 !important;
        padding-bottom: 10px !important;
    }

    .single .main-article .li-a {
        font-size: 12px !important;
    }

    .single blockquote {
        font-size: 20px !important;
    }

    .single .main h4 {
        font-size: 22px;
    }

    .single .main figure img {
        max-width: 100%;
        max-height: 100%;
    }

    .single .main figure .zoom-effect-container {
        max-height: 260px !important;
    }

    .single .main figure .zoom-effect-container .image-card img {
        height: auto !important;
        width: 100% !important;
        position: initial;
        float: none;
    }
}

@media (max-width: 504px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 14px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .breadcrumb-new-title {
        position: relative !important;
        top: 3px !important;
    }
}

@media (max-width: 481px) {
    .breadcrumb-new-title {
        display: none;
    }
}

@media (max-width: 371px) {
    .details {
        margin-left: 0 !important;
    }

    .details .job {
        margin-left: 120px !important;
        margin-top: 20px;
    }

    .details .name {
        margin-left: 120px !important;
    }

    .details p {
        margin-top: 35px !important;
    }
}

@media (min-width: 992px) {
    body img {
        max-height: 580px;
    }

    body .carousel-item img {
        max-height: initial !important;
    }
}

@media (max-width: 1200px) {
    .article-mini .detail .category {
        display: none;
    }
}

#faq {
    padding: 15px 0;
    padding-bottom: 60px !important;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 30px;
}

#faq #faq-list li a {
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 300;
    padding-right: 20px;
}

#faq #faq-list li a span {
    display: inline-block;
    width: 92%;
}

#faq #faq-list li a i {
    font-size: 24px;
    margin-top: 7px;
    float: right;
}

#faq #faq-list li a:hover {
    text-decoration: none;
}

#faq #faq-list li p {
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.8;
    padding-top: 6px;
    padding-right: 16px;
}

.collapsing {
    transition: height 0.6s;
}

#faq #faq-list a.question {
    color: #000;
}

#faq #faq-list a.question i::before {
    content: "" !important;
}

#faq #faq-list a.question:not(.collapsed) {
    color: #E11A2E;
}

#faq #faq-list a.question:not(.collapsed) i::before {
    content: "" !important;
}

@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }

    #faq #faq-list li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #faq #faq-list li:first-child {
        padding-top: 40px;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    #faq #faq-list li a span {
        text-align: left !important;
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    #faq #faq-list li a span {
        width: 85%;
    }
}

/* Frequently Asked Questions Section
END*/
#financiado {
    margin-top: 60px;
    text-align: center;
}

#financiado .col-md-3,
#financiado .col-sm-6 {
    height: 100px;
    margin-bottom: 20px;
}

#financiado span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#financiado img {
    max-height: 100px;
    vertical-align: middle;
    max-width: 100%;
    filter: grayscale(100%);
}

#financiado img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*DETALHES
--------------------------------*/
.detalhes {
    /*background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8)), url("../img/confinanciado/5.jpg") fixed center center;*/
    background-size: cover;
    padding: 80px 0 60px 0;
}

.detalhes .detalhes-item {
    margin-bottom: 30px;
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 15px;
    min-height: 136px;
}

.detalhes .detalhes-item .detalhes-wrap {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.detalhes .detalhes-item .detalhes-icon {
    float: left;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    text-align: center;
}

.detalhes .detalhes-item .detalhes-icon i {
    color: #fff;
}

.detalhes .detalhes-item .icon-img-pig {
    content: url("../images/icons/icon-money.png");
    width: 30px;
    padding-top: 6px;
    color: #E11A2E;
}

.detalhes .detalhes-item .detalhes-title {
    margin-left: 49px;
    font-weight: 600;
    margin-bottom: 5px;
}

.detalhes .detalhes-item .detalhes-title span {
    font-size: 16px;
}

.detalhes .detalhes-item .detalhes-title a {
    color: #111;
}

.detalhes .detalhes-item .detalhes-description {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.detalhes .detalhes-item:hover .service-icon {
    background: #fff;
}

.detalhes .detalhes-item:hover .service-icon i {
    color: #03C4EB;
}

.detalhes .line-midlle {
    width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.detalhes .dates {
    display: flex;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.detalhes .dates ul {
    display: inline-flex;
    line-height: 1.5;
    padding-bottom: 15px;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background-color: #eee;
    padding: 15px;
}

.detalhes .dates ul .dates-item {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    list-style: none;
}

.detalhes .dates ul .dates-item p {
    text-align: left !important;
}

.detalhes .dates ul .dates-item:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .detalhes-item {
        min-height: 154px !important;
    }
}

@media (max-width: 992px) {
    .detalhes-item {
        margin-bottom: 15px;
        min-height: 161px !important;
    }
}

@media (max-width: 768px) {
    .detalhes-item {
        min-height: 140px !important;
    }

    .detalhes-item .detalhes-wrap .detalhes-title {
        margin-left: 0;
    }

    .detalhes-item .detalhes-wrap .detalhes-title span {
        font-size: 18px !important;
        margin: 0;
    }

    .detalhes-item .detalhes-description {
        font-size: 16px !important;
    }

    #financiado img {
        margin-bottom: 20px !important;
        filter: none !important;
    }

    #financiado .ue {
        max-height: 90px !important;
    }

    #financiado .inovacao {
        max-height: 120px !important;
    }

    .dates ul li p {
        font-size: 16px;
    }
}

@media (max-width: 512px) {
    .detalhes-item {
        min-height: 163px !important;
    }

    .dates ul {
        display: block !important;
    }

    .dates ul li {
        padding-bottom: 15px;
    }
}

@media (max-width: 449px) {
    .detalhes .responsive-mobile-litle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detalhes .responsive-mobile-litle .detalhes-item {
        min-height: 110px !important;
    }
}

.single .main-article .main .detalhes-item {
    padding-top: 0;
    margin-top: 0;
}

.single .main-article .main .detalhes-item .detalhes-icon {
    float: left;
    border-radius: 50%;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    text-align: center;
}

.single .main-article .main .detalhes-item .detalhes-icon i {
    color: #fff;
}

.single .main-article .main .detalhes-item .icon-img-pig {
    content: url(../images/icons/icon-money.png);
    width: 45px;
    padding-top: 6px;
    color: #E11A2E;
}

.single .main-article .main .detalhes-item .detalhes-title {
    padding: 10px 0 10px 10px;
    margin-left: 49px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.single .main-article .main .detalhes-item .detalhes-title span {
    font-size: 24px;
}

.single .main-article .main .detalhes-item .detalhes-title a {
    color: #111;
}

.login {
    padding-bottom: 100px;
}

.login .box-wrapper {
    width: 450px;
    margin: 0 auto;
}

.login .box-wrapper .box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.login .box-wrapper .box.box-border {
    box-shadow: none;
}

.login .box-wrapper .box .box-body {
    padding: 30px;
}

.login .box-wrapper .box .box-body h4 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
}

.login .box-wrapper .box .box-body form .form-group span {
    font-size: 14px !important;
}

.error-required {
    color: #E11A2E;
    font-size: 12px !important;
    padding-left: 4px;
}

.info-input {
    font-size: 13px !important;
    /*padding-left: 4px;*/
}

.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}

.form-group label.fw {
    display: block;
}

.form-group label a {
    color: grey;
    font-size: 12px;
}

.form-group .form-control {
    border-radius: 0;
    font-family: "Lato";
    font-weight: 300;
}

.form-group .form-control:focus {
    border-color: #989898;
    box-shadow: 0 1px 2px #ddd;
}

.form-group a {
    color: #E11A2E;
}

@media (max-width: 992px) {
    .login .box-wrapper {
        width: 350px !important;
    }
}

@media (max-width: 576px) {
    .login .box-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .login .box-wrapper .box .box-body .form-group label a {
        font-size: 12px !important;
    }
}

.edit-link {
    color: #212529 !important;
}

.edit-link:hover {
    color: #E11A2E !important;
}

.glossary .form-group {
    margin-bottom: 0;
}

.glossary .glossary_nav {
    font-size: 22px;
    padding-top: 16px;
    color: #908D8C;
    font-weight: 600;
    width: 100%;
    text-align: center;
    word-break: break-all;
}

.glossary .glossary_nav .glossLetter {
    margin: 4px;
}

.glossary .glossary_nav .glossLetter a {
    color: #212529;
    font-size: 22px;
}

.glossary .glossary-item {
    font-size: 14px;
    margin-bottom: 20px;
}

.glossary .glossary-item:last-of-type {
    margin-bottom: 0;
}

.glossary .icon-level-up {
    display: inline-block;
}

.glossary .icon-level-up i {
    font-size: 16px;
    opacity: 0.4;
}

.glossary .icon-level-up:hover {
    cursor: pointer;
}

.glossary .icon-level-up:hover i {
    opacity: 1;
}

.fa-medal {
    color: #F37920;
    margin-right: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #E11A2E;
    border-color: #E11A2E;
}

.pagination .page-link {
    font-size: 14px !important;
}

.font-custom p {
    font-size: 16px !important;
    line-height: 40px;
}

.see-all {
    color: #E11A2E;
    margin-top: 15px;
}

.see-all i {
    margin-left: 15px;
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("../css/font-awesome/fontawesome-webfont.eot");
    src: url("../css/font-awesome/fontawesome-iefix-webfont.eot") format("embedded-opentype"), url("../css/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../css/font-awesome/fontawesome-webfont.woff") format("woff"), url("../css/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../css/font-awesome/fontawesome-webfont.svg") format("svg");
}

.custom-bullet ul {
    list-style: none;
    padding: 0;
}

.custom-bullet ul li {
    padding-left: 1.3em;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.custom-bullet ul li::before {
    padding-right: 10px;
    content: "";
    color: #E11A2E;
    cursor: default;
    font-family: FontAwesome;
    float: left;
    font-weight: 900;
    margin-left: -1.3em;
    width: 1.3em;
}

.custom-bullet ul li p {
    float: left;
    margin-bottom: 0;
}

article.card .custom-card-text {
    height: auto !important;
}

article.card .custom-card-text p {
    margin-bottom: 0;
}

.mg-left-item {
    margin-left: -10px !important;
}

.description ul {
    list-style: disc;
}

.congrats h1 {
    font-size: 38px;
}

.stars {
    margin: 20px 0;
}

.stars img {
    margin-right: 10px;
    width: 100px;
}

.max-width-img img {
    max-width: 80%;
}

.medal {
    position: relative;
}

.medal .number {
    position: absolute;
    right: -5px;
    top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.medal img {
    width: 35px;
}

.list-group img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.fc-event .fc-bg {
    opacity: 0 !important;
}

.fc-content {
    color: #fff !important;
}

.ul-with-bullets ul {
    list-style: disc;
}

[data-time^="11:45:00"] > td,
[data-time^="12:00:00"] > td,
[data-time^="12:15:00"] > td,
[data-time^="12:30:00"] > td,
[data-time^="12:45:00"] > td,
[data-time^="13:00:00"] > td,
[data-time^="13:15:00"] > td,
[data-time^="13:30:00"] > td,
[data-time^="13:45:00"] > td {
    height: 0 !important;
    border: 0 !important;
}

[data-time^="11:45:00"] > td *,
[data-time^="12:00:00"] > td *,
[data-time^="12:15:00"] > td *,
[data-time^="12:30:00"] > td *,
[data-time^="12:45:00"] > td *,
[data-time^="13:00:00"] > td *,
[data-time^="13:15:00"] > td *,
[data-time^="13:30:00"] > td *,
[data-time^="13:45:00"] > td * {
    display: none !important;
}

hr.fc-divider.fc-widget-header {
    border-top: 1px solid #ddd;
    border-bottom: none !important;
    background: transparent;
}

.fc-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    /*height: 2.1em;*/
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f5f5f5 !important;
    color: #333 !important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05) !important;
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fc-event-title, .fc-event-time {
    color: #fff !important;
}

.fc-event, .fc-event-dot {
    background-color: #e11a2d !important;
    border-color: #e11a2d !important;
}

#drag-drop-exercise {
    width: 100%;
    float: left;
}

#drag-drop-exercise .box {
    text-align: center;
    display: table;
    margin: 0 auto;
}

#cardSlots {
    margin: 50px auto 0 auto;
}

@media (min-width: 1280px) {
    #cardPile .box-child, #cardSlots .box-child {
        width: 150px !important;
    }
}

#cardPile, #cardSlots {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

#cardPile .five .item-drag, #cardPile .five .item-drop, #cardSlots .five .item-drag, #cardSlots .five .item-drop {
    width: 115px !important;
    height: 96px !important;
    line-height: 96px;
    margin: 0 15px 15px 0;
}

#cardPile .five .item-drag span, #cardPile .five .item-drop span, #cardSlots .five .item-drag span, #cardSlots .five .item-drop span {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#cardPile .five .box-child, #cardSlots .five .box-child {
    width: 115px !important;
    float: left;
    margin: 0 15px 25px 0;
}

#cardPile .box-child, #cardSlots .box-child {
    margin: 0 15px 25px 0;
    float: left;
}

#cardPile .box-child:last-of-type .item-drag, #cardPile .box-child:last-of-type .item-drop, #cardSlots .box-child:last-of-type .item-drag, #cardSlots .box-child:last-of-type .item-drop {
    margin-right: 0 !important;
}

#cardPile .item-drag, #cardPile .item-drop, #cardSlots .item-drag, #cardSlots .item-drop {
    float: left;
    background: #fff;
    border: 1px solid #333;
    color: #000;
    font-size: 14px;
    width: 150px;
    height: 125px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 15px 15px 0;
    position: relative;
}

#cardPile .item-drag:first-child, #cardPile .item-drop:first-child, #cardSlots .item-drag:first-child, #cardSlots .item-drop:first-child {
    margin-left: 0;
}

#cardPile .item-drag .text-h, #cardPile .item-drop .text-h, #cardSlots .item-drag .text-h, #cardSlots .item-drop .text-h {
    display: table;
    width: 100%;
    text-align: center;
    height: 125px;
}

#cardPile .item-drag img, #cardPile .item-drop img, #cardSlots .item-drag img, #cardSlots .item-drop img {
    max-height: 100%;
    max-width: 100%;
}

#cardPile .item-drag span, #cardPile .item-drop span, #cardSlots .item-drag span, #cardSlots .item-drop span {
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0 5px;
    display: table-cell;
}

#cardPile .item-drag.correct, #cardPile .item-drop.correct, #cardSlots .item-drag.correct, #cardSlots .item-drop.correct {
    background: #27ae60;
    border: 1px solid #27ae60;
    color: #fff;
}

@media (max-width: 767px) {
    .exercises .exercises-questions {
        padding: 0px !important;
    }
}

@media (max-width: 1023px) {
    .exercises .exercises-questions {
        padding: 4px !important;
    }
}

.five .item-drop-caption {
    width: 115px !important;
}

.item-drop-caption {
    width: 150px;
    padding: 15px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #F5F5F5;
    margin: 0 15px 0 0;
    font-size: 14px;
    display: inline-block;
}

.item-drop-caption:first-child {
    margin-left: 0;
}

#cardSlots .item-drop.hovered {
    background: #ecf0f1;
}

#cardSlots .item-drop {
    border: 1px dashed #333;
}

#cardPile .item-drag.ui-draggable-dragging {
    -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    #cardPile .item-drag, #cardPile .item-drop, #cardSlots .item-drag, #cardSlots .item-drop, #cardSlots2 .item-drop-caption {
        margin-bottom: 15px;
    }

    #cardSlots .item-drag, #cardSlots .item-drop {
        margin-bottom: 5px;
    }
}

@media (min-width: 371px) and (max-width: 1281px) {
    #cardPile .item-drag, #cardPile .item-drop, #cardSlots .item-drag, #cardSlots .item-drop {
        width: 115px !important;
    }

    #cardPile .item-drag:nth-of-type(2n+0), #cardPile .item-drop:nth-of-type(2n+0), #cardSlots .item-drag:nth-of-type(2n+0), #cardSlots .item-drop:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .item-drop-caption {
        width: 115px !important;
    }
}

@media (max-width: 371px) {
    #cardPile .item-drag, #cardPile .item-drop, #cardSlots .item-drag, #cardSlots .item-drop {
        width: 88px !important;
    }

    #cardPile .item-drag:nth-of-type(2n+0), #cardPile .item-drop:nth-of-type(2n+0), #cardSlots .item-drag:nth-of-type(2n+0), #cardSlots .item-drop:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .item-drop-caption {
        width: 88px !important;
    }

    .item-drop-caption, #cardPile .box-child, #cardSlots .box-child {
        width: 88px !important;
    }
}

@media (max-width: 1280px) {
    .box-child {
        margin-right: 0;
    }

    #cardPile .item-drag:nth-of-type(2n+0), #cardPile .item-drop:nth-of-type(2n+0), #cardSlots .item-drag:nth-of-type(2n+0), #cardSlots .item-drop:nth-of-type(2n+0) {
        margin-right: 15px;
    }

    #cardPile .item-drag, #cardPile .item-drop, #cardSlots .item-drag, #cardSlots .item-drop {
        width: 125px;
        height: 109px;
    }

    .text-h {
        height: 109px !important;
    }

    .item-drop-caption, #cardPile .box-child, #cardSlots .box-child {
        width: 115px;
        margin-right: 15px;
    }
}

li[aria-disabled=true] {
    color: #999;
}

.past div.fc-time, .past div.fc-title {
    text-decoration: line-through;
    background-color: red !important;
}

.mgtless10 {
    margin-top: -10px;
}

.alert-danger {
    background-color: #dd4b39;
    color: #fff;
}

.normal-list {
    width: 100%;
    margin-top: 10px;
    list-style: disc !important;
}

@media (min-width: 1024px) {
    .mH {
        min-height: 600px;
    }
}

.form-check label {
    font-size: 14px;
    font-weight: 500;
}

.required-field {
    color: #dd4b39;
    font-weight: bold;
}

.bg-1 {
    background-color: #C6D846;
}

.bg-2 {
    background-color: #F2F7D4;
}

.bg-3 {
    background-color: #92C03A;
}

.bg-4 {
    background-color: #EA9E9F;
}

.bg-5 {
    background-color: #F0C8AB;
}

.bg-6 {
    background-color: #00A1D6;
}

.bg-7 {
    background-color: #CCEEF8;
}

.bg-8 {
    background-color: #A7E2F3;
}

.bg-9 {
    background-color: #CBB3D5;
}

.bg-10 {
    background-color: #C7D7AD;
}

.bg-11 {
    background-color: #D66A1B;
}

.bg-12 {
    background-color: #EFC1A0;
}

.border-bt-bg-1 {
    border-bottom: 2px solid #C6D846;
}

.border-bt-bg-2 {
    border-bottom: 2px solid #F2F7D4;
}

.border-bt-bg-3 {
    border-bottom: 2px solid #92C03A;
}

.border-bt-bg-4 {
    border-bottom: 2px solid #EA9E9F;
}

.border-bt-bg-5 {
    border-bottom: 2px solid #F0C8AB;
}

.border-bt-bg-6 {
    border-bottom: 2px solid #00A1D6;
}

.border-bt-bg-7 {
    border-bottom: 2px solid #CCEEF8;
}

.border-bt-bg-8 {
    border-bottom: 2px solid #A7E2F3;
}

.border-bt-bg-9 {
    border-bottom: 2px solid #CBB3D5;
}

.border-bt-bg-10 {
    border-bottom: 2px solid #C7D7AD;
}

.border-bt-bg-11 {
    border-bottom: 2px solid #D66A1B;
}

.border-bt-bg-12 {
    border-bottom: 2px solid #EFC1A0;
}

@media (min-width: 992px) {
    .only-img-right img {
        max-height: 500px;
    }

    .standard-image img {
        max-width: 580px;
    }

    .only-image-two-coluns img {
        max-height: 600px;
    }

    .only-image-three-coluns img {
        max-height: 400px;
    }

    .section-example img {
        max-width: 80%;
    }

    .section-description-intro {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}

@media (max-width: 992px) {
    .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .facm-logo {
        /*width: 89px;*/
        width: 200px;
    }
}

.logo-right img {
    width: 200px;
}

#intro .carousel-item {
    height: auto;
}

#login-home .rounded-area .circle1 {
    background-color: #58BCD6;
}

#login-home .rounded-area .circle2 {
    background-color: #8DC63F;
}

/*RESPONSIVE SIZING FOR BOOTSTRAP*/
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-auto {
        height: auto !important;
    }
}

.bullets ul {
    list-style: disc !important;
}

#content-section .section-title-w-sidebar {
    min-height: 20px;
    position: relative;
}

#content-section .section-title-w-sidebar .title-w-sidebar {
    min-height: 37px;
    font-size: 20px;
    padding: 15px 25px;
    color: #ffffff;
    line-height: 1;
    float: left;
    margin: 0;
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    font-weight: 400;
}

#content-section h4 {
    font-size: 1.7rem !important;
    padding-top: 10px;
}

#content-section .subtitle-w-sidebar {
    font-size: 20px !important;
}

#content-section .subtitle-w-sidebar-images {
    font-size: 16px !important;
}

.video-youtube {
    padding: 30px 45px;
    max-width: 100%;
}

.video-youtube iframe {
    border: 0;
}

.info-text-card .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .margin-img {
        margin-left: 30px;
    }
}

.collapse.in {
    height: auto !important;
}

.destaque-p {
    color: #E11A2E;
}

.soft-destaque-p {
    text-decoration: underline;
}

.section-exercise {
    border-left-color: #E11A2E;
    padding: 16px;
    margin: 20px 0;
    border: 1px solid #E5E5E5;
    border-left: 5px solid #E11A2E;
    background-color: #FCFCFC;
    color: #777;
    border-radius: 4px;
}

.section-exercise h5 {
    color: #E11A2E;
}

.text {
    margin: 0;
}

.suggestion {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    padding: 30px 20px 10px;
    margin-top: 60px;
    color: #777;
    border-radius: 4px;
}

.suggestion.story-padding {
    padding: 20px 20px 10px;
}

.suggestion.story-padding p {
    line-height: 26px !important;
}

.suggestion .description-tab-menu {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px;
}

.suggestion .description-tab-menu ul {
    margin: 0px;
    padding: 0px;
}

.suggestion .description-tab-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.suggestion .description-tab-menu ul li.title-suggestion {
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 48px;
    text-transform: uppercase;
}

.suggestion .description-tab-menu ul li.title-suggestion.story-complete {
    text-transform: initial;
}

.suggestion .description-tab-menu ul li.title-suggestion h5 {
    letter-spacing: 4px;
}

.suggestion .fa-circle {
    margin-right: 12px;
    font-size: 8px;
}

.suggestion #description > p, .suggestion #specification > p, .suggestion #review > p, .suggestion .tab-content p, .suggestion .tab-content ul li {
    color: #606060;
    font-weight: 400;
    line-height: 24px;
}

.suggestion .tab-content {
    color: #777;
    padding-top: 25px;
    padding-bottom: 5px;
}

.suggestion .tab-content .description p {
    font-size: 16px !important;
}

.story h5 {
    letter-spacing: 2px !important;
}

.story .content-story {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 32px;
}

.story .content-story i {
    color: #E11A2E;
    font-size: 30px;
}

.story .content-story .content-story-speaks {
    padding-right: 30px;
    padding-left: 30px;
    margin: 10px;
}

.story .content-story .content-story-speaks p {
    line-height: 16px;
}

.align-text-p {
    margin-top: 35px;
}

.img-col {
    padding: 0;
}

.title-know {
    color: #E11A2E;
    font-size: 2rem !important;
}

.border-grey {
    border: 1px solid #e3e4e6;
    padding-right: 20px;
    padding-left: 20px;
}

.border-grey p.color-black {
    color: #212529 !important;
}

.section-topics ul li p i {
    font-size: 6px;
    text-align: center;
    align-items: center;
    padding-right: 10px;
}

.list-styled {
    list-style: disc !important;
}

.section-example {
    padding: 12px 20px;
    position: relative;
    background-color: rgba(225, 26, 46, 0.85);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    --ms-border-radius: 4px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-example h5 {
    color: #fff;
    margin: 0;
}

.section-example::after {
    border: 15px solid rgba(225, 26, 46, 0.85);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-left: 15px solid transparent !important;
    left: 15.35%;
    bottom: -15px;
    margin-left: -24px;
    z-index: 10;
}

.section-example-text {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 28px;
    border: 1px solid #e3e4e6;
    margin-bottom: 32px;
}

.section-example-text ul li {
    color: #777 !important;
}

.divider-contents {
    height: 2px;
    margin: 20px 0;
    position: relative;
    float: left;
    width: 100%;
    background-color: #d4d2d2;
}

.tab {
    margin-bottom: 8px;
    padding-left: 2px;
}

.tab .tab-current {
    background-color: #E11A2E;
    color: #fff;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
    border: 1px solid #F3F3F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    --ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
}

.faq-sidebar {
    padding-top: 0;
    margin-top: -20px;
}

.faq-sidebar span {
    font-size: 1.2rem;
}

.faq-sidebar .destaque-p {
    font-size: 1rem;
}

.faq-sidebar ul li {
    padding-bottom: 15px !important;
}

.faq-sidebar ul li a i {
    font-size: 18px !important;
    margin-top: 10px !important;
}

@media (max-width: 992px) {
    #body-row .col {
        padding-left: 0;
        padding-right: 0;
    }

    #content-section article.card .card-text {
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    #content-section .video-youtube {
        padding: 0;
    }

    #content-section .video-youtube iframe {
        height: 300px;
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    #content-section h4 {
        font-size: 1.5rem !important;
    }

    #content-section .video-youtube iframe {
        height: auto !important;
    }
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
}

.panel-group .panel, .panel-group .panel-default {
    border: none;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

#accordion-ficha-trabalho .panel-default > .panel-heading {
    border-left: 1px solid #fab702;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-left: 1px solid #8dc73f;
    border-radius: 0;
    padding: 0;
}

#accordion-material-de-apoio .panel-default > .panel-heading {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-left: 1px solid #56BDD7;
    border-radius: 0;
    padding: 0;
}

#accordion-material-de-apoio .panel-title a:hover {
    color: #59BCD6 !important;
}

#accordion-pdf .panel-default > .panel-heading {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-left: 1px solid #F37920;
    border-radius: 0;
    padding: 0;
}

#accordion-pdf .panel-title a:hover {
    color: #F37920 !important;
}

#accordion-material .panel-body {
    padding-bottom: 0;
    margin-bottom: 0;
}

#accordion-material .title-alternative {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-left: 1px solid #F37920;
}

#accordion-material .title-alternative a:hover {
    color: #F37920 !important;
}

#accordion-ficha-trabalho .panel-title, #accordion-material-de-apoio .panel-title, #accordion-material.panel-group .panel-title, #accordion-pdf .panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    color: inherit;
    padding-left: 48px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
}

#accordion-ficha-trabalho .panel-title a, #accordion-material-de-apoio .panel-title a, #accordion-material.panel-group .panel-title a, #accordion-pdf .panel-title a {
    color: #000;
}

#accordion-ficha-trabalho .panel-title em, #accordion-material-de-apoio .panel-title em, #accordion-material.panel-group .panel-title em, #accordion-pdf .panel-title em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

#accordion-ficha-trabalho .panel-title > a, #accordion-material-de-apoio .panel-title > a, #accordion-material.panel-group .panel-title > a, #accordion-pdf .panel-title > a {
    padding: 20px 25px;
    display: table;
    width: 100%;
}

#accordion-ficha-trabalho .panel-title i, #accordion-material-de-apoio .panel-title i, #accordion-material.panel-group .panel-title i, #accordion-pdf .panel-title i {
    position: absolute;
    left: 22px;
    font-size: 29px;
    padding-right: 15px;
}

#accordion-ficha-trabalho .panel-title i img, #accordion-material-de-apoio .panel-title i img, #accordion-material.panel-group .panel-title i img, #accordion-pdf .panel-title i img {
    width: 35px;
    margin-top: -16px;
}

#accordion-ficha-trabalho.panel-group:last-of-type .panel-heading + .panel-collapse > .panel-body, #accordion-material-de-apoio.panel-group:last-of-type .panel-heading + .panel-collapse > .panel-body, #accordion-material.panel-group.panel-group:last-of-type .panel-heading + .panel-collapse > .panel-body, #accordion-pdf.panel-group:last-of-type .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #e8e8e8 !important;
}

#accordion-ficha-trabalho.panel-group .panel-heading + .panel-collapse > .panel-body, #accordion-material-de-apoio.panel-group .panel-heading + .panel-collapse > .panel-body, #accordion-material.panel-group.panel-group .panel-heading + .panel-collapse > .panel-body, #accordion-pdf.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-right: 1px solid #e8e8e8 !important;
    border-left: 1px solid #e8e8e8 !important;
    margin-top: -1px;
}

#accordion-ficha-trabalho .panel-body .feature-list li, #accordion-material-de-apoio .panel-body .feature-list li, #accordion-material.panel-group .panel-body .feature-list li, #accordion-pdf .panel-body .feature-list li {
    margin-top: 15px;
    position: relative;
    font-size: 18px;
    padding-left: 30px;
}

#accordion-ficha-trabalho .panel-body .feature-list li a, #accordion-material-de-apoio .panel-body .feature-list li a, #accordion-material.panel-group .panel-body .feature-list li a, #accordion-pdf .panel-body .feature-list li a {
    color: #878787 !important;
}

#accordion-ficha-trabalho .panel-body .feature-list li a i, #accordion-material-de-apoio .panel-body .feature-list li a i, #accordion-material.panel-group .panel-body .feature-list li a i, #accordion-pdf .panel-body .feature-list li a i {
    color: #a9cf38;
    position: absolute;
    left: 5px;
    top: 2px;
}

#accordion-ficha-trabalho .panel-body .feature-list li a .worksheet-undone, #accordion-material-de-apoio .panel-body .feature-list li a .worksheet-undone, #accordion-material.panel-group .panel-body .feature-list li a .worksheet-undone, #accordion-pdf .panel-body .feature-list li a .worksheet-undone {
    color: #878787 !important;
}

#accordion-ficha-trabalho .panel-body .feature-list li a.worksheet-done:hover, #accordion-material-de-apoio .panel-body .feature-list li a.worksheet-done:hover, #accordion-material.panel-group .panel-body .feature-list li a.worksheet-done:hover, #accordion-pdf .panel-body .feature-list li a.worksheet-done:hover {
    color: #a9cf38;
}

#accordion-ficha-trabalho .panel-body .feature-list li a.worksheet-undone:hover, #accordion-material-de-apoio .panel-body .feature-list li a.worksheet-undone:hover, #accordion-material.panel-group .panel-body .feature-list li a.worksheet-undone:hover, #accordion-pdf .panel-body .feature-list li a.worksheet-undone:hover {
    color: #E11A2E;
}

#accordion-ficha-trabalho .panel-body .feature-list li .worksheet-done:hover, #accordion-material-de-apoio .panel-body .feature-list li .worksheet-done:hover, #accordion-material.panel-group .panel-body .feature-list li .worksheet-done:hover, #accordion-pdf .panel-body .feature-list li .worksheet-done:hover {
    color: #a9cf38 !important;
}

#accordion-ficha-trabalho .panel-body .feature-list li .worksheet-undone:hover, #accordion-material-de-apoio .panel-body .feature-list li .worksheet-undone:hover, #accordion-material.panel-group .panel-body .feature-list li .worksheet-undone:hover, #accordion-pdf .panel-body .feature-list li .worksheet-undone:hover {
    color: #E11A2E !important;
}

#accordion-ficha-trabalho .panel-body .feature-list li .worksheet-done:hover, #accordion-material-de-apoio .panel-body .feature-list li .worksheet-done:hover, #accordion-material.panel-group .panel-body .feature-list li .worksheet-done:hover, #accordion-pdf .panel-body .feature-list li .worksheet-done:hover {
    color: #E11A2E;
}

#accordion-ficha-trabalho .panel-body .feature-list li:first-child, #accordion-material-de-apoio .panel-body .feature-list li:first-child, #accordion-material.panel-group .panel-body .feature-list li:first-child, #accordion-pdf .panel-body .feature-list li:first-child {
    margin-top: 0;
}

#accordion-ficha-trabalho a:hover, #accordion-material-de-apoio a:hover, #accordion-material.panel-group a:hover, #accordion-pdf a:hover {
    color: #a9cf38;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none !important;
}

.panel-body {
    font-size: 13px;
    line-height: 22px;
    color: #777;
    padding: 20px 20px 20px 30px;
}

.space20 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #ficha-trabalho .panel-body .feature-list a {
        font-size: 16px !important;
    }
}

.material-apoio .thumb-effect, #acao-formacao .thumb-effect {
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    padding: 14px;
}

.material-apoio .thumb-effect .thumb-title, #acao-formacao .thumb-effect .thumb-title {
    white-space: initial;
    padding-left: 5px;
    color: #233f40;
    font-weight: 400;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    max-height: 56px;
}

.material-apoio .thumb-effect .thumb-extra-info, #acao-formacao .thumb-effect .thumb-extra-info {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 10px;
    color: #999;
    font-size: 0.8rem;
    text-align: left;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.material-apoio .thumb-effect .download-file, #acao-formacao .thumb-effect .download-file {
    padding-left: 5px;
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    background: url(../images/icons/open-book-view.png) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 50px;
    white-space: nowrap;
    color: #878787;
    line-height: 27px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    text-transform: capitalize;
    background-size: 18px;
    background-position-x: 6px;
    background-position-y: 5px;
}

.material-apoio .thumb-effect .download-img, #acao-formacao .thumb-effect .download-img {
    padding-top: 10px;
}

.game-thumb a {
    color: #233f40;
    text-transform: uppercase;
    font-weight: 500;

}

.game-thumb i {
    font-size: 18px;
}

.material-apoio .thumb-effect .download-file:hover, #acao-formacao .thumb-effect .download-file:hover {
    width: 120px;
    text-indent: 30px;
    color: #878787 !important;
    padding-top: 2px;
}

.acao-formacao-title {
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: initial !important;
    font-size: 1rem;
}

.trabalho-title {
    font-size: 1.2rem;
}

.img-material-apoio {
    margin-bottom: 10px;
    margin-top: -5px;
}

#home-tab.active, #profile-tab.active {
    color: black;
}

#home-tab, #profile-tab {
    color: #878787;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #333;
    background-color: #fff;
    border-color: #E11A2E;
    border-radius: 0;
    padding: 0;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    border-radius: 0;
}

.animate-menu-push {
    left: 0;
    position: relative;
    transition: all 0.3s ease;
}

.animate-menu-push.animate-menu-push-right {
    left: 200px;
}

.animate-menu-push.animate-menu-push-left {
    left: -200px;
}

.animate-menu {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    transition: all 0.3s ease;
}

.animate-menu-left {
    left: -200px;
}

.animate-menu-left.animate-menu-open {
    left: 0;
}

.animate-menu-right {
    right: -200px !important;
}

.animate-menu-right.animate-menu-open {
    right: 0;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #E11A2E;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e74435;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent;
    color: white;
}

.sidebar-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    color: #fff;
    background: #ca1729;
    border-left-color: #cf000f;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #ef727f;
    background: #cf182a;
}

.sidebar-menu li > a > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-right {
    transform: rotate(90deg);
}

.sidebar-menu li.active > .sidebar-submenu {
    display: block;
}

.sidebar-menu a {
    color: white;
    text-decoration: none;
}

.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background: #e72e40;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu > li.active-third a {
    border-left: 5px solid #cf000f;
    padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 10px 5px 10px 15px;
    display: block;
    font-size: 14px;
    background: #BBBBBD;
    color: #363636;
    border-bottom: 1px solid #ABABAD;
    text-align: left;
}

.sidebar-menu .sidebar-submenu > li > a:hover {
    background: #D3D3D3;
}

.sidebar-menu .sidebar-submenu > li > a > .sub-item {
    max-width: 90%;
    display: inline-block;
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
    width: 20px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-right,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
    border-left: 5px solid #606061;
    padding-left: 10px;
}

.sidebar-menu .sidebar-submenu > li ul li a {
    background: #D3D3D3;
    border-bottom: 1px solid #C7C5C5;
    color: #404241;
    font-size: 12px;
    padding: 10px 25px;
}

.sidebar-menu .sidebar-submenu > li ul li a:hover {
    background: #E1E2E3;
    border-left: 5px solid #DC2128;
    padding-left: 20px;
}

.sidebar-menu-rtl {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #E11A2E;
}

.sidebar-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e74435;
}

.sidebar-menu-rtl > li > a {
    padding: 12px 15px 12px 5px;
    display: block;
    border-left: 3px solid transparent;
    color: white;
}

.sidebar-menu-rtl > li > a > .fa {
    width: 20px;
}

.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
    color: #fff;
    background: #ca1729;
    border-left-color: #cf000f;
}

.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu-rtl li.sidebar-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #ef727f;
    background: #cf182a;
}

.sidebar-menu-rtl li > a > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}

.sidebar-menu-rtl li.active > a > .fa-angle-right {
    transform: rotate(90deg);
}

.sidebar-menu-rtl li.active > .sidebar-submenu {
    display: block;
}

.sidebar-menu-rtl a {
    color: white;
    text-decoration: none;
}

.sidebar-menu-rtl .sidebar-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0;
    background: #e72e40;
}

.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu > li.active-third a {
    border-left: 5px solid #cf000f;
    padding-left: 20px;
}

.sidebar-menu-rtl .sidebar-submenu > li > a {
    padding: 5px 15px 5px 5px;
    display: block;
    font-size: 14px;
    background: #BBBBBD;
    color: #363636;
    border-bottom: 1px solid #ABABAD;
    text-align: left;
}

.sidebar-menu-rtl .sidebar-submenu > li > a:hover {
    background: #D3D3D3;
}

.sidebar-menu-rtl .sidebar-submenu > li > a > .sub-item {
    max-width: 90%;
    display: inline-block;
}

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
    width: 20px;
}

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-right,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
    border-left: 5px solid #606061;
    padding-left: 10px;
}

.sidebar-menu-rtl .sidebar-submenu > li ul li a {
    background: #D3D3D3;
    border-bottom: 1px solid #C7C5C5;
    color: #404241;
    font-size: 12px;
    padding: 10px 25px;
}

.sidebar-menu-rtl .sidebar-submenu > li ul li a:hover {
    background: #E1E2E3;
    border-left: 5px solid #DC2128;
    padding-left: 20px;
}

.filters-mobile {
    outline: none;
    width: 100%;
    text-align: left;
    background: #E11A2E;
    padding: 16px;
    color: #fff;
}

.filters-mobile i {
    float: right;
    margin-top: 4px;
}

.filters-mobile.collapsed .fa-plus:before {
    content: "" !important;
}

.filters-mobile[aria-expanded=true] .fa-plus:before {
    content: "";
}

/* SECTION TITLE
================================== */
.section-title-w-sidebar {
    min-height: 35px;
    margin: 30px 0 20px;
    position: relative;
}

.section-title-w-sidebar.no-margin {
    margin-top: 0;
}

.section-title-w-sidebar .title {
    min-height: 37px;
    font-size: 20px;
    padding: 6px 10px 0;
    background-color: #E11A2E;
    color: #ffffff;
    line-height: 1;
    float: left;
    margin: 0;
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    text-transform: capitalize;
}

.section-title-w-sidebar.line-style {
    border-bottom: 4px solid #F2F2F2;
}

.section-title-w-sidebar.line-style .title {
    background-color: transparent;
    color: #777;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 4px solid #E11A2E;
    bottom: -4px;
}

.short-box {
    padding: 15px 0 30px 0;
    border-bottom: 1px dotted #EEE;
}

.short-box textarea {
    min-height: 140px;
    max-height: 250px;
}

.form-large.grey-color {
    background-color: #FCFCFC;
    border: 1px solid #e3e4e6;
    padding: 16px 26px 22px;
    border-top: 6px solid #e3e4e6;
}

.form-large .margin-bottom {
    margin-bottom: 14px;
}

.form-large label {
    font-size: 15px;
    font-weight: 200;
}

.form-large p {
    font-size: 14px;
    font-weight: 300;
}

.form-large .privacy {
    background-color: #F9F9F9;
    border: 1px solid #e3e4e6;
    height: 50px;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
}

.custom-control.fill-checkbox {
    --color: #E11A2E;
}

.custom-control.fill-checkbox .fill-control-input {
    display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
    background-color: var(--color);
    border-color: var(--color);
    background-size: 80%;
}

.custom-control.fill-checkbox .fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: 0.3s;
    /*background: transparent;*/
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control.fill-checkbox-green {
    --colorGreen: #a9cf38;
}

.custom-control.fill-checkbox-green .fill-control-input {
    display: none;
}

.custom-control.fill-checkbox-green .fill-control-input:checked ~ .fill-control-indicator {
    background-color: var(--colorGreen);
    border-color: var(--colorGreen);
    background-size: 80%;
}

.property-list {
    /* table */
}

.property-list table {
    width: 100%;
    font-size: 14px;
}

.property-list table thead {
    background-color: #a9cf38;
}

.property-list table thead th {
    font-weight: 600;
    color: #ffffff;
}

.property-list table thead th:nth-of-type(2n+1) {
    background-color: #a9cf38;
}

.property-list table .image {
    display: block;
    width: 100%;
    height: 48px;
    position: relative !important;
}

.property-list table a {
    font-size: 17px;
    display: block;
    font-weight: 400;
}

.property-list table thead tr td,
.property-list table tbody tr td {
    border-bottom: 1px solid #E8E8E8;
}

.property-list table tbody tr th {
    border-bottom: 1px solid #E8E8E8;
    max-width: 38px;
}

.property-list table tbody tr th label {
    margin-left: 20px;
}

.property-list table .icon {
    font-size: 18px;
    color: #777;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.font-13 td {
    font-size: 13px;
}

.dataTables_length {
    margin-top: 7px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 14px !important;
    padding-top: 0.63em !important;
}

.exercises .subtitle {
    background: #F5F5F5;
    padding: 16px;
    width: 100%;
    float: left;
}

.exercises .subtitle .text-sub {
    width: 88%;
    float: left;
    text-align: left;
}

.exercises .subtitle .number {
    width: 12%;
    float: right;
    text-align: right;
}

.exercises .exercises-questions {
    padding: 16px;
}

.exercises .exercises-questions .exercise-question {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    margin: 15px 0;
    float: left;
}

.exercises .exercises-questions .exercise-question p {
    width: 100%;
    text-align: left;
}

.exercises .exercises-questions .exercise-question .custom-controls-stacked {
    width: 100%;
    text-align: left;
    position: relative;
}

.exercises .exercises-questions .exercise_img {
    margin: 0 auto 20px auto;
    display: block;
}

@media (min-width: 767px) {
    .exercise-question p.float-left {
        width: 84% !important;
    }

    .exercise-question .custom-controls-stacked.float-right {
        width: 16% !important;
        text-align: right !important;
    }
}

.help-obs {
    float: left;
    width: 100%;
}

.help-obs.border-top {
    border-top: 1px solid #D3D3D3;
    padding-top: 16px;
}

.help-obs .collapse-btn-exercice {
    font-size: 14px;
    color: #E11A2E;
    padding-bottom: 10px;
    float: left;
    text-align: left;
}

.help-obs .collapse-btn-exercice:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: underline;
}

.help-obs .collapse-body {
    width: 100%;
    float: left;
    font-size: 14px;
}

.answer {
    position: absolute;
    right: -20px;
    top: 0;
}

.answer.answer_type_2 {
    left: -25px;
}

.answer .fa-check-circle {
    color: #27ae60;
}

.answer .fa-times-circle {
    color: #e74c3c;
}

.exercise-sort {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.exercise-sort .list-group {
    width: 50%;
    margin: 0 auto;
}

.answer-sorter {
    right: -50px;
    top: 14px;
}

.answer-drag-drop {
    left: 75px;
    top: -80px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    margin-top: 5px;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #F37920;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    margin-top: 5px;
}

.timeline .title-cronograma {
    color: #F37920;
    font-size: 1.1rem;
}

.timeline .data-cronograma {
    font-size: 0.8rem;
    color: #808080;
}

.timeline .cronograma-link {
    font-size: 0.9rem;
    color: #F37920;
}

.timeline p {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.short-box .grey-color h4 {
    padding-bottom: 5px;
}

/*# sourceMappingURL=style.css.map */
.info-btn {
    position: absolute;
    bottom: -10px;;
    font-size: 10px;
    left: -10px;
    color: #212529;
}

.see-info {
    left: 0px;
}

.terms p strong {
    font-weight: 500;
}

.objectives {
    margin-left: 20px;
}

.objectives li {
    margin-bottom: 23px;
}

.objectives li:hover {
    color: #E11A2E;
    cursor: default;
}

.objectives li:before {
    color: #E11A2E;

    content: "\f00c"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -2.3em;
    width: 1.3em; /* same as padding-left set on li */
    margin-right: 5px;
}

.single .detalhes-wrap {
    margin-bottom: -10px;
    margin-left: -2.3em;
}

.single .detalhes-icon .icon-img-pig {
    content: url(../images/icons/icon-money.png);
    float: left;
    border-radius: 50%;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
}

.single .detalhes-title span {
    line-height: 46px !important;
}

.newsletter li:after {
    content: none !important;
}

.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #464d53;
    font-weight: lighter;
    font-size: 15.5px;
}

.font-size-12 {
    font-size: 12px;

}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before, [class*="icheck-"] > input:first-child + label::before {
    border: 1px solid #b0a89c !important;
}

/*HOMEPAGE SLIDE SHOW*/
.slideshow {
    position: relative;
    width: 1140px;
    height: 325px;
    margin: 140px auto auto;
}

.slideshow article {
    width: 1140px;
    height: 325px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.slideshow article .slide-image {
    float: left;
    width: 700px;
    height: 325px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.slideshow article .slide-image img {
    width: 700px;
    height: 325px
}

.slideshow article .slide-text {
    box-sizing: border-box;
    width: 440px;
    height: 325px;
    float: left;
    padding: 56px;
    position: relative;
    background: whitesmoke;
    border-radius: 10px 0 0 10px;
}

.slideshow article .slide-text .text-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.slide-text h2 {
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 15px;
    font-weight: 600
}

.slide-text p {
    font-size: 16px;
    line-height: 160%;
    font-weight: 600
}

.slide-text p.readmore {
    position: absolute;
    bottom: 24px;
    left: 56px;
    font-size: 16px
}

.slide-text p.readmore a {
    color: blue
}

.slidenav {
    z-index: 500;
    position: absolute;
    right: 56px;
    bottom: 34px;
    height: 20px
}

.slidenav a {
    display: block;
    background-color: #ccc;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    float: left;
    color: #2e67fb;
}

.slidenav a.active {
    background-color: #2e67fb;
}

.call-action {
    padding: 0 30px;
}

.action-btns {
    width: 363px;
    padding: 0 36px;
}

@media only screen and (min-width: 320px) {
    .slideshow {
        position: relative;
        width: 100%;
        height: 430px;
        margin: 25vw auto auto;
    }

    .slideshow article {
        width: 100%;
        height: auto;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slideshow article .slide-image {
        float: none;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .slideshow article .slide-image img {
        width: 100%;
        height: auto
    }

    .slideshow article .slide-text {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        float: none;
        padding: 26px;
        position: relative;
        background: whitesmoke;
        border-radius: 10px 0 0 10px;
    }

    .slideshow article .slide-text .text-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
    }

    .slide-text h2 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px
    }

    .slide-text p {
        font-size: 14px;
        line-height: 160%;
        font-weight: 700
    }

    .slide-text p.readmore {
        position: static;
        font-size: 14px;
        margin-bottom: 0
    }

    .slide-text p.readmore a {
        color: blue
    }

    .call-action {
        padding: 0 40px;
    }

    .action-btns {
        width: 100%;
        padding: 0 36px;
    }
}

@media only screen and (min-width: 450px) {
    .slideshow {
        position: relative;
        width: 100%;
        height: 512px;
        margin: 20vw auto auto;
    }
}

@media only screen and (min-width: 768px) {
    .slideshow {
        position: relative;
        width: 100%;
        height: 512px;
        margin: 130px auto auto;
    }

    .slideshow article {
        width: 100%;
        height: auto;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slideshow article .slide-image {
        float: none;
        width: 100%;
        height: auto;
        overflow: visible;
        border-radius: 10px 0 0 10px;
    }

    .slideshow article .slide-image img {
        width: 100%;
        height: auto
    }

    .slideshow article .slide-text {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        float: none;
        padding: 40px;
        position: relative;
        background: whitesmoke;
        border-radius: 0 0 10px 10px;
    }

    .slideshow article .slide-text .text-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
    }

    .slide-text h2 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px
    }

    .slide-text p {
        font-size: 14px;
        line-height: 160%;
        font-weight: 700
    }

    .slide-text p.readmore {
        position: static;
        font-size: 14px;
        margin-bottom: 0
    }

    .slide-text p.readmore a {
        color: blue
    }

    .call-action {
        padding: 0 40px;
    }

    .action-btns {
        width: 100%;
        padding: 0 36px;
    }

    .footer .footer-links h3 {
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .slideshow {
        position: relative;
        width: 940px;
        height: 268px;
        margin: 130px auto auto;
    }

    .slideshow article {
        width: 940px;
        height: 268px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slideshow article .slide-image {
        float: left;
        width: 577px;
        height: 268px;
        overflow: hidden;
    }

    .slideshow article .slide-image img {
        width: 577px;
        height: 268px
    }

    .slideshow article .slide-text {
        box-sizing: border-box;
        width: 353px;
        height: 268px;
        float: left;
        padding: 36px;
        position: relative;
        background: whitesmoke;
        border-radius: 0 10px 10px 0;
    }

    .slideshow article .slide-text .text-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
    }

    .slide-text h2 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

    .slide-text p {
        font-size: 14px;
        line-height: 160%;
        font-weight: 600;
    }

    .slide-text p.readmore {
        position: absolute;
        bottom: 34px;
        left: 36px;
        font-size: 14px
    }

    .slide-text p.readmore a {
        color: blue
    }

    .slidenav {
        position: absolute;
        right: 36px;
        bottom: 34px;
        height: 20px;
    }

    .call-action {
        padding: 0 40px;
    }

    .action-btns {
        width: 353px;
        padding: 0 36px;
    }
}

@media only screen and (min-width: 1200px) {
    .slideshow {
        position: relative;
        width: 1140px;
        height: 325px;
        margin: 140px auto auto;
    }

    .slideshow article {
        width: 1140px;
        height: 325px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slideshow article .slide-image {
        float: left;
        width: 700px;
        height: 325px
    }

    .slideshow article .slide-image img {
        width: 700px;
        height: 325px
    }

    .slideshow article .slide-text {
        box-sizing: border-box;
        width: 410px;
        height: 325px;
        float: left;
        padding: 43px;
        position: relative;
        background: whitesmoke;
        border-radius: 0 10px 10px 0;
    }

    .slideshow article .slide-text .text-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
    }

    .slide-text h2 {
        font-size: 25px;
        line-height: 110%;
        margin-bottom: 2px;
        font-weight: 600
    }

    .slide-text p {
        font-size: 16px;
        line-height: 160%;
        font-weight: 600
    }

    .slide-text p.readmore {
        position: absolute;
        bottom: 34px;
        left: 45px;
        font-size: 16px
    }

    .slide-text p.readmore a {
        color: blue
    }

    .slidenav {
        z-index: 500;
        position: absolute;
        right: 56px;
        bottom: 34px;
        height: 20px
    }

    .slidenav a {
        display: block;
        background-color: #ccc;
        width: 15px;
        height: 15px;
        margin-left: 4px;
        float: left;
        color: #2e67fb;
    }

    .slidenav a.active {
        background-color: #2e67fb;
    }

    .carousel-padding {
        padding: 30px 0;
    }

    .call-action {
        padding: 0 30px;
    }

    .action-btns {
        width: 410px;
        padding: 0 43px;
    }
}

.facm-logo {
    max-width: 66vw;
}

#login-home .login-area, #login-home .login-area .row {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    #login-home .login-area {
        padding-top: 40px;
    }
}

.action-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}

.action-btns a {
    background: #58BCD6;
    color: white;
    height: 55px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: 0.4s;
}

.action-btns a:hover {
    transform: scale(1.1);
}

.action-btns a:last-of-type {
    margin-top: 10px;
    background: #8DC63F;
}

.action-text {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-start;
}

.action-text i {
    margin-right: 20px;
    font-size: 1.5rem;
}


.news-text {
    margin-bottom: 20px;
}

.news-text ol {
    list-style-type: decimal !important;
}

.news-text ul {
    list-style-type: disc !important;
}

.carousel-indicators {
    bottom: 12px !important;
}

@media print {

    html,
    body {

        /* Hide the whole page */
        display: none;
    }
}

.bg-custom-gradient-green {
    background: #B0C515 linear-gradient(180deg, #CFE718, #B0C515) repeat-x !important;
}

.bg-custom-gradient-red {
    background: #E20A16 linear-gradient(180deg, #F6232D, #E20A16) repeat-x !important;
}

.font-size15 {
    font-size: 15px;
}

.font-size-small {
    font-size: 13px;

}

#knob-warning {
    font-weight: bold !important;
}

.simulator-text {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.simulator-text b, .simulator-text strong {
    font-weight: bold !important;
}

.btn-financial-simulator-text {
    color: #0d6efd !important;
}
