@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Source+Code+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@300;600;900&family=Source+Code+Pro&display=swap');

:root {
    --cinza-escuro: rgb(27, 26, 26);
    --quase-branco: #E3E3E3;
    --verde-neon: rgb(80, 255, 103);
    --verde-escuro:
}

*{

    margin: 0;
}

h1 {
    font-size: 16px;
    color: #E3E3E3;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 45px;
    color: #E3E3E3;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}

h3 {
    font-size: 16px;
    color: rgb(31, 31, 31);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

p {
    font-size: 14px;
    color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;

}

.destaque {
    color: #141414;
    background-color: #FF9F20;
}

.navegacao {
    background-color: rgb(27, 26, 26);
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 100;
    box-shadow: 0px -55px 100px 0px rgb(80, 255, 103);

}

.logomarca {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.logomarca img{
    width: 160px;
}

.menuabas {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    
}

nav ul {
    display: flex;
    align-items: center;
}

.descricao_historia a,
nav ul a {
    color:#E3E3E3;
    margin: 0 25px;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.botaocontato {
    background-color: #E3E3E3;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
    transition: 2ms;
}

.botaocontato:focus{
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: 0px 0px 8px 2px #FF9F20;
}

.botaocontato2 {
    background-color: #E3E3E3;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
    transition: 2ms;
}

.botaocontato2:focus{
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: 0px 0px 8px 2px rgb(80, 255, 103);
}

header {
    height: 100vh;
    background-image: url(imgs/back_home.jpg);
    background-size: cover;
    display: block;
    justify-items: center;
    align-items: center;
    padding: 120px 50px 0 50px;
    height: 90vh;
}

.frase_intro {
    margin: 10% 20px 0 20px;
    padding: 30px;
}


/* sessão soluções*/

.solucoes {
    padding: 25px;
    background-color: #377542;
}


.cards_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0px 10px 50px 10px;
    padding-bottom: 30px;
}

.cards_intro img {
    position: relative;
    top: 20px;
    left: 8px;
    width: 140px;
    margin: 10px;
    border-radius: 46% 54% 76% 24%/15% 67% 33% 85%;
    box-shadow: 1px 1px 5px 0;
}

.cards_intro h1 {
    font-size: 14px;
}

.cards_intro .descricao{
    text-align: left;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_text_intro h1{
    font-size: 20px;
    margin: 10px 0 0 8px;
}

.card_intro1,
.card_intro2,
.card_intro3 {
    width: 360px;
    height: 290px;
    background-color: rgb(12, 12, 12);
    padding: 8px 8px 10px 8px;
    border-radius: 15px;
    display: flex;
    margin: 25px 15px 0 15px;
    translate: 500ms;
    box-shadow: 2px 2px 8px 2px rgb(12, 12, 12);
}
.card_intro1:hover {
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
    margin: 0px 15px 0 15px;
}
.card_intro2:hover {
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
    margin: 0px 15px 0 15px;
}
.card_intro3:hover {
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
    margin: 0px 15px 0 15px;
}


/*INÍCIO SESSÃO HISTÓRIA*/

.historia {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.historia2 {
    height: 90vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0px 150px 0px 150px;
}

.historia .titulo {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

.historia p{
    font-size: 14px;
    color: #141414;
    padding-bottom: 20px;
}

.conteudo_historia {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
}

.historia_esquerdo {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.historia .botaocontato2{
    width: fit-content;
    margin: 15px 0 15px 0;
}

.historia_direito {
    width: 30%;
    display: flex;
    justify-items: center;
    align-items: center;
}

.historia_direito img {
    width: 100%;
    padding: 25px;
}

/*Início sessão projetos*/

.projetos{
    padding: 100px 150px 150px 150px;
}

.card_projeto {
    background-color: #E3E3E3;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    margin-bottom: 30px;

}

.card_projeto:hover {
    box-shadow: 2px 2px 8px 2px rgb(80, 255, 103);
}

.card_projeto_img {
    width: 150px;
    padding: 15px;
}

.card_projeto img {
    width: 90%;
}

/* Início sessão ebooks*/

.ebooks {
    background-color: #141414;
    padding: 100px 150px 80px 150px;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.row_ebooks {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: row;
 
    margin: 20px;
}

.ebook_item {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;  
    flex-direction: column;   
}

.ebook_item h3{
    font-size: 18px;
    color: #E3E3E3;
    text-align: center;
    padding: 15px;
}

.ebook_item img {
    width: 200px;
}


/*INÍCIO FOOTER*/

.footer {
    height: 70px;
    text-align: center;
    display: block;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 55px 5%;
}

.footer i {
    font-size: 20px;
    color:  #3e4747;
    background-color: aliceblue;
    padding: 10px;
    margin: 3px;
    border-radius: 10px;
}

.footer p {
    margin-top: 10px;
    color: #3e4747;
    font-family: Lato;
}

.footer .container {
    height: 100px;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 55px 5%;
}

/*CONTATO*/

.container {
    position: relative;
    height: 730px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 8% 40px 8%;
} 

.info {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.left-side {
    width: 50%;
    padding: 30px;
    background-color: #141414;
    border-radius: 15px;
    margin-right: 50px;
    height: fit-content;
}

.left-side div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.left-side div i {
    font-size: 24px;
    margin-right: 20px;
    color: white;
}

.left-side div p {
    font-size: 18px;
    color: white;
}

.right-side {
    width: 50%;
}

.right-side input{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 47px;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #f1f1f1;
    color: #32663a;
    font-weight: lighter;
}

.right-side textarea {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    color: #32663a;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    transition: 0.3s;
    resize: none;
}

.right-side input:focus,
.right-side textarea:focus {
    border-color: #32663a;
}

.enviado {
    background-color: rgb(255, 255, 255); /* Altere a cor de fundo para verde */
    color: #32663a; /* Altere a cor do texto para branco */
    cursor: default; /* Altere o cursor para padrão para indicar que não é mais clicável */
}

.mapa{
    padding: 80px 0 40px 0;
}

.lpds {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.lpds_esq {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 20px 130px;
    width: 50%;
}

.lpds_dir {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}