/* Estilos para o footer */
.footer-section {
    width: 100%;
    background: #F9F9F9;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-section a{
    text-decoration: none;
    color: #161616;
}

.footer-main {
    width: 100%;
   
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.footer-links-content-span{
    cursor: pointer;
}

.footer-links-content-span:hover{
    color: #685BC7;
    text-decoration: underline;
}
.footer-links-content-span iconify-icon{
    color: #685BC7;
    margin-right: 5px;
}

.footer-brand {
    width: 35%;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.footer-logo-container {
  
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    padding-bottom: 1rem;
}

.footer-logo {
    align-self: stretch;
   max-width: 200px;
}

.footer-description {
    align-self: stretch;
    color: black;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 25px;
    word-wrap: break-word;
}

.footer-certifications {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.footer-cert-logo {
    max-width: 180px;
    cursor: pointer;
}

.footer-cert-badge {
    width: 163px;
    height: 48px;
    position: relative;
   
}

.footer-cert-element {
    position: absolute;
    background: black;
}

.footer-cert-element-1 {
    width: 10.48px;
    height: 10.33px;
    left: 63.01px;
    top: 10.29px;
}

.footer-cert-element-2 {
    width: 10.48px;
    height: 10.33px;
    left: 74.32px;
    top: 10.29px;
}

.footer-cert-element-3 {
    width: 10.01px;
    height: 14.95px;
    left: 85.62px;
    top: 10.29px;
}

.footer-cert-element-4 {
    width: 2.24px;
    height: 15.13px;
    left: 96.99px;
    top: 5.17px;
}

.footer-cert-element-5 {
    width: 9.63px;
    height: 10.33px;
    left: 100.19px;
    top: 10.29px;
}

.footer-cert-element-6 {
    width: 15.80px;
    height: 16.04px;
    left: 46.32px;
    top: 4.58px;
}

.footer-cert-element-7 {
    width: 116.62px;
    height: 17.09px;
    left: 46.38px;
    top: 26.42px;
}

.footer-cert-element-8 {
    width: 17.61px;
    height: 41.85px;
    left: 1.36px;
    top: 6.15px;
    background: #66BB6A;
}

.footer-cert-element-9 {
    width: 17.61px;
    height: 41.47px;
    left: 18.96px;
    top: 6.53px;
    background: #388E3C;
}

.footer-cert-element-10 {
    width: 35.21px;
    height: 45.68px;
    left: 1.36px;
    top: 2.31px;
}

.footer-cert-element-11 {
    width: 38.10px;
    height: 3.10px;
    left: 0px;
    top: 6.59px;
    background: linear-gradient(180deg, rgba(38, 50, 56, 0.35) 0%, rgba(38, 50, 56, 0.15) 42%, rgba(38, 50, 56, 0.02) 89%, rgba(38, 50, 56, 0) 100%);
}

.footer-cert-element-12 {
    width: 15.82px;
    height: 13.27px;
    left: 11.05px;
    top: 27.98px;
}

.footer-cert-element-13 {
    width: 11.45px;
    height: 8px;
    left: 13.39px;
    top: 36.35px;
    background: #FAFAFA;
}

.footer-cert-element-14 {
    width: 17.72px;
    height: 12.94px;
    left: 9.30px;
    top: 32.39px;
    background: #FAFAFA;
}

.footer-cert-element-15 {
    width: 28.05px;
    height: 19.64px;
    left: 5.10px;
    top: 28.20px;
    background: #FAFAFA;
}

.footer-cert-element-16 {
    width: 35.21px;
    height: 6.61px;
    left: 1.36px;
    top: 0px;
    background: #E0E0E0;
}

.footer-cert-element-17 {
    width: 2.07px;
    height: 2.05px;
    left: 4.67px;
    top: 2.47px;
    background: white;
}

.footer-cert-element-18 {
    width: 2.07px;
    height: 2.05px;
    left: 8.45px;
    top: 2.47px;
    background: white;
}

.footer-cert-element-19 {
    width: 11.61px;
    height: 11.47px;
    left: 13.04px;
    top: 13.48px;
    background: #FAFAFA;
}

.footer-links {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    display: inline-flex;
}

.footer-links-title {
    align-self: stretch;
    color: #161616;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 25px;
    word-wrap: break-word;
}

.footer-links-content {
    align-self: stretch;
    color: #161616;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.footer-cha-types {
    flex: 1 1 0;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    display: inline-flex;
}

.footer-cha-types-title {
    align-self: stretch;
    color: #161616;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 25px;
    word-wrap: break-word;
}

.footer-cha-types-content {
    align-self: stretch;
    height: 207px;
    color: #161616;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.footer-social {
    flex: 1 1 0;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    display: inline-flex;
}

.footer-social-title {
    align-self: stretch;
    color: #161616;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 25px;
    word-wrap: break-word;
}

.footer-social-content {
    width: 92px;
    height: 95px;
    color: #161616;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

/* Estilos para a seção copyright */
.section-copyright {
    width: 100%;
    background: #685BC7;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-copyright-footer {
    width: 100%;
    background: #685BC7;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    display: inline-flex;
    font-size: 22px;
}

.section-copyright-content {
    text-align: center;
}

.section-copyright-content-text {
    color: white;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
}

.section-copyright-content-link {
    color: white;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.2;
    word-wrap: break-word;
}

.section-copyright-content-link.pol-priv{
    cursor: pointer;
}

/* Media queries para footer */
@media (max-width: 1200px){
    .footer-brand {
        width: 35%;
    }
    .footer-logo {
        max-width: 175px;
    }
    .footer-cert-logo {
        max-width: 150px;
    }
    .footer-description{
        font-size: 16px;
    }
    .footer-cha-types-title,
    .footer-social-title,
    .footer-links-title{
        font-size: 18px;
    }
    .footer-cha-types-content,
    .footer-social-content,
    .footer-links-content{
        font-size: 14px;
    }
}

@media (max-width: 610px) {
    .footer-main {
        padding: 0px 30px;
    }
    .footer-main,
    .footer-brand,
    .footer-links,
    .footer-cha-types,
    .footer-social {
        display: block;
    }
    .footer-brand{
        width: 100%;
    }
    .footer-description{
        font-size: 20px;
    }
    .footer-logo{
        max-width: 200px;
    }
    .footer-certifications img{
        max-width: 150px;
    }
    .footer-links,
    .footer-cha-types,
    .footer-social{
        margin-top: 1rem;
    }
    .footer-cha-types-title, .footer-social-title, .footer-links-title {
        font-size: 22px;
    }
    
    .footer-cha-types-content, .footer-social-content, .footer-links-content {
        font-size: 18px;
    }
    .footer-cha-types-content{
        height: fit-content;
    }
}