﻿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 {
    background-color: #1a1a19;
    /* background-image: url(../images/14883.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-bottom: 40px;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.transition {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jwplayer{
    border-radius:0px;
}

.stage {
    width: 100%;
    /*height:2900px;*/
    max-width: 1000px;
    min-height:1107px;
    margin: auto;
    display: table;
    padding-top:80px;
    padding-bottom: 80px;
}

.cc{
    display:table;margin:auto;
    width:92%;
}

.txt1 {
    display: table;
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 38px;
    color: #cfc0ae;
    text-align: left;
    width: 46%;
    max-width: 550px;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 40px;
    opacity: 0.8;
}

.txt111 {
    display: table;
    float: right;
    width: 48%;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    padding-left: 30px;
    max-width: 650px;
    color: #cfc0ae !important;
    border-left: 1px solid #cfc0ae;
}

.txt0 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    text-align: left;
    width: 100%;
    display: table;
    margin: auto;
    padding-bottom: 30px;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}

.txt0 span {
    font-size: 18px;
    line-height: 18px;
    font-weight:400;
    text-transform: none;
}

.txt00 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    text-align: left;
    width: 100%;
    display: table;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.txt00 b{
    font-weight:500;
    display:table;
    width:100%;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top:30px;
    padding-bottom:20px;
}

.txt00 span{
    font-weight:600;
    font-size: 18px;
    letter-spacing: 0px;
}

.txt2 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 200;
    line-height: 20px;
    color: #333;
    text-align: center;
    width: 90%;
    display: table;
    margin: auto;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.txt3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    width: 100%;
    display: table;
    margin: auto;
    text-transform: uppercase;
    padding-bottom: 2px;
    padding-top: 85px;
    color: #cfc0ae !important;
}

.txt4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 200;
    line-height: 24px;
    text-align: center;
    width: 100%;
    display: table;
    margin: auto;
    text-transform: uppercase;
    color: #cfc0ae !important;
}

.link {
    display: none;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff !important;
    text-decoration:underline,
}

.descricao {
    display: none;
    float: left;
    font-family: 'Roboto', serif;
    
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    color: #fff;
    width: 100%;
    /*padding: 15px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #191917 !important;
    position: relative;
    z-index: 2;
}

.descricao li {
    list-style-type: square;
    padding: 5px;
    margin-left: 10px;
}

    .descricao .close {
        cursor: pointer;
        padding-bottom: 35px;
        display: table;
        width: auto;
        margin: auto;
        cursor: pointer;
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: underline;
    }

.descricao .close:hover{
    text-decoration:none;
}

.descricao .close div span{
    font-weight: 300;
}

.space {
    display: table;
    width:100%;
    height:1500px;
}

#video {
    display: table;
    width: 100%;
    border-radius:4px;
}

.descricaotxt{
    width:90%;
    margin:auto;display:table;
   padding-top:60px;
   padding-bottom:60px;
   opacity:0.8;
}

    .descricaotxt b {
        display: table;
        font-weight: 500;
        font-size: 28px;
        color: #ebd58c;
        padding-bottom: 25px;
        /*text-transform:uppercase;*/
        font-family: 'Playfair Display', serif;
    }

.signosimgs {
    width: 100%;
    display: table;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
    position: relative;
}

.signosimgs img{
    width: 100%;
    display: table;
}

.flip-container {
	display: table; 
    float:left;
    z-index:4;
	position:relative;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-o-transform: perspective(1000px);
	-webkit-transform: perspective(1000px);
	transform: perspective(1000px);
	
	-moz-transform-style: preserve-3d; 
	-webkit-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
	transform-style: preserve-3d; 

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/* END: Accommodating for IE */

.flip-container {
	width: 25%;
    cursor:pointer;
}

.front, .back {
    width: 100%;
    border-color: #cfc0ae !important;
    background-color: #191917 !important;
}

.fliptxt {
    border-color: #191917 !important;
    background-color: #191917 !important;
    border: 1px solid #191917 !important;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
    display:table;
    width:100%;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(180deg);
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(180deg);
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(180deg);
    transition: 1s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
	position: absolute;
	top: 0;
	left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    display: table;
    width: 100%;
    opacity: 1;
    /*background-color: #004a70 !important;
    border-radius:10px;*/
}

    .front img {
        width: 100%;
        display: table;
        filter: grayscale(75%);
        -webkit-filter: grayscale(75%);
    }

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.fliptxt {
    display: none;
    width: 100%;
}
/**********/
.Fonte {
    margin: auto;
    margin-top: 35px;
    display: table;
    clear: both;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #cfc0ae !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

    .Fonte b {
        font-weight: 400;
    }

    .Fonte .Left {
        float: left;
        padding: 10px;
    }

    .Fonte .Right {
        float: left;
        padding: 10px;
    }





    

.aba {
    display: none;
    width: 90%;
    max-width: 650px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0;
    padding-bottom: 75px;
}

    .aba .area {
        display: table;
        width: 100%;
        height: auto;
        background-color: rgba(255,255,255,1);
        box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
        padding-bottom: 5px;
        border-radius: 6px;
    }

    .aba .ct {
        display: table;
        width: 100%;
        height: auto;
        padding: 5px;
        padding-top: 35px;
        padding-bottom: 40px;
        position: relative;
        font-family: "Montserrat", sans-serif;
    }

.aba .ct .close{
    display: table;
    padding-bottom:0px;
    position:absolute;
    right:30px;
    top:30px;
}

.aba .ct .close img{
    display: table;
    width:30px;
    float:right;
    cursor:pointer;
    border-radius:100px;
}

.aba .ct .close img:hover{
    background-color:rgba(0,0,0,0.1);
}

.aba .ct .txt1{
    display: table;
    width: 100%;
    color:#dfab69;
    font-size:36px;
    line-height:40px;
    letter-spacing:0px;
    font-weight:700;
    padding-bottom:15px;
}

.aba .ct .txt1 i{
    display: table;
    width: 100%;
    color:#dfab69;
    font-size:16px;
    line-height:26px;
    letter-spacing:0px;
    font-weight:600;
    font-style:normal;
}

.aba .ct .txt2{
    display: table;
    width: 100%;
    color:#dfab69;
    font-size:16px;
    line-height:22px;
    letter-spacing:0px;
    font-weight:600;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(0,0,0,0.3);
}

.aba .ct .txt2 .left {
    display: table;
    float: left;
    width: 10%;
}

.aba .ct .txt2 img{
    display: table;
    width:100%;
    margin-top:1px;
}

.aba .ct .txt2 .right{
    display: table;
    float:left;
    font-size:20px;
    line-height:26px;
    font-weight:700;
    width:100%;
    color:#35404a;
}

.aba .ct .image{
    display: table;
    width:100%;
    border-radius:6px;
    margin-top:20px;
}

.aba .ct .txt2 a{
    display: table;
    color:#2d2e2f;
    font-weight:500;
    text-decoration:underline;
}

.aba .ct .txt3{
    display: table;
    position:relative;
    color:#fff;
    font-size:12px;
    line-height:12px;
    letter-spacing:0px;
    font-weight:600;
    padding:5px;
    border-radius:20px;
    margin-bottom:15px;
}