.footer-section {
    background: #151414;
    position: relative;
    color: #fff;
    margin-top: 60px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-xl-4,
.col-lg-4,
.col-md-4,
.col-md-6,
.col-xl-12 {
    padding: 0 15px;
}

.col-xl-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xl-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.single-cta {
    display: flex;
    gap: 15px;
}

.single-cta i {
    color: var(--cor-tema);
    font-size: 30px;
    margin-top: 8px;
    min-width: 30px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon {
    margin-top: 20px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    transition: transform 0.3s;
    display: inline-block;
}

.footer-social-icon a:hover {
    transform: translateY(-3px);
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.whatsapp-bg {
    background: #25D366;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--cor-tema);
}

.footer-widget ul {
    list-style: none;
}

.footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: #878787;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-widget ul li a:hover {
    color: var(--cor-tema);
}

.footer-widget.mb-30 {
    margin-bottom: 30px;
}

.copyright-area {
    background: #0d0d0d;
    padding: 25px 0;
}

.copyright-text {
    margin: 0;
}

.copyright-text p {
    color: #878787;
    margin: 0;
    line-height: 1.8;
}

.copyright-text a {
    color: var(--cor-tema);
    text-decoration: none;
    font-weight: 600;
}

.copyright-text a:hover {
    text-decoration: underline;
}
