
.preload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    transition-delay: 0.5s
}
.preload:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(50% - 19px);
    bottom: 0px;
    background: #212322;
    transition: 0.5s
}
.preload:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(50% + 20px);
    top: 0px;
    background: #212322;
    transition: 0.5s
}
.preload__mid {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center
}
.preload__mid.active {
    transition: 0.3s;
    opacity: 0
}
.preload__logo {
    padding-bottom: 15px;
    width: 280px;
    overflow: hidden;
    position: relative;
    z-index: 1
}
.preload__logo:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    height: 3px;
    background: white;
    bottom: 7px;
    z-index: 2;
    transition: 0.5s
}
.preload__logo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    bottom: 7px;
    left: 0;
    transition: 0.3s;
    opacity: 1
}
.preload__logo svg {
    width: 100%;
    height: 100%;
    display: block
}
.preload__logo svg path {
    transition: 0.3s
}
.preload__logo svg path#decorlux_preload_d {
    transition-delay: 0.8s
}
.preload__logo svg path#decorlux_preload_e {
    transition-delay: 0.6s
}
.preload__logo svg path#decorlux_preload_c {
    transition-delay: 0.7s
}
.preload__logo svg path#decorlux_preload_o {
    transition-delay: 0.5s
}
.preload__logo svg path#decorlux_preload_r {
    transition-delay: 0.4s
}
.preload__logo svg path#decorlux_preload_l {
    transition-delay: 0.3s
}
.preload__logo svg path#decorlux_preload_u {
    transition-delay: 0.2s
}
.preload__logo svg path#decorlux_preload_x {
    transition-delay: 0.1s
}
.preload__logo--active svg path#decorlux_preload_d {
    transform: translate(0px, 58px)
}
.preload__logo--active svg path#decorlux_preload_e {
    transform: translate(-29.231px, 58px)
}
.preload__logo--active svg path#decorlux_preload_c {
    transform: translate(-14.927px, 58px)
}
.preload__logo--active svg path#decorlux_preload_o {
    transform: translate(-41.135px, 58px)
}
.preload__logo--active svg path#decorlux_preload_r {
    transform: translate(-61.534px, 53px)
}
.preload__logo--active svg path#decorlux_preload_l {
    transform: translate(-78.308px, 53px)
}
.preload__logo--active svg path#decorlux_preload_u {
    transform: translate(-90.917px, 53px)
}
.preload__logo--active svg path#decorlux_preload_x {
    transform: translate(-107.772px, 52px)
}
.preload__logo--active:after {
    opacity: 0
}
.preload__logo--active-load:before {
    width: 100%
}
.preload__lines {
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 3px;
    z-index: 3
}
.preload__lines .preload__line {
    position: absolute;
    width: 0px;
    height: 100%;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s
}
.preload__lines .preload__line--active {
    width: 100%
}
.preload--active {
    pointer-events: none;
    opacity: 0
}
.preload--active:before {
    height: 0px
}
.preload--active:after {
    height: 0px
}
@keyframes menuOpenBefore {
    0% {
        transform: none
    }
    50% {
        transform: translateY(6px)
    }
    100% {
        transform: rotate(45deg) translateX(4px) translateY(4px)
    }
}
@keyframes menuOpenAfter {
    0% {
        transform: none
    }
    50% {
        transform: translateY(-6px)
    }
    100% {
        transform: rotate(-45deg) translateX(4px) translateY(-5px)
    }
}
#cta-ecommerce {
    height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: calc(50% + 130px);
    right: 40px;
    color: #ffffff;
    border-radius: 35px;
    padding: 24px 62px 22px 23px;
    background-color: #FF1100;
    z-index: 10;
    transition: 0.5s;
    transform: translateY(50%)
}
@media (max-width: 550px) {
    #cta-ecommerce {
        width: 100%;
        height: 65px;
        bottom: 0;
        right: 0;
        justify-content: center;
        padding: initial;
        border-radius: initial;
        transform: initial
    }
}
#cta-ecommerce .icon-x {
    width: 80px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%)
}
@media (max-width: 550px) {
    #cta-ecommerce .icon-x {
        width: 60px;
        position: relative;
        right: initial;
        top: initial;
        transform: initial
    }
}
#cta-ecommerce .icon-x svg {
    display: block;
    width: 100%;
    height: auto
}
#cta-ecommerce .text-x {
    position: relative;
    font-weight: bold
}
@media (max-width: 550px) {
    #cta-ecommerce .text-x {
        margin-left: 20px
    }
}
#cta-ecommerce .text-x::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #ffffff
}
.solicitud {
    padding: 70px 0px;
    background: #e9d7c5;
    position: relative
}
.solicitud .weclient {
    margin: 5px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
@media (max-width: 950px) {
    .solicitud .weclient {
        display: block
    }
}
.solicitud .weclient__title h3 {
    font-size: 16px;
    font-family: 'markprobook';
    font-weight: 400;
    color: #7A7B7A
}
.solicitud .weclient__send {
    padding: 5px 0px
}
.solicitud .weclient__send a {
    display: inline-flex;
    font-size: 47px;
    font-family: 'markprobold';
    color: #212322;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    padding-left: 5px;
    margin-left: -5px;
    z-index: 1
}
@media (max-width: 750px) {
    .solicitud .weclient__send a {
        font-size: 20px;
        line-height: 66px;
        white-space: nowrap
    }
}
@media (max-width: 321px) {
    .solicitud .weclient__send a {
        font-size: 16px
    }
}
.solicitud .weclient__send a span {
    margin-left: -3px
}
.solicitud .weclient__send a i {
    width: 70px;
    margin-left: 15px;
    transition: 0.3s;
    text-align: center;
    transition-delay: 0.6s;
    line-height: 66px;
    opacity: 0
}
.solicitud .weclient__send a i svg {
    width: 25px
}
.solicitud .weclient__send a i svg path {
    stroke-width: 1px;
    stroke: #212322
}
.solicitud .weclient__send a .swifth {
    content: '';
    background: #E8E8E8;
    position: absolute;
    height: 70px;
    width: 100%;
    z-index: -1;
    border-radius: 50px;
    transition: 0.5s;
    transform: translateX(calc(-100% + 70px));
    opacity: 0
}
.solicitud .weclient__send a .swifth.active {
    opacity: 1
}
.solicitud .weclient__send a .swifth.move {
    transform: translateX(calc(100% - 70px))
}
.solicitud .weclient__send a:hover i {
    opacity: 1
}
.solicitud .weclient__left {
    max-width: 550px
}
@media (max-width: 950px) {
    .solicitud .weclient__left {
        margin-bottom: 40px
    }
}
@media (max-width: 750px) {
    .solicitud .weclient__left {
        padding-right: 45px
    }
}
.solicitud .weclient__content {
    margin-top: 20px;
    color: #4D4F4E
}
.solicitud .weclient__right {
    padding-right: 15px
}
.solicitud__decoration {
    position: absolute;
    width: 55px;
    height: 6px;
    background: #231f20;
    right: 0;
    top: 50%;
    margin-top: -3px
}
@media (max-width: 1025px) {
    .solicitud__decoration {
        width: 40px
    }
}
.solicitud__decoration:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -50px;
    background: #231f20
}
.solicitud__decoration:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -50px;
    background: #231f20
}
.extrafooter {
    padding: 120px 0px;
    background: #2b2b2b
}
@media (max-width: 750px) {
    .extrafooter {
        padding: 30px 0px
    }
}
.extrafooter .flex-extrafooter {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between
}
@media (max-width: 750px) {
    .extrafooter .flex-extrafooter {
        flex-wrap: wrap
    }
}
.extrafooter .flex-extrafooter .item-extrafooter {
    max-width: 280px
}
@media (max-width: 750px) {
    .extrafooter .flex-extrafooter .item-extrafooter {
        max-width: 100%;
        margin: 20px 0px;
        width: 100%
    }
}
.extrafooter .flex-extrafooter .item-extrafooter__content h3 {
    font-weight: 400;
    font-family: 'markprobook';
    font-size: 20px
}
.extrafooter .flex-extrafooter .item-extrafooter__content .descp {
    margin: 40px 0px
}
@media (max-width: 750px) {
    .extrafooter .flex-extrafooter .item-extrafooter__content .descp {
        margin-top: 10px;
        margin-bottom: 20px
    }
}
footer .addFooter {
    padding: 70px 0px;
    background: #212322;
    border-top: solid 1px #797b7a
}
footer .addFooter .flex-topfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: solid 1px #797b7a
}
@media (max-width: 750px) {
    footer .addFooter .flex-topfoot {
        display: block
    }
}
footer .addFooter .flex-topfoot .logo {
    width: 30px
}
footer .addFooter .flex-topfoot .menu-foot {
    position: relative;
    top: 8px;
    width: 70%
}
@media (max-width: 750px) {
    footer .addFooter .flex-topfoot .menu-foot {
        top: 0px;
        margin-top: 20px;
        width: 100%
    }
}
footer .addFooter .flex-topfoot .menu-foot ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}
@media (max-width: 750px) {
    footer .addFooter .flex-topfoot .menu-foot ul {
        flex-wrap: wrap;
        justify-content: end
    }
}
footer .addFooter .flex-topfoot .menu-foot ul a {
    font-size: 14px;
    color: #797b7a;
    margin-left: 15px
}
@media (max-width: 750px) {
    footer .addFooter .flex-topfoot .menu-foot ul a {
        margin-left: 0px;
        margin-right: 15px
    }
}
@media (max-width: 750px) {
    footer .addFooter .flex-topfoot .menu-foot ul li {
        width: 25%
    }
}
footer .addFooter .flex-botfoot {
    color: #797b7a;
    padding-top: 70px;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}
@media (max-width: 950px) {
    footer .addFooter .flex-botfoot {
        flex-wrap: wrap
    }
}
footer .addFooter .flex-botfoot h3 {
    font-family: 'markprobook';
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px
}
@media (max-width: 1025px) {
    footer .addFooter .flex-botfoot .item-botfoot {
        width: 200px
    }
}
@media (max-width: 950px) {
    footer .addFooter .flex-botfoot .item-botfoot {
        width: 280px;
        flex: none;
        margin-top: 20px;
        margin-bottom: 20px
    }
}
footer .minFooter {
    background: #202120
}
footer .minFooter .flex-minfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 10px 0px
}
footer .minFooter .flex-minfoot a {
    color: rgba(255, 255, 255, 0.5)
}
.btnLink {
    color: white !important;
    position: relative;
    padding: 13px 20px;
    padding-right: 0px;
    display: inline-flex;
    z-index: 1;
    border-radius: 30px;
    align-items: center;
    border: none;
    background: transparent;
    outline: none
}
.btnLink .swifth {
    background: #404040;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px
}
.btnLink .swifth.white {
    background-color: rgba(232, 232, 232, 0.5)
}
.btnLink i {
    width: 50px;
    margin-left: 20px;
    text-align: center;
    line-height: 15px
}
.btnLink i svg {
    width: 18px
}
.btnLink i svg path {
    fill: white;
    stroke: white
}
.btnLink:hover .swifth {
    left: calc(100% - 50px);
    transition: 0.5s
}
.btnLink.btn_black {
    font-size: 14px;
    padding: 10px 20px;
    padding-bottom: 9px;
    color: #2b2b2b !important;
    padding-right: 0px
}
.btnLink.btn_black .swifth {
    background: #E8E8E8;
    width: 40px;
    height: 40px
}
.btnLink.btn_black i {
    width: 40px;
    margin-left: 10px
}
.btnLink.btn_black i svg {
    width: 14px;
    position: relative;
    top: -1px
}
.btnLink.btn_black i svg path {
    fill: #2b2b2b;
    stroke: #2b2b2b
}
.btnLink.btn_black:hover .swifth {
    left: calc(100% - 40px);
    transition: 0.5s
}
.btnLink.btn_new_black {
    color: #2b2b2b !important
}
.btnLink.btn_new_black .swifth {
    background: #E8E8E8
}
.btnLink.btn_new_black i svg path {
    fill: #2b2b2b;
    stroke: #2b2b2b
}
.btnarrowLink {
    position: relative;
    display: flex;
    padding: 13px 0px
}
.btnarrowLink span {
    color: #212322;
    font-weight: 700;
    min-width: 145px;
    margin-right: 5px
}
.btnarrowLink i {
    width: 15px;
    margin-left: 10px;
    position: relative
}
.btnarrowLink i:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px #212322;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: -6px;
    left: -12px;
    border-left-color: transparent;
    transform: rotate(45deg);
    transition: 0.3s
}
.btnarrowLink i svg path {
    fill: #212322;
    stroke: #212322
}
.btnarrowLink:hover i:before {
    transform: rotate(180deg);
    border-left-color: #212322;
    border-bottom-color: #212322
}
.btnarrowLink.active i:before {
    transform: rotate(180deg);
    border-left-color: #212322;
    border-bottom-color: #212322
}
.btnarrowLink.btnarrowLinkReverse i {
    margin-left: 0px;
    margin-right: 20px;
    transform: rotate(180deg)
}
.navigation {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px
}
.navigation span {
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    border: solid 1px #212322;
    border-radius: 50%;
    height: 30px;
    margin: 0px 5px
}
.navigation a {
    width: 30px;
    font-size: 16px;
    border: solid 1px rgba(43, 43, 43, 0);
    border-radius: 50%;
    height: 30px;
    line-height: 28px;
    color: #212322;
    transition: 0.5s;
    opacity: 0.5;
    margin: 0px 5px
}
.navigation a svg {
    width: 13px
}
.navigation a:hover {
    opacity: 1;
    border: solid 1px #212322
}
.navigation a.next {
    margin-left: 15px;
    position: relative
}
.navigation a.next:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border: solid 1px #212322;
    left: 0;
    top: -1px;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    transition: 0.5s;
    pointer-events: none
}
.navigation a.next svg {
    stroke: #2b2b2b;
    fill: #2b2b2b
}
.navigation a.next:hover {
    border: solid 1px transparent
}
.navigation a.next:hover:before {
    transform: rotate(360deg);
    border-left-color: #212322;
    border-bottom-color: #212322
}
.navigation a.prev {
    margin-right: 15px;
    position: relative
}
.navigation a.prev:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border: solid 1px #212322;
    left: 0;
    top: -1px;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    transform: rotate(45deg);
    transition: 0.5s;
    pointer-events: none
}
.navigation a.prev svg {
    stroke: #2b2b2b;
    fill: #2b2b2b;
    transform: rotate(180deg)
}
.navigation a.prev:hover {
    border: solid 1px transparent
}
.navigation a.prev:hover:before {
    transform: rotate(360deg);
    border-right-color: #212322;
    border-top-color: #212322
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.form .form__input {
    width: 100%;
    flex: none;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    position: relative
}
.form .form__input:before {
    content: '';
    width: 120px;
    position: absolute;
    height: 1px;
    background: #d0d0d0;
    bottom: 0px;
    transition: 0.3s;
    z-index: 2
}
@media (max-width: 950px) {
    .form .form__input:before {
        width: 80px
    }
}
.form .form__input br {
    display: none
}
.form .form__input span {
    display: block;
    width: calc(100% - 150px);
    position: relative
}
@media (max-width: 950px) {
    .form .form__input span {
        width: calc(100% - 80px)
    }
}
.form .form__input span.wpcf7-not-valid-tip {
    width: 100% !important;
    position: absolute !important;
    font-size: 10px !important;
    color: #f96767 !important
}
.form .form__input input {
    width: 100%;
    font-size: 14px;
    border: none;
    padding: 19px 10px;
    background: transparent
}
.form .form__input select {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 19px 10px;
    outline: none
}
.form .form__input label {
    width: 150px;
    font-size: 14px;
    padding: 19px 0px;
    margin: 0px;
    position: relative
}
@media (max-width: 950px) {
    .form .form__input label {
        width: 80px;
        font-size: 12px
    }
}
.form .form__input label:before {
    content: '';
    position: absolute;
    height: 0px;
    width: 1px;
    background: #d0d0d0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s
}
.form .form__input:hover label:before {
    height: calc(100% - 14px)
}
.form .form__input:hover:before {
    width: 100%
}
.form .form__input.active label:before {
    height: calc(100% - 14px)
}
.form .form__input.active:before {
    width: 100%
}
.form .form__input.--half {
    width: 48%
}
@media (max-width: 1400px) {
    .form .form__input.--half {
        width: 100%
    }
}
.form .form_input_btn {
    width: 100%;
    text-align: right
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none !important;
    background: #fd7979 !important;
    color: white;
    font-size: 14px !important;
    padding: 5px 10px !important
}
body {
    color: #212322;
    font-family: 'markprobook'
}
h1,
h2,
h3,
h4 {
    font-family: 'markprobold'
}
h1,
h2,
h3,
h4,
p,
menu,
main,
section {
    margin: 0px
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: none
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}
input {
    outline: none
}
.fullheight {
    height: 100vh
}
@media (max-width: 750px) {
    .fullheight {
        min-height: 600px
    }
}
.x-container {
    margin: auto;
    max-width: calc(100% - 600px)
}
@media (max-width: 1400px) {
    .x-container {
        max-width: calc(100% - 400px)
    }
}
@media (max-width: 1300px) {
    .x-container {
        max-width: calc(100% - 200px)
    }
}
@media (max-width: 1025px) {
    .x-container {
        max-width: calc(100% - 100px)
    }
}
@media (max-width: 950px) {
    .x-container {
        max-width: calc(100% - 40px)
    }
}
@media (max-width: 750px) {
    .x-container {
        max-width: calc(100% - 40px)
    }
}
@media (max-width: 550px) {
    .x-container {
        max-width: calc(100% - 40px)
    }
}
::-webkit-scrollbar-thumb {
    background: #212322;
    border-radius: 10px;
    cursor: pointer
}
::-webkit-scrollbar-track {
    background: white
}
::-webkit-scrollbar {
    width: 9px;
    height: 5px
}
.content_s {
    padding-left: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #7A7B7A;
    position: relative
}
.content_s:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #4D4F4E;
    border-radius: 50%;
    left: -10px;
    top: 0
}
.content_s p strong,
.content_s p b {
    color: #2b2b2b
}