body{
    font-family: 'Ubuntu', sans-serif;
}
.logo-suit{
    width: 60px;
}

.carousel{
    width: 640px;

}

.div-carousel{
    display: flex;
    justify-content: center;
}

.price{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control{
    width: 9rem;
    border-radius: 0%;
}

.ncep{
    text-decoration: none;

    
}

.btn{
    width: 90px;
    border-radius: 0%;
    
}

::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar {
    width: 6px;
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #e64040;
}

.desc{
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculo{

    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Work Sans", Arial;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-height: auto;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 20px;
    padding: 0px 16px;
    min-width: 40px;
    width: auto;
    height: 40px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px;
    color: rgb(255, 255, 255);
    background: linear-gradient(-235deg, rgb(0, 239, 168) 0%, rgb(15, 174, 121) 100%);

}

