* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100vh;
    width: 100vw;
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
    background-color: #b4bcbc;
    padding-top: 80px;
}

h1, h2, h3 {
    margin: 10px 0;
}

p {
    line-height: 1.6;
    text-indent: 20px;
    text-align: justify;
    margin-top: 8px;
}

header {
    height: 80px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: -16px;
    z-index: 1000;
    box-sizing: border-box;
}


.navbar {
    height: 100%;
    background-color: #727d8a; /* Change to your desired color */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    height: 80px;
    padding: 10px;
}

.navbar-logo img {
    height: 65px;
}

.navbar-links,
.social-links {
    display: flex;
    list-style: none;
}

.navbar-links li {
    margin-right: 20px;
}

.navbar-links a {
    text-decoration: none;
    color: white;
}

.navbar-links a:hover {
    text-decoration: none;
    color: black;
}

.social-links{
    height: 100%;
    padding: 20px;
}

.social-links li {
    height: 50px;
}

.social-links img {
    height: 24px;
    width: 24px;
    padding: 5px;
    margin-top: 10px;
}

.social-links img:hover {
    height: 32px;
    width: 32px;
}

.menu-hidden {
    display: none;
}

.active-navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #727d8a;
    height: 100vh;
}

.active-menu-hidden {
    position: fixed;
    top: 25px;
    right: 20px;
}


.active-navbar-links li {
    color: white;
    text-decoration: none;
    list-style: none;
    border-top: 1px solid white;
    height: 80px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.active-navbar-links li:last-child {
    border-bottom: 1px solid white;
    height: 100px;
}

.active-navbar-links a {
    color: white;
    text-decoration: none;
}

main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f0f1ea;
}

section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid black;
    padding-top: 80px;
}

.home-section-info {
    width: 65%;
    padding: 20px;
}

.home-section-info h1 {
    margin-bottom: 20px;
}

.home-section-call{
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.home-section-img {
    padding-left: 40px;
    width: 35%;
}

.home-section img {
    height: 400px;
    border-radius: 20%;
}

#servicos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid black;
}

.service-card {
    width: 30%;
    padding: 20px;
    background-color: #b4bcbc;
    margin: 20px;
    margin-top: 80px;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-card:hover {
    margin-top: 10px;
    box-shadow: 10px 10px #d9dcdc;
}

.service-card p {
    text-align:justify
}

.tcc-section-img {
    width: 35%;
    padding: 20px;
    padding-left: 60px;
}

.tcc-section-img img {
    height: 350px;
    border-radius: 20%;
}

.tcc-section-info {
    width: 65%;
    margin-right: 60px;
    padding: 20px;
}

#sessoes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid black;
}

.sessoes-section-info {
    width: 65%;
    padding: 20px;
    padding-left: 60px;
}

.sessoes-section-img {
    width: 35%;
    padding: 20px;
    margin-left: 30px;
}

.sessoes-section-img img {
    height: 350px;
    border-radius: 20%;
}

.duvidas-section-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.duvidas-section-info h1 {
    margin-bottom: 20px;
}

.duvida-box {
    background-color: #b4bcbc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 4px;
}

.duvida-box img {
    height: 24px;
    width: 24px;
    margin-top: 5px;
    margin-right: 10px;
}

.duvidas-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duvida-box p {
    display: none;
    border-top: 1px solid white;
    padding: 10px;
}

.duvida-box:hover {
    cursor: pointer;
}

.rotated {
    transform: rotate(90deg);
}

#duvidas {
    border: none;
}

footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    padding: 10px;
    background-color: #333; /* Change to your desired color */
    color: white;
}

footer a {
    color: gray;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    border-right: 1px solid white;
}

.contact-infos {
    padding: 20px;
}

.contact-infos h3 {
    margin-bottom: 20px;
}

.social-media-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
}

.social-media-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 5px;
}

.social-media-icon img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.contact-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-link-box {
    display: flex;
    margin: 10px 0 0 10px;
}

.footer-customer-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpp-box{
    width: 32px;
    height: 32px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
}

.wpp-box:hover {
    cursor: pointer;
}

.wpp-box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    header {
        right: 0;
    }

    .wpp-box {
        right: 15px;
    }
}

@media (max-width: 1060px) {
    .footer-contact-info {
        width: 80%;
    }
}

@media (max-width: 920px) {
    .footer-container{
        flex-direction: column;
    }

    .footer-contact-info {
        flex-direction: column;
        border: none;
        border-bottom: 1px solid white;
    }

    .social-media-links {
        flex-direction: row;
    }
    
    .social-media-links h3 {
        margin-right: 20px;
    }

    .social-media-icon a {
        margin-top: 5px;
    }

    .contact-infos {
        display: flex;
        border-bottom: 1px solid white;
        flex-direction: column;
    }

    .footer-customer-info {
        margin-top: 10px;
    }

    p {
        font-size: 14px;
    }

    .home-section-info {
        width: 55%;
        padding: 20px;
    }

    .home-section-img {
        padding-left: 20px;
        width: 45%;
    }

    .tcc-section-img {
        padding-left: 10px;
    }
    
    .tcc-section-info {
        margin-right: 10px;
    }

    .links-box {
        margin-top: 10px;
    }

}

@media (max-width:760px) {
    #servicos {
        flex-direction: column;
    }
    
    .service-card {
        width: 80%;
        border-radius: 5px;
        background-color: #b4bcbc;
        margin-top: 5px;
    }
    
    .service-card:hover {
        margin-top: 10px;
        box-shadow: 10px 10px #d9dcdc;
    }
    
    .service-card p {
        text-align:justify
    }

    .contact-infos {
        flex-direction: column;
        align-items: center;
    }

    .contact-infos h3 {
        margin-bottom: 5px;
    }

    .tcc-section-img {
        width: 45%;
        padding: 10px;
    }
    
    .tcc-section-info {
        width: 55%;
        padding: 10px;
    }

    .sessoes-section-info {
        width: 55%;
        padding: 10px;
        padding-left: 20px;
    }
    
    .sessoes-section-img {
        width: 45%;
        padding: 10px;
        margin-left: 20px;
    }

    .home-section-info {
        width: 55%;
        padding: 10px;
    }

    .home-section-img {
        padding-left: 5px;
        width: 45%;
    }

    .social-media-links h3 {
        display: none;
    }

    .links-box {
        display: none;
    }
}

@media (max-width: 640px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .navbar-links {
        display: none;
    }

    .social-links {
        display: none;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        height: 80px;
        justify-content: space-between;
    }

    .menu-hidden {
        position: fixed;
        top: 20px;
        right: 0px;
        display: block;
        height: 32px;
        width: 32px;
        margin-right: 30px;
    }

    .menu-hidden img {
        height: 32px;
        width: 32px;
    }

    .menu-hidden:hover {
        cursor: pointer;
    }

    .home-section-info {
        width: 80%;
        padding: 10px;
    }

    .home-section-img {
        padding-left: 5px;
        width: 100%;
    }

    .home-section-img img{
        width: 60%;
    }

    .home-section {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .home-section-info {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .home-section-call {
        margin-top: 20px;
    }

    .home-section-img {
        width: 100%;
        margin-top: 20px;
    }

    .service-card {
        border-radius: 30px;
        margin-bottom: 40px;
        width: 70%;
    }

    #tcc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tcc-section-img {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tcc-section-img img {
        width: 70%;
    }

    .tcc-section-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    #sessoes {
        flex-direction: column;
    }

    .sessoes-section-info {
        width: 80%;
        padding: 10px;
        text-align: center;
    }

    .sessoes-section-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sessoes-section-img img {
        width: 60%;
    }

    .wpp-box {
        right: 30px
    }

    .footer-customer-info {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .home-section {
        padding: 0;
    }

    .home-section-info {
        padding: none;
    }

    .home-section-img {
        margin-bottom: 30px;
    }

    .home-section-img img {
        width: 80%;
    }

    .service-card {
        width: 80%;
        height: 350px;
        justify-content: center;
        box-sizing: content-box;
    }

    .tcc-section-info {
        margin: none;
        width: 90%;
        margin-bottom: 20px;
        text-align: center;
    }

    .tcc-section-img {
        padding-left: none;
        margin-bottom: 20px;
    }

    .tcc-section-img img {
        width: 80%;
    }

    .sessoes-section-info {
        width: 90%;
    }

    .sessoes-section-info p {
        text-align: justify;
        margin-top: 10px;
    }

    .sessoes-section-img {
        width: 100%;
        margin: 20px 0;
    }

    .sessoes-section-img img {
        width: 60%;
    }

    .footer-container {
        padding: 0px;
    }

    .footer-contact-info {
        width: 100%;
        flex-direction: column;
    }

    .contact-infos {
        border: none;
        padding: 0px;
        border-bottom: 1px solid white;
    }

    .contact-infos div:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .footer-customer-info p {
        text-align: center;
    }

    .wpp-box {
        right: 10px;
        bottom: 20px;
    }
}

@media (max-width: 480px){
    .home-section-img {
        padding-left: 0px;
    }

    .home-section-img img{
        width: 100%;
    }

    .sessoes-section-info{
        padding-left: 0px;
        width: 100%;
    }

    .sessoes-section-img img {
        width: 80%;
    }

    .tcc-section-img img {
        width: 100%;
    }

    .tcc-section-info {
        width: 100%;
    }
}

@media (max-width: 380px){
    .sessoes-section-img img {
        height: 250px;
    }
}

@media (max-width: 320px){
    .home-section-img img{
        height: 250px;
    }
    
    .contact-box p {
        display: none;
    }

    .tcc-section-img img {
        height: 200px;
    }

    .service-card {
        height: 100%;
    }
} 
