body {
  font-family: 'Roboto Mono', monospace !important;
  text-transform: lowercase;
}

section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #E8EBFF;
  padding-top: 150px !important;
}

@media (max-width: 768px) {
  section {
    padding-top: 100px;
  }
}

.custom-bg {
  background-color: #021726;
}

.navbar-nav .nav-link {
  font-size: 16px;
}

.navbar-nav .nav-link:hover {
  color: #7A0802;
}

.custom-toggler {
  border-color: transparent;
}

.custom-toggler .navbar-toggler-icon {
  background-image: none;
}

.custom-toggler .navbar-toggler-icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: relative;
}

.custom-toggler .navbar-toggler-icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: relative;
  margin-top: 7px;
}

.custom-toggler .navbar-toggler-icon:before,
.custom-toggler .navbar-toggler-icon:after {
  transition: all 0.3s;
}

.custom-line {
  width: 100%;
  border: none !important;
  background-color: #021726 !important;
  height: 3px !important;
}

.infos {
  margin-top: 5%;
  font-size: 40px;
}

.custom-inscreva-se {
  background-color: #7a0802;
  width: 100%;
  max-width: 350px;
  height: 70px;
  color: white;
}

.custom-inscreva-se:hover {
  background-color: #032240;
  color: white;
}

.text-color {
  color: #7A0802;
}

.formao-completa-para-container h2 {
  text-transform: lowercase;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.napkin-selection-1-1 {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

#grade {
  position: relative;
  height: auto;
  overflow: hidden;
}

#grade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/IMG/programming-background-with-person-working-with-codes-computer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}

#grade .container {
  position: relative;
  z-index: 1;
}

.text-shadow {
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.8);
}

.custom-card {
  background-color: rgba(3, 34, 64, 0.9);
  width: 100%;
  max-width: 500px;
  height: 350px;
  border: none;
  margin: 0 auto;
}

.custom-card .card-body {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-next {
  right: -50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  left: 40px;
  z-index: 1000;
}

.back-to-top img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.back-to-top img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}