.nav-title {
    font-size: 16px;
    font-weight: 500;
}

.econtrato-title {
    /* font-size: 60px; */
    font-size: 4.5em;
    font-weight: 800;
    background: linear-gradient(45deg, #c41f48, #1c63aa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    background-size: 100% 100%;
}

.text-red {
    color: #c41f48;
}

.icon-red {
    color: #c41f48;
    fill: currentColor;
}

.btn-red {
    font-size: 1.4em;
    font-weight: 400;
    color: #fff;
    background-color: #c41f48;
}

.btn-red:hover {
    color: #fff;
    background-color: #811b35;
}

.panel-title {
    font-size: 24px;
    color: #1c63aa;
}

.title-blue {
    font-size: 46px;
    color: #1c63aa;
    font-weight: 800;
}

.footer-gptw {
    color: #727272;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
}

.img-gptw {
    max-width: 90px;
    height: auto;
}

.image-overlay {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    border-radius: 40px;
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(196, 31, 72, 0.7), rgba(1, 34, 75, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.gradient-overlay h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    padding: 20px;
    color: #fff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.description-differentials {
    margin-top: -18px;
    color: #404040;
    font-size: 20px;
}

.custom-hr {
    border: none;
    height: 2px;
    background-color: #e41747;
}

.card {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    min-height: 500px;
    /* max-height: 500px; */
}

.card-news {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    min-height: 500px;
    max-height: 500px;
}

.card-news-img,
.list-news  .card-img-top{
    height: 250px;
}
.custom-card {
    border: none;
    border-radius: 0;
}

.custom-card .card-body {
    border-top: none;
}

.container-tbk {
    padding: 50px;
    border-radius: 20px;
    background: linear-gradient(45deg, #c41f48, #1c63aa);
    color: #FFFFFF;
}

.container-tbk p {
    font-size: 22px;
}

.container-tbk h2 {
    font-size: 36px;
    font-weight: 800;
}

.container-tbk .btn-outline-light {
    padding: 0 70px 0 70px;
}
