/* css by publisitio 25.07 */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--global-color: #1a1a1a;
	--main-font: Urbanist;
	--day01: #374628;
	--day02: #5a5338;
	--day03: #77704a;
	--color-footer: #4C3D3D;
}
.cls-1{fill:#fff;}
.cls-2{fill:#f15a24;}

.cls-1-black{
	fill: var(--global-color);
}
/* custom scrollbar */
* {
  scrollbar-color: #f15a24 transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--global-color); 
  border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555555; 
}
/* custom scrollbar end */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body{
	font: normal 200 24px/1.2 var(--main-font), sans-serif;
	margin: 0;
	color: #fff;
	overflow-x: hidden;
}
@media screen and (max-width: 800px){
		body{
			font: normal 200 23px/1 var(--main-font), sans-serif;
		}
	}
.scroll{
	position: absolute;
	bottom: 25px;
	margin: auto auto 25px auto;
	color: var(--main-color);
	line-height: 1;
}
	.scroll > div{
		animation: scrollAnimation 2.5s ease-in-out infinite;
		opacity: 0;
		padding: 0;
		color: #fff;
		font-size: 2rem;
	}
		.scroll > div:first-child{
			animation-delay: .25s;
		}
		.scroll > div:nth-child(2){
			animation-delay: .5s;
		}
		.scroll > div:nth-child(3){
			animation-delay: .75s;
		}
	@keyframes scrollAnimation {
	  0% {
	    opacity: 0;
	  }
	  25% {
	    opacity: 1;
	  }
	  75% {
	    opacity: 0;
	  }
	}
a{
	text-decoration: none;
	color: initial;
}

h1, h2, h3, ul, p{
	margin: 0;
	padding: 0;
}
h1, h2{
	font-weight: 500;
}
ul{
	list-style: none;
	list-style-position: inside;
}
strong, b{
	font-weight: 700;
}
.cover{
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(https://ao-norte.com/montaria/2025/img/verdes1.jpg) center;
	background-size: cover;
}

	@media screen and (max-width: 800px){
		.cover{
			
		}
	}
.container {
  margin: 0 auto;
  width: 90%;

  @media screen and (max-width: 800px){
		width: 100%;
	}
}
.invert{
	filter: invert(1);
}
.montaria{
	color: #fff;
	font-family: var(--main-font);
	letter-spacing: -1px;

	h1{
		font-size: clamp(30px, 5vw, 50px);
		line-height: 1;
	}
	h3{
		font-size: clamp(30px, 5vw, 40px);
		text-transform: uppercase;
		text-wrap: balance;
	}
	.montaria-logo{
		padding: 5px 0;
	}
}
.dayOne{
	background: var(--day01);
}
.dayTwo{
	background: var(--day02);
}
.dayThree{
	background: var(--day03);
}
.color-inscricao{
	background: #fff;
	color: var(--global-color);
}
div[class^="day"],
.color-inscricao{
	padding: 10rem 0;
}
/* anchor margin-top */
#caminhada,
#caminhada2,
#encontro,
#jantar{
	scroll-margin-top: -50%;
}
.data{
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	font-size: calc(100% + 9vw);
	font-family: var(--main-font), sans-serif;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1;

	span{
		font-size: 40%;
		line-height: 25%;
		font-weight: 100;
	}
}
.hora-local{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}
	.hora{
		font-weight: 700;
		font-variant-numeric: tabular-nums;

		&::before{
			content: '\2198';
			margin-right: .5rem;
			color: #f15a24;
		}
	}	
	.local{
		font-weight: 300;
    font-size: 24px;
	}
ul.programa{
	position: relative;
}
ul.programa li{
	border-top: 1px solid #fff;
  padding: 25px 0;

  &:first-child{
  	border-top: 0px !important;
  }

	a{
		display: block;
		transition: all .5s ease-in-out;
	}
	a:hover{
		color: #fff;
	}
	p a{
		display: inline;
	}
	p + p{
		margin-top: 15px;
	}
	.button{
		display: inline-block;
    color: #fff;
    border: 4px solid #f15a24;
    background: #f15a24;
    margin: 30px 0;

    &:hover{
    	color: #f15a24;
	    border: 4px solid #fff;
	    background: #fff;
    }
	}
}
.sub-programa{
	ul{
		border: 1px solid #fff;
		padding: 20px;
		margin-bottom: 1rem;
	}

	li {
		white-space: pre-line;

		&:first-child{
      font-size: 150%;
      font-weight: 700;
      padding-top: 0;
		}

		span {
			font-weight: 700;
		}
	}
}
.filme{
	padding-top: 15px;
	display: block;
	width: 100%;

	h1 {
		text-wrap: balance;
		
		& a{
			color: #f15a24;
		}

		& span{
			font-size: 50%;
		}
	}
	img{
		margin-top: 20px;
	}
	.ficha-tec{
		font-size: 90%;
	}
	.sinopse{
		padding: 15px 0;
		margin: 0;
		line-height: 1.3;
	}
}
.organizacao{
	margin: 1rem 0;
	font-size: 20px;
}
.posterMontaria{
	box-shadow: 0 10px 10px -5px black;
	margin-bottom: 2rem;
}	
.button{
	display: table;
	border: 4px solid var(--global-color);
	margin: 10px 0;
	padding: 10px 15px;
	transition: all 1s ease;
}
.button:hover{
	background: var(--global-color);
	color: #fff;
}
.footer{
	color: #fff;
	background: var(--color-footer);
	padding: 5rem 0;
}
.partners a img{
	transform: scale(1.0);
	transition: all .8s ease;
}
.partners a:hover img{
	transform: scale(1.1);
}
.partners img{
	vertical-align: middle;
	margin: 15px;
}
.credits{
	margin-top: 2rem;
	font-size: .9rem;
	text-align: center;
	font-weight: normal;
}
.credits a{
	font-weight: 600;
	color: orange;
	transition: all .8s ease;
}
.credits a:hover{
	color: #fff;
}