#resumo-castle-container{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#titulo-castle-resumo-castle{
    
    font-family: 'Technor', sans-serif;
    margin-bottom: 30px; 
    font-size: 60px;
    font-weight: BOLD;
}

#resumo-castle-castle{
    position: relative; 
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

#p-castle-resumo-castle{
    font-weight: normal;
    font-size: 25px;
    width: 60%;
    text-align: center;
}


#logo-castle-fundo-castle {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.16;    
    z-index: -1;
}

#logo-castle-fundo-castle img{
    width: 350px;
}

#diferencial-castle-tab{
    height: 100vh;
    margin-bottom: 250px;
}

#caixa-diferencial-castle{
    background: linear-gradient(135deg, rgba(3,25,46,0.14002097420999648) 35%, rgba(39,81,121,0.46775206664697133) 100%);
    border: #062644 2px solid;  
    padding: 20px 30px;
    margin: 0px 100px 0px 100px;
    border-radius: 20px;
}

#nosso-diferencial-titulo-castle{
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Technor', sans-serif;
}

#p-nosso-diferencial-castle-baixo-titulo{
    font-size: 16px;
    width: 60%;
    margin-bottom: 30px;
}

#resumo-castle-valores{
    height: 100vh;
}

.diferencial-caixa-cada-um{
    background: linear-gradient(135deg, rgba(3,25,46,0.9971638313528537) 35%, rgba(39,81,121,1) 100%);
    border-radius: 10px;
    padding: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.diferencial-titulo-castle{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Technor', sans-serif;
}

.diferencial-p-castle{
    width: 85%;
}

#caixas-diferencial-castle{
    display: flex;
    flex-direction: column;
}

.icon-lado-diferencial-castle img{
    
    width: 70px;
}

.icon-lado-diferencial-castle{
    background-color: #fff;
    padding: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

#socios-castle{
    height: 100vh   ;
    margin: 110px 0 60px 0;
}

.nome-socio-e-linkedin{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.logo-linkedin-socios{
    width: 23px;
    filter: invert(100%);
    transition: transform 0.3s ease;
}

.logo-linkedin-socios:hover{
    transform: scale(1.05);
}

#socios-foto-nome{
    display: flex;
    align-items: flex-start;
    justify-content:space-evenly ;
    width: 60%;

}

.cada-socio-foto-nome[data-active='false'] {
    opacity: 0.4;
}

.cada-socio-foto-nome{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.cada-socio-foto-nome[data-active='true']{
     transform: scale(1.07);
} 

.cada-socio-foto-nome[data-active='true']:after{
    content: '';
    position: absolute;
    background-color: rgb(006, 145, 192);
    width: 100%;
    bottom: -10px;
    left: 0;
    border-radius: 50px;
    height: 3px;
}

.cada-socio-foto-nome>img{
    width: 120px;
    border-radius: 100%;
    margin-bottom: 10px;
}

#socios-castle-parte-util{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

#titulo-socios-castle{
    font-size: 36px;
    margin-bottom: 60px;
    font-family: 'Technor', sans-serif; 
}

#textos-socios{
    margin-top: 20px;
    width: 50%;
    text-align: justify;
}

#faq {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#caixa-faq{
    background: linear-gradient(135deg, rgba(3,25,46,0.14002097420999648) 35%, rgba(39,81,121,0.46775206664697133) 100%);
    padding: 30px;
    border-radius: 15px;
    border: #062644 2px solid;
    width: 80%;
    display: flex;
    flex-direction: column;
}

#titulo-faq{
    font-size: 40px;
    margin-bottom: 50PX;
    font-family: 'Technor', sans-serif;
}

.cada-pergunta-faq{
    display: flex;
    flex-direction: column;
    border-bottom: #fff 2PX SOLID;
    padding: 15px ;
    margin-bottom: 20PX;
}

.cada-pergunta-faq img{
    filter: invert(100%);
    width: 50px;
}

.cada-pergunta-faq p{
    text-align: left;
    width: 90%;
}

.pergunta-faq, .resposta-faq, .pergunta-fechada, .pergunta-aberta {
    cursor: pointer;
}

.resposta-faq {
    display: none; /* Esconde todas as respostas inicialmente */
    margin-top: 30px;
}

#bg-gradient{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(3,25,46,1) 35%, rgba(39,81,121,1) 100%);
    z-index: -90;
    opacity: 0;
}

#resumo-castle-missao{
    position: absolute;
    left: calc(50% - 600px);
    top: 18%;
    text-align: right;
}

#resumo-castle-missao svg{
    transform: rotateY(180deg) translate(-100%, -50%);
    top: 50%;
    right: 0;
}

#resumo-castle-visao{
    position: absolute;
    left: calc(53% - 600px);
    top: 60%;
}

#resumo-castle-valores{
    position: absolute;
    right: calc(53% - 600px);
    top: 60%;
}

#resumo-castle-valores svg{
    transform: rotateY(180deg);
    left: unset;
    right: calc(50% - 24px);
}

.resumo-castle-wrapper{
    position: relative;
    height: 100vh!important;
    width: 100%;
}

.parte-cima-faq-perguntas{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resumo-castle-valores{
    max-width: 400px;
    overflow: visible;
    position: relative;
    text-align: center;
}

.resumo-castle-valores svg{
    position: absolute;
    top: -130px;
    left: calc(50% - 24px);
}

.breve-descricao-socio{
    
    text-align: center;
}

#borda-linha-socios{
    width: 50%;
}

#div-posts-linkedin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#titulo-likedin {
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'Technor', sans-serif; 
}

#div-titulo-linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.posts-linkedin {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 100px;
    margin: 0 20px 100px 20px;
}

#carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#carousel {
    display: flex;
    overflow: visible;
    width: 1200px;
    height: 390px;
    margin-bottom: 80px;
    transition: all 0.5s ease;
}

#carousel iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-shrink: 0;
    width: 400px;
    height: 390px;
    transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease;
}

#carousel iframe:not(.active) {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.8);
}

#carousel iframe.active {
    z-index: 499;
}

#prev, #next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 60px;
    cursor: pointer;
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 999;
}

#prev{
    left: 250px;
}

#next{
    right:250px;
}

.cada-metodologia{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cada-metodologia{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(3,25,46,0.9971638313528537) 35%, rgba(39,81,121,1) 100%);
    border-radius: 15px;
}

#metodologia-tab{
    width: 100%;
    margin-bottom: 100px;
}

#corpo-metodologia{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 50px 60px;
}

#primeiro-titulo-metodologia{
    font-size: 21px;
    margin-bottom: 13px;
}

#titulo-principal-metodologia{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Technor', sans-serif;
}

#texto-metodologia{
    font-size: 17px;
    text-align: justify;
    margin-bottom: 25px;
}

#tipos-metodologia{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap:20px;
}

#imagem-metodologia-torta{
    margin-right: 23px;
}

#diferencial-caixa-inicial, #metodologia-caixa-inicial{
    margin: 0px;
}


.titulo-cada-tipo-metodologia{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.subtitulo-cada-tipo-metodologia{
    text-align: center;
}

.img-cada-tipo-metodologia{
    width: 250px;
    margin: 20px 0px;
}

.descricao-cada-tipo-metodologia{
    font-size: 15px;
    width: 70%;
    text-align: center;
}