body {
  font-family: "Segoe UI Light", "Lato", Arial, Helvetica, sans-serif;
  background-image: url("../img/ruido.png"), url("../img/bg1.png"),
    linear-gradient(50deg, #ff4169, #7c26f8);
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

/* Navbar */
.navbar {
  background-image: url("../img/bg1.png"),
    linear-gradient(20deg, #ff4169, #7c26f8);
}

#nav-main a.nav-link {
  padding: 8px;
  transition-duration: 0.4s;
  color: #fff;
  font-size: 1.2em;
}

#nav-main a.nav-link:hover {
  text-shadow: 2px 2px 10px #fff;
}

/* General Custom */
.form-control,
.btn {
  border-radius: 30px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 1.2em;
}

.form-control:focus {
  background: none;
}

/* Search */
.form-search,
.form-email {
  width: 30em;
  border: 1px solid #fff;
  border-radius: 30px;
}

.form-search input,
.form-email input {
  border: 1px solid transparent;
  background: none;
  outline: none;
}

.form-control:focus {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
}

input.form-control:focus {
  outline: none;
  border: 1px solid transparent;
}

.form-search button,
.form-email button {
  background: #fff;
  color: #7c26f8;
}

.form-email button {
  border-radius: 30px;
}

.form-search button:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

/* Sections */
section,
footer {
  padding: 30px 0;
  text-align: center;
}

/* Títulos */
h1 {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: -0.053em;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

section p {
  font-size: 1.3em;
}

#home {
  height: 700px;
  overflow-x: hidden;
  background-image: url("../img/capa.jpeg"),
    linear-gradient(50deg, #ff4169, #7c26f8);
  background-size: 100%;
  background-attachment: fixed;
}

.carousel-control-next,
.carousel-control-prev {
  width: 1%;
}

.beneficios img {
  width: 150px;
  margin: auto;
}

section header {
  margin-bottom: 40px;
}

section .card {
  margin-bottom: 10px;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 28px;
}

section .card-img-top {
  border-radius: 10px 10px 0 0;
}

section .card-deck .card {
  background: none;
  margin-bottom: 20px;
}

section .card-title {
  font-weight: bold;
}

.beneficios .card .card-text {
  min-height: 200px;
}

.carreiras .card {
  padding: 0;
  background-color: #020203;
}

.carreiras .card img {
  border-radius: 10px 10px 0 0;
}

.carreiras .card .card-text {
  height: 60px;
}

.carreiras .card .card-img-top {
  height: 8vw;
  object-fit: cover;
}

.testemonials .card  {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.9);
}

.testemonials .card img {
  width: 100px;
  height: 50px;
}

.testemonials .card-title {
  text-align: left;
}

.testemonials .card p {
  font-size: 1em;
  line-height: 25px;
  text-align: justify;
  text-overflow: clip;
}

.faq .accordion-header {
  font-size: 2em;
}

.accordion-item {
  font-size: 1.6em;

  .accordion-body {
    font-size: 0.7em;
  }
}

.accordion-item .accordion-button {
  font-size: 0.4em;
}

.novidades .card {
  padding: 0;
}

.novidades .card img {
  height: 160px;
  object-fit: cover;
}

footer {
  background-color: #0f0f14;
}

footer .container .footer-menu {
  display: flex;
  justify-content: space-between;
}

footer .container a {
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
}

footer h1 {
  font-size: 1.3em;
  text-align: left;
}

footer .container a:hover {
  text-decoration: none;
  color: #7c26f8;
}

footer .social-media a {
  font-size: 2em;
  display: inline;
}

footer .atendimento a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-bottom {
 text-align: center;
}

.copyright a {
  text-decoration: none;
  /* color: #7c26f8; */
  color: #fff;
}

.whatsapp-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #2ca639;
}

#btn-to-top {
  display: none;
  left: 20%;
  margin: auto;
}




/* Responsivity */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* AREA ALUNO */
.sidebar {
  overflow: auto;
  width: 250px;
  height: 100vh;
}

.sidebar .toggle-btn {
  display: none;
  margin-top: 16px;
}

.sidebar ul,
.sidebar li {
  padding: 0px;
  margin: 0px;
  line-height: 4rem;
  cursor: pointer;
  visibility: visible !important;
}

.sidebar li i.sidebar-icon {
  margin-right: 0.9rem;
  font-size: 1.5em;
}

.sidebar ul .active,
.sidebar li .active {
  border-left: 3px solid #e1ffff;
}

.sidebar li {
  padding-left: 0px;
  border-left: 3px solid #fff;
} 

.sidebar li a {
  display: block;
  text-decoration: none;
  color: #e1ffff;
}

.sidebar li a i {
  padding-left: 10px;
  padding-right: 25px;
  width: 20px;
}

.sidebar li:hover {
  border-left: 3px solid #e1ffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
} 

.player {
  width: 50em;
}

.player video {
  width: 50vw;
  height: 65vh;
}
