

/* =========================
   MAXFLET - PERSONALIZADO
========================= */

/* Alinear textos del bloque de precios */
.pricing-item,
.pricing-item ul,
.pricing-item li {
  text-align: left;
}

/* Mejorar lista de beneficios */
.pricing-item li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

/* Encabezado centrado, si querés mantenerlo así */
.pricing-item .pricing-header {
  text-align: center;
  display: block;
}

/* Footer del precio */
.pricing-item .footer {
  display: block;
  text-align: center;
  margin-top: 20px;
  
}

.pricing-item li {
  text-transform: none;
}

/* Quitar flechas carucel parners */

.owl-nav {
    display: none !important;
}

.owl-dots {
    display: none !important;
} 

/* Fondo principal del footer */
.custom-footer {
    background: #f3f4f6; /* gris claro */
    color: #1f2937;
}

/* Títulos */
.custom-footer h4,
.custom-footer h5 {
    color: #111827;
}

/* Texto */
.custom-footer p,
.custom-footer span {
    color: #4b5563;
}

/* Links */
.custom-footer a {
    color: #374151;
    transition: 0.3s;
}

/* Hover */
.custom-footer a:hover {
    color: #0ea5e9;
}

.custom-footer {
    background: #f3f4f6;
    color: #1f2937;

    border-top: 1px solid rgba(0,0,0,0.06);

    box-shadow:
        0 -2px 10px rgba(0,0,0,0.03),
        0 -8px 30px rgba(0,0,0,0.04);
}


.presupuesto-area {
    background: #ffffff;
}

.presupuesto-info .section-tag {
    display: inline-block;
    color: #0ea5e9;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.presupuesto-info h2 {
    margin-bottom: 18px;
}

.presupuesto-info p {
    color: #6b7280;
    margin-bottom: 22px;
}

.presupuesto-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.presupuesto-info ul li {
    margin-bottom: 10px;
    color: #374151;
}

.presupuesto-info ul li i {
    color: #0ea5e9;
    margin-right: 8px;
}

.presupuesto-card {
    background: #f3f4f6;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.presupuesto-card h3 {
    margin-bottom: 8px;
}

.presupuesto-card p {
    color: #6b7280;
    margin-bottom: 25px;
}

.presupuesto-card .form-group {
    margin-bottom: 15px;
}

.presupuesto-card .form-control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
}

.presupuesto-card textarea.form-control {
    height: auto;
    min-height: 90px;
}

.recaptcha-box {
    display: grid;
    place-items: center;
    margin: 5px 0 18px;
}

@media (max-width: 991px) {
    .presupuesto-info {
        margin-bottom: 35px;
    }

    .presupuesto-card {
        padding: 25px;
    }
}


.presupuesto-card {
    background: #f3f4f6;
    padding: 35px;
    border-radius: 18px;
    border: 1px solid rgba(14, 165, 233, 0.10);

    box-shadow:
        0 0 0 1px rgba(14,165,233,0.03),
        0 12px 40px rgba(14,165,233,0.12);
}


/* =========================================
   FAQ AREA
========================================= */

.faq-area {
    background: #f9fafb;
}

/* Tarjeta visual izquierda */
.faq-visual {
    display: flex;
    align-items: center;
}

.faq-support-card {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 42px 38px;
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(14, 165, 233, 0.10);

    box-shadow:
        0 12px 40px rgba(14, 165, 233, 0.10),
        0 4px 14px rgba(14, 165, 233, 0.06);
}

/* círculo decorativo */
.faq-support-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(14, 165, 233, 0.08);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

/* Icono principal */
.faq-icon-main {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(14, 165, 233, 0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0ea5e9;
    font-size: 32px;

    margin-bottom: 22px;
}

/* título */
.faq-support-card h3 {
    font-size: 30px;
    margin-bottom: 14px;
    color: #111827;
}

/* texto */
.faq-support-card p {
    color: #6b7280;
    margin-bottom: 28px;
    line-height: 1.7;
}

/* Lista visual */
.faq-mini-list {
    display: grid;
    gap: 14px;
}

.faq-mini-list div {
    background: #f3f4f6;
    border-radius: 14px;
    padding: 14px 16px;

    color: #374151;
    font-weight: 600;

    transition: all 0.3s ease;
}

.faq-mini-list div:hover {
    transform: translateY(-2px);
    background: #eef6ff;
}

.faq-mini-list i {
    color: #0ea5e9;
    margin-right: 10px;
}

/* Accordion */
.acd-item {
    margin-bottom: 18px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;

    border: 1px solid #e5e7eb;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.03);

    transition: all 0.3s ease;
}

.acd-item:hover {
    transform: translateY(-2px);
}

/* Heading */
.acd-heading {
    padding: 24px 28px;
    cursor: pointer;
    position: relative;

    transition: all 0.3s ease;
}

.acd-heading:hover {
    background: #f9fafb;
}

.acd-heading.active {
    background: rgba(14,165,233,0.05);
}

/* título pregunta */
.acd-heading h4 {
    margin: 0;
    font-size: 22px;
    color: #111827;
}

/* contenido */
.acd-content {
    padding: 0 28px 24px;
}

.acd-content p {
    color: #6b7280;
    margin: 0;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {

    .faq-visual {
        margin-bottom: 40px;
    }

    .faq-support-card {
        padding: 30px 25px;
    }

    .acd-heading {
        padding: 20px;
    }

    .acd-heading h4 {
        font-size: 19px;
    }

    .acd-content {
        padding: 0 20px 20px;
    }
}


.faq-items {
    display: flex;
    align-items: center;
}

.acd-items {
    width: 100%;
}

.acd-heading {
    padding: 22px 28px;
    padding-right: 60px;
}

.acd-heading h4 {
    font-size: 20px;
    font-weight: 700;
}

.acd-heading::after {
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #0ea5e9;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
}

.acd-heading.active::after {
    content: "−";
}

