* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mt-n2 {
    margin-top: -1.3rem !important;
}
.mb-n4 {
    margin-bottom: -1.6rem !important;
}

a {
    text-decoration: none;
}

.hover-text-primary {
    color: #2e84be;
}

.navbar-logo {
    width: 220px;
}

.icon-navbar {
    font-size: 2.3rem;
    margin: 0;
    padding: 0;
    line-height: 0;
    color: #fff;
}

.navbar-menu {
    font-size: 1.05rem;
}

.navbar-menu:hover {
    background-color: #2e84be;
}

.icon-btn-rounded-pill {
    padding: 0px 0px 0px 15px;
    display: flex;
    position: absolute;
    font-size: 1.5rem;
}

.text-btn-rounded-pill {
    padding: 3px 0 0px 23px;
    width: 100%;
}

.btn {
    margin: 0;
}

.w-fit {
    width: fit-content;
}

.bg-mtc-gray {
    background-color: #f7f7f7;
}

.img_contact {
    display: flex;
    max-width: 100%;
    height: 100%;
}

.img_contact img {
    width: 100%;
    object-fit: cover;
}
.img_card {
    display: flex;
    width: 100%;
    height: 235px;
}

.img_card img {
    width: 100%;
    object-fit: cover;
}

.profile-img {
    display: flex;
    width: 100px;
    height: 100px;
}

.profile-img img {
    width: 100%;
    object-fit: cover;
}

.fs-6 {
    font-size: 1rem;
}

.fs-7-5 {
    font-size: 0.9rem;
}

.fs-7 {
    font-size: 0.8rem;
}

.fs-8 {
    font-size: 0.7rem;
}

.btn-landsmaps {
    background-color: #001730;
    color: #fff;
}

.btn-round {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
}

.btn-round-icon {
    display: flex;
    position: absolute;
    margin: 0;
    font-size: 1rem;
    margin: -8px 0px 0px 6px;
}

.btn-round-footer {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 1px;
    background-color: transparent;
    color: #fff;
}

.btn-round-footer-icon {
    display: flex;
    position: absolute;
    margin: 0;
    font-size: 1.15rem;
    margin: 11px 0px 0px 10px;
}

.btn-round-footer:hover {
    background-color: #fded3d;
    color: #000;
}

.btn-round-share {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 1px;
    background-color: transparent;
    color: #3698dc;
}

.btn-round-share-icon {
    display: flex;
    position: absolute;
    font-size: 30px;
}

.btn-round-share:hover {
    background-color: #3698dc;
    color: #fff;
}

.min-vh-85 {
    min-height: 85vh;
}

.pointer-hover:hover {
    cursor: pointer;
}

.w-90 {
    width: 90%;
}

hr-white {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.text-inherit{
    color: inherit;
    text-decoration: none;
}


.label-border {
    position: absolute;
    margin: -11px 0 0 2px;
    /* padding: 0 7px; */
    /* background-color: #ffffff; */
    z-index: 5;
    font-size: 0.8rem;
    /* color: #8D8D8D; */
}

.input-border {
    margin: 11px 0 0 0;
    padding: 10px;
    border-color: #00a2e5;
}

hr.hr-warning {
    border-top: 1px solid #fff03d;
    opacity: 1;
    border-radius: 2px;
    margin: 5px 0px;
}

.social-sidebar {
    height: 30px;
    border-radius: 50%;
    margin: 0 1px;
}

.border-start-warning-2 {
    border-left: 2px solid;
    border-color: #fff; /* Bootstrap warning color */
}
