/* Global
v 1.2018.2 - 25 de Mayo 2018
Artistas varios */

* {
	padding: 0;
	margin: 0;
}
html {
}
h1 {
	font-size:24px;
  font-size:2.4rem;
  cursor: default;
}
h2 {
  font-size:18px;
  font-size:1.8rem;
  cursor: default;
}
h3 {
  cursor: default;
}
p {
	font-size: 1.2rem;
	cursor: default;
	line-height: 1.3em;
	margin-bottom: 1%;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #ffffff;
}
.hidden {
	display: none;
}
/* Estructura */
#wrapper {
	width: 100%;
	overflow: hidden;
  position: relative;
}
#main {
	width: 100% ;
	background: #fff;
}
#header {
  width: 100%;
  /*float:left;*/
	background: #0A3F7A;
  /*padding: 1rem 0;*/
	padding: 50px 0;
  display: inline-block;
  position: relative;
	margin-bottom: 0;
}
#header h1 {
	color: #fff;
	font-size: 60px;
  font-size: 4.0rem;
	margin: 0 0 0 0;
	float: left;
  text-align: center;
  position:absolute;
  width: 100%;
	line-height: 0.86em;
}
#header h1 span {
  font-weight: normal;
}
#header h1 strong {
  padding: 0 0 0 .5rem;
  font-weight: 700;
}
.logo {
  float: right;
}
.logo span {
  display: none;
}
.logo.zurbaran {
	width: 11rem;
	height: 5rem;
	background: url(svg/logo_zurbaran_blanco.svg) 0 0 no-repeat;
	background-size: cover;
	float: left;
	margin: 0rem 0 0 2rem;
}
.logo.alvear {
	width: 8.6rem;
  height: 5rem;
  background: url(svg/logo_alvear_blanco.svg) 0 0 no-repeat;
  background-size: cover;
  float: right;
  margin: 0rem 2rem 0 0;
}
#nav {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	background:#277f8d;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
	margin-bottom: 0px;
}
#nav li {
	list-style-type: none;
  display: inline;
}
#nav li a {
	color: #ffffff;
	text-decoration: none;
  font-size: 11px;
  font-size: .9rem;
  display: inline-block;
  padding: .6rem .6rem;
	text-transform: uppercase;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#nav li a:hover {
	background: #ffffff;
	color: #0A3F7A;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.impar .galeria_obras li span {
  font-size: 1.4em;
  font-family: Helvetica, Arial, Roboto;
  padding: 3%;
  background: #0A3F7A;
  line-height: 1.36em;
  color: #fff;
  width: 94%;
  float: left;
}
#footer {
	padding: 2rem 0 2rem;
	text-align:center;
	font-size:11px;
  font-size: 1.1rem;
	width: 100%;
	margin: 0 auto 0 auto;
	color: #0A3F7A;
  display: inline-block;
  border-top: 1px #0A3F7A solid;
}
#footer ul {
	list-style: none;
  margin: 0 0 1rem 0;
}
#footer li {
	display: inline;
}
#footer a {
	color: #0A3F7A;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem .4rem;
}
#footer p {
	font-size: 12px;
  font-size: 1.1rem;
}
#footer p a {
  text-transform: lowercase;
}
#footer p.centrar {
  text-align: center;
  display: block;
  width: 100%;
  background: url(svg/logo_zurbaran_azul.svg) top center no-repeat;
  background-size: 180px auto;
  padding: 80px 0 7rem 0;
}
#footer p.izquierda {
  text-align: left;
  float: left;
  width: 40%;
  margin: 0 0 0 2rem;
  background: url(svg/logo_zurbaran_azul.svg) left bottom no-repeat;
  background-size: 150px auto;
  padding: 0 0 7rem 0;
}
#footer p.derecha {
  text-align: right;
  float: right;
  width: 40%;
  margin: 0 2rem 0 0;
	background: url(svg/logo_alvear_azul.svg) right bottom no-repeat;
  background-size: 140px auto;
  padding: 0 0 7rem 0;
}
#footer .afip {
  margin: 4rem 0 0 0;
  display: none;
}

/* Contenido */
#content {
	width: auto;
	height: auto;
	background: #f1f1f1;
	margin: 0 auto;
	padding: 2rem 1rem;
	max-width: 1160px;
}
#content p {
  padding: .5rem 0;
	font-size: 14px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.26em;
  color: #333;
}
#content img.izquierda {
  float: left;
  width: 40%;
  margin: .8rem;
}
#content img.derecha {
  float: right;
  width: 40%;
  margin: .8rem;
}
.par li span {
  font-size: 1.4em;
  font-family: Helvetica, Arial, Roboto;
  padding: 3%;
  background: #0A3F7A;
  line-height: 1.36em;
  color: #fff;
  width: 94%;
  float: left;
}
#content.interna {
  position: relative;
  overflow: hidden;
}
#content.interna a {
  color: #0A3F7A;
}
#content.interna h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #0A3F7A;
  border-bottom: 1px solid #0A3F7A;
  padding: .5rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
#content.interna h3 {
  font-size: 2.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #0A3F7A;
  border-bottom: 1px solid #0A3F7A;
  padding: .5rem 0;
  margin: 2rem 0 0 0;
	float:left;
	width: 100%;
}
#content.interna .destacada {
	float:left;
	margin: 0 2em 0 0;
}
#content .evento {
	font-size: 14px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.26em;
  color: #333;
  border-bottom: 1px solid #cdcdcd;
  padding: .5rem 1% .5rem 1%;
  cursor: default;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	float:left;
	width: 98%;
}
#content .evento .descripcion {
	float:left;
	width: 100%;
}
#content .primero {
	border-bottom: 0px solid #cdcdcd;
	width: 80%;
}
#content .evento:hover {
  background: #0A3F7A;
  color: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content .evento .fecha {
  float: left;
  font-weight: 700;
  margin: 0 1rem 0 0;
}
#content.interna .galeria_obras {
  /*margin: 0 auto;
	width: auto;
	max-width: 950px;
	min-width: 310px;*/
}
#content.interna .galeria_obras li span {
  font-size: 1.4em;
  font-family: Helvetica, Arial, Roboto;
  padding: 3%;
  background: #0A3F7A;
  line-height: 1.36em;
  color: #fff;
  width: 94%;
  float: left;
}
#content.interna .obra {
  display: inline-block;
  width: 24.7%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#content.interna .obra a img {
  width: 100% !important;
  height: auto;
  float: left;
}
#content.interna .obra a {
  display: inline-block;
  opacity: 1;
  background: #fff;
  margin:0;
  padding: 0;
  width: 100%;
  min-height: 158px;
  overflow: hidden;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna .obra a:hover {
  opacity: 0.5;
  background: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna .obra .box_text {
  font-size: .9rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem 0 1em 0;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  background: rgba(24,129,136,1);
  min-height: 50px;
  cursor: default;
  color: #fff;
}
#content.interna #submenu {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  background: #0A3F7A;
  text-align: center;
}
#content.interna #submenu ul {
  width:100%;
  margin: 0 !important;
  padding: 0 !important;
}
#content.interna #submenu li {
	list-style: none;
	display: inline;;
}
#content.interna #submenu li span {
  color: #fff;
  padding: 1rem;
  font-size: 12px;
  font-size: 1rem;
  -webkit-transition:All 0.3s ease-out;
  -moz-transition:All 0.3s ease-out;
  -o-transition:All 0.3s ease-out;
  cursor: pointer;
  background:#004400;
}
#content.interna #submenu li a {
  color: #fff;
  background: #0A3F7A;
  padding: 1rem;
  font-size: 12px;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition:All 0.3s ease-out;
  -moz-transition:All 0.3s ease-out;
  -o-transition:All 0.3s ease-out;
}
#content.interna #submenu li a:hover {
  background: #ffffff;
  color: #0A3F7A;
  -webkit-transition:All 0.3s ease-out;
  -moz-transition:All 0.3s ease-out;
  -o-transition:All 0.3s ease-out;
}
#content.interna #images {
  /*float: left;*/
	/*display: flex;
	justify-content: center;*/
  width: 100%;
  padding: 0 0 1rem 0;
}
#content.interna #thumb {
  /*float: left;*/
	display: flex;
	justify-content: center;
  width: 100%;
  padding: 0 0 0 0;
}
#content.interna #thumb a {
	width: 30%;
	padding: 3rem 1rem 1rem 1rem;
	background: none;
	margin: 0;
	overflow: hidden;
}
#content.interna #thumb a:hover {
	background: #0A3F7A;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna #thumb a:hover > span {
	color: #fff;
}
#content.interna #thumb a:hover > img {

}
#content.interna #thumb a img {
  float: left;
  clear: both;
  width: 100%;
}
#content.interna #thumb a span {
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}

#content.home {
	background: #fff;
}
#content.home h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #0A3F7A;
  border-bottom: 1px solid #0A3F7A;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
#content.home img.izquierda {
  float: left;
  width: 28%;
  margin: 0 .8rem 0 0;

	shape-outside: url(../images/index_circle_mask.png);
	shape-image-threshold: 0.5;
	shape-margin: 20px;
}
#content.home img.derecha {
  float: right;
  width: 285px;
  margin: 0 0 0 .8rem;
}

.par {
	width: auto;
	height: auto;
	background: #ffffff;
	margin: 0 auto;
	padding: 1em 1em;
  clear: both;
  overflow: hidden;
	max-width: 1280px;
}
.par h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #0A3F7A;
  border-bottom: 1px solid #0A3F7A;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
.par .tapa img {
	width: 500px;
	float: left;
	margin: 0 2rem 2rem 2rem;
}
.par .informacion h3 {
  border-bottom: 1px #f1f1f1 solid;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 .5rem 0;
  margin: 0 0 1rem 0;
  color: #0A3F7A;
}
.par .informacion p {
  margin: 0 0 .5rem 0;
}
.par .informacion .galeria {
  margin: 1rem 0 0 0;
  padding: 6rem 0 0 0;
}
.actual {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 2%;
}
.actual img {
  width: 50%;
	float:left;
	margin-right: 2%;
}
.impar {
	width: auto;
  height: auto;
  margin: 25px auto 1rem auto;
  padding: 0 1rem;
  clear: both;
  overflow: hidden;
	max-width: 1280px;
}
.impar h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #595959;
  border-bottom: 1px solid #bcbcbc;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
.impar img.izquierda {
  float: left;
  width: 28%;
  margin: 0 .8rem 0 0;

	shape-outside: url(../images/index_circle_mask.png);
	shape-image-threshold: 0.5;
	shape-margin: 20px;
}
.impar img.derecha {
  float: right;
  width: 285px;
  margin: 0 0 0 .8rem;
}
.impar p {
  color: #595959;
}
.impar .galeria_obras {
  /*margin: 0px auto;
	width: auto;
	max-width: 950px;
	min-width: 310px;
	overflow: hidden;*/
}
.obra {
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 300px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.obra a img {
  width: 100% !important;
  height: auto;
  float: left;
}
.obra a {
  display: inline-block;
  opacity: 1;
  background: #fff;
  margin:0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.obra a:hover {
  opacity: 0.5;
  background: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.obra .box_text {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 100%;
  cursor: default;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  padding: 1rem 0px 0px;
  min-height: 50px;
}

.catalogo {
  float: left;
  background: #0A3F7A;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1rem 1rem 1rem 1rem;
  margin: 2rem 0 0 0;
}

.videos {
		width: auto;
	  margin: 0px auto;
	  line-height: 5em;
	  max-width: 100%;
	  min-width: 320px;
}
.videos ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
.videos ul li {
	list-style: none;
	padding: 0 .5rem;
}

@media screen and (max-width:962px ) {
	#header {
	    padding: 10px 0 20px 0;
	}
	.logo.zurbaran {
			width: 100px;
		  height: 50px;
		  margin: 10px 0 0 17px;
			background-size: auto;
	}
	.logo.alvear {
			width: 100px;
			height: 50px;
			margin: 10px 17px 0 0;
			background-size: auto;
	}
	#header h1 {
	    font-size: 3.0rem;
	    line-height: 1.36em;
	}
}
@media screen and (max-width:650px ) {
	#header {
	    padding: 10px 0 20px 0;
			display: none;
	}
	.logo.zurbaran {
			display: none;
	}
	.logo.alvear {
			display: none;
	}
	#header h1 {
	    font-size: 3.0rem;
	    line-height: 1.36em;
			float: none;
			position: relative;
	}
}
