body {
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0.075em;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    color: #444242;
}

.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;
}

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

@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;
}

.header {
    background: #001c47;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 15px 0 0;
}

.header-bgclean {
    background: #ffffff !important;
    margin-top: 15px;
}

.header-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }
    .header-search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-budget {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
	    border-right: unset;
    }
    .header-logo, .header-button {
        width: auto;
    }
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 10px;
    padding: 30px 0;
    position: relative;
}

.box--gray {
    background: #f4f4f6;
}

.box--dark-gray {
    background: #edeef0;
}

.box--banner {
    background: #ffffff;
    margin-top: -40px;
}

.box--content {
    margin: 50px 0;
}

.box--no-pd {
    padding: 0;
}

.box--no-bottom-pd {
    padding-bottom: 0;
}

.box--no-top-pd {
    padding-top: 0;
}

.box--top-mg-40 {
    margin-top: 40px;
}

.box--top-mg-80{
    margin-top: 80px;
}

.box--bottom-mg-80{
    margin-bottom: 80px;
}

.box-modal {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    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;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.box-modal--active {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.box-modal--hide {
    display: none !important;
}

.intro {
    margin: 50px 0;
}

.autocomplete {
    /*o recipiente deve ser posicionado relativo:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*posicione os itens de preenchimento automático com a mesma largura que o contêiner:*/
    top: 100%;
    left: 16px;
    right: 16px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*ao passar um item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*ao navegar pelos itens usando as teclas de seta:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.td-wizard {
    background-color: #dedede;
    padding: 20px;
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
}

.td-wizard-col {
    padding-right: 5px;
    padding-left: 5px;
    height: 38px;
    width: 105px;
    float: left;
}

.td-wizard-icon {
    float: right;
    margin-left: 5px;
    color: #a0a0a0;
    font-size: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.td-wizard-text {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wizard-line-title{
    font-size: 14px;
}

.wizard-time-title{
    font-size: 14px;
    font-weight: bolder;
    color: #8C8C8C;
}

.wizard-input input, .wizard-input select{
    border: none;
    border-bottom: solid 1px black !important;
    background-color: inherit !important;
    box-shadow: none;
    border-radius: initial;
}

.wizard-input select{
    width: 100%;
}

.wizard-time-description{
    font-size: 12px;
    letter-spacing: initial;
    color: #8D8D8D;
    margin-top: 20px;
}

.wizard-time-description span{
    color: black;
}

.wizard-row label{
    letter-spacing: 0.7px;
}

.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;
}

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

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

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

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

a {
    color: #002a52;
}

.header {
    background: #ffffff !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 15px 0 0;
}

.header-bgclean {
    background: #002a52;
    margin-top: 15px;
}

.header-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-budget{
    border-right: 1px solid #213f57;
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0 0;
    }
    .header-search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-budget {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
    }
    .header-logo, .header-button {
        width: auto;
    }
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 10px;
    padding: 30px 0;
    position: relative;
}

.box--gray {
    background: #eeeeee;
}

.box--dark-gray {
    background: #ebeff2;
}

.box--banner {
    background: #ffffff;
    margin-top: -40px;
}

.box--content {
    margin: 50px 0;
}

.box--no-pd {
    padding: 0;
}

.box--no-bottom-pd {
    padding-bottom: 0;
}

.box--no-top-pd {
    padding-top: 0;
}

.box--top-mg-40 {
    margin-top: 40px;
}

.box-modal {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    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;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.box-modal--active {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.box-modal--hide {
    display: none !important;
}

.card-header {
    background: none !important;
    border: none !important;
    padding: 15px;
}

.card {
    background: none !important;
    border: none !important;
}

.search-header {
    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: 0 10px;
    border-bottom: 1px solid #6c6c6c;
}

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

.search-header-input {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #6c6c6c;
    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: #144061;
    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: #144061;
}

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

.header-menu {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    transition: 0.3s ease;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

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

.header-menu-item {
    text-align: center;
}

.header-menu-item a {
    color: #003054;
    /*font-weight: bold;*/
    /*! padding: 5px; */
    display: block;
    /*! padding: 12px 38px; */
    position: relative;
}

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

@media (max-width: 1200px) {
    .header-menu-item a {
      padding: 12px 20px;
    }
}

@media (max-width: 960px) {
    .header-menu-item a {
      padding: 12px 8px;
    }
}

@media (max-width: 767px) {
    .header-menu {
        background: #002a52;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: -100%;
        position: fixed;
        padding: 20px 30px 10px;
        top: 110px;
        width: 100%;
        z-index: 10;
    }
    .header-menu-item {
        margin-bottom: 20px;
        text-align: left;
    }
    .header-menu-item:nth-last-child(1) {
        margin-bottom: 0;
    }

}

.footer a {
    color:#FFFFFF;
}
.footer a svg{
    margin-top: 2px;
    width: 17px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
}
.footer a:hover svg{
    fill:#CCCCCC;
}

.footer a:hover {
    color:#CCCCCC;
}
.footer-menu img {
    width: 136px;
    margin-left: -3px;
    margin-bottom: 20px;
}

.footer-menu .footer-nav{
    margin-top: 0px;
    margin-right: -10px;
}

.footer-menu.mt-2{
   margin-top: 20px;
   margin-right:  -15px;
}

.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: auto;
    padding-bottom: 5px;
}

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

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

.footer-nav {
    list-style: none;
    margin: 20px 0 30px 0;
    padding: 0;
    font-size: 12px;
}

.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;
}

.footer-description > div > span{
    display: block
}

.footer {
    background: #001c47;
    color: #ffffff;
    padding: 20px 0 10px;
    margin-top: 45px;
    position: relative;
}

.footer .contact{
    margin-bottom: 20px;
}

.footer .container {
    position: relative;
}

.footer .copyright {
    font-size: 10px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.clear-filters {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* display: none; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 10px;
}

.clear-filters--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clear-filters-description {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px;
    padding: 0 10px;
}

.clear-filters-button {
    background: #ebeff2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clear-filters-button span {
    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;
}

.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 10px;
}

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

.filters--active .filters-list, .filters--active .filters-list-colors {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 1;
    position: relative;
    pointer-events: all;
}

.filters--active .filters-title {
    color: orange;
}

.filters--active .filters-title:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filters-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 24px;
    position: relative;
}

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

.filters-title:hover {
    color: #003054;
}

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

/* .filters-list,
  .filters-list-colors {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    /* pointer-events: none; */

/* } */

*/ .filters-list li, .filters-list-colors li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.filters-list div, .filters-list-colors div {
    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;
}

.filters-list-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.filters-list-colors li {
    margin: 0 10px 10px 0;
}

.filters-list-colors input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.filters-list-colors span {
    cursor: pointer;
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}

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

.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;
}

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

.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.active {
    color: orange;
}

.item-line-stock {
    bottom: 0;
    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;
    left: -25px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 25px;
}

.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: 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;
}

.modal-content .chosen-container{
    margin-top: 10px;
}

.modal-content img.flag {
    width: 16px;
    max-height: 16px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

.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;
    min-width: 200px !important;
}

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

.title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #001c47;
    display: inline-block;
    margin: 0 0 50px;
    text-transform: uppercase;
    position: relative;
    padding: 5px;
}

.title::first-letter {
    /* padding: 13px 0 0 20px; */
    /* background: transparent url('../../img/decor.gif') no-repeat scroll left top; */
}

.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: 25px 0;
    padding: 0;
}

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

.list-check .fa {
    color: #afafaf;
    margin-right: 10px;
    font-size: 15px;
}

.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: 25px 0 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: #dddddd;
    margin-left: 5px;
    font-size: 10px;
}

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

.link-back .fa {
    color: #dddddd;
    font-size: 12px;
}

#carouselHome .carousel-indicators {
    width: auto;
    margin: 0;
    left: 50%;
    margin-left: -570px;
    bottom: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#carouselHome .carousel-indicators li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px 0;
}

#carouselHome .item-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#carouselHome .item-desc h1 {
    font-size: 50px;
    margin: 0;
}

#carouselHome .item-desc p {
    font-size: 27px;
    margin: 0;
}

.home .banner {
    min-height: auto;
}

.box-destaques {
    padding: 80px 15px;
}

.box-destaques .jumbtron figure:after, #veja_tambem .jumbtron figure:after {
    background: #003054;
    height: 0;
}

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

.box-destaques .jumbtron:hover a, .box-destaques .jumbtron:hover a h2, #veja_tambem .jumbtron:hover a, #veja_tambem .jumbtron:hover a h2 {
    color: orange;
}

.box-destaques .jumbtron h2, #veja_tambem .jumbtron h2 {
    margin: 0 0 5px;
}

.box-destaques .jumbtron span, #veja_tambem .jumbtron span {
    color: orange;
}

h2.subtitle {
    color: #003057;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.box-newsletter {
    padding: 60px 60px 40px;
}

.box-newsletter, .box-newsletter .title:after {
    background: #ebeff2;
}

.box-newsletter p {
    margin-bottom: 40px;
    font-size: 14px;
    color: #444242;
}

.box-newsletter .form-group {
    margin-bottom: 0;
}

.box-newsletter .form-control {
    background: #fff;
    border: solid 1px #e0e0e0;
}

.box-newsletter .btn, .box-newsletter .btn:hover {
    min-width: 100%;
    background: orange;
    min-height: 34px;
    border: solid 1px #f59e00;
}

.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 {
    min-height: 70px;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.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%;
}

.download-resultado{
    display: flex;
    flex-wrap: wrap;
}

.menu-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.menu-categories li {
    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;
}

.menu-categories a {
    display: block;
    padding: 5px 20px 5px;
}

.menu-categories a:hover, .menu-categories a.active {
    border-bottom-color: orange;
    text-decoration: none;
}

.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;
}

.box-especificacoes{
   padding: 22px 28px;
   background: #edeef0;
}

.box-especificacoes .accordion-list{
   padding: 0px;
   padding-bottom: 3px;
   background: #edeef0;
   justify-content: center;
}

.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 15px;
    width: 20%;
    margin-right: 25px;
    align-items: center;
}

.accordion-list-content {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.jumbtron figure {
    display: block;
    margin: 0 0 20px;
    position: relative;
    max-height: 300px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
}

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

.jumbtron figure:hover:after {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: #003054;
}

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

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

header .network-list a{
   color: #002a52 
}

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

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

.network-list li.instagram i{
    color: white;
    background-color: #213f57;
    padding: 2px 2px 2px 3px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.network-list li.youtube i{
    font-size: 22px;
}

#technical form {
    margin-top: 20px;
}

#myNavbar{
    margin: 0 -15px;
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .search-budget-count{
        height: auto;
    }

    .footer .copyright{
        position: relative;
        width: 100%;
        right: unset;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        bottom: unset;
    }

    .footer .network-list{
        justify-content: center;
        align-items: center;
        margin-bottom: 22px;
    }
    .footer .logo-list{
	padding: 0;
    }
    .footer .logo-list li{
	list-style: none;
    }
    .footer .logo-list li img{
        margin: 15px auto;
        max-width: 130px;
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #003057;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.zoomContainer { z-index: 9999 }

.row.equal {
  display: flex;
  flex-wrap: wrap;
}

.row--flex{
    display: flex;
    flex-wrap: wrap;
}
