/* ------------------------------------------------------------------------------
 	Author: WebThemez
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #b1b1b1;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #000000;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3a3a3a;
	margin-top: 20px;
}
.btn:hover, .btn:focus {
	background-color: #E90000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
	background: #000000;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #010101;
    padding:40px;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
	background: #010101;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: transparent;
	min-height: 72px;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	position: relative;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
	/* background: #E90000; */
	position: absolute;
	top: 0px;
	bottom: 0px;
	text-align: center;
	padding: 0 10px;
	vertical-align: bottom;
}
#header .logo a{
	padding-top: 32%;
	display: inherit;
	color: #ffffff;
}
#header.fixed .header-content .logo a{
	padding-top: 11%;
	color: #ffffff;
	text-align: center;
}
#header .logo a:hover{
	
}
#header.fixed {
	background-color: #010101;
	border-bottom: 1px solid #232323 !important;
}
#header.fixed a {
	color: #c3c3c3;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover {
	color: #E90000 !important;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;

	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	/*
	background-image: url(/assets/imagens/bgk.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
	min-height: 750px;
}
.banner-text {
	margin-top: 38%;
	color: #fff;
	float: left;
	padding: 25px;
	border-radius: 15px 0 15px;
	left: 0px;
}
.banner-text h1 {
	color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 53px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
.banner-text p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: left;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #000;
	/* color: #000; */
}
.intro h3 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}
.intro p {
	color: rgba(255, 255, 255, 0.58);
	font-weight: 400;
	font-size: 15px;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
	
color: #fff;
	
font-weight: bold;
}
.section-header p{
	
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding: 100px 0;
	color: #fff;
}
.services {
	/* margin-bottom: 110px; */
	background: #E90000; /*#cd003a;*/
	color: #fff;
}
.services .section-header h2{
color: #fff;	
font-weight: bold;
}
.services .section-header p{
color: #fff;	
}
.services-content {
	padding: 30px 30px 20px;
	/* margin-top: 30px; */
	background: #E90000;
	border: 1px solid rgba(255, 255, 255, 0.53);
	/* border-radius: 10px; */
	text-align: center;
	color: #fff;
}
.services-content p{
	color: rgba(255, 255, 255, 0.81);
}
.services .icon {
	color: #ffffff;
	font-size: 50px;
	padding-top: 26px;
	display: inline-block;
	/* background: #ffffff; */
	/* padding: 20px; */
	border-radius: 50%;
	height: 90px;
	width: 90px;
	/* border: 1px solid #dedede; */
	font-weight: 600;
	margin-bottom: 15px;
}
#Playlist{
	padding:100px 0;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	/* -webkit-box-shadow: 0 0 0 1px #fff; */
	/* box-shadow: 0 0 0 1px #fff; */
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(194, 6, 14, 0.61);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	padding: 100px 0;
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
    /* text-align: left; */
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	/* border: 1px solid rgba(0, 0, 0, 0.1) !important; */
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
	padding: 15px;
	border: 1px dashed #404040 !important;
	margin-bottom: 20px;
	/* border-radius: 15px; */
	background: #010101;
}
.package:hover {
	background-color: #0a0a0a;
}
.package:hover h5 {
	color: #fd4166;
}
.package:hover .price {
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
	color: #a5a5a5;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    font-size: 1.35em;
    font-weight: 500;
    color: #e7185c;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 0;
	right: 0;
	bottom: auto;
	font-size: 26px;
	padding: 0.7em;
	font-weight: bold;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 5%;
	border: 2px solid #ffffff;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #eaeaea;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e7185c;
	color: #e7185c;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #e7185c;
	border-color: #e7185c;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #E90000;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: rgba(255, 255, 255, 0.87);
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height:22px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}


#agenda {
    background:#E90000;
    width:100%;
    margin:0;
    padding:80px 0 0;
    color:#fff;
    overflow:hidden;
}

#agenda .section-header {
    padding-bottom:30px;
}

#agenda .section-header h2,
#agenda .section-header p {
    color:#fff;
}

#agenda .agenda-row {
    display:flex;
    align-items:flex-start;
}

#agenda .agenda-imagem,
#agenda .agenda-listagem {
    min-width:0;
}

#agenda .agenda-imagem img {
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
}

#agenda .tour-list {
    width:100%;
    margin:0;
    padding:0 0 70px;
    list-style:none;
}

#agenda .tour-item {
    display:flex;
    align-items:center;
    gap:14px;
    width:100%;
    min-width:0;
    padding:14px 5px;
    border-bottom:1px solid rgba(0,0,0,.65);
    box-sizing:border-box;
}

#agenda .tour-item:last-child {
    border-bottom:none;
}

#agenda .tour-date {
    flex:0 0 70px;
    width:70px;
    min-width:70px;
    margin:0;
    padding:0;
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:.9;
    text-align:left;
}

#agenda .tour-date > span {
    display:block;
    position:static;
    width:100%;
    margin:7px 0 0;
    padding:0;
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:1;
    text-align:left;
}

#agenda .tour-date > span > span {
    display:block;
    position:static;
    width:100%;
    margin:4px 0 0;
    padding:0;
    color:#fff;
    font-size:14px;
    line-height:1;
    text-align:left;
}

#agenda .tour-info {
    flex:1 1 auto;
    min-width:0;
    margin:0;
    padding:0;
    overflow:hidden;
    color:#fff;
}

#agenda .tour-title {
    width:100%;
    margin:0 0 5px;
    overflow:hidden;
    color:#fff;
    font-size:17px;
    font-weight:700;
    line-height:1.25;
    white-space:nowrap;
    text-overflow:ellipsis;
}

#agenda .tour-location {
    display:block;
    width:100%;
    min-width:0;
    overflow:hidden;
    color:#fff;
    font-size:13px;
    line-height:1.35;
    white-space:nowrap;
    text-overflow:ellipsis;
}

#agenda .tour-ticket {
    flex:0 0 auto;
    margin:0;
    padding:0;
}

#agenda .tour-ticket a {
    display:inline-block;
    padding:9px 12px;
    border-radius:4px;
    background:#fff;
    color:#010101;
    font-size:10px;
    line-height:1.2;
    letter-spacing:1px;
    text-transform:uppercase;
    white-space:nowrap;
}

#agenda .tour-ticket a:hover,
#agenda .tour-ticket a:focus {
    background:#010101;
    color:#fff;
}

#agenda .agenda-vazia {
    padding:25px;
    text-align:center;
    color:#fff;
}

@media only screen and (max-width:991px) {
    #agenda .agenda-row {
        display:block;
    }

    #agenda .agenda-imagem {
        margin-bottom:25px;
    }
}

@media only screen and (max-width:767px) {
    #agenda {
        padding:45px 0 30px;
    }

    #agenda .container {
        width:auto;
        max-width:none;
        margin-right:15px;
        margin-left:15px;
        padding:0;
    }

    #agenda .section-header {
        width:100%;
        margin:0 0 30px;
        padding:0;
    }

    #agenda .section-header h2 {
        margin:0 0 15px;
        font-size:36px;
        line-height:1.1;
    }

    #agenda .section-header p {
        margin:0;
        font-size:15px;
        line-height:1.5;
    }

    #agenda .agenda-row {
        display:block;
        width:auto;
        margin-right:-15px;
        margin-left:-15px;
    }

    #agenda .agenda-imagem,
    #agenda .agenda-listagem {
        float:none;
        width:100%;
        max-width:100%;
        min-width:0;
        margin:0;
        padding-right:15px;
        padding-left:15px;
        box-sizing:border-box;
    }

    #agenda .agenda-imagem {
        margin-bottom:25px;
    }

    #agenda .agenda-imagem img {
        width:100%;
        max-width:100%;
        height:280px;
        object-fit:cover;
        object-position:center;
    }

    #agenda .tour-list {
        width:100%;
        max-width:100%;
        padding-bottom:0;
        overflow:hidden;
    }

    #agenda .tour-item {
        display:grid;
        grid-template-columns:62px minmax(0,1fr);
        grid-template-rows:auto auto;
        column-gap:12px;
        row-gap:7px;
        width:100%;
        max-width:100%;
        min-width:0;
        padding:16px 0;
    }

    #agenda .tour-date {
        grid-column:1;
        grid-row:1 / span 2;
        width:62px;
        min-width:62px;
        margin:0;
        padding:0;
        font-size:38px;
        line-height:.85;
        text-align:left;
    }

    #agenda .tour-date > span,
    #agenda .tour-date > span > span {
        position:static;
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
        width:100%;
        margin-left:0;
        padding-left:0;
        text-align:left;
        text-indent:0;
        transform:none;
    }

    #agenda .tour-date > span {
        margin-top:7px;
        font-size:14px;
    }

    #agenda .tour-date > span > span {
        margin-top:4px;
        font-size:13px;
    }

    #agenda .tour-info {
        grid-column:2;
        grid-row:1;
        width:100%;
        min-width:0;
        margin:0;
        padding:0;
    }

    #agenda .tour-title {
        margin-bottom:5px;
        font-size:16px;
    }

    #agenda .tour-location {
        font-size:12px;
    }

    #agenda .tour-ticket {
        grid-column:2;
        grid-row:2;
        width:auto;
        margin:0;
        text-align:left;
    }

    #agenda .tour-ticket a {
        max-width:100%;
        padding:8px 12px;
        font-size:10px;
    }
}

@media only screen and (max-width:380px) {
    #agenda .section-header h2 {
        font-size:31px;
    }

    #agenda .tour-item {
        grid-template-columns:56px minmax(0,1fr);
        column-gap:9px;
    }

    #agenda .tour-date {
        width:56px;
        min-width:56px;
        font-size:34px;
    }

    #agenda .tour-title {
        font-size:14px;
    }

    #agenda .tour-location {
        font-size:11px;
    }

    #agenda .tour-ticket a {
        padding:7px 9px;
        font-size:9px;
    }
}

/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
	background: #010101;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
	background: #010101;
}
.conForm .submitBnt {
	background: #E90000;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #ffffff;
	color: #E90000;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
@media only screen and (max-width: 1020px) {
    #header .logo a {
    padding-top: 12%;
    display: inherit;
    color: #fff;
}
#header.fixed .header-content .logo a {
    padding-top: 12%;
    color: #fff;
    text-align: center;
}
}

.banner {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.banner-carousel,
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item,
.banner-slide {
  height: 100vh;
  min-height: 600px;
}

.banner-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

.banner-slide .container {
  position: relative;
  z-index: 2;
}

.banner-text {
  color: #fff;
  padding-top: 120px;
}

.banner-text h1 {
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-text p {
  font-size: 22px;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 50;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
    transition:.4s;
}

#header.fixed{
    background:#111;
    box-shadow:0 2px 10px rgba(0,0,0,.25);
}

.footer{
    background:#111;
    color:#fff;
    overflow:hidden;
}

.footer-map iframe{
    width:100%;
    height:420px;
    border:0;
    display:block;
}

.footer-contact{
    margin-top:-260px;
    margin-left:auto;
    background:rgba(0,0,0,.85);
    padding:30px;
    max-width:420px;
    position:relative;
    z-index:10;
    border-radius:6px;
}

.footer-contact h2{
    margin-top:0;
    color:#fff;
}

.footer-contact address{
    margin-bottom:0;
    color:#fff;
    line-height:1.8;
}

.footer-contact a{
    color:#fff;
}

.footer-copy{
    text-align:center;
    padding:25px 0;
    color:#ccc;
}

.footer-copy a{
    color:#fff;
}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .footer-map iframe{
        height:250px;
    }

    .footer-contact{

        margin-top:0;
        max-width:100%;
        margin-left:0;
        border-radius:0;
        padding:20px;

    }

    .footer-copy{
        font-size:13px;
    }

}

/* =====================================================
   AGENDA — DESKTOP
===================================================== */

#agenda .agenda-row{
    display:flex;
    align-items:stretch;
}

#agenda .agenda-imagem,
#agenda .agenda-listagem{
    min-height:0;
}

/* Define a altura visual da imagem */
#agenda .agenda-imagem img{
    display:block;
    width:100%;
    height:500px;
    object-fit:cover;
    object-position:center;
}

/* A lista fica limitada à mesma altura da imagem */
#agenda .agenda-listagem{
    height:500px;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:8px;
}

/* Evita espaço excessivo no fim */
#agenda .tour-list{
    margin:0;
    padding:0;
}

/* Scroll discreto */
#agenda .agenda-listagem{
    scrollbar-width:thin;
    scrollbar-color:rgba(255,255,255,.65) rgba(0,0,0,.15);
}

#agenda .agenda-listagem::-webkit-scrollbar{
    width:7px;
}

#agenda .agenda-listagem::-webkit-scrollbar-track{
    background:rgba(0,0,0,.15);
    border-radius:10px;
}

#agenda .agenda-listagem::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.65);
    border-radius:10px;
}

#agenda .agenda-listagem::-webkit-scrollbar-thumb:hover{
    background:#fff;
}

/* =====================================================
   AGENDA — MOBILE
===================================================== */

@media only screen and (max-width:767px){

    #agenda .agenda-row{
        display:block;
    }

    /* Esconde completamente a imagem */
    #agenda .agenda-imagem{
        display:none !important;
    }

    /* Lista ocupa toda a largura */
    #agenda .agenda-listagem{
        width:100% !important;
        height:auto !important;
        max-height:none !important;
        overflow:visible !important;
        padding-right:15px !important;
        padding-left:15px !important;
    }

    #agenda .tour-list{
        width:100%;
    }

}

/* =====================================================
   NOTÍCIAS
===================================================== */

.noticias-section{
    position:relative;
    width:100%;
    padding:80px 0;
    overflow:hidden;
    background:#010101;
}

.noticias-section .section-header{
    margin-bottom:35px;
}

.noticias-section .section-header h2{
    color:#fff;
}

.noticias-section .section-header p{
    color:rgba(255,255,255,.70);
}

.noticias-carousel{
    width:100%;
}

.noticia-card{
    display:flex;
    flex-direction:column;
    min-height:360px;
    height:100%;
    margin:1px;
    overflow:hidden;
    background:#151515;
    border:1px solid rgba(255,255,255,.14);
    transition:transform .25s ease,
               border-color .25s ease;
}

.noticia-card:hover{
    transform:translateY(-4px);
    border-color:#E90000;
}

.noticia-imagem{
    position:relative;
    width:100%;
    height:210px;
    overflow:hidden;
    background:#222;
}

.noticia-imagem img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition:transform .35s ease;
}

.noticia-card:hover .noticia-imagem img{
    transform:scale(1.05);
}

.noticia-conteudo{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    padding:25px;
}

.noticia-conteudo h3{
    margin:0 0 15px;
    color:#fff;
    font-size:21px;
    font-weight:700;
    line-height:1.3;
}

/*
Limita visualmente o texto.
Mesmo assim, os textos devem ser escritos com até 100 palavras.
*/
.noticia-conteudo p{
    display:-webkit-box;
    margin:0 0 20px;
    overflow:hidden;
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.65;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}

.noticia-link{
    display:inline-block;
    align-self:flex-start;
    margin-top:auto;
    padding:9px 16px;
    border-radius:3px;
    background:#E90000;
    color:#fff;
    font-size:12px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.noticia-link:hover,
.noticia-link:focus{
    background:#fff;
    color:#010101;
}

/* Notícia sem fotografia */
.noticia-sem-imagem{
    min-height:440px;
    background:#E90000;
}

.noticia-sem-imagem .noticia-conteudo{
    justify-content:center;
}

.noticia-sem-imagem .noticia-link{
    background:#fff;
    color:#010101;
}

.noticia-sem-imagem .noticia-link:hover{
    background:#010101;
    color:#fff;
}

/* Navegação */
.noticias-carousel .owl-nav{
    margin-top:25px;
    text-align:center;
}

.noticias-carousel .owl-nav button.owl-prev,
.noticias-carousel .owl-nav button.owl-next{
    width:42px;
    height:42px;
    margin:0 5px;
    border:1px solid rgba(255,255,255,.35) !important;
    border-radius:2px;
    background:#111 !important;
    color:#fff !important;
    font-size:25px !important;
    line-height:38px !important;
}

.noticias-carousel .owl-nav button:hover{
    border-color:#E90000 !important;
    background:#E90000 !important;
}

.noticias-carousel .owl-dots{
    margin-top:20px;
    text-align:center;
}

.noticias-carousel .owl-dot span{
    display:block;
    width:9px;
    height:9px;
    margin:4px;
    border-radius:50%;
    background:#555;
}

.noticias-carousel .owl-dot.active span{
    background:#E90000;
}

/* Tablet */
@media only screen and (max-width:991px){

    .noticias-section{
        padding:60px 0;
    }

    .noticia-card,
    .noticia-sem-imagem{
        min-height:420px;
    }

}

/* Telemóvel */
@media only screen and (max-width:767px){

    .noticias-section{
        padding:45px 0;
    }

    .noticias-section .section-header{
        margin-bottom:25px;
    }

    .noticias-section .section-header h2{
        font-size:34px;
        line-height:1.15;
    }

    .noticia-card,
    .noticia-sem-imagem{
        min-height:0;
    }

    .noticia-imagem{
        height:220px;
    }

    .noticia-conteudo{
        padding:22px;
    }

    .noticia-conteudo h3{
        font-size:19px;
    }

}

/* =========================================
   CARTÕES DE ESPETÁCULOS
========================================= */

.espetaculo-card{
    height:100%;
    overflow:hidden;
    background:#151515;
    border:1px solid rgba(255,255,255,.10);
}

.espetaculo-imagem{
    width:100%;
    height:250px;
    overflow:hidden;
    background:#111;
}

.espetaculo-imagem img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.espetaculo-conteudo{
    min-height:190px;
    padding:22px;
    background:#151515;
}

.espetaculo-conteudo h3{
    margin:0 0 12px;
    color:#fff;
    font-size:21px;
    font-weight:700;
    line-height:1.25;
}

.espetaculo-conteudo p{
    display:-webkit-box;
    margin:0 0 18px;
    overflow:hidden;
    color:rgba(255,255,255,.70);
    font-size:14px;
    line-height:1.6;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}

.espetaculo-link{
    display:inline-block;
    padding:8px 14px;
    background:#E90000;
    color:#fff;
    font-size:11px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.espetaculo-link:hover{
    background:#fff;
    color:#111;
}

/* =====================================================
   CARROSSEL DE ESPETÁCULOS
===================================================== */

#espetaculos{
    width:100%;
    overflow:hidden;
}

.espetaculos-carousel{
    width:100%;
}

.espetaculos-carousel .owl-wrapper-outer{
    overflow:hidden;
}

.espetaculos-carousel .owl-item{
    box-sizing:border-box;
    padding:0 12px;
}

.espetaculo-card{
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:500px;
    overflow:hidden;
    background:#151515;
    border:1px solid rgba(255,255,255,.10);
    transition:transform .35s ease,
               box-shadow .35s ease;
}

.espetaculo-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.45);
}

.espetaculo-imagem{
    position:relative;
    display:block;
    width:100%;
    height:250px;
    overflow:hidden;
    background:#111;
}

.espetaculo-imagem img{
    display:block;
    width:100% !important;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition:transform .45s ease;
}

.espetaculo-card:hover .espetaculo-imagem img{
    transform:scale(1.07);
}

.espetaculo-conteudo{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    min-width:0;
    padding:22px;
}

.espetaculo-conteudo h3{
    margin:0 0 12px;
    color:#fff;
    font-size:21px;
    font-weight:700;
    line-height:1.25;
}

.texto-esp{
    display:-webkit-box;
    margin:0 0 18px;
    overflow:hidden;
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.6;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}

.espetaculo-link{
    display:inline-block;
    align-self:flex-start;
    margin-top:auto;
    padding:9px 15px;
    background:#E90000;
    color:#fff;
    font-size:11px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.espetaculo-link:hover,
.espetaculo-link:focus{
    background:#fff;
    color:#111;
}

/* Controlos Owl Carousel 1 */

.espetaculos-carousel .owl-controls{
    margin-top:25px;
    text-align:center;
}

.espetaculos-carousel .owl-buttons{
    margin-bottom:12px;
}

.espetaculos-carousel .owl-buttons div{
    display:inline-block;
    width:42px;
    height:42px;
    margin:0 5px;
    padding:0;
    border:1px solid rgba(255,255,255,.35);
    border-radius:3px;
    background:#111;
    color:#fff;
    font-size:22px;
    line-height:40px;
    opacity:1;
}

.espetaculos-carousel .owl-buttons div:hover{
    border-color:#E90000;
    background:#E90000;
}

.espetaculos-carousel .owl-page{
    display:inline-block;
}

.espetaculos-carousel .owl-page span{
    display:block;
    width:9px;
    height:9px;
    margin:4px;
    border-radius:50%;
    background:#777;
    opacity:1;
}

.espetaculos-carousel .owl-page.active span{
    background:#E90000;
}

@media only screen and (max-width:767px){

    .espetaculos-carousel .owl-item{
        padding:0 5px;
    }

    .espetaculo-card{
        min-height:0;
    }

    .espetaculo-imagem{
        height:230px;
    }

    .espetaculo-conteudo{
        padding:20px;
    }

}

/* Modal acima do menu fixo */
.modal{
    z-index:10050 !important;
}

.modal-backdrop{
    z-index:10040 !important;
}

/* =====================================================
   TRANSIÇÃO — REDES SOCIAIS
===================================================== */

.transicao-redes{
    position:relative;
    width:100%;
    padding:55px 0;
    overflow:hidden;
    background:#E90000;
    color:#fff;
}

.transicao-redes:before{
    content:"";
    position:absolute;
    top:-110px;
    right:-70px;
    width:300px;
    height:300px;
    border:45px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.transicao-redes:after{
    content:"";
    position:absolute;
    bottom:-130px;
    left:-90px;
    width:270px;
    height:270px;
    border:35px solid rgba(0,0,0,.10);
    border-radius:50%;
}

.transicao-redes-conteudo{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.transicao-redes-texto{
    flex:1 1 auto;
    max-width:760px;
}

.transicao-redes-subtitulo{
    display:block;
    margin-bottom:8px;
    color:rgba(255,255,255,.78);
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.transicao-redes-texto h2{
    margin:0 0 12px;
    color:#fff;
    font-size:34px;
    font-weight:700;
    line-height:1.2;
}

.transicao-redes-texto p{
    margin:0;
    color:rgba(255,255,255,.85);
    font-size:15px;
    line-height:1.7;
}

.transicao-redes-icones{
    display:flex;
    flex:0 0 auto;
    align-items:center;
    gap:12px;
}

.transicao-redes-icones a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    border:2px solid rgba(255,255,255,.90);
    border-radius:50%;
    background:#fff;
    color:#E90000;
    font-size:22px;
    transition:all .3s ease;
}

.transicao-redes-icones a:hover,
.transicao-redes-icones a:focus{
    background:transparent;
    color:#fff;
    transform:translateY(-4px);
}

.transicao-redes-icones a img{
    display:block;
    width:24px;
    height:24px;
    object-fit:contain;
}

/* =====================================================
   REDES SOCIAIS — MOBILE
===================================================== */

@media only screen and (max-width:767px){

    .transicao-redes-conteudo{
        display:block !important;
        width:100%;
    }

    .transicao-redes-texto{
        width:100%;
        max-width:100%;
    }

    .transicao-redes-icones{
        display:flex !important;
        flex-wrap:wrap !important;
        justify-content:center !important;
        align-items:center;
        gap:12px;

        width:100%;
        max-width:100%;
        margin:25px 0 0;
        padding:0;
    }

    .transicao-redes-icones a{
        display:flex !important;
        flex:0 0 52px;
        align-items:center;
        justify-content:center;

        width:52px;
        height:52px;
        margin:0 !important;
    }

}

.primary-nav .idiomas {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 15px;
}

.primary-nav .idiomas a {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 600;
}

.primary-nav .idiomas span {
    opacity: 0.5;
}

.primary-nav .idiomas .ativo {
    font-weight: 700;
    text-decoration: underline;
}

/* Seletor de idioma */

.primary-nav .lang-switch{
    margin-left:35px;
    white-space:nowrap;
}

.primary-nav .lang-switch a{
    display:inline !important;
    padding:0 !important;
    margin:0;
    font-size:14px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
}

.primary-nav .lang-switch span{
    display:inline;
    margin:0 3px;
    color:rgba(255,255,255,.6);
}

.primary-nav .lang-switch a:hover{
    color:#9ACD32;
}

.primary-nav .lang-switch a.active{
    color:#d8232a;
}