*{
	padding:0;
	margin:0;
	outline:none;
	box-sizing:border-box;
	-webkit-tap-highlight-color: transparent;
}
.hidden{
	position:fixed;
	top:-9999px;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.material-symbols-outlined{
  	font-variation-settings:'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
html,body{
	height:100%;
	font-size:19px;
	font-family:'Faustina';
}
::selection {
	background:#000;
	color:#fff;
}
body,header{
	background-repeat:no-repeat;
	background-position:fixed;
	background-size:center center;
	background-size:cover;
	background-attachment:fixed;
}
ul{
	list-style:none;
}
body,header{
	background-color:#b11e17;
	background-image:url(../img/bg.jpg);
}
.anchor{
	display:block;
    position:relative;
    top:-250px;
    visibility:hidden;
}
#logo-veredas{
	height:78vh;
	position:fixed;
	top:99px;
	left:0;
	max-width:200px;
	object-fit:contain;
	object-position:left top;
	z-index:2;
}
.creditos{
	display:block;
	font-style:italic;
	font-weight:300;
}
main{
	flex:1;
	width:100%;
	display:flex;
	flex-direction:column;
	min-height:100%;
}
header{
	position:fixed;
	width:100%;
	height:200px;
	top:0;
	left:0;
	display:flex;
	justify-content:space-between;
	padding:80px 0px 20px 300px;
	z-index:1;
	color:#fff;
}
#header-title{
	padding-top:10px;
}
#header-title a{
	text-decoration:none;
	color:#fff;
}
#header-title h1{
	font-family:'Mongoose';
	font-size:1.4rem;
	font-weight:400;
}
#header-title h2{
	font-size:0.7rem;
	text-align:right;
	font-weight:400;
}
#header-nav{
	display:flex;
	gap:40px;
}
#social-networks{
	display:flex;
	padding-right:50px;
	padding-top:4px;
	align-items:flex-start;
	gap:10px;
	height:55px;
}
#social-networks img{
	height:36px;
}
#main-menu{
	display:none;
}
menu span{
	display:none;
}
menu ul{
	display:flex;
	gap:0px;
}
menu span{
	display:none !important;
}
menu li{
	position:relative;
	text-align:right;
	padding:10px 5px;
}
menu ul li.submenu{
	
}
menu li.submenu:hover,menu > ul li:hover a{
	background:#000;
}
menu > ul li a{
	padding:10px 15px;
}
menu li, menu a{
	color:#fff;
	text-decoration:none;
	font-family:'Mongoose';
	font-size:1.4rem;
	font-weight:500;
	cursor:pointer;
}
menu li ul{
	right:0px;
	display:none;
	flex-direction:column;
	gap:0px;
}
menu ul li ul{
	text-align:right;
	padding-top:15px;
}
menu ul li.show a span{
	transform:rotate(90deg);
}
menu ul li.show ul{
	display:flex;
}
menu ul li ul li{
	line-height:1.4rem;
	padding:0px;
}
menu ul li ul li a{
	font-family:'Faustina';
	font-size:1rem;
	font-weight:400;
	background:none !important;
}
content{
	display:flex;
	flex:1;
	justify-content:flex-start;
	padding-top:200px;
}
.text{
	color:#fff;
	max-width:840px;
}
.home-text{
	padding-top:80px;
	padding-bottom:80px;
	padding-left:300px;
	max-width:845px;
}
.home-text p{
	
}
.text p{
	padding:10px 0px;
}
.text h1{
	font-family:'Mongoose';
	padding-top:0px;
	padding-bottom:50px;
	font-size:3rem;
	font-weight:400;
}
.text h2{
	padding-top:15px;
	padding-bottom:10px;
	font-size:1.3rem;
	font-weight:400;
}
.text h3{
	font-size:3rem;
	padding:10px 0;
}
.home-text ul{
	list-style-type:none;
	font-style:italic;
	padding:0px;
	margin-top:-8px;
	font-weight:700;
}
.home-text h4{
	text-align:right;
	font-weight:400;
	font-size:1.2rem;
	font-style:italic;
	padding-top:50px;
}
.comma{
	line-height:10px;
	position:relative;
	top:-5px;
}
footer{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top:80px;
	font-style:italic;
	font-size:0.9rem;
	color:#fff;
}
footer p{
	padding-bottom:20px;
}
#footer-logo{
	flex:1;
	width:100%;
	display:flex;
	justify-content:center;
	padding-bottom:40px;
	padding-top:15px;
	/*background:#000;*/
}
#footer-image{
	width:450px;
}
.home-edition{
	padding-top:0px;
	padding-bottom:0px !important;
}

.center-aligned{
	display:flex;
	flex:1;
	justify-content:center;
}

.main-title{
	font-family:Mongoose;
	font-size:4rem;
	text-transform:uppercase;
	font-weight:400;
	padding-top:20px;
}

.base-text{
	color:#fff;
	width:100%;
	max-width:852px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.scenter{
	align-items:center !important;
	max-width:none !important;
}


.sobre-box{
	max-width:955px !important;
}
.sobre-block{
	display:flex;
}
.sobre h1{
	font-family:Mongoose;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	font-size:3.5rem;
	padding-bottom:40px;
	padding-top:40px;
}
.sobre .sobre-photo img{
	width:340px;
}
.sobre .sobre-text{
	padding-left:40px;
	padding-bottom:50px;
}
.sobre .sobre-text p{
	text-align:left;
	font-size:0.9rem;
	padding:0px;
	padding-bottom:10px;
}
.sobre h3{
	padding-top:30px;
	text-transform:uppercase;
	font-size:0.9rem;
	padding-bottom:20px;
}
.sobre h4{
	font-style:italic;
	font-size:0.9rem;
}
.sobre ul{
	font-size:0.9rem;
	font-weight:300;
	padding-bottom:20px;
}

#content-home{
	flex:1;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
}
#menu-home{
	display:flex;
	flex-direction:column;
	margin-top:20px;
	margin-right:50px;
}
#menu-home li{
	text-align:right;
	margin-top:40px;
}
#menu-home a{
	font-family:'Mongoose';
	font-size:3rem;
	text-decoration:none;
	color:rgba(255,255,255,0.4);
}
#menu-home .big a{
	color:#fff;
	font-size:4rem;
}



@media only screen and (min-width:894px) and (max-width: 1230px){

}

@media (max-width: 1024px){
	html,body{
		font-size:16px;
	}
	#main-menu{
		position:fixed;
		display:block;
		top:0px;
		right:0px;
		/* padding:14px 34px 20px 22px; */
		padding:20px 34px 20px 22px;
		margin-right:0px;
		z-index:4;
		/* transform: rotate(90deg); */
	}
	#main-menu img{
		/* width:40px; */
		width:30px;
	}
	header{
		width:100%;
		padding:0px 10px 10px 10px;
		height:85px;
		overflow:hidden;
	}
	#header-title{
		padding-left:15px;
		padding-top:23px;
	}
	#header-title a{
		display:flex;
		justify-content:center;
	}
	#header-title h1{
		font-size:1.3rem;
		padding-right:4px;
	}
	#header-title h1 br{
		content:" ";
		padding:0.1rem;
	}
	#header-title h2{
		font-size:0.8rem;
		margin-top:4px;
		padding-left:4px;
		border-left:1px solid #fff;
	}
	#logo-veredas{
		top:110px;
		height:200px;
		z-index:0;
	}
	.page-home #logo-veredas{
		top:110px;
		height:280px;
	}
	.home-text{
		padding:20px 20px 80px 100px;
	}
	.text h1{
		font-size:2rem;
		padding-bottom:30px;
	}
	.text h2{
		font-size:1rem;
		font-weight:700;
	}
	.page-home .text h2{
		padding-top:0px;
	}
	#header-nav{
		overflow:auto;
		overscroll-behavior:contain;
		display:none;
		flex-direction:column;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		backdrop-filter:blur(10px);
		z-index:3;
		padding:100px 0px 0px 0px;
	}
	.base-text{
		padding:0px 30px 50px 70px;
	}
	.base-text p{
		padding-right:10px;
	}
	#header-nav.show{
		display:flex;
	}
	menu{
		padding-top:10vh !important;
	}
	menu li ul{
		gap:20px;
	}
	menu > ul{
		flex-direction:column;
		padding-right:20px;
		gap:20px;
	}
	menu a{
		font-size:2.6rem;
	}
	menu ul li ul li a{
		font-size:1.2rem;
	}


	#social-networks{
		position:fixed;
		bottom:20px;
		width:100%;
		justify-content:center;
		padding-right:0px;
		gap:40px;
	}
	content{
		padding-top:85px;
	}
	#footer-image{
		width:300px;
	}
	.photo-line{
		gap:10px;
	}
	
	.main-title{
		font-size:2.5rem;
	}
	.bate-papo-session{
		padding:30px 0px 0px 0px;
	}
	.bate-papo-session h1{
		padding-top:15px;
		font-size:1rem;
	}
	.bate-papo-session h2{
		font-size:0.7rem;
		padding-top:5px;
	}
	.bate-papo-session h3{
		padding-top:5px;
		font-size:0.7rem;
	}
	.subtitle{
		font-size:1.7rem !important;
		padding-top:50px !important;
	}
	.bate-papo-block .subtitle-2{
		font-size:1.5rem !important;
	}
	.first-subtitle{
		padding-top:5px !important;
	}
	.palestras-block{
		flex-direction:column;
	}
	.palestras-block .photo-line{
		order:2;
	}
	.palestras-session{
		padding:0px 0px 100px 0px;
	}
	.palestras-session .subtitle{
		font-size:1.4rem !important;
		line-height:1.5rem !important;
	}
	.palestras-block .text-line{
		order:1;
		padding-left:0px;
	}
	.palestras-block img{
		height:auto;
		height:300px;
	}
	.body-oficinas .palestras-session .subtitle{
		font-size:1.4rem !important;
	}
	.subscribe-block.outside{
		display:flex;
		order:3;
	}
	.anchor{
		top:-100px;
	}


	.subscribe-block.inside{
		display:none;
	}
	.subscribe-block a{
		font-size:1.3rem;
	}
	.subscribe-block p{
		padding:10px 0px;
	}
	.convidado{
		flex-direction:column;
	}
	.convidado-photo{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.convidado-text{
		padding-top:20px;
	}
	.sobre-block{
		flex-direction:column;
	}
	.sobre-photo{
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.sobre .sobre-photo img{
		width:250px;
	}
	.sobre h1{
		font-size:2rem;
	}
	.sobre-text{
		padding:10px !important;
		padding-top:30px !important;
	}
	.sobre ul{
		font-size:0.7rem;
	}
	menu li.submenu:hover,menu > ul li:hover a{
		background:none !important;
	}
	.subscribe-block{
		align-items:center;
		max-width:none;
	}
	menu span{
		display:inline !important;
		position:absolute;
		top:24px;
	}
	.bate-papo-session p{
		text-align:left;
	}
	.photo-line img{
		height:auto !important;
		width:280px;
		max-width:60vw;
	}
	.batepapo-text .photo-line img{
		width:80px;
	}
	.subtitle.af br{
		display:none;
	}



}

@media (max-width: 280px){
	html,body{
		font-size:10px;
	}
	#header-title h1{
		font-size:0.8rem;
	}
	#header-title h2{
		display:none;
	}
	#logo-veredas{
		width:30px;
	}
	.base-text{
		padding:0px 10px 50px 10px;
	}
	#footer-image{
		width:200px;
	}
	menu span{
		top:14px;
	}
}


@supports (-webkit-touch-callout:none){
	body,header{
		background-color:#b11e17;
		background-image:none;
	}
}

@media(hover: hover) and (pointer: fine){
    menu > ul li:hover ul{
		display:flex;
	}
}

















