/* css reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.cuerpo strong{
	font-weight: bold;
}
.cuerpo em{
	font-style: italic;
}
.cuerpo ul{
	list-style: unset;
}
.cuerpo ol{
	list-style: decimal;
}
.cuerpo a{
	text-decoration: underline;
}
.cuerpo blockquote{
	font-size: smaller;
	font-style: italic;
	text-align: right;
}
h1{
	font-weight: bold;
}
.cuerpo-nota h1{
	font-size: xx-large;
    line-height: 1.5;
	font-weight: normal;
}
.cuerpo-nota h2{
	font-style: italic;
	font-size: 16px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Misionera */
/**
 * Demo Styles
 */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Container for flexboxes */
section {
    display: -webkit-flex;
    display: flex;
}

/* Style the navigation menu */
nav {
    padding: 20px 0px;
	width: 200px;
    margin-right: 50px;
}

/* Style the list inside the menu */
nav ul {
    list-style-type: none;
    padding: 0;
}
nav ul li{
	padding: 4px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.template_nota nav, .template_revistas nav{
	margin-right: 0px;
}
.template_nota nav ul li, .template_revistas nav ul li{
	font-size: 16px;
}

/* Style the content */


/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #cacaca;
  text-align: center;
}

#mainContainer{
	padding: 15px 35px;
}
header img{
    height: 175px;
}

.template_nota header img{
	height: 230px;
}

img{
	/* max-width: 100%; */
}

body{
	font-size: 12px;
	font-family: helvetica, arial;
}
a{
	text-decoration: none;
	color: #ffc700;
}
nav a,.linktitle{
	color: #000
}

a:hover .linktitle, .hovered .linktitle{
	/* background-color: #89017e !important; */
	color: #ffc700
}
.current-page{
	font-weight: bold;
}
.imageContainer{
	height: 200px;
}


.obras-grid {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 10px;
	display: flex;
	flex-wrap:wrap;
}
.obra.item{
	width: 200px;
	margin: 10px;
}
.revista.obra.item{
	width: 175px;
}

.obra.item .imageContainer{
	height: 140px;
	text-align: center;
}
.revista.obra.item .imageContainer{
	height: 230px;
	text-align: center;
}

.obra.item h2,.obra.item h3{
	text-align: center;
}
.obra.item h2{
	margin-top: 4px;
	font-weight: bold;
    line-height: 18px;
}
.obra.item h3{
	color: #bbb;
    line-height: 18px;
}

a:hover .imageContainer, .hovered .imageContainer{
	outline: 1px solid #cccccc;
	outline-offset: 2px;
}



.cuerpo{
	padding:20px 60px;
	width: 100%;
	line-height: 1.6;
	max-width: 750px;
}
.cuerpo-nota{
    margin-top: -190px;
}
.cuerpo img{
	display: block;
	margin: 0 auto;
	padding: 5px 0px;
	max-width: 100%;
}
.cuerpo-nota p{
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
}

/* breadcrumb */
ul.breadcrumb {
	list-style: none;
	margin-top: 12px;
	margin-bottom: -12px;
	text-align: right;
	height: 12px;
}
/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  color: black;
  content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #8a8f92;
  text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.slick-slide img:hover{
  cursor: e-resize;
}

.otros-proyectos{
	margin-top: 65px;
	padding-left: 40px;
}


/* Mobile Menu */
.mobile-menu {
	overflow: hidden;
	background-color: #fefefe;
	position: relative;
	min-height: 45px;
	border-bottom: 1px solid whitesmoke;
	position: fixed;
	width: 100vw;
    visibility: hidden;
    top: 0;
	z-index: 9999;
}

.mobile-menu #myLinks {
  display: none;
}

.mobile-menu a {
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;

}

.mobile-menu a.icon {
  float: left;
}
.mobile-menu a.icon.disabled{
	color: #d2d2d2;
}
.mobile-menu a.openlinks {
	float:right;
}

#mobileMenuLinks{
	display: none;
	z-index: 200;
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	width: 100%;
	bottom: 0px;
	background-color: white;
}
#mobileMenuLinks ul{
	z-index: 100;
	width: 100%;
	padding-top: 50px;
}
#mobileMenuLinks li{
	border-bottom: 1px solid whitesmoke;
	color: black;
	padding: 8px 16px;
    font-size: 10pt;
	line-height: 13pt;
}
#mobileMenuLinks a{
	color: black;
}

.mobile-title{
	display: none;
}

.carousel img{
	width:100%;
	max-height: 90vh;
	width: auto;
}
.slick-slide{
	outline: none;
}

.featherlight .featherlight-content{
	padding: 0;
	border-bottom: 0;
}

small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */

@media only screen and (max-width : 480px) {
	.mobile-menu {
		visibility:visible;
	}
	nav{
	    display: none;
	}
	#mainContainer{
		padding: 0;
	}
	.obra.item{
		width: calc(50% - 10px);
    	margin: 5px;
	}
	.obra.item img{
		max-width: 100%;
	}
	.cuerpo{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	section{
		display: block;
	}
	ul.breadcrumb{
		margin-top: 50px;
	}
	header img{
		display: none;
	}
	.mobile-title{
		display: block;
	}
	header{
		padding: 20px;
	}
	.cuerpo{
		padding: 15px;
	}
	.cuerpo-nota{
		margin-top: 0;
		padding: 15px;
	}
}

/* @media screen and (max-width: 600px) {
    section {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
	nav li{
	 	float: left;
		margin-right: 5px
	}
} */
