.elementor-1270 .elementor-element.elementor-element-fb554f2{--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;}/* Start custom CSS for html, class: .elementor-element-30907c0 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.alto-padrao-container {
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

.barra-amarela {
    width: 100%;
    height: 50px;
    background-color: #F5B221;
}

.header-section {
    padding: 2.5rem 1.5rem 2rem;
    text-align: center;
}

.header-titulo {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 400;
    margin-bottom: 2rem;
    letter-spacing: 0.05rem;
}

.logo-card {
    background-color: transparent;
    border-radius: 20px;
    padding: 0;
    margin: 0 auto 2rem;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    position: relative;
    min-height: 280px;
}

.logo-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.logo-text {
    text-align: left;
    position: relative;
    z-index: 2;
}

.logo-alto {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1;
    display: block;
}

.logo-padrao {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #F5B221;
    letter-spacing: 0.1rem;
    line-height: 1;
    display: block;
}

.logo-subtitle {
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    color: #999;
    margin-top: 0.3rem;
    letter-spacing: 0.15rem;
    display: block;
}

.produtos-grid {
    padding: 0 1.5rem 3rem;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.produto-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
}

.produto-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(245, 178, 33, 0.3);
}

.produto-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.produto-nome {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    font-weight: 500;
    color: #333;
    flex-grow: 1;
}

@media (max-width: 480px) {
    .barra-amarela {
        height: 40px;
    }

    .header-section {
        padding: 1.5rem 1rem 1.5rem;
    }

    .logo-card {
        padding: 0;
        gap: 0;
        min-height: auto;
    }

    .logo-image {
        width: 100%;
        height: 100%;
    }

    .produtos-grid {
        padding: 0 1rem 2rem;
    }

    .produto-card {
        padding: 0.9rem 1.2rem;
    }

    .produto-icon {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 768px) {
    .logo-card {
        max-width: 600px;
        min-height: auto;
    }

    .produtos-grid {
        max-width: 700px;
    }
}/* End custom CSS */