.c_sidebar aside .extra:not(:last-child){
	margin-bottom: 1rem;
}

.contenido.contenido_page section{
	border-bottom: none;
}


.head_int.head_int_menu nav span.act{
    background-color: #000; 
    color: #fff; 
}


/*.exposicion .area_vertical:last-child {
    border-bottom: 2px solid #000;
}
*/
.area_vertical .columna .dato_extra {
	white-space: nowrap;
}

.obra .imagen img {
	max-width: 100%;
	max-height: 100%;
}

.c_imagen p {

}

.texto h1 {
	font-size: 48px;
	line-height: 48px;
	max-width: 60%;
}

@media screen and (max-width: 590px){
	.texto h1 {
		max-width: 100%;
	}
}


.exposicion_single .contenido h2 {
	font-family: 'Brown-BoldItalic', 'Lato', serif;
	max-width: 60%;
}

@media screen and (max-width: 590px){
	.exposicion_single .contenido h2 {
		max-width: 100%;
	}
}


.head_menu li {
	width: auto;
}

.head_menu a:hover {
	background-color: #000;
	color: #FFF;
}

.head_menu a.act_n {
	background-color: #000;
	color: #FFF;
}

.menu_pagina a:hover {
	background-color: #000;
	color: #FFF;
}

.menu_pagina a.act_n {
	background-color: #000;
	color: #FFF;
}

.menu_int nav a:hover {
	background-color: #000;
	color: #FFF;
}

.menu_int nav a.current {
    background-color: #000;
    color: #FFF;
}


.programa_texto {
    padding-bottom: 50px;
}


footer {
	position: relative;
}

.espacio_footer {
	height: 0;
}


.programa .btn_info {
    margin-top: -16px;
}

.footer_logos {
	height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.footer_logos img {
	max-height: 65px;
}

.text-upper {
	text-transform: uppercase;
}

.titulo_int_programa .tags {
    display: flex;
}


/* */

.grid_program {
	border-bottom: 2px solid #000;
	padding-top: 30px;
}

.grid_program_int{
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.grid_program_int .post{
    width: 290px;
    position: relative;
    display: block;
    white-space: normal;
    margin-right: 25px;
    margin-bottom: 32px;
}
.grid_program_int .post .imagen{
    width: 100%;
    height: 0;
    padding-bottom: 47.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.grid_program_int .post .info{}
.grid_program_int .post .info h2{
    font-size: 24px;
    margin: 20px 0px 10px;
}
.grid_program_int .post .info .fecha{
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
} 
.grid_program_int .post .info .tipo{
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
} 

.grid_program_int .post .info .tipo::before{
        content: "→ ";
    font-size: 12px;
    font-weight: bold;
}
.grid_program_int .post .categoria{
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    display: block;
    margin-bottom: 3px;
}
.grid_program_int .post .info .fecha .extra_hora::before {
    content: " | ";
    font-size: 12px;
    font-weight: bold;
}
.grid_program_int .post .info .fecha .extra_info::before {
    content: " + ";
    font-size: 12px;
    font-weight: bold;
}
.grid_program_int .post .info .fecha.f_fecha::before{
    content:"→ ";
    font-weight:bold;
    font-size:12px;;
}
.grid_program.grid_program_tipografia{
    border-bottom: 2px solid #000;
    padding-bottom: 35px;
}
.grid_program.grid_program_tipografia .grid_program_int{}
.grid_program.grid_program_tipografia .grid_program_int .post{
    width: 145px;
    text-transform: uppercase;
    margin-right: 35px;
}
.grid_program.grid_program_tipografia .grid_program_int .post .info{}
.grid_program.grid_program_tipografia .grid_program_int .post .info h2{
    font-size: 16px;
    font-family: 'Brown-BoldItalic', 'Lato', serif;
    margin: 20px 0px 0px;
    line-height: 1.2em;
}
.grid_program.grid_program_tipografia .grid_program_int .post .info h3{
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.2em;
}

.d-mobile {
	display: none;
}


@media screen and (max-width: 740px){
	.grid_program {
		display: none;
	}

	.d-mobile {
		display: block;
	}
}

.footer_int {
	height: 50px;
}

.footer_int .columna .newsletter .btn {
	background-color: transparent;
	cursor: pointer;
	font-family: 'Brown-Bold';
	font-weight: normal;
}

.footer_int .columna .newsletter input {
	font-family: 'Brown-Regular';
	font-weight: normal;
	line-height: 19px;
	padding-bottom: 3px;
	padding-right: 5px;
}

/*.barra .idioma {
	display: none;
}*/

.area_vertical .columna h2 {
	line-height: 34px !important;
}

.area_vertical .columna h3 {
	margin-top: 5px;
}

.area_vertical .columna h3.colectiva {
	font-size: 24px !important;
	line-height: 26px !important;
}

.exposicion_single .contenido h2 {
	line-height: 65px;
}

.exposicion_single .contenido h3 {
	margin-top: 18px;
}

.exposicion_single .contenido h3.colectiva {
	margin-top: 20px;
	font-size: 24px;
	line-height: 26px;
	max-width: 800px;
	width: 100%;
}

.carrusel_programa .carrusel .c_titulo {
	max-width: 800px;
	width: 100%;
}


aside .general {
	padding: 28px 15px 22px;
}



.overflow_responsive.act_active {
	max-height: 100% !important;
	margin-bottom: 64px;
}

.lower {
	text-transform: lowercase;
}



.homeCallToAction {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 250px;
	z-index: 99;
}

@media (min-width: 740px){
	.homeCallToAction {
		left: 400px;
	}
}	

.homeCallToAction img { 
	display: block;
	width: 100%;
	transition: all 0.2s;
}

.homeCallToAction:hover img { 
	transform: scale(1.1);
}


/*.area_vertical .columna img.pep-exhibition {
	max-width: 100%;
	height: 110px;
}*/


.pieza .imagen.size_default img {
	/*max-width: 300px;*/
	/*widows: auto;*/
	height: 300px;
}


.sponsors {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

.sponsors li {
	margin-right: 16px;
}

.sponsors img {
	height: 80px;
}


.border-bottom {
	border-bottom: 2px solid;
	padding-bottom: 16px;
}

.border-bottom-2 {
	border-bottom: 2px solid;
}

.contenido.contenido_programa_top{
    padding: 0;
    width: 100%;
}

@media (min-width: 1039px ) {
	.contenido.contenido_programa_top{
	    padding-top: 53px;
	    padding-left: 55px;
	}
}

.contenido.contenido_programa_special{
    padding: 0;
    width: 100%;
}

@media (min-width: 1039px ) {
	.contenido.contenido_programa_special{
	    padding-top: 3px;
	    padding-left: 55px;
	}
}


.head.head_program {
	display: none;
}

@media (min-width: 1039px ) {
	.head.head_program {
	    display: block;
	}
}


.bloque {
	border-bottom: 2px solid;
}

.bloque:last-child {
    border-bottom: none !important;
}

.bloque.no-border {
	border-bottom: none;
}
