/*[ FONT ]*/
@font-face {
	font-family: Raleway-Bold;
	src: url('../fonts/Raleway/static/Raleway-Bold.ttf'); 
  }
  @font-face {
	font-family: Raleway-SemiBold;
	src: url('../fonts/Raleway/static/Raleway-SemiBold.ttf'); 
  }
  @font-face {
	font-family: Raleway-ExtraBold;
	src: url('../fonts/Raleway/static/Raleway-ExtraBold.ttf'); 
  }
  @font-face {
	font-family: Raleway-Medium;
	src: url('../fonts/Raleway/static/Raleway-Medium.ttf'); 
  }
/*Colores*/
:root{
	--blanco:#FFFFFF;
	--negro-oscuro:#070344;
	--morado-claro:#6C63FF;
	--negro:#07010E;
	--morado-oscuro:#22125C;
	--morado-vino:#55315E;
	--fiusha:#AC33BD;
	--morado:#3824A4;
	--rosa-claro:#F5EFF5;
	--azul:#33ABE5;
	--lila:#BD9ECE;
  }

  .textoSemiBold15{
	font-family: Raleway-SemiBold;
	font-size: 11px;
	color: var(--rosa-claro);
	text-align: center;
  }
  .textoSemiBold20{
	font-family: Raleway-SemiBold;
	font-size: 15px;
	color: var(--rosa-claro);
  }
  .textoSemiBold35{
	font-family: Raleway-SemiBold;
	font-size: 25px;
	color: var(--rosa-claro);
  }
  .textoSemiBold25{
	font-family: Raleway-SemiBold;
	font-size: 18px;
	color: var(--rosa-claro);
  }
  .login-box{
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.1px);
	-webkit-backdrop-filter: blur(6.1px);
	height: auto;
	min-height: 450px !important;

	position: relative;
	min-width: 350px;
	-webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
			box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
	-webkit-perspective: 800px;
			perspective: 800px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  /* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.tituloSeccion{
	  font-size: 45px;
	  font-family: Raleway-Bold;
	}
	.subtitulo{
	  font-family: Raleway-Bold;
	  font-size: 27px;
	  color: var(--azul);
	}
	.subtituloSeccion{
	  font-size: 15px;
	  font-family: Raleway-Medium;
	}
	.textoSemiBold15{
		font-family: Raleway-SemiBold;
		font-size: 11px;
		color: var(--rosa-claro);
		text-align: center;
	}
	.textoSemiBold20{
	  font-family: Raleway-SemiBold;
	  font-size: 15px;
	}
	.textoSemiBold25{
	  font-family: Raleway-SemiBold;
	  font-size: 18px;
	  color: var(--rosa-claro);
	}
	.textoSemiBold35{
	  font-family: Raleway-SemiBold;
	  font-size: 25px;
	}
  
	.subtituloFooter{
	  font-family: Raleway-Medium ;
	}
	.imgInstrucciones{
	  width: 180px;
	}
  }
  
  /* Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) { 
	.titulo{
	  font-size: 55px;
	  font-family: Raleway-ExtraBold;
	  color: var(--rosa-claro);
	}
	.subtitulo{
	  font-family: Raleway-Bold;
	  font-size: 30px;
	  color: var(--azul);
	}
	.tituloSeccion{
	  font-size: 45px;
	  font-family: Raleway-Bold;
	}
	
	.subtituloSeccion{
	  font-size: 15px;
	  font-family: Raleway-Medium;
	}
	.textoSemiBold15{
		font-family: Raleway-SemiBold;
		font-size: 11px;
		color: var(--rosa-claro);
		text-align: center;
	}
	.textoSemiBold20{
	  font-family: Raleway-SemiBold;
	  font-size: 15px;
	}
	.textoSemiBold25{
	  font-family: Raleway-SemiBold;
	  font-size: 18px;
	  color: var(--rosa-claro);
	}
	.textoSemiBold35{
	  font-family: Raleway-SemiBold;
	  font-size: 25px;
	}
  
	.imgInstrucciones{
	  width: 150px;
	}
  
	.formulario{
	  background-color: red;
	  height: auto;
	  width: 300px;
	  position: absolute;
	  z-index: 999;
	  float: right;
	  padding: 20px;
	  /* From https://css.glass */
	  background: rgba(0, 0, 0, 0.432);
	  border-radius: 0px;
	  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	  backdrop-filter: blur(9.2px);
	  -webkit-backdrop-filter: blur(9.2px);
	}
	.mapa-formulario{
	  position: relative;
	  display: flex !important;
	  flex-direction: row-reverse !important;
	}
	.mapa-formulario .formulario{
	  position:absolute;
	}
	.mapa-formulario iframe{
	  position: relative;
	}
  }
  
  /* Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) { 
	.titulo{
	  font-family: Raleway-ExtraBold;
	  font-size: 70px;
	  color: var(--rosa-claro);
	}
	.imgInstrucciones{
	  width: 200px;
	}
  
	.torneoImg{
	  height: auto;
	  width: 100%;
	  max-width: 600px;
	}
	.formulario{
	  background-color: red;
	  height: auto;
	  width: 500px;
	  position: absolute;
	  z-index: 999;
	  float: right;
	  padding: 40px 100px 40px 100px;
	  margin: 20px 50px;
	  /* From https://css.glass */
	  background: rgba(0, 0, 0, 0.432);
	  border-radius: 0px;
	  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	  backdrop-filter: blur(9.2px);
	  -webkit-backdrop-filter: blur(9.2px);
	}
   }
  
  /* X-Large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) { 
	
	.tituloSeccion{
	  font-size: 55px;
	  font-family: Raleway-Bold;
	}
	
	.subtituloSeccion{
	  font-size: 20px;
	  font-family: Raleway-Medium;
	}
	.textoSemiBold15{
		font-family: Raleway-SemiBold;
		font-size: 11px;
		color: var(--rosa-claro);
	  }
	.textoSemiBold20{
	  font-family: Raleway-SemiBold;
	  font-size: 15px;
	}
	.textoSemiBold25{
	  font-family: Raleway-SemiBold;
	  font-size: 20px;
	  color: var(--rosa-claro);
	}
	.textoSemiBold35{
	  font-family: Raleway-SemiBold;
	  font-size: 28px;
	}
   }
.app-sidebar__user-avatar{
    width: 50px;
    background: gray;
    padding: 6px;
}

.app-sidebar__toggle{
    display: -webkit-flex;
    display: -moz-flez;
    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: #009688;
	color: #FFF;
}
.headerUpdate{
	background: #007bff;
	color: #FFF;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.textleft{
	text-align: left;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #CCC;
}

#divLoading{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254,254,255, .65);
    z-index: 9999;
    display: none;
}
#divLoading img{
    width: 50px;
    height: 50px;
}
.required{
    color: red;
    font-size: 13pt;
    font-weight: bold;
}
/*Estilo foto portada categoria*/
.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: 16px;
	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: #009688;
	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 */
.divmetodopago label,#divCondiciones{
	width: 100%;
	display: flex;
}

.divmetodopago 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;
}



.loginContent{
	padding: 20px;
	background-image: url('../images/bgLogin.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}
.login-head{
	text-align: start;
}

.how-pos4-parent {
    position: relative;
}

.m-b-20, .m-tb-20, .m-all-20 {
    margin-bottom: 20px;
}
.formulario input, .formulario textarea {
    font-family: Raleway-Medium;
    color: var(--negro-oscuro);
}
.stext-111 {
    font-size: 13px;
    line-height: 1.6923;
}
.size-116 {
    width: 100%;
    height: 50px;
}
.p-r-30, .p-lr-30, .p-all-30 {
    padding-right: 30px;
}
.p-l-62, .p-lr-62, .p-all-62 {
    padding-left: 62px;
}
.formulario i {
    color: var(--negro);
}
.how-pos4 {
    position: absolute;
    top: calc(50% - 9px);
    left: 28px;
}

.login-form input, .login-form textarea{
	font-family: Raleway-Medium;
	color: var(--negro-oscuro);
  }
  
  .login-form input::placeholder, .login-form textarea::placeholder{
	color: var(--negro);
  }

  /*  Botones */
.btn-grad {background-image: linear-gradient(to right, #3824A4 0%, #AC33BD  51%, #3824A4  100%)}
.btn-grad, .btn-grad-secondary {
   margin: 10px 0px;
   padding: 10px 45px;
   text-align: center;
   transition: 0.5s;
   font-family: Raleway-SemiBold;
   background-size: 200% auto;
   color: white !important;
   border-radius: 10px;
   display: block;
   font-size: 18px;
   border:0px;
 }

 .btn-grad:hover, .btn-grad-secondary:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }

 .login-form .btn-grad{
	width: 100%;
	padding: 5px 45px;
  }
  .login-content .utility{
	  text-align: center;
	  align-items: center;
  }

  .inline_block {
	display: inline-block;
  }