@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: white;
    color: #ffffff;
    overflow-x: hidden;
    text-align: center;
}

.navbar{
    position: fixed;
    top: 10px;
    left: 50%;
    font-family: "Science Gothic", sans-serif;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 60px;
    background: rgba( 0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0.1);
    z-index: 1000;
}

.abrir-overlay-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: 25%;
    transform: translateY(-25%);
    background: none;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 15px;
    font-size: 20px;
    cursor: pointer;
}

.menu-btn:hover {
    background: rgba(0, 0, 0, 0.400);
    cursor: pointer;
}

.menu-btn:active {
    background: rgba(0, 0, 0, 0.250);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    display: none;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;
}

.overlay-painel {
    width: 50vw;
    height: 100vh;
    background: #ffffffcc;
    backdrop-filter: blur(2px);
    padding: 50px;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.fechar-overlay-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: transparent;
    border: none;
    border-radius: 15%;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 15px;
}

.fechar-overlay-btn:hover {
    background: rgb(255, 0, 0);
    cursor: pointer;
}

.content {
    overflow-y: auto;
}

h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: left;
    color: black;
}

.menu-btn {
    width: 100%;
    padding: 25px;
    font-size: 18px;
    background: black;
    color: white;
    transition: 0.5s;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.media {
    font-size: 28px;
    text-decoration: none;
}

.ft-pcp {
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}

.first-tittle {
    color: #000;
    background: none;
    font-size: 50px;
    margin: 0px 250px 0px 250px;
   
}

.atendimento-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
    cursor: pointer;
}

.Comprar-Serviço:hover {
background: rgba(0, 0, 0, 0.400);
cursor: pointer;
}

.Comprar-Serviço:active {
    background: rgba(0, 0, 0, 0.250);
}

.Teste-Grátis:hover {
background: rgba(0, 0, 0, 0.400);
cursor: pointer;
} 

.Teste-Grátis:active {
    background: rgba(0, 0, 0, 0.250);
}

.Teste-Grátis {
    background-color: #dfdfdf;
    border: none;
    border-radius: 10px;
    font-size: 25px;
    padding: 8px 16px;
}

.Comprar-Serviço {
    background-color: #012F4B;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 25px;
    padding: 8px 16px;
}

.Serviços {
    display: grid;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 100px;
    padding: 20px;
}

.Serviços img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid #000000;
    border-radius: 18px;
    transition: transform 0.3s ease;
}

.Serviços img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.ft-apr {
    display: block;
    margin: auto;
    width: 60%;
    border-radius: 10px;
}


.container-text {
    color: #000;
    margin: 40px 0;
    padding: 0 80px;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    color: #fff;
    background-color: #000;
    padding: 8px 16px;
    display: block;
    border-radius: 15px;
    width: fit-content;
    margin: 10px auto;
}

p {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel { 
    position: relative; 
    width: 80%; 
    max-width: 768px;
    margin: auto; 
    border-radius: 10px; 
    overflow: hidden; } 

.carousel-img { 
    display: flex; 
    transition: transform 0.5s ease; 
} 

.carousel-img img { 
    width: 100%;
    max-width: 100%; 
    flex: 0 0 100%; 
    flex-shrink: 0; 
}

.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba( 255, 255, 255, 0.6);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 10px;
    outline: none;
    font-size: 24px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.contato {
    display: grid;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 70px;
    padding: 20px;
}

.contato img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid #000000;
    border-radius: 18px;
    transition: transform 0.3s ease;
}

.contato img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}


.serviços-atendidos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
    height: auto;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 100px;
    padding: 20px;
}

.serviços-atendidos img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.3s ease;
}

.serviços-atendidos img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.sobre-nos-p {
    text-align: left;
}

.footer-basic {
    background: black;
    color: white;
    text-align: center;
    padding: 40px 0px;
    margin-top: 40px;
}

.ft-footer {
   width: 15%;
}

.footer-info {
    color: #fff;
    font-size: 20px;
    line-height: 2;
}

.social-footer {
    display: inline-block;
    color: white;
    text-decoration: none;
    width: 50px;
    height: auto;
}

.social-overlay {
    display: inline-block;
    color: black;
    text-decoration: none;
    width: 50px;
    height: auto;
}




@media (max-width: 768px) {

    body {
        font-size: 14px;
        overflow-x: hidden;
    }

    .navbar {
        width: 90%;
        height: 55px;
        padding: 0 15px;
    }

    .abrir-overlay-btn {
        font-size: 20px;
        top: 15%;
        transform: translateY(-15%);
         
    }
    
    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: flex-end;
    }

    .overlay-painel {
        width: 75%;
        max-width: 400px;
        height: 100%;
        position: relative;
        right: 0;
        overflow-y: auto;
    }

    .social-overlay {
        width: 30px;
    }

    h3 {
        font-size: 16px;
    }

    .menu-btn {
        width: 100%;
        font-size: 13px;
        padding: 20px;
        box-sizing: border-box;
    }

    .fechar-overlay-btn {
        font-size: 18px;
        left: 20px;
        top: 20px;
    }

    .social {
        font-size: 24px;
    }

    .ft-pcp {
        content: url(logo-pcp.jpg);
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .container-text {
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.carousel {
    width: 100%;
}


    h1 {
      font-size: 20px;
    }

    .first-tittle {
        font-size: 30px;
        margin: 0;
    }

    p {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .atendimento-btn {
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .Comprar-Serviço {
        font-size: 18px;
    }

    .Teste-Grátis {
        font-size: 18px;
    }

    .Serviços {
    width: 50%;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 40px;
    }

    .contato {
    width: 50px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 40px;
    }

    

    .ft-apr {
        width: 340px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button {
        padding: 5px;
    }

    
    
    .serviços-atendidos {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    }

    .serviços-atendidos img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .serviços-atendidos img:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

    .footer-basic {
      padding: 40px 0;
      margin-top: 20px;
    }

    .ft-footer {
        width: 30%;
    }

    .footer-info {
        font-size: 12px;
    }

    .social-footer {
        width: 40px;
    }


}