
/*****************
    FONTS
******************/
body {
    font-family: 'raleway', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 40px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: #78A0BF;
    letter-spacing: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 8px;
    line-height: 1.5;
    color: #292929;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
    color: #89ACC6;
}

h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin-left: 72px;
    margin-right: 72px;
    margin-top: 16px;
    margin-bottom: 16px;
}

ptitulo {
    font-size: 32px;
    font-weight: 800;
    line-height: 150%;
    color: #496f8c;
    text-align: left !important;
    margin-left: 0px;
    margin-right: 56px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 56px;
    padding-left: 70px;
}

.titulo-geral {
    padding-left: 64px;
}

.bold {
    font-weight: 700;
}

.thin {
    font-weight: 100;
}







/*****************
    HEADER
******************/

header {
}

header#hero {
}

header nav {
    background: #E7E7E7;
    height: 80px;
    position: fixed;
    z-index: 99;
    width: 100%;
}

header #nav-mobile a {
    color: #496f8c;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

header #nav-mobile a:hover {
    color: #000000;
    font-weight: 600;
    background-color: transparent;
}

.logo {
    padding-top: 10px;
    transition: all 5s ease;
}

/* [ON BIG SCREEN] */
#hamnav {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 14px;
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: space-between;
	word-spacing: 0px;
    box-shadow: 2px 0px 40px rgba(160, 200, 215, 0.7);
}




/* Hamburger Menu Icon */
.hamburger-icon {
    display: none; /* Escondido por padrão em telas grandes */
    font-size: 40px;
    color: #487CA3;
    cursor: pointer;
    padding: 10px;
    padding-top: 26px;
}

.hamburger-checkbox {
    display: none; /* Esconde o checkbox, mas mantém funcionalidade */
}

/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 5px;
}

.nav-links a {
    color: #487CA3;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.nav-links a:hover {
    color: #000000;
    font-weight: 800;
}



.icone-linkedin {

}

.icones-idiomas {
    padding-top: 20px;
    padding-left: 8px;
    margin-right: 8px;
    transition: all 0.3s ease;
}


.icones-idiomas hover{
    color: black;
}


#aviso-cases {
    display: none;
}

#aviso-cases-en {
    display: none;
}

.info {
    text-align: center !important;
}

.persona-p {
    display: none !important;
}

.maingoals-p {
    display: none !important;
}


/* [ON SMALL SCREENS] */
@media only screen and (max-width: 700px) {
    #banner {
        display: none;
    }

    .info {
        display: none !important;
    }

    .persona {
        display: none !important;
    }

    .persona-p {
        display: block !important;
    }

    .maingoals {
        display: none !important;
    }

    .maingoals-p {
        display: block !important;
    }

    .container-about {
        display: block;
        padding-top: 80px;
        text-align: center;
        background-image: url('../img/bg-about.jpg');
        background-repeat: no-repeat;
    }


    #clients {
        padding-top: 16px;
    }

    .container-logos {
        display: none;
    }

    /*
    #aviso-cases {
        display: block;
        margin-left: 24px;
        margin-bottom: 40px;
    }

    #aviso-cases-en {
        display: block;
        margin-left: 6px;
        margin-bottom: 40px;
    }
    /*

    /* Mostrar o ícone do hamburger em telas menores */
    .hamburger-icon {
        display: block;
    }

    /* Esconder o menu por padrão em telas pequenas */
    .nav-links {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #EFF6FA;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        z-index: 5;
        height: 600px;
    }

    /* Mostrar o menu quando o checkbox estiver marcado */
    .hamburger-checkbox:checked ~ .nav-links {
        display: flex;
        flex-direction: column;
    }

    .nav-links li {
        margin: 0px 0;
        padding-bottom: 0px;
        text-align: center;
        width: 100%;
    }

    .nav-links a {
        color: #044D7E;
        font-size: 24px !important; /* Aumentado para 24px em telas pequenas, com !important para maior prioridade */
        font-weight: 600;
        display: block;
        padding: 10px;
    }

    .nav-links a:active {
        color: #044D7E;
    }

       /* Ajustar o elemento h3 para não interferir no layout vertical */
    .nav-links h3 {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}


.linha-rodape {
    display: none;
}




/*****************
    GERAL
******************/

a, a:visited, a:hover, a:active, a:focus {
    color: none; /* Faz o link herdar a cor do elemento pai ou define uma cor específica */
    text-decoration: none; /* Opcional: remove o sublinhado dos links */
}

hr {
    border-top: 1px solid #DADADA;
}

.centralizar {
    padding-left: 0px;
}


#banner {
    padding-top: 80px;
    width: 100%;
}

.container-banner {
    height: auto;
    background-image: url('../img/bg-about.jpg');
    background-color: #DAF0FF;
    height: 420px;
    width: 100%;
    align-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Esconder a imagem banner-about-p.png por padrão */
#about .container-about img {
    display: none;
}

/* Mostrar a imagem banner-about-p.png apenas em telas pequenas */
@media only screen and (max-width: 700px) {
    #banner {
        display: none;
    }

    .container-about {
        display: block;
        padding-top: 80px;
        text-align: center;
        background-image: url('../img/bg-about.png');
        background-repeat: no-repeat;
    }

    #about .container-about img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

.container {
    width: 90%;
}

#expertise {
    background-color: #4A7FAC;
    background-image: url('../img/bg-expertise.png');
    background-attachment: fixed;
}

.titulos {
    font-weight: 800;
    line-height: 1;
    margin-left: 8px;
}

.subtitulos {
    font-weight: 600;
    margin-left: 8px;
}

.texto-bullets {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.5;   
    margin-left: 8px;
    padding-left: 16px;
    text-align: left;
}


.circle-bullets li {
    position: relative;
}

.circle-bullets li::before {
    content: "•";
    position: absolute;
    left: -24px;
    color: #A0C1DA;
    font-size: 32px;
    line-height: 0.6;
    top: 2px;
}



.texto-conteudo {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 0px;
}


.texto-conteudo-white {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 0px;
}





#awards {
}

.container-awards {
    background-color: #EFF6FA;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-top: 0px;
}

.row {
    max-width: 1270px;
    padding-top: 24px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}

.row-projects {
    max-width: 100%;
}

#awards .card {
    margin-top: 8px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    perspective: 1000px;
}

#awards .card .card-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#awards .card .card-image .flip-container {
    width: 100%;
    height: 100%;
}

#awards .card .card-image .flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
}

#awards .card .card-image .flipper .front,
#awards .card .card-image .flipper .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

#awards .card .card-image .flipper .front {
    z-index: 2;
    transform: rotateY(0deg);
}

#awards .card .card-image .flipper .back {
    transform: rotateY(180deg);
}

#awards .card .card-image .flip-container:hover .flipper {
    transform: rotateY(180deg);
}

#awards .card .card-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#testimonials {
    background-image: url('../img/bg-aspas.svg');
    background-color: #FAFAFA;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    padding-top: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.texto-testimonials {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 16px;
	color: black;
}




/*****************
    CLIENTS
******************/


.container-logos {
    height: 550px;
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: #EFF6FA;
}


.texto-conteudo-black {
    color: black;
    padding-top: 40px;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 0px;
}


#clients {
    background-color: #4A7FAC;
    background-image: url('../img/bg-clients.png');
    background-attachment: fixed;
}


    .logos-clientes {
        transition: opacity 0.5s ease-in-out; /* Transição suave de 0.5 segundos */
        max-width: 100%; /* Ajuste conforme necessário */
    }


.texto-bullets-clients {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.3;
    margin-left: 8px;
    padding-left: 16px;
    text-align: left;
    padding-bottom: 100px;
}



.circle-bullets li {
    position: relative;
}

.circle-bullets li::before {
    content: "•";
    position: absolute;
    left: -24px;
    color: #A0C1DA;
    font-size: 32px;
    line-height: 0.6;
    top: 2px;
}

.circle-bullets {
    list-style-type: circle;
}

.circle-bullets li.no-bullet {
    list-style-type: none;
    margin-left: -24px; /* Move o texto para a esquerda, alinhando com os bullets */
}

.circle-bullets li.no-bullet::before {
    content: none;
}


.columns-wrapper {
    display: flex;
    gap: 40px; /* Espaço entre as colunas no desktop */
}

.column {
    flex: 1; /* Cada coluna ocupa espaço igual */
    list-style-type: circle;
}

.texto-branco {
    font-weight: 300;
    color: white;
}

.negrito {
    font-weight: 600;
    text-align: left;
}

.negrito-branco {
    font-weight: 600;
    text-align: left;
    color: white;
    font-size: 18px;
}

.titulo-branco {
    color: white;
    font-weight: 600;
}

.negrito2 {
    font-weight: 600;
    font-size: 22px;
    padding-top: 16px;
    text-align: left;
}

.negrito-titulo {
    font-weight: 600;
}

.column li {
    margin-bottom: 10px; /* Espaçamento entre itens */
}




/*****************
    PROJECTS
******************/


#projetos {

}

.titulo-escuro {
    color: #4C7CA1;
    font-size: 48px;
    font-weight: 600;
    padding-top: 32px;
}

.container-projetos {
    padding-left: 56px;
    padding-right: 56px;
}

.row-projetos {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 80px;
    margin-left: 0px;
    margin-right: -15px;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: 6px;
    margin-top: 32px;
    padding-bottom: 20px;
    gap: 32px !important;
}

.button-projetos {
    background-color: transparent;
    color: #4C7CA1;
    border: 1px solid #4C7CA1;
    text-align: center;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
    font-weight: 500;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 30px;
    border-radius: 10px;
}

.button-projetos:hover {
    background-color: #4C7CA1 !important;
    color: white;
    border: 0px solid 4C7CA1;
    text-align: center;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 5px;
}

.button-projetos-active {
    background-color: #4C7CA1 !important;
    color: white;
    border: 1px solid #78A0BF;
    text-align: center;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
    font-weight: 500;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 30px;
    border-radius: 10px;
}


#projects {
    background-color: #EFF6FA;
    background-attachment: fixed;
    max-width: 1440px;
}

#projects-prototipo {
    background-color: #D0DEE6;
}

.container-projects {
    padding-top: 80px;
}

.container-projects-internos {
    text-align: center;
}

.container-projects-internos img {
    max-width: 100%;
    height: auto;
    display: block; /* Remove espaços indesejados abaixo da imagem */
    margin: 0 auto; /* Centraliza a imagem, se necessário */
}

.texto-back {
    font-size: 16px;
    margin-top: 16px;
}

.texto-back a {
    color: #545454; /* Define a cor do link como preto */
}






/* Reset e configurações básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Container do card */
.card-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-top: 0px;
}

.card-titulo {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 32px;
}

/* Card principal */
.card {
    display: flex;
    width: 100%;
    
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 50px rgba(5, 5, 5, 0.2);
}

.card-image-projects {
    flex: 1;
    position: relative;
    height: 450px; /* Altura padrão para telas maiores */
    overflow: hidden;
}

.card-image-projects img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Preenche o contêiner, cortando o excesso */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.app-title {
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: bold;
}

.image-text {
    font-size: 1em;
    margin-top: 10px;
}


/* Seção do conteúdo */

.card-content-projects {
    flex: 1;
    padding: 30px;
    background-color: #F8FCFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}



.card-content-projects h2 {
    font-size: 34px;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 20px;
    letter-spacing: 0;
    color: #333;
}

.card-content-projects h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
    margin-left: 20px;
    padding-right: 40px;
}



/* Media Query para telas pequenas */
@media (max-width: 768px) {
    .card {
        flex-direction: column; /* Altera para layout em coluna em telas pequenas */
    }

    .card-image-projects {
        height: 200px; /* Reduz a altura para telas pequenas */
        min-height: 150px; /* Garante uma altura mínima */
    }

    .card-image-projects img {
        position: static; /* Remove o posicionamento absoluto em telas pequenas */
        width: 100%;
        height: 100%;
        object-fit: cover; /* Mantém o ajuste da imagem */
    }

    .card-content-projects {
        padding: 20px; /* Ajusta o padding para telas menores */
    }

    .card-content-projects h2 {
        font-size: 24px; /* Reduz o tamanho da fonte */
        margin-left: 0;
    }

    .card-content-projects h4 {
        font-size: 16px; /* Reduz o tamanho da fonte */
        margin-left: 0;
        padding-right: 20px;
    }
}



/* Grupo de botões */
.button-group {
    display: flex;
    margin-left: 20px;
    padding-bottom: 20px;
    gap: 28px;
}

.button-projects-retok {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #DCF2FF;
    background-color: #0098D9;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-retok:hover {
    background-color: #0079AD;
    color: white;
}


.button-projects-retok-ghost {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #0079AD;
    background-color: transparent;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-retok-ghost:hover {
    background-color: #0079AD;
    color: white;
}



.button-projects-mercez {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #DCF2FF;
    background-color: #418672;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-mercez:hover {
    background-color: #2B6957;
    color: white;
}


.button-projects-flem {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #DCF2FF;
    background-color: #044D7E;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-flem:hover {
    background-color: #073C5F;
    color: white;
}


.button-projects-flem-ghost {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #044D7E;
    background-color: transparent;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-flem-ghost:hover {
    background-color: #073C5F;
    color: white;
}



.button-projects-landings {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #FFFFFF;
    background-color: #92949D;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}


.button-projects-landings:hover {
    background-color: #606B73;
    color: white;
}


.button-language {
    padding-top: 0px;
    transition-duration: 0.3s easy;
    cursor: pointer;
}

.button-language:hover {

}



.button-projects-azulclaro {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #DCF2FF;
    background-color: #0098D9;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-azulclaro:hover {
    background-color: #0079AD;
    color: white;
}

.button-projects-azulclaro-ghost {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #0079AD;
    background-color: transparent;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-azulclaro-ghost:hover {
    background-color: #0079AD;
    color: white;
}

.button-projects-verdeclaro {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: white;
    background-color: #418672;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-verdeclaro:hover {
    background-color: #2B6957;
    color: white;
}

.button-projects-vermelho {
    border: 0px solid #FF0000; /* Added border width for clarity */
    color: white;
    background-color: #FF0000;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-vermelho:hover {
    background-color: #D30000;
    color: white;
}

.button-projects-azulescuro {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #DCF2FF;
    background-color: #044D7E;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-azulescuro:hover {
    background-color: #073C5F;
    color: white;
}

.button-projects-azulescuro-ghost {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #044D7E;
    background-color: transparent;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}


.button-projects-azulescuro-ghost:hover {
    background-color: #073C5F;
    color: white;
}

.button-projects-cinza {
    border: 0px solid #044D7E; /* Added border width for clarity */
    color: #FFFFFF;
    background-color: #92949D;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-cinza:hover {
    background-color: #606B73;
    color: white;
}

.button-projects-cinza-ghost {
    border: 0px solid #606B73; /* Added border width for clarity */
    color: #606B73;
    background-color: transparent;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-cinza-ghost:hover {
    background-color: #606B73;
    color: white;
}

.button-projects-preto {
    border: 0px solid black; /* Added border width for clarity */
    color: white;
    background-color: black;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 20px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 10px; /* Matches your other elements */
}

.button-projects-preto:hover {
    background-color: #FFFF00;
    color: black;
}

.button-language {
    border: 1px solid #044D7E;
    color: #FFFFFF;
    background-color: transparent;
    padding: 14px 8px;
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 400; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 8px;
    line-height: 2px; /* Adjusted to center text vertically */
    border-radius: 7px; /* Matches your other elements */
}

.button-language:hover {
    color: white !important;
    background-color: #044D7E !important;
    border: 1px solid #044D7E !important;
}





/* Responsividade */

@media (max-width: 700px) {
    .card {
        flex-direction: column;
    }

    .card-image {
        padding: 5px;
    }

    .card-content-projects {
        padding-left: 16px;
    }

    .card-content-projects p {
        font-size: 0.9em;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-group {
        flex-direction: column;
    }
}




/*****************
    CASES
******************/


.bgbranco {
    text-align: center;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 0px;
}

.bgcinza {
    text-align: center;
    background-color: #EEEEEE;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bgcinzaescuro {
    text-align: center;
    background-color: #C4C4C4;
    padding-top: 80px;
    padding-bottom: 0px;
}

.bgpreto {
    text-align: center;
    background-color: #000000;
}

.bgazul {
    text-align: center;
    background-color: #CDDAE4;
    padding-top: 40px;
    padding-bottom: 0px;
}

.bgazulclaro {
    text-align: center;
    background-color: #9FDFFF;
}

.bgflem {
    text-align: center;
    background-color: #DFDFDF;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bgflemazul1 {
    text-align: center;
    background-color: #DBE3EA;
    padding-top: 24px;
    padding-bottom: 80px;
}

.bgflemazul2 {
    background-color: #044D7E;
    padding-top: 24px;
    padding-bottom: 24px;
}

.bgverde {
    text-align: center;
    background-color: #458874;
    padding-top: 24px;
    padding-bottom: 80px;
}

.bgverde2 {
    text-align: center;
    background-color: #9ECABA;
    padding-top: 24px;
    padding-bottom: 80px;
}

.bgverdeescuro {
    text-align: center;
    background-color: #2C6353;
    padding-top: 24px;
    padding-bottom: 80px;
}

.bgverdeclaro {
    text-align: center;
    background-color: #D9EDE5;
    padding-top: 24px;
    padding-bottom: 80px;
}

.bg-flem-final {
    text-align: center;
    background-image: url('../img/bg-flem-final.svg');
    padding-top: 24px;
    padding-bottom: 24px;
}

#highfidelity {
    background-color: #CDDAE4;
}

.container-highfidelity {
    margin-left: 0px;
}

.container-center {
    text-align: center;
}

.container-left {
    text-align: left !important;
    font-weight: 300;
}

.bglucas {
    text-align: center;
    background-color: #2B3258;
    padding-top: 24px;
    padding-bottom: 80px;
}


/*****************
    CONTACT
******************/


#contact {
    background-color: #4A7FAC;
    background-image: url('../img/bg-contact.png');
    background-attachment: fixed;
    padding-top: 80px;
}




/*****************
    FORMULARIO
******************/


.container-contact {
    padding: 16px 0;
}
.contact-header {
    margin-bottom: 16px;
}
.row-contact {
    margin-bottom: 16px;
}

.row-contact {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

#contact form {
    padding: 20px;
    background-color: transparent;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 600px; /* Limita a largura do formulário */
}

#contact .input-field {
    margin-bottom: 20px;
}

#contact .input-field label {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF; /* Cor dos títulos h2 e h5 */
}

#contact .input-field input[type="text"],
#contact .input-field input[type="email"],
#contact .input-field textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #C2DFF3; /* Cor dos textos h3 */
    border-bottom: 1px solid #DADADA; /* Linha similar ao hr */
}

#contact .input-field input[type="text"]:focus,
#contact .input-field input[type="email"]:focus,
#contact .input-field textarea:focus {
    border-bottom: 2px solid #FFFFFF; /* Cor de fundo da seção #contact */
    box-shadow: none; /* Remove sombra padrão do Materialize */
}

#contact .input-field textarea.materialize-textarea {
    min-height: 100px; /* Altura mínima para o textarea */
    padding: 8px 0;
}

#contact .btn {
    background-color: #4A7FAC; /* Cor de fundo da seção #contact */
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

##contact .btn:hover {
    background-color: #487CA3; /* Cor dos links do menu para hover */
}

#contact .btn i {
    color: #FFFFFF;
    margin-left: 8px;
}

/* Responsividade para telas menores */
@media (max-width: 700px) {
    .columns-wrapper {
        flex-direction: column; /* Empilha as colunas no mobile */
    }

    #contact form {
        padding: 15px;
        max-width: 100%; /* Ocupa toda a largura em mobile */
    }

    #contact .input-field {
        margin-bottom: 15px;
    }

    #contact .btn {
        width: 100%; /* Botão ocupa toda a largura em mobile */
        text-align: center;
    }
}


/* Sobrescrever a cor da mensagem de erro para preto */
#contact .input-field .helper-text[data-error] {
    color: #000000 !important; /* Preto */
}

/* Sobrescrever a cor do pseudo-elemento ::before */
#contact .input-field .helper-text[data-error]::before {
    color: #000000 !important; /* Preto */
}

/* Sobrescrever estilos inline aplicados pelo JavaScript */
#contact .input-field .helper-text[style] {
    color: #000000 !important; /* Preto */
}

/* Sobrescrever a cor quando o input é inválido */
#contact .input-field .invalid ~ .helper-text {
    color: #000000 !important; /* Preto */
}
#contact .input-field .invalid ~ .helper-text::before {
    color: #000000 !important; /* Preto */
}

#contact .input-field .helper-text {
    color: #000000 !important; /* Preto para todos os helper-text */
}
#contact .input-field .helper-text::before {
    color: #000000 !important; /* Preto para o ::before */
}



/* Garantir espaçamento consistente */
.container-contact {
    padding: 32px 0;
}

.contact-header {
    margin-bottom: 32px;
}

.row-contact {
    margin-bottom: 16px;
}




/*****************
    BUTTONS
******************/


::placeholder {
    color: #B7B7B7;
}


.button {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Optional: Center vertically if needed */
}


.button-contact {
    border: 1px solid #044D7E; /* Added border width for clarity */
    color: #044D7E;
    background-color: #89ACC6;
    padding: 10px 32px; /* Adjusted padding to match height */
    text-align: center;
    display: inline-block;
    font-family: 'Raleway', sans-serif; /* Consistent with your form */
    font-size: 16px;
    font-weight: 600; /* Matches your other buttons */
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 160px;
    height: 48px;
    line-height: 28px; /* Adjusted to center text vertically */
    border-radius: 4px; /* Matches your other elements */
}

.button-contact:hover {
    background-color: #E7E7E7;
    color: black;
}

/* Ensure Materialize doesn't override */
#contact .button-contact {
    box-shadow: none; /* Remove Materialize's default button shadow */
}


#contact .input-field .helper-text[data-error] {
    color: #E57373 !important; /* Your desired soft red */
}

#contact .input-field .helper-text.invalid {
    color: #E57373 !important; /* For .invalid class */
}

#contact .input-field .helper-text[data-error][style] {
    color: #E57373 !important; /* Override inline styles */
}

#contact .input-field .helper-text {
    color: #E57373 !important; /* Catch-all for helper-text */
}




/*****************
    FOOTER
******************/
.page-footer {
    color: #FFFFFF;
    background-color: #EFF6FA;
    padding-top: 8px;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: #044D7E;
    background-color: transparent;
    padding: 0px 16px;
    text-align: center;
    margin-bottom: 8px;
}

