@import "/assets/fonts/ogg-regular-webfont.css";
.new-design h1,
.new-design h2,
.new-design h3,
.new-design h4,
.new-design h5,
.new-design h6 {
    font-family: 'oggregular', serif;
    font-weight: 400;
}

.tutorial_vid{
    cursor:pointer;
}

.new-design h1 {
    font-size: 3.5em;
}

#finishes article figure {
    width: 100%;
    background-size: cover;
    background-position: center;
}

#finishes article img {
    opacity: 0;
    transition: 0.8s ease;
}

#finishes article img:hover {
    opacity: 1;
    transform: scale(1.04);
}

#hero {
    /* background: url(../img/hero-new-desktop.jpg) center/cover no-repeat; */
    width: 100%;
    height: 100vh;
    min-height: 40em;
    color: #fff;
    position: static;
    right: 0;
    top: 0;
    overflow: hidden;
}

#home{
    width: 100%;
    height: 100vh;
    min-height: 40em;
    color: #fff;
    position: static;
    right: 0;
    top: 0;
    overflow: hidden;
}

.video-container {
    position: absolute;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
}

#iframe-vimeo-home {
    max-width: none;
    position: absolute;
}

#myVideo {
    height: 100%;
    max-width: 100%;
    transform: scale(1.3, 1.3);
    transform-origin: center;
    overflow: hidden;
}

.display-none{
    display: none;
}

.display-block{
    display: block;
}

#hero .transparent-overlay {
    height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(84, 84, 84);
    z-index: 1;
    opacity: .1;
}

#home .transparent-overlay{
    height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(84, 84, 84);
    z-index: 1;
    opacity: .1;
}

#hero .text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

#hero .bottom {
    width: 100%;
    text-align: center;
}

#hero .bottom a {
    display: block;
    color: #fff;
    font-size: 6em;
}

#hero h1 {
    font-size: 8em;
    color: #fff;
    line-height: 1em;
}

#hero h3 {
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    margin-top: 1em;
}

#our-products {
    background: linear-gradient(180deg, #000 0%, #000 35%, #fff 35%, #fff 100%);
    color: #fff;
}

#our-products h1 {
    color: #fff;
    padding: 1em 0;
}

#our-products .article {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50em;
    position: relative;
}

#home-products-bathroom-img{
    background-position: left !important;
}

#our-products .article h3 {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    font-weight: 300;
}

#our-products .slick-arrow {
    font-size: 2.5em !important;
}

#products-without-slider{
    display:none;
}
#new-classic {
    margin: 4em 0;
}

#new-classic h1 {
    font-size: 2.8em;
    padding: 0 1.5rem;
}

#new-classic img {
    width: 100%;
}

#new-classic .row {
    position: relative;
}

#new-classic .bottom {
    position: absolute;
    left: 0;
    bottom: 1.5rem
}

#new-classic .p-10 {
    padding: 4em;
}

#award-winning {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 60em;
}

#award-winning .layout {
    position: relative;
}

#award-winning .controls {
    position: absolute;
    z-index: 9;
    top: 10em;
    left: 0;
    width: 100%;
}

#award-winning .btn-slide {
    font-size: 1.5em;
}

#award-winning .slider {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#award-winning article {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 60em;
}

#award-winning article .text {
    max-width: 30em;
    text-align: right;
    margin-top: 60vh;
    float: right;
}

#community {
    padding: 4em 0;
    max-width: 100%;
}

#community h1 {
    padding: 0 1rem;
}

#community-slider-container {
    max-width: 100%;
}

#community-title-container {
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.prueba-loca {
    min-width: 100%;
}

@media only screen and (max-width: 1280px) {
    .layout {
        padding-left: 2em;
        padding-right: 2em;
    }
    #hero .text {
        box-sizing: content-box;
    }
    #community h1 {
        font-size: 3em;
    }
    #new-classic h1 {
        font-size: 2.8em; /*font-size: 1.6em;*/
    }
	.products .product h4 {
    font-size: 1.3em!important; /*font-size: 1.1em;--------------------------Franco*/
    
}
}

@media only screen and (max-width: 992px) {
    #award-winning {
        height: 40vh;
    }
    #award-winning .slider {
        height: auto;
    }
    #award-winning article {
        height: 38vh;
    }
    #award-winning article .text {
        margin-top: 25vh;
        max-width: 30em;
    }
    footer .social-icon {
        padding: .5em .4em .5em .4em;
        width: auto;
        font-size: 2.5em;
    }
    #community h1 {
        font-size: 3em;
    }
    #community {
        padding: 0 0;
    }
    #community-slider {
        padding: 0;
    }
    #community .slick-next {
        margin-right: 0 !important;
    }
    #community .slick-prev {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 550px) {
    #our-products .article h3 {
        font-size: 3em;
    }
    #award-winning article {
        background-position: 35%;
    }
    #community h1 {
        font-size: 2.6em;
    }
    #community a {
        font-size: .9em;
    }
    #hero .text {
        font-size: .5em;
    }
}

@media only screen and (max-width:500px){
    
    #products-slider-container{
        display:none;
    }
    
    #products-without-slider{
        display:block;
    }

    #our-products .article {
        width: 100%;
        height: 100vh;
    }
}

@media only screen and (max-width: 420px) {
    #community h1 {
        font-size: 2em;
    }
    #community a {
        font-size: .6em;
    }
}