.BodyCont {
    display: flex;
    padding: 48px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 24px;*/
    align-self: stretch;
}



@media (max-width: 800px) {
    .BodyCont {
        max-width: 100%; /* Ajustar el ancho máximo del contenedor padre */
    }

    .ContentContacto {
        flex-direction: column; /* Permitir que las tarjetas se envuelvan en varias líneas */
    }
}


.Content {
    align-self: stretch;
    height: auto; /* Ajustar la altura automáticamente */
    padding: 24px;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto; /* Alinear al centro */
    overflow-y: auto; /* Agregar desplazamiento vertical cuando sea necesario */
}

.ContentContacto {
    align-self: stretch;
    padding-left: 9px;
    padding-right: 9px;
    background: white;
    gap: 24px;
    display: flex;
    margin-top: 50px; /* Ajustar el margen superior para dejar espacio para el banner */
    margin-bottom: 50px; /* Ajustar el margen inferior para evitar superposición */
}


.Card,
.Card2 {
    flex: 1 1 calc(50% - 12px); /* Ancho del 50% para cada tarjeta con el espacio entre ellas */
    padding: 24px;
    background: white;
    box-shadow: 0px 4px 8px -4px rgba(16, 24, 40, 0.2);
    border-radius: 8px;
    flex-direction: column;    
    align-items: center;
    gap: 24px;
    display: inline-flex;
}


.OficinasYDireccion,
.Formulario {
    align-self: stretch;
    text-align: center;
    color: #344054;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}

.AtenciNDePBlico {
    width: 100%;
    text-align: justify;
    color: #344054;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

.IngresarUnaSolicitudD {
    width: 100%;
    text-align: justify;
    color: #0C549C;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}


.Direccion,
.HorarioDeAtencion,
.Horario {
    text-align: justify;
    color: #344054;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    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;
}

.PreguntasFrecuentes {
    color: #0C549C;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 32px;
    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;
}

.links {
    color: #0C549C;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    transition: all 0.3s;
}

    .links:hover {
        color: rgb(48,181,255);
        transform: scale(1.03); /* Aumenta el tamaño del SVG ligeramente */
        filter: brightness(1.03); /* Aumenta el brillo del SVG */
        font-size: 14.5px;
        text-decoration: none;
    }

.ContentVolver {
    align-items: flex-start;
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    max-width: 1200px;
    margin: 0 auto; /* Alinear al centro */
}

.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;
}

@media (max-width: 510px) {


    .alert-box .frame {
        gap: 5px;
    }
}

@media (max-width: 450px) {
    .accordionIns .divInsM {
        max-width: 200px;
        min-width: 240px;
    }

    .accordionIns .frameIns {
        justify-content: unset;
    }

    .Banner2 {
        height: 200px;
    }
    .Frame468 {
        padding: 18px 8px;
    }
}