:root {
    --footer-color: #dfdfdf2e;
}


.footer {
    background:var(--footer-color);
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
}

.sub_footer {
    width: calc(100% + 1.5rem);
    position: sticky;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    margin: 0px -0.75rem;
    background: var(--secondary-color);
}


.footer > div > div.hide-mobile-flex {
    margin: 0px 30px;
}


.info-website{
    padding-top: 30px;
    padding-bottom: 30px;
}


ul.footer-link > li:last-child {
    border-bottom: 0px;
}


img.footer-logo {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

p.footer-text {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: var(--white-color);
    line-height: 1.2em;
}

.title-footer {
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
}

.border-right-footer {
    border-right: 0px solid #ffffff21;
}


ul.footer-link > li > a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 16px;
    border: 0px;
}

ul.footer-link {
    color: var(--white-color);
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.footer-link > li {
    border-bottom: 1px solid #ffffff2b;
    padding: 7px 0px;
    margin: 0px;
}




.payment-method svg {
    width: 40px;
    margin: 0px 15px;
    fill: var(--secondary-color);
}
.payment-method {
    display: flex;
    margin-bottom: 20px;
    padding-top: 15px;
    margin-top: -15px;
    justify-content: center;
    border-top: 1px solid #ffffff38;
}






.play-resposability {
    color: var(--bg-body);
    font-weight: 600;
    display: flex;
    align-items: center;
}


.play-resposability span {
    font-size: 13px;
    text-align: center;
    width: 35px;
    line-height: 31px;
    height: 35px;
    border-radius: 11px;
    display: block;
    margin: 0px 7px 0px 0px;
    border: 2px solid;
}





 .footer .nav_account{
    display:flex;
    align-items:center;
    position:relative;
    padding-right:0px;
}
  .footer .nav_account li > a{
    color:var(--bg-body);
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    display:flex;
    padding:8px 12px;
    text-decoration:none;
    align-items:center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
  .footer .nav_account li > a > svg{
    width:15px;
    margin:0px 5px 0px 0px;
    fill:var(--bg-body);
}


 @media only screen and (max-width: 992px){

      .footer .nav_account{
            display:flex;
            align-items:center;
            position:relative;
            padding-right:0px;
        }
     
     .sub_footer {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;

        }
     
     
}


 div.accordion-plus_footer{
    display:block;
    width:100%;
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    line-height:27px;
}
 .accordion-plus_footer a{
    display:flex;
    align-items:center;
         border-bottom:1px solid #dddddd4f;
    padding:15px;
    font-size:15px;
    text-transform:uppercase;
    color:var(--secondary-color);
    line-height:27px;
    background:#ffffff1f;
    text-decoration:none;
}

 .accordion-plus_footer a:after{
    content:'';
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform:scale(.7)!important;
    display:block;
    filter:invert(1);
    flex-shrink:0;
    width:1.25rem;
    height:1.25rem;
    margin-left:auto;
    background-repeat:no-repeat;
    background-size:1.25rem;
    transition:transform 0.2s ease-in-out;
}

.accordion-plus_footer a:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}


