html, body { height: 100%; }

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{ flex: 1; }

main > section {
    padding: 80px 30px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

footer {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

section > div.container {
    margin: 0 auto;
}

section h2 {
    font-size: 36px;
}

section#emprende593-introduction {
    background-image: url('/assets/image/landing/emprende/banner-main.png');
    color: #ffffff;
    text-align: center;
}

section#emprende593-introduction h2, section#emprende593-introduction p {
    font-size: 48px;
    margin: 0 0 16px
}

a.openPopup[role=button] {
    margin-top: 1em;
    font-size: 22px;
    padding: 20px 0;
    width: 425px;
    max-width: 100%;
}

section#emprende593-aboutUs img#main-aboutUs {
    width: 100%;
    height: auto;
    margin: 40px auto;
}
section#emprende593-aboutUs iframe {
    width: 560px;
    height: 360px;
    max-width: 100%;
}

section#emprende593-operation {
    background-image: url('/assets/image/landing/emprende/how-work.png');
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

section#emprende593-applyNow {
    padding: 100px 20% 0;
}
section#emprende593-applyNow img {
    max-width: 350px;
}

section.bg-semiMoon {
    background-color: #ffffff;
    background-image: url('/assets/image/landing/emprende/semi-moon.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
}


@media (max-width: 767px) {
    section#emprende593-introduction {
        padding: 120px 30px;
    }
    section#emprende593-introduction h2, section#emprende593-introduction p {
        font-size: 24px;
    }
    a.openPopup {
        font-size: 20px;
        padding: 17px 0;
        width: 100%;
    }

    section#emprende593-aboutUs iframe, section#emprende593-aboutUs img#main-aboutUs {
        width: 100vh;
    }
    section#emprende593-applyNow {
        padding: 30px;
    }

    section.bg-semiMoon {
        background: white;
    }

    section#emprende593-applyNow > div.container > div.relative > img {
        margin-left: -20px;
        width: 100%;
        height: auto;
    }
    section#emprende593-applyNow > div.container > div.relative > div {
        padding-top: 100px;
        margin-top: -75px;
        text-align: center;
    }

    section#emprende593-invitation {
        margin-top: -30px;
    }
}

.glide__bullet.glide__bullet--active {
    background-color: #4A1CB0;
    opacity: 1;
}

@media (min-width: 1024px) {
    #responsive-carousel .glide__track {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
        overflow: visible !important;
        transform: none !important;
        width: 100% !important;
    }

    #responsive-carousel .glide__slides {
        display: contents !important;
    }

    #responsive-carousel .glide__slide {
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    #responsive-carousel .glide__bullets {
        display: none !important;
    }
}

/* View Register*/
 div#banner-register {
    background-image: url('/assets/image/landing/emprende/banner-register.png');  
}
/* View Register mobile */
@media (max-width: 768px) {
    div#banner-register {
      background-image: url('/assets/image/landing/emprende/banner-register-mobile.png');
      height: 680px;
    }
  }
div#banner-register-thankyou {
    background-image: url('/assets/image/landing/emprende/banner-register-thankyou.png');  
}
/* View Login*/
div#banner-login {
    background-image: url('/assets/image/landing/emprende/banner-login.png');  
}

.accordion-header.disabled {
    opacity: 0.5;
    pointer-events: none;       /* impide hacer click */
    cursor: default;
}
