/* MOBILE RESPONSIVITY */

body {
    font-size: var(--font-size-mobile);
    /* padding: 0 4px; */
}

nav {
    flex-direction: column;
    padding: 18px 10px;
}

.logo-nav-container {
    width: 100%;
    font-size: var(--font-size-mobile);
    justify-content: center;
    margin-bottom: 10px;
}

.container-menu {
    width: 100%;
    /* border: 1px solid red; */
}

.ul-top,
.li-top {
    /* flex-direction: row; */
    padding: 6px 0;
    font-size: var(--font-size-mobile);
}

.dropdown-forms {
    position: absolute;
    min-width: unset;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    width: 100%;
}

.dropdown-forms>li:active {
    /* display: block; */
    position: relative;
    z-index: 1;
}

.container-bic-desp-doc-txt {
    flex-direction: flex;
    justify-content: left;
    padding: 0;
    width: 100%;

    font-size: var(--font-size-mobile);
    padding-left: 15px;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

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

.bic-desp-doc-txt {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* border: 1px solid red; */
    width: 50%;
    height: 100%;
    /* text-align: left; */
}

.bic-desp-doc-txt>h1 {
    /* border: 1px solid red; */
    font-size: 16pt;
    text-align: left;
    padding: auto 50px;
}

section {
    font-size: var(--font-size-mobile);
}

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

div.about-me {
    width: 100%;
    padding: 10px;
}

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

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

.ul-aboutme,
li.li-aboutme {
    font-size: 10pt;
}

.container-contact {
    margin: 0 10px;
    height: auto;
}

#fale-comigo {
    font-size: 12pt;
}

.contact>ul {
    margin: 20px 0;
    font-size: 10pt;
}

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

    font-size: 10pt;
}

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

.label-form-contact {
    text-align: center;
    /* font-size: 14pt; */
    margin: 5px;
    font-size: 10pt;
}

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

    width: 100%;
    padding: 5px;
}

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

.form-contact>button {
    margin: 20px 0 0 0;
    width: 70px;
    height: 30px;
}

.container-areas-atuacao {
    /* padding: 5px; */
    /* border: 1px solid red; */
    text-align: center;
}

.container-areas-atuacao>h2 {
    font-size: 20pt;
    margin: 20px 0;
}

.areas-atuacao {
    flex-direction: column;
    height: auto;
}

.areas-atuacao>ul {
    margin: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 12pt;
    height: auto;
}

.li-atuacao {
    width: 90vw;
    padding: 10px;
    margin: 10px auto;
}

.icon-atuacao {
    width: 80px;
}

.container-philosophy {
    height: auto;
    padding: 10px 10px;

    text-align: center;
}

.txt-philosophy {
    font-size: 14pt;
    margin: 0 20px;
}

footer {
    height: auto;
    flex-direction: column;
    margin: 15px auto;
    padding: 15px;
}

.container-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    font-size: 8pt;
}

.footer-title {
    width: 100%;
    /* margin: 0; */
}

.footer-social {
    display: flex;
    padding: 10px auto;
    align-items: center;
    justify-content: center;
}

#btn-go-top {
    bottom: 20px;
    right: 20px;
    padding: 8px 10px;
    font-size: 12pt;
}

.container-thank-u{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: 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: var(--font-size-mobile);
    text-align: start;
    margin: 20px;
}

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

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