html,
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #0b111b;
    color: #ffffff;
    height: 100%;

}

.texto-logo {

    color: rgb(68, 173, 180);
    font-weight: bold;
}

.principal {
    display: flex;
    height: 100%;
}

.foto {
    width: 60%;
    background: url('/assets/Peluqueria.jpg');
}

.foto .fondo {
    background: rgba(11, 17, 27, 0.7);
    height: 100%;
    display: flex;
}

.contenido p {
    font-size: 18px;
    color: #cbd5e1;
}

.contenido {
    align-content: end;
    margin-left: 2%;
}


.div-formulario {
    background-color: #0b111b;
    padding: 40px;
}

.tituloRegistro {
    font-size: 42px;
    margin-bottom: 5px;
}

.subtituloRegistro {
    color: #94a3b8;
    margin-bottom: 30px;
}

.registro-login {
    background: #050a12;
    padding: 5px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 25px;
}

.opcion {
    padding: 12px;
    width: 250px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;

}

.opcion a {
    text-decoration: none;
    color: #94a3b8;
    display: block;
}

.opcion.activo {
    background: #00a2ff;
    color: white;
    width: 250px;
    margin-left: 2%;
}

.formularioLogin {
    display: flex;
    width: 500px;
    padding: 15px;
    margin-bottom: 15px;
    background: #050a12;
    border: 1px solid #1e293b;
    border-radius: 10px;
    color: rgb(212, 202, 202);
}

.botonEnvio {
    width: 100%;
    padding: 15px;
    background: #00a2ff;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.botonEnvio:hover {
    background: #0081cc;
}

/* MAIN */

.contenido-principal {
    margin-left: 300px;
    padding: 30px;
}

.barra-lateral {
    width: 240px;
    background-color: #050a12;
    padding: 30px;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
}

.contenedor-logo {
    font-size: 24px;
    margin-bottom: 40px;
    padding-left: 10px;
}

.cerrar-sesion {
    margin-top: auto;
    margin-bottom: 65px;
}

.menu a,
.cerrar-sesion a {
    display: block;
    padding: 15px;
    color: #94a3b8;
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.menu a.activo,
.menu a:hover,
.cerrar-sesion a:hover {
    background: rgba(0, 162, 255, 0.1);
    color: #00a2ff;
}

.salir {
    text-decoration: none;
    color: #ff4d4d;
}

.barra-superior {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contenedor-busqueda {
    background: #141d2b;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: 40%;
    margin-right: auto;
}

.contenedor-busqueda input {
    background: transparent;
    border: none;
    color: white;
    margin-left: 10px;
    outline: none;
    width: 100%;
}

.populares p {
    color: #94a3b8;
    margin-bottom: 30px;
}

.cuadricula-tarjetas {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.tarjeta {
    width: 300px;
    background: #141d2b;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
}

.tarjeta:hover {
    border-color: #00a2ff;
    transform: translateY(-5px);
}

.imagen-tarjeta {
    height: 200px;
    position: relative;
    background: #050a12;
}

.imagen-tarjeta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.etiqueta-foto {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}

.cuerpo-tarjeta {
    padding: 20px;
}

.cuerpo-tarjeta p {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 8px;
}

.info-superior {
    display: flex;
    font-size: 12px;
    color: #00a2ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-inferior {
    display: flex;
    margin-top: 15px;
    color: #94a3b8;
    font-size: 13px;

}

.nombre-tienda,
.ubicacion {
    margin-right: auto;
}

.valoracion {
    color: #ffcc00;
}

.añadir-publi {
    margin-bottom: 30px;
    margin-left: 80%;
}

.añadir-publi-boton {
    padding: 12px;
    width: 160px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    background: #00a2ff;
    margin-left: 2%;

}

.añadir-publi-boton a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}









.perfil-header {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 3%;
    padding: 2%;
    background: #0d1520;
    border-radius: 16px;
}

.perfil-foto {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #141d2b;
}

.perfil-info h1 {
    font-size: 32px;
    margin-bottom: 2%;
}

.perfil-info p {
    color: #00a2ff;
    font-size: 14px;
}

.portafoli-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.portafoli-header h2 {
    margin-right: auto;
}

.añadir-publi-perfil {
    margin: 0;
}





.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.contenido-modal {
    background-color: #0b111b;
    margin: 5% auto;
    padding: 40px;
    border: 1px solid #1e293b;
    border-radius: 20px;
    width: 500px;
    position: relative;
}

.cerrar-modal {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #94a3b8;
}

.cerrar-modal:hover {
    color: white;
}

.modal-publicacion {
    display: flex;
    gap: 20px;
}

