.elementor-49 .elementor-element.elementor-element-6ec3ed9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-49 .elementor-element.elementor-element-b653f31 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-49 .elementor-element.elementor-element-1dffe1e{--display:flex;--position:absolute;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;}body:not(.rtl) .elementor-49 .elementor-element.elementor-element-1dffe1e{left:0px;}body.rtl .elementor-49 .elementor-element.elementor-element-1dffe1e{right:0px;}@media(min-width:768px){.elementor-49 .elementor-element.elementor-element-6ec3ed9{--width:100%;}.elementor-49 .elementor-element.elementor-element-1dffe1e{--content-width:1100px;}}/* Start custom CSS for html, class: .elementor-element-009fd16 *//* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url('fundo.jpg') no-repeat center center;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* ===== MENU LATERAL ===== */
.menu {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 420px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
}

.menu-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.02);
}

.menu-item strong {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.menu-item span {
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 2px;
}


/* ===== HEADER SUPERIOR ===== */
.header {
    position: fixed;
    top: 20px;
    left: 260px;
    right: 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5;
}

.header nav a {
    color: #fff;
    margin: 0 12px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.header nav a:hover {
    color: #f8c66d;
}

.header .cta {
    background: #e64a4a;
    padding: 8px 18px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-weight: 600;
}

.header .cta:hover {
    background: #c53c3c;
}


/* ===== BLOCO DA VOVÓ ===== */
.bloco-vovo {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 4;
}

.bloco-vovo img {
    max-height: 630px;
    object-fit: contain;
    position: relative;
    z-index: 5;
}

.bloco-texto {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 25px 30px;
    max-width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.bloco-texto h1 {
    color: #f8c66d;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.bloco-texto p {
    color: white;
    margin-bottom: 20px;
    font-size: 15px;
}

.bloco-texto .botao {
    background: #ff6b35;
    padding: 10px 18px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
}

.bloco-texto .botao:hover {
    background: #e95c28;
}/* End custom CSS */