/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans");
body {
  line-height: 1.5;
  font-family:  'Montserrat', sans-serif;
}

p, li, input, select, button {
  font-family:  'Open Sans', sans-serif;
  color: #4d5257;
  font-size: 14px;
  font-weight: 400;
}
p{
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  'Montserrat', sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 43px;
}

/*Cambio Oscar Retta*/
th, td {
  font-size: 14px;
}

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

.nav-pills .nav-link {
  font-size: 16px;
}

@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: #e4003f;
}

.nav-pills.with-background .nav-link.active {
  background: #e4003f;
  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 #e4003f;
  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: #4d5257;
}

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: #4d5257;
}

ul.pagination .active a {
  background-color: #e4003f !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: #e4003f;
  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: #e4003f;
}

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: #e4003f;
  vertical-align: middle;
}

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

.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: #e4003f;
}

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

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

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

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

p {
  color: #4d5257;
}

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

figure {
  margin: 0;
}

a {
  transition: all .2s ease 0s;
  color: #e4003f;
}
a:hover,a:focus{
  color: #4d5257;
}

iframe {
  border: 0;
}

a:focus, a:hover {
  text-decoration: underline;
  outline: 0;
  color: #e4003f;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  border-radius: 3px;
  box-shadow: none;
  height: 50px;
  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 #e4003f;
}

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

.form-control {
  background-color: transparent;
  color: #4d5257;
  box-shadow: none;
  border-radius: 4px;
  padding-left: 20px;
  letter-spacing: .05em;
  font-size: 15px;
}

.form-control:focus {
  color: #4d5257;
  box-shadow: none;
  border: 1px solid #e4003f;
  background-color: transparent;
}

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

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

/* 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;
}

/* 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-grey{
  background-color: #f6f8fa;
}
section.popular-deals{
  padding: 50px 0;
}

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

.section-title h2 {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-404 .section-title h2 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.section-title h2:before {
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 127px;
  height: 2px;
  background-color: #e0e0e0;
}

.section-title h2:after {
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 40px;
  height: 5px;
  background-color: #e4003f;
}

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

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

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

.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: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 50px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

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

.btn-primary {
    background-color: #e4003f;
    border-color: #e4003f;
}
.btn-primary:hover {
  color: #e4003f;
  background-color: #fff;
  border-color: #e4003f;
}

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

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

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

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

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

.btn-dual .upper {
  background: #e4003f;
  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 #e4003f;
  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: 0 10px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 99;
  margin-left: -65px;
  width: 95px;
  display: inline-block;
}

.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: #e4003f;
  box-shadow: none;
}

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

.sbHolder {
  width: 100%;
  height: 50px;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

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

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

.sbHolder .sbSelector {
  color: #4d5257 !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: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  padding: 10px 20px;
}

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

.sbHolder .sbOptions li span {
  font-family: "Open Sans", 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;
}

.bg-light {
  background: #fff;
}

.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: #e4003f;
}

.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;
  left: -50px;
  bottom: 40px;
}

.clients-slider .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  bottom: 40px;
}

.clients-slider a {
  display: inline-block;
  padding: 0px 15px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeaea;
  border-radius: 3px;
}

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

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

.page-title h3,.page-title h1, .page-title h2{
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}

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: #4d5257;
}

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

.datepicker {
  padding: 15px;
}

.datepicker.dropdown-menu {
  font-family: "Open Sans", 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: #e4003f;
  border-color: #e4003f;
}

.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 18px;
  border-right: 1px solid #d3d4d5;
  color: #4d5257
}
.top-header ul.top-menu li.nav-item a:hover{
  color: #e4003f;
}

.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: 16px 0;
}

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

.main-nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
  padding-left: 19px;
  padding-right: 19px;
}

@media (max-width: 768px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 09px;
  }
}

.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: #e4003f;
}

.main-nav .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .main-nav .navbar-nav .search {
    display: none;
  }
}

.main-nav .navbar-nav .search .nav-link i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #e4003f;
  border: 1px solid #e4003f;
  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: #e4003f;
  color: #fff;
  border: 1px solid #e4003f;
}

.main-nav .navbar-nav .search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-brand{
	max-width: 250px;
	width: 100%;
}

@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: #e4003f;
  background: #e4003f;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: auto;
}

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

.custom-toggler.navbar-toggler .navbar-toggler-icon {
  font-size: 20px;
  color: #fff;
  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: #e4003f;
}

.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: -57px;
  right: 43px;
}

.navbar-nav.search-mobile .search .dropdown-menu {
  position: absolute;
  padding: 15px 0 0 0;
  padding: 10px;
  border: 1px solid #ebe9e9;
}

@media (max-width: 400px) {
  .navbar-nav.search-mobile .search .dropdown-menu {
    padding: 10px;
  }
}

.navbar-nav.search-mobile .search .dropdown-menu .input-group {
  width: 240px;
  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: #e4003f;
}

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

.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.hero-area-p-0{
  padding: 0;
}

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

.hero-area .advance-search {
  background: #e4003f;
  padding: 28px 18px 28px 18px;
  border-radius: 3px;
  /*margin-bottom: -50px;*/
  margin-top: -50px;
  -webkit-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  /* 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;
  }
}

.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: #e4003f;
}

.hero-area .advance-search .sbHolder {
  background: #e4003f;
  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: #e4003f;
  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: 30px;
}

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

.deals-categories {
  padding: 100px 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: #e4003f;
  color: #fff;
  border-color: transparent;
}

.hero-area-2 .coupon-ig .input-group-addon {
  background: #e4003f;
  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%;
  }
}

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

@media (max-width: 768px) {
  .deal-card .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

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

@media (max-width: 768px) {
  .deal-card .media .media-body {
    text-align: center;
    border-left: none;
    padding: 25px;
  }
}

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

@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: #e4003f;
}

.deal-item {
  margin-bottom: 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeaea;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.deal-item:hover{
  -webkit-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
}

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

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

@media (max-width: 480px) {
  .deal-item .media .img-content {
    width: 110px;
  }
}

.deal-item .media .img-content span {
  border-top: 1px solid #ebe9e9;
  left: 0;
  position: absolute;
  bottom: 0;
  display: block;
  background: #f9f9f9;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  letter-spacing: 0.01em;
  width: 190px;
}

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

.deal-item .media .img-content img {
  width: 100%;
  height: auto;
  margin-bottom: 47px;
}

.deal-item .media .media-body {
  padding: 25px 0 15px 20px;
  border-left: 1px solid #ebe9e9;
}
.deal-item.deal-item-home .media .media-body{
  padding: 10px 0 15px 12px;
}

@media (max-width: 400px) {
  .deal-item .media .media-body {
    padding: 30px 0 40px 12px;
  }
}

.deal-item .media .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  color: #4d5257;
}

.deal-item .media .media-body h5 small {
  font-size: 1.2rem;
  color: #e4003f;
	line-height: 1;
	margin-bottom: 5px;
	display: inline-block;
}
.deal-item .media .media-body h5 small a{
  font-size: inherit;
  color: inherit;
}

.deal-item .media .media-body h3{
  color: #e4003f;
  font-weight: 600;
	margin-bottom: 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 .media .media-body ul li.list-fecha{
  margin-left: 0;
  margin-top: 10px;
  color:#4d5257;
  font-size: 0.9rem;
}




@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;
}

@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-aviso{
  border:1px solid transparent;
  -webkit-box-shadow: none;
   -moz-box-shadow: none;
    box-shadow: none;
  padding-top: 0;
}
.widget.widget-aviso .widget-header.user {
  font-size: 1.5rem;
  font-weight: 600;
}
.widget.widget-aviso .widget-header:after{
  height: 2px;
  background-color: #5d5c52
}
.widget-aviso .deal-item{
  padding: 10px 10px;
  border: 2px solid #dde1e4;
  border-radius: 0;
}
.widget-aviso .deal-item .media .img-content img{
  margin-bottom: 0;
}
.widget-aviso .deal-item .media .media-body h5 small{
  font-size: 1.35rem;
  font-weight: 600;
}
.widget-aviso .deal-item .media .media-body h5{
  font-size: 1.1rem;
}

.aviso-principal.box-destacado .store-coupon .block .media .image-content img {
  max-width: 350px;

}
.aviso-principal .store-coupon .block{
  padding: 40px 30px 40px;
}
.aviso-principal.box-destacado .store-coupon .block .media .media-body h1{
  font-weight: 600;
  line-height: 1;
}
.aviso-principal .store-coupon .block .media .media-body ul li{
  padding: 0;
  font-size: 1.25rem;
}

.widget-aviso-detalle h4{
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.box-detalle-invitacion .linea-box-detalle{

}
.box-detalle-invitacion .linea-box-detalle h5{
  color: #e4003f;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.box-detalle-invitacion .linea-box-detalle h5 i{
  color: #e4003f;
  margin-right: 6px;
}
.btn.btn-invitacion {
  border: 1px solid #e4003f;
  padding: 12px 25px;
  margin-right: 23px;
}
.btn.btn-invitacion.btn-active{
  background-color: #e4003f;
  color: #fff;
}
.btn.btn-invitacion:last-child{
  margin-right: 0;
}
.link-block{
  margin-bottom: 15px;
}

.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: #e4003f;
}

.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: #e4003f;
  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: url("../img/bg-ca.png") center no-repeat #e4003f;*/
  background: #e4003f;
  /*padding: 35px 30px 40px 30px;*/
  padding: 45px 20px;
  border-radius: 3px;
  background-size: cover;
}

.widget.coupon p {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 25px;
  font-family: Montserrat,sans-serif;
  text-align: center;
  font-weight: 500;
}

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

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

.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: #e4003f !important;
}

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

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

.widget.dashboard-links ul li a {
  padding-left: 20px;
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #848484;
  border-bottom: 1px solid #ebe9e9;
  letter-spacing: 0;
}

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

.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: 0px;
}

.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: #e4003f;
  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;
}

@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;
  }
}

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

.widget.search .input-group .input-group-addon {
  background: #e4003f;
  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 {
  background: url("../img/banner/newsletter-email.jpg") center no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  position: relative;
  height: 400px;

}

.subscription .content-block h2, .subscription .content-block h3 {
  font-size: 2rem;
  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: 70%;
  height: 50px;
}

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

@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: #4d5257;
  margin-bottom: 25px;
}

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

.store-coupon {
  /*padding: 30px 0;*/
  padding: 0;
  margin-top: -60px;
  margin-bottom: 45px;
}

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

.store-coupon .block .media .image-content img{
  max-width: 330px;
  height: 100%;
  width: 100%;
}

@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;*/
  margin: 50px 60px 0;

}

.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: 0px 15px 0 10px;
  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,.store-coupon .block .media .media-body ul li span {
  color: #e4003f;
}

.store-coupon .block .media .media-body p {
  font-size: 0.9rem;
  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: 0px;
}
.store-coupon .block .social-content ul.social-circle-icons li:first-child{
  padding-left: 0;
}
.store-coupon .block .social-content ul.social-circle-icons li.show-desktop{
  border-right-color: transparent;
}

/*.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: #e4003f;
  height: 38px;
  width: 38px;
  border: 1px solid #e4003f;
  background: #fff;
  border-radius: 100%;
}

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

.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: #4d5257;
  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 #e4003f;
}

.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: #e4003f;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 18px 0;
  width: 170px;
  text-align: center;
  border: 1px solid #e4003f;
  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: #e4003f;
  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: #e4003f;
  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: #e4003f;
}

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

article a h3:hover {
  color: #e4003f;
}

article ul {
  margin-bottom: 15px;
}

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

article ul li a {
  color: #e4003f;
}

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 .panel .panel-heading {
  background-color: #e4003f;
  padding: 0 15px;
  height: 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.logIn .panel .panel-heading h3 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
}

.logIn .panel .panel-body {
  border: 3px solid #f0f0f0;
  padding: 15px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

.logIn .panel .panel-body .form-group {
  margin-bottom: 20px;
padding: 10px 0;
}

.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: #e4003f;
  border-color: #e4003f;
}
.logIn .panel .panel-body .btn-primary:hover{
  background-color: #fff;
  color: #e4003f
}

.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: #e4003f;
}

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

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

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

.cupon-modal .modal-dialog .modal-content{
  background: url("../img/popup-bg.jpg") no-repeat center top #fff;
  background-size: cover;
}

.cupon-modal .modal-dialog .modal-content .close{
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 10;
  opacity: 1;
}

.cupon-modal .modal-dialog .modal-content .close span{
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}


.cupon-modal .modal-dialog .modal-content .modal-header {
  padding: 20px 80px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-bottom: none;
}
.cupon-modal .modal-dialog .modal-content .modal-header h4{
  font-weight: 600;
}

@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: 10px 5px 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: absolute;
  top: -2px;
  right: 5px;
}

.cupon-modal .modal-dialog .modal-content .modal-header .close span {
  position: relative;
  top: 0!important;
  right: 0!important;
  color: #fff;
  font-size: 2rem;
}

@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: -5px;
  }
}

.cupon-modal .modal-dialog .modal-content .modal-body {
  padding: 0 0 0 40px;
  text-align: center;
}

.cupon-modal .modal-dialog .modal-content .modal-body .modal-body-content{
  background-color: rgba(230,0,0,0.65);
  padding: 30px 30px 50px;
}

.cupon-modal .modal-dialog .modal-content .modal-body .btn{
  padding: 12px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
}

@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: 0 20px;
  }
  .cupon-modal .modal-dialog .modal-content .modal-body .modal-body-content{
    padding:30px 15px 50px
  }
}

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

.cupon-modal .modal-dialog .modal-content .modal-body h3{
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  /* text-transform: uppercase; */
  color: #fff;
  /* border: 2px dashed #e4003f; */
  /* border-radius: 3px; */
  margin-bottom: 25px;
  /* padding: 5px 10px; */
  font-size: 1.2rem;
  font-family: Montserrat;
}
.cupon-modal .modal-dialog .modal-content .modal-body p a{
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.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 #e4003f;
  border-radius: 3px;
  margin-bottom: 40px;
}

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

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

.footer {
  padding: 70px 0 60px;
  background: #dde1e4;
}

.footer .block h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600
}

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


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

.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: #4d5257;
}

.footer .block ul li a:hover {
  color: #e4003f;
}

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

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

.footer .block-2.app-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer .block-2.app-promotion p {
  margin-left: 20px;
  color: #fff;
}

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

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

.footer-bottom {
  position: relative;
  background: #e4003f;
  padding: 25px 0;
}

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

.footer-bottom .copyright p {
  color: #fff;
  margin-bottom: 0;
}

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

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

.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: center;
}

.footer-bottom .top-to a {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #e4003f 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;
}

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

.social-media-icons li a {
  color: #fff;
  padding: 0 20px;
  font-size: 1.45rem;
}

.social-media-icons li a:hover {
  color: #000 !important;
  text-decoration: none;
}

/*Estilos - Oscar Retta*/
/*Pagina Inicio*/

/*Menu Navegacion*/
.main-nav .navbar-nav .nav-item.active .nav-link {
    color: #e4003f;
}
.main-nav .navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #4d5257;
}
.main-nav .navbar-nav .nav-item .nav-link:hover{
  color: #e4003f;
}


/*Banner*/
section.hero-area.banner-home {
    background-image: url("../img/Banner-Home.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    height: 460px;
}
section.hero-area.banner-home .banner-home-content{
  padding: 60px 0 65px
}

.banner-home-content .banner-text{
  text-align: center;
}

.banner-home-content .banner-text h1{
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 30px
}
.banner-home-content .banner-text h1 small{
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}

.banner-home-content .banner-text img.banner-logo{
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto 30px
}

.banner-home-content .banner-text h3{
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 12px;
  margin-top: 60px;
}
.banner-home-content .btn-inscribite{
	background-color: #fff;
	color: #e4003f;
}
.banner-home-content .btn-inscribite:hover{

}

.banner-home-content .banner-text img.banner-heart{
  width: 80px;
  display: block;
  margin: 0 auto 20px;
}

div.content-block.logo-bata div img {
    height: 80px;
   /* margin-top: 100px;
    margin-bottom: 100px;*/
  display: block;
  margin: 80px auto 90px;
}


/*Busqueda Avanzada*/


a.btn-inscribite {
  background-color: #f80000;
  color: #fff;
  padding: 8px 60px;
  border-radius: 5px;
  font-weight: 700;
  margin: 0 auto;
  display: inline-block;
  font-size: 1.4rem;
}

a.btn-inscribite:hover{
  background-color: #4d5257;
  color: #fff;
}

a:hover {
   text-decoration: none;
}

div.content-block h2 {
    color: #fff;
}

.hero-area .content-block p {
    font-size: 16px;
}
/*fin*/

/*Barra Busqueda Avanzada*/
div.advance-search {
    margin-top: -40px;
}

.hero-area .advance-search {
    background: #4d5257;
}

.hero-area .advance-search .sbHolder {
    background: #fff;
}

ul#sbOptions_2144695.sbOptions {
    color: #222;
}

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

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

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

.hero-area .advance-search .sbHolder .sbOptions {
    background: #fff;
}

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

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

button.btn.btn-danger {
    color: #fff;
    margin-top: -2px;
}
/*Fin Busqueda Avanzada*/

/*Imagenes*/
section.imagenes {
  margin-top: 50px;
  padding-bottom: 30px;
}

div.row.mb-3 {
    text-align: center;
}
/*Fin*/

/*Titulo "Descuentos para miembros de bata club"*/
.section-title h2:after {
    display: none;
}

.section-title h2:before {
    width: 225px;
    background-color: #f19106;
}
/*fin*/

/*Cartillas descuento*/
/*.deal-item .media .media-body h5 small {
    color: #e4003f;
    font-weight: 600;
}*/

.deal-item .media .media-body h5 {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.deal-item .media .img-content span {
    background: #919496;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.btn-dual .upper {
    background: #e4003f;
}

.btn-dual {
    border: 1px solid #e4003f;
}

.btn-dual .upper:after {
    border-color: transparent transparent transparent #e4003f;
}
/*Fin*/

/*Envio de email*/

/*FIN INDEX*/

/*Pagina Catalogo*/
.category-hero.bg-4.catalogo {
    background: url("../img/banner/catalogo.jpg") center no-repeat #e4003f;
  background-size: cover;
    height: 328px;
    padding: 0;
}
.category-hero.bg-4.catalogo .container, .category-hero.bg-4.catalogo .row{
  height: 100%;
}

.catalogo .banner-catalogo{
  text-align: center;
  margin-top: -20px;
}
.catalogo .banner-catalogo h1{
  color: #fff;
  font-weight: 600;
  font-size: 2.9rem;
}
.catalogo .banner-catalogo h1 small{
  display: block;
  font-size: 1.5rem;
}
.clients-slider.owl-carousel .owl-item img{
  max-width: 100px;
}

.offer-btn .btn-transparent {
    color: #e4003f;
    border: 1px solid #e4003f;
}

/*FIN CATALOGO*/

/*Pagina Login*/
div.panel-heading {
  background-color: #e4003f !important;
}

/*.logIn .panel .panel-body .btn-primary {
    color: #e4003f;
    border-color: #e4003f;
}*/

/*FIN LOGIN*/

.box-title{
    border-bottom: 2px solid #f0eeee;
    margin-bottom: 25px;
}
.box-title h3{
  font-weight: 600;
  margin-bottom: 5px

}
.box-title h3  small{
  font-weight: 300;
  font-size: 0.9rem;
}
.box-title p{
  margin-bottom: 10px
}

/*Pagina Registrar*/
.btn-danger {
  background-color: #e4003f;
  border-color: #e4003f;
}
.btn-danger:hover{
	background-color: #06acb9;
	border-color: #06acb9;
}

.page-title.registrate {
  /*background: url(../img/banner/registrate-banner.jpg) no-repeat center #e4003f;*/
  background: #e4003f;
  padding: 50px 0;
  margin-bottom: 15px;
  background-size: cover;
}
.page-title.registrate .box-title{
  height: 191px;
  border-bottom: 0 transparent;
  margin-bottom: 0;
}

/*FIN REGISTRATE*/
.alert{
  font-weight: 500;
}
.margin-auto{
  margin: 0 auto;
}
/*formularios bata*/
.form-bata{

}
.form-bata .form-group{
  padding: 5px 0 8px;
}
.form-bata .col-form-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #4d5257;
}
.form-bata input[type="email"],.form-bata input[type="password"],.form-bata input[type="text"],.form-bata input[type="tel"]{
  border-radius: 0;
  box-shadow: none;
  height: 26px;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #f19106;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 5px;
}
.form-bata input[type="email"]:focus,.form-bata input[type="password"]:focus,.form-bata input[type="text"]:focus,.form-bata input[type="tel"]:focus{
  border-bottom: 2px solid #f19106;
}
.form-bata .form-control:disabled, .form-bata .form-control[readonly]{
  background-color: transparent;
}
.form-bata .error {
    font-size: 0.85rem;
    color: #f53131;
    font-weight: 500;
}
.form-bata #fnacimiento-error{
  position: absolute;
  bottom: -20px;
}
.form-bata .error a{
  color: #3b5998;
  font-weight: 700;
}
.form-bata .form-group:hover{
  background-color: #dde1e4;
}

.form-bata .form-check-label{
  margin-right: 15px;
}
.form-bata .form-check-label:last-child{
  margin-right: 0;
}

.form-bata select.form-control:not([size]):not([multiple]) {
  height: 40px;
  border-color: #f19106;
  margin-top: -3px;
}


/*gracias newsletter*/
.gracias-newsletter{
  display: none;
}
.gracias-newsletter p{
  color: #fff;
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
}

/*gracias*/
.section-gracias{
    /* background: url(../img/gracias.jpg) bottom center no-repeat; */
    background: url(../img/section-loging.jpg) bottom center no-repeat;
    background-size: cover;
    height: 1100px;
    padding: 0;
    position: relative;
}
.section-gracias.gracias-promo{
  background: url(../img/gracias-promo.jpg) bottom center no-repeat;
  background-size: cover;
  height: 750px;
}
.section-gracias .box-main-login{
    position: absolute;
    width: 600px;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-30%);
}
.section-gracias.logIn .panel .panel-body{
    padding: 15px 30px 0px;
    /* background: rgba(241, 145, 6, 0.75); */
    background: rgba(6, 172, 185, 0.85);
    border-radius: 40px;
    border: none;
}
.section-gracias.logIn .panel{

}
.section-gracias.logIn .panel .panel-body .alert-success{
    background-color: transparent;
    border-color: transparent;
}
.section-gracias.logIn .box-title{
    border-bottom: 2px solid #fff;
    margin-bottom: 24px;
}
.section-gracias.logIn .box-title h3{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
/*login*/
.section-login{
  background: url(../img/section-loging.jpg) bottom center no-repeat;
  background-size: cover;
  height: 1100px;
  padding: 0;
  position: relative;
}
.section-login.section-construccion{
	background: url(../img/Foto2-construccion.jpg) top center no-repeat;
}
.section-login .box-main-login{
  position: absolute;
  width: 600px;
  left: 50%;
  top: 30%;
  transform: translate(-50%,-30%);
}
.section-login.logIn .panel .panel-body{
  padding: 25px 30px;
  background: rgba(6, 172, 185, 0.85);
  border-radius: 40px;
  border: none;
}
.section-login.logIn .box-title{
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}
.section-login.logIn .box-title h3{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-login.logIn .form-login, .section-gracias-sms .form-login{
  padding: 0 15px;
}
.section-login.logIn .form-login .col-form-label,
.section-gracias-sms .form-login .col-form-label{
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  padding-top: 14px;
}
.section-gracias-sms .form-login .col-form-label{
  padding-top: 0;
}
.section-login.logIn .form-login input[type="email"], .section-login.logIn .form-login input[type="password"], .section-login.logIn .form-login input[type="text"], .section-login.logIn .form-login  input[type="tel"],
.section-gracias-sms .form-login input[type="email"], .section-gracias-sms .form-login input[type="password"], .section-gracias-sms  .form-login input[type="text"], .section-gracias-sms  .form-login  input[type="tel"]{
  background-color: #fff;
  border-radius: 20px;
  font-size: 1rem;

}

.section-login.logIn .panel .panel-body .form-group,
.section-gracias-sms .panel .panel-body .form-group{
  margin-bottom: 15px;
}

.section-login.logIn .form-login .form-control:focus,
.section-gracias-sms .form-login .form-control:focus{
  background-color: #fff;
}
.section-login.logIn .form-login .error,
.section-gracias-sms .form-login .error{
  color: #fff;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 2px;
}

.section-login .p-login{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}
.section-login .p-reset,.section-gracias-sms .p-reset{
  width: 80%;
  text-align: center;
  margin: 15px auto 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}
.section-login .p-login a,.section-login .p-reset a{
  color: #fff;
  font-weight: 600;
}
.section-login .p-login a:hover,.section-login .p-reset a:hover{
	color: #292b2c;
}
.section-gracias-sms .p-reset a {
  color: #4d5257;
}
.section-login .p-login a:hover,.section-login .p-reset a:hover, .section-gracias-sms .p-reset a:hover{
  text-decoration: none;
  font-weight: 700;
}

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

/*promocion*/
.img-banner-promocion{
  text-align: center;
}
.img-banner-promocion img{
  width: 100%;
  height: auto;
}

/*home*/
.block-img-home{
  position: relative;
  margin-bottom: 15px;
}
.block-img-home img{
  transition: all 0.3s ease;
  width: 100%;
  max-width: 354px;
}

/*.block-img-home:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.2);
}*/

.block-img-home:hover img{

  transform: scale(1.03);

}

/*general*/
.show-movile{
  display: none;
}
.search-mobile{
  display: none;
}

/*mobile menu*/

.custom-toggler.navbar-toggler:after {
  content: 'Menu';
  font-size: 13px;
  bottom: -16px;
  position: absolute;
  left: 2px;
  color: #e4003f;
  font-weight: 600;
}

#navbarNavDropdown ul li{
  font-family: 'Montserrat', sans-serif;
}


/*Tablas*/
.display thead tr {
    background-color: #e4003f;
    color: #fff;
}

.display th, .display td {
    border-top: 1px solid #e4003f;
    border-bottom: 1px solid #e4003f;
    padding: 10px;
}

#tiendas td:first-child {
    font-weight: 600;
}


/*asfi*/
.section-asfi{
  background: #fff;
  padding: 15px 0 5px;

}
.section-asfi p{
  color: #4d5257;
  font-size: 1.1rem;
}
.section-asfi img{
  max-width: 220px;
}

.footer-asfi p{
  font-size: 0.7rem;
  margin: 30px 0 0px;
}
.footer-asfi img{
  max-width: 150px;
  width: 100%;
}

.sending-animation{
  display: none;
  text-align: center;
  padding-top: 10px;
}
.sending-animation p{
  margin-top: -15px;
  color: #4d5257;
}

/*panel*/
.panel-banner,.panel-banner-hombre{
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.panel-banner{
  background-image: url("../img/banner/banner-pannel-mujer.jpg");
}
.panel-banner-hombre{
  background-image: url("../img/banner/banner-pannel.jpg");
}
.producto-destacado{
  margin-top: -70px
}

.producto-destacado .box-destacado{
  background-color: #f1f3f4;
  border-radius:10px;
  padding: 30px 30px
}
.producto-destacado .box-destacado h3{
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.box-destacado .store-coupon{
  margin-top: 0;
  margin-bottom: 0;
}
.box-destacado .store-coupon .block{
  -webkit-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 9.4px 0.6px rgba(0, 0, 0, 0.25);
}
.box-destacado .store-coupon .block .media .image-content{
  padding-right: 25px;
    border-right: 2px solid #919496;
}
.box-destacado .store-coupon .block .media .image-content a{
  display: block;
  position: relative;
  overflow: hidden;
}
.box-destacado .bg-canjeado .box-utilizado{
  top: 120px;
  left: -60px;
}
.box-destacado .store-coupon .block .media .image-content img{
  max-width: 280px;
}
.box-destacado .store-coupon .block .media .media-body{
  margin: 0 23px;
  padding-left: 30px;
      padding-right: 60px;
}
.box-destacado .store-coupon .block .media .media-body h4{
  font-size: 2.25rem;
}
.box-destacado .store-coupon .block .media .media-body p{
      font-size: 1rem;
}
.box-destacado .btn-main:hover{
  border-color: #e4003f;
}
.widget.widget-promo,.widget.widget-bata{
  box-shadow: none;
  border:none;
  border-radius:0;
}
.widget.widget-bata{
  padding: 0 35px;
}
.widget.widget-bata ul{
  text-align: center;
}
.widget.widget-bata.dashboard-links ul li{

}
.widget.widget-bata.dashboard-links ul li a{
  padding-left: 0;
  line-height: 40px;
font-size: 1rem;
margin-bottom: 5px;
border-bottom:1px solid #e4003f;
}

.widget.widget-bata.dashboard-links ul li a.active{
  color: #e4003f;
}

.widget.widget-bata.dashboard-links ul li:last-child a{
  border-bottom: none;
}

/*Mensajes*/
.alert-success {
  background-color: #3a8c3d;
  border-color: #fff;
  color: #3c763d;
}
.alert-success p{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

/*animations*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #e4003f;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e4003f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Pagina preguntas frecuentes*/
div.container.frecuentes {
  margin-top: 70px;
  margin-bottom: 50px;
}

h2.frecuentes {
  margin-bottom: -20px;
}

h5.pregunta-fre {
  color:#e4003f;
}


/*Pagina - Acerca de*/
.acerca-de-banner {
    height: 300px;
    background-image: url(../img/banner.jpg);
}

.acerca-de-registrarse {
    margin-top: 70px;
    margin-bottom: 50px;
}

/*Canjeado*/
.bg-canjeado{
  background-color: #dde1e4;
}
.deal-item.bg-canjeado .media .img-content{
  position: relative;
  overflow: hidden;
}
.bg-canjeado .box-utilizado {
  background-color: rgba(221,225,228,0.8);
  width: 150%;
  height: 40px;
  padding-top: 6px;
  text-align: center;
  position: absolute;
  transform: rotate(-30deg);
  top: 90px;
}

.bg-canjeado .box-utilizado p {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*avisos*/

span.avisos-leidos {
  background-color: #e4003f;
  display: inline-block;
  padding: 4px 6px;
  line-height: 0.8;
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;;
  font-size: 0.75rem;
  border-radius: 10px;
}
.widget.widget-aviso-detalle{
  border-color: transparent;
  box-shadow: none;
}

/*slider flex*/
.flex-direction-nav a{
  height: 50px;
}
.flexslider {
  margin: 0;
}

.store-coupon .block .media .media-body p.promo-cantidad{
  font-size: 1.1rem;
}
.store-coupon .block .media .media-body p.promo-cantidad strong{
  font-size: 1.25rem;
}
.store-coupon .block .media .media-body p.promo-agotada{
  color: #e4003f;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.section-reset-pass .box-title h3{
  font-size: 1.5rem;
}

.form-reset.form-bata input[type="email"],
.form-reset.form-bata input[type="password"],
.form-reset.form-bata input[type="text"],
.form-reset.form-bata input[type="tel"]{
  width: 100%;
}
.form-reset.form-bata .btn{
  display: block;
  padding: 12px 25px;
}

.terminos-condiciones-h3{
  font-size: 1.6rem;
  font-weight: 600;
}
.terminos-condiciones-h4{
  font-size: 1.4rem;
  font-weight: 600;
}
.terminos-condiciones-h5{
  font-size: 1.2rem;
  font-weight: 600;
}

.terminos-condiciones-ol-num{
  margin: 15px 0 30px;
  padding: 0 35px;
  list-style: decimal;
}
.terminos-condiciones-ol-num li{
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.terminos-condiciones-ol-alpha{
  margin: 15px 0 30px;
  padding: 0 35px;
  list-style: lower-alpha;
}
.terminos-condiciones-ol-alpha li{
  margin-bottom: 15px;
  font-size: 16px;
}

.terminos-condiciones-ul{
  margin: 15px 0 30px;
  padding: 0 35px;
  list-style: disc
}
.terminos-condiciones-ul li{
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
