/* 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 */
