/* ================================================
 SELECTS E INPUTS PERSONALIZADOS
================================================ */

.input-item select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 48px 0 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5C727D;
    background-color: #ffffff;
    margin-bottom: 30px;
    border: 1px solid #e4ecf2;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2311509d' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 9px;
}

.input-item select:focus {
    border-color: #11509d;
    box-shadow: 0 0 0 3px rgba(17, 80, 157, 0.08);
    background-color: #ffffff;
    color: #071c1f;
}

.input-item select option[value=""][disabled] {
    color: #9aacb4;
}

.input-item select option {
    color: #071c1f;
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

#Idade {
    display: block;
    width: 100%;
    height: 65px;
    margin-bottom: 30px;
    padding: 1px 40px 1px 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5C727D;
    background-color: #ffffff;
    border: 1px solid #e4ecf2;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.campo-float {
    position: relative;
}

.campo-float input {
    width: 100%;
    padding: 17px !important;
}

.campo-float label {
    position: absolute;
    left: 8px;
    top: 20px;
    font-size: 14px;
    color: #777;
    pointer-events: none;
    transition: all 0.2s ease;
    background: #fff;
    padding: 0 4px;
}

.campo-float input:focus + label,
.campo-float input:valid + label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #333;
}

#Idade:focus {
    border-color: #11509d;
    color: #071c1f;
}

#Idade::-webkit-outer-spin-button,
#Idade::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#Idade[type=number] {
    -moz-appearance: textfield;
}

.ltn__call-to-action-area {
    display: none !important;
}