/*
==================================================================
Theme Name: Proexa
Version: 1.0
Author: Neobrand
Author URI: https://neobrand.com
==================================================================
*/


/* Variables */

.tr1 {
	transition: all 280ms ease;
}

.tr2 {
	transition: all 560ms ease;
}

.tr3 {
	transition: all 1120ms ease;
}

.clear {
	clear: both;
}

.ticket {
	width: 100px;
	height: 42px;
	padding-top: 14px;
	margin-left: -1px;
	font-size: 14px;
	color: #ffffff;
	background: url(images/ticket.svg) no-repeat;
	display: inline-block;
}

.button {
	padding: 20px 25px;
	text-transform: uppercase;
	background-color: #002d57;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	display: inline-block;
}

.button.blue {
	background-color: #78b9eb;
}

.button.small {
	font-size: 14px;
	padding: 10px 15px;
}


/* General */

html,
body {
	font-family: 'Rubik', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f5f6f8;
	color: #002d57;
}

body.noscroll {
	overflow: hidden;
}

a {
	color: #78b9eb;
	text-decoration: none;
	transition: all 560ms ease;
}

a:hover {
	color: #002c57;
}

iframe {
	max-width: 100%;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper::before,
.wrapper::after {
	content: '';
	clear: both;
	display: block;
}


/* Header */

#header {
	width: 100%;
	background-color: rgba(0, 45, 87, 0.95);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 10;
}

#header .wrapper {
	padding: 20px 50px;
	max-width: none;
	float: left;
}

#header #logo {
	width: 200px;
	float: left;
}

#header #mobile {
	display: none;
}

#header .menu {
	margin-top: 25px;
	float: right;
}

#header .menu li {
	float: left;
}

#header .menu li::after {
	content: ' \\ ';
	margin: 0 10px;
	color: #ffffff;
	display: inline-block;
}

#header .menu li:last-child::after {
	display: none;
}

#header .menu li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
}

#header .menu li a:hover,
#header .menu li.current-menu-item a {
	color: #78b9eb;
}

#header .menu#menu-redes-sociales {
	margin-top: 23px;
	margin-left: 10px;
}

#header .menu#menu-redes-sociales li {
	margin-left: 15px;
	float: left;
}

#header .menu#menu-redes-sociales li::after {
	display: none;
}

#header .menu#menu-redes-sociales li.facebook a {
	width: 10px;
	height: 20px;
	background: url(images/facebook.svg) no-repeat;
}

#header .menu#menu-redes-sociales li.instagram a {
	width: 23px;
	height: 20px;
	background: url(images/instagram.svg) no-repeat;
}

#header .menu#menu-redes-sociales li.twitter a {
	width: 24px;
	height: 20px;
	background: url(images/twitter.svg) no-repeat;
}

#header .menu#menu-redes-sociales li:last-child::after {
	display: none;
}

#header .menu#menu-redes-sociales li a {
	float: left;
}

#header .menu#menu-redes-sociales li a:hover {
	opacity: 0.5;
}

#header .menu#menu-redes-sociales li a span {
	display: none;
}

#header #search {
	float: left;
	display: none;
}

#header #search form {
	float: left;
}

#header #search form input[type=search] {
	width: 600px;
	height: 50px;
	margin-top: -20px;
	font-size: 22px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #ffffff;
	font-family: 'Rubik', sans-serif;
	color: #ffffff;
	display: none;
}

#header #search form input[type=search]::-webkit-input-placeholder {
	color: #ffffff;
}

#header #search form input[type=search]:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

#header #search form input[type=search]::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

#header #search form input[type=search]:-ms-input-placeholder {
	color: #ffffff;
}

#header #search form input[type=search]::-ms-input-placeholder {
	color: #ffffff;
}

#header #search form input[type=submit] {
	width: 15px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/search.svg) no-repeat;
	cursor: pointer;
}


/* Main */

#main {
	width: 100%;
	margin-top: 100px;
	background-color: #f5f6f8;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
	float: left;
	position: relative;
	z-index: 3;
}

#main .page-title {
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
}

#main .page-title::after {
	content: '';
	width: 50%;
	height: 300px;
	background-color: #ffffff;
	transform: skew(36.85deg);
	position: absolute;
	top: -150px;
	left: -150px;
	z-index: -1;
}

#main .page-title .wrapper {
	position: relative;
}

#main .page-title .wrapper h1 {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

#main .page-title .wrapper .subtitle {
	font-size: 17px;
	line-height: 18px;
	font-weight: 400;
	color: #78b9eb;
}

#main #filters {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
}

#main ul.categories {
	width: 100%;
	float: left;
}

.home #main ul.categories {
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

#main ul.categories li {
	width: 100%;
	text-align: center;
	float: left;
}

#main ul.categories li:nth-child(1) .icon {
	width: 40px;
}

#main ul.categories li:nth-child(2) .icon {
	width: 75px;
}

#main ul.categories li:nth-child(5) .icon {
	width: 50px;
}

#main ul.categories li .name {
	width: 100%;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	color: #002d57;
	float: left;
	position: relative;
	z-index: 3;
}

#main ul.categories li a {
	width: 100%;
	text-align: center;
	opacity: 0.3;
	transition: all 560ms ease;
	float: left;
}

#main ul.categories li a:hover {
	opacity: 1;
}

#main ul.categories.dropdown {
	width: 320px;
	padding-left: 50px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	transition: all 560ms ease;
}

#main ul.categories.dropdown::before {
	content: '';
	width: 50px;
	height: 50px;
	border-right: 2px solid #f5f6f8;
	border-radius: 5px 0 0 5px;
	background-color: #78b9eb;
	background-image: url(images/ribbon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	position: absolute;
	left: 0;
}

#main ul.categories.dropdown::after {
	content: '';
	width: 30px;
	height: 50px;
	background: url(images/blue-arrow.svg) no-repeat center center;
	background-size: 10px auto;
	transform: rotate(90deg);
	opacity: 0.3;
	position: absolute;
	top: 0;
	right: 10px;
	transition: all 560ms ease;
	pointer-events: none;
}

#main ul.categories.dropdown:hover::after {
	opacity: 1;
}

#main ul.categories.dropdown li {
	width: 100%;
	height: 50px;
	margin-right: 0;
	border-bottom: 1px solid #f2f2f2;
	background-color: #ffffff;
	cursor: pointer;
	display: none;
	float: left;
}

#main ul.categories.dropdown li.current {
	display: block;
}

#main ul.categories.dropdown:hover li.current a {
	opacity: 1;
}

#main ul.categories.dropdown li .name {
	margin-top: 18px;
}

#main ul.categories.dropdown li:nth-child(1) .name {
	margin-top: 18px;
}

#main .calendar-filter {
	width: 320px;
	margin-top: 5px;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}

#main .calendar-filter .inputs {
	position: relative;
}

#main .calendar-filter .inputs span {
	content: '';
	width: 52px;
	height: 50px;
	border-right: 2px solid #f5f6f8;
	border-radius: 5px 0 0 5px;
	background-color: #78b9eb;
	background-image: url(images/calendar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	position: absolute;
	left: 0;
}

#main .calendar-filter .inputs input {
	width: 100%;
	height: 50px;
	padding-left: 70px;
	border-radius: 0 5px 5px 0;
	border: 0;
	font-family: 'Rubik', sans-serif;
	color: rgba(0, 45, 87, 0.3);
	font-weight: 500;
}

#main .calendar-filter .inputs input::-webkit-input-placeholder {
	color: rgba(0, 45, 87, 0.3);
	text-transform: uppercase;
}

#main .calendar-filter .inputs input:-moz-placeholder {
	color: rgba(0, 45, 87, 0.3);
	text-transform: uppercase;
}

#main .calendar-filter .inputs input::-moz-placeholder {
	color: rgba(0, 45, 87, 0.3);
	text-transform: uppercase;
}

#main .calendar-filter .inputs input:-ms-input-placeholder {
	color: rgba(0, 45, 87, 0.3);
	text-transform: uppercase;
}

#main .calendar-filter .inputs input::-ms-input-placeholder {
	color: rgba(0, 45, 87, 0.3);
	text-transform: uppercase;
}

#main .calendar-filter .clear-date {
	width: 12px;
	height: 12px;
	background-image: url(images/clear.png);
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 280ms ease;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 17px;
}

#main .calendar-filter .clear-date.visible {
	opacity: 0.3;
}

#main .calendar-filter .clear-date.visible:hover {
	opacity: 1;
}

#main .not-found {
	width: 100%;
	padding: 50px;
	margin-bottom: 80px;
	margin-top: 20px;
	font-size: 28px;
	font-weight: 500;
	background-color: #ffffff;
	float: left;
}

#main .not-found span {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	float: left;
}

#main .not-found span a:hover {
	color: #002d57;
}

#main .event-list {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	list-style: none;
	float: left;
}

#main .event-list li {
	width: 100%;
	margin-bottom: 5px;
	background-color: #ffffff;
	float: left;
	position: relative;
}

#main .event-list li > a {
	width: calc(100% - 270px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 120px;
}

#main div.view-all {
	height: 75px;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 20px;
	margin-top: -25px;
}

#main .has-archive div.view-all {
	width: calc(100% - 140px);
}

#main div.view-all a {
	width: 100%;
	height: 75px;
	font-weight: 500;
	background-color: #78b9eb;
	border-radius: 5px;
	color: #ffffff;
	opacity: 1;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	display: flex;
	position: static;
	left: 0;
}

#main .has-archive div.view-all a {
	border-radius: 0 5px 5px 0;
}

#main div.view-all a:hover {
	background-color: #002d57;
}

#main div.view-all a img {
	width: 14px;
	position: relative;
	top: 4px;
}

#main #bottom-actions {
	width: 100%;
	float: left;
	position: relative;
}

#main #bottom-actions .view-history {
	width: 140px;
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 10;
	height: calc(100% + 5px);
	background-color: #dcdcdc;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 5px 0 0 5px;
}

#main #bottom-actions .view-history a {
	color: #777;
}

#main #bottom-actions .view-history.all-loaded {
	margin-bottom: 40px;
	border-radius: 5px;
	position: static;
}

#main .event-list li .date {
	width: 120px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	background-color: #002d57;
	color: #ffffff;
	float: left;
}

#main .event-list li .date .wday {
	width: 100%;
	margin-top: 18px;
	font-size: 14px;
	float: left;
}

#main .event-list li .date .day {
	width: 100%;
	font-size: 42px;
	font-weight: 700;
	float: left;
}

#main .event-list li .date .month-year {
	width: 100%;
}

#main .event-list li .date .time {
	width: 100%;
	margin-top: 10px;
	padding: 15px;
	background-color: #00426d;
	overflow: hidden;
	float: left;
	position: relative;
}

#main .event-list li .date .time span {
	width: 90px;
	float: left;
}

#main .event-list li .date .time .owl-item {
	cursor: ew-resize;
}

#main .event-list li .date .time .owl-nav > div {
	width: 16px;
	opacity: 1;
	cursor: pointer;
	background-color: #00426d;
}

#main .event-list li .date .time .owl-nav > div img {
	opacity: 0.3;
	transition: all 280ms ease;
}

#main .event-list li .date .time .owl-nav > div:hover img {
	opacity: 1;
	transition: all 280ms ease;
}

#main .event-list li .date .time .owl-nav > div:first-child {
	padding: 0 3px;
}

#main .event-list li .date .time .owl-nav > div:last-child {
	padding: 0 3px;
}

#main .event-list li .content {
	width: calc(100% - 270px);
	padding: 30px;
	color: #002d57;
	float: left;
}

#main .event-list li .content h4 {
	font-size: 24px;
}

#main .event-list li .content p.subtitle {
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	float: left;
}

#main .event-list li .content p.location {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	color: #78b9eb;
	float: left;
}

#main .event-list li .content p.location img {
	width: 14px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#main .event-list li .buy-tickets {
	width: 150px;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main .event-list li .buy-tickets a {
	width: 100px;
	height: 42px;
	margin-left: -1px;
	font-size: 14px;
	color: #ffffff;
	background-image: url(images/ticket-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	justify-content: center;
	align-items: center;
	display: flex;
}

#main .event-list li .buy-tickets a.soon {
	filter: grayscale(100%) brightness(130%);
	pointer-events: none;
}

#main .event-list li .buy-tickets a:hover {
	opacity: 0.5;
}

#main #blog {
	width: 100%;
	padding: 60px 0;
	background-color: #ffffff;
	float: left;
}

#main #blog h5 {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #002d57;
	float: left;
}

#main #blog p.subtitle {
	width: 100%;
	margin: 0;
	text-align: center;
	color: #78b9eb;
	float: left;
}

#main #blog .articles {
	width: 100%;
	margin-top: 50px;
	float: left;
}

#main #blog .articles article {
	width: 100%;
	margin-bottom: 15px;
	background-color: #f5f6f8;
	color: #002d57;
	float: left;
}

#main #blog .articles article:last-child {
	margin-bottom: 0;
}

#main #blog .articles article .thumbnail,
#main #blog .articles article .thumbnail img {
	float: left;
}

#main #blog .articles article .content {
	width: calc(100% - 385px);
	padding: 30px;
	float: left;
}

#main #blog .articles article .content h3 {
	width: 100%;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 24px;
	float: left;
}

#main #blog .articles article .content h3 a {
	color: #78b9eb;
}

#main #blog .articles article .content h3 a:hover {
	color: #002d57;
}

#main #blog .articles article .content p {
	width: 100%;
	margin: 0;
	font-size: 17px;
	line-height: 23px;
	float: left;
}

#main #blog .articles article img {
	transition: all 560ms ease;
}

#main #blog .articles article a:hover img {
	opacity: 0.5;
}

#main #blog .twitter {
	width: 360px;
	margin-top: 50px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid #f5f6f8;
	float: right;
}

#main #blog .twitter iframe {
	border: 1px solid #e3e8ed !important;
	border-radius: 5px;
}

#relacionadosBlog {
	float: left;
	width: 100%;
	margin-top: 20px;
	position: sticky;
	top: 10px;
}

#relacionadosBlog li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#relacionadosBlog li:first-child {
	background-color: transparent;
}

.single-post article aside .share-wrapper .pill {
	width: 100%;
}

.single-post article aside li h5 {
	width: 100%;
	margin: 0px 0 10px 0px;
}

#relacionadosBlog li img {
	float: left;
	width: 30%;
}

#relacionadosBlog li h4 {
	padding: 10px 10px 10px 0;
	font-size: 16px;
	float: left;
	width: 70%;
}

.content hr {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	border-color: #0d375f;
}

#main.regular-page .content {
	width: 100%;
	padding: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	float: left;
}

#main.regular-page .content .wrapper-left {
	width: 50%;
	padding-right: 20px;
	float: left;
}

#main.regular-page .content .wrapper-right {
	width: 50%;
	padding-left: 20px;
	float: right;
}

#main.regular-page .content h2,
#main.regular-page .content h3,
#main.regular-page .content h4 {
	margin-bottom: 20px;
}

#main.regular-page .content p,
#main.regular-page .content ul,
#main.regular-page .content ol {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.wp-block-table {
	float: left;
	margin: 0;
	margin-bottom: 40px;
}

* > p:last-child {
	margin-bottom: 0 !important;
}

#main.regular-page .content ul li {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style: square;
}

#main.regular-page .content ol li {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style: decimal;
}

.home #header {
	box-shadow: 0 0 0 transparent;
	background-color: transparent;
	transition: all 560ms ease;
}

.home #header.fixed {
	background-color: rgba(0, 45, 87, 0.95);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.home #main {
	background-color: #f5f6f8;
}

.home #main .wrapper {
	overflow: hidden;
}

.home #main ul.categories {
	margin-top: 50px;
}

.home #main #blog .articles {
	width: calc(100% - 400px);
}

.single-eventos #main .page-title {
	margin-bottom: 20px;
}

.single-eventos #main .page-title::after {
	width: 80%;
}

.single-eventos #main .wrapper-left {
	width: calc(100% - 400px);
	float: left;
}

.single-eventos #main .wrapper-left #single-gallery {
	width: 100%;
	float: left;
}

.single-eventos #main .wrapper-left #single-gallery .owl-nav > div {
	background-color: rgba(255, 255, 255, 0.4);
}

.single-eventos #main .wrapper-left #single-gallery .owl-video-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.single-eventos #main .wrapper-left #single-gallery .owl-video-wrapper .owl-video-play-icon {
	background: url(images/arrow.svg) no-repeat center center;
}

.single-eventos #main .wrapper-left #single-gallery .owl-video-wrapper .owl-video-frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.single-eventos #main .event-list {
	width: 380px;
	margin-top: 0;
	float: right;
}

.single-eventos #main .event-list li .content {
	width: calc(100% - 120px);
}

.single-eventos #main .event-list li .content span.city {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	float: left;
}

.single-eventos #main .event-list li .content h4,
.single-eventos #main .event-list li .content .subtitle {
	display: none;
}

#main .event-list li > a {
	width: calc(100% - 120px);
}

.single-eventos #main .event-list li .buy-tickets {
	width: calc(100% - 120px);
	height: 50%;
}

.single-eventos #main .event-list li.single-date {
	background-color: transparent;
}

.single-eventos #main .event-list li.single-date .date {
	width: 100%;
}

.single-eventos #main .event-list li.single-date .content {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}

.single-eventos #main .event-list li.single-date .content .actions {
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.single-eventos #main .event-list li.single-date .content .actions li {
	width: 100%;
	height: 50%;
	margin: 0;
	float: left;
}

.single-eventos #main .event-list li.single-date .content .actions li > a {
	width: 50px;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	position: static;
}

.single-eventos #main .event-list li.single-date .content .actions li:first-child > a {
	background-color: #78b9eb;
	background-image: url(images/como-llegar.svg);
}

.single-eventos #main .event-list li.single-date .content .actions li:last-child > a {
	background-color: #95c8ef;
	background-image: url(images/mas-info.svg);
}

.single-eventos #main .event-list li.single-date .buy-tickets {
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	border-radius: 5px;
	background: #8db7e9;
	display: block;
	float: left;
	position: static;
}

.single-eventos #main .event-list li.single-date .buy-tickets p {
	margin: 0;
	font-size: 22px;
	text-align: left;
	color: #ffffff;
	float: left;
}

.single-eventos #main .event-list li.single-date .buy-tickets a {
	width: 100%;
	height: 50px;
	margin-top: 30px;
	font-size: 16px;
	background-image: url(images/ticket.svg);
	float: left;
}

.single-eventos #main .event-list li.single-date .buy-tickets.soon {
	background-color: #dcdcdc;
}

.single-eventos #main .event-list li.single-date .buy-tickets.soon a {
	pointer-events: none;
}

.single-eventos #main #more-info {
	width: 100%;
	padding: 50px 0;
	margin-top: 50px;
	background-color: #ffffff;
	float: left;
	position: relative;
}

.single-eventos #main #more-info::before {
	content: '';
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background-color: #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: -25px;
	left: 50%;
}

.single-eventos #main #more-info h5 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 500;
	float: left;
}

.single-eventos #main #more-info p {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.single-eventos #main #more-info ul {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.single-eventos #main #more-info ul li {
	margin-left: 20px;
	list-style: square;
}

.single-eventos #main #more-info .content {
	width: calc(100% - 400px);
	float: left;
}

.single-eventos #main #more-info .content.full {
	width: 100%;
}

.single-eventos #main #more-info .content a:hover {
	text-decoration: underline;
	color: inherit;
}

.single-eventos #main #more-info .poster {
	width: 280px;
	float: right;
}

.single-eventos #related {
	width: 100%;
	padding: 50px 0 0 0;
	overflow: hidden;
	float: left;
}

.single-eventos #related h5 {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #002d57;
	float: left;
}

.single-eventos #related .wrapper > span.subtitle {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
	color: #78b9eb;
	float: left;
}

.single-eventos #related .event-list {
	width: 100%;
	float: left;
	position: relative;
}

.single-eventos #related .event-list .owl-item {
	width: 100%;
	float: left;
}

.single-eventos #related .event-list .owl-item li {
	width: 100%;
	float: left;
}

.single-eventos #related .event-list .owl-item li .content h4,
.single-eventos #related .event-list .owl-item li .content p.subtitle {
	display: block;
}

.single-eventos #related .event-list .owl-item li .content .city {
	width: auto;
	float: none;
}

.single-eventos #related .event-list .owl-item li .buy-tickets {
	width: 150px;
	height: 100%;
	position: absolute;
	right: 0;
}

.blog #main #blog {
	background-color: #f5f6f8;
}

.blog #main #blog article {
	background-color: #ffffff;
	position: relative;
}

.blog #main #blog article .content {
	width: calc(100% - 535px);
}

.blog #main #blog article .view-more {
	width: 150px;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}

.blog #main #blog article .view-more a {
	padding: 20px 25px;
	text-transform: uppercase;
	background-color: #002d57;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	display: inline-block;
	background-color: #78b9eb;
	font-size: 14px;
	padding: 10px 15px;
}

.blog #main #blog article .view-more a.blue {
	background-color: #78b9eb;
}

.blog #main #blog article .view-more a.small {
	font-size: 14px;
	padding: 10px 15px;
}

.blog .pagination {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	float: left;
}

.blog .pagination a,
.blog .pagination span {
	border: 1px solid #f2f2f2;
	padding: 10px;
	display: inline-block;
}

.blog .pagination a.current,
.blog .pagination span.current {
	color: #002d57;
	border-color: #002d57;
}

.blog .pagination a:hover {
	border-color: #78b9eb;
}

.single-post #header .menu li#menu-item-60 a {
	color: #78b9eb;
}

.single-post article {
	width: 100%;
	margin-top: 40px;
	background-color: #f5f6f8;
	float: left;
}

.single-post article .content {
	width: calc(100% - 380px);
	padding: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	float: left;
}

.single-post article .content h1 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 500;
	float: left;
}

.single-post article .content p {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.single-post article .content .wp-caption {
	width: auto !important;
	float: left;
}

.single-post article .content p:empty {
	display: none;
}

.single-post article .content a:hover {
	color: #002d57;
}

.single-post article .content ul {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.single-post article .content ul li {
	margin-left: 20px;
	list-style: square;
}

.single-post article .content .iframe-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: left;
	position: relative;
}

.single-post article .content .iframe-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.single-post article .content .post-meta {
	width: 100%;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid  #b2d6f3;
	text-align: center;
	font-size: 18px;
	float: left;
}

.single-post article .content .goback {
	width: 100%;
	font-size: 22px;
	text-align: center;
	float: left;
}

.single-post article .content .goback:hover {
	color: #002d57;
}

.single-post article aside {
	width: 380px;
	margin-bottom: 40px;
	float: right;
}

.single-post article aside .thumbnail {
	width: 380px;
	float: left;
}

.single-post article aside .thumbnail img {
	float: left;
}

.single-post article aside .share-wrapper {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: sticky;
	top: 120px;
}

.single-post article aside .share-wrapper .pill .title {
	border-radius: 0;
	position: relative;
}

.single-post article aside .share-wrapper .pill .title::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #78b9eb;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: -10px;
}

.single-post article aside .share-wrapper .pill .share-links a:nth-child(3) {
	border-radius: 0 0 5px 0;
}

.single-post article aside h5 {
	width: calc(100% - 20px);
	margin: 20px 0 20px 20px;
	border-bottom: 1px solid #002d57;
	font-size: 22px;
	font-weight: 500;
	color: #002d57;
	float: left;
}

.single-post article aside ul {
	width: 100%;
	padding-left: 20px;
	float: left;
}

.single-post article aside ul li {
	width: 100%;
	margin-bottom: 5px;
	font-size: 20px;
	background-color: #ffffff;
	float: left;
}

.single-post article aside ul li img {
	margin-right: 10px;
	float: left;
}

.single-post article aside ul li a {
	width: 100%;
	align-items: center;
	display: flex;
	float: left;
}

.single-post article aside ul li a:hover {
	color: #002d57;
}

.prensa #main ul.event-list li > a {
	width: calc(100% - 320px);
}

.prensa #main a#load-more {
	width: 100%;
}

.prensa #main ul.event-list li .content {
	width: calc(100% - 320px);
}

.prensa #main ul.event-list li .buy-tickets {
	width: 200px;
}

.prensa #main ul.event-list li .buy-tickets a {
	width: 200px;
	height: 100%;
	padding: 0;
	margin-left: 0;
	font-weight: 500;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	display: flex;
	float: right;
}

.prensa #main ul.event-list li .buy-tickets a:first-child {
	background: #95c8ef;
}

.prensa #main ul.event-list li .buy-tickets a:first-child img {
	width: 28px;
}

.prensa #main ul.event-list li .buy-tickets a:last-child {
	background: #78b9eb;
}

.prensa #main ul.event-list li .buy-tickets a:last-child img {
	width: 32px;
}

.prensa #main ul.event-list li .buy-tickets a img {
	margin-bottom: 10px;
}

.prensa #main ul.event-list li .buy-tickets a span span {
	width: 100%;
	clear: both;
	float: left;
}

.archive #main .wrapper {
	position: relative;
}

div.view-all a img {
	width: 10px;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

div.view-all a#load-more img {
	transform: rotate(90deg);
}

.archive .form-overlay {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-color: #002d57;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.archive #access-form {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	z-index: 11;
	display: none;
}

.archive #access-form > div {
	max-width: 450px;
	box-shadow: 0 0 0 10px #002d57;
	background-color: #f5f6f8;
	position: relative;
}

.archive #access-form .close {
	color: #a4b8c5;
	font-weight: 400;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	transition: all 560ms ease;
	z-index: 3;
}

.archive #access-form .close:hover {
	color: #002d57;
}

.archive #access-form p.title {
	width: 100%;
	padding-top: 50px;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 20px;
	color: #a4b8c5;
	font-weight: 500;
	float: left;
	clear: both;
}

.archive #access-form p.title span {
	width: 100%;
	margin-top: 10px;
	color: #002d57;
	float: left;
}

.archive #access-form form.wpcf7-form div.wpcf7-mail-sent-ok {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	padding: 0 !;
	margin: 0;
	border: 0;
	font-size: 20px;
	background: #f5f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #78b9eb;
	position: absolute;
	top: 0;
	left: 0;
}

form.wpcf7-form {
	padding: 0 50px 50px 50px;
	float: left;
}

form.wpcf7-form p {
	width: 100%;
	margin: 0 !important;
	float: left;
}

form.wpcf7-form p.privacy-info {
	margin: 0 0 10px 0 !important;
	font-size: 12px;
}

form.wpcf7-form .inputs {
	margin-bottom: 3px;
	display: inline-block;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

form.wpcf7-form .inputs > span[class^="icono"] {
	width: 50px;
	height: 50px;
	background-color: #78b9eb;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	border-radius: 5px 0 0 5px;
	float: left;
	transition: all 560ms ease;
}

form.wpcf7-form .inputs > span[class^="icono"].icono_nombre {
	background-image: url(images/user.svg);
}

form.wpcf7-form .inputs > span[class^="icono"].icono_email {
	background-image: url(images/email.svg);
}

form.wpcf7-form .inputs > span[class^="icono"].icono_telefono {
	background-image: url(images/phone.svg);
	background-size: 20px auto;
}

form.wpcf7-form .inputs > span[class^="icono"].icono_empresa {
	background-image: url(images/company.svg);
	background-size: 20px auto;
}

form.wpcf7-form .inputs > span[class^="icono"].icono_puesto {
	background-image: url(images/job.svg);
	background-size: 20px auto;
}

form.wpcf7-form .inputs > span[class^="icono"].not-valid,
form.wpcf7-form .textarea > span[class^="icono"].not-valid {
	background-color: #ffb500;
}

form.wpcf7-form .inputs input {
	width: 300px;
	height: 50px;
	padding-left: 10px;
	margin-left: 2px;
	border: 0;
	border-radius: 0 5px 5px 0;
	font-family: 'Rubik', sans-serif;
	float: left;
}

form.wpcf7-form .textarea {
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

form.wpcf7-form .textarea > span.icono_mensaje {
	width: 50px;
	height: calc(100% - 4px);
	background-color: #78b9eb;
	background-image: url(images/message.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	border-radius: 5px 0 0 5px;
	position: absolute;
	transition: all 560ms ease;
}

form.wpcf7-form .textarea textarea {
	width: 300px;
	max-height: 150px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 52px;
	border: 0;
	border-radius: 0 5px 5px 0;
	font-family: 'Rubik', sans-serif;
	resize: none;
}

form.wpcf7-form input[type=submit] {
	padding: 20px 25px;
	text-transform: uppercase;
	background-color: #002d57;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	display: inline-block;
	background-color: #78b9eb;
	font-size: 14px;
	padding: 10px 15px;
	cursor: pointer;
	float: right;
	transition: all 560ms ease;
}

form.wpcf7-form input[type=submit].blue {
	background-color: #78b9eb;
}

form.wpcf7-form input[type=submit].small {
	font-size: 14px;
	padding: 10px 15px;
}

form.wpcf7-form input[type=submit]:hover {
	opacity: 0.7;
}

form.wpcf7-form input[type=submit]:disabled {
	opacity: 0.3;
	filter: grayscale(100%);
	cursor: default;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}

form.wpcf7-form .aceptacion{
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
}

form.wpcf7-form .aceptacion::before {
	content: '';
	width: 15px;
	height: 16px;
	margin-right: 5px;
	border: 2px solid #002d57;
	cursor: pointer;
	float: left;
	position: relative;
	top: -2px;
}

form.wpcf7-form .aceptacion::after {
	content: '';
	width: 13px;
	height: 14px;
	background-color: #002d57;
	opacity: 0;
	position: absolute;
	top: 1px;
	left: 3px;
	transition: all 560ms ease;
}

form.wpcf7-form .aceptacion.checked::after {
	opacity: 1;

}

form.wpcf7-form .aceptacion input {
    opacity: 0;
    position: absolute;
	width: 20px !important;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	left: -24px;
	z-index: 3;
}

form.wpcf7-form input[name=evento] {
	display: none;
}

form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	display: inline-block;
}

#main.regular-page .content .policy {
	margin-bottom: 15px;
}

#main.regular-page .content .policy .privacy-info {
	font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.contacto #main .page-title {
	margin-bottom: 20px;
}

.contacto form.wpcf7-form {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	background-color: #f5f6f8;
	position: relative;
}

.contacto form.wpcf7-form input,
.contacto form.wpcf7-form textarea {
	width: calc(100% - 52px);
}

.contacto form.wpcf7-form input[type=submit] {
	width: auto;
}

.contacto form.wpcf7-form .aceptacion {
	float: left;
	top: 2px;
}

.contacto form.wpcf7-form div.wpcf7-mail-sent-ok {
	width: 100%;
	height: 100%;
	border: 2px solid #002d57;
	padding: 0;
	margin: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 5px;
	background-color: rgba(245, 246, 248, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}

#gmap {
	float: left;
	width: 100%;
	height: 380px;
}

#main-banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	z-index: 1;
}

#main-banner #main-slider .slide::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/flare.svg) no-repeat center top transparent;
	pointer-events: none;
	mix-blend-mode: hard-light;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#main-banner #main-slider .slide {
	width: 100%;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main-banner #main-slider .slide > a {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 45, 57, 0.7);
}

#main-banner #main-slider .slide .content {
	width: 100%;
	color: #ffffff;
	align-items: center;
	text-align: center;
	justify-items: center;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#main-banner #main-slider .slide .content div {
	width: 100%;
	padding: 0 20px;
}

#main-banner #main-slider .slide .content div h3 {
	width: 100%;
	font-size: 40px;
}

#main-banner #main-slider .slide .content div p {
	margin: 15px 0 55px 0;
	font-size: 30px;
	font-weight: 300;
}

#main-banner #main-slider .slide .content div a {
	width: 100px;
	height: 42px;
	padding-top: 14px;
	margin-left: -1px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.6;
	background: url(images/ticket.svg) no-repeat;
	display: inline-block;
}

#main-banner #main-slider .slide .content div a:hover {
	opacity: 1;
}

#main-banner #featured-slider {
	width: 100%;
	padding: 20px 50px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

#main-banner .owl-dots {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 250px;
}

#main-banner #main-slider .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: #002d57;
	display: inline-block;
	transition: all 560ms ease;
}

#main-banner #main-slider .owl-dots .owl-dot:hover,
#main-banner #main-slider .owl-dots .owl-dot.active {
	background-color: #78b9eb;
}

#archiveEventos {
	float: left;
	width: 100%;
	padding: 50px 0;
}

#archiveEventos > div {
	margin-bottom: 20px;
	margin-right: 2%;
	width: 32%;
	overflow: hidden;
	float: left;
	position: relative;
}

#archiveEventos > div img {
	width: 100%;
}

#archiveEventos > div:nth-child(3n+3) {
	margin-right: 0;
}

#main-banner #featured-slider .slide {
	overflow: hidden;
	float: left;
	position: relative;
	width: 100%;
}

#main-banner #featured-slider .slide h3,
#archiveEventos > div h3 {
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
}

#main-banner #featured-slider .slide h3 a,
#archiveEventos > div h3 a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: -moz-linear-gradient(top, rgba(0, 45, 87, 0) 0%, rgba(0, 45, 87, 0.85) 85%, #002d57 100%);
	background: -webkit-linear-gradient(top, rgba(0, 45, 87, 0) 0%, rgba(0, 45, 87, 0.85) 85%, #002d57 100%);
	background: linear-gradient(to bottom, rgba(0, 45, 87, 0) 0%, rgba(0, 45, 87, 0.85) 85%, #002d57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002d57', endColorstr='#002d57', GradientType=0);
	position: absolute;
	top: 0;
	left: 0;
}

#main-banner #featured-slider .slide h3 a span,
#archiveEventos > div h3 a span {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: all 560ms ease;
	padding: 0 20px;
}

.owl-nav div {
	width: 50px;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transition: all 560ms ease;
	cursor: pointer;
}

.owl-nav div.owl-prev {
	left: 0;
}

.owl-nav div.owl-prev img {
	transform: rotate(180deg);
}

.owl-nav div.owl-next {
	right: 0;
}

.owl-nav div.disabled {
	opacity: 0;
}

.owl-nav div:hover {
	opacity: 1;
}

.owl-nav div:hover.disabled {
	opacity: 0;
	cursor: default;
}

.owl-nav div img {
	width: 15px;
	height: auto;
}

.share-wrapper {
	width: 100%;
	margin-top: 25px;
	float: left;
}

.share-wrapper .pill {
	width: auto;
	float: left;
}

.share-wrapper .pill .title {
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: #78b9eb;
	float: left;
}

.share-wrapper .pill .share-links {
	width: calc(100% - 50px);
	float: left;
}

.share-wrapper .pill .share-links a {
	width: calc(100% / 3);
	min-width: 50px;
	height: 50px;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	display: flex;
	float: left;
}

.share-wrapper .pill .share-links a:hover img {
	opacity: 1;
}

.share-wrapper .pill .share-links a:nth-child(1) img {
	width: 11px;
}

.share-wrapper .pill .share-links a:nth-child(2) img {
	width: 27px;
}

.share-wrapper .pill .share-links a:last-child img {
	width: 25px;
}

.share-wrapper .pill .share-links a:last-child {
	border-radius: 0 5px 5px 0;
}

.share-wrapper .pill .share-links a img {
	opacity: 0.3;
	transition: all 560ms ease;
}

.share-wrapper .pill.calendar {
	margin-left: 20px;
}

.share-wrapper .pill.calendar a {
	width: auto;
	padding: 0 15px;
}

.share-wrapper .pill.calendar form {
	margin-left: 2px;
	float: left;
}

.share-wrapper .pill.calendar form input {
	width: 60px;
	height: 50px;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	display: flex;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0 5px 5px 0;
	color: #78b9eb;
	cursor: pointer;
	transition: all 280ms ease;
}

.share-wrapper .pill.calendar a:hover,
.share-wrapper .pill.calendar input:hover {
	color: #002d57;
}


/* Footer */

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: -1;
}

#footer.visible {
	z-index: 2;
}

#footer .block {
	width: calc(100% / 3);
	padding: 50px 50px 30px 50px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	float: left;
}

#footer .block:nth-child(1) {
	background-color: #78b9eb;
}

#footer .block:nth-child(2) {
	background-color: #95c8ef;
}

#footer .block:nth-child(3) {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	background-color: #b2d6f3;
}

#footer .block h6 {
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	float: left;
}

#footer .block h6::after {
	content: '';
	width: 100%;
	height: 16px;
	margin: 10px 0;
	background: url(images/line.svg) no-repeat center center;
	float: left;
}

#footer .block p {
	width: 100%;
	margin: 0;
	hyphens: auto;
	color: #ffffff;
	float: left;
}

#footer .block form {
	width: 100%;
	margin-top: 20px;
	float: left;
}

#footer .block form .inputs {
	width: 100%;
	margin-bottom: 2px;
	float: left;
}

#footer .block form .inputs span {
	width: 50px;
	height: 50px;
	float: left;
}

#footer .block form .inputs input {
	width: calc(100% - 50px);
	height: 50px;
	padding: 0 0 0 10px;
	color: #a4b8c5;
	border: 0;
	font-family: 'Rubik', sans-serif;
	float: left;
}

#footer .block form .inputs input::-webkit-input-placeholder {
	color: #a4b8c5;
}

#footer .block form .inputs input:-moz-placeholder {
	color: #a4b8c5;
	opacity: 1;
}

#footer .block form .inputs input::-moz-placeholder {
	color: #a4b8c5;
	opacity: 1;
}

#footer .block form .inputs input:-ms-input-placeholder {
	color: #a4b8c5;
}

#footer .block form .inputs input::-ms-input-placeholder {
	color: #a4b8c5;
}

#footer .block form .inputs input {
	border-radius: 0 5px 5px 0;
}

#footer .block form .inputs {
	margin-bottom: 10px;
}

#footer .block form .inputs span {
	border-radius: 5px 0 0 5px;
	background: url(images/email.svg) no-repeat center center #b2d6f3;
	background-size: 20px auto;
}

#footer .block form .button {
	margin-top: 20px;
	font-size: 16px;
	padding: 10px 15px;
	text-transform: none;
	transition: all 280ms ease;
	cursor: pointer;
	float: right;
}

#footer .block form .button:hover {
	opacity: 0.6;
}

#footer .block #mc_embed_signup form div.mce_inline_error {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	color: #002d57;
	float: left;
}

#footer .block a {
	color: #ffffff;
}

#footer .block a:hover {
	color: #002d57;
}

#footer .widget_text.block .privacy-info {
	font-size: 12px;
    line-height: 1.2;
    text-align: left;
}

#footer .block form .button {
	margin-bottom: 20px;
}

.error404 article {
	width: 60%;
	margin-left: 20%;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 40px;
	background-color: #fff;
	float: left;
}

.error404 article p {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.error404 article p a:hover {
	color: #002d57;
}


.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

#mc_embed_signup fieldset {
	padding: 0;
	margin: 0;
	display: flex;
	border: none;
	margin-bottom: 10px;
}

#mc_embed_signup fieldset > label {
	display: flex;
	gap: 5px;
}


#mc_embed_signup fieldset > label span {
	color: white;
	font-size: 16px;
}

.mc-field-group {
	width: 100%;
}

.mc-field-group .icono_email {
	width: 50px;
    height: 50px;
    float: left;
	border-radius: 5px 0 0 5px;
    background: url(images/email.svg) no-repeat center center #b2d6f3;
    background-size: 20px auto;
}

.mc-field-group > input{
	width: calc(100% - 50px);
    height: 50px;
    padding: 0 0 0 10px;
    color: #a4b8c5;
    border: 0;
    font-family: 'Rubik', sans-serif;
    float: left;
    border-radius: 0 5px 5px 0;
}

#mc_embed_signup .content__gdpr p{
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}