.inicio {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra horizontalmente los elementos */
    justify-content: center; /* Centra verticalmente los elementos */
    position: relative;
    background-color: var(--basewhite);
}

 .text-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--text-sm-semibold-font-family);
    font-weight: var(--text-sm-semibold-font-weight);
    /*color: var(--gray-700);*/
    font-size: var(--text-sm-semibold-font-size);
    letter-spacing: var(--text-sm-semibold-letter-spacing);
    line-height: var(--text-sm-semibold-line-height);
    white-space: nowrap;
    font-style: var(--text-sm-semibold-font-style);
}

.mainDefault {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centra verticalmente */
    background-color: var(--basewhite);
}

    .mainDefault > * {
        max-width: 1200px; /* Limita el ancho máximo al valor deseado */
        width: 100%; /* Establece el ancho al 100% */
    }


 .div-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 16px;
    padding: 36px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--basewhite);
}

.frame-5 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1200px;*/
    align-items: center;
    justify-content: center;
    gap: 16px 16px;
    padding: 36px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--colorbaseinwhitesecundary-80);
    border-radius: 48px 48px 48px 0px;
}

 .content-2Nuevo {
    display: flex;
    flex-direction: column;
    min-width: 243px;
    max-width: 757px;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

 .text-wrapper-4 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--display-sm-bold-font-family);
    font-weight: var(--display-sm-bold-font-weight);
    color: #FFFFFF;
    font-size: var(--display-sm-bold-font-size);
    letter-spacing: var(--display-sm-bold-letter-spacing);
    line-height: var(--display-sm-bold-line-height);
    font-style: var(--display-sm-bold-font-style);
}

 .text-wrapper-5 {
    position: relative;
    align-self: stretch;
    font-family: var(--text-sm-regular-font-family);
    font-weight: var(--text-sm-regular-font-weight);
    color: #FFFFFF;
    font-size: var(--text-sm-regular-font-size);
    letter-spacing: var(--text-sm-regular-letter-spacing);
    line-height: var(--text-sm-regular-line-height);
    font-style: var(--text-sm-regular-font-style);
}
    .text-wrapper-5 strong {
        font-weight: bold;
    }


 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-width: 250px;
    max-width: 355px;
    align-items: flex-end;
    justify-content: center;
    gap: 24px 24px;
    padding: 24px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #FFFFFF;
    border-radius: 36px 36px 36px 0px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--blue-900);
}


.Content {
    width: 100%;
    height: 100%;
    padding: 24px;
    background: white;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    overflow: hidden;
    border: 1px #0C549C solid;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    display: inline-flex;
}

    .Content > .Content {
        flex: 1 1 0;
        height: 92px;
        border-radius: 8px;
        overflow: hidden;
        justify-content: center;
        align-items: flex-end;
        gap: 16px;
        display: flex;
    }


 .input-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 16px 16px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: 8px;
    overflow: hidden;
}

 .input-field {
    flex-direction: column;
    min-width: 202px;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

 .input-with-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--text-sm-medium-font-family);
    font-weight: 700;
    color: var(--colorbaseinwhitesecundary-80);
    font-size: var(--text-sm-medium-font-size);
    letter-spacing: var(--text-sm-medium-letter-spacing);
    line-height: var(--text-sm-medium-line-height);
    white-space: nowrap;
    font-style: var(--text-sm-medium-font-style);
}

.input {
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--basewhite);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    box-shadow: var(--shadow-xs);
    display: flex;
    position: relative;
    border-color: #FFFFFF;
    /*border-color: var(--colorbaseinblackprimary-80);*/
}

 .img-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

 .text-3 {
    position: relative;
    flex: 1;
    flex-grow: 1;
}

 .search-sm {
    position: relative;
    width: 16px;
    height: 16px;
}

 .content-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--basewhite);
    justify-content:center;
}

 .tittle-wrapper {
    display: flex;
    /*max-width: 1200px;*/
    align-items: center;
    gap: 10px;
    padding: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--colorbaseinblackprimary-80);
    border-radius: 24px 24px 0px 24px;
}

 .tittle {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: var(--basewhite);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
    max-width:800px;
    margin:auto;
}

 .span {
    font-family: var(--text-xl-regular-font-family);
    font-weight: var(--text-xl-regular-font-weight);
    color: #ffffff;
    font-size: var(--text-xl-regular-font-size);
    letter-spacing: var(--text-xl-regular-letter-spacing);
    line-height: var(--text-xl-regular-line-height);
    font-style: var(--text-xl-regular-font-style);
}

 .text-wrapper-6 {
    font-weight: var(--text-xl-bold-font-weight);
    font-family: var(--text-xl-bold-font-family);
    font-style: var(--text-xl-bold-font-style);
    letter-spacing: var(--text-xl-bold-letter-spacing);
    line-height: var(--text-xl-bold-line-height);
    font-size: var(--text-xl-bold-font-size);
}

 .text-wrapper-7 {
    font-weight: var(--text-xl-semibold-font-weight);
    font-family: var(--text-xl-semibold-font-family);
    font-style: var(--text-xl-semibold-font-style);
    letter-spacing: var(--text-xl-semibold-letter-spacing);
    line-height: var(--text-xl-semibold-line-height);
    font-size: var(--text-xl-semibold-font-size);
}

.content-4 {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 24px;
    align-items: flex-start;
    gap: 24px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.card {
    /*position: relative;
    flex: 1;
    min-width: 250px;
    flex-grow: 1;
    height: 250px;*/

    flex: 1 1 0;
    padding: 24px;
    background: #F2F4F7;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
    height: 250px;
    min-width: 250px;
    padding: 24px;
    transition: all 0.3s;
}

    .card:hover {
        transform: scale(1.05); /* Aumenta el tamaño del SVG ligeramente */
        filter: brightness(1.05); /* Aumenta el brillo del SVG */
    }
.Card-1,
.Card-2,
.Card-3 {
    align-self: stretch;
    text-align: center;
}
.Card-1 span:first-child,
.Card-2 span:first-child,
.Card-3 span:first-child {
    color: #093F75;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}
.Card-1 span:last-child,
.Card-2 span:last-child,
.Card-3 span:last-child {
    color: #093F75;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.CheckIcon {
    width: 40px;
    height: 40px;
    padding-top: 11.86px;
    padding-bottom: 10.63px;
    padding-left: 10.58px;
    padding-right: 9.42px;
    background: #0C549C;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.Icon {
    width: 19.99px;
    height: 17.51px;
    background: white;
}

.input-Consultar {
   
    border-color: var(--colorbaseinwhitesecundary-80);
    width:90%;
}

.input-Consultar:focus {
    outline: none;
}

    .input-Consultar:hover {
        border-color: rgb(48,181,255);
        box-shadow: 0px 0px 3px 0px rgb(48,181,255);
        transform: scale(1.02); /* Aumenta el tamaño del SVG ligeramente */
        filter: brightness(1.2); /* Aumenta el brillo del SVG */
    }

    /*.input-Consultar:hover {
        border-color: rgba(9, 63, 117, 0.87);
        box-shadow: 0px 0px 13.3px 0px rgba(9, 63, 117, 0.87);
        transform: scale(1.02);*/ /* Aumenta el tamaño del SVG ligeramente */
        /*filter: brightness(1.2);*/ /* Aumenta el brillo del SVG */
    /*}*/

.buttonNuevo {
    cursor: pointer;
}

.text-Nuevo {
    cursor: pointer;
}