/*
 *   (c) 2018
 *   Designed by Kernel Soluciones www.kernelsoluciones.com
 */

body {
    overflow-x: hidden;
    font-family: 'Questrial', sans-serif;

}

#navigation {
    background-color: #000;
}
#navigation .navbar-brand img {
    height: 75px;
}
#navigation .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    font-family: 'Days One', sans-serif;
}
#navigation .navbar-light .navbar-nav .active>.nav-link,
#navigation .navbar-light .navbar-nav .nav-link.active,
#navigation .navbar-light .navbar-nav .nav-link.show,
#navigation .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
}
#navigation .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #ccc;
}

.va-center-container {
    display: table;
    width: 100%;
    height: 100%;
}
.va-center-inner {
    display: table-cell;
    vertical-align: middle;
}

.section-intro {
    height: 100vh;
    height: calc(100vh - 100px);
    background-image: url('http://maderasfinasmx.com/img/main_back.jpg');
    background-size: cover;
    color: #fff;
}
.section-intro .back-custom {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.section-intro .back-custom .banner {
    display: inline-block;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    text-align: right;
    margin-right: auto;
}
.section-intro .back-custom .banner .title span {
    color: #aa875e;
}
.section-intro .back-custom .banner .description:after {
    content: ' ';
    display: block;
    height: 10px;
    width: 80%;
    border-bottom: solid 3px #aa875e;
    margin-left: auto;
}
.section-intro .social {
    list-style: none;
    padding-left: 40px;
    font-size: 30px;
}
@media (min-width: 480px) {
    .section-intro .back-custom .banner {
        padding: 10px 50px;
    }
}

.section-page {
    padding: 70px 0;
    position: relative;
}
.section-page .container img {
    max-width: 100%;
}

.page-title {
    display: block;
    width: 70%;
    background-color: #aa875e;
    text-align: right;
    padding: 2px 20px;
    position: relative;
    font-family: 'Days One', sans-serif;
}
.page-title.pt-right {
    text-align: left;
    margin-left: auto;
}
.page-title:after {
    content: ' ';
    display: block;
    background-color: #aa865e;
    position: absolute;
    right: -99px;
    top: 0;
    width: 100px;
    height: 42px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.page-title.pt-right:after {
    display: none;
}
.page-title:before {
    content: ' ';
    display: block;
    background-color: #aa865e;
    position: absolute;
    left: -99px;
    top: 0;
    width: 100px;
    height: 42px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 566px) {
    .page-title {
        width: 40%;
    }
}

.page-subtitle {
    width: 80%;
    text-align: center;
}
.page-subtitle.ps-right {
    margin-left: auto;
    color: #79470f;
    margin-bottom: 50px;
}
@media (min-width: 450px) {
    .page-subtitle {
        width: 50%;
    }
}

.icon-title {
    text-align: center;
}
.icon-title .icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #e6e6e6;
    border-radius: 100px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #424242;
}

.left-angle {
    height: 300px;
    width: 100px;
    background-image: url(http://maderasfinasmx.com/img/back_floor.jpg);
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
}
.left-angle:after {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: block;
}
.section-page.w-left-angle {
    minm-height: 300px;
    padding: 0;
}
.section-page.w-left-angle .container {
    margin-left: 100px;
}
@media (min-width: 100px) {
    .left-angle {
        opacity: 0.2;
    }
    .section-page.w-left-angle .container {
        margin-left: auto;
    }
}
@media(min-width: 650px) {
    .left-angle {
        opacity: 1;
    }
    .section-page.w-left-angle .container {
        margin-left: 100px;
    }
}
@media(min-width: 740px) {
    .section-page.w-left-angle .container {
        margin-left: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1060px) {
    .container {
        max-width: fit-content;
    }
}
@media(min-width: 1300px) {
    .left-angle {
        width: 100px;
        height: 300px;
    }
    .section-page.w-left-angle {
        height: 300px;
    }
    .section-page.w-left-angle .container {
        margin-left: 150px;
    }
}
@media(min-width: 1510px) {
    .left-angle {
        height: 400px;
        width: 200px;
    }
    .section-page.w-left-angle {
        height: 400px;
    }
    .section-page.w-left-angle .container {
        margin-left: auto;
    }
}

.simple-title {
    font-size: 20px;
    color: #797979;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Days One', sans-serif;
}

.color-brown {
    color: #79470f;
}

.product-item img {
    max-width: 100%;
}

.image-blinds {
    width: 300px;
    height: 200px;
    display: -webkit-box;
    position: relative;
    margin-left: auto;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.image-blinds .item-0,
.image-blinds .item-1,
.image-blinds .item-2,
.image-blinds .item-3 {
    background-image: url('http://maderasfinasmx.com/img/back_forest.jpg');
    background-size: cover;
    height: 100%;
    margin-left: 5px;
    width: 120px;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
}
.image-blinds .item-0 {
    -ms-background-position-x: 0%;
    background-position-x: 0%;
}
.image-blinds .item-1 {
    -ms-background-position-x: 25%;
    background-position-x: 25%;
    margin-top: 15px;
}
.image-blinds .item-2 {
    -ms-background-position-x: 50%;
    background-position-x: 50%;
    margin-top: 30px;
}
.image-blinds .item-3 {
    -ms-background-position-x: 75%;
    background-position-x: 75%;
    margin-top: 45px;
}
.section-page.w-image-blinds {
    min-height: 200px;
    padding: 0;
    margin-bottom: 50px;
}
@media (min-width: 576px) {
    .image-blinds {
        position: absolute;
        margin-left: unset;
    }
}
@media (min-width: 810px) {
    .image-blinds {
        width: 400px;
        height: 300px;
    }
    .section-page.w-image-blinds {
        height: 300px;
    }
}
@media (min-width: 980px) {
    .image-blinds {
        width: 500px;
        height: 400px;
    }
    .section-page.w-image-blinds {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .spacer-sm {
        height: 50px;
    }
}

.section-contact {
    background-image: url('http://maderasfinasmx.com/img/back_contact.jpg');
    background-size: cover;
    color: #fff
}
.section-contact .back-custom {
    background-color: rgba(0, 0, 0, 0.69);
    padding: 40px 0;
}

.section-contact .form-control {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}
.section-contact .simple-title {
    color: #fff;
}
.section-contact ::-webkit-input-placeholder,
.section-contact :-ms-input-placeholder,
.section-contact ::placeholder {
    color: #fff;
}

.contact-item {
    padding-left: 50px;
    position: relative;
}
.contact-item .icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #925f27;
    border-radius: 40px;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: #fff;
}
.contact-item  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-item ul li a {
    color: inherit;
}

.section-footer {
    background-color: #000;
    color: #ccc;
    padding: 40px 0;
}
.section-footer img {
    max-width: 100%;
}
.section-footer .title {
    font-size: 18px;
}
.section-footer .list-footer {
    list-style: none;
    padding: 0;
    margin-left: auto;
    display: inline-block;
}
.section-footer .list-footer li a {
    color: #ccc;
}

.about-logo {
    width: 200px;
    margin-bottom: 20px;
}
.about-tech {
    max-height: 200px;
}

.spacer {
    height: 50px;
}

.product-simple {
    text-align: center;
}
.product-simple .title {
    font-size: 18px;
    color: #8c5d2a;
    font-weight: bold;
    display: inline-block;
}
.product-simple .title:before,
.product-simple .title:after {
    content: "\2022";
    color: #7d5222;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.section-banner-1 {
    background-image: url('http://maderasfinasmx.com/img/back_ban_1.jpg');
    background-size: cover;
    color: #fff;
}
.section-banner-1 .back-custom {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 50px 0;
}
.section-banner-1 .simple-title {
    color: #e0af7c;
}

.services-list,
.customer-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.services-list li,
.customer-list li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 19px;
}
.customer-list li {
    font-size: 25px;
}

.section-banner-2 {
    background-image: url('http://maderasfinasmx.com/img/back_ban_1.jpg');
    background-size: cover;
    color: #fff;
    text-align: center;
}
.section-banner-2 .back-custom {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 0;
}


/*
 * Thanks to https://codepen.io/dudleystorey/pen/KopwJZ
 */
.mosaic-img {
    width: 80%;
    margin: 0 auto;
    line-height: 0;
    position: relative;
}
.mosaic-img img {
    width: 100%;
}
.mosaic-img article {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    mix-blend-mode: lighten;
}
.mosaic-img div {
    background: black;
    height: 100%
}
.mosaic-img div:nth-of-type(2) {
    grid-column: 2 / 4;
}












/*
     FILE ARCHIVED ON 10:31:05 Jul 23, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:10:16 Sep 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.604
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.018
  esindex: 0.01
  cdx.remote: 47.262
  LoadShardBlock: 206.648 (3)
  PetaboxLoader3.datanode: 127.235 (4)
  PetaboxLoader3.resolve: 174.82 (2)
  load_resource: 164.925
*/