@charset "UTF-8";
/* CSS Document */

#agenda {
    /*background-image: url(../images/bgAgenda.png); */
	background-repeat: repeat;
	background-color: #FDF6C6;
	min-height: 1566px;
	height: 100%;
	width: 100%;
	/* overflow: scroll; */
	overflow-x: hidden;
}

/* Header */	 
header {
	/* position: fixed; */
}

/*Section Animation */
#agenda section.animation {
	height: 3500px;
	width: 1200px;
	top: 300px;
	left:50%;
	margin-left: -600px;
}

#agenda section.animation aside {
	width: 1200px;
	height: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	background-color: #F1EFB4;
}

#agenda section.animation aside #data {
	width: 300px;
	height:60px;
	float:left;
	padding: 20px;
}

#agenda section.animation aside #evento {
	width: 550px;
	height:60px;
	float:left;
	padding: 20px;
}

#agenda section.animation aside #local {
	width: 230px;
	height:60px;
	float:left;
	padding: 20px;
}

#agenda section.animation div.cake{
	position: fixed;
    left: 0%;
    top: 300px;
}

#agenda section.animation div.text{
	
	position: absolute;
	top: 220px;
	left: 350px;
	width: 1250px;
}

#agenda section.animation div.text h2 {
	font-size: 52px;
	color: #F26822;
	margin-top: 50px;
	margin-bottom: 90px;
}

#agenda section.animation div.text ul li {
	font-size: 36px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	text-decoration: none;
	list-style: circle;
	margin-bottom: 85px;
    line-height: 75px;
    text-indent: 70px;
}

#agenda section.animation div.text ul li h2 {
	font-size: 36px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	text-decoration: none;
	list-style: circle;
	margin-bottom: 85px;
    line-height: 75px;
    text-indent: 70px;
}

#agenda section.animation div.lapis {
	position: fixed;
	background-image: url(../images/agendaLapis.png);
	cursor: pointer;
	width: 757px;
	height: 507px;
	right: -450px;
	top: 350px;
}

#agenda section.animation div.cake a {
	background-image: url(../images/agendaCake.png);
	cursor: pointer;
	width: 335px;
	height: 328px;
}


/*Section Social & footer */

section.socialMedias {
	position: fixed;
}

footer {
	position: fixed;
}


/*Media Queries */ 
@media screen and (max-width: 1800px) {
	
	#agenda section.animation div.text{
		top: 66px;
		left: 260px;
		transform: scale(0.8);
	}
	
	#agenda section.animation div.cake {
		left: -50px;
	    transform: scale(0.7);
    }
	
	#agenda section.animation div.lapis {
		transform: scale(0.8);
	left: 1400px;
    }
	
	section.socialMedias {
    display: none;
	}
	
	footer {
    display: none;
	}
}

@media screen and (max-width: 1550px) {
	#agenda section.animation div.text{
		top: -150px;
		left: 190px;
		transform: scale(0.75);
	}
	
	#agenda section.animation div.cake {
		left: -150px;
	    transform: scale(0.8);
    }
	
	#agenda section.animation div.lapis {
	left: 1300px;
    }
	
}

@media screen and (max-width: 1370px) {
	
	#agenda section.animation div.text{
		top: -300px;
		left: 90px;
		transform: scale(0.65);
	}
	
	#agenda section.animation div.lapis {
	left: 1000px;
	margin-top: 130px;
	transform: scale(0.7);
    }
	
	#agenda section.animation div.cake {
		top: -20px;
        left: -350px;
    }
	
}

@media screen and (max-width: 1290px) {
	
	
	#agenda section.animation {
		top: -150px;
		transform: scale(0.8);
	}
	
	
	
	#agenda section.animation div.text{
		top: -378px;
		left: 40px;
		transform: scale(0.6);
	}
	
	#agenda section.animation div.lapis {
	top: -100px;
	left: 1100px;
    }

	
}

@media screen and (max-width: 1090px) {
	#agenda section.animation div.text{
		top: -530px;
		left: -100px;
		transform: scale(0.5);
	}
	
	#agenda section.animation div.lapis {
	left: 700px;
	margin-top: 100px;
	transform: scale(0.5);
    }
	
	#agenda section.animation div.cake {
		margin-top: 90px;
		margin-left: -40px;
	    transform: scale(0.5);
    }
	
}

@media screen and (max-width: 980px) {
	
	#agenda section.animation div.lapis {
	left: 590px;
    }
	
}

@media screen and (max-width: 875px) {
	
	#agenda section.animation div.text{
		top: -653px;
		left: -170px;
		transform: scale(0.4);
	}
	
	#agenda section.animation div.lapis {
	left: 500px;
	margin-top: 70px;
	transform: scale(0.4);
    }
	
	#agenda section.animation div.cake {
		margin-top: 70px;
		margin-left: -60px;
	    transform: scale(0.4);
    }
}


/*ipad */
@media only screen and (max-device-width:1025px) and (orientation : landscape) { 
	
	
	
}

/*iphone */
@media only screen and (max-device-width : 740px) and (orientation : landscape) { 

    #logo {
		display: none !important;
	}

    .leftcurtain {
		display: none !important;
	}
	
	.rightcurtain {
		display: none !important;
	}

	#agenda section.animation {
    top: -870px;
    transform: scale(0.45);
}
	
}
