/*formatação da pagina*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-neutral-0: #000000;
    /*nav-bar e footer*/
    --color-neutral-1: #141414;
    /*fundo do site*/
    --color-neutral-2: #080533;
    /*botoes do site*/

}

button {
    cursor: pointer;
}



header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: var(--color-neutral-0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 111;
    text-decoration: none;
}

.logo {
    font-size: 28px;
    color: #a8a29e;
}


.logo img {
    width: 430px;
}

@media screen and (max-width: 1100px) {
    .logo img {
        width: 230px;
    }
}

@media screen and (max-width: 938px) {
    .logo img {
        padding-right: 20px;
        width: 270px;
    }
}

.hamburguer {
    display: none;
}

.nav-bar ul {
    display: flex;
}

.nav-bar ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    transition: 0.2s;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
}

.nav-bar ul li a:hover {
    color: #585656;
    transition: 0.4s;
}



.nav-bar button {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: var(--color-neutral-2);
    border-radius: 18px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

button:hover {
    transition: 0.5s;
    transform: scale(1.1);
}


@media only screen and (max-width:1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1100px) {
    header {
        padding: 0 30px;
    }
}

@media only screen and (max-width:950px) {
    .hamburguer {
        display: block;
        cursor: pointer;
    }

    .hamburguer .line {
        width: 30px;
        height: 3px;
        background: #fff;
        margin: 6px 0;
    }

    .nav-bar {

        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: black;
        transition: 0.2s;
        z-index: 99;
        overflow: hidden;
    }

    .nav-bar.active {
        height: 450px;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }


    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a {
        margin-bottom: 12px;
    }
}

/*fim navbar*/

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: 100vh;
    background-color: var(--color-neutral-1);
}

.slider-content {
    position: relative;
}

.showcase {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    filter: drop-shadow(0px 0px 10px #000);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.showcase_content {
    text-align: center;

}

.showcase_content h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.showcase_content a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.showcase_content button {
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background-color: var(--color-neutral-2);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1300px) {
    .showcase_content h1 {
        display: none;

    }
}

@media screen and (max-width: 768px) {
    .showcase_content h1 {
        display: none;
    }
}


@keyframes pulsar {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 1100px) {
    .showcase p {
        margin-top: 240px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (max-width: 822px) {
    .showcase p {
        margin-top: 70px;
        font-size: 12px;
        line-height: 20px;

    }
}



@media screen and (max-width: 320px) {
    .showcase p {

        padding-top: -370px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (min-width: 321px) and (max-width: 350px) {
    .showcase p {
        padding-top: 120px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (min-width: 351px) and (max-width: 360px) {
    .showcase p {
        padding-top: 110px;
        font-size: 12px;
        line-height: 20px;

    }
}



@media screen and (min-width: 361px) and (max-width: 377px) {
    .showcase p {
        padding-top: 220px;
        font-size: 12px;
        line-height: 20px;

    }
}


@media screen and (min-width: 378px) and (max-height: 851px) {
    .showcase p {
        padding-top: 0px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (min-width: 401px) and (max-width: 431px) {
    .showcase p {
        padding-top: 0px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (min-width: 432px) and (max-width: 541px) {
    .showcase p {
        padding-top: 190px;
        font-size: 12px;
        line-height: 20px;

    }
}

@media screen and (min-width: 542px) and (max-width: 1025px) {
    .showcase p {
        margin-top: -340px;
        font-size: 12px;
        line-height: 20px;

    }
}



@media screen and (max-width: 1100px) {
    .showcase button {
        margin-bottom: 55px;
        font-size: 5px;
        padding: 5px;

    }
}

@media screen and (max-width: 913px) {
    .showcase button {
        margin-bottom: 550px;
        width: 100px;

    }

    .showcase_content button a {
        text-align: center;
        font-size: 8px;
        text-decoration: none;
        padding-top: 10px;
    }
}

.showcase_content button:hover {
    animation-name: pulsar;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/*SOBRE*/

.sobre {
    background-color: var(--color-neutral-1);
    overflow: hidden;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sobre-conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

}

.sobre-conteudo img {

    width: 570px;
    border-radius: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.sobre-conteudo div {
    flex: 1;
}

.sobre-descricao p {
    margin-bottom: 14px;
    line-height: 20px;
}

.sobre-descricao h2 {
    font-size: 38px;
    margin-bottom: 24px;
}

@media screen and (max-width: 908px) {

    .sobre {
        padding-top: 40px;

        text-align: justify;
    }

    .sobre-conteudo img {


        width: 350px;
        padding-left: 5px;
        padding-right: 5px;

    }

    .sobre-conteudo {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
    }

    .sobre-descricao {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*SERVIÇOS*/

.services {
    color: #fff;
    text-align: center;
    margin-top: -190px;
    margin-left: 30px;
    margin-bottom: 80px;
}

.services img {
    width: 230px;
    height: 90px;
    margin-top: -40px;

}

.servicos h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    font-size: 40px;
}

.services p {
    color: white;
    text-align: justify;
    padding-left: 150px;
    padding-right: 150px;
}

.servicos .container {
    background-color: rgb(27, 27, 27);
}

.servicos .container p {
    text-align: center;

    flex-wrap: wrap;
    color: white;
}

.servicos .rows-cards {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.servicos .rows-cards img {
    width: 150px;
}

.servicos .row-card-item {
    background-color: rgb(36, 35, 35);
    width: 350px;
    padding: 20px;
    border-radius: 14px;
    margin: 20px;
    transition: 0.3s;
}

.row-card-item img {
    background-color: white;
    border-radius: 10%;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

.row-card-item h5 {
    color: white;
    font-size: 23px;
    text-align: center;
}

.row-card-item p {
    font-size: 15px;
}

.contact button {
    margin-bottom: 20px;
    color: #fff;
    background-color: var(--color-neutral-2);
    text-decoration: none;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 1100px) {
    .contact button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 768px) {}

.contact button a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 768px) {

    .servicos-prestados {
        flex-direction: column;
    }

    .services img {
        padding: 10px 10px 20px 50px;
        width: 250px;
    }
}

/*serviços finalizado*/

/*depoimentos iniciado*/
.depoimentos h3 {
    text-align: center;
    color: white;
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .depoimentos h3 {
        font-size: 20px;
    }
}


.depoimentos p {
    margin-bottom: 20px;
    text-align: center;
    color: white;
    font-size: 19px;
}

@media screen and (max-width: 1100px) {
    .depoimentos p {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .depoimentos p {
        font-size: 10px;
    }
}

.cards {
    display: flex;
    justify-content: center;
}

.depoimentos .card-item {

    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 350px;
    transition: 0.4s;
}

.depoimentos .card-item img {

    display: block;
    margin: 10px auto;
}

.depoimentos .card-item .nome-user {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.depoimentos .card-item .depoimento-user {
    font-size: 15px;
    padding: 0 15px;
    color: white;
}

.depoimentos .card-item .estrelas {
    margin: 15px 0;
    border-top: 2px solid #585656;
    align-items: center;
}

.depoimentos .card-item .estrelas i {
    color: yellow;
    filter: brightness(1000%);
    margin-top: 15px;
    font-size: 20px;
}

@media screen and (max-width: 1100px) {
    .depoimentos .cards {
        display: grid;
    }
}

@media screen and (max-width: 768px) {
    .depoimentos .cards {
        display: grid;
    }

    .depoimentos .depoimento-user {
        text-align: center;
        justify-content: center;
    }
}

/*depoimentos finalizado*/

/*LOCALIZAÇÂO*/
.localizacao {
    color: #a8a29e;




    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-top: auto;
}

.localizacao h2 {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
    .localizacao h2 {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {}

/*Botao do whatsapp*/

.btn-whatsapp img {
    max-width: 74px;
    transition: transform 0.4s;
}

.btn-whatsapp {
    position: fixed;
    bottom: 14px;
    right: 24px;
    z-index: 99;
}

.btn-whatsapp img:hover {
    transform: scale(1.1);
}

.btn-whatsapp .texto-btn {
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 8px;
    left: -144px;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    background-color: #313131;
    color: white;
    opacity: 0;
    transition: opacity 0.4s;
}

.btn-whatsapp:hover .texto-btn {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .btn-whatsapp img {
        max-width: 54px;
    }
}

footer{
    width: 100%;
    color: white;
    text-decoration: none;
}

.footer-link{
    text-decoration: none;
}

#footer_content{
    background-color: var(--color-neutral-1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
    gap: 80px;
}

#footer_contacts img{
    margin-bottom: 0.75rem;
    width: 300px;
    margin-top: -120px;
    margin-bottom: -100px;
}

#footer_social_media{
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#footer_social_media .footer-link{
    height: 2.5rem;
    width: 2.5rem;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

#footer_social_media .footer-link:hover{
    opacity: 0.8;
}

#instagram{
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook{
    background-color: #4267b3;
}

#whatsapp{
    background-color: #25d366;
}

#footer_social_media .footer-link i{
    font-size: 1.25rem;
}

.footer-list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list i{
    cursor: pointer;
    background-color: white;
    color: var(--color-neutral-2);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    
}

.footer-list i:hover{
    transform: scale(1.2);
}

.footer-list .footer-link{
    color: white;
    transition: all 0.4s;
}

.footer-list .footer-link:hover{
    color: #979797;
}

@media screen and (max-width: 768px){
    #footer_content{
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px){
    #footer_content{
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .main {
        display: block;
        background-image: none;
    }

    .showcase_content p {
        width: 50vw;
        text-align: center;
        justify-content: center;
    }

    .showcase_content h1 {
        width: 50vw;

    }
}