.modal-open .modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-size: 20px !important;
  line-height: 36px !important;
  color: #222222 !important;
  font-weight: 600 !important;
  transition: all 0.3s linear !important;
}

/** Switch mapa lista */

.swith-mode-button {
  background-image: url("../../img/bg/map-bg.png");
  background-size: cover;
}

/** tag */

.tag_widget {
  display: inline-block;
  border: 1px solid #eee;
  background: #ffba00;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #222222;
  font-size: 12px;
}
.mapCanvas{
    border-bottom: 2px solid rgb(223, 213, 213);
}
/** CAPTCHA */
#cv_message_user_rol small{
    font-size: 12px; 
    color: #c03b40 !important;
}
#captchaContainer > div {
    margin: 10px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}
#captchaMessage > small{
    font-size: 12px; 
    color: #c03b40 !important;
    text-align: center;
}

/** BUSINESS HOME | LANDING PAGE */
.lp-body {
  background-color: rgb(250, 250, 255);
}
.lp-header {
  background-color: white;
  margin-top: -90px;
  border: 1px solid #eee;
  position: sticky;
}

.lp-header li span {
    font: 300 15px/20px "Roboto", sans-serif;
    color: #777777;
    vertical-align: middle;
    padding-bottom: 4px;
    display: inline-block;
}

.lp-contact-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 0px 0px 0px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.lp-contact-form form{
    padding: 15px; 
}
.lp-contact-form .form-group {
  margin-bottom: 0 !important;
}
.lp-contact-form .primary-btn {
    background: #ffba00;
    color: #fff;
    margin-top: 20px;
    border: none;
    border-radius: 0;
}
.lp-contact-form .header {
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff; 
    background-color: #49484e;
}
.lp-contact-form .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}
.lp-contact-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.lp-contact-form textarea.form-control {
  height: 140px;
  resize: none;
}
.lp-contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}
.lp-contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}
.lp-contact-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}
.lp-contact-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/** LISTA DE NEGOCIOS */

.c-card {
  background-color: #fff;
  display: block;
  margin-bottom: 8px;
  padding: 16px;
  position: relative;
}

@media (min-width: 48em) {
  .c-card {
    margin-bottom: 0;
  }
}

.c-card--noPad {
  padding: 0;
}

.c-card--noPadVertical {
  padding-top: 0;
  padding-bottom: 0;
}

.c-card--noPadBottom {
  padding-bottom: 0;
}

.c-card--negativeSpacing {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 47.937em) {
  .c-card--negativeSpacing--belowMid {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 47.937em) {
  .c-card--negativeSpacing--belowMid--small {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.c-card--rounded {
  border-radius: 4px;
}

.c-card--rounded--large {
  border-radius: 8px;
}

.c-card--outline {
  border: 1px solid #eaeaea;
}

@media (max-width: 47.937em) {
  .c-card--outline--aboveMid {
    border: none;
    border-radius: 0;
  }
}

@media (max-width: 47.937em) {
  .c-card--outlineTop--belowMid {
    border-top: 1px solid #eaeaea;
  }
}

.c-card--disabled {
  background: #eaeaea;
}

.c-card--noBgColor {
  background-color: rgba(0, 0, 0, 0);
}

.c-card--normaliseLinks {
  text-decoration: none;
}

.c-card--normaliseLinks:active,
.c-card--normaliseLinks:focus,
.c-card--normaliseLinks:hover {
  color: inherit;
}

.c-card-section {
  margin-left: -16px;
  padding-left: 16px;
  width: calc(100% + 32px);
}

@media (min-width: 48em) {
  .c-card-section {
    border-top: 1px solid #eaeaea;
    margin-left: -16px;
    padding-left: 24px;
  }
}

.c-card-section--bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-card--rounded--large .c-card-section--bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.c-card-section--highlight {
  background-color: #cd390c;
  border-top: none;
  color: #fff;
  margin-top: 16px;
  padding: 4px 8px;
}

.c-card-section--collapsible {
  overflow: hidden;
  padding-bottom: 16px;
  padding-right: 60px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 48em) {
  .c-card-section--collapsible {
    padding-bottom: 0;
    padding-right: 60px;
  }
}

.c-card-section--collapsible:hover {
  cursor: pointer;
}

.c-card-section--collapsible--noPad {
  margin-left: -32px;
  padding: 0 60px 0 16px;
  width: calc(100% + 64px);
}

@media (min-width: 48em) {
  .c-card-section--collapsible--noPad {
    margin-left: -16px;
    padding: 0 60px 0 24px;
    width: calc(100% + 32px);
  }
}

.c-card-section--collapsed {
  height: 48px;
}

@media (min-width: 48em) {
  .c-card-section--collapsed {
    height: 50px;
  }
}

@media (min-width: 48em) {
  .c-card-section--collapsed.c-card-section {
    margin-bottom: -16px;
  }
}

.c-card-section--collapsed p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-card-section--collapsed p:not(:first-of-type) {
  display: none;
}

.c-card-section-indicator {
  height: 6px;
  display: none;
  position: absolute;
  right: 16px;
  top: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 10px;
}

@media (min-width: 48em) {
  .c-card-section-indicator {
    height: 8px;
    right: 24px;
    width: 14px;
  }
}

.c-card-section--collapsible .c-card-section-indicator {
  display: block;
}

.c-card-section--collapsed .c-card-section-indicator {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.c-card-section--collapsible--noPad .c-card-section-indicator {
  right: 21px;
}

.c-listing {
  border-radius: 4px;
}

@media (max-width: 47.937em) {
  .c-listing {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
}

.c-listing.has-noItems {
  display: none;
}

.c-listing--inactive,
.c-listing--subsequent {
  margin-top: 24px;
}

.c-listing--subsequent {
  overflow: hidden;
  padding: 0 16px 16px;
  background: #eaeaea;
}

.c-listing-loader {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

@media (max-width: 47.937em) {
  .c-listing-loader.is-loading {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.c-listing-item {
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}

@media (min-width: 48.063em) {
  .c-listing-item {
    min-height: 120px;
    padding: 4px;
  }
}

.c-listing-item.is-active {
  display: block;
}

.c-listing-item.is-inactive {
  display: none;
}

.c-listing--inactive .c-listing-item {
  opacity: 0.6;
}

.c-listing-item--withHeader {
  overflow: hidden;
  padding-top: calc(37.69% + 4px);
}

@media (min-width: 48.063em) {
  .c-listing-item--withHeader {
    padding-top: 8px;
  }
}

.c-listing-item-header {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding-top: 37.69%;
}

@media (min-width: 48.063em) {
  .c-listing-item-header {
    width: 87px;
    height: 110px;
    padding-top: 0;
    top: 4px;
    left: 4px;
    border-radius: 4px;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item-header {
    width: 17.5%;
  }
}

.c-listing-item-header:not(.c-listing-item-header--noImage) {
  background: #eaeaea;
}

.c-listing-item-header-img {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 48.063em) {
  .c-listing-item-header-img {
    width: auto;
    height: 100%;
    max-width: none !important;
  }
}

.c-listing-item-header-frame {
  left: 0;
  bottom: 0;
  position: absolute;
}

.c-listing-item-header-frame svg {
  height: 45px;
  vertical-align: bottom;
}

@media (min-width: 48.063em) {
  .c-listing-item-header-frame {
    display: none;
  }
}

.c-listing-item-link {
  display: block;
  color: #535353;
  text-decoration: none;
}

.c-listing-item-link:active,
.c-listing-item-link:focus,
.c-listing-item-link:hover {
  color: currentColor;
  text-decoration: none;
}

.c-listing-item-link:hover {
  text-decoration: none;
}

.c-listing-item-link:hover .c-listing-item-title {
  text-decoration: underline;
}

@media (min-width: 48.063em) {
  .c-listing-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.c-listing-item-img {
  width: 55px;
  height: 55px;
  top: 16px;
  left: 16px;
  position: absolute;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}

@media (min-width: 64.0625em) {
  .c-listing-item-img {
    width: 65px;
    height: 65px;
  }
}

.c-listing-item--withHeader .c-listing-item-img {
  top: auto;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (min-width: 48.063em) {
  .c-listing-item--withHeader .c-listing-item-img {
    top: 20px;
    left: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item--withHeader .c-listing-item-img {
    top: 26px;
    left: calc(17.5% - 33px);
  }
}

.c-listing-item-imgItem {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.c-listing-item-info {
  position: relative;
  color: #535353;
  padding-left: 70px;
  min-height: 60px;
}

@media (min-width: 48.063em) {
  .c-listing-item-info {
    width: 55%;
    padding-top: 8px;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item-info {
    padding-left: 92px;
  }
}

.c-listing-item--withHeader .c-listing-item-info {
  top: -4px;
}

@media (min-width: 48.063em) {
  .c-listing-item--withHeader .c-listing-item-info {
    padding-left: 126px;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item--withHeader .c-listing-item-info {
    padding-left: calc(17.5% + 46px);
  }
}

.c-listing-item-title {
  word-break: break-word;
  padding-right: 8px;
  font-size: 16px;
  font-size: 1.14286rem;
}

@media (min-width: 48.063em) {
  .c-listing-item-title {
    margin: 4px 0;
    padding-right: 16px;
  }
}

.c-listing-item-new {
  top: -4px;
  color: #04822c;
  position: relative;
  margin-right: 4px;
}

.c-listing-item-details {
  width: 100%;
  position: relative;
}

@media (min-width: 48.063em) {
  .c-listing-item-details {
    width: 45%;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item-details {
    width: 45%;
  }
}

.c-listing-item-detailsRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

.c-listing-item-detailsRow-icon {
  width: 20px;
  height: 20px;
  fill: #535353;
}

.c-listing-item-detailsRow-text {
  white-space: normal;
  margin-left: 8px;
}

@media (min-width: 48.063em) {
  .c-listing-item-badge span {
    display: block;
    font-size: 0;
  }
}

@media (max-width: 63.9995em) {
  .c-listing-item-badge span {
    display: block;
    font-size: 0;
  }
}

@media (max-width: 48em) {
  .c-listing-item-badge span {
    display: inline-block;
    font-size: 1em;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item-badge span {
    display: inline-block;
    font-size: 1em;
  }
}

.c-listing-item-alert svg,
.c-listing-item-promo svg {
  fill: #cd390c;
}

.c-listing-item-promo-text {
  color: #cd390c;
}

.c-listing-item-promo-text--earned {
  color: #036823;
}

.c-listing-item-rating {
  padding: 2px 0 3px;
}

.c-listing-item-ratingText {
  top: -4px;
  position: relative;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.33;
}

.c-listing-item-text {
  margin-top: 0;
}

.c-listing-item-meta {
  text-align: left;
}

@media (min-width: 48.063em) {
  .c-listing-item-meta {
    padding-left: 27px;
  }
}

@media (min-width: 64.0625em) {
  .c-listing-item-meta {
    padding-left: 0;
    text-align: right;
  }
}

.c-listing-item-label {
  padding: 1px 4px;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 0.85714rem;
}

@media (min-width: 48.063em) {
  .c-listing-item-label {
    font-size: 14px;
    font-size: 1rem;
  }
}

.c-listing-item-premier {
  display: block;
  text-align: center;
}

@media (min-width: 48em) {
  .c-listing-item-premier {
    top: 0;
    right: 8px;
    position: absolute;
  }
}

.c-listing--inactive .c-listing-item-premier {
  display: none;
}

.c-listing-item-premierImage svg {
  height: 32px;
}

.c-lunch-group .c-listing-item {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}

.c-lunch-group .c-exp-listing-item-img,
.c-lunch-group .c-listing-item-img {
  border: none;
}

.c-lunch-group .c-listing-item-ratingText,
.c-lunch-group .c-listing-item-text:not(.c-badge),
.c-lunch-group .c-listing-item-title,
.c-lunch-group .u-color-text--warning {
  color: #fff;
}

.c-lunch-group .c-listing-item-info:after {
  background: #333;
}

.c-lunch-group .c-listing-item-details {
  border-left: 1px solid #333;
}

@media (max-width: 47.937em) {
  .c-lunch-group .c-listing-item-details {
    border-left: none;
  }
}

.c-lunch-group .c-listing-item-header-frame path {
  fill: #000;
}
