@import "https://use.typekit.net/vuy3qxw.css";

* {
    text-rendering: optimizelegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: upgrade, sans-serif
}

*:focus {
    outline: none
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

.corporativo_text {
    color: #2669c2 !important
}

.container {
    display: block;
    max-width: 1340px;
    width: 90%;
    display: block;
    margin: auto
}

.container.tiny {
    max-width: 1060px
}

input {
    width: 100%
}

select {
    width: 100%
}

.font-zero {
    display: none
}

.trigger-notify-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 90%;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 999999999999
}

.trigger-notify-timer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.5)
}

.trigger-notify {
    position: relative;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: 700
}

.trigger-notify i {
    margin-right: 0px
}

.trigger-notify p {
    font-weight: 700
}

.trigger-notify-success {
    background-color: #00b494;
    color: #fff
}

.trigger-notify-error {
    background-color: #db504a;
    color: #fff
}

.trigger-notify-warning {
    background-color: #ff6f59;
    color: #fff
}

.trigger-notify-alert {
    background-color: #223c61;
    color: #fff
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999999
}

.modal .modal-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.modal .modal-dialog {
    position: relative;
    top: -100%;
    margin: auto;
    max-width: 90%;
    padding: 20px;
    background: #ffffff;
    border-radius: 3px
}

.modal .modal-dialog .modal-content .title {
    text-align: left;
    font-size: 16px;
    font-weight: 700
}

.modal .modal-dialog .modal-content .content {
    margin: 20px 0;
    max-height: 38vh;
    overflow-y: auto
}

.modal .modal-dialog .modal-content .content p {
    color: #191919;
    font-size: 14px;
    margin-bottom: 15px
}

.modal .modal-dialog .modal-content .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px
}

.modal .modal-dialog .modal-content .actions button {
    margin-right: 7.5px
}

.modal .modal-dialog .modal-content .actions button:last-child {
    margin-right: 0px
}

.modal .modal-dialog.large {
    width: 840px
}

.modal .modal-dialog.medium {
    width: 560px
}

.modal .modal-dialog.small {
    width: 380px
}

.modal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0px;
    height: 12px;
    width: 12px
}

.modal .modal-close span {
    width: 15px;
    height: 2px;
    background: #777777;
    display: block;
    position: relative;
    transition: 0.3s;
    cursor: pointer
}

.modal .modal-close span:first-child {
    transform: rotate(45deg);
    top: 1px
}

.modal .modal-close span:last-child {
    transform: rotate(-45deg);
    top: -1px
}

.modal .modal-close:hover span {
    background: #444444
}

.whatsapp {
    width: 380px;
    max-width: calc(100% - 40px);
    position: fixed;
    right: 20px;
    bottom: 90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 999999999
}

.whatsapp__content {
    display: none;
    max-height: calc(100vh - 160px);
    background-color: #fff;
    overflow: auto
}

.whatsapp__content::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(36, 211, 102, 0.7)
}

.whatsapp__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3)
}

.whatsapp__header {
    padding: 30px 30px 100px 30px;
    background: url("../images/whatsapp/tema.png") 0 0/80% repeat, linear-gradient(135deg, #00a13c 0%, rgba(0, 161, 60, 0.8) 100%)
}

.whatsapp__header--wait {
    background: url("../images/whatsapp/tema.png") 0 0/80% repeat, linear-gradient(135deg, #cdb747 0%, #b79e07 100%)
}

.whatsapp__logo {
    width: 40px;
    margin-bottom: 20px
}

.whatsapp__header.is-scroll .whatsapp__logo {
    opacity: 0.7
}

.whatsapp__header.is-scroll .whatsapp__title {
    opacity: 0.7
}

.whatsapp__header.is-scroll .whatsapp__description {
    opacity: 0.7
}

.whatsapp__title {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
    margin-bottom: 10px
}

.whatsapp__description {
    font-size: 1em;
    color: #fff;
    text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08)
}

.whatsapp__contact {
    width: 90%;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3)
}

.whatsapp__contact--float {
    margin-top: -60px
}

.whatsapp__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.whatsapp__avatar {
    width: 50px;
    margin-right: 15px;
    border: 4px solid #24d366;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.whatsapp__name {
    font-size: 1.1em;
    color: #333;
    font-weight: 500
}

.whatsapp__legend {
    font-size: 0.875em;
    color: #666
}

.whatsapp__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    background-color: #24d366;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.whatsapp__icon--link {
    width: 20px;
    margin-right: 10px
}

.whatsapp__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    background-color: #24d366;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out
}

.whatsapp__button.is-active {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 50%
}

.whatsapp__button.is-active .whatsapp__icon--button {
    margin-right: 0;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.whatsapp__icon--button {
    width: 30px;
    margin-right: 10px
}

.whatsapp__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.whatsapp__field {
    color: #444;
    font-weight: 500;
    background-color: #f1f1f1;
    border: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    outline: none;
    padding: 10px
}

.whatsapp__field::-webkit-input-placeholder {
    color: #ccc
}

.whatsapp__field::-moz-placeholder {
    color: #ccc
}

.whatsapp__field:-ms-input-placeholder {
    color: #ccc
}

.whatsapp__field:-moz-placeholder {
    color: #ccc
}

.whatsapp__send {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    background-color: #24d366;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    outline: none;
    cursor: pointer
}

.whatsapp__icon--send {
    width: 15px
}

.fancybox-thumbs__list a:before {
    border-color: #A7471C
}

#home .inove-selector {
    display: flex
}

#home .inove-selector .choice {
    min-height: 100vh;
    flex-basis: 50%;
    position: relative;
    background-size: cover;
    background-position: center
}

#home .inove-selector .choice .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s
}

#home .inove-selector .choice .overlay img {
    height: 100px
}

#home .inove-selector .choice .overlay h2 {
    font-family: upgrade, sans-serif;
    margin-top: 10px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    letter-spacing: 4px
}

#home .inove-selector .choice .overlay:hover {
    background-color: rgba(0, 0, 0, 0.4)
}

#home .inove-selector .choice.residencial {
    background-image: url("../images/home-residencial.jpeg")
}

#home .inove-selector .choice.corporativo {
    background-image: url("../images/home-corporativo.jpeg")
}

#header {
    padding: 20px 0px;
    background: #ffffff
}

#header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .header-content .logo img {
    width: 160px
}

#header .header-content .menu ul {
    display: flex;
    list-style: none
}

#header .header-content .menu ul li {
    margin: 0 15px
}

#header .header-content .menu ul li a {
    font-family: upgrade, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #A7471C;
    font-size: 14px;
    transition: .3s
}

#header .header-content .menu ul li a:hover {
    opacity: .8
}

#header .header-content .menu ul li.has-sub {
    position: relative
}

#header .header-content .menu ul li.has-sub ul {
    z-index: 9;
    background: #ffffff;
    position: absolute;
    flex-direction: column;
    padding: 5px 10px;
    border: solid 1px #eee;
    border-top: 0;
    min-width: 180px;
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    max-height: 320px;
    overflow: auto
}

#header .header-content .menu ul li.has-sub ul li {
    display: block;
    margin: 0;
    margin-bottom: 5px
}

#header .header-content .menu ul li.has-sub ul li:last-child {
    margin-bottom: 0
}

#header .header-content .menu ul li.has-sub:hover ul {
    visibility: visible;
    opacity: 1
}

#header .header-content .menu .close-menu {
    display: none
}

#header .header-content .open-menu {
    display: none
}

#header .header-content .actions .icon {
    border: 0px;
    -webkit-appearance: none;
    background: none;
    text-decoration: none;
    margin-left: 8px !important;
    display: inline-block;
    color: #A7471C;
    cursor: pointer;
    transition: .3s
}

#header .header-content .actions .icon:hover {
    opacity: .8
}

#header.corporativo .header-content .menu ul li a {
    color: #2669c2
}

#header.corporativo .header-content .actions .icon {
    color: #2669c2
}

#slider {
    position: relative
}

#slider .item img {
    width: 100%
}

#slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none
}

#slider .slick-dots li {
    margin: 0px 3px
}

#slider .slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #A7471C;
    background: none;
    cursor: pointer;
    transition: .3s
}

#slider .slick-dots li button:hover {
    opacity: .8
}

#slider .slick-dots li.slick-active button {
    background: #A7471C
}

#slider.corporativo .slick-dots li button {
    border: solid 1px #2669c2
}

#slider.corporativo .slick-dots li.slick-active button {
    background: #2669c2
}

#featured {
    background: #ffffff;
    padding: 60px 0
}

#featured h2 {
    text-align: center;
    color: #A7471C;
    font-size: 36px;
    font-family: upgrade, sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 4px
}

#featured .featured-slider {
    position: relative
}

#featured .featured-slider .item {
    padding: 0 30px;
    text-decoration: none
}

#featured .featured-slider .item .thumb img {
    width: 380px;
    max-width: 280px;
    margin: auto;
    transition: .3s
}

#featured .featured-slider .item h3 {
    text-align: center;
    color: #6b6b6b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    font-family: upgrade-lights, sans-serif
}

#featured .featured-slider .item:hover .thumb img {
    transform: scale(1.05)
}

#featured .featured-slider .prev {
    height: 22px;
    width: 28px;
    background-image: url("../images/left-arrow.png");
    background-size: contain;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    border: 0px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    cursor: pointer
}

#featured .featured-slider .prev:hover {
    transform: translateY(-50%) scale(1.05);
    opacity: .8
}

#featured .featured-slider .next {
    height: 22px;
    width: 28px;
    background-image: url("../images/right-arrow.png");
    background-size: contain;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    border: 0px;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    cursor: pointer
}

#featured .featured-slider .next:hover {
    transform: translateY(-50%) scale(1.05);
    opacity: .8
}

#featured.corporativo h2 {
    color: #97999B
}

#products-link {
    display: flex;
    text-decoration: none
}

#products-link .image-content {
    flex: 1;
    background: url("../images/residencial-home-produtos.png");
    background-size: cover;
    background-position: center bottom
}

#products-link .title-content {
    height: 320px;
    flex-basis: 480px;
    background: #A7471C;
    display: flex;
    align-items: center;
    justify-content: center
}

#products-link .title-content h2 {
    color: #fff;
    font-size: 36px;
    font-family: upgrade, sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px
}

#products-link.corporativo .image-content {
    background-image: url("../images/corporativo-home-produtos.png")
}

#products-link.corporativo .title-content {
    background: #2669c2
}

#inove-pattern {
    background-image: url("../images/inove-pattern.png");
    background-size: cover;
    background-position: center;
    background-color: #fff;
    padding: 60px 0
}

#inove-pattern .inove-content {
    display: flex;
    justify-content: space-between
}

#inove-pattern .inove-content .lojas {
    flex-basis: 50%;
    display: flex;
    align-items: center
}

#inove-pattern .inove-content .designers {
    flex-basis: calc(50% - 60px)
}

#inove-pattern .inove-content .block {
    margin-bottom: 60px;
    display: block;
    text-decoration: none;
    transition: .3s
}

#inove-pattern .inove-content .block img {
    width: 100%
}

#inove-pattern .inove-content .block h3 {
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: #6b6b6b;
    letter-spacing: 2px;
    font-family: upgrade-lights, sans-serif
}

#inove-pattern .inove-content .block:last-child {
    margin-bottom: 0px
}

#inove-pattern .inove-content .block:hover {
    transform: scale(1.05)
}

#about-home {
    padding: 100px 0;
    background-color: #A7471C;
    position: relative
}

#about-home .text {
    width: calc(35% - 30px)
}

#about-home .text h2 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 2px
}

#about-home .text p {
    color: #fff;
    font-weight: 100;
    font-family: "upgrade-lights";
    font-weight: 500
}

#about-home .text a {
    margin-top: 30px;
    display: table;
    padding: 8px 60px;
    border: solid 2px #ffffff;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    text-transform: uppercase
}

#about-home .text a:hover {
    background: #ffffff;
    color: #A7471C
}

#about-home::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    top: 0;
}

#about-home.corporativo {
    background-color: #2669c2
}

#about-home.corporativo .text a:hover {
    color: #2669c2
}

#footer {
    padding: 60px 0px;
    background: #000000
}

#footer .footer-content {
    display: flex;
    align-items: center
}

#footer .footer-content .logo img {
    height: 180px
}

#footer .footer-content .social {
    display: flex;
    margin: 0 100px
}

#footer .footer-content .social ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    list-style: none
}

#footer .footer-content .social ul li {
    margin-bottom: 30px
}

#footer .footer-content .social ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: table
}

#footer .footer-content .social ul li:last-child {
    margin-bottom: 0px
}

#footer .footer-content .menus {
    display: flex
}

#footer .footer-content .menus .menu {
    flex: 1;
    display: flex
}

#footer .footer-content .menus .menu ul {
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column
}

#footer .footer-content .menus .menu ul li {
    width: 120px;
    margin-bottom: 30px
}

#footer .footer-content .menus .menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase
}

#footer .footer-content .menus .menu ul li:last-child {
    margin-bottom: 0px
}

#footer .footer-content .lojas-news {
    flex: 1;
    margin-left: 60px
}

#footer .footer-content .lojas-news .lojas {
    display: flex;
    justify-content: space-evenly
}

#footer .footer-content .lojas-news .lojas .loja h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px
}

#footer .footer-content .lojas-news .lojas .loja .address {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 10px
}

#footer .footer-content .lojas-news .lojas .loja .email {
    color: #fff;
    display: table;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px
}

#footer .footer-content .lojas-news .lojas .loja .phone {
    color: #fff;
    display: table;
    text-decoration: none;
    font-size: 16px
}

#footer .footer-content .lojas-news .news {
    margin-top: 30px
}

#footer .footer-content .lojas-news .news h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px
}

#footer .footer-content .lojas-news .news form {
    display: flex
}

#footer .footer-content .lojas-news .news form input {
    -webkit-appearance: none;
    height: 42px;
    border: solid 2px #ffffff;
    color: #fff;
    border-radius: 0px;
    background: none;
    padding: 5px 12px
}

#footer .footer-content .lojas-news .news form button {
    width: 180px;
    border: solid 2px #ffffff;
    border-left: 0;
    color: #fff;
    border-radius: 0px;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s
}

#footer .footer-content .lojas-news .news form button:hover {
    background: #ffffff;
    color: #000
}

#products {
    background: #ffffff;
    padding-bottom: 2rem
}

#products .result-search {
    margin-top: 30px;
    font-weight: 400;
    color: #A7471C
}

#products .products-cover {
    width: 100%
}

#products .products-content {
    display: flex;
    align-items: flex-start
}

#products .products-content .sidebar {
    flex-basis: 280px;
    margin-right: 60px;
    margin-bottom: 60px
}

#products .products-content .sidebar .search form input {
    height: 40px;
    border: solid 1px #97999B;
    padding: 5px 10px;
    color: #97999B;
    background: #ffffff;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center
}

#products .products-content .sidebar .filter h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    color: #6b6b6b
}

#products .products-content .sidebar .filter .filter-items {
    padding: 15px;
    border-right: 1px solid #97999B
}

#products .products-content .sidebar .filter .filter-items a {
    display: block;
    color: #6b6b6b;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: upgrade-lights, sans-serif;
    padding: 4px 0
}

#products .products-content .sidebar .filter .filter-items a.active {
    color: #A7471C;
    font-weight: 800
}

#products .products-content .products-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

#products .products-content .products-list .product {
    flex-basis: calc(33.33333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    transition: .3s
}

#products .products-content .products-list .product img {
    width: 100%;
    margin-bottom: 15px
}

#products .products-content .products-list .product h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-family: upgrade-lights, sans-serif;
    text-align: center;
    font-weight: 500
}

#products .products-content .products-list .product .price {
    font-size: 16px;
    margin-top: 5px;
    color: #77726D
}

#products .products-content .products-list .product:nth-child(3n+0) {
    margin-right: 0px
}

#products .products-content .products-list .product:hover {
    transform: scale(1.02)
}

#products.search .products-content {
    flex-wrap: wrap
}

#products.search .products-content .sidebar {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 30px
}

.paginator {
    flex-basis: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginator li {
    margin: 0 8px
}

.paginator li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #A7471C;
    border: solid 1px #A7471C;
    border-radius: 50%;
    transition: .3s
}

.paginator li a:hover {
    background: #A7471C;
    color: #fff
}

.paginator li span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #A7471C;
    border: solid 1px #A7471C;
    border-radius: 50%;
    transition: .3s
}

.paginator li span:hover {
    background: #A7471C;
    color: #fff
}

.paginator li a.active {
    background: #A7471C;
    color: #fff
}

.paginator li span.active {
    background: #A7471C;
    color: #fff
}

#product .product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0px
}

#product .product-content .thumb {
    position: relative;
    flex-basis: calc(50% - 60px);
    border: solid 1px #eee
}

#product .product-content .thumb img {
    width: 100%
}

#product .product-content .thumb .wish-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #999;
    background: none;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: .3s
}

#product .product-content .thumb .wish-button:hover {
    transform: scale(1.1)
}

#product .product-content .thumb .wish-button.active {
    color: #A7471C
}

#product .product-content .details {
    flex-basis: calc(50% - 0px)
}

#product .product-content .details h1 {
    font-size: 28px;
    font-weight: 300;
    color: #292929;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px
}

#product .product-content .details .description p {
    font-size: 14px;
    margin-bottom: 15px
}

#product .product-content .details .price {
    font-size: 16px;
    margin: 60px 0 30px 0;
    color: #393939
}

#product .product-content .details .cart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#product .product-content .details .cart .orcamento {
    flex: 1
}

#product .product-content .details .cart .orcamento button {
    width: 100%;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 13px !important;
    letter-spacing: 2px;
    color: #fff;
    background-color: #A7471C !important;
    border: 0px;
    transition: .3s;
    padding: 0 30px !important;
    cursor: pointer;
    height: 24px
}

#product .product-content .details .cart .orcamento button:hover {
    opacity: .8
}

.wc_cart_add {
    margin-right: 30px
}

.wc_cart_add .cart_more {
    background-color: #A7471C !important;
    color: #fff;
    -webkit-appearance: none;
    border-color: #A7471C !important;
    transition: .3s;
    border-radius: 0px !important
}

.wc_cart_add .cart_more:hover {
    opacity: .8
}

.wc_cart_add input {
    border-color: #A7471C !important
}

.wc_cart_add .btn {
    font-size: 16px !important;
    letter-spacing: 2px;
    color: #fff;
    background-color: #A7471C !important;
    border: 0px;
    transition: .3s;
    padding: 0 30px !important;
    margin-left: 15px;
    cursor: pointer;
    min-width: 220px
}

.wc_cart_add .btn:hover {
    opacity: .8
}

.wc_cart_manager .wc_cart_manager_actions {
    display: flex;
    align-items: center;
    justify-content: center
}

.wc_cart_manager .wc_cart_manager_actions a {
    flex-basis: 50%;
    font-weight: 300 !important;
    letter-spacing: 1px;
    color: #A7471C !important;
    text-decoration: none !important;
    font-weight: 600 !important
}

.wc_cart_manager .wc_cart_manager_actions span {
    flex-basis: 50%;
    font-weight: 300 !important;
    letter-spacing: 1px;
    color: #A7471C !important;
    text-decoration: none !important
}

#product-gallery .gallery-items {
    position: relative
}

#product-gallery .gallery-items .prev {
    height: 22px;
    width: 28px;
    background-image: url("../images/left-arrow.png");
    background-size: contain;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    border: 0px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99
}

#product-gallery .gallery-items .prev:hover {
    transform: translateY(-50%) scale(1.05);
    opacity: .8
}

#product-gallery .gallery-items .next {
    height: 22px;
    width: 28px;
    background-image: url("../images/right-arrow.png");
    background-size: contain;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    border: 0px;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99
}

#product-gallery .gallery-items .next:hover {
    transform: translateY(-50%) scale(1.05);
    opacity: .8
}

#product-downloads {
    padding: 60px 0px
}

#product-downloads .downloads-content {
    display: flex;
    align-items: center;
    justify-content: center
}

#product-downloads .downloads-content a {
    width: 90px;
    height: 90px;
    background: #97999B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    transition: .3s;
    flex-direction: column;
    gap: 2px;
    text-decoration: none
}

#product-downloads .downloads-content a img {
    height: 42px;
    margin-top: 10px
}

#product-downloads .downloads-content a p {
    color: #fff;
    font-size: 14px
}

#product-downloads .downloads-content a:hover {
    background: #A7471C
}

#page-banner img {
    width: 100%
}

#page-about {
    padding: 60px 0px
}

#page-about h1 {
    text-align: center;
    color: #A7471C;
    margin-bottom: 60px;
    font-family: upgrade, sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px
}

#page-about h1.corporativo {
    color: #2669c2
}

#page-about .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#page-about .about-content .image {
    flex-basis: calc(55% - 30px)
}

#page-about .about-content .text-content {
    flex-basis: calc(45% - 30px)
}

#page-about .about-content .text-content p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: upgrade-lights, sans-serif;
    color: #6b6b6b
}

#page-about-separator {
    height: 460px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

#page-about-separator .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center
}

#page-about-separator .overlay h2 {
    text-align: center;
    color: #fff;
    max-width: 50%;
    margin: auto;
    font-weight: 400;
    font-size: 32px
}

#page-about-last-content {
    padding: 60px 0px
}

#page-about-last-content .last-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#page-about-last-content .last-content .image {
    flex-basis: calc(45% - 15px)
}

#page-about-last-content .last-content .text {
    flex-basis: calc(55% - 0px);
    padding-left: 60px
}

#page-about-last-content .last-content .text p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: upgrade-lights, sans-serif;
    color: #6b6b6b
}

#contact {
    padding: 60px 0px
}

#contact h1 {
    font-size: 36px;
    color: #A7471C;
    font-weight: 400;
    margin-bottom: 30px
}

#contact .contact-content {
    display: flex
}

#contact .contact-content .form {
    flex-basis: 55%;
    margin-right: 60px
}

#contact .contact-content .form .input-group p {
    font-size: 16px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 5px
}

#contact .contact-content .form .input-group input {
    margin-bottom: 15px;
    height: 36px;
    border: solid 1px #97999B;
    width: 100%;
    padding: 10px;
    font-family: upgrade-lights, sans-serif;
    font-weight: 500
}

#contact .contact-content .form .input-group textarea {
    margin-bottom: 15px;
    height: 36px;
    border: solid 1px #97999B;
    width: 100%;
    resize: none;
    height: 120px;
    padding: 10px
}

#contact .contact-content .form button {
    padding: 12px 36px;
    min-width: 220px;
    font-size: 14px;
    background: #A7471C;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    letter-spacing: 2px
}

#contact .contact-content .form button:hover {
    opacity: .8
}

#contact .contact-content .form button:disabled {
    opacity: .8
}

#contact .contact-content .form .corporativo_button {
    background: #2669c2 !important
}

#contact .contact-content .social {
    display: flex;
    flex-direction: column
}

#contact .contact-content .social a {
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    display: flex
}

#contact .contact-content .social a::before {
    width: 30px;
    display: inline-block
}

#blog {
    padding: 60px 0
}

#blog h1 {
    text-align: center;
    color: #A7471C;
    font-weight: 200;
    font-family: upgrade, sans-serif;
    font-size: 52px;
    margin-bottom: 60px
}

#blog .featured {
    margin-bottom: 60px
}

#blog .featured h2 {
    text-align: center;
    color: #97999B;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 1
}

#blog .featured img {
    margin: 30px 0px;
    width: 100%
}

#blog .featured .link {
    display: flex;
    justify-content: flex-end
}

#blog .featured .link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    text-decoration: none;
    color: #191919;
    text-transform: uppercase
}

#blog .featured .link a img {
    margin: 0;
    width: 24px;
    margin-left: 10px
}

#blog .post-list {
    display: flex;
    flex-wrap: wrap
}

#blog .post-list .post {
    flex-basis: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px
}

#blog .post-list .post:nth-child(3n+0) {
    margin-right: 0
}

#blog .post-list .post h2 {
    margin: 15px 0px 5px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500
}

#blog .post-list .post a {
    text-transform: uppercase;
    text-decoration: none;
    color: #97999B;
    margin-top: 15px;
    display: table
}

#single-post {
    padding: 60px 0
}

#single-post h1 {
    text-align: center;
    color: #A7471C;
    font-weight: 200;
    font-family: upgrade, sans-serif;
    font-size: 52px;
    margin-bottom: 30px
}

#single-post .featured {
    margin-bottom: 30px
}

#single-post .featured h2 {
    text-align: center;
    color: #97999B;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 1
}

#single-post .featured img {
    margin: 30px 0px;
    width: 100%
}

#single-post .htmlchars h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

#single-post .htmlchars h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

#single-post .htmlchars p {
    font-size: 14px;
    margin-bottom: 15px
}

#single-post .htmlchars ul li {
    font-size: 14px
}

#designers .banner img {
    width: 100%
}

#designers .designers-content {
    padding: 2rem 0
}

#designers .designers-content .designers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem
}

#designers .designers-content .designers-grid .designers-box {
    grid-column: span 2
}

#designers .designers-content .designers-grid .designers-box a {
    position: relative;
    display: block
}

#designers .designers-content .designers-grid .designers-box a img {
    width: 100%
}

#designers .designers-content .designers-grid .designers-box a h2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #A7471C;
    font-family: upgrade, sans-serif;
    opacity: 0;
    transition: .3s;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 400;
    padding: 1rem
}

#designers .designers-content .designers-grid .designers-box a:hover h2 {
    opacity: 1
}

#projetos .banner img {
    width: 100%
}

#projetos .projetos-content {
    padding: 2rem 0
}

#projetos .projetos-content .projetos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem
}

#projetos .projetos-content .projetos-grid .projetos-box {
    grid-column: span 3
}

#projetos .projetos-content .projetos-grid .projetos-box a {
    position: relative;
    display: block
}

#projetos .projetos-content .projetos-grid .projetos-box a img {
    width: 100%
}

#projetos .projetos-content .projetos-grid .projetos-box a h2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #A7471C;
    font-family: upgrade, sans-serif;
    opacity: 0;
    transition: .3s;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 400;
    padding: 1rem
}

#projetos .projetos-content .projetos-grid .projetos-box a:hover h2 {
    opacity: 1
}

#single-project h1 {
    font-size: 52px;
    font-family: upgrade-lights, sans-serif;
    color: #A7471C;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400
}

#loja .banner {
    padding: 3rem 0
}

#loja .banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

#loja .banner .banner-content h1 {
    font-size: 56px;
    font-family: upgrade, sans-serif;
    color: #A7471C;
    font-weight: 400
}

#loja .banner .banner-content img {
    width: 100%;
    display: none
}

#loja .banner .banner-content img.active {
    display: block
}

#loja .address {
    padding: 2rem 0
}

#loja .address .address-content {
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

#loja .address .address-content .address-content-1 {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

#loja .address .address-content .address-content-1 .address-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 3px solid #97999B;
    padding: 1rem;
    cursor: pointer;
    color: #97999B
}

#loja .address .address-content .address-content-1 .address-box .address-store {
    text-transform: uppercase;
    font-weight: 400
}

#loja .address .address-content .address-content-1 .address-box .address-text {
    font-size: 12px
}

#loja .address .address-content .address-content-1 .address-box .address-number {
    font-size: 1rem
}

#loja .address .address-content .address-content-1 .address-box .address-number .ddd {
    font-weight: 100;
    font-size: 14px
}

#loja .address .address-content .address-content-1 .residencial:hover,
#loja .address .address-content .address-content-1 .residencial.active {
    border: 3px solid #A7471C
}

#loja .address .address-content .address-content-1 .residencial:hover .address-store,
#loja .address .address-content .address-content-1 .residencial.active .address-store {
    color: #A7471C
}

#loja .address .address-content .address-content-1 .residencial:hover .address-number,
#loja .address .address-content .address-content-1 .residencial.active .address-number {
    color: #A7471C
}

#loja .address .address-content .address-content-1 .corporativo:hover,
#loja .address .address-content .address-content-1 .corporativo.active {
    border: 3px solid #2669c2
}

#loja .address .address-content .address-content-1 .corporativo:hover .address-store,
#loja .address .address-content .address-content-1 .corporativo.active .address-store {
    color: #2669c2
}

#loja .address .address-content .address-content-1 .corporativo:hover .address-number,
#loja .address .address-content .address-content-1 .corporativo.active .address-number {
    color: #2669c2
}

#loja .address .address-content .address-content-2 {
    flex-basis: 64%;
    display: flex
}

#loja .address .address-content .address-content-2 .address-map {
    width: 100%
}

#loja .address .address-content .address-content-2 .address-map iframe {
    width: 100%;
    height: 100%;
    display: none
}

#loja .address .address-content .address-content-2 .address-map iframe.active {
    display: block
}

.residencial_selected_box {
    border: 3px solid #A7471C !important
}

.residencial_selected_box #box-tittle-1 {
    color: #A7471C !important
}

.residencial_selected_box #box-number-1 {
    color: #A7471C !important
}

.residencial_selected_box #box-tittle-2 {
    color: #A7471C !important
}

.residencial_selected_box #box-number-2 {
    color: #A7471C !important
}

.residencial_selected_box #box-tittle-3 {
    color: #A7471C !important
}

.residencial_selected_box #box-number-3 {
    color: #A7471C !important
}

.residencial_selected_box #box-whats-1 {
    color: #A7471C !important
}

.residencial_selected_box #box-whats-2 {
    color: #A7471C !important
}

.residencial_selected_box #box-whats-3 {
    color: #A7471C !important
}

.corporativo_selected_box {
    border: 3px solid #2669c2 !important
}

.corporativo_selected_box #box-tittle-1 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-number-1 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-tittle-2 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-number-2 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-tittle-3 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-number-3 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-whats-1 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-whats-2 {
    color: #2669c2 !important
}

.corporativo_selected_box #box-whats-3 {
    color: #2669c2 !important
}

.selected_img {
    display: block !important
}

#search {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center
}

#search .close-search {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background: none;
    border: solid 2px #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#search .close-search span {
    width: 36px;
    height: 2px;
    display: block;
    background: #ffffff;
    transform: rotate(45deg);
    position: relative;
    top: 1px
}

#search .close-search span:nth-child(2) {
    top: -1px;
    transform: rotate(-45deg)
}

#search form {
    width: 580px;
    display: flex;
    max-width: 90%
}

#search form input {
    padding: 10px 20px;
    border: solid 2px #ffffff;
    border-radius: 40px;
    background: none;
    color: #fff;
    font-size: 16px;
    margin-right: 15px
}

#search form button {
    width: 50px;
    height: 45px;
    border-radius: 50%;
    font-size: 0px;
    background: #ffffff;
    border: 0px
}

#search form button::before {
    font-size: 18px !important
}

#search form button:disabled {
    background: #ddd
}

#wishlist {
    padding: 60px 0px
}

#wishlist h1 {
    font-weight: 400;
    font-size: 32px;
    color: #A7471C;
    margin-bottom: 30px
}

#wishlist .corporativo_text {
    color: #2669c2 !important
}

#wishlist .wishlist-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

#wishlist .wishlist-content .wishlist-empty {
    flex-basis: 100%;
    padding: 60px;
    background: #A7471C
}

#wishlist .wishlist-content .wishlist-empty span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    border: solid 2px #ffffff;
    font-size: 26px;
    margin: auto !important;
    margin-bottom: 30px !important
}

#wishlist .wishlist-content .wishlist-empty p {
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

#wishlist .wishlist-content .wishlist-empty form {
    margin-top: 30px
}

#wishlist .wishlist-content .wishlist-empty form input {
    padding: 10px 20px;
    border-radius: 30px;
    border: solid 2px #ffffff;
    background: transparent;
    color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 420px
}

#wishlist .wishlist-content .wishlist-empty form input::placeholder {
    color: #fff
}

#wishlist .wishlist-content .corporativo_wishlist {
    background: #2669c2 !important
}

#wishlist .wishlist-content .wishlist-list {
    flex: 1;
    margin-right: 30px;
    border: solid 1px #ddd
}

#wishlist .wishlist-content .wishlist-list .wishlist-item {
    padding: 15px;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center
}

#wishlist .wishlist-content .wishlist-list .wishlist-item:last-child {
    border-bottom: 0px
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .thumb {
    margin-right: 15px
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .thumb img {
    height: 60px;
    border: solid 1px #eee
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .info {
    flex: 1;
    margin-right: 15px
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions {
    display: flex
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .remove-item {
    height: 30px;
    width: 30px;
    background: #191919;
    color: #fff;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
    margin-right: 15px !important
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .remove-item:hover {
    opacity: .6
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds {
    display: flex
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds button {
    height: 30px;
    width: 30px;
    background: #A7471C;
    color: #fff;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds button:hover {
    opacity: .6
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds .corporativo_button {
    background: #2669c2 !important
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds input {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    width: 60px;
    text-align: center;
    border: solid 1px #A7471C
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds .corporativo_input {
    border: solid 1px #2669c2 !important
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#wishlist .wishlist-content .wishlist-list .wishlist-item .actions .changeQtds input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#wishlist .wishlist-content .form-wishlist {
    width: 460px
}

#wishlist .wishlist-content .form-wishlist h2 {
    font-weight: 500;
    text-transform: uppercase;
    color: #A7471C;
    margin-bottom: 30px
}

#wishlist .wishlist-content .form-wishlist .corportativo_text {
    color: #2669c2
}

#wishlist .wishlist-content .form-wishlist form input {
    width: 100%;
    border: solid 2px #A7471C;
    padding: 10px 15px;
    color: #A7471C;
    border-radius: 20px;
    margin-bottom: 15px;
    font-family: upgrade-ligts, sans-serif;
    font-weight: 500
}

#wishlist .wishlist-content .form-wishlist form textarea {
    width: 100%;
    border: solid 2px #A7471C;
    padding: 10px 15px;
    color: #A7471C;
    border-radius: 20px;
    margin-bottom: 15px;
    font-family: upgrade-ligts, sans-serif;
    font-weight: 500;
    resize: none;
    height: 120px
}

#wishlist .wishlist-content .form-wishlist form .corporativo_input {
    border: solid 1px #2669c2;
    color: #2669c2
}

#wishlist .wishlist-content .form-wishlist form button {
    background: #A7471C;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    border-radius: 60px;
    border: 0px;
    transition: .3s;
    cursor: pointer
}

#wishlist .wishlist-content .form-wishlist form button:hover {
    opacity: .6
}

#wishlist .wishlist-content .form-wishlist form button:disabled {
    opacity: .6
}

#wishlist .wishlist-content .form-wishlist form .corporativo_button {
    background: #2669c2
}

#designers-info .designer-info-content {
    display: flex;
    flex-direction: column;
    padding: 2rem 0
}

#designers-info .designer-info-content h1 {
    color: #A7471C;
    margin-bottom: 20px;
    font-family: upgrade, sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px
}

#designers-info .designer-info-content .info-content {
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

#designers-info .designer-info-content .info-content .info-content-box-1 {
    flex-basis: 45%
}

#designers-info .designer-info-content .info-content .info-content-box-1 .designer-image {
    width: 65% !important;
    border-radius: 10px
}

#designers-info .designer-info-content .info-content .info-content-box-2 {
    flex-basis: 45%
}

#designers-info .designer-info-content .info-content .info-content-box-2 .text-content p {
    font-family: upgrade-lights, sans-serif;
    font-weight: 500
}

#designers-info .designer-info-content .new-designer {
    justify-content: unset !important;
    gap: 0
}

#designers-info .designer-info-content .new-designer .info-content-box-1 {
    flex-basis: 35% !important
}

#designers-info .designer-info-content .new-designer .info-content-box-2 {
    flex-basis: 65% !important
}

#designers-info .designer-moveis-content .moveis-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem
}

#designers-info .designer-moveis-content .moveis-content .moveis-content-box {
    grid-column: span 2
}

@media (max-width: 48em) {
    .whatsapp {
        right: 10px;
        bottom: 80px
    }

    .whatsapp__button {
        width: 60px;
        height: 60px;
        right: 10px;
        bottom: 10px;
        -webkit-border-radius: 25%;
        -moz-border-radius: 25%;
        border-radius: 50%
    }

    .whatsapp__icon--button {
        margin-right: 0
    }

    .whatsapp__hidden {
        display: none
    }
}

@media (max-width: 768px) {
    #home .inove-selector {
        flex-wrap: wrap
    }

    #home .inove-selector .choice {
        min-height: 50vh;
        flex-basis: 100%
    }

    #home .inove-selector .choice .overlay img {
        height: 120px
    }

    #header {
        position: relative
    }

    #header .header-content .logo {
        flex: 1
    }

    #header .header-content .logo img {
        width: 100px
    }

    #header .header-content .actions {
        margin-right: 30px
    }

    #header .header-content .open-menu {
        display: block;
        width: 28px;
        height: 32px;
        -webkit-appearance: none;
        border: 0px;
        background: none
    }

    #header .header-content .open-menu span {
        width: 100%;
        height: 2px;
        background: #A7471C;
        display: block;
        margin: 5px 0px
    }

    #header .header-content .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100vw;
        opacity: 0;
        width: 100vw;
        background: #A7471C;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 99
    }

    #header .header-content .menu ul {
        flex-direction: column;
        margin-left: 30px
    }

    #header .header-content .menu ul li {
        margin-bottom: 15px
    }

    #header .header-content .menu ul li a {
        color: #fff;
        font-family: upgrade, sans-serif;
        font-size: 22px;
        letter-spacing: 3px
    }

    #header .header-content .menu ul li:last-child {
        margin-bottom: 0px
    }

    #header .header-content .menu ul li.has-sub:hover ul {
        display: none
    }

    #header .header-content .menu .close-menu {
        width: 36px;
        height: 36px;
        background: #191919;
        border: 0px;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    #header .header-content .menu .close-menu span {
        width: 22px;
        height: 2px;
        background: #ffffff;
        display: block;
        top: 1px;
        position: relative;
        transform: rotate(45deg)
    }

    #header .header-content .menu .close-menu span:nth-child(2) {
        top: -1px;
        transform: rotate(-45deg)
    }

    #header.corporativo .header-content .menu {
        background: #2669c2
    }

    #header.corporativo .header-content .menu ul li a {
        color: #fff
    }

    #header.corporativo .header-content .open-menu span {
        background: #2669c2
    }

    #featured .featured-slider .prev {
        left: 0
    }

    #featured .featured-slider .next {
        right: 0
    }

    #products-link {
        flex-wrap: wrap-reverse
    }

    #products-link .image-content {
        flex-basis: 100%;
        height: 200px
    }

    #products-link .title-content {
        flex-basis: 100%;
        height: 100px
    }

    #inove-pattern {
        padding: 30px 0px
    }

    #inove-pattern .inove-content {
        flex-wrap: wrap
    }

    #inove-pattern .inove-content .lojas {
        flex-basis: 100%;
        margin-bottom: 30px
    }

    #inove-pattern .inove-content .designers {
        flex-basis: 100%
    }

    #inove-pattern .inove-content .block {
        margin-bottom: 30px
    }

    #inove-pattern .inove-content .block:hover {
        transform: unset
    }

    #about-home {
        padding: 60px 0;
        padding-bottom: 320px
    }

    #about-home .text {
        width: 100%
    }

    #about-home::after {
        height: 260px;
        top: unset;
        left: 0
    }

    #footer .footer-content {
        flex-wrap: wrap;
        justify-content: center
    }

    #footer .footer-content .social {
        margin-right: 0px
    }

    #footer .footer-content .menus {
        margin: 60px 0
    }

    #footer .footer-content .menus .menu {
        margin-right: 30px
    }

    #footer .footer-content .menus .menu:last-child {
        margin-right: 0px
    }

    #footer .footer-content .menus .menu ul li {
        text-align: center
    }

    #footer .footer-content .lojas-news {
        margin-left: 0px
    }

    #footer .footer-content .lojas-news .lojas {
        flex-wrap: wrap
    }

    #footer .footer-content .lojas-news .lojas .loja {
        margin-top: 30px;
        flex-basis: 100%;
        text-align: center
    }

    #footer .footer-content .lojas-news .lojas .loja a {
        display: table;
        margin: auto
    }

    #footer .footer-content .lojas-news .lojas .loja:first-child {
        margin-top: 0px
    }

    #footer .footer-content .lojas-news .news {
        margin-top: 60px
    }

    #footer .footer-content .lojas-news .news h3 {
        text-align: center
    }

    #products .products-content {
        flex-wrap: wrap
    }

    #products .products-content .sidebar {
        margin-right: 0;
        flex-basis: 100%
    }

    #products .products-content .products-list .product {
        flex-basis: 100%;
        margin-right: 0
    }

    #product .product-content {
        flex-wrap: wrap
    }

    #product .product-content .thumb {
        flex-basis: 100%;
        margin-bottom: 30px
    }

    #product .product-content .details {
        flex-basis: 100%
    }

    #product .product-content .details .cart {
        flex-wrap: wrap
    }

    #product .product-content .details .cart .shop {
        flex-basis: 100%
    }

    #product .product-content .details .cart .shop form {
        display: flex;
        margin-right: 0px;
        margin-bottom: 30px
    }

    #product .product-content .details .cart .shop form .btn {
        margin-top: 0px;
        flex: 1
    }

    #product-gallery .gallery-items .prev {
        left: 0
    }

    #product-gallery .gallery-items .next {
        right: 0
    }

    #product-downloads .downloads-content a {
        height: 60px;
        width: 60px;
        margin: 0 7.5px
    }

    #product-downloads .downloads-content a img {
        height: 28px
    }

    #product-downloads .downloads-content a p {
        font-size: 12px
    }

    #page-about {
        padding: 30px 0px
    }

    #page-about h1 {
        font-size: 28px;
        margin-bottom: 30px
    }

    #page-about .about-content {
        flex-wrap: wrap-reverse
    }

    #page-about .about-content .image {
        flex-basis: 100%;
        margin-top: 30px
    }

    #page-about .about-content .text-content {
        flex-basis: 100%
    }

    #page-about-separator {
        background-attachment: unset
    }

    #page-about-separator .overlay h2 {
        max-width: 100%;
        font-size: 22px
    }

    #page-about-last-content {
        padding: 30px 0px
    }

    #page-about-last-content .last-content {
        flex-wrap: wrap
    }

    #page-about-last-content .last-content .image {
        flex-basis: 100%;
        margin-top: 30px
    }

    #page-about-last-content .last-content .text {
        flex-basis: 100%;
        padding-left: 0
    }

    #contact {
        padding: 30px 0px
    }

    #contact .contact-content {
        flex-wrap: wrap
    }

    #contact .contact-content .form {
        flex-basis: 100%;
        margin-bottom: 60px;
        margin-right: 0px
    }

    #contact .contact-content .social {
        flex-basis: 100%
    }

    #blog .post-list .post {
        flex-basis: 100%;
        margin-right: 0px
    }

    #loja .address .address-content {
        flex-direction: column-reverse
    }

    #search form button {
        width: 55px
    }

    #wishlist .wishlist-content {
        flex-wrap: wrap
    }

    #wishlist .wishlist-content .wishlist-list {
        flex-basis: 100%;
        margin-right: 0px;
        margin-bottom: 30px
    }

    #wishlist .wishlist-content .wishlist-empty form input {
        width: unset
    }

    #wishlist .wishlist-content .form-wishlist {
        flex-basis: 100%
    }

    #designers-info .designer-info-content .info-content {
        flex-direction: column-reverse
    }

    #designers-info .designer-info-content .info-content .info-content-box-1 .designer-image {
        width: 100% !important;
        margin-top: 1rem
    }

    #designers-info .designer-moveis-content .moveis-content .moveis-content-box {
        grid-column: span 6
    }
}

@media (min-width: 768px) {
    #header .header-content .menu {
        opacity: 1 !important
    }
}

@media (max-width: 760px) {
    #designers .designers-content .designers-grid .designers-box {
        grid-column: span 6
    }

    #projetos .projetos-content .projetos-grid .projetos-box {
        grid-column: span 6
    }
}