* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'MADETOMMY', 'Poppins', sans-serif;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MADETOMMY';
    src: url('../fonts/MADETOMMYThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}



/* Header */
header {
    padding: 0.5rem;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 5;
}

header .header-top .logo {
    max-width: 150px;
    margin: 0px auto;
}

header .nav-menu {
    display: flex;
    gap: 1px;
    margin-top: 10px;
    margin-bottom: -30px;
}

header .nav-menu button {
    background-color: #242222;
    color: #fff;
    width: 100%;
    border-radius: 0;
}

header .nav-menu button:hover {
    color: #fff;
    background-color: #242222;
}


header .nav-menu button:first-of-type {
    background-color: #25665b;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    color: #fff;
}


header .nav-menu button:first-of-type:active {
    background-color: #25665b;
    border-color: #25665b;
    color: #fff;
}

header .nav-menu button:first-of-type span {
    font-weight: 500;
}

header .nav-menu button:last-of-type {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

header .nav-menu button:last-of-type:active,
header .nav-menu button:last-of-type:focus {
    background-color: #242222;
    color: #fff;
}

header .nav-menu button span {
    font-size: 20px;
    font-weight: 300;
}

header .nav-menu button svg {
    width: 14px;
}

.icon-block {
    width: 50px;
}

#image-carousel {
    transition: transform 0.5s ease;
}

.colab-info {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #000000;
    background-color: white;
    text-align: center;
    width: 90%;
    border-radius: 15px;
    top: -20px;
}

.colab-info a {
    text-decoration: none;
    font-size: 15px;
    pointer-events: none;
    color: #000000;
}

.colab-info .name {
    font-size: 17px;
    font-weight: bold;
}

.colab-info .cargo {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}

.colab-info .description {
    text-decoration: none;
    font-size: 12px;
}

.rotate {
    transform: rotate(180deg);
    transition: 0.5s;
}

.button-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #006b62;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.button-top:hover {
    background-color: #005851;

}

.links-carousel {
    padding: 18px 20px;
    background: linear-gradient(#469a8c, #317267);
    color: rgb(255, 255, 255);
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    cursor: pointer;
}

.accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0);
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: unset;
}

.accordion-body {
    background-color: #fff;
}

.links-carousel:hover {
    background: #1c3f39 !important;

}

.title-links-carousel {
    font-size: 25px;
    display: inline-block;
    padding: 5px 5px;
    background-color: #295c53;
}

.decoration {
    position: absolute;
    float: left;
    width: 35%;
    height: 15px;
    background-color: #75d0be;
    z-index: 5;
    top: -5px;
    left: 0;
    bottom: 0;
}

.decoration-bottom {
    position: absolute;
    float: right;
    width: 35%;
    height: 15px;
    background-color: #75d0be;
    z-index: 5;
    right: 0;
    bottom: -5px;
}

@media(min-width: 1199px) {
    header .nav-menu button span {
        font-size: 16px;
    }

    header .nav-menu button:first-of-type {
        background-color: #242222;
    }

    header .nav-menu button:last-of-type {
        background-color: #25665b;
    }
}

@media(min-width: 1399px) {
    header .nav-menu button span {
        font-size: 20px;
        line-height: 26px;
        font-weight: 200;
    }
}

/* Carrosel Home */
#carouselHome .carousel-caption {
    top: 2rem;
}

#carouselHome .carousel-caption h5 {
    color: #000000;
    line-height: 30px;
    font-size: 30px;
}

#carouselHome .carousel-caption h5 span {
    font-size: 52px;
    color: #2c645a;
    font-weight: 700;
}

#carouselHome .carousel-caption p {
    text-align: center;
    margin-left: auto;
    background-color: #25665b;
    border-radius: 12px;
    line-height: 19px;
    font-size: 18px;
    padding: 10px;
}

.person-slide {
    align-items: center;
}

.section-title {
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media (min-width: 360px) {
    #carouselHome .carousel-caption h5 span {
        font-size: 62px;
        font-weight: 700;
    }

    #carouselHome .carousel-caption h5 {

        line-height: 34px;
        font-size: 35px;
    }

    #carouselHome .carousel-caption p {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        margin-top: 15px;
    }

    .colab-info a {
        text-decoration: none;
        font-size: 20px;
        pointer-events: none;
        color: #000000;
    }

    .colab-info .description {
        text-decoration: none;
        font-size: 15px;
    }

    .person-slide {
        align-items: center;
    }

    .section-title {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

@media (min-width: 400px) {
    #carouselHome .carousel-caption h5 {
        line-height: 38px;
        font-size: 38px;
    }

    #carouselHome .carousel-caption h5 span {
        font-size: 60px;
    }

    #carouselHome .carousel-caption p {
        font-size: 22px;
        margin-top: 15px;
        line-height: 22px;
    }
}

@media (min-width: 480px) {
    .colab-info a {
        text-decoration: none;
        font-size: 15px;
        pointer-events: none;
        color: #000000;
    }

    .colab-info .description {
        text-decoration: none;
        font-size: 12px;
    }
}

@media (min-width: 540px) {
    #carouselHome .carousel-caption {
        top: 2.5rem;
    }

    #carouselHome .carousel-caption h5 {
        line-height: 51px;
        font-size: 48px;
    }

    #carouselHome .carousel-caption h5 span {
        font-size: 76px;
    }

    #carouselHome .carousel-caption p {
        font-size: 25px;
        margin-top: 15px;
        line-height: 28px;
    }
}

@media (min-width: 650px) {
    #carouselHome .carousel-caption p {
        font-size: 28px;
        margin-top: 16px;
        line-height: 30px;
        width: 82%;
    }
}

@media (min-width: 767px) {
    #carouselHome .carousel-caption h5 {
        color: #ffff;
        line-height: 38px;
        font-size: 36px;
    }

    #carouselHome .carousel-caption h5 span {
        font-size: 58px;
        color: #ffff;
    }

    #carouselHome .carousel-caption p {
        font-size: 17px;
        margin-top: 15px;
        line-height: 20px;
        width: 42%;
        margin: 10px auto 0px auto;
        width: unset;
        display: inline-block;
        background-color: #24222200;
        border-radius: 0px;
    }

    .colab-info a {
        text-decoration: none;
        font-size: 15px;
        pointer-events: none;
        color: #000000;
    }

    .colab-info .description {
        text-decoration: none;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #carouselHome .carousel-caption h5 {
        line-height: 60px;
        font-size: 60px;
        text-align: center;
    }

    #carouselHome .carousel-caption h5 span {
        font-size: 92px;
    }

    #carouselHome .carousel-caption p {
        font-size: 23px;
        margin-top: 15px;
        line-height: 26px;
        width: 50%;
        margin: 0;
        margin: 0 auto;
        margin-top: 15px;
    }

    #carouselHome .carousel-caption {
        top: 0;
    }

    #carouselHome .carousel-caption p {
        width: unset;
        display: inline-block;
        background-color: unset;
        border-radius: 0px;
    }
}

@media(min-width: 1199px) {
    #carouselHome .carousel-caption p {
        width: unset;
        display: inline-block;
        background-color: unset;
        border-radius: 0px;
    }

    #carouselHome .carousel-caption h5 span {
        font-size: 79px;
    }

    #carouselHome .carousel-caption h5 {
        line-height: 50px;
        font-size: 52px;
        text-align: center;
    }

    #carouselHome .carousel-caption p {
        font-size: 20px;
    }

    .colab-info a {
        text-decoration: none;
        font-size: 25px;
        pointer-events: none;
        color: #000000;
    }

    .colab-info .description {
        text-decoration: none;
        font-size: 20px;
    }
}

@media(min-width: 1399px) {
    #carouselHome .carousel-caption h5 span {
        font-size: 115px;
    }

    #carouselHome .carousel-caption h5 {
        line-height: 72px;
        font-size: 70px;
        text-align: center;
    }

    #carouselHome .carousel-caption p {
        font-size: 28px;
    }
}

/* About */

.about {
    padding: 60px 0;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.about .content-text h3 {
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
    padding-left: 30px;
    position: relative;
}

.about .content-text h3::before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: -25px;
    width: 40px;
    height: 100%;
    border-radius: 8px;
}

.about .content-text p {
    font-weight: 300;
    color: #000000;
    text-align: justify;
    letter-spacing: 0.5px;
}

.about .content-map iframe {
    height: 100%;
    aspect-ratio: 1/1;
}

.about .content-map {
    aspect-ratio: 1/1;
    max-width: 450px;
    padding: 1.5rem;
    padding-bottom: 0;
    margin: auto;
}

.about .content-address h5 {
    color: #242222;
    padding: 10px;
    background-color: #70c8b7;
    font-weight: 300;
    margin-top: -12px;
    position: relative;
    z-index: 3;
}

@media (min-width: 400px) {
    .about .content-text p {
        font-size: 18px;
    }
}

@media (min-width: 560px) {
    .about .content-text h3::before {
        left: -45px;
        width: 60px;
    }
}

@media (min-width: 767px) {
    .about .content-map {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .about .content-map {
        aspect-ratio: unset;
        max-width: 400px;
    }

    .about .content-address h5 {
        width: 80%;
        margin: auto;
    }

    .about .content-text p {
        font-size: 22px;
    }

    .about .content-text h3 {
        font-size: 37px;
        font-weight: 400;
        padding-left: 0;
    }

    .about .content-text h3 span{
        color: #316e64;
        font-weight: 600;
    }

    .about .content-text h3::before {
        left: -35vh;
        width: 60px;
    }
}

/* Contents */


.contents {
    padding: 40px 0;
    background: linear-gradient(to bottom right, #29685e, #2b5f57);
    ;
    position: relative;
    margin-bottom: 50px;
}

.contents .section-title h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    color: #ffffff;
}

.contents .section-title h3 span {
    color: #ffffff;
    font-weight: 700;
}

@media (min-width: 768px) {
    .contents .section-title {
        display: flex;
    }


}

@media (min-width: 992px) {
    .contents {
        padding: 40px;
        margin-bottom: 50px;
    }
}

/* Serviços */

.services {
    padding: 0px 0px 60px 0;
}

.services .content-text h3 {
    color: #232121;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400
}

.services .content-text h3 span {
    color: #316e64;
    font-weight: 600;
}

.services .content-text p {
    text-align: justify;
    font-weight: 300;
    padding-bottom: 5vh;
}

.services .bocks-services {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services .bocks-services a {
    text-decoration: none;
}

.services .block-item {
    padding: 18px 20px;
    border: 3px solid #316e64;
    border-radius: 24px;
    background: linear-gradient(#469a8c, #317267);
}

.services .block-item:hover {
    cursor: pointer;
    background: linear-gradient(#37776c, #25554d);
    box-shadow: 5px 5px 5px rgb(92, 92, 92);
    transition: all ease 0.2s;
}

.services .block-item .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.services .block-item p {
    text-align: justify;
}

.services .block-item h4,
.services .block-item p {
    margin: 0;
    line-height: unset;
}

.services .block-item h4 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    position: relative;
}

.services .block-item h4::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -10px;
    left: -5px;
    position: absolute;
    background-color: white;
}

@media (min-width: 360px) {
    .contents .section-title h3 {
        font-size: 34px;
    }

    .services .content-text h3 {
        font-size: 34px;
    }
}

@media (min-width: 380px) {
    .contents .section-title h3 {
        font-size: 36px;
    }

    .services .content-text h3 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .services .bocks-services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .services {
        padding-bottom: 100px;
    }

    .services .content-text p {
        font-size: 25px;
        font-weight: 300;
        padding-bottom: 5vh;
    }

    .contents .section-title h3 {
        font-size: 44px;
        text-align: center;
        margin: auto;
    }

    .services .block-item h4 {
        font-size: 17px;
    }

    .services .block-item h4::before {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        top: -10px;
        left: -5px;
        position: absolute;
        background-color: white;
    }
}

@media (min-width: 1119px) {
    .services {
        position: relative;
    }

    .services::before {
        content: '';
        height: 100%;
        background-color: #006b62;
        width: 100px;
        left: -50px;
        top: -65px;
        position: absolute;
        border-radius: 24px;
    }

    .services .block-item h4 {
        font-size: 25px;
        position: relative;
    }


}

/* Como trabalhamos */

.como-trabalhamos {
    padding: 0px 0px 40px 0;
}

.como-trabalhamos .section-title h3 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    color: #232121;
}

.como-trabalhamos .section-title h3 span {
    font-weight: 700;
    color: #25665b;
}

.como-trabalhamos .steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.como-trabalhamos .step-item {
    padding: 18px 20px;
    border: 3px solid #316e64;
    border-radius: 24px;
}

.como-trabalhamos .steps .step-header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.como-trabalhamos .steps .step-header h4 {
    margin: 0;
}

.como-trabalhamos .steps .step-header .number {
    font-size: 56px;
    font-weight: 700;
    color: #25665b;
    line-height: 52px;
}

.como-trabalhamos .steps .step-body p {
    margin: 0;
}

@media (min-width: 1024px) {

    .como-trabalhamos .steps {
        flex-direction: row;
    }

    .como-trabalhamos .step-item {
        width: 100%;
        flex: 1;
    }

    .como-trabalhamos .section-title h3 {
        font-size: 44px;
        text-align: center;
    }

    .como-trabalhamos {
        padding-bottom: 80px;
    }

}

@media (min-width: 1119px) {
    .como-trabalhamos .section-title h3 {
        max-width: 75%;
        margin: auto;
        margin-bottom: 30px;
    }
}


/* Banner Contato */

.banner-contato {
    background-image: url(../images/banner/2-tablet.webp);
    background-size: cover;
    padding-top: 87.10%;
    padding-bottom: 5%;
}

.banner-contato .content-text {
    text-align: center;
}

.banner-contato .content-text h3 {
    color: #fff;
}

.banner-contato .content-text p {
    color: #fff;
    font-weight: 300;
}

.banner-contato .social-btns {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.banner-contato .social-btns a {
    background-color: #fff;
    color: #232121;
    display: flex;
    gap: 10px;
}

.banner-contato .social-btns a:active {
    background-color: #fff;
    color: #232121;
}

@media (min-width: 1024px) {
    .banner-contato {
        position: relative;
        background-image: url(../images/banner/2-desktop.webp);
        padding-top: 31.25%;
        padding-bottom: 0;
    }

    .banner-contato .content-text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-contato .content-text h3 {
        font-size: 3rem;
    }
}

/* Depoimentos */
.depoimentos {
    padding: 40px 0;
}

.testimony {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.testimony span {
    font-weight: 700;
    text-align: center;
    color: #25665b;
}

.depoimentos .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.depoimentos .section-title {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.depoimentos .section-title h3 {
    font-weight: 400;
    font-size: 26px;
}

.depoimentos .section-title h3 span {
    font-weight: 700;
}

.depoimentos .section-title a {
    color: #fff;
    background-color: #316e64;
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    display: inline-block;
}

.depoimentos .section-title a:hover {
    background-color: #295c53;
}

.depoimentos .depoimento-item {
    padding: 18px 20px;
    border: 3px solid #316e64;
    border-radius: 24px;
    box-shadow: 0px 25px 73px rgba(0, 0, 0, 0.18);
    background-color: #fff;
}

.depoimentos .depoimento-item p {
    margin: 0;
    font-size: 14px;
}

.depoimentos .depoimento-item h5 {
    margin: 0;
    font-size: 24px;
}

.depoimentos .depoimento-item h6 {
    font-weight: 400;
}

.depoimentos .depoimento-item .depoimento-header {
    display: flex;
    gap: 10px;
}


.name-testimony i {
    color: #2e6c62;
}

.name-testimony a {
    color: #000000;
    text-decoration: none;
    padding-left: 0;
}

.name-testimony {
    display: flex;
    flex-direction: column;
}


.depoimentos .depoimento-item .image-profile {
    max-width: 3rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    max-height: 3rem;
    aspect-ratio: 1 / 1;
    min-width: 45px;
    min-height: 45px;
}

.depoimentos .line {
    border: 1px solid rgb(0, 0, 0);
    margin: 2%;
}

@media(min-width: 320px) {
    .depoimentos .section-title a {
        color: #fff;
        background-color: #316e64;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        display: inline-block;
        font-size: 25px;
        line-height: 40px;
    }

    .depoimentos .depoimento-content {
        display: flex;
        flex-direction: column;
    }

    .offset-3 {
        margin: unset;
    }

    .col-6 {
        width: 100%;
    }
}

@media (min-width: 440px) {
    .depoimentos .section-title h3 {
        font-size: 32px;
    }

    .name-testimony {
        flex-direction: column;
    }

    .depoimentos .section-title a {
        font-size: 40px;
        line-height: 60px;
    }

    .depoimentos .depoimento-content {
        display: flex;
        flex-direction: row;
    }

    .offset-3 {
        margin: unset;
    }

    .col-6 {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .depoimentos .section-title a {
        font-size: 40px;
        line-height: 60px;
        width: 60%;
    }
}

@media (min-width: 992px) {
    .name-testimony {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex: 1;
        white-space: nowrap;
    }

    .depoimentos .section-title {
        margin-bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .depoimentos .section-title a {
        width: 50%;
    }

    .depoimentos .depoimento-item {
        margin: 5px;
    }

    .depoimentos .depoimento-item p {
        margin: 0;
        font-size: 16px;
    }

    .depoimentos .section-title h3 {
        font-size: 36px;
    }
}

@media (min-width: 1119px) {
    .depoimentos .section-title h3 {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .name-testimony {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex: 1;
        white-space: nowrap;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .col-6 {
        width: 50%;
    }
}

/* Form */

.form {
    padding: 40px 0px;
}

/* Footer */
footer {
    display: flex;
    flex-direction: column;
    background-color: #232121;
    padding: 40px 0px;
    position: relative;
}

@media(min-width: 320px) {
    footer .content-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
    }

}

@media(min-width: 400px) {
    footer .content-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}

@media(max-width: 1199px) {
    footer .content-footer {
        display: flex;
        flex-direction: column;
        margin-left: unset;
        margin-right: unset;
        justify-content: center;
        align-items: center;
    }

    footer .content-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    footer .links-footer {
        margin-left: 0 !important;
        padding-bottom: 20px;
    }

    footer .connect .connect-links span {
        display: flex;
        flex-direction: column;
        align-items: start;
        font-size: 15px;
    }

    footer .content-copy {
        padding-bottom: 20px;
    }

}

footer .copy {
    color: #fff;
    text-align: center;
    flex: 1;
}

footer .copy a {
    color: #ff0000;
    text-decoration: none;
}

@media(min-width: 1510px) {

    footer .content-footer {
        margin-left: -80px;
        margin-right: -80px;
    }

}

footer .content-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


footer .links-footer {
    display: inline-flex;
    flex-direction: column;
}

footer .titulo {
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

footer .links-footer .link {
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
}

footer .links-footer .link:hover {
    cursor: pointer;
    color: #a8a8a8;
    transition: all ease 0.3s;
}

footer .connect {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}


footer .connect h3 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    text-align: center;
    color: white;
}

footer .connect h4 {
    font-family: "Raleway", sans-serif;
    color: white;
    text-align: center;
}

footer .connect .connect-links {
    display: flex;
    flex-direction: column;
    align-items: start;
}

footer .social-icons .icons {
    display: flex;
    flex-direction: row;
    font-size: 40px;
}

footer .icon-footer {
    margin-top: 5%;
    padding: 5px;
    color: white;
}

footer .icon-footer:hover {
    color: #a8a8a8;
    transition: all ease 0.3s;
}


footer .link-footer {
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



footer .link-footer:hover {
    cursor: pointer;
    color: #a8a8a8;
    transition: all ease 0.3s;
}

footer .line-footer {
    border: 1px solid white;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 15px;
}

footer .gste-med-icon {
    display: flex;
    margin-bottom: 10px;
}

hr {
    position: absolute;
    color: white;
    width: 100%;
    top: 0;
}


.accordion-button::after {
    background-image: url(/assets/images/icons/mais.png);
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/icons/menos.png);
    transform: var(--bs-accordion-btn-icon-transform);
}


.accordion-item {
    padding: 0;
    margin: 0;
    border: none;
}