@import url("fonts.css");


:root {
    --verde: #54c7cc;
    --cinza: #c0c0c0;
    --verde-hover: #009e8c;

    --titles-size: 50pt;
    --font-size-mobile: 10pt;
    --text-content-size: 16pt;

    --margin-titles: 60px 186px;
    --padding-titles: 20px;

    --font-header: markzi text;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 12pt;
    background-color: #000;
    color: var(--verde);

    font-family: var(--font-header);
}

nav {
    display: flex;
    align-items: center;
    padding: 34px 60px;
}

.logo-nav-container {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 17pt;
}

.container-menu {
    width: 100%;
    display: flex;
    justify-content: end;
    text-align: center;
    /* font-weight: bold; */
    /* border: 1px solid red; */
}

.ul-top,
.li-top {
    display: flex;
    list-style: none;
    padding: 10px 20px;
    margin: 0 20px;

    font-size: 14pt;
    color: #00c2cb;
}

.li-top {
    position: relative;
    cursor: pointer;
}

.li-top > a {
    color: var(--verde);
    text-decoration: none;
}

.li-top > a:hover {
    /* font-weight: bold; */
    color: var(--verde-hover);
    transition: .5s;
}

.dropdown-forms {
      display: none;
      position: absolute;
      background-color: var(--verde);
      top: 100%;
      left: 0;
      min-width: 160px;
      z-index: 1;
      border-radius: 0 0 5px 5px;
      border-top: 0;
      border-right: 1px solid var(--verde);
      border-left: 1px solid var(--verde);
      border-bottom: 1px solid var(--verde);
      /* box-shadow: 0px 4px 8px rgba(0,0,0,0.2); */
}

.dropdown-forms a {
    margin: auto;
    font-weight: bold;
    color: black;
}

.dropdown-forms > li:hover {
    background-color: var(--verde-hover);
}

.dropdown-forms ul, li, a {
    list-style: none;
    text-decoration: none;
}

.li-top:hover .dropdown-forms{
    display: block;
}

.container-bic-desp-doc-txt {
    /* border: 1px solid red; */
    display: flex;
    width: 100%;
    height: 82vh;

    font-size: 38pt;
    font-weight: lighter;
    align-items: center;
    padding-left: 80px;

    background-image: url(../images/banners/banner-bicalho.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-attachment: scroll;

}

.bic-desp-doc-txt {
    width: 50%;
}

section {
    width: 100%;
    min-height: auto;
    background-color: #fff;
}

.container-solucoes {
    display: flex;
    color: #000;
    min-height: 90vh;

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

div.about-me {
    width: 70%;
    padding: 20px;
    /* border: 1px solid red; */
}

p.txt-aboutme {
   font-size: var(--text-content-size);
    margin: 30px;
}

li.li-aboutme, 
.ul-aboutme{
    text-align: left;
    margin: 0 20px;
    font-size: var(--text-content-size);
    list-style-type: disc;
}

.container-contact {
    display: flex;
    flex-direction: column;
    align-items: center;

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

.contact>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 20px 0;
}

.contact>ul,
li {
    text-align: center;
    font-weight: 500;
}

.container-form{
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 10px 10px 10px #000;
    border-radius: 10px;
}

.form-contact{
    /* background-color: red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

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

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

    padding: 5px;
}

.input-form-contact:focus{
    border: none;
    
}

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

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

    border: none;
    border-radius: 10px;
    background-color: var(--verde);
}

#fale-comigo {
    font-size: 16pt;
    font-weight: bold;
    margin: 25px 0 0 0;
}

ul.social-medias-form {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 10px;
    justify-content: center;
}

.social-medias > li {
    padding: 0 5px;
}

.container-areas-atuacao {
    width: 100%;
    padding: 20px;
    height: auto;
}

.container-areas-atuacao>h2 {
    font-size: var(--titles-size);
    margin: var(--margin-titles);
}

.areas-atuacao {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74vh;


}

.areas-atuacao>ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;

    width: 100%;
    height: 50%;

    font-size: 14pt;
}

.li-atuacao {
    display: flex;
    flex-direction: column;

    padding: 20px;
    width: 250px;
    height: 100%;
    cursor: pointer;
}

.icon-atuacao {
    width: 150px;
    margin: auto;
}

.li-atuacao:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--verde-hover);
}

.txt-icon {
    margin: 20px;
    font-weight: bold;
}

.container-philosophy {
    display: flex;
    width: 100%;
    align-items: center;
    height: 50vh;

    font-size: 36pt;
    color: var(--verde-hover);

    background-color: #fff;

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

.txt-philosophy {
    margin: var(--margin-titles);
    font-size: 42pt;
    font-family: tangerine;
}

footer {
    display: flex;
    height: 20vh;
}

.container-footer {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: baseline;
    text-align: justify;

    height: 100%;
    width: 100%;

    font-weight: bold;

    padding-left: 186px;

    color: var(--verde);

}

ul.social-medias-footer {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 10px;
}

ul.social-medias-footer>li {
padding: 0 5px;}

.footer-title {
    width: 90%;
    margin: auto;
}

.footer-social {
    color: white;
}

#btn-go-top {
  /* display: none; */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  background-color: var(--verde);
  color: #000;
  border: none;
  outline: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  font-size: 16pt;
}

#btn-go-top:hover {
    background-color: #009e8c;
}


.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: 20pt;
    text-align: start;
    margin: 20px;
}

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

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