.flex-vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.color-primary {
    color: #001c47;
}

.color-secondary {
    color: #002a52;
}

.color-gray {
    color: #999999;
}

.color-gray-clean {
    color: #edeff0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.mt-20 {
    margin-top: 20px;
}

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

a:hover, a:active, a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-xs {
        display: none;
    }
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

a {
    color: #002a52;
}

.search-header {
    background: #00122a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.search-header-button {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    width: 30px;
}

.search-header-input {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #ffffff;
    font-size: 15px;
    height: 35px;
    padding: 0 15px;
    width: 100%;
}

.search-header-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

@media (max-width: 767px) {
    .search-header {
        width: 100%;
    }
}

.search-budget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-budget-text {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 10px;
}

.search-budget-text strong {
    font-weight: normal;
}

.search-budget-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    position: relative;
}

.search-budget-count span {
    background: #f29700;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 10px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -3px;
    top: 1px;
    width: 16px;
}

.search-budget-count button {
    background: transparent;
    border: none;
    color: #ffffff;
}

.navbar {
    margin: 0;
    border: 0;
    min-height: auto;
}

.button-menu {
    color: #ffffff;
    font-size: 25px;
    margin-right: 10px;
}

.header-menu {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-menu.active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    left: 0;
}

.header-menu-item {
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.header-menu-item>a, .header-menu-item>span {
    color: #003054;
    /*! padding: 5px; */
    display: block;
    /*! padding: 12px 0; */
    position: relative;
    padding: 0 25px;

    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 20px;
    font-family: "Roboto","sans-serif";
    font-style: normal;
    font-stretch: normal;
    color: #003057;
    text-align: center;
}

.header-menu-item:hover a, .header-menu-item a:hover {
    text-decoration: none;
}

.header-menu-item ul {
    padding: 10px 0 10px 10px;
    border: solid 1px #e4e4e6;
}

.header-menu-item>ul {
    background: #fff;
}

.header-menu-item ul li {
    list-style: none;
    text-align: left;
    position: relative;
}

.header-menu-item ul li>ul {
    background: #ffffff;
}

.header-menu-item>ul>li>ul a{
    font-weight: unset;
}

.header-menu-item>ul>li a, .header-menu-item>ul>li span {
    padding: 8px 6px;
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    color: #333;
}

.header-menu-item>ul>li:hover>a, .header-menu-item>ul>li:hover>span {
    background: #ffffff;
}

.header-menu-item>ul>li>a, .header-menu-item>ul>li>span {
    font-weight: unset;
}

.header-menu-item ul li>ul>li:hover>a {
    background: #fff;
}

.li-submenu i {
    display: none;
}

@media (min-width: 768px) {
    .header-menu-item>a:before, .header-menu-item>span:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        background: #003054;
        height: 0;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear;
    }

    .header-menu-item:hover>a:before, .header-menu-item:hover>span:before {
        height: 4px;
    }

    .header-menu-item ul {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        z-index: 999;
        position: absolute;
    }

    .header-menu-item:hover>ul, .header-menu-item>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header-menu-item>ul {
        top: 150%;
        left: 0;
        white-space: nowrap;
        min-width: 100%;
        /* width: 220px; */
    }

    .header-menu-item>ul>li {
        margin-right: 10px;
    }

    .header-menu-item>ul>li>ul {
        top: 0%;
        left: 100%;
        /* width: 202px; */
    }

    .header-menu-item>ul>li>ul a {
        white-space: nowrap;
        margin-right: 10px;
    }

    .header-menu-item>ul>li>ul.coluna-submenu-2 {
        /* margin-left: 230px; */
        /* width: 230px; */
    }

    .header-menu-item>ul>li>ul.coluna-submenu-3 {
        /* margin-left: 430px; */
        /* width: 230px; */
    }

    .header-menu-item>ul>li>ul.submenu-coluna-es {
        /* width: 260px; */
    }
}

@media (max-width: 1199px) {
    .header-menu-item>a, .header-menu-item>span {
        padding: 12px 35px;
    }
}

@media (max-width: 991px) {
    .header-menu-item>a, .header-menu-item>span {
        padding: 12px 15px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin: 0;
        position: absolute;
        top: 4px;
        left: 0;
        padding: 15px;
        z-index: 99;
        padding-top: 0px;;
    }

    .navbar-toggle .icon-bar {
        background: #00122a;
        height: 2px;
        width: 25px;
    }

    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 5px;
    }

    .header-menu {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-menu-item {
        width: 100%;
        text-align: left;
    }

    .header-menu-item ul {
        display: none;
    }

    .li-submenu i {
        position: absolute;
        display: block;
        color: #f29700;
        top: 15px;
        right: 15px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .li-submenu.active>i {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header-menu-item ul {
        padding: 0;
    }

    .header-menu-item ul li>ul {
        border-left: none;
        border-right: none;
    }

    .header-menu-item>ul>li>a, .header-menu-item>ul>li>span {
        padding: 10px 20px
    }

    .header-menu-item>ul>li>ul>li>a {
        padding: 10px 30px
    }

    .header-menu-item>ul>li:hover>a, .header-menu-item>ul>li:hover>span {
        background: #fff;
    }
}

.footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 43px;
    padding-bottom: 5px;
}

.footer-head--text {
    border-bottom: 1px solid #002a52;
    color: #ffffff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-head-text {
    font-weigth: normal;
}

.footer-nav {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.footer-nav li {
    margin: 5px 0;
}

.footer-nav a {
    color: #ffffff;
    font-weight: normal;
}

.footer-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    text-align: right;
}

.clear-filters-button {
    background: #ebeff2;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 30px;
}

.clear-filters-button span {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.clear-filters-button span:nth-child(1) {
    margin-right: 10px;
}

.clear-filters-button .fas {
    color: orange;
    font-size: 20px;
    margin-top: 2px;
}

.filters {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.filters--active {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.filters-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: .3px;
}

.filters-title:after,
.filters-title:before {
    background: orange;
    border-radius: 2px;
    content: "";
    display: block;
    height: 3px;
    right: 0;
    position: absolute;
    top: calc(50% - 2px);
    width: 17px;
}

.filters-title:hover {
    color: orange;
    text-decoration: none;
}

.filters-title.collapsed:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #003054;
}

.filters-title:after {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filters-list, .filters-list-colors {
    list-style: none;
    padding-left: 0;
}

.filters-list label {
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

.filters-list input:checked+label {
    color: #d5d5d5;
}

.filters-list-colors {
    margin-right: -15px;
}

.filters-list input[type=checkbox] {
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
}

.filters-list input[type=checkbox],
.filters-list-colors input[type=checkbox] {
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.filters-list-colors li {
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
}

.filters-list-colors input {
    display: none;
}

.filters-list-colors label {
    cursor: pointer;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
    border: solid 0px #ccc;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    margin-bottom: 0;
}

.filters-list-colors input:checked+label {
    box-shadow: 0 0 4px 4px #999;
}

.filters-list-colors span.active:after {
    content: "";
    background: orange;
    bottom: -3px;
    display: block;
    height: 2px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}

.filters-list-colors label.colors {
    background: -moz-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 3%, rgba(255, 255, 0, 1) 24%, rgba(0, 255, 0, 1) 32%, rgba(0, 255, 255, 1) 49%, rgba(0, 0, 255, 1) 63%, rgba(255, 0, 255, 1) 76%, rgba(255, 0, 0, 1) 93%, rgba(255, 0, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(3%, rgba(255, 0, 0, 1)), color-stop(24%, rgba(255, 255, 0, 1)), color-stop(32%, rgba(0, 255, 0, 1)), color-stop(49%, rgba(0, 255, 255, 1)), color-stop(63%, rgba(0, 0, 255, 1)), color-stop(76%, rgba(255, 0, 255, 1)), color-stop(93%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 3%, rgba(255, 255, 0, 1) 24%, rgba(0, 255, 0, 1) 32%, rgba(0, 255, 255, 1) 49%, rgba(0, 0, 255, 1) 63%, rgba(255, 0, 255, 1) 76%, rgba(255, 0, 0, 1) 93%, rgba(255, 0, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 3%, rgba(255, 255, 0, 1) 24%, rgba(0, 255, 0, 1) 32%, rgba(0, 255, 255, 1) 49%, rgba(0, 0, 255, 1) 63%, rgba(255, 0, 255, 1) 76%, rgba(255, 0, 0, 1) 93%, rgba(255, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 3%, rgba(255, 255, 0, 1) 24%, rgba(0, 255, 0, 1) 32%, rgba(0, 255, 255, 1) 49%, rgba(0, 0, 255, 1) 63%, rgba(255, 0, 255, 1) 76%, rgba(255, 0, 0, 1) 93%, rgba(255, 0, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 3%, rgba(255, 255, 0, 1) 24%, rgba(0, 255, 0, 1) 32%, rgba(0, 255, 255, 1) 49%, rgba(0, 0, 255, 1) 63%, rgba(255, 0, 255, 1) 76%, rgba(255, 0, 0, 1) 93%, rgba(255, 0, 0, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1);
    /* ie6-9 */
}

.item-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.item-product-image {
    margin-bottom: 20px;
}

.item-line {
    margin-bottom: 20px;
    position: relative;
}

.item-line-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-line-choice input {
    margin-right: 5px;
}

.item-line-texture {
    display: block;
    margin: 10px 0 5px;
    cursor: pointer;
}

.item-line-texture img {
    display: block;
    margin: 0 auto;
}

.item-line p {
    margin-bottom: 0;
}

.item-line-compare {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-line-compare input {
    cursor: pointer;
}

.item-line-compare label {
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.item-line-compare.active, .item-line-compare input:checked+label {
    color: orange;
}

.item-line-stock {
    display: block;
    left: -87px;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 150px;
}

.item-line-stock span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    white-space: nowrap;
}

.btn-budget {
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 10px;
}

.btn-budget:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}

.btn-budget .fas {
    margin-right: 5px;
}

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

.still-header a {
    font-size: 23px;
}

.still-header a:hover {
    text-decoration: none;
}

.still-header * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-input,
.form-textarea,
.form-select {
    background: #edeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 35px;
    padding: 2px 10px;
    width: 100%;
}

.form-textarea {
    height: 180px;
}

.form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 130px;
}

.btn,
.clear-filters-button {
    border-radius: 0;
    min-height: 40px;
    min-width: 200px;
}

.btn-primary {
    background: #001c47;
    border-color: #001c47;
}

.btn--load {
    border: 3px solid #001c47;
    color: #001c47;
}

.btn--spacing {
    margin: 5px 0 10px;
}

.title--small-margin {
    margin: 0 0 10px;
}

.sub-title {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    margin: 5px 0 10px;
}

.sub-title--level-2 {
    font-size: 17px;
}

.sub-title--margin-large {
    margin-bottom: 20px;
}

.list-simple {
    list-style: none;
    padding: 0;
}

.list-check {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.list-check li {
    color: #333333;
    margin-bottom: 10px;
}

.list-check .fa {
    color: orange;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 2px;
}

.list-icon {
    list-style: none;
    padding: 0;
}

.list-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.list-icon-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.list-icon-icon img {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 30px;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-item {
    margin-right: 10px;
}

.breadcrumbs-item .fa {
    color: orange;
    margin-left: 5px;
}

.breadcrumbs-item:nth-last-child(1) {
    margin: 0;
}

.link-back .fa {
    color: orange;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 450px;
    position: relative;
    width: 100%;
}

.banner-button-down {
    bottom: 15px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    left: calc(50% - 20px);
    margin: 0 auto;
    position: absolute;
    width: 40px;
}

.banner-button-down--box {
    bottom: 55px;
}

.modal-component {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 100px;
    max-width: 500px;
    padding: 20px;
    width: 95%;
}

.video iframe {
    min-height: 300px;
    width: 100%;
}

.video-legend {
    margin-top: 20px;
}

.step-nav {
    background: #edeff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    width: auto;
}

.step-nav-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    max-width: 130px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.step-nav-item .icon {
    font-size: 30px;
    position: absolute;
    right: -25px;
    top: calc(50% - 15px);
}

.step-nav-item:nth-last-child(1) {
    margin-right: 0;
}

.step-nav-item a {
    color: #b1b1b1;
}

.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.download:hover .download-icon {
    color: orange;
}

.download-icon {
    color: #001c47;
    font-size: 40px;
    margin-right: 10px;
    min-width: 45px;
}

.download-icon,
.download-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-text {
    width: 100%;
}

.menu-categories {
    display: block;
    text-align: center;
}

.menu-categories li {
    display: inline-block;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .menu-categories li {
        display: inline-block;
        padding: 0 5px;
    }
}

.menu-categories a {
    display: block;
    padding: 7px 20px;
    position: relative;
}

.menu-categories a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003057;
    height: 0;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.menu-categories a:hover {
    text-decoration: none;
}

.menu-categories a:hover:before,
.menu-categories a.active:before {
    height: 2px;
}

.accordion-list {
    background: #eeeeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}

.accordion-list-label {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    width: 35%;
}

.accordion-list-content {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 60%;
}

.jumbtron {
    margin-bottom: 15px;
    position: relative;
}

.jumbtron figure {
    display: block;
    margin: 0 0 20px;
    position: relative;
}

.jumbtron figure:after {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    background: #003054;
}

.jumbtron figure:hover:after, .jumbtron:hover figure:after {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    height: 4px;
}

.jumbtron:hover a, .jumbtron:hover a h2 {
    color: #002a52;
}

.line-video {
    height: 380px;
    width: 100%;
}

.network-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.network-list a {
    color: #ffffff;
    font-size: 22px;
}

.network-list li {
    margin: 1px 5px;
}

@media screen and (max-width: 991px) {
    .line-video {
        height: 190px;
    }
}

/*ajustes menu desktop fixo e barra de links ï¿½ncoras (box-ir-para)*/
@media (min-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1049;
    }

    .barra-navegacao {
        margin-top: 110px;
    }

    .box-ir-para.box-ir-para-fixed {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        z-index: 999;
        transition: 300ms;
    }

    .box-ir-para.box-ir-para-fixed .menu-categories {
        margin-bottom: 0;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 640px;
    }
}
