@import url('fonts/made-mirage.css');

:root {
    --font-family-base: 'Made Mirage', sans-serif;
}

body {
    font-family: var(--font-family-base);
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #343f52 !important;
}

.navbar-brand img {
    width: 100px;
}

@media screen and (max-width:765px) {
    .navbar-brand img {
    width: 50px;
}
}

@media (min-width: 992px) {
.navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color:#FFFFFF !important;
}
}

.nav-link {
    color: #343f52 !important;
}

.nav-link.active {
    color: #BF306F !important;
    position: relative;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #BF306F;
}

.navbar-stick .nav-link {
    color:#343f52 !important;
}

.navbar-stick .logo-black, .navbar-unstick .logo-white{
    display: block !important;
}

.navbar-stick .logo-white, .navbar-unstick .logo-black {
    display: none !important;
}


@media screen and (max-width:768px) {
    .breadcrumb {
        display: inline-block;
    }
    
    footer .widget {
        text-align: center;
        margin: 0 auto;
    }
    
    footer img {
        text-align: center;
        margin: 0 auto;
        max-width:130px;
    }
}

.reports {
    margin-bottom: 12px;
}

.reports span{
    color: #ab3a8e;
}

.hover-card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hover-card .image-team {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    margin-bottom: 10px;
}

.hover-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(171, 58, 142, 0.8); /* Cor roxa com transparência */
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: rotateY(90deg);
    padding:20px;
}

.hover-card:hover .overlay,
.hover-card:focus .overlay,
.hover-card:active .overlay {
    opacity: 1;
    transform: rotateY(0deg);
}

.hover-card:hover .image-team,
.hover-card:focus .image-team,
.hover-card:active .image-team {
    transform: scale(1.1);
}

.wrapper.image-wrapper.bg-image.bg-overlay.bg-overlay-400.text-white {
    height: 240px;
    margin-top: 85px;
    padding-top: 30px;
    filter: grayscale(100%);
}

.wrapper.image-wrapper.bg-image.bg-overlay.bg-overlay-400.text-white .breadcrumb {
    display: none;
}

.navbar-nav {
    margin-top: 10px;
}

.nav-link , .dropdown-item {
    letter-spacing: 1.1px;
}

.section-title {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}

.section-title::before {
    content: "";
    position: absolute;
    transform: translateX(-15px);
    top: 0;
    height: 40px;
    width: 6px;
    background: #BF306F;
    border-radius: 0;
}

.contact-info small {
    display: block;
    color: #6c757d;
    margin-top: 5px;
}

.no-jobs-message {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-style: italic;
}

.content-block {
    margin-top: -2rem;
}

.map-container {
    margin-top: 2rem;
}

.p-description p{
    font-size: 1.05rem !important;
    line-height: 1.6;
    font-weight: 500;
}

.btn-xp {
    color: #343f52;
    font-weight: 500;
    padding: 20px;
}

.btn-xp:hover {
    color: #BF306F;
    text-decoration: underline;
}

h3 {
    font-size: 1.05rem !important;
    line-height: 1.6;
    --bs-bg-opacity: 1;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.description-service  p{
    margin-bottom: 0;
}