/* @media (min-width: 757px) and (max-width: 1200px) { */
body {
    font-size: 13pt;
    /* padding: 0 20px; */
}

nav {
    padding: 20px 30px;
}

.logo-nav-container {
    font-size: 15pt;
    margin-bottom: 0;
}

.container-menu {
    justify-content: flex-end;
    width: 100%;
}

.ul-top,
.li-top {
    font-size: 13pt;
    padding: 8px 12px;
    margin: 0 10px;
}

.container-bic-desp-doc-txt {
    display: flex;
    justify-content: left;
    align-items: left;
    font-size: 20pt;
    padding-left: 40px;
    height: 60vh;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-attachment: scroll;
}

.bic-desp-doc-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;

    padding-left: 2%;


    /* border: 1px solid red; */
}

section,
.container-solucoes {
    height: auto;
    min-height: 50vh;
    padding: 10px 0;
}

div.about-me {
    width: auto;
    padding: 15px;
    text-align: justify;
}

ul.ul-aboutme,
li.li-aboutme {
    font-size: 12pt;
    /* border: 1px solid red; */
}

/* #tit-aboutme {
        font-size: 20pt;
        font-weight: bold;
        margin: 30px 0;
    } */

p.txt-aboutme {
    font-size: 12pt;
    margin: 15px;
}

.container-contact {
    width: 50%;

    margin: 30px;
    padding: 10px;

    /* border: 1px solid red; */
}

.contact {
    width: 100%;
    justify-content: baseline;
    /* border: 1px solid red; */
}

.contact>ul {
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
}

.container-form {
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 10px 10px 10px #000;
    border-radius: 10px;
}

.form-contact {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 12pt;
}

.label-form-contact {
    text-align: center;
    font-size: 12pt;
    margin: 5px;
}

.input-form-contact {
    width: 350px;
    height: 30px;
    border-radius: 10px;

    padding: 5px;
}

.txtarea-form-contact {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    padding: 10px;
}

.form-contact>button {
    margin: 20px 0 0 0;
    width: 100px;
    height: 50px;

}

#fale-comigo {
    margin: 0;
    padding: 10px 0;
    font-size: 14pt;
    font-weight: bold;
}

.container-areas-atuacao {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 0;
}

.container-areas-atuacao>h2 {
    font-size: 26pt;
}

.areas-atuacao {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: auto; */

    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.areas-atuacao>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    height: 100%;
    font-size: 13pt;
    margin: 0;
    padding: 0;
}

.li-atuacao {
    /* border: 1px solid red; */

    width: 250px;
    height: 200px;

    padding: 15px;
    margin-bottom: 12px;
}

.icon-atuacao {
    width: 100px;
}

.container-philosophy {
    padding: 0;
    margin: 0;

    width: 100%;
    height: auto;

    /* border: 1px solid red; */
}

.txt-philosophy {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    font-size: 20pt;

    /* border: 1px solid red; */
}

.txt-philosophy>h2 {
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
}

.container-footer {
    margin: 0;
    padding: 20px 0;

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

.footer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-info p {
    margin: 4px 0;
}

.footer-social {
    margin: 12px 0;
}

.container-thank-u{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* ADVOGADA JULIANA SOCIAL MEDIAS */

ul.social-medias-adv{
    display: flex;
    flex-direction: row;
}

li.adv-social-medias{
    margin: 0 5px;
}

/* STYLES FOR SERVICES IN JS */
/* Não mudar a DIV pois já contem coisas antes. */

h2.h2-services{
    color: var(--verde-hover);
    font-size: 18pt;
    text-align: start;
    margin: 20px;
}

ul.ul-services{
    margin: 20px;
    font-size: 12pt;
    font-family: var(--font-header);
}

li.li-services {
    text-align: justify;
    list-style-type: square;
    margin: 5px;
}