body {
    font-size: 0.88rem;
    background-color: #f8f9fa;
    /* Cor de fundo clean */
    color: #333;
    /* Cor de texto */
}

.custom-bg-red {
    background-color: #fd635e !important;
    /* Cor azul personalizada */
}

.bg-gradient {
    /* background-color: #f58634 !important;
    background-image: linear-gradient(180deg, #f58634 34%, #fdcf21 100%) !important; */

    background: #fd635e !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #f58634, #fdcf21) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f58634, #fdcf21) !important; 

}

.bg-custom {
    background-color: #f8f9fa;
}

.navbar,
.footer {
    background-color: #343a40;
    /* Cor de barra */
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    color: #f8f9fa;
    font-weight: 500;
}



.custom-color-text-pin {
    color: #e7543a;
}

.custom-bg-yellow {
    background-color: #ffc107;
    /* Cor amarela personalizada */
}

.hero-image {
    background-image: url('../images/banner.jpg');
    background-size:cover;
    background-position: center;
    height: 500px;
}

.img-partner {
    max-width: 339px;
    max-height: 149px;
    object-fit: fill;
    background-position: center;
    background-color: transparent;
}

.card-wrapper {
    display: flex;
}

.card {
    margin: 0 .5rem;
}

@media (max-width: 666px) {
    .title-legend {
        font-size: 24px !important;
        display: flex !important;
        text-wrap: nowrap;
    }
  }

@media (min-width: 667px) and (max-width: 768px) {
    .title-legend {
        font-size: 30px !important;
        display: flex !important;
        text-wrap: nowrap;
    }
  }

@media (min-width: 769px) and (max-width: 1260px) {
    .title-legend {
        font-size: 36px !important;
        display: flex !important;
        text-wrap: nowrap;
    }
  }