* {
  margin: 0;
  padding: 0;
}

header.main {
  background-color: #08132f;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  height: 60px;
}

.logo-site {
  display: flex;
  justify-content: center;
  width: 100px;
}

.logo-site img {
  width: 80px;
}

header.main .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.main .nav-menu li {
  display: inline-block;
  margin: 0 10px;
}

header.main .nav-menu li a {
  color: #e6e6e6;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  padding: 5px 0;
}

header.main .nav-menu li a:hover,
header.main .nav-menu li.active a {
  color: #fff;
  border-bottom: 2px solid #ccc;
}

.page-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #08132f;
  margin-top: 60px;
}

.page-title h1 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 50px;
}

section.main {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}

.container-course {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.container-course .img-curso {
  max-width: 100%;
}

.container-course .course-title {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.container-course .description {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.container-course .price-info {
  background-color: #d1d1d1;
  width: 100%;
  padding: 20px 15px;
  border-radius: 12px;
  color: #333;
  text-align: center;
}

.container-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.btn-unisate {
  display: flex;
  width: 240px;
  background-color: #ddbf73;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  padding: 10px 16px;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 18px;
}

.button-login .btn-login {
  padding: 8px 20px;
  background-color: #fff;
  color: #08132f;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
}

.btn-login:hover {
  background-color: #ddd;
}

p.text-login {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.bn-sate {
  background-size: cover;
}

#banner-sate {
  display: block;
}

#banner-sate-mobile {
  display: none;
}

.btn-moreinfo {
  text-decoration: none;
  color: #555;
  display: block;
  text-align: center;
}

.btn-moreinfo:hover {
  color: #ddbf73 !important;
}

.icon-sate {
  background-color: #d22;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 0 3px;
  border: 1px solid #000;
}

.btn-whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.btn-whatsapp img {
  width: 60px;
}

/* professores */
.prof {
  display: flex;
  flex-wrap: wrap;
}

.img-prof {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.img-prof img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #08132f;
}

.prof-desc {
  width: calc(100% - 140px);
  text-align: justify;
}

.prof-desc p {
  margin-bottom: 0.2rem !important;
  font-family: 'Montserrat', sans-serif;
}

.bt-menu {
  display: none;
}

.nav-menu-mob {
  display: none;
}

.block-sate-text {
  margin: 20px 12px;
}

.block-sate-text p {
  text-align: justify !important;
}

.table-dk {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
}

.embed-player {
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
}
.embed-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media(max-width: 768px) {
  #banner-sate {
    display: none;
  }

  #banner-sate-mobile {
    display: block;
  }

  .img-prof {
    width: 120px;
    margin-right: calc(50% - 60px);
    margin-left: calc(50% - 60px);
  }

  .prof-desc {
    width: 100%;
    text-align: center;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu-mob {
    display: block;
    position: fixed;
    top: 0;
    left: -251px;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    z-index: 1009;
    list-style: none;
    padding-left: 0;
    transition: 1s;
  }

  .nav-menu-mob li {
    margin: 15px 0;
    text-align: center;
  }

  .nav-menu-mob li a {
    color: #08132f;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 5px 0;
  }

  .nav-menu-mob li.active a {
    border-bottom: 2px solid #08132f;
  }

  .bt-menu {
    width: 40px;
    height: 40px;
    background-color: #08132f;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
  }
  .nav-menu-mob.active {
    left: 0;
  }

  .close-menu {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .close-menu span {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
  }
}



@media(max-width: 768px) {
  .page-title h1 {
    font-size: 25px;
  }
}