.call-to-action-6 {
    display: none !important;
}

header.ltn__header-area.ltn__header-6 {
  position: relative !important;
  background-color: var(--cor-site-1);
} 

.row-gap-2 {
  gap: 8px 0px;
}

.search-btn {
    width: 60px;
    padding: 14px;
    background: var(--cor-site-1);
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 50px;
    width: 100%;
}
.search-btn i {
    font-size: 20px;
    display: flex;
}
.search-btn:hover {
    background: var(--cor-site-2);
    color: #fff;
}