@charset "utf-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	line-height: 1.5em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
	}
h1{
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.2em;
	font-style: italic;
	color: yellowgreen;
}
h2{
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.2em;
	font-style: italic;
	color: yellowgreen;
}
a {
	color:yellowgreen;
	}
a:hover {
	color: gray;
	cursor: crosshair;
}
p{
	font-weight: bold;
}
/* PART 1 - Before Lazy Load */
img[data-opt-src]:not([data-opt-lazy-loaded]) {
    opacity: 0;
    will-change: opacity; 

	/* Optionally remove blur filter */
	-moz-filter: none;
   	 -o-filter: none;
   	 -ms-filter: none;
    	filter: none;
}


/* PART 2 - Upon Lazy Load */
img[data-opt-lazy-loaded] {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}
.colorRed {
	color:#C00;
	}
.colorGreen {
	color:yellowgreen;
	}
.colorWhite{
	color:white;
}
.logo {
	margin-top:0em;
	}
.logo img {
	width: 60px;
	height:60px;
	margin: 0;
	padding: 0;
	}
/*
#headerNav {
	margin-bottom: 3em;
	height: 40px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
*/

#myVideo {
  position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	margin-top: 0px;
    min-height: 50%;
    min-width: 100%;
	z-index: -3;
}

header {
    width: 100%;
    height: 60px;
    margin: -13em 0 0 5%;
	color: #FFFFFF;
    text-align: center;
	z-index: 4;
	position: fixed;
	background-color: black;
		}
.column{
	float: left;
}
.column50{
	float: left;
	width: 40%;
	padding: 5%;
}
.column50 img{
	max-width: 100%;
	border-left-color: yellowgreen;
	border-left-style: solid;
}
.column50 video{
	max-width: 100%;
	border-left-color: yellowgreen;
	border-left-style: solid;
}
.iframe{
	border-left-color: yellowgreen;
	border-left-style: solid;
}
.column100{
	float: left;
	width: 90%;
	padding: 5%;
}
.column100 video{
	max-width: 90%;
	border-left-color: yellowgreen;
	border-left-style: solid;
}
.column30{
	float: left;
	width: 20%;
	padding: 5%;
}
.logoTXT{
	text-align: left;
	margin-top: 1em;
	font-size: 1.5em;
	letter-spacing: 0.6em;
	padding-left: 20px;
	font-style: italic;

}
.logoTXT a  {
	color:white;
}
.clearFloat{
	clear: both;
}

.content {
	width: 100%;
	padding: 0px;
	margin-top: 15em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	}

.minContentLeftNews {
	float: right;
	clear: both;
	width: 150px;
	height: 100%;
	color: #FFF;
	background-color: #900;
	text-align: right;
	font-size: large;
	padding: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	}
.minContentLeftNews a {
	color: #FFF;
	text-decoration: none;
		}
.minContentLeftNews a:hover {
	text-decoration-color: #000;
	text-decoration: line-through;
			}

.minContentCenter {
	float: left;
	width: 250px;
	height: 100%;
	color: #FFF;
	background-color: #121212;
	text-align: right;
	font-size: large;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	z-index: 1;
	}
.minContentCenterImg {
	width: 250px;
	height: 250px;
	background-color: #0C0C0C;
	color: #FFF;
	font-size: large;
	margin-top: -250px;
	z-index: 1;
	position: relative;
	}
.minContentCenterTxt {
	width: 210px;
	height: 140px;
	background-color: rgba(0,0,0,0.8);
	font-size: 0.8em;
	margin: 0px;
	z-index: 3;
	padding: 110px 20px 0px;
	text-align: left;
	position: relative;
	font-weight:bold;
	border-left-color: yellowgreen;
	border-left-style: solid;
	}
.minContentCenterTxt a{
	text-decoration: none;
	background-color: black;
	color: white;
	}
.minContentCenterTxt:hover {
	color: yellowgreen;
	background-color: rgba(0,0,0,0.45);
	cursor: crosshair;
	}
.minContentCenterTxt:hover a{
	color: yellowgreen;
	background-color: black;
	}
#liveShows{
	font-weight: bold;
}
.imgTXT{
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}
.menuArt li a:hover{
	text-decoration: underline;
}
/*----------------------------------buttons----------------------------------*/
.buttonFullSize{
	width: 100%;
	height: 500px;
	background-color: rgba(154, 215, 50, 0.5);
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: crosshair;
	z-index: 2;
	position:relative;
}
.buttonFullSize:hover {
	background-color: rgba(154, 215, 50, 0.9);
	
}
.buttonFullSize h1{
	color: white;
	}
.h1ButtonStyle{
	border-style: solid;
	border-color: white;
	color: white;
	margin: 0 25%;
	background-color: rgba(255, 255, 255, 0.2);
}
.buttonBG{
	z-index: 1;
	width: 100%;
	height: auto;
	position: relative;
	background-image:url("../imgs/art/imgs originales/elevacion-02-cut.jpg");
}

/*-----------------------------FOOTER------------------------------------------------------------------*/


.footerBig {
	background:#FFF;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	color: black;
	font-weight: bold;
	}

.footerBigCont {
	max-width: 60%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666;
	
	}

.footerTxt {
	width: 200px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666;
	}
#prevFooter {
	width:100%;
	height:80px;
	clear:both;
	}
.iconRS{
	padding-right:30px;
	float: left;
}
.iconRS img{
	width: 40px;
}

/*-----------------------------GO UP BACK------------------------------------------------------------------*/

.goUP{
	background-color: yellowgreen;
	width: 100px;
	height: 77px;
	font-size: 0.75em;
	text-align: center;
    border-radius: 50%;
	font-weight: bold;
	padding-top: 23px;
	line-height: 1.2em;
	z-index: 5;
	position: fixed;
	right: 1%;
	top: 70%
}
.goUP a{
	color: white;
	text-decoration: none;
}

/*-----------------------------CONTENIDO CENTRADO------------------------------------------------------------------*/

.contentCenterGreen {
    width: 90%;
    height: auto;
    min-height: 260px;
    padding: 1.5em;
    margin: auto;
	margin-top: 5em;
    color: #FFFFFF;
    background-color: rgba(154, 215, 50, 0.9);
	z-index: 1;
	}
.contentCenterGreen a{
	color: white;
	text-decoration: none;
	font-style: italic;
}
.contentCenterWhite {
    width: 90%;
    height: auto;
    min-height: 260px;
    padding: 1.5em;
    margin: auto;
	margin-top: 5em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
	}
	
.contentCenterNoBG {
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 1.5em;
    margin: auto;
	margin-top: 5em;
    color: #FFFFFF;
	z-index: 1;
	}


/*-----------------------------CENTRO HOME------------------------------------------------------------------*/

.logoHome{
	align-items: center;
}
.logoHomeTXT{
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 0.6em;
	margin: 1em;
	font-style: italic;
}
.logoHome img{
	width: 100px;
	height: 100px;
}

.contentCenterParent{
  display: flex;
  align-items: center;
	z-index: 0;
}
.contentCenterChild{
	  width: 350px;
  height: 350px;
  /* centrar vertical y horizontalmente */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -175px 0 0 -175px;
	text-align: center;
}
.columnHome {
  float: left;
  width: 50%;
	background-color: black;
	font-size: 2em;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.columnHome a{
	color: yellowgreen;
	font-style: italic;
}
.columnHome a:hover{
	color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
	
}


/*------------------------------------------NUEVO MENU---------------------------------------------*/


#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: fixed;
  top: 6em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: relative;
  width: 2em;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 85%;
  height: 100%;
  background-color: white;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 5;
  padding-top: 2em;
}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
nav {
  text-align: left;
  margin-left: 20%;
}
nav a {
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}
nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}
nav a:hover {
  color: yellowgreen;
}
nav a:hover:before {
  height: 100%;
}

.Stxt{
	font-size: 1em;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

/*---------------------------------------------------------------------------------------*/





@media (min-aspect-ratio: 16/9) {
	#myVideo {
		min-width: 100%;
		min-height: auto;	
	}
}
@media (min-aspect-ratio: 9/16) {
	#myVideo {
		min-width: 100%;
		min-height: 100%;	
	}
}



@media (max-width:768px){

	#myVideo{
		margin-left:-200px;
		width: auto;
		min-height: 100%;
	}	
	.column50{
		float: left;
		width: 90%;
		padding: 5%;
	}
	.column30{
	float: left;
	width: 90%;
	padding: 5%;
	}
	.logoTXT{
	font-size: 1.2em;
	letter-spacing: 0.3em;

}
	.logoHomeTXT{
    visibility: hidden;

}
/*	
	nav {
		flex-direction:row-reverse;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom:3em;
    margin-left: auto;
    text-align: right;
    font-size: medium;
    color: #FFFFFF;
	}
nav ul{
	margin: 0px;
	padding: 0px;
	}
nav ul li {

	list-style-type: none;
	list-style-position: inside; 
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
nav ul li a:hover {
	color: #666;
	text-decoration: line-through;
	text-decoration-color: #C00;
	}
nav ul li a:active {
	color: #C00;
	text-decoration: line-through;
	text-decoration-color: #C00;
	}
	
	
.contentCenterWhite {
    width: auto;
    height: auto;
    min-height: 200px;
    padding: 20px;
    margin: auto;
	margin-top: 50em;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
	}
	
	
	.contentCenterWhite{
		width: 90%;
		margin: auto;
		padding: 1.5em;
	}
	
	#contentLeft{
		clear: both;
		width: 100%;
	}
	
	#contentRight{
		clear: both;
		width: 100%;
	}*/
	
}




@media  (min-width:768px){
/*
nav {
    padding: 0px;
    height: 100px;
    width: 520px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    font-size: medium;
    color: #FFFFFF;
	}
nav ul{
	margin: 0px;
	padding: 0px;
	}
nav ul li {
	display: inline;
	list-style-type: none;
	list-style-position: inside; 
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
nav ul li a:hover {
	color: #666;
	text-decoration: line-through;
	text-decoration-color: #C00;
	}
nav ul li a:active {
	color: #C00;
	text-decoration: line-through;
	text-decoration-color: #C00;
	}
*/
	



.onPage {
	color: #C00;
	}
.redPointsBar {
	margin: 0px;
	height: 25px;
	width: 100%;
	padding: 0px;
	}
.redPoint {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
	width: 25px;
	}

.contentUp {
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:500;
	position: absolute;
	}
.contentArt {
	width: 100%;
	min-height: 700px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:-1;
	position: absolute;
	}
#contentLeft {
	width: 50%;
	float:left;
	text-align:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
	}
	
.contentCenter {
	width: 900px;
	height: auto;
	padding: 20px;
	margin:auto;
	background-color:#333;
	}
	

	
.contentCenterTopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
}

#contentRight {
	width: 45%;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-left: 15px;
	}



.fotoBio {
	width:250px;
	float:right;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C00;
	}
.fotoNews {
	width:500px;
	float:right;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C00;
	}
.txtRight {
	width: 70%;
	float: left;
	margin-left: 15px;
	padding: 0px;
	text-align: justify;
	}
.contentWorks {
	margin-top: 20px;
}

.buttonImgContLeft1 {
	float: right;
	min-width: 150px;
	max-width: 500px;
	min-height: 150px;
	max-height: 500px;
	color: #FFF;
	text-align: right;
	font-size: large;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	background-attachment: fixed;
	background-image: url(../imgs/art/corpusTropos%20-01-original.jpg);
	background-repeat: no-repeat;
	}
}	

#footer {
	background:#FFF;
	height: 40px;
	width: 100%;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	z-index: 2000;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	}


#indexBG {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height: 2000px;
	background-image: url(../imgs/efePicBG.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
