/*

	Theme Name: Photography
	Theme URL: http://www.visualko.com/
	Description: Sitio web para fotografos.
	Author: Ernesto Schulz
	Author URI: http://www.visualko.com/
	Version: 1.0

*/

/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;800&display=swap');

:root{
  --negro:#000;
  --blanco:#fff;
  --claro:#f5f5f5;
  --oscuro:#222;
  --gris:#6f6f6f;
  --naranja:#f5ad00;

  --textoClaro:#eeedef;
  --textoGris:#6f6f6f;
  --textoOscuro:#222;
  --textoBlanco:#fff;

  --principal:#49206e;
  --secundario:#583c74;
  --tercero:#;
  --cuarto:#343434;
  --quinto:#2B2B2B;
}

/*
h2.titulo{
  color:var(--secundario);
  background:var(--quinto);
  text-shadow: 10px 10px 5px var(--cuarto);
}
*/

html, body {
	position: relative;
	height: 100%;
}
body {
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
  color:var(--oscuro);
  background: var(--blanco);
  padding:0px;
  margin: 0px;
}

body header {
	position: relative;
	height: 111px;
	margin: 0 0 0 88px;
}

.gallery{
  display: none !important;
}
ul#slider_gallery, ul#grid_gallery{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#slider_gallery{
  margin-bottom: 0px;
  position:relative;
}

li.slider-list-img{
  height:80vh
}
li.slider-list-img .contenedor-img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

li.slider-list-img img{
  max-width: 100%;
  object-fit: cover;
}

.caption{
  position:absolute;
  bottom:0;
  right:0;
  width:auto;
  height:auto;
  color:#000;
  background: #fff;
  padding:5px;
  display: none;
}
.owl-nav {
	display: none;
  /*position:absolute;
  top:50%;
  width: 100%;
  margin-top: -32px !important;*/
}
/*.owl-theme .owl-nav [class*="owl-"] {
	opacity: 0.7;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	opacity: 1;
	color: transparent;
}
.owl-nav .owl-prev{
  position: absolute;
  left:-30px;
}
.owl-prev span, .owl-next span{
  font-size: 0px;
  color:transparent;
  width: 88px;
  height: 65px;
  display: inline-block;
  background: transparent url(img/grafica/flecha-right.png) center center no-repeat;
}
.owl-prev span {
	background: transparent url(img/grafica/flecha-left.png) center center no-repeat;
}
.owl-carousel .owl-nav button.owl-next:hover{
  color:#f5f5f5;
  background-color:none;
}
.owl-nav .owl-next{
  position: absolute;
  right:-30px;
}*/

.my-controls-btns {
  position: absolute;
  top: 50%;
  color: black;
  height: 65px;
  width: 20px;
}
#prev-slide,
#next-slide {
  left: 0px;
  font-size: 0px;
  color:transparent;
  width: 88px;
  height: 65px;
  display: inline-block;
  background: transparent url(img/grafica/flecha-left.png) center center no-repeat;
  cursor: pointer;
}
#next-slide {
  right: 0px;
  left: inherit;
  background: transparent url(img/grafica/flecha-right.png) center center no-repeat;
}

ul#grid_gallery li{
  margin:0 30px 30px 0;
  list-style: none;
  float:left;
}

ul#grid_gallery li a img{
  height: 150px;
  width:auto;
}

.info-container {
	background-color: #fff;
	z-index: 33;
	text-align: justify;
	color: #6c6c6c;
	margin: 0;
}
.info-container .plus-info {
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
.info-container .plus-info p {
	margin-bottom: 0;
}
.info-container .plus-info a {
	text-decoration: none;
	color: #040808;
}
.info-container .plus-info a span {
	color: #f5ad00;
}
.info-container .info-en {
	font-style: italic;
}

.centrada {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

a{
  color:var(--oscuro);
}
a:hover{
  color:var(--oscuro);
  text-decoration: none;
}

input{
  color:var(--negro);
}


.clear{ clear:both;}

.hl{ clear:both; height:auto; overflow:hidden;}
.hlb{ clear:both; height:1px; overflow:hidden; background:#ebe9eb; margin-top:10px; margin-bottom:10px;}
.hl10{ clear:both;	height:10px;}
.hl20{ clear:both;	height:20px;}
.hl30{ clear:both;	height:30px;}
.hl50{ clear:both;	height:50px;}
.hl100{ clear:both;	height:100px;}
.hl150{	clear:both;	height:150px;}

.bb{ padding-bottom:10px; border-bottom:solid 1px #ccc; margin-bottom:10px;}
.bt{ padding-top:10px; border-top:solid 1px #ccc; margin-top:10px;}
.br{ padding-right:10px; border-right:solid 1px #ccc; margin-right:10px;}
.bl{ padding-left:10px; border-left:solid 1px #ccc; margin-left:10px;}

.p0{ padding:0;}
.pl0{ padding-left:0}
.pr0{ padding-right:0}
.m0{ margin:0;	}
.m10{margin:10px 0;}
.p50{ padding:50px 0;	}
.p100{ padding:100px 0;	}
.pbox { padding: 50px;}



.img-full{ width:100%;	height:auto;}
.center{ margin:auto 0;}

.btn-principal{
  background-color: var(--principal);
  color: var(--claro);
}
.btn-principal:hover{
  background-color: transparent !important;
  border:solid 1px;
  border-color:var(--principal);
  color: var(--textoOscuro);
}

.btn-oscuro{
  background-color: var(--principal);
  color: var(--claro);
}
.btn-oscuro:hover{
  background-color: var(--oscuro);
  color: var(--claro);
}

.google-maps {
    position: relative;
    padding-bottom: 540px; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 540px !important;
}
.formulario{
  padding:50px 20px;
}


.italica{font-style: italic;}
.centrado{text-align:center}
.alignRight{text-align:right}
.mayuscula{text-transform:uppercase;}
/*
.naranja{color:rgba(209,132,86,1)}
.bg-naranja{background-color:rgba(209,132,86,1)}
.blanco{color:rgba(255,255,255,1)}
.bg-blanco{background-color:rgba(255,255,255,1)}
.azul{color:rgba(120,148,204,1)}
.bg-azul{background:rgba(120,148,204,1)}
.gris{color:rgba(223,223,220.1)}
.bg-gris{background-color:rgba(223,223,220,1)}
.negro{color:rgba(44,44,44,1)}
.bg-negro{background-color:rgba(44,44,44,1)}
*/

.weight200{font-weight: 200}
.weight300{font-weight: 300}
.weight400{font-weight: 400}
.weight700{font-weight: 700}
.weight800{font-weight: 800}
.weight900{font-weight: 900}

.oscuro{
  background-color:var(--oscuro);
}
.textoOscuro{
  color:var(--oscuro);
}

.claro{
  background-color:var(--claro);
}
.textoClaro{
  color:var(--claro);
}

.bgBlanco{
  background-color:var(--blanco);
}
.textoPrincipal{
  color:var(--principal);
}

.textoSecundario{
  color:var(--secundario);
}

.navbar {
	cursor: pointer;
	width: 47px;
	height: 38px;
	display: block;
	top: 3px;
	right: 88px;
	position: absolute;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: var(--negro);
  font-weight: 400;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
}

.navbar .nav-container #menu-principal a {
	text-decoration: none;
	color: #545454;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	display: block;
	white-space: nowrap;
	position: relative;
}
/*.navbar .nav-container #menu-principal .active a:before{
  content: '';
  height: 1px;
  background: orange;
  width: 30px;
  display: block;
  position: absolute;
  height: 2px;
  top: 1em;
}
.navbar .nav-container #menu-principal .active a:before {
  left: -40px;
}*/

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 0px;
  z-index: 13;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 18px;
  width: 32px;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #f5ad00;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 40px;
  height: 100%;
  width: auto;
  transform: translate(100%);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-left: 54px;
  padding-right: 88px;
  transition: transform 0.5s ease-in-out;
  text-align: left;
  background:#fff;
  position:fixed;
  z-index:10;
  right:0;
}
.navbar .menu-items li.btn-bio a,
.navbar .menu-items li.btn-press a,
.navbar .menu-items li.btn-contact a,
.navbar .menu-items li.btn-newsletter a,
.navbar .menu-items li.btn-bubble a,
.navbar .menu-items li.btn-follow a {
  font-style: italic;
  color: #9a9a9a !important;
}
.navbar .menu-items li a:hover {
	color: #000 !important;
}
.navbar .menu-items li.btn-bio a:hover,
.navbar .menu-items li.btn-press a:hover,
.navbar .menu-items li.btn-contact a:hover,
.navbar .menu-items li.btn-newsletter a:hover,
.navbar .menu-items li.btn-bubble a:hover,
.navbar .menu-items li.btn-follow a:hover {
	color: #545454 !important;
}
.navbar .menu-items li.btn-follow .caret {
	display: none;
}
.navbar .menu-items li.btn-follow .dropdown-menu {
	border: none;
	box-shadow: none;
}
.navbar .menu-items li.btn-follow .dropdown-menu li {
	color: #9a9a9a !important;
}
.navbar .menu-items li.btn-follow .dropdown-menu li:hover {
	color: #545454 !important;
}
.navbar .menu-items li.btn-follow .dropdown-menu li a {
	font-size: 0 !important;
	line-height: 0 !important;
}

header .logo {
	float: left;
	margin-top: 23px;
	display: block;
	height: 65px;
	width: 196px;
	line-height: 65px;
}
header .logo a {
	margin: 0;
	padding: 0;
}
header .logo a img {
	height: 65px;
}
.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked,
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: translateX(-138px);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

section {
	width: calc(100% - 176px);
	padding: 0 !important;
}

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

#proyectos {
  width: 948px;
  margin: 0 auto 11px;
  padding: 0;
}
#proyectos .container {
	width: auto;
	padding: 0;
	margin: 0;
}
#proyectos .commissions .container,
#proyectos .publications .container {
	padding-top: 40px;
}

#proyectos .container .nt {
	margin: 12px;
	padding: 0;
	float: left;
	position: relative;
	max-width: 300px;
}

#proyectos .container div:nth-child(3n+1) {
	margin-left: 0;
}
#proyectos .container div:nth-child(3n) {
	margin-right: 0;
}

.item-proyectos {
  position: relative;
  padding-bottom: 30px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  text-align: left;
}
.item-proyectos:hover .image {
  opacity: 0.5;
}
.item-proyectos:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 19px;
}

#proyectos-sf{
  margin-top:0px;
  margin-bottom:20px;
}

.commissions .container-fluid,
.publications .container-fluid {
	padding-top: 30px;
}

.publications .container {
	width: 50%;
	margin: 0 auto;
	padding: 30px 0;
}
.item-proyectos-sf {
  position: relative;
  padding-bottom: 30px;
}
.item-proyectos-sf a img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.image-sf {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle-sf {
	transition: .5s ease;
	opacity: 1;
	transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.middle-sf button {
	float: right;
	border: solid 1px #898989;
	background-color: #f4f4f4;
	padding: 10px 20px;
	color: #000;
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 5px;
	cursor: pointer;
}
.middle-sf button span {
	color: #8c8686;
}
.middle-sf h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.middle-sf .more {
	padding-top: 3px;
}
.middle-sf .more span.y {
	color: #f5ad00;
}

.text-sf {
  color: black;
  font-size: 14px;
  padding: 14px;
}

#exhibitions,
#talks,
#news {
	margin: 0 88px;
	width: calc(100% - 176px);
}

#exhibitions .exhibition,
#talks .talk,
#news .new,
.single-new {
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #6c6c6c;
}
.exhibition h3,
.talk h3,
.new h3,
.single-new h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #000;
}
.exhibition a,
.talk a,
.new a,
.single-new a {
	text-decoration: none;
}
.exhibition .year,
.talk .year,
.new .year,
.single-new .year {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding-bottom: 20px;
}
.exhibition .more,
.talk .more,
.new .more,
.single-new .more {
	display: block;
	color: #040808;
	padding-top: 20px;
	float: left;
	padding-right: 6px;
	font-size: 14px;
}
.exhibition .more span,
.talk .more span,
.new .more span,
.single-new .more span {
	color: #f5ad00;
}
#bio-pic {
	width: 100%;
}
#bio {
	padding-top: 20px !important;
	font-size: 14px;
	line-height: 18px;
	color: #6c6c6c;
	margin: 0 88px;
	box-sizing: border-box;
	text-align: justify;
}
#bio p {
	margin-bottom: 20px;
}
#contact {
	padding-top: 20px !important;
}
.contact-address {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 20px;
}
.contact-address a {
	text-decoration: underline;
}

/**********************/
/* CONTACTO           */
/**********************/

.contact-form .mail {
  color: #f5ad00;
  border-bottom: solid 2px #f5ad00;
  font-weight: bold;
}

.contact-form form{ font-size: 14px; line-height: 16px; padding-bottom:100px; }
.contact-form form h3{ color: #f5ad00; padding:20px 0; margin: 0; font-size: 14px; line-height: 16px; }
.contact-form form p { padding: 0; margin: 0; }
.contact-form form p br { display: none; }
.contact-form form label{ color: #000; font-size: 12px; display: block; font-weight: normal; margin: 0; }
.contact-form form label span{ color: #6c6c6c; font-style: italic; }

.contact-form form input{ color: #6c6c6c;padding: 0 5px; box-shadow: inset 0 0 3px #9c9c9c; box-sizing:border-box; width: 288px; height: 24px; margin: 10px 0 20px 0; background-color: #fff; border:0 none; }
.contact-form form textarea{ color: #6c6c6c;padding: 5px; box-shadow: inset 0 0 3px #9c9c9c; box-sizing:border-box; width: 482px; height: 150px; margin: 10px 0 10px 0; background-color: #fff; border:0 none; }
.contact-form form .buttons{ width: 482px; }
.contact-form form .buttons label{display: inline;}
.contact-form form .buttons input{ cursor:pointer; border:0 none; float: right; background-color:#ffb400; color: #000; line-height: 26px; padding: 0 9px; font-size:14px; width: auto; }

/**********************/
/* NEWSLETTER         */
/**********************/

.newsletter-form .mail{ color: #f5ad00; border-bottom: solid 2px #f5ad00; font-weight: bold; }

.newsletter-form form{ font-size: 14px; line-height: 16px; padding-bottom:100px; }
.newsletter-form form h3{ color: #000; padding:20px 0 0; font-weight: bold; margin: 0; font-size: 14px; line-height: 16px; }
.newsletter-form form p { padding: 0; margin: 0; }
.newsletter-form form p br { display: none; }
.newsletter-form form h4{ color: #000; font-style: italic; }

.newsletter-form form .copete{ font-size: 12px; line-height: 14px; color: #6c6c6c; padding:20px 0;  }

.newsletter-form form label{ color: #000; font-size: 12px; display: block; font-weight: normal; margin: 0; }
.newsletter-form form label span{ color: #6c6c6c; font-style: italic; }

.newsletter-form form input{ -webkit-appearance: none; color: #6c6c6c;padding: 0 5px; box-shadow: inset 0 0 3px #9c9c9c; box-sizing:border-box; width: 288px; height: 24px; margin: 10px 0 20px 0; background-color: #fff; border:0 none; }
.newsletter-form form textarea{ -webkit-appearance: none; color: #6c6c6c;padding: 5px; box-shadow: inset 0 0 3px #9c9c9c; box-sizing:border-box; width: 482px; height: 150px; margin: 10px 0 10px 0; background-color: #fff; border:0 none; }
.newsletter-form form .buttons{ width: 482px; }
.newsletter-form form .buttons label{display: inline;}
.newsletter-form form .buttons input { cursor:pointer; border:0 none; float: right; background-color:#ffb400; color: #000; line-height: 26px; padding: 0 9px; font-size:14px; width: auto; }

/*****************************************/
 /* Hide scrollbar for Chrome, Safari and Opera */
body.home::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body.home {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  padding: 0;
}
body.home header {
	margin: 0;
}
body.home .container-fluid {
	padding: 0;
}
body.home div.logo {
	top: -2px;
	left: 10px;
	position: absolute;
	z-index: 3 !important;
}
body.home div.logo a.logo {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
body.home .logo a img {
	max-width: 220px;
	height: 69px;
}

/**********************/
/* PORTADA            */
/**********************/

#portada{
  position: absolute;
  left:0;
  top:0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding:0;
}
.imagen_portada_fondo {
  position:absolute;
  width:100%;
  height:100vh;
  padding:0;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.estados-de-conciencia .imagen_portada_fondo,
.creer-para-ver .imagen_portada_fondo {
	background-position: top center;
}
.la-diablada-exhibitions .imagen_portada_fondo {
	background-position: top right;
}
.calendarios-fundacion-huesped .imagen_portada_fondo {
	background-position: bottom center;
}
.texto_imagen{
  position:absolute;
  width:auto;
  height:auto;
  padding:0;
  left:10px;
  top:89px;
  z-index:10;
}
.badge_imagen{
  position:absolute;
  width:auto;
  height:auto;
  padding:0;
  right:0px;
  top:0px;
  z-index:10;
}
.badge_imagen img {
  max-width: 381px;
  height:auto;
}
.click_to_enter{
  position:absolute;
  width:auto;
  height:auto;
  padding:0;
  left:0;
  width: 100%;
  top:0px;
  z-index:10;
}
.click_to_enter img{
  max-width: 320px;
  height:auto;
  margin:auto 0;
}
.creer_para_ver {
  position:absolute;
  width:auto;
  height:auto;
  padding:0;
  left:0;
  width: 100%;
  bottom:0px;
  z-index:10;
}
.creer_para_ver img {
  max-width: 800px;
  height:auto;
  margin:auto 0;
}
.creer-para-ver .badge_imagen {
	right: 30px;
	top: 16px;
}
.creer-para-ver .badge_imagen img {
	max-width: 260px;
}


body.home section.footer {
	display: none !important;
}


#intro{
  height:100vh;
  background:url(img/boutique_bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
}

#about{
  color:var(--textoOscuro);
}

.pagina{
  margin-top:106px;
  padding-bottom:200px;
  color:var(--textoOscuro);
}

.pagina h2.titulo-seccion{
  font-size: 1.8em;
  font-weight: 700;
  text-transform: none;
  position: relative;
}

#about .titulo-seccion{
  font-size: 1.8em;
  font-weight: 700;
  color:var(--textoOscuro);
  text-transform: none;
  position: relative;
}
#about h1.titulo-seccion:before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: var(--oscuro);
  left: 0;
  top: 50%;
  position: absolute;
}
#about h1.titulo-seccion:after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: var(--oscuro);
  right: 0;
  top: 50%;
  position: absolute;
}

#about .subtitulo-seccion{
  font-size: 0.9em;
  color:var(--textoOscuro);
  text-transform: uppercase;
  letter-spacing: 3px;
}


.migajas{
	height: 111px;
	line-height: 18px;
	font-size: 18px;
	width: 100%;
	padding-left: 219px;
	padding-right: 115px;
	box-sizing: border-box;
}
.migajas .container-migajas {
  position: absolute;
  font-size: 18px;
  bottom: 20px;
}
.migajas .container-migajas .nombre {
	float: left;
	padding-left: 0;
	color: #f5ad00;
}
.migajas .taxonomy{
  float: left;
  padding-right: 6px;
}
.migajas .taxonomy ul{margin: 0; padding: 0; list-style: none}
.migajas .taxonomy ul li{margin: 0; padding: 0; list-style: none}
.migajas .nombre{
  float: left;
  padding-left: 10px;
  color:#f5ad00;
}
.migajas #fold{
  float: left;
  padding-left: 23px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  margin-top: 5px;
  cursor: pointer;
}
.migajas .numero {  
  color: #b6b6b6;
}
.migajas .numero,
.migajas .backstage {
  float: left;
  padding-left: 23px;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}
.migajas #fold p,
.migajas .backstage p {
	margin: 0 !important;
}

p.titulo-categorias {     
	 width: calc(100% - 176px);
	 margin: 0 auto;	 
	 border-bottom: solid 2px #999999;	 
	 height: 8px;
	 position: absolute;
	 left: 88px;
}
p.titulo-categorias span {
	color:#f5ad00;
	font-size: 14px;
	line-height: 16px;
	background-color: #fff;
	padding: 0 10px 0 0;
}


/*        single          */

.entrada{
  padding-top:106px;
  padding-bottom:200px;
  color:var(--textoOscuro);
}


/*      sidebar

.sidebar{
  padding-top:50px;
  padding-bottom:200px;
  background-image: url(img/separador-1-sidebar.png), url(img/separador-2-sidebar.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
  background-color: var(--oscuro);
}

*/



/*        get_footer      */

#newsletter{
  background-color: var(--tercero);
  padding:30px 0;
}

#footer{
  padding:0;
  color:#a1a1a1;
  border-top:solid 1px var(--oscuro);
  margin:20px 88px 0 88px;
  font-size: 10px;
  line-height: 50px;
}



ul#servicios, ul#servicios li, ul#servicios li a{
list-style: none;
margin:0;
padding:0;
clear: both;
}

#post-footer{
  background:var(--principal);
  padding:15px 0;
}

@media screen and (max-width: 1130px) {
	header {
		width: 948px;
		margin: 0 auto !important;
	}	
	body.page-template-portada header {
		width: auto !important;
		margin: 0 auto !important;
	}
	.creer_para_ver img {
		max-width: 40%;
	}
	.navbar {
		right: 23px !important;
	}
	#proyectos .container .nt {
		max-width: inherit !important;
	}
	#proyectos .container div:nth-child(3n+1) {
		margin-left: 12px;
	}
	#proyectos .container div:nth-child(3n) {
		margin-right: 12px;
	}
	#proyectos .container div:nth-child(2n+1) {
		margin-left: 0;		
	}
	#proyectos .container div:nth-child(2n) {
		margin-right: 0;
	}
	li.slider-list-img img{
	  object-fit: scale-down;
	}
	.commissions p.titulo-categorias,
	.publications p.titulo-categorias	{
		width: 948px;
		left: inherit !important;
	}
	#contact .contact-map {
		display: none;
	}
	.footer {
		width: auto !important;
	}
}
@media screen and (max-width: 995px) {
	header {
		width: auto !important;
		margin: 0 23px !important;
	}
	section {
		margin: 0 23px !important;
	}	
	body.page-template-portada section {
		margin: 0 auto !important;
	}
	#proyectos {
		width: auto !important;
	}
	.commissions p.titulo-categorias,
	.publications p.titulo-categorias	{
		width: calc(100% - 46px);
		left: inherit !important;
	}
	#exhibitions,
	#talks,
	#news {
		margin: 0 23px;
		width: calc(100% - 46px);
	}
	#bio-pic {
		margin: 0 !important;		
	}
	#bio {
		width: auto;
	}
	
}
@media screen and (max-width: 768px) {
	body.home .logo a img {
		width: 50%;
		height: auto;
	}
	#portada{
		height: 100vh;
		width: 100%;
		padding:0;
	}
	.badge_imagen img {
		max-width: 140px;
	}
	.click_to_enter img {
		max-width: 320px;
	}
	.estados-de-conciencia .texto_imagen {
		width: 100%;
		top: inherit;
		bottom: 10px;
	}
	.la-diablada-exhibitions .texto_imagen_dsk,
	.estados-de-conciencia  .texto_imagen_dsk,
	.calendarios-fundacion-huesped .texto_imagen_dsk {
		display: none !important;
	}
	.estados-de-conciencia  .texto_imagen_mob {
		display: block !important;
		margin: 0 auto;
	}
	.la-diablada-exhibitions .texto_imagen_mob,
	.calendarios-fundacion-huesped .texto_imagen_mob {
		display: block !important;
		position: relative;
		left: -12px;
		top: -40px;
	}
	.creer_para_ver img {
		max-width: 100%;
	}
	.creer-para-ver .click_to_enter img {
		max-width: 160px;
	}
	.creer-para-ver .badge_imagen img {
		max-width: 130px;
	}
	.creer-para-ver .creer_para_ver img {
		max-width: 50%;
	}
	.navbar .menu-items {
		padding-top: 33px !important;
		right: -39px !important;
	}
	.nav-container .checkbox,
	.nav-container .hamburger-lines	{
		right: -9px !important;
	}	
	.navbar .nav-container #menu-principal a {
		padding: 8px 0;
	}
	.migajas {		
		width: 100%;
		height:auto;
		clear:both;
		padding: 0;
		position: relative;
		top: 40px;
	}
	.migajas .container-migajas {
		width: 100%;
		clear:both;
		font-size: 14px;		
	}	
	.migajas .container-migajas .numero,
	.migajas .container-migajas #fold,
	.migajas .container-migajas .backstage {
		display: none;
	}
	section {
		width: calc(100% - 46px);
	}
	#proyectos .container div:nth-child(3n+1) {
		margin-left: 12px;
	}
	#proyectos .container div:nth-child(3n) {
		margin-right: 12px;
	}
	#proyectos .container div:nth-child(2n+1) {
		margin-left: 12px;		
	}
	#proyectos .container div:nth-child(2n) {
		margin-right: 12px;
	}	
	#proyectos .container div {
		margin-left: 0 !important;
		margin-right: 12px !important;
	}	
	.item-proyectos {
		overflow: hidden;
	}
	.item-proyectos .middle {
		opacity: 1;
	}
	.item-proyectos .middle .text {
		color: #000;
		font-size: 11px;
		padding: 5px 0 10px 0;
		white-space: nowrap;
	}
	.new .more {
		 padding-top: 0 !important;
		 padding-bottom: 15px;
	 }
	.exhibition a .image, 
	.talk a .image,
	.new a .image	{
		padding-bottom: 15px;
	}
	#contact {
		width: auto !important;
	}
	.contact-form form textarea {
		width: 288px;
	}
	.contact-form form .buttons label {
		display: block;
	}
	.contact-form form .buttons input {
		float: left;
	}
}
@media screen and (max-width: 480px) {
	body.home .logo a img {
		height: auto;
		max-width: 140px;
		margin-left: 7%;
	}
	.logo {
		left:0 !important;
	}
	.texto_imagen_dsk {
		display: none !important;
	}
	.texto_imagen_mob{
		display: block !important;
	}
	.click_to_enter{
		position:absolute;
		top:auto;
		bottom:0px !important;
		z-index:10;
	}
	.click_to_enter img{		
		height:auto;
		margin:auto 0;
		width: 50%;
	}
	.creer_para_ver{
		bottom:8%;
		z-index:10;
	}
	.creer_para_ver img {
		max-width: 100%;
		height:auto;
		margin:auto 0;
	}
	.creer-para-ver .badge_imagen {
		right: 15px;
		top: 22px;
	}
	.creer-para-ver .badge_imagen img {
		max-width: 137px;
		height:auto;
	}
	.creer-para-ver .imagen_portada_fondo {
		background-position: top center;
	}
	.la-diablada-exhibitions .texto_imagen {
		top: 63px;
	}
	.la-diablada-exhibitions .imagen_portada_fondo {
		background-position: 42%;
	}	
	.estados-de-conciencia .imagen_portada_fondo {
		background-position: center top;
	}
	.estados-de-conciencia .texto_imagen {
		top: inherit;
		bottom: 89px;
	}
	.calendarios-fundacion-huesped .texto_imagen {
		width: 95%;
		top: 63px;
	}
}