.output-container {
    display: flex;
    /*width: 350px;*/
    height: 46px;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background-color: #b1bf99;
}

.output-number {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    border: none;
    background-color: #b1bf99;
}

.output-text {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    background-color: #b1bf99;
}

.conversor-label {
    text-align: left;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.input-number {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #FFF;
    border: none;
}

.input-text {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background-color: #FFF;
    border:none;
}

.input-container {
    display: flex;
    width: 358px;
    height: 46px;
    padding: 10px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #D5DAE1;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.input-container:hover {
    border-radius: 6px;
    border: 1px solid #D5DAE1;
    background: #F2F2F2;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.input-container:focus {
    border-radius: 6px;
    border: 2px solid #AAA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.conversor-divider {
    width: 1px;
    height: 24px;
    background: #D5DAE1;
}

.conversor-button {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    /*width: 350px;*/
    height: 46px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #4E7ECF;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.conversor-button:hover {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    /*width: 350px;*/
    height: 46px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #34548B;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.conversor-button:focus {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    /*width: 350px;*/
    height: 46px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #4E7ECF;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

/*landing*/
.landing-title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    padding-top:100px;
}

@media (max-width: 768px) {
    .landing-title {
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        padding-top: 50px;
    }
}

.landing-label {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.landing-offert {
    width: 1236px;
    height: 570px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.00) 0.03%, rgba(5, 9, 13, 0.00) 87.01%, rgba(7, 14, 19, 0.50) 90.48%, #091219 96.58% ), url("../img/img-background.jpeg"), lightgray 50%;
}

.landing-steps {
    background: linear-gradient(180deg, #cadeca 0.39%, #1C3740 41.06%, rgba(60, 113, 126, 0.85) 70.78%, #070D14 97.08%);
    margin-top: 40px;
    margin-bottom: 140px;
}


h3 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.step-number {
    color: #4B94A7;
    text-align: center;
    font-family: Poppins;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    display: flex;
    width: 108px;
    height: 108px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.step-description {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /*layout*/
    display: inline-flex;
    padding: 70px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: rgba(13, 33, 44, 0.60);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.20), 4px 4px 26px 0px rgba(255, 255, 255, 0.12) inset, 0px 4px 2px 0px rgba(255, 255, 255, 0.12) inset, 0px -4px 2px 0px rgba(0, 0, 0, 0.20) inset;
    backdrop-filter: blur(5px);
}

.fieldset-group {
    display: inline-flex;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 24px 24px;
    flex-direction: column;
    border-radius: 16px;
    background: rgba(13, 33, 44, 0.60);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.20), 4px 4px 26px 0px rgba(255, 255, 255, 0.12) inset, 0px 4px 2px 0px rgba(255, 255, 255, 0.12) inset, 0px -4px 2px 0px rgba(0, 0, 0, 0.20) inset;
    backdrop-filter: blur(5px);
}

.contact-form {
    width: 554px;
    max-width: 100%;
    height: 480px;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.20);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: #4B94A7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:5px;
}

.contact-icon img {
    width: 100%;
    height: 100%;
}

.contact-item {
    width: 261px;
    height: 128px;
    fill: #4B94A7;
    align-items: flex-start;
}

.container-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.03%, rgba(5, 9, 13, 0.00) 87.01%, rgba(7, 14, 19, 0.50) 90.48%, #091219 96.58%), url('../img/img-background.jpeg'), black 50%;
    background-repeat: no-repeat;
    background-size: 1440px;
}

.container-steps {
    border-radius: 16px;
    background: rgba(202, 222, 202, 0.60);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.20), 4px 4px 26px 0px rgba(255, 255, 255, 0.12) inset, 0px 4px 2px 0px rgba(255, 255, 255, 0.12) inset, 0px -4px 2px 0px rgba(0, 0, 0, 0.20) inset;
    backdrop-filter: blur(15px);
    height: 570px;
}

div.scroll {
    width: 300px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
