@font-face {
  font-family: 'ApexNewTrial-Bold';
  src: url('../fonts/ApexNewTrial-Bold.woff') format('woff');
  font-weight: Bold;
  font-style: normal;
}
@font-face {
  font-family: 'ApexNewTrial-Book';
  src: url('../fonts/ApexNewTrial-Book.woff') format('woff');
  font-weight: Bold;
  font-style: normal;
}

.deshabilitado{
    opacity: 0.3;
    pointer-events: none;
    cursor: default; 
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'ApexNewTrial-Book';
}

.login{
	width: 100%;
	height: 100vh;
	text-align: center;
	padding-top: 5%;
}
.login .logo{
	width: 20%;
	height: auto;
	margin-bottom: 2%;
}
.login h2{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 2rem;
	margin-bottom: 20px;
}
.login p{
	font-size: 1.5rem;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.login .form_container{
	width: 35%;
	border: 1px solid black;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	padding: 3% 2%;
}
.login .form_container h3{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 2rem;
	margin-bottom: 5%;
}
.login .form_container input{
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2rem;
	padding: 10px 15px;
	outline: none;
}
.login .form_container button{
	display: flex;
	width: 50%;
	align-content: center;
	justify-content: center;
	background-color: #658284;
	color: white;
	font-family: 'ApexNewTrial-Bold';
	border: 2px solid #658284;
	font-size: 1.2rem;
	padding: 10px 0;
	border-radius: 100px;
	transition: all 1s ease;
	cursor: pointer;
}
.login .form_container button:hover{
	background-color: white;
	color: #658284;
}
.login .form_container span{
	margin-top: 5%;
	display: block;
	font-size: 1.1rem;
}
.login .form_container span a{
	font-family: 'ApexNewTrial-Bold';
	color: #658284;
}
.login footer{
	width: 100%;
	margin-top: 8%;
	background-color: #4E6048;
	color: white;
	text-align: center;
	font-size: 1.1rem;
	padding: 20px 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
.login footer img{
	width: 10% !important;
	margin-bottom: -5px !important;
	margin-left: 10px;
}
.dashboard .banner_dashboard{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3%;
}
.dashboard .banner_dashboard .logo{
	width: 20%;
	height: auto;
}
.dashboard .banner_dashboard .usuario{
	width: 20%;
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 20px;
}
.dashboard .banner_dashboard .usuario .texto{
	width: 70%;
	text-align: right;
}
.dashboard .banner_dashboard .usuario .texto h2{
	font-family: 'ApexNewTrial-Bold';
	color: #658284;
}
.dashboard .banner_dashboard .usuario .texto a{
	color: #658284;
	text-decoration: none;
}
.dashboard .banner_dashboard .usuario img{
	width: 25%;
}
.dashboard .dashboard-wrapper{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5%;
}
.dashboard .dashboard-wrapper ul li{
	list-style: none;
	margin-bottom: 20px;
	padding: 15px 10px;
	width: 90%;
	display: flex;
	align-items: center;
}
.dashboard .dashboard-wrapper ul .active{
	background-color: #80AFB3;
	color: white;
	font-family: 'ApexNewTrial-Bold';
}
.dashboard .dashboard-wrapper ul .active a{
	color: white;
}
.dashboard .dashboard-wrapper ul li a{
	text-decoration: none;
	font-size: 1.5rem;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
}
.dashboard .dashboard-wrapper ul li svg{
	width: 15%;
	height: auto;
	color: white;
	margin-right: 10px;
	display: block;
}
.dashboard .dashboard-wrapper ul .active svg{
	fill: white;
}
.dashboard .dashboard-wrapper .sidebar{
	width: 20%;
}
.dashboard .dashboard-wrapper .main-content{
	display: block;
	width: 75%;
}
.dashboard .dashboard-wrapper .main-content .banner_secciones{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.dashboard .dashboard-wrapper .main-content .banner_secciones a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	border: 2px solid #658284;
	padding: 10px 0;
	border-radius: 100px;
	text-decoration: none;
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 1.1rem;
	transition: all 1s ease;
}
.dashboard .dashboard-wrapper .main-content .banner_secciones a:hover{
	background-color: #658284;
	color: white;
}
.dashboard .dashboard-wrapper .main-content .banner_marca a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	border: 2px solid #658284;
	padding: 10px 0;
	border-radius: 100px;
	text-decoration: none;
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 1.1rem;
	transition: all 1s ease;
}
.dashboard .dashboard-wrapper .main-content .banner_marca .botones{
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 20px;
}
.dashboard .dashboard-wrapper .main-content h2{
	font-family: 'ApexNewTrial-Bold';
	color: #658284;
	font-size: 2rem;
}
.dashboard .dashboard-wrapper .main-content p{
	text-align: center;
	font-size: 1.5rem;
	margin-top: 5%;
}

/*Sección: Locales*/
.busqueda-y-refrescar{
	width: 100%;
	display: flex;
}
.busqueda-y-refrescar form{
	width: 50%;
	margin-top: 2rem;
}
.busqueda-y-refrescar form input[type="text"]{
	width: 60%;
	padding: 10px;
	outline: none;
	border-radius: 100px;
	font-size: 1rem;
}
.busqueda-y-refrescar form button{
	width: 20%;
	align-content: center;
	justify-content: center;
	background-color: #658284;
	color: white;
	font-family: 'ApexNewTrial-Bold';
	border: 2px solid #658284;
	font-size: 1.2rem;
	padding: 9px 0;
	border-radius: 100px;
	transition: all 1s ease;
	cursor: pointer;
	margin-left: 10px;
}
.busqueda-y-refrescar form button:hover{
	background-color: white;
	color: #658284;
}
.btn-refrescar{
	color: #658284;
	margin-left: 10px;
}
.paginacion{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-top: 3%;
}
.paginacion a{
	color: black;
	font-size: 1.2rem;
	padding: 15px 10px;
	text-decoration: none;
	opacity: 0.3;
}
.paginacion .activo{
	color: white;
	background-color: #658284;
	font-family: 'ApexNewTrial-Bold';
	opacity: 1;
	border-radius: 2px;
}
.tabla-locales {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
 	font-family: 'ApexNewTrial-Boook';
  font-size: 1.1rem;
}

.tabla-locales thead th{
	font-family: 'ApexNewTrial-Bold';
	font-size: 1.2rem;
}
.tabla-locales th,
.tabla-locales td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.tabla-locales th {
  border-bottom: 3px solid black; /* azul similar al borde superior */
  font-weight: bold;
  color: #444;
  background-color: #fefefe;
}

.tabla-locales tbody tr:nth-child(even) {
  background-color: #f5f9fa;
}


.tabla-locales td {
  color: #222;
}
.tabla-locales a{
	color: #658284;
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-contenido {
  background-color: #fff;
  margin: 10% auto;
  padding: 2rem;
  width: 30%;
  border-radius: 6px;
  position: relative;
}

.cerrar-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
  cursor: pointer;
}

.modal-contenido h3{
	font-family: 'ApexNewTrial-Bold';
	color: #658284;
	font-size: 1.7rem;
	margin-bottom: 5%;
}
.modal-contenido  form input, .modal-contenido  form select{
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2rem;
	padding: 10px 10px;
	outline: none;
	margin-bottom: 15px;
}
.modal-contenido button{
	display: flex;
	width: 50%;
	align-content: center;
	justify-content: center;
	background-color: #658284;
	color: white;
	font-family: 'ApexNewTrial-Bold';
	border: 2px solid #658284;
	font-size: 1.2rem;
	padding: 10px 0;
	border-radius: 100px;
	transition: all 1s ease;
	cursor: pointer;
	margin-top: 5%;
}
.modal-contenido button:hover{
	background-color: white;
	color: #658284;
}

.intro{
	width: 100%;
	text-align: center;
	margin-top: 3%;
}
.intro img{
	width: 20%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.intro h1{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 2.5rem;
	margin-top: 20px;
}
.intro p{
		font-size: 2rem;
		margin-top: 10px;
}
.intro span{
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}
.text_form{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5%;
}
.texto_intro{
	width: 30%;
}
.form_ventas{
	width: 65%;
}
.text_form .texto_intro h2, .form_ventas h2{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text_form .texto_intro p{
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.text_form .texto_intro span{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.text_form .texto_intro span strong{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 2rem;
	margin-top: 20px;
}
.text_form .texto_intro span p{
	font-family: 'ApexNewTrial-Bold';
	font-size: 1rem;
}
.form_ventas form label{ 
	display: block;
	margin-bottom: 10px;
}

.form_ventas form input{
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2rem;
	padding: 10px 15px;
	outline: none;
}
.form_ventas form select{
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2rem;
	padding: 10px 15px;
	outline: none;
}

.form_ventas .dia{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_ventas .dia h3{
	color: #658284;
	font-family: 'ApexNewTrial-Bold';
	font-size: 3rem;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.form_ventas .dia .fecha, .form_ventas .dia .ventas_totales{
	width: 48%;
}

.form_ventas button{
	display: flex;
	width: 30%;
	align-content: center;
	justify-content: center;
	background-color: #658284;
	color: white;
	font-family: 'ApexNewTrial-Bold';
	border: 2px solid #658284;
	font-size: 1.2rem;
	padding: 10px 0;
	border-radius: 100px;
	transition: all 1s ease;
	cursor: pointer;
