/* styles.css */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #373435;
    margin: 0;
    padding: 0;
    background-color: #e0e0e0;
}



#hero {
    background-color: #171921;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

#hero h2 {
    font-size: 2.5rem;
}

#hero p {
    font-size: 1.2rem;
}

#hero button {
    background-color: #ffffff;
    color: #f36d20;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

#hero button:hover {
    background-color: #c5c4c4;
}

.section-content {
    padding: 40px 20px;
}

#servicos h2, #beneficios h2, #contato h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

#servicos p, #beneficios p {
    text-align: center;
}

#servicos ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

#servicos ul li {
    margin: 10px 0;
}

.benefit-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.benefit {
    flex: 1;
    max-width: 300px;
}

.benefit img {
    width: 50px;
    margin-bottom: 10px;
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

form label {
    font-weight: bold;
    padding-left: 5px;
}

form input, form textarea {
    width: calc(100% - 20px); /* Para igualar o padding das laterais */
    margin: 8px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

form textarea {
    resize: vertical;
    min-height: 80px;
}

form button {
    background-color: #f36d20;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #d65d1a;
}

/* Ajuste para margem inferior */
#contato {
    margin-bottom: 40px;
}
footer {
    width: 100%;
    color: #06121e;
  }
  footer .footer-content {
    background-color: #171921;
    display: flex;
    justify-content: space-around;
    padding: 3rem 3.5rem;
  }
  footer .footer-content #footer-contacts {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  footer .footer-content #footer-contacts h1 {
    margin-bottom: 0.7rem;
  }
  footer .footer-content #footer-contacts .footer-email {
    display: flex;
    padding-top: 15px;
    gap: 0.5rem;
  }
  footer .footer-content #footer-contacts .footer-email .fa-envelope {
    font-size: 27px;
    color: #FF6600;
  }
  footer .footer-content #footer-contacts .footer-email p {
    color: #FF6600;
  }
  footer .footer-content #footer-contacts .footer-email p:hover {
    color: #ffa500;
  }
  footer .footer-content #footer-social-media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
  }
  footer .footer-content #footer-social-media .footer-link {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
  }
  footer .footer-content #footer-social-media .footer-link i {
    color: #FF6600;
  }
  footer .footer-content #footer-social-media .footer-link i:hover {
    color: #ffa500;
  }
  footer .footer-content .footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    color: #fff;
  }
  footer .footer-content .footer-list h3 {
    font-size: 27px;
    color: #FF6600;
  }
  footer .footer-content .footer-list .footer-link {
    color: #fff;
  }
  footer .footer-content .footer-list .footer-link:hover {
    color: #FF6600;
  }
  footer .footer-content .footer-logo {
    max-width: 200px;
  }
  
  @media screen and (max-width: 768px) {
    .footer-content {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 2rem;
    }
    .footer-content #footer-contacts {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .footer-content .footer-logo {
      display: none;
    }
  }
  @media screen and (max-width: 478px) {
    .footer-content .footer-logo {
      display: none;
    }
  }
  .cadastro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #FF6600;
    padding: 20px;

    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 600px;
        background-color: rgb(236, 236, 236);
        border-radius: 30px;
        padding: 20px;

        form {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: rgb(236, 236, 236);
            border-radius: 20px;
            margin: 10px;
            color: black;
            font-weight: 600;
            
            .itens {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background-color: rgb(236, 236, 236);
                border-radius: 20px;
                margin: 10px;
    
                input {
                    width: 300px;
                    height: 50px;
                    border-radius: 10px;
                    padding: 10px;
                    border: 1px solid;
                    margin-top: 10px;
                }

                input::placeholder {
                    color: black;
                }

                select {
                    width: 300px;
                    height: 50px;
                    border-radius: 10px;
                    padding: 10px;
                    border: 1px solid;
                    margin-top: 10px;
                    color: black;
                }

                textarea {
                    width: 300px;
                    height: 100px;
                    border-radius: 10px;
                    padding: 10px;
                    border: 1px solid;
                    margin-top: 10px;
                }
            }

            button {
                padding: 5px;
                width: 120px;
                height: 50px;
                border: none;
                border-radius: 30px;
                background-color: #FF6600;
                font-size: 18px;
                color: rgb(231, 231, 231);
            }
        }
        
        h2 {
            text-align: center;
        }
    }
}
/* CSS */
#competencias {
  background-color: #f36d20;
  color: white;
  padding: 40px 0;
  text-align: center;
}

#competencias h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.competency-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.competency {
  width: 20%;
  padding: 10px;
  text-align: center;
}

.icon-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 30px;
  height: 30px;
  filter: invert(100%); /* Deixa o ícone preto sobre o fundo branco */
}

.competency h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.competency p {
  font-size: 0.9rem;
}

/* Linha pontilhada entre os itens */
.dot-line {
  border-left: 2px dotted white;
  height: 100px;
  margin: 0 20px;
}