/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.1750327549
Updated: 2025-06-19 10:05:49

*/

body {
    font-family: monospace;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
}
.menu-left {
    position: absolute;
    top: 50%;
    left: 5%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-left li {
    font-size: 1.2rem;
    margin: 1rem 0;
}
.menu-left a {
    text-decoration: none;
    color: white;
}
.menu-right {
    color: white;
    position: absolute;
    bottom: 5%;
    text-align: right;
    right: 5%;
}
.menu-right a {
    text-decoration: none;
    color: white;
}
.header-nav ul {
    display: flex;
    background-color: #111;
    list-style: none;
    gap: 2rem;
    justify-content: center;
    padding: 1rem;
    margin: 0;
}
.header-nav a {
    text-decoration: none;
    color: white;
}
.site-footer {
    color: white;
    background-color: #111;
    text-align: center;
    padding: 1rem;
}
.site-footer a {
    text-decoration: none;
    color: white;
}
.layout-interno {
    display: flex;
    font-family: monospace;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}
.columna-izquierda {
    display: flex;
    color: white;
    background-color: black;
    width: 25%;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.logo img {
    height: auto;
    max-width: 100%;
}
.columna-derecha {
    color: white;
    background-color: #111;
    width: 75%;
    overflow-y: auto;
    padding: 2rem;
}
.menu-top ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding: 0;
    margin: 0 0 1.5rem;
}
.menu-top a {
    text-decoration: none;
    font-size: 1rem;
    color: white;
}
@media (max-width: 768px) {
.layout-interno {
    flex-direction: column;
}
.columna-izquierda {
    display: none;
}
.columna-derecha {
    padding-top: 4rem;
    width: 100%;
}
.menu-top {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 1rem;
}
.menu-top ul {
    flex-direction: column;
    align-items: center;
}
}
