/*********/
/* Inicio */
/*********/
body.home.page .content-area {
	margin-bottom: 0;
}

.background-hero-vcv .wp-block-column:nth-child(1) {
	z-index: 1;
}

.background-hero-vcv {
	background-image: none;
	background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255),rgb(127 201 231)) !important;
	border-bottom: 5px solid #005a80;
}

.banner-inicio-ppal img {
	margin-top: -150px;
	margin-bottom: -100px;
	min-width: 900px;
}

@media (max-width: 1279px) {
	#masthead {
		display: block;
		text-align: center;
	}
	
	ul#primary-menu-list {
		justify-content: center;
	}
	
	.cabecera-ppal-inicio {
		display: block;
	}
	
	.cabecera-ppal-inicio .wp-block-column:nth-child(1) {
		background: linear-gradient(rgb(255,255,255,.5),rgb(255,255,255,.5)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://venezuela.wordcamp.org/2021/files/2021/03/turpialwcve-1024x868.png') no-repeat right top;
	}
	
	.cabecera-ppal-inicio .wp-block-column:nth-child(2) {
		display: none;
	}
}

@media (max-width: 979px) {
	.cabecera-ppal-inicio .wp-block-column:nth-child(1) {
		background: linear-gradient(rgb(255,255,255,.8),rgb(255,255,255,.8)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://venezuela.wordcamp.org/2021/files/2021/03/turpialwcve-1024x868.png') no-repeat right top;
	}
}

/* Inicio: Participa */
.seccion-participa {
	margin-top: -30px !important;
}

.seccion-participa .wp-block-column img {
	max-width: 230px;
	transition: all .2s ease;
}

.seccion-participa .wp-block-column:hover img {
	width: 250px;
	transition: all .2s ease !important;
}

.seccion-participa {
	background: #e2f4ff;
	padding: 4em 0;
	border-bottom: 5px solid #3d4954;
}

.seccion-participa h2,
.seccion-participa h3 {
	color: black;
	font-weight: bold;
}

.seccion-participa p {
	color: black;
}

.wp-block-columns.alignwide.columnaspajaritos .wp-block-column {
	justify-content: space-between !important;
	display: flex;
	flex-direction: column;
}

.columnaspajaritos .wp-block-column {
	background-color: white !important;
	padding-bottom: 20px !important;
/* border-radius: 25px; */
/* box-shadow: 2px 2px 2px 2px grey; */
	padding-top: 20px !important;
	border: 3px solid #3A3A3A !important;
}

.columnaspajaritos .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.columnaspajaritos p {
	margin-bottom: 0 !important;
}

/* Inicio: Noticias */
.latest-news-wc {
	background: rgb(255 205 34);
	margin: 0;
	border-bottom: 5px solid #926356;
}

.latest-news-wc,
.latest-news-wc h2 {
	color: #3a3a3a;
}

.latest-news-wc a {
	color: #8e0018;
	font-weight: bold !important;
}

.latest-news-wc a:hover {
	color: #002c78;
}

.latest-news-wc li {
	border-color: #3a3a3a !important;
}

.latest-news-wc li:hover {
	background: #fff;
	transition: all .2s ease;
}

.latest-news-wc .wp-block-latest-posts&gt;li&gt;a {
	font-weight: bold;
	text-decoration: none;
}

.latest-news-wc h2 {
	font-weight: bold;
}

.latest-news-wc {
	background: linear-gradient(rgb(255 255 255),rgb(255 255 255 / 70%)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/f3ac4f91c8e8f5ddffb06d0af87a40e811778b6a/imagenes/bg-home-noticias.jpg');
	margin-top: 0;
	background-size: cover;
	background-position: center;
}

/* Inicio: Patrocinantes */
.patrocinantes {
	padding: 4em 0 5em;
	width: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	background: #e2f4ff;
}

.patrocinantes .wp-block-group,
.patrocinantes .wp-block-group__inner-container {
	max-width: 80% !important;
	width: 1240px !important;
}

.formulario-suscripcion button {
	background: #8e0018 !important;
	transition: all .2s ease;
}

.formulario-suscripcion button:hover {
	background: #002c78 !important;
	color: #fff;
}

/*************/
/* Generales */
/*************/
/* Menú */
.menu-entradas a {
	background: #8e0018;
	color: #fff !important;
	transition: all .2s ease;
}

.menu-entradas a:hover {
	background: #002c78;
	text-decoration: none;
}

.menu-entradas.salados a {
	background: #002c78;
	color: #fff !important;
	transition: all .2s ease;
}

.menu-entradas.salados a:hover {
	background: #8e0018;
}

@media all and (min-width:400px) {
	.menu-entradas.salados a {
		margin-left: 10px;
	}
}

/*
 * Submenu
 * */
.sub-menu-toggle svg.svg-icon {
	display: none;
}

/* Entradas y páginas */
.singular .entry-title {
	font-size: 4rem;
	text-align: center;
}

.post-thumbnail {
	width: 784px !important;
}

@media (max-width: 767px) {
	.singular .entry-title {
		font-size: 3rem !important;
		text-align: center;
	}
}

/* Páginas */
body.page .content-area {
	margin-bottom: 5em;
}

/* Entradas */
.byline {
	display: none !important;
}

/* Botones */
.wp-block-button .wp-block-button__link {
	transition: all .2s ease;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
	border-color: #002c78 !important;
	background-color: #002c78 !important;
	color: white !important;
}

#masthead {
	padding-top: 10px;
}

#main {
	margin-top: -30px;
	padding-bottom: 0;
}

.entry-content&gt; :last-child,
.entry-content&gt;.alignfull.has-background {
	margin-bottom: 0;
}

#content {
	margin-top: -60px !important;
}

/* Varios */
li.wordcamp-post-list__post.wordcamp-clearfix {
	border-bottom: none !important;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: none;
	color: inherit;
}

@media only screen and (min-width: 768px) {
	.site-logo .custom-logo-link {
		width: 500px;
		height: 300px;
	}
}

@media all and (max-width:768px) {
	/*Reducir tamaño de los     selects en mobile */
	#g1023-formatodelaponencia, #g1023-categoradelaponencia {
		width: 100%;
	}
}

/* Centrar titulo */
.page h1.entry-title {
	text-align: center;
}

/* logo */
@media only screen and (min-width: 482px) {
	.site-logo .custom-logo {
		max-width: 250px !important;
		max-height: 100% !important;
	}
}

@media only screen and (max-width: 481px) {
	.home div#primary {
		padding-top: 25vh;
	}
	
	.error404 main#main {
		margin-top: 120px;
	}
	
	.error404 h1 {
		font-size: 1.75em;
	}
	
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-width: 160px !important;
		max-height: 100%;
	}
	
	h1.has-text-align-center.ctabotonheroheader {
		font-size: 2em !important;
	}
	
	aside.widget-area {
		text-align: center;
	}
	
	.seccion-participa:nth-child(2) {
		padding: 3rem 5% 6em;
	}
	
	article {
		padding-top: 150px;
	}
	
	.home article {
		padding-top: 0;
	}
	
	.page h1.entry-title, .post .entry-title {
		font-size: 2em;
	}
}

/* Footer */
.site-footer {
	background: linear-gradient(rgb(255 255 255/85%) 0%,rgb(255 255 255 / 85%)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/f3ac4f91c8e8f5ddffb06d0af87a40e811778b6a/imagenes/bg-footer.jpg');
	background-size: cover;
	background-position: center;
	border-top: 6px solid #8e0018;
	max-width: 100%;
	margin-top: 0 !important;
	width: 100%;
}

.site-footer .site-info {
	border-top: none;
	margin: 0 auto;
	width: 1240px;
	max-width: 80%;
}

@media (max-width: 850px) {
	.site-footer .site-info {
		display: block;
		text-align: center;
	}
}

/*OCULTAR EL AUTOR DE LAS ENTRADAS*/
.author-bio {
	display: none;
}

/* Fix responsive Pajaritos en tablet */
@media all and (min-width:410px) and (max-width: 781px) {
	.columnaspajaritos .wp-block-column:nth-child(2n) {
		margin-left: auto;
		margin-right: auto;
	}
	
	.columnaspajaritos {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.columnaspajaritos .wp-block-column {
		width: 360px;
	}
	
	.seccion-participa:nth-child(2) {
		padding-left: 1em;
		padding-right: 1em;
	}
}

/* Margenes formulario de inscripcion y modificacion de datos, navegación en el pie*/
.tix_tickets_table.tix-tickets-list,
table.tix_tickets_table.tix-attendee-form, .nav-links {
	margin-bottom: 2em;
}

.planesdepatrocinantes {
	background: linear-gradient(rgb(255 255 255),rgb(127 201 231)) !important;
	padding-bottom: 4em;
}

.planesdepatrocinantes .wp-block-column {
	background-color: white !important;
	padding: 40px 20px !important;
	border: 3px solid #3A3A3A !important;
}

.planesdepatrocinantes h4 {
	text-align: center;
}

/* Organizadores */
.page-id-12 li.wordcamp-post-list__post.wordcamp-clearfix {
	max-width: 300px;
	background: linear-gradient(rgb(255 255 255),rgb(127 201 231)) !important;
	border: 3px solid;
	text-align: center;
	padding: 1em;
}

.page-id-12 li.wordcamp-post-list__post.wordcamp-clearfix .wordcamp-image__avatar-container img {
	border-radius: 100%;
	border: 2px solid black;
	margin-bottom: .5em;
}

.page-id-12 li.wordcamp-post-list__post h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* ********** */
/* Ponentes */
/* ********** */
.avatar-90 {
	border-radius: 50%;
}

.page-id-8 ul.wordcamp-block {
	max-width: 100% !important;
}

/* ********** */
/* Asistentes */
/* ********** */
#tix-attendees {
	width: 1200px;
	max-width: 80%;
}

#tix-attendees ul {
	margin-left: 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 1em;
	padding: 0;
}

#tix-attendees li {
	height: 270px;
	padding: 1em;
	padding-top: 2.5em;
	border: 3px solid;
	width: 100% !important;
	background-repeat: no-repeat !important;
}

#tix-attendees li:nth-child(3n+1) {
	background: url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/bg-asistente-1.png') bottom left, linear-gradient(rgb(255 255 255),rgb(255 0 0 /20%)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/fondo-asistentes.jpg');
	border-color: #e02e3a;
}

#tix-attendees li:nth-child(3n+2) {
	background: url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/bg-asistente-2.png') bottom left, linear-gradient(rgb(255 255 255),rgb(255 255 0 /20%)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/fondo-asistentes.jpg');
	border-color: #f47900;
}

#tix-attendees li:nth-child(3n+3) {
	background: url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/bg-asistente-3.png') bottom right, linear-gradient(rgb(255 255 255),rgb(0 180 255 /20%)), url('http://wayback.fauppsala.se:80/wayback/20210629174003/https://raw.githubusercontent.com/WordPressVenezuela/WordCamp-2021/master/imagenes/asistentes/fondo-asistentes.jpg');
	border-color: #009bb9;
}

#tix-attendees .avatar {
	float: none;
	width: 96px;
	height: 96px;
	border-radius: 50px;
	display: block;
	margin: .5em auto;
}

#tix-attendees li:nth-child(3n+1) .avatar {
	border: 3px solid #e02e3a;
}

#tix-attendees li:nth-child(3n+2) .avatar {
	border: 3px solid #f47900;
}

#tix-attendees li:nth-child(3n+3) .avatar {
	border: 3px solid #009bb9;
}

#tix-attendees .tix-field {
	margin-left: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#tix-attendees .tix-field .tix-first,
#tix-attendees .tix-field .tix-last {
	display: block;
}

#tix-attendees li:nth-child(3n+1) .tix-field {
	color: #e02e3a;
}

#tix-attendees li:nth-child(3n+2) .tix-field {
	color: #f47900;
}

#tix-attendees li:nth-child(3n+3) .tix-field {
	color: #009bb9;
}

@media (max-width: 1200px) {
	#tix-attendees ul {
		grid-template-columns: repeat(3,1fr);
	}
}

@media (max-width: 980px) {
	#tix-attendees ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 767px) {
	#tix-attendees ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/* 
 * Bloques ocultos
 * */
.hidden-section {
	display: none;
}

/*
 * Patrocinantes en el footer
 * */
.site-content:after {
	font-size: 1.75em;
	padding: 0 5%;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
	content: 'WordCamp Venezuela es posible gracias a nuestros patrocinantes';
}

.home .site-content:after, .home  aside.widget-area {
	display: none;
}

aside.widget-area {
	margin-top: 0;
	text-align: center;
	display: block;
}

.widget-area h2.widget-title {
	text-align: center;
	font-size: 1.5em;
	padding-bottom: .5em;
	padding-top: .5em;
/*	border-top: 1px solid #888;*/
}

.sponsor-divider {
	width: 50%;
	height: 0;
	margin: 2em auto;
	border-bottom: 3px solid #68c9e8;
	border-radius: 60%;
}

.footer-logo-1 {
	width: auto;
	height: auto;
	margin: 0 20px 20px;
}

.footer-logo-2 {
	width: auto;
	height: auto;
	margin: 0 20px 20px;
}

.footer-logo-3 {
	width: auto;
	height: auto;
	margin: 0 20px 20px;
}

.logofooterpatrocinante {
	max-width: 250px;
	max-height: 80px;
}

/*
 * Paginas de sesion
 * */
.wcb_session {
	background-color: #e2f4ff;
}

.wcb_session .entry-title {
	padding-top: .5em;
}

.single-wcb_session img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 275px !important;
	border-radius: 50%;
	border: 2px solid #fff4;
}

h2.session-speakers {
	text-align: center;
	font-size: 2em;
}

ul#session-speaker-names {
	margin-left: inherit;
	padding-left: 0;
}

.archive.tax-wcb_session_category {
	background: linear-gradient(0deg,rgb(226 244 255) 91%,#fff5 95%) !important;
}

.archive.tax-wcb_session_category img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 275px !important;
	border-radius: 50%;
	border: 2px solid #fff4;
}

.archive .wcb_session {
	margin: 0;
	padding-bottom: 1em;
}

.archive footer.entry-footer.default-max-width {
	padding-bottom: 1.2em;
	padding-top: 0;
	border-bottom: 5px solid #68c9e8;
}

@media only screen and (max-width: 481px) {
	.archive.tax-wcb_session_category #content {
		margin-top: 60px !important;
	}
	
	h2.session-speakers {
		font-size: 1.5em;
	}
	
	footer.entry-footer.default-max-width {
		padding: 0;
	}
	
	.archive .wcb_session {
		padding: 1em;
	}
}

.page-slug-sesiones {
	background: linear-gradient(0deg,rgb(226 244 255) 95%,#fff5 100%) !important;
}

.page-slug-sesiones .entry-header {
	margin-bottom: 1em;
}

.wordcamp-block__item-title.wordcamp-sessions__title {
	padding: 1em 0;
}

/*
 * Pagina de ponentes
 * */
.wcb_speaker, .page-slug-ponentes {
	background-color: #e2f4ff;
}

.wcb_speaker .entry-title {
	padding-top: .5em;
}

.speaker-avatar {
	text-align: center;
}

img.avatar.avatar-96.photo {
	border-radius: 50%;
}

ul#speaker-session-names {
	margin-left: auto;
}

h2.speaker-sessions {
	font-size: 1.5em;
}

span.session-categories-links:before {
	content: 'Categoría: ';
}

span.session-categories-links {
	display: block;
}

.page-slug-ponentes {
	background: linear-gradient(0deg,rgb(226 244 255) 95%,#fff5 100%) !important;
}

.page-slug-ponentes .entry-header {
	margin-bottom: 1em;
}

.wordcamp-block__item-title.wordcamp-speakers__title {
	padding: 1em 0;
}

.wordcamp-speakers__sessions-heading {
	padding-top: .5em;
}

span.wordcamp-speakers__session-info {
	padding: 1em 0;
}

li.wordcamp-post-list__post.wordcamp-clearfix {
	border-bottom: 3px solid;
}

/*
 * programa
 * */
.page.page-id-7 {
	background: linear-gradient(0deg,rgb(226 244 255) 85%,#fff5 100%) !important;
}

.wordcamp-schedule__date {
	display: none;
}

section#wordcamp-schedule__day-2021-05-06-tracks-all, section#wordcamp-schedule__day-2021-05-07-tracks-all {
	background-color: skyblue;
}

.wordcamp-schedule__column-header {
	color: #333;
	background-color: #024a682e !important;
	font-size: 1em;
}

/*
 * charlas de reserva
 * */
div#wordcamp-schedule__session-2560, div#wordcamp-schedule__session-2564 {
	background-color: skyblue;
	display: flex;
	padding: 1.5em 10px;
}

.wordcamp-session.wordcamp-sessions__post.slug-desarrolla-tu-primer-plugin-desde-0-like-a-boss .wordcamp-sessions__time-location, .wordcamp-session.wordcamp-sessions__post.slug-cuando-deberia-actualizar-a-ga4 .wordcamp-sessions__time-location {
	display: none;
}

.wordcamp-session.wordcamp-sessions__post.slug-desarrolla-tu-primer-plugin-desde-0-like-a-boss .wordcamp-sessions__categories:before, .wordcamp-session.wordcamp-sessions__post.slug-cuando-deberia-actualizar-a-ga4 .wordcamp-sessions__categories:before, .wordcamp-speaker.wordcamp-speakers__post.slug-carlos-manuel-diaz-honrado li.wordcamp-speakers__sessions-list-item:before, .wordcamp-speaker.wordcamp-speakers__post.slug-pedro-crespo li.wordcamp-speakers__sessions-list-item:before, .wordcamp-speaker.wordcamp-speakers__post.slug-victor-saenz li.wordcamp-speakers__sessions-list-item:before {
	content: "Charla de reserva\a ";
	white-space: pre-wrap;
}

.wordcamp-speaker.wordcamp-speakers__post.slug-carlos-manuel-diaz-honrado .wordcamp-speakers__session-info, .wordcamp-speaker.wordcamp-speakers__post.slug-pedro-crespo .wordcamp-speakers__session-info, .wordcamp-speaker.wordcamp-speakers__post.slug-victor-saenz .wordcamp-speakers__session-info {
	display: none !important;
}

.wordcamp-speaker.wordcamp-speakers__post.slug-carlos-manuel-diaz-honrado .wordcamp-speakers__sessions:after, .wordcamp-speaker.wordcamp-speakers__post.slug-pedro-crespo .wordcamp-speakers__sessions:after, .wordcamp-speaker.wordcamp-speakers__post.slug-victor-saenz .wordcamp-speakers__sessions:after {
	content: "\a";
	white-space: pre-wrap;
}

/*
 * mesa de comunidad y plugin like a boss
 * */
.post-2374 img {
	width: 150px !important;
	border: 2px solid #fff4;
	border-radius: 50%;
}

.post-2374 figcaption.blocks-gallery-item__caption, .post-2560 figcaption.blocks-gallery-item__caption {
	background-color: #e2f4ff;
	font-weight: 800;
	background: none;
	color: #ccc;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.post-2374 ul.blocks-gallery-grid, .post-2560 ul.blocks-gallery-grid {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.wordcamp-session.wordcamp-sessions__post.slug-la-comunidad-wordpress-es-compartir-conocimiento-establecer-conexiones-y-expandir-horizontes .wordcamp-image__featured-image-container.wordcamp-sessions__featured-image.align-left {
	display: none;
}

.post-2560 img {
	width: 300px !important;
	border: 2px solid #fff4;
	border-radius: 50%;
}

.wordcamp-session.wordcamp-sessions__post.slug-desarrolla-tu-primer-plugin-desde-0-like-a-boss li.blocks-gallery-item {
	width: 150px !important;
}

.wordcamp-session.wordcamp-sessions__post.slug-desarrolla-tu-primer-plugin-desde-0-like-a-boss figcaption.blocks-gallery-item__caption {
	display: none;
}

/*
 * Patrocinantes
 * */
body.page-slug-patrocinantes .content-area {
	margin-bottom: 0;
}

.page.page-id-10 {
	background: linear-gradient(0deg,rgb(226 244 255) 85%,#fff5 100%) !important;
}

ul.wordcamp-block.wordcamp-post-list.has-layout-grid.wordcamp-sponsors.has-grid-columns-2 {
	padding: 0;
}

.wordcamp-post-list .wordcamp-post-list__post {
	margin: .5em .5em 1.5em;
}

/* .desafio {
	display:none;
}
.page-id-3311 .desafio, .page-id-3345 .desafio {
	display:block;
}*/
/*
 * time por hora
 * */
span.is-column-time {
	color: #6FB6D4;
}

span.is-column-time:before {
	content: "Hora";
	color: #333;
}

/* Emision*/
@media all and (min-width:450px) {
	.sala-emision {
		margin: 0 4em;
	}
}

.chat-en-vivo {
	text-align: center;
}

.page-id-3480 ul.dos-columnas li {
	padding: .3em 0;
}





/*
     FILE ARCHIVED ON 17:40:03 Jun 29, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:24:24 Aug 12, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
