/******************************************************/
/* Home */
//body.home .cycle-slideshow{  max-width:100%;  }
body.home #big-wrapper #principal  {max-height: calc(100vh - 150px); height: 100%; width:100%;   }
body.home #big-wrapper #principal .cycle-slideshow {height: 100%; width:100%;   }
/* body.home #big-wrapper #principal .cycle-slideshow img { display: block; max-height: 100%;  max-width:100%; height: auto; width: auto;  margin: 0 auto; } */ /* Max-height Ver layout */
body.home #big-wrapper #principal .cycle-slideshow img { display: block; max-height: 100%;  width:100%; object-fit: contain; }

/******************************************************/

/******************************************************/
/* Single (Series) */
/* body.single #big-wrapper #principal{ max-height: calc(100vh - 280px); height: auto; max-width:100%; width: auto; } */ /* Max-height Ver layout */
/* body.single #big-wrapper #principal .post{ height: 100%; } */
/******************************************************/

/******************************************************/
/* Archive */
body.archive #principal .ancho-maximo{ margin: 0 auto; max-width: 800px; }
body.archive #principal .ancho-maximo h2{ font-weight: bold; color:#929292; margin-bottom: 25px; }
body.archive #principal .ancho-maximo ul{ list-style-type: none;  text-align: justify;  }
body.archive #principal .ancho-maximo ul li{ padding-bottom: 80px; }
body.archive #principal .ancho-maximo ul li .contenido{ margin-bottom: 1em; /* font-weight: 300; */ }
body.archive #principal .ancho-maximo ul li h3{ text-align: right; font-style: italic; }
/******************************************************/

/******************************************************/
/* CV */
#cv { margin: 0 auto; max-width: 800px; text-align: justify; }
#cv section{ margin-bottom: 3em; }
#cv h2{ font-weight: bold; color:#929292; margin-bottom: 1em; }
#cv ul{ list-style-type: none;  }
#cv #bio p{ margin-bottom: 1em; }
#cv .expos{ display: flex; justify-content: space-between; padding-bottom: 1em; }
#cv .expos:last-child{  padding-bottom: 0; }
#cv .expos h3{ flex-basis: 70px; flex-shrink: 0;  }
#cv .expos ul{ flex-grow: 1; list-style-type: none;  }
#cv .assets-serie { margin-bottom: 3em; }
/* #cv .assets-serie .assets-serie-obra .cycle-slideshow{ max-height: 300px; min-height: 300px; margin-top: 70px; } */
#cv .assets-serie #adv-custom-caption{ padding: 30px 20px; }
@media all and (max-width: 500px) {
	#cv .expos{ flex-direction:column; }
	#cv .expos h3{ flex-basis: auto;}
}

#cv #publicaciones ul li{ margin-bottom: .5em; }
#cv #publicaciones .assets-serie { min-height: 0; }
#cv #publicaciones .assets-serie .cycle-slideshow .assets-serie-obra-imagen img{ max-height: 60vh; }
/******************************************************/

/******************************************************/
/* Contacto */
#contacto { display: flex; justify-content: space-between; margin: 0 auto; max-width: 800px;}
#contacto .columna{  width:calc(50% - 30px);}
#contacto section{  margin-bottom: 3em; }
#contacto h2{  font-weight: bold; color:#929292; }
@media all and (max-width: 760px) {
	#contacto{flex-direction:column;}
	#contacto .columna{  width:100%;}
}
/******************************************************/