#section-html{
  margin-top: -180px;
  margin-bottom: -240px
}

.text-light {
    color: #555555 !important;
}

.btn-mais {
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px;
    color: white;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
    width: fit-content;
    background-color: var(--bg_geral);
}

.newsletter .banner-main-left i {
    font-size: 30px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #555555;
    border: 1px solid #555555;
    border-radius: 50px;
}

.newsletter .banner-main-left i:before {
    font-size: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #555555;
}

.newsletter .banner-main-left:before {
    position: absolute;
    top: -70px;
    left: 30px;
    width: 1px;
    height: 70px;
    content: "";
    background-color: #555555;
}

.footer-main h4.title {
    font-size: 1.14286rem;
    font-weight: bold;
    position: relative;
    margin-top: 17px;
    margin-bottom: 50px;
    padding-left: 30px;
    color: #555555;
}

footer .bg-newsletter {
    background: #555555;
    border: 2px solid var(--texto_principal);
    border-radius: 0;
    height: 45px;
    color:  #ffffff;
    transition: 0.2s ease-in-out;
}

.bg-form-contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 250%;
    height: 100%;
    background: #dbdbdb;
    opacity: 0.6;
}

.form-control {
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
}


.page-title-wrapper li .link {
    text-transform: capitalize;
    color: #ffffff;
}

.page-title-wrapper li .link.active {
    color: #ffffff;
}

.wrapper-serve .main-text .text-number {
    font-size: 72px;
    font-weight: 900;
    line-height: 60px;
    color: #fce3df;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.btn-flat {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: white;
}

.btn-theme-colored {
    margin-bottom: 80px;
}

.header-main .logo {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}

div#modal-boas-vindas .modal-conteudo {
    width: 500px;
    height: 494px;
}

