.websima-footer {
    background: rgba(33, 33, 33, 1);
}

.websima-footer-content {
    max-width: 982px;
    margin: 0 auto 24px;
}

.websima-footer-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.websima-social {
    text-align: center;
}

.websima-social span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    display: block;
}

.websima-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.websima-social ul li a {
    display: flex;
}

.websima-social ul li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.websima-social ul li a i{
    font-size: 21px;
}

.websima-social ul li a i::before{
    color: #000;
}

.websima-social ul li a:hover i::before{
color: #fff;
}

.websima-social ul li a:hover{
    background: rgba(159, 194, 33, 1);
}


.accesses-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-right: 14px;
    margin-bottom: 20px;
}

.accesses-title::before {
    content: '';
    height: 14px;
    width: 2px;
    background: rgba(159, 194, 33, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-57%);
}

.websima-footer-accesses ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.websima-footer-accesses i{
    font-size: 15px;
    margin-top: 8px;
}

.websima-footer-accesses ul li a,.websima-footer-accesses ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    display: flex;
    gap: 14px;
}

.websima-footer-accesses ul li a:hover, .websima-footer-accesses ul li span:hover{
    color: rgba(159, 194, 33, 1);
}


.websima-footer-accesses ul li a i::before {
    color: rgba(159, 194, 33, 1);
}

.websima-footer-links {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.websima-footer-cp .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Copyright_text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}

.Copyright_text a{
    color: rgba(159, 194, 33, 1);
}

.websima-footer-cp {
    margin-top: 40px;
    background: rgba(22, 22, 22, 1);
    padding: 20px 0;
}

.websima-footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.websima-footer-logo a{
    margin-top: -68px;
}

@media (max-width: 991px) {
    .websima-footer-accesses {
        background: rgba(255, 255, 255, 0.04);
        padding: 15px 12px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .websima-footer-accesses ul {
        margin-top: 16px;
    }

    .accesses-title {
        margin: 0;
    }

    .accesses-title::after {
  content: "\e90b";
        color: rgba(159, 194, 33, 1);
        font-family: 'icomoon' !important;
        font-size: 7px;
        position: absolute;
        left: 0;
        transition: 0.3s;
    }

    .websima-footer-accesses.active .accesses-title::after {
        transform: rotate(180deg);
    }

    .websima-footer-cp .container {
        flex-direction: column;
    }

    .Copyright_text p {
        text-align: center;
    }

    .websima-footer-links {
        margin-top: 28px;
        padding-top: 28px;
    }
    .websima-footer{
        margin-top: 123px;
    }
}