@font-face {
    font-family: 'ValeSans';
    src: url('fontes/ValeSans-Light.woff2') format('woff2'),
        url('fontes/ValeSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ValeSans';
    src: url('fontes/ValeSans-LightItalic.woff2') format('woff2'),
        url('fontes/ValeSans-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ValeSans';
    src: url('fontes/ValeSans-Bold.woff2') format('woff2'),
        url('fontes/ValeSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ValeSans';
    src: url('fontes/ValeSans-BoldItalic.woff2') format('woff2'),
        url('fontes/ValeSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body, html {
	width: 100%;
}

body {
	font-family: ValeSans, myriad-pro, sans-serif; 
}

#boxanim21 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#logoanim21 {
	position: fixed;
	display: none;
}

#patternanim21 {
	position: fixed;
	display: none;
}

#patternanim21holder {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

#boxanim21img {
	display: none;
}

#boxanim21imgcel {
	display: none;
}

#conteudo21 {
	max-width: 2000px;
	margin: 0 auto;
	display: none;
}

.flex21 {
	flex-grow: 1;
}
#paralimg21 {
	/*height: 700px;*/
	height: 100vh;
	/*background-image: url(pics21/fundo-paralax.jpg);*/
	margin-bottom: 30px;
}

.parallaxbg {
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#parall2 {
	height: 250px;
	background-image: url(pics21/fundo-paralax2.jpg);
	margin-top: 50px;
}

#parall3 {
	height: 250px;
	background-image: url(pics21/fundo-paralax3.jpg);
	margin-top: 50px;
	margin-bottom: 50px;
}

#header21holder {
	padding: 15px 0 15px 0;
	margin: 56px 0 80px 0;
	background-color:  rgba(255, 255, 255, 0.9);
}

#header21bg {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ff9900;
}

#header21 {
	margin: 0 auto 0 auto;
	max-width: 1050px;
}

#topo21 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 68px;
}

#apresenta21 {
	font-size: 15px;
	color: #bababa;
	font-weight: 300;
}

#idioma21 {
	font-size: 18.4px;
	color: #747078;
	text-align: right;
	font-weight: 300;
}

#idioma21 a:link, #idioma21 a:visited {
	text-decoration: none;
	color: #6c6b75;
}

#idioma21 a:hover, #idioma21 a:active {
	text-decoration: underline;
}

.idsel21 {
	color: #edb111;
}

#logo21 {
	display: flex;
	margin-bottom: 80px;
}

#imglogo21 {
	flex-grow: 1;
}

#imglogo21 img {
	max-width: 524px;
}

#social21 {
	flex-grow: 1;
	text-align: right;
	/*padding-top: 10px;*/
}

#busca21 {
	margin-bottom: 50px;
}

.iconhead21 {
	color: #b0b3b3;
	font-size: 16px;
	display: inline-block;
}

#busca21campo {
	border: none;
	border-bottom: 1px solid #b0b3b3;
	background-color:  rgba(255, 255, 255, 0);
}

.iconsocial21 {
	background-color: #b0b3b3;
	color: #ffffff;
	font-size: 14px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding-top: 6px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 10px;
}

#menuflex21 {
	display: flex;
	width: 100%;
	color: #6c6b75;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #6c6b75;
	padding-bottom: 10px;
}

.menuitflex21 {
	flex-grow: 1;
}

.menuitflex21:first-child {
	text-align: left;
	flex-grow: 0.8;
}

.menuitflex21:last-child {
	text-align: right;
	flex-grow: 0.8;
}

#menuflex21 a:link, #menuflex21 a:visited {
	text-decoration: none;
	color: #6c6b75;
}

#menuflex21 a:hover, #menuflex21 a:active {
	text-decoration: none;
	color: #bababa;
}

#submenuflex21 a:link, #submenuflex21 a:visited {
	text-decoration: none;
	color: #6c6b75;
}

#submenuflex21 a:hover, #submenuflex21 a:active {
	text-decoration: none;
	color: #bababa;
}

#submenuflex21 {
	color: #6c6b75;
	font-size: 18px;
	padding-top: 10px;
}

.submenuitflex21 {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 15.5px;
}

#submenu21 {
	width: 100%;
	background-color: #b0b3b3;
	color: #ffffff;
	font-size: 20px;
	margin-top: -70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#submenuhd21 {
	margin: 0 auto;
	max-width: 1050px;
	display: flex;
	text-align: center;
}

.submenuit21 {
	flex-grow: 1;
}
.submenuit21:first-child {
	text-align: left;
	flex-grow: 0.8;
}

.submenuit21:last-child {
	text-align: right;
	flex-grow: 0.8;
}

#submenu21 a:link, #submenu21 a:visited {
	text-decoration: none;
	color: #ffffff;
}

#submenu21 a:hover, #submenu21 a:active {
	text-decoration: underline;
}

#banner21 {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto 0 auto;
}

#bannerimg21 {
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
}

#bannerimgsrc21 {
	width: 71%;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#patbanner21 {
	display: inline-block;
	width: 28%;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

#bannertxt21 {
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1;
}

#btxttitulo21 {
	font-size: 35px;
	font-weight: 700;
	font-style: normal;
	color: #edb111;
	margin-bottom: 10px;
	cursor: pointer;
	width: 80%;
	margin-top: 15px;
}

#btxtsobre21 {
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	color: #747078;
	cursor: pointer;
}

#bannerbullet21 {
	float: right;
	text-align: right;
	padding-top: 10px;
}

.bulletbanner21 {
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #bab9bb;
}

.bulletbanner21sel {
	background-color: #edb11d;
}

#agenda21 {
	margin: 56px auto 80px auto;
	max-width: 1050px;
}

#agtitulo21 {
	font-size: 35px;
	color: #ecaf2b;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
}

#agarea21 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.agitem21 {
	display: inline-block;
	width: 33%;
	cursor: pointer;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.agitem21-1 {
	padding-right: 50px;
}

.agitem21-2 {
	padding-right: 25px;
	padding-left: 25px;
}

.agitem21-3 {
	padding-left: 50px;
}

.agitemdata21 {
	color: #747078;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 8px;
}

.agitemimgholder21 {
	background-color: #747078;
	overflow: hidden;
}

.agitemimg21 {
	width: 100%;
	height: 100%;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	background: no-repeat center center;
	background-size: cover;
	border: solid 12px #ffffff;
	box-sizing: border-box;
	margin-left: -12px;
	margin-top: -12px;
}

.agitemtextos21 {
	margin-top: 15px;
}

.agitemtit21 {
	color: #747078;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px;
}

.agitemsobre21 {
	color: #747078;
	font-size: 16px;
	line-height: 1.4;
}

#rodape21 {
	width: 100%;
	background-color: #e6e7e8;
	color: #747078;
	font-size: 18px;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	max-width: 1050px;
	justify-content: space-between;
}

.colrodape21 {
	display: inline-block;
	width: 24%;
	vertical-align: middle;
	text-align: left;
}

.colrodape21 a:link, .colrodape21 a:visited {
	color: #747078;
	text-decoration: none;
}

.colrodape21 a:hover, .colrodape21 a:active {
	text-decoration: underline;
}

.colrodapecentro21 {
	text-align: center;
}

.colrodapetxtcentro21 {
	display: inline-block;
	text-align: left;
}

#patrodape21 {
	border: none;
	margin: 0;
	padding: 0;
}

#icones21 {
	width: 100%;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: right;
	margin: 0 auto 0 auto;
	max-width: 1050px;
	padding-top: 15px;
}

.iconesite21 {
	width: 80px;
	height: 80px;
	margin-left: 20px;
}

#marcas21 {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	margin: 60px 0 10px 0;
	/*max-width: 1050px;*/
}

#marcas21 img {
	width: 60%;
}


#interna21 {
	margin: 56px auto 80px auto;
	max-width: 1050px;
}

#inttitulo21, #intarea21 h1 {
	font-size: 30px;
	color: #ecaf2b;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 56px;
}

#intarea21 h1 {
	margin-top: 60px;
}

#intarea21 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #747078;
}

#intarea21 h2 {
	font-size: 20px;
	font-weight: 700;
}

#intarea21 a:link, #intarea21 a:visited {
	color: #747078;
	text-decoration: underline;
}

#intarea21 a:hover, #intarea21 a:active {
	color:  #ecaf2b;
}

#interna21 img {
	max-width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (min-width: 2300px) {
	#header21 {
		max-width: 1700px;
	}
	#banner21 {
		max-width: 1700px;
	}
	#rodape21 {
		max-width: 1700px;
	}
	#icones21 {
		max-width: 1700px;
	}
	#agenda21, #marcas21 {
		max-width: 1700px;
	}
	#interna21 {
		max-width: 1700px;
	}
	#submenuhd21 {
		max-width: 1700px;
	}
	.agitem21 {
		width: 30%;
	}
}

@media (min-width: 2100px) {
	#header21 {
		max-width: 1500px;
	}
	#banner21 {
		max-width: 1500px;
	}
	#rodape21 {
		max-width: 1500px;
	}
	#icones21 {
		max-width: 1500px;
	}
	#agenda21, #marcas21 {
		max-width: 1500px;
	}
	#submenuhd21 {
		max-width: 1500px;
	}
	#interna21 {
		max-width: 1500px;
	}
}

@media (max-width: 1300px) {
	#btxttitulo21 {
		font-size: 40px;
	}
	#btxtsobre21 {
		font-size: 30px;
	}
	#rodape21 {
		font-size: 17px;
	}
}

@media (max-width: 1200px) {
	#header21 {
		max-width: 1000px;
	}
	#banner21 {
		max-width: 1000px;
	}
	#rodape21 {
		max-width: 1000px;
	}
	#icones21 {
		max-width: 1000px;
	}
	#menuflex21 {
		font-size: 17px;
	}
	#submenu21 {
		font-size: 17px;
	}
	#agenda21, #marcas21 {
		max-width: 1000px;
	}
	#submenuhd21 {
		max-width: 1000px;
	}
	#interna21 {
		max-width: 1000px;
	}
	.agitemdata21 {
		font-size: 20px;
	}
	.agitemtit21 {
		font-size: 20px;
	}
	#marcas21 img {
		width: 90%;
	}
}

@media (max-width: 1100px) {
	#btxttitulo21 {
		font-size: 35px;
	}
	#btxtsobre21 {
		font-size: 25px;
	}
	#bannertxt21 {
		padding-left: 54px;
	}
	#rodape21 {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	#header21 {
		max-width: 850px;
	}
	#banner21 {
		max-width: 850px;
	}
	#rodape21 {
		max-width: 850px;
	}
	#icones21 {
		max-width: 850px;
	}
	#menuflex21 {
		font-size: 16px;
	}
	#submenu21 {
		font-size: 16px;
	}
	#agenda21, #marcas21 {
		max-width: 850px;
	}
	#submenuhd21 {
		max-width: 850px;
	}
	#interna21 {
		max-width: 850px;
	}
	.agitemdata21 {
		font-size: 18px;
	}
	.agitemtit21 {
		font-size: 18px;
	}
	.agitemsobre21 {
		font-size: 15px;
	}
	#marcas21 img {
		width: 95%;
	}
	#btxttitulo21 {
		font-size: 30px;
	}
	#btxtsobre21 {
		font-size: 20px;
	}
	#bannertxt21 {
		padding-left: 44px;
	}
	#rodape21 {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	#btxttitulo21 {
		font-size: 28px;
	}
	#btxtsobre21 {
		font-size: 18px;
	}
	#rodape21 {
		font-size: 14px;
	}
}

.iconag21 {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	display: block;
}

.iconag211 {
	
}

.iconag212 {
	
}

.iconag213 {
	
}

.deskonlyblock {
	display: block;
}

.deskonlyinlineb {
	display: inline-block;
}

.mobonlyblock {
	display: none;
}

.deskonlyinline {
	display: inline;
}

.mobonlyinline {
	display: none;
}

/* INTERNAS */

.header21interno {
	margin: 0 !important;
	padding-top: 10px !important;
}

.submenumob21 {
	padding-right: 30px;
}

.divsubmennu21 {
	background-color: #bab9bb;
	height: 1px;
	border: none;
}

.lista-img {
	/*border-radius: 50%;*/
	width: 100%;
	height: 100%;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	background: no-repeat center center;
	background-size: cover;
	/*border: solid 12px #ffffff;*/
	box-sizing: border-box;
	margin-left: -12px;
	margin-top: -12px;
}

.lista-imgholder {
	background-color: #747078;
	width: 100%;
	margin-bottom: 10px;
}

.lista-itemimg {
	height: auto;
	margin-bottom: 30px;
	font-family: inherit;
	width: 23%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	text-transform: none;
	padding-bottom: 5px;
}

.listaposts {
	display: inline-block;
	width: 100%;
}

#botoes-post {
	text-align: left;
}

.bt-listapost {
	font-family: inherit;
	color: inherit;
	background-color: #e6e7e8;
	border: none;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	text-transform: none;
}

.bt-listapost:hover {
	background-color: #ffaf08;
	color: #FFFFFF;
}

input.wpcf7-submit {
	font-family: inherit;
	color: inherit;
	background-color: #e6e7e8;
	border: none;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

input.wpcf7-submit:hover {
	background-color: #ffaf08;
	color: #FFFFFF;
}

input.wpcf7-text, input.wpcf7-date, select.wpcf7-select, textarea.wpcf7-textarea {
	border: solid 1px #e6e7e8;
	background-color: #e6e7e8;
	padding: 3px 8px;
	font-family: inherit;
}

.lista-itemtxtit {
	font-family: inherit;
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

.lista-itemtx {
	color: inherit;
	font-size: inherit;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding: 12px 12px 6px 12px;
}
.lista-itemtx:hover {
	background-color: #ffaf08;
	color: #FFFFFF;
	
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
	padding: 0;
}

.tribe-events-calendar th {
	text-transform: capitalize;
}

.tribe-events-calendar thead th {
	background-color: #6c6b75;
	border-color: #6c6b75;
	font-size: 14px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #ffaf08;
	color: #ffffff !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: #e6e7e8;
	color: #6c6b75 !important;
}

#tribe-events-content .tribe-events-calendar td {
	color: #6c6b75 !important;
}

.tribe-events-month-event-title a, .tribe-events-list-event-title a {
	color: #6c6b75 !important;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	background-color: #e6e7e8;
	color: #6c6b75 !important;
}

.tribe-events-list-event-description {
	font-size: 14px;
}

.tribe-events-event-image img, .tribe-events-event-thumb img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#tribe-bar-form label {
	text-transform: none;
}

#tribe-bar-form input[type="text"] {
	font-style: normal;
	font-family: inherit;
}

.tribe-events-page-title {
	color: #ffaf08;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	font-family: inherit;
}

.ressearch a {
	text-decoration: none !important;
}

.tribe-events-notices {
	background-color: #e6e7e8;
	border-color: #e6e7e8;
	color: #6c6b75;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	font-size: 14px;
}

.tribe-events-calendar td.tribe-events-present.mobile-active {
	background-color: #FFFFFF;
}

.icone21lista {
	position: absolute;
	max-width: 40%;
	height: auto;
	margin-bottom: 0 !important;
}

.icone21lista1, .icone21lista2 {
	margin-top: 0 !important;
}

#btidioma21abre {
	cursor: pointer;
}

#btidioma21fecha {
	display: none;
	cursor: pointer;
}

#areaidioma21 {
	position: absolute;
	text-align: center;
	padding: 3px 20px;
	/*border: 1px solid #b0b3b3;*/
	line-height: 1.5;
	display: none;
}

#areaidioma21 a:link, #areaidioma21 a:visited {
	text-decoration: none;
}

#areaidioma21 a:hover, #areaidioma21 a:active {
	text-decoration: none;
	color: #bababa;
}

.tribe-events-event-image {
	text-align: center !important;
}

.internaagenda21 img {
	max-width: 80%;
}

.conteudoagenda21 {
	font-size: 18px !important;
}

.textoagenda21 {
	font-size: 18px !important;
	line-height: normal !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
	background-color: #ffaf08;
}

/* MOBILE */

@media (max-width: 800px) {
	.deskonlyblock {
		display: none;
	}
	.deskonlyinlineb {
		display: none;
	}
	.mobonlyblock {
		display: block;
	}
	.deskonlyinline {
		display: none;
	}
	.mobonlyinline {
		display: inline;
	}
	#paralimg21 {
		height: auto;
		min-height: 50vh;
		margin-bottom: 15px;
	}
	#header21holder {
		margin: 20px 0 40px 0;
	}
	#header21mob {
		padding: 10px 20px 10px 20px;
	}
	#imglogo21mob img {
		width: 75%;
	}
	#menubt21mob {
		float: right;
		font-size: 35px;
		color: #bab9bb;
	}
	#menu21mob {
		color: #747078;
		font-size: 16px;
		text-align: right;
		line-height: 1.8;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1.5s;
	}
	#menu21mob a {
		color: #747078;
		text-decoration: none;
	}
	#menu21mob ul {
		list-style: none;
		/*width: 80%;*/
		display: inline-block;
	}
	#social21mob {
		width: 90%;
		margin-top: 10px;
		display: inline-block;
	}
	#busca21campo {
		width: 75%;
	}
	.iconsocial21 {
		display: inline-block;
		font-size: 18px;
		padding-top: 0;
	}
	#banner21 {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
	}
	#bannertxt21 {
		padding-left: 0;
		margin-top: 10px;
		line-height: 1.2;
	}
	#btxttitulo21 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#btxtsobre21 {
		font-size: 14px;
	}
	.bulletbanner21 {
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin-right: 2px;
	}
	#agenda21 {
		margin: 20px auto 30px auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#agtitulo21 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.agitem21 {
		width: 100%;
		padding: 0;
	}
	.agitemdata21 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.agitemtextos21 {
		margin-top: 15px;
	}
	.agitemtit21 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.agitemsobre21 {
		font-size: 14px;
	}
	#icones21 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.iconesite21 {
		width: 60px;
		height: 60px;
	}
	#marcas21 {
		margin-top: 30px;
	}
	#rodape21 {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	.colrodape21 {
		width: 70%;
	}
	.colrodapecentro21 {
		text-align: left;
	}
	#patrodape21 {
		display: none;
	}
	#interna21 {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
	}
	#inttitulo21, #intarea21 h1 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	#intarea21 h1 {
		margin-top: 20px;
	}
	#interna21 img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.lista-itemimg {
		width: 100% !important;
	}
	.tribe-events-calendar thead th {
		font-size: 8px;
		font-weight: normal;
	}
	#tribe-mobile-container .type-tribe_events h4 {
		font-size: 12px;
	}
	#tribe-mobile-container .type-tribe_events h4 a {
		color: #ffaf08;
	}
	.tribe-events-event-body p {
		font-size: 10px;
	}
	#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
		font-size: 10px;
	}
	#tribe-events-content a {
		color: #ffaf08;
	}
	#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
		background-color: #ffaf08;
	}
	.tribe-events-present a {
		color: #FFFFFF !important;
	}
}

@supports (-webkit-touch-callout: none) {
	.parallaxbg {
		background-attachment: scroll;
		background-position: top center;
	}
}

/* COOKIE */

#bannercookie {
	width: 30%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #5b5a5d;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 14px;
}
#cookiok {
	padding: 5px 20px;
	color: #FFF;
	background-color: #038502;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}
@media (max-width: 800px) {
	#bannercookie {
		width: 90%;
		bottom: 50px;
		font-size: 12px;
	}
}