﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

body {
    margin: 0px;
    font-family: "Playfair Display", serif;
    background-color: rgb(255 255 255);
    /*overflow:hidden;
    overflow-y:auto;*/
    /*background-image: url(../images/fundo-01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.ct {
    display: table;
    margin: auto;
    width:100%;
    position:relative;
}

.cctt {
    display: table;
    width: 100%;
    padding-top: 60px;
    /*background-color: rgba(255,255,255,1);*/
}


.txts {
    display: table;
    margin: auto;
    width: 90%;
    max-width: 800px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid #1e1e1f;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

    .txts .txt1 {
        display: table;
        width: 100%;
        max-width: 440px;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
        color: #000;
    }

    .txts .txt2 {
        display: table;
        margin: auto;
        width: 100%;
        max-width: 700px;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center;
        color: #000;
    }

    .txts .txt2 a {
        color: #1d90cb;
        font-weight: 400;
    }

    .txts .txt2 a:hover {
        cursor:pointer;
        text-decoration: underline;
    }

    .txts .txt3 {
        display: none;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 400;
        text-align: center;
        color: #1f1f20;
    }

.txts .txt3 span{
    font-weight: 400;
}




.creditos {
    display: table;
    margin: auto;
    width: 100%;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 30px;
    margin-top: 0px;
    /*border-top: 1px dotted RGBA(0,0,0,0.6);*/
    padding-bottom: 40px;
}

    .creditos b {
        font-weight: 300;
    }

    .creditos span {
        padding-left: 5px;
        padding-right: 5px;
    }





.ct3 {
    width:95%;
    max-width: 1570px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.arearight {
    overflow: hidden;
    width: 200px;
    max-width: 200px;
    /* border-left: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);*/
    margin-bottom: 20px;
}

    .arearight .scroll {
        display: table;
        height: 100px;
        white-space: nowrap;
    }


.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px; /* Largura do degradê */
    pointer-events: none; /* Permite interagir com o conteúdo subjacente */
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255,1), rgba(255, 255, 255,0));
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255,1), rgba(255, 255, 255,0));
}

.ct3 .txt2 {
    font-family: "Playfair Display", serif;
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #2f333c;
    text-align: center;
    padding: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
    height: 90px;
    width: 200px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.3);
}

    .ct3 .txt2 span {
        font-family: "Playfair Display", serif;
        display: table; /* Permite o uso de propriedades de largura */
        margin: auto;
        max-width: 160px; /* Largura máxima desejada */
        word-wrap: break-word; /* Quebra as palavras longas */
        white-space: normal; /* Permite múltiplas linhas */
        text-align: center; /* (Opcional) Centraliza o texto no span */
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding-top: 6px;
        color: #2f333c;
    }


.ct0 {
    display: table;
    width: 100%;
    max-width: 1650px;
    margin: auto;
    position: relative;
    margin-top: -100px;
    z-index:1;
}

.ct1 {
    /*display: table;*/
    margin: auto;
    width: 100%;
    max-width: 1650px;
    /*height: 550px;*/
    position: relative;
    
    overflow: hidden;
    overflow-x: hidden;
}

.ct2Animacao {
    width: 100%;
    display: table;
    position: relative;
    z-index: 1;
}

.btr {
    display: none;
    position: absolute;
    top: 44%;
    right: 20px;
    border-radius: 100px;
    border: 6px solid rgba(255,255,255,0.6);
    cursor: pointer;
    transition: .2s;
    z-index: 6000;
    
}

    .btr:hover img {
        background-color: #e33939;
    }


    .btr img {
        display: table;
        float: left;
        width: 46px;
        background-color: rgb(50 61 69);
        border-radius: 100px;
        padding: 12px;
        transition: 0.2s;
    }


.btl {
    display: none;
    position: absolute;
    top: 44%;
    left: 20px;
    border-radius: 100px;
    border: 6px solid rgba(255,255,255,0.6);
    cursor: pointer;
    transition: .2s;
    z-index: 6000;
}

    .btl img {
        display: table;
        float: left;
        width: 46px;
        background-color: rgb(50 61 69);
        border-radius: 100px;
        padding: 12px;
    }

.house {
    width: 100%;
    display: table;
    position: relative;
}

    .house img {
        width: 100%;
        display: table;
    }

    .house .img {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
    }

.imgexample {
    width: 100%;
    display: table;
    position: relative !important;
    z-index: 1;
}

.house .img0 {
    display: table;
}

.degradetop {
    display: table;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 240px;
    background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,0) 100%);
}

.degradeleft {
    display: table;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255,1) 10%, rgba(255, 255, 255,0) 100%);
}

.degraderight {
    display: table;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255,1) 10%, rgba(255, 255, 255,0) 100%);
}

.degradebottom {
    display: table;
    position: absolute;
    z-index: 1000;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgb(255, 255, 255,1) 10%, rgba(255, 255, 255, 0) 100%);
}

.degradetop2 {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 230px;
    background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,0) 100%);
}

.degradeleft2 {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255,0.8) 0%, rgba(255, 255, 255,0) 100%);
}

.degraderight2 {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255,1) 0.8%, rgba(255, 255, 255,0) 100%);
}

.degradebottom2 {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgb(255, 255, 255,1) 10%, rgba(255, 255, 255, 0) 100%);
}



.point {
    display: table;
    width: 98%;
    max-width:960px;
    margin: auto;
    background-color: rgb(50 61 69);
    /*border:1px solid #ddd;*/
    z-index: 500;
    padding: 25px;
    padding-top: 25px;
    text-align: center;
    margin-top: -90px;
    position: relative;
    z-index: 600;
    border-radius: 10px;
    position: relative;
}

    .point .title {
        display: table;
        width: 100%;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 10px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #000;
        opacity: 1;
        transition: 1s;
    }

        .point .title span {
            color: #e33939;
        }

.triangulo {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgb(50 61 69); /* cor do triângulo */
    position: absolute;
    top: -20px;
    left: 48%;
}

.point .text {
    display: table;
    width: 95%;
    margin: auto;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    transition: 1s;
}

.point span {
    font-weight: 600;
    color: #e3cfb7;
}




.ct4 {
    display: table;
    width: 100%;
    max-width: 1860px;
    margin: auto;
    /*border-top: 3px solid rgb(0 0 0);*/
    margin-top: 0px;
    padding-bottom:100px;
    /*background-color: #c1b5a9;*/
    background-image: url(../images/fundo-02.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100%;
}

.vitrine {
    display: table;
    width: 100%;
    max-width: 713px;
    margin: auto;
    margin-top: 30px;
}

.vitrine img{
    display: table;
    width: 100%;
}




.txts2 {
    display: table;
    margin: auto;
    width: 90%;
    max-width: 600px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid #1e1e1f;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    margin-top:80px;
}

    .txts2 .txt1 {
        display: table;
        width: 100%;
        max-width: 450px;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
        color: rgb(0 0 0);
    }

    .txts2 .txt2 {
        display: table;
        margin: auto;
        width: 100%;
        max-width: 700px;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }



.txts3 {
    display: table;
    margin: auto;
    width: 90%;
    max-width: 600px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid #1e1e1f;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

    .txts3 .txt1 {
        display: table;
        width: 100%;
        max-width: 450px;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
        font-weight: 600;
        text-align: center;
        color: rgb(0 0 0);
    }

.joiasscroll{
    width:100%;
}

.joias {
    display: table;
    margin: auto;
    width: auto;
}

    .joias .joia {
        display: table;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }

        .joias .joia div {
            display: table;
            width: 100%;
            max-width: 250px;
            margin: auto;
            font-family: "Playfair Display", serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0px;
            color: rgba(0, 0, 0, 0.6);
            text-align: center;
            padding-bottom: 20px;
        }

            .joias .joia div span {
                font-size: 22px;
                font-weight: 600;
                color: rgba(0, 0, 0, 1);
            }

        .joias .joia img {
            display: table;
            margin: auto;
        }



.coroa {
    display: table;
    margin: auto;
    width: 400px;
    margin-top:0px;
}

.coroa img {
    width: 100%;
    margin: auto;
    display: table;
}

    .coroa div {
        display: table;
        width: 100%;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding-top: 20px;
    }

        .coroa span {
            font-size: 22px;
            font-weight: 600;
            color: rgba(0, 0, 0, 1);
        }











.container4 {
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #e4e4e0;
}

.container4 .left {
    width: 35%;
    float: left;
    display: table;
    padding-right: 25px;
    position: sticky;
    top: 50px;
}

    .container4 .left img {
        width: 100%;
        display: table;
        border-radius: 6px;
    }

    .container4 .left img {
        width: 100%;
        display: table;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .container4 .left .txt1 {
        width: 98%;
        display: table;
        font-family: "Playfair Display", serif;
        font-size: 56px;
        line-height: 58px;
        font-weight: 300;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
        /*color: indianred;*/
    }

        .container4 .left .txt1 span {
            color: indianred;
        }

    .container4 .left .txt2 {
        width: 100%;
        display: table;
        max-width: 600px;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 200;
        text-align: left;
        padding-bottom: 30px;
    }

    .container4 .left .txt3 {
        width: 100%;
        display: table;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        font-weight: 200;
        text-align: right;
        padding-bottom: 30px;
    }

        .container4 .left .txt3 span {
            font-weight: 300;
        }

    .container4 .right {
        width: 90%;
        max-width: 880px;
        display: table;
        margin: auto;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        text-align: center;
        padding-top: 28px;
        color: #000;
    }


.container4 .right img {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 25px;
}

.container4 .right .txt1 {
    width: 90%;
    max-width:450px;
    margin:auto;
    display: table;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 30px;
    /*color: indianred;*/
    color: #000;
}



.friso3 {
    margin: auto;
    width: 90%;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 1550px;
    max-width: 250px;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 40px;
    cursor: grab;
}

    .friso3 .scroll22 {
        display: table;
        margin: auto;
        width: 2130px;
    }

    .friso3 .point2 {
        display: table;
        float: left;
        width: 300px;
        margin-left:0px;
        margin-right: 50px;
    }


    .friso3 .point2 img {
        display: table;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .friso3 .point2 .dot {
            display: table;
            width: 32px;
            height: 32px;
            border: 2px solid #fff;
            border-radius: 100px;
            margin-bottom: 18px;
            background-color: #474747;
            font-family: "Playfair Display", serif;
            font-size: 22px;
            line-height: 22px;
            text-align: center;
            font-weight: 600;
            color: #f0ede6;
        }

        .friso3 .point2 .title {
            display: table;
            width: 100%;
            font-family: "Playfair Display", serif;
            font-size: 20px;
            line-height: 24px;
            padding-bottom: 15px;
            font-weight: 600;
            letter-spacing: 0px;
            color: #000;
            opacity: 1;
            transition: 1s;
        }

            .friso3 .point2 .title span {
                color: #e33939;
                font-size: 32px;
                line-height: 32px;
                display: table;
                padding-bottom: 10px;
            }

        .friso3 .point2 .text {
            display: table;
            width: 100%;
            font-family: "Playfair Display", serif;
            font-size: 18px;
            line-height: 26px;
            font-weight: 300;
            letter-spacing: 0px;
            color: rgb(122 123 123);
            opacity: 1;
            transition: 1s;
        }

    .friso3 .select .title {
        opacity: 1;
    }

    .friso3 .select .text {
        opacity: 1;
    }





.ferramentas {
    display: table;
    margin: auto;
    width: auto;
    margin-top:0px;
}

    .ferramentas .joia {
        display: table;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }

        .ferramentas .joia div {
            display: table;
            width: 100%;
            max-width: 200px;
            margin: auto;
            font-family: "Playfair Display", serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0px;
            color: rgba(0, 0, 0, 0.6);
            text-align: center;
            padding-top: 15px;
        }

            .ferramentas .joia div span {
                font-size: 22px;
                font-weight: 600;
                color: rgba(0, 0, 0, 1);
            }

        .ferramentas .joia img {
            display: table;
            margin: auto;
        }


.txtferramentas {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: auto;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(0 0 0);
    margin-top: 70px;
}



.groups {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    z-index:4;
}

.groups .icon {
    display: table;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0,1);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    border-radius:5px;
    background-color:rgba(255,255,255,1);
    padding:4px;
}

.groups .icon span{
    display: table;
    top: 28px;
    left: 20px;
    z-index: 5;
    background-color:rgba(255,255,255,0.8);
    width:2px;
    height:40px;
    position:absolute;
}

.groups .icon img{
    display: table;
    width:100%;
}

.groups .iconv2 {
    color: rgba(255,255,255,0.8);
    background-color: rgb(50 61 69);
}

.groups .iconv2 span {
    left:49.5%;
    background-color: rgb(50 61 69);
}

.groups .iconv3 {
    background-color:rgba(255,255,255,0);
}



.noresp {
    display: table !important;
}

.resp {
    display: none !important;
}