html, body {
    height: 100%;
}
#container-carrossel {
    height: 100%;    
    padding: 0;
}
.banners {
    /*background-image: url(../img/layout/banner-animado-decor-crystal.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;*/
    overflow: hidden;
	position: relative;
} 
.banners .velas {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.left-door {
    padding: 0; 
}
.right-door {
    padding: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.portas {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.porta {
    cursor: pointer;
    position: relative;
}

.slide-right {
    -webkit-animation: slide-right 0.85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
    animation: slide-right 0.85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
}
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.slide-left {
    -webkit-animation: slide-left 0.85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
    animation: slide-left 0.85s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;    
}
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slide-right-reverse {
    -webkit-animation: slide-right-reverse 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
    animation: slide-right-reverse 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
}
@-webkit-keyframes slide-right-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slide-right-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.slide-left-reverse {
    -webkit-animation: slide-left-reverse 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
    animation: slide-left-reverse 0.65s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
}
@-webkit-keyframes slide-left-reverse {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slide-left-reverse {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slider-for {
    margin-bottom: 0;
}
.thumbnail {
    padding: 0 12px;
    border: 0;
}
.thumbnail img, .img-responsive {
	display: block;
	max-width: 100%;
    height: auto;
}
.thumbnail span {
	text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-top: 8px;
}
.container-slick-nav {
	padding: 0 20px;
	margin-top: 15px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #333 !important;
}
.slick-next {
    right: -28px !important;
}
.slick-prev, .slick-next {
    font-size: 0px !important;
    color: #333 !important;
    margin-top: -40px !important;
    width: 30px !important;
    height: 30px !important;
}
.slick-prev {
    left: -28px !important;
}
.slick-prev, .slick-next {
    font-size: 0px !important;
    color: #333 !important;
    margin-top: -15px !important;
    width: 30px !important;
    height: 30px !important;
}
.slick-slide {
    outline: none;
}

.slick-center img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#container-texto {
    padding: 50px 35px;
}
#container-texto .container {
    max-width: 930px;
}
#container-texto .texto {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: 500;
}
#container-texto {
    position: relative;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 90px;
    background-image: radial-gradient(circle at 50% 150%, rgba(198,162,97,.45) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.bg-semi-circle-bottom {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    background: #fff;
    border: 30px solid #fff;
    -webkit-box-shadow: 0px 165px 75px 185px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 165px 75px 185px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 165px 75px 185px rgba(50, 50, 50, 0.35);
}
.bg-semi-circle-top-svg {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
#bg-page-bottom {
    overflow: hidden;
    position: relative;
}
#container-texto .container-icon {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
#container-texto .container-icon .icon {
    max-height: 60px;
}
#container-texto .container-icon p {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}
.slick-list {    
    overflow-y: visible !important;
}
#bg-carrossel-portas {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    #container-carrossel {
        height: initial;
        padding-top: 50px;
    }
    .banners {        
        background-size: 100%;
        background-position: center bottom;
        height: initial;
    }
    #produtos, #content {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    } 
    #container-texto {        
        padding-bottom: 45px;
        background-image: none;
        background-color: #eee;
    }
    #container-texto .texto {       
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }
    #bg-page-bottom {
        margin-top: -10px;
    }
    #footer-informacoes {        
        margin-top: 0px;
    }    
    .logo-linha-decor {
        max-width: 180px;
        margin: 15px auto;
    }
    .container-slick-nav {
        margin-top: 20px;
    }
       
}

@media (max-width: 320px) {
    #produtos, #content {
        padding: 0;
    }
}

@media (min-width: 768px) {  
    .banners {
        max-height: 65%;
    }
    #bg-page-top-mobile {
        display: none;
    }
    #bg-page-bottom-mobile {
        display: none;
    }
    #footer-informacoes {
        margin-top: 0;
    }  
}

@media (min-width: 992px) {    
   
}

@media (min-width: 1200px) {   
    
}

@media (min-width: 1201px) and (max-width: 1366px) {   
    .banners {
        max-height: 75%;
    }
    .thumbnail img {
        max-height: 100px !important;
    }
}

@media (min-width: 1367px) {   
    .banners {
        max-height: 80%;
    }
}