body {
    margin: 0;
}

#contatos {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
}

#contatos p {
    color: white
}

#telefone_contatos {
    margin-left: 150px;
}

#email_contatos {
    margin-left: 200px;
}

#img_01 {
    margin-left: 100px;
}

#container_sociais {
    width: 100px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    margin-left: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container_sociais img {
    width: 140px;
    height: 40px;
    margin-left: 13px;
}

#logotipo_menu {
    width: 100%;
    height: 200px;
    display: flex;
}

#img_logotipo {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#botoes_menu {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botoes {
    width: 180px;
    height: 150px;
    background-color: azurex;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn_home,
#btn_servicos,
#btn_contato {
    background-color: rgb(52, 52, 223);
    font-family: "Mulish", sans-serif;
}

#btn_empresa,
#btn_portfolio {
    background-color: blue;
    font-family: "Mulish", sans-serif;
}

#img_home {
    width: 100%;
    height: 500px;
}

#texto_img_home {
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#texto_img_home p {
    margin: 0;
    color: white;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.welcome {
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.texto_welcome {
    width: 700px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 2% 0 2%;
}

#texto_welcome1 {
    background-color: #7a7706;
}

#texto-welcome2 {
    background-color: #7a4500;
}

.texto_welcome h1 {
    margin: 0;
    color: white;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 15px;
}

.texto_welcome p {
    margin: 0;
    color: white;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
    width: 77%;
}

.img_welcome {
    width: 700px;
    height: 350px;
    margin: 0 2% 0 2%;
}

.img_welcome img {
    width: 100%;
    height: 100%;
}

#divona {
    width: 100%;
    height: 560px;
    display: flex;
    justify-content: center;
    color: white;
}

.divinha {
    width: 480px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    font-family: "Mulish", sans-serif;
    color: white;
}

#divinha1 {
    background-color: #0bccde;
}

.divinha img {
    width: 160px;
    height: 120px;
    margin-top: 60px;
}

.divinha h1 {
    color: white;
    font-size: 40px;
}

.divinha p {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 10% 0 10%
}


#divinha2 {
    background-color: #19afff;
    /* TOP RIGHT BOTTOM LEFT */
    margin: 0 50px 0 50px;
}

#divinha2 img {
    width: 160px;
    height: 120px;
    margin-top: 60px;
}

#divinha2 h1 {
    color: white;
    font-size: 40px;
    font-family: "Mulish", sans-serif;
}

#divinha3 {
    background-color: #0bd4ad;
}

#divinha3 img {
    width: 160px;
    height: 120px;
    margin-top: 60px;
}

#divinha3 h1 {
    color: white;
    font-size: 40px;
}

.borda-divinha {
    width: 90%;
    height: 90%;
    border: solid 2px white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.divinha-embaixo {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.portfolio-baixo2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #007ec1;
    padding: 2% 0;
}

.portfolio-imagem {
    margin: 0 2% 2% 2%;
}

.portfolio-imagem img {
    width: auto;
    height: 19rem;

    max-width: 500px;

    min-width: 150px;
}

.contato {
    color: white;
    padding: 20px 0;
    background-color: #0c547a;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
}


.full-background {
    background-image: url();
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: transparent;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    color: white;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    color: white;
}



footer {
    background-color: black;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.textarea-mensagem {
    height: 180px;
}

footer{
    background-color: black;
    color: white;
    padding: 3%;
    text-align: center;
}

.mapa{
    margin-bottom: 3%;
    width: 100%;
}

.rodape{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0,5rem;
}