body,
h1,
h2,
h3,
h4,
ul,
li,
p,
a,
button {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* Header */

.header {
    background-color: #737373;
}

.header-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header nav ul {
    display: flex;
    align-items: center;
}

.header nav a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
    margin-left: 20px;
    color: white;
}

.header nav .btn {
    display: flex;
    font-weight: 500;
    background-color: transparent;
    font-size: 16px;
    color: white;
    margin-left: 32px;
    padding: 8px 16px;
    border: 2px solid white;
    border-radius: 2px;
    cursor: pointer;
}

.header nav .btn p {
    margin-right: 8px;
}

.menu-burger,
.material-symbols-outlined {
    display: none;
}

/* Section 1 */

.section1 {
    background-color: #00A9BA;
}

.section1 div {
    max-width: 940px;
    margin: 0 auto;
    padding: 32px 0;
}

.section1 div h2 {
    max-width: 500px;
    font-size: 32px;
    line-height: 36px;
    color: white;
    font-weight: 500;
    margin-bottom: 16px;
}

.section1 div span {
    font-weight: 700;
}

.section1 div p {
    max-width: 500px;
    font-size: 16px;
    line-height: 22px;
    color: white;
    font-weight: 400;
}

/* Slide-Banner */

.banner-section {
    max-width: 940px;
    margin: 16px auto;
    display: flex;
    justify-content: center;
}

.banner-section .slide-container {
    width: 100%;
}

.swiper {
    width: 100%;
    height: fit-content;
}

.swiper-slide img {
    width: 100%;

}

.slide-container {
    width: 400px;
    height: 300px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section 2 */

.section2 {
    max-width: 940px;
    margin: 0px auto;
    text-align: center;
}

.section2 .subtitle {
    border-top: 1px solid #D9D9D9;
    max-width: 940px;
    padding: 32px;
}

.section2 .subtitle h2 {
    color: #737373;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;

}

.section2 .subtitle p {
    color: #737373;
    font-size: 16px;
    margin-top: 10px;
}

/* Início */

.bloco {
    display: none;
    animation: mover .3s ease-in-out forwards;
}

@keyframes mover {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bloco.show {
    display: flex;
}

.bloco img {
    width: 540px;
    border-radius: 4px;
}

.container {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.first {
    margin-bottom: 32px;
}

.content {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #737373;
}

.content h2 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #737373;
}

.content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
}


/* Término */

.button {
    border: 2px solid #00A9BA;
    border-radius: 2px;
    padding: 16px;
    width: 160px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #00A9BA;
}

.button:hover {
    background-color: #00A9BA;
    color: white;
}


.section2 button {
    background-color: #00A9BA;
    width: 275px;
    height: 75px;
    border: none;
    border-radius: 3px;
    margin-top: 45px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

section button:hover {
    background-color: #0095A6;
}

section button a {
    color: white;
}

/* Section 3 */

.section3 {
    padding-top: 64px;
    margin: 0 auto;
    max-width: 940px;
}

.section3 .subtitle2 {
    text-align: center;
    border-top: 1px solid #D9D9D9;
    padding: 32px;
}

.section3 .subtitle2 h2 {
    color: #737373;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section3 .subtitle2 p {
    color: #737373;
    font-size: 16px;
    margin-top: 10px;
}

.section3 .sec3-div {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.section3 .sec3-div div {
    color: white;
    margin: 0 0 0 30px;
}

.section3 .sec3-div div h3 {
    color: #737373;
    font-size: 36px;
    font-weight: 700;
}

.section3 .sec3-div div h4 {
    color: #737373;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section3 .sec3-div div p {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
}

/* Section 4 */

.section4 {
    max-width: 940px;
    margin: 0 auto;
    margin-top: 64px;
}

.section4 .subtitle2 {
    text-align: center;
    border-top: 1px solid #D9D9D9;
    padding: 32px;
}

.section4 .subtitle2 h2 {
    color: #737373;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section4 .subtitle2 p {
    color: #737373;
    font-size: 16px;
    margin-top: 10px;
}

.section4 .sec4-div {
    display: flex;
    align-items: center;
}

.section4 .sec4-div div {
    color: #737373;
    margin: 0 30px 0 0;
}

.section4 .sec4-div div h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section4 .sec4-div div p {
    font-size: 16px;
    font-weight: 400;
}

/* Section 5 */

.section5 {
    text-align: center;
}

.section5 .subtitle2 {
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    max-width: 940px;
    padding: 32px;
    margin-top: 64px;
}

.section5 .subtitle2 h2 {
    color: #737373;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section5 .subtitle2 p {
    color: #737373;
    font-size: 16px;
    margin-top: 10px;
}

.section5 .depoimentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 32px;
}

.section5 .depoimento {
    display: flex;
    margin-bottom: 30px;
}

.section5 .depoimento p {
    display: block;
    max-width: 270px;
    height: 140px;
}

.section5 .depoimento div h3 {
    color: #353740;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.section5 .depoimento p {
    color: #353740;
    font-size: 16px;
    margin-left: 30px;
}

.section5 button {
    background-color: #00A9BA;
    width: 275px;
    height: 75px;
    border: none;
    border-radius: 3px;
    margin: 16px 0 64px 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Section 6 */

.section6 {
    background-color: #00A9BA;
    padding: 32px 0;
}

.section6 .sec6-div1 {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section6 .sec6-div1 h2 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.section6 .sec6-div1 p {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.section6 .sec6-div1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 2px solid white;
    border-radius: 2px;
    margin-bottom: 32px;
}

.section6 .sec6-div1 a p {
    margin-bottom: 0;
    margin-right: 8px;
}

.section6 .sec6-div2 {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid white;
}

.section6 .sec6-div2 h3 {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.section6 .sec6-div2 p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 32px;
}

.section6 .sec6-div2 .coluna1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
}

.section6 .sec6-div2 .coluna2 {
    width: fit-content;
    margin: 0 16px;
}

.section6 .sec6-div2 .coluna-maps {
    width: 50%;
}


/* Footer */

footer {
    background-color: #0095A6;
    color: white;
    padding: 24px 0;
}

footer p {
    font-weight: 500;
    text-align: center;
}

footer a {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

footer div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Media Queries */

@media screen and (min-width: 768px) and (max-width: 1023px) {
       header {
        padding: 0 20px;
    }

    .section1 div {
        padding-left: 20px;
        padding-top: 20px;
    }

    .banner-section {
        padding: 0 20px;
    }

    .bloco.show {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bloco.show .content {
        margin: 16px 0;
    }

    .section2 {
        margin: 0 20px;
    }

    .container .button {
        margin-bottom: 12px;
    }

    .section3 {
        margin: 0 20px;
    }

    .section3 .sec3-div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section3 .sec3-div img {
        width: 100%;
        margin: 20px;
    }

    .section3 .sec3-div div {
        margin: 20px;
    }

    .section4  {
        margin: 0 20px;
    }

    .section4 .sec4-div {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .section4 .sec4-div img {
        width: 100%;
        margin: 20px;
    }

    .section4 .sec4-div div {
        margin: 20px;
        margin-bottom: 60px;
    }

    .section5 .subtitle2 {
        margin: 0 20px;
    }

    .section5 .depoimentos {
        justify-content: center;
        margin: 20px;
    }

    .section6  {
        padding: 32px 20px;
    }

    .section6 .sec6-div2 .coluna-maps {
        margin-top: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding: 0 20px;
    }

    .section1 div {
        padding: 20px;
    }

    .banner-section {
        padding: 0 20px;
    }

    .slide-container {
        height: fit-content;
    }

    .section2 {
        margin: 0 20px;
    }

    .bloco.show {
        flex-wrap: wrap;
        justify-content: center;
    }
    .bloco.show img {
        width: 100%;
    }

    .bloco.show .content {
        margin: 16px 0;
    }

    .container .button {
        margin-bottom: 12px;
    }

    .section3  {
        margin: 0 20px;
    }

    .section3 .sec3-div {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .section3 .sec3-div img {
        width: 100%;
    }

    .section3 .sec3-div div {
        margin: 20px;
    }

    .section4  {
        margin: 0 20px;
    }

    .section4 .sec4-div {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .section4 .sec4-div img {
        width: 100%;
    }

    .section4 .sec4-div div {
        margin: 20px;
        margin-bottom: 60px;
    }


    .section5 .subtitle2 {
        margin: 0 20px;
    }

    .section5 .depoimentos {
        justify-content: center;
        margin: 20px;
    }

    .sec6-div h3,
    .sec6-div p {
        margin: 0 20px;
    }

    .section6  {
        padding: 32px 20px;
    }

    .section6 .sec6-div2 .coluna-maps {
        margin-top: 16px;
        width: 100%;
    }

    footer p {
        margin: 0 20px;
    }
}

@media screen and (max-width: 600px) {
   
    header nav {
        display: none;
    }

    header span {
        color: white;
    }

    

    .menu-burger {
        background-color: white;
        border-radius: 2px;
        display: none;
        text-align: left;
        padding: 8px;
        position: absolute;
        right: 20px;
        top: 70px;
        width: fit-content;
    }

    .menu-burger.ativo {
        display: inline-block;
    }

    .material-symbols-outlined {
        display: block;
    }

    .menu-burger a {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #353740;
        display: block;
        margin-bottom: 8px;
    }

    .menu-burger a:hover {
        color: #00A9BA;
    }

    .section1 div {
        padding: 20px;
    }

    .section1 div h1 {
        font-size: 56px;
        margin-bottom: 20px;
    }

    .section1 div h2 {
        font-size: 18px;
    }

    .section1 div h3 {
        font-size: 14px;
    }

    .section1 div p {
        font-size: 14px;
    }

    .section2 .subtitle {
        margin: 0 20px;
    }

    .section2 .sec2-div {
        flex-wrap: wrap;
        justify-content: space-around;
    }


    .section2 .sec2-div img {
        margin: 0 20px 20px 20px;
        width: 100%;
    }

    .section3 .subtitle2 {
        margin: 0 20px;
    }

    .section3 .sec3-div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section3 .sec3-div img {
        width: 100%;
    }

    .section3 .sec3-div div {
        margin: 20px;
    }

    .section4  {
        margin: 0 20px;
    }

    .section4 .sec4-div {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .section4 .sec4-div img {
        width: 100%;
        margin: 20px;
    }

    .section4 .sec4-div div {
        margin: 20px;
        margin-bottom: 60px;
    }

    .section4 .ondas-bg {
        padding-bottom: 40px;
    }

    .section5 .subtitle2 {
        margin: 0 20px;
    }

    .depoimento {
        justify-content: center;
        margin: 20px;
    }

    .sec6-div h3,
    .sec6-div p {
        margin: 0 20px;
    }

    .sec6-div2 .coluna1 .logo {
        display: none;
    }

    .section6 .sec6-div2 .coluna1 {
        margin-bottom: 16px;
    }

    .section6 .sec6-div2 .coluna2 {
        margin: 8px 0;
    }

    footer p {
        margin: 0 20px;
        text-align: center;
    }
}