@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../imagenes/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5; /* Ajusta la transparencia aquí (0.0 a 1.0) */
    z-index: -1; /* Mantiene el fondo detrás del contenido */
}
/* Asegurar que el menú funcione correctamente */
.navbar-collapse.in {
    display: block !important;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/*ESTILOS DE FORMULARIO DE ALTA***/

.mayuscula{
	text-transform:uppercase;
}
.fuente{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
}

/*.Error{
		
		border:solid 2px red;
		
	
	}*/
.msg{
		color: #900;
		font-size: 15px;
	}

/*ESTILOS DEL REGISTRO EXITOSO***/
.normal{
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 20px;
	
	
}


#registro_ok{
	
	/*background: -webkit-radial-gradient(#CCC, #555 450px);/* DEGRADADO CIRCULAR */
	background: -ms-radial-gradient(#d9dde0, #7493a8 800px);/* DEGRADADO LINEAL CROME */
	background: -moz-radial-gradient(#d9dde0, #7493a8 800px);/* DEGRADADO LINEAL IE 10 O+  */
	background: radial-gradient(#d9dde0, #7493a8 800px);
	border-radius: 20px;
}
.datos{
	background: -ms-radial-gradient(#d9dde0, #7493a8 800px);/* DEGRADADO LINEAL CROME */
	background: -moz-radial-gradient(#d9dde0, #7493a8 800px);/* DEGRADADO LINEAL IE 10 O+  */
	background: radial-gradient(#d9dde0, #7493a8 800px);
	border-radius: 20px;
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
	

/*ESTILOS DE LA PAGINA DE CONTACTOS***/
#form_mail{
	position:absolute;
	width:500px;
	height:600px;
	top:200px;
	left:50%;
	background-color: transparent;
	margin-left: -300px;
	z-index:5
	
}
.form-consulta {
	max-width: 500px;
	background-color:transparent;
	padding: 25px; 
	font-family: 'Source Sans Pro', sans-serif;}
.campo-form {
	width:100%; 
	height:36px; 
	margin:2px 0 6px; 
	padding-left:6px; 
	box-sizing: border-box; 
	border-radius:3px; 
	border:0; 
	font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {
	color: #f00
}
textarea {
	min-height: 150px!important;
}
/*ESTILO DE AREA CONSULTA**/
#contacto{
	position:absolute;
	width:500px;
	height:600px;
	top:200px;
	left:0px;
	z-index:4;

	
	background-color: transparent;
	
}
.fuentecont{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	
}

.td1{
	width:350px;
	
	
}
.caja {
	color:#FFF;
	float:left;
	width:310px;
	height: 220px;
	text-align:center;
	margin:4px;
	background-image:url(../imagenes/pantalla.png);
}
.cajacl {
	color:#FFF;
	float:left;
	width:310px;
	height: 220px;
	text-align:center;
	margin:4px;
	background-image:url(../imagenes/pantalla1.png);
}
.cajad{
	color:#FFF;
	float:left;
	width:200px;
	height: 200px;
	text-align:center;
	margin:10px;

}
/*ESTILO DE CATALOGO DE VENTAS***/

.cajaventas {
	float:left;
	width:270px;
	height:280px;
	text-align:center;
	border:1px solid #E2E2E2;
	border-radius:15px;
	margin-left:5px;
	margin-top: 5px;
	vertical-align: center;
}
.cajaventaspromo {
	float:left;
	width:230px;
	height:200px;
	border:1px solid #E2E2E2;
	border-radius:15px;
	margin-left:10px;
	margin-top: 5px;
	vertical-align: center;
}
.menu_venta{
	position:absolute;
	z-index:5;
	width:830px;
	height:60px;
	background-color: transparent;

}
.venta_produ{
	position:absolute;
	width:850px;
	height:860px;
	background-color:transparent;
	
}
#concata{
	position:absolute;
	width:1200px;
	height:1000px;
	background-color: transparent;
}

#centro{
	position:absolute;
	width:600px;
	height:600px;
	top:200px;
	margin-left:100px;
	background-color: transparent;
}	
.caract{
	position:absolute;
	width: auto;
	height:auto;
	z-index:5;
}

/****ESTILO CONTENIDO DEL CARRITO***/
.tit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}
.prod {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #990000;
}
/*ESTILO DE LOS COMENTARIOS O MENSAJES***/
.pregunta{
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #03F;
	
}
.respuesta{
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #900;
}
.promo{
	background: -webkit-radial-gradient(#F2F2F2, #A9BCF5 400px);
	background: -ms-radial-gradient(#F2F2F2, #A9BCF5 400px);
	background: -moz-radial-gradient(#F2F2F2, #A9BCF5 400px);
	background: radial-gradient(#F2F2F2, #A9BCF5 400px);
}
/*ESTILOS DE LA PAGINA DEL LIBRO DE VISITAS**/
.fuente8 {
	font-size:8pt;
	font-family: verdana,arial,helvetica;
}
.fuente10 {
	font-size:10pt;
	font-family: verdana,arial,helvetica;
}
.titcol {
	font-size : 10pt;
	font-family : verdana,arial,helvetica;
	background-color : #eeeecc;
	color : #000000;
}
/**ESTILO DE FORMULARIO DE CONTACTOS***/
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	background: transparent;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 25px;
	font-weight: 400;
        margin-bottom: 10px;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 999;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.popup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  /* Animación que durará 2 segundos*/
  -webkit-animation: autopopup 2s;
  -moz-animation: autopopup 2s;
  animation: autopopup 2s;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  position: relative;
  margin: 7% auto;
  padding: 30px 50px;
  background-color: #fafafa;
  color: #333;
  border-radius: 3px;
  width: 50%;
}
a.popup-cerrar {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #333;
  padding: 7px 10px;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  color: #fff;
}
to {
  opacity: 1;
}

@keyframes autopopup {
  from {
    opacity: 0;
    margin-top: -200px;
  }
  to {
    opacity: 1;
  }
}

/*ESTILO PARA PAGINA CONTROL DE PAGOS**/
 .badge-pagado {
            background-color: #28a745;
        }

.badge-pendiente {
            background-color: #ffc107;
            color: #000;
        }

.saldo-info {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
        }

.card-custom {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border: none;
            border-radius: 10px;
        }
/**ESTILOS DEL BOTON DE BÚSQUEDA EN PLANILLA DE PAGOS**/
/* Estilos para búsqueda de órdenes */
#buscarCliente:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

#limpiarBusqueda:hover {
    background-color: #e74c3c;
    color: white;
}

#tablaOrdenes tbody tr {
    transition: all 0.2s ease;
}

.input-group-addon {
    transition: all 0.2s ease;
}

/* Estilo para botones en estado de procesamiento */
.btn-procesando {
    opacity: 0.6;
    cursor: not-allowed !important;
    position: relative;
}

/* Opcional: Agregar spinner de carga */
.btn-procesando::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

/* Deshabilitar hover en botones procesando */
.btn-procesando:hover {
    transform: none !important;
}