@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: "Lato", sans-serif;
    /* background-color: #f5f5f5; */
}

a {
    color: #212529;
}

.nav-pills .nav-link {
    background-color: #F7F7F7;
    padding: 10px 15px;
    border-radius: 0;
    color: black
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #003D7E;
    color: #fff !important;
}

.tab-content {
    background-color: #f7f7f7;
}

.font-xs {
    font-size: 12px;
}

.text-gold {
    color: #D3AF37
}

.text-blue {
    color: #003D7E
}

.text-orange{
    color: #ea580c;
}

footer {
    background-color: #003D7E;
    color: #fff !important;
}

footer a {
    color: #fff !important;
}

.nav-link {
    color: #252525 !important;
    /* font-weight: 500; */
    transition: border-bottom 0.3s ease, font-weight 0.3s ease;
}

.nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #003D7E;
}

@media screen and (max-width: 600px) {
    .nav-link.active {
        border-width: 25%;
    }
}


.title-banner {
    position: relative;
}

.title-abs {
    color: #fff;
    /* font-size: 36px; */
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.61);
    /* font-weight: 700; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-box {
    transition: 0.2s all;
    border: 2px solid rgb(238, 233, 233)
}

.card-box:hover {
    transform: translateY(-10px);
    border: 2px solid #003D7E
}

.rounded-circle-bg{
    padding:10px;
    border-radius: 50px;
}

.card-pop {
    transition: all 0.2s ease-in-out;
}

.card-pop img {
    transition: transform 0.2s ease-in-out;
}

.card-pop img:hover {
    transform: scale(1.05);
}
