/* Importação da fonte Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap');

:root {
    --font-family: 'Poppins', sans-serif;
    --font-size-base: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;

    --color-background: #f4f4f9;
    --color-text: #333;
    --color-primary: #0073e6;
    --color-secondary: #151515;
    --color-accent: #e1e4e5;
    --color-white: #ffffff;

    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;

    --max-width-container: 1200px;
    --header-height: 60px;
    --footer-height: 60px;

    /* Colors prime */
    --color-prime-01: rgb(105, 67, 187);
    --color-prime-03: rgb(96, 83, 187);
    --color-prime-02: rgb(253, 175, 30);

    /* Colors aqua */
    --color-01: rgb(210, 213, 255);
    --color-02: rgb(210, 213, 255);
    --color-03: rgb(236, 204, 255);
    --color-04: rgb(174, 230, 209);
    --color-05: rgb(202, 226, 141);
    --color-06: rgb(243, 225, 169);
    --color-07: rgb(255, 211, 189);
    --color-08: rgb(255, 209, 225);

}
.menu-toggle{
    display:none;
}
/* Estilos Globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.btn-job{
    margin:0;
    margin-bottom:5px;
    font-weight: 400;
    font-size: 1rem;
    border:0;
    padding:20px 10px 20px 10px;
    border-radius: 4px;;
    background-color: var(--color-01);
}
.color1{
    background-color: rgb(210, 213, 255);
}
.color2{
    background-color: rgb(236, 204, 255);
}
.color3{
    background-color: rgb(172, 228, 246);
}
.color4{
    background-color: rgb(174, 230, 209);
}
.color5{
    background-color: rgb(202, 226, 141);
}
.color6{
    background-color: rgb(243, 225, 169);
}
.color7{
    background-color: rgb(255, 211, 189);
}
.color8{
    background-color: rgb(255, 209, 225);
}
.testimony-blocks{
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap:5px;

}
.item-block{
    aspect-ratio: 3/2;
    max-width: 300px;
}
.sec-jobs{   
    padding: 0px 100px 0px 100px; 
    
}
html, body {
    height: 100%;
    font-family: 'Poppins', Courier, monospace;
}
button{
    cursor: pointer;
}
/* Títulos e Textos */
h1, h2, h3 {
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
}

h2 {
    font-size: 1.5rem;
}

p {
    padding-top:20px;
    margin-bottom: 1rem;
    text-align: center;
}


body {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}
li{
    list-style: none;
}
.content 
.container h1{
    padding: 60px 0 0 0
}
/* Cabeçalho */
.header-top {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
}

.header-top .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.header-top nav ul li a {
    font-size: .9rem;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    color: black;
}
.btn-hov{
    border-radius: 4px;
    padding:4px 20px 4px 20px;
    
}
.btn-hov:hover{
    border-radius: 4px;
    padding:4px 20px 4px 20px;
    background-color:#ede6ff;
}

.btn-log{
    border-radius: 4px;
    padding:4px 20px 4px 20px;
    border: solid 1px black;
}
.btn-log:hover{
    background-color: black;
    border: solid 1px black;
}
.btn-log:hover a{
    color:white;
}
.container-logo a{
    text-decoration: none;
}

.container-logo {
    display:flex;
}
.container-logo svg{
    width:40px;
    fill:var(--color-prime-01);
}
.container-logo{
    margin-left:15px;
}

.h-lettering-logo{
    margin-left:10px;
    text-align: left;
    line-height: 1;
    width:120px;
}
.h-lettering-logo span{
    color:var(--color-prime-01);
    font-weight: 400;
    font-size: 1rem;
}


.header-top h1{
    color:black;
    font-weight:700;    
    font-size: 1.3rem;
}
.banner-head{
    margin-top:80px;    
    width:100%;
    height:400px;
    position:absolute;
    top:0;
    overflow: hidden;
}


.banner-head img{
    
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz a imagem preencher o contêiner sem distorcer */
    object-position: 0 40%; /* Centraliza a imagem */
}

.banner-head span{
    position:absolute;
    width: 100%;
    height:100%;
    background-color: rgba(98, 22, 197, 0.0);
}
.inner{
    
    height:250px;
    margin: 0;
}
.content-inner{
    position:absolute;
    top: 140px;
    z-index: 5;
    padding:15px;
}

.content1{
    padding:15px;
    background-color: white;
    border-radius: 7px;
}
.grid-container 
.box-service {
    padding:0; 
    overflow:hidden;
}
.grid-container 
.box-service h3{
    padding: 20px 30px 5px 30px;
    line-height: 1.4;
}
.grid-container 
.box-service p{
    padding:0 30px 0 30px;
}
.services{
    display:grid;
    grid-template-columns: 2fr 1fr;
}
.rotulo-sessao{
    padding:0 7px 0 7px;
    font-size: 1rem;    
    font-weight: 400;
    margin-top:20px;
    color:white;
    background-color: black;
    border-radius: 4px;
}
.service-image {
   height:200px;
   overflow: hidden;
}
.service-image img{
    width:100%;

}
.img-concept-job{
    width:100%;
    height:400px;
    border-radius: 7px;
    background-color: #d5cfeb;
    overflow: hidden;
}
.img-concept-job img{
    object-fit: cover; /* Faz a imagem preencher o contêiner sem distorcer */
    width:100%;
    height:100%;
}
.yAj img{
    object-position: 0 74%; /* Centraliza a imagem */
}
.yAj2 img{
    object-position: 0 15%; /* Centraliza a imagem */
}
/* Main */
main {
   margin-top:350px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px; /* Espaço para o header fixo */
}
.work{
    margin-top:0;
}
main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    text-align: center;
}

/* Footer */


.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer {
    background-color: #222;
    color: #fff;
    padding: 40px 0;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    margin: 20px;
    min-width: 200px;
}

.footer-section h2 {
    font-size: 1em;
    margin-bottom: 20px;
    color: rgb(197, 197, 197);
}

.footer-section p, .footer-section ul {
    font-size: .9em;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ddd;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links li {
    list-style: none;
}

.social-links a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #ddd;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    font-size: 0.9em;
}


.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.grid-item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}
.grid-item p{
    font-size:.9rem ;
}
.grid-item h3 {
    color:var(--color-prime-01);
    margin-top: 0;
}
#choice-service{
    padding:30px;
}
#choice-service strong, span{
    color:var(--color-prime-01);
}
#choice-service ul {
    text-align: left;
    list-style: none;
    padding-left: 100px;
    
}

#choice-service li {
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
}

#choice-service li .icon {
    margin-right: 10px;
    font-size: 1.2em;
}
.contact-section {
    width: 100%;    
}

.contact-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-buttons a {
    flex: 1;
}

.contact-buttons button {
    font-family: 'Poppins';
    width: 100%;
    padding: 20px;
    background-color: var(--color-prime-01);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    position:relative;
}
.contact-buttons a button i{
    position:absolute;
    font-size: 1.5rem;
    right:10px;
    top:15px;
    
}
.contact-buttons button:hover {
    background-color: rgb(120, 105, 219);
}

.m-prof{
    margin-top:0;
}
.profile-header{
    background-color: white;
    border-radius: 12px;
    padding:20px;
    position: relative;
    overflow: hidden;
}

.profile-content {
    padding:0;
    margin:0;
    margin-top:40px;
    text-align: left;
    
    
}
.info-prof{    
    margin-top:0px;
    text-align: center;
}
.info-prof button{
    display:flex;
    font-family: 'Poppins';
    font-size: 1rem;
    gap:10px;
    background-color: var(--color-prime-01);
    border:0;
    color:white;
    padding:10px 20px 10px 20px;
    border-radius: 50px;
}
.info-prof .container{
    display:flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.section-title{
    margin-top:40px;
}
.prof-grid {
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Ajuste conforme necessário */
}
.section-title{
    border-left: solid 1px rgb(213, 210, 223)
}

.section-title p{
    padding-left:40px;
    text-align: left;
}
.info-prof, .section-title {
    flex: 1 1 45%; /* Ajuste conforme necessário */
    box-sizing: border-box;
}
.info-social{
        position:absolute;
        display:flex;
        gap:30px;
        z-index: 2;
        right:30px;
        top:35px;        
}
.info-social i{
    font-size: 1.3rem;    
}
.info-prof {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile-header

.profile-photo{
    z-index: 1;
    border:solid 4px white;
    position:absolute;
    width:130px;
    height:130px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-photo img{
    width:120%;
    height:120%
}
.profile-header span{
    position:absolute;
    left:0;
    top:0;
    z-index: 0;
    background-color: #d0c5eb;
    width:100%;
    height:100px;
}
form {
    
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form label {
    font-weight: bold;
}

form input,
form textarea {
    font-family: 'Poppins';
    font-size: 1rem;
    padding: 20px;
    border-radius: 4px;
    border:0;
    width: 100%;
    box-sizing: border-box;
}

form button {
    padding: 20px;
    background-color: #000000;
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

form button:hover {
    background-color: rgb(120, 105, 219);
}


section h2{
    margin-top:40px;
    margin-bottom:40px;
}


/* Estilos Responsivos */
@media (max-width: 599px) {
    .m-prof{
        margin-top:0;
    }
    .content 
    .container h1{
    padding: 0 0 0 0;
    }
    .prof-grid {
        margin-top:130px;
    }
    .section-title{
        border:0;        
    }
   
    .info-prof{
        margin:0;
    }
    .info-prof p{
        margin-top:30px;
    }
    .section-title p{
        text-align: center;
        padding-left:0;
    }
    .profile-photo{
        position: absolute; /* ou relative, dependendo da estrutura do seu HTML */
        left: 50%;
        transform: translateX(-51%);
        transition: all 0.3s; /* Ajuste a duração da transição conforme necessário */
    }
    .info-social{
        position:absolute;
        top:29%;
        left: 50%;
        transform: translateX(-51%);
        transition: all 0.3s; 
    }
   
    .info-prof, .section-title {
        flex: 1 1 100%;
    }
    .menu-toggle{
        z-index: 999;
        display:block;
        font-size: 1.5rem;
        color:rgb(174, 174, 174);
        position:absolute;
        border-radius: 4px;
        right:20px;
        top:20px;
        padding:0px 8px 4px 8px;
        background-color:rgb(241, 241, 241);
    }
   
    .container nav {
        z-index: 1;
        margin: 0;        
        position: absolute;
        width: 100%;
        top: -496px;
        left: 0;
        padding: 100px 30px 60px 30px;
        background-color: white;        
        opacity: 0;
        transition: top 0.5s ease, opacity 0.5s ease;
        pointer-events: none; /* Evita clicar quando escondido */
        box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
    }
    .container nav.active {
        top: 0;
        opacity: 1;
        pointer-events: auto; /* Permite clicar quando visível */
    }
    .grid-item {
        flex: 1 1 100%;
    }
    
    .contact-buttons {
        flex-direction: column;
    }

    .contact-buttons button {
        width: 100%;
    }
    #choice-service ul {
        padding-left: 0;
    }
    .img-concept-job{
        height:200px;
    }
    .banner-head {
        padding:15px;
        width: 100vw; /* Ajusta a altura automaticamente no mobile */
        height:310px;
    }
    .banner-head img {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        object-position: center; /* Centraliza a imagem */
    }
    main{
        margin-top:320px;
    }
    

    .container-logo,.menu-toggle {
        z-index: 5;
    }
    
    .btn-log{
        border:0;
    }
    .sec-jobs{
        padding:0;
       
    }
    .header-top .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-top nav ul {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .header-top nav ul li {
        width: 100%;
        text-align: left;
    }

    .header-top nav ul li a {
        display: block;
        padding: 0.5rem 0;
    }
}
