.sidebar {
    font-family: "Gotham Rounded Bold";
    font-size: 14px;
}

.text-lightblue {
    color: #59b7e7;
    font-family: "Gotham Rounded Book";
    font-weight: 700;
}

.text-lightblue--large {
    font-size: 20px;
    margin-bottom: 0px;
}
.text-lightblue--small {
    font-size: 11px;
}

.btn-lightblue {
    color: #59b7e7;
    border: 1px solid #59b7e7;
    width: 70% !important;
}

.text-red a {
    font-family: "Gotham Rounded Book";
    color: #da291c;
    font-size: 15px;
    text-decoration: none;
}

.sidebar .fa-phone {
    font-size: 20px;
}

.step {
    border-radius: 15px;

    margin-top: 20px;
    padding: 20px 35px 35px 35px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
        0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);

    margin-bottom: 30px;
}

.step input,
.step select {
    font: inherit;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
    height: 32px;
    border-bottom: 0.5px solid black;

    padding-bottom: 8px;

    font-size: 13px;

    margin-bottom: 15px;

    font-family: "Gotham Rounded Book";
    color: #9d9d9d;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 7px;
    height: auto;
    border-radius: 0;
    
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    padding: 10px;
}

.form-floating > label {
    padding: 0px 10px;
    font-family: 'Gotham Rounded Book';
    color: black;
}

input.form-control,
select.form-control {
    margin-bottom: 0px;
}

.form-control:focus {
    box-shadow: none;
}

label {
    color: #9d9d9d;
}

.step .form-group {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.step .fa-arrow-left {
    font-size: 20px;
    color: #5d5d5d;
    cursor: pointer;
}

.step__header {
    margin-bottom: 15px;
}

.btn-next-step {
    -webkit-appearance: button;
    -webkit-font-smoothing: antialiased;
    font-family: "Gotham Rounded Book" !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #3c3c3c;
    color: #fff;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-next-step[disabled="true"] {
    text-transform: none;
    -webkit-appearance: button;
    -webkit-font-smoothing: antialiased;
    font-family: "Gotham Rounded Book" !important;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    color: rgba(0, 0, 0, 0.26);
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
        0 0 0 0 rgba(0, 0, 0, 0.12);
}

#estas-contratando {
    color: #8f8f8f;
    font-family: "Gotham Rounded Bold";
}

#suma-asegurada {
    font-size: 1.7em;
    font-weight: 700;
}

#intervalo {
    font-family: "Gotham Rounded Book";
    font-size: 16px;
    margin-bottom: 0;
}

.payment-option-button {
    font-weight: 700;
    height: 70px;
    width: 200px;
    margin-bottom: 30px;
    white-space: normal;
    color: red;
    border-radius: 10px;
    border: thin solid red;
    background-color: #fff;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}

.detalle {
    padding-left: 0px;
    margin-top: 20px;
}

.detalle li {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    justify-content: center;
    font-size: 13.5px;
    color: #909090;
    height: 70px;

    border-bottom: 1px solid #ccc;
    font-family: Roboto, Helvetica Neue, sans-serif;
}

.step .red {
    color: #da291c;
}
