#header .header-logo img {
    max-height: 110px !important;
}

#header .header-logo {
    margin: 0;
}

.custom-icon-style-1 {
    height: 120px;
    width: 120px;
}

.custom-icon-style-1 img {
    border: 0;
}

#section-slide {
  height: 500px !important;
}

.custom-form-style-1 .form-control {
    border: 1px solid #ddd;
}

#section-html .custom-divider {
    display: none;
}

#section-html span {
    display: none;
}

.kisolari {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kisolari img {
    max-height: 80px;
}

.kisolari h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem;
}

.kisolari p {
    text-align: center;
    font-size: 15px;
}

.galeria-itens .galeria-item {
    width: calc(25% - 10px);
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
}

@media (max-width: 990px) {
  .kisolari p {
    text-align: justify;
}
}

.form-vendedores .form-control {
    border-color: #777;
    color: #777;
    background: transparent;
}

.form-vendedores .form-control::placeholder {
    color: #777;
}

html.sticky-header-active #header .header-body {
    top: -77px !important;
}