.bodyTG {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:normal;
    gap: 24px;
    padding: 48px 48px;
    position: relative;    
    width: 100%;
    min-height:450px;
}

    .bodyTG .content {
        max-width: 1200px;
        align-items: flex-start;
        gap: 16px;
        display: flex;
        flex-direction: column;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        margin: 0 auto; /* Alinear al centro */
    }

    .bodyTG .button {
        all: unset;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: var(--shadow-xs);

    }

    .bodyTG .flip-backward {
        position: relative;
        width: 20px;
        height: 20px;

    }

    .bodyTG .text {
        width: fit-content;
        margin-top: -1px;
        font-family: var(--text-sm-semibold-font-family);
        font-weight: var(--text-sm-semibold-font-weight);
        white-space: nowrap;
        position: relative;
        color: #344053;
        font-size: var(--text-sm-semibold-font-size);
        letter-spacing: var(--text-sm-semibold-letter-spacing);
        line-height: var(--text-sm-semibold-line-height);
        font-style: var(--text-sm-semibold-font-style);
    }

    .bodyTG .accordion {
        flex-direction: column;
        max-width: 1200px;
        justify-content: center;
        display: flex;
        align-items: stretch;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        margin: 0 auto; /* Alinear al centro */
        height: auto; /* Ajustar la altura automáticamente */
    }

    .bodyTG .accordion-open {
        justify-content: space-between;
        padding: 8px 24px;
        background-color: var(--colorbaseinblackprimary-80);
        display: flex;
        align-items: stretch;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }



    .bodyTG .tittle {
        /*position: relative;*/
        flex: 1;
        margin-top: -1px;      
        position: relative;
        width: 1128px;
        height: auto;
        top: 0;
        left: 0;
        font-family: "Inter-Bold", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }

    .bodyTG .chevron-up {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .bodyTG .div-wrapper {
        align-items: center;
        gap: 46px;
        padding: 24px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .bodyTG .flexcontainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .bodyTG .span-wrapper {
        align-self: stretch;
        font-family: var(--text-sm-medium-font-family);
        font-weight: var(--text-sm-medium-font-weight);
        position: relative;
        color: var(--gray-700);
        font-size: var(--text-sm-medium-font-size);
        letter-spacing: var(--text-sm-medium-letter-spacing);
        line-height: var(--text-sm-medium-line-height);
        font-style: var(--text-sm-medium-font-style);
    }

    .bodyTG .text-wrapper {
        font-family: var(--text-sm-medium-font-family);
        font-weight: var(--text-sm-medium-font-weight);
        color: #344053;
        font-size: var(--text-sm-medium-font-size);
        letter-spacing: var(--text-sm-medium-letter-spacing);
        line-height: var(--text-sm-medium-line-height);
        font-style: var(--text-sm-medium-font-style);
    }

    .bodyTG .div {
        position: relative;
        align-self: stretch;
        margin-top: -1px;
        font-family: var(--text-sm-medium-font-family);
        font-weight: var(--text-sm-medium-font-weight);
        color: var(--gray-700);
        font-size: var(--text-sm-medium-font-size);
        letter-spacing: var(--text-sm-medium-letter-spacing);
        line-height: var(--text-sm-medium-line-height);
        font-style: var(--text-sm-medium-font-style);
    }

.Button {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    transition: all 0.3s;
}

    .Button:hover {
        /*border-color: rgb(48,181,255);
        box-shadow: 0px 0px 13.3px 0px rgb(48,181,255);*/
        transform: scale(1.05); /* Aumenta el tamaño del SVG ligeramente */
        filter: brightness(1.2); /* Aumenta el brillo del SVG */
    }

.FlipBackward {
    width: 20px;
    height: 20px;
    position: relative;
}


.Text {
    color: #344054;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}


/*BANNER*/

.Banner2 {
    width: 100%;
    height: 100%;
    padding: 24px;
    background-color: #093f75de;
    background-image: url(/img2/banner-999.png);
    background-size: cover;
    border-bottom: 9px #0F69C4 solid;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.Frame469 {
    flex: 1 1 0;
    height: 89px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    max-width: 1200px; /* Ajusta este valor según sea necesario */
    margin: 0 auto; /* Centra horizontalmente el elemento */
}


.Frame468 {
    padding: 18px;
    background: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

@media (max-width: 600px) {
    .Frame468 {
        width: 50%; /* Reducir el ancho a la mitad */
        flex-direction: column; /* Aplicar dirección de columna para que el contenido se ajuste verticalmente */
        align-items: flex-start; /* Alinear el contenido a la izquierda */
        padding: 12px; /* Reducir el padding */
    }

    /* Estilos para el texto */
    .PreguntasFrecuentes {
        font-size: 14px; /* Reducir el tamaño de fuente */
        line-height: 18px; /* Ajustar la altura de línea */
        flex-shrink: 1; /* Permitir que el texto se reduzca para adaptarse al espacio */
        overflow: hidden; /* Ocultar el texto que desborda el contenedor */
    }
}


.PreguntasFrecuentes {
    color: #0C549C;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 38px;
    word-wrap: break-word
}

.ContentBN {
    padding: 18px;
    background: white;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.Frame453 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 7px;
    display: flex;
}

.RegistroNacionalDe {
    text-align: right;
    color: #0C549C;
    font-size: 16px;
    font-family: Poppins;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    word-wrap: break-word;
}

.Mipymes {
    text-align: right;
    color: #0C549C;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 800;
    line-height: 6px;
    word-wrap: break-word;
}

.Frame1 {
    width: 117px;
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
}

.Blue {
    width: 14px;
    height: 3px;
    background: #0F69C4;
}

.Red {
    width: 31px;
    height: 3px;
    background: #E22C2C;
}
/*FIN BANNER*/