.page .featured-media, .toggle-text, .wpnbha .sharedaddy,
.jp-relatedposts-post-context, #site-footer{
	display: none;
}

.page-id-14 .page .featured-media {
	display: block;
}

.social-icons a, #site-footer button:not(.toggle), #site-footer .button, #site-footer .faux-button, #site-footer .wp-block-button__link, #site-footer .wp-block-file__button, #site-footer input[type="button"], #site-footer input[type="reset"], #site-footer input[type="submit"] {
	background-color: #002330;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #B50706;
	font-family: "Inter var", "Arimo", sans-serif;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: #B50706;
}

.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 80rem;
}

.entry-content>.is-type-video:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 140rem;
}

.home .entry-content > .alignwide:not(.wp-block-group.has-background), .home .entry-content > .alignfull:not(.wp-block-group.has-background) {
	margin-top: 0;
	margin-bottom: 0;
}

.sharedaddy .sd-social {
	text-align: center;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	display: block;
}

.entry-content div.sharedaddy h3.sd-title {
	font-size: .8em;
	margin: 0 0 1rem;
	font-weight: normal;
}

.wpnbha.is-grid>div {
	justify-content: flex-start !important;
	gap: 2rem;
}

.wp-block-table {
	overflow: auto;
}

.post-36 .wpnbha article {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.wpnbha article .post-thumbnail {
	position: relative;
}

.home .wp-block-ap-block-posts figure {
	border-radius: 0.5em;
	overflow: hidden;
	transition: all 200ms ease-in-out;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


.home .wp-block-ap-block-posts article:hover figure {
	transform: scale(0.98,0.98);
}

.wpnbha article.category-conferencias .post-thumbnail a:after {
	content: '\25BA';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	position: absolute;
	left: 0.5em; bottom: 0.5em;
	background: rgba(0,40,53,0.7);
	border-radius: 50%;
	color: #f2ecce;
	transform: scale(0.9,0.9);
	transition: 200ms all ease;
	font-family: "Inter var", "Arimo", sans-serif;
}

.wpnbha article.category-conferencias .post-thumbnail a:hover:after {
	background: rgba(0,40,53,1);
	transform: scale(1,1);
}

.post-36 .wpnbha article .entry-wrapper {
	padding: .5em 1em;
	display: flex;
	flex-direction: column;
}

.post-36 .wpnbha article .entry-wrapper .entry-meta {
	font-weight: bold;
	color: #860100;
	margin-bottom: .5em;
	order: -2;
}

.post-503 .wp-block-columns {
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
	gap: 0.8em;
}

.post-503 .wp-block-cover {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.post-503 .wp-block-cover p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 1em !important;
	font-family: "Arvo", sans-serif;
}

.post-503 .wp-block-cover h2 {
	margin-top: 2rem !important;
	margin-bottom: 2.5rem !important;
	font-family: "Inter var", "Arimo", sans-serif;
	font-size: 1.5em !important;
}

.post-503 .wp-block-cover .wp-block-button__link {
	transition: 100ms all ease-in-out;
	box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.post-503 .wp-block-cover .wp-block-button__link:hover {
	text-decoration: none;
	transform: scale(0.95,0.95);
	box-shadow: 0 0 40px rgba(255,255,255,0.2);
}

.type-page h1.entry-title {
	color: #002835;
	font-weight: bold;
}

.home article .entry-title {
	margin-top: 1em;
}

.more-link {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff !important;
	background: #002835;
	border-radius: 0.2em;
	margin-top: 0.5em;
}

a.more-link:hover, a.more-link:focus { 
	background: #002330;
	text-decoration: underline;
}

.wf-active .button, .wf-active .faux-button, .wf-active .wp-block-button__link, .wf-active .wp-block-file__button, .wf-active button {
	border-radius: 0.2em;
	font-family: "Inter var", "Arimo", sans-serif;
	color: #fff;
	font-weight: bold;
}

.entry-content hr, hr.styled-separator {
	background: linear-gradient(90deg, rgba(0,40,53,0) 0%, rgba(0,40,53,0.6647703026523109) 50%, rgba(0,40,53,0) 100%) !important;
}
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
	display: none;
}

.post-38 .entry-content ul {
	list-style: none;
	margin-top: 0;
}


.post-38 .entry-content ul li {
	border-bottom: 1px solid #002835;
	padding: 1em 0;
	margin: 0;
}

.post-38 .entry-content ul li:last-child {
	border-bottom: 0;
}

.post-38 .entry-content ul a {
	text-decoration: none;
	color: #666;
}

.post-38 .entry-content ul a strong {
	color: #002835;
	font-style: normal;
}

.post-38 .entry-content ul a em {
	color: #B50706;
	font-style: normal;
}

.post-38 .entry-content ul a:hover em,
.post-38 .entry-content ul a:focus em{
	text-decoration: underline;
}

.post-38 h2 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 2px solid #002835;
	margin-bottom: 0 !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	display: block;
	font-weight: bold;
	margin: 1rem 0;
	line-height: 1;
	color: #002835;
}

.c-accordion__item {
	background: #eee;
	
}

.c-accordion__title {
	background: #002835;
	font-size: 1em;
	border-radius: 0.5rem;
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: "Inter var", "Arimo", sans-serif !important;
}

.c-accordion__item {
	background: #fff;
	border-radius: 0.5rem;
}

.c-accordion__title:after {
	right: 2rem;
	color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.c-accordion__content {
	padding: 0.5rem 2rem;
	font-size: 0.8em;
}

.c-accordion__content ol {
	margin: 0;
}

.c-accordion__content ol li {
	margin-bottom: 4rem;
}

.footer-inner {
	padding: 0 15px;
	width: 100%;
}

.footer-menu {
	justify-content: center;
}

.footer-menu li {
	margin: 1rem;
}

.logo-incliva a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/incliva-436765269-1655990733111.png') center center no-repeat;
	background-size: 100% auto;
	width: 140px;
	height: 90px;
	max-width: 100%; font-size: 0.1px;
}

.logo-gva a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/gva.png') center center no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 90px;
	max-width: 100%; font-size: 0.1px;
}


.logo-uv a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/uv.png') center center no-repeat;
	background-size: 100% auto;
	width: 65px;
	height: 90px;
	max-width: 100%; font-size: 0.1px;
}

.logo-prometeo a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/prometeo.png') center center no-repeat;
	background-size: 100% auto;
	width: 90px;
	height: 90px;
	max-width: 100%; font-size: 0.1px;
}


.logo-feder a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/feder.png') center center no-repeat;
	background-size: 100% auto;
	width: 120px;
	height: 90px;
	max-width: 100%; font-size: 0.1px;
}

.logo-cibersam a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/cibersam-3923959414-1655990749521.png') center center no-repeat;
	background-size: 100% auto;
	width: 120px;
	height: 90px;
	max-width: 100%; font-size: 0.1em;
}

.logo-carlostercero a {
	display: inline-block;
	color: transparent;
	background: url('/wp-content/uploads/2022/06/carlostercero.png') center center no-repeat;
	background-size: 100% auto;
	width: 140px;
	height: 90px;
	max-width: 100%;
	font-size: 0.1em;
}

.has-footer-menu .footer-social-wrapper {
	margin-left: 0;
}

.footer-menu {
    align-items: baseline;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2.1rem;
    margin: -1.2rem 0 0 -2.4rem;
}

.footer-top, #site-footer .section-inner {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		align-content: center;
		text-align: center;
	}

	.has-footer-menu ul.social-icons {
		margin: 0;
		padding: 0;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
	}

.has-footer-menu .footer-social li {
		margin: 1rem;
	}

.footer-widgets-outer-wrapper {
	padding: 1em 0 0.5em 0;
}

.footer-widgets .widget-content {
	font-size: 0.9em;
}

@media only screen and (max-width: 640px){
	#jp-relatedposts .jp-relatedposts-grid {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	#jp-relatedposts .jp-relatedposts-post {
		min-width: 250px;
	}
	
	.jp-relatedposts {
		overflow: auto;
	}
	
}

@media(max-width: 2000px){
	.wp-block-cover.home-banner {
		background-size: 3000px auto;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #3c4155;
	}
}

@media (min-width: 1220px) {
	h1, .heading-size-1 {
		font-size: 5.4rem;
	}
	
	.singular .intro-text p {
		font-size: 2.6rem;
		line-height: 1.2;
	}
}

@media (max-width: 1000px) {
	
	.footer-menu li {
		width: 50%;
		margin: 0;
		overflow: hidden;
	}
	
	#site-footer a.to-the-top {
		margin-top: 1rem;
	}
	
	.wp-block-table td {
		min-width: 200px;
	}
	
	.wf-active .button, .wf-active .faux-button, .wf-active .wp-block-button__link, .wf-active .wp-block-file__button, .wf-active button {
		text-align: left;
	}
	
	.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
		padding-left: 0;
		padding-right: 0;
	}
	
}
