.card-download {
    position: relative;
    color: white;
    padding: 4.8rem 2rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #00AEEF;
    min-height: 325px;
}

.card-download::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0; /* gradiente na base */
    transition: opacity 0.3s ease;
}


.card-download > * {
    position: relative;
    z-index: 2; /* conteúdo por cima de tudo */
}

.card-download .icon {
    width: 56px;
    height: 56px;
}

.card-download h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1rem;
    max-width: 100%;
}

.card-download span {
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 85px;
}

#download-container{
    max-width: 1070px;
}

#resultados h3{
    color: #1F1F20;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.card-d-cat-manual h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.card-d-cat-manual .size{
    color: #817B7B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.card-d-cat-manual{
    border: 1px solid #DED9D8;
    min-height: 204px;

}

.card-img-produto{
    min-height: 192px;
    align-self: center;
    align-content: center;
    height: 100%;
}

.referencia{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.title-soft{
    color: #1F1F20!important;
    font-size: 40px!important;
    font-style: normal!important;
    font-weight: 700!important;
}

.textos{
    padding: 80px;
}


/* Aplica o SVG como seta */
.form-select {
    display: flex!important;
    height: 48px!important;
    padding: 12.5px 12px!important;
    align-items: center!important;
    gap: 8px!important;
    align-self: stretch!important;
    border: 1px solid #E2E4E6!important;
    background: #FFF!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-repeat: no-repeat!important;
    background-position: right 12px center!important;
    background-size: 20px!important;
}
.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M10 14.25L3.75 8L4.625 7.125L10 12.5L15.375 7.125L16.25 8L10 14.25Z' fill='%2373757B'/%3E%3C/svg%3E")!important;
}

/* gira ao receber foco — aproximação */
#meu-perfil .form-select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M10 7.25L3.75 13.5L4.625 14.375L10 9L15.375 14.375L16.25 13.5L10 7.25Z' fill='%2373757B'/%3E%3C/svg%3E")!important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 38px;
    font-size: 0.9rem;
    border-radius: 0;
    align-content: center;
    border: 1px solid #E2E4E6;
    background: #FFF;
    height: 48px;
    padding: 12.5px 12px;
}
.select2-container--default .select2-selection .select2-selection__rendered{
    top: -3px;
    position: relative;
}
.input-group-text {
    display: flex;
    height: 48px;
    padding: 12.5px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #E2E4E6;
    background: #FFF;
}


/* Form controls (48px, borda #E2E4E6, radius 6) */
.form-control{
    border:1px solid #E2E4E6 !important;
    background:#fff;
    border-radius:0px !important;
    height:48px;
    padding:12px;
    box-shadow:none;
}
textarea.form-control{ min-height:152px; height:auto; }
.form-control:focus{
    border-color:#4CA7E0 !important;
    outline:0;
    box-shadow:0 0 0 2px rgba(45,57,245,.10);
}
.form-control[readonly]{ background: #7a7a7a1a; color:#111; opacity:1; }

/* Placeholders */
input::placeholder,
textarea::placeholder{
    color:#73757B;
    font:300 16px/24px Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}


.btn-outline-dark{
    height: 48px;
}

.btn-outline-blue:hover{
    background: rgba(0, 174, 239, 0.5);
}