.image-middle{
	position: absolute;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    border-radius: 10px;
}

@media (max-width: 576px) {
      .image-middle{
          width: 60px;
          top: -30px;
      }
  }

  .cupon{
  	position: relative;
  	border: 1px solid gray;
    border-radius: 10px;
    padding: 1.3rem 0.5rem;
    display: flex;
    max-width: 420px;
    background-color: #fff;
    transition: 0.6s;
    opacity: 1;
  }
  .cupon.deleting:after, .card-sucursal.deleting:after{
  	content: "Eliminando...";
  	position: absolute;
  	width: calc(100% + 0.6rem);
  	height: calc(100% + 0.6rem);
  	background-color: rgba(255, 255, 255, 0.6);
  	top: -0.5rem;
  	right: -0.5rem;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #6C7C8D;
  	font-size: 20px;
  	z-index: 5;
  	font-weight: 700;
  	text-shadow: 0px 0px 5px #fff;
  }

  .card-sucursal{
  	transition: 0.6s;
  }
  .cupon.deleted, .card-sucursal.deleted{
  	/*position: absolute;*/
  	z-index: 2;
  	transform: translateX(200%);
  	opacity: 0;
  }


  .cupon .delete:after, .card-sucursal .delete:after{
  	background-color: #ff0000;
    color: #fff;
    content: "x";
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 100%;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px grey;
    z-index: 3;
    padding-bottom: 2px;
  }


  .btn-cupon{
  	background-color: #fff;
    border-style: dashed;
    border-color: #6C7C8D;
    width: 100%;
    border-radius: 20px;
    padding: 0.2rem;
    font-weight: 700;
    color: #6C7C8D;
    font-size: 16px;
    cursor: pointer;
  }

  .banner-marca{
  	width: 100%;
    height: 0px;
    padding-bottom: 37%;
    background-color: rgba(0,0,0,0.15);
    position: relative;
    cursor: pointer;
    margin: 0 !important;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-marca{
  	width: 18%;
    height: 0px;
    padding-bottom: 18%;
    background-color: #f4f7f9;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: -3rem;
    margin: auto;
    border-radius: 10px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .admin .img-marca{
    width: 100% !important;
    padding-bottom: 100% !important;
    position: relative !important;
    top: unset !important;
  }

  .admin .banner-marca{
    background-color: #f4f7f9 !important;
  }

  .admin .banner-marca .image-ico{
    color: rgba(0,0,0,0.15) !important;
    border: 2px solid rgba(0,0,0,0.15) !important;
  }

  .banner-marca .image-ico, .img-marca .image-ico{
    width: 2rem;
    height: 2rem;
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 0.4s;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.3);
    text-shadow: 0px 0px 1px rgb(0 0 0 / 15%);;
  }

  .img-marca.image-set .image-ico{
  	color: #FFF !important;
  	border: 2px solid #FFF !important;
  }

  .img-marca .image-ico{
  	color: rgba(0,0,0,0.15) !important;
  	border: 2px solid rgba(0,0,0,0.15) !important;
  }

  .banner-marca.loading .image-ico, .img-marca.loading .image-ico{
  	width: 4rem;
    height: 4rem;	
    font-size: 1.5rem;
  }

  .txt-marca{
  	margin-top: 1rem;
  	margin-bottom: 1rem;
  	padding-top: 3%;
  	text-align: center;
  	/*display: flex;
  	justify-content: center;
  	align-items: center;*/
  }
  .textarea-desc{
  	    border-radius: 10px;
	    background-color: #f4f7f9;
	    border: unset;
  }

  .admin .nueva-oferta{
    max-width: unset !important;
    padding: 1.3rem !important;
  }

  .nueva-oferta{
    width: 100%;
    max-width: 420px;
    /*border-style: dashed;*/
    border: 2px dashed #6C7C8D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.7rem;
    border-radius: 15px;
    border-color: #6C7C8D;
    color: #6C7C8D;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #f4f7f9;
    cursor: pointer;
  }

  .admin .input-mt-1{
    background-color: #f4f7f9;
    width: 100%;
    border: none;
    border-radius: 0px;
    color: #6C7C8D;
    padding: 5px 10px;
  }

  .admin .btn-mt-dark{
    width: 100%;
    border: none;
    background-color: #6B7C8D;
    color: #FFF;
    padding: 5px 10px;
    display: block;
    text-align: center;  
  }

  /*.banner-marca .loader-image{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 2;
  }*/