@import url(lojas-list.css);
@import url(noticias-miolo.css);
h2 {
    font-family: Quicksand;
    font-size: 90px;
    color: #24273c;
    font-weight: 300;
    float: left;
    margin: 52px 0 0 210px;
}
h4 {
    font-family: Quicksand;
    font-size: 26px;
    color: #24273c;
    font-weight: 400;
    float: left;
    margin: 98px 0 0 18px;
}
h5 {
    font-family: Quicksand;
    font-size: 32px;
    font-weight: 400;
    color: #616161;
    line-height: 1em;
    line-height: 34px;
    margin: 0;
    max-height: 140px;
}
#cabecalho {
    background: top center no-repeat fixed;
    height: 100vh;
    background-size: cover;
}
#cabecalho.transition {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
#texto {
    font-family: Quicksand;
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    top: 290px;
    left: 330px;
    z-index: 10;
    color: #ffffff;
    display: none;
}
#texto p {
    line-height: 1;
    margin: 0px;
}
#texto p:first-child {
    margin-left: 60px;
}
#controllers {
    position: absolute;
    margin-top: -100px;
    width: 100%;
    z-index: 10;
}
#slider-control {
    text-align: center;
    margin-bottom: 10px;
}
#slider-control div {
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: middle;
}
#slider-control div:first-child {
    margin-left: 0px;
}
#slider-control div.active {
    border: solid 2px #ffffff;
    background-color: transparent;
    margin-top: 0px;
}
#cinema {
    height: 775px;
    background: #24273c;
    width: 100%;
    overflow: hidden;
}
#cinema>div {
    background-color: #24273c;
}
#cinema>div:first-of-type {
    height: 242px;
    background-color: #ffffff;
}
#capas {
    height: 462px;
    padding: 0;
    list-style: none;
    width: 1315px;
    margin-top: -68px;
    display: table;
    text-align: center;
    margin-bottom: 0;
    left: -657px;
    position: relative;
    margin-left: 50%;
    white-space: nowrap;
}
#capas div {
    white-space: normal;
}
#capas li {
    width:263px;
    height: 390px;
    display: inline-block;
    z-index: 0;
    position: relative;
}
#capas li:hover {
    z-index: 2;
}
#capas li:nth-of-type(2n + 1) {
    top: 40px;
}
/*#capas li.tr div {
    transition: transform 30ms linear !important;
}*/
#capas .back {
    background-color: #f5f5f5;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
}
#capas strong {
    font-weight: 700;
}
#capas p {
    margin: 2px 0 10px;
}
#capas span {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 2px 8px;
    margin-top: 25px;
    display: inline-block;
}
#capas .back > div{
    margin-top: 0px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 263px;
}
#chair {
    font-family: Quicksand;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    background: url('../images/chair.png') no-repeat top center;
    padding-top: 64px;
    text-align: center;
}
#bag {
    font-family: Quicksand;
    font-size: 26px;
    color: #24273c;
    font-weight: 400;
    background: url('../images/todas-lojas.png') no-repeat top center;
    padding-top: 55px;
    text-align: center;
    margin: 35px;
}
#parallax2 {
    height: 320px;
    clear: both;
    overflow: hidden;
}
#parallax2 > div {
    height: 430px;
    background:url(../upload/parallax2/1.jpg) center top no-repeat;
}
#lojas {
    clear: both;
}