@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1520px!important;}
}

@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1680px!important;}
}

@font-face {font-family: "MargemBold";src: url("../fonts/MargemRoundedTest-Bold.ttf") format("truetype"),}
@font-face {font-family: "MargemMedium";src: url("../fonts/MargemRoundedTest-Medium.ttf") format("truetype"),}
@font-face {font-family: "MargemRegular";src: url("../fonts/MargemRoundedTest-Regular.ttf") format("truetype"),}


a, p, h1, h2, h3, h4, h5, h6, span, textarea, input, button, body, html, dl, ol, ul{margin-bottom: 0 !important;color: #000;font-family: "MargemRegular"}

:focus{box-shadow: none!important;}
.form-control:focus {box-shadow: none;}
ol, ul{padding-left: 0!important;}
::marker{display: none;}
li{list-style: none;}
a{text-decoration: none!important;}
.flex{display: flex;}
.between{justify-content: space-between;}
.around{justify-content: space-around;}
.evenly{justify-content: space-evenly;}
.end{justify-content: flex-end;justify-content: end;}
.center{justify-content: center;}
.wrap{flex-wrap: wrap;}
.column{flex-direction: column;}
.on-1799{display: none;}
.on-1599{display: none;}
.on-1399{display: none;}
.on-1199{display: none;}
.on-991{display: none;}
.on-767{display: none;}
.on-575{display: none;}

.bg-cover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

.input-estilo {
  border-radius: 30px;
  padding: 10px 45px 10px 20px;
  font-size: 1.1rem;
  background-color: #fff;
  border: none;
  outline: none;
}

.input-estilo::placeholder {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 1.5rem;
}

body {
  background-image: url('../img/fundo-rino.png'); /* ajuste o caminho */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.titulo-box {
  border: 4px solid #ff2f68;
  background: #000;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}

.titulo-alunos {
  color: white;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}

.input-search {
  border-radius: 50px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}

.search-field {
  border: none;
  padding: 12px 20px;
  border-radius: 50px 0 0 50px;
  font-size: 1.1rem;
}

.search-icon {
  background-color: white;
  border: none;
  border-radius: 0 50px 50px 0;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 1.4rem;
  color: black;
}

.card-aluno {
  background-color: black;
  border: 3px solid #ff2f68;
  border-radius: 0;
  padding: 10px;
}

.foto-perfil {
  background-color: white;
  color: black;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8rem;
}

.aluno-nome {
  font-weight: bold;
  font-size: 1rem;
}

.aluno-plano,
.aluno-dias {
  font-size: 0.9rem;
}

.menu-lateral {
  background-color: #000;
  height: 100vh;
  width: 100%;
  border-right: 1px solid #222;
}

.logo-box {
  border: 5px solid #ff2f68;
  border-radius: 50%;
  padding: 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-menu {
  display: block;
  background-color: transparent;
  border: 3px solid #ff2f68;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  width: 150px;
  padding: 10px 0;
  text-transform: lowercase;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-menu:first-letter {
  text-transform: uppercase;
}

.btn-menu:hover {
  background-color: #ff2f68;
  color: #000;
  text-decoration: none;
}

.titulo-box-aluno {
    background-color: #000;
    border: 5px solid #ff2f68;
    border-radius: 4px;
    width: 75%;
}

.nome-aluno {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'VastagoGrotesk-Heavy', sans-serif;
}

.card-aluno-opcao {
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    border: none;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-aluno-opcao:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ff2f68;
}

.card-aluno-opcao h5 {
    font-weight: bold;
    font-family: 'VastagoGrotesk-Bold', sans-serif;
}

.titulo-box {
    background-color: #000;
    border: 6px solid #e12d57;
    padding: 10px 30px;
    margin-bottom: 40px;
    text-align: center;
}

.titulo-box h1 {
    font-family: 'VastagoGrotesk-Black', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
}

.form-label {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.form-control,
.form-select {
    font-size: 1.1rem;
    padding: 12px;
    border-radius: 5px;
    border: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 45, 87, 0.5);
}

.btn-primary {
    background-color: #e12d57;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn-primary:hover {
    background-color: #ff4875;
}

.btn-secondary {
    padding: 10px 30px;
    font-size: 1.1rem;
    font-weight: bold;
}
.form-label {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 
        1px 1px 2px #000,
        -1px -1px 2px #000,
        1px -1px 2px #000,
        -1px 1px 2px #000;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.form-label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 3px;
}
.titulo-box {
    background-color: #000;
    border: 6px solid #e12d57;
    padding: 10px 30px;
    margin-bottom: 20px;
    text-align: center;
}

.titulo-box h1 {
    font-family: 'VastagoGrotesk-Black', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
    text-transform: lowercase;
}

.data-foto {
    text-align: center;
    font-family: 'VastagoGrotesk-Black', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px #000;
}

.foto-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.foto-box img {
    height: 300px;
    width: 200px;
    object-fit: cover;
    border: 3px solid #000;
    background-color: #fff;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.preview-container img {
    transition: transform 0.3s;
}

.preview-container img:hover {
    transform: scale(1.05);
}

.data-foto {
    font-size: 1.2rem;
    font-weight: bold;
}

.form-label {
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.btn-danger{background-color: #e12d57;}

@media (max-width: 1799.5px) {
    .on-1799 {display: block;}
    .off-1799 {display: none;}
}

@media (max-width: 1599.5px) {
    .on-1599 {display: block;}
    .off-1599 {display: none;}
}

@media (max-width: 1399.5px) {
    .on-1399 {display: block;}
    .off-1399 {display: none;}
}

@media (max-width: 1199.5px) {
    .on-1199 {display: block;}
    .off-1199 {display: none;}
}

@media(max-width:991.5px){
    .on-991{display: block;}
    .off-991{display: none;}
} 

@media(max-width:767.5px){
    .on-767{display: block;}
    .off-767{display: none;}
}

@media(max-width:575.5px){
    .on-575{display: block;}
    .off-575{display: none;}
    
}