*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", serif;
}
html,body{
    height: 100%;
}
.clear{
    clear: both;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
}
header{
    padding: 20px;
    background-color: #01182c;
    width: 100%;
    color:white;
}
header nav{
    position: relative;
    top: -15px;
}
header .logo{
    position: relative;
    top: 15px;
}
header nav ul{
    list-style: none;
}
header nav.desktop ul li{
    float: left;
    padding: 0 10px;
}
header nav ul li a{
   color:white;
   text-decoration: none;
}
header nav.mobile{
    display: none;
}
header nav.desktop{
    float: right;
}
.menu-btn {
    display: none;
    float: right;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
    position: relative;
    top: -25px;
    right: 20px;
}
.menu-btn div {
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s;
}


.banner{
    width: 100%;
    height: 90%;
    background-image: url('../imgs/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .chamada{
    color:white;
    width: 50%;
    float: left;
}
.banner .filtro{
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.514);
}
.banner .chamada h1{
    font-size: 40px;
    text-transform: uppercase;
}
.banner .chamada h4{
    font-size: 18px;
    margin-top: 19px;
}
.banner .wraper-form{
    float: right;
    width: 35%;
    background-color: rgba(95, 94, 94, 0.199);
    padding: 40px 0px;
    border-radius: 5px;
}
.banner .wraper-form form{
    width: 90%;
    margin: 0 auto;
}
.banner .wraper-form form input,textarea{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #033c6e;
    margin-top: 5px;
    
}
.banner .wraper-form form input:focus,textarea:focus{
    outline: 2px solid #094579;
}
.banner .wraper-form-single {
    margin-top: 12px;
}
.banner .wraper-form-single label{
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}
.banner .wraper-form form textarea{
    width: 100%;
    resize: none;
    height: 80px;
}


.banner .btn-chamada{
    position: absolute;
    left:10%;
    top:400px;

}
.banner .btn-chamada button{
    width:450px;
    height: 100px;
 
    background: #00111f; /* Fundo escuro para destacar o brilho */
    color: #00f0ff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 28px;
    border: 2px solid #00f0ff;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    animation: pulseGlowMobile 1.2s infinite alternate;
    touch-action: manipulation; /* Melhora a resposta ao toque */
    display: inline-block;
    text-align: center;
    overflow: hidden;
}
.btn-chamada button:hover {
    border-color: cyan;
    box-shadow: 0 0 20px cyan, 0 0 40px cyan, 0 0 60px cyan;
}
/* .btn-chamada button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, cyan, transparent);
    transition: 0.5s;
} */

/* .btn-chamada button:hover::before {
    left: 100%;
} */

.servicos{
    text-align: center;
    padding: 10px;
}
.servicos .container{
    white-space: nowrap; /* Impede a quebra de linha dos elementos internos */
    overflow-x: auto;    /* Adiciona uma barra de rolagem horizontal quando necessário */
    width: 100%;      
}
.servicos-wraper{
    margin: 0 auto;
    padding: 30px 0;
    overflow-x: hidden;
    width: 100%;
    vertical-align: top;
}
.servicos-single{
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 0 20px;
    position: relative;
    top: 0;
}
.servicos-single h4{
    margin-top: 5px;
    font-size: 22px;
    white-space: wrap;
}
.servicos-single p{
    white-space: wrap;
    width: 80%;
    margin: 12px auto;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
 
}

.servicos-single img{
    width:80px;
}
.sobre{
    color: white;
    background-color: #01182c;
    padding: 15px;
}
.sobre .container{
    margin-top: 30px;
}
.sobre h2{
    font-size: 30px;
    text-align: center;
}
.sobre .info-single{
    margin: 0 auto;
    border-bottom: 2px solid white;
    padding: 10px;
    width: 70%;
}
.sobre .info-single.ultima{
    border-bottom: 0;
}
.sobre .info-single p{
    font-size: 20px;
}



.sobre .btn-chamada{
text-align: center;
margin-top: 20px;
}
.sobre button{
    width:80%;
    height: 80px;
    background: #00111f; /* Fundo escuro para destacar o brilho */
    color: #00f0ff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 28px;
    border: 2px solid #00f0ff;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    animation: pulseGlowMobile 1.2s infinite alternate;
    touch-action: manipulation; /* Melhora a resposta ao toque */
    display: inline-block;
    text-align: center;
    overflow: hidden;
}
.btn-chamada button:hover {
    border-color: cyan;
    box-shadow: 0 0 20px cyan, 0 0 40px cyan, 0 0 60px cyan;
}





.faq{
    padding: 10px;
    background-color: #01172b;
    color: white;
}
.faq h2{
    text-align: center;
} 
.faq .perguntas{
    padding: 10px;
}
.faq .pergunta-single{
    padding: 10px;
    background-color: #01101f;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 5px;
}
.faq .pergunta-single h3{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: lighter;
}
.resposta{
    padding: 5px;
    height: auto;
    opacity: 1;
    transition: 1s all;
    vertical-align: center;
    font-size: 20px;
}
.some{
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
}
.some p{
    /* position: relative;
    top: -0px; */
}





/* projetos */
.projetos{
    padding: 10px;
    position: relative;
}
.projetos .container{
    overflow-x: hidden;
}
.projetos-container{
    padding: 20px 00px;
    width:300%;
}
.projetos h2{
    text-align: center;
}
.projeto-single{
    width: 33%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap:10px;
    margin-top: 10px;
}
.projeto-single img{
    width: 100%; /* Faz a imagem se ajustar ao tamanho do container */
    max-width: 500px; /* Limita o tamanho máximo */
    height: 500px; /* Altura fixa para todas */
    object-fit: cover; /* Garante que todas ocupem o espaço sem distorcer */
    border-radius: 40px;
    float: left;
}
.projeto-single .desc{
    border-left: 5px solid #fff;
    border-radius: 30px;
    width: 60%;
    float: left;
    background-color: #01182c;
    padding: 10px 50px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    display: flex; /* Permite centralizar o conteúdo */
    align-items: center; /* Centraliza verticalmente o conteúdo */
    justify-content: center; /* Centraliza horizontalmente o conteúdo */
}


.thumbnail:hover {
    transform: scale(1.03);
    border-color: #333;
}

/* Estiliza o modal */
.modal {
    display: none; /* Esconde por padrão */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fundo escuro */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}
.servicos{
    position: relative;
}
/* .bullet-wraper{
    background-color: #ccc;
} */
.bullet-left{
    position: absolute;
    padding: 25px;
    top:50%;
    left: 4%;
    border-radius: 10px;
    color: #fff;
    background-color: #d1c6c654;
    background-image: url('../imgs/divisa-esq.png');
    background-size: cover;
    background-position: center;
    width: 50px;
    z-index: 2000;

}
.bullet-right{
    position: absolute;
    background-image: url('../imgs/divisa-direita.png');
    background-size: cover;
    background-position: center;
    padding: 25px;
    top:50%;
    left: 92%;
    background-color: #d1c6c654;
    border-radius: 10px;
    color: #fff;
    width: 50px;
    z-index: 1000;
}
.bullet-right:hover{
    background-color: #d1c6c6;
}
.bullet-left:hover{
    background-color: #d1c6c6;
}

section.contato{
    display: none;
}
footer{
    padding:30px;
    text-align: center;
    color: #000000;
}





























/* MEDIAS */




@media screen and (max-width: 800px){
    .menu-btn {
        display: block;
        z-index: 998;

    }
    header nav.mobile{
        display: block;
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background: #01182c;
        box-shadow: -5px 0 5px rgba(0, 255, 255, 0.5);
        transition: 0.4s;
        padding-top: 60px;
        z-index: 888;
    }
    .mobile.active {
        right: 0;
    }
    #menu-btn.active div:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }
    #menu-btn.active div:nth-child(2) {
        opacity: 0;
    }
    #menu-btn.active div:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    header nav.mobile ul{
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
    }
    header nav.mobile .icon-mobile{
        width: 50px;

    }
    header nav.mobile .icon-mobile img{
        width: 100%;
    }
    header nav.mobile ul{
        width: 100%;
        /* display: none; */
    }

    header nav.mobile ul li{
        padding: 10px 10px;
        border-bottom: 2px solid #fff;
    }
    header nav.mobile a{
        display: block;
    }
    header nav.desktop{
        display: none;
    }


    .banner .wraper-form{
        display: none;
    }
    .banner .chamada{
        color:white;
        width: 100%;
        float: left;
    }

    
.banner .btn-chamada{
    position: absolute;
    left:10%;
    top:450px;
    width: 80%;

}
.banner .btn-chamada button{
    background: #00111f; /* Fundo escuro para destacar o brilho */
    color: #00f0ff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 28px;
    border: 2px solid #00f0ff;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    animation: pulseGlowMobile 1.2s infinite alternate;
    touch-action: manipulation; /* Melhora a resposta ao toque */
    display: inline-block;
    width: 100%; /* Ajusta para telas menores */
    text-align: center;
}
.servicos-single{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 20px;
    position: relative;
    top: 0;
}
.projeto-single{
    display: block;
}
.projeto-single img{
    width: 100%; /* Faz a imagem se ajustar ao tamanho do container */
    max-width: 500px; /* Limita o tamanho máximo */
    height: 500px; /* Altura fixa para todas */
    object-fit: cover; /* Garante que todas ocupem o espaço sem distorcer */
    border-radius: 40px;
    float: none;
    display: block;
}
.projeto-single .desc{
    margin-top: 20px;
    border-left: 5px solid #fff;
    border-radius: 30px;
    width: 100%;
    float: none;
    line-height: 22px;
    font-size: 15px;
}
section.contato{
    display: block;
    
}
section.contato form{
    display: block;
    margin: 0% auto;
    width: 70%;
    padding: 8px;
    
}
section.contato input{
    margin: 0% auto;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 5px #01004b;
    margin-top: 5px;
}
section.contato input[type=submit]{
    background-color: #01101f;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
section.contato  .wraper-form-single{
    padding: 10px 0;
}
footer{
    background-color: #00111f;
    color: #fff;
}
}

@media screen and (max-width: 500px){  
    .banner .chamada h4{
        font-size: 15px;
    }
}

/* KEY FRAME */

@keyframes pulseGlowMobile {
    0% {
      box-shadow: 0 0 5px #00f0ff;
    }
    50% {
      box-shadow: 0 0 12px #00f0ff, 0 0 18px #00f0ff;
    }
    100% {
      box-shadow: 0 0 5px #00f0ff;
    }
  }