/* CSS para animação suave ao passar o mouse sobre os cards */
.card {
    transition: transform 0.5s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.custom-mt {
    margin-top: -80px; /* Ajuste o valor conforme necessário */
}

/* Nossa Missão CSS */

@media (min-width:1200px) {
    .bannercontainer{max-width:1860px;}
}

.section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.overlay-secondary-half {
position: relative;
}

.overlay-secondary-half::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: linear-gradient(to right, #DA5506 60%, transparent);
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
