@charset "UTF-8";
html,
body {
  font-family: "Roboto", sans-serif;
  color: #696969;
  min-width: 320px;
}

body {
  padding: 0 !important;
}

*, *:focus, *:active {
  outline: none !important;
}

.color-green {
  color: #46B989;
}

.color-yellow {
  color: #D6C400;
}

.color-yellow-dark {
  color: #C8B600;
}

.color-red {
  color: #F44336;
}

.background-green {
  background-color: #46B989;
}

.background-yellow {
  background-color: #D6C400;
}

.color-gray {
  color: #696969;
}

.color-black {
  color: #000;
}

.background-gray {
  background-color: #696969;
}

.background-gray-lighter {
  background-color: #F6F6F6;
}

.background-red {
  background-color: #F44336;
}

.color-link {
  color: #337ab7;
}

.wrap {
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

header.main-header {
  background-color: #696969;
  position: relative;
}

header.main-header .container {
  position: relative;
}

header #header-login-wrapper i {
  font-size: 2.2em;
  color: #FFF;
}

header #header-login-wrapper {
  margin-top: 7px;
  padding: 2px 0;
}

header #header-login-wrapper span {
  color: #696969;
}

header #header-login-wrapper a {
  font-weight: 500;
  text-decoration: none;
}

header #account-select, header #country-select, header #account-btn, header #account-select-mobile {
  padding: 8px 24px;
  height: 44px;
  line-height: 26px;
}
header #account-select i, header #country-select i, header #account-btn i, header #account-select-mobile i {
  font-size: 25px;
  vertical-align: middle;
}
header #account-select, header #country-select, header #account-select-mobile {
  padding: 0;
}
header #account-select .dropdown-toggle, header #country-select .dropdown-toggle, header #account-select-mobile .dropdown-toggle {
  display: block;
  padding: 8px 0;
}
header #account-select .dropdown-toggle span, header #country-select .dropdown-toggle span, header #account-select-mobile .dropdown-toggle span {
  font-size: 1.14em;
}
header #account-select .dropdown-menu, header #country-select .dropdown-menu, header #account-select-mobile .dropdown-menu {
  border-radius: 0;
}
header #account-select img, header #country-select img, header #account-select-mobile img {
  max-height: 30px;
}
header #country-select .dropdown-menu {
  left: 0;
  right: auto;
}
header #account-select, header #account-select-mobile {
  margin-right: 0;
}
header #account-select-mobile {
  display: none;
}

header #header-menus-wrapper {
  background-color: #FFF;
  position: relative;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.6);
  z-index: 101;
}

header #menu-location-wrapper {
  background-color: #FFF;
  width: 145px;
  height: 90px;
}

header #menu-location-wrapper #header-logo {
  margin-top: 13px;
  margin-left: 18px;
  height: 65px;
}

header #current-franchise-item {
  color: #6E6E6E;
  font-size: 1.14em;
  display: block;
  float: right;
  width: 173px;
}

header #current-franchise-item:hover, header #current-franchise-item:focus {
  text-decoration: none;
}

header #current-franchise-item span, header #current-franchise-item i {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: 44px;
}

header #current-franchise-item span {
  width: 150px;
  position: relative;
  /*&:before
  {
  	content : "";
  	position: absolute;
  	left: 0;
  	top: 20px;
  	width: 1px;
  	height: 50px;
  	border-left: 1px solid $color-gray-light;
  }*/
}

header .navbar {
  border-radius: 0;
  border: none;
  width: calc(100% - 425px);
  margin: 0 15px 0 5px;
}
header .navbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 50px;
  border-left: 1px solid #B1B1B1;
}
header .navbar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 50px;
  border-right: 1px solid #B1B1B1;
}
header .navbar.navbar-mobile {
  display: none;
}

header .navbar .container {
  width: 100%;
  padding: 0;
}

header .navbar .navbar-collapse {
  padding: 0;
}

header .navbar .navbar-collapse ul {
  margin-right: 0;
}

header .navbar ul {
  width: 100%;
}

header .navbar li {
  width: 20%;
  text-align: center;
}

header .navbar li a {
  color: #696969;
  font-size: 1.2142857143em;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  header .navbar li a {
    font-size: 1.1428571429em;
    padding-left: 5px;
    padding-right: 5px;
  }
}

header #header-menu-extra-wrapper {
  position: absolute;
  height: 210px;
  padding: 0;
  left: 0;
  right: 0;
}

header #header-menu-extra-wrapper > div {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 215px;
}

header #menu-location-items-wrapper {
  background-color: #FFF;
  padding: 0 10px;
}

header #header-menu-extra-wrapper .menu-item {
  z-index: 999;
}

header #menu-guide-items-wrapper, header #menu-printed-items-wrapper {
  background-color: #38916C;
}

header #header-menu-extra-wrapper > div.collapsed, header #header-menu-extra-wrapper.collapsed {
  position: relative;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  left: 0%;
}

header #header-menu-extra-wrapper > div.expanded, header #header-menu-extra-wrapper.expanded {
  position: relative;
  max-height: 210px;
  transition: max-height 0.3s ease-in;
  left: 0%;
}

header #menu-location-items-wrapper {
  padding: 0 15px;
  overflow-x: auto !important;
}
header #menu-location-items-wrapper > ul {
  list-style: none;
  margin-top: 20px;
  column-width: 150px;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  padding: 0;
  height: 175px;
}
@media (max-width: 380px) {
  header #menu-location-items-wrapper > ul {
    column-width: 120px;
    -webkit-column-width: 120px;
    -moz-column-width: 120px;
  }
}
header #menu-location-items-wrapper .menu-country-list {
  width: 20%;
  min-width: 150px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid-column;
  page-break-inside: avoid-column;
}
header #menu-location-items-wrapper .menu-country-list h4 {
  margin-top: 0;
  display: inline-block;
}
header #menu-location-items-wrapper .menu-country-list h4 a {
  color: #46B989;
  font-size: 1.29em;
}
header #menu-location-items-wrapper .menu-country-list ul {
  max-height: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
header #menu-location-items-wrapper .menu-country-list ul > li {
  /*height: 20px;*/
  margin: 5px 0;
}
header #menu-location-items-wrapper .menu-country-list ul > li a {
  height: 20px;
  color: #6E6E6E;
}

header #menu-guide-items-wrapper {
  overflow-x: auto !important;
}
header #menu-guide-items-wrapper ul#menu-category-list {
  list-style: none;
  margin-top: 20px;
  column-width: 220px;
  -moz-column-width: 220px;
  -webkit-column-width: 220px;
  height: 175px;
}
header #menu-guide-items-wrapper ul#menu-category-list li {
  height: 43px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid-column;
  page-break-inside: avoid-column;
}
header #menu-guide-items-wrapper ul#menu-category-list li a {
  color: #FFF;
  font-size: 1.1428571429em;
  float: right;
  width: calc(100% - 30px);
  line-height: 15px;
  height: 32px;
}
header #menu-guide-items-wrapper ul#menu-category-list li i {
  color: #FFF;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}
header #menu-printed-items-wrapper ul#menu-edition-list {
  list-style: none;
  margin-top: 10px;
  padding: 0 20px;
}
header #menu-printed-items-wrapper ul#menu-edition-list li {
  float: left;
  text-align: center;
  margin: 0;
  width: 14.2857142857%;
}
header #menu-printed-items-wrapper ul#menu-edition-list li img {
  max-height: 155px;
}
header #menu-printed-items-wrapper ul#menu-edition-list li h4 {
  color: #FFF;
  margin: 0;
  font-weight: 400;
  margin-top: 5px;
  font-size: 1em;
}
header #menu-printed-items-wrapper ul#menu-edition-list li h5 {
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-size: 0.8571428571em;
}
header #menu-printed-items-wrapper ul#menu-edition-list li.view-more {
  height: 188px;
}
header #menu-printed-items-wrapper ul#menu-edition-list li.view-more a {
  color: #FFF;
  padding: 12px 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-decoration: none;
}
header #menu-printed-items-wrapper ul#menu-edition-list li.view-more a:hover {
  background-color: #D6C400;
}
header #new-menu-location-wrapper {
  width: 260px;
}

header #search-box-wrapper {
  height: 58px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFF;
  z-index: 10;
  position: relative;
}

header #search-form .form-group {
  width: calc(100% - 60px);
}

header #search-form input, header #search-form input:focus {
  height: 58px;
  width: 100%;
  border: none;
  padding: 10px 10px 10px 20px;
  font-size: 1.71em;
  font-weight: 200;
  background-color: transparent;
  color: #000;
}

header #search-form input::-webkit-input-placeholder {
  color: #696969;
}

header #search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

header #search-form input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
header #search-form input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
header #search-form input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
header #search-form button, header #search-form button:active {
  background-color: #D6C400;
  border: none;
  height: 58px;
  padding: 0;
  width: 58px;
  box-shadow: none;
}

header #search-form button i {
  font-size: 2.57em;
  margin-top: 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

header #header-hero {
  text-align: center;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  margin-top: 40px;
}

header #header-hero h2 {
  font-size: 2.57em;
  font-weight: 300;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

header #header-hero h1 {
  font-size: 8vw;
  font-weight: 700;
  margin: 0;
  line-height: 170px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

header #register-wrapper {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}

header #register-wrapper #register-btn, #register-btn-footer, #register-btn2, .footer #footer-register a, #register-btn3, .btn-register-yellow {
  background-color: #D6C400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.footer {
  padding-top: 20px;
  text-align: center;
}
.footer #register-btn-footer {
  clear: both;
}
.footer #footer-register {
  background-color: #fff;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 146px;
}
.footer #footer-register .container {
  padding: 50px 15px;
}
.footer #footer-register span {
  color: #FFF;
  font-size: 1.5714285714em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.footer #footer-register a {
  vertical-align: middle;
}
.footer #footer-register img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer #footer-menu {
  text-align: left;
  padding: 25px 15px;
  margin-bottom: 25px;
}
.footer #footer-menu .col {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.footer #footer-menu .col h4 {
  color: #46B989;
  font-weight: bold;
  size: 1em;
}
.footer #footer-menu .col h4:nth-of-type(2) {
  margin-top: 45px;
}
.footer #footer-menu .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer #footer-menu .col ul li a {
  color: #696969;
}
.footer #footer-menu .col ul li a:hover {
  color: #696969;
}
.footer #footer-menu .col ul li a img {
  vertical-align: baseline;
}
.footer #footer-menu .col #footer-branch-list .footer-country:first-child {
  margin-top: 0;
}
.footer #footer-copyright {
  font-size: 0.8571428571em;
  color: #B1B1B1;
  margin-top: 4px;
}
.footer #footer-last-container {
  padding-bottom: 25px;
}
.footer #footer-last-container #footer-last {
  font-size: 1.1428571429em;
  color: #B1B1B1;
}
.footer #footer-last-container #footer-last img {
  max-height: 26px;
}
.footer #footer-contact {
  margin-top: 2px;
  display: block;
}
.footer #footer-contact i {
  vertical-align: middle;
  font-size: 19px;
  margin-right: -2px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #C55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "";
}

a.desc:after {
  content: "";
}

.sort-numerical a.asc:after {
  content: "";
}

.sort-numerical a.desc:after {
  content: "";
}

.sort-ordinal a.asc:after {
  content: "";
}

.sort-ordinal a.desc:after {
  content: "";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #A94442;
  background: #FDF7F7;
  border-left: 3px solid #EED3D7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.btn {
  border-radius: 0;
}

.btn-default {
  border: none;
  color: #696969;
  border-radius: 0;
}
.btn-default a {
  color: #696969;
  text-decoration: none;
}

.btn-invert2 {
  background-color: #ECECEC !important;
}
.btn-invert2:hover, .btn-invert2.selected {
  background-color: #B1B1B1 !important;
  color: #FFF;
}

.btn-sm {
  font-size: 1em !important;
  padding: 2px 10px !important;
}

.btn-primary {
  border: none;
  background-color: #D6C400;
  color: #FFF;
  border-radius: 0;
  font-size: 1.14em;
  padding: 10px 22px;
}

.btn:active {
  box-shadow: none !important;
}

.btn-default:hover, .btn-primary:hover, .btn-invert:hover {
  border: none;
}

.btn-default:active, .btn-primary:active .btn-invert:active {
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #C8B600 !important;
}

.btn-info, .btn-info:focus, .btn-info:active, .btn-info:focus:active, form .btn-info, form .btn-info:active, form .btn-info:focus:active {
  border: none;
  background-color: #46B989;
  color: #FFF;
  border-radius: 0;
  font-size: 1.2857142857em;
  padding: 6px 22px;
}

.btn-info:hover, .btn-info:hover {
  border: none;
}

.btn-info:active, .btn-info:active {
  box-shadow: none;
}

.btn-info:hover {
  color: #FFF;
  background-color: #37926c !important;
}

.btn-info-cambiar, .btn-info-cambiar:focus, .btn-info-cambiar:active, .btn-info-cambiar:focus:active, form .btn-info-cambiar, form .btn-info-cambiar:active, form .btn-info-cambiar:focus:active {
  border: none;
  background-color: #46B989;
  color: #FFF;
  border-radius: 0;
  font-size: 1.1428571429em;
  padding: 0px 10px;
}
.btn-info-cambiar p, .btn-info-cambiar:focus p, .btn-info-cambiar:active p, .btn-info-cambiar:focus:active p, form .btn-info-cambiar p, form .btn-info-cambiar:active p, form .btn-info-cambiar:focus:active p {
  margin: 0 0 0px;
}

.btn-info-cambiar:hover, .btn-info-cambiar:hover {
  border: none;
}

.btn-info-cambiar:active, .btn-info-cambiar:active {
  box-shadow: none;
}

.btn-info-cambiar:hover {
  color: #FFF;
  background-color: #37926c !important;
}

.btn-invert {
  border: none;
  background-color: #F6F6F6;
  color: #696969;
  border-radius: 0;
  font-size: 1.14em;
  padding: 10px 22px;
  display: block;
}
.btn-invert i {
  vertical-align: middle;
  margin-right: 5px;
}
.btn-invert:hover {
  background-color: #ECECEC;
}

@media (min-width: 1300px) {
  .container {
    width: 1255px;
  }
}
#content-container {
  padding-top: 10px;
}

h3.section-title {
  color: #696969;
  font-weight: 500;
  font-size: 1.2857142857em;
  margin-bottom: 25px;
}
h3.section-title i {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 5px;
}
h3.section-title > i {
  float: left;
  margin-bottom: 20px;
}
h3.section-title span:not(.span-title) {
  display: block;
  margin-left: 41px;
  font-size: 14px;
  font-weight: 400;
}
h3.section-title span.span-title {
  float: right;
  width: calc(100% - 41px);
}
h3.section-title span.span-title .span-title {
  float: none;
  width: auto;
}

#information-request.section-title > i {
  margin-bottom: 10px;
}

h4.section-title {
  color: #696969;
  font-weight: 400;
  font-size: 1.2857142857em;
  margin-bottom: 25px;
  margin-top: 15px;
}
h4.section-title i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  float: left;
}

h5.section-title {
  color: #696969;
  font-weight: 500;
  font-size: 1.1428571429em;
  margin-bottom: 0;
}
h5.section-title i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 5px;
}

span.section-info {
  color: #696969;
  margin-left: 32px;
  display: block;
}
span.section-info a:not(.website-link) {
  color: #696969;
  text-decoration: none;
}
span.section-info.break-word {
  word-wrap: break-word;
}

.rating-container {
  height: 40px;
  font-size: 1.9em;
}
.rating-container .rating {
  cursor: default;
}
.rating-container .star {
  width: 30px;
  height: 30px;
  margin: 0 -2px;
}
.rating-container .star i {
  font-size: 30px;
}
.rating-container .filled-stars {
  -webkit-text-stroke: initial;
  text-shadow: none;
}

.triangle-top-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #F6F6F6 transparent transparent transparent;
}

.triangle-top-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 25px;
  border-color: #F6F6F6 transparent transparent transparent;
}

.pagination-wrapper {
  width: 100%;
  text-align: center;
}

.pagination {
  margin-bottom: 0;
}
.pagination li {
  text-align: center;
}
.pagination li span, .pagination li a {
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  color: #696969 !important;
  font-size: 1.1428571429em;
}
.pagination li span i, .pagination li a i {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.7142857143em;
  color: #46B989;
}
.pagination li span:hover, .pagination li a:hover {
  background-color: #F6F6F6;
}
.pagination li.disabled span i {
  color: #B1B1B1;
}
.pagination li.active a {
  border: none;
  background-color: #46B989;
  color: #FFF !important;
}
.pagination li.active a:hover {
  background-color: #37926c;
}

.modal-dialog {
  min-width: 300px;
}
.modal-dialog.modal-md {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal-dialog .modal-header {
  height: 65px;
  background-color: #46B989;
}
.modal-dialog .modal-header h2 {
  color: #FFF;
  font-size: 1.2857142857em;
  margin-top: 8px;
}
.modal-dialog .modal-header .close {
  color: #FFF;
  opacity: 1;
  margin-top: 5px;
}
.modal-dialog .btn-invert, .modal-dialog .btn-danger {
  display: inline-block;
  padding: 6px 27px;
  margin-right: 25px;
  font-size: 1.2857142857em;
}
.modal-dialog .btn-danger {
  margin-right: 0;
}
.modal-dialog .row-btn {
  clear: both;
}

#modal-login .row, #modal-signin .row {
  margin-top: 20px;
}
#modal-login .row a, #modal-signin .row a {
  color: #46B989;
}
#modal-login .ds-RecoverPasswordText, #modal-signin .ds-RecoverPasswordText {
  position: relative;
  top: -10px;
}
#modal-login .social-login-row, #modal-signin .social-login-row {
  padding-top: 20px;
  border-top: 1px solid #ECECEC;
  margin-left: 0;
  margin-right: 0;
}
#modal-login .social-login-row .btn, #modal-signin .social-login-row .btn {
  color: #FFF;
  border-radius: 0;
  width: 240px;
}
#modal-login .social-login-row .btn img, #modal-signin .social-login-row .btn img {
  max-height: 25px;
  margin-right: 10px;
}
#modal-login .social-login-row .btn.login-google-btn, #modal-signin .social-login-row .btn.login-google-btn {
  background-color: #4285F4;
  width: 100%;
  margin-bottom: 20px;
}
#modal-login .social-login-row .btn.login-facebook-btn, #modal-signin .social-login-row .btn.login-facebook-btn {
  background-color: #4267b2;
  width: 100%;
}

#modal-signin .social-login-row {
  padding-top: 0;
  border-top: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 20px;
}

#modal-share .share-wrapper .share-social-button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: center;
  width: 49%;
  position: relative;
}
#modal-share .share-wrapper .share-social-button .btn-mask {
  color: #FFF;
  height: 38px;
  width: 170px;
}
#modal-share .share-wrapper .share-social-button .btn-mask img {
  max-width: 25px;
  margin-right: 5px;
}
#modal-share .share-wrapper .share-social-button .btn-mask i {
  font-size: 34px;
  margin-right: 5px;
}
#modal-share .share-wrapper .share-social-button#share-facebook .btn-mask {
  background-color: #4267b2;
}
#modal-share .share-wrapper .share-social-button#share-facebook:hover .btn-mask {
  background-color: #3b5998;
}
#modal-share .share-wrapper .share-social-button#share-facebook .fb-share-button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#modal-share .share-wrapper .share-social-button#share-facebook .fb-share-button > span {
  width: 170px !important;
  height: 38px !important;
}
#modal-share .share-wrapper .share-social-button#share-facebook .fb-share-button > span iframe {
  -webkit-transform: scale(1.75, 1.4);
  -moz-transform: scale(1.75, 1.4);
  -ms-transform: scale(1.75, 1.4);
  -o-transform: scale(1.75, 1.4);
  transform: scale(1.75, 1.4);
  top: 5px;
  left: 40px;
}
#modal-share .share-wrapper .share-social-button#share-google .btn-mask {
  background-color: #db4437;
}
#modal-share .share-wrapper .share-social-button#share-google:hover .btn-mask {
  background-color: #CA2E32;
}
#modal-share .share-wrapper .share-social-button#share-google > div {
  position: absolute;
  top: 0;
  left: 0;
}
#modal-share .share-wrapper .share-social-button#share-google > div iframe {
  -webkit-transform: scale(2.8, 1.9);
  -moz-transform: scale(2.8, 1.9);
  -ms-transform: scale(2.8, 1.9);
  -o-transform: scale(2.8, 1.9);
  transform: scale(2.8, 1.9);
  top: 9px !important;
  left: 60px !important;
  position: absolute !important;
  opacity: 0;
}
#modal-share .share-wrapper .share-social-button#share-twitter .btn-mask {
  background-color: #1b95e0;
}
#modal-share .share-wrapper .share-social-button#share-twitter:hover .btn-mask {
  background-color: #0c7abf;
}
#modal-share .share-wrapper .share-social-button#share-twitter iframe {
  -webkit-transform: scale(1.95, 1.4);
  -moz-transform: scale(1.95, 1.4);
  -ms-transform: scale(1.95, 1.4);
  -o-transform: scale(1.95, 1.4);
  transform: scale(1.95, 1.4);
  top: 5px;
  left: 48px;
  opacity: 0;
  position: absolute !important;
}
#modal-share .share-wrapper .share-social-button#share-mail i {
  vertical-align: middle;
}
#modal-share .share-wrapper .share-social-button#share-whatsapp a {
  padding: 6px 12px !important;
}
#modal-share .share-wrapper .share-social-button#share-whatsapp .btn-mask {
  background-color: #01b154;
}
#modal-share .share-wrapper .share-social-button#share-whatsapp:hover .btn-mask {
  background-color: #029b47;
}
#modal-share .share-wrapper .share-social-button#share-whatsapp img {
  vertical-align: middle;
}
#modal-share .btn-invert {
  margin-right: 0;
}

body.modal-open > .wrap > .main-header, body.modal-open > .wrap > #content-container > div:first-of-type {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

form .form-group label.control-label, form .form-group .label-control-wrapper label {
  color: #46B989;
  font-weight: 400;
  /* font-size: 1.2857142857em; */
}
form .form-group input.form-control, form .form-group textarea.form-control, form .form-group select.form-control {
  border: 3px solid #ECECEC;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  /* font-size: 1.4285714286em; */
}
form .form-group input.form-control:focus, form .form-group textarea.form-control:focus, form .form-group select.form-control:focus {
  box-shadow: none;
}
form .form-group textarea.form-control {
  max-width: 100%;
  height: 100px;
}
form .form-group p.help-block {
  border-color: #EF9A9A;
}
form .form-group.has-error input.form-control {
  border-color: #EF9A9A;
}
form .form-group.has-error input.form-control:focus {
  box-shadow: none;
}
form .form-group.has-error .checkbox label {
  color: #a94442;
}
form .form-group.has-error .checkbox .checkbox-icon {
  border-color: #EF9A9A;
}
form .form-group .checkbox label {
  font-size: 1em;
  color: #B1B1B1;
  padding-left: 35px;
}
form .form-group .checkbox input[type=checkbox] {
  display: none;
}
form .form-group .checkbox input[type=checkbox]:checked + .checkbox-icon {
  border-color: #46B989;
  background-color: #46B989;
}
form .form-group .checkbox input[type=checkbox]:checked + .checkbox-icon i {
  visibility: visible;
}
form .form-group .checkbox .checkbox-icon {
  border: 3px solid #ECECEC;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}
form .form-group .checkbox .checkbox-icon i {
  font-weight: 500;
  margin-top: -3px;
  margin-left: -2px;
  color: #FFF;
  visibility: hidden;
}
form .rating-form-group {
  height: 25px;
  margin-bottom: 10px;
}
form .rating-form-group label.control-label {
  font-size: 1.1428571429em;
  width: 130px;
  float: left;
  margin-right: 15px;
  color: #B1B1B1;
}
form .rating-form-group .rating-container {
  float: left;
  margin-top: -8px;
  margin-right: 5px;
}
form .form-group-header {
  margin-bottom: 0;
}
form .form-group-header label {
  margin-bottom: 0;
}
form.compact-form input.form-control, form.compact-form textarea.form-control, form.compact-form select.form-control {
  border: 3px solid #ECECEC;
  height: 40px;
  font-size: 1.1428571429em;
}
form.compact-form textarea.form-control {
  height: 100px;
}

.normalizarlabel {
  padding-left: 20px;
}
.normalizarlabel label {
  color: #696969 !important;
  font-size: 1.1em !important;
  display: inline-block !important;
  font-weight: 300 !important;
  padding-left: 20px !important;
}

.radio-inline {
  font-size: 1.2857142857em;
  color: #B1B1B1;
  padding-left: 35px;
  margin-right: 25px;
}
.radio-inline input[type=radio] {
  display: none;
}
.radio-inline input[type=radio]:checked + .radio-icon {
  border-color: #46B989;
  background-color: #46B989;
}
.radio-inline input[type=radio]:checked + .radio-icon i {
  visibility: visible;
}
.radio-inline .radio-icon {
  border: 3px solid #ECECEC;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}
.radio-inline .radio-icon i {
  font-weight: 500;
  margin-top: -3px;
  margin-left: -3px;
  color: #FFF;
  visibility: hidden;
}
.radio-inline.radio-no input[type=radio]:checked + .radio-icon {
  border-color: #F44336;
  background-color: #F44336;
}
.radio-inline.radio-no input[type=radio]:checked + .radio-icon i {
  margin-left: -2px;
}

.grid-view table.table, .grid-view th, .grid-view td {
  border: none !important;
}
.grid-view table.table td, .grid-view th td, .grid-view td td {
  vertical-align: middle;
}
.grid-view thead th {
  font-size: 1.2857142857em;
}
.grid-view thead th, .grid-view thead a {
  color: #46B989;
  font-weight: 400;
}

.alert-minimalist,
.alert-danger,
.alert-info,
.alert-warning {
  padding: 10px;
  padding-left: 68px;
  border-radius: 0;
  z-index: 9999 !important;
  border: 1px solid transparent;
}
.alert-minimalist a:active,
.alert-minimalist a:visited,
.alert-minimalist a:hover,
.alert-minimalist a,
.alert-danger a:active,
.alert-danger a:visited,
.alert-danger a:hover,
.alert-danger a,
.alert-info a:active,
.alert-info a:visited,
.alert-info a:hover,
.alert-info a,
.alert-warning a:active,
.alert-warning a:visited,
.alert-warning a:hover,
.alert-warning a {
  color: inherit !important;
}
.alert-minimalist.error,
.alert-danger.error,
.alert-info.error,
.alert-warning.error {
  background-color: #F44336;
}
.alert-minimalist .close,
.alert-danger .close,
.alert-info .close,
.alert-warning .close {
  margin-right: 6px;
}
.alert-minimalist img,
.alert-danger img,
.alert-info img,
.alert-warning img {
  height: 76px !important;
  position: absolute;
  display: inline-block;
  left: -14px;
  transform: rotate(5deg);
  top: -5px;
  height: 76px;
}
.alert-minimalist > [data-notify=title],
.alert-danger > [data-notify=title],
.alert-info > [data-notify=title],
.alert-warning > [data-notify=title] {
  display: block;
  font-size: 1.2857142857em;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
}
.alert-minimalist > [data-notify=message],
.alert-danger > [data-notify=message],
.alert-info > [data-notify=message],
.alert-warning > [data-notify=message] {
  font-size: 1em !important;
  color: #fff;
}

.alert-minimalist {
  background-color: #46B989;
}
.alert-minimalist.error {
  background-color: #F44336;
}

.alert-danger {
  background-color: #F44336;
}
.alert-danger.error {
  background-color: #F44336;
}

.alert-info {
  background-color: #337ab7;
}
.alert-info.error {
  background-color: #F44336;
}

.alert-warning {
  background-color: #C8B600;
}
.alert-warning.error {
  background-color: #F44336;
}
.alert-warning > [data-notify=title] {
  color: #000;
}
.alert-warning > [data-notify=message] {
  color: #000;
}

a.little-a {
  color: #696969;
  font-size: 0.8571428571em;
  text-decoration: underline;
}
a.little-a:hover {
  color: #696969;
}

.g-signin2 {
  display: none;
}

#search-filter-form {
  float: right;
  text-align: right;
  margin-right: -15px;
  margin-bottom: 10px;
}
#search-filter-form select {
  border-radius: 0;
  border-color: #CCC !important;
  height: 37px;
  width: 220px;
  font-size: 1em;
}
#search-filter-form button {
  padding: 6px 10px;
  margin-left: 10px;
}
#search-filter-form button i {
  vertical-align: middle;
}

.list-options, .order-options {
  margin-top: 2px;
}
.list-options span, .order-options span {
  line-height: 35px;
  margin-right: 5px;
}
.list-options a, .order-options a {
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.list-options a i, .order-options a i {
  margin: 0;
  vertical-align: middle;
  line-height: 35px;
}

.tooltip .tooltip-inner {
  border-radius: 0;
}

.alert-success {
  border-radius: 0;
  background-color: #46B989;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

.navbar-collapse.collapse {
  display: block !important;
  border-top: none;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav > li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin: 0 !important;
}

.navbar-right {
  float: right !important;
}

.navbar-header {
  display: none;
}

.mobile-breaker {
  display: none;
}

#item-overflow {
  display: none;
  width: 60px !important;
}
#item-overflow a {
  height: 80px;
}
#item-overflow .caret {
  display: none;
}
#item-overflow i {
  line-height: 20px;
  font-size: 30px;
}
#item-overflow ul.dropdown-menu {
  position: absolute;
  background-color: #FFF;
  left: -100px;
  border-radius: 0;
  box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.175);
}
#item-overflow ul.dropdown-menu li {
  width: 100% !important;
}
#item-overflow ul.dropdown-menu li a {
  height: inherit;
  padding: 8px 20px;
  line-height: 1.42857143;
  color: #333;
  text-align: right;
}
#item-overflow ul.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
#item-overflow.open > a {
  background-color: #37926c !important;
}

.empty {
  font-size: 1.1428571429em;
}

.alter-result {
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-blue {
  color: #4285F4;
}

#modal-register .row i {
  font-size: 5.3571428571em;
  display: block;
}
#modal-register .row img {
  max-height: 250px;
  margin-bottom: 15px;
}
#modal-register .row p {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  #modal-register .row .col-xs-6 {
    width: 100%;
    max-width: 500px;
  }
  #modal-register .row #register-modal-user-wrapper {
    margin-top: 40px;
  }
}

#modal-paymentregister .row h2 {
  font-size: 18px;
  margin-top: 0px;
}
#modal-paymentregister .row i {
  font-size: 5.3571428571em;
  display: block;
}
#modal-paymentregister .row img {
  max-height: 250px;
  margin-bottom: 15px;
}
#modal-paymentregister .row p {
  margin-top: 15px;
  margin-bottom: 0;
}
#modal-paymentregister .row #paymentregister-login .btn-primary,
#modal-paymentregister .row #paymentregister-login .btn-primary:hover,
#modal-paymentregister .row #paymentregister-login .btn-primary:active,
#modal-paymentregister .row #paymentregister-login .btn-primary:visited {
  background-color: #ff9700 !important;
}
#modal-paymentregister .row #paymentregister-register .btn-primary,
#modal-paymentregister .row #paymentregister-register .btn-primary:hover,
#modal-paymentregister .row #paymentregister-register .btn-primary:active,
#modal-paymentregister .row #paymentregister-register .btn-primary:visited {
  background-color: #46b989 !important;
}
@media (max-width: 620px) {
  #modal-paymentregister .row .col-xs-6 {
    width: 100%;
    max-width: 500px;
  }
  #modal-paymentregister .row #paymentregister-register {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  header .navbar ul li a {
    font-size: 1.14em;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar #item-printed, header .navbar #item-business {
    display: none;
  }
  header .navbar ul li a {
    padding-left: 2px;
    padding-right: 2px;
  }
  header #menu-guide-items-wrapper ul#menu-category-list {
    column-width: 150px;
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    /*li
    				{
    					margin: 12px 0;
    
    					a
    					{
    						font-size: em(14);
    					}
    				}*/
  }

  .list-options {
    float: none !important;
  }

  #search-filter-form {
    margin-top: 10px;
    margin-right: 0;
  }

  .footer #footer-register span {
    display: block;
  }
  .footer #footer-register a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  header #new-menu-location-wrapper {
    float: right !important;
  }
  header #menu-location-wrapper {
    position: relative;
  }
  header #menu-location-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 50px;
    border-right: 1px solid #B1B1B1;
  }
  header .navbar {
    display: none;
  }
  header .navbar-mobile {
    display: block !important;
    width: 100%;
  }
  header .navbar-mobile ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .navbar-mobile:before, header .navbar-mobile:after {
    display: none;
  }
  header #header-menu-extra-wrapper,
header #header-menu-extra-wrapper > div.collapsed, header header #header-menu-extra-wrapper.collapsed,
header #header-menu-extra-wrapper > div.expanded, header header #header-menu-extra-wrapper.expanded {
    left: 0 !important;
    right: 0 !important;
  }

  .col-sm-3#ad-column {
    display: none;
  }

  #search-box-wrapper .form-group {
    display: inline-block;
  }
}
@media (max-width: 850px) {
  header #header-hero h1 {
    line-height: 1em;
    font-size: 68px;
  }
}
@media (max-width: 768px) {
  header .navbar li {
    width: 33.33% !important;
  }
  header .navbar #item-business {
    display: none;
  }
  header #menu-guide-items-wrapper ul#menu-category-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  #search-box-wrapper .form-group {
    margin-bottom: 0;
  }

  .row > h3.section-title {
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  header #account-select-mobile {
    display: block;
  }
  header #account-btn {
    display: none;
  }
  header #menu-location-wrapper {
    height: 80px;
  }
  header #menu-location-wrapper #header-logo {
    margin-top: 12px;
  }
  header #menu-location-wrapper #current-franchise-item i, header #menu-location-wrapper #current-franchise-item span {
    height: 80px;
  }
  header .navbar li a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header #header-hero {
    margin-top: 25px;
  }
  header #current-franchise-item span:before {
    top: 15px;
  }

  #header-upper-section #header-login-wrapper {
    /*float: none !important;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;*/
    display: none;
  }

  header #search-form input {
    font-size: 1.4285714286em !important;
  }

  footer.footer #footer-menu .col {
    width: 33.33%;
  }
  footer.footer #footer-menu #col-countries, footer.footer #footer-menu #col-printed h4:first-of-type, footer.footer #footer-menu #col-printed ul:first-of-type {
    display: none;
  }
  footer.footer #footer-menu #col-printed h4 {
    margin-top: 10px !important;
  }
}
@media (max-width: 625px) {
  header #header-hero h1 {
    font-size: 50px;
  }
  header #menu-location-wrapper {
    width: 110px;
  }
  header #menu-location-wrapper #header-logo {
    margin-left: 15px;
    height: 60px;
  }
  header #current-franchise-item {
    font-size: 1.1428571429em;
    width: 120px;
  }
  header #menu-location-wrapper #header-logo {
    margin-left: 8px;
    margin-top: 14px;
  }
  header #current-franchise-item span:before {
    left: -5px;
  }

  footer.footer #footer-last-container p {
    float: none !important;
  }
  footer.footer #footer-last-container p .mobile-breaker {
    display: block;
  }
}
@media (max-width: 625px) {
  .social-login-row > .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  .social-login-row > .col-xs-6.text-right {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  #search-box-wrapper .form-group {
    width: calc(50% - 22px);
  }

  #search-filter-form select {
    width: 100%;
    padding: 6px 2px;
  }
  #search-filter-form button {
    padding: 6px 6px;
    margin-left: 4px;
  }
}
@media (max-width: 500px) {
  header #header-upper-section #account-select-mobile, header #header-upper-section #account-select {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  header #header-upper-section #country-select {
    width: calc(50% - 10px);
  }
  header #search-form input {
    font-size: 1.2857142857em !important;
    padding: 20px 0px 20px 10px !important;
  }

  footer.footer #footer-menu .col {
    width: 50%;
  }
  footer.footer #footer-menu .col#col-publish {
    display: none;
  }
}
@media (max-width: 450px) {
  header #header-login-wrapper {
    text-align: right;
  }
  header #span-welcome {
    display: none;
  }
  header #new-menu-location-wrapper {
    width: 210px;
  }
}
@media (max-width: 400px) {
  header #account-btn {
    padding: 8px 12px;
  }
  header #menu-location-wrapper {
    width: 80px;
    height: 70px;
  }
  header #menu-location-wrapper #header-logo {
    margin-top: 22px;
    height: 45px;
    margin-left: 0;
  }
  header #menu-location-wrapper #current-franchise-item {
    font-size: 1em;
    width: 100px;
  }
  header #menu-location-wrapper #current-franchise-item span, header #menu-location-wrapper #current-franchise-item i {
    height: 70px;
  }
  header .navbar li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header .navbar #item-overflow a {
    height: 70px;
  }
  header #header-hero {
    margin-top: 15px;
  }
  header #header-hero h1 {
    font-size: 35px;
  }
  header #header-hero h2 {
    font-size: 1.7857142857em;
  }
  header #search-form input {
    font-size: 1.0714285714em !important;
  }
  header #register-btn {
    padding: 10px 18px;
  }
  header #current-franchise-item span:before {
    top: 15px;
    height: 40px;
  }
}
@media (max-width: 350px) {
  header {
    /*.navbar
    		{
    			width: calc(100% - 230px);
    
    			li:first-of-type
    			{
    				width: calc(100% - 60px)!important;
    			}
    
    			#item-trends, #item-contact
    			{
    				display: none;
    			}
    
    			#item-overflow
    			{
    				display: inherit;
    			}
    		}*/
  }
  header #account-btn {
    padding: 8px 10px;
  }
  header .navbar #item-overflow {
    display: none;
  }
  header .navbar li a {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 420px) {
  .modal-dialog.modal-md {
    width: inherit;
    margin: 10px;
  }

  .modal-dialog .btn {
    padding: 6px 16px !important;
  }

  #modal-share .share-wrapper .share-social-button {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.alert.notification {
  border-radius: 0;
  min-width: 270px;
}
.alert.notification.alert-info {
  background-color: #46B989;
  border: #37926c 1px solid;
}
.alert.notification.alert-info .close {
  color: #FFF;
  opacity: 1;
}
.alert.notification.alert-info span[data-notify=message], .alert.notification.alert-info span[data-notify=message] > a {
  color: #FFF;
}
.alert.notification.alert-info span[data-notify=icon] {
  float: left;
}
.alert.notification.alert-info span[data-notify=icon] i {
  color: #FFF;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 30px;
}

header #account-select {
  text-align: right;
  display: block;
  height: 35px;
}
header #account-select a.dropdown-toggle {
  padding: 4px;
}
header #account-select i {
  color: inherit !important;
}
header #account-select .dropdown-menu {
  right: 0;
  left: auto;
}

#country-header-content {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.6);
  /*#register-float
  	{
  		position: absolute;
  		z-index: 100;
  		top: 55px;
  		right: -30px;
  		background-color: $color-green;
  		height: 70px;
  		border: 6px solid $color-gray-lighter;
  		border-radius: 35px;
  		width: 310px;
  		box-shadow: 0 0 10px 3px rgb(194, 194, 194);
  
  		&:hover, &:focus
  		{
  			text-decoration: none;
  		}
  
  		@media (max-width: 768px)
  		{
  			top: 35px
  		}
  
  		@media (max-width: 600px)
  		{
  			display: none !important;
  
  			height: 55px;
  			border-width: 3px;
  			width: 290px;
  
  			div
  			{
  				margin-top: 5px !important;
  
  				h1:nth-child(1)
  				{
  					font-size: em(16) !important;
  				}
  
  				h1:nth-child(2)
  				{
  					font-size: em(24) !important;
  				}
  			}
  
  			img
  			{
  				max-height: 75px !important;
  			}
  		}
  
  		img
  		{
  			position: absolute;
  			right: 35px;
  			top: -20px;
  		}
  
  		div
  		{
  			margin-right: 80px;
  			margin-top: 8px;
  
  			h1
  			{
  				font-family: 'Montserrat', sans-serif;
  				text-transform: uppercase;
  				color: #FFF;
  				text-align: right;
  				margin: 0;
  			}
  
  			h1:nth-child(1)
  			{
  				font-weight: 400;
  				font-size: em(20*0.8);
  			}
  
  			h1:nth-child(2)
  			{
  				font-weight: 400;
  				font-size: em(32*0.8);
  			}
  		}
  	}*/
}
#country-header-content .sliders-wrapper {
  height: 91vh;
  background-image: url("../images/site/index/background-img-right.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media (max-width: 1253px) {
  #country-header-content .sliders-wrapper {
    background-image: url("../images/site/index/background-img-right-ipad.png");
  }
}
@media (max-width: 723px) {
  #country-header-content .sliders-wrapper {
    background-image: none;
  }
}
#country-header-content .sliders-wrapper .slider {
  height: 91vh;
  background-image: url("../images/site/index/background-img-left.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 723px) {
  #country-header-content .sliders-wrapper .slider {
    background-position-x: left -100px;
  }
}
#country-header-content .sliders-wrapper .slider .ds-tittleLogoBanner {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  #country-header-content .sliders-wrapper .slider .ds-tittleLogoBanner {
    width: 140px;
  }
}
@media (max-height: 700px) {
  #country-header-content .sliders-wrapper .slider .ds-tittleLogoBanner {
    max-width: 100px;
    min-width: 20px;
  }
}
#country-header-content .sliders-wrapper .slider .col-md-12 {
  position: relative;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#country-header-content .sliders-wrapper .slider .ds-tittlePaddingLeft {
  padding-left: 30px;
}
#country-header-content .sliders-wrapper .slider .ds-tittlePaddingRight {
  padding-right: 30px;
}
#country-header-content #search-box-wrapper {
  left: 0;
  right: 0;
  background-color: transparent;
}
#country-header-content #search-box-wrapper form {
  border: 1px solid rgba(0, 0, 0, 0.7);
}
#country-header-content #search-box-wrapper form .form-group {
  width: calc(100% - 58px);
  vertical-align: middle !important;
}
#country-header-content #search-box-wrapper form input {
  background-color: #FFF;
}
@media (max-width: 600px) {
  #country-header-content #search-box-wrapper {
    bottom: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #country-header-content #search-box-wrapper form {
    border-width: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.new-button {
  background-color: #696969;
  padding: 5px;
}
.new-button div {
  border: 1px solid #FFF;
  padding: 8px 30px;
  display: inline-block;
  color: #FFF;
}
.new-button div h1 {
  font-size: 1.7142857143em !important;
  color: #FFF;
  margin: 0 !important;
}
.new-button:hover {
  background-color: #343434;
}
.new-button.new-button-yellow {
  background-color: #D6C400;
}
.new-button.new-button-yellow:hover {
  background-color: #C8B600;
}

.offset-button {
  background-color: #E1E1E1;
  position: relative;
  padding: 0;
}
.offset-button div {
  border: 3px solid #696969;
  padding: 8px 30px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -8px;
}
.offset-button div h2 {
  font-size: 1.7142857143em !important;
  color: #696969;
  margin: 0 !important;
  text-transform: uppercase;
}
.offset-button div h1 {
  font-size: 2em !important;
  color: #696969 !important;
  font-weight: 800;
  margin: 0 !important;
  text-transform: uppercase;
}
.offset-button:hover {
  background-color: #D7D7D7;
}

.ds-statisticsBanner {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ds-statisticsBanner b {
  font-size: 40px;
  color: #696969;
  line-height: 0.8;
  margin-top: 8px;
  display: block;
}
.ds-statisticsBanner p {
  color: #828282;
  font-size: 26px;
  line-height: 0.9;
  margin-bottom: 0px;
}
.ds-statisticsBanner p span {
  font-size: 32px;
}
.ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesInner {
  position: relative;
}
.ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
  position: absolute;
  width: 80%;
  bottom: -32px;
  left: 95px;
}
.ds-statisticsBanner .media-left, .ds-statisticsBanner .media-right, .ds-statisticsBanner .media-body {
  vertical-align: bottom;
}
@media (max-width: 1350px) {
  .ds-statisticsBanner b {
    font-size: 35px;
  }
  .ds-statisticsBanner p {
    font-size: 21px;
  }
  .ds-statisticsBanner p span {
    font-size: 27px;
  }
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
    width: 60%;
    bottom: -28px;
  }
}
@media (max-width: 1200px) {
  .ds-statisticsBanner b {
    font-size: 24px;
  }
  .ds-statisticsBanner p {
    font-size: 18px;
  }
  .ds-statisticsBanner p span {
    font-size: 22px;
  }
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
    width: 60%;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
    width: 100%;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .ds-statisticsBanner {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds-statisticsBanner .media {
    display: inline-block;
    margin: auto;
  }
  .ds-statisticsBanner .media .media-body {
    text-align: left;
    width: auto;
  }
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesInner {
    width: 205px;
    margin: auto;
  }
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
    text-align: left;
  }
}
@media (max-width: 396px) {
  .ds-statisticsBanner .ds-statisticsCountries .ds-statisticsCountriesText {
    width: 80%;
    bottom: -20px;
  }
}

.ds-resgisterSteps {
  text-align: center;
  padding-bottom: 180px;
  color: #696969;
}
.ds-resgisterSteps h3 {
  color: #1e8f78;
  font-size: 24px;
}
.ds-resgisterSteps .ds-registerStepSingle {
  margin: 15px 5px;
  display: inline-block;
  width: 310px;
  min-height: 250px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  vertical-align: bottom;
  text-decoration: none;
}
.ds-resgisterSteps .ds-registerStepSingle .ds-stepNumber {
  color: #fff;
  background-color: #1e8f78;
  border-radius: 25px;
  padding: 8px 14px;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.ds-resgisterSteps .ds-registerStepSingle .ds-registerStepText {
  font-size: 26px;
  line-height: 1.2;
  text-decoration: none;
  color: #696969;
}
.ds-resgisterSteps .ds-registerStepSingle .ds-registerStepText .ds-verde {
  color: #1e8f78;
}
@media (max-width: 768px) {
  .ds-resgisterSteps {
    padding-bottom: 80px;
  }
}
.ds-resgisterStepsa, .ds-resgisterStepsa:hover, .ds-resgisterStepsa:active, .ds-resgisterStepsa:focus {
  text-decoration: none;
  color: #696969;
}

.ds-getMiniSite {
  background: url("../images/site/index/home_minisitebg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  margin-bottom: 180px;
}
.ds-getMiniSite .ds-getMiniSiteInner {
  text-align: center;
  background-color: rgba(2, 83, 150, 0.65);
  padding: 50px;
  line-height: 1;
}
.ds-getMiniSite .ds-getMiniSiteInner h3 {
  font-size: 34px;
  margin: 0px;
  margin-bottom: 15px;
}
.ds-getMiniSite .ds-getMiniSiteInner p {
  font-size: 26px;
}
.ds-getMiniSite .ds-getMiniSiteInner .ds-tittleButtonCompra {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .ds-getMiniSite {
    margin-bottom: 80px;
  }
  .ds-getMiniSite .ds-getMiniSiteInner h3 {
    font-size: 28px;
  }
  .ds-getMiniSite .ds-getMiniSiteInner p {
    font-size: 20px;
  }
}

.footer #footer-menu.new-footer-menu {
  margin-top: 30px;
}
.footer #footer-menu.new-footer-menu .col img {
  margin-bottom: 15px;
  max-width: 60px;
  max-height: 60px;
}
.footer #footer-menu.new-footer-menu .col h4 {
  font-size: 1.4285714286em;
  color: #696969;
  margin-bottom: 12px;
}
.footer #footer-menu.new-footer-menu .col ul li {
  margin-bottom: 8px;
}
.footer #footer-menu.new-footer-menu .col ul li a {
  font-size: 1em;
}
@media (max-width: 992px) {
  .footer #footer-menu.new-footer-menu .col ul li a {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .footer #footer-menu.new-footer-menu .col {
    width: 33.33%;
  }
  .footer #footer-menu.new-footer-menu .col#col-printed {
    display: none;
  }
  .footer #footer-menu.new-footer-menu .col#col-countries {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer #footer-menu.new-footer-menu .col {
    width: 50%;
  }
  .footer #footer-menu.new-footer-menu .col#col-about {
    display: none;
  }
  .footer #footer-menu.new-footer-menu .col#col-publish {
    display: inherit;
  }
}

header #header-menu-extra-wrapper.header-menu-extra-index > div.collapsed,
header #header-menu-extra-wrapper.header-menu-extra-index > div.expanded {
  left: 0;
}

#header-login-wrapper .guest-dropdown .divider.last {
  display: none;
}

@media (min-width: 768px) {
  #header-login-wrapper .guest-dropdown {
    display: none;
  }
  #header-login-wrapper .logged-dropdown #item-guide, #header-login-wrapper .logged-dropdown #item-contact, #header-login-wrapper .logged-dropdown #item-trends {
    display: none;
  }
  #header-login-wrapper .logged-dropdown .divider.first {
    display: none;
  }
}
@media (max-width: 768px) {
  #header-login-wrapper #span-welcome-wrapper {
    display: none;
  }
  #header-login-wrapper #account-select {
    display: inherit;
  }

  .navbar.navbar-mobile {
    display: none !important;
  }
}
input[placeholder] {
  text-overflow: ellipsis;
}

.comentariowrapper {
  margin-bottom: 15px;
}
.comentariowrapper form .form-group {
  margin-bottom: 0px;
}
.comentariowrapper form .help-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.comentariowrapper .row-btn {
  bottom: 0px;
  position: absolute;
  right: 0;
}
@media (max-width: 990px) {
  .comentariowrapper .row-btn {
    position: relative;
    margin-top: 15px;
  }
}
.comentariowrapper .row-btn .btn {
  background-color: #337ab7;
}
.comentariowrapper .row-btn .btn:hover {
  background-color: #23557f !important;
}

.comment-form .aclaratoria {
  display: block;
  margin: 15px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 14px;
}

.tuvaloracionwrapper {
  text-align: center;
  line-height: 0;
  margin-top: 4px;
}
.tuvaloracionwrapper a {
  color: #696969;
  position: relative;
  top: -10px;
}
.tuvaloracionwrapper i {
  position: relative;
  top: 7px;
}

.map-only-minisite {
  height: 150px;
  background-image: url("../images/site/map/mapa-para-minisites.jpg");
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sindireccionfisica {
  height: 150px;
  background-image: url("../images/site/sin-direccion-fisica.jpg");
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.radiosenlinea .radio {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.14286em;
  color: #555;
}
.radiosenlinea .radio input[type=radio] {
  margin-left: -15px;
  margin-top: 6px;
}

#modal-phone-edit .radiosenlinea .radio {
  display: block;
}

.textoconinputinvisible {
  position: relative;
}
.textoconinputinvisible .textoalterno {
  position: absolute;
  top: 7px;
  left: 32px;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  display: block;
}
.textoconinputinvisible .inputdesvanecente {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* ICONO FAVORITO incio*/
span.ds-tittlePosition {
  position: relative;
}

.ds-tittleConten {
  display: inline-block !important;
  margin-left: 10px;
  text-decoration-line: none !important;
}

a.ds-tittleIconBorder {
  color: #696969;
  display: contents;
  text-decoration-line: none !important;
}
a.ds-tittleIconBorder i.ds-tittlePaddingIcon {
  font-size: 19px;
}

a.ds-tittleIconRed {
  color: #f44236;
  display: none;
  text-decoration-line: none !important;
}
a.ds-tittleIconRed i.ds-tittlePaddingIconRed {
  font-size: 19px;
}

.ds-tittleConten.ds-tittleActi a.ds-tittleIconBorder {
  text-decoration-line: none !important;
  display: none;
}
.ds-tittleConten.ds-tittleActi a.ds-tittleIconRed {
  text-decoration-line: none !important;
  display: inline;
}

.ds-tittleZoom {
  transition: transform 0.2s;
}

.ds-tittleZoom:hover {
  transform: scale(1.2);
}

/* ICONO FAVORITO incio*/
/* ICONO Banner Landing Gwinnett start*/
.ds-tittleColorBackground {
  background-color: #46b989;
}
.ds-tittleColorBackground h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .ds-tittleColorBackground h1 {
    font-size: 26px;
  }
}
.ds-tittleColorBackground img {
  max-width: 100%;
  height: auto;
}
.ds-tittleColorBackground .ds-contMargin {
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .ds-tittleColorBackground .ds-contMargin {
    margin-bottom: 30px;
  }
}

.ds-tittleDescripcion {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  padding-bottom: 30px;
  max-width: 380px;
}

.ds-tittleIconTexColor {
  color: #1c4a37;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 20px;
}

.ds-tittlePaddingButton h1 {
  padding: 0px;
}
@media (max-width: 991px) {
  .ds-tittlePaddingButton {
    text-align: center;
  }
}

.ds-tittlePaddingImg {
  margin-top: 25px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .ds-tittlePaddingImg {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  .ds-tittlePaddingImg {
    padding-top: 0px;
  }
}

/* ICONO Banner Landing Gwinnett end*/
/*--- style button registro index star---*/
.new-button-registro {
  background-color: #1e9477;
  border-radius: 50px 50px 50px 50px;
}
.new-button-registro div {
  text-align: left;
  padding: 3px 20px;
  display: inline-block;
  color: #FFF;
}
@media (max-width: 548px) {
  .new-button-registro div {
    padding: 3px 5px;
  }
}
.new-button-registro div h1 {
  font-size: 1.4285714286em !important;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /*-----------------------------*/
  /* altura */
  /*480*/
}
@media (max-width: 1200px) {
  .new-button-registro div h1 {
    font-size: 1.2142857143em !important;
  }
}
@media (max-width: 800px) {
  .new-button-registro div h1 {
    font-size: 1em !important;
  }
}
@media (max-width: 548px) {
  .new-button-registro div h1 {
    font-size: 0.8571428571em !important;
  }
}
@media (max-width: 431px) {
  .new-button-registro div h1 {
    font-size: 0.7857142857em !important;
  }
}
@media (max-height: 800px) {
  .new-button-registro div h1 {
    font-size: 1.2142857143em;
  }
}
@media (max-height: 600px) {
  .new-button-registro div h1 {
    font-size: 1em;
  }
}
@media (max-height: 400px) {
  .new-button-registro div h1 {
    font-size: 0.8571428571em;
  }
}
@media (max-height: 400px) {
  .new-button-registro div h1 {
    font-size: 0.8571428571em;
  }
}
.new-button-registro div h2 {
  font-size: 2.1428571429em;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /*-----------------------------*/
  /* altura */
  /*480*/
}
@media (max-width: 1200px) {
  .new-button-registro div h2 {
    font-size: 1.9285714286em !important;
  }
}
@media (max-width: 800px) {
  .new-button-registro div h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 548px) {
  .new-button-registro div h2 {
    font-size: 1.2857142857em !important;
  }
}
@media (max-width: 431px) {
  .new-button-registro div h2 {
    font-size: 1.1428571429em !important;
  }
}
@media (max-height: 800px) {
  .new-button-registro div h2 {
    font-size: 1.9285714286em;
  }
}
@media (max-height: 600px) {
  .new-button-registro div h2 {
    font-size: 1.5em;
  }
}
@media (max-height: 400px) {
  .new-button-registro div h2 {
    font-size: 1.2857142857em;
  }
}

.new-button-compra-2 {
  background-color: #D6C400;
  border-radius: 50px 50px 50px 50px;
}
.new-button-compra-2 div {
  text-align: left;
  padding: 3px 40px 3px 20px;
  display: inline-block;
  color: #FFF;
}
@media (max-width: 548px) {
  .new-button-compra-2 div {
    padding: 3px 20px 3px 5px;
  }
}
.new-button-compra-2 div h1 {
  font-size: 1.4285714286em !important;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra-2 div h1 {
    font-size: 1.2142857143em !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra-2 div h1 {
    font-size: 1em !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra-2 div h1 {
    font-size: 0.8571428571em !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra-2 div h1 {
    font-size: 0.7857142857em !important;
  }
}
@media (max-height: 800px) {
  .new-button-compra-2 div h1 {
    font-size: 1.2142857143em;
  }
}
@media (max-height: 600px) {
  .new-button-compra-2 div h1 {
    font-size: 1em;
  }
}
@media (max-height: 400px) {
  .new-button-compra-2 div h1 {
    font-size: 0.8571428571em;
  }
}
.new-button-compra-2 div h2 {
  font-size: 2.1428571429em;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra-2 div h2 {
    font-size: 1.9285714286em !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra-2 div h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra-2 div h2 {
    font-size: 1.2857142857em !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra-2 div h2 {
    font-size: 1.1428571429em !important;
  }
}
@media (max-height: 800px) {
  .new-button-compra-2 div h2 {
    font-size: 1.9285714286em;
  }
}
@media (max-height: 600px) {
  .new-button-compra-2 div h2 {
    font-size: 1.5em;
  }
}
@media (max-height: 400px) {
  .new-button-compra-2 div h2 {
    font-size: 1.2857142857em;
  }
}
.new-button-compra-2 div img {
  position: absolute;
  top: -17px !important;
  left: 196px !important;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 194px !important;
    top: -9px !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 164px !important;
    top: -9px !important;
  }
}
@media (max-width: 768px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 165px !important;
    top: -9px !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 130px !important;
    top: -9px !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 120px !important;
    top: -9px !important;
  }
}
@media (max-width: 320px) {
  .new-button-compra-2 div img {
    height: 100%;
    left: 120px !important;
    top: -9px !important;
  }
}
@media (max-height: 600px) {
  .new-button-compra-2 div img {
    height: 100%;
    top: -9px !important;
    left: 131px;
  }
}
@media (max-height: 400px) {
  .new-button-compra-2 div img {
    height: 100%;
    top: -9px !important;
    left: 123px;
  }
}
/*--- style button registro index end ---*/
/*--- style Contenedor de botones index star---*/
.ds-tittleContenButton {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.ds-tittleContenButton .ds-tittleButtonRegistro {
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .ds-tittleContenButton .ds-tittleButtonRegistro {
    padding-right: 3px;
  }
}
.ds-tittleContenButton .ds-tittleButtonCompra {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 320px) {
  .ds-tittleContenButton .ds-tittleButtonCompra {
    padding-left: 3px;
  }
}

/*--- style Contenedor de botones index end---*/
/*--- style button compra index star---*/
.new-button-compra {
  background-color: #D6C400;
  border-radius: 50px 50px 50px 50px;
}
.new-button-compra div {
  text-align: left;
  padding: 3px 40px 3px 20px;
  display: inline-block;
  color: #FFF;
}
@media (max-width: 548px) {
  .new-button-compra div {
    padding: 3px 20px 3px 5px;
  }
}
.new-button-compra div h1 {
  font-size: 1.4285714286em;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra div h1 {
    font-size: 1.2142857143em !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra div h1 {
    font-size: 1em !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra div h1 {
    font-size: 0.7142857143em !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra div h1 {
    font-size: 0.7857142857em !important;
  }
}
@media (max-height: 800px) {
  .new-button-compra div h1 {
    font-size: 1.2142857143em;
  }
}
@media (max-height: 600px) {
  .new-button-compra div h1 {
    font-size: 1em;
  }
}
@media (max-height: 400px) {
  .new-button-compra div h1 {
    font-size: 0.8571428571em;
  }
}
.new-button-compra div h2 {
  font-size: 2.1428571429em !important;
  color: #FFF;
  margin: 0 !important;
  font-weight: 400;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra div h2 {
    font-size: 1.9285714286em !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra div h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra div h2 {
    font-size: 1.2857142857em !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra div h2 {
    font-size: 1.1428571429em !important;
  }
}
@media (max-height: 800px) {
  .new-button-compra div h2 {
    font-size: 1.9285714286em;
  }
}
@media (max-height: 600px) {
  .new-button-compra div h2 {
    font-size: 1.5em;
  }
}
@media (max-height: 400px) {
  .new-button-compra div h2 {
    font-size: 1.2857142857em;
  }
}
.new-button-compra div img {
  position: absolute;
  top: -17px !important;
  left: 166px !important;
  /* altura */
}
@media (max-width: 1200px) {
  .new-button-compra div img {
    height: 100%;
    left: 157px !important;
    top: -9px !important;
  }
}
@media (max-width: 800px) {
  .new-button-compra div img {
    height: 100%;
    left: 148px !important;
    top: -9px !important;
  }
}
@media (max-width: 768px) {
  .new-button-compra div img {
    height: 100%;
    left: 134px !important;
    top: -9px !important;
  }
}
@media (max-width: 548px) {
  .new-button-compra div img {
    height: 100%;
    left: 103px !important;
    top: -9px !important;
  }
}
@media (max-width: 431px) {
  .new-button-compra div img {
    height: 100%;
    left: 94px !important;
    top: -9px !important;
  }
}
@media (max-width: 320px) {
  .new-button-compra div img {
    height: 100%;
    left: 86px !important;
    top: -9px !important;
  }
}
@media (max-height: 600px) {
  .new-button-compra div img {
    height: 100%;
    top: -9px !important;
    left: 131px;
  }
}
@media (max-height: 400px) {
  .new-button-compra div img {
    height: 100%;
    top: -9px !important;
    left: 123px;
  }
}

/*--- style button compra index end ---*/
.field-businessinfoform-pay_forms {
  margin-top: 25px;
  margin-bottom: 25px;
}
.field-businessinfoform-pay_forms .select2-selection {
  min-height: 62px;
  border-radius: 0px;
  border-color: #999;
}
.field-businessinfoform-pay_forms .select2-selection__choice {
  border-radius: 0px !important;
  border-color: #999 !important;
}
.field-businessinfoform-pay_forms .select2-selection__choice__remove {
  margin-right: 5px !important;
}

.ds-paymentMethods .section-title {
  margin-bottom: 8px;
}
.ds-paymentMethods img {
  margin: 4px;
  cursor: pointer;
  max-height: 28px;
}
.ds-paymentMethods .ds-methodName {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.ds-paymentMethodsFS .section-title {
  margin-bottom: 8px;
}
.ds-paymentMethodsFS .section-title i {
  color: #d6c400;
}
.ds-paymentMethodsFS img {
  margin: 4px;
  max-height: 28px;
  cursor: pointer;
}
.ds-paymentMethodsFS .ds-methodName {
  font-weight: 400;
}

.business-image-item-wrapper {
  position: relative;
  display: inline-block;
  width: 210px;
  vertical-align: top;
  margin-bottom: 15px;
}
.business-image-item-wrapper .business-image {
  vertical-align: top;
}
.business-image-item-wrapper .form-control.ds-textImagePC {
  border-bottom: 2px solid #46b989 !important;
  width: calc(100% - 10px);
  resize: none;
}
.business-image-item-wrapper .form-group .form-control.ds-textImagePC {
  height: 40px;
}

.ui.multiple.ds-subcategories {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #999;
  position: relative;
  z-index: 9999 !important;
}

.ds-ewfControlPanel .ui.multiple.ds-subcategories {
  z-index: !important;
}

.ui.multiple.ds-subcategories.form-control {
  height: auto;
}

.ui.dropdown.ds-subcategories .menu > .item {
  font-size: 1.3rem;
}

.ui.dropdown.ds-subcategories .default.text {
  font-size: 16px;
}

.ui.dropdown.ds-subcategories .ui.label {
  color: #696969;
  font-size: 1.1em;
  font-weight: 400;
}

.ui.dropdown.ds-subcategories .ui.label .material-icons {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 8px;
}

.ui.multiple.dropdown.ds-subcategories {
  padding: 0.22619048em 2.1em 0.5em 0.35714286em;
}

.multiple-input-list .ds-addCategories,
.ds-addAtentionSchedule {
  color: #fff;
  background-color: #46B989;
  transition: all 0.3s ease-out;
}

.ds-addAtentionSchedule:hover,
.ds-addAtentionSchedule:active,
.ds-addAtentionSchedule:focus,
.multiple-input-list .ds-addCategories:hover,
.multiple-input-list .ds-addCategories:active,
.multiple-input-list .ds-addCategories:focus {
  color: #fff;
  background-color: #37926c;
}

.validation-errors{
  padding-bottom: 15px;
  background-color: #fae1e1;
  color: rgb(250, 72, 72);
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.validation-errors-none{
  padding-bottom: 15px;
  background-color: #fae1e1;
  color: rgb(250, 72, 72);
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

.title-separation {
  font-weight: bold;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
} 

.separation {
  padding-left: 10px;
}

.bullet {
  padding-left: 5px;
  margin-left: 20px;
}

.borderRedColor {
  border-color: red !important;
}

/*# sourceMappingURL=site.css.map */
