﻿
.guia-tramites-section {
    padding: 75px 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
}

.guia-header {
    max-width: 1050px;
    margin: 0 auto 50px auto;
    text-align: center;
}

    .guia-header span {
        color: #c89b43;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .guia-header h2 {
        color: #17365d;
        font-size: 46px;
        font-weight: 800;
        margin: 12px 0;
    }

    .guia-header p {
        color: #5f6775;
        font-size: 18px;
        line-height: 1.7;
    }

.categoria-bloque {
    max-width: 1180px;
    margin: 0 auto 45px auto;
}

.categoria-titulo {
    background: linear-gradient(135deg, #17365d, #244f87);
    color: #ffffff;
    border-radius: 24px;
    padding: 30px 34px;
    margin-bottom: 22px;
    box-shadow: 0 18px 35px rgba(23, 54, 93, 0.18);
    border-left: 6px solid #c89b43;
}

    .categoria-titulo span {
        color: #f0d18a;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .categoria-titulo h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 8px 0;
    }

    .categoria-titulo p {
        margin: 0;
        color: rgba(255,255,255,0.86);
        font-size: 16px;
    }

.tramite-card {
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(29, 45, 143, 0.08);
    overflow: hidden;
}

.tramite-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
}

    .tramite-header h4 {
        color: #17365d;
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 8px 0;
    }

.tramite-badge {
    display: inline-block;
    background: #eef3ff;
    color: #1d2d8f;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
}

.faq-arrow {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #17365d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.25s ease;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 26px;
    transition: all 0.35s ease;
}

.tramite-card.active .faq-body {
    max-height: 1200px;
    opacity: 1;
    padding: 0 26px 26px 26px;
}

.tramite-card.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-body h5 {
    color: #17365d;
    font-size: 17px;
    font-weight: 800;
    margin: 22px 0 10px;
    border-left: 4px solid #c89b43;
    padding-left: 12px;
}

.faq-body p,
.faq-body li {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}

.faq-body ul {
    margin: 10px 0 0 0;
    padding-left: 22px;
}

.tramite-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(23, 54, 93, 0.14);
}

@media (max-width: 768px) {
    .guia-header h2 {
        font-size: 34px;
    }

    .categoria-titulo h3 {
        font-size: 24px;
    }

    .tramite-header {
        align-items: flex-start;
    }
}
/*.contenico {
    padding: 10px 9px 8px 7px;
}

.cardbajo {
    margin-bottom: 30px;
}

.tarjetas {*/
/*  background: linear-gradient(gray);*/
/*}

.tarjetas2 {
    background: white;
    color: black;
}

.service-img {
    max-height: 90px;
    object-fit: contain;
}

.tituloservicios {
    margin: 0 auto 45px auto;
    max-width: 1180px;
    padding: 0 15px;
}

.estandares-header h2 {
    font-size: 52px;
    font-weight: 300;
    color: #111;
    margin-bottom: 45px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 14px;
}


.tituloservicios2 {
    color: black;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5%;
    margin-left: 5%;
    border-bottom-style: ridge;
}

.titulo2 {
    font-size: 36px;
}

.titulo3 {
    font-size: 20px;
}

.notario1 {
    width: 20%;
}

.notario2 {
    width: 50%;
    margin-left: 2%;
    text-align: justify;
    border-left-style: groove;
    padding: 13% 0% 0% 4%;
    font-size: 23px;
}

.imagenotario {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5%;
    margin-left: 5%;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    margin-right: 0px;
}


.card-service {
    border: none;
    border-radius: 18px;
    background: lightblue;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    cursor: pointer;
}

    .card-service:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.15);
    }

    .card-service h4 {
        color: #000000;
        font-weight: 600;
    }

    .card-service p {
        color: #000000;
    }

.service-img {
    max-height: 90px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.card-service:hover .service-img {
    transform: scale(1.08);
}

.finalprincipal {
    width: 100%;
}*/


/*///*/

/*.faq-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 13px;
    text-align: justify;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-header h4 {
        margin: 0;
        font-size: 20px;
    }

.faq-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
}

.faq-card.active .faq-body {
    max-height: 300px;
    opacity: 1;
    margin-top: 15px;
}

.faq-card.active .faq-arrow {
    transform: rotate(180deg);
}*/


/*ffdsfd*/


/*.faq-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
}*/

/* HEADER */
/*.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

/* TITULO + TEXTO */
/*.faq-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.faq-hint {
    font-size: 12px;
    color: #888;
}*/

/* FLECHA */
/*.faq-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}*/

/* CONTENIDO OCULTO */
/*.faq-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
}*/

/* ESTADO ACTIVO */
/*.faq-card.active {
    background: #f5f9ff;*/ /* fondo suave */
/*box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

    .faq-card.active .faq-body {
        max-height: 300px;
        opacity: 1;
        margin-top: 15px;
    }

    .faq-card.active .faq-arrow {
        transform: rotate(180deg);
    }*/

/* OPCIONAL: efecto hover leve */
/*.faq-card:hover {
    transform: translateY(-3px);
}

.row2 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
    margin-left: 50px;
    justify-content: center;
}*/
