@charset "utf-8";
/* CSS Document */
.form-control {
    background-color: #fafafa;
    border-color: #eee;
    margin-top: 0px;
    height: 40px;
	display: block;
    width: 100%;
    padding: 0 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 9px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary{
    color: #fff !important;
    background-color: red;
    border-color: red;
    text-transform: uppercase;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-size: 14px;
}
.form-group {
    margin-bottom: 5px;
}
.check-label {
    margin-bottom: 0px;
    display: inline;
    font-size: 12px;
    padding-left: 20px;
}
.form-check {
    padding-left: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 6px 0 0 0;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}
.col-9 {
    padding-top: 5px;
}
.form {
    background-color: #eee;
    padding: 1rem;
}
.fixed-sidebar {
    top: 20px;
}
.fs28 {
    font-size: 28px;
}
.fs36 {
    font-size: 36px;
    font-weight: 600;
}
.lh24 {
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6, p{
    line-height: 140% !important;
}
.num-lista{
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
}

#whatsapp-chat{
    position: fixed;
    bottom: 10px;
    right: 20px;
    /*border: solid 4px #fff;
    border-radius: 25px;*/
}

#whatsapp-chat img{
    max-width: 64px;
}

a {
    color: #4ECDC4;
    text-decoration: none;
    background-color: transparent;
}

.humo {
    width: 0 !important;
    height: 0 !important;
    border: none;
    position: absolute;
    border-bottom: 0;
}