body, html {
	font-size:16px;
	letter-spacing: .05em;
}
h1::first-letter,h2::first-letter,h3::first-letter,h4::first-letter,h5::first-letter,h6::first-letter { text-transform: capitalize;}
h1 {
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: .05em;
}
h2 {
	font-size: 1.25rem;
	letter-spacing: .05em;
	font-weight: 600;
}
h3 {
	font-size: .937em;
	line-height: 1.4rem;
	font-weight: normal;
}
#hashtag {
	position: absolute;
	display: none;
	color: blue;
	font-size: 2.2em;
	font-weight: bold;
	z-index: 99;
}
#hashtag { position: absolute; display: none; }
/*
=========================================
RESETS
=========================================
*/
a { text-decoration: none}
a:hover, a.active { color: blue;}

ul, li {
	list-style: none;
}
input[type="text"] {
    border: 2px solid;
}
input[type=submit] {
    background: black;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
}
form > * {
    padding: .5em;
}

/*
=========================================
CUSTOM STYLES
=========================================
*/
/*** Boxes ***/
.pac-content-margin {
	/*margin:0 0.5em 0 4em;*/
	margin:0 0.5em 0 64px;
}
/*** Fonts ***/
.source-serif-font,
.source-serif-font > p {
	font-size: 16px;
	font-family: 'Source Serif Pro', serif;
	text-align: left;
	letter-spacing: 0.03em;
	line-height: 1.3rem;
}
.karla-font {
	font-family: 'Karla', sans-serif;
}

.cover-image {
	position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.contain-image {
	position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

/*** Menu & Footer ***/
.logo-item {
	position: fixed;
	z-index: 9;
	width: 3em;
	height: 3em;
	margin-top: .5em;
	margin-left: .5em;
}
.menu-btn {
	cursor: pointer;
}
.pac-menu {
	position: relative;
	background: white;
	padding: .5em .5em 1.5em 4em;
	box-sizing: border-box;
}
.side-menu {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.child-menu {
	display: none;
	position: absolute;
	border: 1px solid;
	border-width: 0 0 2px 0;
	background: white;
	padding-top: .5em;
	width: 100%;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
}
.sub-child-menu {
	display: none;
	position: absolute;
	background: white;
	padding-top: calc(0.75em - 4px);
	width: 100%;
	left: 0;
	z-index: 20;
	box-sizing: border-box;
}
.sub-menu-item:hover > .sub-child-menu {		
	display: block;		
}
.sub-child-menu > div:not(.filter-menu)  {
	border: 2px solid black;
	border-width: 2px 0 2px 0;
}
.filter-menu {
	/*border: 1px solid;
	border-width: 2px 0 0 0;*/
	background: lightgrey;
	padding-top: .5em;
	width: 100%;
	left: 0;
	bottom: calc(-50% + 2px - 2.6em);
	padding: 1em;
	box-sizing: border-box;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.menu-container {
	position: relative;
	box-sizing: border-box;
}
.main-menu-section {
	background-color: white;
}

.relative {
	position: relative;
}

.hidden {
	display: none;
}

a.btnConvocatoria {
	display: inline-block;
	border: 2px solid;
	font-size: 24px;
    line-height: 31px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 19px;
    font-weight: 700;
}

a.customTopBtnConvocatoria {
	top: 15px;
}

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

/*.main-menu .menu-item {
	margin-right: 1em;
}*/
.main-menu .menu-item:not(:last-child),  
.sub-menu-item:not(:last-child) .sub-menu-btn{
	margin-right: 1em;
}
.main-menu .menu-btn {
	border: 2px solid;
}
.main-menu .active .menu-btn,
.main-menu .menu-btn.active,
.main-menu .menu-btn:hover {
	border: 2px solid;
	background: black;
	color: white;
	border-color: black;
}

.sub-menu-btn:hover,
.sub-menu-btn.active,
.secondary-options .menu-item:hover {
	color: blue;
}
.menu-item a,
.menu-search-item { 
	text-transform: capitalize;
	font-weight: 600;
}
.menu-item a,
.footer-item a {
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
}
.menu-wrapper {
	width: 100%;
	z-index:2;
	background: white;
}
.search-form {
	position: relative;
	z-index: 1;
}
.show-search-btn,
.show-search-btn:before,
.show-search-btn:after {
	width: 2em;
	height: 2.5em;
}
.show-search-btn p {
	text-indent: -999ex;
}
.show-search-btn::before {
	content: "";
	position: absolute;
	background: url(../images/generales/search-icon.svg) center no-repeat;
	background-size: 70%;
}
.show-search-btn.active::before {
	content: "";
	position: absolute;
	background: url(../images/generales/close-icon.svg) center no-repeat;
	background-size: 70%;
}
.search-form input[type=submit] {
	background:transparent;
	text-transform: uppercase;
	font-size: .8em;
	-webkit-transform: translate(0, .5em);
	transform: translate(0, .5em);
	margin-right: .5em;
}
.search-form input[type="text"] {
    padding: .2em;
    padding: 0.25em;
	font-size: 1em;
	border: 2px solid;
	background: transparent;
}
.search-form input[type="text"]:focus {
    border-color: #D3D3D3;
	outline: 5px none #D3D3D3;
}
.search-form input[type=submit]:hover {
	text-decoration: underline;
}
.search-form::after {
	content: "";
	position: absolute;
	background:transparent;
	width: 2em;
}
.white-close-btn {
	position: relative;
    text-indent: -999ex;
    width: 2em;
    height: 2em;
    margin-top: 1em;
}
.white-close-btn::before {
	height: 2em;
    width: 2em;
    content: "";
    position: absolute;
    background: url(../images/generales/close-white-icon.svg) center no-repeat;
    top: 0;
    left: 0;
    background-size: contain;
}
.secondary-menu .menu-item {
	font-weight: 600;
}
.secondary-options {
	margin-left:1em;
}
.footer {
	background-color: white;
	position: relative;
	z-index: 99;
}
.footer nav {
	padding: 2em 5em 2em;
}
.footer-item {
	font-size: .8em;
}
.footer-quote {
	font-size: 1rem;
}
.footer-title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: .75em;
}
.footer input[type="text"] {
	margin-bottom: 3pt;
}
.footer input[type="text"]:last-child {
	margin-bottom: 0;
}
.footer-abstract { padding-top: 2.75em; }
.footer-logo {
	width: 100%;
	height: 6em;
	background: url(../images/generales/pac-logo.svg) top left no-repeat;
	background-size: contain;
	padding-bottom: 1em;
}

.category-label {
	font-family: 'Karla', sans-serif;
	color:lightgrey;
	font-size: 0.937em;
	letter-spacing: .05em;
	line-height: 1.35rem;
}
.more-btn {
	width: 1em;
	height: 1em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/*** Grid ***/
.square-25 {
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 2vmax;
}
.square-25-half {
	border: 2px solid;
	border-width: 0 0 2px 0; 
}
.square-25-half .square-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.square-text-content {
	font-weight: 600;
}
.square-excerpt {
	font-weight: normal;
	line-height: 1.3rem;
    font-size: 18px;
}
.grid-number-label {
	font-size: 1.8em;
}

/*** Layout ***/

.title-section-top {
	padding-bottom: 12px;
}

.pac-content-padding {
    padding-bottom: 6em;
    min-height: calc(100vh - 24.65rem);
}
.pac-main-column {
	/*max-width: 60%;*/
	max-width: 796px;
}
.pac-main-column .column-wrapper {
	padding-right: 5em;
}
.pac-side-section {
	padding-right: 1em;
}
/*** Banners ***/
.banner-main,
.banner-secondary {
	min-height: 30vh;
	font-size: 2em;
    font-weight: 500;
    overflow: hidden;
}
.banner-main {
	text-align: center;
	background: url(../images/gallery/image-0.png) center no-repeat;
	background-size: cover;
    box-sizing: border-box;
    padding: 3em 0em;
}
.banner-main a {
	display: inline-block;
}
.banner-secondary {
	height: 30vh;
	background: grey;
	color: white;
	padding: 0;
    box-sizing: border-box;
}
#pacSiteMapMenu {
	padding-left: 1em;
}

/*** SLICK SLIDER ***/
.pac-slider-wrapper {
	max-width: 707px;
}
.pac-carrousel-section {
	padding-right: 3em;
	padding-left: 3em;
}
.slide-image,
.side-content-image {
    background-position: center;
    background-repeat: no-repeat;
}
.slide-image {
    height: 45vh;
    background-size: contain;
}
.side-content-image {
	height: 10em;
	width: 100%;
	background-size: contain;
}
.slide__caption {
	color: grey;
	font-size: .8em;
	margin-top: 1em;
}
.pagingInfo {
	font-size: 1.2em;
	font-weight: 600;
}
.slick-next {
    right: -48px !important;
}
.slick-prev {
    left: -48px !important;
}
.slick-prev, .slick-next {
    height: 48px !important;
    width: 48px !important;
    margin-top: -24px !important;
}
.slick-prev::before, .slick-next::before {
    font-family: "Poppins", sans-serif !important;
    font-size: 48px !important;
    line-height: 1rem;
    color: #333 !important;
    opacity: 0.75;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
    content: "›" !important;
}
.slick-prev::before {
	content: "‹" !important;
}
.navigation {
	position: absolute;
}

.max-300 {
	max-width: 300px;
}

.paypal-button {
	width: 100px;
}

.donate-paypal {
	width: 163px;
}    

.list-logos li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
}

.list-logos li a {
	display: block;
}

.tabs ul.tab-navs {
	margin-top: 32px;
	margin-bottom: 32px;
	display: flex;
}

.tabs .tab-navs li {
	margin-right: 20px;
}


.tabs .tab-navs li a {
	font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    min-width: 162px;
    display: block;
    text-align: center;
    border: 4px solid #000;
    padding-left: 12px;
    padding-right: 12px;
}


.tabs .tab-navs li.active a, .tabs .tab-navs li a:hover {
	background-color: #000;
	color: #FFF;
}

.footer {
	border-bottom: 2px solid #000;
}

#corporative-logos ul {
	padding-left: 3em;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 30px;
}

#corporative-logos ul li {
	vertical-align: top;
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 30px;
	position: relative;
}

#corporative-logos li a {
	position: relative;
	display: inline-block;
}

#corporative-logos li img {
	display: block;
}

@media (min-width: 414px) {
	#corporative-logos ul {
		padding-left: 7em;
	}
}

@media (min-width: 720px) {
	#corporative-logos ul {
		padding-right: 5em;
	}	
}

@media (min-width: 980px) {

	#page {
		background-color: #FFF;
		position: relative;
		margin-bottom: 112px;
		z-index: 1;
	}

	#corporative-logos {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 112px;
	}

	#corporative-logos ul {
		padding-left: 5em;
	}
}


/****************************
MEDIA QUERIES
****************************/

@media (max-width: 1040px) {

	
	
	.banner-main {
		padding: 3em 2em;
	}
	.mobile-column-wrap {
		-webkit-flex-flow: column wrap;
   		flex-flow: column wrap;
	}
	.logo-item {
		height: 2em;
	}
	.mobile-menu-btn {
		display: block;
		margin-top: .5em;
		margin-right: .5em;
	}
	.menu {
    	padding-top: 2.75em;
	}
	.main-menu-section {
		background-color: white;
	}
	.main-menu-section-wrapper {
		width: 100%;
	}
	.main-menu .menu-container {
		display: none;
		padding: .5em 2.2em;
	}
	.main-menu .menu-item:not(:last-child),
	.sub-menu-item:not(:last-child) .sub-menu-btn {
	    margin-right: 0;
	}
	.main-menu .menu-btn {
	    border: 2px solid;
	    width: 100%;
	    text-align: center;
	}
	.pac-menu {
		padding: 2.75em 0.5em 0.5em .5em;
	}
	.child-menu{
		position: relative;
	    padding-top: 0.5em;
		max-height: calc(100vh - 6em);
		overflow: scroll;
	}
	.sub-child-menu {
		position: relative;
		display: block;
	}
	.filter-menu {
		/*display: none;*/
	}
	select {
		width: 100%;
	}
	.filters {
		webkit-flex-flow: column wrap;
   		flex-flow: column wrap;
	}
	.side-menu {
	    -webkit-justify-content: initial;
	    justify-content: initial;
	}
	.main-menu .menu-item {
		padding-bottom: .25em;
	}
	.show-search-btn {
		position: absolute;
	}
	.search-form,
	.search-form input[type="text"] {
	    width: 100%;
	}
	.secondary-options {
		margin-left: 0;
	}
	.pac-main-column {
	    max-width: 100%;
	    padding-right: 0;
	}
	.pac-side-section {
		padding-bottom: 3em;
	}

}
@media (max-width: 768px) {
	.logo-item {
		position: fixed;
		z-index: 9;
		height: 2em;
	}
	.banner-main {
		font-size: 1.5em;
	}
	.grid {
		justify-content: center;
	}

}

/*** TABLETS ***/
@media (max-width: 414px) {
	.main-menu .menu-container {
		padding: 0;
		max-width: 100vw;
	}
	.menu-container > div{
		flex-flow: column wrap;
		flex-direction: column-reverse;
	}
	.main-menu-section-wrapper .flex {
		-webkit-align-items: center;
		align-items: center;
	}
	.child-menu.pac-menu {
	    padding: 0em 0.5em 0.5em 1em;
	}
	.child-menu .menu-item a {
		width: 100%;
		text-align: center;
	}
	.side-menu {
		-webkit-align-items: center;
		align-items: center;
	}
	.main-menu .menu-item {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.main-menu .menu-item .menu-btn {
	    max-width: calc(100% - 5em);
	}
	.menu-search-item {
		width: calc(100% - 5em);
	}
	.search-form input[type="text"] {
	    width: 100%;
	}
	.secondary-options {
		display: none;
	}
	.footer nav {
	    padding: 1em 1em 2em;
	}
	.footer-item {
		padding-bottom: 2.5em;
	}
	.pac-carrousel-section {
		padding-right: .5em;
		padding-left: .5em;
	}

}



#listBig {
	margin-bottom: 54px;
    padding-right: 20px;
}

#listBig li {
	margin-bottom: 18px;
}

#listBig li a {
	font-size: 24px;
    line-height: 29px;
    display: flex;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#listBig li a span {
	display: inline-block;
}

#listBig li a span.edition {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 62px;
	text-align: left;
}

@media (min-width: 769px) {

	#listBig {
		max-width: 474px;
		width: 100%;
    	margin: 0 auto;
	}

	#listBig li a {
		font-size: 34px;
    	line-height: 40px;
	}

	#listBig li a span.edition {
		flex-basis: 92px;
	}

}

@media (min-width: 960px) {

	#listBig {
		max-width: 728px;
	}

}


@media (min-width: 1200px) {

	#listBig {
		max-width: 1012px;
	}	

}
