/*
Theme Name: ExpoANTAD 2026
Theme URI: https://expoantad.com.mx/
Description: ExpoANTAD 2026 theme
Version: 1.0
Author: Javier Calder&oacute;n
Author URI: http://www.javdesigner.com
Tags: expoantad 2026

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html,
body {
    font-size: 18px;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #4a4a4a;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #4a4a4a !important;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.h2, h2 {
    font-size: 50px;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 60px;
    }
}

:root {
    --layout-color-primario: #006f79;
    --layout-color-primario-light: #91b6b9;
    --layout-color-primario-opacidad: rgba(0, 111, 121, 0.4);
    --layout-color-secundario: #fff;
    --layout-color-tercero: #1d1d1b;
    /* --layout-color-secundario: #afafaf; */
}

a {
    color: var(--layout-color-primario);
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: underline;
}

.amx-btn {
    text-decoration: none;
    border-radius: 5px;
    padding: 13px 25px 10px 25px;
    line-height: 1.2;
    font-size: 1.3rem;
    transition: all 0.3s ease-in-out;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.amx-btn-with-icon {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.amx-btn-with-icon svg {
    height: 1.3rem;
    width: 1.3rem;
}

@media(min-width: 1200px) {
    .amx-btn {
        padding: 16px 35px 13px 35px;
        font-size: 1.6rem;
    }

    .amx-btn-with-icon svg {
        height: 1.6rem;
        width: 1.6rem;
    }
}

.amx-btn-secundario {
    color: var(--layout-color-secundario);
    background-color: transparent;
    border: 2px solid var(--layout-color-secundario);
}

.amx-btn-secundario:focus,
.amx-btn-secundario:hover {
    color: var(--layout-color-primario);
    background-color: var(--layout-color-secundario);
}

.amx-btn-primario {
    color: #fff;
    background-color: var(--layout-color-primario);
    border: 2px solid var(--layout-color-primario);
}

.amx-btn-primario:focus,
.amx-btn-primario:hover {
    color: var(--layout-color-primario);
    background-color: #fff;
    border: 2px solid #fff;
}

.vc_btn3,
.ubtn {
    color: #fff !important;
    border-radius: 5px !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400 !important;
    font-style: normal; 
    font-size: 1rem !important;
    /* background-color: #4a4a4a !important;
    border: 2px solid #4a4a4a !important; */
    background-color: #004f54 !important;
    border: 2px solid #004f54 !important;
}

.amx-participation-card .ubtn {
    background-color: #004f54 !important;
    border: 2px solid #004f54 !important;
}

.amx-btn-white .ubtn {
    color: #4a4a4a !important;
    background-color: #fff !important;
    border: 2px solid #fff !important;
}

.vc_btn3:hover,
a:hover .ubtn {
    color: var(--layout-color-primario) !important;
    background-color: #fff !important;
    border: 2px solid var(--layout-color-primario) !important;
}

.vc_btn3.vc_btn3-size-xs,
.vc_btn3.vc_btn3-size-lg,
button.ubtn-small,
button.ubtn-large {
    padding: 10px 30px 8px 30px;
}

.amx-mb-1 {
    margin-bottom: 1rem;
}

.amx-mb-2 {
    margin-bottom: 2rem;
}

.amx-mb-25 {
    margin-bottom: 2.5rem;
}

.amx-mb-3 {
    margin-bottom: 3rem;
}

.amx-mb-4 {
    margin-bottom: 4rem;
}

.amx-mb-5 {
    margin-bottom: 5rem;
}

.amx-mt-4 {
    margin-top: 4rem;
}

.amx-rounded-lg figure img {
    border-radius: 8px !important;
}

/**
* Header
*/

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

.amx-top-bg {
    background-color: var(--layout-color-primario);
    color: #fff;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.amx-top-bg-visible {
    opacity: 1;
    height: auto;
    max-height: 40px;
    pointer-events: auto;
}

.amx-top {
    padding-top: 4px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.amx-top svg  {
    fill: currentColor;
    stroke: currentColor;
    width: 1.2rem;
    height: 1.2rem;
}

.amx-top p {
    margin: 0;
}

.amx-top-social {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    margin: 0;
}

@media(min-width: 768px) {
    .amx-top-social {
        gap: 14px;
    }
}

.amx-top-social li {
    list-style: none;
}

.amx-top-social a {
    color: #fff;
    text-decoration: none;
}

.amx-middle {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    gap: 2rem;
    border-bottom: 1px solid var(--layout-color-primario-opacidad);
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .amx-middle {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.amx-header-scroll {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.amx-middle-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}

@media (min-width: 992px) {
    .amx-middle-scroll{
        border-bottom: 1px solid var(--layout-color-primario-opacidad);
    }
}

.amx-middle-scroll .amx-btn {
    padding: 12px 28px 8px 28px;
    font-size: 1.2rem;
}

.amx-middle-scroll .amx-btn-with-icon svg {
    height: 1.2rem;
    width: 1.2rem;
}

@media(min-width: 1200px) {
    .amx-middle-scroll .amx-btn {
        padding: 14px 34px 12px 34px;
        font-size: 1.4rem;
    }

    .amx-middle-scroll .amx-btn-with-icon svg {
        height: 1.4rem;
        width: 1.4rem;
    }
}

.amx-middle-scroll .amx-btn-secundario {
    color: var(--layout-color-primario);
    background-color: transparent;
    border: 2px solid var(--layout-color-primario);
}

.amx-middle-scroll .amx-btn-secundario:focus,
.amx-middle-scroll .amx-btn-secundario:hover {
    color: #fff;
    background-color: var(--layout-color-primario-opacidad);
    border: 2px solid transparent;
}

.amx-middle-scroll .amx-btn-primario {
    color: #fff;
    background-color: var(--layout-color-primario);
    border: 2px solid var(--layout-color-primario);
}

.amx-middle-scroll .amx-btn-primario:focus,
.amx-middle-scroll .amx-btn-primario:hover {
    color: #fff;
    background-color: var(--layout-color-primario-opacidad);
    border: 2px solid transparent;
}

.amx-logo {
    display: block;
    width: 140px;
}

@media(min-width: 992px) {
    .amx-logo {
        width: 180px;
    }
}

.amx-date-n-place {
    position: relative;
    height: 70px;
}

.amx-date-n-place h2 {
    color: #fff !important;
    font-size: 1.4rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.amx-date-n-place p {
    color: #fff;
    font-size: .8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.amx-middle-scroll .amx-date-n-place h2,
.amx-middle-scroll .amx-date-n-place p {
    color: var(--layout-color-primario) !important;
}

.amx-date-n-place .amx-arrows {
    position: absolute;
    height: 60px;
    width: auto;
    bottom: -18px;
}

.amx-middle-scroll .amx-date-n-place .amx-arrows {
    height: 55px;
    bottom: -19px;
    opacity: .9;
}

@media(min-width: 992px) {

    .amx-date-n-place {
        height: 80px;
    }

    .amx-date-n-place h2 {
        font-size: 1.8rem;
    }

    .amx-date-n-place p {
        font-size: 1rem;
    }

    .amx-date-n-place .amx-arrows {
        height: 80px;
        bottom: -42px;
    }
}

.amx-nav-container{
    background-color: transparent;
    position: relative;
}

.amx-nav-btn {
    border: 0;
    padding: 0;
    background-color: transparent;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    opacity: 1;
    transition: all 150ms ease-in-out;
}

.amx-nav-btn-hidden {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.amx-nav-btn svg {
    color: #fff;
    width: 3rem;
    height: 3rem;
}

.amx-middle-scroll .amx-nav-btn svg {
    color: var(--layout-color-primario);
}

.amx-nav-mobile svg,
.amx-nav-mobile-children svg {
    pointer-events: none;
}

.amx-nav-mobile-container {
    background-color: #fff;
    margin: .5rem 0 0 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow-y: scroll;
    scrollbar-width: thin;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    padding: 1rem 2rem;
    position: absolute;
    left: 5px;
    right: 5px;
}

.amx-nav-mobile-container-visible {
    height: auto;
    max-height: 66vh;
    opacity: 1;
    pointer-events: auto
}

@media(min-width: 992px) {
    .amx-nav-mobile-container {
        display: none;
    }
}

.amx-nav-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.amx-nav-mobile-item {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.amx-nav-mobile-child-item {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.amx-nav-mobile-item svg {
    width: 1rem;
    height: 1rem;
}

.amx-nav-mobile-item a {
    color: #212529;
    text-decoration: none;
}

.amx-nav-mobile-children-container,
.amx-nav-mobile-grandchildren-container {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.amx-nav-mobile-children-visible {
    height: auto;   
    max-height: 350px;
}

.amx-nav-mobile-children {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 1rem 0 0 1rem;
    gap: 1.1rem;
}

.amx-nav-mobile-grandchildren {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 1rem 0 0 1.5rem;
    gap: 1.1rem;
}

.amx-nav-mobile-children li {
    line-height: 1;
}

.amx-nav-mobile-child {
    text-decoration: none;
    line-height: 1;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
    pointer-events: auto;
}

@media(min-width: 992px) {
    .amx-nav-mobile {
        display: none;
    }
}

.amx-nav {
    display: none;
}

@media(min-width: 992px) {
    .amx-nav {
        display: flex;
        align-items: center;
        height: 50px;
        max-height: 50px;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 16px;
        transition: all 0.3s ease-in-out;
    }
}

.amx-nav-scroll {
    height: 40px;
    max-height: 40px;
}

.amx-nav-item {
    color: #fff;
    font-size: .8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

@media(min-width: 1200px) {
    .amx-nav-item {
        font-size: 1rem;
    }
}

.amx-nav-scroll .amx-nav-item {
    color: var(--layout-color-primario);
}

.amx-nav-item:focus,
.amx-nav-item:hover {
    border-bottom: 2px solid var(--layout-color-primario);
    cursor: pointer;
}

.amx-nav-item svg {
    width: 1.2rem;
    height: 1.2rem;
}

.amx-nav-item > a {
    color: #fff;
    text-decoration: none;
}

.amx-nav-scroll .amx-nav-item > a {
    color: var(--layout-color-primario);
}


.amx-nav-parent {
    position: relative;
}

.amx-nav-children-container {
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    padding-top: 5px;
    width: auto;
    opacity: 0;
    transform: translateY(5%);
    transition: all 0.5s ease-in-out;
}

.amx-nav-children {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 1.2rem 1rem;
    min-width: 224px;
    gap: 1rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.amx-nav-parent:focus .amx-nav-children-container,
.amx-nav-parent:hover .amx-nav-children-container {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.amx-nav-child-title {
    text-decoration: none;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}

a.amx-nav-child-title:focus,
a.amx-nav-child-title:hover {
    cursor: pointer;
    text-decoration: underline;
}

.amx-nav-children .amx-nav-parent .amx-nav-children {
    box-shadow: none;
    padding: 1rem 0 0 2rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
    min-width: 180px;
}

.amx-nav-children .amx-nav-parent:focus .amx-nav-children,
.amx-nav-children .amx-nav-parent:hover .amx-nav-children {
    visibility: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;

}

.amx-nav-children .amx-nav-parent .amx-nav-children .amx-nav-child {
    color: black;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.amx-nav-children .amx-nav-parent .amx-nav-children .amx-nav-child:focus,
.amx-nav-children .amx-nav-parent .amx-nav-children .amx-nav-child:hover {
    text-decoration: underline;
}

.hero {
    width: 100%;
    height: 31rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.hero h1 {
    color: #fff !important;
}

@media(min-width: 768px) {
    .hero {
        height: 34rem;
    }
}

@media(min-width: 992px) {
    .hero {
        height: 40rem;
    }
}

.amx-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(29, 29, 27, 0.1); */
    background: linear-gradient(175deg, var(--color-primario-light), var(--color-primario-dark));
    opacity: .35;
}

.hero .content {
    display: flex;
    padding: 0 1rem 4rem 1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.hero .content h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.hero .content p {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media(min-width: 992px) {
    .hero .content {
        width: min(100%, 600px);
        margin-left: auto;
        margin-right: auto;
    }

    .hero .content h1 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1rem;
    }

    .hero .content p {
        color: #fff;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }
}

.amx-hero-bg-img-container {
    position: absolute;
    inset: 0;
}

.amx-hero-bg-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.amx-hero-content-text {
    width: 100%;
    color: #fff;
}

.amx-hero-content-text h1 {
    font-size: 2rem;
}

.amx-hero-content-text p {
    font-size: .8rem;
}

.amx-hero-content-img {
    margin-bottom: 2rem;
}

.amx-hero-content-img img {
    width: 100%;
}

@media(min-width: 992px) {
    .amx-hero-content-text {
        order: 1;
        padding: 0 1.5rem 0 0;
        width: 50%;
    }

    .amx-hero-content-text h1 {
        font-size: 3rem;
    }

    .amx-hero-content-text p {
        font-size: 1rem;
    }

    .amx-hero-content-img {
        order: 2;
        padding: 0 0 0 1.5rem;
        width: 50%;
    }
}

/**
* Home
*/

.amx-counter-bullet {
    text-align: center;
    font-size: 1.3rem;
    position: relative;
}

@media(min-width: 991px) {
    .amx-counter-bullet {
        font-size: 1.7rem;
    }   
}

.amx-home-highlights h3 {
    margin-top: 15px !important;
}

.amx-participation-card h3 {
    color: #fff !important;
}

/**
* Sidebar
*/

.amx-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    background-color: #004f54;
    z-index: 100;
}

@media(min-width: 992px) {
    .amx-sidebar {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
    }   
}

.amx-sidebar-link {
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 80px;
    position: relative;
    background-color: #004f54;
}

@media(min-width: 992px) {
    .amx-sidebar-link {
        height: 80px;
        width: 80px;
    }
}

.amx-sidebar-link-first {
    border-top-left-radius: 5px;
}

@media(min-width: 992px) {
    .amx-sidebar-link-first {
        border-top-left-radius: 5px;
    }
}

.amx-sidebar-link-last {
    border-top-right-radius: 5px;
}

@media(min-width: 992px) {
    .amx-sidebar-link-last {
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }
}

.amx-sidebar-link:focus,
.amx-sidebar-link:hover {
    color: #fff;
    background-color: var(--layout-color-primario);
}

.amx-sidebar-link svg {
    height: 1.6rem;
    width: 1.6rem;
}

@media(min-width: 992px) {
    .amx-sidebar-link svg {
        height: 2rem;
        width: 2rem;
    }
}

.amx-sidebar-link p {
    margin: 3px 0 0 0;
    font-size: .6rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
}

.amx-sidebar-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.amx-footer {
    /* background-color: #212529; */
    color: #fff;
    margin-bottom: 64px;
    background: #005b79;
    background: linear-gradient(144deg, rgba(0, 91, 121, 1) 0%, rgba(0, 23, 26, 1) 100%);
}

@media(min-width: 992px) {
    .amx-footer {
        background-color: #212529;
        color: #fff;
        margin-bottom: 0;
    }   
}

.amx-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6rem;
    row-gap: 1rem;
}

.amx-footer-logo {
    display: block;
    width: 180px;
}

.amx-footer-top {
    /* border-bottom: 1px solid #3f464d; */
    border-bottom: 1px solid #cbcbcb;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.amx-footer-top h2 {
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
}

.amx-footer-social {
    list-style: none;
    display: flex;
    gap: 1.3rem;
    margin: 0;
    padding: 0;
}

.amx-footer-social li {
    padding: 0;
    margin: 0;
}

.amx-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: #3f464d; */
    background-color: #0a6d75;
    color: #fff;
}

.amx-footer-social a:hover {
    background-color: #fff;
    color: #3f464d;
}

.amx-footer-social a svg {
    fill: currentColor;
    stroke: currentColor;
    width: 1.2rem;
    height: 1.2rem;
}

.amx-footer-middle {
    /* border-bottom: 1px solid #3f464d; */
    border-bottom: 1px solid #cbcbcb;
}

.amx-footer-middle-column {
    padding: 2rem 0;
}

.amx-footer-middle-column h2 {
    color: #fff !important;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.amx-footer-middle-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amx-footer-middle-column li {
    padding: 0;
    margin: 0;
    font-size: .9rem;
}

.amx-footer-middle-column a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.amx-footer-middle-column a:hover {
    text-decoration: underline;
}

.amx-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amx-footer-contact li,
.amx-footer-contact li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.amx-footer-contact p {
    margin: 0;
}

.amx-footer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: #3f464d; */
    background-color: #0a6d75;
    color: #fff;
}

.amx-footer-contact li a:hover .amx-footer-contact-icon {
    background-color: #fff;
    color: #3f464d;
}

.amx-footer-contact-icon svg {
    fill: transparent;
    stroke: currentColor;
    width: 1.2rem;
    height: 1.2rem;
}

.amx-footer-bottom {
    padding: 2rem 0 0 0;
}

.amx-footer-bottom p {
    font-size: 1.2rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.amx-hero-interior {
    width: 100%;
    height: 26rem;
    position: relative;
}

.amx-hero-interior-color-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(2 138 144 / 50%);
}

.amx-hero-interior-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 3rem;
}

.amx-hero-interior-content h1 {
    margin: 0;
    color: #fff !important;
    font-size: 3.1rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media(min-width: 991px) {
    .amx-hero-interior-content h1 {
        font-size: 4rem;
    }

    .amx-hero-interior-content {
        padding: 4rem;
    }
}

.amx-hero-area-name {
    font-size: 2rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.amx-hero-interior img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.container-section {
	margin: 30px 0;
}

.amx-faqs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.amx-faq {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.amx-faq-question {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.amx-faq-arrow-down,
.amx-faq-arrow-up {
    flex-shrink: 0;
}

.amx-faq-arrow-down svg,
.amx-faq-arrow-up svg {
    fill: currentColor;
    height: 1.5rem;
    width: 1.5rem;
}

.amx-faq-q {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.amx-faq-question:hover {
    color: var(--layout-color-primario);
}

.amx-faq-answer {
    margin: 0;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.amx-faq-answer-open {
    margin-top: 2rem;
    height: auto;
    max-height: 300px;
    opacity: 1;
}

@media(min-width: 991px) {
    .amx-faqs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1200px) {
    .amx-faqs {
        grid-template-columns: repeat(3, 1fr);
    }
}


.amx-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amx-contact-info li,
.amx-contact-info li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.amx-contact-info li a {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

.amx-contact-info p {
    margin: 0;
}

.amx-contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3f464d;
    color: #fff;
}

.amx-contact-info li a:hover .amx-contact-info-icon {
    background-color: var(--layout-color-primario);
    color: #fff;
}

.amx-contact-info-icon svg {
    fill: transparent;
    stroke: currentColor;
    width: 1.2rem;
    height: 1.2rem;
}

.amx-segmentos-merc .ifb-face {
    box-shadow: #FFEC74 0px 2px 8px;
}

.amx-segmentos-alim .ifb-face {
    box-shadow: #FF863F 0px 2px 8px;
}

.amx-segmentos-mobi .ifb-face {
    box-shadow: #44DCFF 0px 2px 8px;
}

.amx-segmentos-tec .ifb-face {
    box-shadow: #368EDE 0px 2px 8px;
}

.amx-segmentos-inter .ifb-face {
    box-shadow: #D6D6D6 0px 2px 8px;
}

.amx-segmentos-inter .ifb-face {
    box-shadow: #D6D6D6 0px 2px 8px;
}

.amx-segmentos-mex .ifb-face {
    box-shadow: #9D143E 0px 2px 8px;
}

.amx-segmentos-pan .ifb-face {
    box-shadow: #7F5539 0px 2px 8px;
}

.amx-segmentos-healthy .ifb-face {
    box-shadow: #53BD89 0px 2px 8px;
}

.amx-segmentos-food .ifb-face {
    box-shadow: #FFCF6F 0px 2px 8px;
}

.amx-segmentos-conf .ifb-face {
    box-shadow: #2FFFEA 0px 2px 8px;
}

.amx-countdown .ult_countdown-amount {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/**
* Galeria
*/

.amx-galeria-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
    /* background-color: #006f79; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply; */
}

.amx-galeria-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.amx-galeria img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amx-galeria #amx-thumbnail-carousel .splide__slide {
    opacity: 1;
}

.amx-galeria #amx-thumbnail-carousel .splide__slide img {
    border: 3px solid transparent;
}

.amx-galeria .splide__slide.is-active {
  opacity: 1;
}

/* #amx-thumbnail-carousel .amx-slide-border-white .splide__slide.is-active img {
    border: 3px solid #fff;
}

#amx-thumbnail-carousel .amx-slide-border-gray .splide__slide.is-active img {
    border: 3px solid #a5a5a6;
} */

.amx-galeria .splide__track .splide__list {
    height: auto;
}

.splide__arrow {
    background: #fff;
}

.amx-galeria .splide__track--nav>.splide__list>.splide__slide {
    border-radius: 5px;
}

.amx-galeria .splide__track--nav>.splide__list.amx-slide-border-white>.splide__slide.is-active {
    border: 3px solid #fff;
}
.amx-galeria .splide__track--nav>.splide__list.amx-slide-border-gray>.splide__slide.is-active {
    border: 3px solid #a5a5a6;
}

/**
* Video
*/

.video-js {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.video-js video {
    border-radius: 5px;
}

.vjs-poster img {
    border-radius: 5px;
    object-fit: cover;
}

/**
* Posts
*/

.amx-post-prev {
    min-height: 500px;
}

.amx-photo-card {
    display: none;
}

@media(min-width: 992px) {
    .amx-photo-card {
        display: flex;
        align-items: center;
        position: relative;
    }
}

.amx-photo-card-photo-container-out {
    border-radius: 30px;
    border: 1px solid #c1c1c1;
    padding: 10px;
    width: 50%;
    max-width: 600px;
    aspect-ratio: 5/4;
}

.amx-photo-card-right .amx-photo-card-photo-container-out {
    margin-left: auto;
}

.amx-photo-card-photo-container-in {
    border-radius: 20px;
    position: relative;
}

.amx-photo-card-logo {
    display: block;
    position: absolute;
    top: 40px;
    width: 60px;
    z-index: 10;
}

.amx-photo-card-right .amx-photo-card-logo {
    right: -1px;
}

.amx-photo-card-left .amx-photo-card-logo {
    left: -1px;
}

.amx-photo-card-photo-container-in::after {
    box-shadow: inset 3px 3px 10px 0 #000000;
    border-radius: 20px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.amx-photo-card-photo {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amx-photo-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 290px;
    width: 53%;
    position: absolute;
    top: 42px;
    border-radius: 5px;
}

.amx-photo-card-right .amx-photo-card-content {
    left: 0;
}

.amx-photo-card-left .amx-photo-card-content {
    right: 0;
}

@media(min-width: 1200px) {
    .amx-photo-card-content {
        top: 82px;
    }
}

@media(min-width: 1400px) {
    .amx-photo-card-content {
        height: 300px;
        width: 56%;
        top: 92px;
    }
}

.amx-photo-card-content-title {
    font-size: 2rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #272727 !important;
}

.amx-photo-card-content-p {
    color: #272727;
    font-size: .7rem;
}

@media(min-width: 1200px) {
    .amx-photo-card-content-p {
        font-size: .8rem;
    }
}

.amx-photo-card-content-btn {
    color: #fff;
    background-color: var(--layout-color-primario);
    border: 2px solid var(--layout-color-primario);
    border-radius: 5px;
    padding: 10px 30px 8px 30px;
    font-size: 1rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    gap: 5px;
    text-decoration: none;
}

.amx-photo-card-content-btn:hover {
    color: var(--layout-color-primario);
    background-color: #fff;
    cursor: pointer;
}

.amx-photo-card-content-btn svg {
    height: 1.4rem;
    width: 1.3rem;
}

.amx-photo-card-mobile {
    border-radius: 25px;
    border: 1px solid #c1c1c1;
    padding: 20px;
}

@media(min-width: 992px) {
    .amx-photo-card-mobile {
        display: none;
    }
}

.amx-photo-card-mobile-photo-container {
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1rem;
}

.amx-photo-card-mobile-photo-container::after {
    box-shadow: inset 3px 3px 10px 0 #000000;
    border-radius: 5px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.amx-photo-card-mobile-logo {
    display: block;
    position: absolute;
    top: 30px;
    width: 36px;
    z-index: 10;
}

.amx-photo-card-mobile.amx-photo-card-right .amx-photo-card-mobile-logo {
    right: -1px;
}

.amx-photo-card-mobile.amx-photo-card-left .amx-photo-card-mobile-logo {
    left: -1px;
}

.amx-photo-card-mobile-photo {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amx-photo-card-mobile-title {
    font-size: 1.8rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1rem;
}

.amx-photo-card-mobile-p {
    font-size: .8rem;
    margin-bottom: 1rem;
}

.amx-photo-card-mobile-btn {
    color: #fff;
    background-color: var(--layout-color-primario);
    border: 2px solid var(--layout-color-primario);
    border-radius: 5px;
    padding: 10px 30px 8px 30px;
    font-size: .8rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    width: min-content;
    gap: 5px;
    text-decoration: none;
}

.amx-photo-card-mobile-btn:hover {
    color: var(--layout-color-primario);
    background-color: #fff;
    cursor: pointer;
}

.amx-photo-card-mobile-btn svg {
    height: 1.1rem;
    width: 1.2rem;
}

.amx-photo-card-borderless {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.amx-photo-card-borderless-photo {
    display: block;
    width: 100%;
}

.amx-photo-card-borderless-content {
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    margin-top: 1rem;
}

@media(min-width: 992px) {
    .amx-photo-card-borderless {
        flex-direction: row;
        align-items: center;
        justify-content: baseline;
    }

    .amx-photo-card-borderless-photo {
        width: 50%;
    }

    .amx-photo-card-borderless-content {
        margin-top: 0;
    }
}

.amx-single-photo-card {
    border-radius: 30px;
    border: 1px solid #c1c1c1;
    padding: 10px;
    width: 100%;
    aspect-ratio: 5/4;
}

.amx-single-photo-card-in {
    border-radius: 20px;
    position: relative;
}

.amx-single-photo-card-in::after {
    box-shadow: inset 3px 3px 10px 0 #000000;
    border-radius: 20px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.amx-single-photo-card-photo {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amx-single-photo-card-logo {
    display: block;
    position: absolute;
    top: 40px;
    width: 60px;
    z-index: 10;
}

.amx-single-photo-card-logo.amx-single-photo-card-logo-left {
    left: -1px;
}

.amx-single-photo-card-logo.amx-single-photo-card-logo-right {
    right: -1px;
}


/**
* Articulos de interes
*/

.amx-articulos-interes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.amx-articulo-interes {
    border-radius: 20px;
    border: 1px solid var(--layout-color-primario);
    border-bottom: 6px solid var(--layout-color-primario);
    padding: 1rem;
    width: 100%;
}

@media(min-width: 991px) {
    .amx-articulo-interes {
        min-height: 460px;
    }
}

.amx-articulo-interes-img {
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: calc(20px - 1rem);
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.amx-articulo-interes-titulo {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.amx-articulo-interes-titulo a {
    color: #4a4a4a;
    text-decoration: none;
}

.amx-articulo-interes-link {
    text-decoration: none;
    padding: 10px 30px 8px 30px;
    color: #fff;
    border-radius: 5px;
    background-color: #004f54;
    border: 2px solid #004f54;
    font-size: 1rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0 auto;
}

.amx-articulo-interes-link:hover {
    padding: 10px 30px 8px 30px;
    color: var(--layout-color-primario);
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid var(--layout-color-primario);
}

@media(min-width: 991px) {
    .amx-articulos-interes {
        grid-template-columns: repeat(3, 2fr);
    }
}

/**
* Aliados
*/

.amx-aliados {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.amx-aliado {
    position: relative;
}

.amx-aliado-logo {
    display: block;
    width: 100%;
}

.amx-aliado-link {
    position: absolute;
    inset: 0;
}

@media(min-width: 768px) {
    .amx-aliados {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width: 991px) {
    .amx-aliados {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(min-width: 1200px) {
    .amx-aliados {
        grid-template-columns: repeat(5, 1fr);
    }
}

/**
* Lightbox
*/

a.glink img {
    opacity: 1 !important;
}

.amx-lightbox img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.sl-overlay {
    background-color: #000000;
}

.sl-wrapper .sl-close {
    color: #fff;
}

/**
* Estilos sobreescritos
*/

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 8px;
}

.flip-box-wrap .ifb-hover .ifb-back {
    z-index: 1;
}

.amx-plano-evento-flip .ifb-back .flipbox_heading {
    color: #fff !important;
}
