@font-face {
  font-family: "icons";
  src: url("font/bootstrap-icons.woff2") format("woff2"),
url("font/bootstrap-icons.woff") format("woff");
}

@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/besley.woff2") format("woff2");
}

body {
 margin:0;
 padding:0;
 border:0;
 font-family:roboto,arial,verdana;
 background:whitesmoke;
  font-size:18px;

}
header {
 font-family: 'Besley', serif;
}
header #titulo {
  text-align:center;
  margin: 20px 0 30px 0;
  font-size:32pt;
  transition: font-size 1s, margin-bottom 1s;
}
header h1 {
color:#a00000;
font-size:1em;
font-weight:bold;
}
header h2 {
color:gray;
font-size:0.5em;
}

header > hr {
  opacity:1;
  margin:6px auto;
}

main h1 {
 font-family: 'Besley', serif;
color:#a00000;
font-size:20pt;
text-transform: uppercase;
text-align:center;
width:100%;
margin-bottom:50px;
}

main h2 {
 font-family: 'Besley', serif;
 font-size:16pt;
 text-align:center;
}

main h3 {
    font-size:1em;
    color: maroon;
    font-weight: bold;
    text-shadow: gray 1px 1px 4px;
    line-height: 2em;
}

header {
  background: whitesmoke;
}
main {
  position:relative;
  font-family:arial,verdana;
  padding:0 !important;
}
main > section {
  min-height:calc(100vh - 200px);
  padding: 230px 0 40px 0;
  box-sizing:content-box;
  display:flex;
  align-items:center;
}

main > section > div {
  max-width:800px;
  margin:0 auto;
}

main > section > div > div {
  padding:0px 20px 50px 20px;
}

main #victor,main #pedro {
  padding: 0 0 80px 0;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main #advogados #foto {
  background-size: 100% 100%;
  height:260px;
  width:230px;
  margin: 0 20px;
  border-radius: 0.5pc;
}

main #victor #foto {
  background-image:url('../img/lessa_edt.jpg');
}

main #advogados #dados {
  padding: 0 20px;
  text-align:justify;
  max-width:400px;
}
main #victor #dados {
}


main #pedro #foto {
  background-image:url('../img/pedro_edt.jpg');
}

main #pedro #dados {
}

main form label, main form textarea, main form button {
  margin-top: 20px;
}

main form section {
  text-align:center;
}

main form button {
  width:80%;
  max-width:200px;
}

nav {
 font-family: 'Besley', serif;
 font-size:14pt;
text-transform: uppercase;
}
#escritorio p {
  text-align:justify;
}
#advogados {
  background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.07) 5%,rgba(0,0,0,0) 50%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0));
  text-align:center;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:maroon;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  transition: color, 1.5s, background, 1.5s;
  color:lightgray;
  background:maroon;
}

.btn-primary {
  background-color: lightcoral;
  border-color: maroon;
  color: whitesmoke;
}

.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus {
  color: maroon;
  background-color: lightcoral;
  border-color: maroon;
}

.btn-check:focus+.btn-primary, .btn-primary:focus ,.form-control:focus {
  border-color: rgb(128 0 0);
  box-shadow: 0 0 0 0.25rem rgb(128 0 0 / 25%);
}

#endereco,#email,#telefone {
  text-align:center;
}
#contatos a {
  text-decoration:none;
  color:lightcoral;
  margin:0 10px;
}

footer {
    font-size: 12px;
    color: gray;
    text-shadow: lightgrey 3px 2px 3px;
    content:"Desenvolvido por NMOS";
    text-align:center;
    margin-bottom:20px;
}
#aviso {
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: whitesmoke;
}
#aviso a,#aviso span {
 color:lightcoral;
 text-decoration:underline;
 cursor:pointer;
}
#aviso button {
  background:maroon;
  border-radius:0.3pc;
  margin:5px  10px;
  color:whitesmoke;
  z-index:1030;
}

@media only screen and (max-width: 800px) {
  #contatos div.row {
    display:block;
  }
  #contatos .row > section {
    width:80%;
    margin:auto;
    padding-top:40px;
    padding-bottom:40px;
  }
  #contatos #email {
    border-top:2px solid gray;
    border-bottom:2px solid gray;
  }
  #contatos #endereco {
    padding-top:0;
  }
  #contatos #telefone {
    padding-bottom:0;
  }
  
  main #advogados #dados h3 {
    text-align:center;
    margin-top:20px;
  }
  main #victor {
    flex-direction: column-reverse;
    text-align:center;
    margin-top:20px;
  }

}
