/*ADIÇÃO DE ESTILIZAÇÃO INDIVIDUAL PARA A PÁGINA*/

.hero {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.02));
    padding: 56px 0;
}
.hero .card {
    border: none;
    background: transparent;
}
.feature-icon {
    font-size: 28px;
    color: #515151;
    width: 56px;
    padding: 0 25px;
    border: 1px solid #e0e0e0;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 12px;
}

h6.mb-1.fw-bold {
    color: #282828;
}

.title-primary {
    color: var(--cor-site-1);
    font-size: 2em;
}

.title-secondary {
    color: #3f3f3f;
}

.values-list li {
    margin-bottom: 8px;
}
.services .card {
    transition: transform .18s ease, box-shadow .18s ease;
}
.services .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.timeline-line {
    max-width: 560px;
    margin: 8px auto;
}

/*ADICIONADO ESTILIZAÇÃO FINAL PARA A PÁGINA EMPRESA */

.cards-infos {
  background: white;
  border: 1px solid #e0e0e0;
  padding: 15px;
  min-height: 200px;
}

img.info-cards-cta {
  height: 64px !important;
  width: 64px !important;
  margin-bottom: 20px;
}

.final-text {
  padding: 30px !important;
}