:root {
    --primary-color: #16C172;
    --secondary-color: #996DFF;
    --background-color: #121214;
    --text-light: #B8B8B8;
    --white: #ffffff;
    --max-width: 1200px;
}

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

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: #0a0a0a;
    -webkit-font-smoothing: antialiased;
}

h2 {
    text-align: center !important;
}

@keyframes translateY {
    from {
        transform: translateY(0) scale(1);
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
    }

    to {
        transform: translateY(-8px) scale(1.1);
        -webkit-transform: translateY(-8px) scale(1.1);
        -moz-transform: translateY(-8px) scale(1.1);
        -ms-transform: translateY(-8px) scale(1.1);
        -o-transform: translateY(-8px) scale(1.1);
    }

}

/* header {
    background-color: var(--background-color);
} */

.section_container {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 5rem 1rem;
}

.section_subheader {
    margin-bottom: .5rem;
    font-size: 18px;
    color: #CC6600;
    text-align: center;
}

@media (max-width:430px) {
    .section_subheader {
        font-size: 16px;
        margin-bottom: .5rem;
    }
}

.section_banner {
    padding: 10px 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
    text-align: center;
    color: #E6E6E6;
    /* background: linear-gradient(to right,
            #c2b3ea,
            #99b8f1,
            #6abceb,
            #41bed8,
            #3abdbb,
            #44c1ac,
            #59c39a,
            #72c486,
            #83cd7f,
            #96d676,
            #acde6c,
            #c5e562
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.btn-insta {
    padding: 0.75rem 2rem;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #CC6600;
    border-radius: 36px;
    cursor: pointer;
}

.btn-insta i {
    color: #CC6600;
    margin-right: 5px;
    font-size: 16px;
}

.btn-insta:hover {
    background-color: #CC6600;
    transition: 0.5s;
}

.btn-insta:hover>i {
    color: #E6E6E6;
    transition: 0.5s;
}

a {
    text-decoration: none;
    color: #E6E6E6;
}

.nav_container {
    padding: 1rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #29292E;
}

.nav_logo {        
    height: 60px;
    width: 90px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.nav_logo img {
    width: 70px;
    height: 70px;
}

.nav_links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 2rem;
}

.link a {
    padding: 0 0.5rem;
    color: #E6E6E6;
    transition: 0.3s;
}

.link a:hover {
    color: #B8B8B8;
}

.banner_container {
    background-image: url(assets/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    padding-top: 6rem;
    text-align: center;
    height: 750px;
}


.banner_container .section_banner {
    max-width: 65%;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 500;
    line-height: 76px;
    color: var(--white);
}

.div-p {
    background-color: rgb(20, 20, 20);
    border-radius: 24px;
    bottom: 1px;
    top: 1px;
    display: block;
    font-size: 12px;
    left: 1px;
    opacity: 1;
    height: 26px;
    will-change: transform;
    width: 350px;
    box-shadow: 0 0 5px rgb(61, 61, 61);
    margin: 0 auto;
}

.banner_container p {
    font-size: 18px;
    max-width: 800px;
    margin: 1.5rem auto 1rem;
    color: #E6E6E6;
    line-height: 24px;
    letter-spacing: 1px;
}

.div-btn {
    margin-top: 80px;
}

.div-btn .btn-banner {
    font-size: 18px;
    padding: 20px 82px;
    color: #000000;
    background-color: #CC6600;
    border-radius: 36px;
    outline: none;
    border: none;
    font-weight: 600;
}

.div-btn .btn-banner:hover {
    background-color: #fba100;
    transition: 0.5s;
}

.service_container {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(assets/div.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.service_container h2 {
    margin-top: 30px;
}

.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;

    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
}

.service_card {
    max-height: 400px;
    padding: 1rem;
    /* background-color: rgba(255, 255, 255, .1); */
    border-radius: 15px;
    background-color: #161B25;
    /*    
    background: linear-gradient(to top,
    #232224,
    #26192b,
    #150b1a     
   
); */
}

.service_icon {
    margin-bottom: 1rem;
    height: 60px;
    width: 60px;
    display: grid;
    place-content: center;
    font-size: 1.5rem;
    color: var(--white);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0.5rem;
}

.service_icon img {
    max-width: 40px;
}

.service_card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-light);
}

.service_card p {
    color: #E6E6E6;
    margin-bottom: 1rem;
    font-weight: 300;
}

.service_card a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--text-light);
}

.service_card a span {
    font-size: 1rem;
    transition: 0.3s;
    color: var(--secondary-color);
}

.service_card a:hover span {
    transform: translateX(5px);
}

.portfolio {
    background-color: var(--background-color);
}


.portfolio h2 {
    padding-top: 60px;
    margin-bottom: 4rem;
}

.portfolio-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2.5rem;
    width: 80%;
    margin: 0 auto;
}

.portfolio-container .portfolio-box {
    position: relative;
    border-radius: 2rem;
    box-shadow: 0 0 1rem var(--background-color);
    overflow: hidden;
    display: flex;
}

.portfolio-box img {
    width: 100%;
    transition: .5s ease;
    object-fit: cover;
}

.portfolio-box:hover img {
    transform: scale(1.1);
}

.portfolio-box .portfolio-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .9), var(--secondary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 4rem;
    transform: translateY(100%);
    transition: .5s ease;
}

.portfolio-box:hover .portfolio-layer {
    transform: translateY(0);
}

.portfolio-layer h3 {
    font-size: 2rem;
    color: var(--white);
}

.portfolio-layer p {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--background-color);
}

.portfolio-layer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: var(--white);
    border-radius: 50%;
}

.portfolio-layer a i {
    font-size: 1.5rem;
    color: #000;
}

.div-portfolio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    padding: 26px;
}

.btn-portfolio {
    text-align: center;
    font-size: 18px;
    padding: 20px 82px;
    color: #000000;
    background-color: #CC6600;
    border-radius: 36px;
    outline: none;
    border: none;
    font-weight: 600;
    margin-bottom: 36px;
}

.btn-portfolio:hover {
    background-color: #fba100;
    transition: 0.5s;
}

.risco_roxo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -140px;
    margin-bottom: -180px;
    z-index: -1;
}

.section_wrapper {
    margin: 40px auto 80px;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.section_wrapper .box {
    background: linear-gradient(to top, #29292E, #20162e, #161B25);
    border-radius: 5px;
    padding: 25px;
    width: calc(33% -10px);
    color: var(--white);
    min-height: 320px;
    border-top: 1px solid #CC6600;
}

.section_wrapper .box i.quote {
    font-size: 20px;
    color: var(--secondary-color);
}

.section_wrapper .box .content {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-light);
}

.section_wrapper .box .content .image {
    height: 75px;
    width: 75px;
    padding: 3px;
    background: var(--secondary-color);
    border-radius: 50%;
    border: 2px solid var(--text-light);
}

.box .content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.section_wrapper .box .info .name {
    font-size: 16px;
    font-weight: 600;
}

.section_wrapper .box .info .job {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-light);
}


.question_container {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(assets/cena-de-gradiente-de-estudio-de-sala-roxa-para-plano-de-fundo-e-exibir-seu-produto_391867-75.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.interrogation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_interrogation {
    height: 120px;
    margin-bottom: -50px;
}

.question_accordian {
    max-width: 900px;
    margin: 4rem auto 0;
    display: grid;
    gap: 1rem;
}

.question_box {
    padding: 1.5rem;
    background: linear-gradient(230deg, rgb(15, 15, 15), rgba(37, 37, 37, 0.979));
    border-radius: 5px;
    color: var(--text-light);
}

.question_box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    font-weight: 400;
    color: var(--white);
}

.question_box .title .icon {
    color: #CC6600;
    padding: 5px 10px;
    font-size: 1.5rem;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

.question_box .title .icon:hover {
    opacity: 0.8;
}

.question_box .content {
    height: 0;
    transition: .3s;
    overflow: hidden;
    padding: 0 18px;
    text-align: left;
}

.question_box.active .content {
    height: 70px;
    padding-top: 1rem;
}

.container_footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

footer {
    background-color: #0a0a0a;
    color: var(--white);
    text-align: center;
    padding: 2px 0;
    bottom: 0;
    width: 100%;

}

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

.footer-info h4 {
    margin-bottom: 10px;
}

.footer-info p {
    margin: 15px 0;
    color: #E6E6E6;
}

.btn-whatsapp {
    position: fixed;
    bottom: 14px;
    right: 24px;
    z-index: 99;
}

.btn-whatsapp img {
    max-width: 74px;
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    animation: translateY 0.8s infinite alternate;
    -webkit-animation: translateY 0.8s infinite alternate;
}

.btn-whatsapp img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.btn-whatsapp .tooltip-text {
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 8px;
    left: -144px;
    font-size: 16px;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    background: var(--background-color);
    color: var(--text-light);
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}

.btn-whatsapp:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media (max-width:960px) {
    .section_wrapper {
        flex-direction: column;

    }

    .section_wrapper .box {
        width: 90%;
    }
}

@media (width < 900px) {
    .nav_links {
        display: none;
    }

    .service_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .question_box.active .content {
        height: 135px;
    }
}

@media (max-width:768px) {
    /* .banner_container {
        background:url(assets/bg-mobile-new.png);
        background-size: cover;       
        background-repeat: no repeat no repeat; 
        background-position: left;
        padding-top: 5rem;
        text-align: center;
    } */

    .banner_container p {
        font-size: 20px;
        max-width: 900px;
        margin: 1.5rem auto 1rem;
        color: var(--text-light);
    }

    .portfolio h2 {
        margin-bottom: 3rem;
    }

    .portfolio-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-layer h4 {
        font-size: 1.6rem;
    }

    .portfolio-layer p {
        font-size: 0.8rem;
    }
}

@media (max-width:520px) {
    .nav_container {
        padding: 1rem 1rem;
        gap: 1rem;
        border-bottom: 1px solid #29292E;
    }  

    .banner_container {
        text-align: center;
        height: 600px;
    }

    .div-p {
        margin-top: -80px;
        height: 24px;
        width: 280px;
    }

    .section_container .section_banner {
        text-align: center;
        font-size: 32px;
        max-width: 100%;
        line-height: 38px;
        margin-top: 46px;
    }

    .banner_container p {
        font-size: 14px;
        max-width: 100%;
        margin: 1.5rem auto 1rem;
        color: #E6E6E6;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .div-btn {
        margin-top: 80px;
    }

    .div-btn .btn-banner {
        font-size: 16px;
        padding: 14px 62px;        
    }

    .service_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service_icon {
        margin-bottom: 1rem;
        height: 40px;
        width: 40px;
    }

    .service_icon img {
        max-width: 30px;
    }

    .service_card h4 {
        margin-bottom: 0.5rem;
        font-size: 18px;
        font-weight: 600;
        color: var(--text-light);
    }

    .service_card p {
        font-size: 14px;
        color: #E6E6E6;
        margin-bottom: 1rem;
        font-weight: 300;
    }

    .service_card a {
        gap: 0.5rem;
        font-size: 14px;
        color: #E6E6E6;
        opacity: 0.8;
    }

    .portfolio-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .div-portfolio {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 45px;
        padding: 26px;
    }

    .btn-portfolio {
        font-size: 16px;
        padding: 14px 62px;
    }

.section_wrapper {   
    gap: 30px;
}

.section_wrapper .box {
    background: linear-gradient(to top, #29292E, #20162e, #161B25);
    border-radius: 15px;
    padding: 20px;
    width: calc(33% -10px);
    color: #E6E6E6;    
}

.section_wrapper .box .content {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff; 
       
}

.section_wrapper .box .content .image {
    height: 85px;
    width: 85px;   
    border: 2px solid #E6E6E6;
}

.section_wrapper .box .info .name {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.section_wrapper .box .info .job {
    font-size: 12px;
    font-weight: 400;
    color: #E6E6E6;
}    

    .question_box .title {
        font-size: 14px;        
        padding: 0px;
        font-weight: 400;
        color: #E6E6E6;
    }

    .question_box .content {
        padding: 0px;
        font-size: 14px;
    }
}