p{
    text-indent: 0;
}
.center{
    text-align: center;
}
.div-video video{    
    margin-bottom: 100px;   
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


#imagens, #imagens *{margin:0;padding:0;}
#imagens{margin:0 auto;border:none;padding:0;width:100%; height:600px;margin-top:0;border-radius:0;overflow-y: hidden;margin-bottom: 10px;}
#imagens ul{padding:0;list-style:none; height: 600px;background-color: #fff;}
#imagens li {margin: 0 auto;background-color: #fff;}
#imagens li img{height: 600px;}
/*#imagens .pag{margin:0 0 0 0;position: absolute;top: 50%;width: 100%;    margin-top: -25px;z-index: 999;}*/
#imagens .slide-page-esquerda{margin: 0 0 0 0;
                              position: absolute;
                              top: 50%;
                              left: 0;
                              margin-top: -25px;
                              z-index: 999;
                              width: 50px; margin-left: 25px;}
#imagens .slide-page-direita{margin: 0 0 0 0;
                             position: absolute;
                             top: 50%;
                             right: 0;
                             margin-top: -25px;
                             z-index: 999;
                             float: right;width: 50px; margin-right: 25px;}

#produtos{position: relative;margin:0 auto;border:none;padding:0;width: 1260px; height:273px;margin-top:0;border-radius:0;overflow: hidden;margin-bottom: 10px;}
#produtos .ca-wrapper{margin:0;padding:0;list-style:none; margin-left: 60px; margin-right: 100px; width: 100%!important;}
#produtos .ca-wrapper .ca-item{float: left;}
#produtos .ca-item{width: 420px; height: 273px; margin-left: 0;padding-top: 10px;background-size:cover;background-repeat: no-repeat;}
.produtos-geral{
    margin-bottom: 20px;
}

.produtos-geral .slide-page-esquerda{margin: 0 0 0 0;
                                     position: absolute;
                                     top: 50%;
                                     left: 0;
                                     margin-top: -25px;
                                     z-index: 999;
                                     width: 50px;
                                     margin-left: 25px;}
.produtos-geral .slide-page-direita{margin: 0 0 0 0;
                                    position: absolute;
                                    top: 50%;
                                    right: 0;
                                    margin-top: -25px;
                                    z-index: 999;
                                    float: right;
                                    width: 50px;
                                    margin-right: 25px;}
/*[+] novo carrossel*/

.hero-banner {    
    width: 410px;
    height: 273px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Default Background */
.bg-fundo { background-image: url('../img/fundo.jpg'); }
.bg-casa { background-image: url('../img/fundo-casa.png'); }
.bg-corpo { background-image: url('../img/fundo-corpo.png'); }
.bg-masculino { background-image: url('../img/fundo-masculino.png'); }
.bg-infantil { background-image: url('../img/fundo-infantil.png'); }
.bg-luxury { background-image: url('../img/fundo-luxury.png'); }

.hero-banner .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-banner .content {
    max-width: 165px;
    margin-left: 30px;
}

.hero-banner .subtitle {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #3a3a3a;
    margin-bottom: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-banner .title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    color: #9d7b4e;
    margin-bottom: 4px;
    letter-spacing: 1px;
    line-height: 1;
}

.hero-banner .separator {
    display: flex;
    align-items: center;
    margin: 10px 0 12px 0;
    width: 100%;
}

.hero-banner .separator::before,
.hero-banner .separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #d2bba0;
}

.hero-banner .ornament {
    margin: 0 6px;
    color: #b08d57;
    font-size: 8px;
}

.hero-banner .description {
    font-size: 11px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 16px;
    font-weight: 400;
}

.hero-banner .btn-explore {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background-color: #2b2b2b;
    color: #ffffff;
    text-decoration: none;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero-banner .btn-explore:hover {
    background-color: #4a4a4a;
    color: #9a7b4f;
    text-decoration: none;
}

.hero-banner .arrow {
    margin-left: 6px;
    font-size: 10px;
    font-weight: 300;
}

/* ====================================
   THEME OVERRIDES
   ==================================== */

/* Theme: Corpo e Banho */
.theme-corpo .title,
.theme-corpo .ornament {
    color: #2f609e;
}
.theme-corpo .separator::before,
.theme-corpo .separator::after {
    background-color: #8daed5;
}
.theme-corpo .btn-explore {
    background-color: #3871b6;
}
.theme-corpo .btn-explore:hover {
    background-color: #28558a;
}

/* Theme: Masculino */
.theme-masculino .subtitle,
.theme-masculino .description {
    color: #e0e0e0; /* Fundo escuro exige texto claro */
}

/* Theme: Infantil */
.theme-infantil .color-1 { color: #f2a65a; }
.theme-infantil .color-2 { color: #5eb375; }
.theme-infantil .color-3 { color: #a45391; }
.theme-infantil .color-4 { color: #e96773; }
.theme-infantil .color-5 { color: #6dbcdb; }
.theme-infantil .color-6 { color: #9ab451; }
.theme-infantil .color-7 { color: #ec826a; }
.theme-infantil .color-8 { color: #c45479; }

/* Theme: Luxury (No subtitle, slightly larger title) */
.theme-luxury .title {
    font-size: 23px; /* ajustado para caber 2 palavras longas */
    line-height: 1.1;
    margin-bottom: 8px;
}

/*[-] novo carrossel*/


.ca-nav{display: none;}


.div-produtos{
    margin-bottom: 70px;
}
.div-produtos .produtos-topo{
    margin-bottom: 70px;
    font-family: champagne;
}
.div-produtos .produtos-topo-titulo{
    font-size: 40px;
    color: #666666;
    margin-bottom: 20px;
}
.div-produtos .produtos-topo-sub-titulo{    
    color: #666666;
}
.div-produtos .produtos-espaco{
    position: relative;
    float: left;
    margin-bottom: 10px;    
    width: 278px;
    height: 271px;    
    /*cursor: pointer;*/
    background-color: #fff; 
    -webkit-transition: background .75s ease;
    -o-transition: background .75s ease;
    transition: background .75s ease;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}
.div-produtos a{
    color: #FFF;
    width: 100%;
    height: 100%;
}
.div-produtos a img{
    width: 265px;
}
.produto-titulo{
    position: absolute;
    top: auto;
    bottom: 25px;        
    width: 100%;
    text-align: center;   
    -webkit-transition: top .75s ease, bottom .75s ease;
    -o-transition: top .75s ease, bottom .75s ease;
    transition: top .75s ease, bottom .75s ease;
}
.div-produtos .produtos-espaco.produto-ativo .produto-titulo{
    top: 55px;
    bottom: auto;        
}

.div-produtos .produtos-espaco.perfumes{
    background-image: url('../img/home-perfumes-parado.jpg');

}
.div-produtos .produtos-espaco.perfumes.produto-ativo, .pre-caregar-imagem .perfume{
    background-image: url('../img/home-perfumes-acao.jpg');
}

.div-produtos .produtos-espaco.spa{
    background-image: url('../img/home-spa-parado.jpg');
}
.div-produtos .produtos-espaco.spa.produto-ativo, .pre-caregar-imagem .spa{
    background-image: url('../img/home-spa-acao.jpg');
}

.div-produtos .produtos-espaco.nutrition{
    background-image: url('../img/home-nutrition-parado.jpg');
}
.div-produtos .produtos-espaco.nutrition.produto-ativo, .pre-caregar-imagem .nutrition{
    background-image: url('../img/home-nutrition-acao.jpg');
}

.div-produtos .produtos-espaco.acessorios{
    background-image: url('../img/home-acessorios-parado.jpg');
}
.div-produtos .produtos-espaco.acessorios.produto-ativo, .pre-caregar-imagem .nutrition{
    background-image: url('../img/home-acessorios-acao.jpg');
}

.div-produtos .produtos-espaco.renovar{
    background-image: url('../img/home-renovar-parado.jpg');
}
.div-produtos .produtos-espaco.renovar.produto-ativo, .pre-caregar-imagem .renovar{
    background-image: url('../img/home-renovar-acao.jpg');
}

.div-produtos .produtos-espaco.corpo{
    background-image: url('../img/home-corpo-e-banho-parado.jpg');
}
.div-produtos .produtos-espaco.corpo.produto-ativo, .pre-caregar-imagem .corpo{
    background-image: url('../img/home-corpo-e-banho-acao.jpg');
}

.div-produtos .produtos-espaco.home{
    background-image: url('../img/home-home-parado.jpg');
}
.div-produtos .produtos-espaco.home.produto-ativo, .pre-caregar-imagem .home{
    background-image: url('../img/home-home-acao.jpg');
}

.div-produtos .produtos-espaco.faces{
    background-image: url('../img/home-faces-parado.jpg');
}
.div-produtos .produtos-espaco.faces.produto-ativo, .pre-caregar-imagem .faces{
    background-image: url('../img/home-faces-acao.jpg');
}

.div-produtos .produtos-espaco.esmaltes{
    background-image: url('../img/home-esmaltes-parado.jpg');
}
.div-produtos .produtos-espaco.esmaltes.produto-ativo, .pre-caregar-imagem .esmaltes{
    background-image: url('../img/home-esmaltes-acao.jpg');
}

.div-produtos .produtos-espaco.crianca{
    background-image: url('../img/home-crianca-parado.jpg');
}

.fundo-fazer-parte{
    background-color: #F7F5F1;
    padding-top: 70px;    
    /*padding-bottom: 110px;*/
}
.fazer-parte-icon{
    margin-bottom: 20px;
}
.home-fazer-titulo{    
    margin-bottom: 30px;
    font-family: 'champagne';
}
.home-fazer-titulo h2{
    font-family: champagne;
    font-size: 43px;    
    color: #666666;
}
.home-fazer-titulo h2 a, .home-fazer-titulo h2 a:visited{    
    color: #666666;
    text-decoration: none;
}
.home-fazer-titulo h2 a:hover{    
    color: #C7A45D;    
}

.home-fazer-texto{
    color: #676767; 
    font-size: 15px;
    text-align: center; 
    margin-bottom: 35px;
}

.fundo-fazer-parte{
    text-align: center;
}
.fundo-fazer-parte p{
    text-align: center;
    text-indent: 0;
}
.home-fazer-video{
    margin-bottom: 110px;
}
.topo-home-imagem{
    margin-bottom: 50px;
}
.botao-saiba-mais{
    padding: 10px;
    background-color: transparent;
    border: 2px solid #edca7f;
    color: #e8c066;
    font-weight: bold;
}
.botao-saiba-mais:hover{    
    background-color: #edca7f;
    color: #fff;    
}
#modal-inicio{
    top:50px;
    display: block;
    opacity: 1;

}
#modal-inicio .modal-dialog{
    top: 125px;
}
#modal-inicio .modal-header{
    border: none;
    height: 60px;
}
#modal-inicio .modal-header button{    
    border: 2px solid #fff;
    opacity: 1;      
}
#modal-inicio .modal-content{
    width: 510px;
    background-color: #e8c066;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #e8c066;
}

#modal-inicio .modal-body img{
    margin: 0 auto;
    float: initial;
    position: relative;
    width: 250px;
    margin-bottom: 0px;
}
#modal-inicio .modal-body button{
    background-color: #FFF;
    border: 0;
    padding: 10px;
    font-weight: bold;    
    color: #000;
}
#modal-inicio .modal-body button:first-child{
    margin-right: 10px;
    padding: 10px 40px;
}

@media (min-width:1024px) and (max-width:1500px) {    
    #imagens{height:426px;}
    #imagens ul{height: 426px;}
    #imagens li img{height: 426px;}
}

@media (min-width:0px) and (max-width:1024px) {
    #modal-inicio .modal-body{
    overflow-y: auto;
    max-height: 400px;
}
    .home-fazer-titulo h2{
        font-size: 40px;
    }    
    #imagens{height:315px;}
    #imagens ul{height: 315px;}
    #imagens li img{height: 315px;}
}
@media (min-width:0px) and (max-width:360px) {
    .home-fazer-titulo h2{
        font-size: 32px;
    }
    .div-video video{
        border: 1px #000000 solid;
    }
}


@media (min-width:0px) and (max-width:767px) {
    .principal-main-header{
        position: relative;
    }    
    #imagens{height:90px;}
    #imagens ul{height: 90px;}
    #imagens li img{height: 90px;}
    .div-produtos .produtos-espaco {
        /*margin-left: 15px ;
        margin-right: 15px;*/
        width: 100%;
    }
    .home-fazer-titulo h2 a{            
        font-size: 25px;
    }
    #produtos{
        margin-left: 5px;
        width: 410px;
        height: 285px;        
    }
    #produtos .slide-produto{
        /*margin-left: 0;*/
    }
    #imagens .slide-page-esquerda,
    .produtos-geral .slide-page-esquerda{
        margin-top: -20px;
        width: 25px;
        margin-left: 10px;       
    }
    #imagens .slide-page-direita,
    .produtos-geral .slide-page-direita{
        margin-top: -20px;
        width: 25px;
        margin-right: 10px;
    }    
    #produtos .slide-produto{
        margin-left: 20px;
        width: 100px;
        height: 135px;
        background-size: contain;
    }
    #produtos .slide-produto-titulo{
        display: none;
    }
    #produtos .ca-wrapper .ca-item{
        height: 135px;       
    }
    #produtos .slide-produto-conhecer{
        width: 75px;
        font-size: 8px;        
        margin-left: 20px;
        padding: 5px;
    }
    .fundo-fazer-parte{
        padding-top: 20px;
    }
    .home-fazer-texto p{
        margin-bottom: 0;
    }
    .home-fazer-texto{
        font-size: 11px;
        margin-bottom: 20px;
    }
    #modal-inicio .modal-content{
        width: 300px;   
    }
    #modal-inicio .modal-body button{
        margin-bottom: 10px;
        font-size: 10px;
    }
    #modal-inicio .modal-header button{
        width: 25px;
    }
    #modal-inicio .modal-body img{
        margin-bottom: 25px;
    }
    #modal-inicio .modal-body button:last-child{
        padding: 10px 40px;
    }
}
@media (min-width:0px) and (max-width:767px) {
    #imagens{height:192px;}
    #imagens ul{height: 192px;}
    #imagens li img{height: 192px;}  
}
@media (min-width:0px) and (max-width:400px) {
    #imagens{height:115px;}
    #imagens ul{height: 115px;}
    #imagens li img{height: 115px;}
}
@media (min-width:1901px) {

    #imagens ul {height: 727px}
    #imagens li {margin: 0 5%;}
    #imagens li img{height: 727px;}
}
