/* HOME */
h1.page-title {
    background: url(../img/01_marca.svg) no-repeat bottom center;
    display: block;
    background-size: contain;
    width: 100%;
    margin-top: 50px;
    /* margin: 0 0 0 50px; */
    min-height: 65px;
    text-indent: -1000px;
    overflow: hidden;
}

.eventos .coluna:nth-child(1) .wrap > * {
    z-index: 2;
}

.evento-artistas {
    font-family: 'Rajdhani', sans-serif;
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 0.8em;

    transition: color 1s;
}

.evento-artistas p {
    padding-bottom: 35px;
}

.evento-data,
.evento-data-detaque {
    font-family: 'Rajdhani', sans-serif;
    color: #ff2a2a;
    font-size: 1.5em;
}
.evento-data:after {
    content: " ";
    border-top: 1px solid #ff4b4b;
    margin-top: 0px;
    display: inline-block;
    width: 45%;
    height: 5px;
}

.eventos button.sales-btn-esgotado{
    background: #b9b9b9;
    cursor: default;
}

.evento-capa {
    /* border: 1px solid;
    background: url(../img/frame.svg) 100% 100% no-repeat; */
    bottom: auto;
    transition: all 1s;
}

.evento-capa .poster {
    background-image: url(http://circo.entreoutros.com/wp-content/uploads/2017/01/riviera-maya-1000x503.jpg);
    width: 100%;
    height: 0;
    background-size: cover;
    padding-top: 50.3%;
}

.evento-capa svg,
.evento-capa .poster{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 1s, opacity 0.3s;
}

.evento-capa img{
    position: relative;
    opacity: 0;
}

.eventos:hover .evento-capa img{
    opacity: 1;
}
.eventos:hover .evento-capa svg,
.eventos.focus .evento-capa svg{
    opacity: 0;
}

.eventos.focus .evento-capa { height: 100vh; background: black; }
.eventos.focus .evento-capa .poster{
    height: 100vh;
    padding: 0;
    opacity: 0.8;
}

.evento-data {
    padding-top: 10%;
    min-height: 0;
    padding-bottom: 35px;
}

.evento-data-detaque {
    opacity: 0.5;
    font-weight: bold;
    font-size: 10em;
    margin-top: -25%;
}

.evento-data-detaque span{
    vertical-align: top;
    display: inline-block;
}


.evento-data-detaque span:last-child{
    font-size: 0.5em;
    margin-top: 0.15em;
}

/* FOCUS */

.eventos.focus .evento-capa{
    left: -100%;
    right: -300%;
    bottom: 0;
}

.eventos.focus .evento-capa img {
    bottom: auto;
    opacity: 1;
}

.eventos.focus .evento-artistas {
    color: white;
}

a.link-social{
    cursor: pointer;
    border: 1px solid #c1c1c1;
    width: 60px;
    height: 60px;
    display: block;
    margin-left: -30px;
    background: white;
    overflow: hidden;
    text-indent: -200px;
}
a.link-social:hover{ background-color: #ff2a2a; border-color: #ff2a2a;  }
.link-social.link-twitter {  background-image: url(../img/02_twitter.svg); }
.link-social.link-twitter:hover {  background-image: url(../img/02_twitter_hover.svg); }
.link-social.link-facebook {  background-image: url(../img/02_facebook.svg); }
.link-social.link-facebook:hover {  background-image: url(../img/02_facebook_hover.svg); }
.link-social.link-google {  background-image: url(../img/02_google+.svg); }
.link-social.link-google:hover {  background-image: url(../img/02_google+_hover.svg); }
.link-social.link-spotfy {  background-image: url(../img/02_spotify.svg); }
.link-social.link-spotfy:hover {  background-image: url(../img/02_spotify_hover.svg); }

.tabela-lotes div {
    padding-top: 135px;
}

.tabela-lotes div table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.tabela-lotes div table td {
    width: 33.333%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
}

.tabela-lotes div table td:first-child {
    color: white;
    background: black;
}

.tabela-lotes div table td:nth-child(2) {
    border-left: none;
    border-right: none; 
}


.faixa-colorida {
    height: 40vh;
    width: 100vw;
    position: absolute;
}

.main-wrap > article.eventos > header { height: auto; transition: height 1s;  }
.main-wrap > article.eventos.focus > header { height: 100vh;  }
.main-wrap > article.eventos .faixa-colorida,
.main-wrap > article.eventos > .linha { display: none; }
.main-wrap > article.eventos.focus > .linha,
.main-wrap > article.eventos.focus .faixa-colorida { 
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* BLOCOS */

.bloco-titulo div {
    padding: 100px 10px 0;
    font-size: 4em;
    font-weight: 600;
}

.bloco-texto div {
    padding: 0 10px;
    line-height: 2em;
}

