/*=== MEDIA QUERY ===*/
/*@import url("https://fonts.googleapis.com/css?family=Lato");*/

@font-face { font-family: Gilroy-Medium; src: url('../../fonts/Gilroy-Medium.ttf'); }
@font-face { font-family: Gilroy-Medium; font-weight: bold; src: url('../../fonts/Gilroy-Bold.ttf');}


* {
  /* font-family: 'Roboto', sans-serif; */
  font-family: Gilroy-Medium;
  
}
.box-orden-cupon {
	float:right;
}

.modal-body{
  padding: 0;
}

.days_rounded_buttons span{
  border: 1px solid #AAAAAA !important;
  background-color: #C4C4C4;
  color:white;
}

.modal-body2{
  background-color: white;
  padding: 0;
}

body {
  line-height: 1.5;
  /*font-family: "Lato", sans-serif;*/
}
/*.row {
	margin-right:0px !important;
	margin-left:0px !important;
}*/
.modal{
	-webkit-overflow-scrolling: touch;	
}
p, li, input, select, button {
  /*font-family: "Lato", sans-serif;*/
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
}

h2 {
  font-size: 43px;
}

label {
  font-size: 14px;
  letter-spacing: 0;
  color: #848484;
}

#loader {
    float: right;
    width: 25px;
    margin-top: -52px;
    margin-right: 15px;
}
#cuitOK {
    font-size: 26px;
    float: right;
    margin-right: 15px;
    margin-top: -52px;
    color: green;
}

.nav-pills .nav-link {
  font-size: 16px;
}
.ancho-maximo-home {
    max-width: 1170px;
    margin: 0 auto;
	width: 100% !important;
}
.listado-locales .col-md-3, .listado-locales .col-md-12 {
    float: left;
}
.legales + [data-readmore-toggle], .legales[data-readmore] {
    font-size: 13px;
	color:#FCBC00;
	float:left;
	width:auto;
	text-decoration:none;
}

@media (max-width: 480px) {
  .nav-pills .nav-link {
    font-size: 12px;
  }
}

.nav-pills.with-background .nav-item {
  margin-right: 10px;
}

.nav-pills.with-background .nav-item:last-child {
  margin-right: 0;
}

.nav-pills.with-background .nav-link {
  background: white;
  padding: 10px 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.nav-pills.with-background .nav-link:hover {
  color: #f95669;
}

.nav-pills.with-background .nav-link.active {
  background: #f95669;
  position: relative;
  transition: 0s;
}

.nav-pills.with-background .nav-link.active:hover {
  color: #fff;
}

.nav-pills.with-background .nav-link.active:after {
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f95669;
  clear: both;
  transition: all .2s ease-in 0s;
}

.nav-pills.transparent .nav-link {
  background: transparent;
  margin-bottom: 20px;
  color: #848484;
  font-size: 24px;
}

@media (max-width: 768px) {
  .nav-pills.transparent .nav-link {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .nav-pills.transparent .nav-link {
    font-size: 12px;
  }
}

.nav-pills.transparent .nav-link.active {
  background: transparent;
  color: #222222;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #222222;
}

ul.pagination .active a {
  background-color: #f95669 !important;
  color: #fff !important;
  border-color: transparent !important;
}

ul.social-circle-icons li {
  margin-right: 7px;
  margin-bottom: 15px;
}

ul.social-circle-icons li:last-child {
  margin-right: 0;
}

ul.social-circle-icons li a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  color: #f95669;
  height: 38px;
  width: 38px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 100%;
}

ul.social-circle-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: #f95669;
}

ul.category-list li {
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}

ul.category-list li a {
  display: block;
}

ul.category-list li a:hover {
  text-decoration: underline;
}

ul.category-list li a i {
  margin-right: 12px;
  font-size: 16px;
  color: #f95669;
  vertical-align: middle;
}

.store-list h4 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  color: #222222;
}

.store-list ul {
  list-style: none;
}

.store-list ul li {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.store-list ul li a {
  display: block;
  color: #848484;
}

.store-list ul li a:hover {
  text-decoration: underline;
  color: #f95669;
}

@media (max-width: 768px) {
  .store-list {
    margin-bottom: 15px;
  }
}

.store-list .btn {
  margin-top: 35px;
}

/**
 *
 * Base Elements
 *
 */
body {
  background: #f6f8fa;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
}

p {
  color: #222222;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .2s ease 0s;
  color: #222222;
}

iframe {
  border: 0;
}

a:focus, a:hover {
  /*text-decoration: underline;
  outline: 0;
  color: #f95669;*/
  text-decoration:none;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"], input[type="number"] {
  box-shadow: none;
  outline: none;
  font-weight: 200;
  font-size: 15px;
}

@media (max-width: 400px) {
  input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
   /* height: 40px;*/
  }
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  /*border: 1px solid #009CD7;*/
  border: 1px solid #f95669;
  background-color: transparent !important;
  
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.form-control {
  background-color: transparent;
  box-shadow: none;
  padding-left: 20px;
  letter-spacing: .05em;
  font-size: 15px;
  border-radius: 0 !important;

}

.form-control:focus {

  box-shadow: none;
  border: 1px solid #f95669;
  background-color: transparent;
}

textarea.form-control {
  padding: 20px;
}

.form-control::-webkit-input-placeholder {
  color: white;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #848484;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #848484;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #848484;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #848484;
}

/* -----------------------------*/
.form-control2::-webkit-input-placeholder {
  color: white !important;
}

/* WebKit, Blink, Edge */
.form-control2:-moz-placeholder {
  color: white !important;
}

/* Mozilla Firefox 4 to 18 */
.form-control2::-moz-placeholder {
  color: white !important;
}

/* Mozilla Firefox 19+ */
.form-control2:-ms-input-placeholder {
  color: white !important;
}

/* Internet Explorer 10-11 */
.form-control2::-ms-input-placeholder {
  color: white !important;
}

.form-control3{
  background-color: #F1F1F1 !important;
}

/* ---------------------------*/




/* Microsoft Edge */
.mt-20 {
  margin-top: 20px;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

button {
  cursor: pointer;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.section {
  padding: 100px 0;
}

.section-title {
  position: relative;
  margin-bottom: 32px;
}

.section-title h2 {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #765BA7;
	/* background-image: url(../img/separador.png) !important; */
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	padding-bottom:16px;
}

/*
.section-title h2:before {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    width: 180px;
    height: 3px;
    background-color: #e0e0e0;
}


.section-title h2:after {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    width: 40px;
    height: 6px;
    background-color: #009CD7;
}
*/



.section-title p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #848484;
}

.user-profile, .dashboard {
  padding-top: 50px;
}

.category-box {
  background-size: cover;
  margin-bottom: 30px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hidden {
	display:none;
}

.category-box.category-box-2 {
  min-height: 730px;
}

.category-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category-box img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.category-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-box .content {
  padding: 25px 0 0 25px;
  position: absolute;
  z-index: 999;
  top: 0;
}

.category-box .content h3 {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.category-box .content p {
  margin: 6px 0 0;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-wrapper {
  padding: 70px 0;
}

.social-media-icons ul li {
  display: inline-block;
}

.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}

.social-media-icons ul li .twitter {
  background: #00aced;
}

.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
  background: #dd4b39;
}

.social-media-icons ul li .dribbble {
  background: #ea4c89;
}

.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

.call-to-action {
  padding: 140px 0;
}

.call-to-action .subscription-form input {
  height: 45px;
}

/**
 *
 * Button Styles
 *
 */
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 30px;
    font-weight: normal;
    border-radius: 3px;
}

.btn-main {
  text-transform: capitalize;
  background: #765BA7;
  color: #fff;
}

.btn-main:hover {
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-transparent {
  background: transparent;
  color: #009CD7;
  border: 1px solid #009CD7;
}
.btn-transparent:hover {
  color: #009CD7;
  border: 1px solid #009CD7;
}

.btn-transparent-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-dual {
  padding: 12px 0;
  border: 1px solid #f95669;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.btn-dual .upper {
  background: #f95669;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 12px 10px 12px 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 400px) {
  .btn-dual .upper {
    font-size: 13px;
    padding: 15px 9px 12px 15px;
  }
}

.btn-dual .upper:after {
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 0 30px;
  border-color: transparent transparent transparent #f95669;
  z-index: 101;
  content: '';
  transition: .2s ease;
}

.btn-dual .upper:hover:after {
  right: -20px;
  border-width: 43px 0 0 20px;
}

.btn-dual .lower {
  background: transparent;
  padding: 16px 10px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 99;
  margin-left: -65px;
}

.btn-group .btn i {
  font-size: 16px;
  line-height: 40px;
}

.btn-group .btn:focus {
  color: #d0d0d0;
}

.btn-group .btn-transparent {
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  padding: 0;
  width: 40px;
}

.btn-group .btn-transparent:hover {
  color: #e6b322;
  background: transparent;
}

.btn-active {
  color: #e6b322;
}

.btn:focus {
  color: #f95669;
  box-shadow: none;
}

/**
 *
 * Form Control
 *
 */
input {
  /*font-family: "Lato", sans-serif;*/
}

.sbHolder {
  width: 100%;
  height: 40px;
  background: transparent;
  /*font-family: "Lato", sans-serif;*/
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #FFF;
}

.sbHolder .sbToggle {
  top: 13px;
  background: transparent;
}

.sbHolder .sbToggle::before {
  font-family: "fontAwesome";
  content: "\f107";
  color: #848484;
  font-size: 18px;
}

.sbHolder .sbSelector {
  color: #222222 !important;
  letter-spacing: 0.05em;
  width: 100%;
  height: 50px;
  line-height: 40px;
}

.sbHolder .sbOptions {
  width: 100% !important;
  border-radius: 3px;
  padding: 10px 0;
}

.sbHolder .sbOptions li a {
  /*font-family: "Lato", sans-serif;*/
  letter-spacing: 0.05em;
  padding: 10px 20px;
}

.sbHolder .sbOptions li a:hover {
  color: #f95669 !important;
  padding-left: 25px;
}

.sbHolder .sbOptions li span {
  /*font-family: "Lato", sans-serif;*/
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 *
 * Card Styles
 *
 */
.card-main {
  border-radius: 2px;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.mb-30 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 20px;
}
.popular-deals .mt-30 {
  margin-top: 20px;
}


.bg-light {
  background: #fff;
}
.bg-celeste {
  background: #009CD7;
}
.bg-morado {
  background: #2f3068;
}
.logIn .col-md-5 {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.26); 
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.26);
	border-radius:25px;
	margin-top:-50px;
	background-color:#FFF;
	padding: 25px 60px;
}
.header-adherir {
	padding-top: 25px;
	padding-bottom:65px;
	background-color:#fbad17;
}
.header-adherir img {
	float:right;
}
.header-adherir .texto {
	max-width:250px;
	float: left;
}
.header-adherir .texto h3 {
	text-align:left;
    margin-top: 25px;
	margin-bottom: 25px;
}
.header-adherir .texto p {
	text-align:left;
}

.bg-1 {
  /*background: url(../img/home/hero.png);*/
}

.bg-2 {
  background: url(../img/subscription/subscription-back.jpg);
  background-size: cover;
}

.bg-3 {
  background: url(../img/call-to-action/cta-background.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-4 {
  background: #f95669;
}

.border-bottom {
  border-bottom: 1px solid #ebe9e9;
}

.bl-none {
  border-left: none !important;
}

.alt-color {
  color: #c7c7c7;
}

.success {
  color: #1fcc2e;
}

.clients-slider .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #848484;
}

.clients-slider .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #848484;
}

.clients-slider .owl-nav {
  position: relative;
}

.clients-slider .owl-nav i {
  font-size: 30px;
}

.clients-slider .owl-nav .owl-prev {
  position: absolute;
  color: #FBAD18;
  left: -50px;
  bottom: 65px
}

.clients-slider .owl-nav .owl-next {
  position: absolute;
  color: #FBAD18;
  right: -50px;
  bottom: 65px
}

.clients-slider a {
  display: inline-block;
  padding: 0px;
  background: #fff;
}

.clients-slider a img {
  width: 100px;
}

.page-title {
  background: #f95669;
  padding: 39px 0;
}

.page-title h3 {
  color: #fff;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.pagination li {
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.pagination li a {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #222222;
}

ul.pagination .active a {
  background-color: #f95669 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.datepicker {
  padding: 15px;
}

.datepicker.dropdown-menu {
  /*font-family: "Lato", sans-serif;*/
  line-height: 28px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
  background-color: #f95669;
  border-color: #f95669;
}


.top-header ul.top-menu li.nav-item {
  padding: 5px 0;
}

.top-header ul.top-menu li.nav-item a {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.025em;
  padding: 0px 11px;

  color: #FFFFFF;

}

.top-header ul.top-menu li.nav-item a span {
  margin-left: 0px;
}

.top-header ul.top-menu li.nav-item:last-child a {
  padding-right: 0;
  border-right: none;
}

.top-header ul.top-menu li.nav-item.dropdown .dropdown-menu {
  padding: 0;
}

.top-header ul.top-menu li.nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
}

.top-header .dropdown-item {
  border-right: none !important;
}

.main-nav {
  padding: 22px 0 9px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #f95669;
}

.main-nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 3px; 
}
.btn-submit {
	background-color:#FCBC00;
	color:#FFFFFF;
	height:40px;
	text-align:center !important;
    padding: 0 98px;
}
.navbar .dropdown-menu {
 	margin-top:22px !important;
}
.navbar .navbar-brand img {
 	max-width: 98%;
    margin-top: -7px;
    margin-bottom: 7px;
	max-height: 52px;
}
.navbar-brand {
    margin-left: -10px;
}
.vos-elegis {
	padding:20px 0;
}
.vos-elegis a.btn {
	background: #009CD7;
	width:100%;
	color:#FFFFFF;
	text-align:left;
	border-radius: 10px;
	padding-top:17px;
	padding-bottom:17px;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.vos-elegis a.btn .fa {
	text-align: right;
    float: right;
	margin-right: 0px;
    margin-top: 5px;
}

.pre-header {
	/*padding: 20px 60px;*/
	padding: 0 60px 20px 60px;
    margin-right: 0px;
}
.pre-header .frm-buscador {
	width: 420px !important;
    margin: 0 auto;
    float: none !important;
    margin-top: -265px;
}
#filtros-locales {
	float: left;
	width: 100%;
	padding: 10px 10px 15px 10px;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}
#filtros-locales .submit {
	background-color:#FCBC00 !important;
	color:#FFFFFF !important;
	border-radius: 7px;
	height: 40px;
	padding: 0px 30px;
	font-size: 14px;
	font-weight: 400;
}
#filtros-locales .form-control {
	background-color:#F1F1F1 !important;
	border: none;
	height: 40px;
	font-size: 14px;
	font-weight: 300;
}
#filtros-locales .form-group {
	margin-bottom:5px !important;
}
#filtros-locales select {
	/*height:50px !important;*/
	border: none;
	height: 40px;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 300;
}
.input-selector option {
	background-color:#009cd7 !important;
}
.banner-locales {
	/*height:265px;
	background:url(../img/banner-locales.jpg);
	background-repeat: no-repeat !important;
	background-position: center center !important;*/
}
.bg-banner-locales {
	height:265px;
	background:url(../img/banner-locales.jpg);
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.banner-locales h3 {
	position:absolute;
	z-index:10;
	color:#FFFFFF;
	font-size:32px;
	background-color:rgba(115,167,218,0.5);
	padding:5px 45px;
	top:30%;
	left:25%;
}
.listado-locales {
	padding:20px 50px;
}
.listado-locales p {
	font-size:13px;
	color:#6D6D6D;
}
.listado-locales p a {
	font-size:13px !important;
	color:#6D6D6D !important;
}
.listado-locales p span {
	font-size:13px;
	color:#6D6D6D;
	font-weight:bold;
}
.listado-locales h3 {
	color:#009CD7;
	font-size:27px;
    margin-bottom: 22px;
}
.navbar-light .navbar-toggler-icon {
	background-image:none !important;
}
.submit-coupon .section-title h2 {
	background-image:none !important;
	padding-bottom: 0px;
}
.submit-coupon .section-title p {
	/* background-image: url(../img/separador.png) !important; */
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	padding-bottom: 16px;
}
.logIn .hidden {
	display:none;
}
.section-sm .block ul {
	float:left;
	width:50%;
}
.section-sm .padding-top-app-promotion {
	padding-top: 45px;
}



@media (max-width: 768px) {
	.main-nav .navbar-nav .nav-item .nav-link {
		padding-left: 0px;
		padding-right: 09px;
	}
	.pre-header .ancho-maximo-home {
		width:100%;
	}
	.banner-locales h3 {
		left:0px;
	}
}

.main-nav .navbar-nav .nav-item .nav-link span {
  margin-left: 4px;
}

.main-nav .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 10px;
}

.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  border: none;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #fcbc00;
  font-weight:bold;
}

.main-nav .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  box-shadow: none;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .input-group input {
	background-color:#F1F1F1;
	margin-bottom:5px;
    height: 40px;
	font-size: 14px;
    border: none;
    border-radius: 5px;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .input-group input.btn-submit {
	border-radius:4px !important;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .input-group #q {
	padding-left: 25px;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .input-group select {
	background-color:#F1F1F1;
    height: 40px;
	margin-bottom:5px;
	color: #8F8F8F;
	font-size:14px;
	font-weight: 300;
    border-radius: 5px;
    border: none;
}
.clients-slider-wrapper .owl-carousel .owl-item {
	/*max-width:110px !important;*/
}
.clients-slider-wrapper .owl-carousel .owl-item .item img {
	border-radius:55px;
	padding: 3px;
    border: 1px solid #ccc;
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}
#carousel-marcas .owl-carousel .owl-item .item img {
    border-radius: 0px;
    padding: 0px;
	border:2px solid #f6f6f7;
    box-shadow:none;
}
.clients-slider-wrapper {
	padding:20px 0;
    background-color: #fff;
}
.clients-slider-wrapper .owl-carousel .owl-item .item p {
	text-align:center;
    color: #6E6E6E;
    font-size: 14px;
	font-weight: 300;
    margin-top: 5px;
}
.popular-deals {
	padding-top:20px;
	padding-bottom:20px;
}
.newsletter {
    background: #009CD7 !important;
	padding:25px;
	width: 100%;
    margin: 0;
}
.newsletter label {
    color: #FFF !important;
	float:left;
	text-align:center;
	font-size: 18px;
    margin-bottom: 20px;
}
.newsletter input {
	background-color:transparent;
	margin-bottom:15px;

}
.newsletter input:focus {
	background-color:#c2d8ef;
}
.newsletter input.submit {
	background-color:transparent!important;
  color:white;
  border: 1px solid white;
}

.usuario-web-logueado {
    position: absolute;
    right: 15px;
    top: 37px;
    color: #fff;
    font-weight: 300;
    /*width: 120px;*/
    z-index: 9999;
	font-size: 13px;
}
.right-cero {
    /*right: 0px;*/
}
.submenu-logueado {
	background-color:#FFFFFF;
	padding-top:17px;
	padding-bottom:10px;
	border-bottom:1px solid #dcdada;
    padding-left: 0px;
    padding-right: 0px;
}
.submenu-logueado .col-md-12 {
	margin-bottom: 15px;
    margin-top: -12px;
	padding-right: 0px;
}
.submenu-logueado a {
	float:right;
	color:#74A8DA;
	font-size:12px;
    margin-left: 12px;
    margin-right: 12px;
}
.submenu-logueado a.selected {
    color: #009CD7;
    font-weight: 500;
}
.mis-cupones-acciones p.texto-legales {
	/*height:151px;
	overflow:hidden;*/
	font-size:13px;
	margin-bottom:25px !important;
	line-height: 15px !important;
}
.full-width-map {
	margin-left:-15px;
	margin-right:-15px;
}
.margin-bottom-cero {
	margin-bottom:0px !important;
}
.menu-header-link {
	font-size: 14px;
	line-height: 26px;
	/*padding-left: 12px;
	padding-right: 12px;*/
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.menu-header-link:hover {
	color: #fcbc00;
	font-weight: bold;
}
.header-landing .col-md-9 {
	width:75%;
}
.header-landing .col-md-3 {
	width:25%;
}
.header-landing .col-md-9 img {
	max-width:70%;
}
.infoBannerMap {
	position: absolute;
	width: 100%;
	top: 150px;
	/*background-color: #009CD7;*/
    /*background-color: #ffbb34;*/
    /*background-color: #c6ecf9;*/
	background-color: #fb2853;
} 

.infoBannerMap .container {
    max-width: 1140px;
}
.infoBannerMap .container .col-md-12 {
	padding-left:0px;
	padding-right:0px;
}
.infoBannerMap .container .col-md-12 img{
	margin: 0 auto;
}
img.full-width {
	height: 266px;
	width: auto;
	overflow: hidden;
	max-width: 1140px;
}
img.medium-width {
	display:none;
}

@media (min-width: 939px) and (max-width: 940px) {
	.infoBannerMap {
		top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 939px) {
	.infoBannerMap {
		top: 103px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.infoBannerMap {
		top: 103px;
	}
	img.medium-width {
		display:block;
		height:266px;
		width:auto;
		overflow:hidden;
		margin:0 auto;
		max-width:768px;
	}
}
@media (min-width: 1px) and (max-width: 576px) {
	.infoBannerMap {
		top: 103px;
	}
	img.small-width {
		display:block;
		height:266px;
		width:auto;
		overflow:hidden;
		max-width:576px;
	}
}
@media (min-width: 1px) and (max-width: 400px) {
	.infoBannerMap {
		top: 95px;
	}
	img.small-width {
		height:266px;
		max-width:400px;
	}
}

@media (max-width: 767px) {
	img.small-width {
		display:block !important;
	}
	.infoBannerMap .container {
		max-width: 768px;
	}
	img.full-width {
		display:none;
	}
	.infoBannerMap .container .col-md-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
  .main-nav .navbar-nav .search {
    display: none;
  }
}

.main-nav .navbar-nav .search .nav-link i {
    font-size: 25px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fbad17;
    border: none;
    border-radius: 3px;
    text-align: center;
}

.main-nav .navbar-nav .search .input-group {
  width: 300px;
}

.main-nav .navbar-nav .search .input-group .input-group-addon {
  background: #f95669;
  color: #fff;
  border: 1px solid #f95669;
}

.main-nav .navbar-nav .search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-toggler-right {
    top: 27px;
}
#google-map-cont {
    height: 265px;
	background-color:#FFF !important;
}
.link-descarga {
	width:100%;
}

#modalCuponesDetalle .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
#modalCuponesDetalle .modal-body {
    padding: 0px;
}
#modalCheckout .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
#modalCheckout .modal-body {
    padding: 0px;
}
#frmAvanzado .col-md-6 {
    float: left;
}
.logIn #frmAvanzado .form-control {
    color: #999;
}
.logIn #ContactoWebTipo {
    color: #999;
}
.menu-buscador .dropdown-menu .input-group #q {
    padding-left: 25px;
}
@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */ 
	.menu-buscador .dropdown-menu .input-group #q {
		padding-left: 5px !important;
	}
}

@media (min-width: 991px) {
  .main-nav .dropdown-slide {
    position: static;
  }
  .main-nav .dropdown-slide .open > a, .main-nav .dropdown-slide .open > a:focus, .main-nav .dropdown-slide .open > a:hover {
    background: transparent;
  }
  .main-nav .dropdown-slide.full-width .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
  .main-nav .dropdown-slide:hover .dropdown-menu {
    display: none;
    opacity: 1;
    display: block;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .main-nav .dropdown-slide .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 15px;
    transition: .3s all;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
}

@media (min-width: 991px) and (max-width: 480px) {
  .main-nav .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
            transform: none;
  }
}

.custom-toggler.navbar-toggler {
  border-color: transparent; /*#2f3068;*/
  background: transparent; /*/#2f3068;*/
  width: 25px;
  height: 40px;
  padding: 0;
  line-height: auto;
}

.custom-toggler.navbar-toggler:focus {
  outline: 0 !important;
}

.custom-toggler.navbar-toggler .navbar-toggler-icon {
  /*font-size: 30px;
  color: #fbad17;*/
  font-size: 20px;
  color: #ffffff;
  width: auto;
  height: auto;
  vertical-align: top;
}

.dropdown-menu {
  padding: 0 15px 15px 15px;
  border-radius: 0;
}

.nav-item.dropdown {
  position: relative;
}

.dropdown-item:active {
  background: #f95669;
}

.dropdown-item {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 60px 10px 10px;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .navbar-toggleable-md > .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.navbar-nav.search-mobile .search {
  display: block;
}

.navbar-nav.search-mobile .search .search-icon {
  position: absolute;
  top: -77px;
  right: -16px;
}

.navbar-nav.search-mobile .search .dropdown-menu {
  position: absolute;
  padding: 15px 0 0 0;
  padding: 10px;
  border: 1px solid #ebe9e9;
}
.cupon-template .media-body h4 {
	color: #030303 !important;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.cupon-template-shopping .media-body h4 {
	color: #009CD7 !important;
}
.cupon-template-shopping .ver-cupones-cliente {
	color: #009CD7 !important;
	float:right;
	text-align:right;
}
.cupon-template .media-body p {
	color:#717171;
	font-size:11px;
	line-height: 13px;
	height: 27px;
    float: left;
	overflow:hidden;
	width:100%;
	margin-bottom:0px;
    margin-top: -1px;
}
.cupon-template .media-body h6 {
	color:#000;
	font-size:13px;
	line-height: 13px;
	width:100%;

}
.cupon-template .media-body .cupon-contenido-texto {
	min-height:122px;
}
.como-funciona {
	background-color:#FFF;
	padding:10px 0;
	margin-top:25px;
    border-radius: 20px;
}
.como-funciona .col-md-4 {
	padding-left:2px;
	padding-right:2px;
}
.como-funciona span {
	font-size:16px !important;
	line-height:16px !important;
	float:left;
	text-align:center;
	width:100%;
	color:#8E8E8E;
}
.como-funciona p {
    color: #616161;
	font-size: 17px;
}
.como-funciona .contenedor-imagen {
	float:left;
	width:100%;
  min-height:100px;
  padding: 10px;
}
.submit-coupon input {
	background-color:transparent;
}
.submit-coupon textarea {
	background-color:#FFFFFF;
}
.submit-coupon input.btn-submit {
	background-color:transparent;
	color:white;
	border:1px solid white;
	border-radius:5px;
	padding-left:50px;
	padding-right:50px;
	margin-bottom: 15px;
	/*padding-top:25px;
	padding-bottom:25px;*/
}
.submit-coupon {
	padding:40px 0 20px 0;
}
.submit-coupon .section-title p {
	color: #A4A4A4;
    font-size: 16px;
}
.submit-coupon .section-title p a {
	color:#009CD7;
}
.submit-coupon .form-consulta {
	margin-top: 0px;
}

.footer p.alt-color {
    
    padding-top: 15px;
    margin-top: -14px;
}
.listado-locales h2 {
	margin-left:15px;
	color:#393939;
	font-size:28px;
	margin-bottom:25px;
}
.banner-locales {
	margin-left: 0px;
	margin-right:0px;
}
.listado-locales {
	margin-left: 0px;
	margin-right:0px;
}
.ico-usuario-logueado {
	float:left;
	width:100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ico-usuario-logueado a {
	float:left;
	width:100%;
	padding-left:50px;
}
.ico-usuario-logueado span {
	float:left;
	width:100%;
	padding-left:50px;
	font-size: 17px;
    font-weight: 300;
    margin-top: 5px;
}
.formulario-cupones, .formulario-cupones .float-left {
	width:100%;
}
.orden-selected {
	color:#FBAD18 !important;
}

@media (max-width: 400px) {
  /*.navbar-nav.search-mobile .search .dropdown-menu {
    padding: 10px;
    width: 90%;
    margin-right: 5%;
  }*/
  .navbar-nav.search-mobile .search .dropdown-menu {
    padding: 10px;
    /*width: 100%;*/
    margin-right: 0;
    left: -170px;
    top: 30px;
  }
  .btn-submit {
    background-color: #FCBC00 !important;
    color: #FFFFFF;
    height: 40px;
    text-align: center !important;
    padding: 0 0px;
  }
}

.navbar-nav.search-mobile .search .dropdown-menu .input-group {
  width: 100%;
  right: 0;
}

@media (min-width: 480px) {
  /*.navbar-nav.search-mobile .search .search-icon {
    right: 70px;
  }
  .navbar-nav.search-mobile .search .dropdown-menu {
    right: 66px;
  }*/
}

@media (min-width: 768px) {
  .navbar-nav.search-mobile .search .search-icon {
    right: 70px;
  }
  .navbar-nav.search-mobile .search .dropdown-menu {
    right: 66px;
  }
  .navbar-nav.search-mobile .search .dropdown-menu .input-group {
    width: 300px;
  }
}

@media (min-width: 991px) {
  .navbar-nav.search-mobile .search {
    display: none;
  }
}

.fill-logo-1 {
  fill: #f95669;
}

.fill-logo-2 {
  fill: #f95669;
}

.hero-area .content-block h1, .hero-area-2 .content-block h1 {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .hero-area .content-block h1, .hero-area-2 .content-block h1 {
    font-size: 40px;
  }
}

.hero-area .content-block p, .hero-area-2 .content-block p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .hero-area .content-block p, .hero-area-2 .content-block p {
    font-size: 17px;
  }
}

.hero-area {
  padding: 100px 0 0;
}

.hero-area .content-block {
  padding-bottom: 80px;
}

.hero-area .advance-search {
  background: #f95669;
  padding: 28px 18px 28px 18px;
  border-radius: 3px;
  margin-bottom: -50px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

@media (max-width: 480px) {
  .hero-area .advance-search {
    margin-bottom: -80px;
  }
}

.hero-area .advance-search [class*='col-'] {
  padding-left: 26px;
  padding-right: 26px;
}

.hero-area .advance-search [class*='col-']:before {
  background: #fb8996;
  bottom: 8px;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .hero-area .advance-search [class*='col-']:before {
    width: 0;
  }
  .box-orden-cupon {
	float:left;
	margin-top:10px;
    width: 100%;
  }
}

.hero-area .advance-search [class*='col-']:first-child:before {
  display: none;
}

@media (max-width: 480px) {
  .hero-area .advance-search .block {
    display: block !important;
  }
}

.hero-area .advance-search .block .form-control {
  height: 45px;
}

.hero-area .advance-search .block .btn-secondary {
  padding: 10px 30px;
}

.hero-area .advance-search .form-control {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-area .advance-search .form-control:focus {
  color: #fff !important;
  background: #f95669;
}

.hero-area .advance-search .sbHolder {
  background: #f95669;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  height: 45px;
}

@media (max-width: 768px) {
  .hero-area .advance-search .sbHolder {
    margin-bottom: 10px;
  }
}

.hero-area .advance-search .sbHolder .sbSelector {
  color: #fff !important;
}

.hero-area .advance-search .sbHolder .sbToggle {
  top: 10px;
}

.hero-area .advance-search .sbHolder .sbToggle::before {
  color: #ffffff;
}

.hero-area .advance-search .sbHolder .sbOptions {
  background: #f95669;
  border-color: #fff;
  z-index: 2;
}

.hero-area .advance-search .sbHolder .sbOptions li a {
  color: #fff;
}

.hero-area .advance-search .sbHolder .sbOptions li a:hover {
  color: #fff !important;
}

.hero-area .advance-search .sbHolder .sbOptions li span {
  color: #fff;
}

.hero-area .advance-search .form-control::-webkit-input-placeholder {
  color: white;
}

.hero-area .advance-search .form-control:-moz-placeholder {
  color: white;
}

.hero-area .advance-search .form-control::-moz-placeholder {
  color: white;
}

.hero-area .advance-search .form-control:-ms-input-placeholder {
  color: white;
}

.hero-area .advance-search .form-control::-ms-input-placeholder {
  color: white;
}

.hero-area .advance-search button {
  display: block;
}

@media (max-width: 480px) {
  .hero-area .advance-search button {
    width: 100%;
  }
}

.hero-area-2 .sbHolder {
  background: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  .hero-area-2 .sbHolder {
    margin-bottom: 10px;
  }
}

.hero-area-2 .sbHolder .sbToggle {
  background: url(../plugins/selectbox/img/down-arrow-gray.png) no-repeat;
}

.hero-area-2 .sbHolder .sbOptions {
  z-index: 2;
}

.submit-coupon .form-control, .submit-coupon .sbHolder {
  margin-bottom: 20px;
  
}

.submit-coupon textarea{
  height: 80px !important;
  background: none;
  color: white;
}

.submit-coupon button {
  margin-top: 20px;
  background: none;
}

.deals-categories {
  padding: 20px 0 0 0;
}

.deals-categories .border-bottom {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .hero-area-2 {
    padding: 60px 0;
  }
}

.hero-area-2 .content-block {
  padding-bottom: 30px;
}

.hero-area-2 form {
  margin-bottom: 13px;
}

.hero-area-2 .coupon-ig {
  margin-bottom: 6px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

.hero-area-2 .coupon-ig input {
  background: #f95669;
  color: #fff;
  border-color: transparent;
}

.hero-area-2 .coupon-ig .input-group-addon {
  background: #f95669;
  color: #fff;
  border-left: none;
}

.hero-area-2 .coupon-ig .input-group-addon i {
  font-size: 17px;
  padding-right: 7px;
}

.hero-area-2 .coupon-ig .form-control::-webkit-input-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control:-moz-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control::-moz-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control:-ms-input-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control::-ms-input-placeholder {
  color: white;
}

.hero-area-2 .category-search .form-control {
  background: #fff;
}

.best-deal .block .tab-content {
  margin-top: 30px;
}

.category-hero {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .category-hero .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category-hero .media .image-content img {
  padding: 30px;
  background: #fff;
  border-radius: 100%;
  border: 10px solid #e34e60;
}

@media (max-width: 768px) {
  .category-hero .media .image-content {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

.category-hero .media .media-body {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .category-hero .media .media-body {
    margin-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .pre-header {
		/* padding: 20px 60px; */
		padding: 0 0px 20px 0px;
		/*width:100%;*/
	}
	.pre-header .frm-buscador {
		width: 80% !important;
	}
	.listado-locales {
		padding: 20px 20px;
	}
	.pre-header .frm-buscador {
		width: 90% !important;
		margin: 0 auto;
		float: left !important;
		margin-top: -265px;
		margin-left:5%;
	}
	.banner-locales {
		width: 100%;
	    margin-right: 0;
	    margin-left: 0;
	}
}

.category-hero .media .media-body h2 {
  font-size: 42px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}

.category-hero .media .media-body p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .category-hero .media .btn-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.client-slider-02 {
  padding-top: 30px;
}

.offers {
  padding-top: 55px;
}

.offers .offer-btn {
  margin-top: 20px;
}

.deal-card {
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeaea;
  border-radius: 3px;
}
.estrellas a {
	color:#CDD2D8;
}
.logIn .btn-primary {
    border-radius: 8px !important;
	background-color: #009CD7;
	border-color: #009CD7;
}
.logIn .col-12 .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.logIn .form-check {
    padding-left: 0;
}
.logIn .width-20 {
	width:20%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-30 {
	width:30%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-33 {
	width:33%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-50 {
	width:50%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-70 {
	width:70%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-80 {
	width:80%;
	float:left;
	margin-bottom:15px;
}
.logIn .width-20{
	width:20%;
}
.logIn .width-30{
	width:30%;
}
.logIn .width-33 {
	width:33.33%;
}
.logIn .width-50{
	width:50%;
}
.logIn .width-70{
	width:70%;
	float:right;
}
.logIn .width-80{
	width:80%;
}
.logIn .width-100{
	width:100%;
	margin-bottom:15px;
}
.logIn .align-left{
	float:left;
	padding-right:5px;
}
.logIn .align-right{
	float:right;
	padding-left:5px;
}
.logIn .align-center{
	padding-left:5px;
	padding-right:5px;
}
.logIn .is-label{
	margin-top: 15px;
    /*text-align: right;*/
}
.seccion-animacion {
	position: absolute;
    z-index: 9;
    background-color: #009CD7;
    width: 100%;
    height: 100%;
	left: 0;
    top: 0;
}
.seccion-animacion img {
	width:auto;
	height:auto;
    margin-top: 55%;
}
.modal-body  .fa-share-alt {
    float: right;
    margin: 7px 10px 0 0;
    color: #FFF;
}

@media (max-width: 768px) {
  .deal-card .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
    .logIn .width-70{
		width:100%;
		float:right;
	}
	.logIn .width-70 .width-30 {
		width:33%;
	}
	.logIn .width-70 .width-34 {
		width:34%;
		padding-left:0px;
	}
	.logIn .mobile-ancho-100 {
		width:100%;
	}

}

.deal-card .media .media-body {
  padding: 25px 0 30px	25px;
  border-left: 1px solid #ebe9e9;
}

.is-reporte .col-md-2 {
	float:left;
	padding-left:0px;
	width:20% !important;
	flex: 0 0 20%;
	max-width: 20%;
}
.is-reporte .col-md-1 {
	float:left;
	padding-left:0px;
	width:10% !important;
	flex: 0 0 10%;
	max-width: 10%;
}
.is-reporte .col-md-1 a {
	width:60px !important;
}
.is-reporte .col-md-1 a span {
	width: 60px !important;
	font-size: 12px;
	line-height: 13px;
	color: #848484;
	float: left;
	margin-top: 5px;
}
.contenedor-btn {
	width:60px !important;
	margin:0 auto;
	padding-top: 25px;
}
.is-reporte form {
	margin-bottom:50px;
	float: left;
}
.is-reporte .table {
	color: #848484;
}
.is-reporte p {
	color: #848484;
}
.contenedor-activados-validados-tasa {
	float:left !important;
	margin-bottom:40px;
}
.activados-validados-tasa {
	background: #009CD7; 
	padding: 15px 18px 0px 18px; 
	border-radius: 10px; 
	height: 56px;
}
.activados-validados-tasa h3 {
	font-size: 20px; 
	color: #FFFFFF; 
	font-weight: 300; 
	margin-top: 0px; 
	float: left; 
	width: 100%; 
	text-align: left;
}
.activados-validados-tasa span {
	font-size: 42px; 
	color: #FFFFFF; 
	font-weight: 600; 
	margin-top: -12px; 
	float: left; 
	margin-right: 15px;
}


@media (max-width: 768px) {
	.deal-card .media .media-body {
		text-align: center;
		border-left: none;
		padding: 25px;
	}
	.is-reporte .col-md-2 {
		float:left;
		padding-left:15px;
		width:100% !important;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:20px;
	}
	.is-reporte .col-md-1 {
		float:left;
		padding-left:0px;
		width:100% !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.deal-card .media .media-body h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}

.deal-card .media .media-body h5:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .deal-card .media .media-body h5 {
    font-size: 20px;
  }
}

.deal-card .media .media-body p {
  color: #848484;
  margin-bottom: 25px;
}

@media (max-width: 400px) {
  .deal-card .media .media-body ul.success-list li:last-child {
    display: none;
  }
}

.deal-card .media .img-content {
  width: 170px;
}

@media (max-width: 768px) {
  .deal-card .media .img-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

.deal-card .media .img-content a img {
  width: 100%;
}

.deal-card .media .img-content span {
  border-top: 1px solid #ebe9e9;
  width: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  display: block;
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
  font-size: 17px;
}

.deal-card .media .btn-content {
  margin-right: 25px;
}
.ancho-ultimas-novedades {
	max-width:624px;
	margin:0 auto;
}

@media (max-width: 768px) {
  .deal-card .media .btn-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .deal-card .media .btn-content ul {
    display: inherit;
  }
  .deal-card .media .btn-content ul li:last-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.deal-card .media .btn-content .btn-group {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .deal-card .media .btn-content .btn-group {
    margin-top: 0;
    margin-left: 10px;
  }
}

.deal-card .success-list li {
  margin-right: 8px;
  font-size: 16px;
}

.deal-card .success-list li a {
  color: #848484;
  font-size: 16px;
}

.deal-card .success-list li a i {
  color: #d0d0d0;
  margin-right: 10px;
}

.deal-card .success-list li a.success {
  color: #1FCC2E;
}

.deal-card .success-list li a.fail {
  color: #f95669;
}

.deal-item {
  margin-bottom: 10px;
  box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.8);
  border: 1px solid #ebeaea;
  border-radius: 15px !important;
  background-color: #fff !important;
}

.deal-item .media {
  position: relative;
}

.deal-item .media .img-content {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.deal-item .media .img-content span {

  display: block;
  text-align: left;
  line-height: 47px;
  font-size: 11px;
  letter-spacing: 0.01em;
  width: 170px;
  margin-left: 8px;
}
.deal-item .media .img-content span.texto-aclaracion {
    margin-top: 15px;
    background-image: none;
    line-height: 24px;
	color:#9b9c9e;
	letter-spacing: 0.00em;
}
.deal-item .img-content span {
	/* background-image: url(../img/ico-calendar.png); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.label-filtros {
	margin-top:25px;
	margin-bottom: -20px;
}
.label-filtros i {
	color:#009CD7;
}
.label-filtros p {
	color:#717171;
	font-size: 16px;
}
.boton-standard {
	 border: 1px solid #009CD7; 
	 margin-top: 10px; 
	 color: #009CD7; 
	 padding: 13px 30px; 
	 font-size:14px; 
	 border-radius: 8px;
}

@media (max-width: 400px) {
  .deal-item .media .img-content span {
    width: 115px;
  }
}

.deal-item .media .img-content img {
  width: 110px;
    height: 110px;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 0px;
}

.deal-item .media .media-body {
  padding: 30px 0 40px 30px;
}
.deal-item .media .media-body .dias {
	float:left;
	width:100%;
	margin-top: 7px;
}
.deal-item .media .media-body .dias span {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    padding: 1px;
    border: 1px solid #C4C4C4 !important;
    font-size: 10px;
    line-height: 13px;
    float: right;
    text-align: center;
	margin-left:2px;
	color:#FFFFFF;
}
.deal-item .media .media-body .dias span.selected {
  background-color:#009CD7;
  border: 1px solid #009CD7 !important;
  font-weight: 10px;
	color:#FFFFFF;
}

.deal-item .media .media-body h5 {
    font-size: 40px;
    color: #009CD7;
    width: 100%;

    font-weight: 800;
    margin-bottom: -1px;
}
.cupon-mas-descuentos {
	border-top: 1px solid #009CD7;
	padding-top:5px;
	margin-top: -10px;
}
.cupon-mas-descuentos img {
	float: left;
}
.cupon-mas-descuentos span {
	color: #009CD7;
	float: left;
	margin: 2px 0 0 5px;
}
.deal-item .media .media-body ul li a {
  color: #848484;
}

.deal-item .media .media-body ul li a:hover {
  text-decoration: none;
}

.deal-item .media .media-body ul li:last-child {
  margin-left: 20px;
  color: #848484;
}
/*.deal-item .cupon-legales {
	max-height:40px !important;
}*/
.deal-item .cupon-legales p {
	/*height: 40px;
    overflow: hidden;*/
    font-size: 12px;
    line-height: 13px !important;
    text-align: justify;
    padding: 0 10px;
	min-height: 45px;
}
.cupon-legales + [data-readmore-toggle], .cupon-legales[data-readmore] {
    font-size: 13px;
    color: #FCBC00;
    /*float: left;*/
    width: auto;
    text-decoration: none;
}
.cupon-legales + [data-readmore-toggle] {
	text-align:right;
	padding-left:15px;
	padding-right: 10px;
}

.form-login-farmacias h2 {
	text-align:center;
	margin-top:25px;
	font-size: 28px;
}
.form-login-farmacias .boton-verde {
	text-align: center;
    float: left;
    width: 100%;
}

@media (max-width: 480px) {
  .deal-item .media .media-body ul li:last-child {
    margin-left: 0;
  }
}

.deal-item .media .media-body i {
  padding-left: 12px;
  font-size: 15px;
  cursor: pointer;
}

.deal-item .media .media-body i:hover:before {
  content: "\f005";
  color: #e6b322;
}

.widget {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #ebeaea;
  border-radius: 3px;
}
.ajuste-margenes-laterales {
	margin-right:0px;
	margin-left:0px;
}

@media (max-width: 400px) {
  .widget {
    padding: 25px 15px 30px;
  }
}

.widget .widget-header {
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  line-height: 26px;
}

.widget .widget-header.user {
  font-size: 20px;
  letter-spacing: .05em;
  margin-top: 10px;
}

.widget .widget-header:after {
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ebe9e9;
}

.widget.subscription {
  padding: 45px 30px 50px;
}

.widget.subscription h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.widget.subscription button {
  margin-top: 10px;
  width: 100%;
}

.widget.related-store {
  padding-bottom: 10px;
}

.widget.related-store ul.store-list li {
  width: calc(50% - 12px);
  line-height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebe9e9;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .widget.related-store ul.store-list li {
    line-height: 180px;
  }
}

@media (max-width: 480px) {
  .widget.related-store ul.store-list li {
    line-height: 90px;
  }
}

.widget.related-store ul.store-list li:nth-child(2n) {
  margin-right: 0;
}

.widget.related-store ul.store-list li a {
  display: block;
  text-align: center;
}

.widget.related-store ul.store-list li a img {
  width: 100%;
}

.widget.category ul.category-list li {
  margin-bottom: 8px;
}

.widget.category ul.category-list li a {
  font-size: 15px;
  letter-spacing: 0;
  display: block;
  color: #848484;
}

.widget.category ul.category-list li a:hover {
  color: #009CD7;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.archive ul.archive-list li {
  margin-bottom: 10px;
}

.widget.archive ul.archive-list li:last-child {
  margin-bottom: 5px;
}

.widget.archive ul.archive-list li a {
  font-size: 15px;
  letter-spacing: 0;
  display: block;
  color: #848484;
}

.widget.archive ul.archive-list li a:hover {
  color: #f95669;
  text-decoration: underline;
}

.widget.share-coupon .sbHolder, .widget.share-coupon .form-control {
  margin-bottom: 10px !important;
}

.widget.share-coupon button {
  width: 100%;
}

.widget.coupon {
  background: #f95669;
  padding: 35px 30px 40px 30px;
  border-radius: 3px;
}

.widget.coupon p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 25px;
}

.widget.coupon .btn {
  padding: 15px 10px;
}

.widget.coupon .btn:hover {
  color: #fff;
}

.widget.rate .starrr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget.rate .starrr i {
  font-size: 20px;
  cursor: pointer;
  color: #e6b322;
  padding: 0 5px;
}

.widget.filter {
  padding-bottom: 17px;
}

.widget.filter .form-1 {
  margin-bottom: 20px;
}

.widget.filter .form-check-label {
  font-size: 14px;
  color: #848484;
}

.widget.filter .form-check-label input {
  margin-right: 10px;
}

.widget.filter .form-check-label input[type=checkbox]:checked .form-check-label {
  color: #f95669 !important;
}

.widget.filter .form-check-label:hover {
  color: #f95669;
}

.widget.welcome-message h2 {
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 30px;
}

.widget.welcome-message p {
  line-height: 26px;
  color: #848484;
  margin-bottom: 5px;
}

.widget.user {
  padding-top: 50px;
}

.widget.user .image img {
  width: 157px;
  height: 157px;
  border-radius: 100%;
  border: 7px solid #ebe9e9;
}

.widget.user h5 {
  font-size: 20px;
  margin-top: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.dashboard-links ul li a.selected {
	color:#fcbc00;
	font-weight:600;
}

.dashboard-links ul li a:hover {
  color: #f95669;
}

.widget .welcome-message h2 {
  font-size: 30px;
  line-height: 54px;
  letter-spacing: .05em;
}

.widget .welcome-message p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #848484;
}

.widget.personal-info .form-group, .widget.change-password .form-group, .widget.change-email .form-group {
  margin-bottom: 25px;
}

.widget.personal-info .form-group .user-img, .widget.change-password .form-group .user-img, .widget.change-email .form-group .user-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 15px;
  border: 1px solid #ebe9e9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .widget.personal-info .form-group .user-img, .widget.change-password .form-group .user-img, .widget.change-email .form-group .user-img {
    margin-bottom: 20px;
  }
}

.widget.personal-info .form-check, .widget.change-password .form-check, .widget.change-email .form-check {
  margin-bottom: 25px;
}

.widget.personal-info .form-check .form-check-label input, .widget.change-password .form-check .form-check-label input, .widget.change-email .form-check .form-check-label input {
  margin-right: 7px;
}

.widget.personal-info button, .widget.change-password button, .widget.change-email button {
  margin-top: 5px;
  margin-bottom: 10px;
}

.widget.recently-favorited .block {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ebe9e9;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .widget.recently-favorited .block .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.widget.recently-favorited .block .media i {
  font-size: 35px;
  color: #f95669;
  margin-right: 15px;
}

.widget.recently-favorited .block .media .media-body p {
  font-size: 17px;
  letter-spacing: 0;
}


@media (max-width: 768px) {
  .widget.recently-favorited .block .media .btn-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.widget.recently-favorited .favorite-store {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .widget.recently-favorited .favorite-store {
    text-align: center;
  }
}

.widget.recently-favorited .favorite-store .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item {
  margin-right: 0;
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
  display: block;
  width: 164px;
  height: 128px;
  padding: 15px 0;
  margin-bottom: 20px;
  border: 1px solid #ebe9e9;
  border-radius: 3px;
}
.banda-naranja {
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 126px;
    background-color: #fbbb00;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ancho-maximo-banda-naranja {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.close-banda-naranja {
    position: absolute;
    z-index: 100;
    margin-right: -30px;
    right: 0px;
}
.view-full-screen {
    display: block;
}
.hidden-full-screen {
    display: none;
}
.banda-naranja p {
    font-size: 0.9375rem;
    color: #000;
}
.banda-naranja .col-md-3, .banda-naranja .col-md-9 {
    float: left;
}

@media (max-width: 992px) {
  .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
    width: 145px;
    height: 115px;
  }
}

@media (max-width: 768px) {
  .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
    width: 145px;
    height: 115px;
  }
}

@media (max-width: 400px) {
  .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
    width: 125px;
    height: 90px;
  }
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item a img {
  width: 100%;
  height: 100%;
}

.widget.recently-saved .deal-card, .widget.recommended .deal-card {
  border: 1px solid #ebe9e9;
}

.widget.recently-saved .more, .widget.recommended .more {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em;
}

@media (max-width: 768px) {
	.widget.search {
		margin-top: 30px;
	}
	.view-full-screen {
		display: none;
	}
	.hidden-full-screen {
		display: block;
	}
}

.widget.search .input-group .form-control {
  border: none;
}

.widget.search .input-group .input-group-addon {
  background: #f95669;
  color: #fff;
  border: none;
}

.widget.search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.sidebar.blog .widget-header {
  font-size: 20px;
}

.call-to-action {
  position: relative;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  .call-to-action {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .call-to-action {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .call-to-action .image-holder img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .call-to-action .image-holder {
    display: none;
  }
}

.call-to-action .content-holder {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .call-to-action .content-holder {
    padding-top: 0;
  }
}

.call-to-action .content-holder h2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .call-to-action .content-holder h2 {
    font-size: 30px;
  }
}

.call-to-action .content-holder .store-btn-holder {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .call-to-action .content-holder .store-btn-holder {
    margin-top: 25px;
  }
  .call-to-action .content-holder .store-btn-holder a:first-child img {
    margin-bottom: 10px;
  }
}

.call-to-action .content-holder .store-btn-holder a {
  margin-right: 15px;
}

.subscription {
  position: relative;
  padding: 80px 0;
}

.subscription .content-block h2 {
  font-size: 43px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .subscription .content-block h2 {
    font-size: 30px;
  }
}

.subscription .content-block .form-control {
  display: inline-block;
  background-color: #fff;
}

.subscription .content-block input {
  width: 79%;
  height: 50px;
}

.subscription .content-block button {
  margin-left: 10px;
  width: 20%;
}

@media (max-width: 768px) {
  .subscription .content-block button {
    width: auto;
  }
}

.client-slider-03 {
  padding: 30px 0 0 0;
}

.stores {
  padding-bottom: 70px;
  padding-top: 70px;
}

.stores .block {
  margin-bottom: 30px;
}

.stores .block:last-child {
  margin-bottom: 0;
}

.stores .store-letter {
  font-size: 20px;
  margin-bottom: 16px;
}

.stores hr {
  margin-bottom: 25px;
}

.stores ul.store-list li a {
  display: block;
  font-size: 15px;
  color: #222222;
  margin-bottom: 25px;
}

.stores ul.store-list li a:hover {
  text-decoration: underline;
  color: #f95669;
}

.store-coupon {
  padding: 30px 0;
}

.store-coupon .block {
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeaea;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .store-coupon .block .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .store-coupon .block .media .image-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}

.store-coupon .block .media .media-body {
  margin: 0 75px;
}

.store-coupon .block .media .media-body h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.store-coupon .block .media .media-body ul li {
  font-weight: bold;
  font-size: 17px;
  padding: 0 15px;
  border-right: 1px solid #ebe9e9;
}

.store-coupon .block .media .media-body ul li:last-child {
  border: none;
}

.store-coupon .block .media .media-body ul li a {
  color: #f95669;
}

.store-coupon .block .media .media-body p {
  font-size: 14px;
  line-height: 26px;
  color: #848484;
  letter-spacing: 0;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .store-coupon .block .media .media-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .store-coupon .block .media .media-body {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .store-coupon .block .social-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}

.store-coupon .block .social-content ul.social-circle-icons li {
  margin-right: 7px;
}

.store-coupon .block .social-content ul.social-circle-icons li:last-child {
  margin-right: 0;
}

.store-coupon .block .social-content ul.social-circle-icons li a {
  display: block;
  font-size: 15px;
  line-height: 38px;
  color: #f95669;
  height: 38px;
  width: 38px;
  border: 1px solid #f95669;
  background: #fff;
  border-radius: 100%;
}

.store-coupon .block .social-content ul.social-circle-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: #f95669;
}

.store-coupon .block .social-content .share {
  font-size: 15px;
  line-height: 28px;
  color: #848484;
}

@media (max-width: 768px) {
  .store-coupon .block .social-content .share {
    text-align: center !important;
    margin-top: 10px;
  }
}

.store {
  padding: 0 0 80px 0;
}

.store .block .store-nav .nav-item .nav-link {
  font-size: 17px;
  padding: 0 40px 0 0;
  margin-bottom: 15px;
}

.submit-coupon-sec {
  padding-top: 70px;
}

.submit-coupon-sec form .form-group label {
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}

.submit-coupon-sec form .form-group .form-control {
  background: #fff;
}

.submit-coupon-sec form .form-group .input-group input {
  border-right: none;
}

.submit-coupon-sec form .form-group .input-group input:focus + .input-group-addon {
  border: 1px solid #f95669;
}

.submit-coupon-sec form .form-group .input-group .input-group-addon {
  background: #fff;
  border-left: none !important;
}

.submit-coupon-sec form .form-group .input-group .input-group-addon i {
  font-size: 15px;
  color: #848484;
  padding-right: 8px;
}

.submit-coupon-sec form .coupon-type {
  padding: 40px 0 22px 0;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li {
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .submit-coupon-sec form .coupon-type ul.coupon-types li {
    margin: 5px;
  }
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a {
  color: #f95669;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 18px 0;
  width: 170px;
  text-align: center;
  border: 1px solid #f95669;
  border-radius: 3px;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a i {
  display: block;
  text-align: center;
  font-size: 40px;
  opacity: .5;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li.active a {
  background: #f95669;
  color: #fff;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li.active a i {
  opacity: 1;
}

.submit-coupon-sec form button {
  margin-top: 10px;
}

.submit-coupon-sec p {
  margin: 70px 0 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #848484;
  letter-spacing: 0.01em;
}

.submit-coupon-sec p a {
  color: #f95669;
  text-decoration: underline;
}

article {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

article .image, article .video, article .post-slider {
  margin-bottom: 25px;
}

article img {
  width: 100%;
  border-radius: 3px;
}

article .video {
  position: relative;
}

article .video:before {
  border-radius: 3px;
}

article .video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

article .video .video-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article .video .video-box a img {
  width: 79px;
}

article .video .video-box a iframe {
  width: 100%;
  height: 100%;
}

article .post-slider .owl-nav {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

article .post-slider .owl-nav i {
  font-size: 30px;
  color: #fff;
}

article .post-slider .owl-nav [class*=owl-] {
  padding: 7px 16px;
  background-color: rgba(255, 255, 255, 0.35);
}

article .post-slider .owl-nav [class*=owl-]:hover {
  background-color: #f95669;
}

article a h3 {
  margin-bottom: 5px;
}

article a h3:hover {
  color: #009CD7;
}

article ul {
  margin-bottom: 15px;
}

article ul li {
  margin-right: 10px !important;
  color: #848484;
}

article ul li a {
  color: #009CD7;
}
article ul li a:hover {
  color: #009CD7;
}

article p {
  line-height: 26px;
  color: #848484;
  margin-bottom: 24px;
}

article .btn {
  margin-bottom: 10px;
}

.single-blog {
  padding-top: 50px !important;
}

article.single-post img {
  margin-bottom: 35px;
}

article.single-post p {
  margin-bottom: 35px;
}

.comment {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.comment h4 {
  font-size: 20px;
  letter-spacing: 0;
}

.comment button {
  margin: 10px 0;
}

.logIn {
	padding: 20px 0;
}
.logIn .panel .panel-heading {
	background-color:transparent;
	padding: 0 0;
	height: 45px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 15px;
}

.logIn .panel .panel-heading h3 {
	text-align: left;
	/*text-transform: capitalize;*/
	margin-bottom: 0;
	font-weight: 300;
	color: #bfbebe;
	line-height: 60px;
	font-size:38px;
	line-height: 40px;
	margin-top: 15px;
}

.logIn .panel .panel-body {
  border: none;
  padding: 15px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.logIn input.form-control {
  background-color:transparent;
	height: 50px;
}

.logIn .form-control::-webkit-input-placeholder {
  color: gray;
}

.logIn select.form-control {
	background-color:transparent;
	height: 50px;
}
.logIn textarea.form-control {
	background-color: transparent;
}

@media (max-width: 400px) {
  .logIn .panel .panel-body {
    padding: 10px;
  }
  .logIn .panel .mobile-padding-top {
    padding: 40px 10px;
  }
}

.logIn .panel .panel-body .form-group {
  margin-bottom: 15px;
}

.logIn .panel .panel-body .form-check {
  margin-bottom: 30px;
}

.logIn .panel .panel-body .form-check .form-check-input {
  margin-left: 0;
}

.logIn .panel .panel-body .btn-primary {
  background-color: #fbad17;
  border-color: #fbad17;
}

.logIn .panel .panel-body .btn-secondary {
  background-color: #fbbb00;
  border-color: #fbbb00;
  border-radius: 8px;
  margin: 10px 0 0 0;
}

.logIn .panel .panel-body .social-login {
  margin: 30px 0 20px;
  min-height: 45px;
}

.logIn .panel .panel-body .social-login .btn-social {
  padding: 15px;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .logIn .panel .panel-body .social-login .btn-social {
    padding: 15px 10px;
  }
}

.logIn .panel .panel-body .social-login .facebook {
  background-color: #3b5999;
}

.logIn .panel .panel-body .social-login .google-plus {
  background-color: #dd4b39;
}

.logIn .panel .panel-body .btn-link {
  font-size: 13px;
  color: #f95669;
  margin-top: -20px;
  margin-bottom: 20px;
}

.logIn .panel .panel-body .btn-link:hover {
  text-decoration: none;
}

.logIn .dashboard-links ul li {
  float: left;
  width:auto;
  margin-right:30px;
}
.logIn #seccion-mis-cupones .padding-lateral-15 .mis-cupones {
	/*margin-right: 0px;
	margin-left: 0px;*/
	padding-left:5px;
	padding-right:5px;
}
.logIn .dashboard-links {
	margin-bottom: 35px;
}
.logIn .contenedor-cupon-legales {
	/*min-height:50px;*/
    min-height: 43px;
}

.logIn h3, .logIn a, .logIn label {
	color:#2f3068;
}
.logIn .form-control {
	border-radius: 5px !important;
}
input#ClienteTelefono:-moz-placeholder, input#ClienteWeb:-moz-placeholder {
    color:    #2f3068 !important;
}
input#ClienteTelefono:-ms-input-placeholder, input#ClienteWeb:-ms-input-placeholder {
    color:    #2f3068 !important;
}

.logIn #enviarForm {
    color: #2f3068 !important;
}

.cupon-modal .modal-dialog {
  max-width: 770px;
}

@media (max-width: 768px) {
  .cupon-modal .modal-dialog {
    max-width: 570px;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-header {
  padding: 20px 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .cupon-modal .modal-dialog .modal-content .modal-header {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .cupon-modal .modal-dialog .modal-content .modal-header {
    padding: 0 5px;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-header img {
  margin-right: 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeaea;
  padding: 0 20px;
}

@media (max-width: 400px) {
  .cupon-modal .modal-dialog .modal-content .modal-header img {
    padding: 0;
    width: 100px;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-header h2 {
  font-size: 24px;
}

@media (max-width: 480px) {
  .cupon-modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 20px;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-header .close {
  position: relative;
}

.cupon-modal .modal-dialog .modal-content .modal-header .close span {
  position: absolute;
  top: -83px;
  right: -65px;
}

@media (max-width: 768px) {
  .cupon-modal .modal-dialog .modal-content .modal-header .close span {
    right: 0px;
  }
}

@media (max-width: 480px) {
  .cupon-modal .modal-dialog .modal-content .modal-header .close span {
    right: 115px;
    top: -30px;
  }
}

@media (max-width: 400px) {
  .cupon-modal .modal-dialog .modal-content .modal-header .close span {
    right: 0px;
    top: -5;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-body {
  padding: 55px 80px 50px;
}

@media (max-width: 768px) {
  .cupon-modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .cupon-modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  
}

.cupon-modal .modal-dialog .modal-content .modal-body h6 {
  font-size: 16px;
  margin-bottom: 20px;
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
  width: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  background: #fff6f7;
  border: 2px dashed #f95669;
  border-radius: 3px;
  margin-bottom: 40px;
}

.cupon-modal .modal-dialog .modal-content .modal-body .form-group label {
  display: block;
}

.cupon-modal .modal-dialog .modal-content .modal-body .form-group a {
  float: right;
  margin-top: -5px;
  padding: 15px;
}

.popup .block-1 {
  padding: 20px 80px;
  background: #F6F8FA;
}

.popup .block-1 .media .img-content {
  height: 80px;
  width: 130px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.popup .block-1 .media .media-body h4 {
  font-size: 24px;
}

.popup .block-2 {
  padding: 50px 80px;
  background: #fff;
}

.popup .block-2 h6 {
  margin-bottom: 20px;
}

.popup .block-2 p {
  width: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  background: #fff6f7;
  border: 2px dashed #f95669;
  border-radius: 3px;
  margin-bottom: 40px;
}

.popup .block-2 form .form-group label {
  display: block;
  color: #222222;
}

.popup .block-2 form .form-group a {
  float: right;
  margin-top: -5px;
}

.footer {
  padding-top: 60px;
  background: #2F3068;
  padding-bottom: 10px;
  color: white !important;
}

.footer .block h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.footer .block.about {
  margin-top: -20px;
  margin-bottom: 25px;
}

.footer .block.about img {
  margin-bottom: 25px;
}

.footer .block.about p {
  line-height: 26px;
}

.footer .block.about a:hover {
  text-decoration: underline;
}

.footer .block ul li {
  margin-bottom: 10px;
}

.footer .block ul li a {
  display: block;
  font-size: 14px;
  color: #c7c7c7;
}

.footer .block ul li a:hover {
  color: #f95669;
  text-decoration: underline;
}

.footer .block ul.terms-list {
  margin-top: 10px;
}

.footer .block ul.terms-list li a {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .footer .block:last-child {
    margin-bottom: 30px;
  }
	.margin-top-mobile {
		    margin-top: -20px;
	}
}

.footer .block-2 {
  padding: 18px 30px;
  background: #46484A;
  border-radius: 2px;
  padding: 17px 30px;
}

.footer .block-2.app-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
      margin-bottom: -40px;
}
.footer .block-2.app-promotion a i.fa-envelope {
	color:#009CD7;
	font-size:20px;
}

.footer .block-2.app-promotion p {
  margin-left: 20px;
  color: #fff;
  font-weight: 300 !important;
  margin-bottom: 0px;
}
.footer .block-2.app-promotion p a {
  color: #009CD7;
}
	

.footer .block-2.discount-coupon p {
  color: #fff;
  margin-bottom: 0;
}

.footer .block-2.discount-coupon p a {
  color: #f95669;
}

.footer-bottom {
  position: relative;
  background: #2F3068;
  /*padding: 25px 0;*/
  padding: 25px 0 10px 0;
}

@media (max-width: 480px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-bottom .copyright p {
  color: #c7c7c7;
  margin-bottom: 0;
  margin-top: -15px;
}

.footer-bottom .copyright p a {
  color: #c7c7c7;
}

.footer-bottom .copyright p a:hover {
  color: #f95669;
}

.footer-bottom .top-to {
  position: absolute;
  top: -50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-end;
}

.footer-bottom .top-to a {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent white transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bottom .top-to a i {
  margin-top: 20px;
}

.footer-bottom .top-to a:hover {
  text-decoration: none;
}

.social-media-icons {
  text-align: center !important;
  margin-top: -1px;
}

.social-media-icons li {
  display: inline-block;
}

.social-media-icons li a {
  color: #848484;
  padding: 0 20px;
}

.social-media-icons li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.hidden-mobile {
	display:block;
}
a.link-descarga:hover #fecha-editable {
	color: #222222;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav.search-mobile .search .search-icon {
		position: absolute;
		top: -77px;
		right: -10px;
	}
	.navbar-toggler-right {
		position: absolute;
		right: 0px;
	}
}

@media (max-width: 768px) {
	.footer {
	  padding-bottom: 100px;
	}

	.deal-item .media .img-content {
		width: 110px;
		padding: 10px 5px;
	}
	.deal-item .media .media-body {
		padding: 5px 5px 5px 5px;
	}
	.hidden-mobile {
		display:none;
	}
}
@media (min-width: 481px) and (max-width: 575px) {
	.navbar-toggler-right {
		position: absolute;
		right: -50px;
	}
	.navbar-nav.search-mobile .search .search-icon {
		position: absolute;
		top: -77px;
		right: -70px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.navbar-nav.search-mobile .search .search-icon {
		position: absolute;
		top: -77px;
		right: 7px;
	}
}

.deal-item .media .img-content {
	width: 120px;
	padding: 7px 5px 10px 7px;
}
.deal-item .media .media-body {
	padding: 5px 8px 5px 5px;
}

/*.clients-slider-wrapper .owl-carousel .owl-item .item img {
	max-width: 100px !important;
}*/
.clients-slider .owl-item .item img {
	max-width: 110px !important;
}
.centrado {
	margin:0 auto;
}
.centrado .navbar-brand {
	margin-left: 0px;
    margin-right: 0px;
}
.ancho-cupon-detalle {
    max-width: 600px;
    margin: 0 auto;
}


/* MODAL CUPON */
.mobile-content .formulario-cupones article {
	background: #FFF;
    padding: 15px;
	float: left;
}
.mobile-content .formulario-cupones .deal-item {
    margin-bottom: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px !important;
	background: #009CD7 !important;
}
.mobile-content .formulario-cupones .deal-item .media .img-content img {
    border: none;
    padding: 0px;
	background-color: #FFF;
}
.mobile-content .formulario-cupones .deal-item .media .img-content {
    float: left;
}
.mobile-content .formulario-cupones .deal-item .media .img-content span {
    left: 0;
    bottom: auto;
    line-height: 17px;
    font-size: 10px;
    width: 125px;
    margin-left: 5px;
    font-size: 11px;
	color:#FFFFFF;
    top: 125px;
	position:absolute;
}
.mobile-content .formulario-cupones .deal-item .media .media-body {
    float: right;
    margin-top: 0;
    width: 100%;
    /*max-width: 190px;*/
}
.mobile-content .formulario-cupones .deal-item .media .media-body h5 {
    line-height: 40px;
    margin-top: 0;
	color:#FFFFFF;
	margin-bottom: 10px !important;
}
.mobile-content .formulario-cupones .deal-item-ok .media .media-body h5 {
    line-height: 42px;
	font-size:42px;
	margin-top: 10px;
}
.mobile-content .formulario-cupones .deal-item .media .media-body h4 {

    margin-top: 0px;
	color:#000000 !important;
	font-weight:bold;
	font-size:18px;
    margin-bottom: 7px;
	line-height:20px;
    width: 100%;

}
.mobile-content .formulario-cupones .deal-item .media .media-body p {

    color: #000000;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
	/*margin-bottom:10px;*/
	margin-bottom: 0px;
}
.mobile-content .formulario-cupones .deal-item .media .media-body .dias span {
    border: 1px solid #FFF;
    color: #FFF;
	width: 15px;
    height: 15px;
    padding: 1px;
}
.mobile-content .formulario-cupones .deal-item .media .media-body .dias span.selected {
	background-color:#009CD7;
	color:#FFFFFF;
}
.mobile-content .formulario-cupones .legales {
	float:left;
	width:100%;
	margin-top: 15px;
}
.mobile-content .formulario-cupones .legales p {
	color:#FFFFFF;
	line-height: 16px;
	margin: 5px 0 0 0;
}
.mobile-content .formulario-cupones .legales a {
    font-size: 13px;
	color:#FCBC00;
	float:left;
	width:auto;
	text-decoration:none;
}
.mobile-content .formulario-cupones .separador {
	float:left;
	width:100%;
	border-bottom: 1px solid #FFFFFF;
	margin:5px 0;
}
.mobile-content .formulario-cupones .separador-doble {
	float:left;
	width:100%;
	border-bottom: 2px solid #FFFFFF;
	margin:5px 0;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon {
	margin-bottom: 55px;
    float: left;
    
}
.mobile-content .formulario-cupones .margin-bottom-texto-cupon {
	margin-bottom: -15px;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon h1 {
	font-size: 20px;
    text-align: center;
    float: left;
    width: 100%;
    color: black;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 23px;
	font-weight: 300;
    margin-top: 20px;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon h2 {
	font-size: 20px;
    text-align: center;
    float: left;
    width: 100%;
    color: black;
    font-weight: 400;
    margin: 0;
	font-weight: 300;
	margin-bottom: 20px;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon .cont-imagen {
	float:left;
	width:100%;
	margin-top:25px;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon .logo-descarga {
	width:auto;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon p {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.mobile-content .formulario-cupones .contenedor-texto-cupon h3 {
	font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
    color: black;
    font-weight: 300;
	margin-bottom: 0px;
}
.mobile-content .formulario-cupones .data p {
	color:#FFFFFF;
	line-height: 16px;
	margin: 5px 0 0 0;
    font-weight: 300;
}
.mobile-content .formulario-cupones .contenedor-form p {
	color:#FFFFFF;
	line-height: 16px;
	margin: 5px 0 0 0;

	width:100%;
	margin-bottom:15px;
}
.mobile-content .formulario-cupones .contenedor-form input.form-control {
	background-color:#c7dcf0;
	border-radius:10px;
	border:1px solid #FFF;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.mobile-content .formulario-cupones .contenedor-form .cont-checkbox {
	/*float:left;*/
	width:100%;
}
.mobile-content .formulario-cupones .contenedor-form .clear {
	clear: both;
}
.mobile-content .formulario-cupones .contenedor-form label {
	color:#FFFFFF;
}
.mobile-content .formulario-cupones .contenedor-form input.submit {
	background-color: #FBAD18;
	color:#FFFFFF;
	border-radius:10px;
	border:1px solid #FFF;
	width:100%;
	height:45px;
	margin-top:15px;
    margin-bottom: 15px;
}
.mobile-content .formulario-cupones .contenedor-form img.logo-cupon {
	width:auto;
	border:none;
}
.mobile-content .formulario-cupones .box-negro h2 {
	font-size: 30px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.mobile-content .formulario-cupones .box-negro a {
    background-color: #FBAD18;
    color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFF;
    float: left;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 8px;
}
.formulario-cupones #frmFacebookData .has-error {
	border:1px solid #FF0004 !important;
}
.formulario-cupones #frmFacebookData .hidden {
	display:none;
}
.formulario-cupones .margin-top-ajuste {
	margin-top: -20px;
}

.mobile-content .modal-body span.borde-inferior {
	float:left;
	font-size:12px;
	color:#FFFFFF;
}
.mobile-content .modal-body span.borde-inferior a {
	color:#FFFFFF;
	text-decoration:none;
}
.mobile-content .modal-body h6 {
	/*color:#F3EBD1;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin:	0 0 50px 0;*/
	color: #000000;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 0 0 2px 0;
}
.deal-item-ok .media .img-content img {
    margin-bottom: 0px;
}

.menu-buscador {
    position: relative;
    z-index: 1;
    /*top: -160px !important;  /* -120 */
	top: -300px !important;
    /*width: 2%;
    left: 40%;*/
	width:420px;
	margin: 0 auto;
}
.menu-buscador .dropdown-menu {
    padding: 10px;
    border: 1px solid #ebe9e9;
	display:block !important;
	width:100%;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border-radius: 0px 0px 8px 8px;
}
.menu-buscador .dropdown-menu .input-group select {
    background-color: #F1F1F1;
    height: 40px;
    margin-bottom: 5px;
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border: none;
}
.menu-buscador .dropdown-menu .input-group #q {
    padding-left: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
	/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
	.menu-buscador .dropdown-menu .input-group #q {
		/*padding-left: 5px;*/
	}
}
.menu-buscador .dropdown-menu .input-group input {

    margin-bottom: 5px;
    height: 40px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.top-header {
	background-color: #2F3068;
	position: relative !important;
    z-index: 12;
}
.main-nav {
	position: relative !important;
    z-index: 10;
}
.icono-mapa {
	float: left;
	position: relative;
	margin-top: -250px;
	z-index: 0;
	margin-left: 15px;
}

.icono-mapa img {
	width:43px;
}
.share-link {
	float:right;
}
.share-link .fa-share-alt{
	color:#FFFFFF;
}
.addthis_inline_share_toolbox {
	float:right;
}
#addthis_inline_share_toolbox {
    padding-top: 15px;
	margin-bottom: -40px;
}
.padding-right-cero {
	/*padding-right:0px !important;*/
}
#seccion-mis-cupones {
	padding-top:25px;
	padding-bottom:30px;
}
#seccion-mis-cupones .mis-cupones .media-body p {
	/*height:39px;
	line-height: 18px;*/
	height: 32px;
	line-height: 15px;
	margin-bottom: 10px;
	float: right;
}
.icon-wassap { 
	position: fixed;
	z-index: 999;
	right: 1%;
	bottom: 2%;
}
.icon-wassap img { 
	height: 42px;
}
.ico-telephone { 
	float: right;
	margin: -40px -75px 0 0 !important;
	width: auto;
}
.ico-telephone .fa-phone { 
	margin-right: 5px;
}
#importe-total {
	margin-top:20px;
}
#importe-total h4 {
	color: #009CD7;
	font-size: 1.4rem;
}
.hidden_mobile {
	display:block;
}
.copyright .hidden_mobile {
	display:inline;
}
.view_mobile {
	display:none;
}
.horariosCupon {
	font-size: 12px;
    color: #FFF;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: -10px;
    padding-top: 3px;
}

.cupones-pre-activados .cupon-template .img-content {
	display: block;
	padding: 10px !important;
}
.cupones-pre-activados .cupon-template .img-content #fecha-editable {
	padding-left: 0px !important;
}

@media (min-width: 768px){
	.menu-buscador .dropdown-menu .input-group {
		/*width: 300px;*/
	}
}

@media (min-width: 1px) and (max-width: 768px) {
	.ico-telephone {
		float: none !important;
		margin: 0 !important;
		width: auto;
	}
	.hidden_mobile {
		display:none !important;
	}
	.view_mobile {
		display:block !important;
	}
	.copyright {
		float: left;
		width: 70%;
	}
	.aaip {
		float: left;
		width: 30%;
		margin-top: -10px;
	}
}

@media (min-width: 768px) and (max-width: 940px) {
	.submenu-logueado .box-contenedor {
		margin: 0 auto;
	    width: 275px;
	}
	.submenu-logueado a {
		margin-left: 10px;
		margin-right: 10px;
		
	}
}
@media (min-width: 1px) and (max-width: 768px) {
	.submenu-logueado {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.submenu-logueado a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.submenu-logueado .col-md-12 {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.submenu-logueado .box-contenedor {
		margin: 0 auto;
	    width: 275px;
	}
	.cupon-mas-descuentos {
		border-top: 1px solid #009CD7;
		padding-top: 5px;
		margin-top: 10px;
		text-align: center !important;
		float: left;
		width: 100%;
	}
	.cupon-mas-descuentos span {
		float: none;
	}
	.cupon-mas-descuentos img {
		float: none;
	}
	.header-adherir img {
		float: none;
	}
	.header-adherir .texto {
		float:none;
	}
	.header-adherir .texto h3 {
		text-align: center;
	}
	.header-adherir .texto p {
		text-align: center;
	}
	.logIn .col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		padding: 25px 30px;
	}
}

@media (min-width: 300px) and (max-width: 940px) {
	.menu-buscador {
		/*position: absolute;
		z-index: 1;
		top: -160px !important;
		width: 300px;*/
		
		position: relative;
		z-index: 1;
		top: -300px !important;
		width: 300px;
		margin: 0 auto;
	}
	.menu-buscador .dropdown-menu {
		width: 300px;
	}
	.usuario-web-logueado {
		display:none;
	}
}

@media (min-width: 425px) and (max-width: 475px) {
	.mobile-content .formulario-cupones .contenedor-form input.form-control {
		width: 96%;
	}
}
@media (min-width: 300px) and (max-width: 350px) {
	.mobile-content .formulario-cupones .deal-item .media .media-body {
		/*max-width: 180px;*/
	}
	.deal-item .media .img-content {
		width: 90px;
	}
	.deal-item .media .img-content img {
		width: 80px;
		height: 80px;
	}
	.mobile-content .formulario-cupones .deal-item .media .media-body p {
		height: 36px;
		overflow: hidden;
	}
}
/***************/

@media (min-width: 770px) and (max-width: 939px) {
	.navbar-nav.search-mobile .search .search-icon {
		right: -31px;
	}
	.custom-toggler.navbar-toggler {
		right: -7px;
	}
}
@media (min-width: 480px) and (max-width: 770px) {
	.navbar-nav.search-mobile .search .search-icon {
		right: -40px;
	}
	.custom-toggler.navbar-toggler {
		right: -16px;
	}
}

@media (min-width: 375px) and (max-width: 414px) {
	.como-funciona img.img-fluid {
		height: 69px;
	    margin-top: 15px;
	}
	.icon-wassap { 
		position: fixed;
		z-index: 999;
		right: 2%;
		bottom: 2%;
	}
	.icon-wassap img { 
		height: 30px !important;
	}
}

@media (min-width: 1px) and (max-width: 375px) {
	.icon-wassap { 
		position: fixed;
		z-index: 999;
		right: 2%;
		bottom: 2%;
	}
	.icon-wassap img { 
		height: 30px !important;
	}
	.activados-validados-tasa h3 {
		font-size: 18px;
	}
	.mis-descuentos-section .col-md-10  {
		padding-left:0px;
		padding-right:0px;
	}
	.navbar-toggler-right {
		position: absolute;
		right: 0px !important;
	}
	.navbar-nav.search-mobile .search .search-icon {
		position: absolute;
	    right: 11px !important;
		top: -47px !important;
	}
	.navbar-brand {
		margin-left: 10px;
	}
	.custom-toggler.navbar-toggler {
		/*border-color: #009CD7;
		background: #009CD7;*/
		border-color: transparent;
		background: transparent;
		width: 25px;
		height: 40px;
		padding: 0;
		right: 10px !important;
		line-height: auto;
		left: 10px !important;
	    /*top: 47px !important;*/
	    /*top: 37px !important;*/
	    top: 25px !important;
	}
	.logIn .is-label{
		margin-top: 0px;
	}
	.como-funciona img.img-fluid {
		height: 69px;
	    margin-top: 15px;
	}
	.logIn .dashboard-links ul li {
		margin-right: 25px;
	}
	.search-mobile {
		display:none !important;
	}


}


/**********************************************************
***************           DESKTOP         *****************
***********************************************************/
.has-error {
   border: 1px solid #ff0000 !important;
}
.search-mobile {
	display:block;
}

@media (min-width: 375px) and (max-width: 940px) {
	.search-mobile {
		display:none !important;
	}
}

@media (min-width: 940px) and (max-width: 15000px) {
	.custom-toggler.navbar-toggler {
		display:none;
	}
	.navbar .collapse {
		display: block;
		float: right;
		max-width: 545px;
		width: 100%;
		margin-right: 45px;
	}
	.navbar .menu-backend {
		/*max-width: 555px !important;*/
	    max-width: 596px !important;
	}
	.navbar .menu-usuario-web-logueado {
		max-width: 569px !important;
	}
	.navbar .collapse ul {
	    float: right;
	    width: 100%;
		/*width: 560px;*/
		display: inline;
	}
	.navbar .collapse ul li {
    float:right;
    margin-right: 15px;
	}
	.navbar .container-fluid {
		width: 100%;
	    max-width: 1170px;
	}
	.navbar-nav.search-mobile .search {
		display: block !important;
	}
	.navbar .search-mobile {
		max-width: 40px;
		width: 100%;
		float: right;
		margin-top: 60px;
	}
	.navbar-nav.search-mobile .search .search-icon {
		/*top: -87px;*/
	    /*top: 160px;*/
		/*top: -57px;*/
		top: -70px;
	}
	.navbar-nav.search-mobile .search .search-icon {
		right: 0px;
	}
	.navbar-nav.search-mobile .search .dropdown-menu {
		/*right: 0;*/
		/*position: relative;
		margin-top: 240px !important;
		margin-right: 15px;
		float: right;*/
		position: relative;
		margin-top: -68px !important;
		margin-right: 0px;
		float: right;
		right: 300px;
	}
	.top-header .container {
		width: 100%;
    max-width: 1170px;
  
	}
	.navbar .collapse {
		max-width: 778px;
		margin-top: 29px;
		/*margin-right: 0px;*/
	    margin-right: 0px;
	}
	.main-nav {
		padding: 21px 0 4px 0;
		margin-bottom: -1px;
	}
	.main-nav .navbar-nav .nav-item .nav-link i {
		font-size: 25px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		color: #FBAD18 !important;
		border: none;
		border-radius: 3px;
    text-align: right;
	}
	.main-nav .navbar-nav .nav-item .search-icon {
		padding-left:0px;
	    margin-left: -5px;
	}
	#abrir-cerrar-menu-buscador {
	    margin-top: -10px;
	}
	.search-mobile {
		display:none;}
}
@media (min-width: 939px) and (max-width: 988px) {
	.navbar .menu-backend {
		max-width: 566px !important;
	}
	.menu-backend .navbar-nav .nav-item .nav-link {
		padding-left: 14px;
		padding-right: 14px;
	}
}
@media (min-width: 940px) and (max-width: 1190px) {
	.navbar-brand {
	    margin-left: 15px;
	}
}
@media (max-width: 940px) {
	.top-header {
		display:none;
	}
}
/*@media (min-width: 375px) and (max-width: 480px) {*/
@media (min-width: 300px) and (max-width: 939px) {
	.navbar-nav.search-mobile .search .search-icon {
		/*right: -45px;*/
	    right: 17px;
	    top: -50px;
	}
	.custom-toggler.navbar-toggler {
		/*right: -21px;*/
	    position: absolute;
		/*right: 25px;
		top: 50px;*/
	    left: 25px;
	    top: 35px;
	}
	.navbar-brand {
		margin-left: inherit;
		margin: 0 auto;
	    margin-top: 4px !important;
	    margin-bottom: -4px;
	}
	.navbar-nav.search-mobile .search .dropdown-menu {
		/*padding: 10px;
		width: 100%;
		margin-right: 0;
		left: -170px;
		top: 30px;*/
	    padding: 10px;
		margin-right: 0;
		left: -320px;
		top: 30px;
		max-width: 300px;
	    border-radius: 0 0 10px 10px;
	}
	.btn-submit {
		background-color: #FCBC00 !important;
		color: #FFFFFF;
		height: 40px;
		text-align: center !important;
		padding: 0 0px;
	}
	.mobile-content .formulario-cupones article {
		padding: 0px;
		margin-bottom: 0;
	}
}
@media (min-width: 300px) and (max-width: 340px) {
	.navbar-nav.search-mobile .search .dropdown-menu {
		left: -310px;
	}
}
@media (min-width: 300px) and (max-width: 400px) {
	.navbar .navbar-brand img {
		max-width: 85%;
		margin-left: 8%;
		max-height:59px !important;
	}
	.navbar-nav.search-mobile .search .dropdown-menu {
		top: 26px !important;
	}
}
@media (min-width: 768px) and (max-width: 939px) {
	.navbar-nav.search-mobile .search .dropdown-menu {
		padding: 10px;
		margin-right: 0;
		left: -340px;
		top: 30px;
		max-width: 320px;
	    width: 320px;
	}
}
@media (min-width: 1280px) and (max-width: 4000px) {
	.navbar .search-mobile {
		position: absolute;
	    right: 15px;
	}
}
@media (min-width: 1190px) and (max-width: 1280px) {
	.navbar .search-mobile {
		position: absolute;
	    /*right: 15px;*/
		right: 0px;
	    /*right: 60px;*/
	}
}
@media (min-width: 939px) and (max-width: 1190px) {
	.navbar .search-mobile {
		position: absolute;
	    /*right: 15px;*/
		right: 0px;
	    /*right: 60px;*/
	}
}
@media (min-width: 1px) and (max-width: 320px) {
	.activados-validados-tasa h3 {
		font-size: 13px;
	}
	.logIn .dashboard-links ul li {
		margin-right: 10px;
	}
	.logIn .padding-lateral-mobile .padding-lateral-15 {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

.mobile-content .formulario-cupones .deal-item .media .media-body p {
	/*height: 36px;*/
	height: 35px;
	overflow: hidden;
}
.form-check-label {
    padding-left: 15px;
}
.logIn .form-check-label {
    padding-left: 20px;
}
#google-map-cont .deal-item {
    box-shadow: none;
    border: none;
}
/*.gm-style-iw {
	width: 400px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}*/

@media (min-width: 10px) and (max-width: 420px) {
	.padding-lateral-15 {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.modal-body iframe {
		margin-bottom: -3px;
	}
	.is-info-window {
		/*height: 145px;*/
	    height: 147px;
	}
	.is-info-window .img-content {
		padding: 0px !important;
		width: 90px !important;
		margin-top: 0px;
	    /*height: 155px;*/
        height: 170px;
	}
	.is-info-window .img-content img {
	    width: 90px !important;
	    height: 90px !important;
		margin-top: 10px;
	}
	.is-info-window .img-content #fecha-editable {
	    margin: 0 auto;
		text-align: center;
		width: 60%;
		/*margin-left: 25%;*/
	    margin-left: 0%;
	    /*top: 126px;*/
		top: 134px;
		background-position: 15px 17px;
	}
	.is-info-window .media-body .dias {
	    float: none !important;
	    width: 147px !important;
		position: absolute;
	    top: 118px;
		margin: 0 auto;
	    margin-left: -15%;
	}
	.is-info-window .media .media-body h5 {
		font-size: 35px;
		margin-bottom: 0px;
	}
	.is-info-window .media-body h4 {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.is-info-window .media .img-content span {
		background-position: left 16px;
	    padding-left: 5px;
	}
	#seccion-mis-cupones {
		padding: 25px 0 30px;
	}
	#seccion-mis-cupones .mis-cupones .media-body p {
		/*height:39px;
		line-height: 18px;*/
		height: 32px;
		line-height: 15px;
		margin-bottom: 10px;
		float: right;
	}
	.deal-item .media .img-content span.texto-aclaracion {
		/*margin-left: 80px;*/
		/*margin-left: 150px;*/
		margin-left: 8px;
	}
	#google-map-cont .deal-item .media .img-content span.texto-aclaracion {
	    margin-left: 150px;
	}
}
@media (min-width: 10px) and (max-width: 375px) {
	.deal-item .media .img-content span.texto-aclaracion {
		/*margin-left: 65px;*/
	    /*margin-left: 120px;*/
	    margin-left: 8px;
	}
	#google-map-cont .deal-item .media .img-content span.texto-aclaracion {
	    margin-left: 120px;
	}
	.is-info-window .img-content #fecha-editable {
		margin-left: 0%;
		top: 134px;
		background-position: 5px 17px;
	}
	.cupon-mas-descuentos {
		padding-top: 4px;
	}
	.is-info-window .media-body .dias {
		margin-left: -25%;
	}
	.gm-style .gm-style-iw {
		overflow-x: hidden !important;
	    width: 240px;
	}
}
@media (min-width: 10px) and (max-width: 330px) {
	.deal-item .media .img-content span.texto-aclaracion {
		margin-left: 65px;
	}
	.is-info-window .img-content {
		width: 70px !important;
	}
	.is-info-window .img-content img {
		width: 70px !important;
		height: 70px !important;
		margin-top: 10px;
	}
	.is-info-window .media-body .dias {
		margin-left: -39%;
		top: 115px;
	}
	.is-info-window .img-content #fecha-editable {
		width: 70%;
		margin-left: 15%;
		top: 40px; 
	}
	.is-info-window .img-content span {
		background-position: left center !important;
		padding-top: 84px;
	}
	.is-info-window .media .img-content {
		height: 252px;
	}
}
@media (min-width: 10px) and (max-width: 575px) {
	.modal-dialog {
		margin: 0 !important;
	}
	modal-header {
		padding: 0 !important;
	}
	.modal-header .close {
		padding: 0;
		margin: 0;
		z-index: 99;
		position: absolute;
		right: 8px;
		top: 4px;
	}
}

@media (min-width: 768px) and (max-width: 769px) {
	.banda-naranja {
		top: 93px;
	}
	.close-banda-naranja {
	    right: 37px;
	} 
}
@media (max-width: 414px) {	
	.close-banda-naranja {
	    right: 15px;
		margin-right: 0px;
	} 
	.banda-naranja {
		top: 93px;
	}
	.banda-naranja p {
		margin-top: 15px;
	}
}
@media (max-width: 375px) {	
	.banda-naranja {
		top: 85px;
	}
}

.logIn #enviarForm {
    color: #2f3068 !important;
}
.logIn .panel .panel-body .btn-primary {
    background-color: #0033ff;
    border-color: #0033ff;
}
.logIn .panel .panel-body .btn-primary:hover{
	background-color:#011f98 !important;
	color:#FFF;
}
.logIn h3, .logIn a, .logIn label {
    color: #2f3068;
}

@media (min-width: 1px) and (max-width: 768px) {
	.header-adherir img {
		float: none;
	}
	.header-adherir .texto h3 {
		text-align: center;
	}
	.header-adherir .texto p {
		text-align: center;
	}
	.header-adherir .texto {
		float: none;
	}
	.logIn .col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		padding: 25px 30px;
	}
}
@media (min-width: 400px) and (max-width: 768px) {
	.custom-toggler.navbar-toggler {
		top: 25px;
	}
}