/*====================================================*
* TEATRO ARTEMISA
* HEADER
*====================================================*/

#masthead,
.site-header {
    position: absolute !important;
    top: 0;
    left: 0;

    width: 100%;
    height: 58px;

    background: #052C3D !important;

    display: flex;
    align-items: center;

    padding: 0 !important;
    margin: 0 !important;

    border: none;
    box-shadow: none;

    z-index: 9999;
}


/* CONTENEDOR DEL HEADER */

#masthead .container,
.site-header .container {
    width: 92%;
    max-width: 1280px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 58px;
}


/* LOGO */

.logo-wrap {
    height: 58px;

    display: flex;
    align-items: center;
}

.custom-logo {
    height: 42px;
    width: auto;

    display: block;
}


/* NAVBAR */

#navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    height: 58px;
}


/* MENÚ */

.shoper-main-menu {
    display: flex;
    align-items: center;

    gap: 30px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.shoper-main-menu li {
    list-style: none;

    margin: 0;
    padding: 0;
}

.shoper-main-menu a {
    position: relative;

    display: flex;
    align-items: center;

    height: 58px;

    color: #FFFFFF !important;

    font-family: 'Oswald', sans-serif;

    font-size: 13px;
    font-weight: 500;

    text-transform: uppercase;

    text-decoration: none;

    transition: all .3s ease;
}


/* LÍNEA DEL ELEMENTO ACTIVO */

.shoper-main-menu a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 8px;

    width: 0;
    height: 2px;

    background: #D2451E;

    transform: translateX(-50%);

    transition: width .3s ease;
}

.shoper-main-menu a:hover {
    color: #FFFFFF !important;
}

.shoper-main-menu a:hover::after,
.current-menu-item a::after {
    width: 100%;
}

.current-menu-item a {
    color: #FFFFFF !important;
}


/* ICONOS DEL HEADER */

.header-icon {
    display: flex;
    align-items: center;

    gap: 18px;

    margin-left: 25px;
}

.header-icon i {
    color: #FFFFFF;

    font-size: 15px;

    transition: .3s;
}

.header-icon i:hover {
    color: #D2451E;
}


/*====================================================*
* HERO PRINCIPAL
*====================================================*/

.hero-artemisa {
    position: relative;

    width: 100%;

    /*
     * IMPORTANTE:
     * Ya no queremos un hero de 95vh.
     */
    height: clamp(360px, 45vw, 520px);

    margin-top: 58px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.52) 32%,
            rgba(0,0,0,.18) 65%,
            rgba(0,0,0,.02) 100%
        ),
        url("images/hero.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* CONTENEDOR DEL HERO */

.hero-overlay {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
}


/* CONTENIDO */

.hero-content {
    width: 92%;
    max-width: 1280px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: flex-start;

    color: #FFFFFF;
}


/* TÍTULO */

.hero-content h1 {
    margin: 0;

    max-width: 480px;

    font-family: 'Oswald', sans-serif;

    font-size: clamp(42px, 5vw, 70px);

    line-height: .95;

    font-weight: 700;

    text-transform: uppercase;

    color: #FFFFFF !important;
}


/* SEGUNDA PARTE DEL TÍTULO
   Si utilizas un span */

.hero-content h1 span {
    color: #D2451E;
}


/* DESCRIPCIÓN */

.hero-content p {
    max-width: 420px;

    margin: 18px 0 22px;

    font-size: 16px;

    line-height: 1.45;

    color: #FFFFFF;
}


/* BOTONES */

.hero-buttons {
    display: flex;

    align-items: center;

    gap: 12px;
}


/* BOTÓN PRINCIPAL */

.hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 125px;

    padding: 11px 20px;

    background: #D2451E;

    color: #FFFFFF !important;

    border: 1px solid #D2451E;

    border-radius: 4px;

    text-decoration: none;

    font-family: 'Oswald', sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    transition: all .3s ease;
}

.hero-button:hover {
    background: #F25A24;

    border-color: #F25A24;

    color: #FFFFFF !important;

    transform: translateY(-2px);
}


/* BOTÓN SECUNDARIO */

.hero-button.secondary {
    background: transparent;

    border: 1px solid rgba(255,255,255,.75);

    color: #FFFFFF !important;
}

.hero-button.secondary:hover {
    background: #FFFFFF;

    color: #052C3D !important;

    border-color: #FFFFFF;
}


/*====================================================*
* OCULTAR ELEMENTOS DEL HERO ANTERIOR
*====================================================*/

.hero-tag {
    display: none;
}

.hero-info {
    display: none;
}


/*====================================================*
* PRÓXIMOS EVENTOS
*====================================================*/

.upcoming-events {
    position: relative;

    width: 100%;

    background: #F4F4F4;

    padding: 25px 0 30px;
}

.upcoming-events .container {
    width: 92%;
    max-width: 1280px;

    margin: 0 auto;
}


/* TÍTULO */

.upcoming-events h2 {
    position: relative;

    margin: 0 0 20px;

    padding-bottom: 8px;

    font-family: 'Oswald', sans-serif;

    font-size: 26px;

    line-height: 1;

    text-transform: uppercase;

    color: #052C3D;
}

.upcoming-events h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 42px;
    height: 3px;

    background: #D2451E;
}


/*====================================================*
* RESPONSIVE
*====================================================*/

@media (max-width: 1200px) {

    #masthead,
    .site-header,
    #masthead .container,
    .site-header .container,
    #navbar {
        height: 58px;
    }

    .shoper-main-menu {
        gap: 20px;
    }

    .shoper-main-menu a {
        font-size: 12px;
    }

    .hero-content h1 {
        font-size: 58px;
    }
}


@media (max-width: 900px) {

    .shoper-main-menu {
        gap: 15px;
    }

    .shoper-main-menu a {
        font-size: 11px;
    }

    .header-icon {
        margin-left: 15px;
    }

    .hero-artemisa {
        height: 430px;

        margin-top: 58px;
    }

    .hero-content h1 {
        font-size: 48px;
    }
}


@media (max-width: 768px) {

    #masthead,
    .site-header {
        height: 70px;
    }

    #masthead .container,
    .site-header .container {
        height: 70px;
    }

    .logo-wrap {
        height: 70px;
    }

    .custom-logo {
        height: 45px;
    }

    #navbar {
        height: 70px;
    }

    /*
     * En móvil el menú principal del tema
     * puede utilizar su propio botón.
     */

    .hero-artemisa {
        height: 520px;

        margin-top: 70px;

        background-position: center;
    }

    .hero-content {
        width: 88%;
    }

    .hero-content h1 {
        max-width: 350px;

        font-size: 42px;

        line-height: .95;
    }

    .hero-content p {
        max-width: 320px;

        font-size: 15px;
    }

    .hero-buttons {
        flex-wrap: wrap;
    }

    .upcoming-events {
        padding: 22px 0;
    }

    .upcoming-events h2 {
        font-size: 23px;
    }
}