﻿
.Redes_Sociais_Icons{
    display: flex;
    gap: 24px; 
    padding-top: 16px;
 }

.circle {
    width: 32px;
    height: 32px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;  
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; 
    overflow: hidden;
    text-decoration: none; 
}

.circle:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.actions-l-bold h2{
    color: var(--neutral-100);
    font-size: 16px;
    line-height: 24px;
}

.body-xs-bold{
    font-family: "Archivo Bold";
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
}

.Footer_Main_Container_CreditsText_New a.body-xs-bold,
.Footer_Main_Container_CreditsText_New a.body-xs-bold:link,
.Footer_Main_Container_CreditsText_New a.body-xs-bold:visited {
    text-decoration: underline;
    color: var(--neutral-100);
}

.Footer_Main_Container_CreditsText_New a.body-xs-bold:hover {
    text-decoration: underline;
    color: #005fff;
}

.Footer_Main_Container_CreditsTextMobile_New a.body-xs-bold,
.Footer_Main_Container_CreditsTextMobile_New a.body-xs-bold:link,
.Footer_Main_Container_CreditsTextMobile_New a.body-xs-bold:visited {
    text-decoration: underline;
    color: var(--neutral-100);
}

.Footer_Main_Container_CreditsTextMobile_New a.body-xs-bold:hover {
    text-decoration: underline;
    color: #005fff;
}

.body-xs-regular{
    font-family: "Archivo";
    font-size: 13px;
    line-height: 20px;
}

.copyright{
    font-family: "Space Grotesk";
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px; 
    font-weight: 500;
}

.copyright_mobile{
    font-family: "Space Grotesk";
    font-size: 9px;
    text-transform: uppercase;
    line-height: 18px;
}

.footer_main_wrapper{
    margin: auto;
    max-width: 1238px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 32px;
    align-items: center;
}