body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html, body {
    overflow-x: hidden; /* Corta qualquer vazamento horizontal na raiz */
    width: 100%;
}

header {
    width: 100%;
    height: 80px;
    background-color: black;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    z-index: 3
}
header a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.bars {
    background-color: #0a0c10;
    border-radius: 50px;
    display: none;
    justify-content: center;
    align-items: center;
}
.bars:hover {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
.button-header{
    width: 205px;
    height: 50px;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 100px;
    background-color: rgb(13, 156, 208);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    box-sizing: border-box
}
.hd a{
    display: inline-block;
    margin: 0 50px;
}
.hd1 a:hover{
    color: rgb(134, 0, 251);
    transition: 0.3s;
    text-decoration: underline;
    
}
.button-hd :hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.1);
}
header img{
    width: 200px;
    margin: 0 10px;
    margin-top: 20px;
}
.hd1 {
    display: flex;
    align-items: center;
}
.hd1 a{
    margin: 0 50px;
}

/* AQUI COMEÇA O CARROSSEL */

.conteiner {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carrossel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    filter: brightness(0.4);
}
.slide.ativa {
    opacity: 1;
}

.sobre p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    color: rgb(255, 255, 255);
}

.sobre h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
    color: rgb(255, 255, 255)
}
.sobre {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 200px;
}
.botao-carrossel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    font-size: 30px;
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    border-radius: 5px;
    transition: 0.3s;
}
.botao-carrossel :hover {
    background-color: rgb(13, 156, 208);
}
.anterior {
    left: 20px;
}
.anterior:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}
.proximo {
    right: 20px;
}
.proximo:hover {
    background-color: white;
    color: black;
}

.indicadores {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 2;
}
.bolinha {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s;
}

.bolinha.ativa {
    background-color: rgb(13, 156, 208);
}

.button-conteiner {
    background-color: rgb(13, 156, 208);
    border-radius: 100px;
    margin: 0 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 0px solid;
}
.button-conteiner {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.button-conteiner a {
    color: rgb(255, 255, 255);
}

.button-conteiner:hover {
    transition: 0.3s;
    transform: scale(1.1);
}
footer { 
    width: 100%;
    height: 300px;
    background-color: black;
    position: relative;
}
.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding: 0 100px;
}
.tags {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tags1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tags a {
    text-decoration: none;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    
}
.tags a:hover {
    color: rgb(134, 0, 251);
    transition: 0.3s;
    text-decoration: underline;
}
.icons2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.icons2 i {
    color: white;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
}
.icons2 p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
}
.icons2 i:hover {
    color: rgb(134, 0, 251);
}
.icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.icons i {
    color: white;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
}
.icons i:hover {
    color: rgb(134, 0, 251);
}
.logo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.logo1 p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    width: 200px;
    text-align: center;
}
.logo1 img{
   width:200px;
}
.icons1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.icons:hover {
    color: rgb(134, 0, 251);
    transition: 0.3s;
    text-decoration: underline;
}
.icons2 p:hover {
    color: rgb(134, 0, 251);
    transition: 0.3s;
    text-decoration: underline;
}

/* SEÇÃO QUEM EU SOU */

.conteiner1 {
    background: linear-gradient(120deg, #fdfbfb 0%, #e2ebf0 100%);
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.card {
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    width: 350px;
    padding: 40px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
}
.card img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0d9cd0;
}
.eu1 {
    width: 100%;
    border-radius: 40px;
    margin-top: auto;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
}
.eu1 h1 {
    color: black;
    font-weight: 600;
    letter-spacing: -0,5px;
}
.eu1 p {
    color: rgb(6, 120, 161);
}
.eu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.who1 p {
    width: 400px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.who1 h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
    color: rgb(13, 156, 208);
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid black;
}
.who1 h1:hover {
    color: rgb(134, 0, 251);
    transition: 0.3s;
    text-decoration: underline;
    cursor: text;
}

/* SEÇÃO SERVIÇOS */

.servicos1 {
    width: 100%;
    min-height: 750px;
    padding-bottom: 50px;
    background-color: #12151c;
}
.servicos1 h1 {
    color: rgb(13, 156, 208);
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin-top: 0px;
    padding: 30px;
    border-bottom: 1px solid white;
}
.cards {
    width: 345px;
    min-height: 520px;
    background-color: #242424;
    border-radius: 30px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.cards:hover {
    box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -webkit-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    transition: 0.3s;
}
.badge {
    background-color: rgb(134, 0, 251);
    color: white;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 30px;
    margin: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    margin-top: -15px;
}
.cards1 {
    width: 335px;
    min-height: 540px;
    background-color: #242424;
    border-radius: 30px;
    margin: auto;
    border: 2px solid rgb(134, 0, 251);
    display: flex;
    flex-direction: column;
}
.cards1:hover {
    box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -webkit-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    transition: 0.3s;
    transform: scale(1.1);
}
.cards1 h1 {
    color: rgb(134, 0, 251);
    font-size: 27px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 1px;
    border: none;
}
.cards1 p {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    width: 250px;
    margin: auto;
}
.cards1 li {
    color: white;
    text-decoration: none;
    list-style: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
}

.servicos {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.cards h1 {
    color: rgb(134, 0, 251);
    font-size: 27px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 1px;
    border: none;

}
.cards p {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    width: 250px;
    margin: auto;
}
.cards li {
    color: white;
    text-decoration: none;
    list-style: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
}

.cards li:hover,.cards1 li:hover {
    color: #0d9cd0;
    transition: 0.3s;
}

/* Nova classe de preço adicionada */
.preco-servico {
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 26px;
    margin: 15px 0 5px 0;
}

.preco-servico span {
    font-size: 14px;
    color: #0d9cd0;
    font-weight: normal;
}

.btn-preco {
    width: 200px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #0d9cd0;
    color: white;
    height: 40px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    text-decoration: none;
}
.btn-preco:hover  {
    background-color: white;
    color: black;
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(13, 156, 208, 0.5);
}
.btn-site {
    width: 200px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #0d9cd0;
    color: white;
    height: 40px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
}
.btn-site a{
    text-decoration: none;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-site a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-site:hover  {
    background-color: white;
    color: black;
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(13, 156, 208, 0.5);
}
.cards-baixo {
    width: 100%;
    height: 100px;
    background-color: transparent;
    border-top: 2px solid #3a3a3a;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto; 
}
.cards li i {
    color: #0d9cd0; 
    margin-right: 10px;
}
.cards1 li i {
    color: #0d9cd0; 
    margin-right: 10px;
}

/* SEÇÃO PORTFOLIO */

.portfolio {
    width: 100%;
    height: 1200px;
    background-color: #0a0c10;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.portfolio h1 {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    color: rgb(13, 156, 208);
    border-bottom: 2px solid #3a3a3a;
}

.port1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    margin: auto;
}
.site {
    width: 450px;
    height: auto;
    margin-top: 60px;
    background-color: #242424;
    border-radius: 30px;
    border: 1px solid rgb(134, 0, 251);
    overflow: hidden;
}
.site img {
    width: 450px;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.site:hover {
    box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -webkit-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    transition: 0.3s;
    transform:scale(1.05);
    cursor: pointer;
}

.text h2 {
    color: white;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-bottom: 2px solid #3a3a3a;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
}
.text p {
    color: white;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 500px;
    padding-bottom: 10px;
}
.site1 {
    width: 450px;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid rgb(134, 0, 251);
    overflow: hidden;
}
.site1:hover {
    box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -webkit-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(44, 69, 180, 0.75);
    transition: 0.3s;
    transform:scale(1.05);
    cursor: pointer;
}
.site1 img {
    width: 450px;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.contato {
    width: 100%;
    height: 650px;
    background-color: linear-gradient(120deg, #fdfbfb 0%, #e2ebf0 100%);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.contato h1 {
    color: rgb(13, 156, 208);
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.contato h1:hover {
    color: rgb(134, 0, 251);
    text-decoration: underline;
    transition: 0.3s;
    transform: scale(1.1);
}
.ctt-container {
    width: 1000px;
    height: 400px;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    background-color: #f8f9fa;
    box-shadow: 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 30px 20px;
}
.ctt1 {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}
.ctt1 h1 {
    font-size: 28px;
    width: 450px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 8px;
}
.ctt1 h1:hover {
    color: rgb(13, 156, 208);
    transition: 0.3s;
    transform: scale(1.1);
    text-decoration: none;
}
.ctt1 p {
    font-size: 16px;
    width: 450px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;
}
.ctt-redes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ctt-redes a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #333333;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    transition: 0.3s;
}
.ctt-redes a i {
    font-size: 25px;
    color: #0d9cd0;
    transition: 0.3s;
}
.ctt-redes a:hover {
    color: rgb(134, 0, 251);
    transform: translateX(10px);
}
.ctt-redes a:hover i {
    color: rgb(134, 0, 251);
}
.ctt2 {
    width: 400px;
    height: 400px;
    border-radius: 30px;
}
.ctt2 form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: center;
}
.ctt2 input, .ctt2 textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    outline: none;
    transition: 0.3s;
}
.ctt2 input:focus, .ctt2 textarea:focus {
    border-color: #0d9cd0;
    box-shadow: 0 0 5px rgba(13, 156, 208, 0.3);
}
.ctt2 textarea {
    resize: vertical;
    max-height: 150px;
}
.btn-submit {
    width: 100%;
    background-color: #0d9cd0;
    color: white;
    padding: 15px;
    border-radius: 80px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}
.btn-submit:hover {
    background-color: rgb(134, 0, 251);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(134, 0, 251, 0.5);
}
/*FAQ*/
.faq {
    width: 100%;
    background-color: #0a0c10;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq h1 {
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}
.faq-container {
    width: 80%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.faq-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.faq-header {
    display: flex;
    width: 100%;
    height: 70px;
    border: 2px solid #0d9cd0;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: #d9d9d9;
}
.faq-btn {
    width: 80px;
    min-width: 80px;
    height: 100%;
    background-color: #0a0c10;
    border: none;
    border-right: 2px solid #0d9cd0;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.faq-question {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #242424;
    border: 2px solid transparent;
    border-radius: 0 0 30px 30px;
    margin: -35px 20px 0 20px; 
    position: relative;
    z-index: 1;
}
.faq-answer p {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 50px 30px 30px 30px; 
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.faq-item.active .faq-btn i {
    transform: rotate(45deg);
    color: #0d9cd0;
}
.faq-item.active .faq-answer {
    border-color: #0d9cd0;
    border-top-color: transparent;
}
.faq h1 {
    border-top: 2px solid #3a3a3a;
    width: 90%;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .faq-container {
        width: 90%;
    }
    .faq-question {
        font-size: 16px;
        padding-left: 15px;
    }
    .faq-btn {
        width: 60px;
        min-width: 60px;
    }
}

/* Responsividade */

@media (max-width: 1024px) {
    .hd1 { width: 100%; height: auto;}.hd1 a { font-size: 16px; } .bars {display:none;} .button-hd { display: none;}
    .sobre { padding: 0 50px; } .sobre h1 { font-size: 20px; } 
    .conteiner1 { width: 90%;flex-direction: column; height: auto; padding: 50px 20px; gap: 40px; }
    .card { width: 80%; } .who1 { width: 80%; } .who1 p { width: 100%; } 
    .cards1 { width: 30%; margin: auto;} .cards { width: 30%; margin: auto; } .cards h1 { font-size: 24px; }
    .ctt-container { width: 80%; height: auto; align-items: center; } 
    .ctt1, .ctt2 { width: 80%; padding: 20px 0; } .ctt1 h1 { font-size: 22px; width: 100%;}
    .port1 { gap: 40px; text-align: center; height: auto;}
}

/* Para celulares */
@media (max-width: 768px) {
    header {
        height: auto;
        align-items: flex-start;
    }
    .hd { 
        padding: 0 20px; 
        display: flex; 
        justify-content: space-between; 
        align-items: center;
        height: auto;
        min-height: 80px;
    }
    .hd1 {
        width: 100%; 
        min-height: 80px; 
        display: flex; 
        justify-content: space-between; 
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
    }
    .logo {
        order: 1;
    }
    .bars {
        order: 2;
    }
    .hd1 a{
        order: 3;
        display: none;
    }
    .hd1 a { 
        display: none; 
        margin: 15px 0;
    }
    .hd1.ativa a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .hd1.ativa {
        height: auto;
        padding-bottom: 20px;
    }
    .button-hd { 
        display: none; 
    }
    .logo { 
        display: flex; 
        align-items: center;
    }
    header img { 
        width: 130px; 
        margin-top: 0; 
    }
    .bars { 
        display: flex; 
        align-items: center;
    }
    .bars button {
        background: transparent;
        border: none;
        padding: 0;
        display: flex;
        cursor: pointer;
    }
    .bars i { 
        color: white; 
        font-size: 30px;
    }
    .hd2 { 
        display: none; 
    }
    .sobre { 
        padding: 0 20px; 
    } 
    .sobre h1 { 
        font-size: 25px; 
    } 
    .sobre p { 
        font-size: 16px; 
    }
    .conteiner1 { 
        flex-direction: column; 
        height: auto; 
        padding: 50px 20px; 
        gap: 40px; 
    }
    .servicos { 
        flex-direction: column; 
        align-items: center; 
        gap: 60px; 
    }
    .servicos1 {
        margin-top: -55px;
    }
    .portfolio, .servicos1 { 
        height: auto; 
        padding: 50px 0; 
    } 
    .portfolio h1 { 
        margin-top: -55px;
    }
    .contato {
        padding-bottom: 40px; 
        height: auto;
    }
    .site, .site1 { 
        width: 90%; 
    } 
    .site img, .site1 img { 
        width: 100%; 
    }
    .ctt1 h1 { 
        width: 80%;
    } 
    .ctt1 p { 
        width: 100%; 
    }
    .text h2 { 
        padding-top: 20px; 
        border-top: 2px solid #3a3a3a;
    }
    .text p {
        width: 80%; 
        text-align: start; 
        padding: 20px 0px; 
        margin: 0 auto; 
        line-height: 1.5;
    } 
    .btn-site {
        margin-top: 20px;
    }
    .footer { 
        flex-direction: column; 
        padding: 20px; 
        gap: 10px; 
        text-align: center; 
        background-color: #0a0c10;
    } 
    .footer p { 
        width: 100%;
    }
    .logo1 { 
        flex-direction: row; 
        border-bottom: 1px solid #3a3a3a;
    } 
    .logo1 p { 
        font-size: 14px;
    }
    .tags1 { 
        flex-direction: row; 
        padding-bottom: 20px; 
        border-bottom: 1px solid #3a3a3a; 
        width: 100%; 
        justify-content: center;
    }
    .icons { 
        padding: 10px; 
        border-bottom: 1px solid #3a3a3a; 
        width: 100%; 
        justify-content: center; 
    }
    .icons1 i { 
        font-size: 20px; 
    } 
    .icons2 p { 
        font-size: 16px; 
    } 
    .icons2 { 
        margin-top: -20px;
    }
    .port1 { 
        display: flex; 
        flex-direction: column; 
        gap: 40px; 
        text-align: center; 
        height: auto; 
        padding-bottom: 20px;
    }
    .cards {
        width: 80%;
        min-height: 520px;
        height: auto;
        margin: auto;
    }
    .cards p {
        width: 90%;
    }
    .cards1 {
        width: 80%; 
        min-height: 540px; 
        height: auto;
        margin: auto;
    }
    .ctt-container {
        display: flex; 
        flex-direction: column;
    }
    .cards-baixo { 
        width: 100%; 
        height: 100px; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        margin: auto;
        margin-top: auto; 
    }
}
.habilidades {
    width: 100%;
    background-color: #f8f9fa;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.habilidades h2 {
    color: rgb(13, 156, 208);
    font-size: 45px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.habilidades-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.habilidades-grupo {
    width: 80%;
    max-width: 900px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px 20px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.habilidades-grupo h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 26px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    display: inline-block;
}

.icones-tecs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.tec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.tec-item i {
    font-size: 65px;
    color: rgb(13, 156, 208);
    transition: 0.3s;
}

.tec-item span {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 600;
    transition: 0.3s;
}

.tec-item:hover i {
    transform: scale(1.15) translateY(-5px);
    color: rgb(134, 0, 251);
}

.tec-item:hover span {
    color: rgb(134, 0, 251);
}

.aprendizado .tec-item i {
    color: #b0b0b0;
}

.aprendizado .tec-item:hover i {
    color: rgb(13, 156, 208);
}

@media (max-width: 768px) {
   
    
    .habilidades h2 {
        font-size: 35px;
    }
    
    .habilidades-grupo {
        width: 90%;
        padding: 30px 10px;
    }
    
    .icones-tecs {
        gap: 30px;
    }
    
    .tec-item i {
        font-size: 50px;
    }
    
    .tec-item span {
        font-size: 16px;
    }
}

.site.emoji-card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px; 
    font-size: 150px; 
    background-color: #242424;
    user-select: none;
}

@media (max-width: 768px) {
    .site.emoji-card {
        min-height: 250px;
        font-size: 120px;
    }
}
