/*
 Theme Name:   Astra Child Evoluzion Life
 Theme URI:    https://backoffice.evoluzionlife.com
 Description:  Tema hijo de Astra para Evoluzion Life
 Author:       Evoluzion Life
 Template:     astra
 Version:      1.0.0
*/

/* Header personalizado */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 5rem;
    background: rgba(7,13,13,0.82);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(42,186,186,0.1);
}

.logo h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
}

.logo h1 span:first-child {
    color: white;
}

.logo h1 span:last-child {
    color: #2ABABA;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0;
}

nav ul li a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    transition: color 0.25s, background 0.25s;
}

nav ul li a:hover {
    color: #2ABABA;
    background: rgba(42,186,186,0.08);
}

main {
    margin-top: 100px;
    padding: 2rem;
}

footer {
    text-align: center;
    padding: 2rem;
    background: #0D5C5C;
    color: white;
    margin-top: 2rem;
}

/* FORZAR QUE EL MENÚ SE VEA */
nav {
    display: block !important;
    visibility: visible !important;
}

nav ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul li {
    display: inline-block !important;
    margin: 0 5px !important;
}

nav ul li a {
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
}

/* FORZAR QUE EL MENÚ SE VEA */
nav {
    display: block !important;
    visibility: visible !important;
}

nav ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul li {
    display: inline-block !important;
    margin: 0 5px !important;
}

nav ul li a {
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
}

/* ESTILOS DEL MENÚ MANUAL */
nav ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul li {
    display: inline-block !important;
    margin: 0 10px !important;
}

nav ul li a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* ESTILOS PARA EL HEADER DE ASTRA */
.ast-header-break-point .main-header-bar {
    background: rgba(7,13,13,0.82) !important;
    backdrop-filter: blur(22px) !important;
}

.main-header-bar {
    background: rgba(7,13,13,0.82) !important;
    backdrop-filter: blur(22px) !important;
    border-bottom: 1px solid rgba(42,186,186,0.1) !important;
}

.ast-mobile-menu-buttons {
    display: none !important;
}

.main-header-menu .menu-item a {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 0.5rem 0.9rem !important;
    transition: color 0.25s, background 0.25s !important;
}

.main-header-menu .menu-item a:hover {
    color: #2ABABA !important;
    background: rgba(42,186,186,0.08) !important;
}

.site-logo-img .custom-logo-link img {
    max-height: 40px !important;
}

/* Logo personalizado */
.site-branding .site-title a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    color: white;
}

.site-branding .site-title a span:first-child {
    color: white;
}

.site-branding .site-title a span:last-child {
    color: #2ABABA;
}

/* HEADER EXACTAMENTE IGUAL QUE EVOLUZIONLIFE.COM */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 5rem;
    background: rgba(7,13,13,0.82);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(42,186,186,0.1);
}

.logo h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
}

.logo h1 span:first-child {
    color: white;
}

.logo h1 span:last-child {
    color: #2ABABA;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0;
}

nav ul li a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    transition: color 0.25s, background 0.25s;
}

nav ul li a:hover {
    color: #2ABABA;
    background: rgba(42,186,186,0.08);
}

main {
    margin-top: 100px;
    padding: 2rem;
}

footer {
    text-align: center;
    padding: 2rem;
    background: #0D5C5C;
    color: white;
    margin-top: 2rem;
}

/* HEADER - IGUAL QUE EVOLUZIONLIFE.COM */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 5rem;
    background: rgba(7,13,13,0.82);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(42,186,186,0.1);
}

.logo h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
}

.logo h1 span:first-child {
    color: white;
}

.logo h1 span:last-child {
    color: #2ABABA;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0;
}

nav ul li a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    transition: color 0.25s, background 0.25s;
}

nav ul li a:hover {
    color: #2ABABA;
    background: rgba(42,186,186,0.08);
}

main {
    margin-top: 100px;
    padding: 2rem;
}

footer {
    text-align: center;
    padding: 2rem;
    background: #0D5C5C;
    color: white;
    margin-top: 2rem;
}

/* HEADER CON ESTILOS FUERTES */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: #0D5C5C !important;
    border-bottom: 2px solid #2ABABA;
}

.logo h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    margin: 0;
    color: white;
}

.logo h1 span:first-child {
    color: white;
}

.logo h1 span:last-child {
    color: #2ABABA;
}

nav {
    background: transparent !important;
}

nav ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul li {
    display: inline-block !important;
    margin: 0 10px !important;
}

nav ul li a {
    color: white !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 8px 15px !important;
    background: #2ABABA !important;
    border-radius: 5px !important;
}

nav ul li a:hover {
    background: #ffffff !important;
    color: #0D5C5C !important;
}

main {
    margin-top: 100px;
    padding: 2rem;
}
