/*
  Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child theme for Hello Elementor
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.0
	Stable tag: 2.4.1
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: hello-elementor
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* GLOBAL OVERRIDES */
table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border: 1px solid #e1e1e1;
}
table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #e1e1e1;
}
table td {
  padding: 5px 10px;
  text-align: left;
  border-right: 1px solid #e1e1e1;
  vertical-align: middle;
}
ol {
  margin-bottom: 1.25rem;
}
[type=button], [type=submit], button {
  border: initial;
}

/* UTILITIES */
.box-shadow:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: .5rem .875rem 2.125rem -1.375rem #00000052;
}
.leer-mas-link {
  display: block;
}
.leer-mas {
  display: inline-block;
  border-bottom: 1px solid #009CDE;
  font-weight: 500;
  line-height: 1.1;
  color: #009CDE;
}
@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}

/* ELEMENTOR TEMPLATING */
.elementor-element:last-child,
.elementor-element:last-child .elementor-widget-container,
p:last-child {
  margin-bottom: 0;
}
/* Lists */
.list-items-blue-carrot ul,
.list-items-blue-carrot ul.elementor-inline-items {
  display: block;
  margin-right: 0!important;
  margin-bottom: 0;
  margin-left: 0!important;
  padding-left: 0;
}
.list-items-blue-carrot ul:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list-items-blue-carrot ul > li {
  display: list-item!important;
  list-style-image: url("/wp-content/uploads/2021/07/icon_triagle.svg");
  list-style-position: outside;
  margin-left: 1.125rem!important;
  margin-bottom: .625rem;
}
.list-items-blue-carrot ul .elementor-icon-list-text {
  display: block!important;
}
.list-items-blue-carrot ul > li:last-child {
  margin-bottom: 0;
}
.list-items-blue-carrot ul > li ul {
  margin-top: .375rem;
  margin-bottom: 0;
  padding-left: .625rem;
  list-style: none;
}
.list-items-blue-carrot ul > li ul > li {
  list-style-image: url("/wp-content/uploads/2021/07/triangle_black.svg");
  list-style-position: outside;
  margin-left: 1.125rem;
  margin-bottom: .25rem;
}
.list-items-blue-carrot ul > li ul > li:last-child {
  margin-bottom: 0;
}
.list-items-columns-2 .elementor-accordion,
.list-items-columns-2 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 3%;
}
.list-items-columns-3 ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.list-items-columns-4 ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media (max-width: 1024px) {
  .list-items-columns-3 ul,
  .list-items-columns-4 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .list-items-columns-2 .elementor-accordion,
  .list-items-columns-2 ul,
  .list-items-columns-3 ul,
  .list-items-columns-4 ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* Tabs */
main .elementor-widget-container .elementor-tabs .elementor-tab-title {
  padding: 10px 20px;
  border-bottom: 2px solid #009cde!important;
}
main .elementor-widget-container .elementor-tabs .elementor-tab-title.elementor-active {
  border-color: #FFCE44!important;
}
main .elementor-widget-tabs .elementor-tab-content {
  padding: 20px;
}
/* Accordeon */
main .elementor-accordion .elementor-accordion-item {
  /*border: none;*/
}
main .elementor-accordion .elementor-tab-title,
main .elementor-widget-accordion .elementor-tab-content {
  padding: 15px 0;
}
main .elementor-accordion .elementor-tab-title,
main .elementor-accordion .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #9b9b9b!important;
}
main .elementor-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  flex: 0 0 10px;
  display: inline-block;
  width: .625rem!important;
  height: .625rem!important;
  float: none!important;
  vertical-align: middle;
  background-color: #FFCE44;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  order: 2;
}
main .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
  background-color: #000;
  height: .125rem!important;
}
main .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  height: .125rem!important;
}
main .elementor-accordion .elementor-tab-title .elementor-accordion-icon span {
  display: none!important;
}

/* HEADER */
.site-navigation ul.menu li a {
  text-transform: uppercase;
}

/* PLUGINS */
/* Event Espresso Calendar */
.cursos-calendar-container > div > .elementor-shortcode {
  /*display: flex;*/
  /*flex-direction: column-reverse;*/
}
#espresso_calendar {
  /*width: 70% !important;*/
  margin: 0 0 30px;
}
#espresso_calendar table.fc-header {
  height: 50px;
  margin-bottom: 15px;
  background-color: #000;
}
#espresso_calendar .fc-header td {
  vertical-align: middle;
}
#espresso_calendar .fc-header-title {
  vertical-align: middle;
}
#espresso_calendar .fc-header-title h2 {
  font-weight: bold!important;
  font-size: 20px;
  color: #fff;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button {
  border: none!important;
  margin: 0!important;
  vertical-align: middle!important;
  padding: 0;
  border-radius: 0;
  background: #FFC84B;
  box-shadow: none;
  text-shadow: none;
  word-wrap: normal;
  font-weight: 400;
  font-size: 1.4em;
  opacity: 1;
  transition: all 0.1s ease-in-out 0s;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-header-space {
  display: none;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev,
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next {
  height: 50px;
  width: 50px;
  font-weight: bold!important;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev::before,
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAUCAYAAABf2RdVAAAABHNCSVQICAgIfAhkiAAAAItJREFUKJGl0kEVwjAQRdELCiIBCZWABKQgoU7AAUjAAXWABOogLDo9dDOzgFll8U7mv5/AhCeaYh7ouFXQgDnAsQJPAfU4pzMG9MahAu8BliLNYttxqW7bipwrcCtyrMBV5LWvqJjdz+sGS1dp8GbpqOOarVnLnCRlrjaz5Fn+D8r306VBRcg0KHwAVwkuVvn1Y8IAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev::before {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
#espresso_calendar .fc-widget-header {
  background-color: #009CDE;
  border: none!important;
  font-weight: 700;
  color: #fff;
}
#espresso_calendar table.fc-border-separate tr,
#espresso_calendar table.fc-border-separate td {
  border: none!important;
}
#espresso_calendar tr.fc-week:nth-child(odd) > td:nth-child(odd),
#espresso_calendar tr.fc-week:nth-child(even) > td:nth-child(even) {
  background: #FBFBFB
}
#espresso_calendar tr.fc-week:nth-child(odd) > td:nth-child(even),
#espresso_calendar tr.fc-week:nth-child(even) > td:nth-child(odd) {
  background: #F7F6F6
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-day-number {
  /*position: absolute;*/
  /*float: none;*/
  color: #009CDE;
  font-size: 20px;
  line-height: 2;
}
#espresso_calendar:not(.ui-widget) .fc-event {
  /*width: 17px!important;
  height: 17px!important;
  border-radius: 17px!important;
  border: none!important;
  overflow: hidden;*/
}
#espresso_calendar:not(.ui-widget) .fc-event::before {
  /*position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 17px;*/
}
#espresso_calendar .fc-event-inner {
  visibility: hidden;
  max-height: 14px;
}
#espresso_calendar .fc-event-title,
#espresso_calendar .time-display-block,
#espresso_calendar .time-display-block > span {
  color: #FFF;
}
/* Event Espresso Archive */
article.espresso_event_type-single-event {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 30px;
}
article.espresso_event_type-single-event .event-header {
  margin-bottom: 10px;
}
article.espresso_event_type-single-event .event-header h2 {
  margin: 0;
  font-size: 24px;
  color: #009CDE;
  letter-spacing: -0.24px;
}
article.espresso_event_type-single-event .event-header .entry-title:hover a {
  color: #000;
}
article.espresso_event_type-single-event .espresso-event-header-dv {
  flex: 0 0 200px;
}
article.espresso_event_type-single-event .espresso-event-list-wrapper-dv {
  flex: 1 1 0
}
article.espresso_event_type-single-event .espresso-event-list-wrapper-dv p:first-of-type {
  flex: 1 1 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
article.espresso_event_type-single-event .powered-by-event-espresso-credit {
  display: none;
}
/* Event Espresso Categoria */
#eventos_categoria article.espresso_events {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
#eventos_categoria h1.page-title {
  display: none;
  color: #009CDE;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 40px;
  margin-bottom: 30px;
}
#eventos_categoria .espresso-event-list-wrapper-dv .event-content {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
#eventos_categoria .espresso-event-list-wrapper-dv .event-content > form,
#eventos_categoria .espresso-event-list-wrapper-dv .event-content > .btn-small-custom {
  display: flex;
  flex: 0 0 auto;
  align-self: start;
  order: 3;
  margin-left: 0;
}
#eventos_categoria .espresso-event-list-wrapper-dv .event-content form input {
  background: #FFCE44;
  color: #000000;
  padding: 5px 38px;
}
#eventos_categoria .espresso-event-list-wrapper-dv .event-content .event-datetimes {
  order: 2;
}
#eventos_categoria .espresso-event-list-wrapper-dv .event-content .event-datetimes .ee-event-datetimes-ul {
  margin: 0;
  padding-left: 0;
}
#eventos_categoria .espresso-event-header-dv {
  display: flex;
  flex-flow: column;
  /*max-width: 430px;*/
  /*width: 100%;*/
}
#eventos_categoria .espresso-event-header-dv .ee-event-img-dv {
  order: 2;
}
#eventos_categoria .espresso-event-header-dv .event-header h2 {
  font-size: 20px;
}
#eventos_categoria article.espresso_events .espresso-event-header-dv img {
  max-width: 400px;
  width: 100%;
}
#eventos_categoria .dashicons {
  display: none;
}
#eventos_categoria .espresso_events .ee-event-datetimes-ul li {
  width: 100%;
}
#eventos_categoria .espresso_events .ee-event-datetimes-ul li .ee-event-datetimes-li-daterange {
  font-size: .688rem;
}
#espresso-category-legend {
  display: block;
  width: 100%;
}
#espresso-category-legend > p:first-child {
  display: none;
}
#espresso-category-legend ul {
  display: block;
  float: none;
  margin-bottom: .375rem;
  text-align: center;
}
#espresso-category-legend li.has-sub {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 .625rem 0 0;
  padding: 0;
}
#espresso-category-legend li.has-sub:before {
  display: block;
  position: absolute;
  width: .75rem;
  height: .75rem;
  top: .375rem;
  left: 0;
  background-color: inherit;
  content: "";
}
#espresso-category-legend li.has-sub a {
  display: block;
  padding: 0 0 0 1rem;
  background-color: #f5f5f5;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #000000!important;
}
#espresso-category-legend li.has-sub a:hover {
  color: #000000;
}
.is-form-style input.is-search-input {
  border-color: #D8D8D8!important;
}
.is-form-style input.is-search-submit,
.is-search-icon {
  background: #FFC84B;
}
.is-form-style input.is-search-submit:hover,
.is-search-icon:hover {
  background: #FFB100;
}
/* Event Espresso Single */
.single-espresso_events h2.entry-title {
  margin-bottom: 0!important;
  font-size: 1.5rem;
  /*text-transform: uppercase;*/
}
.ticket-required-pg,
.display-tckt-slctr-tkt-details {
  display: none;
}
.ee-event-datetimes-li-daterange {
  font-size: initial!important;
}
.spco-payment-info-dv {
  margin-bottom: 1.875rem;
}
.tkt-slctr-tbl th,
.spco-ticket-details th,
.spco-payment-info-dv th,
.ee-registrations-list th {
  background-color: #009CDE;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}


.single-espresso_events .ee-ticket-selector-ticket-details-th,
#ee-single-page-checkout-dv .spco-ticket-details th:first-child,
.spco-payment-info-dv th:first-child,
.ee-registrations-list th:first-child {
  padding-left: .625rem;
  background-color: #FFCE44;
  color: #000;
  text-align: left;
}
.tkt-slctr-tbl td:not(:first-child),
.spco-ticket-details td:not(:first-child),
.spco-payment-info-table td:not(:first-child),
.ee-registrations-list td:not(:first-child) {
  text-align: center;
}
.espresso-venue-dv h4 {
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
}
.espresso-venue-dv h4 + p {
  margin: 0;
}
.espresso-venue-dv h4 a {
  color: inherit;
}
.tckt-slctr-tbl-td-price .currency-code {
  display: none;
}
.tckt-slctr-tbl-td-price,
.tckt-slctr-tbl-td-qty {
  vertical-align: middle;
}
.ticket-selector-tbl-qty-slct {
  min-height: 36px;
  padding: 4px 8px;
  background-color: #0000;
}
.ticket-selector-submit-btn-wrap {
  margin: 0 0 15px 15px;
}
.single-espresso_events .event-tickets br {
  display: none;
}
.single-espresso_events .event-content {
  display: flex;
  flex-flow: column;
}
.single-espresso_events .event-content > * {
  order: 9;
}
.single-espresso_events .event-content .event-datetimes {
  order: 2;
  margin-bottom: 1.5rem;
}
.single-event-content .event-content .ee-event-datetimes-li {
  margin-left: 0!important;
}
.single-espresso_events .event-content .espresso-venue-dv {
  order: 1;
}
.single-espresso_events .event-content .event-tickets {
  order: 3;
}
.single-espresso_events .event-content .event-datetimes .dashicons {
  display: none;
}
.single-espresso_events .download-iCal-frm input {
  background: #FFCE44;
  color: #000000;
}
.single-espresso_events .tkt-slctr-tbl-wrap-dv {
  margin-top: 0;
}
.single-espresso_events .tkt-slctr-tbl td .ticket-pending-pg {
  top: unset;
}
.single-espresso_events .tkt-slctr-tbl td .ticket-pending,
.single-espresso_events .no-tkt-slctr-ticket-dv .ticket-pending {
  display: block;
}
/* Event Espresso Payment Gateway */
#ee-single-page-checkout-dv #methods-of-payment,
#ee-single-page-checkout-dv .spco-step-arrow-dv {
  display: none!important;
}
#ee-single-page-checkout-dv .spco-steps-big-hdr {
  display: none;
}
#ee-single-page-checkout-dv .spco-step-big-nmbr {
  width: 50px;
}

/*
#ee-single-page-checkout-dv .spco-step-big-nmbr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}
*/

#ee-single-page-checkout-dv .spco-steps-display-hdr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#spco-steps-display-dv {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.spco-step-display-dv {
  height: auto;
  width: 50%;
}
.spco-step-dv {
  margin: 0;
}
#ee-single-page-checkout-dv .spco-step-name {
  padding: 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
}
#spco-step-attendee_information-display-dv {
  width: 100%;
  padding: 12px 5%;
  background-color: #009CDE;
  color: #fff;
}

/* #spco-step-attendee_information-display-dv .spco-step-big-nmbr:before {
  background-color: #009CDE;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI5cHgiIGhlaWdodD0iMjlweCIgdmlld0JveD0iMCAwIDI5IDI5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZyBpZD0iR3JvdXAtMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzUgMC43NSkiPg0KICAgIDxwYXRoIGQ9Ik0xMy41MzMzIDBDMTMuNTMzMyAwIDE0IDAuMjg5MjYzIDE0IDEuMjYzMTZDMTQgMy4xNTc4OSAxMi41MTMyIDMuMjc0NTMgMTIuNTEzMiAzLjI3NDUzQzEyLjE3MDcgNC44MjAyMSAxMS4zODE1IDYuMzM0MzIgOS44IDcuMTU3ODlDOS4wNjgyNyA3LjUzODk1IDguODA4MzMgOCA3IDhDNS4xOTE2NyA4IDQuOTMyNjcgNy41Mzg5NSA0LjIgNy4xNTc4OUMyLjYxODQ3IDYuMzM0MzIgMS44MjkzMyA0LjgyMDIxIDEuNDg2OCAzLjI3NDUzQzEuNDg2OCAzLjI3NDUzIDAgMy4xNTc4OSAwIDEuMjYzMTZDMCAwLjI4OTI2MyAwLjQ2NjY2NyAwIDAuNDY2NjY3IDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgOSkiIGlkPSJTdHJva2UtMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+DQogICAgPHBhdGggZD0iTTAgNEMxLjMyMDQzIDMuNDE3MzMgMi4zMjE0MyAyLjE0OCAzLjI1IDBDNS4xNTM1NyAxLjcyNzExIDguMDA4OTMgMC43NzMzMzMgOC45OTM2OCAwLjc3MzMzM0MxMS43NDk3IDAuNzczMzMzIDExLjUzMDEgNCAxMyA0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3IDUpIiBpZD0iU3Ryb2tlLTMiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPg0KICAgIDxwYXRoIGQ9Ik0wIDBMNy4yNjEyM2UtMTMgMC4yNTQwNTJMNy4yNjEyM2UtMTMgMC43NTcxODdDNy4yNjEyM2UtMTMgMi45NzE5MiAzLjc2ODY0IDQuMjQ2MjEgNi4wOTU0NSA0LjgyOTI5QzEwLjAxMzIgNS44MDczNCAxMCA4LjI0Nzc4IDEwIDEwLjgyNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3IDE2LjE3NTQxNSkiIGlkPSJTdHJva2UtNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+DQogICAgPHBhdGggZD0iTTEwIDBMMTAgMC44Njk3NzVMMTAgMS4zNzI5MUMxMCAzLjU4NzY0IDYuMjMxODUgNC44NjE5NCAzLjkwNDU4IDUuNDQ1MDFDLTAuMDEzMTQ5MSA2LjQyMzA3IDMuMjczMTNlLTA1IDguODYzNTEgMy4yNzMxM2UtMDUgMTEuNDQwMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMjQzNTMzNUUtMDUgMTUuNTU5NjkyKSIgaWQ9IlN0cm9rZS03IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4NCiAgICA8cGF0aCBkPSJNMCAwQzEuNjI5NDkgMS44NTU0NCAzLjk5MTgxIDMgNi40OTkzMiAzQzkuMDA3MjggMyAxMS4zNjYgMS44NTU0NCAxMyAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3IDIwKSIgaWQ9IlN0cm9rZS05IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4NCiAgICA8cGF0aCBkPSJNMTMuNjY0NSA4QzE0IDcuMjA3ODggMTQgNi4yNzI2OCAxNCA1LjQ2ODk1QzE0IDQuNTIzMzggMTMuNzExMSAzLjIzODk4IDEzLjA2NjcgMi40ODgzNEMxMy43NTI3IDEuNzYzODIgMTMuNTMzMyAwLjgyOTQ0NSAxMy41MzMzIDAuODI5NDQ1QzEzLjUzMzMgMC44Mjk0NDUgMTEuOTg3MyAwLjk4OTk0MyAxMC4yNDg1IDAuNTU5ODc2TDEwLjIzOTEgMC41NTk4NzZDOS4yNTg2NyAwLjE4MjQ3OCA4LjE0ODQ3IDAgNyAwQzQuMTcwNiAwIDMuMDYyMjcgMC42OTk2MzcgMi4zMzMzMyAxLjY1ODg5QzEuMTY2NjcgMi4wNzM2MSAwIDMuMzQzNDkgMCA0Ljk3NjY3QzAgNy4wMDA1MiAwIDcuMjA3ODggMC4zMzYgOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNyAwKSIgaWQ9IlN0cm9rZS0xMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+DQogIDwvZz4NCjwvc3ZnPg==");
}*/

#spco-step-payment_options-display-dv {
  display: none!important;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: #6BC6EC;
  color: #fff;
}

#spco-step-payment_options-display-dv .spco-step-big-nmbr:before {
  background-color: #6BC6EC;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI5cHgiIGhlaWdodD0iMjlweCIgdmlld0JveD0iMCAwIDI5IDI5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NSAwLjc1KSI+DQogICAgPHBhdGggZD0iTTI3IDEzLjVDMjcgMTQuNjQ4NiAyNS41MjIgMTUuNTg3MSAyNS4yMzg1IDE2LjY0NkMyNC45NDU4IDE3Ljc0MTcgMjUuNzQ4MyAxOS4yOTI2IDI1LjE5MjYgMjAuMjUxNkMyNC42Mjk0IDIxLjIyNTIgMjIuODgwOSAyMS4zMDE0IDIyLjA5MDkgMjIuMDkxNEMyMS4zMDE0IDIyLjg4MTQgMjEuMjI0NyAyNC42Mjk5IDIwLjI1MTYgMjUuMTkyNkMxOS4yOTIgMjUuNzQ4MyAxNy43NDE3IDI0Ljk0NTggMTYuNjQ2IDI1LjIzODVDMTUuNTg3MSAyNS41MjIgMTQuNjQ4NiAyNyAxMy41IDI3QzEyLjM1MTQgMjcgMTEuNDEyOSAyNS41MjIgMTAuMzU0IDI1LjIzODVDOS4yNTgzIDI0Ljk0NTggNy43MDc0MiAyNS43NDgzIDYuNzQ4MzggMjUuMTkyNkM1Ljc3NDc2IDI0LjYyOTQgNS42OTg2MiAyMi44ODA5IDQuOTA4NiAyMi4wOTA5QzQuMTE4NTggMjEuMzAxNCAyLjM3MDA2IDIxLjIyNDcgMS44MDczOCAyMC4yNTE2QzEuMjUxNzIgMTkuMjkyIDIuMDU0MTYgMTcuNzQxNyAxLjc2MTQ4IDE2LjY0NkMxLjQ3Nzk4IDE1LjU4NzEgMCAxNC42NDg2IDAgMTMuNUMwIDEyLjM1MTQgMS40Nzc5OCAxMS40MTI5IDEuNzYxNDggMTAuMzU0QzIuMDU0MTYgOS4yNTgzIDEuMjUxNzIgNy43MDc0MiAxLjgwNzM4IDYuNzQ4MzhDMi4zNzA2IDUuNzc0NzYgNC4xMTkxMiA1LjY5ODYyIDQuOTA5MTQgNC45MDg2QzUuNjk4NjIgNC4xMTg1OCA1Ljc3NTMgMi4zNzAwNiA2Ljc0ODM4IDEuODA3MzhDNy43MDc5NiAxLjI1MTcyIDkuMjU4MyAyLjA1NDE2IDEwLjM1NCAxLjc2MTQ4QzExLjQxMjkgMS40Nzc5OCAxMi4zNTE0IDAgMTMuNSAwQzE0LjY0ODYgMCAxNS41ODcxIDEuNDc3OTggMTYuNjQ2IDEuNzYxNDhDMTcuNzQxNyAyLjA1NDE2IDE5LjI5MjYgMS4yNTE3MiAyMC4yNTE2IDEuODA3MzhDMjEuMjI1MiAyLjM3MDYgMjEuMzAxNCA0LjExOTEyIDIyLjA5MTQgNC45MDkxNEMyMi44ODE0IDUuNjk4NjIgMjQuNjI5OSA1Ljc3NTMgMjUuMTkyNiA2Ljc0ODM4QzI1Ljc0ODMgNy43MDc5NiAyNC45NDU4IDkuMjU4MyAyNS4yMzg1IDEwLjM1NEMyNS41MjIgMTEuNDEyOSAyNyAxMi4zNTE0IDI3IDEzLjVaIiBpZD0iU3Ryb2tlLTEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPg0KICAgIDxwYXRoIGQ9Ik0xOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5MzUgMTggMCAxMy45NzA2IDAgOUMwIDQuMDI5MzUgNC4wMjkzNSAwIDkgMEMxMy45NzA2IDAgMTggNC4wMjkzNSAxOCA5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSA1KSIgaWQ9IlN0cm9rZS0zIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4NCiAgICA8cGF0aCBkPSJNNC40ODQxMiA1LjA5NzY1TDIuNDUyMzUgMi43ODc4OUMxLjg5MTU4IDIuMTUwMzkgMC45ODEzNDUgMi4xNTAzOSAwLjQyMDU3NiAyLjc4Nzg5Qy0wLjE0MDE5MiAzLjQyNTM4IC0wLjE0MDE5MiA0LjQ2MDE2IDAuNDIwNTc2IDUuMDk3NjVMMy40MDY3NyA4LjQ5MjQzQzQuMDAxNTcgOS4xNjkxOSA0Ljk2NjE1IDkuMTY5MTkgNS41NjE0NiA4LjQ5MjQzTDEwLjU3OTQgMi43ODc4OUMxMS4xNDAyIDIuMTUwMzkgMTEuMTQwMiAxLjExNTYyIDEwLjU3OTQgMC40NzgxMjFDMTAuMDE4NyAtMC4xNTkzNzQgOS4xMDg0MiAtMC4xNTkzNzQgOC41NDc2NSAwLjQ3ODEyMUw0LjQ4NDEyIDUuMDk3NjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDkpIiBpZD0iU3Ryb2tlLTUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4NCiAgPC9nPg0KPC9zdmc+");
}
#ee-single-page-checkout-dv .spco-ticket-info-dv > h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.ee-attention {
  border: none!important;
}
.ee-reg-form-attendee-dv {
  margin-top: 40px;
  background: #F5F5F5;
  border-color: #009CDE;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-title {
  color: #009CDE;
}
#new_state_micro_form {
  display: none;
}
#ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv > [id^="ee_reg_qstn"] {
  margin-bottom: 2rem;
}
#ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv > [id^="ee_reg_qstn"] > .ee-required-label {
  margin-bottom: .5rem;
}
#ee-single-page-checkout-dv .ee-text-area-input-dv textarea {
  /*background-color: #fff;*/
  padding: 10px;
  line-height: 1.5;
  min-height: 75px;
}
#ee-single-page-checkout-dv .ee-reg-qstn select {
  min-height: 36px;
  margin-bottom: 35px;
  padding: 4px 8px;
  background-color: #0000;
  border-width: 0 0 1px 0;
  border-color: #DCDCDC;
}
#ee-single-page-checkout-dv .ee-needs-value:not([aria-invalid="false"]) {
  margin-bottom: 8px;
}
#ee-single-page-checkout-dv .ee-required-text {
  margin-bottom: 30px;
  font-weight: 500;
}
#ee-single-page-checkout-dv .ee-radio-button-input-dv {
  margin-bottom: 35px;
}
#ee-single-page-checkout-dv .ee-radio-button-input-dv > .ee-reg-qstn:first-child {
  margin-bottom: .5rem;
  font-weight: 500;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
#ee-single-page-checkout-dv .ee-radio-button-input-dv label {
  color: var( --e-global-color-text );
  margin-bottom: 0;
}
#ee-single-page-checkout-dv .ee-radio-button-input-dv label .ee-question-option-desc {
  color: inherit;
}
.spco-whats-next-buttons {
  padding: 0;
  margin: 0 0 1em;
}
/* Event Espresso Thank You page */
#espresso-thank-you-page-overview-dv .jst-rght {
  text-align: center;
}
#espresso-thank-you-page-ajax-transaction-dv,
#espresso-thank-you-page-ajax-payment-dv,
#espresso-thank-you-page-payment-details-dv {
  display: none!important;
}
/* Event Espresso Buttons */
.ee-button,
.spco-next-step-btn,
.ticket-selector-submit-btn {
  display: block;
  border: 0 !important;
  background: #FFCE44 !important;
  font-weight: 600 !important;
  color: #000000 !important;
  border-radius: 0 !important;
  padding: 15px 28px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  text-shadow: none;
}
.ee-button .ee-icon {
  display: none !important;
}
.ee-button:hover,
.spco-next-step-btn:hover,
.ticket-selector-submit-btn:hover {
  background-color: #000!important;
  color: #FFFFFF !important;
}
.event-datetimes {
  flex: 1 1 0;
}
.ee-event-datetimes-li {
  position: relative;
  width: 100%!important;
  float: none!important;
  padding-left: 62px;
  list-style: none!important;
}
.download-iCal-frm {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 53px;
  height: 100%;
  display: block;
  margin: 0;
}
.qodef-blog-item .download-iCal-frm input,
.download-iCal-frm input {
  /*padding: .2em .8em !important;*/
  background-color: transparent!important;
  /*font-size: 22px;*/
  /*line-height: 1.8;*/
  width: 100%;
  height: 100%;
  color: transparent!important;
}
.qodef-blog-item .download-iCal-frm:before,
.download-iCal-frm:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("images/calendar.svg") top center no-repeat;
}
@media (min-width: 768px) {
  /*#espresso_calendar table.fc-border-separate td,*/
  #espresso_calendar table.fc-border-separate td > div {
    min-height: 75px !important;
  }
}
@media (max-width: 767px) {
  article.espresso_event_type-single-event {;
    gap: .938rem;
  }
  article.espresso_event_type-single-event .espresso-event-header-dv {
    flex: 0 0 200px;
  }
  .single-espresso_events article > .qodef-e-inner {
    flex-direction: column;
  }
  .single-espresso_events article > .qodef-e-inner .qodef-e-media {
    width: 100%;
    margin-right: 0;
  }
  .tkt-slctr-tbl,
  .spco-ticket-details,
  .spco-payment-info-dv,
  .ee-registrations-list {
    overflow-x: scroll!important;
    display: block!important;
  }
  #ee-single-page-checkout-dv .spco-step-name {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  article.espresso_event_type-single-event .espresso-event-header-dv {
    flex: 0 0 100%;
  }
  #espresso-category-legend li.has-sub {
    margin: 0 4px 0 0;
    padding: 0;
  }
  #espresso-category-legend li.has-sub:before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
  #espresso-category-legend li.has-sub a {
    padding: 2px 4px 5px 16px;
    font-size: .75rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }
  #espresso_calendar .fc-event {
    min-height: 1em;
  }
}
@media (max-width: 600px) and (min-width: 481px) {
  #espresso_calendar .fc-header-center {
    position: initial;
    margin: initial;
  }
}
@media (max-width: 419px) {
  #ee-single-page-checkout-dv .spco-step-name {
    font-size: .75rem;
  }
  #spco-step-attendee_information-display-dv {
    padding: 10px 5px;
  }
}

/* CUSTOM COMPONENTS */
.auditoria_sombra .elementor-element-populated {
  box-shadow: 10px 10px 9px -6px #0000001a;
}
/* Splitted Button from Stal theme */
.elementor-button {
  border-radius: 0;
}
.elementor-button.elementor-button--splitted {
  position: relative;
}
.elementor-button.elementor-button--splitted :first-child {
  z-index: 7;
  position: relative;
}
.elementor-button.elementor-button--splitted .split--up,
.elementor-button.elementor-button--splitted .split--down {
  position: absolute;
  height: 50%;
  width: 0;
  background: #101010;
  z-index: 1;
  -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
  -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
  transition: .3s cubic-bezier(.785, .135, .15, .86);
}
.elementor-button.elementor-button--splitted .split--up {
  top: 0;
  left: 0;
  right: auto
}
.elementor-button.elementor-button--splitted .split--down {
  bottom: 0;
  right: 0;
  left: auto
}
.elementor-button.elementor-button--splitted:hover {
  color: var(--e-global-color-878d73b)!important;
  background-color: var(--e-global-color-3b53d58)!important;
}
.elementor-button.elementor-button--splitted:hover .split--up {
  width: 100%;
  right: 0;
  left: auto
}
.elementor-button.elementor-button--splitted:hover .split--down {
  width: 100%;
  left: 0;
  right: auto
}
/* Box with hover zoom-in and text-in effect */
.box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  list-style: none;
  font-size: 1rem;
}
.box-container.box-container-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.box-container .box-element {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.box-container .box-element a {
  display: block;
  width: 100%;
  height: 256px;
  transition: 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.box-container .box-element a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 2px;
  background-color: white;
  z-index: 1;
  width: 0;
  transition: 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.box-container .box-element a .box-image {
  display: block;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center top;
  transition: 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}
.box-container .box-element a .box-text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 0;
  z-index: 2;
  overflow: hidden;
  background: white;
  transition: 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  color: #009CDE;
  white-space: nowrap;
  text-transform: uppercase;
}
.box-container .box-element a .box-text div {
  padding: 24px;
}
.box-container .box-element a .box-text div h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: inherit;
  line-height: 1.2;
}
.box-container .box-element a .box-text div h4 {
  margin: 0 0 .25em;
  padding: 0;
  font-size: .875em;
  line-height: 1.1;
  color: #009CDE;
  text-transform: uppercase;
}
.box-container .box-element:hover a::before {
  width: 100vw;
}
.box-container .box-element:hover a .box-image {
  transform: scale(1.1);
}
.box-container .box-element:hover a .box-text {
  width: calc(100% - 20px);
}
#quienes-somos-team-members .box-container .box-element a {
  height: 400px;
}
#quienes-somos-team-members .box-container .box-element a .box-text {
  text-transform: initial;
}
#quienes-somos-team-members .box-container .box-element a .box-text div {
  display: flex;
  flex-direction: column;
}
#quienes-somos-team-members .box-container .box-element a .box-text div :nth-child(1) {
  order: 2;
}
#quienes-somos-team-members .box-container .box-element a .box-text div h3 {
  font-size: 1.5em;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .box-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-container.box-container-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-container .box-element a .box-text {
    width: 100%;
    left: 0;
    font-size: .875em;
    bottom: 0;
  }
  #quienes-somos-team-members .box-container .box-element a {
    height: 500px;
  }
}

.text_desc_slide_home{
  font-size: 50px;
  line-height: 53px;
}

@media only screen and (max-width: 600px) {
  .text_desc_slide_home{
    font-size: 32px;
    line-height: 34px;
  }
}



/* checkout */
.asistente_curso input {
	border: 0 !important;
    cursor: default;
    font-weight: 600 !important;
    padding: 10px 0 !important;
	font-size: .8rem !important;
}

.asistente_curso input:focus {
	color:var(--forms-fields-normal-color,#69727d) !important;
}

.boxasist {
	padding-bottom:30px;
}
.wpc-filter-title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
	font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem !important;
	color:var( --e-global-color-primary )
   }
.wpc-filters-main-wrap li.wpc-term-item a {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    padding: 3px 2px 3px 5px;text-decoration: none;
    font-weight: 700 !important;
	color: #000;
    }
body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 5px;
    
}
