@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --global-font:  'Arial';
  --global-text:  'Montserrat';
  --cor-1:  #002A91;
  --cor-2:  #66cc99; /* #9E58FF - anterior */
  --cor-3:  #113618;
  --cor-4:  #75191D;
  --cor-5:  #113618;
  --cor-6:  #fdc736;
  --cor-7: #9E58FF;
}
#main .site-main{
}
.text-xs{
    font-size: 11px;
}
.calendario .card{
     border: none !important; border-radius: 20px 20px 20px 20px !important;
}
.calendario .card-header{
	background: transparent linear-gradient(180deg, #52FE98 0%, #038a4d 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 40px;
    border-radius: 20px 20px 0 0 !important;
    color: #fff;
    text-transform: uppercase;
}
/* .calendario .other_months .card-header{
	background: transparent linear-gradient(180deg, #52FE98 0%, #038a4d 100%) 0% 0% no-repeat padding-box !important; 
} */
.calendario .mes_atual .card-header{

	 background:transparent linear-gradient(180deg, #D69CFF 0%, #752BDC 100%) 0% 0% no-repeat padding-box !important;
}

.calendario .mes_atual .card_header{
/* 	background: transparent linear-gradient(180deg, #D69CFF 0%, #752BDC 100%) 0% 0% no-repeat padding-box; */
}
.calendario .card-body{
    border-radius: 20px 20px 20px 20px !important; margin-top: -30px; background-color: #fff;
}
.calendario .dia_fds {
    color: #B376FF;
}
.calendario .haEvento{
    background: #52FE98 0% 0% no-repeat padding-box;
    border-radius: 7px;
    display: block;
}
.calendario .mes_atual .haEvento{
    background: #D69CFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    display: block;
}
.btn_green{
    background: var(--cor-5);
    color: #fff;
}
.btn_green:hover{
    border: 1px solid var(--cor-5);
    color: var(--cor-1);
    background: #fff;
}
.btn{
     border-radius: 20px;   
    font-family: var(--global-text);
    padding: 10px 20px;
}
body{
	font-family: var(--global-text);
	margin: 0;
	color: #002A91;
	padding: 0;
    background-color: #F1F1F1;
}

body {
    overflow: hidden;
    width: 100%;
}
.entry-title{
    color: var(--cor-2);
    margin-bottom: 40px;
    font-family: var(--global-text);
}
#videoSanta{
    max-width: 100%;
}
.accordion-button {
    font-size: 20px;
    letter-spacing: 0px;
}
#perguntasFrequentes{
    background: #ebe9eb;
    padding: 100px 0;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #ddd;
    padding: 10px 10px
}
.wp-block-table tr:nth-child(even) {
    background-color: #f6f6f6
}
.wp-block-table tr:first-child{
    background-color: var(--cor-2);
    color: #fff;
}
.wp-block-table th {
    text-align: left;
    background-color: var(--cor-1);
    color: #fff
}
.headerInterna{
    /* background: var(--cor-5); */
    height: 50px;
    width: 100%;
}
.hiddenText{
	display: none;
}
.text-right{
	text-align: right !important;
}
html {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
img{
	max-width: 100%;
	max-width: 100%;
}
h1, h2, h3, h4, h5{
    font-family: var(--global-text), serif;
    letter-spacing: -1px;
}
/*h4, h5{
    letter-spacing: 0;
}*/
a{
    color: var(--cor-7);
    text-decoration: none;
    font-weight: bold;
}
#paralaxImagem{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#imagemLoop{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.btnCloseModal {
    position: absolute;
    /* right: -50px; */
    cursor: pointer;
    z-index: 3000;
    top: 0;
    font-size: 60px;
    background: var(--cor-5);
    width: 104px;
    height: 95px;
    text-align: center;
    color: #fff;
    right: 0 !important;
    padding: 6px 23px 16px;
}

#marca img{
	width: 300px;
}
#marca svg{
	max-width: 300px;
	width: 100%;
	height: auto;
}


/*CLASSES RELACIONADAS AOS MENUS*/

#menus-top{
    position: absolute;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    border-bottom: 1px solid var(--cor-1) ;
    padding-bottom: 40px;
    text-align: right;
    padding-right: 20px;
    right: 0;
    top: 30px;
}

#menu-nivel2{
    font-weight: bolder;
    margin-top: 30px;
    float: right;
}
#menu-nivel2 a{
    color: var(--cor-4) ;
    text-decoration: none;
}
#menu-nivel2 li{
    float: left;
    margin-left: 40px;
    list-style: none;
    position: relative;
}
#menu-nivel2 li a:before{
	content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 0;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out all;
}
#menu-nivel2 li:hover a:before{
    width: 100% !important;
    background: #75FBE4 !important;
}
#header_one {
    width: 100%;
    position: relative;
    justify-content: space-between;
/*   background-image: url("../images/texturas/text-01.jpg");  */
    display: flex;
    flex-direction: row;
    align-items: center;
	    
    padding: 3px 30px;
	    border-bottom: 0.5px dotted #fff;
}
#header_right{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#header_one #marca {
	position: relative;
    max-width: 198px;
    top: 12px;
    height: 51px;
}
#header_social{
	display: flex;
	color: #fff;
	flex-direction: row;
	align-items: center;
	margin-right: 30px;
}
#header_social a:hover{
	color:   --cor-3;
}
#header_social ul{
	margin: 0;
}
#header_social li{
	margin: 0 10px;
	font-size: 20px;
}
#header_social li a{
	text-decoration: none;
	color: var(--global-primary-color);
}
#header_social li a:hover{
	color: var(--cor-1);
}
#header_social li{
	list-style: none;
	float: left;
	margin-left: 30px;
}
#header_right .conteudo_cart{
	margin: 0 20px;
	position: relative;
}
#header_right .cart-contents-count{
	background:   --cor-3;
    color: var(--cor-4) ;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    height: 18px;
    display: block;
    border-radius: 18px;
    top: -4px;
    right: -8px;
}
#header_right .cart-contents-count a{
	
    text-decoration: none !important;
}
#header_two{
	/*background: var(--cor-4) ;*/
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
		
	background-size: 100% 100%;
}
#header_fixed{
    padding-top: 20px; text-transform: uppercase;
}
#header {
    height: auto; background-color: #fff;
}
.containerMenu{
		display: flex;
		align-items: center;
		width: 100%;
		height: 90px;
        padding: 10px 0;
	}
.selo_marca{
		max-width: 390px;
		z-index: 30;
	}
.container-image-carrosel-artist img{
	max-height: 100vh;
	height: calc(100vh - 118px);
	object-fit: cover;
	object-position: center center;
}
.container-image-carrosel-artist{
	 background-color: #F1F1F1;
	
}
.callVideo{
    height: 349px;
    margin-top: -124px;
    background: url(../images/capa-video.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
	filter: drop-shadow(5px 30px 29px #000000);
}
.callVideo::before {
content: '';
    position: absolute;
    top: -18px;
    left: 0;
    background-image: url(../images/borda.png);
    background-size: cover;
    /* background-repeat: no-repeat; */
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 0;
    /* box-sizing: border-box; */
    width: 100%;
    height: 33px;
    background-size: 104% 33px;
    box-shadow: 0 4px 5px #000;
    padding: 0;
    background-position: -13px 0;
}

.callVideo::after {
    content: '';
    position: absolute;

    right: 0;
    bottom: 0;
    background-image: url("../images/borda.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
  background-size: 104% 33px;
    box-shadow: 0 4px 5px #000;
    padding: 0;
    background-position: -13px 0;
}
.btnVideoSerie {
	width: 112px;
	height: 112px;
	background: var(--cor-4);
	padding: 32px 43px;
	border-radius: 225px;
	cursor: pointer;
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%); 
}
.btnVideoSerie:hover{
	background: #ff343c;
}
.triangulo-para-direita-serie {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 40px solid #fff;
}			
#header_two ul{
	display: flex;
    float: right;
	list-style: none;
	padding: 0;
}
#header_two li a {
    text-decoration: none;
    font-family: var(--global-text), serif;
    font-weight: bold;
    padding: 30px 12px 0px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
#header_two li{
	position: relative;
	 margin-left: 15px;
}
.menu-menu_direito li{
	margin-left: 0;
	margin-right: 15px;
}
#menu-menu_direito{
	float: left !important;
}
/* .containerEsquerdo{
	float: right !important;
} */
#header_two li a:before{
	content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 0;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out all;
}
#header_two li:hover a:before{
    width: 100% !important;
    background:   --cor-3 !important;
}
#main_container{
	margin-top: 100px;
}

#header_scroll{
    display: none;
}
#header_scroll.active{
		display: block;
	}
#mobile_header{
	display: none;
}

.navbar-toggler .bar {
    display: block;
    position: absolute;
    background: var(--cor-2);
    transition: 0.3s ease-in-out all;
}
.navbar-toggler .bar.bar-item-one {
    width: 32px;
    height: 4px;
    top: 0;
    right: 0;
}
.navbar-toggler .bar.bar-item-two {
    width: 32px;
    height: 4px;
    top: 10px;
    bottom: 0;
    right: 0;
}
#menuMobile {
    position: relative !important;
    right: 40px;
    color: var(--cor-6);
    z-index: 11000;
}

.navbar-toggler .bar.bar-item-three {
    width: 32px;
    height: 4px;
    top: auto;
    bottom: 0;
    right: 0;

}
.area-toggler.active .bar.bar-item-three {
    transform: rotate(-45deg) translate(14px, -5px);
    background:  #fff;
    right: 6px;
    bottom: -2px;
}
 .area-toggler.active .bar.bar-item-two {
    height: 0;
    background: transparent;
}.area-toggler.active .bar.bar-item-one {
    transform: rotate(45deg) translate(10px, 0px);
    background:  #fff;
    right: 6px;
    top: 2px;
}
#areaMenuMobile{
    background-color: var(--cor-2);
	position: relative;
	box-shadow: inset 0 0 156px #000;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 3000;
}

#areaMenuMobile::before {
    content: '';
    position: absolute;
}

#areaMenuMobile::after {
    content: '';
    position: absolute;
}

#header_mobile{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3001;
    height: 0px;
    background-color: #fff;
	height: 100px;
}
#header_mobile.active {
    background-color: #fff;
    height: 113px;
    background-position: -47px 142px;
    background-size: auto 183px !important;
}
#header_mobile.active #marca3{
	margin: -27px 20px;
	max-width: 162px;
}
#areaMenuMobile .containerMenuMobile{
	position: absolute;
	top: 50%; 
	transform: translate(15%,-50%); 
}
#areaMenuMobile ul{
	
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
#areaMenuMobile ul li{
	order:1;
}
#areaMenuMobile li:has(.reserveSeuIngresso){
	order: 3;
    margin-top: 27px;
}
#areaMenuMobile ul a{
    font-family: var(--global-text);
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
    /* font-weight: bolder; */
    /* text-transform: uppercase; */
    border-bottom: 2px solid var(--cor-1);
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-radius: 0;
}
.area-toggler .navbar-toggler {
    height: 24px;
    z-index: 10;
    position: relative;
    outline: none;
    width: 32px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    text-decoration: none;
    appearance: none;
	float: right;
}
#header_scroll {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3900;
    background: #fff;
    font-family: var(--global-font);
    height: 100px;
    background-position: 0 2px;
    background-size: 100% 209px;
    box-shadow: #7b7b7b 10px 5px 45px;
}
#header_scroll ul {
    display: flex;
    float: right;
    list-style: none;
}
#header_scroll #marca2 {
    width: 175px;
    float: left;
    margin: 19px 32px;
}
.container-right li {
    float: left;
}
.container-right {
	display: flex;
    float: right;
    margin: 13px 33px;
}
.container-right ul{
	padding-left: 0 !important;
}
#header_scroll .btn {
    margin: 24px;
}
#inicio{
    
}

#header_buy_scroll {
    float: right;
}
#header_scroll li a {
    text-decoration: none;
    color: #9E58FF;
    font-family: var(--global-text), cursive;
    padding: 27px 12px 4px;
    display: block;
}



/*ESTILOS DA HOME*/


  #cenario{
            width: 1613px;
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    #piso{
        position: absolute;
        bottom: 0;
        background: var(--cor-2);
        width: 100%;
        height: 67px;
    }
    #presente1{
        position: absolute;
        left: 50%;
        transform: translate(0, -50%);
        max-width: 50%;
        width: 82px;
        bottom: 50%;
        margin-left: -184px;
    }
    #tunel{
        width: 151px;
        position: absolute;
        bottom: -53px;
        left: 50%;
        margin-left: 260px;
    }
    #inicio{
        background: #35822c;
        width: 100%;
        height: 690px;
        position: relative;
        overflow: hidden;
    }
    #esteira{
        width: 500px;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .areaTitulo{
        position: absolute;
        max-width: 100%;
        width: 722px;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        color: var(--cor-1);
        top: 33px;
        padding: 40px;
    }
    .areaTitulo h1{
       line-height: 48px;
        color: #fff;
        font-size: 60px;
        letter-spacing: -2px;
    }
 
    .areaTitulo h2{
        background: var(--cor-6);
        color: var(--cor-1);
        font-size: 27px;
        display: inline-block;
        padding: 10px 26px
    }
.areaTitulo h2:last-child{
    background: var(--cor-1);
    color: var(--cor-6); 
}
.areaTitulo p{
    font-family: var(--global-text), serif;
    font-size: 21px;
}
    .roldana{
        position: absolute;
         height: 80%;
         top: 12%;
         transform: translate(0, -50%);
         animation-name: spin;
          animation-duration: 5000ms;
          animation-iteration-count: infinite;
          animation-timing-function: linear; 
    }
#clock{
   position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0,-50%);
    width: 190px;
    z-index: 2;
    pointer-events: none;
}
.btn_white{
	background: #fff;
    border-radius: 39px;
    padding: 8px 34px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 13px;
    color: var(--cor-2);
    cursor: pointer;
	border: 1px solid var(--cor-1);
}
.containerChamada .btn_white{
	border: none;
}
buttons .btn_white{
	float: left;
	margin-right: 20px;
}

#programacao{
	padding: 100px 0;
	
}
.cardArea {
    height: 100%;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 72px;
    display: inline-block;
	width: 100%;
}
.cardsAreas {
 	margin-bottom: 20px;
	position: relative;
}



.iconearea{
	width: 90px;
    margin: auto;
    display: block;
    position: relative;
    top: -44px;
}
.areaThumb {
    width: 222px;
    height: 194px;
    margin-top: -83px;
    margin-bottom: 21px;
    margin: auto;
    margin-top: -86px;
}
.areaThumb img{
       max-height: 100%;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.containerThumb {
    background: url(../images/topo2.png);
    height: 120px;
    width: 100%;
    overflow: visible;
    margin-bottom: 43px;
    background-size: 100% 143px;
}
.cardArea h1{
	color: var(--cor-2) !important;
	font-size: 30px;
}
.containerTexts{
	padding: 0 21px 39px;
    margin-top: 73px;
    position: relative;
}
#programacao h1{
	color: var(--cor-1);
}
#areastematicas{
	padding: 100px 0;
	background: #e5effe;
	
}
#areastematicas h1{
	color: var(--cor-1);
}
.recomendacao{
	    text-align: right;
    /* display: flex; */
    font-family: var(--global-font);
    color: var(--cor-2);
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 30px;
}
.recomendacao p{
	padding: 30px;
}
.btnCloseModal {
    position: absolute;
    /* right: -50px; */
    cursor: pointer;
    z-index: 3000;
    top: 0;
    font-size: 60px;
    background: var(--cor-4);
    width: 91px;
    height: 90px;
    text-align: center;
    color: #FFF;
    right: 0 !important;
}
.fa-xmark::before {
    content: "\f00d";
}
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 90vh;
    margin: 0;
    padding: 0;
    max-width: none;
    background: #000;
	
}
.modal-fullscreen{
	z-index: 4000;
}
.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 90vh;
    border-radius: 0;
    background: #000;
    border: none;
}
.btn_white:hover{
	background: var(--cor-2);
	color: #fff;
}
/*.containerChamada::before {
    content: url(../images/svg/seta.svg);
    display: block;
    width: 43px;
    height: 32px;
    margin: 13px 5px 0 -53px;
    position: absolute;
}*/
.containerChamada{
position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-left: 0;
    margin-top: 26px;
}
.containerChamada h1{
	color: #FFF;
    font-size: 60px;
    letter-spacing: -2px;
}
.containerChamada h2{
    font-size: 50px;
}
.containerChamada p{
	font-size: 18px;
	color: #FFF;
	margin-bottom: 32px;
    text-align: left;
}
#ponteiro-grande{
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
   position: absolute;
    width: 34px;
    top: 115px;
    left: 51px;
}
#ponteiro-grande img{
    margin-left: 50%;
}
#ponteiro-pequeno{
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    width: 24px;
    top: 115px;
    left: 56px;
}
#ponteiro-pequeno img{
    margin-left: 50%;
}
    #duende1{
         width: 200px;
        position: absolute;
        bottom: 79px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    #duendebody{
        position: relative;
        z-index: 2;
    }
    #bracodireito{
        position: absolute;
        width: 100px;
        top: 145px;
        left: 84px;
    }
    #bracoesquerdo{
        position: absolute;
         width: 100px;
        top: 145px;
        left: 20px;
    }
    #bracodireito img{
        margin-left: 50%;
    }
     #bracoesquerdo img{
        margin-left: -50%;
    }
    #inicio img{
        max-width: unset;
    }
    .roldana img{
        height: 100%;
        width: auto;
    }
    .roldana1{
        left: 10%;
       
    }
    .roldana2{
        left: 45%;
    }
    .roldana3{
        right: 10%;
    }
#nuvem{
    left: 50%;
    transform: translate(-50%, 0%);
    width: 871px;
    margin-left: -110px;  

    position: absolute;
    bottom: 50px;
}
#nuvem2{
    width: 600px;
     left: 50%;
    transform: translate(-50%, 0%);
    width: 600px;
    margin-left: 223px; 
    position: absolute;
    bottom: 85px;
}

    #containerBtn{
        text-align: center;
        margin-top: -20px;
        position: relative;
        background: repeating-linear-gradient(45deg, var(--cor-1), var(--cor-1) 16px, var(--cor-4) 15px,  var(--cor-4) 32px)
    }
    
     .divisor{
        width: 100%;
         height: 60px;
        position: relative;
        background: repeating-linear-gradient(45deg, var(--cor-5), var(--cor-5) 16px, var(--cor-4) 15px,  var(--cor-4) 32px)
    }
    #areasTematicas img{
        margin: auto;
        height: 150px;
        width: auto;
        margin: 0 0 10px 0;
    }
    #areasTematicas .ctn{
        text-align: center;
    }
    #areas-tematicas{
        padding: 100px 0;
    }
    #areasTematicas{
        text-align: center;
    }
#areasTematicas h1{
    margin-bottom: 30px;
}
.container-image-carrosel-artist img{
    border-radius: 0 0 200px 200px !important;
}
#calendario {
    padding: 100px 0;
    background-image: url("../images/bg-estrelas.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-blend-mode: hue; */
    /* box-shadow: inset 0 0 156px #000; */
	position: relative;
    background-color:  #F1F1F1;
}
/* #calendario::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
}

#calendario::after {
    content: '';
    position: absolute;

    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
} */
#destaques{
    background-image: url("../images/pre-destaques.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #00fe93;
    padding: 200px 0 50px;
}

#calendario p.cor_2{
    color: var(--cor-2);
    font-family: var(--global-text), serif;
    font-weight:  200;
    font-size: 18px !important;
}
#calendario .modal-content p{
    color: #002A91 !important;
    font-family: var(--global-text), serif;
}
#calendario h1 strong{
	color: var(--cor-2);
	font-weight: 700;
}

#filie_se{
	padding: 200px 0;
	background-image: url("../images/bg_filie_se.png");
    background-position: center top;
    background-size: cover;
    background-color: #00fe93;
    font-family: var(--global-text), serif;
    color: #fff;
    display: flex;
    justify-content: center;
}
#como-chegar h1{
	filie_se: var(--cor-1);

}
#filie_se p{
	color: #fff;
}

#como-chegar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/borda.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
}

#como-chegar::after {
    content: '';
    position: absolute;

    right: 0;
    bottom: 0;
    background-image: url("../images/borda.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
}
/*ÁREA DO FOOTER*/
.site-footer{
    color: var(--cor-1);
}.site-footer li{
    list-style-type: none !important;
}.site-footer #social_icones .nav-item a{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    border-radius: 50%;
    background-color: #B376FF;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
footer{
	width: 100%;
	padding-bottom: 100px;
	background:  var(--global-primary-color);
	color: var(--cor-1);
	margin: 0 !important;
    background-color: #ffffff;
}
.espacoLogo h5{
		font-size: 12px; text-align: center;
	}
	.espacoLogo img{
		height: 170px;
/* 		margin-top: 20px; */
		object-fit: contain;
	}
	#footer_1{
		 background-image: url("../images/texturas/text-03.jpg");
		/* height: 52px; */
		height: auto;
		display: flex;
		padding: 15px 0;
		align-items: center;
		vertical-align: middle;
		margin-bottom: 30px;
		box-shadow: inset 0 0 156px #000;
		position: relative;
		padding: 70px;
	}


#footer_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/borda.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
}

#footer_1::after {
    content: '';
    position: absolute;

    right: 0;
    bottom: 0;
    background-image: url("../images/borda.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border: 10px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    background-size: 100% 33px;
    box-shadow: 0 4px 5px #000;
}
	.container_1{
		align-items: center;
		display: flex;
		justify-content: center;
	}
	#marcaFooter{
		max-width: 200px;
		position: relative;
		display: block;
	}
	#marcaFooter img{
		float: none;
		width: 100%;
		height: auto;
	}
	#social_icones a:hover {
    color: var(--cor-1);
}
#social_icones li a {
    text-decoration: none;
    display: flex;
    border-radius: 50%;
    background-color: #B376FF;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: var(--global-primary-color);
    font-size: 12px;
}
	#social_icones li {
		list-style: none;
		float: left;
		margin: 0 10px;
		margin-left: 10px;
		font-size: 20px;
}
	#social_icones ul {
    margin: 0;
}
	#social_icones {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
}
	#footer_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dados_sindicato, .dados_endereco {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#scrollTop{
		display: none;
			color: #fff;
			font-size: 29px;
			padding: 4px 16px;
			border: 1px solid #ccc;
			background: #000;
			cursor: pointer;
			position: fixed;
			right: 10px;
			bottom: 20px;
			z-index: 22;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@media screen and (min-width: 1024px){
    #mobile_header{
        display: none !important;
	}
}
@media only screen and (max-width: 1500px) {
	.container-image-carrosel-artist img {
		max-height: 740px;
		object-position: center center;
		max-width: 100%;
		margin: auto;
		height: 740px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 1435px) {
	
	#header_scroll li a {
    	padding: 27px 8px 4px;	
	}
}


@media only screen and (max-width: 1380px) {
	#clock{
		display: none;
	}
	#header_scroll .desktop-lg{
		display: none;
	}
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}
	.listagem-programacao {
    	padding-left: 20px;
	}
}
@media only screen and (max-width: 1270px) {
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}
	#conteudo {
		padding: 100px 0;
		margin-top: 2px;
	}
	#vinheta video {

		height: 700px;
		object-fit: cover;
		object-position: center;
	}
	#desc-evento {
		font-size: 50px;
		line-height: 45px;
		padding: 20px;
	}
	.texto-intro p{
		font-size: 18px !important;
		max-width: 500px;
		padding: 20px !important;
	}
	#atracoes h5 {
		font-size: 17px;
	}
	.atracao {
		 font-size: 18px;
		align-items: center;
		/* padding: 20px; */
		width: 100%;
		display: block;
	}
	.titulo {
		height: 57px;
	}
}
@media only screen and (max-width: 1212px) {
	#header_two li a {
		padding: 14px 10px 0px;
		font-size: 13px;
	}
	#header_two li {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1100px) {
	.rowProg2, .rowProg{
		background: #000;
	}
	
	.listagem-programacao {
    /* padding-left: 100px; */
		padding: 0;
		width: -webkit-fill-available;
		display: inline-block;
		position: relative;
		margin: 0 60px;
	}
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}

	.conteudo-vinheta {
		top: 180px;
		left: 50%;
		max-width: 398px;
		margin-left: -448px;
	}
	.dias-vinheta {
    	font-size: 111px;
	}
	.nome-nyvi {
		font-size: 29px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 1024px) {
       .areaTitulo{
        top: 150px;
    }
    #inicio{
        height: 880px;
        
    }
    .imagem_top{
        display: none;
    }
	.listProgramacao.progBg{
		background: var(--global-primary-color);
	}
	
	#footer_1  .container_1{
		flex-direction: column;
		gap: 40px;
	}
	#ingressoMobile{
		display: block;
	}
	#scrollTop{
		bottom: 80px;
	}

	.listProgramacao.progBg .header-programacao .box-prog {
		background: #000;
		color: var(--global-primary-color);
	}
	.listProgramacao.progBg  .body-programacao .prog-desc {
		color: #000;
	}
	
	.listProgramacao.progBg .header-programacao h3 {
		color: #000;
	}
	#header_scroll.active{
		display: none;
	}
	#header_mobile{
		display: block;
		position: relative;
        height: 100px;

	}
	#header{
		
	}
	.container-right{
		margin: 0;
	}
	#header_one, #header_two{
		display: none;
	}
	#marca3{
		max-width: 150px;
        position: relative;
	}
	#header_one.active, #header_two.active{
		display: none;
	}
	#vinheta{
		    margin-top: 126px;
	}
	#vinheta video {
	    height: 700px;
		object-fit: cover;
	}
	.atracao {
		font-size: 24px;
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 990px) {
	.containerChamada {
		osition: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 26px;
		
		padding: 40px;
		/* margin-top: -10px; */
		/* z-index: 33; */
		/* display: block; */
	}
	.callVideo {
   		 margin-top: 0;
	}

	

    .container-image-carrosel-artist img {
        height: 100vh;
        max-height: 100vh;
    }
	.containerChamada::before{
		display: none;
	}

	.containerChamada .btn_white{
		border: 1px solid var(--cor-2);
	}
	
	#containerPersonagens, #container-video, .legenda-video{
		margin: 60px;
		max-width: calc(100% - 120px);
	}
	.modal-body{
		padding-top: 90px;
	}
	.espacoLogo{
		margin-bottom: 30px;
	}
	.espacoLogo img{
		width: 100% !important;
		height: auto !important;
	}
    .splide {
        margin-bottom: 30px;
    }
    #areasTematicas .btn_green{
         margin-bottom: 80px;
    }
    #areasTematicas .ctn {
        text-align: center;
        max-width: 500px;
        margin: auto;
    }
}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 840px) {
	.areaTitulo h2{
        background: var(--cor-1);
        color: var(--cor-6);
        font-size: 20px;
        display: inline-block;
        padding: 10px 26px
    }
 
}
@media only screen and (max-width: 768px) {
	#calendario{
		text-align: center;
	}
	#vinhetaPrincipal h1{
		font-size: 1rem !important;
	}
    #vinhetaPrincipal h2{
		font-size: 0.7rem !important;
	}
    #vinhetaPrincipal .carousel-inner{
        height: 400px;
    }
    #vinhetaPrincipal .carousel-inner img{
        height: 400px;
    }
	.iconearea {
			width: 124px;
			margin: auto;
			display: block;
			position: relative;
			top: 12px;
			top: -1px;
		}
        .dados_sindicato, .dados_endereco{
            padding: 20px 20px;
        }
        #social_icones{
            margin: 20px 0;
        }
        #menuMobile {
            position: relative !important;
        }
}

@media screen and (max-width: 782px) {
    .px-sm-5{
        padding: 10px;
    }
}
@media only screen and (max-width: 650px) {
    #mobile_header.d-none{
        display: block;
		position: relative !important;
		height: 100px;
		background-color: #ffffff;
	}
    
}
@media only screen and (max-width: 600px) {
	#clock{
		display: none;
	}
    #header_mobile{
		position: relative !important;
		height: 100px;
		background-color: #ffffff;
	}
    .px-sm-5{
        padding: 10px 0px;
    }

}

@media only screen and (max-width: 420px) {
	#marca3 {
		max-width: 258px;
        margin: 0px;
	}
	#header_mobile{
		position: relative !important;
		height: 100px;
		background-color: #ffffff;
	}
    #vinhetaPrincipal h1{
        font-size: 12px !important;
    }
    #vinhetaPrincipal h2{
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 420px) {
	#marca3 {
	    max-width: 162px;
        margin: 0px;
	}
    .px-sm-5{
        padding: 10px;
    }
    .dados_sindicato, .dados_endereco{
        padding: 20px 20px;
    }
    #social_icones{
        margin: 20px 0;
    }
    #menuMobile {
        position: relative !important;
    }
}


