/* 
::::::::::::::::::::::::::::::::::::::::::::: 
::::::::::::::::::::::::::::::::::::::::::::: 
::::::::::::::: App Off Shoes ::::::::::::::: 
::::::::::::::::::::::::::::::::::::::::::::: 
::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #181818;
	font-family: 'AvenirNext', sans-serif;
}
:root {
	--base-color: #181818;
	--secondary-color: #f6eb4d;
	--white-color: #ffffff;
	--black-color: #000000;
	--gray-color: #5b5b5b;
}
/* Margins */
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.marginLeft {
	margin-right: 15px;
}
.mtmobile-20 {
	margin-top: 20px !important;
}
.mtmobile-25 {
	margin-top: 25px !important;
}
/* Paddings */
.padding-l-10{
	padding-left: 10px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-40 {
	padding-top: 40px;
}
.pr-0 {
	padding-right: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.pl-20 {
	padding-left: 20px !important;
}
.pb-20 {
	padding-bottom: 20px;
}
.pr-55 {
	padding-right: 55px;
}
.catList .pl-20 {
	margin-right: 20px !important;
}
.add_border {
	padding-bottom: 5px;
	border-bottom: 4px solid var(--secondary-color);
}
.remove_border {
	border-bottom: none;
}
.sizeIcon {
	font-size: 25px;
}
.valores {
	font-size: 45px;
	font-weight: bold;
}
.boxLeft {
	background: #ECECEC;
}
.boxRight {
	background: #F7F7F7;
}
.conteners {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.text-value {
	color: #63a64c;
	font-weight: bold;
	font-size: 40px;
}
.header-logo {
	width: auto;
	height: 40px;
}
.navbar-header .header-logo {
	margin-top: 15px;
}

.flex-logo{
	display: flex;
}
.class-logo {
	width: auto;
	height: 90px;
	margin-bottom: 3%;
}
.text-logo {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.login .form-control {
	background: none !important;
	border: 2px solid #fff !important;
}
.body-blue {
	background: #181818;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.body-green {
	background: rgb(77,143,97);
	background: linear-gradient(274deg, rgba(77,143,97,1) 0%, rgba(66,159,87,1) 51%, rgba(138,199,77,1) 100%); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.userEstatus {
	width: 80%;
}
.selectEstatus {
	width: 85%;
	color: #fff !important;
	border: none !important;
}
.activado {
	background: #5cb85c !important;
	color: #fff !important;
	border: 1px solid #5cb85c !important;
}
.desactivado {
	background: #d9534f !important;
	color: #fff !important;
	border: 1px solid #d9534f !important;
}
.ng-table-header {
	text-align: left;
	font-size: 14px;
}
.whites {
	color: #fff;
}
.form-group {
	margin-bottom: 8px;
}
label {
	font-family: 'AvenirNextUltLt', sans-serif;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 14px;
}
.error {
	color: #ffffff;
}
.error_email {
	color: #fe644d;
}
.nopadding {
	padding-right: 1px;
	padding-left: 1px;
}
.estrella {
	color: #ffd02c;
}
.bigs {
	font-size: 20px;
}
.login .list-group-item {
	background: none;
	border: none;
	padding: 6px 0px !important;
}
.login {
	margin-top: 15%;
}
.marginTop {
	margin-top: 20px;
}
.marginTableTop {
	margin-top: 100px;
}
.marginBottom {
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
	font-size: 15px;
	color: #3e3e3e;
}
.partition-light {
	background: #d8262e;
	color: #fff;
}
.partition-dark {
	background: #06aaef;
	color: #fff;
}
.no-padding {
	padding: 0 !important;
}
.yes-padding {
	padding: 20 !important;
}
.bg-white-only {
	background: rgb(77,143,97);
	background: linear-gradient(274deg, rgba(77,143,97,1) 0%, rgba(66,159,87,1) 51%, rgba(138,199,77,1) 100%); 
}
.b-b {
	margin-top: 40px;
}
.table-responsive {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 400px;
}
.no-border {
	border: none !important;
}
.no-border .col-sm-6 {
	padding: 8px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	margin-right: 0px;
}

/* Modal */

body.modal-open .modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal .modal-dialog {
    margin: auto;
}
.btn-success:hover {
	background-color: var(--secondary-color) !important;
	color: var(--white-color) !important;
}
.btn-purple:hover {
	background-color: var(--secondary-color) !important;
	color: var(--white-color) !important;
}
.sweet-alert button {
	border-radius: 0px !important;
}
.administrador {
	font-weight: 600;
	color: #fff !important;
}

/*:::::::::::::::::::::::::*/
/* Loading */
/*:::::::::::::::::::::::::*/
/* Absolute Center Spinner */
.spinner_ {
	display: block;
    height: 20px;
    width: 140px;
    background-image: 
    linear-gradient(#181818d6 20px, transparent 0), 
    linear-gradient(#181818d6 20px, transparent 0), 
    linear-gradient(#181818d6 20px, transparent 0), 
    linear-gradient(#181818d6 20px, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0, 40px 0, 80px 0, 120px 0;
    animation: pgfill 1s linear infinite;
    position: fixed;
	z-index: 999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.labelSpinner {
	position: fixed;
	z-index: 999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'AvenirNextUltLt', sans-serif !important;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #919191 !important;
	width: 140px;
	height: 80px;
	letter-spacing: 2px;
}
.loading {
	position: fixed;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
}
/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #181818fc;
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
   /* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
}
.showIfLast {
	display: none;
}
.divider {
	margin: 0cm 0cm 2cm 0cm;
}
.space {
	margin: 0cm 0cm .5cm 0cm;
}
.table thead {
	background: #d0d0d0;
}
.sort-icon {
	color: rgb(255, 229, 0) !important;
	font-size: 18px;
	cursor: pointer;
}
.thead-bg {
	background: #d0d0d0 
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.hidden {
	display: none !important;
}
.tabla-upload .table thead {
	background: #faef3c;
}
.glyphicon-ok {
	color: #4eee6f;
}
.progress-bar {
	background-color: #4eee6f;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file .svg-inject {
	vertical-align: middle;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: pointer;
	display: block;
}
.btn-file-logotipo {
	background-color: #E91E63;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
	border-radius: 20px !important;
}
.panel-upload .btn-primary {
	background: #667770 !important;
}
.fa {
	font-size: 18px !important;
}
.btn-data:hover {
	background-color: var(--secondary-color);
	color: var(--base-color);
}
.contain-home-v2 {
	margin-top: 3%;
}
.showLogo {
	display: block;
}
.hideLogo {
	display: none;
}
/* Header */
.ln-header {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--secondary-color);
}
.ln-header:hover {
	color: var(--secondary-color);
	padding-bottom: 5px;
	border-bottom: 4px solid var(--secondary-color);
}

.icon-header{
	width: auto;
	height: 35px;
}
.icon-perfil{
	width: auto;
	height: 35px;
	margin-left: 5px;
	border-radius: 75px;
}
.b-right {
	padding-top: 8px;
}
.label_session {
	color: #fff !important;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 800;
	letter-spacing: 1px;
}

/** Prototype styles **/

#site-wrapper {
  position: relative;
  width: 100%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateX(100px);
  transform: translate3d(100px, 0, 0);
  transition: 300ms ease all;
  backface-visibility: hidden; 
  z-index: 100;
}
.show-nav #site-canvas {
  transform: translateX(-70px);
  transform: translate3d(-70px, 0, 0);
}
#site-menu {
  width: auto;
  height: auto;
  position: absolute;
  top: 33px;
  right: -55px;
  padding: 0px;
}
#site-menu .fa-times {
	float: right;
	color: #fff;
}
#site-menu .list_categorias li {
	width: 100%;
	text-align: right;
	border-radius: 0px;
	border: none !important;
	border-bottom: 1px solid #faec37 !important;
	padding: 5px 0px;
  	text-transform: uppercase;
}
#site-menu .list_categorias li a {
	color: #faec37 !important;
	font-size: 15px;
	font-family: 'AvenirNextUltLt', sans-serif;
}
#site-menu .list_categorias li a:hover {
	color: #fff !important;
}
#site-menu .list_categorias {
	margin-top: 20px;
}
.back_ {
	padding:10px 30px;
  	text-transform: uppercase;
}
.back_ a {
	color: #faec37;
	font-size: 12px;
  	letter-spacing: 0.5px;
}

/* Page Home */
.container_productos {
	padding-bottom: 8%;
}
.title_productos {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 5%;
	font-weight: 800;
	padding-right: 15px;
}
.title_categorias {
	margin-top: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 10%;
	color: #5b5b5b;
}
.list_categorias {
	padding-left: 0px;
	cursor: pointer;
}
.list_categorias li {
    font-size: 15px;
	margin-bottom: 5%;
	font-family: 'AvenirNextUltLt', sans-serif;
	text-transform: uppercase;
	color: #fff;
  	letter-spacing: 0.5px;
}
.list_categorias li:hover {
	color: var(--secondary-color);
}
._row_productos {
	margin-top: 30px;
}
._row_productos:first-child{
	margin-top: 20px;
}
._row_productos:last-child{
	margin-top: 20px;
	margin-bottom: 0;
}
._row_publicar {
	padding-top: 20px;
}
._row_publicar:last-child{
	margin-top: 2%;
	margin-bottom: 0;
}
._row_publicar .box-producto {
	padding: 80px 20px 40px 20px;
	text-align: center;
}
._row_publicar .title {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--secondary-color);
}
._row_publicar .description {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white-color);
	font-family: 'AvenirNextUltLt', sans-serif;
}
.circle-nivel {
	font-size: 16px;
	font-weight: 700;
	color: #5b5b5b !important;
}
.home-productos {
	padding-left: 20px;
	padding-right: 20px;
}
.micatalogo-productos {
	padding-left: 20px;
	padding-right: 20px;
}
.micatalogo-productos .shoesCatalogo {
	margin-top: 30px;
}
.title_products {
	color: var(--secondary-color) !important;
	margin-top: 20px;
	  font-size: 18px;
	  letter-spacing: 2px;
	  font-weight: 500;
}
input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #181818;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #faec37;
    margin-right: 7px;
}
input[type=checkbox]:checked:before {
	color: #868686 !important;
}
input[type=radio] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
input[type=radio]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #181818;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #faec37;
    margin-right: 7px;
}
input[type=radio]:checked:before {
	color: #868686 !important;
}
.btn-radio {
	padding: 5px 0px;
}
.btn-radio span {
	font-size: 14px !important;
	font-family: 'AvenirNextUltLt', sans-serif;
  	color: var(--white-color);
  	text-transform: uppercase;
}

.img_productos {
 cursor: pointer;
}

.rating{
	color: #fff;
	margin: 0;
	padding: 0;
}

ul.rating {
	display: inline-block;
}

.rating li {
	list-style-type: none;
	display: inline-block;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

.rating .filled {
	color: #ffed00;
}

.estrellas .rating li  {
	font-size: 15px;
}

/* Card single product */
.title-producto {
	color: #faec37;
	font-weight: 600;
	font-size: 16px;
	margin-left: 15px;
  	margin-right: 15px;
	letter-spacing: 1px;
}
.price {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 15px;
  	margin-right: 15px;
}
.producto_marca {
	font-weight: 300 !important;
	font-size: 13px !important;
	color: #63a64c !important;
}

/* Catalogo */
.catalogo {
	text-transform: uppercase;
}
.plus-icono {
	font-size: 30px;
	color: var(--secondary-color);
	font-family: 'AvenirNextBold', sans-serif;
	margin-top: 30px;
}

/* Checkout */
.bg-gray {
	background: #dadada;
	padding-left: 30px;
	padding-right: 30px;
	color:#565656;
	border-radius: 5px;
}
.img_productos_checkout {
	height: 80px;
	width: auto;
}
._row_productos table {
	text-transform: uppercase;
	color:#565656;
}
._row_productos table td{
	font-size: 13px;
	font-weight: 400;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1.5px solid #b4b4b4;
	padding: 15px 15px;
	vertical-align: middle;
}
.table > thead > tr > th {
	border-bottom: none;
}
.table thead {
	background: none;
}

.icon-btn {
	float: right;
	height: 35px;
	width: auto;
}
.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
}
.content-input{
	position: relative;
	margin-bottom: 20px;
	padding:5px 0 5px 50px; 
	display: block;
	color: #565656;
	font-weight: 300;
}
.content-input input + i{
 background: #f0f0f0;
 border: none;
 position: absolute; 
 left: 0;
 top: 0;
}
.content-input input[type=radio] + i{
 height: 30px;
 width: 30px;
 border-radius: 100%;
 left: 0px;
}
.content-input input[type=radio] + i:before{
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
	background:var(--secondary-color);
	transition: all 0.25s ease; 
	transform: scale(0);
	opacity: 0; 
}
.content-input input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.border-tops {
	border-top: 1px solid #b3b3b3;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subtitle_order {
	font-weight: 500 !important;
	font-size: 15px !important;
}
/* Page perfil */
.modal_perfil {
	text-align: center !important;
	color: #fff !important;
	padding: 35px;
}
.modal_perfil .nombre_cliente {
	font-size: 28px;
	font-weight: 600;
	color: #a6a1a1;
}
.modal_perfil .credito {
	font-size: 22px;
	font-weight: 500;
	color: #a6a1a1;
	letter-spacing: 2px;
}
.modal_perfil .quantity-producto {
	font-size: 22px;
	font-weight: 500;
	color: #5b5b5b;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.modal_perfil .genera_credito {
	font-size: 13px;
	font-weight: 500;
	color: #5b5b5b;
	text-align: center;
	letter-spacing: 2px;
}
.modal_perfil .img-perfil{
	text-align: center;
}
.modal_perfil .img-perfil img{
	margin: auto;
}
.modal_perfil .modal-footer{
	border-top: none;
}
.modal_perfil .panel {
	box-shadow: none;
}
.newPerfil .modal-dialog {
    margin: auto;
	width: 90%;
}
.newPerfil .modal-content {
    box-shadow: none !important;
}
.modal_perfil .btn_cerrar{
	position: absolute;
	right: 2px;
	top: 0px;
	font-size: 12px;
	font-weight: 800;
	padding:0px;
	background-color: #181818;
	color: #fff !important;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
}
._closer .btn_cerrar{
	position: absolute;
	right: 0px;
	top: -60px;
	font-size: 15px;
	padding:0px;
	background-color: #181818;
	color: #fff !important;
	border:1px solid #fff;
	width: 30px;
	height: 30px;
	border-radius:0;
}
.modal_perfil {
	background: transparent;
	
}
.modal_perfil .panel {
	background: transparent !important;
	
}
.newPerfil .modal-content {
	background: transparent !important;
}
.modal_perfil input {
	border-radius: 20px !important;
}
.modal_perfil ._zonas ul {
	list-style: disclosure-closed;
	color: #333;
}
.modal_perfil ._zonas p {
	color: #333;
	font-weight: 600;
	margin-top: 20px;
}
.modal_perfil .control-label {
  font-weight: 500;
  color: #828282;
  font-size: 14px;
}
.modal_perfil #form1 .text-muted{
	color: #828282;
}
.btn-view .view-pdfs {
	font-size: 35px !important;
	color: #da3c52;
	cursor: pointer;
}
.img-facebook {
	width: auto;
	height: 40px !important;
	margin: auto;	
}
.btn-facebook {
	background:transparent;
	padding:10px 40px;
	width: auto;
	margin-top: 5%;
	border:1px solid #474747;
	border-radius:0px;
	font-size: 16px;
	font-weight: 300;
	color: #919191;
	text-transform: uppercase;
	font-family: 'AvenirNextUltLt', sans-serif !important;
}
.btn-facebook:hover {
	background:#474747;
	color: #fff;
	border:1px solid #474747;
}
.btn-logout {
	background: transparent;
	color: #fff;
	border:1px solid #fff;
	font-weight: 800;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	margin-top: 5%;
}
.sweet-alert {
	font-family: 'AvenirNext', sans-serif !important;
}
.sweet-alert h2 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.box-action {
	margin-top: 6%;
	font-weight: 600;
}
.box-action .fa {
	cursor: pointer;
}
.hr-producto {
	margin-bottom: 3px !important;
	margin-top: 3px !important;
}

/* Login */
.list-group-item {
	background: transparent !important;
	border: none !important;
}
.list-group-item .box-input{
	font-size: 15px;
	text-align: left;
}
.list-group-sm .list-group-item {
	padding: 10px 0px;
}
.label_aviso{
	cursor: pointer;
}
.texto_autorizacion {
	color: #fff;
	font-size: 13px;
}
.modal_aviso, .modal_email{
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}
.modal_aviso .modal-title {
	font-weight: 800;
}
.modal_aviso .panel-default {
	border: none !important;
}
.modal_email .panel-default {
	border: none !important;
}
.texto_autorizo {
	color: var(--base-color);
	margin-left: 10px;
}
.check_aviso {
	border: 2px solid red;
	outline: 2px solid red;
	width: 25px;
	height: 25px;
}
.btn_cerrar {
	color: #000 !important;
}
.btn_cerrar:hover {
	border: 1px solid var(--secondary-color);
	color: #fff !important;
}
.modal_aviso a {
	color: #faec37;
}

/* Dashboard */
.body-contener-white {
	background: #f0f3f4 !important;
}
.navbar-nav > li > a {
	line-height: 30px;
}
.form-login .form-control {
	border: 2px solid var(--white-color);
	background: transparent;
	color: var(--white-color);
}
.form-login {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); 
	margin-top: 5%;
	padding: 35px;
	border-radius: 15px;
}
.logo_dashboard {
	padding-top: 20px;
}
.ListadoClientes img {
	height: 80px;
	width: auto;
	border-radius: 80px;
}
.btn_detalle {
	padding: 6px 20px;
	background: #fff;
	border: 1px solid #000;
	width: auto;
	color: #000 !important;
	border-radius: 20px;
	font-weight: 500 !important;
}
.btn-acciones .btn_detalle {
	padding: 9px 15px;
	background: #fff;
	border: 3px solid #48965d !important;
	width: auto;
	color: #000 !important;
	border-radius: 0px !important;
	font-weight: 500 !important;
}
.btn-acciones .w-xs {
  width: auto !important;
  margin-right: 5px;
}
.productos_order .hr-producto {
	margin-bottom: 0px !important;
	margin-top: 10px !important;
	padding-top: 10px;
	padding-bottom: 5px;
}
.icon_home {
	margin-right: 2%;
	height: 40px;
	cursor: pointer;
}
.btn_estatus {
  padding: 6px 20px;
  background: transparent;
  border: 3px solid #63a64c;
  width: auto;
  color: #000 !important;
  border-radius: 20px;
  font-weight: 500 !important;
  cursor: auto;
}
.line_white {
	width: 70%;
	border-top: 1px solid #474747;
	margin-top: 8%;
}
.box_evaluacion .texto_2 {
	font-size: 18px;
}
.box_evaluacion .estrellas {
	text-align: left;
	width: 88%;
	margin-left: 12%;
}
.box_evaluacion {
	padding-top: 30px;
}
.box_evaluacion h2{
	font-size: 25px;
	letter-spacing: 1px;
}
.box_evaluacion .vendedor{
	font-size: 16px;
	font-weight: 700;
}
.box_evaluacion .estrellas .rating li {
	font-size: 22px;
	cursor: pointer;
  }
/* Clientes */
.text_search {
	font-size: 12px;
	font-weight: 300;
	color: #333;
}

._footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 20px;
	width: 100%;
	color: var(--white-color);
	background: #181818;
}
._footer a, span {
	color: var(--white-color) !important;
	font-size: 11px !important;
	text-transform: uppercase;
}
._footer a:hover {
	color: var(--secondary-color) !important;
}
._footer span:hover {
	color: var(--secondary-color) !important;
}
.margin-r-10 {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'AvenirNext', sans-serif;
}
.nano {
	height: 24px !important;
}
.ic_footer {
	height: 20px;
	width: auto;
	margin-left: 20px;
}
.link-cursor {
	cursor: pointer;
}
.link-cursor:hover {
	color: var(--secondary-color);
}
.vl {
	border-right: 1px solid #474747;
	padding-right: 20px;
}
.vlr {
	border-left: 1px solid #474747;
	padding-right: 20px;
	padding-left: 20px;
}
._registro {
	text-align: left;	
}
._registro .img-perfil .perfil_checkout {
  height: 80px;
}
._row_productos .col-md-3 {
	padding: 20px;
	background: #e6e6e6;
	border-radius: 0px 15px 0px 0px;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
}
._row_productos .description {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.listaPedidos .ng-table-pager {
	margin-top: 5%;
	display: none;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px dotted #62749f;
}
.icon_pedidos {
	height: 45px;
	margin-left: 5px;	
}
.header-shoes {
	position: fixed;
	width: 100%;
	background: #181818;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 20;
}
.height-header{
	height: 60px;
	width: 100%;
	position: relative;
}
.icono_menu_cat {
	display: none;
}
.container_c {
  display: inline-block;
  margin-right: 5%;
}

.isMobile {
	display: none;
}
.tipoEnvios input[type="radio"]{
	float: right;
	margin-top: 12px;
	width: 25px;
	height: 25px;
}
.tipoEnvios {
	border: 2px solid #63a64c;
	padding: 10px;
	border-radius: 10px;
	color: #636363;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}
.tipoEnvios .smallTipo {
	font-size: 13px;
	color: #63a64c !important;
	font-weight: 400;
}

.tipoEnvios .fa {
	margin-top: 5px;
	  font-size: 35px !important; 
	margin-right: 20px;
}
.rradio p {
	position: absolute;
	top: 25px;
	left: 80px;
}
#form1 .error {
	color: #c14900 !important;
}
.line_category {
	border-top: 1px solid #474747;
}

.box-producto {
	padding: 0px 0px 20px 0px;
  	border: 1px solid #474747;
}
.box-producto img {
	background: #fff;
}
.logo_header {
	height: 215px;
  	width: auto;
  	margin-top: 20px;
}
.modal_perfil .logo_header {
	height: 260px;
  	width: auto;
  	margin-top: 20px;
}
.icon_fb {
	height: 25px;
	width: auto;
}
.box_detalle .precio {
	color: #fff;
	font-size: 50px;
	font-family: 'AvenirNextBold', sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 0px;
}
.box_detalle .texto_1 {
	color: #faec37;
	font-size: 15px;
	font-family: 'AvenirNext', sans-serif;
	margin-bottom: 5px;
}
.box_detalle .texto_2 {
	color: #fff;
	font-size: 15px;
	font-family: 'AvenirNext', sans-serif;
}
.box_detalle .table .texto_2 {
	padding: 0px !important;
	border-right: 1px solid #474747;
}
.box_evaluacion .table .texto_2 {
	padding: 0px !important;
	border-right: 1px solid #474747;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
	padding: 0;
}
.evaluarVendedor {
	color: #06aaef;
	font-size: 18px;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 800;
	text-decoration: underline;
}
.wEvaluacion {
	width: 200px;
	margin: auto;
}
.btnWhatsApp {
	color: #faec37;
	font-size: 16px;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 600;
	border: 1px solid #faec37;
	padding: 15px 10px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	max-width: 250px;
}
.btnWhatsApp:hover {
	background:#474747;
	border:none;
	border: 1px solid #474747;
}
.btnSale {
	color: #faec37;
	font-size: 18px;
	text-align: center;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 800;
	border: 1px solid #faec37;
	padding: 10px 20px;
	margin-top: 20px;
	cursor: pointer;
}
.btnSales {
	color: #faec37;
	font-size: 18px;
	text-align: center;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 800;
	border: 1px solid #faec37;
	padding: 10px 20px;
	margin-top: 20px;
}
.btnSale:hover {
	background:#474747;
	border:none;
	border: 1px solid #474747;
}
.btnPublicar {
	color: #faec37;
	font-size: 16px;
	text-align: center;
	font-family: 'AvenirNext', sans-serif;
	border: 1px solid #faec37;
	padding: 10px 20px;
	margin-top: 20px;
}
.btnPublicar:hover {
	border: 1px solid #474747;
	background-color: #474747;
}
.btnAddProducto {
	color: #faec37 !important;
	font-size: 18px;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 800;
	border:1px solid #faec37 !important;
	padding:15px 80px;
	margin-top: 50px;
	margin-left: -28%;
	cursor: pointer;
	background:transparent;
}
.btnAddProducto:hover {
	border: 1px solid #474747 !important;
	background-color: #474747;
}
.has-success .control-label {
	color: var(--white-color) !important;
}
.has-error .control-label {
	color: #fff !important;
}
#form1 .error {
	color: #fff !important;
	margin-top: 5px;
	font-weight: bold;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.box_detalle img {
	background: #fff;
}
.sweet-alert p {
	color: #919191 !important;
  	font-size: 16px !important;
	font-family: 'AvenirNextUltLt', sans-serif;
}
.page_politicas {
  	font-size: 16px !important;
	font-family: 'AvenirNext', sans-serif;
	font-weight: 400;
}
._burguer {
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 20px;
	margin-right: 15px;
}
.portada {
	cursor: auto;
}
.btn-file {
	position: relative;
	overflow: hidden;
  }
  .btn-file input[type=file] {
	position: relative;
	width: 100px;
	height: 60px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline:none;
	cursor: pointer;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.thumbShoes {
	width:200px; 
	height:200px;
}
.shoes_box {
	margin-top: 30px; 
}
.home-productos .repeated:first-child {
  margin-top: -30px;
}
.grid-home .img_productos {
	min-height: auto;
}


/* Alertas */

.sweet-alert {
	background: #181818 !important;	
}
.sweet-alert h2 {
	color: #faec37 !important;
}
.sweet-alert button:active {
	background:#474747 !important;
	border:none !important;
	border: 1px solid #474747 !important;
}
.sweet-alert button:hover {
	background:#474747 !important;
	border:none !important;
	border: 1px solid #474747 !important;
}
.confirm, .cancel, .btn-success, .btn-purple {
	box-shadow: none !important;
	background-color: transparent !important;
	color: #faec37 !important;
	font-size: 16px !important;
	font-family: 'AvenirNext', sans-serif;
  	font-weight: 600 !important;
  	border:1px solid #474747 !important;
  	padding:15px 10px !important;
  	text-align: center;
  	letter-spacing: 1px;
  	cursor: pointer !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
	background: #000 !important;	
}
.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
	background: #000 !important;
}
.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
  background: #181818 !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  background: #181818 !important;
}
.sa-warning {
	border: 1px solid #F8BB86 !important;
	width: 60px !important;
    height: 60px !important;
}
.sa-warning .sa-body {
	width: 2px !important;
	height: 25px !important;
	margin-left: 0 !important;
}
.sa-error {
	border: 1px solid #F27474 !important;
	width: 60px !important;
    height: 60px !important;
}
.sa-error .sa-line {
  height: 2px !important;
  width: 28px !important;
  top: 30px !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 1px solid #A5FF73 !important;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 1px !important;
}
.sa-line.sa-tip {
  left: 11px !important;
}
.sa-icon.sa-success .sa-line {
	background-color: #A5FF73 !important;
}
 .sweet-alert .sa-icon.sa-success::before {
  width: 65px !important;
}


 /* The side navigation menu */
 .sidenav_ {
	height: 100%; 
	width: 0; 
	position: fixed; 
	z-index: 1; 
	top: 0;
	right: 15px;
	background-color: #181818; 
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s; 
  }
  
  /* The navigation menu links */
  .sidenav_ a {
	padding: 2px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'AvenirNext', sans-serif;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav_ a:hover {
	color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav_ .closebtn {
	position: absolute;
	top: 10px;
	right: 10px;
	border:1px solid #fff;
	font-size: 18px;
	width: 22px;
	height: 22px;
	padding: 0px 4px;
  }

  .sidenav_ .list_categorias li {
	width: 100%;
	text-align: right;
	border-radius: 0px;
	padding: 5px 0px;
  	text-transform: uppercase;
}
.sidenav_ .list_categorias li a {
	color: #faec37 !important;
	font-size: 15px;
	font-family: 'AvenirNextUltLt', sans-serif;
	text-decoration:underline;
   text-underline-position: under;
}
.sidenav_ .list_categorias li a:hover {
	color: #fff !important;
}


.is_desktop {
	display: block;
}
.is_mobile {
	display: none !important;
}
.shoesPortada {
	margin-top: -30px;
}
.shoesPortada .title-producto {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
.shoesPortada .price {
	text-align: left;
	font-size: 16px;
}
.lastBoxEmpty {
	text-align: center;
	padding: 90px 20px;
}
.lastBox {
	text-align: center;
	padding: 158px 20px;
}
.lastBox .title-producto {
	font-weight: 300;
	color: #474747;
	text-transform: uppercase;
}
.lastBoxEmpty .title-producto {
	font-weight: 300;
	color: #474747;
	text-transform: uppercase;
}
.logo_header_nav {
	display: none;
}

.row_thumbs {
    margin-left: 0px;
    margin-right: -8px;
}
.thumbs_separate {
   padding-left: 0;
   padding-right: 8px;
}
.sideFooter {
    bottom: 5%;
    width: 100%;
    left: 18px;
    cursor: pointer;
    text-align: left;
	font-size: 11px;
	font-family: 'AvenirNextUltLt', sans-serif;
	text-transform: uppercase;
}
.sideFooter a {
	cursor: pointer;
	font-size: 11px;
	font-family: 'AvenirNextUltLt', sans-serif;
	text-transform: uppercase;
}

.modalPolitica .modal-header{
	border-bottom: 1px solid #919191;
}
.modalPolitica .modal-footer{
	border-top: 1px solid #919191;
}
.modalPolitica .modal-content {
	background-color: #181818;
}
.modalPolitica .panel {
	color: #919191;
	background-color: #181818;
}
.modalPolitica .modal-title {
	color: #faec37;
}
.currentPage {
	font-size: 12px;
	font-family: 'AvenirNextUltLt', sans-serif;
	text-transform: uppercase;
	color: #919191;
}
.btnPages {
	background:transparent;
	padding:8px 30px;
	width: auto;
	margin-top: 5%;
	border:1px solid #474747;
	border-radius:0px;
	font-size: 14px;
	font-weight: 300;
	color: #919191;
	text-transform: uppercase;
	font-family: 'AvenirNextUltLt', sans-serif !important;
}
.btnPages:hover {
	background:#474747;
	color: #fff;
	border:1px solid #474747;
}
.box-producto .fa-spinner {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}



/*  ::::::::::::::::::::::::::::::::::::
	::::::::::::::::::::::::::::::::::::
			Responsive Phone
	:::::::::::::::::::::::::::::::::::: */

@media (min-width: 1651px) {
  .shoes_box {
       min-height: 490px;
   }
}
@media only screen and (max-width: 1650px) and (min-width: 995px) {
	.btn_registro{
		min-width: 92% !important;
    }
	.contain-home-v2 {
		margin-top: 8% !important;
   }
   ._footer {
	   position: relative !important;
   }
   .b-right {
	   padding-top: 0px;
	   text-align: left;
   }
   .title_categorias {
	 margin-top: 5px;
	 padding-bottom: 3%;
   }
   .container-category {
	   display: flow-root;
   }
   .perfil_checkout {
	   margin: auto;
   }
   .shoes_box {
       min-height: 418px;
   }
}
@media (max-width: 994px) {
	.is_desktop {
		display: none !important;
	}
	.is_mobile {
		display: block !important;
	}
	.logo_header {
		margin-top: 22px;
		height: 140px;
	}
	#site-menu {
		right: -140px;
		background:#181818;
    	padding:5px 20px;
	}
	#site-canvas {
		width: auto;
	}
	#site-menu .list_categorias li {
		text-align: left;
	}
	.pt-m-30 {
		margin-top: 20px;
	}
	.pt-m-15 {
		margin-top: 15px;
	}
	.block_flex {
		display: flex;
		justify-content: center;
	}
	.thumbs {
		height: 120px;
		width: auto;
		margin-left: 10px;
	}
	.box_detalle .mt-30 {
		margin-top: 0px !important;
	}
	._footer {
		position: relative;
	}
	.header-shoes .col-md-2{
		width: 40%;
		float: left;
	}
	.header-shoes .col-md-10{
		width: 60%;
		float: left;
	}
	.shoes_box {
		margin-top: 15px;
	}
	._row_productos {
		margin-top: 0px;
	}
	._row_productos:first-child {
	  margin-top: 0px;
	}
	.repeated:first-child {
	  margin-top: -10px;
	}
	.grid-home .img_productos {
	  min-height: auto;
	}
	.pr-55 {
	  padding-right: 15px;
	}
	.container-producto .pt-40 {
		padding-top: 0px;
	}
	.box_detalle .btnWhatsApp {
		margin:auto;
		width: auto;
		max-width: none;
	}
	.box_detalle .table .texto_2 {
		text-align: left;
	}
}
@media only screen and (max-width: 780px) {
	.text-header {
	  font-size: 16px;
	  margin-top: 15px;
	}
	.title-producto {
	  font-size: 14px;
	  font-weight: 400;
	  margin-bottom: 5px;
	  text-align: left;
	}
	.price {
  		font-size: 16px;
  		font-weight: 400;
  		text-align: left;
  	}
  	._closer .btn_cerrar {
	  right: 0px;
	  top: -65px;
	}
	.box_header{
		position: relative;
		z-index: 10;
	}
	.sidenav_ .list_categorias li {
		text-align: left;
	}
	.sidenav_ {
		right: 0;
		padding-top: 30px;
	}
	.logo_header_nav {
		display: block;
		width: auto;
		height: 200px;
		margin:auto;
		padding-top: 20px;
		padding-bottom: 40px;
		text-align: center;
	}
	.nav-line {
		border-top: 1px solid #faec37 !important;
		margin-bottom: 10px;
        margin-top: 25px;
	}
	.nav-line-footer {
		border-top: 1px solid #474747 !important;
		margin-bottom: 25px;
        margin-top: 25px;
	}
	.box-line-footer {
		width: 50%;
	}
	.box-line {
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.shoesCatalogo {
		margin-top: 10px;
	}
	.lastBox {
	  padding:65px 20px;
	}
	.btn-radio span {
		font-size: 12px !important;
	}
	label {
		font-size: 12px;
	}
	._row_publicar .title {
		font-size: 12px;
  	}
  	._row_publicar .description {
  		font-size: 8px;
  	}
	._row_publicar .box-producto {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.mtm-40 {
		margin-top: 40px;
	}
	.plus-icono {
		margin-top: 10px;
	}
	.btn-file input[type="file"] {
	  	height: 30px;
	}
	.menu_lista li {
		padding: 10px 0px !important;		
	}
	.menu_lista {
	    width: fit-content;
    }
}
@media only screen and (max-width: 580px) {
	input[disabled]{
	  -webkit-appearance: none !important;
	  opacity: 2 !important;
	  color: #000 !important;
	  font-weight: 800;
	}
	.height-header {
	  height: 45px;
	}
	.icono_menu_cat {
		display: block;
		position: absolute;
		left: 15px;
		top: -2px;
	}
	.icono_menu_cat .icon_home {
		  height: 42px;
	}
	.icon_home {
		  height: 30px;
	}
	.icon_pedidos {
		  height: 35px;
	}
	.icon-perfil {
		  height: 25px;
	}
	.icon-header{
		height: 25px;
	}
	._row_productos  .col-md-3 {
		margin-bottom: 15px;
		width: 48%;
		min-height: 340px;
		float: left;
	}
	.text-header {
		margin-left: 0px;
		font-size: 9px !important;
		margin-top: 16px !important;
		text-align: right !important;
	}
	.list_categorias li {
	  	margin-bottom: 0;
	}
	.title_categorias {
	  margin-top: 20px;
	  padding-bottom: 3%;
	}
	._row_productos {
		text-align:center;
	}
	._row_productos img {
		margin: auto;
	}
	/* Force table to not be like tables anymore */
	#not-table-mobile table, 
	#not-table-mobile thead, 
	#not-table-mobile tbody, 
	#not-table-mobile th, 
	#not-table-mobile td, 
	#not-table-mobile tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#not-table-mobile thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#not-table-mobile td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#not-table-mobile td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#not-table-mobile td:before { content: attr(data-title); }
	
	.box-action {
	  margin-top: 15%;
	}
	.listaPedidos #not-table-mobile td { 
		border-bottom: none !important; 
		padding-left: 0% !important; 
	}
	.listaPedidos .ng-table-pager {
		margin-top: 25%;
	}
	.table-fixed {
		width: 100%;
		max-width: 100%;
		table-layout: fixed;
	}
	.listaPedidos #not-table-mobile tr { 
		display: grid; 
	}
	.listaPedidos #not-table-mobile td { 
		display: grid; 
		padding: 8px;
	}
	.size-link {
		font-size:13px;
	}
	.isDesktop {
		display: none;
	}
	.isMobile {
		display: block;
	}
	.isMobile  .container_c {
		margin-right: 0;
		margin-top: 8%;
		border: 1px solid #bdbdbd;
	}
	.btnAddProducto {
		margin-left: 0;
		margin-top: 35px;
	}
	.box_detalle .texto_2 {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.box_detalle .table .texto_2 {
		font-size: 12px;
	}
	.estrellas .rating li {
	  font-size: 11px;
	}
	.box_detalle .precio {
		margin-top: 15px;
		font-size: 35px;
	}
	.box_detalle .btnWhatsApp {
		font-size: 11px;
	}
	.sidenav_ .catList li {
		border: none !important;
	}
	.prl-15 {
		padding-left: 18px;
		padding-right: 18px;
	}
	.box-producto {
        padding:0px 0px 10px 0px;
    }
    .micatalogo-productos .box-producto {
        min-height: 245px;
    }
    .micatalogo-productos .lastBox {
       min-height: 150px !important;
	   padding:30px 0px !important;
    }
    .micatalogo-productos .shoesCatalogo {
	    padding: 5px;
    }
    .shoes_box {
        padding-left: 5px;
        padding-right: 5px;
        min-height: 248px;
    }
    .repeated:first-child{
		margin-top: -45px !important;
	}
    .grid-home .repeated {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-shoes .col-md-2 {
	 	margin-top: -5px;
  	}
  	.btnSale {
  		font-size: 15px;
  	}
  	.title-producto {
  	 	font-size: 12px;
  	}
  	.price {
  	 	font-size: 14px;
  	}
  	.box_detalle .texto_1 {
	  	font-family: 'AvenirNextUltLt', sans-serif;
  	}
  	.box_detalle .texto_2 {
	  	font-family: 'AvenirNextUltLt', sans-serif;
  	}
  	.sidenav_ .list_categorias li {
  	 	font-family: 'AvenirNextUltLt', sans-serif;
  	 	font-size: 13px;
  	}
  	.sidenav_ .list_categorias li a {
  		font-size: 13px;
  	}
}
@media (max-width: 480px) {
	.sidenav_ {
	    padding-top: 15px;
	}
   .title_productos {
	    display: none;
   }
   .box-barcode {
	    margin-top: 5%;
   }
	.box-total {
		padding-bottom: 60px;
	}
	._row_productos:last-child {
		padding-bottom: 5%;
	}
	.modal-dialog {
		margin-top: 10%;
	}
	.modal_perfil .logo_header {
		height: 150px;
	}
	.btn-facebook {
		font-size: 14px;
		padding:10px 30px;
	}
	.modal_perfil .btn_cerrar {
	    top: -10%;
  	}
  	.shoesPortada .img_productos{
        object-fit: cover;
        width: 100%;
        height: 210px;
    }
    .box_detalle .portada{
        object-fit: cover;
        width: 100%;
        height: 210px;
    }
}
@media only screen and (max-width: 378px) {
	.micatalogo-productos .box-producto {
    	min-height: 220px;
		padding: 0px 0px 5px 0px;
  	}
}
@media only screen and (max-width: 340px) {
	.text-header {
		font-size: 14px;
	}
	.icon_home {
	  height: 35px;
	}
	.icon_pedidos {
	  height: 40px;
	}
	.icon-header{
		width: auto;
		height: 30px;
	}
}



/***************************************************
 * Generated by SVG Artista on 4/28/2025, 11:43:50 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.3s ease-in-out 0.1s both;
          animation: animate-svg-fill-1 0.3s ease-in-out 0.1s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.3s ease-in-out 0.2s both;
          animation: animate-svg-fill-2 0.3s ease-in-out 0.2s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.3s ease-in-out 0.30000000000000004s both;
          animation: animate-svg-fill-3 0.3s ease-in-out 0.30000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.3s ease-in-out 0.4s both;
          animation: animate-svg-fill-4 0.3s ease-in-out 0.4s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.3s ease-in-out 0.5s both;
          animation: animate-svg-fill-5 0.3s ease-in-out 0.5s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.3s ease-in-out 0.6s both;
          animation: animate-svg-fill-6 0.3s ease-in-out 0.6s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.3s ease-in-out 0.7000000000000001s both;
          animation: animate-svg-fill-7 0.3s ease-in-out 0.7000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.3s ease-in-out 0.8s both;
          animation: animate-svg-fill-8 0.3s ease-in-out 0.8s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.3s ease-in-out 0.9s both;
          animation: animate-svg-fill-9 0.3s ease-in-out 0.9s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.3s ease-in-out 1s both;
          animation: animate-svg-fill-10 0.3s ease-in-out 1s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.3s ease-in-out 1.1s both;
          animation: animate-svg-fill-11 0.3s ease-in-out 1.1s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.3s ease-in-out 1.2000000000000002s both;
          animation: animate-svg-fill-12 0.3s ease-in-out 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.3s ease-in-out 1.3000000000000003s both;
          animation: animate-svg-fill-13 0.3s ease-in-out 1.3000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.3s ease-in-out 1.4000000000000001s both;
          animation: animate-svg-fill-14 0.3s ease-in-out 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.3s ease-in-out 1.5000000000000002s both;
          animation: animate-svg-fill-15 0.3s ease-in-out 1.5000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 237, 0);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.3s ease-in-out 1.6s both;
          animation: animate-svg-fill-16 0.3s ease-in-out 1.6s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.3s ease-in-out 1.7000000000000002s both;
          animation: animate-svg-fill-17 0.3s ease-in-out 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.3s ease-in-out 1.8000000000000003s both;
          animation: animate-svg-fill-18 0.3s ease-in-out 1.8000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.3s ease-in-out 1.9000000000000001s both;
          animation: animate-svg-fill-19 0.3s ease-in-out 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.3s ease-in-out 2s both;
          animation: animate-svg-fill-20 0.3s ease-in-out 2s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.3s ease-in-out 2.1s both;
          animation: animate-svg-fill-21 0.3s ease-in-out 2.1s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.3s ease-in-out 2.2s both;
          animation: animate-svg-fill-22 0.3s ease-in-out 2.2s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.3s ease-in-out 2.3000000000000003s both;
          animation: animate-svg-fill-23 0.3s ease-in-out 2.3000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.3s ease-in-out 2.4000000000000004s both;
          animation: animate-svg-fill-24 0.3s ease-in-out 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.3s ease-in-out 2.5000000000000004s both;
          animation: animate-svg-fill-25 0.3s ease-in-out 2.5000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 0, 219);
  }
}

.svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.3s ease-in-out 2.6s both;
          animation: animate-svg-fill-26 0.3s ease-in-out 2.6s both;
}


@keyframes pgfill {
    0% {   background-image: linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0); }
    25% {   background-image: linear-gradient(#faec37 20px, transparent 0), linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0); }
    50% {   background-image: linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0), linear-gradient(#181818 20px, transparent 0), linear-gradient(#181818 20px, transparent 0); }
    75% {   background-image: linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0), linear-gradient(#181818 20px, transparent 0); }
    100% {   background-image: linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0), linear-gradient(#faec37 20px, transparent 0); }
  }
  
