/* GRID DE SERVIÇOS - VISUAL BASEADO NA REFERÊNCIA */
.grid-servicos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 05px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.grid-servicos .card {
    background: #fefefe;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
    padding: 16px;
}

.grid-servicos .card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.grid-servicos .card-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 6px;
}

.grid-servicos .card-description {
    font-size: 14px;
    color: #444;
}

/* segundo GRID DE SERVIÇOS */
/* Torna os elementos filhos 2 colunas no mobile */
@media (max-width: 767px) {
    #e-n-tab-content-2338509001 .e-con-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;

        /* espaço entre colunas */
    }
}

.elementor-icon-box-title a {
    text-transform: none !important;
}

@media (max-width: 767px) {
    /* TÍTULO do slide */
    .swiper-slide .elementor-image-box-title {
        font-size: 18px;
        font-weight: 700;
        color: #3b3b3b;
        text-align: center;
        margin-top: 10px;
    }

    /* SUBTÍTULO (ex: 'Advanced Aesthetic') */
    .swiper-slide .info-content h4 {
        font-size: 15px;
        color: #8b5e3c;
        text-align: center;
        font-weight: 600;
        margin-bottom: 6px;
    }

    /* PARÁGRAFO do slide */
    .swiper-slide .info-content p {
        font-size: 13px;
        color: #444;
        line-height: 1.6;
        padding: 0 12px;
        text-align: justify;
    }
}

/* NAO MEXER DAQUI PRA CIMA */
.meu-botao {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #242424;
    color: #f1f1f1;
    font-size: 20px;
    text-decoration: none;
    border-radius: 6px;
    padding: 20px 40px;

    /* padrão mobile */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.meu-botao:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.meu-botao-icon svg {
    width: 22px;
    height: 22px;
}

@media (min-width: 1024px) {
    .meu-botao {
        margin-right: 40px;

        /* só no desktop */
        padding: 20px 100px;

        /* se quiser manter largo no desktop */
    }
}

@media (max-width: 767px) {
    .elementor-widget-container .centralizar-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}

html,
body {
    overflow-x: hidden;
}

/* NAO MEXER DAQUI PRA CIMA */
@media (max-width: 768px) {
    .elementor-element-9406cf8 {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 90% !important;
        max-width: 400px !important;
    }
}

