*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
	color:#fff;
	cursor: url(../assets/arrow-1.png), auto;
}

header{
	width: 100%;
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 4;
}
.menu-plus {
	width: 46px;
	height: 46px;
}


/*Snap*/
.snap {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: relative;
}
.section {
  width: 100%;
  height: 100vh;
/*  scroll-snap-align: center;
  scroll-snap-stop: normal;*/


}
/*.y-mandatory {
  scroll-snap-type: y mandatory;
}*/

/*Snap*/

::selection {
    background: #f4fcff;
    color: #032944;
}




/*Contenido*/
#section1{
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: url(../assets/bg/light-1_COLOR_PROFILE.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.container {
	width: 85%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 12rem 0 5rem 0;
}
.home-left {
	width: 44%;
	padding:1rem .3rem 1rem 1rem;
}
.home-right {
	width: 44%;
	padding: 0 .3rem 1rem 1rem;
	margin-top: -6px;

}

.hide {
	display: none;
}
.name-br{
	display: none;
}

/*About1*/
#section2{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/Black.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 12rem 0 5rem 0;
}
.sec-header {
	width: 90%;
	display: block;
	flex-direction: row;
}
.heading {
	font-family: var(--lib);
	font-weight: 400;
	text-align: left;
	display: inline-block;
	cursor: auto;
}
.heading::before{
	content: "";
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #fff;
	vertical-align: middle;
	margin-right: .3rem;
}
.container-1 {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.about-left {
	width: 50%;
	cursor: auto;
}
.about-right {
	width: 50%;
	padding-left: 20px;
}
.foto{
	width: 100%;
}
.about-txt{
	font-family: var(--jo);
	font-size: 1.4rem;
	color: #fff;
	cursor: auto;
}

.home-txt{
	font-family: var(--jo);
	font-size: 1.4rem;
	line-height: 3rem;
	color: #fff;
	cursor: auto;
}

/*About2*/
#section3{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/BGBlack.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 12rem 0 5rem 0;
}


/*About3*/
#section4{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/BGBlack.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 12rem 0 5rem 0;
}

/*Filmography*/
#section5{
	/*height: 110vh;*/
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/BGBlack.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 12rem 0 7rem 0;
}

.container-film {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	cursor: auto;
}

.thumb {
	width: 30rem;
	margin: 1rem;
	position: relative;
	overflow: hidden;
}
.foto{
	padding: 0;
	margin-bottom: -2px;
}
.card {
	margin:0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	background:rgba(49, 49, 49, 0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: -100%;
	transition: all .02s;
}

.card h3 {
	color: #fff;
	line-height: 1.8rem;
}

.thumb:hover .card {
	bottom: 0;
	cursor: pointer;
	border: 1.3px solid #fff;
		cursor: url(../assets/menu-plus.png), pointer;
}

/*Resumé*/
#section6{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/light-dance.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 12rem 0 0;
}
.container-resume{
	width: 70%;
	display: flex;
	flex-direction: row;
	padding: 2.7rem 6.2rem;
	cursor: auto;
}
.resume-left {
	width: 50%;
	height: 200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.resume-right {
	width: 50%;
	height: 200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.resume{
	cursor: pointer;
}

.pdf {
	width: 2.3rem;
	height: auto;
	margin-left: 1rem;
}

/*Contact*/
#section7{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/Punch-hole.jpg) no-repeat 0 50%;
	background-size: cover;
	padding: 12rem 0 5rem 0;
	cursor: auto;
}

.container-contact {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 7.4rem 6.2rem;
}
.contact {
	display: flex;
	flex-direction: column;

}

.social{
	width: 200px;
	display: flex;
	flex-direction: row;
	margin-top: 1.3rem;
}
.social li a img {
	width: 2rem;
	height: auto;
	margin-right: 1rem;
}










/*Media Queries*/
@media screen and (max-width: 4880px) {
.section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: center;
  scroll-snap-stop: normal;


}
.y-mandatory {
  scroll-snap-type: y mandatory;
}



}

@media screen and (max-width: 480px) {
	#section1 {
		height: auto;
	}
	.container {
		width: 100%;
		flex-direction: column;
		padding: 11rem 3rem 2rem 3rem;
	}
	.home-left {
		width: 98%;
	}
	.home-right {
		width: 98%;
		padding-left: 0;
	}


	.container-1 {
		flex-direction: column;
		width: 100%;
		padding: 0 3rem;
	}
	.about-left {
		width: 98%;
	}
	.about-right {
		width: 98%;
		padding-left: 0;
	}

.name-br{
	display: block;
}

/*Film section*/
#section-film {
	width: 100%;
	height: 120vh;
	flex-direction: column;
	align-items: center;
}


.container-film {
	width: 100%;
	flex-direction: column;
	align-items: center;
}



.section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: none;
  scroll-snap-stop: normal;


}
.y-mandatory {
  scroll-snap-type: none;
}

}





/* Landscape */
@media only screen 
  and (min-device-width: 530px) 
  and (max-device-width: 780px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	.container {
		width: 94%;
		margin: 0  auto;
	}
  	.home-left, .home-right  {
  		width: 50%;
  	}
  	.twh {
  		font-size: 1.2rem;
  		line-height: 2.9rem;
  	}


}




@media screen and (max-width: 360px) {

	#section1{
		padding-top: 18rem;
		height: auto;
	}
	.container {
		padding: 2rem;
	}
	.container-1{
		padding: 0 2.2rem 3rem 2.2rem;
	}
	#section2, #section3{
		height: auto;
	}
	#section4 {
		padding-top: 12rem;
	}
	.thumb{
		max-width: 93%;
	}
	.twh {
    line-height: 2.5rem;
  }
  #section-film-1{
	padding-left: 0;
	}

}