
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@600&family=Lato:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dekko&family=Englebert&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@600&family=Lato:wght@700&family=Rubik:wght@500&display=swap);



.app-sidebar__user-avatar {
  width: 6rem;
  background: whitesmoke;
  padding: 6px;
}
.app-sidebar__toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;
}
.app-sidebar__toggle::before {
  display: none;
}
.headerRegister,
.header-primary {
  background: #17D3FC;
  color: #fff;
}
.headerUpdate {
  background: #17D3FC;
  color: #fff;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ccc;
}
/*Estilos login*/
#divLoading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 255, 0.65);
  z-index: 9999;
  display: none;
}
#divLoading img {
  width: 50px;
  height: 50px;
}
.required {
  color: red;
  font-size: 13pt;
  font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPortada {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPhoto label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prevPhoto img {
  width: 100%;
  height: 100%;
}
.upimg,
.notblock {
  display: none !important;
}
.errorArchivo {
  font-size: 1rem;
  font-family: arial;
  color: #cc0000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.delPhoto {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
#tbl_list_productos img {
  width: 50px;
}
.imgProductoDelete {
  width: 175px;
}

#imgCategoria {
  text-align: center;
}
#imgCategoria img {
  width: 200px;
  margin: auto;
}

/* Upload fotos*/
#containerImages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#containerImages > div {
  margin-right: 10px;
  margin-bottom: 8px;
}
.prevImage {
  border: 1px solid #ccc;
  width: 120px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prevImage img {
  width: 100%;
}
.inputUploadfile {
  display: none;
}
.btnUploadfile,
.btnDeleteImage {
  border: 0;
  background-color: #17D3FC;
  text-align: center;
  padding: 2px 3px;
  color: #fff;
  font-size: 9pt;
  cursor: pointer;
  width: 100%;
}
.btnDeleteImage {
  background-color: #dc3545;
}
.prevImage .loading {
  width: 30px;
  height: 30px;
}
#celFotos img {
  width: 150px;
  margin: 10px;
}

/* tienda en línea */
.divmetodpago label,
#divCondiciones {
  width: 100%;
  display: flex;
}
.divmetodpago label input,
#divCondiciones input {
  margin-right: 15px;
}
#divCondiciones a {
  margin-left: 5px;
}

#divCondiciones label {
  margin-bottom: 0;
}
.linkw:hover {
  text-decoration: none;
}
.container-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-title input {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
}
.dflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ui-datepicker-calendar {
  display: none;
}

.page-content ul li {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page-content ol li {
  list-style-type: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page-content ul li ul li,
.page-content ol li ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.page-content ol li ol li,
.page-content ul li ol li {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.page-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  margin-bottom: 0;
}

.page-error h1 {
  margin: 10px;
  color: #dc3545;
  font-size: 42px;
}

.slick-slider .block2{
  position: relative;
}


/* WhatsApp Chatbox */
.whatsapp-chatbox {
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 250px;
	background-color: white;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	display: none;
	animation: fadeIn 0.5s ease-in-out;
	z-index: 9999;
  }
  
  .chat-header {
	background-color: #25D366;
	color: white;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
  }
  
  .chat-header button {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
  
  .chat-body {
	padding: 15px;
	text-align: center;
  }
  
  /* Estilos mejorados para la entrada de mensaje */
  .chat-input-container {
	display: flex;
	align-items: center;
	padding: 10px;
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
  }
  
  .chat-input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	resize: none;
  }
  
  .chat-send {
	background-color: #25D366;
	border: none;
	color: white;
	padding: 8px 12px;
	margin-left: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.3s, color 0.3s, border 0.3s;
  }
  
  .chat-send:hover {
	background-color: white;
	color: #25D366;
	border: 1px solid #25D366;
  }
  
  /* WhatsApp Floating Button */
  .whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transition: background 0.3s;
	z-index: 10000;
  }
  
  .whatsapp-button:hover {
	background-color: white;
	color: #25D366;
	border: 1px solid #25D366;
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  /* Estilos para botón de Google */
.btn-google {
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    padding: 10px 24px;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #dadce0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    color: #3c4043;
}

.btn-google svg {
    flex-shrink: 0;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dadce0;
}

.separator span {
    padding: 0 10px;
    color: #5f6368;
    font-size: 14px;
}
  
  
