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

html{
	height:100%;
}

body{
	/*height: 100%;
	overflow: hidden;*/
}
	
h1{
	color:#222526;
	font-weight:400;
	font-size:1.7em;
	font-family: 'Open Sans', sans-serif;	
	color:#D40606;
	letter-spacing: 1px;
}

h2{
	font-family: 'Open Sans', sans-serif;	
	font-weight:normal;
	color:#D40606;
	font-size: 1.45em;
	line-height:1em;
}

h3{
	font-family: 'Open Sans', sans-serif;	
	font-weight:700;
	color:#373a3b;
	font-size: 0.8em;
	line-height:1.5em;
	margin-top:2em;	
	margin-bottom:1em;	
}

h4{
	
}

hr{
	margin:30px 0;
	height: 1px;
	border: none;
	background-color: rgba(0,0,0,0.07);
}

p{
	font-family: 'Open Sans', sans-serif;	
	font-weight:400;
	color:#373a3b;
	font-size: 0.8em;
	line-height:1.5em;
	margin-bottom:1em;	
}

p strong{
	font-family: 'Open Sans', sans-serif;	
	font-weight:700;
}

a{
	font-family: 'Open Sans', sans-serif;	
	font-weight:400;
	color:#373a3b;
}

a:link{
	
}

a:hover{
	
}

a:visited{
	
}

sup{
	position: relative; top: -0.4em; font-size: 70%;
}


/*HEADER*/
header{
	margin:0;
	height:50px;	
	padding:46px 0 0 0;
	background-color:rgba(255,255,255,0.75);
	position: relative;
	z-index: 99999;		
}

header h1{
	float:left;	
}

/*NAV*/

nav{
	float:right;
	padding-top: 6px;
}

nav ul{
	list-style:none;
}


nav ul li{
	float:none;
}

nav ul li a{
	font-size:0.9em;
	margin-left:15px;	
	text-decoration:none;
	color:#444;
	font-weight:500;
}

nav ul li a:hover{
	text-decoration:underline;
}

nav ul li a.activa{
	color:#D40606;
	font-weight:600;
}

nav ul li a.activa:hover{
	text-decoration:none;
}

nav ul li a.talleres{
	margin-left:45px;	
}


.menumobile{
    position: absolute;
    right: 0;
    text-align: right;
    padding: 15px;
    padding-top: 0;
}

.navmobile{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.navmobile ul{
    background-color:  rgba(255,245,245,0.95);
    padding: 12px 17px;
}

.navmobile ul li {
    padding-bottom: 9px;
}

.navmobile ul li a {
    font-weight:400;
    font-size: 0.9em;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #444;
    opacity: 0.7;
}

.bt-menu-mobile{
    cursor: pointer;
}
/*FOOTER*/

footer{

}

/*CONTENIDO*/
#contenedor{
	max-width:1100px;
	width:95%;
	margin:0 auto;
	display:table;	
	min-height:100%;
	-webkit-transition:all 0.4s ease-in-out 0s; 
	transition: all 0.4s ease-in-out 0s;
}
.contenido{
	width: 95%;
	max-width:1100px;
	margin:0 auto;
}
	
#contenido{
  width: 80%;
  margin: 50px auto 0;
  padding-bottom: 0px;}

/*HOME*/
#contenido_home{
	width:100%;
}

#contenido_home img{
	width:100%;
	height:auto;
}

/*GALERIA*/
#slider{
	width: 80%;
	margin: 0 auto;
	/*height: 100%;*/
}
.item_slider{
	text-align:center;	
}
.lazypre{
	opacity:0;
	position:absolute;
	bottom:0;
}

.lazy {
    display: none;
}

.responsive-container {
    position: relative;
    width: 100%;
	/*height:100%;*/
    /*border: 1px solid black;*/
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 100%;*/
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    /*height: 100%;*/
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
    /*max-height: 100%;*/  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
}

/*texto galeria*/
.texto_portfolio{
	width: 90%;
	margin: 40px auto;
}

.mobile .texto_portfolio {
	width: 95%;
	margin-top: 40px;
	position: absolute;
	top: 44px;
	right: -100%;
	display: none;
	padding: 20px 2.5%;
	background: white;
	border-top: 5px solid #f2f4f9;
	z-index:900;
}

.texto_portfolio p{

}

.libro_portfolio{
	margin-top:2.5em;	
	display:table;
}

.libro_portfolio figure{
	float:left;
}

.libro_portfolio figure img{
	display:block;
}

.libro_portfolio_texto {
	float: left;
	margin: 96px 0 0 20px;
}

.presentaciones_portfolio{
	margin-top:2em;	
}

.presentaciones_portfolio ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #373a3b;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.libro_portfolio_texto p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #373a3b;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.videos_cunadas{
	margin-top:3em;	
}

.videos_cunadas article{
	float:right;
	width:45%;			
	cursor:pointer;	
}

.videos_cunadas article:first-child{
	float:left;
}

.videos_cunadas article figure{

}
/*.videos_cunadas article figure img{
	width:100%;	
	margin:0 auto;
	height:auto;
	display:block;
}
.videos_cunadas article .video_texto{
	width:100%;	
	margin:20px auto;
}*/
#contenido_audiovisual{

}

#contenido_audiovisual h2{
	margin-bottom:20px;
}

.lista_videos{
	display:table;	
	width:100%;
	margin-bottom:30px;
}

.item_video{
	width:45%;
	float:left;
	margin-left:10%;	
}


.item_video:nth-child(odd){
	margin-left:0%;	
}

.item_video img{
	width:100%;
	cursor:pointer;
}

.item_video .video_texto{
	margin-top:15px;	
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*MOBILE*/
#bt_nav_mobile{
	background:url(../img/bt_mobile.jpg) no-repeat right;
	height:30px;
	width:80px;
	cursor:pointer;
	background-color:#f2f4f9;
	margin-left:-50px;
	position:absolute;
	z-index:7000;
}

#bt_txt_mobile{
	background:url(../img/bt_txt.jpg) no-repeat left;
	height:30px;
	width:47px;
	cursor:pointer;
	background-color:#f2f4f9;
	right:0;
	position:absolute;
	z-index:7000;
}

body.home {
  background: url(../img/veronica-mastrosimone-cover1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
	
}


.mobile{
	display:none;	
}

.mobile nav{
	position:absolute;
	margin-top:30px;
	width:160px;
	left:-200px;
	padding:20px;
	background-color:#f2f4f9;
	z-index:1000;
	-webkit-transition:all 0.4s ease-in-out 0s; 
	transition: all 0.4s ease-in-out 0s;
}
	/*.mobile nav{
			
	}
	.mobile nav{
		
}*/


/*BIO*/
#contenido_bio{
	
}
.intro_bio{
	display:table;
}
#contenido_bio figure{
	float:left;
	width:45%;
}

#contenido_bio figure img{
	width:100%;
	display:block;
}

.texto_bio{
    width: 70%;
    margin: 0 auto 80px;
}

/*CONTACTO*/
#contenido_contacto article{
	width:100%;
	max-width:500px;
	margin:0 auto;	
	text-align:center;
}

#contenido_contacto article figure{
	width:300px;
	margin:0 auto 30px;
}

#contenido_contacto article figure img{
	width:100%;
	height:auto;
}


/****************************/
.clear{
	clear:both;
}
	
#contenido_portfolio{
	max-width:960px;
	margin:0 auto;
}
/*FLEXSLIDER*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;	-webkit-transition:all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}

.slider {
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
		

}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; /*height:100%;*/} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 90%;margin:0 auto; max-height:700px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 30px; position: relative; zoom: 1;height:100%;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;/*height: 100%;*/}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {height: 0;margin-top: 675px;}
.flex-direction-nav a {top: 52%; width: 40px; height: 40px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; z-index: 10; cursor: pointer; text-indent: -9999px; }

.flex-direction-nav .flex-next {background-position: 100% 0;right: 0px;}
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-next {opacity: 1; }
.flexslider:hover .flex-prev {opacity: 1; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity:0!important; filter:alpha(opacity=00); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

	
	
@media screen and (max-width: 1600px) {
	#contenedor{
		max-width:1100px;
	}
/*.flex-direction-nav {
	height: 0;
	margin-top: 575px;
}
.flexslider .slides img {
	max-height:608px;
}*/
}

@media screen and (max-width: 1370px) {
	#contenedor{
		max-width:1100px;
	}
/*.flex-direction-nav {
	height: 0;
	margin-top: 480px;
}
.flexslider .slides img {
	max-height:515px;
}*/
}
@media screen and (max-width: 1180px) {
	#contenedor{
		max-width:960px;
	}
/*.flex-direction-nav {
	height: 0;
	margin-top: 440px;
}
.flexslider .slides img {
	max-height:449px;
}*/
	
}

@media screen and (max-width: 1020px) {
	#contenedor{
		max-width:800px;
	}
/*	.texto_portfolio {
		margin-top:20px;
	}
.flex-direction-nav {
	height: 0;
	margin-top: 380px;
}
.flexslider .slides img {
	max-height:374px;
}*/

}
	
@media screen and (max-width: 890px) {
	
	
	#contenedor{
		max-width:760px;
	}
	/*.texto_portfolio {
		margin-top:40px;
	}
	.flex-direction-nav {
		height: 0;
		margin-top: 320px;
	}
	.flexslider .slides img {
		max-height:326px;
	}*/
		
	
}
/*MOBILE*/
@media screen and (max-width: 780px) {
	#lateral_izq {
		margin-top: 20px;
		width: 100%;
		float: none;
	}
	
	header{
		margin-bottom:12px;	
		position:relative;
		z-index:10000;
	}
	
	#contenedor{
		max-width:95%;
	}
	
	#contenido{
		margin: 50px 0 0;
		width:100%;
		float:none;	
	}
	/*#contenido_portfolio{
		height:480px;
	}*/
	.texto_portfolio {
		width:100%;
	}
	
	.flexslider .slides img {
		/*max-height:480px;*/
		max-width:100%;
	}
	
	.mobile{
		display:block;
	}
	.desktop{
		display:none;	
	}
	
}

@media screen and (max-width: 520px) {
	.item_video {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	#contenido_bio figure{
		float:none;
		width:100%;
	}
	
	.texto_bio{
		margin-top:20px;
		float:none;
		width:100%
	}
}

/*FUENTES*/
@font-face {
	font-family: 'Archer-Book';
	src: url('fonts/Archer-Book.eot');
	src: local('☺'), url('fonts/Archer-Book.woff') format('woff'), url('fonts/Archer-Book.ttf') format('truetype'), url('fonts/Archer-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Archer-MediumItalic';
	src: url('fonts/Archer-MediumItalic.eot');
	src: local('☺'), url('fonts/Archer-MediumItalic.woff') format('woff'), url('fonts/Archer-MediumItalic.ttf') format('truetype'), url('fonts/Archer-MediumItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Archer-ThinItalic';
	src: url('fonts/Archer-ThinItalic.eot');
	src: local('☺'), url('fonts/Archer-ThinItalic.woff') format('woff'), url('fonts/Archer-ThinItalic.ttf') format('truetype'), url('fonts/Archer-ThinItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Archer-MediumItalic';
	src: url('fonts/Archer-MediumItalic.eot');
	src: local('☺'), url('fonts/Archer-MediumItalic.woff') format('woff'), url('fonts/Archer-MediumItalic.ttf') format('truetype'), url('fonts/Archer-MediumItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'museo_sans300';
    src: url('museo_sans_300-webfont.eot');
    src: url('museo_sans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_sans_300-webfont.woff') format('woff'),
         url('museo_sans_300-webfont.ttf') format('truetype'),
         url('museo_sans_300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans500';
    src: url('museo_sans_500-webfont.eot');
    src: url('museo_sans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_sans_500-webfont.woff') format('woff'),
         url('museo_sans_500-webfont.ttf') format('truetype'),
         url('museo_sans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo_sans700';
    src: url('museo_sans_700-webfont.eot');
    src: url('museo_sans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_sans_700-webfont.woff') format('woff'),
         url('museo_sans_700-webfont.ttf') format('truetype'),
         url('museo_sans_700-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;

}
