/* nuevos estilos card perfil */
:root {
  --color-fondo: #fff;
  --color-borde: #0C6E35;
}

.contenedor-contenedor{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
  
.player-card-contenedor{
  position: relative;
  background-color:#FFFFFF;
  border: 1px solid #ccc;
  border-radius: 30px;
  max-width: 643px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.player-card-contenedor h3 {
  margin: 0 0 5px;
}

.header_card{
  background-image: url(/img/fondo_rosa_card.png);
  background-repeat: no-repeat;
  height: 275px;
  width: 100%;
}

.logo_card{
  display: flex;
  justify-content: center;
  padding-top: 42px;
  margin: 0 80px 0 80px;
}

.logo_card.inactive{
  left: 50%;
  transform: translate(-50%);
}
.categoria-contenedor{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  position: absolute;
  right: 45px;
  top: 36px;
}

.jugadora_styles{
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

.foto_jugadora-contenedor{
  justify-content: center;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.foto_jugadora-contenedor.inactive{display: none;}

.foto_jugadora{
  border: 7px solid #FF38BC;
  border-radius: 50%;
  background-color: #FF38BC;
  max-width: 208px;
  width: 100%;
}

.datos_jugadora_contenedor{
  padding: 87px 0 34px;
}
.data_jugadora_contenedor{
  padding: 56px 0 56px;
}

.nombre_jugadora{
  padding-top: 17px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  color: #262626;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px 10px 20px;
  margin: 0;
}

.fecha_jugadora{
  padding-top: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.categoria_styles{
  padding-top: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.numero_styles{
  color: #000000;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.numero_jugadora{
  color: #262626;
  font-size: 35px;
  font-weight: 600;
  margin: 7px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.numero_jugadora_contenedor{
  display: flex;
  padding-top: 8px;
  justify-content: center;
  flex-direction: column;
}

.qr-contenedor{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.iniciales_foto{
  display: flex;
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 1px 4px 3px #000;
}

.iniciales_foto-contenedor{
  border: 50px solid var(--color-fondo);
  border-radius: 50%;
}

.iniciales_foto-contenedor-del-contenedor{
  border: 9px solid var(--color-borde);
  background-color: var(--color-fondo);
  border-radius: 50%;
  position: relative;
  top: 27px;
}

.qr{
  background-color: #fff;
  border: 18px solid #ffffff;
  border-radius: 10px;
  width: 40.8%;
  max-width: 182px;
}

.imagen_fondo{
  width: 100%;
}

.imagen_fondo-contenedor{
  position: absolute;
  bottom: 0px;
}

.body_card-contenedor{
  position: relative;
}

.contenedor_datos{
  padding-top: 30px;
}
@media (min-width: 461px){
  .contenedor_datos{
    padding-top: 20px;
  }
}
@media (max-width: 420px){
  .contenedor_datos{
    padding-top: 20px;
  }
}
.terminos_condiciones{
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #262626;
  font-size: 13px;
  padding-top: 30px;
  text-decoration: none;
}
/* jugador inactivo */


.carita_triste{
  background-color: #fff;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.5);
}

.carita_triste span{
  padding-top: 30px;
  font-size: 25px;
}

.carita_triste-contenedor{
  border: 9px solid #0C6E35;
  border-radius: 50%;
}

.mensaje_inactivo{
  font-size: 20px;
  width: 380px;
  height: 100px;
  padding: 0px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.5);
}
.mensaje_inactivo-contenedor{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 0 15px;
}
.logo_liga{
  max-width: 190px;
  width: 100%;
}

.imagen_qr_inactivo{
  padding: 30px;
}

.informacion_novalida{
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 520px){
  .informacion_novalida{
    font-size: 19px;
  }
}
.modal-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); 
  backdrop-filter: blur(25px); 
  -webkit-backdrop-filter: blur(25px);
  justify-content: center;
  align-items: center;
}
.modal {
  padding: 20px;
  margin: 20px;
}

/* despliegue hamburguesa */
.contenedor-header {
  position: relative;
}
.title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -15%);
}
.menu-burguer {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
}
.abrir-menu {
  display: none;
}

#card .menu-burguer {
  display: none;
}

@media (max-width: 767px) {
  .abrir-menu {
    display: block;
  }

  .nav-contenedor {
    width: 58%;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background-color: #01503d;
    padding: 2rem;
    transition: right 0.5s ease;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }

  .nav-contenedor.nav-contenedor-visible {
    right: 0;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
  }
}
.contenedor-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nombre-jugadora-menu{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-list a {
  display: flex;
  font-size: 13px;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.contenedor-foto img{
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #01503d;
}
@media (min-width: 767px){
  .menu-burguer{
    display: none;
  }
}
.contenedor-opciones{
  display: flex;
  padding: 5px;
}
.logo_menu {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 10px;
}
.logo_menuHeader{
  max-width: 120px;
}
.contenedor-btns {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.btn-editar {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #0F7E3D;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px;
}

.btn-inicio {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #24242d;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px;
}