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

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

BODY{
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	font-family: 'Lora', serif;
	background-color: white;
}

H1, H2, P{
	margin: 0; padding: 0;
}

H1 {
	font-size: 3em;
	color: #1a1a1a;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}


H2 {
	font-size: 1.3em;
	font-weight: 400;
	font-style: italic;
}

P{
	color: #444444;
	margin-top: 0.5em;
}

A, A:visited, A:active {
	color: #fdb413;
	text-decoration: none;
}

.vitems A:hover {
	text-decoration: none;
	background-color: #EEE;
}

.vitems A:active {
	background-color: #EEE;
}

.highlight{
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0; margin-bottom: 10px;
}

.horario{
	font-size: 0.75em;
	text-align: center;
}

.english{
	color: #fdb413;
}

#logo {
	display: block;
	height: 70px;
	margin: auto;
	margin-bottom: 10px; margin-top: 10px;
}

#container{
	position: absolute; top: 90px;
	width: 100%;
}

.header {
	width: 100%;
	position: fixed; top: 0;
	z-index: 100;
	overflow: hidden;
	background-color: white;
	border-bottom: 1px solid #CCC;
	opacity: 0.9;
}

.section_visual {
	display: none;
	height: 250px;
	position: relative;
	background-color: white;
	background-repeat: no-repeat !important;
}


#gallery-big {
	display: none;
}

#gallery-small {
	display: block;
}

.thumb{
	margin: 6px; margin-right: 0;
}

.thumb_gallery{
	width: 100px;
	position: absolute; bottom: 30px; right: 0px;
	overflow: hidden;
}

#gallery-small.thumb_gallery{
	position: relative; top: -12px;
	width: 100%;
}

#gallery-small .thumb{
	width: 60px;
}

#gallery-full {
	position: relative; top: 0; left: 0;
	text-align: center;
	width: 100%;
}

#gallery-full .thumb {
	width: 65px;
	margin: 0; padding: 0; margin-bottom: 12px;	
}

.visual_text{
	display: none;
	position: absolute; bottom: 10px;
	text-align: center;
	color: white;
	font-size: 0.75em;
}

.section_content{
	position: relative;
	overflow: hidden;
	padding-top: 20px; padding-bottom: 40px;
	padding-left: 30px; padding-right: 30px;
	background-color: white;
	text-align: center;
}
.section_content.galeria{
	background-color: #EEE;
	border-top: 1px solid #CCC;
}
.vitem{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-color: #ececec;
}

.bubble {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background-color: #CCC;
	margin: auto;
}

.bubble.fotomanu {
	background: url(../img/manu_s.jpg) center center no-repeat;
}

.bubble.bodas {
	background: url(../img/bodas.jpg) center center no-repeat;
}

.bubble.fashion {
	background: url(../img/fashion_bubble.jpg) center center no-repeat;
}

.bubble.pelu {
	background: url(../img/pelu_bubble.jpg) center center no-repeat;
}

.bubble.pelu2 {
	background: url(../img/bubble_pelu2.jpg) center center no-repeat;
}

.bubble.autofoto {
	background: url(../img/bubble_autofoto.jpg) center center no-repeat;
}

.bubble.makeup2 {
	background: url(../img/bubble_makeup2.jpg) center center no-repeat;
}

#foot{
	
	padding: 60px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	font-style: italic;
}

#foot P{
	font-size: 14px;
	margin-top: 40px;
	color: #CCC;
}
.section0 { 
	background: url(../img/visual01_768.jpg);
}

.section1 { 
	background: url(../img/visual1_768.jpg);
}

.section2 {
	background: url(../img/visual2_768.jpg);
}

.section_visual_small {
	display: block;
	height: 300px;
	width: 100%;
	background-color: white;
}

.section_visual_small.p1 {
	background: url(../img/visual01_768.jpg);
	background-size: cover;
}

.section_visual_small.p2 {
	background: url(../img/visual1_768.jpg);
	background-size: cover;
}

.section_visual_small.p3 {
	background: url(../img/visual2_768.jpg);
	background-size: cover;
}

@media only screen and (min-width: 768px) {

	.section_visual_small {
		display: none;
	}
	
	H1 {
		margin: 0;
	}
	
	.section_content{
		padding-top: 40px;
		padding-left: 0; padding-right: 0;
		text-align: left;
	}
	
	.visual_text{
		display: none;
		position: absolute; bottom: 10px; right: 20px;
		color: white;
		font-size: 0.75em;
		text-align: right;
	}
	
	#gallery-big {
		display: block;
	}
	
	#gallery-small {
		display: none;
	}
	
	.section_visual {
		display: block;
		height: 300px;
	}
	
	.section0 { 
		background: url(../img/visual01_1024.jpg);
	}
	.section1 {
		background: url(../img/visual1_1024.jpg);
	}
	
	.section2 {
		background: url(../img/visual2_1024.jpg);
	}
}

@media only screen and (min-width: 1024px) {
	
	.section_visual {
		height: 400px;
	}
	
	.section0 { 
		background: url(../img/visual01_1280.jpg);
	}
	.section1 {
		background: url(../img/visual1_1280.jpg);
	}
	
	.section2 {
		background: url(../img/visual2_1280.jpg);
	}
	
	.thumb{
		margin: 10px;	
	}
	
	.thumb_gallery{
		width: 125px;
		bottom: 40px; right: 10px;
	}
	
	.visual_text{
		display: none;
		bottom: 15px; right: 30px;
	}
	
}

@media only screen and (min-width: 1280px) {

	.section_visual {
		height: 500px;
	}
	
	.section0 {
		background-size: cover;
	}
	.section1 {
		background-size: cover;
	}
	.section2 {
		background: url(../img/visual2_1920.jpg);
		background-size: cover;
	}
}