.custom-letter-spacing {
  letter-spacing: 0.05em;
}

.logo-img {
  width: 91px;
  height: 35px;
}

.perfil-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#inicio {
  margin-top: 70px;
}

section {
  height: 100vh;
  width: 100%;
}

nav{
  display: flex;
}

@media only screen and (min-width: 600px) {
  .mobile-margin {
    margin-left: 350px;
  }

  .mobile-m-t {
    margin-top: 75px;
  }
  .mobile-c-m {
    margin-left: 300px;
  }
}

/* Consulta de mídia para telas menores que 600 pixels (ajuste conforme necessário) */
@media only screen and (max-width: 600px) {
  .mobile-margin {
    margin-left: 10%;
  }

  .mobile-m-t {
    margin-top: 0px;
  }

  .mobile-m-2 {
    margin-left: 3%;
  }

  .mobile-m-5 {
    margin-left: 6%;
  }

}

@media (max-width: 768px) {
  section, .classcelular {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  margin-top: 46px
} */




.center {
  text-align: center;
}


div {
  text-align: justify;
}


.full-height-section {
  height: 100vh;
}

.elamsm{
  color: black;
}

section h1{
  color: white;
}

.carousel-item {
  background: rgba(0, 0, 0, 0.5);
}


.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.teste {
  display: flex;
}

.color-white {
  color: white;
}

.float-to-right {
  float: right;
}

.list-group {
  margin-top: 150px;
  margin-left: 15px;
}

/* .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(/src/images/left-arrow.png);
}

.carousel-control-next .carousel-control-next-icon {
  background-image: url(/src/images/right-arrow.png);
} */

.borrada {
  filter: blur();
}

.icon-contat {
  width: 20px;
  height: 20px;
}

.icon-justify-contat {
  width: 25px;
  height: 25px;
}

.margin-topo {
  margin-top: 150px;
}

.margin-topo2 {
  margin-top: 350px;
}

.margin-topo3 {
  margin-top: 100px;
}

.margin-left3{
  margin-left: 200px;
}

.margin-topo4{
  margin-top: 65px;
}


.margin-left {
  margin-left: 50px;
}

.margin-left2 {
  margin-left: 100px;
}

body {
  background-color: white;
}


.dark-mode {
  background-color: #161b22;
  color: white;
}


.checkbox {
  opacity: 0;
  position: absolute;
}


.label {
  background-color: #353f45;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 5px;
  position: relative;
  height: 26px;
  width: 50px;
  transform: scale(1.5);
}


.label .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}


.checkbox:checked+.label .ball {
  transform: translateX(24px);
}


.fa-moon {
  color: #f1c40f;
}


.fa-sun {
  color: #f39c12;
}
