/*
Theme Name: Bacata Child Theme
Version: 1.4.4
Description: Theme child
Author: estudio89
Author URI: http://estudio89.com
Template: bacata
*/

#e89-header,
#e89-header-float {
    backdrop-filter: blur(16px);
}

#main-menu.e89-menu-normal li.alt a,
#mobile-menu li.alt a .title {
    background-color: #e2944c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}
#main-menu.e89-menu-normal li.alt a:hover,
#mobile-menu li.alt a .title:hover {
    background-color: #398CAC;
}
.e89-menu a .icon {
    line-height: 1.2em;
}

.e89-header-logo .mobile-logo {
    margin-left: 10px;
}

.acs-btn {
    display: inline-block;
    border: 2px solid #e2944c;
    background-color: #e2944c;
    color: #fff;
    padding: 1em 1.5em;
    border-radius: 50px;
    font-weight: 500;
    line-height: 1em;
    cursor: pointer;
    transition: all .3s ease;
}
.acs-btn.alt {
    background-color: transparent;
    color: #16363c;
    border-color: #16363c;
}
.acs-btn:hover,
.acs-btn.alt:hover {
    background-color: #16363c;
    color: #fff;
    border-color: #16363c;
}

.marquee {
    overflow: hidden;
    display: flex;
    background: #125a69;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 2px solid #e2944c;
}
.marquee .item {
    white-space: nowrap;
}
.marquee .item .separator {
    padding-right: 40px;
    padding-left: 40px;
    color: #e2944c;
}

body.page-id-2 #e89-main-content {
    padding: 0;
}
body.page-id-2 .e89-menu li.back,
body:not(.page-id-2) .e89-menu li.goto {
    display: none!important;
}

.congreso-section {
    text-align: center;
}
.congreso-section h2 {
    font-size: 2.7em;
    line-height: 1.1em;
    max-width: 550px;
    margin: 0 auto 20px auto;
}
.congreso-section h3 {
    font-size: 1.2em;
    line-height: 1.1em;
}
.congreso-section .desc {
    max-width: 550px;
    margin: 0 auto 1em auto;
}
.congreso-section .wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}
.congreso-section .tag {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #398CAC;
    margin-bottom: 1em;
    font-size: .9em;
    line-height: 1.2em;
}
.congreso-section .tag:before {
    content: "";
    display: inline-block;
    width: 25px;
    border: 1px solid #398CAC;
    margin-right: .7em;
}

.congreso-section.banner {
    position: relative;
    overflow: hidden;
}
.congreso-section.banner .bg {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle,rgba(63,182,196,.22),rgba(57,140,172,.12) 45%,transparent 68%);
}
.congreso-section.banner .bg-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: .15;
}
.congreso-section.banner .wrapper {
    position: relative;
    z-index: 4;
}
.congreso-section.banner h1 {
    display: inline-block;
    line-height: 1em;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    padding: .6em 1.2em .5em 1.2em;
    border-radius: 50px;
    border: 1px solid #c5d8dc;
    background: rgba(255, 255, 255, 0.6);
}
.congreso-section.banner h2 {
    text-transform: uppercase;
    font-size: 12vw;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 0.1em;
    max-width: none;
}
.congreso-section.banner h2 span {
    display: block;
    background: linear-gradient(135deg, #B42D73, #8A3E8E 28%, #398CAC 52%, #3FB6C4 70%, #8FC24A 86%, #e2944c);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    color: transparent;
    margin-top: -.2em;
}
.congreso-section.banner h3 {
    font-style: italic;
    color: #e2944c;
    font-weight: 600;
    font-size: 1.3em;
}
.congreso-section.banner .acs-btn {
    margin: 10px;
}
.congreso-section.banner .info {
    margin: 2em auto 0 auto;
    display: inline-flex;
    flex-direction: column;
    background: #125a69;
    color: #fff;
    border-radius: 1em;
    padding: 1em;
}
.congreso-section.banner .info >div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1;
    padding: 10px;
}
.congreso-section.banner .info >div:last-child {
    border: none;
}
.congreso-section.banner .info .date {
    font-family: 'Poppins';
    flex-direction: row;
    align-items: center;
    font-size: 2em;
    color: #e2944c;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
}
.congreso-section.banner .info .date >small {
    font-size: .43em;
    margin-left: .5em;
}
.congreso-section.banner .info strong {
    font-family: 'Poppins';
    display: block;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: .3em;
    font-weight: 800;
    opacity: .5;
}

.congreso-section.about {
    text-align: left;
}
.congreso-section.about h2 {
    margin: 0 0 20px 0;
}
.congreso-section.about .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;;
}
.congreso-section.about .img {
    position: relative;
    border-radius: 1em;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 5% auto;
    overflow: hidden
}
.congreso-section.about .img small {
    position: absolute;
    line-height: 1;
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    padding: .5em 1em;
    background: #ffffff4f;
    border-radius: 20px;
    font-weight: 600;
    font-size: .7em;
}
.congreso-section.about .text {
    flex: 1;
    padding: 0 20px;
}
.congreso-section.about .info {
    display: flex;
}
.congreso-section.about .item {
    margin-right: 1.5em;
    font-size: .8em;
    font-weight: 500;
    line-height: 1;
}
.congreso-section.about .item:last-of-type {
    margin-right: 0;
}
.congreso-section.about .info strong {
    font-family: 'Poppins';
    font-size: 2.2em;
    font-weight: 800;
    display: block;
    color: #e2944c;
}

.congreso-section.axes {
    background: #FBF6EE;
}
.congreso-section.axes .items {
    display: grid;
    gap: 15px;
    text-align: left;
}
.congreso-section.axes .box {
    position: relative;
    background: black;
    color: #fff;
    padding: 1.5em;
    border-radius: 1em;
    overflow: hidden;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.congreso-section.axes .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.congreso-section.axes .box.b1 {
    background: linear-gradient(150deg,#B42D73,#8A3E8E);
}
.congreso-section.axes .box.b2 {
    background: linear-gradient(150deg,#8A3E8E,#398CAC);
}
.congreso-section.axes .box.b3 {
    background: linear-gradient(150deg,#398CAC,#3FB6C4);
}
.congreso-section.axes .box.b4 {
    background: linear-gradient(150deg,#3FB6C4,#3FB39E);
}
.congreso-section.axes .box.b5 {
    background: linear-gradient(150deg,#7FB23F,#8FC24A);
}
.congreso-section.axes .box.b6 {
    background: linear-gradient(150deg,#e2944c,#d8893f);
}
.congreso-section.axes .items .num {
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 1;
    opacity: .8;
    margin-bottom: 2em;
}
.congreso-section.axes .items h3 {
    color: #fff;
    margin-bottom: .2em;
}
.congreso-section.axes .items p {
    font-size: .9em;
    max-width: none;
    margin: 0;
}

.congreso-section.method .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.congreso-section.method .items .box {
    padding: 2em .5em;
    width: 48%;
    border: 1px solid #c5d8dc;
    border-radius: 1em;
    margin: 2% 0;
}
.congreso-section.method .items i {
    font-size: 1.5em;
    background: #e2944c;
    color: #fff;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    margin-bottom: .8em;
}
.congreso-section.method .items h3 {
    font-size: 1.1em;
    margin-bottom: .4em;
}
.congreso-section.method .items p {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1em;
}
.congreso-section.method .items a {
    display: inline-block;
    font-size: .75em;
    line-height: 1.2em;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.congreso-section.people {
    background-color: #EFF7F7;
}
.congreso-section.people .items {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.congreso-section.people .items .box {
    width: 50%;
    padding: 10px;
}
.congreso-section.people .items .wrap {
    position: relative;
    background-color: #16363c;
    background-size: cover;
    background-position: center;
    border-radius: 1em;
    padding: 1em;
    color: #fff;
    line-height: 1;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden;
}
.congreso-section.people .items .wrap:hover {
    transform: translateY(-10px);
}
.congreso-section.people .items .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#16363c -25%, transparent 25%, transparent 60%, #16363c 120%);
}
.congreso-section.people .cat {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .65em;
    background: rgba(255, 255, 255, 0.3);
    padding: .4em 1em .3em 1em;
    border-radius: 20px;
    max-width: max-content;
}
.congreso-section.people .name {
    position: relative;
}
.congreso-section.people .name span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: .3em;
}

.congreso-section .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 54, 60, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(16px);
    transition: all .3s ease;
}
body.show-popup {
    overflow: hidden;
}
.congreso-section .popup.show {
    opacity: 1;
    visibility: visible;
}
.congreso-section .popup .content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    border-radius: 1em;
    overflow: hidden;
}
.congreso-section .popup .close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 30px;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-weight: 900;
    cursor: pointer;
    color: #e2944c;
    transition: all .3s ease;
}
.congreso-section .popup .close:hover {
    color: #16363c;
}
.congreso-section .popup .img {
    position: relative;
    width: 100%;
    background: #16363c;
    aspect-ratio: 5 / 3;
    max-height: 200px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.congreso-section .popup .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(30px);
}
.congreso-section .popup .info {
    flex: 1;
    display: flex;
    min-height: 0;
}
.congreso-section .popup .scroll {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    font-size: .9em;
    line-height: 1.4em;
}
.congreso-section .popup h3 {
    font-size: 2em;
    margin-bottom: .2em;
}
.congreso-section .popup .sub {
    display: block;
    font-weight: 700;
    color: #e2944c;
    margin-bottom: 1em;
    line-height: 1.1em;
}
.congreso-section .popup .sub span {
    display: block;
}
.congreso-section .popup p:last-of-type {
    margin-bottom: 0;
}

.congreso-section.workshop .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.congreso-section.workshop .items .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2em;
    width: 98%;
    border: 1px solid #c5d8dc;
    border-left: 5px solid #125a69;
    border-radius: 1em;
    margin: 2% 0;
    cursor: pointer;
    transition: all .3s ease;
}
.congreso-section.workshop .items .box:hover {
    transform: translateY(-10px);
}
.congreso-section.workshop .items .num {
    display: block;
    font-weight: 800;
    color: #e2944c;
    font-family: 'Poppins';
}
.congreso-section.workshop .items .name {
    flex: 1;
    line-height: 1;
    margin-bottom: 20px;
}
.congreso-section.workshop .items .name span {
    display: block;
    font-weight: 600;
    margin-bottom: .3em;
}
.congreso-section.workshop .items .to {
    display: inline-block;
    background-color: #125a69;
    color: #fff;
    border-radius: 20px;
    padding: .6em 1em;
    font-size: .75em;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
}

.acs-filters {
    width: 100%;
    margin-bottom: 20px;
}
.acs-filters .toggle {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.acs-filters .toggle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.acs-filters .toggle .checkmark {
    position: relative;
    display: flex;
    align-items: center;
    width: 18em;
    line-height: 1.3em;
    border: 1px solid #c5d8dc;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    font-size: .9em;
    font-weight: 600;
    background: #eff7f7;
}
.acs-filters .toggle .checkmark span {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 50%;
    padding: .66em;
}
.acs-filters .toggle input:checked ~ .checkmark .right,
.acs-filters .toggle .checkmark .left {
    color: #fff;
}
.acs-filters .toggle .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: calc(50% - 5px);
    background: #125a69;
    border-radius: 50px;
    transition: all .3s ease;
    z-index: 1;
}
.acs-filters .toggle input:checked ~ .checkmark:after {
    left: 50%;
}
.acs-filters .toggle input:checked ~ .checkmark .left {
    color: #16363c;
}

.congreso-section.inscription {
    background: #FBF6EE;
}
.congreso-section.inscription .tag {
    background-color: #e2944c;
    color: #fff;
    padding: .2em 1em .1em 1em;
    border-radius: 20px;
}
.congreso-section.inscription .tag::before {
    display: none;
}
.congreso-section.inscription ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    list-style: none;
    padding: 0;
    line-height: 1.2em;
    max-width: 900px;
    margin: 20px auto 30px auto;
}
.congreso-section.inscription ul li {
    width: 100%;
    display: flex;
    margin-bottom: .5em;
}
.congreso-section.inscription li i {
    color: #7FB23F;
    margin-top: .1em;
    margin-right: .5em;
}
.congreso-section.inscription .items {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
}
.congreso-section.inscription .items.show {
    display: flex;
}
.congreso-section.inscription .items .ticket {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 1em;
    padding: 20px;
    text-align: left;
    border: 1px solid #c5d8dc;
    margin: 2% 0;
}
.congreso-section.inscription .items h3 span {
    display: block;
    text-transform: uppercase;
    color: #398CAC;
    font-size: .7em;
    font-weight: 600;
    margin-top: .5em;
}
.congreso-section.inscription .items .price {
    display: block;
    font-size: 2.5em;
    font-weight: 800;
    font-family: 'Poppins';
    line-height: 1;
}
.congreso-section.inscription .items .price small {
    font-size: .6em;
}
.congreso-section.inscription .items ul {
    font-size: .9em;
    flex: 1;
    display: block;
    margin: 20px 0 30px 0;
}
.congreso-section.inscription .workshop >p {
    color: #e2944c;
    text-transform: uppercase;
    font-size: .9em;
}
.congreso-section.inscription .workshop-box {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #c5d8dc;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.congreso-section.inscription .workshop-box:last-of-type {
    border-bottom: 0;
}
.congreso-section.inscription .workshop-box.disabled label {
    opacity: .5;
}
.congreso-section.inscription .items label {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: .9em;
    line-height: 1.2em;
}
.congreso-section.inscription .items label .name {
    display: block;
}
.congreso-section.inscription .items input {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 1.4em;
    border-color: #e2944c;
}
.congreso-section.inscription .items input:checked {
    background-color: #e2944c;
    border-color: #e2944c;
}
.congreso-section.inscription .items .price.min {
    font-size: 1.2em;
    margin-top: .2em;
}
.congreso-section.inscription .items .about {
    color: #16363c;
    cursor: pointer;
}
.congreso-section.inscription .ticket-total {
    font-size: 1.2em;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-top: 1.5em;
    margin-bottom: .5em;
    text-align: center;
}
.congreso-section.inscription .acs-btn {
    width: 100%;
    text-align: center;
}
.congreso-section.inscription .showtable {
    display: inline-block;
    margin: 20px 0 20px 0;
    text-decoration: underline;
    font-weight: 600;
    font-size: .9em;
    color: #125a69;
    cursor: pointer;
}
.congreso-section.inscription .table {
    display: none;
    margin-bottom: 40px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .8em;
    line-height: 1.2em;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 0 1px #125a69;
    max-width: 1100px;
    margin: auto;
}
.price-table th {
    background-color: #125a69;
    color: #fff;
    padding: 1em;
    font-weight: 600;
}
.price-table th.cat {
    text-align: left;
}
.price-table th.current {
    background-color: #e2944c;
}
.price-table td {
    background-color: #fff;
    padding: .8em;
    border-bottom: 1px solid #c5d8dc;
}
.price-table tr:last-of-type td {
    border-bottom: 0;
}
.price-table td.cat {
    font-weight: 600;
    text-align: left;
}
.price-table td.current {
    background-color: #FBF6EE;
    font-weight: 600;
}
.price-table tr.workshop td {
    background-color: #eff7f7;
}
.price-table tr.workshop td.current {
    background-color: #e4efef;
    font-weight: 600;
}
.price-table small {
    display: block;
    font-weight: 400;
    opacity: .8;
    line-height: 1.1em;
    margin-top: .3em;
}
.congreso-section.inscription .extra ul li {
    margin-bottom: 1em;
}
.congreso-section.inscription .pay {
    margin-bottom: 0;
    font-size: .9em;
}

.congreso-section.faq h2 {
    margin-bottom: .5em;
}
.congreso-section.faq .box {
    text-align: left;
    max-width: 800px;
    margin: auto;
    border-bottom: 1px solid #c5d8dc;
}
.congreso-section.faq .box:last-of-type {
    border-bottom: 0;
}
.congreso-section.faq .box .title {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}
.congreso-section.faq .box h4 {
    flex: 1;
    font-size: 1em;
    line-height: 1.2em;
    color: #16363c;
    margin-bottom: 0;
}
.congreso-section.faq .box i {
    font-size: 1.5em;
    margin-left: 20px;
}
.congreso-section.faq .box .show i {
    font-weight: 900;
}
.congreso-section.faq .box .show i::before {
    content: "\f056";
}
.congreso-section.faq .box .text {
    display: none;
    font-size: .9em;
    line-height: 1.4em;
}

.congreso-section.location {
    background-color: #e4efef;
}
.congreso-section.location .box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-radius: 1em;
    overflow: hidden;
    border: 1px solid #c5d8dc;
}
.congreso-section.location .info {
    width: 100%;
    padding: 20px;
}
.congreso-section.location h2 {
    font-size: 2.5em;
}
.congreso-section.location .item {
    display: flex;
    align-items: center;
    border-top: 1px solid #c5d8dc;
    padding: 15px 0;
    margin: 0;
    line-height: 1.2em;
}
.congreso-section.location .item:last-of-type {
    border-bottom: 1px solid #c5d8dc;
    margin-bottom: 40px;
}
.congreso-section.location .item i {
    flex: 0 0 auto;
    font-size: 1.3em;
    background: #e2944c;
    color: #fff;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    margin-right: .5em;
}
.congreso-section.location .item .text {
    font-weight: 700;
    font-size: 1.1em;
}
.congreso-section.location .item strong {
    display: block;
    text-transform: uppercase;
    font-size: .6em;
    color: #398CAC;
    margin-bottom: .3em;
}
.congreso-section.location .map {
    width: 100%;
    height: 350px;
}
.congreso-section.location .map iframe {
    width: 100%;
    height: 100%;
}
.congreso-section.invitation {
    position: relative;
    overflow: hidden;
}
.congreso-section.invitation .box {
    position: relative;
    z-index: 2;
    background-color: #125a69;
    padding: 20px;
    border-radius: 1em;
    color: #fff;
}
.congreso-section.invitation h2 {
    color: #fff;
    max-width: none;
}
.congreso-section.invitation h3 {
    font-style: italic;
    color: #e2944c;
    font-weight: 600;
}
.congreso-section.invitation p {
    opacity: .8;
    max-width: 600px;
    margin: 0 auto 40px auto;
}
.congreso-section.invitation .acs-btn {
    margin: 10px;
}
.congreso-section.invitation .acs-btn.alt {
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}
.congreso-section.invitation .acs-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #125a69;
}
.congreso-section.invitation .bg-1 {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    width: 100%;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 1;
}

.congreso-section.logos .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.congreso-section.logos .items .box {
    width: 50%;
    max-width: 190px;
    padding: 20px;
}
.congreso-section.logos .items .box span {
    display: inline-block;
    text-transform: uppercase;
    font-size: .6em;
    background: rgba(18, 91, 105, 0.2);
    color: #125a69;
    line-height: 1;
    padding: .4em .8em;
    border-radius: 20px;
    margin-top: 1em;
}
.congreso-section.logos h3 {
    margin: 2em 0 1em 0;
}

.congreso-section.contact {
    background: #FBF6EE;
}
.congreso-section.contact .wpcf7 {
    max-width: 500px;
    margin: auto;
}
.congreso-section.contact .wpcf7 label {
    display: block;
    margin-bottom: 10px;
}
.congreso-section.contact input[type=submit] {
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 0 0 auto;
}
.wpcf7-spinner {
    display: none;
}

/*.wc-block-components-product-metadata__description {
    display: none;
}
.wc-block-components-product-details__name {
    display: block;
}*/
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: none;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    color: #16363c;
    border-radius: 10px;
    border: 1px solid #16363c;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
    border-color: #398CAC;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: #16363c;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
}
:where(.woocommerce) .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -8px;
}
.woocommerce form .form-row label {
    line-height: 1.5em;
}
.woocommerce-checkout .checkout .checkout-inline-error-message {
    display: none;
}
.woocommerce-checkout button.thwcfe-btn-file-upload {
    border-radius: 10px;
    padding: .5em;
}
.woocommerce-checkout .upload-btn-wrapper:hover button.thwcfe-btn-file-upload {
    background-color: #16363c;
    border-color: #16363c;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: .9em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.woocommerce form.checkout_coupon {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
}
.woocommerce form.checkout_coupon button {
    width: 100%;
    padding: .5em;
    border-radius: 10px;
}
.woocommerce-checkout .woocommerce-checkout {
    margin-top: 2em;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 2em;
}
.woocommerce-checkout h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: .5em;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #FBF6EE;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f1e9dd;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f1e9dd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-terms-and-conditions-wrapper {
    font-size: .8em;
    line-height: 1.2em;
}
.thwcfe-file-upload-msg {
    font-size: .9em;
}
.thwcfe-file-upload-msg br:first-of-type {
    display: none;
}
.thwcfe-uloaded-file-list-item .thwcfe-column-actions {
    margin-right: 0;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}

#e89-footer .columns-container {
    justify-content: space-between;
}

#e89-footer h3 {
    color: #125a69;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
#e89-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#e89-footer .col-1 img {
    width: 100%;
    max-width: 230px;
}
#e89-footer .col-4-a .column.col-4 p {
    max-width: 600px;
    margin: 40px auto 0 auto;
}
#e89-footer .copyright-area {
    border-color: #c5d8dc;
}

@media (min-width: 576px) {

    #e89-footer .col-4-a .column.col-1,
    #e89-footer .col-4-a .column.col-4 {
        width: 100%;
        max-width: none;
    }

}

@media (min-width: 600px) {

    .congreso-section.banner .info {
        flex-direction: row;
        justify-content: center;
    }
    .congreso-section.banner .info >div {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 20px;
        align-items: flex-start;
    }

    .congreso-section.axes .items {
        grid-template-columns: repeat(2, 1fr);
    }
    .congreso-section.axes .box {
        grid-column: auto;
    }
    
    .price-table {
        font-size: .9em;
    }

    .woocommerce form.checkout_coupon .form-row-first {
        flex: 1;
        width: auto;
    }
    .woocommerce form.checkout_coupon .form-row-last {
        width: 50%;
        max-width: 300px;
    }

}

@media (min-width: 768px) {

    .congreso-section .wrapper {
        padding: 80px 20px;
    }
    .congreso-section .desc {
        margin-bottom: 2em;
    }
    .congreso-section.about .img {
        width: 45%;
        max-width: none;
        margin: 0 5% 0 0;
    }
    .congreso-section.about .text {
        padding: 20px 0;
    }

    .congreso-section.method .items .box {
        width: 23%;
    }

    .congreso-section.people .items .box {
        width: 33.333%;
    }

    .congreso-section .popup .content {
        flex-direction: row;
        min-height: min(500px, calc(100vh - 40px));
    }
    .congreso-section .popup .close {
        top: 5px;
        right: 5px;
    }
    .congreso-section .popup .img {
        width: 30%;
        max-height: none;
        aspect-ratio: auto;
    }
    .congreso-section .popup .bgimg {
        display: none;
    }
    .congreso-section .popup .info {
        padding: 30px 20px;
    }
    .congreso-section .popup .scroll {
        padding: 0 20px;
    }

    .congreso-section.workshop .items .box {
        width: 48%;
    }

    .congreso-section.inscription .items .ticket {
        width: 48%;
        padding: 20px;
    }

    .congreso-section.inscription .extra ul li {
        width: 48%;
    }

    .congreso-section.faq h2 {
        margin-bottom: 1em;
    }
    .congreso-section.location .info {
        width: 50%;
        padding: 40px;
    }
    .congreso-section.location .map {
        width: 50%;
        height: auto;
    }

    .congreso-section.invitation .box {
        padding: 40px;
    }
    .congreso-section.invitation .bg-1 {
        width: 75%;
    }

    #e89-footer .col-4-a .column.col-1,
    #e89-footer .col-4-a .column {
        flex: 0 0 auto;
        width: auto;
        max-width: 270px;
    }

}

@media (min-width: 1024px) {

    #main-menu .full-width.col-3 .column {
        max-width: 386px;
    }

    .congreso-section.banner h2 {
        font-size: 6em;
    }

    .congreso-section.axes .items {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 200px;
    }
    .congreso-section.axes .big {
        grid-column: span 2;
        grid-row: span 2;
    }
    .congreso-section.axes .wide {
        grid-column: span 2;
    }

    .congreso-section.people .items .box {
        width: 20%;
    }
    .congreso-section.people .items .wrap {
        min-height: 300px;
    }

    .congreso-section.invitation .bg-1 {
        width: 40%;
    }
    .congreso-section.invitation .bg-2 {
        position: absolute;
        top: 0;
        bottom: -1px;
        left: -1px;
        width: 30%;
        background-size: contain;
        background-position: bottom left;
        background-repeat: no-repeat;
    }

}