/* ============================================
   ESTILOS CUSTOMIZADOS PARA ELEMENTOR
   ============================================ */

/* Remover espaçamento padrão */
.elementor-section {
    padding: 40px 0;
}

.elementor-container {
    max-width: 1200px;
}

/* Widgets Customizados */
.elementor-widget-ptm-hero {
    width: 100%;
}

.elementor-widget-ptm-hero .hero-section {
    min-height: 500px;
}

.elementor-widget-ptm-card {
    margin-bottom: 30px;
}

.elementor-widget-ptm-slider {
    width: 100%;
}

/* Botões do Elementor */
.elementor-button {
    display: inline-block;
    padding: 12px 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.elementor-button-primary {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
}

.elementor-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.elementor-button-secondary {
    background-color: #666666;
    color: white;
}

.elementor-button-secondary:hover {
    background-color: #333333;
}

/* Títulos do Elementor */
.elementor-heading-title {
    color: #333333;
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 15px;
}

/* Textos do Elementor */
.elementor-widget-text-editor {
    color: #333333;
    line-height: 1.6;
}

.elementor-widget-text-editor p {
    margin-bottom: 15px;
}

/* Imagens do Elementor */
.elementor-widget-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.elementor-widget-image.elementor-align-center img {
    margin: 0 auto;
}

/* Cards do Elementor */
.elementor-widget-image-box {
    text-align: center;
    padding: 20px;
}

.elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 20px;
}

.elementor-widget-image-box .elementor-image-box-content {
    padding: 0;
}

/* Listas do Elementor */
.elementor-widget-icon-list {
    list-style: none;
}

.elementor-widget-icon-list .elementor-icon-list-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.elementor-widget-icon-list .elementor-icon-list-icon {
    margin-right: 10px;
    color: #0066cc;
}

/* Formulários do Elementor */
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.elementor-field-group {
    flex: 1 1 100%;
    min-width: 200px;
}

.elementor-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.elementor-field:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.elementor-button-submit {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.elementor-button-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Seções com Fundo */
.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

.elementor-section.elementor-section-full_width {
    padding: 40px 0;
}

/* Efeitos de Hover */
.elementor-widget:hover {
    transition: all 0.3s ease;
}

/* Responsividade */
@media (max-width: 768px) {
    .elementor-section {
        padding: 30px 0;
    }

    .elementor-form-fields-wrapper {
        flex-direction: column;
    }

    .elementor-field-group {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .elementor-section {
        padding: 20px 0;
    }

    .elementor-heading-title {
        font-size: 1.5rem;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-animation-fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.elementor-animation-slideInLeft {
    animation: slideInLeft 0.8s ease-out;
}

/* Compatibilidade com Plugins */
.elementor-widget-woocommerce-products {
    margin-bottom: 30px;
}

.elementor-widget-contact-form {
    max-width: 600px;
    margin: 0 auto;
}

/* Espaçamento Customizado */
.elementor-spacer {
    height: 40px;
}

.elementor-spacer.elementor-spacer-lg {
    height: 60px;
}

.elementor-spacer.elementor-spacer-sm {
    height: 20px;
}
