/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 18:44:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* 1. REMOVER REPETIÇÃO NO READYLAUNCH */
.mepr-readylaunch .mp-cart-item-details:nth-of-type(2),
.mepr-readylaunch .mp-readylaunch-checkout-footer .mp-table {
    display: none !important;
}

.mepr-readylaunch .mp-form-row-group-wrapper {
    width: 100% !important;
    flex: 0 0 100% !important;
}

/* 2. CENTRALIZAR E AJUSTAR LOGO */
.site-header .site-branding,
.site-header .site-branding__logo {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}

.site-header .site-branding__logo,
.site-header .site-branding__logo img {
    height: 80px !important;
    width: auto !important;
    max-height: 200px !important;
}

/* 3. LABELS E FORMULÁRIOS MEMBERPRESS */
.mepr-signup-form label, 
.mp-form-row label,
.mp_wrapper .mp-form-row label {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
    font-weight: 600;
    margin-bottom: 8px !important;
    color: #404040 !important;
    text-indent: 0 !important;
}

.mepr-signup-form input[type="text"],
.mepr-signup-form input[type="email"],
.mepr-signup-form input[type="password"],
.mepr-signup-form select,
.mepr-form-input {
    display: block !important;
    width: 100% !important;
    margin-top: 5px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.mepr-signup-form input::placeholder {
    color: transparent !important;
}

/* 4. AJUSTE DE ESTRUTURA DE FORMULÁRIO */
.mp-form-row-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.mp-form-row-group-wrapper {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px;
    float: none !important;
}

/* 5. LOGO ESPECÍFICA PÁGINA 2016 */
.page-id-2016 .elementor-widget-theme-site-logo img,
.page-id-2016 .elementor-widget-image img {
    transform: scale(2);
    transform-origin: center;
    max-width: none !important;
    width: auto !important;
}

/* 6. FONTE DO SISTEMA PARA CELULAR (GANHO DE PERFORMANCE) */
@media (max-width: 767px) {
    html, body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }
    
    input, button, select, textarea {
        font-family: inherit !important;
    }
}