@charset 'utf-8';

/*=========================== CSS RESET =========================*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
	width: 100%;
	font-size: 100%;
}
li{
	list-style: none !important;
}
a{
	text-decoration: none !important;
}
ul{
	margin-bottom: 0 !important;
}
h1{
	margin: 0 !important;
}

/*ESTILIZAÇÃO DO MENU RESPONSIVO*/
.icon img{
	height: 40px;
	width: 40px;
}

.icon {
	display: none;
}

@media (max-width:900px) {
	.nav-a{
		display: none;
	}
	.menu-ul .icon{
		display: none;
	}
	.box-form form{
		max-width: 400px;
	}
	.box-form input, .box-form textarea{
		max-width: 400px;
	}
} /*FIM DO MENU RESPONSIVO */

/*======================= DEFINIÇÃO ITENS PADRÃO ======================*/
section{
	padding: 3em 0;
}
#trilha{
	padding: 3em 0 3em 0;
}
.album, .audio_visual{
	padding: 0 0 3em 0;
}
h2{
	text-align: center;
	margin: 0 0 1em 0 !important;
}

/*=========================== HEADER =========================*/
#header{
	width: 100%;
	max-width: 100%;
	height: 50px;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 2;
    	transition: all 1s ease;
}
.bg-branco{
    	transition: all 1s ease;
	background: #FFF;
	border-bottom: 1px solid #000;
}
.bg-preto{
	transition: all 1s ease;
	background: #000;
	border-bottom: 1px solid #FFF;
}

/*NAV*/
nav ul{
	display: flex;
}
nav ul li{
	font-size: .875em;
	margin: 0 .8em;
	font-weight: 600;
}
.nav-a{
	color: #FFF;
}
.preto{
	color: #000 !important;
}
.nav-a:hover{
	color: rgb(192, 57, 43) !important;
}


/*REDES SOCIAIS*/
.redes-sociais ul{
	display: flex;
}
.redes-sociais ul li img{
	height: 16px;
	width: auto;
	margin-right: .3em;
}

/*=========================== BANNER =========================*/
#banner{
	top: 0;
}

/*=========================== BIO =========================*/
.sobre-bandeiras, .servicos-bandeiras{
	display: flex;
}
.servicos-bandeiras{
	justify-content: center;
}
#usa img, #pt-br img, #servicos-usa img, #servicos-pt img, #servicos-br img{
	width: 30px;
	height: 16px;
	margin: 0 .3em .3em 0;
	cursor: pointer;
}
.img-bio{
	width: 40%;
	height: auto;
	border-radius: .5em;
	float: right;
	margin: 0 0 2em 3em;
}
.premio-globo img{
	width: 50px;
	height: 66px;
}
/*=========================== SERVICOS =========================*/
#servicos{
	background: #FFF;
}
.tabela-servicos{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#tabela-pt, #tabela-br, #tabela-usa{
	background: #F9F9F9;
	margin: 1em 0;
}
#tabela-pt th, #tabela-br th, #tabela-usa th, #tabela-pt td[colspan], #tabela-br td[colspan], #tabela-usa td[colspan]{
	text-align: center;
	font-size: 1.25em;
}
#tabela-pt th, #tabela-br th, #tabela-usa th,#tabela-pt td, #tabela-br td, #tabela-usa td{
	border: 1px solid #000;
	padding: .3em 2em;
}


/*=========================== PORTIFOLIO =========================*/
#portifolio{
	background: #f9f9f9;
}

.box-servico{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px auto 40px auto;
}
.box-audio{
	align-items: initial;
}
.box-trailer-item img{
	width: 100%;
	/* height: 253px; */
	flex: 1 1 160px;
}

.box-musicais-item img, .box-teatro-item img{
	width: 100%;
	height: 253px;
	flex: 1 1 160px;
}

.box-cinema-item img{
	width: 100%;
	height: 253px;
	flex: 1 1 170px;
	align-self: flex-end;
}

.box-cinema-item,.box-musicais-item,.box-teatro-item,.box-trailer-item{
    margin: 0 1% 2em 1%;
    width: 18%;
}

.box-albuns-item{
    margin: 0 1% 2em 1%;
    width: 10.5%;
}

.box-albuns-item img{
	width: 100%;
	height: 100px;
	flex: 1 1 170px;
}

#portifolio h4{
    color: rgb(192, 57, 43);
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

/*=========================== CONTATO =========================*/
#contato{
	background: #f9f9f9;
}
.box-contato{
	display: flex;
	align-items: center;
	flex-direction: column;
}
/*ITENS ENDEREÇOS*/
.box-item-contato{
	display: flex;
	justify-content: center;
}
.item-endereco{
	margin-bottom: .5em;
}
.item-icone{
	margin-right: 1em;
}
.item-icone i, .box-item-contato a, .box-item-contato span{
	color: rgb(192, 57, 43) !important;
}
.a-wpp{
	text-decoration: underline !important;
}

/*FORMULÁRIO*/
.box-form{
	margin-top: 3em;
}
.box-form form{
	width: 700px;
}
.box-form input, .box-form textarea{
	width: 100%;
	padding: .3em 1em;
	margin: .3em 0;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
textarea{
    resize: none !important;
    max-height: 100px;
}
.enviar{
	background: rgb(192, 57, 43);
	border: 0px;
	font-size: 1.125em;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
}

/*WORDPRESS
.box-form{
	margin-top: 3em;
}
.wpcf7-form-control{
	width: 700px;
	padding: .3em 1em;
	margin: .3em;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
.wpcf7-submit{
	background: rgb(192, 57, 43);
	border: 0px;
	font-size: 1.125em;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
}*/

/*=========================== FOOTER =========================*/
footer{
	background: #222;
	padding: 1em 0;
}

/*BOX 1*/
.box-footer1{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em 0;
	border-bottom: 1px solid #FFF;
}

/*MAPA DO SITE*/
.mapa-site ul{
	display: flex;
}
.mapa-site a{
	color: #FFF;
}
.mapa-site a:hover{
	color: rgb(192, 57, 43) ;
}
.caixa1{
	padding: 0 1em;
}

/*BOX2*/
.box-footer2{
	display: flex;
	justify-content: space-between;
	padding: .5em 0;
}
.box-direitos{
	padding: 0 1em;
}
.box-direitos sub{
	color: #FFF;
}
.box-direitos a{
	color: rgb(192, 57, 43);
}

/*REDES SOCIAIS*/
.box-redes-sociais ul{
	display: flex;
}
.box-redes-sociais ul li img{
	height: 16px;
	width: auto;
	margin-right: .3em;
}

/* wordpress css */

#menu-my_main_menu a:hover{
    color: rgb(192, 57, 43) ;
}

#menu-my_main_menu a:hover, #menu-menu-2 li a:hover{
    color: rgb(192, 57, 43) ;
}

#menu-my_main_menu a, #menu-menu-2 li a{
    color: white ;
}

@media (max-width:768px){
    .box-cinema-item, .box-musicais-item, .box-teatro-item, .box-trailer-item {
        margin: 0 1% 2em 1%;
        width: 31.33%;
    }
    .box-albuns-item {
        margin: 0 1% 2em 1%;
        width: 23%;
    }
}

@media (max-width:500px){
    .box-cinema-item, .box-musicais-item, .box-teatro-item, .box-trailer-item {
        margin: 0 1% 2em 1%;
        width: 48%;
    }
    .box-albuns-item {
        margin: 0 1% 2em 1%;
        width: 31.33%;
    }
}

#text-usa,#tabela-pt,#tabela-usa {
    display: none;
}

#usa,
#pt-br,
#servico-pt,
#servico-usa,
#servico-br{
    cursor: pointer;
}

.header-mobile {
    background-color: black;
    display: none;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.menu-mobile {
    width: 20%;
    text-align: right;
}

.menu-mobile img {
    width: 80px;
    position: relative;
    z-index: 999;
}

.logo-mobile {
    width: 20%;
}


.logo-mobile img {
    width: 100%;
}

.menu-mobile-content {
    position: fixed;
    z-index: 11;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 1s all ease;
    background-color: rgba(0, 0, 0, 0.95);
}

.menu-mobile-content_show {
    transform: translateX(0%);
}

.menu-mobile-content li a {
    color: white !important;
    font-size: 24px;
    font-weight: bold;
}

.menu-mobile-content li {
    padding-top: 22px;
}

@media(max-width:992px) {
    .header-desktop {
        display: none !important;
    }
    .header-mobile{
        display: flex;
    }
}

@media(max-width:768px) {
    .logo-mobile {
        width: 30%;
    }
}

@media(max-width:500px) {
    .menu-mobile img{
    	width:60px;
    }
    .box-footer1{
    	display:block;
    }
     .box-footer1 a{
    	text-align:center;
    }
    .mapa-site ul{
    	justify-content: space-evenly;
        margin: 10px 0;
    }
    .box-form form {
    	width: 100%;
	}
    .menu-mobile-content li a {
        font-size: 21px;
	}
    .menu-mobile-content{
    	top: 44px;
    }
    
}