@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

p {
    color: #000;
}

.spacing-1{
    letter-spacing: 3px;
}

#tarja {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
}

#header .header-nav-main nav > ul > li > a:hover {
    color:#fff !important;

}
#header .header-nav-main nav > ul > li:hover {
    background-color: red !important;
}

.box-capa {
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.capa {
    position: relative;
    width: 100%;
    z-index: 0;
}

.botao {
    position:absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    z-index: 99;
}

.corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.box-espetaculo {
position: relative;
}

.img-espetaculo {
    position: relative;
    z-index: 0;
}

.titulo-espetaculo {
    background-color: black;
    padding: 20px 30px;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.em-breve {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
}

textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
}

#improviso {
    background-image: url(../img/bg-casa-humor-1.jpg);
    background-size: contain; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-color: #000;
}

@media (max-width: 768px) {
    .titulo-espetaculo {
        background-color: black;
        padding: 5px 10px;
        color: #fff;
        font-size: 1em;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1;
    
    }
    .em-breve {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        width: 60px;
    }    
    
    #improviso {
        background-image: url(../img/bg-casa-humor-1.jpg);
        background-size: cover; 
        background-position: center center; 
        background-repeat: no-repeat; 
        background-color: #000;
    }
    
}

@media (max-width: 991px) {
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #000 !important;
	} 
    
}

@media (min-width: 992px) {
    #contratar {
        margin-top: -100px;
        background-image: url(../img/aviao.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-bottom: 100px;
    }
    
}

.btn-purple {
    background-color: #bb85ff;
    color: #fff;
}
