* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  background: #ba9f3c;

  border-radius: 15%;
}

#artigo-lourivaldo {
  background-color: #f9f9f9;
  padding: 80px 20px;
  text-align: center;
}

#artigo-lourivaldo h2 {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

#artigo-lourivaldo p {
  font-size: 1.125rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

#artigo-lourivaldo a {
  background-color: #141e28;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

#artigo-lourivaldo a:hover {
  background-color: #141e28;
}

a {
  text-decoration: none !important;

  color: white;
}

main {
  margin-top: 4.5rem;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;

  height: auto;

  background-size: 100% 100%;
}

ul {
  list-style: none;
}

:root {
  --hue: 200;

  --body-fonts: "DM sans", sans-serif;

  --body-color: hsl(0 0% 98%);

  --title-fonts: "Poppins", sans-serif;

  --base-color: #141e28;
}

body {
  font: 400 1rem var(--body-fonts);

  background: var(--body-color);
}

.title {
  font: 700 1.875rem var(--title-fonts);

  color: #ba9f3c;

  -webkit-font-smoothing: auto;
}

.button {
  background: #141e28;

  color: white;

  line-height: 0;

  align-items: center;

  padding: 1.125rem 2.9375rem;

  border-radius: 0.5rem;

  font: 500 1.5rem white;

  text-align: center;

  margin: 2rem 0;

  transition: all 0.3s;

  width: 100%;
}

.conteudo .button {
  display: block;

  font-size: 21px;
}

.button:hover {
  transform: scale(1.1);

  transition: all 0.3;
}

#header {
  border-bottom: 1px solid transparent;

  margin-bottom: 2rem;

  display: flex;

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  background-color: #141e28;
}

#header.scroll {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

nav {
  height: 4.5rem;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;
}

nav ul li {
  text-align: center;

  color: #ba9f3c;
}

nav ul li a {
  transition: color 0.2s;

  position: relative;
}

nav li.btn-nav {
  padding: 3px 8px;

  border-radius: 20px;

  border: 1px solid white;
}

nav ul li a:hover,
nav ul li a.active {
  color: var(--body-color);
}

nav ul li a::after {
  content: "";

  width: 0%;

  height: 2px;

  background: var(--base-color);

  position: absolute;

  left: 0;

  bottom: -1.5rem;

  transition: width 0.2s;
}

nav ul li a:hover::after,
nav ul li a.active::after {
  width: 100%;
}

nav .menu {
  opacity: 0;

  visibility: hidden;

  top: -20rem;

  transition: 0.2s;
}

nav .menu ul {
  display: none;
}

nav.show .menu ul {
  display: grid;

  margin-right: 1.5rem;
}

nav.show .menu {
  opacity: 1;

  visibility: visible;

  background-color: var(--base-color);

  height: 100vh;

  width: 100vw;

  position: fixed;

  top: 0;

  left: 0;

  display: grid;

  place-content: center;
}

.divider-1 {
  height: 1px;

  background: linear-gradient(
    270deg,
    hsla(var(--hue), 57%, 57%, 1) 0%,

    hsla(var(--hue), 65%, 90%, 0.34) 100%
  );
}

.divider-1:nth-of-type(1) {
  margin-top: 8rem;
}

nav.show ul.grid {
  gap: 2rem;
}

.toggle {
  color: white;

  font-size: 1.5rem;

  cursor: pointer;
}

.toggle.icon-close {
  color: white;

  font-size: 1.5rem;

  cursor: pointer;
}

nav .icon-close {
  visibility: hidden;

  opacity: 0;

  position: absolute;

  top: -1.5rem;

  right: 1.5rem;

  transition: 0.2s;
}

nav.show div.icon-close {
  visibility: visible;

  opacity: 1;

  top: 1.5rem;
}

.icon-instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );

  -webkit-background-clip: text;

  /* Also define standard property for compatibility */

  background-clip: text;

  -webkit-text-fill-color: transparent;
}

.icon-facebook:hover {
  color: #3b5998;
}

.icon-youtube:hover {
  color: #c4302b;
}

.container {
  margin-left: 1.5rem;

  margin-right: 1.5rem;
}

.logo img {
  width: 5rem;

  height: 4rem;
}

.grid {
  display: grid;

  gap: 2rem;
}

.section {
  padding: calc(5rem + 4.5rem) 0;
}

.space {
  margin: 3rem 0;
}

.box-01 {
  max-width: 70rem;

  padding: 1rem;

  margin-top: 1rem;
}

.box-01 .conteudo .linha {
  height: 4px;

  width: 100%;

  background: #eee;

  margin: 1.25rem 0;
}

.box-01 .conteudo .linha .barra {
  width: 5rem;

  transition: all linear 0.8s 0.55s;

  height: 100%;

  background-color: #ba9f3c;
}

.fundo {
  background-image: url(img/escuro.jpg);

  width: 100%;

  height: 30rem;

  background-position: center;

  background-size: 100% 100%;
}

.chamada-header {
  padding: 8rem 0;
}

.chamada-header h2 {
  font-size: 2.9375rem;

  color: #ba9f3c;

  font-weight: bold;

  text-align: center;
}

.chamada-header p {
  font-size: 1.0625rem;

  color: white;

  text-align: center;
}

.box-01 .conteudo .titulo {
  font: 2.1875rem "Poppins" sans-serif;

  text-align: center;

  color: #003366;
}

.box-01 .conteudo .titulo span {
  color: #d6b334;
}

.texto {
  color: #999999;

  font: "Poppins", sans-serif;
}

.swiper-slide {
  height: auto;

  padding: 4rem 1rem;
}

.swiper-pagination-bullet {
  background: #ba9f3c !important;
}

.back {
  background-image: url(images/bg_parallax.jpg);

  background-size: cover;

  background-attachment: fixed;

  background-position: center;

  padding: 5rem 0.5rem;
}

.cards.grid {
  gap: 1.5rem;
}

.card {
  padding: 3.625rem 2rem;

  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);

  border-bottom: 0.25rem solid var(--base-color);

  border-radius: 0.25rem 0.25rem 0 0;

  text-align: center;

  background: white;

  height: auto;

  margin-left: 2rem;

  margin-right: 2rem;
}

.card p {
  font: 400 1rem var(--body-fonts);

  color: #999999;
}

.card ul li {
  font: 400 1rem var(--body-fonts);

  color: #999999;
}

.card .title {
  font-size: 1.5rem;

  margin-bottom: 0.75rem;
}

.card > ul li {
  text-align: center;

  margin-right: 1.5rem;
}

.card i {
  display: block;

  margin-bottom: 1.5rem;

  font-size: 5rem;

  color: var(--base-color);
}

header > .title {
  color: #003366;

  text-align: center;
}

.consultas {
  display: grid;

  place-content: center;

  margin: auto;

  margin-top: 2rem;
}

.consultas a img {
  width: 5rem;

  margin: auto;
}

.subtitle {
  text-align: center;
}

#contact .grid {
  gap: 4rem;
}

#contact .text p {
  margin-bottom: 2rem;
}

.links ul li i {
  padding: 1rem;
}

#contact .button i,
#contact ul li i {
  font-size: 1.2rem;
}

#contact ul.grid {
  gap: 2rem;
}

#contact ul li {
  display: flex;

  align-items: center;
}

#contact ul li i {
  color: var(--base-color);
}

.text > p {
  color: hsla(0 0% 46% 1);
}

footer {
  background: var(--base-color);
}

footer .logo {
  display: inline-block;

  margin-bottom: 1.5rem;
}

footer .brand p {
  color: white;

  margin-bottom: 0.75rem;
}

footer i {
  font-size: 1.5rem;

  color: white;
}

footer .social {
  grid-auto-flow: column;

  width: fit-content;
}

footer .logo-alt > img {
  width: 6rem;

  height: auto;
}

.footer {
  padding: calc(0.5rem + 4.5rem) 0;
}

.back-to-top {
  background: var(--base-color);

  color: white;

  position: fixed;

  right: 1rem;

  bottom: 1rem;

  padding: 0.5rem;

  clip-path: circle();

  font-size: 1.5rem;

  line-height: 0;

  visibility: hidden;

  opacity: 0;

  transition: 0.3s;

  transform: translateY(100%);
}

.back-to-top.show {
  visibility: visible;

  opacity: 1;

  transform: translateY(0);
}

.atender {
  display: none;
}

@media (min-width: 1200px) {
  .fundo {
    background-size: cover;
  }

  .chamada-header {
    position: absolute;

    top: 7rem;

    padding: 5rem 8.5rem;

    max-width: 50rem;
  }

  .chamada-header h2 {
    text-align: justify;
  }

  .chamada-header p {
    text-align: justify;
  }

  #home {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 1120px;

    margin-left: auto;

    margin-right: auto;
  }

  .section {
    padding: 8rem 0;
  }

  .section header,
  #curso header {
    max-width: 32rem;

    text-align: center;

    margin-left: auto;

    margin-right: auto;
  }

  .button {
    height: 3.125rem;
  }

  nav .menu {
    opacity: 1;

    visibility: visible;

    gap: 2rem;
  }

  nav .menu ul {
    display: flex;

    gap: 2rem;

    position: relative;

    top: 1.5rem;
  }

  nav ul li a::after {
    background: none;
  }

  nav .menu ul li a.title {
    font: 1.1rem var(--body-fonts);

    -webkit-font-smoothing: antialiased;
  }

  nav .toggle {
    display: none;
  }

  #header.header {
    position: absolute;

    background: transparent;
  }

  #header.header .logo img {
    width: 110px;

    height: 100px;

    position: relative;

    top: 1.25rem;
  }

  #home.section {
    padding: 0;
  }

  .box-01 .conteudo .titulo {
    text-align: justify;

    padding: 0;

    margin: 0;
  }

  .box-01 {
    padding: 0;

    margin-top: 0;

    margin-left: 10rem;
  }

  .atender {
    width: 28.125rem;

    height: 23.125rem;

    overflow: hidden;

    box-shadow: 0px 0px 8px 0px #fff inset;

    display: flex;

    position: relative;

    margin-left: 6rem;

    align-items: center;
  }

  .atender .info {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    z-index: 999999999;

    background: rgba(11, 16, 37, 0.61);

    font: 23px "calibri";

    text-transform: uppercase;

    text-shadow: 0px 0px 33px #000;

    display: flex;

    flex-direction: column;

    justify-content: center;

    opacity: 1;

    transition: all linear 0.5s;

    transform: translateX(-100%);

    color: white;
  }

  .atender .info i {
    color: #fff;

    font-size: 100px;

    display: block;

    text-align: center;
  }

  .atender:hover .info {
    opacity: 1;

    transition: all linear 0.5s 0.48s;

    transform: translateX(0%);
  }

  .atender img {
    width: 100%;

    height: auto;

    min-height: 100%;
  }

  .conteudo .button {
    display: flex;

    line-height: 0;

    font-size: 21px;
  }

  .divider-1 {
    display: none;
  }

  .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card {
    padding-left: 3rem;

    padding-right: 3rem;
  }

  #curso .container {
    margin-left: auto;

    margin-right: auto;
  }

  #curso .uk-card {
    width: 30rem;
  }

  .swiper-slide {
    display: flex;

    padding: auto 0;
  }

  #curso .button {
    line-height: 0;
  }

  #consultas .section {
    padding: 0;
  }

  .consultas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .consultas a {
    padding-left: 5rem;

    padding-right: 5rem;
  }

  #contact .container {
    grid-auto-flow: column;

    align-items: center;

    justify-content: space-between;
  }

  #contact .text {
    max-width: 25rem;
  }

  footer > .container {
    grid-auto-flow: column;

    align-items: center;

    justify-content: space-between;
  }

  .map iframe {
    width: 30rem;

    height: 300px;
  }
}
