/*
Theme Name: teatroraro
Author: Andrew Franca
Version: 1.0
*/


p {
	font-family: "Istok Web", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-family: "Istok Web", sans-serif;
	font-size: 60px;
	line-height: 55px;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-family: "Istok Web", sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	font-style: normal;
}

h3 {
	font-family: "Istok Web", sans-serif;
	line-height: 50px;
	font-size: 48px;
	font-weight: 700;
	font-style: normal;
}

header{
    background-color: #000;
    padding: 50px 0px;
}

header .d-flex{
	justify-content: space-between;
	align-items: center;
}

header a{
	color: #FFF !important;
	background-color: #D05959;
	padding: 15px;
	border-radius: 50px;
	font-size: 25px;
	text-decoration:none
}

header{
    background-color: #000;
    padding-top: 48px;
}

#banner * {
	color: #fff;
}

#banner {
	background-color: #000;
	background-image: url("../img/bg-banner1.png"), url("../img/bg-banner2.png"),
		url("../img/bg-banner.png");
	background-position-x: -400px, 50vw, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 1400px, 1920px, 1750px;
	padding: 177px 0px 145px;
}

#banner p {
	max-width: 815px;
	margin-bottom: 30px;
}

#banner .box * {
	color: #000;
}

#banner .box {
	margin-top: 50px;
	padding: 30px;
	border-radius: 50px;
	background-color: #fff;
	display: flex;
	gap: 40px;
	align-items: center;
	max-width: 1224px;
}

#banner .box p {
	font-size: 28px;
}

#banner .box div {
	max-width: 570px;
}

#espetaculos {
	overflow: hidden;
}

#espetaculos p {
	margin: 0px;
}

#espetaculos .espetaculo {
	display: flex;
	gap: 28px;
	align-items: start;
	margin-bottom: 60px;
}

.right-red {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.left-red {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.left-red,
.right-red {
	position: relative;
	z-index: 1;
	background-color: #861c27;
	padding: 30px;
}

.left-red::before,
.right-red::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background-color: #861c27;
	z-index: -1;
}

.left-red::before {
	left: -100vw;
}

.right-red::before {
	right: -100vw;
}

#espetaculos hr{
    width: 692px;
    display: block;
    margin: 25px auto 90px;
    color: #000;
    opacity: 1 !important;
}

.mascaras{
    display: block;
    margin: -50px auto 20px;
}

#espetaculos .rounded-div {
	width: 1118px;
	height: 400px;
	overflow: hidden;
	margin: auto;
}

#espetaculos .rounded-red {
	background-color: #861c27;
	width: 1118px;
	height: 1118px;
	border-radius: 50%;
	padding-top: 15%;
}

#espetaculos .rounded-red h1 {
	max-width: 730px;
	margin: auto;
	text-align: center;
	color: #fff;
}

#pix {
	background-color: #000;
	padding-top: 32px;
	overflow: hidden;
}

#pix * {
	color: #fff;
}

#pix .d-flex {
	gap: 30px;
}

#pix p {
	max-width: 679px;
}

#pix h3 {
	font-size: 40px;
	margin: 35px 0px 5px;
}

#pix .row {
	margin-top: 70px;
}

#pix .logo-div {
	max-width: 420px;
	margin-left: auto;
	margin-right: 30px;
}

#pix .logo-div .logo-text {
	font-size: 32px;
}

#pix .logo-div img {
	margin-bottom: 15px;
}

#pix .pix {
	font-family: "Istok Web", sans-serif;
	font-size: 32px;
	font-weight: 700;
	background-color: #861c27;
	width: fit-content;
	padding: 12px 40px;
	border-radius: 50px;
	margin: 20px 0px;
	display: block;
	text-decoration: none;
    margin: 0px auto 10px ;
    border: none;
}

#pix .hide{
    opacity: 0;
}

#pix .hide.active{
    opacity: 1;
}

#pix .right-red {
	display: flex;
	align-items: center;
	height: fit-content;
}

#pix .left-red {
	padding: 25px;
	width: fit-content;
	margin-bottom: 100px;
}

#pix .left-red .d-flex {
	gap: 64px;
}

#pix .left-red .position-relative div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
}

#pix .left-red .position-relative p{
    font-size: 26px;
    width: 300px;
}
#pix .left-red p {
	text-align: center;
	margin: 0px;
}

footer{
    background-color: #000;
    background-image: url(../img/bg-footer.png);
    background-position: -750px top;
    background-repeat: no-repeat;
    background-size: 1490px;
    padding: 100px 0px;
}

footer *{
    color: #FFF;
}

footer .container{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .container div{
    text-align: right;
}

footer .logo{
    margin-bottom: 40px;
}

footer .container div .d-flex{
    justify-content: end;
    align-items: center;
}

@media (max-width: 1200px){

    #banner{
        background-color: #000;
        background-image: url(../img/bg-banner1.png), url(../img/bg-banner.png);
        background-position-x: -400px, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 1400px, 1920px;
        padding: 177px 0px 145px;
    }
    
    #banner .box img {
        width: 400px;
    }

    #banner .box h3{
        font-size: 38px;
    }

    #banner .box p{
        font-size: 24px;
    }

    #espetaculos .espetaculo{
        flex-direction: column;
        
    }

    #espetaculos .espetaculo.reverse{
        flex-direction: column-reverse;
        
    }

    #espetaculos .rounded-div{
        
    }

    #espetaculos .rounded-red{
        width: 960px;
        height: 960px;
    }
}

@media (max-width: 992px){
    #banner .box{
        flex-direction: column-reverse;
        padding: 44px 22px 24px;
    }

    #espetaculos .rounded-red {
        width: 720px;
        height: 720px;
        padding-top: 10%;
    }

    #espetaculos .rounded-red h1{
        font-size: 42px;
        line-height: 42px;
        max-width: 520px;
    }

    #espetaculos .rounded-div{
        height: 280px;
    }

    #pix .d-flex{
        flex-direction: column;
    }

    #pix .d-flex img{
        display: flex;
        margin: auto;
    }

    #pix .logo-div{
        margin: auto ;
    }

    #pix .right-red{
        margin-bottom: 50px;
    }

    #pix .row{
        margin-top: 30px;
    }

    #pix .left-red::before{
        background-color: transparent;
    }

    #pix .left-red{
        margin: auto;
        border-radius: 50px;
    }

    #pix .left-red .position-relative div{
        position: unset;
        transform: translateX(0%);
    }

    #pix .left-red .position-relative p{
        margin: 20px auto 0px ;
    }

    #pix .d-flex img{
        width: 500px;
    }

    #pix .bg-pix1 img{
        width: 345px;
    }
}

@media (max-width: 768px){

header a{
	
	font-size: 20px;
}
	
	header img{
	
	width:150px
}
	
    p{
        font-size: 20px;
    }

    h1{
        font-size: 48px;
    }

   

    #banner .box p{
        font-size: 20px;
    }

    #banner .box h3{
        font-size: 30px;
        line-height: 32px;
    }

    #espetaculo img{
        max-width: 100%;
    }

    #espetaculos .rounded-red{
        width: 540px;
        height: 540px;
        padding-top: 6%;
    }

    #espetaculos .rounded-red h1 {
        font-size: 26px;
        line-height: 35px;
        max-width: 320px;
    }

    #espetaculos .rounded-div {
        height: 200px;
    }

    footer .container{
        flex-direction: column;
    }

    footer .container div{
        width: 100%;
    }

    footer .container div{
        text-align: center;
    }

    footer .container div .d-flex {
        justify-content: center;
        align-items: center;
    }

    footer .logo{
        margin: 40px 0px;
    }


}

@media (max-width: 576px){
    #espetaculos .rounded-div{
        width: 375px;
    }
    #espetaculos .rounded-red{
        width: 375px;
        height: 375px;
        padding-top: 20%;
        margin: auto;
    }

    #banner{
        background-color: #000;
        background-image: url(../img/bg-banner2.png), url(../img/bg-banner1.png), url(../img/bg-banner.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 1400px, 1920px, 1750px;
        background-position-x: -80vw, -20vw, center;
        background-position-y: -560px, 840px, center;
    }
}

