@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.blue {
    color: #2E75B6
}


body {
    font-family: "Sora", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    color: #fff;

}

a { text-decoration: none; }

p { 
    font-size: 16px;
}

/* SEÇÃO HEADER -------------------------------------------- */

header {
    background-color: #fff;
    
    width: 100%;
    height: 111px;

    display: flex;
    align-items: center;
    justify-content: center;
}

header nav {
    background-color: #fff;
    
    height: 52px;
    width: 1300px; 

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header nav ul li a {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    margin: 0 15px;

}

header nav ul li a:focus  {
    color: #2E75B6;
}

header nav ul li a:hover  {
    color: #2E75B6;
    text-decoration: underline;
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

/* SEÇÃO HOME -------------------------------------------- */

section {
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

section#home {
    height: 494px;

    background-image: url('./assets/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section#home div.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 555px;
    max-height: 196px;
    height: 196px;

    text-align: center;
}

section#home div.copy h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: -4px;
}

section#home div.copy p {
    font-weight: 400;
    font-size: 16px;
}

/* SEÇÃO SOBRE -------------------------------------------- */

section#sobre {
    height: 690px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section#sobre div.content {
    width: 1300px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section#sobre div.content .left {
    color: #000;
    
    width: 522px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section#sobre div.content .left h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: -4px;
}

section#sobre div.content .left p {
    font-weight: 400;
    font-size: 16px;
}

section#sobre div.content .left img {
    margin-left: -14px;
}

section#sobre div.content .left h3:first-child {
    font-weight: 300;
    margin-bottom: -40px;
}

section#sobre div.content .right  {
    width: 689px;
    padding: 0;
}

/* SEÇÃO SERVIÇOS -------------------------------------------- */

section#servicos div.content {
    width: 1300px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#servicos h3:first-child {
    color: #2E75B6;
    font-size: 40px;

    margin-bottom: -2px;
}

section#servicos div.content p {
    color: #000;
    text-align: center;
}

/* SEÇÃO EQUIPE -------------------------------------------- */

section#equipe div.content {
    width: 1300px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 100px;

}

section#equipe h3 {
    color: #2E75B6;
    font-size: 40px;

    margin-bottom: 0px;
}

section#equipe div.content p {
    color: #000;
    text-align: center;
}

/* CARDS SERVIÇOS ------------------------------------  */

.cards {
    margin-top: 32px;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.card {
    width: 580px;
    gap: 4px;
    padding-left: 34px;
    padding-top: 34px;

    padding-right: 22px;
    padding-bottom: 22px;
    
    margin-bottom: 24px;

    height: 240px;
    max-height: 240px;
    border-radius: 10px;

    border-left: 3px solid #2E75B6;
    background-color: RGB(46, 117, 182, 28%);

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.card .head {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;

    width: 100%;

    gap: 20px;

    max-height: 75px;
}

.card .head .title  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.card .head .title h3 {
    font-size: 28px !important;
}

.card .head .title p {
    margin-top: 0px;
    
    color: #000;
    text-align: left !important;
}

.card .text p {
    text-align: left !important;
}

/* SEÇÃO EQUIPE ------------------------------------  */

section#equipe .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 1300px;
}

/* CARDS EQUIPE ------------------------------------  */

.teams-cards {
    margin-top: 40px;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 10px;

    text-align: center;
}

.teams-cards small {
    font-size: 14px;
    margin: 0px;
}

.teams-cards h4 {
    font-size: 22px;

    margin: 0px;
}

.teams-cards h6 {
    font-size: 16px;

    margin: 0px;
}

.team-card {
    width: 300px;
    height: 210px;

    background-color: #2E75B6;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border-radius: 10px;

    position: relative;
    
    padding: 10px;
}

.team-card:nth-child(4) {
    margin-top: 28px;
} 

.team-card:nth-child(5) {
    margin-top: 28px;
} 

.team-card img.profile {
    position: absolute;
    width: 73px;
    height: 73px;

    top: -28px;
}

.phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    font-size: 16px;

    margin: 0px;
}

.email {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    font-size: 16px;
}

.website {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    font-size: 16px;
}

.website img {
    height: 24px;
    width: 24px;
}

.address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    font-size: 16px;
}


/* FOOTER ------------------------------------  */

footer {
    margin-top: 150px;
    
    width: 100%;
    height: 630px;

    background-color: #212121;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: relative;
}

footer .content {
    width: 1300px;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .content .left div {
    margin-bottom: 16px;
}

footer .content .left {
    margin-bottom: 95px;
    max-width: 100%;
}

footer .content .left .phones div:nth-child(1) {
    margin-bottom: -20px;
}

footer .content .left p {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: normal;
}

footer .content .left h3 {
    font-size: 52px;

    margin: 0px;
}

footer .content .right {
    width: 416px;
    height: 340px;

    margin-bottom: 95px;
}

footer .content .right h3 {
    font-size: 30px;

    margin: 0px;
    margin-bottom: 12px;
}

footer .content .right img {
    margin-left: -6px;
}


footer .rights {
    width: 100%;
    border-top: 1px solid #3F3F3F;

    text-align: center;

    padding-top: 38px;
}


/* INPUTS ------------------------------ */

input, textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 6px 0;
    border: 1px solid #ccc; /* Cor da borda */
    border-radius: 10px; /* Borda arredondada */
    background-color: rgba(0, 0, 0, 40%); /* Fundo escuro */
    color: white; /* Cor do texto */
    font-size: 16px; /* Tamanho da fonte */
    outline: none;
    box-sizing: border-box; /* Garante que padding e borda sejam incluídos no tamanho total */
}

input::placeholder, textarea::placeholder {
    color: white; /* Cor do placeholder */
    font-family: "Sora", sans-serif;
    font-size: 14px; /* Tamanho da fonte */
}

input {
    height: 50px;
}

textarea {
    height: 90px;
    resize: none; /* Remove a capacidade de redimensionar a textarea */
}


/* UTILS ------------------------ */

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
    width: 100%;
    gap: 5px;
}


/* RESPONSIVE --------------------------- */

@media (max-width: 1200px) {
  section#sobre .right img {
    display: none;
  }

  section#sobre div.content {
    flex-direction: column;
    text-align: center;
  }

  section#sobre div.content .left {
    align-items: center;
  } 


  footer .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer .content .right {
    display: none;
  }

   footer .content .left {
    text-align: center;

    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  footer .phone, .email {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1300px) {
  section#servicos .cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}