@import url('theme.css');
@import url('fonts/stylesheet.css');

/* Estilos geneales */
.gothamblack{
	font-family: 'GothamBlack','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 900;
}

.gothammedium{
	font-family: 'GothamMedium','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.gothambook{
	font-family: 'GothamBook','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
}


body{
	font-family: 'GothamBook','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}

.no-list{
	list-style-type: none;
	padding: 0 15px;
	margin-bottom: 20px;
}

.m-0{
	margin: 0;
}

.mt-20{
	margin-top: 20px;
}


.title{
	font-family: 'GothamMedium','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;

}

.title-light{
	font-family: 'GothamBook','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
}

.subtitle{
	font-family: 'GothamMedium','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.link{
	font-family: 'GothamBlack','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 900;
	font-size: 10px;
	text-transform: uppercase;
}

.nav-link{
	font-family: 'GothamMedium','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 13px
}

.btn{
	font-family: 'GothamBook','Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0;
	width: 100%;
}

.clearfix:before{
	display: table;
	content: " ";
}

.clearfix:after{
	display: table;
	content: " ";
	clear: both;
}

/* LOADER */
.loading{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 45%;
  top: 35%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


/* PAGINADO */
.container-paginado{
	display: flex;
	justify-content: center;
	align-items: center
}

.page-link{
	background-color: transparent;
	border: none;
	outline: none;
}

.page-link:focus{
	outline: none;
}

/* MODALES */
.close{
	width: 70px;
	height: 70px;
	opacity: 1;
	position: absolute;
  top: -20px;
  right: -15px;
  outline: none;
}

.close:hover{
	opacity: 1 !important;
}

.close:active,
.close:focus{
	outline: none;
}

.close_svg{
	width: 100%;
	height: auto;
}

.modal-header{
	display: block;
	border:none;
}

.modal-dialog{
	margin: 40px auto;
}

.modal-footer{
	border:none;
	justify-content: center;
}

.container-link-modal{
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.text-muted{
	float: right;
}

.form-error{
	padding: 10px;
	margin: 30px 0;
}


/* MENÚ */
.navbar-toggler,
.navbar-toggler:focus{
	outline: none;
	padding: 0;
}

.hamburger-menu {
	width: 40px;
	height: 60px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
	width: 40px;
	height: 5px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	transition: all 0ms 300ms;
}

.bar.animate {
	background: rgba(255, 255, 255, 0);
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar-collapse{
	text-transform: uppercase;
}


.link-secondary{
	background-size: 15px auto;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 20px;
    background-position: 0px 2px;
}

.link-secondary:hover{
	text-decoration: underline;
}

/* HEADER - NAV */
.header{}

.img-logo{
	width: 170px;
	height: auto;
}

.container-button{
	width: 148px;
	display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* HEADER LOG-IN */
.container-user{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px 0;
}

.navbar-user{
	list-style: none;
	margin: 0;
	padding: 0;
}

.icon-logout{
	width: 15px;
	height: auto;
	margin-right: 5px;
}

.logo-user{
	width: 50px;
	height: 50px;
	border: solid 1px #707070;
	margin: 0 10px;
	display: flex;
	justify-content: center;
  align-items: center;
  align-content: center;
}

.img-logo-user{
	width: 100%;
	height: auto;
}

.divider-break {
    text-align: center;
    position: relative;
    top: 2px;
		margin: 20px 5px 0px 5px;
    padding-top: 1px;
    margin-bottom: 25px;
    line-height: 0;
}

.prev-registry{
	background-color: #ffffff;
	z-index: 2;
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 8px 8px 8px 7px;
}

.divider-break:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

/* FOOTER */
.footer{
	font-size: 12px;
	padding: 15px;
	text-align: center;
}

.list-footer{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.list-footer li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.legales{
	margin-top: 10px;
	font-size: 10px;
}

.legales p{
	margin: 0;
}

/* CONTACTO */
.link-contacto:hover{
	text-decoration: underline;
}

/* CONTENIDOS */
.main{
	padding: 30px 0;
}

.wrapper{
	padding: 20px;
	margin-top: 20px;
}

/* VALIDAR CUPON */
.container-validate{
	margin-top: 0;
	padding-top: 30px;
}

.container-validate .divider-break{
	margin-top: 25px;
}

.container-btn-scan{
	margin-top: 35px;
}

.container-form-validate{
	margin: 20px 0;
}

.cupon-acc-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.total_down{
	font-size: 24px;
}

.container-btn-folio{
	position: relative;
}

.container-back{
	margin-bottom: 20px;
}

.link-back{
	display: flex;
    justify-content: flex-end;
}

.content-icon{
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}

.svg-icon-back{
	width: 25px;
}

.cupon-acc-info .offer{
	height: 65px;
}

/* ESTABLECIMIENTO CUPONERA */
.content-logo-cp {
	width: 130px;
  height: 130px;
  border: solid 1px #707070;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.wrapper-establishment{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.offer_detail{
	margin-bottom: 3px;
	font-size: 20px;
}

.bg-cupon-detail{
	height: 255px;
	display: flex;
	align-items: center;
}

.bg-cupon{
	height: 235px;
}

.offer-img{
	height: 235px;
}

/* DETALLE DE CUPONES */
.bg-cupon{
	height: 195px;
}

.wrapper-history{
	position: relative;
}

.link-exportar{
	cursor: pointer;
	position: absolute;
  right: 0;
  top: -25px;
	z-index: 10;
}

.link-detail{
	display: block;
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	background-image: url('../img/iconos/ver_detalle.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#bt-Login.btn{
	margin: 20px 0;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
	/* GENERAL */
	.btn{
		padding: 10px 30px;
		width: auto;
	}

	/* HEADER - NAV */
	.container-button{
		width: 168px;
	}

	.navbar-collapse{
		justify-content: flex-end;
	}

	/* FOOTER */
	.footer{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.list-footer {
		display: flex;
		justify-content: center;
	}

	.list-footer li {
			margin-left: 8px;
			margin-right: 8px;
	}

	/* VALIDATE */
	.container-btn-scan{
		margin-top: 65px;
	}

	.container-form-validate{
		float: right;
		margin-top: 20px;
	}

	.container-form-validate .form-validate .form-label{
		float: left;
		margin-top: 7px;
    margin-right: 10px;
	}

	.container-form-validate .form-validate .form-control{
		width: 230px;
		float: right;
	}

	.btn-search{
		position: absolute;
		top: -54px;
		right: 0px;
		padding: 5px 10px;
		border-top-right-radius: 0.2rem;
		border-bottom-right-radius: 0.2rem;
	}

	.btn-search-icon{
		width: 20px;
	}

	/* MENÚ DESK */
	.container-navbar-desk ul.navbar-nav{
		display: block;
		margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
		text-transform: uppercase;
	}

	.container-navbar-desk ul li{
		float: left;
		margin-right: 15px;
	}

	.container-navbar-desk ul li a{
		padding: 0;
	}

	.container-navbar-desk ul li a.active{
		color: #f40000;
	}

	.link-exportar {
    top: 27px;
	}
}

@media (min-width: 992px) {
	/* FOOTER */
	.footer{
		position: static;
	}

	.list-footer li {
	    margin-left: 5px;
	    margin-right: 5px;
	}

	.footer .menu-footer{
		float: right;
	}

	.footer .legales{
		float: left;
		font-size: 12px;
	}

	/* HEADER - NAV */
	.navbar-expand-md {
    justify-content: space-between;
	}

	.logo-user{
		width: 70px;
		height: 70px;
	}

	.btn-search{
		position: absolute;
		top: -53px;
	}

	.container-form-validate {
    margin-top: -20px;
	}

}


@media (min-width: 1200px) {}
