.elementor-4143 .elementor-element.elementor-element-e58207a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-4143{margin:0px 20px 0px 20px;}/* Start custom CSS for html, class: .elementor-element-b3e5851 *//* ===== CSS PREMIUM PARA G7 ROOFTOP LOUNGE ===== */
/* Diseño elegante y sofisticado para restaurant de alta gama */

/* Configuración base del contenedor */
.post-content, 
article, 
.content,
.entry-content {
    font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
    background: #000000;
    color: #f5f5f5;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

/* Efecto de brillo sutil en el fondo */
.post-content::before, 
article::before, 
.content::before,
.entry-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        #000000;
    pointer-events: none;
    z-index: 0;
}

/* Contenido por encima del overlay */
.post-content > *, 
article > *, 
.content > *,
.entry-content > * {
    position: relative;
    z-index: 1;
}

/* Encabezado principal H1 */
h1 {
    color: #FFD700;
    font-size: 2.8em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
    letter-spacing: 1px;
}

/* Encabezados H2 - Secciones principales */
h2 {
    color: #FFD700;
    font-size: 2em;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 20px;
    line-height: 1.3;
    border-left: 4px solid #FFD700;
    text-shadow: 0 1px 5px rgba(255, 215, 0, 0.2);
    letter-spacing: 0.5px;
}

/* Primer H2 después del H1 */
h1 + h2 {
    margin-top: 30px;
}

/* Encabezados H3 - Subsecciones */
h3 {
    color: #E8E8E8;
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 1.4;
    border-left: 2px solid rgba(255, 215, 0, 0.5);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Encabezados H4, H5, H6 */
h4, h5, h6 {
    color: #CCCCCC;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

h4 { 
    font-size: 1.3em; 
    color: #D4D4D4;
}
h5 { 
    font-size: 1.2em; 
    color: #C8C8C8;
}
h6 { 
    font-size: 1.1em; 
    color: #BBBBBB;
}

/* Párrafos - Texto elegante */
p {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
    margin-top: 0;
    color: #E0E0E0;
    text-align: justify;
    padding: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Último párrafo */
p:last-child {
    margin-bottom: 0;
}

/* Párrafo después de encabezados */
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 0;
}

/* Texto en negrita y cursiva */
strong, b {
    font-weight: 600;
    color: #FFD700;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.2);
}

em, i {
    font-style: italic;
    color: #F0F0F0;
}

/* Enlaces - Estilo premium */
a {
    color: #FFD700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.2);
}

a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFD700;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    transform: translateY(-1px);
}

/* Listas elegantes */
ul, ol {
    margin: 25px 0;
    padding-left: 40px;
}

li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #DDDDDD;
    font-family: 'Lato', 'Arial', sans-serif;
}

ul li::marker {
    color: #FFD700;
}

ol li::marker {
    color: #FFD700;
    font-weight: bold;
}

/* Citas elegantes */
blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 4px solid #FFD700;
    background: rgba(255, 215, 0, 0.05);
    font-style: italic;
    color: #F5F5F5;
    font-size: 1.1em;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Elementos destacados - Premium */
.highlight,
.featured {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    padding: 30px;
    border-radius: 12px;
    margin: 35px 0;
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.1);
}

/* Call to action - Estilo premium */
.cta,
.call-to-action {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1a1a1a;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 35px 0;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta:hover,
.call-to-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}

.cta p,
.call-to-action p {
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 500;
    text-shadow: none;
}

.cta strong,
.call-to-action strong {
    color: #1a1a1a;
    font-size: 1.2em;
    text-shadow: none;
}

/* Imágenes con estilo premium */
img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* Imágenes centradas */
.aligncenter {
    display: block;
    margin: 25px auto;
}

/* Tablas elegantes */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

th, td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
    color: #E0E0E0;
}

th {
    background: rgba(255, 215, 0, 0.1);
    font-weight: 600;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9em;
}

tr:hover {
    background: rgba(255, 215, 0, 0.03);
}

/* Código con estilo premium */
code {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9em;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

pre {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid rgba(255, 215, 0, 0.1);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Separadores elegantes */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    margin: 40px 0;
}

/* Responsive Design Premium */
@media (max-width: 768px) {
    .post-content, 
    article, 
    .content,
    .entry-content {
        padding: 25px 20px;
        margin: 10px;
        border-radius: 10px;
    }
    
    h1 {
        font-size: 2.2em;
        margin-bottom: 25px;
    }
    
    h2 {
        font-size: 1.6em;
        margin-top: 35px;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    
    h3 {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    
    p {
        font-size: 1em;
        margin-bottom: 20px;
        text-align: left;
        line-height: 1.7;
    }
    
    img {
        margin: 20px 0;
        border-radius: 8px;
    }
    
    .cta,
    .call-to-action {
        padding: 20px;
        margin: 25px 0;
    }
}

/* Aplicación a contenedores comunes */
.post,
.article,
.blog-post,
.entry {
    font-family: 'Playfair Display', 'Georgia', serif;
    color: #f5f5f5;
}

/* Mejoras adicionales para spans y elementos internos */
span {
    color: inherit;
    font-size: inherit;
}

/* Efectos de carga elegantes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-content,
article,
.content,
.entry-content {
    animation: fadeInUp 0.8s ease-out;
}

/* Scrollbar personalizada para navegadores webkit */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #FFD700;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFA500;
}

/* CSS específico para las tarjetas de posts de Elementor */
.elementor-posts-container .elementor-post {
    position: relative;
    background-color: #FFFFFF !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Remover cualquier overlay anterior */
.elementor-posts-container .elementor-post::before {
    display: none;
}

/* Área de texto con padding */
.elementor-posts-container .elementor-post__text {
    padding: 20px !important;
    background-color: #FFFFFF !important;
}

/* Títulos de las tarjetas */
.elementor-posts-container .elementor-post__title,
.elementor-posts-container .elementor-post__title a {
    color: #333333 !important;
    text-shadow: none !important;
    margin-bottom: 10px !important;
}

/* Texto del excerpt/contenido */
.elementor-posts-container .elementor-post__excerpt,
.elementor-posts-container .elementor-post__excerpt p {
    color: #333333 !important;
    text-shadow: none !important;
    margin-bottom: 15px !important;
}

/* Enlaces "Read More" */
.elementor-posts-container .elementor-post__read-more {
    color: #FFD700 !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.elementor-posts-container .elementor-post__read-more:hover {
    color: #333333 !important;
    text-decoration: underline !important;
}

/* Meta información (fechas, categorías, etc.) */
.elementor-posts-container .elementor-post__meta-data,
.elementor-posts-container .elementor-post__meta-data * {
    color: #666666 !important;
    text-shadow: none !important;
}

/* Texto general dentro de las tarjetas */
.elementor-posts-container .elementor-post__text,
.elementor-posts-container .elementor-post__text * {
    color: #333333 !important;
    text-shadow: none !important;
}

/* Imagen de la tarjeta */
.elementor-posts-container .elementor-post__thumbnail {
    margin-bottom: 0 !important;
}

.elementor-posts-container .elementor-post__thumbnail img {
    border-radius: 8px 8px 0 0 !important;
    margin: 0 !important;
}/* End custom CSS */