.breadcrumbs-list li {
    color: #d3d1d1;
    text-decoration: none;
}

.breadcrumbs-list li a:hover {
    text-decoration: underline;
}

.form-mais-info label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    display: block;
    margin-bottom: 8px;
}

.newsletter-form--send {
    vertical-align: middle;
}

.btn-filtros--apl:hover {
    cursor: pointer;
}

.showAllNoHover {
    font-size: 11px;
    float: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.showAll {
    font-size: 11px;
    float: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .4;
}

.showAll:hover {
    color: #ff6c2b;
    opacity: unset;
}

/* Cookies */
.cookies-bar {
    background: #696767;
    bottom: 0;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-size: 11px;
}

.cookies-bar--div {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 20px;
    display: flex;
    justify-content: space-evenly;
    color: #FFFFFF;
}

.cookies-bar--div a {
    color: #FFFFFF;
    text-decoration: none !important;
}

.cookies-bar--div button {
    width: 90px;
    font-size: 13px;
    height: 33px;
    color: #5e5e62;
}

.cookies-bar--div button:hover span {
    margin: 0px !important;
}

.cookies-bar--text{
    padding-right: 20px;
}

/* /Cookies */

/* /Newsletter */

.newsletter-modal--wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

.align-center--item {
    float: left;
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-item--block {
    float: left;
    width: 100%;
    border: 3px solid #ff6c2b;
    background: #fff;
    padding: 27px;
    position: relative;
}

.modal-item--block a.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-item--block a.close svg {
    width: 17px !important;
    height: 17px !important;
}

.modal-item--block a.close svg path {
    fill: #7c7b7b;
}

.modal-item--block .wrap-btns {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-item--block .wrap-btns .generic-btn {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 15px;
}

.modal-title {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.modal-text {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.simple-link, a.simple-link {
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 25px;
}

.modal-newsletter--btn {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 15px;
    background: #000;
    border: 1px solid transparent;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: lowercase;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.newsletter-modal--wrapper {
    display: none;
}

/* /Newsletter */

.newsletter-consent input[type="checkbox"]{
    visibility: initial;
}

.contacts-info--right-mail::before {
    content: '\f0e0';
}

#newsletter-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
}
#newsletter-email::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}
#newsletter-email:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}
#newsletter-email:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}