body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.container-fluid {
    padding: 0 32px;
}

@media (min-width: 580px) {
    .container-fluid {
        padding: 0 48px;
    }
}

@media (min-width: 991px) {
    .container-fluid {
        padding: 0 80px;
    }
}

@media (min-width: 1440px) {
    .container-fluid {
        padding: 0 160px;
    }
}

.btn-default {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 32px;
    gap: 8px;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-default {
        font-size: 16px;
        line-height: 16px;
        padding: 16px 24px;
    }
}

.btn-1 {
    color: #F1F4F5;
    background: #002C39 linear-gradient(76.23deg, transparent 40.16%, #2B606F 100%);
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
    transition: background-color 300ms ease-in-out;
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active {
    background: #2B606F linear-gradient(76.23deg, transparent 40.16%, #2B606F 100%);
}

.btn-2 {
    color: #002632;
    background: #E6ECEE;
    transition: background-color 300ms ease-in-out;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active {
    background: #96B0B8;
}

.btn-3 {
    color: #002632;
    background: #D4ECF4 linear-gradient(76.23deg, transparent 40.16%, #F1F4F5 100%);
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
    transition: background-color 300ms ease-in-out;
}

.btn-3:hover,
.btn-3:focus,
.btn-3:active {
    background: #F1F4F5 linear-gradient(76.23deg, transparent 40.16%, #F1F4F5 100%);
}

.btn-4 {
    color: #161B1B;
    background: #776D3D;
    transition: background-color 300ms ease-in-out;
}

.btn-4:hover,
.btn-4:focus,
.btn-4:active {
    background: #B0AA8E;
}

.display-large {
    font-size: 32px;
    line-height: 40px;
}

.display-medium {
    font-size: 32px;
    line-height: 40px;
}

.actions {
    display: flex;
    flex-direction: column;
}

@media (min-width: 767px) {
    .display-large {
        font-size: 48px;
        line-height: 52px;
    }

    .display-medium {
        font-size: 32px;
        line-height: 40px;
    }

    .actions {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .display-large {
        font-size: 64px;
        line-height: 70px;
    }

    .display-medium {
        font-size: 48px;
        line-height: 52px;
    }
}



#header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url('/assets/img/brasao-1.svg') bottom -830px left no-repeat;
}

#header .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

@media (min-width: 580px) {
    #header .container-fluid {
        padding-right: 1rem;
    }
}

@media (min-width: 991px) {
    #header .container-fluid {
        padding-right: 1rem;
    }
}

@media (min-width: 1440px) {
    #header .container-fluid {
        padding-left: 160px;
        padding-right: 80px;
    }
}

#header .coluna-1 {
    width: 100%;
}
@media (min-width: 1440px) {
    #header .coluna-1 {
        max-width: 720px;
    }
    
}


#header .coluna-2 {
    display: none;
}

@media (min-width: 991px) {
    #header .coluna-2 {
        display: flex;
        width: 100%;
        max-width: 670px;
    }

    #header .coluna-2 .figure-header {
        width: 100%;
    }
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 270px;
    height: 270px;
    background: #96B0B8;
    filter: blur(150px);
    transform: translate(-50%, -50%);
}

#header .container {
    position: relative;
    z-index: 2;
}

#header .tag {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #F1F0EC;
    color: #534C2B;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
}

#header .content {
    margin-bottom: 48px;
    width: 100%;
}

#header .content h1 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #002632;
}

#header .content h1 mark {
    position: relative;
    padding: 0;
    margin: 0;
    background: linear-gradient(to top, transparent 20%, rgba(150, 176, 184, .5) 20%, rgba(150, 176, 184, .5) 40%, transparent 40%);
}

#header .content p {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #495051;
}

@media (min-width: 767px) {
    #header .content p {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) {
    #header .content p {
        font-size: 28px;
        line-height: 36px;
    }
}

#header .actions {
    gap: 24px;
    margin-bottom: 48px;
}

#header .figure-header {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}



#header .figure-header .img-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
    z-index: 2;
}

#header .figure-header::before {
    position: absolute;
    bottom: 20%;
    right: 15%;
    content: '';
    display: block;
    width: 163px;
    height: 163px;
    background: #B0AA8E;
    filter: blur(150px);
    z-index: 1;
}

@media (max-width: 767px) {
    #header .figure-header .img-header{
        transform: translateX(50px);
    }
}
@media (min-width: 992px) {
    #header .figure-header .img-header{
        transform: translateX(150px);
    }
}
@media (min-width: 1200px) {
    #header .figure-header .img-header{
        transform: translateX(0);
    }
}

#forcas-policiais {
    padding: 24px 0 60px;
    background: #F6F6F4 url('/assets/img/brasao-2.svg') top left no-repeat;
}

#forcas-policiais h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #242C2D;
    margin-bottom: 32px;
}

#forcas-policiais .img-forca {
    filter: grayscale(1);
    margin: 0 auto;
}

#forcas-policiais .swiper-wrapper {
    --swiper-wrapper-transition-timing-function: linear;
    justify-content: space-between;
    gap: 40px;
}

#forcas-policiais .swiper-wrapper .swiper-slide {
    width: auto;
    text-align: center;
}

#protecao {
    padding: 60px 0;
    background: #F1F0EC;
}

#protecao .title {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    color: #191F1F;
    font-weight: 800;
    margin: 0 0 54px 0;
}

#protecao .title mark {
    position: relative;
    padding: 0;
    margin: 0;
    background: linear-gradient(to top, transparent 10px, rgba(199, 195, 175, .5) 10px, rgba(199, 195, 175, .5) 25px, transparent 25px);
}

#protecao .cards {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

#protecao .cards .cards-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: auto;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    background: #FFF;
    color: #161B1B;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 24px;
    border-radius: 12px;
}

#protecao .cards .cards-item p {
    margin: 0;
}

#lancamento {
    padding: 80px 0;
    background: #F6F6F4 url('/assets/img/bg-defesa.svg') top right no-repeat;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    #lancamento {
        padding: 48px 0;
    }

    #lancamento .row {
        gap: 2rem;
    }
}

#lancamento .tags {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    #lancamento .tags {
        flex-direction: column;
        align-items: flex-start;
    }
}

#lancamento .tags-item-1 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #E6ECEE;
    color: #003F52;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
}

#lancamento .tags-item-2 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #F1F0EC;
    color: #534C2B;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
}

#lancamento .title {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

#lancamento .subtitle {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #242C2D;
    margin-bottom: 36px;
}

#lancamento .lista {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    margin-bottom: 48px;
    padding: 0;
}

#lancamento .lista li {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #242C2D;
}

#lancamento .lista li::before {
    content: url('/assets/img/icon-check.svg');
}

#lancamento .img-lancamento {
    display: block;
    border-radius: 28px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    #lancamento .img-lancamento {
        max-width: 270px;
        height: auto;
    }
}

#defesa-juridica {
    padding: 80px 0;
    background: linear-gradient(180deg, #E6ECEE 0%, #F1F4F5 100%);
}

@media (max-width: 767px) {
    #defesa-juridica {
        padding: 48px 0 80px;
    }
}

#defesa-juridica .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#defesa-juridica .title h2 {
    margin: 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
    text-align: center;
    color: #002632;
}

#defesa-juridica .title p {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242C2D;
}

#defesa-juridica .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
    margin: 48px 0;
}

@media (max-width: 767px) {
    #defesa-juridica .cards {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

#defesa-juridica .cards .cards-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border: 3px solid #F4F5F5;
    border-radius: 12px;
}

#defesa-juridica .cards .cards-item h3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #003F52;
    padding: 12px;
    margin: 0;
}

#defesa-juridica .cards .cards-item h3 .sm {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #161B1B;
}

#defesa-juridica .cards .cards-item .img-card-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
}

#defesa-juridica .actions {
    justify-content: center;
    gap: 24px;
}

#porque-idnqd {
    padding: 80px 0;
    background: linear-gradient(180deg, #F1F4F5 0%, #F1F0EC 100%);
}
@media (max-width: 767px) {
    #porque-idnqd {
        padding: 48px 0 80px;
    }
}

#porque-idnqd .titulo {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
    color: #242C2D;
    margin-bottom: 48px;
}

#porque-idnqd .row {
    gap: 80px;
}

#porque-idnqd .coluna-1 {
    max-width: 35%;
}

@media (max-width: 991px) {
    #porque-idnqd .coluna-1 {
        max-width: 100%;
    }
}

#porque-idnqd .img-porque {
    border-radius: 28px;
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: top center;
}

#porque-idnqd .lista {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0;
    list-style: none;
}

#porque-idnqd .lista li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 32px 0px;
    gap: 16px;
    border-bottom: 1px solid #C7C3AF;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#porque-idnqd .lista li:first-child {
    padding-top: 16px;
}

#depoimentos {
    display: flex;
    padding: 100px 0;
    background: #F1F0EC;
}
@media (max-width: 767px) {
    #depoimentos {
        padding: 48px 0 80px;
    }
}

#depoimentos .content-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px;
}

#depoimentos .content {
    flex: 1;
    max-width: 100%;
}

#depoimentos .content h2 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
    color: #002632;
    margin-bottom: 10px;
}

#depoimentos .content p {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #242C2D;
    margin-bottom: 48px;
}

#depoimentos .content .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 767px) {
    #depoimentos .content .actions {
        align-items: normal;
    }
}

#depoimentos .depoimentos {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 48px;
}

#depoimentos .depoimentos .coluna-1,
#depoimentos .depoimentos .coluna-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 64px;
    width: 50%;
}


@media (max-width: 767px) {

    #depoimentos .depoimentos .coluna-1,
    #depoimentos .depoimentos .coluna-2 {
        width: 100%;
    }
}

#depoimentos .depoimentos .card-depoimento {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    padding-left: 48px;
    margin: 0;
    margin-left: 24px;
    background: #F6F6F4;
    color: #242C2D;
    border-radius: 12px;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}

#depoimentos .depoimentos .card-depoimento .icone {
    position: absolute;
    top: 24px;
    left: -24px;
}

#depoimentos .depoimentos .card-depoimento .texto {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #242C2D;
}


#depoimentos .depoimentos .card-depoimento .autor {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    gap: 12px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #808585;
}

#depoimentos .depoimentos .card-depoimento .autor .img-foto {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

#depoimentos .content-wrap .actions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    #depoimentos .depoimentos {
        flex-direction: column;
    }
}

@media (min-width: 991px) {
    #depoimentos .content-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 120px;
    }

    #depoimentos .content {
        max-width: 380px;
    }
}

@media (min-width: 1200px) {
    #depoimentos .content {
        max-width: 380px;
    }
}

#contato {
    width: 100%;
    padding-bottom: 140px;
    color: #FFF;
    background: linear-gradient(76.23deg, #002C39 40.16%, #2B606F 100%);
}


#contato .contato-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 120px;
}

@media (max-width: 767px) {
    #contato .contato-wrap {
        flex-direction: column;
    }
}

#contato .contato-wrap .coluna-1 {
    max-width: 75%;
}

@media (min-width: 768px) {
    #contato .contato-wrap .coluna-1 {
        margin-left: -90px;
    }
}

@media (min-width: 1200px) {
    #contato .contato-wrap .coluna-1 {
        margin-left: 0;
    }
}

#contato .contato-wrap .coluna-1 .img-contato {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}

#contato .contato-wrap .coluna-2 {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 120px 0 0;
}

#contato .contato-wrap .coluna-2 .tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

#contato .contato-wrap .coluna-2 .tags-item-1 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #2B606F;
    color: #F6F6F4;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

#contato .contato-wrap .coluna-2 .tags .tags-item-2 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #534C2B;
    color: #F6F6F4;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

#contato .contato-wrap .coluna-2 h2 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 110%;
    letter-spacing: -2.5px;
    color: #F4F5F5;
}

#contato .contato-wrap .coluna-2 h2 mark {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 110%;
    letter-spacing: -2.5px;
    color: #F4F5F5;
    background: linear-gradient(to top, transparent 25%, rgba(43, 96, 111, .5) 25%, rgba(43, 96, 111, .5) 45%, transparent 45%);
}

#contato .contato-wrap .coluna-2 h3 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #E6ECEE;
    margin-bottom: 54px;
}

@media (max-width: 991px) {
    #contato .contato-wrap {
        gap: 48px;
    }

    #contato .contato-wrap .coluna-2 {
        min-width: 400px;
    }

    #contato .contato-wrap .coluna-2 h2 {
        font-size: 60px;
        line-height: 110%;
    }

    #contato .contato-wrap .coluna-2 h2 mark {
        font-size: 90px;
        line-height: 110%;
    }

    #contato .contato-wrap .coluna-2 h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    #contato {
        padding-bottom: 48px;
    }

    #contato .contato-wrap .coluna-1,
    #contato .contato-wrap .coluna-2 {
        min-width: inherit;
        max-width: 100%;
    }

    #contato .contato-wrap {
        gap: 0;
    }

    #contato .contato-wrap .coluna-2 {
        padding: 48px 0;
    }

    #contato .contato-wrap .coluna-2 h2 {
        font-size: 40px;
        line-height: 110%;
    }

    #contato .contato-wrap .coluna-2 h2 mark {
        font-size: 70px;
        line-height: 110%;
    }

    #contato .contato-wrap .coluna-2 h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
    }
}

#contato form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#contato label {
    display: block;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

#contato .input {
    width: 100%;
    padding: 12px 16px;
    color: #FFF;
    background: #002C39;
    border: 1px solid #2B606F;
    border-radius: 8px;
}

#contato .input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#contato form .row {
    gap: 24px;
}

#contato select.input,
#contato .input option[disabled],
#contato .input::placeholder {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6B909B;
}

#contato .input option {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6B909B;
}

#contato .input:focus {
    border: 1px solid #FFF;
    color: #FFF;
    font-style: normal !important;
}

#contato .action {
    margin-top: 24px;
}




#footer {
    padding: 100px;
    background: #191F1F url('/assets/img/bg-footer.svg') top right no-repeat;
    background-size: auto 100%;
}

@media (max-width: 991px) {
    #footer {
        padding: 100px 0;
    }
}

#footer .row {
    gap: 60px;
}

#footer .coluna-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

#footer .coluna-1 .abertura {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    width: 100%;
    height: 100%;
    padding: 36px 40px;
    border-radius: 20px;
    color: #F1F0EC;
    max-width: 315px;
    border: 3px solid #776D3D;
}

@media (max-width: 991px) {
    #footer .coluna-1 {
        width: 100%;
    }

    #footer .coluna-1 .abertura {
        max-width: 100%;
    }
}

#footer .coluna-1 .abertura .titulo {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #F1F0EC;
}

#footer .coluna-2 h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #E6ECEE;
    margin: 0;
}


#footer .coluna-2 h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #E6ECEE;
    margin: 0;
}



#copy {
    padding: 24px 160px;
    background: #161B1B;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    #copy {
        padding: 24px 32px;
    }
}