input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #83798C!important;
    -webkit-text-fill-color: #83798C!important;
}
.bg-gray {
    background: #625B69;
}
.contact-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.contact {
    border-radius: 12px;
    background: #dfdde494;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    height: 100%;
    max-width: 873px;
    width: 100%;
    display: flex;
    justify-items: center;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    min-height: 530px;
    margin-bottom: 90px;
}

.contact form {
    border-radius: 16px;
    background: #ffffffc2;
    max-width: 650px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: 430px;
    justify-content: center;
}


.container-page {
    display: flex;
    flex-direction: column;
    padding-top: 110px;
    gap: 24px;
}
.title-page {
    color: var(--color-palette-jacarta-light-active);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px; /* 83.14% */
    margin: 0;
}
.subtitle-page{
    color: var(--color-palette-yellow-orange-light-active, #FDE6C1);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.898px; /* 109.744% */
    max-width: 854px;;
    margin: 0 auto;            /* esto centra el bloque horizontalmente */
    text-align: center;
}

.custom-select-button {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.30);
    color: #290729!important;
    text-align: left;
    max-width: 237px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 40px;
    line-height: 24px;
    border: 1px solid var(--color-palette-dark-purple-light-active, #BEB2BE);
}

ul{
    list-style-type: none;
    padding: 0px!important;
}
.uk-dropdown-nav li:hover{
    background: #FEF3E1;
}
.uk-dropdown-nav li a:hover{
    text-decoration: none;
}

.uk-dropdown-nav li.uk-active {
    background-color: #f4f4f4;
    font-weight: bold;
}

.uk-dropdown-nav li {
    color: #3c0033;
    height: 44px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BEB2BE;
}
.uk-dropdown-nav li:first-child, .uk-dropdown-nav li:first-child a {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.uk-dropdown-nav li:last-child, .uk-dropdown-nav li:last-child a{
    border-bottom: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.uk-dropdown-nav li a{
    width: 100%;
    text-align: center;
    padding: 10px 113px;
}


.input-rounded-b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 22px;
    border: 1px solid #83798C;
    border-radius: 40px;
    height: 48px;
    width: 100%;
    color: #83798C;
    max-width: 300px;
}

.input-rounded-c {
    display: flex;
    gap: 12px;
    padding: 12px 22px;
    border: 1px solid #83798C;
    border-radius: 20px;
    height: 160px;
    width: 100%;
    color: #83798C;
    max-width: 300px;
}
.input-rounded-c textarea {
    height: 140px!important;
    width: 100%;
    background: transparent;
    border: none;
    color: #83798C;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.input-rounded-b input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #83798C;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.input-rounded-b input::placeholder, .input-rounded-c textarea::placeholder, .input-rounded-b span, .input-rounded-c span {
    color: #83798C!important;

}

.input-rounded-b input:focus-visible {
    outline: none;
}

.align-button-submit{
    max-width: 300px;
    width: 100%;
}

.btn {
    border: 1px solid var(--color-palette-dark-purple-light-active)!important;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border: none!important;
}

#icon-send{
   color: #C88C2D;
}

.btn:disabled #icon-send{
   opacity: 0.2;
}


@media (max-width: 640px) {
    .title-page {
        text-align: center;
        font-family: "Red Hat Display";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }
    .subtitle-page{
        color: var(--color-palette-yellow-orange-light-active, #FDE6C1);
        text-align: center;
        font-family: "Red Hat Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }
}
