@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400,400i|Montserrat:400,700|Oswald:700);
/**
 * typography
 * --------------------------------------------------
 */
body {
  font-family: 'Open Sans',Helvetica, Arial, sans-serif;
  color: #434A54;
  background-color: #FFFFFF;
  margin: 0; }

a {
  color: #3BAFDA;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4FC1E9;
    text-decoration: none; }
  a:focus {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat',Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec; }

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px; }

h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px; }

h1,
.h1 {
  font-size: 51px; }

h2,
.h2 {
  font-size: 43px; }

h3,
.h3 {
  font-size: 30px; }

h4,
.h4 {
  font-size: 19px; }

h5,
.h5 {
  font-size: 16px; }

h6,
.h6 {
  font-size: 14px; }

blockquote {
  border-left: 3px solid #CCD1D9; }

.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0; }

mark, .mark {
  color: #000;
  background-color: #ff0; }

.text-danger {
  color: #F44336 !important; }

.text-success {
  color: #20b426 !important; }

.text-warning {
  color: #F6BB42 !important; }

.text-muted {
  color: #AAB2BD !important; }

.text-black {
  color: #000000 !important; }

.text-primary {
  color: #4A89DC !important; }

.text-la-feria {
  color: #ff5722 !important; }

.text-la-feria-mother {
  color: #ff69a0 !important; }

/**
 * button
 * --------------------------------------------------
 */
.btn {
  color: #FFFFFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .btn, .btn.disabled, .btn[disabled] {
    border-color: #AAB2BD;
    background-color: #AAB2BD; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #FFFFFF;
    border-color: #CCD1D9;
    background-color: #CCD1D9;
    outline: none !important; }
  .btn.disabled, .btn[disabled] {
    opacity: 0.45;
    filter: alpha(opacity=45); }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    border-color: transparent;
    background-color: transparent;
    color: #03A9F4; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: underline; }
  .btn-default {
    color: #434A54;
    border-color: #AAB2BD !important; }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
      border-color: #CCD1D9;
      background-color: #CCD1D9; }
    .btn-default, .btn-default.disabled, .btn-default[disabled] {
      background-color: #FFFFFF; }
  .open .dropdown-toggle.btn-default {
    color: #383e46 !important;
    border-color: #CCD1D9;
    background-color: #eff1f3; }
  .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    border-color: #03A9F4 !important;
    background-color: #03A9F4 !important; }
  .btn-primary:hover, .btn-primary:focus {
    border-color: #039be5 !important;
    background-color: #039be5 !important; }
  .open .dropdown-toggle.btn-primary {
    border-color: #039be5;
    background-color: #039be5; }
  .btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    border-color: #37BC9B !important;
    background-color: #37BC9B !important; }
  .btn-info:hover, .btn-info:focus {
    border-color: #48CFAD !important;
    background-color: #48CFAD !important; }
  .open .dropdown-toggle.btn-info {
    border-color: #48CFAD;
    background-color: #48CFAD; }
  .btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    border-color: #20b426;
    background-color: #20b426; }
  .btn-success:hover, .btn-success:focus {
    border-color: #2cc733;
    background-color: #2cc733; }
  .open .dropdown-toggle.btn-success {
    border-color: #2cc733;
    background-color: #2cc733; }
  .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    border-color: #F6BB42;
    background-color: #F6BB42; }
  .btn-warning:hover, .btn-warning:focus {
    border-color: #FFCE54;
    background-color: #FFCE54; }
  .open .dropdown-toggle.btn-warning {
    border-color: #FFCE54;
    background-color: #FFCE54; }
  .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
  .btn-danger .open .dropdown-toggle.btn {
    border-color: #F44336;
    background-color: #F44336; }
  .btn-danger:hover, .btn-danger:focus {
    border-color: #EF5350;
    background-color: #EF5350; }
  .open .dropdown-toggle.btn-danger {
    border-color: #EF5350;
    background-color: #EF5350; }
  .btn-danger--dark, .btn-danger--dark:active, .btn-danger--dark.active, .btn-danger--dark.disabled, .btn-danger--dark[disabled],
  .btn-danger--dark .open .dropdown-toggle.btn {
    border-color: #f22314;
    background-color: #f22314; }
  .btn-danger--dark:hover, .btn-danger--dark:focus {
    border-color: #ec332f;
    background-color: #ec332f; }
  .btn-xs {
    border-radius: 3px; }
  @media (max-width: 767px) {
    .btn-sm {
      font-size: 11px; } }
  .btn-xlg {
    padding: 1.1em;
    margin: 20px auto;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold; }
  .btn-facebook {
    margin: 3px 2px; }
    .btn-facebook, .btn-facebook:active, .btn-facebook.active, .btn-facebook.disabled, .btn-facebook[disabled],
    .btn-facebook .open .dropdown-toggle.btn {
      border-color: #3B5998;
      background-color: #3B5998; }
    .btn-facebook:hover, .btn-facebook:focus {
      border-color: #2d4373;
      background-color: #2d4373; }
  .open .dropdown-toggle.btn-facebook {
    border-color: #2d4373;
    background-color: #2d4373; }
  .btn-twitter {
    margin: 3px 2px; }
    .btn-twitter, .btn-twitter:active, .btn-twitter.active, .btn-twitter.disabled, .btn-twitter[disabled],
    .btn-twitter .open .dropdown-toggle.btn {
      border-color: #55ACEE;
      background-color: #55ACEE; }
    .btn-twitter:hover, .btn-twitter:focus {
      border-color: #2795e9;
      background-color: #2795e9; }
  .open .dropdown-toggle.btn-twitter {
    border-color: #2795e9;
    background-color: #2795e9; }
  .btn-gplus {
    margin: 3px 2px; }
    .btn-gplus, .btn-gplus:active, .btn-gplus.active, .btn-gplus.disabled, .btn-gplus[disabled],
    .btn-gplus .open .dropdown-toggle.btn {
      border-color: #CC3732;
      background-color: #CC3732; }
    .btn-gplus:hover, .btn-gplus:focus {
      border-color: #a32c28;
      background-color: #a32c28; }
  .open .dropdown-toggle.btn-gplus {
    border-color: #a32c28;
    background-color: #a32c28; }

/**
 * button-group
 * --------------------------------------------------
 */
.btn-group .btn {
  border-left-color: #96a0ad; }
.btn-group.open .btn-default.dropdown-toggle, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .btn-default.active {
  color: #FFFFFF; }
.btn-group .btn-primary, .btn-group .btn-primary:focus, .btn-group .btn-primary:active, .btn-group .btn-primary.active {
  border-left-color: #0391d1 !important; }
.btn-group .btn-primary.active {
  background-color: #0391d1 !important; }
.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active {
  border-left-color: #1b9620 !important; }
.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active {
  border-color: #efa50b !important; }
.btn-group .btn-warning.active {
  background-color: #f4af20 !important; }
.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active {
  border-left-color: #f22314 !important; }
.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active {
  border-left-color: #2fa084 !important; }
.btn-group .btn:first-child, .btn-group .btn-primary:first-child, .btn-group .btn-success:first-child, .btn-group .btn-warning:first-child, .btn-group .btn-danger:first-child, .btn-group .btn-info:first-child {
  border-left-color: transparent; }

.btn-group-vertical .btn, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #96a0ad !important; }
.btn-group-vertical .btn-primary, .btn-group-vertical .btn-primary:focus, .btn-group-vertical .btn-primary:active, .btn-group-vertical .btn-primary.active, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #0391d1 !important; }
.btn-group-vertical .btn-success, .btn-group-vertical .btn-success:focus, .btn-group-vertical .btn-success:active, .btn-group-vertical .btn-success.active, .btn-group-vertical .btn-group .btn-success {
  border-top-color: #1b9620 !important; }
.btn-group-vertical .btn-warning, .btn-group-vertical .btn-warning:focus, .btn-group-vertical .btn-warning:active, .btn-group-vertical .btn-warning.active, .btn-group-vertical .btn-group .btn-warning {
  border-top-color: #efa50b !important; }
.btn-group-vertical .btn-danger, .btn-group-vertical .btn-danger:focus, .btn-group-vertical .btn-danger:active, .btn-group-vertical .btn-danger.active, .btn-group-vertical .btn-group .btn-danger {
  border-top-color: #f22314 !important; }
.btn-group-vertical .btn-info, .btn-group-vertical .btn-info:focus, .btn-group-vertical .btn-info:active, .btn-group-vertical .btn-info.active, .btn-group-vertical .btn-group .btn-info {
  border-top-color: #2fa084 !important; }
.btn-group-vertical .btn:not(.btn-default):first-child, .btn-group-vertical .btn-primary:first-child, .btn-group-vertical .btn-success:first-child, .btn-group-vertical .btn-warning:first-child, .btn-group-vertical .btn-danger:first-child, .btn-group-vertical .btn-info:first-child {
  border-top: none; }

/**
 * labels and badges
 * --------------------------------------------------
 */
.label,
.badge {
  background-color: #AAB2BD; }
  @media (max-width: 767px) {
    .label,
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 20px;
      margin-bottom: 1px; } }

.label-default,
.badge-default {
  border: 1px solid #AAB2BD;
  background-color: #FFFFFF;
  color: #434A54; }

.label-primary,
.badge-primary {
  border-color: #3BAFDA;
  background-color: #3BAFDA; }

.label-success,
.badge-success {
  border-color: #20b426;
  background-color: #20b426; }

.label-danger,
.badge-danger {
  border-color: #F44336;
  background-color: #F44336; }

.label-warning,
.badge-warning {
  border-color: #F6BB42;
  background-color: #F6BB42; }

.label-info,
.badge-info {
  border-color: #37BC9B;
  background-color: #37BC9B; }

.label-premium, .label-especial-1, .label-especial-2 {
  display: inline-block;
  font-size: 14px;
  padding: .3em .6em;
  margin-bottom: -1px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-color: #4FC1E9;
  background-color: #4FC1E9; }

.label-especial-1 {
  background-color: #3a93b5; }

.label-especial-2 {
  background-color: #98815e; }

.label-transaccional {
  background-color: #656D78; }

.label-especial {
  color: #986807;
  background: #ffeb3b; }

.label-360 {
  color: #FFFFFF;
  background: #F87615; }

.label-feria-cp {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 2px;
  color: #2c3138;
  background-color: #ffeb3b; }

.label-feria-name {
  color: inherit;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 2px;
  border: none; }
  @media (max-width: 414px) {
    .label-feria-name {
      padding-left: 2px; } }

.badge__busqueda {
  height: 20px;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 2px; }
  .badge__busqueda .close {
    margin-left: 3px;
    margin-top: -3px; }

.badge--limpiar {
  background-color: #E9573F; }
  .badge--limpiar:hover {
    background-color: #e64328; }
  .badge--limpiar button {
    border: none;
    padding: 0;
    background-color: transparent; }

/**
 * tooltip
 * --------------------------------------------------
 */
.tooltip-inner {
  color: #FFFFFF;
  background-color: #434A54; }
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #434A54; }
.tooltip.right .tooltip-arrow {
  border-right-color: #434A54; }
.tooltip.left .tooltip-arrow {
  border-left-color: #434A54; }
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #434A54; }

/**
 * popover
 * --------------------------------------------------
 */
.popover {
  background-color: #434A54;
  color: #FFFFFF;
  border-color: #434A54; }
  .popover-title {
    padding-bottom: 0;
    font-weight: bold;
    color: #AAB2BD;
    background-color: transparent;
    border-bottom: none; }
  .popover.top .arrow, .popover.top .arrow:after {
    border-top-color: #434A54; }
  .popover.right .arrow, .popover.right .arrow:after {
    border-right-color: #434A54; }
  .popover.bottom .arrow, .popover.bottom .arrow:after {
    border-bottom-color: #434A54; }
  .popover.left .arrow, .popover.left .arrow:after {
    border-left-color: #434A54; }
  .popover li {
    margin-bottom: 10px; }

/**
 * progress
 * --------------------------------------------------
 */
.progress {
  background-color: #E6E9ED;
  border-radius: 0;
  margin-bottom: 5px;
  display: inline-block;
  width: 175px; }
  .progress-full {
    width: 100%; }
  .progress-bar {
    background-color: #3BAFDA; }
  .progress-bar-success {
    background-color: #20b426; }
  .progress-bar-info {
    background-color: #37BC9B; }
  .progress-bar-warning {
    background-color: #F6BB42; }
  .progress-bar-danger {
    background-color: #F44336; }

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 0px;
  color: #434A54;
  padding: 4px 0 8px;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFFFFF; }
  .breadcrumb > .active {
    color: #434A54;
    /*
    h1 {
      display: inline-block;
      font-family: $breadcrumb-font-family;
      font-size: inherit;
      color:inherit;
      margin:0;
      padding:0;
    }*/ }
  .breadcrumb a {
    color: #3BAFDA; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      margin-top: 3px;
      margin-bottom: 0;
      padding-top: 0; }
      .breadcrumb li {
        padding-right: 5px;
        flex: 0 0 auto; } }

.breadcrumb-arrow {
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  height: 36px;
  line-height: 36px; }
  .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top; }
  .breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px; }
  .breadcrumb-arrow li + li:before {
    padding: 0;
    content: ""; }
  .breadcrumb-arrow li span {
    padding: 0 10px; }
  .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    padding: 0 10px 0 25px;
    height: 36px;
    line-height: 36px; }
  .breadcrumb-arrow li:first-child a {
    padding: 0 10px; }
  .breadcrumb-arrow li a {
    position: relative;
    border: 1px solid #3BAFDA;
    color: #FFFFFF;
    background-color: #3BAFDA;
    text-decoration: none; }
  .breadcrumb-arrow li:first-child a {
    padding-left: 10px; }
  .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
    position: absolute;
    top: -1px;
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent; }
  .breadcrumb-arrow li a:before {
    right: -10px;
    border-left-width: 11px;
    border-left-style: solid;
    border-left-color: #3BAFDA;
    z-index: 3; }
  .breadcrumb-arrow li a:after {
    right: -11px;
    border-left: 11px solid #2494be;
    z-index: 2; }
  .breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
    background-color: #4FC1E9;
    border: 1px solid #4FC1E9; }
  .breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
    border-left-color: #4FC1E9; }
  .breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be; }
  .breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
    border-left-color: #2494be; }
  .breadcrumb-arrow li span {
    color: #434A54; }

.breadcrumb-h1 {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #434A54;
  padding: 4px 0 8px;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFFFFF; }
  .breadcrumb-h1 a {
    padding: 0; }
    .breadcrumb-h1 a:after {
      padding: 0 4px 0 7px;
      color: #ccc;
      content: "/\00a0"; }

/**
 * pagination
 * --------------------------------------------------
 */
.pagination {
  display: block;
  overflow: hidden;
  margin: 20px auto;
  text-align: center; }
  .pagination li {
    display: inline-block; }
  .pagination > li > a, .pagination > li > span {
    color: #434A54;
    background-color: transparent;
    border-color: transparent; }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #434A54;
    background-color: #f5f6f7;
    border-color: #f5f6f7; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #FFFFFF;
    background-color: #434A54;
    border-color: #434A54; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #434A54;
    background-color: transparent;
    border-color: transparent; }

/**
 * pager
 * --------------------------------------------------
 */
.pager li > a, .pager li > span, .pager li > button {
  color: #FFFFFF;
  background-color: #03A9F4;
  border-color: #03A9F4; }
.pager .next > button {
  float: right;
  padding: 5px 14px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus {
  background-color: #039be5;
  border-color: #039be5; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #E6E9ED;
  background-color: #FFFFFF;
  border-color: #E6E9ED; }

/**
 * form
 * --------------------------------------------------
 */
.input-sm {
  height: 30px !important; }

.input-lg {
  border-radius: 4px; }

.form-control {
  color: #434A54;
  border-color: #AAB2BD;
  height: 40px; }
  .form-control:focus {
    border-color: #3BAFDA; }
  .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #E6E9ED; }
  .form-control.disabled, .form-control[disabled] {
    border-color: #E6E9ED;
    background-color: #E6E9ED; }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 10px; } }

.input-group-btn .btn + .btn {
  border-width: 1px;
  border-style: solid;
  border-color: #96a0ad; }
.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed; }
.input-group-btn .btn + .btn.btn-primary {
  border-color: #269ecb; }
.input-group-btn .btn + .btn.btn-info {
  border-color: #2fa084; }
.input-group-btn .btn + .btn.btn-success {
  border-color: #1b9620; }
.input-group-btn .btn + .btn.btn-warning {
  border-color: #f4af20; }
.input-group-btn .btn + .btn.btn-danger {
  border-color: #f22314; }

.input-group-addon {
  background-color: #AAB2BD;
  border-color: #96a0ad;
  color: #FFFFFF; }
  .input-group-addon .radio, .input-group-addon .checkbox {
    margin: -3px 0 -4px !important; }

.form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child {
  padding: 0 17px; }

.search-only {
  position: relative; }
  .search-only .search-icon {
    position: absolute;
    top: 4px;
    left: 8.5px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    color: #E6E9ED;
    z-index: 20; }
  .search-only .form-control:last-child {
    padding-left: 40px;
    border-radius: 4px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #20b426; }
.has-success .form-control {
  border-color: #20b426; }
.has-success .form-control:focus {
  border-color: #20b426; }
.has-success .input-group-addon {
  background-color: #20b426;
  border-color: #20b426; }
.has-success .form-control-feedback {
  color: #20b426; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #F6BB42; }
.has-warning .form-control {
  border-color: #F6BB42; }
.has-warning .form-control:focus {
  border-color: #F6BB42; }
.has-warning .input-group-addon {
  background-color: #F6BB42;
  border-color: #F6BB42; }
.has-warning .form-control-feedback {
  color: #F6BB42; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #F44336; }
.has-error .form-control {
  border-color: #F44336; }
.has-error .form-control:focus {
  border-color: #F44336; }
.has-error .input-group-addon {
  background-color: #F44336;
  border-color: #F44336; }
.has-error .form-control-feedback {
  color: #F44336; }

/**
 * stepper
 * --------------------------------------------------
 */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield; }
  .stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.stepper .stepper-arrow {
  background-color: #3BAFDA;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px; }
  .stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
    background-color: #4FC1E9; }
.stepper .up {
  border: 1px solid #269ecb;
  top: 0; }
.stepper .down {
  bottom: 0; }
.stepper .up::before, .stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }
.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid #FFFFFF; }
.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid #FFFFFF; }
.stepper.disabled .stepper-arrow {
  background-color: #3BAFDA;
  opacity: 0.45;
  filter: alpha(opacity=45); }

.selecter {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 1;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */ }
  .selecter .selecter-element {
    display: none;
    *left: -999999px;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 0; }
  .selecter .selecter-element, .selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent; }
  .selecter .selecter-selected {
    background-color: #FFFFFF;
    border: 1px solid #AAB2BD;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-overflow: clip;
    z-index: 2; }
    .selecter .selecter-selected:after {
      position: absolute;
      top: 45%;
      right: 10px;
      content: "";
      width: 0;
      height: 0;
      border-top: 4px solid #000000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
  .selecter .selecter-options {
    border: 1px solid #AAB2BD;
    border-width: 0 1px 1px;
    background-color: #FFFFFF;
    display: none;
    left: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    *width: auto;
    z-index: 50; }
  .selecter .selecter-group {
    border-bottom: 1px solid #E6E9ED;
    color: #AAB2BD;
    background-color: #FAFAFA;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase; }
  .selecter .selecter-item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E6E9ED;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    width: 100%; }
    .selecter .selecter-item.selected {
      color: #FFFFFF;
      border-bottom-color: #4FC1E9;
      background-color: #3BAFDA; }
    .selecter .selecter-item.disabled {
      color: #AAB2BD;
      cursor: default; }
    .selecter .selecter-item:last-child {
      border-bottom: 0; }
  .selecter .selecter-item:hover {
    background-color: #E6E9ED; }
  .selecter .selecter-item.selected:hover {
    background-color: #3BAFDA; }
  .selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
    background-color: #FFFFFF; }
  .selecter.open {
    outline: 0;
    z-index: 9999; }
    .selecter.open .selecter-selected {
      border: 1px solid #3BAFDA;
      z-index: 51; }
  .selecter.open .selecter-selected, .selecter.focus .selecter-selected {
    background-color: #FFFFFF; }
  .selecter.cover .selecter-options {
    border-width: 1px;
    top: 0; }
  .selecter.cover.open .selecter-selected {
    z-index: 49; }
  .selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto; }
  .selecter.bottom .selecter-item:last-child {
    border: none; }
  .selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto; }
  .selecter.multiple .selecter-options {
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%; }
  .selecter.disabled .selecter-selected {
    background-color: #E6E9ED;
    border-color: #E6E9ED;
    color: #AAB2BD;
    cursor: default; }
  .selecter.disabled .selecter-options {
    background-color: #E6E9ED;
    border-color: #E6E9ED; }
  .selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
    background-color: #E6E9ED;
    border-color: #E6E9ED;
    color: #AAB2BD;
    cursor: default; }
  .selecter.disabled .selecter-item.selected {
    background-color: #3BAFDA;
    opacity: 0.45;
    filter: alpha(opacity=45);
    color: #FFFFFF; }
  .selecter .selecter-options.scroller {
    overflow: hidden; }
    .selecter .selecter-options.scroller .scroller-content {
      max-height: 260px;
      padding: 0; }

/**
 * checkbox and radio
 * --------------------------------------------------
 */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0; }

.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px; }

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: url("../bootflat/img/check_flat/default.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_flat {
  background-position: 0 0; }
  .icheckbox_flat.checked {
    background-position: -22px 0; }
  .icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: default; }
  .icheckbox_flat.checked.disabled {
    background-position: -66px 0; }

.iradio_flat {
  background-position: -88px 0; }
  .iradio_flat.checked {
    background-position: -110px 0; }
  .iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default; }
  .iradio_flat.checked.disabled {
    background-position: -154px 0; }

/**
 * toggle
 * --------------------------------------------------
 */
.toggle {
  height: 32px; }
  .toggle input[type="checkbox"], .toggle input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -100000px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .toggle .handle {
    display: block;
    position: relative;
    top: -20px;
    left: 0;
    width: 50px;
    height: 32px;
    background-color: #FFFFFF; }
    .toggle .handle:before, .toggle .handle:after {
      content: "";
      position: absolute;
      top: 1px;
      left: 1px;
      display: block;
      width: 30px;
      height: 30px;
      background-color: #FFFFFF; }
  .toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #E6E9ED; }
  .toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
    width: 50px;
    background-color: #2cc733; }
  .toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after {
    left: 20px; }

/**
 * calendar
 * --------------------------------------------------
 */
.calendar {
  padding: 20px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #5a6370; }
  .calendar .unit {
    float: left;
    width: 14.28%;
    text-align: center; }
  .calendar .years .prev {
    text-align: left; }
  .calendar .years .next {
    text-align: right; }
  .calendar .years .prev em, .calendar .years .next em {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 34px;
    height: 34px;
    cursor: pointer; }
  .calendar .years .prev em:before, .calendar .years .next em:before {
    position: absolute;
    display: block;
    content: "";
    margin-top: 6px;
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    font-size: 0; }
  .calendar .years .prev em:before {
    top: 3px;
    left: 4px;
    border-color: transparent #FFFFFF transparent transparent; }
  .calendar .years .next em:before {
    top: 3px;
    left: 13px;
    border-color: transparent transparent transparent #FFFFFF; }
  .calendar .years .prev em:hover, .calendar .years .next em:hover, .calendar .years .prev em:active, .calendar .years .next em:active {
    border-color: #FFCE54; }
  .calendar .years .prev em:hover:before, .calendar .years .prev em:active:before {
    border-color: transparent #FFCE54 transparent transparent; }
  .calendar .years .next em:hover:before, .calendar .years .next em:active:before {
    border-color: transparent transparent transparent #FFCE54; }
  .calendar .years .monyear {
    float: left;
    width: 71.42%;
    text-align: center;
    height: 34px;
    line-height: 34px; }
  .calendar .days {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #FFFFFF; }
    .calendar .days .unit {
      margin-bottom: 3px;
      text-align: center;
      height: 34px;
      line-height: 34px;
      font-size: 12px; }
      .calendar .days .unit b {
        font-weight: normal;
        width: 34px;
        height: 34px; }
      .calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b {
        display: inline-block;
        border-radius: 3px;
        background-color: #FFFFFF;
        color: #434A54;
        cursor: pointer; }
      .calendar .days .unit.older b {
        color: #FFCE54;
        background-color: transparent;
        cursor: default;
        width: auto;
        height: auto; }

/**
 * pricing
 * --------------------------------------------------
 */
.pricing {
  padding: 15px 0 30px; }
  .pricing ul {
    list-style: none;
    padding: 0; }
  .pricing .unit {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in; }
    .pricing .unit:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28), 0 15px 60px rgba(0, 0, 0, 0.18); }
  @media screen and (max-width: 767px) {
    .pricing .unit {
      display: block;
      margin-bottom: 20px; }
      .pricing .unit.active {
        top: 0;
        margin-left: 0;
        margin-right: 0; }
        .pricing .unit.active .price-title h3 {
          font-size: 30px; } }
  .pricing .price-title {
    padding: 20px 15px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF; }
    .pricing .price-title h3 {
      font-size: 2em;
      margin: 10px 0; }
    .pricing .price-title h3 > p {
      margin: 0; }
  .pricing .price-body {
    padding: 20px 20px 10px;
    min-height: 330px; }
    .pricing .price-body strong {
      display: block;
      font-size: 18px;
      font-family: "Oswald", sans-serif; }
    .pricing .price-body li {
      position: relative;
      text-align: left;
      margin-bottom: 10px;
      padding: 1em 0 1em 1.5em;
      border-bottom: 1px solid #e9ebee; }
      .pricing .price-body li .fa {
        position: absolute;
        left: 0;
        top: 15px; }
    .pricing .price-body h5 {
      font-size: 19px;
      color: #3c4f67; }
  .pricing .price-foot {
    padding: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    background-color: #E6E9ED; }
  .pricing .price-primary .price-title {
    color: #126d8d;
    background-color: #4FC1E9; }
  .pricing .price-primary .price-body {
    background-color: white;
    /*
    & ul {
    	border-top: 1px solid lighten($pricing-free, 1%);
    }*/ }
  .pricing .price-free .price-title {
    color: #667186;
    background-color: #e6e8ec; }
  .pricing .price-free .price-body {
    background-color: white;
    				/*
    				& ul {
                        
                		border-top: 1px solid lighten($pricing-free, 1%);
                	}*/ }
  .pricing .price-warning .price-title {
    color: #ba8500;
    background-color: #FFCE54; }
  .pricing .price-warning .price-body {
    background-color: white; }
  .pricing .price-gold .price-title {
    color: #FF9800;
    background-color: #FFEE58; }
  .pricing .price-gold .price-body {
    background-color: white; }
    .pricing .price-gold .price-body li:last-of-type {
      border-bottom: none; }

/**
 * alert
 * --------------------------------------------------
 */
.alert h4 {
  margin-bottom: 10px;
  font-weight: bold; }
.alert h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold; }
.alert-dismissable .close {
  color: #000000; }
.alert-info {
  background-color: #7cd1ef;
  border: #4FC1E9; }
  .alert-info a {
    color: inherit; }
    .alert-info a:hover {
      text-decoration: underline; }
.alert-warning {
  background-color: #ffdd87;
  border: #FFCE54; }
  .alert-warning a {
    color: inherit; }
    .alert-warning a:hover {
      text-decoration: underline; }
  .alert-warning--border {
    border: 1px solid #ffcf59; }
.alert-danger {
  background-color: #F44336;
  border: #F44336;
  color: #fff; }
  .alert-danger .btn-danger {
    background-color: #ea1c0d; }
  .alert-danger .btn-default {
    border-color: #F44336 !important; }
.alert-success {
  color: #FFFFFF;
  background-color: #20b426;
  border: #20b426; }
.alert-default {
  background-color: #f5f6f7;
  border: #AAB2BD; }
  .alert-default--border {
    border: 1px solid #d5d9de; }
.alert .alert-link {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65); }
  .alert .alert-link:hover, .alert .alert-link:focus {
    opacity: 0.45;
    filter: alpha(opacity=45); }
.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
  color: #000000;
  opacity: 0.65;
  filter: alpha(opacity=65); }
.alert .btn-link:focus, .alert .btn-link:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/**
 * tab
 * --------------------------------------------------
 */
.nav-tabs {
  border-bottom: none;
  background-color: #E6E9ED; }
  .nav-tabs > li {
    margin-bottom: 0;
    border-left: 1px solid #CCD1D9; }
  .nav-tabs > li:first-child {
    border-left: none; }
  .nav-tabs > li > a {
    margin-right: 0;
    border: none;
    color: #434A54; }
  .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    border: none;
    background-color: #FAFAFA; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #FFFFFF !important; }
  .nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
    color: #434A54; }
  .nav-tabs li.dropdown.open .dropdown-toggle {
    color: #434A54;
    background-color: #FAFAFA; }
  .nav-tabs li.dropdown.active.open .dropdown-toggle {
    color: #434A54; }
  .nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
    border-top-color: #434A54;
    border-bottom-color: #434A54; }
  .nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
    border-top-color: #434A54;
    border-bottom-color: #434A54; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center; }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none; }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: none; }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom: none; } }
  .tab-content {
    padding: 10px; }

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #CCD1D9; }

.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none; }

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0; }

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px; }

/**
 * pill
 * --------------------------------------------------
 */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #3BAFDA; }
.nav-pills > li > a {
  color: #3BAFDA; }
.nav-pills > li > a:hover {
  color: #434A54;
  background-color: #E6E9ED; }
.nav-pills > .active > a > .badge {
  color: #3BAFDA; }
.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
  color: #434A54;
  background-color: #E6E9ED; }

/**
 * navbar
 * --------------------------------------------------
 */
.navbar-form {
  padding: 0 !important; }

.navbar-default {
  background-color: #37BC9B;
  border-color: #37BC9B; }
.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link {
  color: #26816a; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-link:hover, .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #FFFFFF;
  background-color: transparent; }
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #26816a; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #48CFAD; }
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus, .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #2e9c81;
  background-color: transparent; }
.navbar-default .navbar-toggle {
  border-color: #26816a;
  background-color: #26816a; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #2b957a;
  background-color: #2b957a; }
.navbar-default .navbar-toggle .icon-bar {
  background-color: #37BC9B; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #48CFAD; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #37BC9B; }
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #48CFAD; }
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: #48CFAD; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #26816a; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #48CFAD; }
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #26816a; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #2b957a; } }

.navbar-inverse {
  background-color: #2e3e52;
  border-color: #547095; }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
  color: #c0ccdc; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-link:hover, .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #FFFFFF;
  background-color: transparent; }
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #c0ccdc; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFFFFF; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #263344; }
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #8fa4c0;
  background-color: transparent; }
.navbar-inverse .navbar-toggle {
  border-color: #2f3f54;
  background-color: #2f3f54; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  border-color: #415875;
  background-color: #415875; }
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #c0ccdc; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #2f3f54; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #2f3f54; }
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #2f3f54; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: #2f3f54; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c0ccdc; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #2f3f54; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: white; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #8fa4c0; } }

/**
 * list
 * --------------------------------------------------
 */
.list-group {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 3px; }
  .list-group-item {
    border-color: transparent;
    border-top-color: #E6E9ED; }
    .list-group-item:first-child {
      border-top: none; }
    .list-group-item-heading {
      color: #434A54; }

a.list-group-item {
  color: #434A54; }
  a.list-group-item .list-group-item-heading {
    font-size: 16px;
    color: #434A54; }
  a.list-group-item:hover, a.list-group-item:focus {
    background-color: #E6E9ED; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #4FC1E9;
    border-color: #4FC1E9; }
  a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #FFFFFF; }

.list-group-item-primary {
  color: #22b1e3;
  border-color: #3BAFDA transparent transparent transparent;
  background-color: #4FC1E9; }
  .list-group-item-primary:first-child {
    border-color: transparent; }
  a.list-group-item-primary {
    color: #126d8d; }
    a.list-group-item-primary:hover, a.list-group-item-primary:focus {
      color: #FFFFFF;
      background-color: #3BAFDA; }
    a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
      background-color: #3BAFDA;
      border-color: #4FC1E9 transparent transparent transparent; }

.list-group-item-success {
  color: #239d28;
  border-color: #20b426 transparent transparent transparent;
  background-color: #2cc733; }
  .list-group-item-success:first-child {
    border-color: transparent; }
  a.list-group-item-success {
    color: #104a13; }
    a.list-group-item-success:hover, a.list-group-item-success:focus {
      color: #FFFFFF;
      background-color: #20b426; }
    a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
      background-color: #20b426;
      border-color: #2cc733 transparent transparent transparent; }

.list-group-item-warning {
  color: #ffbf21;
  border-color: #F6BB42 transparent transparent transparent;
  background-color: #FFCE54; }
  .list-group-item-warning:first-child {
    border-color: transparent; }
  a.list-group-item-warning {
    color: #876000; }
    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
      color: #FFFFFF;
      background-color: #F6BB42; }
    a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
      background-color: #F6BB42;
      border-color: #FFCE54 transparent transparent transparent; }

.list-group-item-info {
  color: #2fb593;
  border-color: #37BC9B transparent transparent transparent;
  background-color: #48CFAD; }
  .list-group-item-info:first-child {
    border-color: transparent; }
  a.list-group-item-info {
    color: #1a6451; }
    a.list-group-item-info:hover, a.list-group-item-info:focus {
      color: #FFFFFF;
      background-color: #37BC9B; }
    a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
      background-color: #37BC9B;
      border-color: #48CFAD transparent transparent transparent; }

.list-group-item-danger {
  color: #eb2521;
  border-color: #F44336 transparent transparent transparent;
  background-color: #EF5350; }
  .list-group-item-danger:first-child {
    border-color: transparent; }
  a.list-group-item-danger {
    color: #98110e; }
    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
      color: #FFFFFF;
      background-color: #F44336; }
    a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
      background-color: #F44336;
      border-color: #EF5350 transparent transparent transparent; }

/**
 * media list
 * --------------------------------------------------
 */
.media-heading {
  font-size: 14px;
  color: #434A54; }
.media-list .media-date {
  font-size: 11px;
  text-transform: uppercase;
  color: #AAB2BD;
  margin-bottom: 1px; }
.media-list img {
  width: 60px;
  height: 60px;
  margin: 2px;
  border: 2px solid #FFFFFF;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
  .media-list img.img--big {
    width: 90px;
    height: 90px; }

/**
 * modal
 * --------------------------------------------------
 */
.modal {
  z-index: 10050;
  /*
  &-footer {
    border-top: none;
  }*/ }
  .modal-content {
    border: none;
    color: #434A54; }
  .modal-header {
    border-bottom: none; }
  .modal-body {
    padding: 0 15px; }
  .modal-dialog {
    z-index: 2000; }
  @media (min-width: 1280px) {
    .modal-lg {
      width: 1100px; } }

/**
 * well
 * --------------------------------------------------
 */
.well {
  padding: 10px;
  border: none;
  color: #434A54;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /*
  h1:first-of-type,h2:first-of-type,h3:first-of-type,h4:first-of-type,
  h5:first-of-type,h6:first-of-type { margin-top:0 }*/ }
  .well blockquote {
    border-color: #CCD1D9; }
  .well-lg {
    padding: 20px; }
  .well-sm {
    padding: 5px; }
  .well-vinculado {
    text-align: center;
    padding: 2.5em; }
  .well-publicidad {
    padding: 10px 5px; }
    @media screen and (max-width: 767px) {
      .well-publicidad {
        padding: 5px;
        margin-bottom: 15px; } }
    .well-publicidad > div {
      margin: 0 auto; }
    .well-publicidad img, .well-publicidad embed {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .well-bg1 {
    background-color: #FAFAFA; }

  .well-bg2 {
    background-color: #E6E9ED; }

  .well-bg3 {
    background-color: #CCD1D9; }

/**
 * panel
 * --------------------------------------------------
 */
.panel {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .panel .list-group {
    box-shadow: none; }
  .panel .list-group-item:first-child {
    border-top: 1px solid #f5f6f8; }
  .panel-title {
    font-size: 16px;
    color: #434A54;
    font-weight: bold; }
  .panel-footer {
    background-color: #f5f6f8;
    border-top-color: #f5f6f8; }
  .panel-default {
    border-color: #f5f6f8; }
    .panel-default > .panel-heading {
      color: #434A54;
      background-color: #f5f6f8;
      border-color: #f5f6f8; }
  .panel-primary {
    border-color: #3BAFDA; }
    .panel-primary > .panel-heading {
      color: #FFFFFF;
      background-color: #3BAFDA;
      border-color: #3BAFDA; }
  .panel-success {
    border-color: #20b426; }
    .panel-success > .panel-heading {
      color: #FFFFFF;
      background-color: #20b426;
      border-color: #20b426; }
  .panel-info {
    border-color: #37BC9B; }
    .panel-info > .panel-heading {
      color: #FFFFFF;
      background-color: #37BC9B;
      border-color: #37BC9B; }
  .panel-warning {
    border-color: #F6BB42; }
    .panel-warning > .panel-heading {
      color: #FFFFFF;
      background-color: #F6BB42;
      border-color: #F6BB42; }
  .panel-danger {
    border-color: #F44336; }
    .panel-danger > .panel-heading {
      color: #FFFFFF;
      background-color: #F44336;
      border-color: #F44336; }
  .panel-primary > .panel-heading > .panel-title, .panel-success > .panel-heading > .panel-title, .panel-info > .panel-heading > .panel-title, .panel-warning > .panel-heading > .panel-title, .panel-danger > .panel-heading > .panel-title {
    color: #FFFFFF; }
  .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top-color: #f5f6f8; }

/**
 * accordion
 * --------------------------------------------------
 */
.panel-group .panel {
  background-color: transparent; }
.panel-group .panel + .panel {
  margin-top: 0; }
.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent; }
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px 0;
  border-top-color: transparent; }
.panel-group .panel-title a {
  padding: 10px 0;
  display: block; }

.panel-group-lists .panel {
  border-bottom: 1px solid #E6E9ED;
  background-color: #FFFFFF; }
.panel-group-lists .panel:last-child {
  border-bottom: none; }
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top-color: #E6E9ED; }
.panel-group-lists .panel-title a {
  padding: 10px 15px;
  color: #434A54; }
.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active {
  color: #AAB2BD; }

/**
 * dropdown-menu
 * --------------------------------------------------
 */
.dropdown-menu {
  border: none;
  background-color: #434A54; }
  .dropdown-menu .dropdown-header {
    font-size: 14px;
    font-weight: 700;
    color: #AAB2BD;
    padding: 5px 20px 5px 10px; }
  .dropdown-menu li a {
    padding: 5px 20px;
    color: #FFFFFF; }
  .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    color: #FFFFFF !important;
    background-color: #656D78;
    outline: none; }
  .dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
    color: #656D78;
    cursor: default; }
  .dropdown-menu .divider {
    background-color: #656D78;
    border-bottom: none; }
  .dropup .dropdown-menu {
    margin-bottom: 0; }

/**
 * dropdown-submenu
 * --------------------------------------------------
 */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu:hover .dropdown-menu {
    display: block; }
  .dropup .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFFFFF;
    margin-top: 5px;
    margin-right: -10px; }
  .dropdown-default .dropdown-submenu > a:after {
    border-left-color: #434A54; }
  .dropdown-submenu:hover a:after {
    border-left-color: #FFFFFF; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px; }

.table tbody > tr.success > td {
  background-color: rgba(44, 199, 51, 0.2); }
.table tbody > tr.warning > td {
  background-color: rgba(255, 206, 84, 0.2); }
.table tbody > tr.danger > td {
  background-color: rgba(239, 83, 80, 0.2); }
.table tbody > tr.info > td {
  background-color: rgba(93, 156, 236, 0.2); }

.svg-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  stroke-width: 0;
  stroke: palette(iconos-categorias);
  fill: currentColor; }
  .svg-icon:hover {
    stroke: #20b426; }

.card-categoria {
  margin-bottom: 20px;
  border: #e6e6e6 solid 1px !important; }
  .card-categoria a {
    padding: 10px !important; }
    .card-categoria a .svg-icon {
      display: block;
      margin: 1em auto; }
    .card-categoria a .pretty {
      display: block;
      text-align: center;
      margin: 0; }
      .card-categoria a .pretty input {
        display: block; }
      .card-categoria a .pretty span {
        display: block;
        margin-bottom: 1em; }
      .card-categoria a .pretty label {
        font-weight: bold; }

.card-categoria--cat {
  height: auto !important; }
  .card-categoria--cat .cat-principal {
    box-sizing: border-box;
    padding: 15px; }
    .card-categoria--cat .cat-principal a h6 {
      font-size: 1.2em;
      font-weight: 700;
      color: #434A54; }
      .card-categoria--cat .cat-principal a h6 small {
        color: #434A54;
        display: block;
        margin: 1em auto 2em; }
    .card-categoria--cat .cat-principal a .pretty {
      background: #FAFAFA;
      padding-top: 15px; }
      .card-categoria--cat .cat-principal a .pretty span {
        color: #434A54;
        display: inline-block;
        font-weight: 500; }
  .card-categoria--cat .cat-subcategoria {
    box-sizing: border-box;
    padding: 20px;
    border-left: #E6E9ED solid 1px; }
    .card-categoria--cat .cat-subcategoria h6 {
      margin-top: 0; }
    .card-categoria--cat .cat-subcategoria .box-subcat {
      font-weight: 200;
      text-align: left;
      padding: 5px;
      margin: 5px;
      border: #E6E9ED solid 1px; }
      .card-categoria--cat .cat-subcategoria .box-subcat a {
        text-align: left;
        color: #434A54; }
        .card-categoria--cat .cat-subcategoria .box-subcat a strong {
          display: block;
          color: #434A54;
          margin-bottom: .5em; }
        .card-categoria--cat .cat-subcategoria .box-subcat a .pretty {
          text-align: left; }
          .card-categoria--cat .cat-subcategoria .box-subcat a .pretty label, .card-categoria--cat .cat-subcategoria .box-subcat a .pretty span {
            color: #434A54;
            display: inline-block;
            font-weight: 500; }
          .card-categoria--cat .cat-subcategoria .box-subcat a .pretty small {
            display: block; }
    .card-categoria--cat .cat-subcategoria .sinmargen {
      margin: 0; }

.resumen__lista {
  border: #e6e6e6 solid 1px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important; }

.d-flex, .box-anuncio, .box-anuncio__cantidades .cantidades, .infoAnunciante__header, .infoAnunciante__datos, .btn-mb__wrapper, .banner-feria, .banner-feria a, .banner-cyberday, .banner-cyberday a, .banner-blackweek, .banner-blackweek a, .area-compra__cantidad, .area-valoracion, .unified-checkouts__tit, .boxCategoria, .subcategorias ul, ul.categorias > li > a, .card-categoria, .miller-column, .miller-column__wrapper, #micrositio .lista-contactos li, .anuncio a, .c-tab, .box-menu__menu > ul, .datos-box, .tabs, .purchase-summary dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.info-ms__logo, .info-ms__name, .info-ms-tx__logo, .info-ms-tx__name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    -ms-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    -ms-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    -ms-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.334em) translateZ(0);
    -ms-transform: translateY(-1.334em) translateZ(0);
    transform: translateY(-1.334em) translateZ(0); }
  100% {
    opacity: 1; } }
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    -ms-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    -ms-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    -ms-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes popIn {
  0% {
    -webkit-transform: scale(0.25) translateZ(0);
    -ms-transform: scale(0.25) translateZ(0);
    transform: scale(0.25) translateZ(0);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    -ms-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    -ms-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    -ms-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }
@-moz-keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    -ms-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    -ms-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    -ms-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }
@-o-keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    -ms-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    -ms-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    -ms-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }
@keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateY(-0.25em) translateZ(0);
    -ms-transform: translateY(-0.25em) translateZ(0);
    transform: translateY(-0.25em) translateZ(0); }
  25% {
    -webkit-transform: translateY(0.25em) rotate(1deg);
    -ms-transform: translateY(0.25em) rotate(1deg);
    transform: translateY(0.25em) rotate(1deg); }
  75% {
    -webkit-transform: translateY(0.25em) rotate(-1deg);
    -ms-transform: translateY(0.25em) rotate(-1deg);
    transform: translateY(0.25em) rotate(-1deg); } }
@-webkit-keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    -ms-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    -ms-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    -ms-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    -ms-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    -ms-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }
@-moz-keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    -ms-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    -ms-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    -ms-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    -ms-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    -ms-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }
@-o-keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    -ms-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    -ms-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    -ms-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    -ms-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    -ms-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }
@keyframes bounce {
  0%, 85%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    -ms-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0); }
  25% {
    -webkit-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    -ms-transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98);
    transform: translateY(-1.35rem) scaleY(1.02) scaleX(0.98); }
  35% {
    -webkit-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    -ms-transform: translateY(0) scaleY(0.98) scaleX(1.02);
    transform: translateY(0) scaleY(0.98) scaleX(1.02); }
  50% {
    -webkit-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    -ms-transform: translateY(-1rem) scaleY(1.01) scaleX(0.99);
    transform: translateY(-1rem) scaleY(1.01) scaleX(0.99); }
  60% {
    -webkit-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    -ms-transform: translateY(0) scaleY(0.99) scaleX(1.01);
    transform: translateY(0) scaleY(0.99) scaleX(1.01); }
  75% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem); } }
/*
@mixin css-arrow($arrow-position, $arrow-color, $arrow-size) {

    &:after {
      position: absolute;
      border: solid transparent;
      content: " ";
      top: auto;
      left: auto;
      height: 0;
      width: 0;
      margin: 0;
      border-color: transparent;
      border-width: $arrow-size;
      pointer-events: none;
      z-index: 1000;
      color:$arrow-color;
    }

    @if $arrow-position == "top" {
      &:after {
        bottom: 100%;
        border-bottom-color: $arrow-color;
        margin-left: (-$arrow-size);
        left: 50%;
      }
    }

    @if $arrow-position == "right" {
      &:after {
        left: 100%;
        border-left-color: $arrow-color;
        margin-top: (-$arrow-size);
        top: 18%;
      }
    }

    @if $arrow-position == "bottom" {
      &:after {
        top: 100%;
        border-top-color: $arrow-color;
        margin-left: (-$arrow-size);
        left: 50%;
      }
    }
    
    @if $arrow-position == "left" {
      &:after {
        right: 100%;
        border-right-color: $arrow-color;
        margin-top: (-$arrow-size);
        top: 50%;
      }
    }
    
}//endArrow

*/
.btn-publicar {
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  color: #2b2b2a;
  border: none;
  background-color: #FFEB3B;
  border-bottom: 1px solid #ccae00;
  border-radius: 4px;
  transition: all .3s ease-in; }
  .btn-publicar.btn-publicar--xs {
    position: relative;
    color: #434A54 !important;
    height: 20px;
    font-size: 0.7857142857em;
    padding: 10px !important;
    text-transform: uppercase; }
  .btn-publicar:hover {
    color: inherit;
    background-color: #ffe822; }
  .btn-publicar span {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  .btn-publicar .icon-publicar {
    margin-right: 5px;
    fill: currentColor;
    width: 30px;
    height: 30px; }
  .btn-publicar.small {
    display: none;
    float: right;
    width: auto;
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (max-width: 767px) {
      .btn-publicar.small {
        display: inline-block !important; } }

.tit-1 {
  font-weight: 400;
  font-size: 1.1428571429em;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px; }
  .tit-1 strong {
    font-weight: 700 !important;
    font-size: 20px;
    text-transform: uppercase; }

.tit-2 {
  font-weight: 700;
  font-size: 1.8571428571em;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3c4f67;
  margin: 0 0 25px;
  overflow: hidden; }
  .tit-2 small {
    display: inline-block;
    font-size: 16px;
    color: #FF9800;
    line-height: inherit; }
  .tit-2-fz2 {
    font-size: 1.5714285714em;
    padding-bottom: 10px; }
    .tit-2-fz2 small {
      font-size: 60%;
      color: #20b426; }
  .tit-2 [class*="fa"] {
    padding-right: 3px;
    margin-left: 1px; }
  .tit-2 .number-destacado,
  .tit-2 .number-premium {
    float: right;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif; }
  .tit-2 .number-destacado {
    color: #F6BB42; }
  .tit-2 .number-premium {
    color: #4FC1E9; }
  .tit-2 svg {
    position: relative;
    top: 10px;
    width: 40px;
    height: 40px;
    margin-right: 4px; }
  .tit-2 .btn + .btn {
    margin-right: 5px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .tit-2 .btn-link:not(.btn-block) {
      display: inline;
      width: auto; } }
  .tit-2 .img-circle {
    width: 50px;
    height: 50px;
    margin: 0 3px;
    box-shadow: 0px 1px 2px #b7b7b7; }

.tit-3 {
  color: #999;
  font-size: 1.4285714286em;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 15px;
  margin: 10px 0; }
  .tit-3 small {
    color: #999; }

.tit-4 {
  font-size: 1.7142857143em; }

.tit-5 {
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2857142857em;
  color: #aab2bd; }

.text-inherit a {
  color: inherit; }
  .text-inherit a:hover {
    text-decoration: underline; }

.tit-line, .tit-line-small {
  font-size: 1.4285714286em;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  margin: 20px auto;
  white-space: nowrap; }
  .tit-line:before, .tit-line-small:before, .tit-line:after, .tit-line-small:after {
    border-top: 1px solid #999;
    content: '';
    flex: 0 1 48%; }
  .tit-line:before, .tit-line-small:before {
    margin-right: 2%; }
  .tit-line:after, .tit-line-small:after {
    margin-left: 2%; }
  .tit-line .fa, .tit-line-small .fa {
    margin-right: 3px; }

.tit-line-small {
  font-size: 1em; }

@keyframes FadeIn {
  from {
    opacity: 0;
    top: -20px; }
  to {
    opacity: 1;
    top: 0; } }
@keyframes Check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  65.3333% {
    opacity: 1;
    width: 60px;
    height: 0; } }
#servicios a, ul.categorias > li .list-group .list-group-item, .adicionales__opciones .well, #interna-empleos aside.box-buscador .panel, .anuncio, #dashboard.main-anuncios .estadisticas .well, .nav-sidebar li:after, .box-cuenta, .tips .fa-lightbulb-o, .sticky {
  transition: all .4s ease-in; }

#publicar-aviso article, .directorio article, .box-confirmacion, .box-seleccion, #interna-empleos .cv {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f7fa;
  border-radius: 3px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }

/* Copyright 2013-2015 etc Chris Tabor. See https://github.com/christabor/css-progress-wizard/blob/master/LICENSE for details. */
.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .no-flexbox .flexer, .no-flexbox .progress-indicator {
    display: table;
    width: 100%; }

.no-flexer, .progress-indicator.stacked {
  display: block; }

.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0; }

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }

.progress-indicator {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: 3em; }
  .progress-indicator > li {
    font-size: 1.2em;
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block; }
    .no-flexbox .progress-indicator > li {
      display: table-cell; }
    .progress-indicator > li:hover {
      color: #6f6f6f; }
  .progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 30px;
    height: 30px;
    background-color: #bbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 2px solid #888888; }
  .progress-indicator > li .bubble:before,
  .progress-indicator > li .bubble:after {
    display: block;
    position: absolute;
    top: 13px;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #bbb; }
  .progress-indicator > li .bubble:before {
    left: 0; }
  .progress-indicator > li .bubble:after {
    right: 0; }
  .progress-indicator > li:first-child .bubble:before,
  .progress-indicator > li:first-child .bubble:after {
    width: 50%;
    margin-left: 50%; }
  .progress-indicator > li:last-child .bubble:before,
  .progress-indicator > li:last-child .bubble:after {
    width: 50%;
    margin-right: 50%; }
  .progress-indicator > li.completed {
    color: #20b426; }
    .progress-indicator > li.completed .bubble {
      background-color: #20b426;
      color: #20b426;
      border-color: #09320b; }
      .progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after {
        background-color: #20b426;
        border-color: #09320b; }
  .progress-indicator > li.active {
    color: #4A89DC; }
    .progress-indicator > li.active .bubble {
      background-color: #4A89DC;
      color: #4A89DC;
      border-color: #174076; }
      .progress-indicator > li.active .bubble:before, .progress-indicator > li.active .bubble:after {
        background-color: #4A89DC;
        border-color: #174076; }
  .progress-indicator > li a:hover .bubble {
    background-color: #5671d0;
    color: #5671d0;
    border-color: #1f306e; }
    .progress-indicator > li a:hover .bubble:before, .progress-indicator > li a:hover .bubble:after {
      background-color: #5671d0;
      border-color: #1f306e; }
  .progress-indicator > li.danger .bubble {
    background-color: #d3140f;
    color: #d3140f;
    border-color: #440605; }
    .progress-indicator > li.danger .bubble:before, .progress-indicator > li.danger .bubble:after {
      background-color: #d3140f;
      border-color: #440605; }
  .progress-indicator > li.warning .bubble {
    background-color: #edb10a;
    color: #edb10a;
    border-color: #5a4304; }
    .progress-indicator > li.warning .bubble:before, .progress-indicator > li.warning .bubble:after {
      background-color: #edb10a;
      border-color: #5a4304; }
  .progress-indicator > li.info .bubble {
    background-color: #5b32d6;
    color: #5b32d6;
    border-color: #25135d; }
    .progress-indicator > li.info .bubble:before, .progress-indicator > li.info .bubble:after {
      background-color: #5b32d6;
      border-color: #25135d; }
  .progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block; }
  .progress-indicator.stacked > li .bubble:before,
  .progress-indicator.stacked > li .bubble:after {
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 100%; }
  .progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em; }
  .progress-indicator.stacked > li a {
    border: none; }
  .progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0; }
  .progress-indicator.stacked.nocenter > li .bubble:before,
  .progress-indicator.stacked.nocenter > li .bubble:after {
    left: 15px; }
  .progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 60px !important; }

@media handheld, screen and (max-width: 767px) {
  .progress-indicator {
    font-size: 60%; } }
.grid {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: -0.7em;
  margin-right: -0.7em;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
        /*
		@include breakpoint(0, 1280px) {
			margin-right: 0;
		}*/ }
  .no-flexbox .grid {
    letter-spacing: -0.31em; }
  .grid .opera:-o-prefocus, .no-flexbox .grid {
    word-spacing: -0.43em; }
  .grid__item {
    box-sizing: border-box;
    margin: 0;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0.7em;
    padding-right: 0.7em; }
    .no-flexbox .grid__item {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      word-spacing: normal;
      width: 100%; }

.grid__item[data-grid^='1/12'], .grid__item[data-grid*=' 1/12'] {
  flex-grow: 0;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }
  .no-flexbox .grid__item[data-grid^='1/12'],
  .no-flexbox .grid__item[data-grid*=' 1/12'] {
    width: 8.3333333333%; }

.grid__item[data-grid^='2/12'], .grid__item[data-grid*=' 2/12'] {
  flex-grow: 0;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }
  .no-flexbox .grid__item[data-grid^='2/12'],
  .no-flexbox .grid__item[data-grid*=' 2/12'] {
    width: 16.6666666667%; }

.grid__item[data-grid^='3/12'], .grid__item[data-grid*=' 3/12'] {
  flex-grow: 0;
  flex-basis: 25%;
  max-width: 25%; }
  .no-flexbox .grid__item[data-grid^='3/12'],
  .no-flexbox .grid__item[data-grid*=' 3/12'] {
    width: 25%; }

.grid__item[data-grid^='4/12'], .grid__item[data-grid*=' 4/12'] {
  flex-grow: 0;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }
  .no-flexbox .grid__item[data-grid^='4/12'],
  .no-flexbox .grid__item[data-grid*=' 4/12'] {
    width: 33.3333333333%; }

.grid__item[data-grid^='5/12'], .grid__item[data-grid*=' 5/12'] {
  flex-grow: 0;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }
  .no-flexbox .grid__item[data-grid^='5/12'],
  .no-flexbox .grid__item[data-grid*=' 5/12'] {
    width: 41.6666666667%; }

.grid__item[data-grid^='6/12'], .grid__item[data-grid*=' 6/12'] {
  flex-grow: 0;
  flex-basis: 50%;
  max-width: 50%; }
  .no-flexbox .grid__item[data-grid^='6/12'],
  .no-flexbox .grid__item[data-grid*=' 6/12'] {
    width: 50%; }

.grid__item[data-grid^='7/12'], .grid__item[data-grid*=' 7/12'] {
  flex-grow: 0;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }
  .no-flexbox .grid__item[data-grid^='7/12'],
  .no-flexbox .grid__item[data-grid*=' 7/12'] {
    width: 58.3333333333%; }

.grid__item[data-grid^='8/12'], .grid__item[data-grid*=' 8/12'] {
  flex-grow: 0;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }
  .no-flexbox .grid__item[data-grid^='8/12'],
  .no-flexbox .grid__item[data-grid*=' 8/12'] {
    width: 66.6666666667%; }

.grid__item[data-grid^='9/12'], .grid__item[data-grid*=' 9/12'] {
  flex-grow: 0;
  flex-basis: 75%;
  max-width: 75%; }
  .no-flexbox .grid__item[data-grid^='9/12'],
  .no-flexbox .grid__item[data-grid*=' 9/12'] {
    width: 75%; }

.grid__item[data-grid^='10/12'], .grid__item[data-grid*=' 10/12'] {
  flex-grow: 0;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }
  .no-flexbox .grid__item[data-grid^='10/12'],
  .no-flexbox .grid__item[data-grid*=' 10/12'] {
    width: 83.3333333333%; }

.grid__item[data-grid^='11/12'], .grid__item[data-grid*=' 11/12'] {
  flex-grow: 0;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }
  .no-flexbox .grid__item[data-grid^='11/12'],
  .no-flexbox .grid__item[data-grid*=' 11/12'] {
    width: 91.6666666667%; }

.grid__item[data-grid^='12/12'], .grid__item[data-grid*=' 12/12'] {
  flex-grow: 0;
  flex-basis: 100%;
  max-width: 100%; }
  .no-flexbox .grid__item[data-grid^='12/12'],
  .no-flexbox .grid__item[data-grid*=' 12/12'] {
    width: 100%; }

.grid[data-grid^='none'],
.grid[data-grid*=' none'] {
  margin: 0 0 0 0; }
  .grid[data-grid^='none'] > .grid__item,
  .grid[data-grid*=' none'] > .grid__item {
    padding: 0 0 0 0; }

.grid[data-grid^='narrow'],
.grid[data-grid*=' narrow'] {
  margin: 0 0 -0.5em -0.5em; }
  .grid[data-grid^='narrow'] > .grid__item,
  .grid[data-grid*=' narrow'] > .grid__item {
    padding: 0 0 0.5em 0.5em; }

.grid[data-grid^='normal'],
.grid[data-grid*=' normal'] {
  margin: 0 0 -1.25em -1.25em; }
  .grid[data-grid^='normal'] > .grid__item,
  .grid[data-grid*=' normal'] > .grid__item {
    padding: 0 0 1.25em 1.25em; }

.grid[data-grid^='wide'],
.grid[data-grid*=' wide'] {
  margin: 0 0 -2.5em -2.5em; }
  .grid[data-grid^='wide'] > .grid__item,
  .grid[data-grid*=' wide'] > .grid__item {
    padding: 0 0 2.5em 2.5em; }

.grid[data-grid^='v--none'],
.grid[data-grid*=' v--none'] {
  margin-bottom: 0; }
  .grid[data-grid^='v--none'] > .grid__item,
  .grid[data-grid*=' v--none'] > .grid__item {
    padding-bottom: 0; }

.grid[data-grid^='v--narrow'],
.grid[data-grid*=' v--narrow'] {
  margin-bottom: -0.5em; }
  .grid[data-grid^='v--narrow'] > .grid__item,
  .grid[data-grid*=' v--narrow'] > .grid__item {
    padding-bottom: 0.5em; }

.grid[data-grid^='v--normal'],
.grid[data-grid*=' v--normal'] {
  margin-bottom: -1.25em; }
  .grid[data-grid^='v--normal'] > .grid__item,
  .grid[data-grid*=' v--normal'] > .grid__item {
    padding-bottom: 1.25em; }

.grid[data-grid^='v--wide'],
.grid[data-grid*=' v--wide'] {
  margin-bottom: -2.5em; }
  .grid[data-grid^='v--wide'] > .grid__item,
  .grid[data-grid*=' v--wide'] > .grid__item {
    padding-bottom: 2.5em; }

.grid[data-grid^='left'], .grid[data-grid*=' left'] {
  justify-content: flex-start; }
  .grid[data-grid^='left'] > .grid__item,
  .grid[data-grid*=' left'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='left'],
  .no-flexbox .grid[data-grid*=' left'] {
    text-align: left; }
    .no-flexbox .grid[data-grid^='left'] > .grid__item,
    .no-flexbox .grid[data-grid*=' left'] > .grid__item {
      display: inline-block;
      text-align: left; }

.grid[data-grid^='center'], .grid[data-grid*=' center'] {
  justify-content: center; }
  .grid[data-grid^='center'] > .grid__item,
  .grid[data-grid*=' center'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='center'],
  .no-flexbox .grid[data-grid*=' center'] {
    text-align: center; }
    .no-flexbox .grid[data-grid^='center'] > .grid__item,
    .no-flexbox .grid[data-grid*=' center'] > .grid__item {
      display: inline-block;
      text-align: left; }

.grid[data-grid^='right'], .grid[data-grid*=' right'] {
  justify-content: flex-end; }
  .grid[data-grid^='right'] > .grid__item,
  .grid[data-grid*=' right'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='right'],
  .no-flexbox .grid[data-grid*=' right'] {
    text-align: right; }
    .no-flexbox .grid[data-grid^='right'] > .grid__item,
    .no-flexbox .grid[data-grid*=' right'] > .grid__item {
      display: inline-block;
      text-align: left; }

.grid[data-grid^='top'], .grid[data-grid*=' top'] {
  align-items: flex-start; }
  .grid[data-grid^='top'] > .grid__item,
  .grid[data-grid*=' top'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='top'] > .grid__item,
  .no-flexbox .grid[data-grid*=' top'] > .grid__item {
    display: inline-block;
    vertical-align: top; }

.grid[data-grid^='middle'], .grid[data-grid*=' middle'] {
  align-items: center; }
  .grid[data-grid^='middle'] > .grid__item,
  .grid[data-grid*=' middle'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='middle'] > .grid__item,
  .no-flexbox .grid[data-grid*=' middle'] > .grid__item {
    display: inline-block;
    vertical-align: middle; }

.grid[data-grid^='bottom'], .grid[data-grid*='bottom'] {
  align-items: flex-end; }
  .grid[data-grid^='bottom'] > .grid__item,
  .grid[data-grid*='bottom'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='bottom'] > .grid__item,
  .no-flexbox .grid[data-grid*='bottom'] > .grid__item {
    display: inline-block;
    vertical-align: bottom; }

.grid[data-grid^='forwards'], .grid[data-grid*=' forwards'] {
  flex-direction: row;
  flex-wrap: wrap; }
  .grid[data-grid^='forwards'] > .grid__item,
  .grid[data-grid*=' forwards'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='forwards'],
  .no-flexbox .grid[data-grid*=' forwards'] {
    direction: ltr; }
    .no-flexbox .grid[data-grid^='forwards'] > .grid__item,
    .no-flexbox .grid[data-grid*=' forwards'] > .grid__item {
      display: inline-block; }

.grid[data-grid^='backwards'], .grid[data-grid*=' backwards'] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse; }
  .grid[data-grid^='backwards'] > .grid__item,
  .grid[data-grid*=' backwards'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='backwards'],
  .no-flexbox .grid[data-grid*=' backwards'] {
    direction: rtl; }
    .no-flexbox .grid[data-grid^='backwards'] > .grid__item,
    .no-flexbox .grid[data-grid*=' backwards'] > .grid__item {
      display: inline-block;
      direction: ltr; }

.grid[data-grid^='between'], .grid[data-grid*=' between'] {
  justify-content: space-between; }
  .grid[data-grid^='between'] > .grid__item,
  .grid[data-grid*=' between'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='between'],
  .no-flexbox .grid[data-grid*=' between'] {
    text-align: center; }
    .no-flexbox .grid[data-grid^='between'] > .grid__item,
    .no-flexbox .grid[data-grid*=' between'] > .grid__item {
      display: inline-block;
      text-align: left; }

.grid[data-grid^='around'], .grid[data-grid*=' around'] {
  justify-content: space-around; }
  .grid[data-grid^='around'] > .grid__item,
  .grid[data-grid*=' around'] > .grid__item {
    display: block; }
  .no-flexbox .grid[data-grid^='around'],
  .no-flexbox .grid[data-grid*=' around'] {
    text-align: center; }
    .no-flexbox .grid[data-grid^='around'] > .grid__item,
    .no-flexbox .grid[data-grid*=' around'] > .grid__item {
      display: inline-block;
      text-align: left; }

.grid[data-grid^='equal'], .grid[data-grid*=' equal'] {
  align-items: stretch; }
  .grid[data-grid^='equal'] > .grid__item,
  .grid[data-grid*=' equal'] > .grid__item {
    display: flex; }
  .no-flexbox .grid[data-grid^='equal'] > .grid__item,
  .no-flexbox .grid[data-grid*=' equal'] > .grid__item {
    display: inline-block; }

.grid__item[data-grid^='first'],
.grid__item[data-grid*=' first'] {
  order: -1; }

.grid__item[data-grid^='last'],
.grid__item[data-grid*=' last'] {
  order: 1; }

.grid__item[data-grid^='reset-order'],
.grid__item[data-grid*=' reset-order'] {
  order: 0; }

.grid__item[data-grid^='push--1/12'],
.grid__item[data-grid*=' push--1/12'] {
  margin-left: 8.3333333333%; }

.grid__item[data-grid^='push--2/12'],
.grid__item[data-grid*=' push--2/12'] {
  margin-left: 16.6666666667%; }

.grid__item[data-grid^='push--3/12'],
.grid__item[data-grid*=' push--3/12'] {
  margin-left: 25%; }

.grid__item[data-grid^='push--4/12'],
.grid__item[data-grid*=' push--4/12'] {
  margin-left: 33.3333333333%; }

.grid__item[data-grid^='push--5/12'],
.grid__item[data-grid*=' push--5/12'] {
  margin-left: 41.6666666667%; }

.grid__item[data-grid^='push--6/12'],
.grid__item[data-grid*=' push--6/12'] {
  margin-left: 50%; }

.grid__item[data-grid^='push--7/12'],
.grid__item[data-grid*=' push--7/12'] {
  margin-left: 58.3333333333%; }

.grid__item[data-grid^='push--8/12'],
.grid__item[data-grid*=' push--8/12'] {
  margin-left: 66.6666666667%; }

.grid__item[data-grid^='push--9/12'],
.grid__item[data-grid*=' push--9/12'] {
  margin-left: 75%; }

.grid__item[data-grid^='push--10/12'],
.grid__item[data-grid*=' push--10/12'] {
  margin-left: 83.3333333333%; }

.grid__item[data-grid^='push--11/12'],
.grid__item[data-grid*=' push--11/12'] {
  margin-left: 91.6666666667%; }

.grid__item[data-grid^='push--12/12'],
.grid__item[data-grid*=' push--12/12'] {
  margin-left: 100%; }

.grid__item[data-grid^='push--none'],
.grid__item[data-grid*=' push--none'] {
  margin-left: 0; }

.grid__item[data-grid^='pull--1/12'],
.grid__item[data-grid*=' pull--1/12'] {
  margin-left: -8.3333333333%; }

.grid__item[data-grid^='pull--2/12'],
.grid__item[data-grid*=' pull--2/12'] {
  margin-left: -16.6666666667%; }

.grid__item[data-grid^='pull--3/12'],
.grid__item[data-grid*=' pull--3/12'] {
  margin-left: -25%; }

.grid__item[data-grid^='pull--4/12'],
.grid__item[data-grid*=' pull--4/12'] {
  margin-left: -33.3333333333%; }

.grid__item[data-grid^='pull--5/12'],
.grid__item[data-grid*=' pull--5/12'] {
  margin-left: -41.6666666667%; }

.grid__item[data-grid^='pull--6/12'],
.grid__item[data-grid*=' pull--6/12'] {
  margin-left: -50%; }

.grid__item[data-grid^='pull--7/12'],
.grid__item[data-grid*=' pull--7/12'] {
  margin-left: -58.3333333333%; }

.grid__item[data-grid^='pull--8/12'],
.grid__item[data-grid*=' pull--8/12'] {
  margin-left: -66.6666666667%; }

.grid__item[data-grid^='pull--9/12'],
.grid__item[data-grid*=' pull--9/12'] {
  margin-left: -75%; }

.grid__item[data-grid^='pull--10/12'],
.grid__item[data-grid*=' pull--10/12'] {
  margin-left: -83.3333333333%; }

.grid__item[data-grid^='pull--11/12'],
.grid__item[data-grid*=' pull--11/12'] {
  margin-left: -91.6666666667%; }

.grid__item[data-grid^='pull--12/12'],
.grid__item[data-grid*=' pull--12/12'] {
  margin-left: -100%; }

.grid__item[data-grid^='pull--none'],
.grid__item[data-grid*=' pull--none'] {
  margin-left: 0; }

.grid__item[data-grid^='auto'], .grid__item[data-grid*=' auto'] {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }
  .no-flexbox .grid__item[data-grid^='auto'],
  .no-flexbox .grid__item[data-grid*=' auto'] {
    width: auto; }

[data-grid^='fill'],
[data-grid*=' fill'] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0; }
  [data-grid^='fill'] > img,
  [data-grid*=' fill'] > img {
    flex-shrink: 0; }

@media only screen and (min-width: 400px) {
  .grid__item[data-grid--small^='1/12'], .grid__item[data-grid--small*=' 1/12'] {
    flex-grow: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
    .no-flexbox .grid__item[data-grid--small^='1/12'],
    .no-flexbox .grid__item[data-grid--small*=' 1/12'] {
      width: 8.3333333333%; }

  .grid__item[data-grid--small^='2/12'], .grid__item[data-grid--small*=' 2/12'] {
    flex-grow: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
    .no-flexbox .grid__item[data-grid--small^='2/12'],
    .no-flexbox .grid__item[data-grid--small*=' 2/12'] {
      width: 16.6666666667%; }

  .grid__item[data-grid--small^='3/12'], .grid__item[data-grid--small*=' 3/12'] {
    flex-grow: 0;
    flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .grid__item[data-grid--small^='3/12'],
    .no-flexbox .grid__item[data-grid--small*=' 3/12'] {
      width: 25%; }

  .grid__item[data-grid--small^='4/12'], .grid__item[data-grid--small*=' 4/12'] {
    flex-grow: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
    .no-flexbox .grid__item[data-grid--small^='4/12'],
    .no-flexbox .grid__item[data-grid--small*=' 4/12'] {
      width: 33.3333333333%; }

  .grid__item[data-grid--small^='5/12'], .grid__item[data-grid--small*=' 5/12'] {
    flex-grow: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
    .no-flexbox .grid__item[data-grid--small^='5/12'],
    .no-flexbox .grid__item[data-grid--small*=' 5/12'] {
      width: 41.6666666667%; }

  .grid__item[data-grid--small^='6/12'], .grid__item[data-grid--small*=' 6/12'] {
    flex-grow: 0;
    flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .grid__item[data-grid--small^='6/12'],
    .no-flexbox .grid__item[data-grid--small*=' 6/12'] {
      width: 50%; }

  .grid__item[data-grid--small^='7/12'], .grid__item[data-grid--small*=' 7/12'] {
    flex-grow: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
    .no-flexbox .grid__item[data-grid--small^='7/12'],
    .no-flexbox .grid__item[data-grid--small*=' 7/12'] {
      width: 58.3333333333%; }

  .grid__item[data-grid--small^='8/12'], .grid__item[data-grid--small*=' 8/12'] {
    flex-grow: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
    .no-flexbox .grid__item[data-grid--small^='8/12'],
    .no-flexbox .grid__item[data-grid--small*=' 8/12'] {
      width: 66.6666666667%; }

  .grid__item[data-grid--small^='9/12'], .grid__item[data-grid--small*=' 9/12'] {
    flex-grow: 0;
    flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .grid__item[data-grid--small^='9/12'],
    .no-flexbox .grid__item[data-grid--small*=' 9/12'] {
      width: 75%; }

  .grid__item[data-grid--small^='10/12'], .grid__item[data-grid--small*=' 10/12'] {
    flex-grow: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
    .no-flexbox .grid__item[data-grid--small^='10/12'],
    .no-flexbox .grid__item[data-grid--small*=' 10/12'] {
      width: 83.3333333333%; }

  .grid__item[data-grid--small^='11/12'], .grid__item[data-grid--small*=' 11/12'] {
    flex-grow: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
    .no-flexbox .grid__item[data-grid--small^='11/12'],
    .no-flexbox .grid__item[data-grid--small*=' 11/12'] {
      width: 91.6666666667%; }

  .grid__item[data-grid--small^='12/12'], .grid__item[data-grid--small*=' 12/12'] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--small^='12/12'],
    .no-flexbox .grid__item[data-grid--small*=' 12/12'] {
      width: 100%; }

  .grid[data-grid--small^='none'],
  .grid[data-grid--small*=' none'] {
    margin: 0 0 0 0; }
    .grid[data-grid--small^='none'] > .grid__item,
    .grid[data-grid--small*=' none'] > .grid__item {
      padding: 0 0 0 0; }

  .grid[data-grid--small^='narrow'],
  .grid[data-grid--small*=' narrow'] {
    margin: 0 0 -0.5em -0.5em; }
    .grid[data-grid--small^='narrow'] > .grid__item,
    .grid[data-grid--small*=' narrow'] > .grid__item {
      padding: 0 0 0.5em 0.5em; }

  .grid[data-grid--small^='normal'],
  .grid[data-grid--small*=' normal'] {
    margin: 0 0 -1.25em -1.25em; }
    .grid[data-grid--small^='normal'] > .grid__item,
    .grid[data-grid--small*=' normal'] > .grid__item {
      padding: 0 0 1.25em 1.25em; }

  .grid[data-grid--small^='wide'],
  .grid[data-grid--small*=' wide'] {
    margin: 0 0 -2.5em -2.5em; }
    .grid[data-grid--small^='wide'] > .grid__item,
    .grid[data-grid--small*=' wide'] > .grid__item {
      padding: 0 0 2.5em 2.5em; }

  .grid[data-grid--small^='v--none'],
  .grid[data-grid--small*=' v--none'] {
    margin-bottom: 0; }
    .grid[data-grid--small^='v--none'] > .grid__item,
    .grid[data-grid--small*=' v--none'] > .grid__item {
      padding-bottom: 0; }

  .grid[data-grid--small^='v--narrow'],
  .grid[data-grid--small*=' v--narrow'] {
    margin-bottom: -0.5em; }
    .grid[data-grid--small^='v--narrow'] > .grid__item,
    .grid[data-grid--small*=' v--narrow'] > .grid__item {
      padding-bottom: 0.5em; }

  .grid[data-grid--small^='v--normal'],
  .grid[data-grid--small*=' v--normal'] {
    margin-bottom: -1.25em; }
    .grid[data-grid--small^='v--normal'] > .grid__item,
    .grid[data-grid--small*=' v--normal'] > .grid__item {
      padding-bottom: 1.25em; }

  .grid[data-grid--small^='v--wide'],
  .grid[data-grid--small*=' v--wide'] {
    margin-bottom: -2.5em; }
    .grid[data-grid--small^='v--wide'] > .grid__item,
    .grid[data-grid--small*=' v--wide'] > .grid__item {
      padding-bottom: 2.5em; }

  .grid[data-grid--small^='left'], .grid[data-grid--small*=' left'] {
    justify-content: flex-start; }
    .grid[data-grid--small^='left'] > .grid__item,
    .grid[data-grid--small*=' left'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='left'],
    .no-flexbox .grid[data-grid--small*=' left'] {
      text-align: left; }
      .no-flexbox .grid[data-grid--small^='left'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' left'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--small^='center'], .grid[data-grid--small*=' center'] {
    justify-content: center; }
    .grid[data-grid--small^='center'] > .grid__item,
    .grid[data-grid--small*=' center'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='center'],
    .no-flexbox .grid[data-grid--small*=' center'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--small^='center'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' center'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--small^='right'], .grid[data-grid--small*=' right'] {
    justify-content: flex-end; }
    .grid[data-grid--small^='right'] > .grid__item,
    .grid[data-grid--small*=' right'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='right'],
    .no-flexbox .grid[data-grid--small*=' right'] {
      text-align: right; }
      .no-flexbox .grid[data-grid--small^='right'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' right'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--small^='top'], .grid[data-grid--small*=' top'] {
    align-items: flex-start; }
    .grid[data-grid--small^='top'] > .grid__item,
    .grid[data-grid--small*=' top'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='top'] > .grid__item,
    .no-flexbox .grid[data-grid--small*=' top'] > .grid__item {
      display: inline-block;
      vertical-align: top; }

  .grid[data-grid--small^='middle'], .grid[data-grid--small*=' middle'] {
    align-items: center; }
    .grid[data-grid--small^='middle'] > .grid__item,
    .grid[data-grid--small*=' middle'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='middle'] > .grid__item,
    .no-flexbox .grid[data-grid--small*=' middle'] > .grid__item {
      display: inline-block;
      vertical-align: middle; }

  .grid[data-grid--small^='bottom'], .grid[data-grid--small*='bottom'] {
    align-items: flex-end; }
    .grid[data-grid--small^='bottom'] > .grid__item,
    .grid[data-grid--small*='bottom'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='bottom'] > .grid__item,
    .no-flexbox .grid[data-grid--small*='bottom'] > .grid__item {
      display: inline-block;
      vertical-align: bottom; }

  .grid[data-grid--small^='forwards'], .grid[data-grid--small*=' forwards'] {
    flex-direction: row;
    flex-wrap: wrap; }
    .grid[data-grid--small^='forwards'] > .grid__item,
    .grid[data-grid--small*=' forwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='forwards'],
    .no-flexbox .grid[data-grid--small*=' forwards'] {
      direction: ltr; }
      .no-flexbox .grid[data-grid--small^='forwards'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' forwards'] > .grid__item {
        display: inline-block; }

  .grid[data-grid--small^='backwards'], .grid[data-grid--small*=' backwards'] {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; }
    .grid[data-grid--small^='backwards'] > .grid__item,
    .grid[data-grid--small*=' backwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='backwards'],
    .no-flexbox .grid[data-grid--small*=' backwards'] {
      direction: rtl; }
      .no-flexbox .grid[data-grid--small^='backwards'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' backwards'] > .grid__item {
        display: inline-block;
        direction: ltr; }

  .grid[data-grid--small^='between'], .grid[data-grid--small*=' between'] {
    justify-content: space-between; }
    .grid[data-grid--small^='between'] > .grid__item,
    .grid[data-grid--small*=' between'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='between'],
    .no-flexbox .grid[data-grid--small*=' between'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--small^='between'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' between'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--small^='around'], .grid[data-grid--small*=' around'] {
    justify-content: space-around; }
    .grid[data-grid--small^='around'] > .grid__item,
    .grid[data-grid--small*=' around'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--small^='around'],
    .no-flexbox .grid[data-grid--small*=' around'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--small^='around'] > .grid__item,
      .no-flexbox .grid[data-grid--small*=' around'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--small^='equal'], .grid[data-grid--small*=' equal'] {
    align-items: stretch; }
    .grid[data-grid--small^='equal'] > .grid__item,
    .grid[data-grid--small*=' equal'] > .grid__item {
      display: flex; }
    .no-flexbox .grid[data-grid--small^='equal'] > .grid__item,
    .no-flexbox .grid[data-grid--small*=' equal'] > .grid__item {
      display: inline-block; }

  .grid__item[data-grid--small^='first'],
  .grid__item[data-grid--small*=' first'] {
    order: -1; }

  .grid__item[data-grid--small^='last'],
  .grid__item[data-grid--small*=' last'] {
    order: 1; }

  .grid__item[data-grid--small^='reset-order'],
  .grid__item[data-grid--small*=' reset-order'] {
    order: 0; }

  .grid__item[data-grid--small^='push--1/12'],
  .grid__item[data-grid--small*=' push--1/12'] {
    margin-left: 8.3333333333%; }

  .grid__item[data-grid--small^='push--2/12'],
  .grid__item[data-grid--small*=' push--2/12'] {
    margin-left: 16.6666666667%; }

  .grid__item[data-grid--small^='push--3/12'],
  .grid__item[data-grid--small*=' push--3/12'] {
    margin-left: 25%; }

  .grid__item[data-grid--small^='push--4/12'],
  .grid__item[data-grid--small*=' push--4/12'] {
    margin-left: 33.3333333333%; }

  .grid__item[data-grid--small^='push--5/12'],
  .grid__item[data-grid--small*=' push--5/12'] {
    margin-left: 41.6666666667%; }

  .grid__item[data-grid--small^='push--6/12'],
  .grid__item[data-grid--small*=' push--6/12'] {
    margin-left: 50%; }

  .grid__item[data-grid--small^='push--7/12'],
  .grid__item[data-grid--small*=' push--7/12'] {
    margin-left: 58.3333333333%; }

  .grid__item[data-grid--small^='push--8/12'],
  .grid__item[data-grid--small*=' push--8/12'] {
    margin-left: 66.6666666667%; }

  .grid__item[data-grid--small^='push--9/12'],
  .grid__item[data-grid--small*=' push--9/12'] {
    margin-left: 75%; }

  .grid__item[data-grid--small^='push--10/12'],
  .grid__item[data-grid--small*=' push--10/12'] {
    margin-left: 83.3333333333%; }

  .grid__item[data-grid--small^='push--11/12'],
  .grid__item[data-grid--small*=' push--11/12'] {
    margin-left: 91.6666666667%; }

  .grid__item[data-grid--small^='push--12/12'],
  .grid__item[data-grid--small*=' push--12/12'] {
    margin-left: 100%; }

  .grid__item[data-grid--small^='push--none'],
  .grid__item[data-grid--small*=' push--none'] {
    margin-left: 0; }

  .grid__item[data-grid--small^='pull--1/12'],
  .grid__item[data-grid--small*=' pull--1/12'] {
    margin-left: -8.3333333333%; }

  .grid__item[data-grid--small^='pull--2/12'],
  .grid__item[data-grid--small*=' pull--2/12'] {
    margin-left: -16.6666666667%; }

  .grid__item[data-grid--small^='pull--3/12'],
  .grid__item[data-grid--small*=' pull--3/12'] {
    margin-left: -25%; }

  .grid__item[data-grid--small^='pull--4/12'],
  .grid__item[data-grid--small*=' pull--4/12'] {
    margin-left: -33.3333333333%; }

  .grid__item[data-grid--small^='pull--5/12'],
  .grid__item[data-grid--small*=' pull--5/12'] {
    margin-left: -41.6666666667%; }

  .grid__item[data-grid--small^='pull--6/12'],
  .grid__item[data-grid--small*=' pull--6/12'] {
    margin-left: -50%; }

  .grid__item[data-grid--small^='pull--7/12'],
  .grid__item[data-grid--small*=' pull--7/12'] {
    margin-left: -58.3333333333%; }

  .grid__item[data-grid--small^='pull--8/12'],
  .grid__item[data-grid--small*=' pull--8/12'] {
    margin-left: -66.6666666667%; }

  .grid__item[data-grid--small^='pull--9/12'],
  .grid__item[data-grid--small*=' pull--9/12'] {
    margin-left: -75%; }

  .grid__item[data-grid--small^='pull--10/12'],
  .grid__item[data-grid--small*=' pull--10/12'] {
    margin-left: -83.3333333333%; }

  .grid__item[data-grid--small^='pull--11/12'],
  .grid__item[data-grid--small*=' pull--11/12'] {
    margin-left: -91.6666666667%; }

  .grid__item[data-grid--small^='pull--12/12'],
  .grid__item[data-grid--small*=' pull--12/12'] {
    margin-left: -100%; }

  .grid__item[data-grid--small^='pull--none'],
  .grid__item[data-grid--small*=' pull--none'] {
    margin-left: 0; }

  .grid__item[data-grid--small^='auto'], .grid__item[data-grid--small*=' auto'] {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--small^='auto'],
    .no-flexbox .grid__item[data-grid--small*=' auto'] {
      width: auto; }

  [data-grid--small^='fill'],
  [data-grid--small*=' fill'] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0; }
    [data-grid--small^='fill'] > img,
    [data-grid--small*=' fill'] > img {
      flex-shrink: 0; } }
@media only screen and (min-width: 700px) {
  .grid__item[data-grid--medium^='1/12'], .grid__item[data-grid--medium*=' 1/12'] {
    flex-grow: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
    .no-flexbox .grid__item[data-grid--medium^='1/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 1/12'] {
      width: 8.3333333333%; }

  .grid__item[data-grid--medium^='2/12'], .grid__item[data-grid--medium*=' 2/12'] {
    flex-grow: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
    .no-flexbox .grid__item[data-grid--medium^='2/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 2/12'] {
      width: 16.6666666667%; }

  .grid__item[data-grid--medium^='3/12'], .grid__item[data-grid--medium*=' 3/12'] {
    flex-grow: 0;
    flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .grid__item[data-grid--medium^='3/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 3/12'] {
      width: 25%; }

  .grid__item[data-grid--medium^='4/12'], .grid__item[data-grid--medium*=' 4/12'] {
    flex-grow: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
    .no-flexbox .grid__item[data-grid--medium^='4/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 4/12'] {
      width: 33.3333333333%; }

  .grid__item[data-grid--medium^='5/12'], .grid__item[data-grid--medium*=' 5/12'] {
    flex-grow: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
    .no-flexbox .grid__item[data-grid--medium^='5/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 5/12'] {
      width: 41.6666666667%; }

  .grid__item[data-grid--medium^='6/12'], .grid__item[data-grid--medium*=' 6/12'] {
    flex-grow: 0;
    flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .grid__item[data-grid--medium^='6/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 6/12'] {
      width: 50%; }

  .grid__item[data-grid--medium^='7/12'], .grid__item[data-grid--medium*=' 7/12'] {
    flex-grow: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
    .no-flexbox .grid__item[data-grid--medium^='7/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 7/12'] {
      width: 58.3333333333%; }

  .grid__item[data-grid--medium^='8/12'], .grid__item[data-grid--medium*=' 8/12'] {
    flex-grow: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
    .no-flexbox .grid__item[data-grid--medium^='8/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 8/12'] {
      width: 66.6666666667%; }

  .grid__item[data-grid--medium^='9/12'], .grid__item[data-grid--medium*=' 9/12'] {
    flex-grow: 0;
    flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .grid__item[data-grid--medium^='9/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 9/12'] {
      width: 75%; }

  .grid__item[data-grid--medium^='10/12'], .grid__item[data-grid--medium*=' 10/12'] {
    flex-grow: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
    .no-flexbox .grid__item[data-grid--medium^='10/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 10/12'] {
      width: 83.3333333333%; }

  .grid__item[data-grid--medium^='11/12'], .grid__item[data-grid--medium*=' 11/12'] {
    flex-grow: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
    .no-flexbox .grid__item[data-grid--medium^='11/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 11/12'] {
      width: 91.6666666667%; }

  .grid__item[data-grid--medium^='12/12'], .grid__item[data-grid--medium*=' 12/12'] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--medium^='12/12'],
    .no-flexbox .grid__item[data-grid--medium*=' 12/12'] {
      width: 100%; }

  .grid[data-grid--medium^='none'],
  .grid[data-grid--medium*=' none'] {
    margin: 0 0 0 0; }
    .grid[data-grid--medium^='none'] > .grid__item,
    .grid[data-grid--medium*=' none'] > .grid__item {
      padding: 0 0 0 0; }

  .grid[data-grid--medium^='narrow'],
  .grid[data-grid--medium*=' narrow'] {
    margin: 0 0 -0.5em -0.5em; }
    .grid[data-grid--medium^='narrow'] > .grid__item,
    .grid[data-grid--medium*=' narrow'] > .grid__item {
      padding: 0 0 0.5em 0.5em; }

  .grid[data-grid--medium^='normal'],
  .grid[data-grid--medium*=' normal'] {
    margin: 0 0 -1.25em -1.25em; }
    .grid[data-grid--medium^='normal'] > .grid__item,
    .grid[data-grid--medium*=' normal'] > .grid__item {
      padding: 0 0 1.25em 1.25em; }

  .grid[data-grid--medium^='wide'],
  .grid[data-grid--medium*=' wide'] {
    margin: 0 0 -2.5em -2.5em; }
    .grid[data-grid--medium^='wide'] > .grid__item,
    .grid[data-grid--medium*=' wide'] > .grid__item {
      padding: 0 0 2.5em 2.5em; }

  .grid[data-grid--medium^='v--none'],
  .grid[data-grid--medium*=' v--none'] {
    margin-bottom: 0; }
    .grid[data-grid--medium^='v--none'] > .grid__item,
    .grid[data-grid--medium*=' v--none'] > .grid__item {
      padding-bottom: 0; }

  .grid[data-grid--medium^='v--narrow'],
  .grid[data-grid--medium*=' v--narrow'] {
    margin-bottom: -0.5em; }
    .grid[data-grid--medium^='v--narrow'] > .grid__item,
    .grid[data-grid--medium*=' v--narrow'] > .grid__item {
      padding-bottom: 0.5em; }

  .grid[data-grid--medium^='v--normal'],
  .grid[data-grid--medium*=' v--normal'] {
    margin-bottom: -1.25em; }
    .grid[data-grid--medium^='v--normal'] > .grid__item,
    .grid[data-grid--medium*=' v--normal'] > .grid__item {
      padding-bottom: 1.25em; }

  .grid[data-grid--medium^='v--wide'],
  .grid[data-grid--medium*=' v--wide'] {
    margin-bottom: -2.5em; }
    .grid[data-grid--medium^='v--wide'] > .grid__item,
    .grid[data-grid--medium*=' v--wide'] > .grid__item {
      padding-bottom: 2.5em; }

  .grid[data-grid--medium^='left'], .grid[data-grid--medium*=' left'] {
    justify-content: flex-start; }
    .grid[data-grid--medium^='left'] > .grid__item,
    .grid[data-grid--medium*=' left'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='left'],
    .no-flexbox .grid[data-grid--medium*=' left'] {
      text-align: left; }
      .no-flexbox .grid[data-grid--medium^='left'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' left'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--medium^='center'], .grid[data-grid--medium*=' center'] {
    justify-content: center; }
    .grid[data-grid--medium^='center'] > .grid__item,
    .grid[data-grid--medium*=' center'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='center'],
    .no-flexbox .grid[data-grid--medium*=' center'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--medium^='center'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' center'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--medium^='right'], .grid[data-grid--medium*=' right'] {
    justify-content: flex-end; }
    .grid[data-grid--medium^='right'] > .grid__item,
    .grid[data-grid--medium*=' right'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='right'],
    .no-flexbox .grid[data-grid--medium*=' right'] {
      text-align: right; }
      .no-flexbox .grid[data-grid--medium^='right'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' right'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--medium^='top'], .grid[data-grid--medium*=' top'] {
    align-items: flex-start; }
    .grid[data-grid--medium^='top'] > .grid__item,
    .grid[data-grid--medium*=' top'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='top'] > .grid__item,
    .no-flexbox .grid[data-grid--medium*=' top'] > .grid__item {
      display: inline-block;
      vertical-align: top; }

  .grid[data-grid--medium^='middle'], .grid[data-grid--medium*=' middle'] {
    align-items: center; }
    .grid[data-grid--medium^='middle'] > .grid__item,
    .grid[data-grid--medium*=' middle'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='middle'] > .grid__item,
    .no-flexbox .grid[data-grid--medium*=' middle'] > .grid__item {
      display: inline-block;
      vertical-align: middle; }

  .grid[data-grid--medium^='bottom'], .grid[data-grid--medium*='bottom'] {
    align-items: flex-end; }
    .grid[data-grid--medium^='bottom'] > .grid__item,
    .grid[data-grid--medium*='bottom'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='bottom'] > .grid__item,
    .no-flexbox .grid[data-grid--medium*='bottom'] > .grid__item {
      display: inline-block;
      vertical-align: bottom; }

  .grid[data-grid--medium^='forwards'], .grid[data-grid--medium*=' forwards'] {
    flex-direction: row;
    flex-wrap: wrap; }
    .grid[data-grid--medium^='forwards'] > .grid__item,
    .grid[data-grid--medium*=' forwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='forwards'],
    .no-flexbox .grid[data-grid--medium*=' forwards'] {
      direction: ltr; }
      .no-flexbox .grid[data-grid--medium^='forwards'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' forwards'] > .grid__item {
        display: inline-block; }

  .grid[data-grid--medium^='backwards'], .grid[data-grid--medium*=' backwards'] {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; }
    .grid[data-grid--medium^='backwards'] > .grid__item,
    .grid[data-grid--medium*=' backwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='backwards'],
    .no-flexbox .grid[data-grid--medium*=' backwards'] {
      direction: rtl; }
      .no-flexbox .grid[data-grid--medium^='backwards'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' backwards'] > .grid__item {
        display: inline-block;
        direction: ltr; }

  .grid[data-grid--medium^='between'], .grid[data-grid--medium*=' between'] {
    justify-content: space-between; }
    .grid[data-grid--medium^='between'] > .grid__item,
    .grid[data-grid--medium*=' between'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='between'],
    .no-flexbox .grid[data-grid--medium*=' between'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--medium^='between'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' between'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--medium^='around'], .grid[data-grid--medium*=' around'] {
    justify-content: space-around; }
    .grid[data-grid--medium^='around'] > .grid__item,
    .grid[data-grid--medium*=' around'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--medium^='around'],
    .no-flexbox .grid[data-grid--medium*=' around'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--medium^='around'] > .grid__item,
      .no-flexbox .grid[data-grid--medium*=' around'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--medium^='equal'], .grid[data-grid--medium*=' equal'] {
    align-items: stretch; }
    .grid[data-grid--medium^='equal'] > .grid__item,
    .grid[data-grid--medium*=' equal'] > .grid__item {
      display: flex; }
    .no-flexbox .grid[data-grid--medium^='equal'] > .grid__item,
    .no-flexbox .grid[data-grid--medium*=' equal'] > .grid__item {
      display: inline-block; }

  .grid__item[data-grid--medium^='first'],
  .grid__item[data-grid--medium*=' first'] {
    order: -1; }

  .grid__item[data-grid--medium^='last'],
  .grid__item[data-grid--medium*=' last'] {
    order: 1; }

  .grid__item[data-grid--medium^='reset-order'],
  .grid__item[data-grid--medium*=' reset-order'] {
    order: 0; }

  .grid__item[data-grid--medium^='push--1/12'],
  .grid__item[data-grid--medium*=' push--1/12'] {
    margin-left: 8.3333333333%; }

  .grid__item[data-grid--medium^='push--2/12'],
  .grid__item[data-grid--medium*=' push--2/12'] {
    margin-left: 16.6666666667%; }

  .grid__item[data-grid--medium^='push--3/12'],
  .grid__item[data-grid--medium*=' push--3/12'] {
    margin-left: 25%; }

  .grid__item[data-grid--medium^='push--4/12'],
  .grid__item[data-grid--medium*=' push--4/12'] {
    margin-left: 33.3333333333%; }

  .grid__item[data-grid--medium^='push--5/12'],
  .grid__item[data-grid--medium*=' push--5/12'] {
    margin-left: 41.6666666667%; }

  .grid__item[data-grid--medium^='push--6/12'],
  .grid__item[data-grid--medium*=' push--6/12'] {
    margin-left: 50%; }

  .grid__item[data-grid--medium^='push--7/12'],
  .grid__item[data-grid--medium*=' push--7/12'] {
    margin-left: 58.3333333333%; }

  .grid__item[data-grid--medium^='push--8/12'],
  .grid__item[data-grid--medium*=' push--8/12'] {
    margin-left: 66.6666666667%; }

  .grid__item[data-grid--medium^='push--9/12'],
  .grid__item[data-grid--medium*=' push--9/12'] {
    margin-left: 75%; }

  .grid__item[data-grid--medium^='push--10/12'],
  .grid__item[data-grid--medium*=' push--10/12'] {
    margin-left: 83.3333333333%; }

  .grid__item[data-grid--medium^='push--11/12'],
  .grid__item[data-grid--medium*=' push--11/12'] {
    margin-left: 91.6666666667%; }

  .grid__item[data-grid--medium^='push--12/12'],
  .grid__item[data-grid--medium*=' push--12/12'] {
    margin-left: 100%; }

  .grid__item[data-grid--medium^='push--none'],
  .grid__item[data-grid--medium*=' push--none'] {
    margin-left: 0; }

  .grid__item[data-grid--medium^='pull--1/12'],
  .grid__item[data-grid--medium*=' pull--1/12'] {
    margin-left: -8.3333333333%; }

  .grid__item[data-grid--medium^='pull--2/12'],
  .grid__item[data-grid--medium*=' pull--2/12'] {
    margin-left: -16.6666666667%; }

  .grid__item[data-grid--medium^='pull--3/12'],
  .grid__item[data-grid--medium*=' pull--3/12'] {
    margin-left: -25%; }

  .grid__item[data-grid--medium^='pull--4/12'],
  .grid__item[data-grid--medium*=' pull--4/12'] {
    margin-left: -33.3333333333%; }

  .grid__item[data-grid--medium^='pull--5/12'],
  .grid__item[data-grid--medium*=' pull--5/12'] {
    margin-left: -41.6666666667%; }

  .grid__item[data-grid--medium^='pull--6/12'],
  .grid__item[data-grid--medium*=' pull--6/12'] {
    margin-left: -50%; }

  .grid__item[data-grid--medium^='pull--7/12'],
  .grid__item[data-grid--medium*=' pull--7/12'] {
    margin-left: -58.3333333333%; }

  .grid__item[data-grid--medium^='pull--8/12'],
  .grid__item[data-grid--medium*=' pull--8/12'] {
    margin-left: -66.6666666667%; }

  .grid__item[data-grid--medium^='pull--9/12'],
  .grid__item[data-grid--medium*=' pull--9/12'] {
    margin-left: -75%; }

  .grid__item[data-grid--medium^='pull--10/12'],
  .grid__item[data-grid--medium*=' pull--10/12'] {
    margin-left: -83.3333333333%; }

  .grid__item[data-grid--medium^='pull--11/12'],
  .grid__item[data-grid--medium*=' pull--11/12'] {
    margin-left: -91.6666666667%; }

  .grid__item[data-grid--medium^='pull--12/12'],
  .grid__item[data-grid--medium*=' pull--12/12'] {
    margin-left: -100%; }

  .grid__item[data-grid--medium^='pull--none'],
  .grid__item[data-grid--medium*=' pull--none'] {
    margin-left: 0; }

  .grid__item[data-grid--medium^='auto'], .grid__item[data-grid--medium*=' auto'] {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--medium^='auto'],
    .no-flexbox .grid__item[data-grid--medium*=' auto'] {
      width: auto; }

  [data-grid--medium^='fill'],
  [data-grid--medium*=' fill'] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0; }
    [data-grid--medium^='fill'] > img,
    [data-grid--medium*=' fill'] > img {
      flex-shrink: 0; } }
@media only screen and (min-width: 1200px) {
  .grid__item[data-grid--large^='1/12'], .grid__item[data-grid--large*=' 1/12'] {
    flex-grow: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
    .no-flexbox .grid__item[data-grid--large^='1/12'],
    .no-flexbox .grid__item[data-grid--large*=' 1/12'] {
      width: 8.3333333333%; }

  .grid__item[data-grid--large^='2/12'], .grid__item[data-grid--large*=' 2/12'] {
    flex-grow: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
    .no-flexbox .grid__item[data-grid--large^='2/12'],
    .no-flexbox .grid__item[data-grid--large*=' 2/12'] {
      width: 16.6666666667%; }

  .grid__item[data-grid--large^='3/12'], .grid__item[data-grid--large*=' 3/12'] {
    flex-grow: 0;
    flex-basis: 25%;
    max-width: 25%; }
    .no-flexbox .grid__item[data-grid--large^='3/12'],
    .no-flexbox .grid__item[data-grid--large*=' 3/12'] {
      width: 25%; }

  .grid__item[data-grid--large^='4/12'], .grid__item[data-grid--large*=' 4/12'] {
    flex-grow: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
    .no-flexbox .grid__item[data-grid--large^='4/12'],
    .no-flexbox .grid__item[data-grid--large*=' 4/12'] {
      width: 33.3333333333%; }

  .grid__item[data-grid--large^='5/12'], .grid__item[data-grid--large*=' 5/12'] {
    flex-grow: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
    .no-flexbox .grid__item[data-grid--large^='5/12'],
    .no-flexbox .grid__item[data-grid--large*=' 5/12'] {
      width: 41.6666666667%; }

  .grid__item[data-grid--large^='6/12'], .grid__item[data-grid--large*=' 6/12'] {
    flex-grow: 0;
    flex-basis: 50%;
    max-width: 50%; }
    .no-flexbox .grid__item[data-grid--large^='6/12'],
    .no-flexbox .grid__item[data-grid--large*=' 6/12'] {
      width: 50%; }

  .grid__item[data-grid--large^='7/12'], .grid__item[data-grid--large*=' 7/12'] {
    flex-grow: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
    .no-flexbox .grid__item[data-grid--large^='7/12'],
    .no-flexbox .grid__item[data-grid--large*=' 7/12'] {
      width: 58.3333333333%; }

  .grid__item[data-grid--large^='8/12'], .grid__item[data-grid--large*=' 8/12'] {
    flex-grow: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
    .no-flexbox .grid__item[data-grid--large^='8/12'],
    .no-flexbox .grid__item[data-grid--large*=' 8/12'] {
      width: 66.6666666667%; }

  .grid__item[data-grid--large^='9/12'], .grid__item[data-grid--large*=' 9/12'] {
    flex-grow: 0;
    flex-basis: 75%;
    max-width: 75%; }
    .no-flexbox .grid__item[data-grid--large^='9/12'],
    .no-flexbox .grid__item[data-grid--large*=' 9/12'] {
      width: 75%; }

  .grid__item[data-grid--large^='10/12'], .grid__item[data-grid--large*=' 10/12'] {
    flex-grow: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
    .no-flexbox .grid__item[data-grid--large^='10/12'],
    .no-flexbox .grid__item[data-grid--large*=' 10/12'] {
      width: 83.3333333333%; }

  .grid__item[data-grid--large^='11/12'], .grid__item[data-grid--large*=' 11/12'] {
    flex-grow: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
    .no-flexbox .grid__item[data-grid--large^='11/12'],
    .no-flexbox .grid__item[data-grid--large*=' 11/12'] {
      width: 91.6666666667%; }

  .grid__item[data-grid--large^='12/12'], .grid__item[data-grid--large*=' 12/12'] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--large^='12/12'],
    .no-flexbox .grid__item[data-grid--large*=' 12/12'] {
      width: 100%; }

  .grid[data-grid--large^='none'],
  .grid[data-grid--large*=' none'] {
    margin: 0 0 0 0; }
    .grid[data-grid--large^='none'] > .grid__item,
    .grid[data-grid--large*=' none'] > .grid__item {
      padding: 0 0 0 0; }

  .grid[data-grid--large^='narrow'],
  .grid[data-grid--large*=' narrow'] {
    margin: 0 0 -0.5em -0.5em; }
    .grid[data-grid--large^='narrow'] > .grid__item,
    .grid[data-grid--large*=' narrow'] > .grid__item {
      padding: 0 0 0.5em 0.5em; }

  .grid[data-grid--large^='normal'],
  .grid[data-grid--large*=' normal'] {
    margin: 0 0 -1.25em -1.25em; }
    .grid[data-grid--large^='normal'] > .grid__item,
    .grid[data-grid--large*=' normal'] > .grid__item {
      padding: 0 0 1.25em 1.25em; }

  .grid[data-grid--large^='wide'],
  .grid[data-grid--large*=' wide'] {
    margin: 0 0 -2.5em -2.5em; }
    .grid[data-grid--large^='wide'] > .grid__item,
    .grid[data-grid--large*=' wide'] > .grid__item {
      padding: 0 0 2.5em 2.5em; }

  .grid[data-grid--large^='v--none'],
  .grid[data-grid--large*=' v--none'] {
    margin-bottom: 0; }
    .grid[data-grid--large^='v--none'] > .grid__item,
    .grid[data-grid--large*=' v--none'] > .grid__item {
      padding-bottom: 0; }

  .grid[data-grid--large^='v--narrow'],
  .grid[data-grid--large*=' v--narrow'] {
    margin-bottom: -0.5em; }
    .grid[data-grid--large^='v--narrow'] > .grid__item,
    .grid[data-grid--large*=' v--narrow'] > .grid__item {
      padding-bottom: 0.5em; }

  .grid[data-grid--large^='v--normal'],
  .grid[data-grid--large*=' v--normal'] {
    margin-bottom: -1.25em; }
    .grid[data-grid--large^='v--normal'] > .grid__item,
    .grid[data-grid--large*=' v--normal'] > .grid__item {
      padding-bottom: 1.25em; }

  .grid[data-grid--large^='v--wide'],
  .grid[data-grid--large*=' v--wide'] {
    margin-bottom: -2.5em; }
    .grid[data-grid--large^='v--wide'] > .grid__item,
    .grid[data-grid--large*=' v--wide'] > .grid__item {
      padding-bottom: 2.5em; }

  .grid[data-grid--large^='left'], .grid[data-grid--large*=' left'] {
    justify-content: flex-start; }
    .grid[data-grid--large^='left'] > .grid__item,
    .grid[data-grid--large*=' left'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='left'],
    .no-flexbox .grid[data-grid--large*=' left'] {
      text-align: left; }
      .no-flexbox .grid[data-grid--large^='left'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' left'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--large^='center'], .grid[data-grid--large*=' center'] {
    justify-content: center; }
    .grid[data-grid--large^='center'] > .grid__item,
    .grid[data-grid--large*=' center'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='center'],
    .no-flexbox .grid[data-grid--large*=' center'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--large^='center'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' center'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--large^='right'], .grid[data-grid--large*=' right'] {
    justify-content: flex-end; }
    .grid[data-grid--large^='right'] > .grid__item,
    .grid[data-grid--large*=' right'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='right'],
    .no-flexbox .grid[data-grid--large*=' right'] {
      text-align: right; }
      .no-flexbox .grid[data-grid--large^='right'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' right'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--large^='top'], .grid[data-grid--large*=' top'] {
    align-items: flex-start; }
    .grid[data-grid--large^='top'] > .grid__item,
    .grid[data-grid--large*=' top'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='top'] > .grid__item,
    .no-flexbox .grid[data-grid--large*=' top'] > .grid__item {
      display: inline-block;
      vertical-align: top; }

  .grid[data-grid--large^='middle'], .grid[data-grid--large*=' middle'] {
    align-items: center; }
    .grid[data-grid--large^='middle'] > .grid__item,
    .grid[data-grid--large*=' middle'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='middle'] > .grid__item,
    .no-flexbox .grid[data-grid--large*=' middle'] > .grid__item {
      display: inline-block;
      vertical-align: middle; }

  .grid[data-grid--large^='bottom'], .grid[data-grid--large*='bottom'] {
    align-items: flex-end; }
    .grid[data-grid--large^='bottom'] > .grid__item,
    .grid[data-grid--large*='bottom'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='bottom'] > .grid__item,
    .no-flexbox .grid[data-grid--large*='bottom'] > .grid__item {
      display: inline-block;
      vertical-align: bottom; }

  .grid[data-grid--large^='forwards'], .grid[data-grid--large*=' forwards'] {
    flex-direction: row;
    flex-wrap: wrap; }
    .grid[data-grid--large^='forwards'] > .grid__item,
    .grid[data-grid--large*=' forwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='forwards'],
    .no-flexbox .grid[data-grid--large*=' forwards'] {
      direction: ltr; }
      .no-flexbox .grid[data-grid--large^='forwards'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' forwards'] > .grid__item {
        display: inline-block; }

  .grid[data-grid--large^='backwards'], .grid[data-grid--large*=' backwards'] {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; }
    .grid[data-grid--large^='backwards'] > .grid__item,
    .grid[data-grid--large*=' backwards'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='backwards'],
    .no-flexbox .grid[data-grid--large*=' backwards'] {
      direction: rtl; }
      .no-flexbox .grid[data-grid--large^='backwards'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' backwards'] > .grid__item {
        display: inline-block;
        direction: ltr; }

  .grid[data-grid--large^='between'], .grid[data-grid--large*=' between'] {
    justify-content: space-between; }
    .grid[data-grid--large^='between'] > .grid__item,
    .grid[data-grid--large*=' between'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='between'],
    .no-flexbox .grid[data-grid--large*=' between'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--large^='between'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' between'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--large^='around'], .grid[data-grid--large*=' around'] {
    justify-content: space-around; }
    .grid[data-grid--large^='around'] > .grid__item,
    .grid[data-grid--large*=' around'] > .grid__item {
      display: block; }
    .no-flexbox .grid[data-grid--large^='around'],
    .no-flexbox .grid[data-grid--large*=' around'] {
      text-align: center; }
      .no-flexbox .grid[data-grid--large^='around'] > .grid__item,
      .no-flexbox .grid[data-grid--large*=' around'] > .grid__item {
        display: inline-block;
        text-align: left; }

  .grid[data-grid--large^='equal'], .grid[data-grid--large*=' equal'] {
    align-items: stretch; }
    .grid[data-grid--large^='equal'] > .grid__item,
    .grid[data-grid--large*=' equal'] > .grid__item {
      display: flex; }
    .no-flexbox .grid[data-grid--large^='equal'] > .grid__item,
    .no-flexbox .grid[data-grid--large*=' equal'] > .grid__item {
      display: inline-block; }

  .grid__item[data-grid--large^='first'],
  .grid__item[data-grid--large*=' first'] {
    order: -1; }

  .grid__item[data-grid--large^='last'],
  .grid__item[data-grid--large*=' last'] {
    order: 1; }

  .grid__item[data-grid--large^='reset-order'],
  .grid__item[data-grid--large*=' reset-order'] {
    order: 0; }

  .grid__item[data-grid--large^='push--1/12'],
  .grid__item[data-grid--large*=' push--1/12'] {
    margin-left: 8.3333333333%; }

  .grid__item[data-grid--large^='push--2/12'],
  .grid__item[data-grid--large*=' push--2/12'] {
    margin-left: 16.6666666667%; }

  .grid__item[data-grid--large^='push--3/12'],
  .grid__item[data-grid--large*=' push--3/12'] {
    margin-left: 25%; }

  .grid__item[data-grid--large^='push--4/12'],
  .grid__item[data-grid--large*=' push--4/12'] {
    margin-left: 33.3333333333%; }

  .grid__item[data-grid--large^='push--5/12'],
  .grid__item[data-grid--large*=' push--5/12'] {
    margin-left: 41.6666666667%; }

  .grid__item[data-grid--large^='push--6/12'],
  .grid__item[data-grid--large*=' push--6/12'] {
    margin-left: 50%; }

  .grid__item[data-grid--large^='push--7/12'],
  .grid__item[data-grid--large*=' push--7/12'] {
    margin-left: 58.3333333333%; }

  .grid__item[data-grid--large^='push--8/12'],
  .grid__item[data-grid--large*=' push--8/12'] {
    margin-left: 66.6666666667%; }

  .grid__item[data-grid--large^='push--9/12'],
  .grid__item[data-grid--large*=' push--9/12'] {
    margin-left: 75%; }

  .grid__item[data-grid--large^='push--10/12'],
  .grid__item[data-grid--large*=' push--10/12'] {
    margin-left: 83.3333333333%; }

  .grid__item[data-grid--large^='push--11/12'],
  .grid__item[data-grid--large*=' push--11/12'] {
    margin-left: 91.6666666667%; }

  .grid__item[data-grid--large^='push--12/12'],
  .grid__item[data-grid--large*=' push--12/12'] {
    margin-left: 100%; }

  .grid__item[data-grid--large^='push--none'],
  .grid__item[data-grid--large*=' push--none'] {
    margin-left: 0; }

  .grid__item[data-grid--large^='pull--1/12'],
  .grid__item[data-grid--large*=' pull--1/12'] {
    margin-left: -8.3333333333%; }

  .grid__item[data-grid--large^='pull--2/12'],
  .grid__item[data-grid--large*=' pull--2/12'] {
    margin-left: -16.6666666667%; }

  .grid__item[data-grid--large^='pull--3/12'],
  .grid__item[data-grid--large*=' pull--3/12'] {
    margin-left: -25%; }

  .grid__item[data-grid--large^='pull--4/12'],
  .grid__item[data-grid--large*=' pull--4/12'] {
    margin-left: -33.3333333333%; }

  .grid__item[data-grid--large^='pull--5/12'],
  .grid__item[data-grid--large*=' pull--5/12'] {
    margin-left: -41.6666666667%; }

  .grid__item[data-grid--large^='pull--6/12'],
  .grid__item[data-grid--large*=' pull--6/12'] {
    margin-left: -50%; }

  .grid__item[data-grid--large^='pull--7/12'],
  .grid__item[data-grid--large*=' pull--7/12'] {
    margin-left: -58.3333333333%; }

  .grid__item[data-grid--large^='pull--8/12'],
  .grid__item[data-grid--large*=' pull--8/12'] {
    margin-left: -66.6666666667%; }

  .grid__item[data-grid--large^='pull--9/12'],
  .grid__item[data-grid--large*=' pull--9/12'] {
    margin-left: -75%; }

  .grid__item[data-grid--large^='pull--10/12'],
  .grid__item[data-grid--large*=' pull--10/12'] {
    margin-left: -83.3333333333%; }

  .grid__item[data-grid--large^='pull--11/12'],
  .grid__item[data-grid--large*=' pull--11/12'] {
    margin-left: -91.6666666667%; }

  .grid__item[data-grid--large^='pull--12/12'],
  .grid__item[data-grid--large*=' pull--12/12'] {
    margin-left: -100%; }

  .grid__item[data-grid--large^='pull--none'],
  .grid__item[data-grid--large*=' pull--none'] {
    margin-left: 0; }

  .grid__item[data-grid--large^='auto'], .grid__item[data-grid--large*=' auto'] {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
    .no-flexbox .grid__item[data-grid--large^='auto'],
    .no-flexbox .grid__item[data-grid--large*=' auto'] {
      width: auto; }

  [data-grid--large^='fill'],
  [data-grid--large*=' fill'] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0; }
    [data-grid--large^='fill'] > img,
    [data-grid--large*=' fill'] > img {
      flex-shrink: 0; } }
.onoffcanvas-container {
  position: relative;
  overflow: hidden; }

.onoffcanvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10001;
  will-change: transform;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease; }

.onoffcanvas.is-fixed {
  backface-visibility: hidden;
  position: fixed; }

.onoffcanvas.is-center {
  bottom: auto;
  transform: translate3d(-100%, 100%, 0); }

.onoffcanvas.is-center.is-open {
  transform: translate3d(0, 100%, 0); }

/*
.onoffcanvas.is-top {
  bottom: auto;
  transform: translate3d(0, -100%, 0);
}


.onoffcanvas.is-bottom {
  top: auto;
  transform: translate3d(0, 100%, 0);
}

.onoffcanvas.is-right {
  left: auto;
  transform: translate3d(100%, 0, 0);
}
*/
.onoffcanvas.is-left {
  right: auto;
  transform: translate3d(-100%, 0, 0); }

.onoffcanvas.is-open {
  transform: translate3d(0, 0, 0); }

.onoffcanvas-container:hover .onoffcanvas.is-hoverable {
  transform: translate3d(0, 0, 0); }

.onoffcanvas-container:hover .onoffcanvas.is-center.is-hoverable {
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.onoffcanvas-toggler {
  position: relative;
  display: inline-block;
  min-width: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap; }

button.onoffcanvas-toggler {
  border-width: 0;
  background: transparent; }

.onoffcanvas-toggler::after,
.onoffcanvas-toggler::before {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  border-style: solid;
  border-color: #adb5bd;
  will-change: transform;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease; }

.onoffcanvas-toggler:after {
  border-width: 2px 0;
  height: 50%; }

.onoffcanvas-toggler:before {
  border-width: 2px 0 0 0; }

.is-open .onoffcanvas-toggler[aria-expanded="true"]::before, .is-open .onoffcanvas-toggler[aria-expanded="true"]::after,
.onoffcanvas-toggler.is-animated[aria-expanded="true"]::before,
.onoffcanvas-toggler.is-animated[aria-expanded="true"]::after {
  width: 100%;
  height: 2px;
  left: 0; }
.is-open .onoffcanvas-toggler[aria-expanded="true"]::before,
.onoffcanvas-toggler.is-animated[aria-expanded="true"]::before {
  transform: rotate(45deg); }
.is-open .onoffcanvas-toggler[aria-expanded="true"]::after,
.onoffcanvas-toggler.is-animated[aria-expanded="true"]::after {
  transform: rotate(-45deg);
  border-width: 2px 0 0 0; }

.m-side {
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  border-right: 1px solid #CCD1D9; }
  @media screen and (max-width: 767px) {
    .m-side {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .m-side {
      min-width: 20%; } }
  .m-side__close {
    position: relative;
    top: 5px;
    padding-right: 0;
    float: right;
    display: inline-block;
    text-align: right;
    color: #F6BB42;
    border: none;
    font-size: 3rem;
    line-height: 1.1;
    background: transparent; }
    .m-side__close:hover {
      color: #F6BB42;
      outline: none; }
    .m-side__close:active {
      color: #FFCE54;
      outline: none; }
  .m-side__titulo {
    margin-top: 1em;
    color: #434A54;
    padding-bottom: 10px;
    border-bottom: 2px solid #434A54; }
  .m-side__body {
    height: 100%;
    padding-bottom: 10rem;
    overflow-y: auto; }
  .m-side__lista {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .m-side__lista li {
      padding-bottom: 1.5rem; }
    .m-side__lista a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      width: 100%;
      /*
      svg {
         width: 45px;
         height: 45px;
         fill:#fff;
      }*/ }
      .m-side__lista a span {
        text-align: left;
        padding-left: 5px;
        font-size: 0.8571428571em;
        text-transform: uppercase;
        font-family: 'Montserrat',Helvetica, Arial, sans-serif;
        font-weight: 400; }
      .m-side__lista a img {
        width: 50px; }
      .m-side__lista a:hover {
        color: #20b426; }
        .m-side__lista a:hover img {
          -webkit-filter: hue-rotate(-103deg);
          filter: hue-rotate(-103deg); }
    .m-side__lista [class*="fa"] {
      margin-right: 5px; }
  .m-side input[type="text"] {
    border-color: #000; }

#navbar-top {
  background-color: #fafafa;
  box-shadow: 0 1px 2px #DDD; }
  #navbar-top ul.pull-right,
  #navbar-top ul.pull-left {
    list-style: none;
    padding: 0;
    margin: 0; }
    #navbar-top ul.pull-right li,
    #navbar-top ul.pull-left li {
      display: inline-block; }
    #navbar-top ul.pull-right a,
    #navbar-top ul.pull-left a {
      display: block;
      padding: 5px 10px;
      color: #717f92; }
      #navbar-top ul.pull-right a:first-child,
      #navbar-top ul.pull-left a:first-child {
        padding: 5px 10px 5px 0; }
  #navbar-top .btn-cd {
    position: relative;
    top: 2px;
    color: #FFFFFF;
    padding: 5px !important;
    text-transform: uppercase;
    font-size: 0.7142857143em;
    background-color: #20b426;
    border-color: #20b426; }
    #navbar-top .btn-cd:hover {
      background-color: #22bd28; }
    #navbar-top .btn-cd img {
      display: block;
      max-width: 100px;
      margin: 0 auto; }
  #navbar-top .fa {
    margin-right: 4px; }
  #navbar-top .avatar {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: inline-block; }
    #navbar-top .avatar img {
      width: 100%;
      height: 100%;
      position: relative;
      top: -2px;
      border: 1px solid #FFFFFF;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      border-radius: 25px;
      box-shadow: 0px 1px 2px #b7b7b7; }
  #navbar-top .messages {
    position: relative; }
    #navbar-top .messages .badge-danger {
      position: absolute;
      top: 5px;
      right: 0;
      padding: 0;
      width: 18px;
      height: 18px;
      min-height: 18px;
      line-height: 17px;
      font-size: 11px;
      font-weight: normal; }
  #navbar-top .dropdown-menu {
    width: 210px;
    right: 0;
    left: auto;
    border-radius: 0 0 4px 4px;
    margin-top: 0; }
    #navbar-top .dropdown-menu li {
      display: block !important; }
    #navbar-top .dropdown-menu a {
      display: block;
      padding: .8em !important;
      color: #FFFFFF !important; }
      #navbar-top .dropdown-menu a:first-child {
        padding-left: 0; }
    @media screen and (min-width: 768px) {
      #navbar-top .dropdown-menu {
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3), 0 10px 50px rgba(0, 0, 0, 0.12); } }
  @media screen and (min-width: 1200px) {
    #navbar-top .ocultar-menu {
      display: inline; } }
  @media screen and (max-width: 768px) {
    #navbar-top .ocultar-menu {
      display: none; } }

#boxBanner {
  display: none;
  text-align: center;
  overflow: hidden;
  padding: 5px 0;
  margin-bottom: .5rem;
  background-color: #fcfcfc; }
  #boxBanner.bg-t {
    background-color: transparent; }
  @media screen and (min-width: 1024px) {
    #boxBanner {
      display: block; } }
  #boxBanner .left,
  #boxBanner .right {
    display: inline-block;
    height: 90px; }
  #boxBanner .left {
    width: 728px;
    margin-right: 10px; }
  #boxBanner .right {
    width: 222px; }

.area-logo a[data-toggle] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px; }
.area-logo h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 0; }
  .area-logo h1 span {
    font-size: 0;
    position: absolute; }
@media screen and (min-width: 768px) {
  .area-logo {
    margin-bottom: .2rem;
    margin-top: .2rem;
    padding-bottom: .2rem; } }
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-active .area-logo .grid {
    height: 45px; } }
.area-logo .mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .area-logo .mobile-menu__item {
    padding-right: 5px;
    flex: 0 0 auto; }
    .area-logo .mobile-menu__item:nth-child(2) {
      flex: 1 0 100px;
      width: 40%; }
    .area-logo .mobile-menu__item:last-of-type {
      padding-right: 0; }
.area-logo__logo {
  display: inline-block;
  position: relative;
  top: 0; }
  .area-logo__logo .desktop {
    max-width: 115px; }
    @media screen and (min-width: 1367px) and (max-width: 1920px) and (orientation: landscape) {
      .area-logo__logo .desktop {
        max-width: 180px; } }
    @media screen and (min-width: 1281px) and (max-width: 1366px) and (orientation: landscape) {
      .area-logo__logo .desktop {
        max-width: 170px; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
      .area-logo__logo .desktop {
        max-width: 155px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .area-logo__logo .desktop {
        max-width: 115px; } }
    @media screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
      .area-logo__logo .desktop {
        max-width: 190px; } }
    @media screen and (min-width: 0px) and (max-width: 768px) and (orientation: portrait) {
      .area-logo__logo .desktop {
        max-width: 150px; } }
  .area-logo__logo .mobile {
    display: inline-block;
    transform: scale(0);
    opacity: 0;
    max-width: 34px; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .is-active .area-logo__logo .mobile {
        animation: mobile .1s 1;
        animation-delay: .1s;
        animation-fill-mode: forwards; } }
@keyframes mobile {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.area-logo__buscador {
  position: relative;
  width: 100%;
  min-height: 40px;
  border: 1px solid #449d44;
  border-radius: 4px;
  overflow: hidden; }
  .area-logo__buscador form {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .area-logo__buscador button {
    flex: 0 0 110px;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 1.3571428571em;
    line-height: 1.1;
    border-radius: 0; }
  .area-logo__buscador input,
  .area-logo__buscador select {
    height: 40px;
    padding: 0 5px;
    border: none; }
  .area-logo__buscador input {
    padding: 0 1%;
    flex: 1 0 0;
    border-right: 1px solid #e6e6e6; }
  .area-logo__buscador select {
    flex: 1 0 0;
    background: #fff;
    box-shadow: none; }
    @media screen and (max-width: 1024px) {
      .area-logo__buscador select {
        width: 29%; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .area-logo__buscador {
      width: 100%;
      min-height: 30px;
      transition: all .2s ease-in; }
      .area-logo__buscador select {
        display: none; }
      .area-logo__buscador input {
        height: 32px;
        border-right: none; }
      .area-logo__buscador button {
        position: absolute;
        flex: 0 0 auto;
        font-size: 1em;
        line-height: 1.1; } }
.area-logo .btn-publicar {
  padding: 3px 5px; }
  .area-logo .btn-publicar .icon-publicar {
    width: 30px;
    height: 30px; }
  .area-logo .btn-publicar:focus {
    color: inherit; }
  .area-logo .btn-publicar__mobile {
    width: 40px;
    height: 34px; }
    .area-logo .btn-publicar__mobile .icon-publicar {
      width: 26px;
      height: 26px;
      margin: 0; }
.area-logo .btn-publicar__mobile,
.area-logo .btn-cuenta__mobile {
  display: none; }
@media screen and (min-width: 0) and (max-width: 767px) {
  .area-logo .area-logo-search1 .btn-publicar__mobile {
    display: inline-block; }
  .area-logo .area-logo-search1 .btn-cuenta__mobile {
    width: auto;
    height: 30px;
    font-size: 0.7857142857em;
    display: inline-block;
    position: absolute;
    right: 15px;
    padding: 5px 10px; }
  .is-active .area-logo .area-logo-search1 {
    display: none; } }
.area-logo .area-logo-search2 {
  display: none; }
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-active .area-logo .area-logo-search2 {
    display: block;
    z-index: 9999; }
  .is-active .area-logo .btn-publicar__mobile {
    display: block; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
  .is-active .area-logo .area-logo__buscador {
    width: 107px; } }

#buscador-ppal {
  border-top: 1px solid #334357;
  border-bottom: 2px solid #334357;
  padding: 10px 0;
  background-color: #3c4f67;
  margin-bottom: 10px;
  /* 3.1. Micrositio Premium
  ========================================================================== */ }
  @media screen and (max-width: 767px) {
    #buscador-ppal {
      display: none; } }
  #buscador-ppal form {
    margin-bottom: 0; }
  #index #buscador-ppal {
    margin-bottom: 20px; }
  #buscador-ppal .btn-success {
    font-weight: 700;
    letter-spacing: .5px;
    text-shadow: 0 1px 1px #1d441d; }
  #micrositio #buscador-ppal {
    padding: 10px 0; }
    #micrositio #buscador-ppal .form-group {
      margin-bottom: 0; }
    #micrositio #buscador-ppal input[type="text"],
    #micrositio #buscador-ppal .btn-block, #micrositio #buscador-ppal select {
      min-height: 40px; }
    #micrositio #buscador-ppal img {
      margin-top: 5px; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      #micrositio #buscador-ppal {
        display: block; }
        #micrositio #buscador-ppal img {
          max-width: 180px; } }

.box-filters.affix {
  position: fixed;
  padding: 10px 0;
  top: 6px;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
  -webkit-animation: fadeInDown 0.5s 0s forwards;
  animation: fadeInDown 0.5s 0s forwards; }

/*
@include block('box-filters') {
   
   padding:5px 0;
   background-color: lighten(palette(gray,light),13%);
   border-top: 1px solid lighten(palette(gray,light),10%);
   @include box-shadow(#DDD 0 2px 2px);

   .dropdown-menu {
      z-index: 9999;
      background-color: #fff;
      width: 100%;
   }
   
   // Animación DropdownMenu 
   .btn-group.open,
   .dropdown.open {
        .dropdown-menu { @include fadeInDown($duration: .5s);}
    }
   
    
    // 5.1. Bordes Separadores

   @include element('border') {
        
        position: relative;
        
        // TitulosFiltro 

        > label { 
           display: block;
           font-size: 13px; 
           text-align: center;
           margin-bottom: 0; 
         }
        
        // BordesFiltro
        // Menos los últimos 2
        &:not(:nth-last-child(-n+2)):before {
          content:''; 
          position:absolute;
          right:5px;
          width: 1px;
          height:80%;
          background-color:palette(gray,light);
        }
        
        // BtnAplicarFiltro

        .btn-primary { 
          float: right;
          width: 100%;
          max-width:162px;

        }

        // BuscadorEnFiltros

        .multiselect-container {
            
            // Contenedor btn y buscador

            .filter {
              
              width: 100%;

              // BtnCancelar
              .multiselect-clear-filter { 
                 padding: 2px 14px;
                 height: 30px;
                 color:#fff;
                 border-color:palette(red) !important;
                 background-color:palette(red); 
              }

              // BtnOk
              .input-group-addon {
                 text-shadow:0 1px 1px #58702b;
                 background-color:palette(tertiary);
              }
              
              // InputSearch 
              .form-control {
                 height: 30px;
                 border-color:lighten(palette(gray),20%);
              }

            }//endFilter 

        }//Multiselect
        
        // MasFiltros
        #dropdownFilters {

           position: relative;
        }
        

    }//endBorder
   

   // 5.2. Más Filtros

   @include element('more') {
       
       position:absolute;
       right: 0;
       min-width:850px;
       padding: 15px;
       background-color: #fff;
       z-index: 9999;
       @include box-shadow( 0 6px 12px rgba(0,0,0,.175));
       @include border-radius(4px);
       @include fadeInDown($duration: .5s); 
        
        //ControlSlider

        .irs-from,.irs-to,.irs-single { 
          top:-5px;
          font-size: 15px; 
        }

        // BtnClose
        .close {
           width:20px;
           height: 20px;
           font-size:20px;
           line-height: 20px;
           border-radius:25px;
           opacity:1; 
           color:#fff;
           background-color:palette(red);
        }
       
        
   }//endMore
   

   // 5.3. Contenedor Más Filtros

   @include element(wrapper) {
      max-width: 100%;
      padding: 10px;
      
      h6 { margin-top: 0 }

   }//endWrapper

   // 5.6. Multiselect

   .multiselect-container {
      
      a { 
        color:inherit;
        b { font-weight: 400; }  
      }

   }//end
}*/
.btn-carrito {
  position: relative;
  height: 40px;
  font-size: 1.4285714286em;
  color: inherit;
  border-color: #3c5067;
  background-color: transparent; }
  .btn-carrito:hover {
    border-color: #3c5067;
    background-color: #3c5067; }
  .btn-carrito--mobile {
    width: 40px;
    height: 34px;
    padding: 3px; }
  .btn-carrito .fa {
    position: relative; }
  .btn-carrito__cantidad {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 0.5714285714em;
    top: 2px;
    margin-left: 9px;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #F44336;
    z-index: 1; }

.items-carrito {
  width: 240px;
  border-radius: 0 0 4px 4px;
  margin-top: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3), 0 10px 50px rgba(0, 0, 0, 0.12);
  /* Btn del Carrito
  ========================================================================== */ }
  .items-carrito .fa {
    margin-right: 4px; }
  .items-carrito ul {
    list-style: none;
    padding-left: 0;
    max-height: 350px;
    overflow-y: auto; }
  .items-carrito li {
    border-bottom: 1px solid #d9d9d9;
    /* Productos
    ========================================================================== */
    /* Avatar
    ========================================================================== */
    /* Btn Clasitienda
    ========================================================================== */ }
    .items-carrito li:last-of-type {
      border-bottom: none; }
    .items-carrito li a:not(.btn) {
      display: flex;
      align-items: center;
      color: #3c5067;
      padding: 10px; }
      .items-carrito li a:not(.btn):hover {
        color: #3c5067 !important;
        background-color: #fafafa; }
        .items-carrito li a:not(.btn):hover img {
          mix-blend-mode: multiply; }
      .items-carrito li a:not(.btn) figure {
        flex: 0 0 45px; }
      .items-carrito li a:not(.btn) div {
        flex: 1 0 0;
        padding: 0 0 0 10px; }
      .items-carrito li a:not(.btn) p, .items-carrito li a:not(.btn) h6 {
        white-space: normal;
        margin: 1px 0; }
    .items-carrito li .avatar {
      width: 24px;
      height: 24px;
      border-radius: 50px;
      border: 1px solid #d9d9d9;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain"; }
    .items-carrito li .messages {
      width: 18px;
      height: 18px;
      border-radius: 50px;
      margin: 0 5px;
      text-align: center;
      color: #FFFFFF;
      font-size: 0.7857142857em;
      background-color: #F44336; }
    .items-carrito li .btn-ct {
      width: 150px;
      display: block;
      margin: 0 auto 10px; }
  .items-carrito .btn:not(.btn-ct) {
    display: block;
    margin: 5px 10px;
    padding: 10px; }
    .items-carrito .btn:not(.btn-ct):hover {
      text-decoration: none; }
    .items-carrito .btn:not(.btn-ct):first-of-type {
      color: #3c5067;
      border: 1px solid #3c5067; }
      .items-carrito .btn:not(.btn-ct):first-of-type:hover {
        color: #FFFFFF;
        background-color: #3c5067; }
    .items-carrito .btn:not(.btn-ct).btn-success:hover {
      background-color: #2cc733; }

#pre-bottom {
  margin-top: 40px;
  padding: 15px 0;
  background-color: #f6f6f6;
  box-shadow: 0 2px 2px #d8d8d8 inset; }
  .tinynav {
    display: none; }

  @media screen and (min-width: 320px) and (max-width: 768px) {
    #nav, .nav-sidebar ul {
      display: none; }

    .tinynav {
      display: block;
      width: 100%;
      padding: 10px;
      -moz-user-select: none;
      -webkit-user-select: none;
      background-color: #FFFFFF; } }
  #pre-bottom h5 {
    margin-bottom: 5px; }
  #pre-bottom ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden; }
    #pre-bottom ul li {
      float: left;
      padding-right: 10px; }
      #pre-bottom ul li h3 {
        position: relative;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #pre-bottom ul li h3:before, #pre-bottom ul li h3:after {
          content: '';
          position: absolute;
          transition: all .5s ease; }
        #pre-bottom ul li h3:before {
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: #808000;
          transform: translateX(-100%); }
        #pre-bottom ul li h3:hover {
          text-decoration: none; }
          #pre-bottom ul li h3:hover a {
            color: #808000; }
          #pre-bottom ul li h3:hover:before {
            transform: translateX(0); }
      #pre-bottom ul li a {
        display: block;
        color: #3c4f67;
        line-height: 1.8; }

#bottom {
  background-color: #3c5067;
  padding: 25px 0; }
  #bottom h6 {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0; }
  #bottom ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    list-style: none; }
    #bottom ul a {
      display: block;
      padding: 3px 0;
      color: #abb0bb;
      font-size: 12px; }
      #bottom ul a:hover {
        text-decoration: underline; }
  #bottom aside {
    padding-top: 10px; }
    #bottom aside img {
      display: block;
      max-width: 169px;
      margin-bottom: 15px; }
    #bottom aside p {
      color: #FFFFFF; }
      #bottom aside p a {
        color: #FFFFFF;
        display: inline-block;
        vertical-align: middle;
        font-size: 34px;
        margin: 0 3px; }
  #bottom .color-tooltip-1 + .tooltip.top .tooltip-inner {
    color: #986807;
    background-color: #F6BB42; }
  #bottom .color-tooltip-1 + .tooltip.top .tooltip-arrow {
    border-top-color: #F6BB42; }
  #bottom .color-tooltip-1 + .tooltip.in {
    opacity: 1 !important; }
  #bottom .icon-footer {
    display: inline-block;
    font-size: 1.1428571429em;
    color: #FFFFFF;
    margin: 5px 1px; }
    #bottom .icon-footer [class$="stack-1x"] {
      color: #3c4f67; }
    #bottom .icon-footer:first-of-type {
      margin-left: 0; }

#info-bottom {
  background-color: #2f3f54;
  padding: 20px 0;
  text-align: center;
  color: #abb0bb;
  font-size: 12px;
  border-top: 1px solid #2b3a4d;
  box-shadow: rgba(250, 250, 250, 0.3) 0 0 1px inset; }
  #info-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-bottom: 15px; }
    #info-bottom ul li {
      display: inline-block;
      border-right: 1px solid #abb0bb;
      height: 15px;
      line-height: 12px; }
      #info-bottom ul li:last-of-type {
        border-right: none; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        #info-bottom ul li {
          margin-bottom: 10px; } }
      #info-bottom ul li a {
        display: block;
        color: #FFFFFF;
        padding: 1px 5px; }
        #info-bottom ul li a:hover {
          text-decoration: underline; }
  #info-bottom img {
    display: block;
    max-width: 90px;
    margin: 3px auto; }

.menu-accordion {
  margin: 1em 0 !important; }
  .menu-accordion__header {
    position: relative;
    display: block !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding-bottom: 4px !important;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 1em; }
    .menu-accordion__header:before {
      content: '\f063';
      position: absolute;
      right: 0;
      font-size: 12px;
      font-weight: normal;
      font-family: "FontAwesome"; }
    .menu-accordion__header[aria-expanded="true"]:before {
      content: '\f062'; }
  .menu-accordion li.panel {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important; }
  .menu-accordion li a:hover {
    text-decoration: none !important; }
  .menu-accordion li.list-group-item a {
    color: #656D78 !important; }
  .menu-accordion .fa {
    margin-top: 3px; }

.carousel-banner .owl-theme .owl-nav {
  margin-top: 1px; }

.d-flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .d-flex__col {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .d-flex__col {
        -webkit-flex-basis: 49%;
        -moz-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
    .d-flex__col--full {
      width: 100%;
      -webkit-flex-basis: 100% !important;
      -moz-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
      margin-bottom: 1em; }
    .d-flex__col:nth-of-type(1) {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .d-flex__col:nth-of-type(2) {
      -webkit-box-ordinal-group: 21;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .d-flex__col:nth-of-type(3) {
      -webkit-box-ordinal-group: 31;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .d-flex__col:nth-of-type(4) {
      -webkit-box-ordinal-group: 41;
      -webkit-order: 4;
      -moz-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .d-flex__col:nth-of-type(5) {
      -webkit-box-ordinal-group: 51;
      -webkit-order: 5;
      -moz-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .d-flex__col:nth-of-type(6) {
      -webkit-box-ordinal-group: 61;
      -webkit-order: 6;
      -moz-order: 6;
      -ms-flex-order: 6;
      order: 6; }
    .d-flex__col:nth-of-type(7) {
      -webkit-box-ordinal-group: 71;
      -webkit-order: 7;
      -moz-order: 7;
      -ms-flex-order: 7;
      order: 7; }
    .d-flex__col:nth-of-type(8) {
      -webkit-box-ordinal-group: 81;
      -webkit-order: 8;
      -moz-order: 8;
      -ms-flex-order: 8;
      order: 8; }
    .d-flex__col:nth-of-type(9) {
      -webkit-box-ordinal-group: 91;
      -webkit-order: 9;
      -moz-order: 9;
      -ms-flex-order: 9;
      order: 9; }
    .d-flex__col:nth-of-type(10) {
      -webkit-box-ordinal-group: 101;
      -webkit-order: 10;
      -moz-order: 10;
      -ms-flex-order: 10;
      order: 10; }
    .d-flex__col:nth-of-type(11) {
      -webkit-box-ordinal-group: 111;
      -webkit-order: 11;
      -moz-order: 11;
      -ms-flex-order: 11;
      order: 11; }
    .d-flex__col:nth-of-type(12) {
      -webkit-box-ordinal-group: 121;
      -webkit-order: 12;
      -moz-order: 12;
      -ms-flex-order: 12;
      order: 12; }
    .d-flex__col:nth-of-type(13) {
      -webkit-box-ordinal-group: 131;
      -webkit-order: 13;
      -moz-order: 13;
      -ms-flex-order: 13;
      order: 13; }
    .d-flex__col:nth-of-type(14) {
      -webkit-box-ordinal-group: 141;
      -webkit-order: 14;
      -moz-order: 14;
      -ms-flex-order: 14;
      order: 14; }
    .d-flex__col:nth-of-type(15) {
      -webkit-box-ordinal-group: 151;
      -webkit-order: 15;
      -moz-order: 15;
      -ms-flex-order: 15;
      order: 15; }
    .d-flex__col:nth-of-type(16) {
      -webkit-box-ordinal-group: 161;
      -webkit-order: 16;
      -moz-order: 16;
      -ms-flex-order: 16;
      order: 16; }
    .d-flex__col:nth-of-type(17) {
      -webkit-box-ordinal-group: 171;
      -webkit-order: 17;
      -moz-order: 17;
      -ms-flex-order: 17;
      order: 17; }
    .d-flex__col:nth-of-type(18) {
      -webkit-box-ordinal-group: 181;
      -webkit-order: 18;
      -moz-order: 18;
      -ms-flex-order: 18;
      order: 18; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .d-flex__col--b300 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 1 !important;
        -moz-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important; } }
    @media screen and (max-width: 768px) {
      .d-flex__col:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .d-flex__col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (min-width: 1024px) {
      .d-flex__col {
        width: 24%;
        -webkit-flex-basis: 24%;
        -moz-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%; } }

#categorias {
  padding-top: 1.5rem; }
  #categorias .ads {
    text-align: center;
    padding: 10px;
    margin: 0 auto; }
    #categorias .ads img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #categorias .ads:not(.visible-md),
    #categorias .ads:not(.visible-lg) {
      min-height: 270px; } }
  #categorias .panel-title {
    font-size: 0.9285714286em; }
    #categorias .panel-title a {
      display: flex;
      align-items: center;
      width: 100%;
      color: #3bafda; }
    #categorias .panel-title img {
      width: 50px;
      height: 50px; }
    #categorias .panel-title span {
      padding-left: 5px;
      text-transform: uppercase;
      word-break: break-word; }
    #categorias .panel-title:hover a {
      color: #20b426; }
    #categorias .panel-title:hover img {
      -webkit-filter: hue-rotate(-87deg);
      filter: hue-rotate(-87deg); }
  #categorias .panel-body {
    padding: 3px 15px;
    min-height: 158px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      #categorias .panel-body {
        min-height: 210px; } }
    #categorias .panel-body ul {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      #categorias .panel-body ul li {
        padding: 3px 0;
        line-height: 1.4; }
        #categorias .panel-body ul li:first-child {
          padding-top: 0; }
        @media screen and (min-width: 320px) and (max-width: 768px) {
          #categorias .panel-body ul li {
            line-height: 1.5;
            border-bottom: 1px solid #d5d8dd; } }
        #categorias .panel-body ul li:last-of-type {
          border-bottom: none; }
        #categorias .panel-body ul li h3 {
          font-family: inherit;
          font-size: inherit;
          font-weight: normal;
          line-height: inherit;
          margin: 0;
          padding: 0; }
    #categorias .panel-body a {
      color: #434A54;
      display: inline-block; }
      #categorias .panel-body a:hover {
        text-decoration: underline; }
      #categorias .panel-body a:hover .label {
        text-decoration: inherit; }
      #categorias .panel-body a small {
        color: #999;
        margin-left: 3px;
        font-size: 11px; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        #categorias .panel-body a {
          display: block;
          position: relative;
          padding: 5px 10px 5px 0; }
          #categorias .panel-body a:link {
            text-decoration: none; }
          #categorias .panel-body a:after {
            color: #767676;
            position: absolute;
            top: 7px;
            right: 0;
            content: "\f054";
            font-family: "FontAwesome"; } }
    #categorias .panel-body:last-child(1) a {
      border-bottom: none; }
  #categorias .panel-footer {
    padding: 1rem;
    border-top: 1px solid #e6e6e6;
    background-color: transparent; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #categorias .panel:not(.panel-default) {
      min-height: 322px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #categorias .panel:not(.panel-default) {
      min-height: 342px; } }

.clientes-p {
  border-radius: 4px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  overflow: hidden; }
  .clientes-p__header {
    text-align: center;
    padding: 1rem;
    background-color: #f5f6f8; }
    .clientes-p__header h4 {
      margin-bottom: 0.5rem; }
  .clientes-p__body {
    padding: 1rem 2rem; }
    .clientes-p__body ul {
      list-style-type: none;
      margin: 0;
      padding: 0 0 2rem;
      column-count: 2;
      column-gap: 2rem; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .clientes-p__body ul {
          column-count: 5; } }
      @media screen and (min-width: 1024px) {
        .clientes-p__body ul {
          column-count: 6; } }
      @media screen and (min-width: 1025px) {
        .clientes-p__body ul {
          column-count: 8; } }
    .clientes-p__body li {
      padding: 4px 0; }
      .clientes-p__body li a {
        position: relative;
        display: block;
        font-size: 0.7857142857em;
        text-transform: uppercase;
        color: #434A54;
        padding: 0 0 0 10px; }
        .clientes-p__body li a:hover {
          text-decoration: underline; }
        .clientes-p__body li a:after {
          position: absolute;
          top: 0;
          left: 0;
          content: "\f101";
          font-family: "FontAwesome"; }

#servicios {
  text-align: center; }
  #servicios a {
    display: block;
    color: #03A9F4; }
    #servicios a .fa {
      display: block;
      font-size: 3.5714285714em;
      margin: 10px auto; }
    #servicios a:hover {
      color: #20b426;
      transform: scale(1.1) translate(2px); }

.banner-clasitienda {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px;
  margin: 1em 0 0;
  border-radius: 3px;
  background-color: #20b426; }
  @media screen and (max-width: 768px) {
    .banner-clasitienda {
      flex-direction: column; } }
  .banner-clasitienda .btn-link {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
    text-align: center;
    font-size: 0.7857142857em;
    font-weight: 700; }
  .banner-clasitienda__col1 {
    flex: 0 0 15%;
    align-self: center; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .banner-clasitienda__col1 {
        flex: 0 0 10%; } }
    .banner-clasitienda__col1 img {
      display: block;
      max-width: 160px;
      margin-bottom: 7px;
      transform-style: initial !important; }
    .banner-clasitienda__col1 .btn-link {
      max-width: 160px; }
    @media screen and (max-width: 768px) {
      .banner-clasitienda__col1 {
        flex: 0 0 auto; }
        .banner-clasitienda__col1 img {
          margin: 0 auto 5px; } }
  .banner-clasitienda__col2 {
    /*flex: 0 0 85%;*/
    padding: 0;
    overflow: hidden; }
  .owl-carousel .owl-item img.homethumb{width: 84px !important;}
  .owl-carousel .owl-item img.logo{width: 190px !important; max-width: 100%;}
  .banner-clasitienda__anuncios .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
    }
    @media screen and (max-width: 768px) {
      .banner-clasitienda__col2 {
        display: flex;
        flex-wrap: nowrap;
        flex: 0 0 100%;
        overflow-x: scroll;
        padding-left: 0;
      } 
      .banner-clasitienda__anuncios .col-md-3{
        padding-right: 0px;
        padding-left: 0px;
        display: inline-flex;
      }
    }
  .banner-clasitienda__anuncios {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .banner-clasitienda__anuncios {
        padding: 0 10px; } }
    .banner-clasitienda__anuncios a {
      display: flex;
      align-items: center;
      color: inherit;
      position: relative; }
    .banner-clasitienda__anuncios .fa {
      position: relative;
      top: 1px; }
    .banner-clasitienda__anuncios figure {
      /*width: 120px;*/
      height: 75px; }
      .banner-clasitienda__anuncios figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    @media screen and (max-width: 767px) {
      .banner-clasitienda__anuncios--tall {
        height: 194px; }
        .banner-clasitienda__anuncios--tall a {
          flex-direction: column; }
        .banner-clasitienda__anuncios--tall figure {
          width: 120px;
          height: 95px; } 
        .owl-carousel .owl-item img.homethumb{width: 100% !important;}
    }
    .banner-clasitienda__anuncios article {
      flex: 1 0 20%;
      background-color: #FFFFFF;
      margin-bottom: 5px;
      border-radius: 3px;
      overflow: hidden;
      transition: box-shadow .5s ease-in; }
      @media screen and (max-width: 768px) {
        .banner-clasitienda__anuncios article {
          margin-right: 5px;
          /*min-height: 170px;*/
        }
          /*.banner-clasitienda__anuncios article:last-child {
            margin-right: 0; }*/ }
      .banner-clasitienda__anuncios article:hover {
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05); }
        .banner-clasitienda__anuncios article:hover h6 {
          text-decoration: underline; }
      @media screen and (min-width: 769px) {
        .banner-clasitienda__anuncios article {
          flex: 1 0 18%;
          margin-right: 5px;
          /*margin-bottom: 0;*/ }
          /*.banner-clasitienda__anuncios article:last-of-type {
            margin-right: 0; }*/ }
      .banner-clasitienda__anuncios article div {
        padding: 5px; }
        .banner-clasitienda__anuncios article div h6, .banner-clasitienda__anuncios article div p {
          margin: 0; }
        .banner-clasitienda__anuncios article div h6 {
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 0.8571428571em;
          text-transform: uppercase; }
        .banner-clasitienda__anuncios article div p {
          font-family: "Montserrat", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 1.1em;
          color: #20b426; }

.our-products {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 768px) {
    .our-products {
      flex-direction: row; } }
  .our-products__col {
    flex: 1 0 30%;
    padding: 4%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .our-products__col {
        flex: 1 0 10%;
        padding: 10px;
        margin: 0 .5em; } }
    .our-products__col:first-of-type {
      margin-left: 0; }
    .our-products__col:last-of-type {
      margin-right: 0; }
    .our-products__col .btn {
      min-width: 150px; }
    .our-products__col img {
      display: block;
      margin: 8px auto 13px;
      height: 30px; }
    @media screen and (min-width: 768px) {
      .our-products__col p {
        min-height: 60px; } }
    .our-products__col--premium h4 {
      color: #4FC1E9; }
    .our-products__col--destacado h4 {
      color: #F6BB42; }

.area-feria {
  margin: 1em 0;
  padding: 10px 20px;
  border-radius: 4px; }
  .area-feria--blackweek {
    background-color: #000000; }
    .area-feria--blackweek p {
      color: #ff367f; }
  .area-feria__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .area-feria__header figure {
      flex: 1 0 30%; }
      @media screen and (min-width: 768px) {
        .area-feria__header figure {
          flex: 1 0 22%; } }
      .area-feria__header figure img {
        max-width: 120px;
        width: 100%;
        display: block;
        float: right; }
    .area-feria__header p {
      display: none;
      font-weight: 700;
      font-size: 1.4285714286em;
      text-align: center;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .area-feria__header p {
          display: block;
          flex: 1 0 50%; } }
  .area-feria__columns {
    margin: 1em 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    @media screen and (min-width: 768px) {
      .area-feria__columns {
        overflow-x: hidden; } }
  .area-feria__desc {
    flex: 1 0 75%;
    border-radius: 3px;
    margin-right: 1.5%;
    overflow: hidden;
    background-color: #FFFFFF; }
    .area-feria__desc:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .area-feria__desc {
        flex: 1 0 22%; } }
    .area-feria__desc header {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      font-weight: 700;
      padding: .5em .5em;
      font-size: 1.0714285714em;
      color: #FFFFFF;
      background-color: #ff5722; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .area-feria__desc header {
          font-size: 0.8571428571em; } }
      .area-feria__desc header a {
        color: inherit; }
    .area-feria__desc--1 {
      border: 1px solid #ff7e55; }
      .area-feria__desc--1 header {
        background-color: #ff7e55; }
    .area-feria__desc--blackweek-1 {
      border: 1px solid #20b426; }
      .area-feria__desc--blackweek-1 header {
        background-color: #1A1A1A;
        color: #11CBF5; }
    .area-feria__desc--2 {
      border: 1px solid #ff7e55; }
      .area-feria__desc--2 header {
        background-color: #ff7e55; }
    .area-feria__desc--blackweek-2 {
      border: 1px solid #20b426; }
      .area-feria__desc--blackweek-2 header {
        background-color: #1A1A1A;
        color: #F7AD03; }
    .area-feria__desc--3 {
      border: 1px solid #ff7e55; }
      .area-feria__desc--3 header {
        background-color: #1A1A1A; }
    .area-feria__desc--blackweek-3 {
      border: 1px solid #20b426; }
      .area-feria__desc--blackweek-3 header {
        background-color: #1A1A1A;
        color: #20b426; }
    .area-feria__desc--4 {
      border: 1px solid #ff7e55; }
      .area-feria__desc--4 header {
        background-color: #1A1A1A; }
    .area-feria__desc--blackweek-4 {
      border: 1px solid #20b426; }
      .area-feria__desc--blackweek-4 header {
        background-color: #1A1A1A;
        color: #20b426; }
  .area-feria ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .area-feria li {
    margin: 3px 5px;
    border-bottom: 1px solid #E6E9ED; }
    .area-feria li:last-of-type {
      border-bottom: none; }
  .area-feria__anuncios {
    display: flex;
    height: 75px;
    align-items: center;
    color: #434A54;
    background-color: #FFFFFF;
    margin-bottom: 2px;
    overflow: hidden; }
    .area-feria__anuncios figure {
      flex: 3; }
    .area-feria__anuncios div {
      flex: 7; }
    .area-feria__anuncios h6, .area-feria__anuncios p {
      padding: 0 5px;
      margin: 0; }
    .area-feria__anuncios h6 {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 0.8571428571em;
      text-transform: uppercase; }
    .area-feria__anuncios p {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #000000;
      font-weight: 700; }
    .area-feria__anuncios img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .area-feria__anuncios:hover {
      color: inherit; }
      .area-feria__anuncios:hover h6 {
        text-decoration: underline; }
  .area-feria__categorias {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    background-color: #FFFFFF; }
    .area-feria__categorias li {
      flex: 2;
      margin: 0;
      border-bottom: 1px solid #E6E9ED; }
    .area-feria__categorias a {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative;
      color: inherit;
      padding: 0 .5em; }
      .area-feria__categorias a:hover, .area-feria__categorias a:hover:after {
        color: #20b426; }
      .area-feria__categorias a:after {
        content: "\f105";
        position: absolute;
        right: 5px;
        color: #AAB2BD;
        font-size: 1em;
        font-family: "FontAwesome"; }

#interna-filtro {
  padding-top: 1rem; }
  #interna-filtro .breadcrumb,
  #interna-filtro .breadcrumb-h1 {
    margin-top: 0; }
  #interna-filtro aside {
    padding-bottom: 20px; }
    #interna-filtro aside h6 {
      font-weight: 700;
      margin: .8em 0 .5em; }
      #interna-filtro aside h6:first-of-type {
        margin-top: 0; }
  #interna-filtro .box-filtro {
    position: relative;
    padding: 10px;
    background-color: #f7f9fa;
    border: 1px solid #ebedee;
    margin-bottom: 10px;
    border-radius: 4px; }
    #interna-filtro .box-filtro > h5 {
      margin: 0 0 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #eee; }
    #interna-filtro .box-filtro small {
      font-size: 11px; }
    #interna-filtro .box-filtro hr {
      margin: 10px 0; }
    #interna-filtro .box-filtro .grid-input {
      display: block;
      margin-bottom: 1em; }
      #interna-filtro .box-filtro .grid-input input {
        max-width: 100%;
        margin-bottom: 2px; }
    #interna-filtro .box-filtro .pretty {
      display: block;
      font-size: 12px; }

.menu-categorias {
  padding-left: 0;
  margin: 0 0 .5em;
  list-style-type: none;
  font-size: 0.8571428571em; }
  .menu-categorias h1 {
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0; }
  .menu-categorias a {
    position: relative;
    display: block;
    color: #434A54;
    padding: 2px 5px 2px 10px;
    word-break: break-word; }
    .menu-categorias a:hover {
      text-decoration: underline; }
    .panel-filter .menu-categorias a {
      color: #FFFFFF;
      padding: 12px 10px; }
      .panel-filter .menu-categorias a:hover {
        text-decoration: none;
        background-color: #293647; }
      .panel-filter .menu-categorias a:after {
        top: 12px !important; }
  .menu-categorias ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0; }
  .panel-filter .menu-categorias--parent li {
    border-bottom: 1px solid #FFFFFF; }
  .menu-categorias--parent a:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f105";
    font-family: "FontAwesome"; }
  .panel-filter .menu-categorias--parent a:after {
    top: 5px; }
  .panel-filter .menu-categorias--back li {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px; }
  .menu-categorias--back a:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f104";
    font-family: "FontAwesome"; }
  .panel-filter .menu-categorias--back a:after {
    top: 5px; }
  .panel-filter .menu-categorias--back ul li {
    margin-bottom: 0; }
  .menu-categorias--back ul a {
    padding-left: 0; }
    .menu-categorias--back ul a:after {
      content: ""; }
    .panel-filter .menu-categorias--back ul a:after {
      top: 5px; }
  .menu-categorias--back ul.arrow-in a {
    padding-left: 10px; }
    .menu-categorias--back ul.arrow-in a:after {
      content: "\f105"; }
  .menu-categorias--back ul.arrow-out a {
    padding-left: 10px; }
    .menu-categorias--back ul.arrow-out a:after {
      content: "\f104"; }

.box-anuncio {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  position: relative; }
  .box-anuncio--checkout {
    border: 1px solid #d5d9de;
    background-color: #fdfdfd; }
  .box-anuncio--grilla {
    align-content: flex-start; }
  .box-anuncio--grilla-big {
    align-content: flex-start; }
  .box-premium .box-anuncio, .box-especial-1 .box-anuncio, .box-especial-2 .box-anuncio {
    margin-bottom: 1px; }
  .box-anuncio__thumbs {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    min-height: 80px;
    overflow: hidden;
    position: relative; }
    .box-anuncio__thumbs img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain"; }
    .box-anuncio--grilla .box-anuncio__thumbs {
      height: 200px; }
    .box-anuncio--grilla-big .box-anuncio__thumbs {
      height: 280px; }
    .box-anuncio--grilla .box-anuncio__thumbs, .box-anuncio--grilla-big .box-anuncio__thumbs {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      .box-anuncio--grilla .box-anuncio__thumbs img, .box-anuncio--grilla-big .box-anuncio__thumbs img {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
  .box-anuncio__ribbon {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
    width: 90px;
    display: block;
    background: #20b426;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 9px;
    left: -26px;
    font-weight: bold;
    line-height: 20px;
    z-index: 50;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }
    .box-premium .box-anuncio__ribbon, .box-especial-1 .box-anuncio__ribbon, .box-especial-2 .box-anuncio__ribbon {
      top: 11px;
      left: -24px; }
    .box-anuncio__ribbon:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #1c9e21;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #1c9e21; }
    .box-anuncio__ribbon:after {
      content: '';
      position: absolute;
      right: 0%;
      top: 100%;
      z-index: -1;
      border-right: 3px solid #1c9e21;
      border-left: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #1c9e21; }
    .box-anuncio__ribbon--right {
      -webkit-transform: rotate(41deg);
      transform: rotate(41deg);
      left: auto;
      right: -22px;
      width: 95px; }
    .box-anuncio__ribbon--red {
      background-color: #F44336; }
      .box-anuncio__ribbon--red:before {
        border-left: 3px solid #c4170b;
        border-top: 3px solid #c4170b; }
      .box-anuncio__ribbon--red:after {
        border-right: 3px solid #c4170b;
        border-top: 3px solid #c4170b; }
    .box-anuncio__ribbon--blue {
      background-color: #4A89DC; }
      .box-anuncio__ribbon--blue:before {
        border-left: 3px solid #215ca9;
        border-top: 3px solid #215ca9; }
      .box-anuncio__ribbon--blue:after {
        border-right: 3px solid #215ca9;
        border-top: 3px solid #215ca9; }
  .box-anuncio__descripcion {
    position: relative;
    padding: 3px 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .box-anuncio__descripcion h2, .box-anuncio__descripcion h3 {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 1em;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .box-anuncio__descripcion .titAnuncio {
      display: block;
      padding-top: 2px;
      font-size: 1em;
      line-height: 1.1;
      color: #656D78;
      word-break: break-word;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .box-anuncio__descripcion .titAnuncio {
          font-size: 0.9285714286em; } }
      .box-anuncio__descripcion .titAnuncio:hover {
        text-decoration: underline; }
    .box-anuncio__descripcion .price {
      font-size: 1.2142857143em;
      font-weight: 700;
      color: #434A54;
      text-transform: capitalize;
      margin: 3px 0; }
      .box-anuncio__descripcion .price small {
        position: relative;
        top: -1px;
        color: #AAB2BD; }
    .box-anuncio__descripcion .old-price {
      color: #909ba6;
      font-size: 1.3rem;
      line-height: 1rem;
      text-decoration: line-through;
      font-weight: lighter; }
    .box-anuncio__descripcion .text-promo {
      position: relative;
      top: -2px;
      padding: 3px 5px;
      display: inline-block;
      color: #FFFFFF;
      font-size: 11px;
      text-transform: uppercase;
      border-radius: 3px; }
      .box-anuncio__descripcion .text-promo.text-promo-motor {
        background-color: #F44336; }
      .box-anuncio__descripcion .text-promo.text-promo-la-feria {
        background-color: #ff5722; }
      .box-anuncio__descripcion .text-promo.text-promo-la-feria-mother {
        background-color: #ff9cc0; }
      .box-anuncio__descripcion .text-promo.text-promo-offer {
        background-color: #3BAFDA; }
    .box-anuncio__descripcion h6 {
      font-size: 0.7142857143em;
      font-weight: 400;
      margin: 0; }
      .box-anuncio__descripcion h6 a {
        display: inline-block;
        color: #999;
        font-size: inherit;
        font-weight: normal;
        text-transform: initial;
        padding-bottom: 3px; }
        .box-anuncio__descripcion h6 a:hover {
          text-decoration: underline; }
      .box-anuncio__descripcion h6 .fa, .box-anuncio__descripcion h6 span {
        font-size: 1em;
        color: #AAB2BD; }
      .box-anuncio__descripcion h6 .fa {
        margin-right: 2px; }
    .box-anuncio__descripcion--especial .titAnuncio, .box-anuncio__descripcion--especial h6 a {
      color: #FFFFFF; }
    .box-anuncio__descripcion--especial .price {
      color: #ffeb3b; }
    .box-anuncio__descripcion .numeral {
      color: #AAB2BD;
      font-size: 0.8571428571em;
      padding: 4px 2px; }
    .box-anuncio__descripcion strong {
      padding: 0 3px; }
    .box-anuncio--grilla-big .box-anuncio__descripcion {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .box-anuncio--grilla .box-anuncio__descripcion {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .box-anuncio__descripcion--checkout {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 0.8571428571em;
      line-height: 1.1; }
  .box-anuncio__cantidades {
    padding: 0 5px;
    text-align: center;
    -webkit-flex-basis: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media screen and (max-width: 1024px) {
      .box-anuncio__cantidades {
        margin: 5px auto;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .box-anuncio__cantidades h6 {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 0.7857142857em;
      color: #AAB2BD;
      text-transform: uppercase;
      margin: 0 auto 5px; }
    .box-anuncio__cantidades .cantidades {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .box-anuncio__cantidades .cantidades .box {
        background-color: #FAFAFA;
        padding: 2px 0 0;
        border: 1px solid #E6E9ED;
        border-radius: 2px; }
        .box-anuncio__cantidades .cantidades .box .number {
          font-size: 1.2857142857em;
          font-weight: #474b54;
          font-weight: 600; }
        .box-anuncio__cantidades .cantidades .box small {
          display: block;
          font-size: 0.7142857143em;
          padding: 2px 5px;
          text-transform: uppercase;
          border-top: 1px solid #E6E9ED;
          background-color: #E6E9ED; }
  .box-anuncio--premium {
    border-color: #4FC1E9; }
    .box-anuncio--premium .titAnuncio {
      color: #2d9ac1; }
      .box-anuncio--premium .titAnuncio:hover {
        color: #34b7e6; }
  .box-anuncio--destacado {
    border-color: #F6BB42; }
    .box-anuncio--destacado .titAnuncio {
      color: #b07908; }
      .box-anuncio--destacado .titAnuncio:hover {
        color: #b07908; }
  .box-anuncio--transaccional {
    border-color: #656D78; }
  .box-anuncio__logo {
    padding: 0 5px;
    text-align: center;
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    .box-anuncio__logo figure {
      width: 100%; }
      .box-anuncio__logo figure a {
        display: block;
        width: 60px;
        min-height: 20px;
        margin: 0 auto; }
      .box-anuncio__logo figure img {
        width: 100%;
        display: block;
        max-height: 38px;
        margin: 0 auto;
        border: 1px solid #e5e5e5;
        padding: 1px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .box-anuncio__logo--especial figure img {
      border-color: transparent;
      height: auto;
      max-height: none; }
    @media screen and (min-width: 0) and (max-width: 768px) {
      .box-anuncio__logo {
        display: none; } }
    .box-anuncio__logo .btn-link {
      display: block;
      font-size: 0.7857142857em;
      font-weight: normal; }
    .box-anuncio--grilla .box-anuncio__logo {
      display: none; }
    .box-anuncio--grilla-big .box-anuncio__logo {
      display: none; }
  .box-anuncio__comprar {
    padding: 0 5px;
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center; }
    .box-anuncio__comprar .btn {
      display: block;
      padding: 4px; }
    .box-anuncio__comprar p {
      line-height: 1.1;
      max-width: 130px;
      margin: 5px 0; }
    .box-anuncio__comprar .fa, .box-anuncio__comprar span {
      font-size: 1em;
      color: #AAB2BD; }
    .box-anuncio__comprar span {
      margin: 0 3px; }
    .box-anuncio__comprar .fa {
      margin-right: 2px; }
  .box-anuncio--especial-1 {
    color: #FFFFFF;
    border-color: #368aa9;
    background-color: #3a93b5; }
    .box-anuncio--especial-1 h6 span {
      color: #FFFFFF; }
  .box-anuncio--especial-2 {
    color: #FFFFFF;
    border-color: #8f7958;
    background-color: #98815e; }

.vistas {
  max-width: 100%;
  margin: 0 0 5px 0; }

.box-premium, .box-especial-1, .box-especial-2 {
  border: 1px solid #4FC1E9;
  padding: 4px;
  margin-top: 1px;
  margin-bottom: 5px;
  background-color: #4FC1E9;
  border-radius: 0 3px 3px 3px; }

.box-especial-1 {
  border: 1px solid #3a93b5;
  background-color: #3a93b5; }

.box-especial-2 {
  border: 1px solid #98815e;
  background-color: #98815e; }

#right-panel-link {
  margin-bottom: 10px; }

.panel-filter {
  width: 100%;
  display: none;
  padding: 15px;
  background-color: #3c4f67;
  color: #FFFFFF;
  z-index: 10040 !important; }
  .panel-filter #box-interna {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 120px; }
    .panel-filter #box-interna .pretty {
      display: block;
      padding: 10px;
      color: #3c4f67;
      background-color: #FFFFFF;
      border-radius: 4px;
      margin: 10px 0; }
      .panel-filter #box-interna .pretty .fa {
        margin-right: 4px; }
  .panel-filter h5 {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #FFFFFF; }
  .panel-filter h6 {
    font-weight: 700; }
  .panel-filter a.btn-mas {
    position: relative;
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF; }
  .panel-filter #close-panel-bt {
    margin-bottom: 10px; }
  .panel-filter small {
    font-size: 75%; }
  .panel-filter ul.menu-categorias--back li:last-child {
    border-bottom: none; }
  .panel-filter ul.menu-categorias--back ul li:last-child {
    border-bottom: 1px solid #FFFFFF; }

#box-mapa, .box-mapa {
  height: 500px;
  height: 60vh; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    #box-mapa, .box-mapa {
      height: 300px;
      height: 85vh; } }
  #box-mapa #simplemap, #box-mapa .simplemap, .box-mapa #simplemap, .box-mapa .simplemap {
    width: 100%;
    height: 100%; }
  #box-mapa .map-infowindow, .box-mapa .map-infowindow {
    max-width: 300px; }
    #box-mapa .map-infowindow h6, #box-mapa .map-infowindow a, .box-mapa .map-infowindow h6, .box-mapa .map-infowindow a {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 5px; }

.listado-filtro {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .listado-filtro {
      height: 250px; }
      .listado-filtro label {
        font-size: 0.8571428571em; } }
  .listado-filtro__tit {
    margin: 5px 0 10px; }
  .listado-filtro__link {
    color: #434A54;
    display: block; }
    .listado-filtro__link:hover {
      text-decoration: underline; }

.filtro-ct {
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .filtro-ct__header {
    padding: 6px 7px;
    background-color: #20b426; }
    .filtro-ct__header img {
      max-width: 100px;
      display: block; }
  .filtro-ct__body {
    padding: 5px; }
  .filtro-ct label {
    color: #434A54;
    margin-bottom: 0; }

.btn-filtro-fl {
  opacity: 0;
  position: fixed;
  bottom: 10%;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  color: #FFFFFF;
  border-radius: 50px;
  background-color: #F44336;
  transform: scale(0);
  transition: all .3s ease;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
  z-index: 9999; }
  .btn-filtro-fl.is-active {
    transform: scale(1.6);
    transform-origin: center; }
    @media screen and (max-width: 768px) {
      .btn-filtro-fl.is-active {
        opacity: 1; } }
    .btn-filtro-fl.is-active:hover, .btn-filtro-fl.is-active:focus {
      background-color: #EF5350; }

.f-mobile__active {
  background-color: rgba(255, 255, 255, 0.1); }

#descripcionPpal {
  padding-bottom: 20px; }
  #descripcionPpal .user-price {
    margin: 5px 0;
    color: #000000;
    font-size: 2em;
    text-align: right; }
    @media screen and (max-width: 767px) {
      #descripcionPpal .user-price {
        font-size: 1.5714285714em; } }
  #descripcionPpal > h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #F6BB42; }
  #descripcionPpal .tit-anuncio {
    display: block;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.7142857143em;
    line-height: 1.2;
    margin: 5px 0 10px;
    word-wrap: break-word; }
  #descripcionPpal .tit-detalle {
    font-size: 1em;
    margin: 15px 0 5px; }
    #descripcionPpal .tit-detalle span {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #607D8B;
      font-size: 13px; }
  #descripcionPpal h1 + .grid {
    width: 100%; }
  #descripcionPpal .control-aviso {
    float: right; }
    #descripcionPpal .control-aviso .favoritos {
      color: #E9573F; }
    #descripcionPpal .control-aviso .contactar {
      color: #20b426; }
    #descripcionPpal .control-aviso .denunciar-icon {
      color: #a94442; }
    #descripcionPpal .control-aviso .active {
      color: #CCD1D9; }
  .sm {
    display: flex; }
    .sm--end {
      justify-content: flex-end; }
    .sm a {
      margin-right: 1px; }
    .sm .fb {
      color: #3B5998; }
    .sm .gg {
      color: #CC3732; }
    .sm .tt {
      color: #55ACEE; }
    .sm .wa {
      color: #25d366; }
    .sm .inst {
      color: #e12f67; }
    .sm .email {
      color: #949494; }
  #descripcionPpal .text-danger {
    float: right;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    text-align: right; }
  @media screen and (max-width: 1023px) {
    #descripcionPpal > h6, #descripcionPpal .sm {
      padding-top: 1px; }
    #descripcionPpal h1 {
      font-size: 1.4285714286em;
      margin-bottom: 5px; } }
  #descripcionPpal .desc-user {
    margin-top: .7em; }
    #descripcionPpal .desc-user a {
      word-break: break-all; }

.anuncio-detalles {
  width: 100%;
  margin-bottom: .5em;
  padding: 5px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .anuncio-detalles .grid__item {
    padding-bottom: .2em; }
  .anuncio-detalles h6 {
    font-weight: normal;
    margin: 0; }
  .anuncio-detalles h6.monto {
    font-size: 1.1428571429em;
    font-weight: 700;
    word-wrap: break-word; }
  .anuncio-detalles span {
    display: block;
    margin-bottom: 2px;
    color: #999; }
  @media screen and (max-width: 1023px) {
    .anuncio-detalles h6, .anuncio-detalles span {
      font-size: 0.7857142857em; }
    .anuncio-detalles h6.monto {
      font-size: 1em; } }

#denunciar {
  background-color: #FCFCFC;
  border: 3px solid #de9b2b;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px; }
  #denunciar h4 {
    text-align: center;
    margin-bottom: 25px; }
  #denunciar .control-label {
    color: #896E2B; }
  #denunciar .form-control {
    border-color: #C8B584; }
  #denunciar .box-captcha {
    padding-top: 20px; }

.infoAnunciante {
  padding: 15px;
  text-align: center;
  border: 4px solid #d9d9d9;
  border-radius: 3px;
  background-color: #FFFFFF; }
  .infoAnunciante__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: .5em; }
    .infoAnunciante__header figure {
      flex: 0 0 64px;
      height: 64px;
      margin: 0 5px 0 0;
      background-color: #FFFFFF; }
      .infoAnunciante__header figure img {
        width: 100%;
        height: 100%;
        border: 1px solid #e6e6e6;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain"; }
    .infoAnunciante__header h5 {
      font-weight: normal;
      margin: 0; }
  .infoAnunciante__datos {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .infoAnunciante__datos li {
      display: flex;
      width: 100%;
      padding: .2em 0;
      font-weight: 700; }
      .infoAnunciante__datos li span {
        flex: 0 0 95px;
        padding-right: 3px;
        color: #999;
        font-weight: 400; }
      .infoAnunciante__datos li .show {
        font-size: 0.9285714286em;
        padding: 1px 0;
        font-weight: 400; }
    @media screen and (max-width: 1023px) {
      .infoAnunciante__datos li {
        margin-right: 5px;
        font-size: 0.8571428571em; }
        .infoAnunciante__datos li span {
          width: auto; } }
  .infoAnunciante h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9; }
  .infoAnunciante p {
    color: #999;
    font-size: 12px; }
  .infoAnunciante textarea {
    min-height: 100px;
    margin-bottom: 10px; }

.valoracion {
  text-align: center;
  padding: 5px 0;
  margin: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }
  .valoracion p {
    font-size: 11px;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase; }
    .valoracion p a {
      color: #de9b2b; }
      .valoracion p a:hover {
        text-decoration: underline;
        cursor: pointer; }
  .valoracion h6 {
    margin: 10px 0; }
  .valoracion__promedio {
    color: #4FC1E9;
    padding: 0 5px;
    border-left: 1px solid #4FC1E9;
    margin-left: 5px; }
    .valoracion__promedio:hover {
      cursor: default; }
  .valoracion .nav-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #FFFFFF; }
    .valoracion .nav-tabs li {
      border: 1px solid #d9d9d9;
      border-bottom: none;
      margin-right: 3px;
      border-radius: 4px 4px 0 0; }
      .valoracion .nav-tabs li:hover a {
        color: #FFFFFF;
        background-color: #4f6887 !important;
        border-radius: 4px 4px 0 0; }
    .valoracion .nav-tabs li.active a {
      color: #fff;
      background-color: #3c4f67 !important;
      border-radius: 4px 4px 0 0; }
  .valoracion form {
    padding: 15px 0; }
    .valoracion form .form-group {
      text-align: left; }
  .valoracion .tab-content {
    text-align: left;
    border: 1px solid #d9d9d9;
    border-top: none;
    margin-bottom: 15px; }
    .valoracion .tab-content article {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #d9d9d9; }
      .valoracion .tab-content article:last-of-type {
        border-bottom: none; }
      .valoracion .tab-content article .fa-stack {
        display: block;
        margin: 0 auto; }
    .valoracion .tab-content .fecha, .valoracion .tab-content p {
      color: #999;
      padding: 5px 0;
      margin: 0;
      font-weight: normal;
      text-transform: inherit; }
    .valoracion .tab-content .fecha {
      font-size: 10px;
      text-transform: uppercase; }
    .valoracion .tab-content p {
      font-size: 12px; }
    .valoracion .tab-content h3 {
      margin: 0 auto;
      font-size: 16px; }
      .valoracion .tab-content h3 strong {
        font-size: 12px;
        display: inline-block;
        padding: 0 5px;
        color: #34b7e6; }

.formulario-usuario {
  background-color: #f5f5f5;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin: 1em 0; }
  .formulario-usuario form {
    margin: 1em; }
  .formulario-usuario textarea {
    min-height: 100px; }

.ps-list img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media screen and (max-width: 767px) {
  ul.pgwSlider.narrow.listOnTheLeft > li, .pgwSlider.narrow.listOnTheLeft > ul > li {
    float: left !important; } }
.btn-mb {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .btn-mb {
      display: block; } }
  .btn-mb__btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    height: 55px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
    font-size: 1em; }
  .btn-mb--call {
    background-color: #4A89DC; }
  .btn-mb--buy {
    font-size: 1.4285714286em;
    background-color: #20b426; }
    .btn-mb--buy:hover {
      color: #FFFFFF;
      background-color: #2cc733; }
  .btn-mb--cantidad {
    background-color: #656D78;
    padding: 5px;
    line-height: 1; }
    .btn-mb--cantidad > * {
      height: 100%; }
    .btn-mb--cantidad input {
      color: #434A54;
      width: 40px;
      height: 100% !important; }
  .btn-mb--msj {
    background-color: #37BC9B; }
    .btn-mb--msj:focus {
      color: #FFFFFF; }
  .btn-mb--publicar {
    font-size: 1.4285714286em;
    border: none;
    background-color: #20b426; }

.banner-feria {
  min-height: 95px;
  padding: 10px 15px;
  border-radius: 3px;
  border: 2px solid transparent;
  background: #F44336 url(../img/bg-clasimotor.png) repeat;
  background-size: cover;
  margin: 1em 0 0;
  transition: all .3s ease-in-out; }
  .banner-feria__counter {
    color: #FFFFFF;
    padding-left: 10px;
    height: 40px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .banner-feria__counter {
        text-align: left;
        border-left: 1px solid #FFFFFF; } }
    .banner-feria__counter h6 {
      margin: 0;
      font-weight: normal;
      font-size: 1.1428571429em;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .banner-feria__counter b {
      display: block;
      width: 100%;
      padding-right: 5px;
      font-size: 1.5em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      text-shadow: 0 1px 2px rgba(173, 14, 1, 0.6); }
      @media screen and (max-width: 767px) {
        .banner-feria__counter b {
          margin: 0 auto; } }
  .banner-feria__btn {
    border-color: #FFFFFF !important; }
    .banner-feria__btn:hover {
      background-color: #20b426; }
  .banner-feria a {
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%; }
    @media screen and (max-width: 768px) {
      .banner-feria a {
        flex-direction: column; } }
    .banner-feria a span {
      flex: 0 0 300px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .banner-feria a span {
          flex: 0 0 200px; } }
      @media screen and (max-width: 768px) {
        .banner-feria a span {
          flex: 0 0 auto;
          padding: 5px; } }
      .banner-feria a span:nth-child(1) img {
        max-width: 260px;
        width: 100%;
        transform-style: initial; }
      .banner-feria a span:nth-child(2) {
        flex: 0 0 520px; }
        @media screen and (max-width: 768px) {
          .banner-feria a span:nth-child(2) {
            flex: 0 0 auto; } }
        .banner-feria a span:nth-child(2) img {
          max-width: 255px;
          width: 100%;
          margin: 0 auto;
          position: relative;
          top: 3px; }
      .banner-feria a span:nth-child(3) img {
        transform: translateY(7px); }
  .banner-feria img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .banner-feria img {
        margin: 0; } }
  .banner-feria--la-feria {
    transition: background .3s ease;
    background: #ff5722 url(../img/bg-la-feria.png) repeat; }
    .banner-feria--la-feria:hover {
      background-position: 0 -30px; }
    .banner-feria--la-feria a span:nth-child(2) img {
      max-width: 190px; }
  .banner-feria--la-feria-mother {
    transition: background .3s ease;
    background: #f36189 url(../img/bg-la-feria-mother.png) repeat; }
    .banner-feria--la-feria-mother:hover {
      background-position: 0 -30px; }
    .banner-feria--la-feria-mother a span:nth-child(2) img {
      max-width: 190px; }
  .banner-feria--black-friday {
    transition: background .3s ease;
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px 15px; }
    .banner-feria--black-friday a span:nth-child(1) {
      flex: 0 0 auto; }
      .banner-feria--black-friday a span:nth-child(1) img {
        max-width: 130px; }
    .banner-feria--black-friday a span:nth-child(2) img {
      max-width: 190px; }
    .banner-feria--black-friday a span:nth-child(3) {
      flex: 0 0 auto; }
      .banner-feria--black-friday a span:nth-child(3) img {
        transform: translateY(2px); }
    .banner-feria--black-friday a .btn-feria {
      color: #FFFFFF;
      border-color: #000000;
      background-color: #000000; }
      .banner-feria--black-friday a .btn-feria:hover {
        background-color: #262626; }
      .banner-feria--black-friday a .btn-feria:active {
        color: #FFFFFF; }
  .banner-feria--cyber-day {
    align-items: center;
    transition: background .3s ease;
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #ff3b23;
    padding: 5px 15px; }
    .banner-feria--cyber-day a span:nth-child(1) {
      flex: 0 0 auto; }
      .banner-feria--cyber-day a span:nth-child(1) img {
        max-width: 190px; }
    .banner-feria--cyber-day a span:nth-child(2) img {
      max-width: 190px; }
    .banner-feria--cyber-day a span:nth-child(3) {
      flex: 0 0 auto; }
      .banner-feria--cyber-day a span:nth-child(3) img {
        transform: translateY(2px); }
    .banner-feria--cyber-day a .btn-feria {
      color: #FFFFFF;
      border-color: #ff3b23 !important;
      background-color: #ff3b23; }
      .banner-feria--cyber-day a .btn-feria:hover {
        background-color: #ff523d; }
  .banner-feria__text {
    text-align: center; }
    .banner-feria__text h6 {
      margin: 0; }
    .banner-feria__text p {
      padding: 1px 20px;
      margin: 0 0 3px;
      color: inherit;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 0.9285714286em; }
    .banner-feria__text--cyber-day h6 {
      color: #ff3b23; }
      .banner-feria__text--cyber-day h6 strong {
        color: #0192ec; }
    .banner-feria__text--cyber-day p {
      color: #ff3b23; }
    .banner-feria__text--bf h6 {
      color: #000000; }
      .banner-feria__text--bf h6 strong {
        color: #ff3b23; }
    .banner-feria__text--bf p {
      color: inherit; }

.banner-cyberday {
  min-height: 95px;
  border-radius: 3px;
  transition: background .3s ease;
  background: #1F1050 url(../img/bg-cyber-day.gif) repeat;
  background-size: cover;
  margin: 1em 0 0;
  position: relative; }
  .banner-cyberday:hover {
    background-position: 0 -10px; }
  .banner-cyberday__counter {
    color: #FFFFFF;
    padding-left: 10px;
    height: 40px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .banner-cyberday__counter {
        text-align: left;
        border-left: 1px solid #FFFFFF; } }
    .banner-cyberday__counter h6 {
      margin: 0;
      font-weight: normal;
      font-size: 1.1428571429em;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .banner-cyberday__counter b {
      display: block;
      width: 100%;
      padding-right: 5px;
      font-size: 1.5em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .banner-cyberday__btn {
    border-color: #FFFFFF !important; }
    .banner-cyberday__btn:hover {
      background-color: #4BE891; }
  .banner-cyberday a {
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%; }
    @media screen and (max-width: 768px) {
      .banner-cyberday a {
        flex-direction: column; } }
    .banner-cyberday a span {
      flex: 0 0 300px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .banner-cyberday a span {
          flex: 0 0 200px; } }
      @media screen and (max-width: 768px) {
        .banner-cyberday a span {
          flex: 0 0 auto;
          padding: 5px; } }
      .banner-cyberday a span:nth-child(1) img {
        max-width: 260px;
        width: 100%;
        margin: 0 0 0 10px;
        transform-style: initial; }
      .banner-cyberday a span:nth-child(2) {
        flex: 0 0 520px; }
        @media screen and (max-width: 768px) {
          .banner-cyberday a span:nth-child(2) {
            flex: 0 0 auto; } }
        .banner-cyberday a span:nth-child(2) img {
          max-width: 255px;
          width: 100%;
          margin: 0 auto;
          position: relative;
          top: 3px; }
      .banner-cyberday a span:nth-child(3) img {
        transform: translateY(7px); }
  .banner-cyberday img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .banner-cyberday img {
        margin: 0; } }

.banner-blackweek {
  min-height: 95px;
  border-radius: 3px;
  transition: background 1s ease;
  background: url(../img/bg-banner-navidad.png) #faedba center center no-repeat;
  background-size: cover;
  margin: 1em 0 0;
  position: relative; }
  .banner-blackweek:hover {
    background-position: 0 -50px;}
  .banner-blackweek__counter {
    color: #FFFFFF;
    padding-left: 10px;
    height: 40px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .banner-blackweek__counter {
        text-align: left;
        border-left: 1px solid #FFFFFF; } }
    .banner-blackweek__counter h6 {
      margin: 0;
      font-weight: normal;
      font-size: 1.1428571429em;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .banner-blackweek__counter b {
      display: block;
      width: 100%;
      padding-right: 5px;
      font-size: 1.5em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .banner-blackweek__btn {
    border-color: #dd3c1c !important;
    background: #dd3c1c;
    color: #faedba;
    }
    .banner-blackweek__btn:hover {
      background-color: #fff; 
      color: #dd3c1c;
    }
  .banner-blackweek a {
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%; }
    @media screen and (max-width: 768px) {
      .banner-blackweek a {
        flex-direction: column; } }
    .banner-blackweek a span {
      flex: 0 0 300px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .banner-blackweek a span {
          flex: 0 0 200px; } }
      @media screen and (max-width: 768px) {
        .banner-blackweek a span {
          flex: 0 0 auto;
          padding: 5px; } }
      .banner-blackweek a span:nth-child(1) img {
        max-width: 260px;
        width: 100%;
        margin: 0 0 0 30px;
        transform-style: initial; }
      .banner-blackweek a span:nth-child(2) {
        flex: 0 0 520px; }
        @media screen and (max-width: 768px) {
          .banner-blackweek a span:nth-child(2) {
            flex: 0 0 auto; } 
          .banner-blackweek {
            transition: none;}
          .banner-blackweek:hover{
            background-position: center center;}
          .banner-blackweek a span:nth-child(1) img {margin: 0 0 0 0;}
        }
        .banner-blackweek a span:nth-child(2) img {
          max-width: 255px;
          width: 100%;
          margin: 0 auto;
          position: relative;
          top: 3px; }
      .banner-blackweek a span:nth-child(3) img {
        transform: translateY(12px); }
  .banner-blackweek img {
    display: block;
    max-width: auto !important;
    width: auto !important;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .banner-blackweek img {
        margin: 0; } }
    .banner-blackweek .desc{ color:#dd3c1c; text-align: center; display: block;}
    
.tit-feria {
  position: relative;
  padding: 1px 0; }
  .tit-feria img {
    max-width: 240px; }
  .tit-feria--grilla {
    border-bottom: none;
    margin: .1em 0;
    padding: 2px 0; }
    .tit-feria--grilla img {
      max-width: 140px; }
  .tit-feria--listado {
    padding: 2px 0;
    border-bottom: none; }
    @media screen and (min-width: 1024px) {
      .tit-feria--listado {
        position: absolute;
        right: 1%;
        bottom: 10%;
        width: 100%;
        max-width: 180px; } }
    .tit-feria--listado img {
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .tit-feria--listado img {
          width: 200px;
          margin: 0; } }

.box-feria {
  padding: 1.5em;
  border-radius: 3px;
  border-top: 3px solid transparent;
  box-shadow: 0 1px 3px #DDD;
  background-color: #FAFAFA;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .box-feria {
      padding: 1em; } }
  .box-feria h5 {
    font-size: 1em;
    margin: 5px 0; }
  .box-feria--border {
    border-color: #f44336; }
  .box-feria__tit {
    display: inline-block;
    font-size: 1.4285714286em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding: 3px 5px;
    background-color: #F44336;
    border-radius: 3px;
    margin: 0 0 10px; }
  .box-feria__actual {
    font-size: 2em;
    color: #000000;
    margin: 0 0 .5em; }
  .box-feria__anterior {
    font-size: 1.5714285714em;
    color: #000000;
    margin: 0; }

.banner-desc-ct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 .5em 0;
  padding: 3px 10px;
  border-radius: 4px;
  border: 2px solid #ff5722; }
  .banner-desc-ct__logo {
    flex: 0 0 100%; }
  .banner-desc-ct__nav {
    flex: 0 0 100%; }
  .banner-desc-ct img {
    display: block;
    max-width: 250px;
    margin: 0 auto; }
  .banner-desc-ct nav {
    display: flex;
    justify-content: space-between; }
    .banner-desc-ct nav a {
      flex: 1 0 25%;
      margin: .3em .3em .3em 0;
      padding: .5em;
      border: 1px solid #FFFFFF;
      border-radius: 4px;
      text-align: center;
      color: #FFFFFF;
      line-height: 1.1;
      font-weight: 700;
      transition: all .3s ease-in; }
      .banner-desc-ct nav a:nth-child(1) {
        background-color: #ff7e55; }
      .banner-desc-ct nav a:nth-child(2) {
        background-color: #ff5722; }
      .banner-desc-ct nav a:nth-child(3) {
        background-color: #ee3900; }
      .banner-desc-ct nav a:hover {
        color: #ff5722;
        border: 1px solid #ff5722;
        background-color: #FFFFFF; }
      @media screen and (min-width: 768px) {
        .banner-desc-ct nav a {
          font-size: 1.4285714286em;
          margin: .3em; } }
      .banner-desc-ct nav a:first-of-type {
        margin-left: 0; }
      .banner-desc-ct nav a:last-of-type {
        margin-right: 0; }
    .banner-desc-ct nav small {
      display: block;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .banner-desc-ct nav small {
          font-size: 11px; } }
  .banner-desc-ct--mother {
    border-color: #ff9cc0; }
    .banner-desc-ct--mother nav a:nth-child(1) {
      background-color: #ff9cc0; }
    .banner-desc-ct--mother nav a:nth-child(2) {
      background-color: #ff69a0; }
    .banner-desc-ct--mother nav a:nth-child(3) {
      background-color: #ff367f; }
    .banner-desc-ct--mother nav a:hover {
      color: #FFFFFF;
      border: 1px solid #ff367f;
      background-color: #ff367f; }

.cuotas-bank {
  position: relative; }
  .cuotas-bank__cantidad {
    width: 180px;
    position: absolute;
    top: -10px;
    right: -4px;
    z-index: 9999; }
    @media screen and (min-width: 768px) {
      .cuotas-bank__cantidad {
        width: 225px; } }

.cp-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 110px;
  height: 60px;
  bottom: 12%;
  right: 1%;
  z-index: 9999;
  box-shadow: none;
  transform: scale(1); }
  .cp-whatsapp a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.1428571429em;
    text-align: center;
    background-color: #25d366;
    border-radius: 50px;
    transition: all .2s ease; }
    .cp-whatsapp a i {
      color: #FFFFFF; }
    .cp-whatsapp a:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 768px) {
    .cp-whatsapp {
      right: 1%;
      bottom: 5%; } }

.area-compra {
  padding: 1em 0;
  margin-bottom: 10px;
  background-color: #fdfdfd;
  border: 1px solid #E6E9ED;
  border-radius: 4px;
  text-align: center; }
  .area-compra p {
    font-size: 0.8571428571em;
    color: #AAB2BD;
    padding: 0 25px;
    margin-bottom: 5px; }
  .area-compra h6, .area-compra h5 {
    margin: 5px 0; }
  .area-compra h5 {
    color: #000000; }
  .area-compra hr {
    margin: 10px 0; }
  .area-compra__logo-feria {
    display: block;
    max-width: 133px;
    margin: 0 auto;
    padding-bottom: 5px; }
  .area-compra__tit {
    font-size: 1em;
    text-transform: uppercase; }
    .area-compra__tit .fa {
      color: #20b426; }
  .area-compra__precio {
    color: #000000;
    font-size: 2em;
    margin: 0 0 5px; }
    .area-compra__precio small {
      display: block;
      padding: 5px 0;
      font-size: 12px;
      color: #AAB2BD; }
  .area-compra__cuotas {
    display: block;
    padding: 3px;
    color: #00187f;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .area-compra__cuotas strong {
      color: #F44336;
      font-size: 15px; }
  .area-compra__cantidad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid #E6E9ED;
    margin-bottom: 5px;
    overflow: hidden; }
    .area-compra__cantidad * {
      border: none; }
    .area-compra__cantidad button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      color: #AAB2BD;
      padding: 5px 10px;
      background-color: #FFFFFF; }
      .area-compra__cantidad button:active {
        color: #FFFFFF;
        background-color: #20b426; }
    .area-compra__cantidad input {
      text-align: center;
      width: 100%;
      height: 40px;
      border-left: 1px solid #E6E9ED;
      border-right: 1px solid #E6E9ED;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-appearance: textfield; }
  .area-compra__btn {
    width: 65%;
    margin: 0 auto 20px; }
    .area-compra__btn .btn {
      margin-bottom: 5px; }
    @media screen and (max-width: 1024px) {
      .area-compra__btn {
        width: 80%; } }
  .area-compra__medios {
    padding: 10px;
    border-top: 1px solid #eee; }
    .area-compra__medios h5 {
      font-size: 1em;
      font-weight: 400; }
    .area-compra__medios img {
      display: block;
      max-width: 330px;
      margin: 0 auto; }
    .area-compra__medios .fa, .area-compra__medios span {
      color: #AAB2BD; }
  .area-compra__envios h5 {
    font-size: 1em;
    font-weight: 400; }
  .area-compra__envios .fa, .area-compra__envios span {
    color: #AAB2BD; }
  .area-compra__box-vendedor {
    max-width: 260px;
    margin: 0 auto;
    padding-top: 10px; }
    .area-compra__box-vendedor p {
      padding: 0;
      margin: 0; }
  .area-compra__logo {
    display: block; }
    .area-compra__logo img {
      max-width: 50px;
      width: 100%; }
  .area-compra__vendedor {
    display: block; }
  .is-active .area-compra .area-compra__precio {
    margin: 5px 0; }

.box-reputacion {
  margin: 15px 0; }
  .box-reputacion h6 {
    margin-bottom: 5px; }
  .box-reputacion--m1 {
    margin: 10px 0; }
  .box-reputacion__base {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-color: #AAB2BD;
    opacity: .2; }
    .box-reputacion__base--1 {
      background-color: #F44336; }
    .box-reputacion__base--2 {
      background-color: #F6BB42; }
    .box-reputacion__base--3 {
      background-color: #FFCE54; }
    .box-reputacion__base--4 {
      background-color: #63dd68; }
    .box-reputacion__base--5 {
      background-color: #20b426; }
    .box-reputacion__base.is-active {
      opacity: 1;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3), 0 10px 50px rgba(0, 0, 0, 0.12); }
  .box-reputacion__tit-1 {
    color: #F44336; }
  .box-reputacion__tit-2 {
    color: #F6BB42; }
  .box-reputacion__tit-3 {
    color: #FFCE54; }
  .box-reputacion__tit-4 {
    color: #63dd68; }
  .box-reputacion__tit-5 {
    color: #20b426; }

.area-valoracion {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: .3em 0;
  margin: 1em 0;
  border-top: 1px solid #E6E9ED;
  border-bottom: 1px solid #E6E9ED; }
  .area-valoracion__total {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #434A54;
    font-weight: bold;
    font-size: 3.4285714286em; }
    @media screen and (min-width: 768px) {
      .area-valoracion__total {
        padding: 0.3em; } }
    @media screen and (max-width: 767px) {
      .area-valoracion__total {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .area-valoracion__total--auto {
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .area-valoracion__valoracion {
    padding: .3em .5em; }
    .area-valoracion__valoracion h6 {
      margin: 18px 0 5px; }
      @media screen and (max-width: 767px) {
        .area-valoracion__valoracion h6 {
          margin: 5px 0; } }
    .area-valoracion__valoracion .fa {
      color: #F6BB42;
      font-size: 1.7142857143em; }
      @media screen and (max-width: 767px) {
        .area-valoracion__valoracion .fa {
          font-size: 2em; } }
    .area-valoracion__valoracion small {
      display: block;
      text-transform: uppercase;
      color: #F6BB42;
      padding: 4px 0;
      margin-bottom: 0; }
  .area-valoracion__separador {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 1px;
    height: 80px;
    margin: 0 1px;
    background-color: #E6E9ED; }
    @media screen and (min-width: 768px) {
      .area-valoracion__separador {
        margin: 0 10px; } }
  .area-valoracion__content {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }
    @media screen and (max-width: 767px) {
      .area-valoracion__content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

  /*
  @include block('box-opiniones') {
      
      margin-bottom: 15px;

      //
      // Avatar
      // ==========================================================================
      @include element('avatar') {
           width:54px;
           height:54px;
           border-radius: 50px;
           border:2px solid #fff;
           background-color: #fff;
           box-shadow:0 2px 5px rgba(0, 0, 0, 0.22);
           overflow: hidden;


          img {
              width: 100%;
              height: 100%;
              @include object-fit(cover);
          }

      }//endAvatar

      
      //
      // Texto
      // ==========================================================================
      @include element('text') {
          
          > small {
            display: block;
            font-size: 10px; 
            color:$mediumgray-dark;
            text-transform: uppercase;
            margin-bottom: 5px; 
          }
          
          // Nombre User
          h5 {
              margin:3px 0;
              small { 
                font-size: 11px;
                color:$sunflower-dark;
                font-weight: bold; 
              }
          }
      

      }//endText
  }*/
.q-and-a {
  margin: 15px 0;
  padding: 0;
  list-style-type: none; }
  .q-and-a li {
    position: relative; }
    .q-and-a li:before, .q-and-a li:after {
      position: absolute;
      font-size: 24px;
      font-family: "FontAwesome";
      line-height: 1; }
  .q-and-a small {
    display: block;
    font-size: 11px;
    color: #AAB2BD;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .q-and-a__q {
    padding-left: 35px;
    font-weight: 600; }
    .q-and-a__q:before {
      top: 0;
      left: 0;
      content: "\f27a"; }
  .q-and-a__a {
    color: #333;
    text-align: right;
    padding: 10px 35px 10px 10px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .q-and-a__a {
        padding: 10px 30px 10px 120px; } }
    .q-and-a__a:before {
      top: 5px;
      right: 0;
      color: #4A89DC;
      content: "\f27a";
      transform: scale(-1, 1); }

.box-entrega {
  padding: 25px 10px;
  margin-bottom: 15px;
  border: 3px solid #d9d9d9;
  border-radius: 4px; }
  .box-entrega .pretty .label-bold {
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.1428571429em;
    color: #000000; }
  .box-entrega__mapa {
    width: 100%;
    height: 290px;
    border: 1px solid #AAB2BD;
    border-radius: 4px;
    overflow: hidden; }
    .box-entrega__mapa--small {
      height: 150px; }
  .box-entrega__direcciones {
    display: none;
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #FAFAFA; }
    .box-entrega__direcciones .detalle-direcciones {
      margin: 6px 0; }
      .box-entrega__direcciones .detalle-direcciones small {
        width: 100%;
        display: block;
        font-size: 1em;
        line-height: 1.4285714286em; }
    .box-entrega__direcciones .pretty {
      margin-bottom: 20px; }
      .box-entrega__direcciones .pretty label {
        display: block; }

.horario-atencion button {
  text-align: left; }
  .horario-atencion button .caret {
    margin-top: 10px; }
.horario-atencion ul.dropdown-menu {
  top: 35px;
  left: auto;
  padding: 15px;
  background-color: #FFFFFF;
  border: #AAB2BD solid 1px; }
  .horario-atencion ul.dropdown-menu li a.small {
    color: #434A54 !important; }
    .horario-atencion ul.dropdown-menu li a.small:hover, .horario-atencion ul.dropdown-menu li a.small:focus, .horario-atencion ul.dropdown-menu li a.small:active {
      color: #434A54 !important;
      background-color: #E6E9ED !important; }

.checkout-footer {
  border-top: 1px solid #CCD1D9;
  padding: 2em;
  margin-top: 1.5em;
  text-align: center;
  color: #AAB2BD;
  font-size: 0.8571428571em; }
  .checkout-footer img {
    display: block;
    max-width: 90px;
    margin: 5px auto; }

.modal-metodos__img1 {
  width: 100%;
  max-width: 75px; }
.modal-metodos__img2 {
  width: 100%;
  max-width: 60px; }

.carrito-compra figure {
  display: flex;
  align-items: center; }
.carrito-compra figcaption {
  padding: 5px; }
@media screen and (min-width: 769px) {
  .carrito-compra th:nth-child(n+2),
  .carrito-compra td:nth-child(n+2) {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .carrito-compra a[data-toggle] {
    width: 100px;
    display: block;
    margin: 0 auto; } }
.carrito-compra tfoot {
  text-align: right; }
.carrito-compra__img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }
.carrito-compra__cantidad {
  width: 140px; }
  @media screen and (min-width: 769px) {
    .carrito-compra__cantidad {
      margin: 0 auto; } }
.carrito-compra__footer td {
  text-align: right; }
  .carrito-compra__footer td div {
    padding: 10px; }
  .carrito-compra__footer td h4 strong {
    color: #3c5067; }
  @media screen and (max-width: 768px) {
    .carrito-compra__footer td {
      text-align: center !important; }
      .carrito-compra__footer td div {
        padding: 15px; }
      .carrito-compra__footer td a.btn {
        display: block;
        margin-bottom: 5px !important; } }

.unified-checkouts .pretty label {
  font-size: 12px; }
.unified-checkouts__box {
  padding: 10px;
  border: 1px solid #d5d9de;
  border-radius: 4px; }
  .unified-checkouts__box--border-1 {
    border-width: 2px; }
  .unified-checkouts__box--bg-1 {
    background-color: #FAFAFA; }
  .unified-checkouts__box--summary {
    padding: 10px 0 0;
    margin-bottom: 10px; }
    .unified-checkouts__box--summary .list-group {
      box-shadow: none; }
    .unified-checkouts__box--summary .list-group-item:last-child {
      padding: 20px 15px;
      background-color: rgba(247, 247, 247, 0.6); }
.unified-checkouts__tit {
  align-items: center; }
  .unified-checkouts__tit .number {
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 50px;
    text-align: center;
    background-color: #20b426; }
.unified-checkouts__item {
  position: relative;
  border-bottom: 1px solid #d5d9de;
  margin-bottom: 20px;
  padding-bottom: 15px; }
  .unified-checkouts__item:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .unified-checkouts__item .btn.text-danger {
      position: absolute;
      top: 0;
      right: 0; } }
.unified-checkouts__map {
  height: 350px; }
.unified-checkouts__img {
  max-width: 70px; }
  @media screen and (min-width: 769px) {
    .unified-checkouts__img {
      margin: 0 auto; } }
.unified-checkouts__btn {
  min-width: 150px; }
  @media screen and (min-width: 768px) {
    .unified-checkouts__btn {
      float: right; } }
@media screen and (min-width: 768px) {
  .unified-checkouts__anuncio-personalizado figure {
    min-height: auto;
    height: 70px; } }
.unified-checkouts__anuncio-personalizado figure img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }
.unified-checkouts__seleccionar-plan .pretty {
  border: 1px solid transparent;
  transition: all .1s ease-in;
  border-radius: 3px;
  border: 1px solid #E6E9ED;
  background-color: #FFFFFF;
  padding: 10px;
  margin: 0 0 10px;
  box-shadow: 0 0 transparent; }
  .unified-checkouts__seleccionar-plan .pretty label {
    font-size: 15px; }
.unified-checkouts__seleccionar-plan h6 {
  margin: 0 0 5px; }
.unified-checkouts__seleccionar-plan .destacado-activo {
  border: 1px solid #f5b22a;
  background-color: #fbdea3; }
  .unified-checkouts__seleccionar-plan .destacado-activo h6, .unified-checkouts__seleccionar-plan .destacado-activo label {
    color: #4f3604; }
.unified-checkouts__seleccionar-plan .premium-activo {
  border: 1px solid #38b9e6;
  background-color: #aae1f4; }
  .unified-checkouts__seleccionar-plan .premium-activo h6, .unified-checkouts__seleccionar-plan .premium-activo label {
    color: #093949; }
.unified-checkouts .tit-line, .unified-checkouts .tit-line-small {
  color: #d5d9de; }
  .unified-checkouts .tit-line:before, .unified-checkouts .tit-line-small:before, .unified-checkouts .tit-line:after, .unified-checkouts .tit-line-small:after {
    border-top-color: #d5d9de; }
.unified-checkouts .small {
  font-size: 11px; }
.unified-checkouts .area-compra__cantidad {
  max-width: 150px; }
.unified-checkouts hr {
  margin: 30px 0; }

@media (max-width: 440px) {
  .table-responsive {
    border: none; }

  #js-carrito tr {
    border-top: 1px solid #ddd; }
  #js-carrito td {
    border: none; }
  #js-carrito td[data-title='productname'] {
    width: 100%;
    max-width: 250px;
    display: block;
    clear: both; }
  #js-carrito td[data-title='price'], #js-carrito td[data-title='quantity'] {
    width: 80px;
    display: inline-block; }
  #js-carrito td[data-title='quantity'] {
    width: 150px; }
  #js-carrito td[data-title='price'] {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    padding: 20px 0;
    font-weight: bold;
    text-align: right;
    min-width: 80px; }
  #js-carrito td[data-title='delete'] {
    padding: 20px 4px;
    vertical-align: top; }
  #js-carrito .carrito-compra__cantidad {
    width: 130px; } }
.margin-bottom {
  margin-bottom: 15px !important; }

.margin-top {
  margin-top: 15px !important; }

.boxCategoria {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: 60vh;
  margin-bottom: 20px; }
  .boxCategoria:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .boxCategoria img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    z-index: -1; }
  .boxCategoria__info {
    width: 100%;
    z-index: 1; }
    .boxCategoria__info h5 {
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .boxCategoria__info h5, .boxCategoria__info h2 {
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      margin: 5px 0; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .boxCategoria__info h2 {
        font-size: 1.8571428571em; }
      .boxCategoria__info h5 {
        font-size: 1em; } }
  .boxCategoria__box-filtros {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px; }
    .boxCategoria__box-filtros .row {
      margin-bottom: 5px; }
      .boxCategoria__box-filtros .row [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px; }
    .boxCategoria__box-filtros .btn-success {
      font-weight: bold;
      min-height: 40px; }

.subcategorias ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0 0 1rem 0;
  margin: 0; }
  .subcategorias ul li {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 1%;
    margin-bottom: .5rem; }
    @media screen and (max-width: 768px) {
      .subcategorias ul li {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
  .subcategorias ul h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0; }
.subcategorias--100 ul li {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
.subcategorias a {
  display: block;
  position: relative;
  padding: .8rem 0 .8rem 1rem;
  border-bottom: 1px solid #f5f5f5;
  color: inherit; }
  .subcategorias a:hover {
    text-decoration: underline; }
  .subcategorias a:after {
    position: absolute;
    top: 8px;
    left: 0;
    content: "\f101";
    font-family: "FontAwesome"; }
.subcategorias small {
  color: #F6BB42;
  font-size: 80%; }

   /*
   .formas-de-pago {
      
      article {
            
            position:relative;
            text-align: center;
            padding: 20px 20px 70px;
            min-height:265px;
            border: 1px solid palette(grey, light);
            @include border-radius(3px);
            @include box-shadow(0 1px 2px palette(grey, light) );
            margin-bottom: 20px;
            @extend %transition;

              &:hover { @include drop-shadow(3); }

                // Titulo 
                
                h5 { font-size:20px; }

                // Logos 

                img {

                   @include inline-block;
                   margin:5px 5px 10px;
                   max-width: 75px;
                }

                // Boton Pagar 
                
                .btn {

                    position:absolute;
                    left: 20px;
                    right:20px;
                    bottom:15px;
                }
      }//endArticle

      // Planes 
      .planes article  { padding: 20px !important }

   }*/
   /*
   .ventajas {

     

      article {

              position:relative;
              min-height:180px;
              padding:10px 0 10px 0;
              margin-bottom:30px;
              z-index: 100;
              
                    span {
                        position: absolute;
                        left:0;
                        top:-15%; 
                        font-size:240px;
                        line-height:1;
                        color:#e5e5e5;
                        font-family: $base-font-header;
                        z-index: -100; 
                    }

                    &:hover {

                         span { 

                                  color:lighten($color-destacado, 23%);
                                  @extend %transition;
                                    
                          }
                    }  
            
      }

   }*/
@media screen and (min-width: 768px) {
  #nuevos-planes .box-planes .table-responsive {
    overflow-x: hidden; } }
#nuevos-planes .table-planes tbody td {
  vertical-align: middle;
  padding: 15px 10px; }
#nuevos-planes .table-planes tbody [class^="icon-"] {
  height: 55px;
  width: 55px;
  display: block;
  margin: 0 auto 10px;
  fill: #FFFFFF; }
#nuevos-planes .table-planes tbody td[rowspan] {
  max-width: 120px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF; }
#nuevos-planes .table-planes tbody .boxIcon {
  display: inline-block;
  margin: 5px;
  font-size: 14px; }
  #nuevos-planes .table-planes tbody .boxIcon [class^="icon-"] {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px; }
#nuevos-planes .table-planes tbody .rubro-todos {
  border-top: 2px solid #255625;
  border-left: 2px solid #255625;
  border-right: 1px solid #255625;
  border-bottom: 1px solid #255625;
  background-color: #449d44; }
#nuevos-planes .table-planes tbody .rubro-automotores {
  border-top: 2px solid #12816b;
  border-left: 2px solid #12816b;
  border-right: 1px solid #12816b;
  border-bottom: 1px solid #12816b;
  background-color: #16a085; }
#nuevos-planes .table-planes tbody .rubro-inmuebles {
  border-top: 2px solid #269ecb;
  border-left: 2px solid #269ecb;
  border-right: 1px solid #269ecb;
  border-bottom: 1px solid #269ecb;
  background-color: #3bafda; }
#nuevos-planes .table-planes tbody .rubro-electronica {
  border-top: 2px solid #273747;
  border-left: 2px solid #273747;
  border-right: 1px solid #273747;
  border-bottom: 1px solid #273747;
  background-color: #34495e; }
#nuevos-planes .table-planes tbody .rubro-otros {
  border-top: 2px solid #c6881f;
  border-left: 2px solid #c6881f;
  border-right: 1px solid #c6881f;
  border-bottom: 1px solid #c6881f;
  background-color: #de9b2b; }
#nuevos-planes .table-planes tbody .separador td {
  height: 15px;
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
#nuevos-planes .table-planes tbody .border-todos td {
  border-bottom: 2px solid #255625; }
#nuevos-planes .table-planes tbody .border-todos-right {
  border-right: 2px solid #255625; }
#nuevos-planes .table-planes tbody .border-todos-top td {
  border-top: 2px solid #255625; }
#nuevos-planes .table-planes tbody .border-automotores td {
  border-bottom: 2px solid #12816b; }
#nuevos-planes .table-planes tbody .border-automotores-top td {
  border-top: 2px solid #12816b; }
#nuevos-planes .table-planes tbody .border-automotores-right {
  border-right: 2px solid #12816b; }
#nuevos-planes .table-planes tbody .border-inmuebles td {
  border-bottom: 2px solid #269ecb; }
#nuevos-planes .table-planes tbody .border-inmuebles-top td {
  border-top: 2px solid #269ecb; }
#nuevos-planes .table-planes tbody .border-inmuebles-right {
  border-right: 2px solid #269ecb; }
#nuevos-planes .table-planes tbody .border-electronica td {
  border-bottom: 2px solid #273747; }
#nuevos-planes .table-planes tbody .border-electronica-right {
  border-right: 2px solid #273747; }
#nuevos-planes .table-planes tbody .border-electronica-top td {
  border-top: 2px solid #273747; }
#nuevos-planes .table-planes tbody .border-otros td {
  border-bottom: 2px solid #c6881f; }
#nuevos-planes .table-planes tbody .border-otros-top td {
  border-top: 2px solid #c6881f; }
#nuevos-planes .table-planes tbody .border-otros-bottom td {
  border-bottom: 2px solid #c6881f; }
#nuevos-planes .table-planes tbody .border-otros-right {
  border-right: 2px solid #c6881f; }
#nuevos-planes .table-planes tbody .enter-icon .boxIcon {
  -webkit-animation: popIn 0.5s 0s forwards;
  animation: popIn 0.5s 0s forwards; }
#nuevos-planes .box-planes .table-fixme-fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9); }

.botonera {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin: 2rem auto;
  padding: 0;
  text-align: center;
  list-style-type: none;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .botonera {
      flex-direction: column; } }
  .botonera__opcion {
    flex: 0 1 50%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem; }
    .botonera__opcion h5 {
      margin-top: 0; }
    .botonera__opcion .btn {
      min-width: 160px; }
    @media screen and (max-width: 767px) {
      .botonera__opcion {
        flex: 0 1 100%; }
        .botonera__opcion:first-of-type {
          border-right: none;
          padding-bottom: 1.5rem;
          border-bottom: 1px solid #e6e6e6; } }

#publicar-aviso .calidad-anuncio h5 {
  margin-top: 0; }
#publicar-aviso .calidad-anuncio h6 {
  color: #F44336;
  margin: 8px 0;
  position: relative; }
  #publicar-aviso .calidad-anuncio h6:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: inherit;
    padding-right: 3px; }
  #publicar-aviso .calidad-anuncio h6.check {
    color: #20b426;
    font-weight: bold; }
    #publicar-aviso .calidad-anuncio h6.check:before {
      content: "\f00c"; }
#publicar-aviso .calidad-anuncio__lista {
  border-top: 1px solid #f2f2f2; }
  #publicar-aviso .calidad-anuncio__lista .calidad-mala, #publicar-aviso .calidad-anuncio__lista .calidad-excelente,
  #publicar-aviso .calidad-anuncio__lista .calidad-regular, #publicar-aviso .calidad-anuncio__lista .calidad-buena, #publicar-aviso .calidad-anuncio__lista .calidad-muybuena {
    color: #FFFFFF;
    position: relative; }
    #publicar-aviso .calidad-anuncio__lista .calidad-mala:after, #publicar-aviso .calidad-anuncio__lista .calidad-excelente:after,
    #publicar-aviso .calidad-anuncio__lista .calidad-regular:after, #publicar-aviso .calidad-anuncio__lista .calidad-buena:after, #publicar-aviso .calidad-anuncio__lista .calidad-muybuena:after {
      font-family: "FontAwesome";
      font-size: 1.7142857143em;
      position: absolute;
      right: 15px;
      top: 16px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      #publicar-aviso .calidad-anuncio__lista .calidad-mala h4, #publicar-aviso .calidad-anuncio__lista .calidad-excelente h4,
      #publicar-aviso .calidad-anuncio__lista .calidad-regular h4, #publicar-aviso .calidad-anuncio__lista .calidad-buena h4, #publicar-aviso .calidad-anuncio__lista .calidad-muybuena h4 {
        padding-top: 10px; }
      #publicar-aviso .calidad-anuncio__lista .calidad-mala small, #publicar-aviso .calidad-anuncio__lista .calidad-excelente small,
      #publicar-aviso .calidad-anuncio__lista .calidad-regular small, #publicar-aviso .calidad-anuncio__lista .calidad-buena small, #publicar-aviso .calidad-anuncio__lista .calidad-muybuena small {
        margin: 10px 0 5px;
        display: block; }
      #publicar-aviso .calidad-anuncio__lista .calidad-mala:after, #publicar-aviso .calidad-anuncio__lista .calidad-excelente:after,
      #publicar-aviso .calidad-anuncio__lista .calidad-regular:after, #publicar-aviso .calidad-anuncio__lista .calidad-buena:after, #publicar-aviso .calidad-anuncio__lista .calidad-muybuena:after {
        display: block;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        top: 10px;
        text-align: center; } }
  #publicar-aviso .calidad-anuncio__lista .calidad-mala {
    background-color: #F44336; }
    #publicar-aviso .calidad-anuncio__lista .calidad-mala:after {
      content: "\f165"; }
  #publicar-aviso .calidad-anuncio__lista .calidad-regular {
    background-color: #EF5350; }
    #publicar-aviso .calidad-anuncio__lista .calidad-regular:after {
      content: "\f119"; }
  #publicar-aviso .calidad-anuncio__lista .calidad-buena {
    color: #18891d;
    background-color: #43de49; }
    #publicar-aviso .calidad-anuncio__lista .calidad-buena h4 small {
      color: inherit; }
    #publicar-aviso .calidad-anuncio__lista .calidad-buena:after {
      content: "\f11a"; }
  #publicar-aviso .calidad-anuncio__lista .calidad-muybuena {
    color: #157719;
    background-color: #2dda34; }
    #publicar-aviso .calidad-anuncio__lista .calidad-muybuena h4 small {
      color: inherit; }
    #publicar-aviso .calidad-anuncio__lista .calidad-muybuena:after {
      content: "\f118"; }
  #publicar-aviso .calidad-anuncio__lista .calidad-excelente {
    background-color: #20b426; }
    #publicar-aviso .calidad-anuncio__lista .calidad-excelente:after {
      content: "\f164"; }
#publicar-aviso article h4 {
  text-transform: uppercase;
  text-align: center; }
.drag {
  padding-top: 10px;
  padding-bottom: 10px; }
  .drag [class|="col"] {
    margin-top: 30px;
    margin-bottom: 15px; }
    .drag [class|="col"]:nth-of-type(1):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(2):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(3):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(4):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(5):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(6):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(7):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(8):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(9):before {
      position: absolute;
      top: -15px;
      font-size: 12px;
      font-weight: bold; }
    .drag [class|="col"]:nth-of-type(2):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(3):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(4):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(5):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(6):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(7):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(8):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(9):before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      color: #FFFFFF;
      text-align: center;
      background-color: #03A9F4; }
    .drag [class|="col"]:nth-of-type(1):before {
      content: "1 - Foto Portada"; }
    .drag [class|="col"]:nth-of-type(2):before {
      content: "2"; }
    .drag [class|="col"]:nth-of-type(3):before {
      content: "3"; }
    .drag [class|="col"]:nth-of-type(4):before {
      content: "4"; }
    .drag [class|="col"]:nth-of-type(5):before {
      content: "5"; }
    .drag [class|="col"]:nth-of-type(6):before {
      content: "6"; }
    .drag [class|="col"]:nth-of-type(7):before {
      content: "7"; }
    .drag [class|="col"]:nth-of-type(8):before {
      content: "8"; }
    .drag [class|="col"]:nth-of-type(9):before {
      content: "9"; }
    .drag [class|="col"]:nth-of-type(10):before {
      content: "10"; }
    .drag [class|="col"]:nth-of-type(11):before {
      content: "11"; }
    .drag [class|="col"]:nth-of-type(12):before {
      content: "12"; }
    .drag [class|="col"]:nth-of-type(13):before {
      content: "13"; }
    .drag [class|="col"]:nth-of-type(14):before {
      content: "14"; }
    .drag [class|="col"]:nth-of-type(15):before {
      content: "15"; }
    .drag [class|="col"] a {
      display: block;
      padding: 3px 0;
      cursor: pointer !important;
      text-align: center; }
  .drag .img-load img {
    width: 90%;
    display: block;
    margin: 0 auto; }
  .drag .img-load .draggable {
    display: block;
    text-align: center;
    padding: 5px; }
  .drag .img-load .imgLiquidFill.imgLiquid {
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    border-radius: 6px; }

#aviso-publicado {
  margin: 30px 0;
  text-align: center; }
  .checkmark {
    display: block;
    height: 150px;
    position: relative;
    width: 150px;
    margin: 15px auto 20px;
    background-color: #20b426;
    border-radius: 50%; }
    .checkmark:after {
      animation: Check cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.9s 1;
      transform: scaleX(-1) rotate(135deg);
      transform-origin: left top;
      box-shadow: rgba(25, 110, 12, 0.28) 3px -2px 1px;
      border-right: 25px solid #FFFFFF;
      border-top: 25px solid #FFFFFF;
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      top: 80px;
      width: 60px;
      height: 100px; }
  #aviso-publicado h3 {
    margin: 10px 0; }
  #aviso-publicado h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 30px; }
  #aviso-publicado .list-group {
    margin: 0 auto 15px;
    text-align: left;
    border: none; }
  #aviso-publicado a {
    position: relative;
    padding: 5px 15px;
    display: inline-block; }
    #aviso-publicado a:hover {
      text-decoration: underline; }
    #aviso-publicado a:after {
      content: "/";
      position: absolute;
      right: 0; }
    #aviso-publicado a:last-of-type:after {
      content: ""; }

ul.categorias {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
  box-shadow: none; }
  ul.categorias > li {
    position: relative;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    border-radius: 3px; }
    ul.categorias > li:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background: rgba(0, 0, 0, 0.5);
      content: '';
      opacity: 0;
      transition: all .2s ease-in-out;
      transform: translateY(10px); }
    ul.categorias > li:hover:after {
      opacity: 1;
      transform: translateY(-4px);
      background: #20b426; }
    ul.categorias > li.all-in-one:hover:after {
      transform: translateY(-3px);
      background-color: #FBC02D; }
    ul.categorias > li img {
      width: 50px;
      height: 50px; }
    ul.categorias > li a[aria-expanded="true"] {
      color: #449d44 !important; }
      ul.categorias > li a[aria-expanded="true"] img {
        -webkit-filter: hue-rotate(-95deg);
        filter: hue-rotate(-95deg); }
    ul.categorias > li.panel {
      box-shadow: 0 0 0 transparent; }
    ul.categorias > li > a {
      padding: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      width: 100%; }
      ul.categorias > li > a:hover {
        color: #20b426; }
        ul.categorias > li > a:hover img {
          -webkit-filter: hue-rotate(-103deg);
          filter: hue-rotate(-103deg); }
      ul.categorias > li > a span {
        width: 100%;
        padding-left: 10px; }
        ul.categorias > li > a span small {
          width: 70%;
          text-align: right;
          float: right;
          padding-top: 5px;
          font-weight: normal; }
        ul.categorias > li > a span b {
          float: right;
          color: #000000;
          font-size: 24px;
          font-size: 1.5rem; }
          @media screen and (max-width: 767px) {
            ul.categorias > li > a span b {
              font-size: 18px;
              font-size: 1.125rem; } }
    ul.categorias > li .list-group {
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0 15px 30px; }
      ul.categorias > li .list-group .list-group-item a {
        display: block;
        padding: 4px 4px 4px 15px;
        position: relative;
        font-weight: normal;
        font-family: "Open Sans", Helvetica, Arial, sans-serif; }
        ul.categorias > li .list-group .list-group-item a:hover {
          font-weight: bold;
          color: #20b426; }
        ul.categorias > li .list-group .list-group-item a:before {
          content: "\f101";
          position: absolute;
          left: 1px;
          font-family: "FontAwesome"; }
      ul.categorias > li .list-group .list-group-item .price {
        float: right;
        font-weight: normal;
        font-size: 1em; }
        @media screen and (max-width: 768px) {
          ul.categorias > li .list-group .list-group-item .price {
            float: none;
            font-weight: bold;
            display: block; } }
    ul.categorias > li#all-in-one {
      background: #FFEE58;
      border-color: #FFEB3B;
      box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
      ul.categorias > li#all-in-one > a {
        color: #FF9800;
        padding: 26px 10px; }
      ul.categorias > li#all-in-one span {
        font-size: 1.1428571429em; }
        ul.categorias > li#all-in-one span b {
          padding-top: 3px;
          color: #FF9800; }

.adicionales {
  border: 3px solid #d9d9d9;
  box-shadow: 0 0 0 transparent; }
  .adicionales li {
    padding: 25px 15px; }
  .adicionales__titulo {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0; }
  .adicionales__opciones {
    display: none; }
    .adicionales__opciones h6 {
      font-size: 14px;
      color: #20b426;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .5px;
      display: flex;
      align-items: center;
      margin: 20px auto;
      white-space: nowrap;
      letter-spacing: .7px; }
      .adicionales__opciones h6:before, .adicionales__opciones h6:after {
        border-top: 1px solid #20b426;
        content: '';
        flex: 0 1 48%; }
      .adicionales__opciones h6:before {
        margin-right: 2%; }
      .adicionales__opciones h6:after {
        margin-left: 2%; }
    .adicionales__opciones .well {
      margin: 10px 0 20px; }
      .adicionales__opciones .well:hover {
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05); }
      .adicionales__opciones .well label {
        font-size: 14px;
        cursor: pointer; }
      .adicionales__opciones .well .iradio_square-blue {
        top: -2px; }
      .adicionales__opciones .well small {
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400; }
    .adicionales__opciones #textcounter {
      margin-bottom: 10px; }
    .adicionales__opciones .textcounter-count {
      float: right;
      font-size: 20px;
      text-align: right; }
    .adicionales__opciones--grilla-img {
      margin: 15px 0; }
      .adicionales__opciones--grilla-img label {
        margin-bottom: 15px;
        font-weight: 400; }
      .adicionales__opciones--grilla-img .box-img {
        cursor: pointer;
        width: 155px;
        max-width: 100%;
        height: 100px;
        margin-bottom: 10px; }

.box-plan {
  padding: 25px 10px;
  margin-bottom: 15px;
  border-radius: 4px; }
  .box-plan label {
    cursor: pointer;
    padding-left: 5px;
    font-size: 16px;
    color: #000000;
    font-weight: 700; }
    .box-plan label .iradio_square-blue, .box-plan label .icheckbox_square-blue {
      top: -2px; }
  .box-plan span {
    float: right;
    padding: 3px 0 0 5px;
    display: block; }
  .box-plan hr {
    margin: 14px 0;
    border-top-color: #7cd1ef; }
  .box-plan h4 {
    margin-top: 0;
    font-size: 17px; }
  .box-plan--gratis {
    border: 3px solid #d9d9d9;
    color: #999; }
  .box-plan--motor {
    border: 3px solid #F44336;
    color: #F44336; }
    .box-plan--motor span {
      color: #F44336; }
    .box-plan--motor hr {
      border-top-color: #F44336; }
  .box-plan--360 {
    border: 3px solid #f87615;
    color: #f87615; }
    .box-plan--360 span {
      color: #f87615; }
    .box-plan--360 hr {
      border-top-color: #f87615; }
  .box-plan--destacado {
    border: 3px solid #F6BB42;
    color: #F6BB42; }
    .box-plan--destacado span {
      color: #b07908; }
    .box-plan--destacado hr {
      border-top-color: #F6BB42; }
  .box-plan--premium {
    border: 3px solid #4FC1E9;
    color: #4FC1E9; }
    .box-plan--premium span {
      color: #34b7e6; }
    .box-plan--premium hr {
      border-top-color: #4FC1E9; }
  .box-plan--pagos {
    border: 3px solid #449d44; }
    .box-plan--pagos .pretty {
      margin-bottom: 0; }
    .box-plan--pagos label {
      font-size: 1em; }
    .box-plan--pagos hr {
      border-top-color: #449d44; }
  .box-plan--mb0 {
    margin-bottom: 0; }
  .box-plan__lista {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    list-style: none; }
    .box-plan__lista:before, .box-plan__lista:after {
      content: '';
      display: table; }
    .box-plan__lista:after {
      clear: both; }
    .box-plan__lista li {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
      margin-bottom: 10px; }
      .box-plan__lista li:nth-child(n) {
        margin-right: 30px;
        float: left;
        clear: none; }
      .box-plan__lista li:last-child {
        margin-right: 0; }
      .box-plan__lista li:nth-child(2n) {
        margin-right: 0;
        float: right; }
      .box-plan__lista li:nth-child(2n + 1) {
        clear: left; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .box-plan__lista li {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
          .box-plan__lista li:nth-child(n) {
            margin-right: 30px;
            float: left;
            clear: none; }
          .box-plan__lista li:last-child {
            margin-right: 0; }
          .box-plan__lista li:nth-child(1n) {
            margin-right: 0;
            float: right; }
          .box-plan__lista li:nth-child(1n + 1) {
            clear: left; } }
      .box-plan__lista li label {
        font-size: 14px;
        font-weight: 400; }

.resumen {
  margin-bottom: 10px; }
  .resumen .btn-xlg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px; }
  .resumen__lista {
    border: 1px solid #d5d9de;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden; }
    .resumen__lista h6 {
      font-weight: 400;
      margin: 0 0 10px; }
    .resumen__lista small {
      color: #34b7e6; }
    .resumen__lista figure {
      width: 65px;
      height: 65px;
      border: 1px solid #AAB2BD; }
      .resumen__lista figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .resumen__lista .list-group-item:last-child {
      background-color: rgba(247, 247, 247, 0.6); }
      .resumen__lista .list-group-item:last-child small {
        font-size: 18px; }
    .resumen__lista--compra h5 {
      margin: 10px 0;
      font-weight: 400; }
    .resumen__lista--compra p {
      margin-bottom: 0; }
    .resumen__lista--carga h6 {
      font-size: 0.8571428571em;
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase; }
    .resumen__lista--carga p {
      color: #656D78;
      margin-bottom: 0; }
    .resumen__lista--carga .list-group-item:last-child {
      background-color: #FFFFFF; }
  .resumen__estado {
    position: relative; }
    .resumen__estado:before {
      content: "";
      width: 10px;
      height: 10px;
      margin: 0 3px;
      display: inline-block;
      border-radius: 25px; }
    .resumen__estado--cancelado {
      color: #E9573F; }
      .resumen__estado--cancelado:before {
        background-color: #E9573F; }
    .resumen__estado--aprobado {
      color: #20b426; }
      .resumen__estado--aprobado:before {
        background-color: #20b426; }
    .resumen__estado--pendiente {
      color: #F6BB42; }
      .resumen__estado--pendiente:before {
        background-color: #F6BB42; }
  .resumen__precio-final {
    padding: 5px 0 0;
    font-size: 1.8571428571em;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #20b426; }

.previsualizar {
  position: relative;
  padding: 10px;
  overflow: hidden; }
  .previsualizar__box-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 285px;
    max-width: 285px;
    height: 100px; }
  .previsualizar__box-texto {
    line-height: 1.2; }
  .previsualizar__id-aviso {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px; }

.box-confirmacion {
  padding: 5px 10px; }
  .box-confirmacion__mensaje .fa {
    font-size: 4.6428571429em;
    float: left;
    margin-right: 5px;
    color: #20b426;
    opacity: 0;
    -webkit-animation: popIn 0.5s 0.2s forwards;
    animation: popIn 0.5s 0.2s forwards; }
  .box-confirmacion__mensaje h4 {
    font-size: 1.7142857143em;
    color: #20b426;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0 0 62px; }
  .box-confirmacion__mensaje p {
    padding-left: 62px; }
  .box-confirmacion__mensaje--cp h4, .box-confirmacion__mensaje--cp p {
    padding: 0; }
  .box-confirmacion__mensaje--cp .fa {
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .box-confirmacion__mensaje--cp h4, .box-confirmacion__mensaje--cp p {
      padding-left: 90px; } }
  @media screen and (max-width: 767px) {
    .box-confirmacion__mensaje h4 {
      font-size: 1.4285714286em; }
    .box-confirmacion__mensaje p {
      margin-bottom: 0; } }
  .box-confirmacion__numero p {
    text-align: right;
    font-size: 1.2142857143em;
    margin-bottom: 0;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .box-confirmacion__numero p {
        text-align: left;
        padding-left: 60px;
        padding-bottom: 10px;
        margin-top: -10px;
        font-size: 1em;
        line-height: 1.1; } }
    .box-confirmacion__numero p a {
      color: inherit; }
      .box-confirmacion__numero p a:hover {
        text-decoration: underline; }

.link-seguir {
  display: block;
  font-size: 1.2857142857em;
  text-decoration: underline;
  margin-top: 20px; }

.card-categoria {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 2px solid #FFFFFF;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all .3s ease-in-out; }
  .card-categoria:hover {
    border-color: #20b426;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px); }
  .card-categoria a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 10px 10px;
    font-size: 0.9285714286em;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .card-categoria a:hover {
      color: #20b426; }
      .card-categoria a:hover img {
        -webkit-filter: hue-rotate(-87deg);
        filter: hue-rotate(-87deg); }
  .card-categoria img {
    display: block;
    width: 50px;
    margin: 0 auto 5px;
    image-rendering: -webkit-optimize-contrast; }

.miller-column {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  height: 400px; }
  .miller-column__father {
    -webkit-flex-basis: 17%;
    -moz-flex-basis: 17%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    padding-top: 100px;
    height: 320px;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #3BAFDA;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .miller-column__father img {
      display: block;
      max-width: 80px;
      margin: 0 auto 5px;
      image-rendering: -webkit-optimize-contrast; }
  .miller-column__decendents {
    -webkit-flex-basis: 82%;
    -moz-flex-basis: 82%;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
    padding-left: .5%;
    padding-right: .5%;
    overflow: hidden; }
  .miller-column__wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .miller-column__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 235px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 235px;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    height: 320px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #CCD1D9; }
    .miller-column__column select {
      width: 100%;
      height: 100%;
      font-size: 0.9285714286em;
      cursor: pointer;
      border: 1px solid #CCD1D9;
      overflow-y: auto; }
      .miller-column__column select option {
        padding: 5px;
        border-bottom: 1px solid #CCD1D9; }
    .miller-column__column--btn {
      padding-top: 70px;
      text-align: center;
      color: #FFFFFF;
      background-color: #20b426;
      border-color: #20b426; }
      .miller-column__column--btn > .fa {
        font-size: 4.6428571429em; }
      .miller-column__column--btn .btn {
        min-width: 160px;
        color: #20b426;
        border-color: #FFFFFF !important; }
        .miller-column__column--btn .btn:hover {
          color: #FFFFFF;
          background-color: #20b426; }
        .miller-column__column--btn .btn:active, .miller-column__column--btn .btn:focus {
          color: #20b426;
          background-color: #FFFFFF; }

.grid-info-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .grid-info-checkout__col {
    flex: 0 0 100%;
    border: 1px solid #d5d9de;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #FAFAFA; }
    @media screen and (min-width: 768px) {
      .grid-info-checkout__col {
        flex: 0 0 49%; } }

.box-info-checkout {
  padding: 5px 0;
  display: flex;
  justify-content: space-between; }
  .box-info-checkout__img {
    flex: 0 0 60px; }
  .box-info-checkout__txt {
    flex: 1 0 40%; }
    .box-info-checkout__txt h6 {
      font-size: 0.7857142857em;
      margin: 3px 0; }
    .box-info-checkout__txt p {
      font-size: 0.7142857143em;
      padding-right: 5px; }
    .box-info-checkout__txt a {
      display: inline-block; }
      .box-info-checkout__txt a:hover {
        text-decoration: underline; }

#form [class|="col-md-6"] {
  padding-bottom: 20px; }
#form form {
  margin-bottom: 15px; }
#form .modal form {
  margin-bottom: 0; }
#form .well {
  padding: 1.5em;
  text-align: center; }
  #form .well h4, #form .well h5, #form .well h6 {
    padding: 1% 10%; }
  #form .well h6 {
    font-size: 2.1428571429em;
    font-weight: 700;
    color: #20b426;
    margin-bottom: .2em; }
  #form .well ul {
    width: 75%;
    margin: 0 auto;
    text-align: left; }
    #form .well ul li {
      margin-bottom: 10px; }
  #form .well iframe {
    padding: 2px;
    border: 1px solid #d9d9d9 !important; }
#form .link {
  display: inline-block;
  padding: 5px;
  text-align: center; }
  #form .link:hover {
    text-decoration: underline; }
#form .alert a:hover {
  text-decoration: underline; }

.box-seleccion .categorias {
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .box-seleccion .categorias {
      padding-left: 10px; } }
  .box-seleccion .categorias li .pretty {
    position: absolute;
    left: -30px;
    top: 30px; }
    @media screen and (max-width: 768px) {
      .box-seleccion .categorias li .pretty {
        left: -23px; } }
  .box-seleccion .categorias li .collapse .pretty,
  .box-seleccion .categorias li .collapsing .pretty {
    display: block;
    position: inherit;
    left: 0;
    top: 0;
    margin-bottom: 0; }
    .box-seleccion .categorias li .collapse .pretty label,
    .box-seleccion .categorias li .collapsing .pretty label {
      margin-bottom: 0; }
.box-seleccion .selecciona-plan .planes-mensual > a {
  padding: 30px 15px 30px 10px; }
.box-seleccion .selecciona-plan .planes-mensual h5 {
  margin: 0;
  padding: 0 15px 15px; }
.box-seleccion .selecciona-plan .list-group {
  font-weight: normal; }

fieldset {
  padding: 2%;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }
  fieldset legend {
    font-size: 1.2857142857em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    width: auto;
    padding: 10px;
    background-color: #FFFFFF;
    border-bottom: none;
    margin-bottom: 0; }
#micrositio {
  padding-top: 1px; }
  #micrositio [class*="fa"] {
    margin-right: 3px; }
  #micrositio a[data-toggle] .fa {
    margin-right: 0; }
  #micrositio .sticky {
    padding-top: 3px;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec; }
  #micrositio .header-ms {
    padding-top: 5px; }
    #micrositio .header-ms hr {
      margin: 10px 0; }
    #micrositio .header-ms__imgPpal {
      width: 100%;
      height: 500px;
      border: 3px solid #fff;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
      @media screen and (min-width: 768px) and (max-width: 1366px) {
        #micrositio .header-ms__imgPpal {
          height: 350px; } }
      @media screen and (max-width: 767px) {
        #micrositio .header-ms__imgPpal {
          height: 250px; } }
      #micrositio .header-ms__imgPpal img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    #micrositio .header-ms__info h3 {
      font-size: 24px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #micrositio .header-ms__info h3 {
          margin-top: -30px; } }
    #micrositio .header-ms__logo {
      position: relative;
      top: -40px;
      left: 10px;
      width: 100%;
      max-width: 160px;
      height: 160px;
      border: 4px solid #fff;
      background-color: #fff;
      box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 767px) {
        #micrositio .header-ms__logo {
          max-width: 100px;
          height: 100px;
          top: -50px; } }
  #micrositio .lista-contactos {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    #micrositio .lista-contactos li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      overflow: hidden;
      padding-bottom: 20px; }
    #micrositio .lista-contactos__info {
      float: left;
      padding-left: 10px; }
      #micrositio .lista-contactos__info p {
        font-size: 0.8571428571em;
        margin-bottom: 3px; }
      #micrositio .lista-contactos__info h5 {
        margin: 10px 0 5px;
        font-size: 1em;
        font-family: 'Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 600; }
    #micrositio .lista-contactos img {
      width: 60px;
      height: 60px;
      border: 2px solid #FFF;
      border-radius: 50px;
      margin: 0 3px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
  #micrositio .list-group-item h6 {
    color: #da4453;
    margin-bottom: 5px; }
  #micrositio .list-group-item:first-child {
    border-top: none; }

.info-ms {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  margin: -100px 0px 20px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF; }
  .info-ms p {
    font-size: 12px; }
  .info-ms h1 {
    font-weight: normal;
    font-size: 1.1428571429em;
    margin: 0 0 5px; }
    @media screen and (max-width: 768px) {
      .info-ms h1 {
        font-size: 14px; } }
  .info-ms__logo figure {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 2px solid #E6E9ED; }
    @media screen and (min-width: 768px) {
      .info-ms__logo figure {
        width: 100%;
        max-width: 110px;
        height: 110px; } }
    .info-ms__logo figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  @media screen and (min-width: 768px) {
    .info-ms__name {
      max-width: 175px; } }
  .info-ms__name h1 {
    font-weight: 700;
    padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .info-ms__border-left {
      border-left: 1px solid #CCD1D9;
      margin-bottom: 5px;
      padding: 15px 0;
      min-height: 70px; } }
  .info-ms__border-left p {
    margin-bottom: 3px;
    padding: 0 5px; }
    @media screen and (max-width: 768px) {
      .info-ms__border-left p {
        text-align: left; } }

.info-ms-tx {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  margin: 0px 0px 20px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF; }
  .info-ms-tx p {
    font-size: 12px; }
  .info-ms-tx h1 {
    font-weight: 700;
    font-size: 1.1428571429em;
    margin: 0 0 5px; }
    @media screen and (max-width: 768px) {
      .info-ms-tx h1 {
        font-size: 14px; } }
  .info-ms-tx__logo figure {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 1px solid #E6E9ED; }
    @media screen and (min-width: 768px) {
      .info-ms-tx__logo figure {
        width: 100%;
        max-width: 110px;
        height: 110px; } }
    .info-ms-tx__logo figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  @media screen and (min-width: 768px) {
    .info-ms-tx__name {
      max-width: 175px; } }
  .info-ms-tx__name h1 {
    font-weight: 700;
    padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .info-ms-tx__border-left {
      border-left: 1px solid #CCD1D9;
      margin-bottom: 5px;
      padding: 15px 0;
      min-height: 70px; } }
  .info-ms-tx__border-left p {
    margin-bottom: 3px;
    padding: 0 5px; }
    @media screen and (max-width: 768px) {
      .info-ms-tx__border-left p {
        text-align: left; } }

.opiniones-comp {
  margin: 0 auto 2em;
  padding-top: 1em;
  text-align: center; }
  .opiniones-comp__tit {
    font-weight: 300;
    font-size: 1.1428571429em;
    color: #AAB2BD; }
  .opiniones-comp__cant {
    font-size: 3.5714285714em;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .opiniones-comp__cant {
        text-align: right; } }
  .opiniones-comp__box {
    text-align: left;
    margin: 0 auto;
    padding-left: 15px;
    display: inline-block; }
  .opiniones-comp small {
    color: #AAB2BD;
    position: relative;
    top: -10px; }

.datos-feedback {
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #E6E9ED;
  border-radius: 4px; }
  .datos-feedback .fa {
    font-size: 48px;
    line-height: 1;
    color: #20b426;
    margin-bottom: 5px; }

#aside-menu nav ul {
  list-style: none;
  margin-left: 0;
  padding: 10px;
  background-color: #3c4f67;
  border: 2px solid #314054;
  border-radius: 4px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
  #aside-menu nav ul li {
    padding: 15px;
    border-bottom: 1px solid #314054; }
    #aside-menu nav ul li:last-of-type {
      border-bottom: none; }
    #aside-menu nav ul li a {
      display: block;
      color: #FFFFFF; }
      #aside-menu nav ul li a:hover, #aside-menu nav ul li a.active {
        color: #FFEE58; }
#aside-menu .well {
  margin-bottom: 20px; }
  #aside-menu .well .tit-3 {
    font-weight: 700;
    margin: 0; }
  #aside-menu .well .label {
    display: inline-block;
    margin-bottom: 5px; }
  #aside-menu .well ol li {
    margin-bottom: 10px; }
  #aside-menu .well ol ol {
    margin: 15px;
    list-style-type: lower-roman; }

.columna {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .columna {
      -webkit-column-count: 1;
      column-count: 1; } }
  .columna p {
    padding: 0 0px; }

#box404 {
  text-align: center; }
  #box404 h4 {
    transform: rotate(-3deg);
    position: relative;
    top: -3rem;
    display: inline-block;
    padding: 15px 20px;
    font-size: 1.8571428571em;
    margin: 0;
    background-color: #F6BB42;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05); }
  #box404 h4 + h4 {
    transform: rotate(0deg);
    top: 0;
    color: #434A54;
    margin: 1rem 0 0;
    padding: 0;
    font-size: 1.3571428571em;
    display: block;
    text-shadow: none;
    background-color: #FFFFFF;
    box-shadow: none; }
  #box404 h3 {
    font-size: 24px;
    margin-top: 0; }
  #box404 h6 {
    margin-top: 0; }
  #box404 p {
    padding: 15px 0; }
  #box404 img {
    display: block;
    margin: 2rem auto 0;
    border: 1px solid #FFFFFF;
    padding: 3px;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }

#fuera-de-servicio {
  background-color: #3c4f67;
  padding: 10px; }
  #fuera-de-servicio article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.29), 0 20px 65px rgba(0, 0, 0, 0.18);
    text-align: center;
    width: 100%;
    max-width: 600px;
    padding: 30px 15px;
    background-color: #FFFFFF;
    zoom: 99%; }
    #fuera-de-servicio article img {
      margin-top: -121px; }
    #fuera-de-servicio article h3 {
      margin-top: 0; }
      #fuera-de-servicio article h3 .fa {
        display: block;
        margin-bottom: 15px;
        font-size: 1.7857142857em; }
    @media screen and (max-width: 767px) {
      #fuera-de-servicio article {
        width: 95%; }
        #fuera-de-servicio article img {
          width: 90%;
          margin-top: -118px; } }

.acceso {
  padding: 3em 1em;
  text-align: center;
  margin-bottom: 20px; }
  .acceso > .fa {
    display: block;
    font-size: 5.3571428571em; }
  .acceso__title {
    margin-top: 5px; }
  .acceso .lead {
    margin-bottom: 5px; }
  .acceso--sin-moderar > .fa {
    color: #F6BB42; }
  .acceso--rechazado > .fa {
    color: #F44336; }
  .acceso--ph-0 {
    padding-right: 0;
    padding-left: 0; }

.form-cuenta-gratis {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 10px 30px;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #FFB935;
  background: radial-gradient(#ffa000, #ffb935); }
  .form-cuenta-gratis--asesor {
    background: #00c5f0;
    background: radial-gradient(#00c5f0, #5db6a8); }
  .form-cuenta-gratis section {
    flex: 0 0 40%;
    padding: 20px 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 768px) {
      .form-cuenta-gratis section {
        padding: 20px; } }
  @media screen and (min-width: 768px) {
    .form-cuenta-gratis {
      padding: 50px 15px;
      margin-top: 15px;
      align-items: center;
      flex-direction: row;
      justify-content: space-around; }
      .form-cuenta-gratis figure {
        width: 40%; } }

#interna-empleos .breadcrumb {
  margin-bottom: 0; }
#interna-empleos .box-btn {
  float: right;
  text-align: left;
  padding-top: 25px; }
  #interna-empleos .box-btn .btn + .btn {
    position: relative; }
    @media screen and (min-width: 769px) {
      #interna-empleos .box-btn .btn + .btn:before {
        content: "¿Buscando Personal?";
        position: absolute;
        bottom: 35px;
        left: 0;
        width: 100%;
        padding-bottom: 15px;
        font-family: "Rock Salt",cursive;
        font-size: 10px;
        color: #da4453;
        background: transparent url(../img/arrow-empleos.svg) no-repeat bottom center;
        background-size: 10px; } }
#interna-empleos aside.box-buscador .panel {
  margin-top: 20px;
  background-color: #f9f9f9; }
  #interna-empleos aside.box-buscador .panel:hover {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05); }
#interna-empleos aside.box-buscador .logos-anunciantes #logos-empresas {
  margin: 20px 0; }
#interna-empleos aside.box-buscador .logos-anunciantes h5, #interna-empleos aside.box-buscador .logos-anunciantes .item a {
  text-align: center;
  color: #bfbfbf; }
#interna-empleos aside.box-buscador .logos-anunciantes .item a {
  display: block;
  font-size: 11px;
  text-transform: uppercase; }
#interna-empleos aside.box-buscador .logos-anunciantes figure {
  width: 110px;
  height: 70px;
  border: 1px solid #d9d9d9;
  margin: 0 auto 5px; }
.anuncio {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden; }
  .anuncio:first-of-type {
    margin-top: 0; }
  .anuncio:hover {
    border-color: #4FC1E9;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
  .anuncio--desarrollo {
    margin: 10px 0;
    border-bottom: 1px solid #d9d9d9; }
  .anuncio a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    overflow: hidden; }
  .anuncio h6 {
    font-weight: bold;
    margin: 0; }
  .anuncio .fa {
    margin-right: 3px; }
  .anuncio__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 70px;
    border: 1px solid #d9d9d9; }
  .anuncio__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    padding-left: 2%; }
    .anuncio__content p {
      font-size: 12px;
      margin-bottom: 0; }
  .anuncio__autor {
    display: block;
    margin-bottom: 5px;
    color: #AAB2BD; }
#interna-empleos .titulo-empleo {
  font-size: 26px;
  margin: 0 0 15px;
  color: #d35400; }
  #interna-empleos .titulo-empleo small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #3bafda;
    padding: 10px 0; }
#interna-empleos .list-group {
  border-top: 1px solid #eaeaea;
  /* Boton Postularme */ }
  #interna-empleos .list-group span {
    float: right;
    color: #d35400; }
  #interna-empleos .list-group + .btn {
    margin-bottom: 22px; }
    #interna-empleos .list-group + .btn:hover .fa {
      -webkit-animation: bounce 1 1s 0s none;
      animation: bounce 1 1s 0s none; }
#interna-empleos .datos-anunciante {
  text-align: center;
  margin-bottom: 15px; }
  #interna-empleos .datos-anunciante small {
    display: block;
    padding-bottom: 10px; }
  #interna-empleos .datos-anunciante__img {
    width: 170px;
    height: 110px;
    border: 1px solid #d9d9d9;
    margin: 0 auto 10px; }

.tabs-tutorial {
  position: relative; }
  .tabs-tutorial__menu {
    background-color: #f5f5f5; }
    @media screen and (min-width: 769px) {
      .tabs-tutorial__menu {
        position: absolute;
        height: 100%; }
        .tabs-tutorial__menu a {
          min-width: 240px;
          padding: 25px 10px !important; } }
    .tabs-tutorial__menu .active a {
      font-weight: normal;
      color: #20b426 !important; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .tabs-tutorial__menu {
        float: none;
        width: 100%;
        margin: 0 auto 2rem; } }
  .tabs-tutorial__content {
    text-align: center;
    padding: 15px; }
    @media screen and (min-width: 769px) {
      .tabs-tutorial__content {
        padding: 15px 15px 15px 250px; } }
    .tabs-tutorial__content h3 {
      margin-top: 1rem;
      color: #20b426; }
    .tabs-tutorial__content h5, .tabs-tutorial__content strong {
      color: #e53935; }
    .tabs-tutorial__content img {
      display: block;
      width: 98%;
      max-width: 100%;
      margin: 0 auto 30px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=5, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
      -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2)); }

.c-tab {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-tab .nav {
    float: none;
    margin-right: 0; }
  .c-tab__nav {
    -webkit-flex-basis: 15%;
    -moz-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%; }
    @media screen and (max-width: 767px) {
      .c-tab__nav {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .c-tab__nav li a {
      padding: 25px 10px; }
    .c-tab__nav li.active a {
      color: #20b426 !important; }
  .c-tab__content {
    -webkit-flex-basis: 85%;
    -moz-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%; }
    @media screen and (max-width: 767px) {
      .c-tab__content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

#dashboard.main-anuncios .form-group {
  margin: -5px 0 15px; }
#dashboard.main-anuncios .menu-secundario {
  background-color: #FAFAFA;
  border: 1px solid #dadada;
  z-index: 5000;
  box-shadow: none; }
  #dashboard.main-anuncios .menu-secundario .checkbox, #dashboard.main-anuncios .menu-secundario .radio {
    margin: 6px 5px 5px 0; }
  #dashboard.main-anuncios .menu-secundario .radio {
    margin: 6px 5px 0; }
.box-menu {
  margin-bottom: 2em; }
  .box-menu article {
    margin-bottom: 0; }
  .box-menu__menu {
    position: relative;
    margin-top: -2px;
    background-color: #4CAF50;
    z-index: 100;
    border-radius: 0 0 4px 4px; }
    .box-menu__menu .btn-danger {
      margin-right: 0px;
      border-radius: 0 0 4px 0; }
      @media screen and (min-width: 1366px) {
        .box-menu__menu .btn-danger {
          margin-right: -1px; } }
    .box-menu__menu > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #FFFFFF;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 0.9285714286em; }
      .box-menu__menu > ul li a {
        color: #FFFFFF;
        display: block;
        padding: 6px 10px; }
        .box-menu__menu > ul li a:hover {
          text-decoration: underline; }
        .box-menu__menu > ul li a.active {
          background-color: #419645; }
          .box-menu__menu > ul li a.active:hover {
            text-decoration: none;
            background-color: #3d8b40; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .box-menu__menu > ul li {
          width: 50%; } }
      .box-menu__menu > ul li .pretty {
        margin: 0 5px; }
        .box-menu__menu > ul li .pretty label {
          margin-bottom: 0; }
    .box-menu__menu--premium {
      background-color: #4FC1E9; }
    .box-menu__menu--destacado {
      background-color: #F6BB42; }
#dashboard.main-anuncios .estadisticas {
  padding: 0;
  margin: 0;
  list-style: none; }
  #dashboard.main-anuncios .estadisticas .article, #dashboard.main-anuncios .estadisticas .premium, #dashboard.main-anuncios .estadisticas .destacado {
    position: relative;
    border: 2px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #dashboard.main-anuncios .estadisticas .article .fa, #dashboard.main-anuncios .estadisticas .premium .fa, #dashboard.main-anuncios .estadisticas .destacado .fa {
      margin-top: 3px; }
    #dashboard.main-anuncios .estadisticas .article a, #dashboard.main-anuncios .estadisticas .premium a, #dashboard.main-anuncios .estadisticas .destacado a {
      display: block;
      color: #696868;
      font-weight: normal;
      font-size: 1em;
      text-transform: uppercase; }
      #dashboard.main-anuncios .estadisticas .article a:hover, #dashboard.main-anuncios .estadisticas .premium a:hover, #dashboard.main-anuncios .estadisticas .destacado a:hover {
        text-decoration: underline; }
  #dashboard.main-anuncios .estadisticas .premium {
    border-color: #4FC1E9; }
    #dashboard.main-anuncios .estadisticas .premium a {
      color: #34b7e6; }
  #dashboard.main-anuncios .estadisticas .destacado {
    border-color: #F6BB42; }
    #dashboard.main-anuncios .estadisticas .destacado a {
      color: #b07908; }
  #dashboard.main-anuncios .estadisticas .article .descripcion h6 + a {
    min-height: 45px; }
  #dashboard.main-anuncios .estadisticas .article .descripcion a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  #dashboard.main-anuncios .estadisticas .panel {
    box-shadow: 0 0 0 transparent; }
  #dashboard.main-anuncios .estadisticas .btn-group {
    margin: 20px 0; }
    #dashboard.main-anuncios .estadisticas .btn-group .btn {
      font-size: 12px; }
  #dashboard.main-anuncios .estadisticas .well:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3), 0 10px 50px rgba(0, 0, 0, 0.12); }
  #dashboard.main-anuncios .estadisticas .box-number {
    width: 250px;
    height: 250px;
    padding-top: 70px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    border: 4px solid #949494;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: block;
    margin: 15px auto; }
    #dashboard.main-anuncios .estadisticas .box-number small {
      display: block;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1; }
  #dashboard.main-anuncios .estadisticas .destacado .box-number {
    color: #F6BB42;
    border-color: #F6BB42; }
  #dashboard.main-anuncios .estadisticas .premium .box-number {
    color: #4FC1E9;
    border-color: #4FC1E9; }

.nav-sidebar {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
  .nav-sidebar .fa {
    margin-right: 5px; }
  .nav-sidebar .list-group {
    margin-bottom: 0; }
  .visible-xs .nav-sidebar, .visible-sm .nav-sidebar {
    box-shadow: 0 0 0 transparent; }
  .nav-sidebar li {
    position: relative;
    padding: 0; }
    .nav-sidebar li:after {
      width: 3px;
      height: 0;
      content: "";
      position: absolute;
      top: 0;
      left: -1px;
      background-color: #20b426;
      opacity: 0;
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
    .nav-sidebar li:hover:after {
      opacity: 1;
      height: 100%; }
    .nav-sidebar li a {
      display: block;
      padding: 15px 10px 15px 0.6em;
      color: #3c4f67; }
      .nav-sidebar li a:hover {
        color: #20b426; }
    .nav-sidebar li.active {
      border-color: #ddd !important;
      border-right-color: transparent !important;
      background-color: transparent !important; }
      .nav-sidebar li.active:after {
        opacity: 1;
        height: 100%; }
      .nav-sidebar li.active a {
        color: #20b426; }

.box-cuenta {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 10px;
  border: 3px solid #d9d9d9;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05); }
  .box-cuenta:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3), 0 10px 50px rgba(0, 0, 0, 0.12); }
  .box-cuenta article {
    position: relative;
    padding: 5% 5% 20%;
    min-height: 277px;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FFFFFF;
    border-radius: 4px; }
    .box-cuenta article .btn {
      width: 90%;
      position: absolute;
      bottom: 5%;
      left: 5%;
      margin: 0; }
  .box-cuenta h5 {
    font-size: 1em; }
  .box-cuenta .number {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 700;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 0; }
  .box-cuenta__datos img {
    max-width: 100%;
    border: 1px solid #e6e6e6;
    padding: 3px;
    background-color: #FFFFFF; }
  .box-cuenta__expiracion {
    text-align: center; }
  .box-cuenta__publicados {
    text-align: center; }
    .box-cuenta__publicados:before {
      content: " ";
      width: 1px;
      height: 80px;
      position: absolute;
      top: 60px;
      left: 50%;
      background-color: #999; }
  .box-cuenta--destacado {
    border-color: #F6BB42;
    background-color: #FFFACD; }
  .box-cuenta--premium {
    border-color: #4FC1E9;
    background-color: #F0F8FF; }

.box-mensajero {
  margin: 5px 0; }
  .box-mensajero a {
    color: inherit; }
    .box-mensajero a:hover {
      text-decoration: underline; }
  .box-mensajero textarea {
    float: left;
    width: 70%;
    resize: none;
    max-height: 90px;
    border-radius: 4px 0 0 4px; }
  .box-mensajero .btn {
    width: 30%;
    font-size: 18px;
    min-height: 90px;
    border-radius: 0 4px 4px 0; }

.ordenes__icon:before {
  position: relative;
  top: -1px;
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 3px 0 0;
  display: inline-block;
  border-radius: 25px; }
.ordenes--cancelado {
  color: #E9573F; }
  .ordenes--cancelado:before {
    background-color: #E9573F; }
.ordenes--aprobado {
  color: #20b426; }
  .ordenes--aprobado:before {
    background-color: #20b426; }
.ordenes--pendiente {
  color: #F6BB42; }
  .ordenes--pendiente:before {
    background-color: #F6BB42; }
.ordenes__box-resumen {
  margin: 0 0 0; }
  .ordenes__box-resumen h5 {
    font-size: 0.7857142857em;
    color: #434A54;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    white-space: nowrap;
    margin: 10px auto; }
    .ordenes__box-resumen h5:before, .ordenes__box-resumen h5:after {
      border-top: 1px solid #434A54;
      content: '';
      flex: 0 1 48%; }
    .ordenes__box-resumen h5:before {
      margin-right: 2%; }
    .ordenes__box-resumen h5:after {
      margin-left: 2%; }
    @media screen and (max-width: 767px) {
      .ordenes__box-resumen h5 {
        font-size: 0.8571428571em;
        color: #434A54;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        margin: 20px auto;
        white-space: nowrap;
        margin: 5px auto; }
        .ordenes__box-resumen h5:before, .ordenes__box-resumen h5:after {
          border-top: 1px solid #434A54;
          content: '';
          flex: 0 1 48%; }
        .ordenes__box-resumen h5:before {
          margin-right: 2%; }
        .ordenes__box-resumen h5:after {
          margin-left: 2%; } }
  .ordenes__box-resumen strong {
    color: #20b426; }
.ordenes--totales {
  border-top: 1px solid #f2f2f2; }
.ordenes__img {
  width: 60px;
  height: auto; }
.ordenes__total {
  font-size: 1.7857142857em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #20b426;
  background-color: rgba(247, 247, 247, 0.4); }
.ordenes__menu-cabecera {
  padding: 0;
  color: #434A54; }

.tips {
  margin-bottom: 20px; }
  .tips h4 {
    font-size: 1.5714285714em;
    color: #a5b5ca;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.85);
    margin: 0 auto 20px; }
    .tips h4:before, .tips h4:after {
      border-top: 1px solid #a5b5ca;
      content: '';
      flex: 0 1 48%; }
    .tips h4:before {
      margin-right: 2%; }
    .tips h4:after {
      margin-left: 2%; }
  .tips h6 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #748eae;
    margin-bottom: .5em; }
  .tips .fa-lightbulb-o {
    margin-right: 3px; }
  .tips:hover .fa-lightbulb-o {
    color: #F6BB42;
    text-shadow: 0 0 6px #f9d58b; }
  .tips p {
    font-size: 13px; }
.responsive-tables .table .btn {
  margin: 1px; }

.responsive-tables .table .alert {
  margin-bottom: 0; }

.responsive-tables .table thead th,
.responsive-tables .table td {
  vertical-align: middle; }

.responsive-tables .badge {
  font-size: 9px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .responsive-tables table,
  .responsive-tables tfoot,
  .responsive-tables thead,
  .responsive-tables tbody,
  .responsive-tables th,
  .responsive-tables td,
  .responsive-tables tr {
    display: block; }

  .responsive-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .responsive-tables tr {
    border: 1px solid #fff; }

  .responsive-tables tbody td {
    position: relative;
    padding-left: 45% !important;
    white-space: normal;
    text-align: left; }

  .responsive-tables tbody td:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }

  .responsive-tables tbody td:before {
    content: attr(data-title); }

  .responsive-tables tbody td.responsive-tables__footer {
    padding: 0 !important; } }
@media screen and (min-width: 769px) {
  .responsive-tables table th:nth-child(2),
  .responsive-tables table td:nth-child(2) {
    width: 30%; } }
@media screen and (max-width: 768px) {
  .responsive-tables table th:nth-child(2),
  .responsive-tables table td:nth-child(2) {
    width: 100%; } }
.js-tabby .tabs-pane {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .js-tabby .tabs-pane.active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .js-tabby .tabs-pane:focus {
    outline: none; }

.box-la-feria {
  color: #FFFFFF;
  background: #ff5722 url("../img/bg-clasitienda.gif") repeat; }
  .box-la-feria--mother {
    background: #ff9cc0 url("../img/bg-la-feria-mother.png") repeat; }

.datos-box {
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .datos-box {
      flex-direction: row; } }
  .datos-box__col {
    flex: 1 0 20%;
    border-radius: 4px;
    text-align: center;
    padding-bottom: 15px;
    margin: 5px 5px;
    border: 1px solid #E6E9ED;
    background-color: #FFFFFF;
    overflow: hidden; }
    .datos-box__col header {
      padding: 5px;
      background-color: #ff5722;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 0.7857142857em; }
    .datos-box__col h3 {
      color: #ff5722;
      margin: 0; }
    .datos-box__col--mother header {
      background-color: #ff9cc0; }
    .datos-box__col--mother h3 {
      color: #ff69a0; }

.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  box-shadow: #DDDDDD 0 1px 2px; }
  @media screen and (max-width: 767px) {
    .tabs {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: center;
    background-color: #e6e8ec; }
    @media screen and (min-width: 768px) {
      .tabs li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; } }
    .tabs li a, .tabs li span {
      display: block; }
    .tabs li a {
      display: block;
      height: 100%;
      padding: .5em 1em;
      font-size: 1.2857142857em;
      font-weight: bold;
      color: #AAB2BD;
      text-transform: uppercase;
      border-top: 3px solid transparent; }
      .tabs li a span {
        font-size: 0.7142857143em;
        font-weight: normal; }
      @media screen and (max-width: 767px) {
        .tabs li a {
          font-size: 1.0714285714em; } }
  .tabs__premium.active a {
    color: #FFFFFF;
    border-top-color: #4FC1E9;
    background-color: #4FC1E9; }
  .tabs__la-feria.active a {
    color: #FFFFFF;
    border-top-color: #ff5722;
    background-color: #ff5722; }
  .tabs__la-feria-mother.active a {
    color: #FFFFFF;
    border-top-color: #ff9cc0;
    background-color: #ff9cc0; }
  .tabs__premium-naranja.active a {
    color: #FFFFFF;
    border-top-color: #ef6c00;
    background-color: #ef6c00; }
  .tabs__feria.active a {
    color: #FFFFFF;
    border-top-color: #F44336;
    background-color: #F44336; }
  .tabs__destacado.active {
    background-color: #fafafa; }
    .tabs__destacado.active a {
      color: #FFFFFF;
      border-top-color: #F6BB42;
      background-color: #F6BB42; }
  .tabs__360.active {
    background-color: #fafafa; }
    .tabs__360.active a {
      color: #FFFFFF;
      border-top-color: #F87615;
      background-color: #F87615; }
      .tabs__360.active a span {
        font-weight: 700; }
  .tabs__img.active {
    background-color: #fafafa; }
    .tabs__img.active a {
      color: #FFFFFF;
      border-top-color: #165972;
      background-color: #165972; }
      .tabs__img.active a span {
        font-weight: 700; }

div[data-tabs-content] {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: #fafafa;
  box-shadow: #DDDDDD 0 1px 2px;
  border-radius: 0 0 4px 4px; }
  div[data-tabs-content] #iframe {
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 450px; }
  div[data-tabs-content] table {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: #ddd 0 1px 2px; }
    div[data-tabs-content] table .text-muted {
      color: #AAB2BD; }

.e-state__img {
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .e-state__img {
      max-width: 395px; } }
.e-state__content h5 {
  margin: 0 0 5px; }

.purchase-summary, .purchase-summary-box {
  border: 2px solid #d5d9de;
  border-radius: 4px;
  padding: 15px; }

.purchase-summary dl {
  flex-wrap: wrap; }
  .purchase-summary dl dt, .purchase-summary dl dd {
    align-items: stretch;
    padding-bottom: 3px; }
  .purchase-summary dl dt {
    flex: 0 0 60%; }
  .purchase-summary dl dd {
    flex: 0 0 40%; }

.purchase-summary-box {
  position: relative; }
  @media screen and (min-width: 768px) {
    .purchase-summary-box .btn {
      max-width: 150px; } }
  @media screen and (min-width: 768px) {
    .purchase-summary-box .btn-tracking {
      position: absolute;
      top: 0;
      right: 15px; } }
  .purchase-summary-box__item {
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d9de;
    padding-bottom: 15px; }
    .purchase-summary-box__item:last-of-type {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }

.directorio {
  padding-bottom: 5px; }
  .directorio__lista {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9; }
    @media screen and (min-width: 768px) {
      .directorio__lista {
        margin-bottom: 10px; } }
    .directorio__lista li {
      flex: 1 0 0;
      text-align: center; }
      .directorio__lista li:first-of-type a {
        border-left: none;
        padding: 5px 8px; }
      .directorio__lista li:last-child {
        border-right: 1px solid #d9d9d9; }
      .directorio__lista li:last-of-type {
        border-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .directorio__lista li {
          flex: 1 0 40px; }
          .directorio__lista li:first-of-type a {
            padding: 8px; } }
    .directorio__lista a {
      display: block;
      padding: 5px 3px;
      border-left: 1px solid #d9d9d9; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .directorio__lista a {
          padding: 8px; } }
      .directorio__lista a.selected, .directorio__lista a:hover {
        font-weight: bold;
        color: #FFFFFF !important;
        background-color: #20b426; }

main {
  padding-bottom: 30px; }

.m0 {
  margin: 0; }

.mb {
  margin-bottom: 15px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

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

.mtn5 {
  margin-top: -5px; }

.mtn10 {
  margin-top: -10px; }

.mtn15 {
  margin-top: -15px; }

.mtn20 {
  margin-top: -20px; }

.mtn50 {
  margin-top: -50px; }

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

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.p0 {
  padding: 0 !important; }

.pd5 {
  padding: 5px !important; }

.pd10 {
  padding: 10px !important; }

.pd20 {
  padding: 20px; }

.pd30 {
  padding: 30px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pb20 {
  padding-bottom: 20px; }

.pb10 {
  padding-bottom: 10px; }

.pb5 {
  padding-bottom: 5px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.border-0 {
  border-radius: 0; }

.bb-none {
  border-bottom: none; }

.opacity-1 {
  opacity: 1; }

.text-white {
  color: #FFFFFF !important; }

.mh {
  height: auto; }
  @media screen and (min-width: 1024px) {
    .mh {
      height: 900px; } }

.relative {
  position: relative; }

.bg-white {
  background-color: #FFFFFF; }

.li-mb li {
  margin-bottom: 8px; }

.font-body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.weight-normal {
  font-weight: 400; }

.weight-semibold {
  font-weight: 600; }

.weight-bold {
  font-weight: 700; }

@media screen and (max-width: 320px) {
  .hidden-xxs {
    display: none !important; } }

.container {
  max-width: 1500px;
  width: 100%; }

.row-centered {
  text-align: center; }
  .row-centered .col-centered {
    display: inline-block;
    float: none;
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .row-centered .col-centered {
        margin-right: -4px; } }

@media screen and (min-width: 768px) {
  .row.less-gutter {
    margin-left: 0;
    margin-right: 0; }

  .row.less-gutter [class*='col-']:not(:first-child),
  .row.less-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0; }

  .row.less-gutter [class*='col-']:first-child {
    padding-right: 3px; }

  .row.less-gutter [class*='col-']:last-child {
    padding-left: 3px; } }
.publi300, .publi320, .publi728, .publi750, .publi910, .image-container {
  display: block;
  margin: 0 auto; }
  .publi300 img, .publi320 img, .publi728 img, .publi750 img, .publi910 img, .image-container img {
    width: 100%;
    display: block; }

.publi300 {
  max-width: 300px;
  max-height: 250px; }

.publi320 {
  max-width: 320px;
  max-height: 50px; }

.publi728 {
  max-width: 728px;
  max-height: 90px; }

.publi750 {
  margin-bottom: 20px;
  max-width: 750px;
  max-height: 250px; }

.publi910, .image-container {
  max-width: 910px;
  max-height: 50px; }

.sticky {
  padding-top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  position: sticky; }
  .sticky--filtro .box-filters {
    box-shadow: none; }
  .sticky.is-active {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23), 0 8px 25px rgba(0, 0, 0, 0.05);
    padding-top: .2em;
    padding-bottom: .2em; }

#sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(150px); }
  #sticky-footer .btn-close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    color: #da4453;
    font-size: 30px; }
    #sticky-footer .btn-close:hover {
      color: #d1293a; }
  #sticky-footer.is-active {
    display: block;
    animation: ComeIn 0.8s cubic-bezier(0.55, 0.09, 0.68, 0.53) forwards; }
    @media screen and (max-width: 1023px) {
      #sticky-footer.is-active {
        display: none; } }

@keyframes ComeIn {
  100% {
    transform: translateY(0); } }
.table.table-vm th, .table.table-vm td, .table.table-va th, .table.table-va td {
  vertical-align: middle; }
.table.table-hover tr:hover {
  background-color: #fdfdfd; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/wheel.svg") center no-repeat #FFFFFF; }

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.box-seo {
  font-size: 0.7142857143em;
  padding: 5px;
  border-radius: 3px;
  background-color: #FAFAFA;
  border: 1px solid #E6E9ED; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
.old-price {
  color: #909ba6;
  font-size: 1.3rem;
  line-height: 1rem;
  text-decoration: line-through;
  font-weight: lighter; }
#map-canvas {
    height: 440px !important;
}
@media (max-width:768px){
    .new-visible-xs, .new-visible-sm{
        display: inline !important;
    }
}

.foco{
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    position: absolute;
}

.zoomContainer{
    z-index: 9999 !important;
}

.ads_tag{
    background: #f5f5f5;
    padding: 5px 10px;
    margin: 3px 1px 0 0;
    display: inline-block;
    font-size: 13px;
}
.ads_tag a{ color: #434A54;}
.ads_tag a:hover{ color:#000;}
.tags_container{ margin-top: 10px;}
@media (max-width:768px){
    .ads_tag{
        width: 49%;
        float: left;
        margin-top: 1px;
    }
    .tags_container{ margin-top: 0; }
}
@media (max-width:400px){
    .ads_tag strong:before { content: ' '; clear: right; display: block; }
}
/*# sourceMappingURL=clasipar.css.map */
