
 
body {
	color: #566787;
	background: #F5DEB3;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}

#info-container>.info-card {
  display:flex; 
  justify-content:space-around; 
  border-left:10px solid black;
}


.clav1{
margin-left:4% ;


}
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .floating-btn:hover {
    background-color: white;
    transform: scale(1.05);
    text-decoration: none;
    color: white;
  }

 .floating1-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: white;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .floating1-btn:hover {
    background-color: white;
    transform: scale(1.05);
    text-decoration: none;
    color: white;
  }




.btn-modern {
  background-color: #4CAF50;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}






.clav{
margin-top: 2%;
margin-right: 2%;


}

.botones1{
	height:600px ;
  width: 15%;
  display: flex;
  flex-direction: column;
  border: 1px solid black; 
   margin-top: -0.5%;
}
.tabla{
	
	height: 600px; 
	overflow-y: auto; border: 1px solid #ccc;
	 border: 1px solid black;
	   margin-top: -0.5% !important;
}


.botones{
display: flex;
width: 100%; 



}







.btn-custom {
    background-color: #d8c3a5 !important; /* Beige claro */
    color: #4b1e1e !important;            /* Vinotinto oscuro */
    font-weight: bold;
    border: 2px solid #4b1e1e !important;
    padding: 12px 25px;
    border-radius: 8px;
    margin: 10px 8px 10px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

/* Íconos dentro del botón */
.btn-custom i {
    font-size: 18px;
}

/* Hover */
.btn-custom:hover {
    background-color: #e5d3bd !important;
    color: #2e0f0f !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}



.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    #4a4a4a 0%,       /* Gris oscuro */
    #d4af37 8%,       /* Dorado */
    #d4af37 92%,
    #4a4a4a 100%      /* Gris oscuro */
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 0.7rem;
  color: #ffffff; /* Blanco */
  background: #800020; /* Vinotinto sólido */
  will-change: transform;
  transform: translateY(-4px);
  transition: 
    transform 600ms cubic-bezier(.3, .7, .4, 1),
    background-color 300ms ease;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3); /* sombra dorada suave */
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  background: #b87333; /* Cobre metálico como hover */
  transform: translateY(-6px);
  transition: 
    transform 250ms cubic-bezier(.3, .7, .4, 1.5),
    background-color 250ms ease;
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

.welcome-message {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #800020;  /* Vinotinto */
color: #FFFFFF;  
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.gallery container{

	display: flex;
	


}


.row {
  margin-right: -1rem;  /* o el valor que tú quieras */
  margin-left: -1rem;
   display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}


.table-responsive {
    margin: 10px 0;
}
.table-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	min-width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {        
	padding-bottom: 12px;
	background: #5C0A19;
	color: #FFFFFF;
	padding: 28px 38px;
	min-width: 100%;
	margin: -20px -20px 5px;
	display: flex;
	 font-family: fantasy;   
	 border: 2px solid black; padding: 20px;
     text-align: center;

}

.titulo-centro {
    background: #5C0A19;
    color: #FFFFFF;
    display: flex;
    flex-direction: column; /* Para que el logo quede arriba y el texto abajo */
    align-items: center;    /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente si hay altura */
    text-align: center;
    padding: 20px 0;
}

.titulo-centro img {
    max-width: 100px;
    margin-bottom: 10px;
}




.encab1{
 margin-left: 30%;
 display: flex;

}






.table-title h2 {
	margin: 5px 0 0;
	font-size: 24px;
}
.table-title .btn-group {
	float: right;
}
.table-title .btn {
	color: #fff;
	float: right;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.table-title .btn span {
	float: left;
	margin-top: 2px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table tr th:first-child {
	width: 60px;
}
table.table tr th:last-child {
	width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
}
table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;
}	
table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;
}
table.table td a {
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
table.table td a:hover {
	color: #2196F3;
}
table.table td a.edit {
	color: #FFC107;
}
table.table td a.delete {
	color: #F44336;
}
table.table td i {
	font-size: 19px;
}
table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.pagination li a:hover {
	color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.pagination li.active a:hover {        
	background: #0397d6;
}
.pagination li.disabled i {
	color: #ccc;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px
}
.hint-text {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}    
/* Custom checkbox */
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
	max-width: 400px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}
.modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.modal .modal-title {
	display: inline-block;
}
.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}
.modal textarea.form-control {
	resize: vertical;
}
.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}	
.modal form label {
	font-weight: normal;
}	

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.wrapper {
    max-width: 100%;
    min-height: 350px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Permite que los elementos salten a otra línea */
}

.logo1 {
    width: 80px;
    margin: auto;
}

.logo2 {
    width: 80px;
    margin: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  #clock {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    background: #f0f0f0;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: 'Courier New', monospace;
  }

.logo h1 {
    margin: 0;
    font-size: 2rem;

  }

.logo span:first-of-type {
    font-size: 2rem;
  }







.logo img {
 	margin-left: 45%;
    width: 80px;
    height: 80px;
     margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #ecf0f3,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
}

.logo1 img {
 	 
    width: 80px;
    height: 80px;
   
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #ecf0f3,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
}


@media (max-width: 700px) {

  .header-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-img {
    width: 80px;  /* Puedes ajustar el tamaño del logo si lo prefieres */
    height: auto;
    align-items: center;
  }

  .logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Espacio entre el logo y las letras */
  }

 #clock {
    display: none;
  }

  .logo span:first-of-type {
    display: none; /* Esto oculta el icono 🕒 también */
  }
}







.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #039BE5;
}

.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}

@media (max-width: 600px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .clock {
        text-align: left;
        margin-top: 10px;
    }
}
 





    













