#main, body.home #main #primary, body.page-slug-organizadores #main #primary, body.page-slug-boletos #main #primary, body.page-slug-speakers #main #primary, body.page-slug-programa #main #primary, body.page-slug-programa-oficial #main #primary, #footer-widgets {
	max-width: 1120px;
}

#primary-sidebar aside.widget_text .textwidget, .cuadros-inicio .cuadro {
	min-width: 300px;
	width: 30%;
	background: #f3f3f3;
	padding: 22px 30px;
	box-shadow: 0 2px 4px rgba(62,62,62,0.25);
	display: grid;
	grid-template-rows: 70px auto auto;
	margin-bottom: 21px;
}

@media screen and (max-width: 980px) {
	#primary-sidebar aside.widget_text .textwidget, .cuadros-inicio .cuadro {
		width: 45%;
	}
}

@media screen and (max-width: 890px) {
	#primary-sidebar aside.widget_text .textwidget, .cuadros-inicio .cuadro {
		width: 100%;
	}
}

#primary-sidebar aside.widget_text .textwidget h3, .cuadros-inicio .cuadro h3 {
	line-height: 1.1;
	align-self: center;
}

#primary-sidebar aside.widget_text .textwidget a, .cuadros-inicio .cuadro a {
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px solid #041178;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Montserrat", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6;
	background: white;
	color: #3E3E3E;
}

a {
	color: #041178;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	font-family: "Fira Sans Condensed", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	font-weight: 600;
}

h1 {
	font-size: 2.2rem;
	margin: 1rem 0;
}

h2 {
	font-size: 2rem;
	margin: 1rem 0;
}

h3, h4, h5, h6 {
	font-size: 1.8rem;
	margin: .7rem 0;
}

p {
	font-weight: 300;
}

ul {
	padding-left: 22px;
}

ul li {
	margin: .5em 0;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0;
}

#page {
	position: relative;
}

header#masthead {
	z-index: 4;
}

#after-header-widgets {
	z-index: 3;
}

#main {
	padding: 20px 40px 40px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	z-index: 1;
}

#primary {
	width: 66%;
	min-width: 300px;
}

@media screen and (max-width: 890px) {
	#primary {
		width: 100%;
	}
}

#secondary {
	width: 290px;
	font-size: .9rem;
}

@media screen and (max-width: 890px) {
	#secondary {
		width: 100%;
	}
}

#primary-sidebar h1.widget-title {
	font-size: 1.4rem;
	line-height: 1;
}

.wcorg-organizers, .wcorg-speakers {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
	grid-gap: 30px;
}

.wcorg-organizer, .wcorg-speaker {
	max-width: 405px;
	box-shadow: 0 4px 12px rgba(62,62,62,0.25);
	position: relative;
	padding: 181px 47px 2em;
	background-image: linear-gradient(#041178 150px,#f3f3f3 150px);
	border-radius: 4px;
	margin-bottom: 4em;
}

.wcorg-organizer h2, .wcorg-speaker h2 {
	text-align: center;
	letter-spacing: -1px;
}

.wcorg-organizer-description, .wcorg-speaker-description {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.wcorg-organizer-description img, .wcorg-speaker-description img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(62,62,62,0.25);
	position: absolute;
	top: 45px;
	border: 6px solid #f3f3f3;
	pointer-events: none;
}

.wcorg-speaker {
	max-width: 305px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr th {
	font-family: "Fira Sans Condensed", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	font-size: 1.2rem;
}

table tr td {
	padding: 1rem .5rem;
	border-bottom: 1px solid #E6E6E6;
}

.wcorg-sponsor {
	margin-bottom: 3rem;
}

.wcorg-sponsors h2 {
	font-size: 4em;
	margin: .5em 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.wcorg-sponsors h3 {
	font-size: 2.2em;
	margin: .5em 0;
}

.wcorg-sponsor-description img {
	margin-left: 0;
	padding: 20px;
	box-sizing: content-box;
	float: left;
	margin: 20px 40px 20px 0;
	max-width: 300px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

@media only screen and (max-width: 600px) {
	.wcorg-sponsor-description img {
		max-width: 220px;
	}
}

.wcorg-sponsor-level-oro h2 {
	color: #ffd700;
	text-shadow: 0 2px 3px #ccac00;
}

.wcorg-sponsor-level-oro img {
	border: 4px solid #ffd700;
}

.wcorg-sponsor-level-plata h2 {
	color: #CCCCCC;
	text-shadow: 0 2px 2px #b3b3b3;
}

.wcorg-sponsor-level-plata img {
	border: 4px solid #CCCCCC;
}

.wcorg-sponsor-level-bronze h2 {
	color: #B4A425;
	text-shadow: 0 2px 3px #8a7d1c;
}

.wcorg-sponsor-level-bronze img {
	border: 4px solid #B4A425;
}

.wcorg-sponsor-level-freelancer h2 {
	color: #471B90;
	text-shadow: 0 2px 3px darnek(#471B90,10%);
}

.wcorg-sponsor-level-freelancer img {
	border: 4px solid #471B90;
}

.anuncio-programa {
	background: #ffdf33;
	border: 2px solid #ccac00;
	padding: 1rem 2rem;
	color: #000000;
	margin-bottom: 2rem;
}

.anuncio-programa a {
	font-style: italic;
}

.dashicons.dashicons.dashicons {
	width: .7rem;
	height: .7rem;
}

.overflow-x {
	overflow-x: scroll;
}

header.site-header, ul.menu {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	background: #041178;
	color: white;
}

@media only screen and (max-width: 768px) {
	header.site-header, ul.menu {
		padding: 20px 40px;
		flex-flow: column;
	}
}

header.site-header h1.menu-toggle, ul.menu h1.menu-toggle {
	font-size: 1.5rem;
	margin-top: 30px;
	text-align: center;
}

header.site-header h1.menu-toggle:before, ul.menu h1.menu-toggle:before {
	content: '\2261';
	font-size: 1.8rem;
	position: relative;
	margin-right: 10px;
}

header.site-header a, ul.menu a {
	text-decoration: none;
	color: white;
}

header.site-header hgroup, ul.menu hgroup {
	height: 50px;
	padding-left: 150px;
	background: url('https://2019.panamacity.wordcamp.org/files/2019/06/worcamp-pty-logo-white.png') no-repeat left bottom;
	background-size: contain;
}

header.site-header h1, ul.menu h1, header.site-header h2, ul.menu h2 {
	margin: 0;
	line-height: 1;
}

header.site-header h1.site-title, ul.menu h1.site-title {
	font-size: 2.2rem;
}

header.site-header h2.site-description, ul.menu h2.site-description {
	font-size: 1rem;
}

header.site-header .assistive-text, ul.menu .assistive-text {
	display: none;
}

ul.menu {
	background: transparent;
	list-style: none;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	ul.menu {
		display: none;
		text-align: center;
	}
}

ul.menu a {
	font-size: .9rem;
	display: block;
	padding: 1em 1.1em;
}

@media only screen and (max-width: 600px) {
	ul.menu a {
		font-size: 1rem;
		margin: 1rem;
	}
	
	ul.menu a[href="#0"], ul.menu a[href="#"] {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	ul.menu a {
		padding: .5em;
	}
}

ul.menu li {
	position: relative;
}

ul.menu li.boton-boletos a {
	border: 1px solid white;
	border-radius: 2em;
	padding: 1em 2em;
}

ul.menu li:hover {
	background-color: #041178;
}

ul.menu li ul.sub-menu {
	position: absolute;
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 0;
	opacity: 0;
	background: #041178;
	transition: all .25s ease-in;
	visibility: hidden;
	z-index: 5;
	white-space: nowrap;
}

@media only screen and (max-width: 600px) {
	ul.menu li ul.sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
		display: block;
	}
}

ul.menu li ul.sub-menu li {
	list-style: none;
	margin: 0;
}

ul.menu li ul.sub-menu a {
	padding: 1rem 2rem;
	transition: all .25s ease-out;
}

@media only screen and (max-width: 600px) {
	ul.menu li ul.sub-menu a {
		padding: .5rem;
	}
}

ul.menu li ul.sub-menu a:hover {
	background: #051491;
}

ul.menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

body.home #main, body.page-slug-organizadores #main, body.page-slug-boletos #main, body.page-slug-speakers #main, body.page-slug-programa #main, body.page-slug-programa-oficial #main {
	flex-flow: column;
	width: 100%;
}

body.home #main #primary, body.page-slug-organizadores #main #primary, body.page-slug-boletos #main #primary, body.page-slug-speakers #main #primary, body.page-slug-programa #main #primary, body.page-slug-programa-oficial #main #primary {
	width: 100%;
	min-width: 300px;
}

body.home #main #secondary, body.page-slug-organizadores #main #secondary, body.page-slug-boletos #main #secondary, body.page-slug-speakers #main #secondary, body.page-slug-programa #main #secondary, body.page-slug-programa-oficial #main #secondary {
	display: none;
}

body.home #main #main-content, body.page-slug-organizadores #main #main-content, body.page-slug-boletos #main #main-content, body.page-slug-speakers #main #main-content, body.page-slug-programa #main #main-content, body.page-slug-programa-oficial #main #main-content {
	max-width: 1000px;
}

body.home #primary {
	text-align: left;
	margin: 20px 0;
}

body.home #primary h1.entry-title {
	text-align: center;
	text-transform: uppercase;
	padding: 2rem 0;
	font-size: 2.7rem;
	color: #f3f3f3;
	position: relative;
	margin-bottom: 2rem;
	background-color: #041178;
	position: relative;
}

body.home #primary h1.entry-title::before, body.home #primary h1.entry-title::after {
	content: '';
	width: 67px;
	height: 0;
	position: absolute;
	top: 41px;
	z-index: -1;
	border: 50px solid #0a1672;
}

@media only screen and (max-width: 800px) {
	body.home #primary h1.entry-title::before, body.home #primary h1.entry-title::after {
		display: none;
	}
}

body.home #primary h1.entry-title::before {
	left: -127px;
	transform-origin: left bottom;
	transform: rotate(10deg);
	border-right: 50px solid #020a47;
	border-left-color: transparent;
}

body.home #primary h1.entry-title::after {
	transform-origin: right top;
	transform: rotate(-10deg);
	border-left: 50px solid #020a47;
	border-right-color: transparent;
	right: -107px;
}

body.home #primary .entry-content {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(3,auto);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

@media only screen and (max-width: 1000px) {
	body.home #primary .entry-content {
		display: block;
	}
}

body.home #primary .entry-content figure {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

body.home #primary .entry-content .home-text {
	align-self: center;
}

body.home #primary .entry-content .home-text:nth-of-type(odd) {
	grid-column: 1 / 2;
}

body.home #primary .entry-content .home-text:nth-of-type(even) {
	grid-column: 2 / 3;
}

body.home #primary .entry-content figure:nth-of-type(odd) {
	grid-column: 2 / 3;
}

body.home #primary .entry-content figure:nth-of-type(even) {
	grid-column: 1 / 2;
}

body.home #primary .entry-content figure:nth-of-type(2) {
	grid-row: 2 / 3;
}

.cuadros-inicio {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: -50px;
}

@media screen and (max-width: 980px) and (min-width: 600px) {
	body :not(.home) #primary {
		padding-right: 30px;
	}
}

.hero-section {
	padding: 40px;
	height: 90vh;
	width: 100%;
	background-color: #041178;
	background-image: url('https://2019.panamacity.wordcamp.org/files/2019/06/wc-ciudad-panama-hero-bg-v3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	text-shadow: 0 0 18px #041178;
	margin-top: -120px;
}

.hero-section h1 {
	font-size: 2.5rem;
}

@media only screen and (max-width: 500px) {
	.hero-section h1 {
		display: none;
	}
}

.hero-section h1, .hero-section h2, .hero-section h3 {
	margin: 4px 0;
}

.hero-section a {
	color: white;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	border: 2px solid white;
	padding: 1rem 2rem;
	margin-top: 12px;
	background: rgba(4,17,120,0.85);
}

#archives, #search, #meta {
	display: none;
}

table {
	font-size: .8rem;
}

table tr:nth-child(even) {
	background-color: #E6E6E6;
}

table tr:hover {
	background-color: #f3f3f3;
}

table td img {
	display: block;
	margin: 0 auto;
}

table td h4 {
	font-family: "Montserrat", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	font-size: 1.1rem;
}

table.tix_tickets_table tr th:first-child {
	width: 450px;
}

table.tix_tickets_table tr td:first-child {
	text-align: left;
}

table.tix_tickets_table tr td {
	text-align: center;
}

table.tix_tickets_table.tix-attendee-form td {
	text-align: left;
}

table.programa-wcpanama-2019 {
	box-shadow: 0 2px 4px rgba(62,62,62,0.25);
	margin-bottom: 2rem;
}

table.programa-wcpanama-2019 tr th {
	background-color: #041178;
	padding: 1.5rem 1rem;
	line-height: 1.1;
	color: #E6E6E6;
	text-align: left;
}

table.programa-wcpanama-2019 tr th:first-child {
	width: 200px;
	text-align: center;
}

table.programa-wcpanama-2019 tr td:first-child {
	text-align: center;
}

table.programa-wcpanama-2019 tr td[colspan="3"] {
	font-weight: bold;
}

table.programa-wcpanama-2019 tr.break td {
	background-color: #061bc2;
	color: #E6E6E6;
}

form input, form textarea {
	font-size: 1rem;
	padding: .75rem 1rem;
	border: 1px solid #929292;
	box-shadow: 0 2px 4px rgba(62,62,62,0.25);
	border-radius: 4px;
	font-family: "Montserrat", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	color: #3E3E3E;
}

button[type="submit"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 40px;
	border: 2px solid #041178;
	color: #041178;
	padding: .5rem 2rem;
	font-size: 1.1rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	padding: .5em 1em;
	border-right: 24px solid #041178;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(62,62,62,0.25);
	font-size: .9rem;
	font-family: "Montserrat", "Century Gothic", CenturyGothic, AppleGothic, monospace;
	color: #3E3E3E;
}

footer.site-footer {
	padding: 40px 0;
	color: white;
	background: #041178;
	border-top: 1rem solid #ff2200;
}

footer.site-footer a {
	color: white;
	text-decoration: none;
	font-style: italic;
}

footer.site-footer ul.menu {
	display: block;
}

@media only screen and (max-width: 860px) {
	footer.site-footer ul.menu {
		text-align: center;
	}
}

footer.site-footer ul.menu a {
	transition: all .25s ease-out;
}

footer.site-footer ul.menu li:hover > a {
	transform: translateX(10px);
}

footer.site-footer ul.menu a {
	padding: .5rem 2rem;
}

footer.site-footer .site-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 405px;
	margin: 0 auto;
}

footer.site-footer .site-info > a {
	padding: 8px 20px;
	display: block;
	font-size: .76rem;
}

footer.site-footer .site-info span[role="separator"] {
	display: none;
}

footer.site-footer .siguenos {
	width: 306px;
	margin: 0 auto;
}

footer.site-footer .siguenos p {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: .5rem 0;
}

footer.site-footer .siguenos ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	padding: 0;
}

footer.site-footer .siguenos ul li {
	width: 30px;
	height: 30px;
}

footer.site-footer .siguenos ul li.meetup {
	width: 42px;
	height: 42px;
}

footer.site-footer .siguenos ul li img {
	width: 100%;
}

#footer-widgets {
	padding: 0 40px;
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
	#footer-widgets {
		padding: 0;
	}
}

@media only screen and (max-width: 1120px) and (min-width: 860px) {
	#footer-widgets > div {
		width: 30%;
	}
}

@media only screen and (max-width: 860px) {
	#footer-widgets > div {
		width: 100%;
	}
}