/* reset by rafaux */
* { margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-size: 100%; list-style: none; line-height: 1; outline: 0px; background: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; }

/* var */
:root { --blue: #012754; --darkblue: #021A36; --gold: #CAA461; --brown: #A06644; --fonttitle: 'Libre Caslon Text'; }

/* global class */
.container { display: block; width: auto; max-width: 1200px; height: auto; margin: 0px auto; }

/* base */
a { text-decoration: none; transition: all .5s ease; }
body { background: #FFF9EF; color: var(--blue); font: normal 16px 'Nunito Sans', sans-serif; overflow-x: hidden; }
body.linktree-page { height: 100vh; background-color: var(--darkblue); }
input, textarea, select, button { font: normal 16px 'Nunito Sans', sans-serif; appearance: none; -webkit-appearance: none; border-radius: 0px; transition: all .3s ease; }
select, button { cursor: pointer; }
input[type=submit], button { transition: all .5s ease; }
figure { margin: 0px; }

/* flex */
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.align-center { align-items: center; }
.align-top { align-items: flex-start; }
.flex-col { flex-direction: column; }

/* grid */
.grid { display: grid; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* button */
span.bt a { width: auto; padding: 15px 20px 15px 20px; text-transform: uppercase; font-weight: 600; font-size: 14px; color: var(--gold); border: 1px solid var(--gold); }
span.bt a::after { margin-left: 20px; font-family: 'Font Awesome 6 Pro'; font-weight: 300; content: '\f178'; transition: all .3s ease; }
span.bt a:hover::after { margin-left: 40px; }
span.bt a:hover { background-color: var(--gold); color: var(--darkblue); }

/* head */
header.head { display: flex; justify-content: center; }
header.head h6 { font-family: var(--fonttitle); color: var(--brown); font-size: 72px; }
header.head h6::before { display: block; width: 1px; height: 80px; margin: 0px auto 30px auto; background-color: var(--brown); content: ''; }

/* top */
#top { position: fixed; z-index: 20; top: 20px; left: 0px; width: 100%; height: auto; padding: 0px 40px; transition: all .3s ease; }
#top span.logo img { width: 270px; transition: all .3s ease; }
#top nav ul { gap: 30px; }
#top nav ul li { position: relative; }
#top nav ul li::after { position: absolute; bottom: -15px; left: 0px; width: 100%; height: 15px; background-color: transparent; content: ''; }
#top nav ul li a { position: relative; color: #fff; font-weight: 500; font-size: 15px; }
#top nav ul li a.on { padding: 8px 24px; border: 1px solid var(--gold); color: var(--gold); }
#top nav ul li a:not(.on):after { position: absolute; bottom: -8px; left: 0px; width: 0%; height: 1px; background-color: var(--gold); transition: all .3s ease; content: ''; }
#top nav ul li a:not(.on):hover:after { width: 100%; }
#top nav ul li a:not(.on):hover { color: var(--gold); }
#top nav ul li ul { display: none; position: absolute; top: 28px; left: -12px; width: 250px; height: auto; background-color: var(--darkblue); }
#top nav ul li ul li { padding: 15px; }
#top nav ul li:hover ul { display: block; }
#top .social { gap: 40px; }
#top .social a { color: #fff; }
#top .social a:hover { color: var(--gold); }

  /* top -> toggle menu */
  #top .toggle-menu { display: none; position: absolute; top: 50%; right: 20px; width: 30px; height: 18px; transform: translateY(-50%); cursor: pointer; border-top: 2px solid var(--gold); transition: all .3s ease; }
  #top .toggle-menu::before { position: absolute; top: 5px; left: 0px; width: 100%; height: 2px; background-color: var(--gold); transition: all .3s ease; content: ''; }
  #top .toggle-menu::after { position: absolute; top: 12px; left: 0px; width: 100%; height: 2px; background-color: var(--gold); transition: all .3s ease; content: ''; }
  #top .toggle-menu.on { border-top: transparent; }
  #top .toggle-menu.on::before { top: 8px; transform: rotate(45deg); }
  #top .toggle-menu.on::after { top: 8px; transform: rotate(-45deg); }

  /* top -> alt */
  #top.alt { top: 0px; padding: 10px 40px; background-color: var(--darkblue); }

  /* top -> on */
  #top.on { top: 0px; padding: 10px 40px; background-color: rgba(2, 26, 54, 0.8); backdrop-filter: blur(10px); }
  #top.on span.logo img { width: 200px; }

/* feat */
#feat { position: relative; width: 100%; height: 100vh; background-color: #000; }
#feat img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
#feat figcaption { position: absolute; z-index: 2; bottom: 100px; left: 50%; width: 800px; transform: translateX(-50%); text-align: center; }
#feat figcaption h1 { margin-bottom: 20px; font-family: var(--fonttitle); color: var(--gold); font-size: 72px; }
#feat figcaption p { color: #fff; font-weight: 500; font-size: 18px; line-height: 1.6; }

/* cover */
#cover { position: relative; width: 100%; height: 60vh; background-color: #000; }
#cover img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
#cover.profile img { opacity: .5; }
#cover section { position: absolute; z-index: 2; bottom: 50px; left: 50%; width: 800px; transform: translateX(-50%); text-align: center; }
#cover section h1 { font-family: var(--fonttitle); color: var(--gold); font-size: 72px; }
#cover section small { display: block; margin-top: 20px; color: #fff; font-weight: bold; }

/* profile */
#profile { padding: 100px 0px; overflow: hidden; }
#profile section article { width: 55%; padding-right: 60px; }
#profile section article p a { display: inline-block; margin-bottom: 20px; padding: 5px 10px; border: 1px solid var(--brown); color: var(--brown); font-weight: bold; font-size: 13px; text-transform: uppercase; }
#profile section article p a:hover { background-color: var(--brown); color: #fff; }
#profile section article li { position: relative; display: block; margin-bottom: 10px; line-height: 1.6; }
#profile section article li::before { position: absolute; top: 8px; left: -20px; width: 6px; height: 6px; background-color: var(--gold); border-radius: 50%; content: ''; }
#profile section figure { position: relative; width: 45%; }
#profile section figure img { width: 45vw; height: auto; }
#profile section figure::after { position: absolute; top: 20px; left: -20px; width: 50vmax; height: 100%; border: 1px solid var(--gold); content: ''; }

/* about */
#about { padding: 100px 0px; }
#about h2 { display: block; margin-bottom: 20px; font-family: var(--fonttitle); font-size: 36px; }
#about p { display: block; margin-bottom: 20px; line-height: 2; }

/* about mini */
#about-mini { padding: 100px 0px; background-color: var(--darkblue); }
#about-mini section { width: 50%; padding-right: 80px; }
#about-mini section h2 { font-family: var(--fonttitle); font-size: 48px; color: var(--gold); }
#about-mini section p { margin: 20px 0px 60px 0px; line-height: 1.6; color: #fff; }
#about-mini figure { position: relative; width: 50%; height: 440px; background-color: #000; }
#about-mini figure img { width: 50vmax; height: 100%; object-fit: cover; }
#about-mini figure::after { position: absolute; top: 20px; left: -20px; width: 50vmax; height: 100%; border: 1px solid var(--gold); content: ''; }

/* lawyers */
#lawyers { padding: 100px 0px; }
#lawyers .container { width: 750px; }
#lawyers section { grid-gap: 66px; margin-top: 100px; }
#lawyers section article { text-align: center; }
#lawyers section article figure { width: 100%; height: 450px; margin-bottom: 30px; background-color: #000; }
#lawyers section article figure img { width: 100%; height: 100%; object-fit: cover; }
#lawyers section article h2 { margin-bottom: 10px; font-family: var(--fonttitle); font-size: 24px; color: var(--blue); }
#lawyers section article strong { font-weight: bold; text-transform: uppercase; color: var(--blue); }

/* services */
#services section { margin: 100px 0px; }
#services section article { width: 50%; padding-left: 80px; }
#services section article h2 { font-family: var(--fonttitle); font-size: 48px; }
#services section article p { margin: 20px 0px 60px 0px; line-height: 1.6; }
#services section figure { position: relative; width: 50%; height: 440px; background-color: #000; }
#services section figure img { position: absolute; top: 0px; right: 0px; width: 50vmax; height: 100%; object-fit: cover; }
#services section figure::after { position: absolute; top: 20px; right: -20px; width: 50vmax; height: 100%; border: 1px solid var(--gold); content: ''; }
#services section span.bt a { border-color: var(--blue); color: var(--blue); }
#services section span.bt a:hover { background-color: var(--blue); color: #fff; }

  /* services -> int */
  #services-int { margin: 160px 0px 100px 0px; }
  #services-int header.head { margin-bottom: 60px; }
  #services-int article { display: flex; align-items: stretch; margin-bottom: 80px; }
  #services-int article .txt { width: 50%; padding: 40px; }
  #services-int article .txt h2 { display: block; margin-bottom: 20px; font-family: var(--fonttitle); font-size: 36px; }
  #services-int article .txt h3 { display: block; margin-bottom: 20px; font-family: var(--fonttitle); font-size: 24px; }
  #services-int article ul { display: block; margin-bottom: 20px; }
  #services-int article ul li { position: relative; margin-bottom: 10px; padding-left: 20px; line-height: 1.6; }
  #services-int article ul li::before { position: absolute; top: 8px; left: 0px; width: 6px; height: 6px; background-color: var(--gold); border-radius: 50%; content: ''; }
  #services-int article figure { position: relative; width: 50%; min-height: 400px; background-color: #000; }
  #services-int article figure::after { position: absolute; top: 20px; right: -20px; width: 50vmax; height: 100%; border: 1px solid var(--gold); content: ''; }
  #services-int article figure img { position: absolute; top: 0px; right: 0px; width: 50vmax; height: 100%; object-fit: cover; }
  #services-int article figure span.bt a { position: absolute; z-index: 2; bottom: 40px; right: 40px; background-color: var(--brown); border-color: var(--brown); color: #fff }
  #services-int article:nth-of-type(even) { flex-direction: row-reverse; }
  #services-int article:nth-of-type(even) figure img { left: 0px; right: auto; }
  #services-int article:nth-of-type(even) figure::after {  left: -20px; right: auto; }
  #services-int article:nth-of-type(even) figure span.bt a { left: 40px; right: auto; }

/* testemonials */
#testemonials { padding: 100px 0px; background-color: var(--darkblue); }
#testemonials header.head h6 { color: var(--gold); }
#testemonials header.head h6::before { background-color: var(--gold); }
#testemonials section { margin-top: 80px; }
#testemonials section article { display: flex; align-items: center; padding: 0px 150px; }
#testemonials section article .who { width: 200px; text-align: center; color: #fff; }
#testemonials section article .who figure { width: 140px; height: 140px; margin: 0px auto 15px auto; border-radius: 10px; background-color: #000; overflow: hidden; }
#testemonials section article .who figure img { width: 100%; height: 100%; object-fit: cover; }
#testemonials section article .who a { color: #fff; }
#testemonials section article .txt { width: calc(100% - 200px); padding-left: 40px; }
#testemonials section article .txt p { color: #fff; line-height: 1.6; }
#testemonials .slick-arrow { position: absolute; z-index: 2; top: 50%; width: 40px; height: 40px; transform: translateY(-50%); border: 1px solid var(--gold); color: var(--gold); transition: all .3s ease; }
#testemonials .slick-arrow:hover { background-color: var(--gold); color: var(--darkblue); }
#testemonials .slick-arrow.slick-prev { left: 0px; }
#testemonials .slick-arrow.slick-next { right: 0px; }

/* contato */
#contato { padding: 160px 0px 100px 0px; }
#contato section { position: relative; width: 100%; height: 70vh; min-height: 750px; margin-top: 80px; background-color: #000; }
#contato section iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
#contato section article { position: absolute; top: 50%; right: 20px; width: 600px; height: auto; padding: 40px; background-color: #EEEBE3; transform: translateY(-50%); }
#contato section article form fieldset { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px; }
#contato section article form fieldset strong { display: block; margin-bottom: 10px; font-weight: 600; font-size: 14px; }
#contato section article form fieldset input { width: 100%; height: 50px; padding: 0px 15px; background-color: #fff; border: 1px solid var(--gold); }
#contato section article form fieldset textarea { width: 100%; height: 100px; padding: 15px; background-color: #fff; border: 1px solid var(--gold); }
#contato section article form fieldset label:nth-of-type(3),
#contato section article form fieldset label:nth-of-type(4),
#contato section article form fieldset label:nth-of-type(5) { grid-column: 1/3; }
#contato section article form fieldset label input[type=submit] { background-color: var(--brown); border-color: transparent; color: #fff; font-weight: 600; cursor: pointer; }

/* instagram */
#instagram { padding-bottom: 100px; }
#instagram .instagram-feed { width: 100%; height: 250px; margin-top: 80px; background-color: #000; }

/* banner */
#banner { position: relative; width: 100%; height: 500px; background-color: var(--blue); }
#banner img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .4; }
#banner section { position: absolute; z-index: 2; top: 50%; left: 50%; width: 800px; transform: translate(-50%, -50%); text-align: center; }
#banner section h4 { margin-bottom: 20px; font-family: var(--fonttitle); color: var(--gold); font-size: 72px; }
#banner section p { color: #fff; font-weight: 500; font-size: 18px; line-height: 1.6; }

/* footer */
#footer { padding: 70px 0px; background-color: var(--darkblue); }
#footer span.logo img { width: 200px; margin-bottom: 30px; }
#footer .columns .column:first-of-type { width: 200px; }
#footer .columns .column:first-of-type .social { gap: 30px; justify-content: center; }
#footer .columns .column:first-of-type .social a { color: var(--gold); }
#footer .columns .column:first-of-type .social a:hover { color: #fff; }
#footer .columns .column:last-of-type { display: flex; width: 300px; flex-direction: column; gap: 30px; }
#footer .columns .column:last-of-type a { position: relative; display: block; padding-left: 40px; color: var(--gold); line-height: 1.4; font-size: 15px; }
#footer .columns .column:last-of-type a i { position: absolute; top: 50%; left: 0px; transform: translateY(-50%); font-size: 18px; color: var(--gold); }
#footer .columns .column:last-of-type a:hover { color: #fff; }
#footer .columns nav { width: 50%; }
#footer .columns nav strong { display: block; margin-bottom: 10px; color: var(--gold); font-weight: 500; font-size: 14px; }
#footer .columns nav li a { display: block; padding: 10px 0px; color: #fff; font-weight: 500; font-size: 15px; line-height: 1.2; }
#footer .columns nav li a:hover { color: var(--gold); text-decoration: underline; }

/* bottom */
#bottom { padding: 10px 0px; background-color: var(--blue); }
#bottom strong { display: block; text-align: center; font-size: 13px; color: #fff; }

/* sidebar */
#sidebar { position: fixed; z-index: 999; top: 0px; left: -360px; width: 260px; height: 100vh; background-color: var(--darkblue); box-shadow: -4px 0px 10px rgba(0,0,0,.3); transition: all .3s ease; text-align: center; transition: all .3s ease; box-shadow: 0px 160px 160px rgba(0,0,0,.7); }
#sidebar.on { left: 0px; }
#sidebar span.logo img { display: block; width: 180px; height: auto; margin: 40px auto; }
#sidebar nav ul { flex-direction: column; gap: 20px; }
#sidebar nav ul li a { padding: 10px 0px; color: #fff; }
#sidebar .social { position: absolute; bottom: 60px; left: 0px; gap: 30px; justify-content: center; width: 100%; }
#sidebar .social a { color: var(--gold); }

/* linktree */
#linktree-cover { position: relative; width: 100%; height: 40vh; background-color: #000; }
#linktree-cover figure.bg img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; opacity: .5; }
#linktree-cover figure.logo img { position: absolute; z-index: 2; bottom: 40px; left: 50%; width: 300px; height: auto; transform: translateX(-50%); }
#linktree { display: flex; width: 100%; justify-content: center; padding-top: 40px; }
#linktree nav ul { display: flex; width: 450px; flex-direction: column; gap: 12px; }
#linktree nav ul li a { position: relative; display: flex; width: 100%; height: 50px; padding-left: 100px; background-color: #02142a; color: var(--gold); border-radius: 10px; line-height: 50px; font-weight: 500; }
#linktree nav ul li a i { position: absolute; top: 50%; left: 10px; width: 40px; height: 40px; border-radius: 100%; background-color: var(--gold); color: var(--darkblue); text-align: center; line-height: 40px; transform: translateY(-50%); }


/* responsive */
@media (max-width: 1200px) {
  
  /* global */
  .container { padding: 0px 20px; }

}

@media (max-width: 1060px) {

  /* top */
  #top span.logo img { width: 200px; }
  #top nav { display: none; }
  #top .social { display: none; }
  #top .toggle-menu { display: block; }
    
}

@media (max-width: 1000px) {

  /* profile */
  #profile section article { width: 100%; padding: 0px 0px 0px 20px; }
  #profile section figure { display: none; }

  /* contato */
  #contato section { height: auto; min-height: auto; }
  #contato section iframe { position: relative; top: auto; left: auto; height: 50vh; }
  #contato section article { position: relative; top: auto; right: auto; width: 100%; transform: none; }

}

@media (max-width: 820px) {

  /* head */
  header.head h6 { font-size: 48px; }

  /* feat */
  #feat figcaption { width: 90%; }
  #feat figcaption h1 { font-size: 48px; }
  #feat figcaption p { font-size: 16px; }

  /* cover */
  #cover { height: 50vh; }
  #cover section h1 { font-size: 48px; }

  /* about */
  #about { padding: 50px 0px; }
  #about h2 { font-size: 24px; }
  #about-mini section { width: 100%; padding-right: 0px; }
  #about-mini figure { display: none; }

  /* services */
  #services-int article { margin-bottom: 0px; flex-direction: column; }
  #services-int article figure { width: 100%; min-height: 300px; }
  #services-int article figure img { width: 100%; }
  #services-int article figure::after { width: 100%; }
  #services-int article .txt { width: 100%; padding: 40px 0px; }
  #services-int article:nth-of-type(even) { flex-direction: column; }

  /* lawyers */
  #lawyers .container { width: 100%; }

  /* services */
  #services section figure { display: none; }
  #services section article { width: 100%; padding-left: 0px; }

  /* testemonials */
  #testemonials section article { flex-direction: column; padding: 0px 40px; }
  #testemonials section article .txt { width: 100%; padding: 40px 40px 0px 40px; text-align: center; }

  /* banner */
  #banner section { width: 90%; }
  #banner section h4 { font-size: 48px; }
  #banner section p { font-size: 16px; }

  /* footer */
  #footer .columns { justify-content: center; flex-direction: column; gap: 40px; }
  #footer .columns .column { width: 100% !important; text-align: center; }
  #footer .columns .column:last-of-type a { padding-left: 0px; }
  #footer .columns .column:last-of-type a i { display: none; }

}

@media (max-width: 660px) {

  /* global */
  html, body { overflow-x: hidden; }
  body { font-size: 14px; }

  /* head */
  header.head h6 { font-size: 36px; }
  header.head h6::before { height: 30px; }

  /* top */
  #top { padding-left: 20px; }
  #top span.logo img { width: 180px; }
  #top.on { padding-left: 20px; }
  #top.on span.logo img { width: 160px; }

  /* feat */
  #feat { height: 380px; }
  #feat img { opacity: .6; }
  #feat figcaption { bottom: 50px; }
  #feat figcaption h1 { font-size: 38px; }
  #feat figcaption p { display: none; font-size: 13px; }

  /* about */
  #about-mini { padding: 50px 0px 80px 0px; text-align: center; }
  #about-mini section h2 { font-size: 30px; }

  /* lawyers */
  #lawyers { padding: 50px 0px; }
  #lawyers section { margin-top: 50px; grid-template-columns: 1fr; }

  /* services */
  #services { text-align: center; }
  #services section { margin: 50px 0px; }
  #services section article h2 { font-size: 36px; }
  #services-int article .txt h2 { font-size: 30px; }

  /* banner */
  #banner section h4 { font-size: 36px; }

  /* footer */
  #footer .columns .column { flex-direction: column; gap: 30px; }
  #footer .columns nav { width: 100%; }

}