@font-face {
    font-family: 'Urbanist-R';
    src: url('../fontes/Urbanist/static/Urbanist-Regular.ttf');
  }

  @font-face {
    font-family: 'Urbanist-Bo';
    src: url('../fontes/Urbanist/static/Urbanist-Bold.ttf');
  }

  @font-face {
    font-family: 'Urbanist-Bl';
    src: url('../fontes/Urbanist/static/Urbanist-Black.ttf');
  }

  @font-face {
    font-family: 'Urbanist-I';
    src: url('../fontes/Urbanist/static/Urbanist-Italic.ttf');
  }

  @font-face {
    font-family: 'Urbanist-L';
    src: url('../fontes/Urbanist/static/Urbanist-Light.ttf');
  }
  @font-face {
    font-family: 'Urbanist-M';
    src: url('../fontes/Urbanist/static/Urbanist-Medium.ttf');
  }
  @font-face {
    font-family: 'Urbanist-SBo';
    src: url('../fontes/Urbanist/static/Urbanist-SemiBold.ttf');
  }


body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background:#262526;
    font-family: 'Urbanist-R';
}

.navbar-custom {
  background-color: #262526;
  /* cor de fundo similar */

}

.navbar-brand {
  margin-left: 1REM;
  color: #FFF;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-top: -1rem;
}

.navbar-brand:hover {
  color: #FFF;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.navbar-brand:focus {
  color: #FFF;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.nav-link {
  margin-right: 1rem;
  margin-top: 1rem;
  color: #FFF !important;
  font-family: 'Urbanist-R';
  font-weight: 400;
}

.nav-link:hover {
  margin-right: 1rem;
  margin-top: 1rem;
  color: #FFF !important;
  text-decoration: underline;
  font-family: 'Urbanist-R';
  font-weight: 400;
}

.nav-link.active {
  margin-right: 1rem;
  margin-top: 1rem;
  color: #FFF !important;
  text-decoration: underline;
  font-family: 'Urbanist-R';
  font-weight: 600;
}

.btn-assinar {
  background-color: #f28d35;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: 'Urbanist-R';
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}

.btn-assinar:hover {
  background-color: #262526;
  border: 1PX solid #fff;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.btn-assinar:focus {
  background-color: #000;
  border: 1PX solid #fff;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}


.box {
    width: 500px;
    padding: 40px;
    position: relative;
    top: 50%;
    left: 25%;
    background-color:white;
    text-align: center;
    align-items: center;
    transition: 0.25s;
    margin-top: 20px;
    border-radius: 24px;

    /*Alongar div
    display: grid;
    place-items: center;*/
    position: absolute;

    /*Centralizar div*/
    margin-left:23%;
    transform: translate(-50%, -50%);
}



.box input[type="text"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #f28d35;
    padding: 10px 10px;
    width: 250px;
    outline: none;
    color: rgb(58, 54, 54);
    border-radius: 24px;
    transition: 0.25s;
    font-family: 'Urbanist-R';
}

.box h1 {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Urbanist-Bo';

}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
    width: 300px;
    border-color: #f28d35;
}

.p {
  font-family: 'Urbanist-Bo';
  color: #f28d35;
  text-decoration: none;
}

.p2 {
  font-family: 'Urbanist-Bo';
  color: #000000;
  text-decoration: none;
}

.box input[type="submit"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #f28d35;
    padding: 14px 40px;
    outline: none;
    color: rgba(58, 54, 54, 0.521);
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
    font-family: 'Urbanist-Bo';
}

.box input[type="submit"]:hover {
    background: #f28d35;
    color:#fff;
    border: #f28d35 2px solid;
}

.forgot {
    text-decoration: underline
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s
}
p{
    color: #000;
    font-family: 'Urbanist-M';
}


#b{
    text-decoration:none;
    color: #f28d35;
    font-family: 'Urbanist-M';
}
#b:hover{
    text-decoration: underline;
    color: #f28d35;
    font-family: 'Urbanist-SBo';
}

.radio-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.radio-group label {
    margin-left: 5px;
    font-weight: 500;
    color: #f28d35; /* Ajuste conforme o tema do seu site */
}

.radio-label-title {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f28d35;
}
.radio-group2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.radio-group2 label {
    margin-left: 5px;
    font-weight: 500;
    color: #f28d35; /* Ajuste conforme o tema do seu site */
}

.radio-label-title2 {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f28d35;
}

    /* Telas pequenas: aumenta fonte dos links e espaçamento */
@media (max-width: 991.98px) {
    .box{
        top: 60%;
    }
  .navbar-custom .nav-link {
    font-size: 1.15rem; /* aumenta fonte */
    text-align: center;
    margin: 0.5rem 0;
  }

  .navbar-custom .navbar-nav {
    background-color: #262526; /* fundo sólido para o menu aberto */
    padding: 0.5rem 0;
    border-radius: 0.5rem;
  }

  .navbar-custom .btn-assinar {
    display: block;
    margin: 1rem auto;
    width: 80%;
    text-align: center;
  }

  /* Deixa o botão hambúrguer alinhado e proporcional */
  .navbar-toggler {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Layout padrão (desktop) */
#header-usuarios {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
