/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                                V A R I A B L E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                            jquery select
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                             O W L   C A R O U S E L
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                                O W L   T H E M E
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  filter: alpha(opacity=50);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: url(../img/sprite.png) -187px -16px;
  transition: opacity 0.4s;
}
.owl-theme .owl-controls .owl-page.active span {
  background-position: -187px -1px;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-position: -187px -1px;
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**
 * FileUploader
 * Copyright (c) 2017 Innostudio.de
 * Website: http://innostudio.de/fileuploader/
 * Version: 1.0.0.5 (15-Jun-2017)
 * Requires: jQuery v1.7.1 or later
 * License: http://innostudio.de/fileuploader/documentation/#license
 */
/*
    Configuration
*/
.fileuploader,
.fileuploader *,
.fileuploader :before,
.fileuploader :after {
  box-sizing: border-box;
}
/*
    Parent
*/
.fileuploader {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  background: #f5f6fA;
  border-radius: 4px;
  line-height: normal;
  text-align: left;
  overflow: hidden;
}
/*
    Input
*/
.fileuploader-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
}
/* input caption */
.fileuploader-input-caption {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 15px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #dde4f6;
  border-radius: 4px;
  color: #94a2e8;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* input button */
.fileuploader-input-button {
  display: inline-block;
  background: #687ddb;
  padding: 11px 20px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileuploader-input-button:hover {
  background: #7b90ef;
}
.fileuploader-input-button:active {
  background: #687ddb;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}
/* input focused state */
.fileuploader-focused .fileuploader-input-caption {
  border-color: #b8c2ef;
}
.fileuploader-focused .fileuploader-input-button {
  background: #7b90ef;
  border-color: #7b90ef;
}
/* input disabled state */
.fileuploader-disabled .fileuploader-input {
  opacity: 0.7;
  cursor: default;
  pointer-events: none !important;
}
/* input dragging state */
.fileuploader-theme-default .fileuploader-dragging {
  background: #fff;
  border: 1px dashed #dde4f6;
}
.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-caption {
  border-color: transparent;
}
.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-button {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
/* input uploading state */
.fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after {
  width: 14px;
  height: 14px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.8;
}
/* global loader */
.fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after,
.fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-item.upload-pending .fileuploader-action-remove:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 3px solid #dde4f6;
  border-right: 3px solid #dde4f6;
  border-bottom: 3px solid #dde4f6;
  border-left: 3px solid #979fb8;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: fileuploaderSpin 1s infinite linear;
  animation: fileuploaderSpin 1s infinite linear;
}
/*
    Thumbnails
    default theme
*/
/* list */
.fileuploader-items-list {
  display: block;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
/* item */
.fileuploader-item {
  position: relative;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-animation: fileuploaderSlideIn 0.4s ease;
  animation: fileuploaderSlideIn 0.4s ease;
}
.fileuploader-item:last-child {
  border-bottom: 0;
  margin-bottom: -15px;
}
/* item uploading state */
.fileuploader-item.upload-failed {
  background: rgba(219, 104, 104, 0.08);
}
.fileuploader-item.upload-pending .fileuploader-action-remove:after {
  width: 26px;
  height: 26px;
  right: -5px;
  top: 50%;
  margin-top: -13px;
  opacity: 0.2;
}
/* item columns */
.fileuploader-item .columns {
  position: relative;
  z-index: 2;
}
/* item column-thumbnail */
.fileuploader-item .column-thumbnail {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: 0;
  top: 0;
}
.fileuploader-item .column-thumbnail .fileuploader-item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fileuploader-item .fileuploader-item-image img,
.fileuploader-item .fileuploader-item-image canvas {
  border-radius: 4px;
  -webkit-animation: fileuploaderFadeIn 0.2s ease;
  animation: fileuploaderFadeIn 0.2s ease;
}
/* thumbnail loading state */
.fileuploader-item .column-thumbnail .fileuploader-item-image.fileuploader-loading:after {
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  opacity: 0.12;
}
/* item icon */
.fileuploader-item .fileuploader-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #ddd;
  border-radius: 4px;
  -webkit-animation: fileuploaderFadeIn 0.2s ease;
  animation: fileuploaderFadeIn 0.2s ease;
}
.fileuploader-item .fileuploader-item-icon.is-bright-color {
  color: #888;
}
.fileuploader-item .fileuploader-item-icon i {
  display: block;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: bold;
}
/* item icon like file */
/*
.fileuploader-item .fileuploader-item-icon {
    width: 30px;
    margin: 0 auto;
    border-radius: 3px;
}
.fileuploader-item .fileuploader-item-icon i {
    padding-top: 3px;
}
.fileuploader-item .fileuploader-item-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom-left-radius: 2px;
    border-width: 4px;
    border-style: solid;
    border-color: #f5f6fa #f5f6fa rgba(255, 255, 255, .35) rgba(255, 255, 255, .35);
}
.fileuploader-item .fileuploader-item-icon {
    -webkit-animation: fileuploaderFadeIn 0.4s ease;
    animation: fileuploaderFadeIn 0.4s ease;
}
*/
/* item column-title */
.fileuploader-item .column-title {
  display: block;
  padding-left: 51px;
  padding-right: 81px;
  color: #74809D;
}
.fileuploader-item a {
  color: #74809D;
  text-decoration: none;
}
.fileuploader-item .column-title div {
  width: 100%;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fileuploader-item .column-title span {
  font-size: 12px;
  color: #979fb8;
}
/* item actions */
.fileuploader-item .column-actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.fileuploader-action {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: top;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileuploader-item .column-actions .fileuploader-action + .fileuploader-action {
  margin-left: 10px;
}
.fileuploader-item .column-actions .fileuploader-action-success {
  position: absolute;
  right: 0;
  top: 0;
}
.fileuploader-item .column-actions .fileuploader-action-success:hover,
.fileuploader-item .column-actions .fileuploader-action-success:active {
  opacity: 0;
}
/* icon.remove */
.fileuploader-action-remove {
  background: #fae1e1;
  border: 1px solid #ffcfcf;
}
.fileuploader-action-remove:hover {
  background: #ffefef;
}
.fileuploader-action-remove:active {
  background: #ffcfcf;
}
.fileuploader-action-remove i:before,
.fileuploader-action-remove i:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  height: 8px;
  width: 2px;
  background-color: #f59595;
}
.fileuploader-action-remove i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fileuploader-action-remove i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* icon-start */
.fileuploader-action-start {
  background: #687ddb;
  border-radius: 50%;
}
.fileuploader-action-start i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -5px;
  border-radius: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
.fileuploader-action-start:hover {
  background: #7b90ef;
}
.fileuploader-action-start:active {
  background: #687ddb;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}
/* icon.success */
.fileuploader-action-success {
  background: #687ddb;
  border: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fileuploader-action-success i:before,
.fileuploader-action-success i:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fileuploader-action-success i:before {
  width: 4px;
  height: 2px;
  left: 6px;
  top: 11px;
  background: #fff;
}
.fileuploader-action-success i:after {
  top: 4px;
  left: 9px;
  width: 2px;
  height: 9px;
  background: #fff;
}
/* icon-download */
.fileuploader-action-download {
  background: #687ddb;
  border-radius: 50%;
}
.fileuploader-action-download i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
  width: 2px;
  height: 5px;
  border-radius: 0;
  background: #fff;
}
.fileuploader-action-download i:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -4px;
  left: -3px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #fff;
  border-radius: 2px;
}
.fileuploader-action-download:hover {
  background: #7b90ef;
}
.fileuploader-action-download:active {
  background: #687ddb;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}
/* icon-retry */
.fileuploader-action-retry {
  background: #687ddb;
  border-radius: 50%;
}
.fileuploader-action-retry i:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.fileuploader-action-retry i:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  left: 3px;
  top: 9px;
  background: #687ddb;
}
.fileuploader-action-retry:hover,
.fileuploader-action-retry:hover i:after {
  background: #7b90ef;
}
.fileuploader-action-retry:active,
.fileuploader-action-retry:active i:after {
  background: #687ddb;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}
/* item progress bar */
.fileuploader-item .fileuploader-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.fileuploader-item .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 4px;
  background: #687ddb;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.fileuploader-item .progress-bar2 .fileuploader-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0;
  background: rgba(104, 125, 219, 0.08);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.fileuploader-item .progress-bar2 span {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 15px;
  color: rgba(151, 159, 184, 0.16);
  font-size: 48px;
}
/* clipboard paste loading */
.fileuploader-input-caption .fileuploader-pending-loader {
  margin-right: 5px;
}
.fileuploader-pending-loader {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
}
.fileuploader-pending-loader:after,
.fileuploader-pending-loader .left-half {
  background: #fff;
}
.fileuploader-pending-loader .right-half,
.fileuploader-pending-loader .spinner {
  background: #94a2e8;
}
.fileuploader-pending-loader:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 4;
}
.fileuploader-pending-loader .left-half,
.fileuploader-pending-loader .right-half,
.fileuploader-pending-loader .spinner {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.fileuploader-pending-loader .left-half {
  left: 0;
  opacity: 1;
  border-radius: 100% 0 0 2% 0 0 50%;
  -webkit-animation: fileuploaderOpacity 3s steps(1, end) infinite;
  animation: fileuploaderOpacity 3s steps(1, end) infinite;
  z-index: 3;
}
.fileuploader-pending-loader .right-half {
  right: 0;
  opacity: 0;
  -webkit-animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
  animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
  z-index: 1;
}
.fileuploader-pending-loader .spinner {
  left: 0;
  border-radius: 100% 0 0 2% 0 0 50%;
  -webkit-animation: fileuploaderSpin 3s linear infinite;
  animation: fileuploaderSpin 3s linear infinite;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  z-index: 2;
}
/* animations */
@-webkit-keyframes fileuploaderOpacity {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
@keyframes fileuploaderOpacity {
  0% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fileuploaderScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fileuploaderScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fileuploaderSlideIn {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fileuploaderSlideIn {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fileuploaderSlideOut {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes fileuploaderSlideOut {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes fileuploaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fileuploaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Pf Centro Sans Pro, para el menú principal */
@font-face {
  font-family: 'PFCentroSansPro-Regular';
  src: url('../fonts/pfcentrosanspro-regular.eot');
  src: url('../fonts/pfcentrosanspro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentrosanspro-regular.woff2') format('woff2'), url('../fonts/pfcentrosanspro-regular.woff') format('woff'), url('../fonts/pfcentrosanspro-regular.ttf') format('truetype'), url('../fonts/pfcentrosanspro-regular.svg#PFCentroSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSansPro-Bold';
  src: url('../fonts/pfcentrosanspro-bold.eot');
  src: url('../fonts/pfcentrosanspro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentrosanspro-bold.woff2') format('woff2'), url('../fonts/pfcentrosanspro-bold.woff') format('woff'), url('../fonts/pfcentrosanspro-bold.ttf') format('truetype'), url('../fonts/pfcentrosanspro-bold.svg#PFCentroSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Pf Centro Slab Pro, para algunos titulares, h1, h2... */
@font-face {
  font-family: 'PFCentroSlabPro-Regular';
  src: url('../fonts/pfcentroslabpro-regular.eot');
  src: url('../fonts/pfcentroslabpro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-regular.woff2') format('woff2'), url('../fonts/pfcentroslabpro-regular.woff') format('woff'), url('../fonts/pfcentroslabpro-regular.ttf') format('truetype'), url('../fonts/pfcentroslabpro-regular.svg#PFCentroSlabPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Italic';
  src: url('../fonts/pfcentroslabpro-italic.eot');
  src: url('../fonts/pfcentroslabpro-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-italic.woff2') format('woff2'), url('../fonts/pfcentroslabpro-italic.woff') format('woff'), url('../fonts/pfcentroslabpro-italic.ttf') format('truetype'), url('../fonts/pfcentroslabpro-italic.svg#PFCentroSlabPro-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PDCentroSlabPro-Medium';
  src: url('../fonts/pfcentroslabpro-medium.eot');
  src: url('../fonts/pfcentroslabpro-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-medium.woff2') format('woff2'), url('../fonts/pfcentroslabpro-medium.woff') format('woff'), url('../fonts/pfcentroslabpro-medium.ttf') format('truetype'), url('../fonts/pfcentroslabpro-medium.svg#PDCentroSlabPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Med-It';
  src: url('../fonts/pfcentroslabpro-mediumitalic.eot');
  src: url('../fonts/pfcentroslabpro-mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-mediumitalic.woff2') format('woff2'), url('../fonts/pfcentroslabpro-mediumitalic.woff') format('woff'), url('../fonts/pfcentroslabpro-mediumitalic.ttf') format('truetype'), url('../fonts/pfcentroslabpro-mediumitalic.svg#PFCentroSlabPro-Med-It') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Bold';
  src: url('../fonts/pfcentroslabpro-bold.eot');
  src: url('../fonts/pfcentroslabpro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-bold.woff2') format('woff2'), url('../fonts/pfcentroslabpro-bold.woff') format('woff'), url('../fonts/pfcentroslabpro-bold.ttf') format('truetype'), url('../fonts/pfcentroslabpro-bold.svg#PFCentroSlabPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Bold_italic';
  src: url('../fonts/pfcentroslabpro-bolditalic.eot');
  src: url('../fonts/pfcentroslabpro-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-bolditalic.woff2') format('woff2'), url('../fonts/pfcentroslabpro-bolditalic.woff') format('woff'), url('../fonts/pfcentroslabpro-bolditalic.ttf') format('truetype'), url('../fonts/pfcentroslabpro-bolditalic.svg#PFCentroSlabPro-Bold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Blck';
  src: url('../fonts/pfcentroslabpro-black.eot');
  src: url('../fonts/pfcentroslabpro-black.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-black.woff2') format('woff2'), url('../fonts/pfcentroslabpro-black.woff') format('woff'), url('../fonts/pfcentroslabpro-black.ttf') format('truetype'), url('../fonts/pfcentroslabpro-black.svg#PFCentroSlabPro-Blck') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-Blck-It';
  src: url('../fonts/pfcentroslabpro-blackitalic.eot');
  src: url('../fonts/pfcentroslabpro-blackitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-blackitalic.woff2') format('woff2'), url('../fonts/pfcentroslabpro-blackitalic.woff') format('woff'), url('../fonts/pfcentroslabpro-blackitalic.ttf') format('truetype'), url('../fonts/pfcentroslabpro-blackitalic.svg#PFCentroSlabPro-Blck-It') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-UltraBlack';
  src: url('../fonts/pfcentroslabpro-ublack.eot');
  src: url('../fonts/pfcentroslabpro-ublack.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-ublack.woff2') format('woff2'), url('../fonts/pfcentroslabpro-ublack.woff') format('woff'), url('../fonts/pfcentroslabpro-ublack.ttf') format('truetype'), url('../fonts/pfcentroslabpro-ublack.svg#PFCentroSlabPro-UltraBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFCentroSlabPro-UltraBlack-It';
  src: url('../fonts/pfcentroslabpro-ublackitalic.eot');
  src: url('../fonts/pfcentroslabpro-ublackitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfcentroslabpro-ublackitalic.woff2') format('woff2'), url('../fonts/pfcentroslabpro-ublackitalic.woff') format('woff'), url('../fonts/pfcentroslabpro-ublackitalic.ttf') format('truetype'), url('../fonts/pfcentroslabpro-ublackitalic.svg#PFCentroSlabPro-UltraBlack-It') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Verdana para el cuerpo de texto más común. */
/* Glyphicons para iconos de bootstrap. */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.caret {
  border-top: none;
  border-right: none;
  border-left: none;
  background: url(../img/sprite.png) -59px -90px;
  width: 12px;
  height: 8px;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: none;
  border-bottom: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                		E S T I L O S   C O M U N E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  font-family: Verdana, arial, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  margin-top: 113px;
  padding-right: 0px!important;
}
body.cke_editable {
  margin-top: 0px;
  padding: 20px;
}
body:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 0;
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
body.shadow-active {
  position: relative;
}
body.shadow-active:after {
  z-index: 999;
  opacity: 1;
  position: fixed;
}
body.shadow-active #footer .footer-line {
  z-index: 0;
}
body.sidr-open #overlay {
  z-index: 0;
  opacity: 1;
  position: fixed;
}
body.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0px!important;
}
body.modal-open .tooltip {
  z-index: -1;
}
body a.btn * {
  white-space: initial;
}
body .statistics_counter {
  display: none!important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - Tipos de fuentes - - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Verdana para el cuerpo de texto más común */
.ff-v {
  font-family: Verdana, arial, sans-serif;
}
.ff-v.b {
  font-weight: bold;
}
.ff-v.i {
  font-style: italic;
}
/* Pf Centro Sans Pro, para el menú principal */
.ff-ss {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
}
.ff-ss-b {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
/* Pf Centro Slab Pro, para algunos titulares, h1, h2... */
.ff-sb {
  font-family: PFCentroSlabPro-Regular, arial, sans-serif;
}
.ff-sb-i {
  font-family: PFCentroSlabPro-Italic, arial, sans-serif;
}
.ff-sb-med {
  font-family: PDCentroSlabPro-Medium, arial, sans-serif;
}
.ff-sb-med-i {
  font-family: PFCentroSlabPro-Med-It, arial, sans-serif;
}
.ff-sb-bold {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
}
.ff-sb-bold-i {
  font-family: PFCentroSlabPro-Bold_italic, arial, sans-serif;
}
.ff-sb-black {
  font-family: PFCentroSlabPro-Blck, arial, sans-serif;
}
.ff-sb-black-i {
  font-family: PFCentroSlabPro-Blck-It, arial, sans-serif;
}
.ff-sb-ultra-black {
  font-family: PFCentroSlabPro-UltraBlack, arial, sans-serif;
}
.ff-sb-ultra-black-i {
  font-family: PFCentroSlabPro-UltraBlack-It, arial, sans-serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - FIN: Tipos de fuentes - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
p,
span,
a {
  font-family: Verdana, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PFCentroSlabPro-Regular, arial, sans-serif;
}
a {
  transition: opacity 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.5;
}
a.no-effect:hover {
  opacity: 1;
  text-decoration: none;
}
a.icon-goto {
  color: #40b4e5 !important;
  position: relative;
  padding-right: 20px;
}
a.icon-goto:after {
  content: '';
  position: relative;
  background: url(../img/sprite.png) -174px -136px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 8px;
}
.btn:active,
.btn:focus,
.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
}
.btn.round-blue {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #40b4e5;
  width: 155px;
  text-align: center;
  padding: 7px 0;
  border-radius: 15px;
  transition: background-color 0.4s;
}
.btn.round-blue:hover,
.btn.round-blue:focus,
.btn.round-blue:active,
.btn.round-blue.active {
  background-color: #fff;
  color: #40b4e5;
  border: 1px solid #40b4e5;
  opacity: 1;
}
.btn.round-blue.border-blue {
  border: 1px solid #40b4e5;
}
.btn.round-blue.ff-v {
  font-family: Verdana, arial, sans-serif;
}
.btn.round-blue.dislike {
  background-color: #f4f4f4;
  border: 1px solid rgba(115, 115, 115, 0.3);
  color: #737373;
}
.btn.round-blue.dislike:hover {
  background-color: #e6e6e6;
}
.btn.round-gray {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #b7b7b7;
  width: 155px;
  text-align: center;
  padding: 7px 0;
  border-radius: 15px;
  transition: background-color 0.4s;
}
.btn.round-gray:hover,
.btn.round-gray:focus,
.btn.round-gray:active,
.btn.round-gray.active {
  background-color: #fff;
  color: #b7b7b7;
  border: 1px solid #b7b7b7;
  opacity: 1;
}
.btn.round-gray.border-gray {
  border: 1px solid #b7b7b7;
}
.btn.round-gray.ff-v {
  font-family: Verdana, arial, sans-serif;
}
.btn.round-white {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #40b4e5;
  background-color: #fff;
  border: 1px solid #abe1f8;
  width: 125px;
  text-align: center;
  padding: 6px 0;
  border-radius: 15px;
  transition: background-color 0.4s;
}
.btn.round-white.plus-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.round-white.plus-icon:before {
  content: '+';
  font-size: 21px;
  line-height: 14px;
  position: absolute;
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.round-white.plus-icon:hover:before,
.btn.round-white.plus-icon:focus:before,
.btn.round-white.plus-icon:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn.round-white:hover,
.btn.round-white:focus,
.btn.round-white:active,
.btn.round-white.active {
  background-color: #40b4e5;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  box-shadow: none;
}
.btn.external-link {
  padding-right: 12px;
  position: relative;
}
.btn.external-link:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -174px -136px;
  top: 8px;
  right: 12px;
  width: 11px;
  height: 11px;
}
.btn.external-link:hover:before {
  background: url(../img/sprite.png) -190px -136px;
}
.btn.not-round {
  font-family: Verdana, arial, sans-serif;
  background-color: transparent;
  color: #2da5df;
  font-size: 11px;
  line-height: 11px;
  border: 0;
}
.btn.not-round:hover,
.btn.not-round:focus,
.btn.not-round:active,
.btn.not-round.active {
  background-color: transparent;
  color: #2da5df;
  border: 0;
  opacity: 0.6;
  box-shadow: none;
}
.btn.round-dropdown {
  font-size: 14px;
  line-height: 16px;
  font-family: Verdana, arial, sans-serif;
  color: #fff;
  background-color: #2a94c1;
  border: 1px solid #fff;
  width: 360px;
  text-align: center;
  padding: 13px 5px;
  border-radius: 25px;
  position: relative;
  transition: background-color 0.4s;
}
.btn.round-dropdown:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -55px -30px no-repeat;
  width: 20px;
  height: 10px;
  top: 17px;
  right: 24px;
}
.btn.round-dropdown:hover,
.btn.round-dropdown:focus,
.btn.round-dropdown:active {
  background-color: #fff;
  color: #2a94c1;
  border: 1px solid #2a94c1;
  opacity: 1;
  box-shadow: none;
}
.btn.round-dropdown:hover:after,
.btn.round-dropdown:focus:after,
.btn.round-dropdown:active:after {
  background-position: -49px -68px;
}
.btn.round-dropdown.active:after {
  width: 12px;
  height: 22px;
  background-position: -36px -64px;
  top: 11px;
}
.btn.back-to {
  font-size: 14px;
  line-height: 16px;
  font-family: Verdana, arial, sans-serif;
  color: #fff;
  background-color: #40b4e5;
  border: 1px solid #fff;
  width: 162px;
  text-align: center;
  padding: 7px 5px;
  border-radius: 25px;
  transition: background-color 0.4s;
  position: relative;
}
.btn.back-to:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) no-repeat;
  background-position: -10px -88px;
  width: 13px;
  height: 13px;
  top: 9px;
  left: 14px;
}
.btn.back-to:hover {
  background-color: #bdd2dc;
}
.btn.back-to.longer {
  width: 180px;
}
.btn.back-to.white {
  background-color: #fff;
  color: #40b4e5;
  border: 1px solid #40b4e5;
}
.btn.back-to.white:before {
  background-position: -96px -94px;
}
.btn.back-to.white:hover {
  background-color: rgba(189, 210, 220, 0.45);
}
.btn.goto {
  width: 152px;
  padding-right: 7px;
  position: relative;
}
.btn.goto:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -73px -89px;
  width: 13px;
  height: 13px;
  top: 7px;
  right: 16px;
}
.btn.goto:hover,
.btn.goto:focus,
.btn.goto:active {
  background-color: rgba(42, 148, 193, 0.13);
  border: 1px solid #abe1f8;
  color: #40b4e5;
}
.btn.check {
  width: 23px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.btn.check.important:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -155px no-repeat;
  top: 0px;
  left: 0;
}
.btn.check.important:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -180px no-repeat;
  top: 0px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn.check.delete:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -153px no-repeat;
  top: -3px;
  left: 0;
}
.btn.check.delete:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -177px no-repeat;
  top: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn.check:hover,
.btn.check.active {
  opacity: 1;
  outline: none;
  box-shadow: none;
}
.btn.check:hover:after,
.btn.check.active:after {
  opacity: 1;
}
.btn.check:focus,
.btn.check:active {
  outline: none;
  box-shadow: none;
}
.txt-over {
  display: inline;
  position: relative;
  left: 10px;
}
.txt-over.red {
  background: #e30613;
  box-shadow: 5px 0 0 #e30613, -5px 0 0 #e30613;
}
.sprit {
  background: url(../img/sprite.png);
}
.tooltip .tooltip-inner {
  background-color: #2a94c1;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px;
}
.tooltip.top {
  margin-left: -1px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2a94c1;
}
.row.fix {
  display: flex;
  flex-wrap: wrap;
}
.row.fix:before {
  display: inline;
}
.form-control:focus,
.form-control:active {
  border-color: #125a80;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
}
form .form-group .inline-group {
  display: inline-block;
  width: 100%;
}
form .form-group.label-space {
  margin-top: 29px;
}
form .z-input .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 9px;
}
form .z-input .form-group input {
  width: 100%;
  height: 37px;
  font-size: 13px;
  line-height: 13px;
  padding: 5px 18px 7px;
  border-radius: 25px;
}
form .z-check .checkbox label {
  padding-left: 29px;
  font-size: 14px;
  line-height: 16px;
  color: #084665;
  position: relative;
}
form .z-check .checkbox label:before {
  content: '';
  position: absolute;
  border: 2px solid #125a7f;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 2px;
}
form .z-check .checkbox span {
  position: absolute;
  left: 9px;
  top: 9px;
  font-size: 0;
  background: url(../img/iconos/icono-checkbox.png);
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
form .z-check .checkbox input {
  position: relative;
  z-index: -9999;
  height: 10px;
  opacity: 0;
}
form .z-check .checkbox input:checked + span {
  left: 2px;
  top: 1px;
  width: 18px;
  height: 18px;
  opacity: 1;
}
form .z-check.w-icon {
  padding-left: 47px;
  position: relative;
}
form .z-check.w-icon img {
  position: absolute;
  top: -4px;
  left: -40px;
}
form .z-check.gray .checkbox label:before {
  border: 2px solid #b7b7b7;
  transition: border 0.4s;
}
form .z-check.gray:hover .checkbox label:before {
  border: 2px solid #125a7f;
}
form .z-check.no-check.important .checkbox label:before {
  border: none;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -155px no-repeat;
  top: 0px;
  left: 0;
}
form .z-check.no-check.important .checkbox label:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -180px no-repeat;
  top: 0px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
form .z-check.no-check.important .checkbox span {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 0;
  background: url(../img/sprite.png) -93px -180px no-repeat;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
form .z-check.no-check.important .checkbox input:checked + span {
  opacity: 1;
}
form .z-check.no-check.delete .checkbox label:before {
  border: none;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -153px no-repeat;
  top: -3px;
  left: 0;
}
form .z-check.no-check.delete .checkbox label:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -177px no-repeat;
  top: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
form .z-check.no-check.delete .checkbox span {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 0;
  background: url(../img/sprite.png) -121px -177px no-repeat;
  width: 23px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
form .z-check.no-check.delete .checkbox input:checked + span {
  opacity: 1;
}
form .z-check.no-check:hover .checkbox label:after {
  opacity: 1;
}
form .z-check.no-check:focus,
form .z-check.no-check:active {
  outline: none;
  box-shadow: none;
}
form .z-button {
  margin: 5px 0;
}
form .z-button button {
  background-color: #125a7f;
  border: 1px solid #125a7f;
  color: #fff;
  font-size: 13px;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  padding: 11px 0 8px;
  transition: all 0.4s;
}
form .z-button button:hover,
form .z-button button:focus,
form .z-button button:active {
  background-color: #bdd2dc;
  border: 1px solid #fff;
  color: #125a7f;
}
form .z-button button.disable {
  opacity: 0.4;
  pointer-events: none;
}
form .z-button button.blue {
  background-color: #2da5df;
}
form.z-login {
  max-width: 288px;
}
form .help-block {
  display: none!important;
}
form label {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #1fa3db;
  margin-bottom: 12px;
  margin-left: 5px;
}
form .z-searcher .inline-group {
  display: inline-block;
  width: 100%;
}
form .z-searcher .form-group {
  width: calc(100% - 72px);
  display: inline-block;
}
form .z-searcher .form-control {
  width: 100%;
  height: 33px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  line-height: 14px;
  color: #a7a7a7;
  border-radius: 20px 0 0 20px;
  padding: 2px 15px 2px 25px;
}
form .z-searcher .form-control *::-webkit-input-placeholder,
form .z-searcher .form-control *:-moz-placeholder,
form .z-searcher .form-control *::-moz-placeholder,
form .z-searcher .form-control *:-ms-input-placeholder {
  color: #8e8e8e;
}
form .z-searcher .btn {
  width: 70px;
  height: 33px;
  padding: 5px 10px 4px;
  border: 1px solid #40b4e5;
  border-radius: 0 20px 20px 0;
  background-color: #40b4e5;
  margin-left: -5px;
  color: #fff;
  position: relative;
}
form .z-searcher .btn:after {
  content: '';
  background: url(../img/sprite.png) no-repeat;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 17px;
  height: 17px;
  top: 8px;
  left: 22px;
}
form .z-searcher.inside {
  height: 61px;
  top: -6px;
}
form .z-searcher.inside .inline-group {
  margin: 9px 0;
}
form .z-searcher.inside .inline-group .form-group {
  width: calc(100% - 65px);
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
form .z-searcher.inside .inline-group button {
  position: absolute;
  bottom: 0;
  right: 0;
}
form .z-searcher.inside.no-label {
  height: 35px;
}
form .z-select .form-group {
  position: relative;
}
form .z-select .form-group:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -59px -90px;
  width: 12px;
  height: 8px;
  bottom: 12px;
  right: 14px;
}
form .z-select .form-group .form-control {
  border: 1px solid #cdcdcd;
  color: #737373;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 28px 6px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form .z-select.align-right .dropdown-menu {
  left: inherit;
  right: 0;
}
form .z-select.time .type.mes {
  width: 59%;
  float: left;
  margin-right: 5px;
}
form .z-select.time .type.anio {
  width: 38%;
}
form .z-select.no-fgroup {
  margin-bottom: 13px;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu {
  z-index: 999999;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu .form-control {
  color: #a7a7a7;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu .form-control:active,
form .z-select .bootstrap-select.btn-group .dropdown-menu .form-control:focus {
  border: 1px solid #cdcdcd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
}
form .z-select .bootstrap-select.btn-group .dropdown-menu li.selected > a {
  outline: 0;
  background-color: rgba(18, 90, 128, 0.1);
  color: #333333;
}
form .z-select .bootstrap-select.btn-group .btn {
  transition: background 0.4s;
}
form .z-select .bootstrap-select.btn-group .btn:hover,
form .z-select .bootstrap-select.btn-group .btn:focus,
form .z-select .bootstrap-select.btn-group .btn:active {
  background-color: #f3f3f3;
  outline: rgba(243, 243, 243, 0.48) dotted thin !important;
  outline: #f3f3f3 auto 5px !important;
  outline-offset: -2px;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu li.selected > a,
form .z-select .bootstrap-select.btn-group .dropdown-menu li:focus > a,
form .z-select .bootstrap-select.btn-group .dropdown-menu li:active > a {
  outline: none;
  background-color: rgba(18, 90, 128, 0.1);
}
form .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
form .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #125a7f;
  border: 4px solid #125a80;
}
form .z-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #cdcdcd;
}
.no-form .z-check .checkbox label {
  padding-left: 25px;
  font-size: 14px;
  line-height: 16px;
  color: #084665;
  position: relative;
}
.no-form .z-check .checkbox label:before {
  content: '';
  position: absolute;
  border: 2px solid #125a7f;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 2px;
}
.no-form .z-check .checkbox span {
  position: absolute;
  left: 9px;
  top: 9px;
  font-size: 0;
  background: url(../img/iconos/icono-checkbox.png);
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.no-form .z-check .checkbox input {
  position: relative;
  z-index: -9999;
  height: 10px;
  opacity: 0;
}
.no-form .z-check .checkbox input:checked + span {
  left: 2px;
  top: 1px;
  width: 18px;
  height: 18px;
  opacity: 1;
}
.no-form .z-check.w-icon {
  padding-left: 47px;
  position: relative;
}
.no-form .z-check.w-icon img {
  position: absolute;
  top: -4px;
  left: -40px;
}
.no-form .z-check.gray .checkbox label:before {
  border: 2px solid #b7b7b7;
  transition: border 0.4s;
}
.no-form .z-check.gray:hover .checkbox label:before {
  border: 2px solid #125a7f;
}
.no-form .z-check.no-check.important .checkbox label:before {
  border: none;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -155px no-repeat;
  top: 0px;
  left: 0;
}
.no-form .z-check.no-check.important .checkbox label:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) -93px -180px no-repeat;
  top: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.no-form .z-check.no-check.important .checkbox span {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 0;
  background: url(../img/sprite.png) -93px -180px no-repeat;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.no-form .z-check.no-check.important .checkbox input:checked + span {
  opacity: 1;
}
.no-form .z-check.no-check.delete .checkbox label:before {
  border: none;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -153px no-repeat;
  top: -3px;
  left: 0;
}
.no-form .z-check.no-check.delete .checkbox label:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 24px;
  background: url(../img/sprite.png) -121px -177px no-repeat;
  top: -3px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.no-form .z-check.no-check.delete .checkbox span {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 0;
  background: url(../img/sprite.png) -121px -177px no-repeat;
  width: 23px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.no-form .z-check.no-check.delete .checkbox input:checked + span {
  opacity: 1;
}
.no-form .z-check.no-check:hover .checkbox label:after {
  opacity: 1;
}
.z-editable-field-form form .form-control-feedback {
  display: none!important;
}
.z-editable-field-form form .form-group {
  margin-bottom: 7px;
  position: relative;
}
.z-editable-field-form form .form-group label {
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #125a80;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 10px;
}
.z-editable-field-form form .form-group input {
  width: auto;
  height: 28px;
  margin-left: 13px;
  margin-top: 1px;
  display: inline-block;
  border: 0;
  box-shadow: none;
  padding: 5px 10px 7px;
  width: calc(100% - 120px);
  transition: all 0.3s;
}
.z-editable-field-form form .form-group input.form-control[readonly] {
  background-color: transparent;
}
.z-editable-field-form form .form-group a.edit {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 6px;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  background: url(../img/iconos/icono-editar.png) no-repeat;
  transition: visibility 0.2s, opacity 0.3s linear;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.z-editable-field-form form .form-group .active-edit {
  transition: visibility 0.2s, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
  height: 0;
  float: right;
  margin: 5px 0;
  padding: 0 15px;
}
.z-editable-field-form form .form-group .active-edit a.cancel {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  padding: 0;
  color: #f26522;
  margin: 0;
}
.z-editable-field-form form .form-group .active-edit a.cancel:hover:after {
  border: 1px solid #f26522;
}
.z-editable-field-form form .form-group .active-edit a:hover {
  opacity: 1;
}
.z-editable-field-form form .form-group .active-edit button {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 8px;
  background-color: transparent;
}
.z-editable-field-form form .form-group .active-edit button.save {
  text-align: center;
  border: 1px solid #39b0e3;
  background-color: #39b0e3;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
  height: 20px;
  transition: background-color 0.4s;
}
.z-editable-field-form form .form-group .active-edit button.save:hover {
  background-color: #fff;
  color: #39b0e3;
}
.z-editable-field-form.active form .form-group input {
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.z-editable-field-form.active form .form-group a.edit {
  visibility: hidden;
  opacity: 0;
}
.z-editable-field-form.active form .form-group .active-edit {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.open-edit-pass {
  padding-bottom: 15px;
}
.open-edit-pass .icon-question {
  padding: 10px 20px 0px 30px;
}
.open-edit-pass .icon-question:before {
  background: url(../img/iconos/icon-pass.png) no-repeat;
  top: 7px;
  left: 6px;
  margin-top: 1px;
}
.open-edit-pass .icon-question a {
  cursor: pointer;
}
.open-edit-pass .icon-question[aria-expanded='true'] {
  background-color: #f5f5f5;
}
.open-edit-pass .icon-question[aria-expanded='true'] a.dark-blue:after {
  border: 1px solid #063b56;
  width: 100%;
  left: 0;
}
.open-edit-pass .body {
  padding: 15px 30px;
  background-color: #f5f5f5;
  max-width: 680px;
  width: 100%;
}
.open-edit-pass form .submit-options {
  text-align: right;
  margin: 40px 0 15px;
}
.open-edit-pass form .submit-options a.cancel {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  padding: 0;
  color: #f26522;
  margin: 0;
}
.open-edit-pass form .submit-options a.cancel:hover:after {
  border: 1px solid #f26522;
}
.open-edit-pass form .submit-options a:hover {
  opacity: 1;
}
.z-pic-editable {
  text-align: center;
  padding-bottom: 10px;
}
.z-pic-editable .tab {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.z-pic-editable .tab .remove-img {
  position: absolute;
  top: -14px;
  right: 0;
  transition: opacity 0.5s;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px 5px 0 0;
  padding: 4px 10px 6px;
  color: #f26522;
}
.z-pic-editable .tab .remove-img:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/iconos/aspa-gris.png) no-repeat;
  background-size: cover;
  top: 10px;
  right: 10px;
}
.z-pic-editable .tab .remove-img:hover {
  text-decoration: none;
}
.z-pic-editable .edit-zone {
  position: relative;
  width: 266px;
  height: 266px;
  margin: 0 auto;
}
.z-pic-editable .edit-zone:before {
  content: '';
  position: absolute;
  border: 3px solid #f26522;
  border-style: dashed;
  width: 256px;
  height: 256px;
  top: 4px;
  left: 4px;
  opacity: 0;
  transition: opacity 0.5s;
}
.z-pic-editable .edit-zone:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/iconos/icono-editar.png) no-repeat;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  transition: opacity 0.5s;
}
.z-pic-editable .show-icon-edit {
  padding-bottom: 4px;
}
.z-pic-editable a {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #063b56;
}
.z-pic-editable a:hover,
.z-pic-editable a:focus,
.z-pic-editable a:active {
  outline: none;
}
.z-pic-editable.over {
  opacity: 0.6;
}
.z-pic-editable.over .edit-zone:before,
.z-pic-editable.over .edit-zone:after {
  opacity: 1;
}
.z-edit-frame {
  margin: 0 8px;
  display: inline-block;
  padding: 26px 20px 29px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  width: 97%;
}
.z-edit-frame input[type="file"] {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #737373;
}
.z-edit-frame input[type="file"]::-webkit-file-upload-button {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #f7a37a;
  background-color: #f7a37a;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
  height: 20px;
  text-transform: uppercase;
  transition: background-color 0.4s;
}
.z-edit-frame input[type="file"]::-webkit-file-upload-button:hover,
.z-edit-frame input[type="file"]::-webkit-file-upload-button:focus,
.z-edit-frame input[type="file"]::-webkit-file-upload-button:active {
  outline: none;
  color: #f26522;
  background-color: #fff;
}
.z-edit-frame input[type=range] {
  -webkit-appearance: none;
}
.z-edit-frame input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.z-edit-frame input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #888888;
  margin-top: -6px;
}
.z-edit-frame input[type=range]::-webkit-slider-thumb:hover {
  background: #bbbbbb;
}
.z-edit-frame input[type=range]:focus {
  outline: none;
}
.z-edit-frame input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.z-edit-frame .cropit-preview {
  width: 300px;
  height: 300px;
  margin: 30px auto 15px;
  border: 3px solid rgba(242, 101, 34, 0.4);
  border-style: dashed;
  background: url(../img/iconos/imagen.png) no-repeat;
  background-color: #eeeeee;
}
.z-edit-frame p.legend {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #737373;
  text-align: center;
}
.z-edit-frame .controls-wrapper {
  text-align: center;
}
.z-edit-frame .controls-wrapper .rotation-btns {
  width: 90px;
  display: inline-block;
}
.z-edit-frame .controls-wrapper .rotation-btns button {
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 22px;
  background-size: cover;
  margin: 3px 10px;
  transition: opacity 0.3s;
}
.z-edit-frame .controls-wrapper .rotation-btns button.rotate-ccw {
  background: url(../img/iconos/rotar-izq.png) no-repeat;
}
.z-edit-frame .controls-wrapper .rotation-btns button.rotate-cw {
  background: url(../img/iconos/rotar-drcha.png) no-repeat;
}
.z-edit-frame .controls-wrapper .rotation-btns button:hover,
.z-edit-frame .controls-wrapper .rotation-btns button:focus,
.z-edit-frame .controls-wrapper .rotation-btns button:active {
  outline: none;
  opacity: 0.6;
}
.z-edit-frame .controls-wrapper .slider-wrapper span.icon-image {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
  opacity: 0.6;
}
.z-edit-frame .controls-wrapper .slider-wrapper span.icon-image.small-image:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  background: url(../img/iconos/icono-imagen-small.png) no-repeat;
  background-size: cover;
  top: 2.4px;
  right: 0;
}
.z-edit-frame .controls-wrapper .slider-wrapper span.icon-image.large-image:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 21px;
  background: url(../img/iconos/icono-imagen-large.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.z-edit-frame .controls-wrapper .slider-wrapper .cropit-image-zoom-input {
  width: 150px;
  margin: 0 12px;
  display: inline-block;
  top: -8px;
}
.z-edit-frame .cropit-preview-image-container {
  cursor: move;
}
.z-edit-frame .cropit-preview-background {
  opacity: 0.2;
  cursor: auto;
}
.z-edit-frame .image-size-label {
  margin-top: 10px;
}
.z-edit-frame input,
.z-edit-frame .export {
  /* Use relative position to prevent from being covered by image background */
  position: relative;
  z-index: 10;
  display: block;
}
.z-edit-frame button {
  margin-top: 10px;
}
.z-edit-frame button.export {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #39b0e3;
  background-color: #39b0e3;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
  height: 20px;
  text-transform: uppercase;
  transition: background-color 0.4s;
  float: right;
  margin: 30px 0 0;
}
.z-edit-frame button.export:hover,
.z-edit-frame button.export:focus,
.z-edit-frame button.export:active {
  outline: none;
  color: #39b0e3;
  background-color: #fff;
}
.flex-center-items {
  display: flex;
  display: -webkit-flex;
  /* Safari 8 */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari 8 */
  justify-content: center;
  -webkit-justify-content: center;
}
.list .result-txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #125a80;
}
.responsive-phone.mobile-link > a:hover,
.responsive-phone.mobile-link > a:active,
.responsive-phone.mobile-link > a:focus {
  text-decoration: none;
  box-shadow: none;
}
.responsive-email.email-link > a:hover,
.responsive-email.email-link > a:active,
.responsive-email.email-link > a:focus {
  text-decoration: none;
  box-shadow: none;
}
.mail .hvr-shadow:hover,
.phone .hvr-shadow:hover,
.mail .hvr-shadow:active,
.phone .hvr-shadow:active,
.mail .hvr-shadow:focus,
.phone .hvr-shadow:focus {
  text-decoration: none;
  box-shadow: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - - Cabecera y pie - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
  -webkit-box-shadow: 1px 10px 17px -9px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 10px 17px -9px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 10px 17px -9px rgba(0, 0, 0, 0.32);
}
#header .header-bar {
  background-color: #125a80;
  border-bottom: 1px solid #7298ab;
  width: 100%;
  display: inline-block;
}
#header .header-bar .navbar-logo .navbar-brand {
  height: 67px;
  padding: 19px 16px;
  border: 0;
}
#header .navbar-searcher .navbar-form {
  padding: 10px 4px 6px;
}
#header .navbar-searcher .navbar-form .form-control {
  width: 262px;
  height: 31px;
  border: 1px solid #fff;
  border-radius: 15px 0 0 15px;
  font-size: 16px;
  padding: 4px 15px 5px 21px;
}
#header .navbar-searcher .navbar-form .form-control *::-webkit-input-placeholder,
#header .navbar-searcher .navbar-form .form-control *:-moz-placeholder,
#header .navbar-searcher .navbar-form .form-control *::-moz-placeholder,
#header .navbar-searcher .navbar-form .form-control *:-ms-input-placeholder {
  color: #8e8e8e;
}
#header .navbar-searcher .navbar-form .btn {
  width: 53px;
  height: 31px;
  padding: 5px 10px 4px;
  border: 1px solid #6cb5d8;
  border-radius: 0px 15px 15px 0px;
  background-color: #6cb5d8;
  margin-left: -5px;
  color: #fff;
  background-position: 0px -1px;
  position: relative;
}
#header .navbar-searcher .navbar-form .btn:after {
  content: '';
  background: url(../img/sprite.png) 0px 0px no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 7px;
  left: 17px;
}
#header .navbar-logos {
  margin-right: 0;
  margin-bottom: 0;
}
#header .navbar-logos > li {
  width: 120px;
  height: 67px;
  overflow: hidden;
  float: left;
}
#header .navbar-logos > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .navbar-logos > li img {
  width: 100%;
  height: auto;
}
#header .ground {
  background-color: #125172;
  position: relative;
}
#header .ground > .container {
  padding-left: 0;
}
#header .ground .navbar-default {
  background-color: #125172;
  border: 0;
  margin-bottom: 0;
  min-height: 45px;
  width: auto;
  position: inherit;
  padding: 0;
}
#header .ground .navbar-default .c_abs {
  position: absolute;
  transition: all 0.4s;
  z-index: 2;
}
#header .ground .navbar-default .navbar-nav > li {
  margin-right: 1px;
}
#header .ground .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 20px 13px;
  background-color: transparent;
}
#header .ground .navbar-default .navbar-nav > li > a:hover {
  opacity: 1;
  color: #fff;
}
#header .ground .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options {
  z-index: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  display: inherit;
  pointer-events: none;
  left: 0;
  background-color: #f6f6f6;
  width: 100%;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li {
  width: 100%;
  display: inline-block;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li a {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #125a7f;
  position: relative;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li a:after {
  bottom: 0;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li.active a:after {
  border: 1px solid #125a7f;
  width: 100%;
  left: 0;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul li.main > a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 {
  padding: 34px 5px 5px 19px;
  position: relative;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1:before {
  content: '';
  position: absolute;
  width: 87%;
  height: 1px;
  background-color: #88acbe;
  top: 27px;
  left: 20px;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 li {
  margin-bottom: 5px;
  text-align: left;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 {
  margin-top: 12px;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li {
  text-align: left;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 {
  margin: 2px 0 24px;
}
#header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 li {
  margin-bottom: 5px;
  text-align: left;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li:hover {
  position: static;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li:hover > a {
  color: #125a7f;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li:hover > a:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header .ground .navbar-default.menu-desck .navbar-nav > li:hover .main-menu-options {
  opacity: 1;
  max-height: 700px;
  z-index: 10;
  pointer-events: auto;
  padding-bottom: 45px;
  overflow: inherit;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover.hover,
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover:hover {
  position: static;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover.hover > a,
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover:hover > a {
  color: #125a7f;
}
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover.hover > a:after,
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover:hover > a:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover.hover .main-menu-options,
#header .ground .navbar-default.menu-desck .navbar-nav > li.taphover:hover .main-menu-options {
  opacity: 1;
  max-height: 700px;
  z-index: 10;
  pointer-events: auto;
  padding-bottom: 45px;
  overflow: inherit;
}
#header .ground .navbar-default.menu-768 {
  position: absolute;
  max-width: 430px;
  height: 100%;
  display: block;
  left: 15px;
  width: 100%;
}
#header .ground .navbar-default.menu-768 .c_abs {
  z-index: 1;
}
#header .ground .navbar-default.menu-768.underline a:after {
  display: none;
}
#header .ground .navbar-default.menu-768.underline a:hover:after {
  display: none;
}
#header .ground .navbar-default.menu-768.open .c_abs {
  left: 365px;
}
#header .ground .navbar-default.menu-768.open .c_abs #nav-icon span {
  background-color: #b0b1b1;
}
#header .ground .navbar-default.menu-768.open .navbar-collapse:after {
  content: '';
  position: fixed;
  top: 68px;
  left: 0;
  width: 447px;
  height: 60px;
  background-color: rgba(250, 251, 251, 0.97);
  z-index: 25;
}
#header .ground .navbar-default.menu-768 .navbar-collapse {
  max-height: 100%;
  height: 100%;
  border: 0;
  overflow-x: hidden;
  background-color: #fafbfb;
  padding: 55px 0;
  overflow-y: auto;
  position: fixed;
  max-width: 450px;
}
#header .ground .navbar-default.menu-768 .navbar-collapse li {
  width: 100%;
  display: inline-block;
}
#header .ground .navbar-default.menu-768 .navbar-collapse li a {
  color: #125a7f;
  position: relative;
}
#header .ground .navbar-default.menu-768 .navbar-collapse li a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../img/sprite.png) -160px -1px;
  top: 23px;
  right: 34px;
  left: inherit;
}
#header .ground .navbar-default.menu-768 .navbar-collapse li a:hover {
  text-decoration: none;
}
#header .ground .navbar-default.menu-768 .navbar-collapse li.open > a:before {
  width: 10px;
  height: 20px;
  background-position: -165px -9px;
  top: 19px;
}
#header .ground .navbar-default.menu-768 .navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#header .ground .navbar-default.menu-768 .navbar-collapse::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
#header .ground .navbar-default.menu-768 .navbar-collapse::-webkit-scrollbar-thumb {
  background-color: #125a7f;
  border: 2px solid #555555;
}
#header .ground .navbar-default.menu-768 .navbar-nav {
  margin: 0;
  border: 0;
  padding-bottom: 100px;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li {
  border-bottom: 1px solid #ccdbe2;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li > a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 65px 16px 35px;
  background-color: #fafbfb;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li > a:after {
  display: none;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li > a:hover {
  background-color: #f6f7f7;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.open .main-menu-options {
  opacity: 1;
  position: absolute;
  left: 0;
  background-color: #f6f6f6;
  width: 100%;
  max-height: 2000px;
  z-index: 10;
  pointer-events: auto;
  padding-bottom: 45px;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .navbar-form {
  margin: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form {
  padding: 4px 30px 15px;
  position: relative;
  border: 0;
  width: 100%;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-group {
  width: 100%;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #125a7f;
  background-color: #fafbfb;
  height: 50px;
  width: 100%;
  color: #125a7f;
  font-size: 20px;
  padding: 2px 2px 2px 50px;
  box-shadow: none;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control:focus {
  box-shadow: none;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control ::-webkit-input-placeholder,
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control :-moz-placeholder,
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control ::-moz-placeholder,
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .form-control :-ms-input-placeholder {
  color: #125a7f !important;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .btn {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #fafbfb;
  color: #fff;
  background-position: 0px -1px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 27px 40px;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.search .navbar-form .btn:after {
  content: '';
  background: url(../img/sprite.png) -127px 1px no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 30px;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul:before {
  display: none;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li {
  margin-bottom: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li a {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ccdbe2;
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  position: relative;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li a:after {
  display: none;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li a:before {
  opacity: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li a[aria-expanded='true'] {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul li a[aria-expanded='true']:before {
  width: 10px;
  height: 20px;
  background-position: -165px -9px;
  top: 19px;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 {
  padding: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li {
  margin: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li a {
  padding: 18px 65px 13px 44px;
  background-color: #f6f7f7;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li a.w_options {
  pointer-events: auto;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li a.w_options:before {
  opacity: 1;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li a:hover {
  background-color: #fafbfb;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 {
  margin-top: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li a {
  padding: 14px 65px 16px 60px;
  background-color: #f6f7f7;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li a:hover {
  background-color: #fafbfb;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 {
  margin: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 li {
  margin: 0;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 li a {
  padding: 10px 65px 16px 74px;
  background-color: #f3f3f3;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li .main-menu-options ul.level_1 li ul.level_2 li ul.level_3 li a:hover {
  background-color: #fafbfb;
}
#header .ground .navbar-default.menu-768 .navbar-nav > li.open .main-menu-options {
  position: relative;
  padding-bottom: 15px;
  z-index: 15px;
  background-color: transparent;
  padding-bottom: 0;
}
#header .ground .navbar-user {
  margin-bottom: 0;
  border-left: 1px solid #7298ab;
  border-right: 1px solid #7298ab;
}
#header .ground .navbar-user > li {
  position: relative;
  display: block;
  float: left;
  border-right: 1px solid #7298ab;
}
#header .ground .navbar-user > li:first-child {
  border-left: 1px solid #7298ab;
}
#header .ground .navbar-user > li:last-child {
  border-right: 0;
}
#header .ground .navbar-user > li > a {
  color: #fff;
  display: block;
  padding: 15px 25px 10px;
}
#header .ground .navbar-user > li > a:hover {
  text-decoration: none;
}
#header .ground .navbar-user > li.profile {
  margin: 0px;
  clear: none;
}
#header .ground .navbar-user > li.profile a {
  padding-right: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header .ground .navbar-user > li.profile a:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -21px 1px no-repeat;
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  right: 23px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .ground .navbar-user > li.profile a:hover,
#header .ground .navbar-user > li.profile a:focus,
#header .ground .navbar-user > li.profile a:active {
  opacity: 1;
}
#header .ground .navbar-user > li.profile a:hover:before,
#header .ground .navbar-user > li.profile a:focus:before,
#header .ground .navbar-user > li.profile a:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse {
  position: absolute;
  width: 196px;
  bottom: 0;
  right: -1px;
  opacity: 0;
  height: 0;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inherit;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #1b6085;
  border: 1px solid #a0b9c6;
  padding: 1px 0;
  border-radius: 0 0 7px 7px;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a {
  background-color: #1b6085;
  display: inline-block;
  width: 100%;
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 17px 6px;
  border-bottom: 1px solid #a0b9c6;
  color: #fff;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a:before {
  display: none;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a:hover,
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a:active {
  background-color: #125171;
  text-decoration: none;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.active > a {
  background-color: #125171;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.name {
  display: none;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a {
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) 1px -40px no-repeat;
  width: 20px;
  height: 17px;
  top: calc(50% - 8px);
  left: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a:hover:after,
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a:focus:after,
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > aactive:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
#header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 7px 7px;
}
#header .ground .navbar-user > li.profile .menu-profile-collapse.open {
  opacity: 1;
  max-height: 150px;
  z-index: 1;
  overflow: inherit;
}
#header .ground .navbar-user > li.profile.m-desck:hover .menu-profile-collapse {
  opacity: 1;
  max-height: 150px;
  z-index: 1;
  overflow: inherit;
}
#header .ground .navbar-user > li.notifications {
  width: 65px;
  height: 44px;
  position: relative;
}
#header .ground .navbar-user > li.notifications a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header .ground .navbar-user > li.notifications a:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) 1px -20px no-repeat;
  width: 18px;
  height: 18px;
  top: 16px;
  left: calc(50% - 11px);
}
#header .ground .navbar-user > li.notifications a:after {
  content: attr(data-after-content);
  position: absolute;
  font-size: 9px;
  line-height: 9px;
  color: #fff;
  padding: 3px 5px;
  background-color: #ff0000;
  border-radius: 50%;
  top: 8px;
  left: calc(50% - 1px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#header .ground .navbar-user > li.notifications a:hover {
  opacity: 1;
}
#header .ground .navbar-user > li.notifications a:hover:after {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#header .ground .navbar-user > li.notifications.z-sms a:before {
  background: url(../img/iconos/icono-sms-foros.png) no-repeat;
  width: 25px;
  height: 22px;
  top: 12px;
  left: 18px;
}
#header .ground .navbar-user > li.notifications a[data-after-content='0']:after {
  display: none;
}
#header.header-small-480 .header-bar {
  transition: all 0.2s;
  height: 68px;
  overflow: hidden;
}
#header.header-small-480.shrink .header-bar {
  height: 0;
}
#header.header-small-480.shrink .ground .navbar-default.menu-768 .navbar-collapse {
  margin-top: -68px;
}
#header.header-small-480.shrink .ground .navbar-default.menu-768.open .navbar-collapse:after {
  top: 0;
}
#footer {
  background-color: #40b4e5;
  padding: 40px 0;
}
#footer .footer-nav {
  margin: 5px 0;
}
#footer .footer-nav .footer-brand {
  width: 136px;
  margin: 10px 0;
  float: right;
}
#footer .footer-nav .footer-brand a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#footer .footer-nav .navbar-nav {
  margin: 0 15px;
}
#footer .footer-nav .navbar-nav > li > a {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 0;
  margin: 7px 18px;
  position: relative;
}
#footer .footer-nav .navbar-nav > li > a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 89%;
  background-color: #fff;
  top: 1px;
  right: -16px;
}
#footer .footer-nav .navbar-nav > li > a:hover {
  background-color: transparent;
}
#footer .footer-nav .navbar-nav > li:last-child > a:after {
  display: none;
}
#footer address {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 10px 0;
}
#footer address a {
  color: #fff;
}
#footer address a:hover {
  opacity: 1;
  text-decoration: none;
}
#footer .footer-line {
  padding: 33px 0;
  height: 133px;
  position: relative;
}
#footer .footer-line .full-line {
  background: url(../img/footer-linea.png) repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  z-index: 1;
}
#footer .footer-line .abs {
  position: relative;
}
#footer .footer-line .abs img {
  margin: 0 5px;
  z-index: 2;
  position: absolute;
  right: 13px;
  top: 2px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - FIN: Cabecera y pie - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - - - CONTENIDOS - - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
.z-category {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  clear: both;
  display: inline-block;
  width: 100%;
}
.z-category p {
  background-color: #ef7121;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 6px 15px 5px 12px;
}
.z-category.label {
  position: relative;
  font-weight: inherit;
}
.z-category.label:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid #cb601c;
  border-left: 13px solid transparent;
  bottom: -4px;
}
.z-category.label:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 24px solid #ef7121;
  border-right: 11px solid transparent;
  bottom: 3px;
  right: -3px;
}
.z-title {
  color: #125a80;
  display: inline-block;
  width: 100%;
}
.z-title.orange {
  color: #ef7121;
}
.z-title.light-blue {
  color: #125a7f;
}
.z-title h2 {
  font-size: 40px;
  line-height: 39px;
}
.z-title h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
}
.z-title h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 4px 0 8px;
}
.z-title .line-left {
  position: relative;
  padding-bottom: 35px;
}
.z-title .line-left:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 5px;
  background-color: #00577d;
  bottom: 11px;
  left: 0;
}
.z-title.adv-icon {
  margin: 20px 0 60px;
}
.z-title.adv-icon h3 {
  position: relative!important;
  padding-left: 45px!important;
  display: inline-block !important;
  font-size: 24px!important;
  line-height: 30px!important;
  color: #125171 !important;
  font-family: PFCentroSansPro-Bold, arial, sans-serif !important;
}
.z-title.adv-icon h3:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 22px;
  background: url(../img/sprite.png) -48px -166px;
  top: 4px;
  left: 10px;
}
.z-title-line {
  width: 100%;
  display: inline-block;
  margin: 30px 4px 8px;
  position: relative;
}
.z-title-line p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #125a7f;
  margin-bottom: 0;
}
.z-title-line:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  top: 28px;
}
.z-info {
  display: inline-block;
  width: 100%;
}
.z-info p {
  font-size: 14px;
  line-height: 16px;
  color: #125a7f;
}
.z-info.list p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
.z-intro {
  display: inline-block;
  width: 100%;
}
.z-intro p {
  font-size: 14px;
  line-height: 18px;
  color: #40b4e5;
}
.z-intro.dark-blue p {
  color: #125a80;
}
.z-intro.black p {
  color: #202002;
}
.z-intro.light-black p {
  color: #212121;
}
.z-intro.grey p {
  color: #606060;
}
.z-intro.white p {
  color: #fff;
}
.z-date {
  display: inline-block;
  width: 100%;
}
.z-date p {
  font-size: 13px;
  line-height: 13px;
  color: #3ea6d1;
  margin-bottom: 3px;
}
.z-date.black p {
  color: #8a8a8a;
}
.z-link {
  display: inline-block;
  width: 100%;
}
.z-link a {
  font-size: 14px;
  line-height: 14px;
  color: #40b4e5;
  white-space: inherit;
}
.z-link a:hover {
  text-decoration: none;
  opacity: 1;
}
.z-link a.dark-blue {
  color: #063b56;
}
.z-link.special-link .btn {
  font-family: Verdana, arial, sans-serif;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  border-radius: 5px;
  padding: 13px 40px 15px 15px;
  text-align: left;
  margin-bottom: 10px;
}
.z-link.special-link .btn:before {
  top: 15px;
  right: 21px;
}
.z-link.special-link .btn:hover,
.z-link.special-link .btn:focus,
.z-link.special-link .btn:active {
  background-color: #39b0e3;
  color: #fff;
  border: 1px solid #fff;
}
.z-link.special-link .btn:hover:before,
.z-link.special-link .btn:focus:before,
.z-link.special-link .btn:active:before {
  background: url(../img/sprite.png) -120px -109px;
}
.z-link.special-link.docs .btn {
  padding-left: 50px;
}
.z-link.special-link.docs .btn:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc.png) no-repeat;
  width: 15px;
  height: 22px;
  top: 11px;
  left: 18px;
  background-size: cover;
}
.z-link.special-link.docs .btn p {
  margin-top: 0;
  font-size: 13px;
  line-height: 17px;
  color: #202020;
  margin: 9px 0 5px;
}
.z-link.special-link.docs .btn .z-date {
  margin-top: 0;
}
.z-link.special-link.docs .btn .z-date p {
  font-size: 12px;
  line-height: 12px;
  color: #8e8e8e;
  margin: 5px 0 0;
}
.z-link.special-link.docs .btn:hover:before,
.z-link.special-link.docs .btn:focus:before,
.z-link.special-link.docs .btn:active:before {
  background: url(../img/sprite.png) -120px -109px;
}
.z-link.special-link.docs .btn:hover p,
.z-link.special-link.docs .btn:focus p,
.z-link.special-link.docs .btn:active p {
  color: #fff !important;
}
.z-link.special-link.docs .btn.confidential:after {
  background: url(../img/iconos/doc-confidencial.png) no-repeat;
  background-size: cover;
}
.z-link.special-link.docs .tooltip .tooltip-inner {
  background-color: #fb7600;
}
.z-link.special-link.docs .tooltip.top .tooltip-arrow {
  border-top-color: #fb7600;
}
.z-link.export a {
  color: #fff;
}
.z-link.export .btn {
  background-color: #a3cc43;
  padding: 14px 14px 14px 75px;
  width: 288px;
  text-align: left;
  position: relative;
  border-radius: 4px;
}
.z-link.export .btn:after,
.z-link.export .btn:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-excel.png) no-repeat;
  width: 17px;
  height: 25px;
  top: 9px;
  left: 23px;
  background-size: cover;
}
.z-link.z-shop-back {
  padding-bottom: 120px;
}
.z-link.up-line {
  border-top: 1px solid #8cd1ee;
  padding: 10px 0;
}
.z-link.up-line > a:before {
  background-position: -73px -89px;
  width: 13px;
  height: 13px;
}
.z-pic {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.z-pic.footer-txt {
  overflow: visible;
}
.z-pic.footer-txt .img {
  overflow: hidden;
}
.z-pic.footer-txt p {
  font-size: 12px;
  line-height: 12px;
  color: #3d3d3d;
  font-style: italic;
  margin: 12px 2px;
}
.z-like {
  display: inline-block;
  width: 100px;
  height: 16px;
  position: relative;
}
.z-like a,
.z-like span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.z-like a:before,
.z-like span:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -48px -106px;
  width: 18px;
  height: 18px;
  top: 0;
  left: 1px;
}
.z-like a:after,
.z-like span:after {
  content: attr(data-after-content);
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  color: #125171;
  top: 5px;
  left: 21px;
}
.z-like.count {
  width: 100%;
  height: 100%;
}
.z-like.count span {
  width: 80px;
  float: left;
}
.z-like.count span:before {
  width: 27px;
  height: 27px;
  background: url(../img/sprite.png) 0px -136px;
  top: 2px;
  left: 20px;
}
.z-like.count span:after {
  font-size: 16px;
  line-height: 16px;
  color: #125171;
  top: 8px;
  left: 49px;
}
.z-like.count button {
  float: right;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0;
  width: calc(100% - 88px);
}
.z-tags span {
  color: #39b0e3;
  margin-right: 5px;
}
.z-tags span.label {
  font-size: 14px;
  line-height: 14pX;
  color: #737373;
  margin-right: 0;
}
.z-tags span:last-child {
  margin-right: 0;
}
.z-listing > li {
  display: inline-block;
  width: 95%;
  border-bottom: 1px solid #dddddd;
}
.z-listing > li:first-child {
  border-top: 1px solid #dddddd;
}
.z-listing > li > span {
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #125a80;
  width: 145px;
  float: left;
}
.z-listing > li > p,
.z-listing > li a {
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  width: calc(100% - 150px);
  float: left;
  margin-bottom: 10px;
}
.z-listing > li.phone > a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #f26522;
}
.z-listing > li.mail > a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #39b0e3;
  word-break: break-all;
}
.z-listing > li.mail > a:hover {
  box-shadow: none;
  text-decoration: none;
}
.z-listing > li.mail.skype .cols {
  width: calc(100% - 150px);
  display: inline-block;
}
.z-listing > li.mail.skype .cols a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #39b0e3;
  word-break: break-all;
  width: auto;
  display: inline-block;
}
.z-listing > li.mail.skype .cols a:hover {
  box-shadow: none;
  text-decoration: none;
}
.z-listing > li.mail.skype .cols a.skype {
  position: relative;
  width: 30px;
  height: 31px;
  font-size: 0;
  margin: 0 0 0 20px;
}
.z-listing > li.mail.skype .cols a.skype:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 31px;
  background: url(../img/iconos/skype.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
.z-listing > li.mail.skype .cols a.skype:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 20px;
  background: url(../img/iconos/skype-logo.png) no-repeat;
  background-size: cover;
  top: 6px;
  left: -7px;
  opacity: 0;
  transition: all 0.8s;
}
.z-listing > li.mail.skype .cols a.skype:hover {
  box-shadow: none;
  opacity: 1;
}
.z-listing > li.mail.skype .cols a.skype:hover:before {
  background: url(../img/iconos/skype-over.png) no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.z-listing > li.mail.skype .cols a.skype:hover:after {
  opacity: 1;
}
.z-org-header {
  margin-bottom: 35px;
}
.z-org-header .z-pic {
  text-align: center;
  margin: 17px 0 15px;
}
.z-org-header .z-pic img {
  max-width: 145px;
  width: 100%;
}
.z-org-header h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #125171;
  margin: 20px 6px;
}
.z-org-header p {
  font-family: Verdana, arial, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 18px;
  margin: 0px 9px 4px;
}
.z-org-header p strong {
  font-family: inherit;
  font-weight: bold;
}
.z-org-header p a:focus,
.z-org-header p a:active {
  outline: none;
}
.z-org-header .z-intro {
  margin-bottom: 23px;
}
.z-org-header .z-intro p {
  margin: 0px 9px 4px;
}
.z-org-header .z-intro p strong {
  font-weight: bold;
}
.z-org-header .z-link {
  margin: 30px 8px 0;
}
.box-close-shop {
  border: 1px solid #ff0000;
  background-color: #fff9bd;
  padding: 16px 15px 12px;
  text-align: center;
  margin: 12px 0 0;
}
.box-close-shop p {
  position: relative;
  width: auto;
  display: inline-block;
  padding-left: 33px;
  font-size: 14px;
  line-height: 16px;
  color: #ff0000;
  margin-bottom: 0;
}
.box-close-shop p:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -148px -155px;
  width: 19px;
  height: 21px;
  top: -4px;
  left: 0;
}
.z-shop-header {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.z-shop-header .brand {
  width: 96px;
  height: 65px;
  display: inline-block;
  position: relative;
  margin: 0 13px;
}
.z-shop-header .brand img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.z-shop-header .name {
  width: auto;
  display: inline-block;
  text-align: left;
}
.z-shop-header .name h2 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #125a7f;
  margin: 4px 0 13px;
}
.z-shop-header .name p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #39b0e3;
}
.z-info-shop {
  width: 100%;
  display: inline-block;
  margin: 13px 0;
}
.z-info-shop .z-pic {
  width: 353px;
  height: 235px;
  overflow: hidden;
  float: left;
  border: 1px solid #bbd1db;
  background-color: #fff;
  position: relative;
}
.z-info-shop .z-pic.no-image {
  border: none;
}
.z-info-shop .z-pic .z-image-gallery {
  margin: 0;
}
.z-info-shop .z-pic .z-image-gallery ul > li {
  width: 100%;
  height: 100%;
  margin: 0;
}
.z-info-shop .z-pic img {
  width: 100%;
  height: auto;
}
.z-info-shop .z-pic img.no-pic {
  position: absolute;
  top: calc(50% - 85px);
  left: calc(50% - 95px);
  max-width: 196px;
  min-width: inherit;
  min-height: inherit;
}
.z-info-shop .z-pic.vertical {
  height: 470px;
}
.z-info-shop .z-pic.vertical img {
  height: 100%;
  width: auto;
}
.z-info-shop .detail-shop {
  width: calc(100% - 360px);
  float: left;
  padding-left: 35px;
  overflow: hidden;
}
.z-info-shop .detail-shop .dl-row {
  margin-left: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.z-info-shop .detail-shop .dl-row .cols {
  width: 100%;
  display: inline-block;
}
.z-info-shop .detail-shop .dl-row .cols > div {
  width: 50%;
  float: left;
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #125a80;
  padding: 13px 2px;
}
.z-info-shop .detail-shop .dl-row .cols > div.phone a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #f26522;
}
.z-info-shop .detail-shop .dl-row .cols > div.mail {
  padding-left: 15px;
}
.z-info-shop .detail-shop .dl-row .cols > div.mail a {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #39b0e3;
}
.z-info-shop .detail-shop ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.z-info-shop .detail-shop ul > li {
  margin-left: 20px;
  display: inline-block;
  width: 95%;
  border-bottom: 1px solid #dddddd;
}
.z-info-shop .detail-shop ul > li > span {
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  color: #125a80;
  width: 40%;
  float: left;
}
.z-info-shop .detail-shop ul > li > p {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  width: 60%;
  float: left;
}
.z-docs-shop .align-right {
  float: right;
}
.z-info-person {
  border: 1px solid #d2d2d2;
  margin: 15px;
  padding: 35px 45px;
  display: inline-block;
  width: 100%;
}
.z-info-person .z-pic {
  width: 266px;
  height: auto;
  overflow: hidden;
  float: left;
  background-color: #fff;
  position: relative;
  margin: 5px 0;
}
.z-info-person .z-pic img {
  max-width: 266px;
  width: 100%;
}
.z-info-person .detail-person {
  width: calc(100% - 270px);
  float: left;
  padding-left: 100px;
  overflow: hidden;
}
.z-info-person .detail-person .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #125a7f;
  margin: 0 0 5px;
}
.z-info-person .detail-person .z-info {
  margin: 5px 0;
}
.z-info-person .detail-person .z-info p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #39b0e3;
  margin-bottom: 5px;
}
.z-info-person .detail-person .z-intro {
  margin: 5px 0;
}
.z-info-person .detail-person .z-intro p {
  font-size: 15px;
  line-height: 18px;
  color: #595959;
  margin-bottom: 5px;
}
.z-info-person .detail-person .z-listing {
  margin: 17px 0;
}
.z-info-person .detail-person .z-listing > li > span {
  font-weight: bold;
}
.z-info-person .detail-person .z-listing > li > p {
  color: #202020;
  text-align: justify;
}
.z-info-person.my-profile {
  padding: 40px 45px;
  margin-bottom: 130px;
}
.z-info-person.my-profile .z-pic {
  margin-bottom: 37px;
}
.z-info-person.my-profile .z-title {
  margin-bottom: 20px;
}
.z-info-person.my-profile .detail-person .z-listing > li > span {
  width: auto;
  margin-right: 20px;
}
.z-info-person.my-profile .z-listing > li.mail > a {
  width: auto;
}
#list-result-people .z-title h3 {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #2da5df;
  margin: 0 0 13px;
}
.z-dropdown .inline-txt {
  width: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #616161;
  margin: 0 7px;
}
.z-dropdown .dropdown {
  width: auto;
  display: inline-block;
}
.z-dropdown .dropdown button {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  font-family: Verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #616161;
  padding: 9px 54px 10px 18px;
  position: relative;
}
.z-dropdown .dropdown button:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #cdcdcd;
  top: 0;
  right: 35px;
}
.z-dropdown .dropdown button:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) 0px -126px;
  width: 15px;
  height: 9px;
  top: 12px;
  right: 9px;
}
.z-dropdown .dropdown-menu {
  min-width: 90px;
  max-height: 165px;
  overflow: hidden;
  overflow-y: auto;
}
.z-dropdown .dropdown-menu .active > a {
  background-color: #f6f6f6;
  color: #616161;
}
.z-dropdown .dropdown-menu .active > a:hover,
.z-dropdown .dropdown-menu .active > a:focus,
.z-dropdown .dropdown-menu .active > a:active {
  background-color: #f6f6f6;
}
.z-dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.z-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.z-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #125a7f;
  border: 4px solid #125a80;
}
.z-comment-form input[type="submit"].btn.form-submit {
  font-size: 14px;
  padding: 10px;
  width: 195px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.z-comment-form form .js-form-item .form-item-comment-body-0-format {
  display: none;
}
.z-filter-group {
  padding: 10px 0 15px;
}
.z-filter-group .z-searcher {
  display: inline-block;
  width: 290px;
  position: relative;
  margin-right: 15px;
}
.z-filter-group .z-select {
  width: 187px;
  display: inline-block;
  margin: 0 8px;
}
.z-filter-group .z-select.time {
  width: 225px;
  margin-right: 0;
}
.z-filter-group .z-select.time .type {
  display: inline-block;
  width: 100%;
}
.z-filter-group .z-select .selectpicker {
  display: none;
}
.z-filter-group .z-button {
  width: 173px;
  float: right;
  margin-right: 15px;
}
.z-filter-group .z-button button {
  width: 100%;
}
.z-filter-group .z-button.more-buttons {
  width: 400px;
}
.z-filter-group .z-button.more-buttons .btn {
  width: 50%;
  float: left;
}
.z-filter-group .z-button.more-buttons .btn a {
  color: #2da5df;
}
.z-filter-group .z-button.more-buttons .btn a:hover,
.z-filter-group .z-button.more-buttons .btn a:focus,
.z-filter-group .z-button.more-buttons .btn a:active {
  opacity: 1;
  text-decoration: none;
}
.z-filter-group .z-button.more-buttons button {
  float: right;
}
.z-filter-group.z-shops .active-filters {
  font-size: 20px;
  line-height: 23px;
  color: #125a7f;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0 33px;
}
.z-filter-group.z-shops .active-filters:hover,
.z-filter-group.z-shops .active-filters:focus,
.z-filter-group.z-shops .active-filters:active {
  text-decoration: none;
}
.z-filter-group.z-shops .active-filters span {
  position: relative;
  width: auto;
  padding-right: 40px;
  font-family: inherit;
}
.z-filter-group.z-shops .active-filters span:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -168px -108px;
  width: 17px;
  height: 14px;
  top: 6px;
  right: 5px;
}
.z-filter-group.z-shops .active-filters span.only-resp {
  display: none;
}
.z-filter-group.z-shops .active-filters[aria-expanded='true'] span:after {
  background: url(../img/sprite.png) -149px -108px;
}
.z-filter-group.z-shops .text-right .z-select {
  text-align: left;
}
.z-filter-group.z-shops .z-button-filter {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.z-filter-group.z-shops .z-button-filter .z-button .btn {
  padding: 9px 0;
}
.z-filter-group.z-shops label.special {
  margin-bottom: 4px;
}
.z-filter-group.z-shops.result-page .active-filters {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
}
.z-filter-group.z-shops.result-page .active-filters:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  top: 55px;
}
.z-filter-group.z-shops.result-page .active-filters span:after {
  right: 15px;
}
.z-filter-group.z-shops.result-page .line-bottom {
  position: relative;
}
.z-filter-group.z-shops.result-page .line-bottom:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  bottom: -5px;
}
.z-filter-group.z-shops.result-page .z-button-filter {
  text-align: right;
}
.z-filter-group.z-shops.result-page .z-button-filter .z-button {
  float: right;
}
.z-filter-group.z-people .active-filters {
  font-size: 20px;
  line-height: 23px;
  color: #125a7f;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0 33px;
}
.z-filter-group.z-people .active-filters:hover,
.z-filter-group.z-people .active-filters:focus,
.z-filter-group.z-people .active-filters:active {
  text-decoration: none;
}
.z-filter-group.z-people .active-filters span {
  position: relative;
  width: auto;
  padding-right: 40px;
  font-family: inherit;
}
.z-filter-group.z-people .active-filters span:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -168px -108px;
  width: 17px;
  height: 14px;
  top: 7px;
  right: 5px;
}
.z-filter-group.z-people .active-filters span.only-resp {
  display: none;
}
.z-filter-group.z-people .active-filters[aria-expanded='true'] span:after {
  background: url(../img/sprite.png) -149px -108px;
}
.z-filter-group.z-people.result-page .active-filters {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
}
.z-filter-group.z-people.result-page .active-filters:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  top: 48px;
}
.z-filter-group.z-people.result-page .active-filters span:after {
  right: 15px;
}
.z-filter-group.z-people.result-page .line-bottom {
  position: relative;
}
.z-filter-group.z-people.result-page .line-bottom:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  bottom: -5px;
}
.z-filter-group.z-people.result-page .z-button-filter {
  text-align: right;
}
.z-filter-group.z-people.result-page .z-button-filter .z-button {
  float: right;
}
.z-filter-group.z-pir .active-filters {
  font-size: 20px;
  line-height: 23px;
  color: #125a7f;
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
}
.z-filter-group.z-pir .active-filters:after {
  content: '';
  position: absolute;
  background-color: #e4e4e4;
  width: 200%;
  height: 1px;
  left: -50%;
  top: 39px;
}
.z-filter-group.z-pir .active-filters:hover,
.z-filter-group.z-pir .active-filters:focus,
.z-filter-group.z-pir .active-filters:active {
  text-decoration: none;
}
.z-filter-group.z-pir .active-filters span {
  position: relative;
  width: auto;
  padding-right: 40px;
  font-family: inherit;
}
.z-filter-group.z-pir .active-filters span:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -168px -108px;
  width: 17px;
  height: 14px;
  top: 7px;
  right: 5px;
}
.z-filter-group.z-pir .active-filters span.only-resp {
  display: none;
}
.z-filter-group.z-pir .active-filters[aria-expanded='true'] span:after {
  background: url(../img/sprite.png) -149px -108px;
}
.z-filter-group.z-pir .z-searcher {
  margin-top: 35px;
}
.z-filter-group .filtros-pir {
  width: calc(100% - 320px);
  float: right;
  margin: 28px 0 15px;
}
.z-filter-group .filtros-pir .z-select {
  text-align: left;
}
.z-filter-group .filtros-right {
  width: calc(100% - 320px);
  float: right;
}
.z-filter-group .filtros-right .z-select {
  text-align: left;
}
.z-filter-group.list-event {
  padding-top: 22px;
}
.z-filter-group.list-event .filtros-right {
  margin-bottom: 12px;
}
.z-filter-group .z-button.more-buttons .underline {
  padding: 0 12px;
  margin: 8px 0 0;
}
.z-filter-group .z-button.more-buttons .underline #clean {
  padding: 6px 0 6px;
}
.z-filter-group .z-button.more-buttons .underline #clean:after {
  bottom: 0;
}
.z-filter-group.z-docs-shop form .z-searcher.inside {
  top: 1px;
}
.z-filter-group.z-docs-shop .filtros-right {
  margin-bottom: 8px;
}
.z-filter-group.no-search .filtros-hide.align-right {
  width: 100%;
}
.z-filter-group .z-forum {
  padding-top: 15px;
}
.icon-question {
  padding-left: 30px;
  position: relative;
}
.icon-question:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -69px -67px no-repeat;
  width: 20px;
  height: 21px;
  top: 0;
  left: 1px;
}
.z-txt-icon.white {
  color: #fff;
}
.z-txt-icon.blue {
  color: #084665;
}
.z-txt-icon.sms-error {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}
.z-txt-icon.sms-error:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -92px -71px no-repeat;
  width: 23px;
  height: 21px;
  top: -2px;
  left: 0;
}
.z-txt-icon.sms-help {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
.z-txt-icon.sms-help:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -119px -68px no-repeat;
  width: 33px;
  height: 33px;
  top: -6px;
  left: 0;
}
.z-txt-icon.sms-send {
  padding-left: 46px;
  padding-top: 3px;
  position: relative;
  margin-bottom: 10px;
}
.z-txt-icon.sms-send:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -159px -72px no-repeat;
  width: 37px;
  height: 24px;
  top: -1px;
  left: 0;
}
.custom-line .medium-title-section {
  float: left;
}
.custom-line .z-custom {
  float: right;
  margin: 10px 0;
}
.custom-line .z-custom .box {
  width: 190px;
  display: inline-block;
  padding-right: 57px;
  position: relative;
}
.custom-line .z-custom .box a {
  font-size: 11px;
  line-height: 11px;
  color: #2da5df;
}
.custom-line .z-custom .box a span {
  position: absolute;
  width: 51px;
  height: 28px;
  top: 0;
  right: 0;
}
.custom-line .z-custom .box a span:before {
  content: '';
  position: absolute;
  width: 51px;
  height: 28px;
  background-color: #2da5df;
  top: -6px;
  right: -59px;
  border-radius: 25px;
}
.custom-line .z-custom .box a span:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/icono-ajustes.png) no-repeat;
  width: 17px;
  height: 17px;
  top: 0;
  right: -42px;
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out;
}
.custom-line .z-custom .box a:hover:after {
  border: 1px solid #2da5df;
}
.custom-line .z-custom .box a:hover span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.custom-line .z-custom .box a:focus,
.custom-line .z-custom .box a:active {
  outline: none;
  text-decoration: none;
}
section.welcome {
  background-color: #40b4e5;
  padding: 4px 0 28px;
}
section.welcome h3 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
section.invade {
  margin-top: -25px;
}
section.invade.more {
  margin-top: -23px;
}
section .small-title-section {
  padding-bottom: 7px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
section .small-title-section h4 {
  font-size: 16px;
  line-height: 16px;
  color: #40b4e5;
  margin: 7px 0;
}
section .medium-title-section h4 {
  font-size: 18px;
  line-height: 18px;
  color: #125a7f;
  margin: 7px 0 15px;
}
section.up-line {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #e4e4e4;
}
section .center-title-section {
  padding-bottom: 7px;
  border-bottom: 1px solid #3299c6;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}
section .center-title-section h4 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
section.half-ground {
  position: relative;
  padding-bottom: 15px;
}
section.half-ground:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #40b4e5;
  z-index: -1;
}
section.medium-padding {
  padding: 48px 0;
}
section.medium-padding-bottom {
  padding-bottom: 10%;
}
section.padding-bottom {
  padding-bottom: 90px;
}
section.bg-blue {
  background-color: #40b4e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.bg-blue.dark {
  background-color: #135c7f;
}
section.vc-middle {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
section.name-page {
  background-color: #f5f5f5;
  padding: 23px 0 7px;
}
section.name-page p {
  font-size: 30px;
  line-height: 32px;
  color: #39b0e3;
}
section.line-bottom {
  border-bottom: 1px solid #e4e4e4;
}
section.breadcrumb-nospace .breadcrumb {
  padding: 6px 0 0;
}
section.init-shop {
  background-color: #d9f0fa;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.slider.big-banner {
  padding-bottom: 7px;
}
.slider.big-banner .owl-carousel .owl-wrapper-outer {
  outline: 5px solid #125a7f;
  background-color: #fff;
}
.slider.big-banner.w-full-image .owl-carousel .owl-wrapper-outer {
  /*border: 0;*/
}
.slider.big-banner .owl-controls {
  margin-bottom: 0;
}
.slider.big-banner .owl-controls .owl-buttons {
  width: 95px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.slider.big-banner .owl-controls .owl-buttons div {
  background: url(../img/sprite.png);
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 2px;
  opacity: 1;
  transition: opacity 0.4s;
}
.slider.big-banner .owl-controls .owl-buttons div.owl-prev {
  background-position: -134px -33px;
}
.slider.big-banner .owl-controls .owl-buttons div.owl-next {
  background-position: -170px -33px;
}
.slider.big-banner .owl-controls .owl-buttons div:hover {
  opacity: 0.5 !important;
}
.slider.big-banner .item {
  width: 100%;
  position: relative;
}
.slider.big-banner .item .box {
  width: 47.5%;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.slider.big-banner .item .box .v-middle {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  padding: 0 25px 0 44px;
}
.slider.big-banner .item .box .z-category {
  position: absolute;
  top: 25px;
}
.slider.big-banner .item .box .z-title h2 {
  margin: 16px 0 20px;
}
.slider.big-banner .item .box .more {
  position: absolute;
  bottom: 15px;
}
.slider.big-banner .item .box .more .btn {
  width: auto;
  padding: 7px 15px;
}
.slider.big-banner .item .img {
  width: 52.5%;
  float: right;
  overflow: hidden;
}
.slider.big-banner .item .img img {
  width: auto;
}
.slider.big-banner .item.full-img .img {
  width: 100%;
}
.slider.big-banner .item.full-img .img img {
  display: block;
  width: 100%;
  height: auto;
}
.slider.big-banner .item.full-img .img img.img-mobile {
  display: none;
}
.slider.big-banner .item.full-img a {
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
  display: block;
}
.slider.big-banner .item.full-img a:hover {
  opacity: 0.8;
}
.slider.team-zena .owl-carousel .owl-item {
  padding: 17px;
}
.slider.team-zena .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 13px);
}
.slider.team-zena .owl-controls .owl-pagination {
  display: none;
}
.slider.team-zena .owl-controls .owl-buttons {
  position: relative;
}
.slider.team-zena .owl-controls .owl-buttons .owl-prev {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -84px -41px;
  width: 15px;
  height: 25px;
  top: 0;
  left: -18px;
}
.slider.team-zena .owl-controls .owl-buttons .owl-next {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -100px -41px;
  width: 15px;
  height: 25px;
  top: 0;
  right: -18px;
}
.slider.team-zena .item {
  max-width: 365px;
  margin: 0 auto;
}
.slider.team-zena .item .pic {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.slider.team-zena .item .pic img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 5px solid #01577d;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
.slider.team-zena .item .pic:before {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.slider.team-zena .item .pic .abs {
  position: absolute;
  bottom: 5px;
  left: 22px;
}
.slider.team-zena .item.reconocimiento .z-category p {
  background-color: #a2cc3a;
}
.slider.team-zena .item.reconocimiento .z-category.label:before {
  border-top: 9px solid #7b9e25;
}
.slider.team-zena .item.reconocimiento .z-category.label:after {
  border-top: 24px solid #a2cc3a;
}
.slider.team-zena .item.incorporacion .z-category p {
  background-color: #1a86b4;
}
.slider.team-zena .item.incorporacion .z-category.label:before {
  border-top: 9px solid #004c86;
}
.slider.team-zena .item.incorporacion .z-category.label:after {
  border-top: 24px solid #1a86b4;
}
.slider.team-zena .item.movilidad .z-category p {
  background-color: #ec433e;
}
.slider.team-zena .item.movilidad .z-category.label:before {
  border-top: 9px solid #ce0606;
}
.slider.team-zena .item.movilidad .z-category.label:after {
  border-top: 24px solid #ec433e;
}
.slider.team-zena .item .info {
  background-color: #f7f7f7;
  padding: 23px 30px;
}
.slider.team-zena .item .info .z-title h4 {
  font-size: 22px;
  line-height: 26px;
}
.slider.team-zena .item .info .z-intro p {
  color: #212121;
  line-height: 20px;
}
.slider.team-zena .item .info .z-link {
  margin: 51px 0 2px;
}
.slider.team-zena .item .info .z-link .btn.round-white {
  -webkit-box-shadow: 0px 2px 3px 2px #e1edf2;
  -moz-box-shadow: 0px 2px 3px 2px #e1edf2;
  box-shadow: 0px 1px 2px 1px #e1edf2;
}
.slider.team-zena .z-link.up-line {
  margin: 4px 0px 4px 17px;
  width: calc(100% - 35px);
}
.distributive-page .full-banner {
  background-color: #f6f6f7;
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 328px;
  z-index: -1;
  overflow: hidden;
}
.distributive-page .full-banner .col-xs-12 {
  height: 100%;
  min-height: 328px;
}
.distributive-page .full-banner .bg-section {
  margin-top: 62px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
}
.distributive-page .full-banner .bg-section .icon {
  width: 153px;
  height: 153px;
  overflow: hidden;
  border: 5px solid #1b4e70;
  float: left;
}
.distributive-page .full-banner .bg-section .icon img {
  width: 101px;
  margin: 22px;
}
.distributive-page .full-banner .bg-section .name {
  width: calc(100% - 160px);
  float: left;
  padding-left: 32px;
  max-width: 330px;
}
.distributive-page .full-banner .bg-section .name .z-title h1 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #44b4e4;
}
.distributive-page .full-banner .bg-section .name .z-intro p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #125a7f;
  margin: 0 3px;
}
.distributive-page .full-banner .bg-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 328px;
  z-index: 0;
}
.distributive-page .full-banner .bg-pic img {
  height: 100%;
}
.distributive-page .breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
}
.distributive-page .access-modules {
  padding: 0 0 90px;
}
.distributive-page .access-modules a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.distributive-page .access-modules a:hover,
.distributive-page .access-modules a:focus,
.distributive-page .access-modules a:active {
  opacity: 1;
  text-decoration: none;
}
.distributive-page .access-modules .module {
  border-bottom: 1px solid #addff4;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.distributive-page .access-modules .module:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #125a80;
  height: 5px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.distributive-page .access-modules .module .pic {
  display: inline-block;
  width: 100%;
  position: relative;
}
.distributive-page .access-modules .module .pic:after {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.distributive-page .access-modules .module .pic .color {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  text-align: center;
  background-color: #f6f6f7;
  margin-left: 30px;
}
.distributive-page .access-modules .module .pic .color img {
  width: 44px;
  margin: 15px auto;
}
.distributive-page .access-modules .module .info {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  padding: 10px 30px 60px;
  min-height: 220px;
}
.distributive-page .access-modules .module .info .z-title {
  margin-bottom: 6px;
}
.distributive-page .access-modules .module .info .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #44b4e4;
  position: relative;
  transition: all 0.3s;
}
.distributive-page .access-modules .module .info .z-intro {
  margin-bottom: 15px;
}
.distributive-page .access-modules .module .info .z-intro p {
  font-size: 14px;
  line-height: 19px;
  color: #404040;
}
.distributive-page .access-modules .module .info .z-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.distributive-page .access-modules .module .info .z-link .btn.round-white {
  transition: all 0.3;
}
.distributive-page .access-modules .module:hover,
.distributive-page .access-modules .module:focus,
.distributive-page .access-modules .module:active {
  border-bottom: 1px solid #125a80;
  opacity: 1;
  text-decoration: none;
}
.distributive-page .access-modules .module:hover:before,
.distributive-page .access-modules .module:focus:before,
.distributive-page .access-modules .module:active:before {
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.distributive-page .access-modules .module:hover .info .z-title h3,
.distributive-page .access-modules .module:focus .info .z-title h3,
.distributive-page .access-modules .module:active .info .z-title h3 {
  color: #125a80;
}
.distributive-page.color-bg-1 .full-banner {
  background-color: #f6f6f7;
}
.distributive-page.color-bg-1 .full-banner .bg-section .icon {
  background-color: #44b4e4;
}
.distributive-page.color-bg-1 .module .pic .color {
  background-color: #44b4e4;
}
.distributive-page.color-bgicon-1 .full-banner {
  background-color: #d7dbde;
}
.distributive-page.color-bgicon-1 .full-banner .bg-section .icon {
  background-color: #44b4e4;
}
.distributive-page.color-bgicon-1 .full-banner .bg-section .name .z-title h1 {
  color: #44b4e4;
}
.distributive-page.color-bgicon-1 .module .pic .color {
  background-color: #44b4e4;
}
.distributive-page.color-bg-2 .full-banner {
  background-color: #fbd222;
}
.distributive-page.color-bg-2 .full-banner .bg-section .icon {
  background-color: #fff;
}
.distributive-page.color-bg-2 .full-banner .bg-section .name .z-title h1 {
  color: #125a80;
}
.distributive-page.color-bg-2 .module .pic .color {
  background-color: #fbd222;
}
.distributive-page.color-bgicon-2 .full-banner {
  background-color: #d7dbde;
}
.distributive-page.color-bgicon-2 .full-banner .bg-section .icon {
  background-color: #fbd222;
}
.distributive-page.color-bgicon-2 .full-banner .bg-section .name .z-title h1 {
  color: #44b4e4;
}
.distributive-page.color-bgicon-2 .module .pic .color {
  background-color: #fbd222;
}
.distributive-page.color-bg-3 .full-banner {
  background-color: #b6a0ce;
}
.distributive-page.color-bg-3 .full-banner .bg-section .icon {
  background-color: #fff;
}
.distributive-page.color-bg-3 .full-banner .bg-section .name .z-title h1 {
  color: #fff;
}
.distributive-page.color-bg-3 .full-banner .bg-section .name .z-intro p {
  color: #fff;
}
.distributive-page.color-bg-3 .module .pic .color {
  background-color: #b6a0ce;
}
.distributive-page.color-bgicon-3 .full-banner {
  background-color: #d7dbde;
}
.distributive-page.color-bgicon-3 .full-banner .bg-section .icon {
  background-color: #b6a0ce;
}
.distributive-page.color-bgicon-3 .full-banner .bg-section .name .z-title h1 {
  color: #44b4e4;
}
.distributive-page.color-bgicon-3 .module .pic .color {
  background-color: #b6a0ce;
}
.distributive-page.color-bg-4 .full-banner {
  background-color: #d9e05c;
}
.distributive-page.color-bg-4 .full-banner .bg-section .icon {
  background-color: #fff;
}
.distributive-page.color-bg-4 .full-banner .bg-section .name .z-title h1 {
  color: #125a80;
}
.distributive-page.color-bg-4 .module .pic .color {
  background-color: #d9e05c;
}
.distributive-page.color-bgicon-4 .full-banner {
  background-color: #d7dbde;
}
.distributive-page.color-bgicon-4 .full-banner .bg-section .icon {
  background-color: #d9e05c;
}
.distributive-page.color-bgicon-4 .full-banner .bg-section .name .z-title h1 {
  color: #44b4e4;
}
.distributive-page.color-bgicon-4 .module .pic .color {
  background-color: #d9e05c;
}
.distributive-page.color-bg-5 .full-banner {
  background-color: #d7dbde;
}
.distributive-page.color-bg-5 .full-banner .bg-section .icon {
  background-color: #fff;
}
.distributive-page.color-bg-5 .full-banner .bg-section .name .z-title h1 {
  color: #125a80;
}
.distributive-page.color-bg-5 .module .pic .color {
  background-color: #d7dbde;
}
.button-filters {
  padding-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.button-filters .btn.round-white {
  font-size: 13px;
  line-height: 15px;
  font-family: Verdana, arial, sans-serif;
  width: auto;
  padding: 6px 20px;
  margin: 0 8px 10px;
  min-width: 165px;
}
.button-filters .button-hide {
  margin-top: 10px;
  display: none;
}
.button-filters.open .btn.round-dropdown {
  background-color: #fff;
  color: #2a94c1;
  border: 1px solid #2a94c1;
  font-weight: 700;
}
.button-filters.open .flex-center-items {
  opacity: 1;
  max-height: 150px;
  z-index: 1;
  overflow: inherit;
}
.button-filters.list-form {
  position: relative;
  padding: 3px 0 22px;
}
.button-filters.list-form:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 1px;
  background-color: #e4e4e4;
  left: -50%;
  bottom: 6px;
}
.button-filters.list-form.noline {
  padding-bottom: 10px;
}
.button-filters.list-form.noline:after {
  display: none;
}
.button-filters.z-anchors {
  padding: 10px 0;
}
.button-filters.z-anchors .z-separation-line {
  margin: 8px 0;
}
.breadcrumb {
  background-color: transparent;
  padding: 9px 0;
  margin-bottom: 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 11px;
  line-height: 11px;
  color: #a1a1a1;
  margin: 0 8px;
  position: relative;
}
.breadcrumb a:after,
.breadcrumb span:after {
  content: '>';
  position: absolute;
  font-family: Verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 11px;
  bottom: 0;
  right: -13px;
}
.breadcrumb a.active,
.breadcrumb span.active {
  margin-right: 0;
}
.breadcrumb a.active:after,
.breadcrumb span.active:after {
  display: none;
}
.breadcrumb a.no-link,
.breadcrumb span.no-link {
  pointer-events: none;
}
.breadcrumb a:hover,
.breadcrumb span:hover,
.breadcrumb a:focus,
.breadcrumb span:focus,
.breadcrumb a:active,
.breadcrumb span:active {
  text-decoration: none;
}
.cvs_vertical {
  padding-bottom: 20px;
}
.cvs_vertical .curren-box {
  display: inline-block;
  width: 100%;
  padding: 5px 0 15px;
}
.cvs_vertical .curren-box .picture {
  position: relative;
  padding-bottom: 20px;
}
.cvs_vertical .curren-box .picture .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.cvs_vertical .curren-box .picture .img img {
  width: 100%;
  height: auto;
}
.cvs_vertical .curren-box .picture .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
}
.cvs_vertical .curren-box .picture .z-category {
  /*position: absolute;*/
  bottom: 7px;
  left: 8px;
  z-index: 1;
}
.cvs_vertical .curren-box .picture .z-category p {
  padding: 6px 12px 6px;
}
.cvs_vertical .curren-box .header {
  position: relative;
}
.cvs_vertical .curren-box .z-date {
  width: auto;
  margin: 15px 0 6px 10px;
}
.cvs_vertical .curren-box .brand {
  position: absolute;
  top: -7px;
  right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.cvs_vertical .curren-box .brand img {
  width: 100%;
}
.cvs_vertical .curren-box .z-link {
  margin-top: 15px;
  position: relative;
}
.cvs_vertical .curren-box .c-abs {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.cvs_vertical .curren-box .c-abs .z-like {
  width: 50px;
}
.cvs_vertical .curren-box .text {
  padding: 0 8px;
}
.cvs_vertical .curren-box .text .z-intro p {
  font-family: Verdana, arial, sans-serif;
  line-height: 21px;
}
.cvs_vertical .side-right {
  padding-left: 30px;
}
.summary-list {
  margin-bottom: 40px;
}
.summary-list ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 15px 12px 57px;
  border-bottom: 1px solid #dadada;
}
.summary-list ul li a:hover {
  opacity: 0.7;
}
.summary-list ul li:first-child a {
  padding-top: 3px;
}
.summary-list ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 3px;
}
.summary-list .z-link {
  padding-left: 57px;
}
.summary-list.last-notes ul {
  margin-bottom: 0;
}
.summary-list.last-notes ul li a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/info-fondo.png) no-repeat;
  width: 36px;
  height: 36px;
  top: 15px;
  left: 2px;
}
.summary-list.last-notes ul li a:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/info-letra.png) no-repeat;
  width: 7px;
  height: 19px;
  top: 24px;
  left: 17px;
}
.summary-list.last-notes ul li:first-child a:before {
  top: 7px;
}
.summary-list.last-notes ul li:first-child a:after {
  top: 15px;
}
.summary-list.last-offers ul li a {
  padding: 15px 15px 10px 54px;
}
.summary-list.last-offers ul li a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-blanco-papel.png) no-repeat;
  width: 38px;
  height: 40px;
  top: 17px;
  left: 4px;
}
.summary-list.last-offers ul li a:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-blanco-lapiz.png) no-repeat;
  width: 25px;
  height: 24px;
  top: 16px;
  left: 16px;
}
.summary-list.last-offers ul li a .z-title h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 3px 0 4px;
}
.summary-list.last-offers ul li a .z-intro p {
  line-height: 20px;
}
.summary-list.last-offers ul li:first-child a {
  padding-top: 7px;
}
.summary-list.last-offers ul li:first-child a:before {
  top: 10px;
}
.summary-list.last-offers ul li:first-child a:after {
  top: 10px;
}
.summary-list.last-docs ul li a {
  padding: 10px 15px 13px 63px;
}
.summary-list.last-docs ul li a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-papel.png) no-repeat;
  width: 30px;
  height: 41px;
  top: 15px;
  left: 14px;
}
.summary-list.last-docs ul li a:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-txt.png) no-repeat;
  width: 20px;
  height: 23px;
  top: 25px;
  left: 19px;
}
.summary-list.last-docs ul li a .z-title h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 3px 0 7px;
}
.summary-list.last-docs ul li.confidential {
  position: relative;
}
.summary-list.last-docs ul li.confidential a:before {
  background: url(../img/iconos/doc-confidencial-blanco.png) no-repeat;
}
.summary-list.last-docs ul li.confidential a:after {
  background: url(../img/iconos/doc-close.png) no-repeat;
  width: 16px;
  height: 18px;
  top: 27px;
  left: 20px;
}
.summary-list.last-docs ul li.confidential:after {
  content: attr(data-after-content);
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-indent: 7px;
  position: absolute;
  background: url(../img/tooltip-tienda-cerrada-left.png);
  width: 160px;
  height: 30px;
  top: -18px;
  left: 8px;
  opacity: 0;
  transition: all 0.6s;
}
.summary-list.last-docs ul li.confidential:hover:after {
  opacity: 1;
}
.summary-list.last-docs ul li:first-child a {
  padding-top: 6px;
}
.summary-list.last-docs ul li:first-child a:before {
  top: 10px;
}
.summary-list.last-docs ul li:first-child a:after {
  top: 20px;
}
.summary-list.last-docs ul li:first-child.confidential:after {
  top: -23px;
}
.summary-list.last-docs ul li:first-child.confidential a:after {
  top: 22px;
}
.summary-list.other-news ul li a {
  padding: 15px 15px 7px 0px;
}
.summary-list.other-news ul li a .z-title h4 {
  font-size: 18px;
  line-height: 20px;
}
.summary-list.other-news ul li:first-child a {
  padding-top: 0;
}
.summary-list.other-news ul li:last-child a {
  border-bottom: 1px solid #dadada;
}
.summary-list.forum ul li a {
  padding: 15px 0px 15px 44px;
}
.summary-list.forum ul li a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/bocadillo.png) no-repeat;
  width: 38px;
  height: 40px;
  top: 17px;
  left: 4px;
}
.summary-list.forum ul li a .z-title h4 {
  font-size: 18px;
  line-height: 20px;
}
.summary-list.forum ul li a .z-title h4 {
  margin: 0px 0 4px;
}
.summary-list.forum ul li a .z-intro p {
  color: #737373;
  font-size: 14px;
  line-height: 16px;
}
.summary-list.forum ul li:first-child a {
  padding-top: 0;
}
.summary-list.forum ul li:first-child a:before {
  top: 1px;
}
.summary-list.forum ul li:last-child a {
  border-bottom: 1px solid #dadada;
}
.summary-cols-space .summary-col {
  width: 31%;
  margin: 1.4%;
}
.summary-cols-space .summary-col:first-child {
  margin-left: 0;
}
.summary-cols-space .summary-col:last-child {
  margin-right: 0;
}
.one-clic ul {
  padding: 5px 17px 5px 6px;
}
.one-clic ul li {
  width: 99%;
  min-height: 105px;
  margin-bottom: 17px;
}
.one-clic ul li a {
  width: 100%;
  min-height: 105px;
  display: inline-block;
  padding: 8px 17px 8px 90px;
}
.one-clic ul li a:hover {
  opacity: 1;
}
.one-clic ul li .z-pic {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  text-align: center;
}
.one-clic ul li .z-pic img {
  width: 75px;
}
.one-clic ul li .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0;
}
.one-clic ul li .z-intro p {
  font-family: PFCentroSlabPro-Regular, arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
}
.zena-footer-line {
  padding: 33px 0;
  height: 133px;
  position: relative;
  width: 100%;
}
.zena-footer-line .full-line {
  background: url(../img/footer-linea.png) repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  z-index: 1;
}
.zena-footer-line .abs {
  position: relative;
  text-align: center;
}
.zena-footer-line .abs img {
  margin: 0 5px;
  z-index: 2;
  position: relative;
  top: 2px;
  max-width: 100%;
  max-height: 100%;
}
.zena-login-container {
  margin: 0 auto;
}
.zena-login-container .zena-logo {
  height: 52px;
}
.zena-login-container .zena-logo img {
  height: 100%;
  width: auto;
}
.zena-login-container .activate-logo {
  margin: 38px 0 15px;
}
.zena-login-container .activate-logo img {
  max-width: 100%;
  max-height: 100%;
}
.zena-login-container .box-bg {
  text-align: center;
}
.zena-login-container .login-form {
  margin: 0 15px;
}
.zena-login-container .login-form .z-intro {
  margin: 13px 0 27px;
}
.zena-login-container .login-form .z-intro p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.zena-login-container .login-form .z-link {
  margin-top: 60px;
}
.zena-login-container .login-form .z-link .underline {
  text-align: left;
}
.zena-login-container .login-form .z-link a:not(.back-to) {
  font-size: 13px;
  line-height: 13px;
}
.zena-login-container .login-form .z-txt-icon p {
  font-size: 20px;
  line-height: 20px;
}
.zena-login-container .login-form .error-login {
  margin: 10px 0 20px;
  display: inline-block;
}
.zena-login-container .login-form .error-login .z-intro {
  margin: 0;
}
.zena-login-container .login-form .error-login .z-intro p {
  color: #073b55;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.zena-login-container .login-form .error-login .z-intro a {
  color: #073b55;
  font-size: 15px;
  font-weight: 700;
}
.zena-login-container .login-form .error-login .z-intro a:hover {
  text-decoration: none;
}
.zena-login-container .login-form .remember-pass {
  margin: 10px 0 20px;
  display: inline-block;
}
.zena-login-container .login-form .remember-pass .z-txt-icon {
  margin-bottom: 20px;
}
.zena-login-container .login-form .remember-pass .z-txt-icon p {
  margin-bottom: 0;
}
.zena-login-container .login-form .remember-pass .z-txt-icon.sms-error p {
  font-size: 15px;
  line-height: 18px;
  padding-left: 15px;
  max-width: 325px;
}
.zena-login-container .login-form .remember-pass .z-intro {
  margin: 0;
}
.zena-login-container .login-form .remember-pass .z-intro p {
  color: #073b55;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: 360px;
  width: 100%;
}
.zena-login-container .login-form .remember-pass .z-intro a {
  color: #073b55;
  font-size: 15px;
  font-weight: 700;
}
.zena-login-container .login-form .remember-pass .z-intro a:hover {
  text-decoration: none;
}
.zena-login-container .login-form .remember-pass .z-link {
  margin: 33px 5px 0;
}
.zena-login-container .login-form .remember-pass .z-remember {
  margin-top: 20px;
}
.zena-modal-login-container .modal-login {
  background-color: #fff;
  margin: 15px;
  padding: 30px 18px 25px 53px;
  position: relative;
}
.zena-modal-login-container .modal-login .zena-logo {
  position: absolute;
  top: 50px;
  right: 68px;
}
.zena-modal-login-container .modal-login h1 {
  font-size: 32px;
  line-height: 32px;
  color: #084665;
}
.zena-modal-login-container .modal-login .z-intro {
  margin: 5px 0;
}
.zena-modal-login-container .modal-login .z-intro h2 {
  color: #3dabdb;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.zena-modal-login-container .modal-login .content-scroll {
  padding-bottom: 20px;
  margin: 20px 0 35px;
  max-height: 395px;
  overflow: hidden;
  overflow-y: scroll;
}
.zena-modal-login-container .modal-login .content-scroll > div {
  padding-right: 40px;
}
.zena-modal-login-container .modal-login .content-scroll h3 {
  font-family: Verdana, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.zena-modal-login-container .modal-login .content-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #e2e2e2;
}
.zena-modal-login-container .modal-login .content-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #e2e2e2;
}
.zena-modal-login-container .modal-login .content-scroll::-webkit-scrollbar-thumb {
  background-color: #3dabdb;
  border: 2px solid #3dabdb;
}
.zena-modal-login-container .modal-login h3 {
  margin: 28px 0 27px;
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  letter-spacing: -1.05px;
  margin-bottom: 27px;
}
.zena-modal-login-container .modal-login h3:first-child {
  margin-top: 0;
}
.zena-modal-login-container .modal-login p {
  font-size: 14px;
  line-height: 22px;
  color: #202020;
  margin-bottom: 32px;
}
.zena-modal-login-container .modal-login form {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.zena-modal-login-container .modal-login form .z-button {
  margin-top: 25px;
  max-width: 282px;
}
#list-result-news .list {
  padding-bottom: 10px;
}
#list-result-news .list .new {
  margin-top: 20px;
  padding: 25px 25px 12px;
  width: 100%;
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  position: relative;
}
#list-result-news .list .new > a {
  width: 100%;
  display: inline-block;
}
#list-result-news .list .new .zn-pic {
  width: 32.5%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center;
}
#list-result-news .list .new .zn-pic img {
  width: 100%;
  height: auto;
  max-width: 365px;
}
#list-result-news .list .new .zn-content {
  width: 67.5%;
  float: left;
  padding-left: 44px;
}
#list-result-news .list .new .zn-content .brand {
  position: absolute;
  top: 27px;
  right: 35px;
  width: 67px;
  height: 57px;
  overflow: hidden;
}
#list-result-news .list .new .zn-content .brand img {
  width: 100%;
}
#list-result-news .list .new .zn-content .z-category {
  width: auto;
}
#list-result-news .list .new .zn-content .z-category p {
  padding: 5px 7px;
}
#list-result-news .list .new .zn-content .z-date {
  width: auto;
  margin-left: 10px;
}
#list-result-news .list .new .zn-content .z-like {
  margin-left: 15px;
}
#list-result-news .list .new .zn-content .z-title {
  margin-top: 5px;
  width: calc(100% - 143px);
}
#list-result-news .list .new .zn-content .z-title p {
  font-size: 26px;
  line-height: 32px;
}
#list-result-news .list .new .zn-content .z-title a {
  color: #125a80;
}
#list-result-news .list .new .zn-content .z-intro {
  margin-top: 7px;
  width: calc(100% - 143px);
}
#list-result-news .list .new .zn-content .z-intro p {
  line-height: 21px;
}
#list-result-news .list .new .zn-content .c-abs {
  position: absolute;
  bottom: 34px;
  right: -40px;
}
#list-result-news .list .new .zn-content .c-abs .z-link {
  margin: 19px 0 15px;
}
#list-result-news .list .new .z-link {
  margin: 18px 0 12px;
}
.z-new .header-new {
  margin: 0 18px 0 6px;
}
.z-new .header-new .z-category {
  margin-top: 6px;
}
.z-new .header-new .z-category p {
  font-size: 11px;
  line-height: 11px;
}
.z-new .header-new .z-pic {
  padding: 10px;
}
.z-new .body-new .content-new p {
  font-size: 15px;
  line-height: 25px;
  color: #202020;
  margin: 12px 4px 16px;
}
.z-new .body-new .content-new .z-link.special-link p {
  font-size: 13px;
  line-height: 17px;
  color: #202020;
  margin: 7px 0;
}
.z-new .body-new .content-new .z-link.special-link .z-date p {
  margin: 5px 0 0;
}
.z-new .body-new .content-new blockquote p {
  font-size: 22px;
  line-height: 30px;
  color: #39b0e3;
  font-style: italic;
}
.z-new .body-new .z-intro {
  padding: 3px 10px;
}
.z-new .body-new .z-intro p {
  font-size: 23px;
  line-height: 31px;
  color: #125a80;
}
.z-new .body-new .z-pic.footer-txt {
  max-width: 645px;
}
.z-new .body-new .z-pic.footer-txt p {
  font-size: 12px;
  line-height: 12px;
  color: #3d3d3d;
}
.z-new .body-new .z-link.special-link {
  margin-bottom: 13px;
}
.z-new .footer-new {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 30px 0;
  padding: 27px 0 40px;
}
.z-new .footer-new .label {
  font-size: 14px;
  line-height: 14px;
  color: #737373;
  display: inline-block;
  font-weight: 100;
}
.z-new .footer-new .z-category {
  width: auto;
}
.z-new .footer-new .z-category p {
  font-size: 11px;
  line-height: 11px;
}
.z-new .footer-new .z-tags {
  margin: 15px 0 0;
}
.z-new .btn.back-to {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  margin-bottom: 50px;
  padding: 7px 0 10px;
}
#list-result-events .result-txt {
  color: #125a80;
}
#list-result-events .list {
  margin: 4px 0;
  padding-bottom: 10px;
}
#list-result-events .list .event {
  margin-top: 20px;
  padding: 26px 25px 30px;
  width: 100%;
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  position: relative;
}
#list-result-events .list .event .z-pic {
  width: 32%;
  height: 206px;
  float: left;
  overflow: hidden;
}
#list-result-events .list .event .z-pic img {
  width: 100%;
  height: auto;
}
#list-result-events .list .event .z-content {
  width: 67.5%;
  float: left;
  padding-left: 44px;
}
#list-result-events .list .event .z-content .z-category {
  color: #95c11f;
  width: auto;
  display: inline-block;
}
#list-result-events .list .event .z-content .z-category p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
#list-result-events .list .event .z-content .z-date {
  background-color: #95c11f;
  width: auto;
  padding: 9px 13px 4px;
  margin-right: 9px;
}
#list-result-events .list .event .z-content .z-date p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
#list-result-events .list .event .z-content .z-like {
  margin-left: 15px;
}
#list-result-events .list .event .z-content .z-title {
  margin-top: 5px;
  max-width: 700px;
  width: 100%;
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
}
#list-result-events .list .event .z-content .z-title h3 {
  font-family: inherit;
  font-size: 26px;
  line-height: 32px;
  color: #125a80;
}
#list-result-events .list .event .z-content .z-main-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #ea5b0c;
  margin: 8px 0 10px;
}
#list-result-events .list .event .z-content .z-subtitle h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #125a80;
  margin: 0 0 10px;
}
#list-result-events .list .event .z-content .z-intro {
  margin-top: 7px;
  max-width: 700px;
  width: 100%;
}
#list-result-events .list .event .z-content .z-intro p {
  line-height: 21px;
}
#list-result-events .list .event .z-content .c-abs {
  position: absolute;
  bottom: 34px;
  right: -40px;
}
#list-result-events .list .event .z-content .c-abs .z-link {
  margin: 19px 0 15px;
}
#list-result-events .list .event .z-link {
  margin: 22px 0 0;
}
#list-result-events .list .event.outstanding {
  padding: 26px 25px;
  border: 4px solid #3082ad;
}
#list-result-events .list .event.outstanding .z-link {
  margin: 36px 0 0;
}
#list-result-events .list .event.outstanding .z-category p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
.z-event .header-event .z-date {
  background-color: #95c11f;
  width: auto;
  padding: 9px 13px 4px;
}
.z-event .z-title {
  margin-top: 15px;
  max-width: 615px;
  width: 100%;
}
.z-event .z-title h1 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #125a80;
}
.z-event .z-pic {
  text-align: center;
  margin-top: 18px;
  max-width: 759px;
  height: auto;
  overflow: hidden;
}
.z-event .z-pic img {
  width: 100%;
  height: auto;
}
.z-event .z-intro {
  margin-top: 26px;
  padding: 23px 11px 15px;
  position: relative;
}
.z-event .z-intro:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9cd7f1;
  top: 0;
  left: 0;
}
.z-event .z-intro:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9cd7f1;
  bottom: 0;
  left: 0;
}
.z-event .z-intro p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 23px;
  line-height: 29px;
  color: #125a80;
}
.z-event .body-event {
  max-width: 780px;
}
.z-event .content-new {
  margin-top: 25px;
}
.z-event .content-new p {
  font-size: 15px;
  line-height: 22px;
  color: #202020;
}
.z-event .z-timetable p {
  font-size: 15px;
  line-height: 21px;
  color: #202020;
  margin-bottom: 0;
}
.z-event .z-timetable p.day {
  font-weight: 700;
  margin-bottom: 23px;
}
.z-event .z-timetable p.time {
  font-weight: 700;
  margin-bottom: 1px;
}
.z-event .z-timetable .calendar {
  margin-bottom: 23px;
}
.z-event .z-link {
  margin: 12px 0 46px;
  padding: 28px 0;
  position: relative;
}
.z-event .z-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  top: 0;
  left: 0;
}
.z-event .z-link.special-link {
  margin: 0 0 12px;
  padding: 0;
}
.z-event .z-link.special-link:before {
  display: none;
}
.z-event.special {
  margin: 23px 0 90px;
}
.z-event.special .z-category {
  margin-bottom: 10px;
}
.z-event.special .z-category p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
.z-event.special .z-banner {
  width: 100%;
  display: inline-block;
  max-height: 208px;
  overflow: hidden;
  margin-bottom: 13px;
}
.z-event.special .z-banner img {
  width: 100%;
}
.z-event.special .z-main-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #ea5b0c;
  margin: 8px 0 10px;
}
.z-event.special .z-subtitle h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #125a80;
  margin: 0 0 10px;
}
.z-event.special .button-filters {
  padding-bottom: 3px;
}
.z-event.special .button-filters ul li a {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.z-event.special .button-filters ul li.active a,
.z-event.special .button-filters ul li:hover a,
.z-event.special .button-filters ul li:focus a {
  color: #fff;
  opacity: 1;
}
.z-event.special .medium-title-section h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 14px 0 15px;
}
.box-ranking {
  margin-top: 20px;
}
.box-ranking .header {
  background-color: #125a80;
}
.box-ranking .header h2 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  padding: 14px 0 12px;
  margin: 0;
}
.box-ranking .body {
  background-color: #39b0e3;
  padding: 25px 20px;
  position: relative;
}
.box-ranking .body .abs {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
}
.box-ranking .body .show-doc {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.box-ranking .body .loader:before,
.box-ranking .body .loader:after,
.box-ranking .body .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.box-ranking .body .loader {
  margin: -15px auto 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.box-ranking .body .loader:before {
  content: '';
  position: absolute;
  top: 0;
  left: -3.5em;
}
.box-ranking .body .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}
.box-ranking .body .docs {
  min-height: 55px;
  margin-bottom: 0;
}
.box-ranking .body .docs a {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.box-ranking .body .docs a.selected {
  opacity: 1;
  display: block;
}
.box-ranking .body .z-filter-selec {
  margin-top: 12px;
}
.box-ranking .body .z-filter-selec .z-select {
  width: 100%;
  display: inline-block;
}
.box-ranking .body .z-filter-selec .z-select label {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 12px;
  margin-left: 2px;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu {
  z-index: 999999;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .form-control {
  color: #737373;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .form-control:active,
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .form-control:focus {
  border: 1px solid #cdcdcd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 90, 128, 0.6);
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu li.selected > a {
  outline: 0;
  background-color: rgba(18, 90, 128, 0.1);
  color: #737373;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group.form-control {
  height: 38px!important;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .btn {
  transition: background 0.4s;
  padding: 8px 15px;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .btn:hover,
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .btn:focus,
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .btn:active {
  background-color: #f3f3f3;
  outline: rgba(243, 243, 243, 0.48) dotted thin !important;
  outline: none!important;
  outline-offset: 0;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu li.selected > a,
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu li:focus > a,
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu li:active > a {
  outline: none;
  background-color: rgba(18, 90, 128, 0.1);
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-menu .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #125a7f;
  border: 4px solid #125a80;
}
.box-ranking .body .z-filter-selec .z-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #737373;
}
.list-result-special-events .list .z-new,
.z-events-module .list .z-new {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 9px;
  border-bottom: 1px solid #c0c0c0;
}
.list-result-special-events .list .z-pic,
.z-events-module .list .z-pic {
  max-width: 205px;
  max-height: 140px;
  float: left;
  overflow: hidden;
}
.list-result-special-events .list .z-pic img,
.z-events-module .list .z-pic img {
  width: 100%;
  height: auto;
}
.list-result-special-events .list .z-content,
.z-events-module .list .z-content {
  width: calc(100% - 208px);
  padding-left: 35px;
  float: left;
}
.list-result-special-events .list .z-content .z-date,
.z-events-module .list .z-content .z-date {
  padding: 0;
  background-color: transparent;
}
.list-result-special-events .list .z-content .z-date p,
.z-events-module .list .z-content .z-date p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #40b4e5;
}
.list-result-special-events .list .z-content .z-title,
.z-events-module .list .z-content .z-title {
  margin-top: 3px;
}
.list-result-special-events .list .z-content .z-title p,
.z-events-module .list .z-content .z-title p {
  font-size: 18px;
  line-height: 18px;
  color: #125a80;
  font-weight: 700;
}
.list-result-special-events .list .z-content .z-intro,
.z-events-module .list .z-content .z-intro {
  padding: 0;
  margin-top: 6px;
}
.list-result-special-events .list .z-content .z-intro:before,
.z-events-module .list .z-content .z-intro:before,
.list-result-special-events .list .z-content .z-intro:after,
.z-events-module .list .z-content .z-intro:after {
  display: none;
}
.list-result-special-events .list .z-content .z-intro p,
.z-events-module .list .z-content .z-intro p {
  font-size: 15px;
  line-height: 20px;
  color: #202020;
}
#list-result-search .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  color: #125171;
  margin: 22px 0 12px;
}
#list-result-search .z-title h3 span {
  font-family: inherit;
  color: inherit;
}
#list-result-search p.showing {
  color: #3d3d3d;
  margin: 0 2px;
}
#list-result-search .z-filter-group .search-align-right {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-top: -65px;
}
#list-result-search .z-filter-group .search-align-right .align-right > div {
  text-align: left;
  margin-right: 0;
}
#list-result-search .z-filter-group .search-align-right .small-title-section,
#list-result-search .z-filter-group .search-align-right .category-filters {
  text-align: left;
}
#list-result-search .z-filter-group .search-align-left {
  width: 350px;
  margin-top: 20px;
}
#list-result-search .z-filter-group .search-align-left .z-searcher.no-fgroup {
  margin-bottom: 5px;
}
#list-result-search .z-filter-group .search-align-left .z-searcher.inside.no-label {
  top: -14px;
}
#list-result-search form .category-filters {
  border-bottom: 1px solid #dadada;
}
#list-result-search form .category-filters .z-check {
  display: inline-block;
  width: auto;
  max-width: 270px;
  margin: 0 15px 18px;
  position: relative;
}
#list-result-search form .category-filters .z-check .checkbox {
  margin: 0;
}
#list-result-search form .category-filters .z-check .checkbox label {
  padding-left: 30px;
  font-size: 13px;
  line-height: 15px;
  color: #303030;
}
#list-result-search form .category-filters .z-check .checkbox span.number {
  position: relative;
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 15px;
  color: #303030;
  top: 0;
  left: 2px;
  opacity: 1;
  background: none;
}
#list-result-search form .category-filters .z-check:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  background-color: #dadada;
  top: -5px;
  right: -20px;
}
#list-result-search form .category-filters .z-check .form-group {
  margin-bottom: 0;
}
#list-result-search form .category-filters .z-check:last-child {
  margin-right: 0;
}
#list-result-search form .category-filters .z-check:last-child:after {
  display: none;
}
#list-result-search .filtros-hide {
  width: 100%;
}
#list-result-search .small-title-section h4 {
  font-family: Verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #1fa3db;
}
.result-list {
  margin: 12px 0;
}
.result-list .result {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dadada;
  margin-bottom: 21px;
}
.result-list .result a.flex {
  width: 100%;
  display: flex;
  padding-bottom: 15px;
}
.result-list .result a.flex .z-pic {
  width: 147px;
  height: 86px;
  float: left;
  margin-right: 20px;
  margin-bottom: 9px;
}
.result-list .result a.flex .z-pic.img-tienda {
  height: 120px;
}
.result-list .result a.flex .z-pic img {
  width: 100%;
  height: auto;
}
.result-list .result a.flex .z-pic.vertical {
  width: 65px;
}
.result-list .result a.flex .z-content {
  width: 100%;
}
.result-list .result a.flex .z-content > div {
  margin-bottom: 7px;
}
.result-list .result a.flex .z-content > div p,
.result-list .result a.flex .z-content > div h3 {
  margin: 0;
}
.result-list .result a.flex .z-content .category {
  margin-bottom: 7px;
}
.result-list .result a.flex .z-content .category p {
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  color: #ed7622;
}
.result-list .result a.flex .z-content .title {
  margin-bottom: 10px;
}
.result-list .result a.flex .z-content .title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #125171;
  margin: 0;
}
.result-list .result a.flex .z-content .info p {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
}
.result-list .result a.flex .z-content .date {
  margin-top: 14px;
}
.result-list .result a.flex .z-content .date p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #40b4e5;
}
.result-list .result a:hover,
.result-list .result a:focus,
.result-list .result a:active {
  text-decoration: none;
  opacity: 1;
}
.result-list .result.confidential a {
  position: relative;
}
.result-list .result.confidential a.flex .z-content .title {
  position: relative;
  padding-left: 39px;
}
.result-list .result.confidential a.flex .z-content .title:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc-confidencial.png) no-repeat;
  width: 15px;
  height: 22px;
  top: 2px;
  left: 12px;
  background-size: cover;
}
.result-list .result.confidential a:before {
  content: attr(data-after-content);
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-indent: 7px;
  position: absolute;
  background: url(../img/tooltip-tienda-cerrada-left.png);
  width: 160px;
  height: 30px;
  top: -12px;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.result-list .result.confidential a:hover:before {
  opacity: 1;
}
.z-notifications.z-filter-group {
  padding: 10px 0;
}
.z-notifications.z-filter-group .button-filters {
  padding: 27px 0 25px;
  width: calc(100% - 408px);
}
.z-notifications.z-filter-group .button-filters .flex-center-items {
  display: inline-block;
}
.z-notifications.z-filter-group .button-filters:after {
  display: none;
}
.z-notifications.z-filter-group .content {
  width: auto;
  display: inline;
}
.z-notifications.z-filter-group form {
  display: inline;
}
.z-notifications.z-filter-group .no-form {
  display: inline-block;
  width: 25px;
}
.z-notifications.z-filter-group .no-form .z-check {
  display: inline-block;
}
.z-notifications.z-filter-group .no-form .z-tip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.z-notifications.z-filter-group .z-separation-line {
  margin: 0;
}
.z-notifications .result-list .result .flex {
  width: 100%;
  display: flex;
}
.z-notifications .result-list .result.no-read .body .right .info p,
.z-notifications .result-list .result.no-read .body .right .info .more {
  font-weight: bold;
}
.z-notifications .result-list .result .header {
  display: inline-block;
  padding-left: 43px;
  width: 100%;
}
.z-notifications .result-list .result .header .z-category {
  width: auto;
  margin-right: 11px;
}
.z-notifications .result-list .result .header .z-category p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px 4px 7px;
}
.z-notifications .result-list .result .header .date p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  color: #40b4e5;
  margin-bottom: 0;
}
.z-notifications .result-list .result .header .left {
  width: calc(100% - 66px);
  display: inline-block;
}
.z-notifications .result-list .result .header .right {
  width: 57px;
  display: inline-block;
}
.z-notifications .result-list .result .header .right form {
  display: inline;
}
.z-notifications .result-list .result .header .right .no-form {
  display: inline-block;
}
.z-notifications .result-list .result .body {
  display: inline-block;
  width: 100%;
}
.z-notifications .result-list .result .body .left {
  margin: 2px 4px;
}
.z-notifications .result-list .result .body .right {
  padding-left: 10px;
  max-width: 965px;
  width: 100%;
}
.z-notifications .result-list .result .body .right .title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #125171;
  margin: 12px 0;
}
.z-notifications .result-list .result .body .right .info {
  margin-bottom: 15px;
}
.z-notifications .result-list .result .body .right .info p {
  color: #3d3d3d;
  display: inline;
}
.z-notifications .result-list .result .body .right .info .more {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3d;
  display: inline;
}
.z-info-notification {
  border: 1px solid #d2d2d2;
  margin: 15px 15px 35px;
  padding: 34px 10px 38px 36px;
  display: inline-block;
  width: 100%;
}
.z-info-notification .header {
  display: inline-block;
  width: 100%;
}
.z-info-notification .header .flex {
  width: 100%;
  display: flex;
}
.z-info-notification .header .z-category {
  width: auto;
  margin-right: 11px;
}
.z-info-notification .header .z-category p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px 4px 7px;
}
.z-info-notification .header .date p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  color: #40b4e5;
  margin-bottom: 0;
}
.z-info-notification .header .left {
  width: calc(100% - 66px);
  display: inline-block;
}
.z-info-notification .header .right {
  width: 57px;
  display: inline-block;
}
.z-info-notification .header .right form {
  display: inline;
}
.z-info-notification .header .right .no-form {
  display: inline-block;
}
.z-info-notification .body {
  display: inline-block;
  width: 96%;
}
.z-info-notification .body .title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #125171;
  margin: 12px 0 27px;
}
.z-info-notification .body .info p {
  color: #202020;
  display: inline-block;
  margin-bottom: 25px;
}
.cat.reconocimiento .z-category p {
  background-color: #a2cc3a;
}
.cat.reconocimiento .z-category.label:before {
  border-top: 9px solid #7b9e25;
}
.cat.reconocimiento .z-category.label:after {
  border-top: 24px solid #a2cc3a;
}
.cat.incorporacion .z-category p {
  background-color: #1a86b4;
}
.cat.incorporacion .z-category.label:before {
  border-top: 9px solid #004c86;
}
.cat.incorporacion .z-category.label:after {
  border-top: 24px solid #1a86b4;
}
.cat.movilidad .z-category p {
  background-color: #ec433e;
}
.cat.movilidad .z-category.label:before {
  border-top: 9px solid #ce0606;
}
.cat.movilidad .z-category.label:after {
  border-top: 24px solid #ec433e;
}
#init-result-people,
#init-result-shops {
  width: 100%;
  overflow: hidden;
}
#init-result-shops {
  padding-bottom: 120px;
}
#list-result-pir .list {
  margin-bottom: 24px;
}
#list-result-pir .list .pir-item {
  width: 100%;
  display: inline-block;
  padding: 24px 15px 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#list-result-pir .list .pir-item .pic {
  width: 295px;
  float: left;
}
#list-result-pir .list .pir-item .pic .brand {
  width: 60px;
  float: left;
}
#list-result-pir .list .pir-item .pic .brand img {
  width: 100%;
  height: auto;
}
#list-result-pir .list .pir-item .pic .img {
  width: calc(100% - 96px);
  float: right;
  margin: 4px;
}
#list-result-pir .list .pir-item .pic .img img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 5px solid #01577d;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
#list-result-pir .list .pir-item .info {
  width: calc(100% - 300px);
  max-width: 780px;
  float: left;
  padding: 0 24px;
}
#list-result-pir .list .pir-item .info .abs {
  float: left;
  margin: 3px 10px 3px -25px;
}
#list-result-pir .list .pir-item .info .z-date {
  width: auto;
  float: left;
}
#list-result-pir .list .pir-item .info .z-date p {
  margin: 10px 0;
}
#list-result-pir .list .pir-item .info .z-title h4 {
  font-size: 26px;
  line-height: 30px;
}
#list-result-pir .list .pir-item .info .z-intro p {
  line-height: 21px;
}
#list-result-pir .list .pir-item .info .z-link {
  margin: 10px 0;
}
.z-pir .pic {
  padding: 23px 15px 27px 43px;
  display: inline-block;
  width: 100%;
}
.z-pir .pic .brand {
  width: 60px;
  float: left;
  margin-top: 5px;
}
.z-pir .pic .brand img {
  width: 100%;
  height: auto;
}
.z-pir .pic .img {
  width: calc(100% - 96px);
  float: left;
}
.z-pir .pic .img img {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 5px solid #01577d;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
.z-pir .abs {
  float: left;
  margin: 3px 10px 17px -18px;
}
.z-pir .z-date {
  width: auto;
  float: left;
}
.z-pir .z-date p {
  margin: 10px 0;
}
.z-pir .info-pir {
  padding: 27px 10px;
}
.z-pir .z-intro {
  margin: 5px 5px 0;
}
.z-pir .z-intro p {
  font-size: 23px;
  line-height: 30px;
}
.z-pir .content-pir {
  padding: 10px 5px 30px;
}
.z-pir .content-pir p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.z-pir .content-pir h4 {
  font-family: Verdana, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin: 5px 0;
}
.z-pir.detail-page h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 2px;
}
.z-pir.detail-page .z-date {
  margin-top: 0;
}
.z-pir.detail-page .z-image-gallery ul > li {
  width: 222px;
  height: 143px;
}
.z-pir .btn.back-to {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  padding: 5px;
  width: 152px;
}
.z-pir .btn.back-to:before {
  top: 7px;
}
.big-searcher-box {
  border: 1px solid #42b4e3;
  margin: 19px 0 36px;
  text-align: center;
  position: relative;
  padding: 15px 20px 0;
}
.big-searcher-box:after {
  content: '';
  position: absolute;
  background: url(../img/iconos/tienda.png) no-repeat;
  width: 91px;
  height: 69px;
  bottom: -18px;
  left: calc(50% - 50px);
}
.big-searcher-box h3 {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #125171;
  margin: 5px 0;
  width: auto;
  display: inline-block;
}
.big-searcher-box form {
  max-width: 460px;
  margin: 3px auto 68px;
}
.big-searcher-box form .z-searcher .btn:after {
  left: 38px;
}
.big-searcher-box .z-searcher.inside {
  top: 0;
  height: 42px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.big-searcher-box .z-searcher.inside .inline-group button {
  width: 110px;
}
.z-table {
  width: 100%;
  margin: 13px 0;
}
.z-table table {
  width: 100%;
}
.z-table table thead {
  background-color: #40b4e5;
}
.z-table table thead tr {
  min-height: 53px;
}
.z-table table thead tr:hover,
.z-table table thead tr:focus,
.z-table table thead tr:active {
  background-color: transparent;
  cursor: default;
}
.z-table table thead th {
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 24px;
  border: 0.5px solid #e6e6e6;
}
.z-table table thead th.order {
  position: relative;
  padding: 0;
}
.z-table table thead th.order a {
  padding: 12px 21px 12px 14px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
}
.z-table table thead th.order a span.abs {
  position: absolute;
  width: 6px;
  height: 11px;
  top: calc(50% - 18px);
  right: -3px;
}
.z-table table thead th.order a span.abs span {
  position: relative;
}
.z-table table thead th.order a span.abs span:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -191px -104px;
  width: 6px;
  height: 6px;
  top: 13px;
  right: 7px;
}
.z-table table thead th.order a span.abs span:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -191px -110px;
  width: 6px;
  height: 6px;
  top: 20px;
  right: 7px;
}
.z-table table thead th.order a.asc span.abs span:before {
  background: url(../img/sprite.png) -191px -118px;
}
.z-table table thead th.order a.asc span.abs span:after {
  opacity: 0.6;
}
.z-table table thead th.order a.desc span.abs span:before {
  opacity: 0.6;
}
.z-table table thead th.order a.desc span.abs span:after {
  background: url(../img/sprite.png) -191px -124px;
}
.z-table table thead th.order a:hover {
  text-decoration: none;
  opacity: 1;
}
.z-table table thead th.order a:hover span.abs span {
  opacity: 0.6;
}
.z-table table tr {
  transition: background-color 0.4s;
}
.z-table table tr:nth-child(2n+2) {
  background-color: #f2f2f2;
}
.z-table table tr:hover,
.z-table table tr:focus,
.z-table table tr:active {
  background-color: #fdeb6d;
  cursor: pointer;
}
.z-table table tr td {
  padding: 14px 19px 11px;
  border: 0.5px solid #e6e6e6;
}
.z-table table tr td p {
  color: #3d3d3d;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
  min-height: 15px;
}
.z-table table tr td a {
  min-height: 15px;
}
.z-table table tr td.brand {
  padding-left: 70px;
  position: relative;
}
.z-table table tr td.brand:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 32px;
  top: 7px;
  left: 16px;
}
.z-table table tr td.brand img {
  position: absolute;
  top: 9px;
  left: 15px;
}
.z-table table tr td.brand.icon-bk:before {
  background: url(../img/logos-marca/bk-mini.png) no-repeat;
}
.z-table table tr td.brand.icon-dominos:before {
  background: url(../img/logos-marca/dominos-mini.png) no-repeat;
}
.z-table table tr td.brand.icon-fosters:before {
  background: url(../img/logos-marca/fosters-mini.png) no-repeat;
}
.z-table table tr td.brand.icon-cyt:before {
  background: url(../img/logos-marca/cyt-mini.png) no-repeat;
}
.z-table table tr td.brand.icon-bk:before {
  background: url(../img/logos-marca/bk-mini.png) no-repeat;
}
.z-table table tr td.brand.icon-lavaca:before {
  background: url(../img/logos-marca/lavaca-mini.png) no-repeat;
}
.z-table table tr td.brand p {
  font-weight: bold;
  color: #0098cd;
  text-transform: uppercase;
}
.z-table table tr td.num p {
  font-weight: bold;
  color: #3d3d3d;
}
.z-table table tr td.name p {
  color: #125a80;
  font-weight: bold;
  text-transform: uppercase;
}
.z-table table tr td.responsive-phone a {
  color: #3d3d3d;
  font-size: 13px;
  line-height: 13px;
}
.z-table table tr td.email-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.z-table table tr td.email-link.skype-link a.skype {
  position: relative;
  width: 30px;
  height: 31px;
  font-size: 0;
}
.z-table table tr td.email-link.skype-link a.skype:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 31px;
  background: url(../img/iconos/skype.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
.z-table table tr td.email-link.skype-link a.skype:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 20px;
  background: url(../img/iconos/skype-logo.png) no-repeat;
  background-size: cover;
  top: 6px;
  left: -7px;
  opacity: 0;
  transition: all 0.8s;
}
.z-table table tr td.email-link.skype-link a.skype:hover {
  box-shadow: none;
  opacity: 1;
}
.z-table table tr td.email-link.skype-link a.skype:hover:before {
  background: url(../img/iconos/skype-over.png) no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.z-table table tr td.email-link.skype-link a.skype:hover:after {
  opacity: 1;
}
.z-table table tr td.email-link.skype-link table {
  margin-bottom: 0;
}
.z-table table tr td.email-link.skype-link table tbody {
  border: 0!important;
}
.z-table table tr td.email-link.skype-link table tr td {
  border: 0!important;
}
.z-table table tr td.email-link:hover a,
.z-table table tr td.email-link:focus a,
.z-table table tr td.email-link:active a {
  box-shadow: none;
  text-decoration: none;
}
.z-table table tr td.col-hide-768 {
  display: none;
  background-color: #fff !important;
  text-align: center;
}
.z-table table tr td.col-hide-768 .z-link {
  margin: 0 0 20px;
}
.z-table table tr td.col-hide-768 .z-link .btn {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
}
.z-table table tr td.col-hide-768 .z-link .btn:before {
  top: 11px;
  right: 20%;
}
.z-table .z-link {
  margin: 27px 5px 44px;
}
.z-table.shop-list table tr.close-shop td.name p {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.z-table.shop-list table tr.close-shop td.name p:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -148px -155px;
  width: 19px;
  height: 21px;
  bottom: 5px;
  right: 0;
}
.z-table.shop-list table tr.close-shop td.name p:after {
  content: attr(data-after-content);
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-indent: 7px;
  position: absolute;
  background: url(../img/tooltip-tienda-cerrada.png);
  width: 136px;
  height: 30px;
  bottom: 27px;
  right: -62px;
  opacity: 0;
  transition: all 0.6s;
}
.z-table.shop-list table tr.close-shop td.name:hover p:after {
  opacity: 1;
}
.z-table.table-docs.page-list table {
  margin-bottom: 30px;
}
.z-table.table-docs table thead th {
  border: none;
  padding: 9px 19px;
}
.z-table.table-docs table tr {
  border: 0.5px solid #e6e6e6;
}
.z-table.table-docs table tr td {
  border: none;
  padding: 9px 19px;
}
.z-table.table-docs table tr td.doc-icon p {
  padding-left: 23px;
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
}
.z-table.table-docs table tr td.doc-icon p:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/doc.png) no-repeat;
  width: 12px;
  height: 17px;
  top: 0px;
  left: -3px;
  background-size: cover;
}
.z-table.table-docs table tr td.doc-icon span {
  padding-left: 23px;
  font-size: 12px;
  line-height: 15px;
  color: #737373;
  display: block;
  margin-top: 4px;
}
.z-table.table-docs table tr td.download-icon {
  text-align: center;
}
.z-table.table-docs table tr td.download-icon > a {
  font-size: 0;
  position: relative;
  width: 13px;
}
.z-table.table-docs table tr td.download-icon > a:after,
.z-table.table-docs table tr td.download-icon > a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/download-icono.png) no-repeat;
  width: 13px;
  height: 11px;
  top: 9px;
  left: 7px;
}
.z-table.table-docs table tr.confidential td.doc-icon p:before {
  background: url(../img/iconos/doc-confidencial.png) no-repeat;
  background-size: cover;
}
.z-table.table-docs table tr.confidential td.doc-icon p:after {
  content: attr(data-after-content);
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-indent: 7px;
  position: absolute;
  background: url(../img/tooltip-tienda-cerrada-left.png);
  width: 160px;
  height: 30px;
  bottom: 27px;
  left: -16px;
  opacity: 0;
  transition: all 0.6s;
}
.z-table.table-docs table tr.confidential td.doc-icon:hover p:after {
  opacity: 1;
}
.z-table.table-docs.docs-page {
  margin: 25px 0 13px;
}
.z-table.table-docs .result-txt {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #125a7f;
  margin-bottom: 19px;
}
.z-table.people-list table {
  margin-bottom: 38px;
}
.z-table.people-list table thead th:not(.order) {
  padding: 12px 14px;
}
.z-table.people-list table tr td.person {
  padding: 22px 15px 35px 120px;
  position: relative;
}
.z-table.people-list table tr td.person .pic {
  position: absolute;
  top: 11px;
  left: 13px;
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  overflow: hidden;
}
.z-table.people-list table tr td.person .pic img {
  max-width: 81px;
}
.z-table.people-list table tr td.person .txt p {
  font-size: 14px;
  line-height: 16px;
  color: #39b0e3;
  font-weight: 700;
}
.z-table.people-list table tr td.person .txt p.name {
  font-size: 16px;
  line-height: 18px;
  color: #125171;
  margin-bottom: 8px;
}
.z-table.people-list table tr td.mobile-link a {
  font-weight: 700;
  color: #ea5b0c;
  white-space: nowrap;
}
.z-table.people-list table tr td.email-link a {
  font-weight: 700;
  color: #40b4e5;
}
.z-table.people-list .z-link {
  margin: 0 5px 26px;
}
.z-table.foro table thead {
  background-color: transparent;
}
.z-table.foro table thead th {
  color: #125a80;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  border-bottom: 0.5px solid #e6e6e6;
  padding: 0 0 12px;
  text-align: left;
}
.z-table.foro table thead th.number {
  width: 10%;
}
.z-table.foro table tr:nth-child(2n+2) {
  background-color: transparent;
}
.z-table.foro table tr:nth-child(2n+2):hover {
  background-color: #fff;
}
.z-table.foro table tr:hover {
  background-color: #fff;
}
.z-table.foro table tr td {
  padding: 17px 15px 13px 0;
  border: 0;
  border-bottom: 0.5px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  min-height: 48px;
}
.z-table.foro table tr td p {
  font-size: 14px;
  line-height: 21px;
  color: #202020;
}
.z-table.foro table tr td.category {
  padding-left: 66px;
  padding-right: 50px;
  position: relative;
}
.z-table.foro table tr td.category:before {
  content: '';
  position: absolute;
  background: url(../img/foros/forum_list_default.png) no-repeat;
  width: 36px;
  height: 28px;
  top: 16px;
  left: 8px;
}
.z-table.foro table tr td.category a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #125a80;
}
.z-table.foro table tr td.category a:hover,
.z-table.foro table tr td.category a:focus,
.z-table.foro table tr td.category a:active {
  text-decoration: none;
}
.z-table.foro table tr td.category .description {
  margin: 7px 0;
}
.z-table.foro table tr td.category .dpto {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.z-table.foro table tr td.category .dpto p {
  font-size: 12px;
  line-height: 12px;
  color: #818181;
}
.z-table.foro table tr td.category.new:before {
  content: '';
  position: absolute;
  background: url(../img/foros/forum_list_new_posts.png) no-repeat;
  width: 36px;
  height: 32px;
  top: 16px;
  left: 8px;
}
.z-table.foro table tr td.topic {
  padding-left: 60px;
  position: relative;
  max-width: 60%;
  padding-right: 9%;
}
.z-table.foro table tr td.topic:before {
  content: '';
  position: absolute;
  background: url(../img/foros/topic_list_default.png) no-repeat;
  width: 33px;
  height: 30px;
  top: 17px;
  left: 8px;
}
.z-table.foro table tr td.topic.new:before {
  background: url(../img/foros/topic_list_new.png) no-repeat;
}
.z-table.foro table tr td.topic.closed:before {
  background: url(../img/foros/topic_list_closed.png) no-repeat;
}
.z-table.foro table tr td.topic a.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #125a80;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.z-table.foro table tr td.topic a.username {
  font-style: italic;
  color: #202020;
}
.z-table.foro table tr td.topic a.username:hover {
  opacity: 1;
  cursor: default;
}
.z-table.foro table tr td.topic a:hover,
.z-table.foro table tr td.topic a:focus,
.z-table.foro table tr td.topic a:active {
  text-decoration: none;
}
.z-table.foro table tr td.topic .z-date p {
  font-size: 12px;
  line-height: 14px;
  color: #125a80;
  margin-bottom: 0;
}
.z-table.foro table tr td.number {
  width: 10%;
}
.z-table.foro table tr td.number span {
  color: #ed7848;
}
.z-table.foro table tr td.number.w-new {
  width: 13%;
}
.z-table.foro table tr td.last {
  min-width: 240px;
  padding-right: 5px;
}
.z-table.foro table tr td.last p {
  margin-bottom: 3px;
}
.z-table.foro table tr td.last .username {
  color: #202020;
  font-style: italic;
}
.z-table.foro table tr td.last .username:hover {
  text-decoration: none;
  opacity: 1;
  cursor: default;
}
.z-table.foro table tr td.last .z-date p {
  font-size: 12px;
  line-height: 14px;
  color: #125a80;
  margin-bottom: 0;
}
.z-table.foro table tr:hover {
  cursor: default;
}
#z-shopMap {
  padding: 24px 0;
  position: relative;
}
#z-shopMap .window {
  width: 100%;
  height: 499px;
  overflow: hidden;
  position: relative;
  /*
		&:after{
			content: '';
			background-color: transparent;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}*/
}
#z-shopMap .window #map {
  width: 100%;
  height: 499px;
}
#z-shopMap .window #map .infoBox {
  margin-left: -110px;
  margin-top: -30px;
  width: 200px!important;
}
#z-shopMap .window #map .infoBox > img {
  display: none;
}
#z-shopMap .window #map .infoBox > div {
  z-index: 1;
  background: #fff;
  padding: 15px 5px 15px 55px;
  border: 3px solid #40b4e5;
  position: relative;
}
#z-shopMap .window #map .infoBox > div img {
  position: absolute;
  top: 10px;
  left: 8px;
}
#z-shopMap .window #map .infoBox > div span {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #125a7f;
}
#z-shopMap .window #map .infoBox > div:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 19px;
  background: url(../img/sprite.png) -29px -141px;
  bottom: -18px;
  left: calc(50% - 11px);
}
.detail-page h1 {
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 10px;
}
.detail-page h2 {
  font-family: Verdana, arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  color: #125a80;
  margin-bottom: 20px;
}
.detail-page h3 {
  font-family: Verdana, arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #125a80;
  margin-bottom: 20px;
}
.detail-page h4,
.detail-page h5,
.detail-page h6 {
  font-family: Verdana, arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #125a80;
  margin-bottom: 20px;
}
.detail-page .zn-pic {
  margin: 10px 0;
}
.detail-page .z-date {
  margin-top: 12px;
}
.detail-page .z-date p {
  font-size: 15px;
  line-height: 15px;
}
.detail-page strong,
.detail-page b {
  font-family: inherit;
  font-weight: 700;
}
.detail-page i {
  font-style: italic;
}
.detail-page u {
  text-decoration: none!important;
  position: relative;
}
.detail-page u:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
  left: 0;
  bottom: -1px;
}
.detail-page a {
  color: #39b0e3;
}
.detail-page a:hover {
  text-decoration: none;
}
.detail-page ul {
  list-style-type: disc;
}
.detail-page ul li {
  position: relative;
  margin-bottom: 5px;
}
.detail-page ul.nav {
  border-bottom: 0;
}
.detail-page ul.nav li:before {
  display: none;
}
.detail-page ul.nav li .btn {
  color: #40b4e5;
  border: 1px solid #abe1f8;
}
.detail-page ul.nav li .btn:hover {
  color: #fff;
  border: 1px solid #2a94c1;
}
.detail-page ul.nav li.active .btn {
  color: #fff;
  background-color: #2a94c1;
  border: 1px solid #2a94c1;
}
.detail-page ul.pagination,
.detail-page ul.dropdown-menu {
  list-style-type: none;
}
.detail-page ul.pagination li:before,
.detail-page ul.dropdown-menu li:before {
  display: none;
}
.detail-page ol li {
  position: relative;
  margin-bottom: 5px;
}
.detail-page video {
  width: 100%;
}
.detail-page .medium-title-section {
  margin-top: 20px;
}
.detail-page .z-image-gallery ul > li {
  width: 228px;
  height: 150px;
}
.detail-page .media img {
  width: 100%;
  height: auto;
}
.detail-page .z-accordion {
  margin: 46px 0 33px;
  width: 100%;
  display: inline-block;
}
.detail-page .z-accordion > a {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #125a7f;
  width: 100%;
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 14px;
  padding-right: 55px;
  border-bottom: 1px solid #a7a7a7;
  position: relative;
}
.detail-page .z-accordion > a:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 15px;
  background: url(../img/sprite.png) -68px -108px;
  top: 7px;
  right: 24px;
}
.detail-page .z-accordion > a[aria-expanded='true']:after {
  background-position: -93px -108px;
}
.detail-page .z-accordion > a:hover,
.detail-page .z-accordion > a:focus,
.detail-page .z-accordion > a:active {
  opacity: 1;
  text-decoration: none;
}
.detail-page blockquote p {
  font-size: 22px;
  line-height: 30px;
  color: #39b0e3;
}
.detail-page .z-blockquote-post {
  background-color: #f8f8f8;
  border-left: 5px solid #a7a7a7;
  padding: 21px;
  margin: 0 3px;
  width: 96%;
  display: inline-block;
}
.detail-page .z-blockquote-post p,
.detail-page .z-blockquote-post a,
.detail-page .z-blockquote-post span {
  font-style: italic;
}
.detail-page table {
  border: none;
  width: 100%;
}
.detail-page.user-card {
  width: calc(100% - 413px);
  float: right;
  margin: 12px 0 140px;
}
.detail-page.user-card h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  color: #125171;
  text-transform: uppercase;
}
.detail-page.user-card ul {
  -webkit-padding-start: 15px;
}
.detail-page.user-card ul > li {
  margin-bottom: 3px;
}
.detail-page.user-card ul > li:before {
  top: -1px;
  left: -14px;
}
.detail-page.user-card ul > li p {
  margin-bottom: 0;
}
.detail-page.user-card .z-accordion .collapse .z-body {
  color: #3d3d3d;
  display: inline-block;
  width: 100%;
}
.detail-page.z-event .z-date {
  margin-top: 18px;
  margin-right: 12px;
}
.detail-page.z-event .z-date p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.detail-page.z-event .z-category {
  color: #95c11f;
  width: auto;
  display: inline-block;
}
.detail-page.z-event .z-category p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
.detail-page.z-event .content {
  margin: 15px 0;
}
.detail-page.z-event .content p {
  font-size: 15px;
  line-height: 22px;
  color: #202020;
  margin-bottom: 22px;
}
.detail-page.z-event .content ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 16px;
}
.detail-page.z-event .content ul li:before {
  font-size: 5px;
  line-height: 5px;
  color: #202020;
  top: 8px;
  left: -10px;
}
.detail-page.z-event .content ul.nav-tabs li {
  padding: 0;
}
.detail-page.z-event .content ul.nav-tabs li a {
  line-height: 30px;
}
.detail-page.z-event.special .z-category {
  margin-bottom: 10px;
}
.detail-page.z-event.special .z-category p {
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
}
blockquote {
  display: inline-block;
  width: 99%;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  font-size: initial;
}
blockquote p {
  border: 4px solid #125a7f;
  font-family: PFCentroSansPro-Bold, arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #39b0e3;
  padding: 25px 30px;
}
.card-box {
  width: 100%;
  display: inline-block;
  background-color: #45b7e6;
  border: 4px solid #125171;
  margin: 22px 0;
  padding: 19px;
  text-align: center;
}
.card-box .left-zone {
  width: 342px;
  position: relative;
  float: left;
  text-align: center;
}
.card-box .left-zone .z-pic {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.29);
}
.card-box .left-zone .z-pic img {
  width: 100%;
}
.card-box .left-zone .gift-animation {
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  display: none;
}
.card-box .z-data {
  width: calc(100% - 350px);
  float: left;
  padding: 5px 5px 5px 55px;
}
.card-box .z-data .data {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  text-align: left;
}
.card-box .z-data .data p {
  color: #053f5c;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.card-box .z-data .data p.name {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  margin-bottom: 0;
}
.card-box .z-data.w-qr .data {
  width: calc(100% - 160px);
  float: left;
}
.card-box .z-data.w-qr .code-qr {
  width: 146px;
  height: 146px;
  float: left;
  margin-top: 19px;
}
.z-separation-line {
  border-bottom: 1px solid #dedede;
  display: block;
  width: 100%;
  margin: 12px 0 15px;
}
.z-separation-line.blue {
  border-bottom: 1px solid #9cd7f1;
}
.z-separation-line.dark-blue {
  border-bottom: 1px solid #40b4e5;
}
.z-separation-line.dark-blue.type-2 {
  border-bottom: 1px solid #719cb3;
}
.z-separation-line.gray {
  border-bottom: 1px solid #e8e8e8;
}
.z-separation-line.no-margin {
  margin: 0;
}
.z-pagination {
  padding: 12px 0 155px;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.z-pagination .num-items {
  width: auto;
  display: inline-block;
  float: left;
}
.z-pagination .num-pages {
  width: calc(100% - 296px);
  float: left;
  vertical-align: middle;
  display: table-cell;
  height: 34px;
  position: relative;
}
.z-pagination .num-pages .pagination {
  margin: 0;
}
.z-pagination .num-pages .pagination > li > a,
.z-pagination .num-pages .pagination > li > span {
  margin-left: 2px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  color: #303030;
  padding: 9px 12px;
}
.z-pagination .num-pages .pagination > li.active > a,
.z-pagination .num-pages .pagination > li.active span {
  background-color: #40b4e5;
  border: 1px solid #40b4e5;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
}
.z-pagination .num-pages .pagination > li.next-page > a,
.z-pagination .num-pages .pagination > li.next-page > span {
  margin-left: 6px;
  padding: 9px 34px 9px 25px;
}
.z-pagination .num-pages .pagination > li.next-page > a:before,
.z-pagination .num-pages .pagination > li.next-page > span:before {
  top: 9px;
}
.z-pagination .num-pages .pagination > li.prev-page > a,
.z-pagination .num-pages .pagination > li.prev-page > span {
  margin-left: 6px;
  margin-right: 4px;
  padding: 9px 25px 9px 34px;
}
.z-pagination .num-pages .pagination > li.prev-page > a:before,
.z-pagination .num-pages .pagination > li.prev-page > span:before {
  content: '';
  background: url(../img/sprite.png) -137px -108px;
  width: 9px;
  height: 13px;
  top: 9px;
  left: 10px;
}
.z-pagination .num-pages .pagination > li.last-page > a,
.z-pagination .num-pages .pagination > li.last-page > span {
  padding: 16px;
  margin-left: 5px;
}
.z-pagination .num-pages .pagination > li.last-page > a:before,
.z-pagination .num-pages .pagination > li.last-page > span:before {
  background: url(../img/sprite.png) -74px -89px;
  width: 13px;
  height: 13px;
  top: 9px;
  right: 10px;
}
.z-pagination .num-pages .pagination > li.first-page > a,
.z-pagination .num-pages .pagination > li.first-page > span {
  padding: 16px;
  margin-left: 5px;
}
.z-pagination .num-pages .pagination > li.first-page > a:before,
.z-pagination .num-pages .pagination > li.first-page > span:before {
  content: '';
  background: url(../img/sprite.png) -97px -94px;
  width: 13px;
  height: 13px;
  top: 9px;
  left: 10px;
}
.z-pagination .num-pages .inline-txt {
  font-size: 13px;
  line-height: 13px;
  color: #303030;
  width: auto;
  display: inline-block;
  margin: 0 12px 7px 7px;
  vertical-align: middle;
  height: 100%;
}
.z-pagination .num-pages .inline-txt span {
  width: auto;
  display: inline-block;
}
.z-pagination.alone .num-pages {
  width: 100%;
}
.active-filters:hover,
.active-filters:focus,
.active-filters:active {
  text-decoration: none;
}
.filtros-hide.collapse.in {
  display: inline-block;
}
.filtros-hide.align-right {
  width: calc(100% - 310px);
  text-align: right;
  margin-top: 10px;
}
.filtros-hide.align-right > div {
  text-align: left;
}
.f-hide-768 {
  display: none;
  font-size: 22px;
  line-height: 24px;
  color: #125a7f;
  width: 100%;
  margin: 25px 0 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.f-hide-768:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -68px -108px;
  width: 22px;
  height: 14px;
  top: 6px;
  right: 8px;
}
.f-hide-768[aria-expanded='true']:before {
  background: url(../img/sprite.png) -94px -108px;
}
.f-hide-768[aria-expanded='true'] + .filtros-hide {
  display: block!important;
}
.f-hide-768:hover,
.f-hide-768:focus,
.f-hide-768:active {
  text-decoration: none;
  opacity: 1;
}
.corporative-page {
  padding: 15px 0 60px;
}
.corporative-page .z-pic {
  margin: 5px;
  width: 360px;
  height: auto;
  overflow: hidden;
  float: left;
}
.corporative-page .z-pic img {
  width: 100%;
  height: auto;
}
.corporative-page .z-body {
  width: 100%;
  margin-left: 4%;
  float: left;
}
.corporative-page .z-body .z-title {
  border-bottom: 1px solid #9cd7f1;
  padding-bottom: 18px;
  margin-bottom: 17px;
}
.corporative-page .z-body .z-title h1 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 27px;
  line-height: 30px;
  color: #125171;
}
.corporative-page .z-body .z-intro {
  border-bottom: 1px solid #9cd7f1;
  padding: 0 5px 9px;
}
.corporative-page .z-body .z-intro p {
  font-family: PFCentroSansPro-Regular, arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #125a80;
}
.corporative-page .z-body .z-content {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.corporative-page .z-body .z-content p {
  line-height: 23px;
  margin-bottom: 25px;
}
.corporative-page .z-body .z-content h2 {
  display: inline-block;
  width: 100%;
}
.corporative-page .z-body .z-content ul,
.corporative-page .z-body .z-content ol {
  margin-top: 15px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 27px;
}
.corporative-page .z-body .z-content ul:not(.dropdown-menu):not(.pagination),
.corporative-page .z-body .z-content ol:not(.dropdown-menu):not(.pagination) {
  display: table;
}
.corporative-page .z-body .z-content ul li p,
.corporative-page .z-body .z-content ol li p {
  margin-bottom: 9px;
  line-height: 14px;
}
.corporative-page .z-body .z-content ul.dropdown-menu,
.corporative-page .z-body .z-content ol.dropdown-menu,
.corporative-page .z-body .z-content ul.pagination,
.corporative-page .z-body .z-content ol.pagination {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.corporative-page .z-body .z-content ul.dropdown-menu li:before,
.corporative-page .z-body .z-content ol.dropdown-menu li:before,
.corporative-page .z-body .z-content ul.pagination li:before,
.corporative-page .z-body .z-content ol.pagination li:before {
  display: none;
}
.corporative-page .z-body .z-content ul li:before {
  top: -1.5px;
  left: -15px;
}
.corporative-page .z-body .z-content ol li:before {
  top: -1.5px;
  left: -22px;
}
.corporative-page .z-body .z-content .button-filters {
  margin-bottom: 15px;
}
.corporative-page .z-body .z-content .corporative-docs {
  display: inline-block;
  width: 97%;
}
.corporative-page .z-body .z-content .corporative-docs p {
  margin-bottom: 0;
}
.corporative-page .z-body .z-content .corporative-docs p.inline-txt {
  margin: 0 12px 14px 7px;
}
.corporative-page .z-body .z-content .corporative-docs .z-table.table-docs table tr td.download-icon {
  width: 70px;
  padding: 9px;
}
.corporative-page .z-body .z-events-module section .medium-title-section h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 14px 0 25px;
}
.corporative-page .z-body .z-events-module .list .z-pic {
  float: left;
  max-height: 140px;
  margin-bottom: 0;
}
.corporative-page .z-body .z-events-module .list .z-content {
  width: calc(100% - 225px);
  margin: 0;
}
.corporative-page .z-body .z-events-module .list .z-content .z-date p {
  margin-bottom: 0;
}
.corporative-page .z-body .z-events-module .list .z-content .z-title {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.corporative-page .z-body .z-events-module .list .z-content .z-title p {
  margin-bottom: 0;
}
.corporative-page .z-body .z-events-module .list .z-content .z-intro {
  border-bottom: 0;
}
.corporative-page .z-body .z-events-module .list .z-content .z-intro p {
  margin-bottom: 10px;
}
.corporative-page .detail-page h3 {
  font-size: 18px;
  line-height: 18px;
  color: #125171;
}
.corporative-page .detail-page h2 {
  font-family: Verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #125171;
  text-transform: uppercase;
}
.corporative-page .detail-page p {
  color: #3d3d3d;
}
.corporative-page .detail-page blockquote p {
  color: #39b0e3;
}
.corporative-page .detail-page .z-image-gallery ul {
  margin-top: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.corporative-page .detail-page .z-image-gallery ul > li {
  width: 220px;
  height: 142px;
}
.corporative-page .detail-page .z-image-gallery ul > li.vertical {
  width: 136px;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs .z-filter-group {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs .z-filter-group .z-searcher {
  width: 100%;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs .filtros-hide.align-right {
  width: 100%;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs .z-title {
  max-width: 100%;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs section {
  width: 100%;
}
.corporative-page .detail-page.have-document .z-content .corporative-docs section .container {
  width: 100%;
}
.corporative-page.full-content .detail-page {
  max-width: 768px;
}
.corporative-page.full-content .detail-page.have-document {
  max-width: 100%;
}
.corporative-page.full-content .detail-page.have-document .z-pic {
  max-width: 768px;
}
.corporative-page.full-content .detail-page.have-document .z-body .z-title {
  max-width: 768px;
}
.corporative-page.full-content .detail-page.have-document .z-body .z-intro {
  max-width: 768px;
}
.corporative-page.full-content .detail-page.have-document .z-content .z-text {
  max-width: 768px;
}
.corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .z-filter-group {
  max-width: 100%;
}
.corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .z-filter-group .z-searcher {
  width: 290px;
  vertical-align: top;
  margin-top: 13px;
}
.corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .filtros-hide.align-right {
  width: calc(100% - 310px);
}
.corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .z-title {
  max-width: 97%;
}
.corporative-page.full-content .z-pic {
  width: 100%;
  height: auto;
  max-height: 480px;
  float: none;
  margin-bottom: 43px;
}
.corporative-page.full-content .z-body {
  width: 100%;
  float: none;
  margin: 0 15px;
}
.corporative-page.full-content-page .detail-page {
  width: 100%;
}
.corporative-page.full-content-page .z-pic {
  width: 100%;
  height: auto;
  max-height: 480px;
  float: none;
  margin-bottom: 43px;
  text-align: center;
}
.corporative-page.full-content-page .z-pic img {
  height: 100%;
  width: auto;
}
.corporative-page.full-content-page .z-body {
  width: 100%;
  float: none;
  margin: 0 15px;
}
.corporative-page.docs-page {
  padding-bottom: 0;
}
.corporative-page.docs-page .z-pic {
  width: 222px;
  height: 203px;
}
.corporative-page.docs-page .z-body {
  width: calc(100% - 306px);
  margin-left: 6.2%;
  margin-top: 14px;
}
.corporative-page.docs-page .z-body .z-title {
  padding-bottom: 0;
  margin-bottom: 1px;
}
.corporative-page.docs-page .z-title-line p {
  color: #125a7f;
}
.z-form {
  margin-bottom: 50px;
}
.z-form .z-title {
  margin: 6px 0 5px;
  border-top: 1px solid #40b4e5;
  border-bottom: none!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.z-form .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #125a7f;
  text-transform: uppercase;
}
.z-form .z-description {
  margin: 2px 0 50px;
}
.z-form .z-description p {
  font-size: 14px;
  line-height: 23px;
  color: #3d3d3d;
}
.z-form .clear {
  width: 100%;
  display: inline-block;
}
.z-form input[type=number]::-webkit-inner-spin-button,
.z-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.z-form fieldset.w-legend {
  border: 1px solid #cdcdcd;
  margin-bottom: 25px;
  padding: 0 13px 0 4px;
  background-color: rgba(205, 205, 205, 0.03);
  width: 100%;
  display: inline-block;
}
.z-form fieldset legend {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #125a80;
  margin: 0 10px 10px;
  padding: 0 8px 0 6px;
  width: auto;
  background-color: #fff;
  border-bottom: 0;
}
.z-form fieldset p.z-explanation {
  font-size: 12px;
  line-height: 12px;
  margin: 0 18px 15px 15px;
  color: #9a9a9a;
}
.z-form fieldset fieldset {
  width: 95%;
  margin: 0 auto 25px;
  background-color: rgba(205, 205, 205, 0.05);
}
.z-form fieldset fieldset legend {
  background-color: rgba(205, 205, 205, 0.03);
}
.z-form .datetimepicker input {
  height: 40px;
  border-radius: 3px 0 0 3px;
}
.z-form form .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.z-form form .form-group label {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 0 0 10px 9px;
}
.z-form form .form-group.form-date label {
  margin-left: 4px;
}
.z-form form .form-group.z-input input {
  width: 100%;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  line-height: 14px;
  color: #a7a7a7;
  border-radius: 3px;
  padding: 2px 15px;
}
.z-form form .form-group.has-error .form-control {
  border: 1px solid #ff0000;
}
.z-form form .form-group.has-error input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff0000;
}
.z-form form .form-group.has-error input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff0000;
  opacity: 1;
}
.z-form form .form-group.has-error input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff0000;
  opacity: 1;
}
.z-form form .form-group.has-error input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff0000;
}
.z-form form .form-group.has-error input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ff0000;
}
.z-form form .form-group .form-control-feedback {
  color: rgba(154, 154, 154, 0.37);
  top: calc(50% - 4px) !important;
}
.z-form form .z-select.form-group {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 4px 0 30px 4px;
}
.z-form form .z-select.form-group label {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 0 0 10px 3px;
}
.z-form form .z-select.form-group .form-control {
  height: 40px;
}
.z-form form .z-select.form-group .form-control button {
  height: 40px;
}
.z-form form .z-select.form-group.has-error .form-control {
  border: none;
}
.z-form form .z-select.form-group.has-error .form-control .dropdown-toggle {
  border: 1px solid #ff0000;
}
.z-form form .z-select.form-group .form-control-feedback {
  top: -9px !important;
}
.z-form form .z-textarea label {
  margin: 0 010px 9px;
}
.z-form form .z-textarea textarea {
  margin: 0 4px;
}
.z-form form .z-textarea .form-control-feedback {
  top: 29px!important;
}
.z-form form .z-checkbox {
  margin-bottom: 25px;
}
.z-form form .z-checkbox label {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 0 0 17px 9px;
}
.z-form form .z-checkbox .z-check {
  width: auto;
  display: inline-block;
}
.z-form form .z-checkbox .z-check .form-group {
  margin-bottom: 15px;
}
.z-form form .z-checkbox .z-check .form-group .checkbox {
  margin: 0;
}
.z-form form .z-checkbox .z-check label {
  font-size: 14px;
  line-height: 14px;
  color: #202020;
  margin: 0 15px 0 8px;
  padding-left: 30px;
  padding-top: 1px;
}
.z-form form .z-file-dropzone {
  margin-bottom: 25px;
}
.z-form form .z-file-dropzone label {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 0 0 10px 9px;
}
.z-form form .z-file-dropzone .fileuploader {
  background-color: transparent;
  margin: 0 8px;
  display: inline-block;
  padding: 26px 20px 29px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.z-form form .z-file-dropzone .fileuploader .fileuploader-input-caption {
  border: none;
  text-align: center;
  color: #9a9a9a;
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
  text-transform: uppercase;
}
.z-form form .z-file-dropzone .fileuploader .fileuploader-input-button {
  background-color: #a3cc43;
  border-radius: 25px;
  padding: 8px 50px 7px;
}
.z-form form .z-file-dropzone .fileuploader .fileuploader-input-button span {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
}
.z-form form .z-file-dropzone.form-group.has-error .fileuploader {
  border: 1px solid #ff0000;
}
.z-form form .z-file-dropzone.form-group .form-control-feedback {
  top: 29px!important;
}
.z-form form .z-radiobtn {
  margin-bottom: 25px;
}
.z-form form .z-radiobtn label {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #1fa3db;
  margin: 0 0 17px 9px;
}
.z-form form .z-radiobtn .radio {
  width: auto;
  display: inline-block;
  margin: 0 9px 10px 0;
}
.z-form form .z-radiobtn .radio label {
  font-size: 14px;
  line-height: 14px;
  color: #202020;
  width: auto;
  margin: 0 12px 0 0;
  padding-left: 36px;
  position: relative;
  transition: all 0.4s;
}
.z-form form .z-radiobtn .radio label:before {
  content: '';
  position: absolute;
  border: 2px solid #245e7c;
  border-radius: 10px;
  width: 21px;
  height: 21px;
  left: 9px;
  top: -3px;
}
.z-form form .z-radiobtn .radio label:after {
  content: '';
  position: absolute;
  background-color: #2da5df;
  border-radius: 10px;
  width: 11px;
  height: 11px;
  left: 14px;
  top: 2px;
  opacity: 0;
  transition: all 0.4s;
}
.z-form form .z-radiobtn input[type='radio']:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
.z-form form .z-radiobtn input[type='radio']:not(old):checked + label {
  color: #89a9b9 !important;
}
.z-form form .z-radiobtn input[type='radio']:not(old):checked + label:after {
  opacity: 1;
}
.z-form form .z-radiobtn input[type='radio'] {
  width: 20px;
  margin-top: 2px;
  margin-left: -27px;
}
.z-form form .z-button {
  margin: 5px 9px;
}
.z-form form .z-button .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  max-width: 240px;
  width: 100%;
  border-radius: 50px;
}
.z-form .sms-confirmation {
  position: relative;
  padding: 5px 5px 5px 57px;
}
.z-form .sms-confirmation:before {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../img/sprite.png) -15px -203px;
  top: 15px;
  left: 0;
}
.z-form .sms-confirmation .z-title {
  border: 0;
}
.z-form .sms-confirmation .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  margin-bottom: 3px;
}
.z-form .sms-confirmation .z-text p {
  font-size: 14px;
  line-height: 23px;
  color: #3d3d3d;
}
.z-form .sms-confirmation .z-link {
  margin: 20px 0;
}
.z-form .sms-confirmation.ko:before {
  background-position: -60px -203px;
}
.z-form .sms-confirmation.ko .z-title h3 {
  color: #a94442;
}
.bootstrap-datetimepicker-widget table thead tr th {
  color: #125a80;
}
.bootstrap-datetimepicker-widget table thead tr th.prev,
.bootstrap-datetimepicker-widget table thead tr th.next {
  color: #1fa3db;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #125a80;
}
.z-foros {
  width: 100%;
  display: inline-block;
  margin-bottom: 45px;
}
.z-foros .z-filters form {
  display: inline-block;
  width: auto;
}
.z-foros .z-filters form .z-searcher {
  display: inline-block;
  width: 290px;
  position: relative;
}
.z-foros .z-filters .z-link {
  display: inline-block;
  width: calc(100% - 322px);
  height: 61px;
  position: relative;
  top: 25px;
  margin-left: 27px;
}
.z-foros .z-filters .z-link .btn {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  max-width: 249px;
  width: 100%;
  text-align: center;
  padding: 8px 25px 8px 47px;
}
.z-foros .z-filters .z-link .btn:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -170px -156px;
  width: 20px;
  height: 19px;
  top: 6px;
  left: 14px;
}
.z-foros .z-table.foro {
  position: relative;
  padding-top: 21px;
}
.z-foros .z-table.foro .z-title {
  width: auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.z-foros .z-table.foro .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #ea5b0c;
  margin: 0 10px;
}
.z-foros .z-table.foro .z-title.adv-icon {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
}
.z-foros .z-table.foro.topic-list {
  padding-top: 0;
}
.z-foros .z-table.foro.topic-list .z-title {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}
.z-foros .z-table.foro.topic-list .z-title h3 {
  margin: 0;
}
.z-foros .z-table.foro.topic-list .z-title p.dpto {
  font-size: 12px;
  line-height: 14px;
  color: #818181;
  margin-top: 7px;
}
.z-foros .z-table.foro.topic-list .z-title.adv-icon {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
}
.z-foros .z-forum-statistics .topics {
  margin: 20px 15px;
}
.z-foros .z-forum-statistics .topics .title p {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #125a7f;
}
.z-foros .z-forum-statistics .topics .data {
  color: #39b0e3;
  font-size: 12px;
  line-height: 14px;
}
.z-foros .z-forum-statistics .topics .data a {
  color: #39b0e3;
}
.z-foros .z-forum-statistics .topics .data a:hover,
.z-foros .z-forum-statistics .topics .data a:focus,
.z-foros .z-forum-statistics .topics .data a:active {
  text-decoration: none;
}
.z-foros .z-forum-statistics .topics .data p {
  color: #202020;
}
.z-foros #list-result-category .list .result-txt {
  margin: 30px 10px 15px;
}
.z-foros #list-result-category #list-result-topic .list .result-txt {
  margin: 10px 0px 20px;
}
.z-foros .z-link.w-bottom-line {
  display: inline-block;
  width: 100%;
  margin: 4px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.z-foros .z-link.w-bottom-line .btn {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  max-width: 249px;
  width: 100%;
  text-align: center;
  padding: 8px 25px 8px 47px;
}
.z-foros .z-link.w-bottom-line .btn:after {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) -170px -156px;
  width: 20px;
  height: 19px;
  top: 6px;
  left: 14px;
}
.z-foros .topic-legend {
  display: inline-block;
  width: 100%;
  margin: 7px 3px 30px;
}
.z-foros .topic-legend span {
  padding: 8px 10px 8px 37px;
  margin-right: 18px;
  position: relative;
  width: auto;
  display: inline-block;
  color: #202020;
  font-size: 12px;
  line-height: 18px;
}
.z-foros .topic-legend span:before {
  content: '';
  position: absolute;
  background: url(../img/foros/legend_topic_list_default.png) no-repeat;
  width: 30px;
  height: 27px;
  top: 4px;
  left: 1px;
}
.z-foros .topic-legend span.new:before {
  background: url(../img/foros/legend_topic_list_new.png) no-repeat;
}
.z-foros .topic-legend span.closed:before {
  background: url(../img/foros/legend_topic_list_closed.png) no-repeat;
}
.z-foros .filter-sort {
  margin: 10px 0;
  background-color: #f4f4f4;
  position: relative;
  padding: 10px 5px 9px;
}
.z-foros .filter-sort:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  bottom: -2px;
  left: 0;
}
.z-foros .filter-sort .z-button {
  float: none;
  display: inline-block;
}
.z-foros .z-pagination {
  padding: 20px 0 30px;
}
.z-foros .z-pagination .result-text {
  width: 280px;
  float: left;
}
.z-foros .z-pagination .result-text p {
  padding: 0 15px;
  margin: 7px 0;
  font-size: 13px;
  line-height: 18px;
  color: #303030;
}
.z-foros .reply-list .z-header {
  margin: 23px 0 16px;
}
.z-foros .reply-list .z-header .z-title {
  width: auto;
  display: inline-block;
}
.z-foros .reply-list .z-header .z-title a {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #ea5b0c;
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
}
.z-foros .reply-list .z-header .z-title a:before {
  content: '';
  position: absolute;
  background: url(../img/sprite.png) 1px -192px;
  width: 11px;
  height: 14px;
  top: 5px;
  left: 7px;
}
.z-foros .reply-list .z-header .z-title a:hover {
  text-decoration: none;
}
.z-foros .reply-list .z-header .align-right {
  width: auto;
  float: right;
}
.z-foros .reply-list .z-header .align-right .z-link {
  width: auto;
  float: right;
}
.z-foros .reply-list .z-header .align-right .z-link .btn {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0;
  width: 192px;
}
.z-foros .reply-list .z-header .align-right p {
  width: auto;
  float: right;
  font-size: 13px;
  line-height: 16px;
  color: #303030;
  margin: 8px 24px;
}
.z-foros .reply-list .z-forum-comments {
  width: 100%;
  display: inline-block;
}
.z-foros .reply-list .z-forum-comments .z-forum-post {
  width: 100%;
  display: inline-block;
  border-top: 0.5px solid #cacaca;
  border-bottom: 0.5px solid #cacaca;
  position: relative;
  margin-bottom: -6px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 210px;
  background-color: #cacaca;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left {
  position: relative;
  width: 210px;
  float: left;
  text-align: center;
  padding: 30px 0;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left .username {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  color: #202020;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left .username:hover {
  opacity: 1;
  cursor: default;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left p {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left .z-pic {
  position: relative;
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-left .z-pic img {
  max-width: 81px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right {
  width: calc(100% - 215px);
  float: left;
  padding: 16px 5px 10px 44px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right a {
  cursor: pointer;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-date {
  background-color: #f4f4f4;
  padding: 7px 15px 2px;
  margin-bottom: 23px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-date p {
  font-size: 12px;
  line-height: 16px;
  color: #202020;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-date p span {
  font-weight: 700;
  font-style: italic;
  color: #202020;
  margin-left: 9px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-date p span.new {
  color: #125171;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-title {
  padding: 0 5px;
  margin-bottom: 13px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #125a80;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content {
  padding: 0 5px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content p {
  color: #202020;
  line-height: 22px;
  margin-bottom: 25px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content a {
  text-decoration: underline;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content .z-blockquote-post {
  margin-bottom: 34px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content .z-blockquote-post p {
  margin-bottom: 15px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-content .z-blockquote-post p.smaller {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date {
  position: relative;
  padding: 16px 15px 10px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date:before {
  content: 'adjunto';
  font-size: 11px;
  line-height: 11px;
  color: #125a80;
  text-transform: uppercase;
  position: absolute;
  bottom: 17px;
  right: 22px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  background: url(../img/sprite.png) -150px -180px;
  bottom: 13px;
  right: 82px;
}
.z-foros .reply-list .z-forum-comments .z-forum-post.open .col-left p,
.z-foros .reply-list .z-forum-comments .z-forum-post.open .col-left .z-pic {
  display: inline-block;
}
.z-foros .reply-list .z-button-link {
  margin: 23px 0 16px;
}
.z-foros .reply-list .z-button-link .z-link {
  width: auto;
  float: right;
}
.z-foros .reply-list .z-button-link .z-link .btn {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0;
  width: 192px;
}
.z-foros .z-comment-form {
  padding: 15px 7px 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 40px;
}
.z-foros .z-comment-form .title {
  margin: 15px 6px;
}
.z-foros .z-comment-form .title p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #125a80;
  margin: 0;
}
.z-foros .z-comment-form p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #1fa3db;
  margin: 10px 6px 19px;
}
.z-foros .z-comment-form p a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
}
.z-foros .z-comment-form p a.username {
  color: #202020;
  font-style: italic;
}
.z-foros .z-comment-form p a.username:hover {
  opacity: 1;
  cursor: default;
}
.z-foros .z-comment-form #reply-comment label {
  display: none!important;
}
.z-foros .z-comment-form #reply-comment .z-file-dropzone {
  margin-top: 25px;
}
.z-foros .z-comment-form #reply-comment .z-file-dropzone label {
  display: block!important;
}
.z-foros .z-comment-form #reply-comment .z-file-dropzone .fileuploader-items {
  display: none;
}
.z-foros .z-comment-form #reply-comment .text-format-wrapper .ckeditor_links {
  display: none!important;
}
.z-foros .z-comment-form #reply-comment .text-format-wrapper .filter-wrapper.form-wrapper {
  display: none!important;
}
.z-foros .z-button.more-buttons {
  margin: 25px 0;
}
.z-foros .z-button.more-buttons button {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  width: 195px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.z-foros .username {
  color: #209ace;
}
.z-foros .username:hover {
  text-decoration: none;
}
.no-develop {
  width: 100%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                			Galería de imágenes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.cancel-padding {
  padding: 0;
}
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 7px 10px 3px;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  position: relative;
  margin: 0 3.5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
}
#imagelightbox-nav button:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) -110px -209px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#imagelightbox-nav button.active,
#imagelightbox-nav button:focus {
  outline: none;
}
#imagelightbox-nav button.active:before,
#imagelightbox-nav button:focus:before {
  background: url(../img/sprite.png) -110px -229px;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 3.5em;
  /* 40 */
  height: 3.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 140px;
  /* 40 */
  right: 2.5em;
  /* 40 */
  transition: opacity 0.3s;
  border: 2px solid #fff;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  outline: none;
}
#imagelightbox-close:active {
  outline: none;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 3px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* . . . */
/* ARROWS */
.imagelightbox-arrow {
  width: 60px;
  /* 60 */
  height: 95px;
  /* 120 */
  background-color: transparent;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
  transition: opacity 0.3s;
  border: 0;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  outline: none;
}
.imagelightbox-arrow:before {
  display: inline-block;
}
.imagelightbox-arrow.imagelightbox-arrow-left {
  left: calc(50% - 600px);
}
.imagelightbox-arrow.imagelightbox-arrow-left:before {
  content: '';
  background: url(../img/iconos/icono-prev.png) no-repeat;
  width: 80px;
  height: 95px;
}
.imagelightbox-arrow.imagelightbox-arrow-right {
  right: calc(50% - 600px);
}
.imagelightbox-arrow.imagelightbox-arrow-right:before {
  content: '';
  background: url(../img/iconos/icono-next.png) no-repeat;
  width: 80px;
  height: 95px;
}
/* . . . */
.z-image-gallery {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.z-image-gallery ul > li {
  width: 272px;
  height: 181px;
  overflow: hidden;
  float: left;
  margin: 10px 15px;
}
.z-image-gallery ul > li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: inline-block;
  position: relative;
}
.z-image-gallery ul > li a:before {
  content: '';
  position: absolute;
  background: url(../img/iconos/ampliar.png) no-repeat;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  opacity: 0;
}
.z-image-gallery ul > li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.z-image-gallery ul > li a img {
  min-width: 100%;
  min-height: 100%;
  width: 272px;
}
.z-image-gallery ul > li a:hover,
.z-image-gallery ul > li a:focus {
  opacity: 1;
}
.z-image-gallery ul > li a:hover:after,
.z-image-gallery ul > li a:focus:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.z-image-gallery ul > li a:hover:before,
.z-image-gallery ul > li a:focus:before {
  opacity: 1;
  z-index: 1;
}
.z-image-gallery ul > li.vertical {
  width: 136px;
  text-align: center;
}
.z-image-gallery ul > li.vertical a {
  padding-right: 0;
}
.z-image-gallery ul > li.vertical a img {
  height: 181px;
  width: auto;
  min-width: auto;
}

.zena--wizard-header {
  background-color: #40b4e5;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.zena--wizard-header .top-wrapper {
  margin: 2px auto;
  max-width: 1020px;
  width: 100%;
  display: grid;
  grid-template-columns: 7fr 1fr;
}
.zena--wizard-header .top-wrapper .brand {
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
.zena--wizard-header .top-wrapper .brand img {
  width: 100%;
  height: auto;
}
.zena--wizard-header .top-wrapper .title {
  width: 100%;
  padding-left: 156px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 16px;
}
.zena--wizard-header .top-wrapper .title .title-h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}
.zena--time-block {
  margin-bottom: 23px;
}
.zena--time-block .time-wrapper {
  max-width: 780px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
}
.zena--time-block .time-wrapper:before {
  content: '';
  position: absolute;
  width: calc(100% + 80px);
  border-bottom: 2px dashed rgba(255,255,255,0.5);
  top: 30px;
  left: 0;
}
.zena--time-block .time-wrapper:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #00577C;
  opacity: 0;
  top: 25px;
  left: 0;
}
.zena--time-block .time-wrapper .current-time {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #00577C;
  top: 30px;
  left: 0;
  transition: all .4s;
}
.zena--time-block .time-line {
  display: flex;
  justify-content: space-around;
}
.zena--time-block .time-line .item {
  width: 100%;
  padding-top: 19px;
  position: relative;
}
.zena--time-block .time-line .item:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: 2px solid #00577C;
  border-radius: 50%;
  top: -14px;
  left: calc(50% - 15px);
  opacity: 0;
  transform: scale(0);
  transition: all .4s;
}
.zena--time-block .time-line .item:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #AEDFF9;
  border-radius: 50%;
  border: 5px solid transparent;
  top: -12px;
  left: calc(50% - 13px);
  transform: scale(.6);
  transition: all .4s;
}
.zena--time-block .time-line .item span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  max-width: 102px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  transition: all .4s;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 1px;
  color: #AEDFF9;
}
.zena--time-block.active--1w .time-wrapper:after {
  opacity: 1;
}
.zena--time-block.active--1w .time-wrapper .current-time {
  width: calc((100% / 4) - 60px);
}
.zena--time-block.active--1w .time-line .item.item--1w:before {
  opacity: 1;
  transform: scale(1);
}
.zena--time-block.active--1w .time-line .item.item--1w:after {
  transform: scale(1);
  background-color: #fff;
  border-color: #40b4e5;
}
.zena--time-block.active--1w .time-line .item.item--1w span {
  background-color: #fff;
  border-color: #00577C;
  border-radius: 3px;
  color: #00577C;
  font-weight: 700;
}
.zena--time-block.active--1m .time-wrapper:after {
  opacity: 1;
}
.zena--time-block.active--1m .time-wrapper .current-time {
  width: calc((100% / 3) + 56px);
}
.zena--time-block.active--1m .time-line .item.item--1w:after {
  transform: scale(.45);
  background-color: #00577C;
}
.zena--time-block.active--1m .time-line .item.item--1w span {
  color: #00577C;
}
.zena--time-block.active--1m .time-line .item.item--1m:before {
  opacity: 1;
  transform: scale(1);
}
.zena--time-block.active--1m .time-line .item.item--1m:after {
  transform: scale(1);
  background-color: #fff;
  border-color: #40b4e5;
}
.zena--time-block.active--1m .time-line .item.item--1m span {
  background-color: #fff;
  border-color: #00577C;
  border-radius: 3px;
  color: #00577C;
  font-weight: 700;
}
.zena--time-block.active--3m .time-wrapper:after {
  opacity: 1;
}
.zena--time-block.active--3m .time-wrapper .current-time {
  width: calc(75% - 74px);
}
.zena--time-block.active--3m .time-line .item.item--1w:after, .zena--time-block.active--3m .time-line .item.item--1m:after {
  transform: scale(.45);
  background-color: #00577C;
}
.zena--time-block.active--3m .time-line .item.item--1w span, .zena--time-block.active--3m .time-line .item.item--1m span {
  color: #00577C;
}
.zena--time-block.active--3m .time-line .item.item--3m:before {
  opacity: 1;
  transform: scale(1);
}
.zena--time-block.active--3m .time-line .item.item--3m:after {
  transform: scale(1);
  background-color: #fff;
  border-color: #40b4e5;
}
.zena--time-block.active--3m .time-line .item.item--3m span {
  background-color: #fff;
  border-color: #00577C;
  border-radius: 3px;
  color: #00577C;
  font-weight: 700;
}
.zena--time-block.active--6m .time-wrapper:after {
  opacity: 1;
}
.zena--time-block.active--6m .time-wrapper .current-time {
  width: calc(100% - 80px);
}
.zena--time-block.active--6m .time-line .item.item--1w:after, .zena--time-block.active--6m .time-line .item.item--1m:after, .zena--time-block.active--6m .time-line .item.item--3m:after {
  transform: scale(.45);
  background-color: #00577C;
}
.zena--time-block.active--6m .time-line .item.item--1w span, .zena--time-block.active--6m .time-line .item.item--1m span, .zena--time-block.active--6m .time-line .item.item--3m span {
  color: #00577C;
}
.zena--time-block.active--6m .time-line .item.item--6m:before {
  opacity: 1;
  transform: scale(1);
}
.zena--time-block.active--6m .time-line .item.item--6m:after {
  transform: scale(1);
  background-color: #fff;
  border-color: #40b4e5;
}
.zena--time-block.active--6m .time-line .item.item--6m span {
  background-color: #fff;
  border-color: #00577C;
  border-radius: 3px;
  color: #00577C;
  font-weight: 700;
}
.zena--wizard-body {
  min-height: calc(100vh - 181px);
  margin-top: 181px;
}
.zena--wizard-body .flex--center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zena--wizard-body .flex--center #zenaWizardForm {
  width: 100%;
}
.zena--wizard-body .nav-pills {
  position: absolute;
  opacity: 0;
}
.zena--progress-bar {
  background-color: #BBE1F5;
  height: 11px;
  margin-bottom: 0;
  border-radius: 0;
}
.zena--progress-bar .progress-bar-success {
  background-color: #00577C;
}
.zena--questions-step {
  text-align: center;
  margin: 11vh auto 4vh;
  max-width: 945px;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.zena--questions-step .counter {
  font-size: 12px;
  line-height: 16px;
  color: #00577C;
  text-transform: uppercase;
  margin-bottom: 4.5vh;
}
.zena--questions-step .question {
  padding: 0 15px;
  margin-bottom: 4vh;
}
.zena--questions-step .question .title-h3 {
  font-size: 30px;
  line-height: 49px;
  font-weight: 700;
  color: #00577C;
}
.zena--questions-step .options {
  min-height: calc(50vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zena--questions-step .options .wrapper-options {
  width: 100%;
}
.zena--questions-step .options .button-group {
  margin: 17px 0;
  display: flex;
  justify-content: flex-end;
}
.zena--questions-step .options .steps-button {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  background-color: #43B4E4;
  border-radius: 6px;
  min-width: 220px;
  min-height: 66px;
  transition: all .4s;
}
.zena--questions-step .options .steps-button:hover {
  background-color: #00577C;
}
.zena--opt-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.zena--opt-group.max-w {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.zena--opt-group .item-group .form-control {
  display: none;
}
.zena--opt-group .item-group .form-control + .form-label {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #00577C;
  text-align: center;
  min-width: 288px;
  width: 100%;
  min-height: 112px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all .4s;
}
.zena--opt-group .item-group .form-control + .form-label:hover {
  background-color: rgba(243,243,243,0.5);
  color: #43B4E4;
}
.zena--opt-group .item-group .form-control:checked + .form-label {
  background-color: #43B4E4;
  outline: none;
  outline-offset: 0;
  color: #fff;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.17);
}
.zena--opt-group.icon-group {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.zena--opt-group.icon-group .item-group .form-control + .form-label {
  font-size: 16px;
  line-height: 21px;
  color: #43B4E4;
  border: 0;
  min-width: auto;
  min-height: 0;
  flex-direction: column;
}
.zena--opt-group.icon-group .item-group .form-control + .form-label:hover {
  background-color: transparent;
  outline: none;
  outline-offset: 0;
  color: #006996;
}
.zena--opt-group.icon-group .item-group .form-control + .form-label .zena--icon {
  font-size: 98px;
  margin-bottom: 20px;
}
.zena--opt-group.icon-group .item-group .form-control:checked + .form-label {
  background-color: transparent;
  outline: none;
  outline-offset: 0;
  color: #006996;
}
.zena--opt-group.check-group {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.zena--opt-group.check-group .item-group .form-control + .form-label {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  min-height: 0;
  text-align: left;
  display: inline-block;
  padding: 12px 52px 12px 14px;
  min-width: 0;
  position: relative;
  transition: all .4s;
}
.zena--opt-group.check-group .item-group .form-control + .form-label:after {
  content: '\e905';
  position: absolute;
  font-family: 'intranet-zena';
  font-size: 22px;
  line-height: 1;
  color: transparent;
  top: calc(50% - 11px);
  right: 15px;
  transition: all .4s;
  transform: scale(0);
}
.zena--opt-group.check-group .item-group .form-control:checked + .form-label:after {
  color: #fff;
  transform: scale(1);
}
.zena--opt-group.check-group + .button-group {
  justify-content: center;
  margin-top: 8vh;
}
.zena--opt-group.check-group + .button-group .steps-button {
  min-width: 184px;
  min-height: 57px;
}
.zena--opt-input {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
}
.zena--opt-input .form-control {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: #B0AFAF;
  font-size: 14px;
  line-height: 16px;
  padding: 17px;
}
.zena--opt-input .form-control::placeholder {
  color: rgba(176,175,175,0.8);
}
.zena--link-button {
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
  padding: 14px;
  display: inline-block;
  border-radius: 10px;
  min-height: 57px;
  min-width: 220px;
  transition: all .4s;
}
.zena--link-button:hover {
  background-color: #fff;
  color: #40b4e5;
  text-decoration: none;
  opacity: 1;
}
.zena--wizard-thanks {
  background-color: #40b4e5;
  color: #fff;
  margin-top: -113px;
  text-align: center;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zena--wizard-thanks .zena--animation-pic {
  margin: 0 0 35px;
}
.zena--wizard-thanks .zena--animation-pic .animation-wrapper {
  position: relative;
  max-width: 406px;
  width: 100%;
  margin: 0 auto;
}
.zena--wizard-thanks .zena--animation-pic .animation-wrapper .main-image {
  width: 100%;
  height: auto;
}
.zena--wizard-thanks .zena--animation-pic .animation-wrapper .zena--icon {
  position: absolute;
  color: #69DCF7;
  font-size: 68px;
  bottom: 120px;
  left: calc(50% - 31px);
  -webkit-animation: jello-diagonal-1 .8s both;
  animation: jello-diagonal-1 .8s both;
}
.zena--wizard-thanks .zena--menssage .message-wrapper {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
}
.zena--wizard-thanks .zena--menssage .message-wrapper .title-h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 5px;
}
.zena--wizard-thanks .zena--menssage .message-wrapper p {
  font-size: 18px;
  line-height: 38px;
}
.zena--wizard-thanks .zena--menssage .message-wrapper .button-group {
  margin: 35px 0 15px;
}
.jello-diagonal-1 {
  -webkit-animation: jello-diagonal-1 .8s both;
  animation: jello-diagonal-1 .8s both;
}
@-webkit-keyframes jello-diagonal-1 {
  0% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
  30% {
    -webkit-transform: skew(25deg 25deg);
    transform: skew(25deg 25deg);
  }
  40% {
    -webkit-transform: skew(-15deg,-15deg);
    transform: skew(-15deg,-15deg);
  }
  50% {
    -webkit-transform: skew(15deg,15deg);
    transform: skew(15deg,15deg);
  }
  65% {
    -webkit-transform: skew(-5deg,-5deg);
    transform: skew(-5deg,-5deg);
  }
  75% {
    -webkit-transform: skew(5deg,5deg);
    transform: skew(5deg,5deg);
  }
  100% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
}
@keyframes jello-diagonal-1 {
  0% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
  30% {
    -webkit-transform: skew(25deg 25deg);
    transform: skew(25deg 25deg);
  }
  40% {
    -webkit-transform: skew(-15deg,-15deg);
    transform: skew(-15deg,-15deg);
  }
  50% {
    -webkit-transform: skew(15deg,15deg);
    transform: skew(15deg,15deg);
  }
  65% {
    -webkit-transform: skew(-5deg,-5deg);
    transform: skew(-5deg,-5deg);
  }
  75% {
    -webkit-transform: skew(5deg,5deg);
    transform: skew(5deg,5deg);
  }
  100% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                			P O P U P ' S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.popup .default-modal .modal-dialog {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 45px 35px;
  position: relative;
  margin: 120px auto 0;
}
.popup .default-modal .modal-dialog a.close-down {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/sprite.png) -23px -29px;
  top: 23px;
  right: 28px;
  cursor: pointer;
}
.popup .default-modal .modal-dialog .header.eye-icon {
  padding: 0 15px 0 80px;
  position: relative;
}
.popup .default-modal .modal-dialog .header.eye-icon:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 25px;
  background: url(../img/sprite.png) -125px -126px;
  top: 15px;
  left: 25px;
}
.popup .default-modal .modal-dialog .header.edit-icon {
  padding: 0 15px 0 55px;
  position: relative;
}
.popup .default-modal .modal-dialog .header.edit-icon:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 22px;
  background: url(../img/iconos/icono-editar-gris.png) no-repeat;
  top: 15px;
  left: 18px;
}
.popup .default-modal .modal-dialog .header .z-title h3 {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #084665;
}
.popup .default-modal .modal-dialog .header .z-intro p {
  font-family: PFCentroSlabPro-Bold, arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #3dabdb;
}
.popup #modalEditImgProfile .modal-dialog {
  max-width: 600px;
}
.popup #modalEditImgProfile .modal-dialog .header .z-title h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
.popup #modalEditImgProfile .modal-dialog .header .z-intro p {
  color: #737373;
}
.popup #modalLoad .modal-dialog {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: calc(50% - 62.5px);
}
.popup #modalSettings .modal-dialog form {
  max-width: 680px;
  width: 100%;
  margin: 20px auto;
}
.popup #modalSettings .modal-dialog form .form-group {
  margin-bottom: 5px;
}
.popup #modalSettings .modal-dialog form .z-check .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.popup #modalSettings .modal-dialog form .z-check .checkbox label {
  padding-left: 35px;
}
.popup #modalSettings .modal-dialog form .inline-options {
  margin: 60px 0 30px;
}
.popup #modalSettings .modal-dialog form .inline-options .z-check {
  display: inline-block;
}
.popup #modalSettings .modal-dialog form .smaller .z-check {
  margin-right: 5px;
}
.popup #modalSettings .modal-dialog form .smaller .z-check .checkbox label {
  font-size: 11px;
  line-height: 11px;
  color: #2da5df;
  padding-left: 30px;
}
.popup #modalSettings .modal-dialog form .z-button {
  text-align: center;
}
.popup #modalSettings .modal-dialog form .z-button button {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0;
  max-width: 280px;
  border-radius: 25px;
  width: 100%;
}
.popup #organigramaModal .modal-dialog img {
  width: 100%;
  height: auto;
}
.popup #deleteNotificationsModal .modal-dialog,
.popup #deleteNotificationModal .modal-dialog {
  max-width: 500px;
}
.popup #deleteNotificationsModal .modal-dialog .header .z-title h3,
.popup #deleteNotificationModal .modal-dialog .header .z-title h3 {
  padding: 0 5px 0 45px;
  position: relative;
  display: inline-block;
}
.popup #deleteNotificationsModal .modal-dialog .header .z-title h3:before,
.popup #deleteNotificationModal .modal-dialog .header .z-title h3:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 27px;
  background: url(../img/sprite.png) -19px -163px;
  top: 6px;
  left: 5px;
}
.popup #deleteNotificationsModal .modal-dialog .header .z-intro,
.popup #deleteNotificationModal .modal-dialog .header .z-intro {
  margin: 5px 0 20px;
}
.popup #deleteNotificationsModal .modal-dialog .z-button,
.popup #deleteNotificationModal .modal-dialog .z-button {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #b7b7b7;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                			A N I M A C I O N E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - Menú hamburguesa - - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 20px auto;
  border: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 9px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
}
#nav-icon.open:before {
  content: '';
  position: absolute;
  background-color: rgba(250, 251, 251, 0.72);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - Limitar texto (...) - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
.txt-limited {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  max-width: 240px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - - - - Back Top - - - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
#back-top {
  position: fixed;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  right: 20px;
  width: auto;
  opacity: 0;
  display: none;
  transition: opacity 0.4s;
  z-index: 999;
}
#back-top span {
  position: relative;
  width: 72px;
  height: 72px;
  display: inline-block;
  transition: opacity 0.4s;
}
#back-top span:before {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #4cb8e6;
  border: 2px solid #fff;
  border-radius: 50px;
  top: 0;
  left: 0;
}
#back-top span:after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*-webkit-animation: sdb05 2s infinite;
		    animation: sdb05 1.5s infinite;*/
  box-sizing: border-box;
  transition: border 0.4s;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - - - Loader page - - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
.loader {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}
.loader .internal-circle,
.loader .external-circle {
  stroke: #fff;
  stroke-dashoffset: 0;
  transform-origin: center;
}
.loader .internal-circle {
  stroke-dasharray: 187;
  animation: internal 1s ease-in-out infinite;
  opacity: 0.4;
}
.loader .external-circle {
  stroke-dasharray: 312;
  animation: external 1s linear infinite;
  opacity: 0.9;
}
@keyframes internal {
  0% {
    stroke-dashoffset: 187;
  }
  25% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
  }
}
@keyframes external {
  0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
  }
  60% {
    stroke-dashoffset: -312;
  }
  100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
  }
}
@keyframes bgcolors {
  0% {
    background: #1a87c5;
  }
  25% {
    background: #c51a3a;
  }
  50% {
    background: #e6d121;
  }
  75% {
    background: #22cf76;
  }
  100% {
    background: #1a87c5;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - - FIN: Loader page - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - Comportamientos hover - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #125a80;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.underline {
  display: inline-block;
  text-align: center;
}
.underline a {
  position: relative;
}
.underline a:after {
  transition: all 0.4s;
  content: '';
  position: absolute;
  border: 1px solid transparent;
  bottom: -5px;
  width: 0;
  left: 50%;
}
.underline a:hover {
  text-decoration: none;
}
.underline a:hover:after {
  border: 1px solid #125a7f;
  width: 100%;
  left: 0;
}
.underline a.dark-blue:hover:after {
  border: 1px solid #063b56;
}
.underline a:focus,
.underline a:active {
  text-decoration: none;
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: '';
  background: url(../img/sprite.png) 1px -88px;
  width: 9px;
  height: 13px;
  position: absolute;
  right: 1em;
  top: 2px;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:after {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:after,
.hvr-icon-pulse-shrink:focus:after,
.hvr-icon-pulse-shrink:active:after {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Efecto sobre imagenes */
.effect-over-img .caption {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.effect-over-img img.effect {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.effect-over-img .blur {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: 5;
  position: absolute;
}
.effect-over-img:hover .caption {
  opacity: 1;
}
.effect-over-img:hover img.effect {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:after {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:after,
.hvr-icon-wobble-horizontal:focus:after,
.hvr-icon-wobble-horizontal:active:after {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:after {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:after,
.hvr-icon-push:focus:after,
.hvr-icon-push:active:after {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  position: absolute;
  left: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.6s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before,
.hvr-icon-sink-away:after {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                                R E S P O N S I V E
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* B o o t S t r a p (min-width)*/
@media (min-width: 1210px) {
  .container {
    width: 1210px;
  }
}
@media (min-width: 1035px) {
  .zena-login-container,
  .zena-modal-login-container {
    width: 1035px;
  }
}
@media (min-width: 768px) {
  #header .ground .navbar-default .collapse {
    display: block!important;
    overflow: hidden!important;
    height: 100%!important;
    -webkit-transition: none!important;
    transition: none!important;
  }
}
@media (min-width: 480px) {
  .responsive-phone.mobile-link.hvr-shadow:hover,
  .responsive-phone.mobile-link.hvr-shadow:active,
  .responsive-phone.mobile-link.hvr-shadow:focus {
    box-shadow: none;
  }
  .mail .hvr-shadow:hover,
  .phone .hvr-shadow:hover,
  .mail .hvr-shadow:active,
  .phone .hvr-shadow:active,
  .mail .hvr-shadow:focus,
  .phone .hvr-shadow:focus {
    box-shadow: none;
  }
}
/* R e s t (max-width)*/
@media (max-width: 1300px) {
  .z-info-person {
    width: 97%;
  }
  .imagelightbox-arrow.imagelightbox-arrow-left {
    left: 0.5em;
  }
  .imagelightbox-arrow.imagelightbox-arrow-right {
    right: 1.8em;
  }
}
@media (max-width: 1210px) {
  .container {
    width: 100%;
  }
  .cvs_vertical .side-right {
    padding-left: 0;
  }
  .one-clic ul {
    padding: 5px 0;
  }
  .one-clic ul li .z-title h3 {
    word-wrap: break-word;
    font-size: 24px;
    line-height: 26px;
  }
  .breadcrumb.navbar-right {
    margin-right: 0;
  }
  .corporative-page .detail-page.have-document .z-pic {
    max-height: 260px;
    float: none;
    margin: 0 auto 25px;
    display: block;
  }
  .corporative-page .detail-page.have-document .z-body {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0;
  }
  .corporative-page .detail-page.have-document .z-content .corporative-docs .z-filter-group {
    max-width: 100%;
  }
  .corporative-page .detail-page.have-document .z-content .corporative-docs .z-filter-group .z-searcher {
    width: 290px;
  }
  .corporative-page .detail-page.have-document .z-content .corporative-docs .filtros-hide.align-right {
    width: calc(100% - 310px);
  }
}
@media (max-width: 1190px) {
  .z-image-gallery ul {
    display: flex;
    display: -webkit-flex;
    /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center;
  }
  form .z-check.w-icon {
    min-height: 35px;
  }
}
@media (max-width: 1085px) {
  #footer .footer-nav .navbar-nav {
    width: calc(100% - 166px);
  }
}
@media (max-width: 1035px) {
  .zena-login-container {
    width: 95%;
    padding: 0 20px;
  }
  .zena-login-container .zena-logo {
    margin-top: 25px;
  }
  .zena-login-container .box-bg img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(15%);
  }
  .zena-modal-login-container {
    width: 100%;
  }
  .distributive-page .full-banner .bg-pic {
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}
@media (max-width: 992px) {
  #header .ground .navbar-default .navbar-nav > li > a {
    padding: 15px 15px 13px;
  }
  #header .ground .navbar-default .navbar-nav > li .main-menu-options ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  #header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1 {
    padding-top: 29px;
  }
  #header .ground .navbar-default .navbar-nav > li .main-menu-options ul.level_1:before {
    top: 22px;
  }
  .cvs_vertical .side-right {
    padding-left: 0;
    margin-top: 30px;
  }
  .one-clic ul li.tiendometro .z-title h3 {
    font-size: 23px;
    line-height: 27px;
  }
  .summary-cols-space .summary-col {
    width: 47%;
  }
  .card-box .left-zone {
    width: 35%;
  }
  .card-box .z-data {
    width: 65%;
  }
  .detail-page.user-card {
    width: 62%;
  }
  .detail-page.z-event.special .z-pagination {
    padding-bottom: 50px;
  }
  .corporative-page .z-pic {
    width: 295px;
  }
  .corporative-page .z-body {
    width: calc(100% - 342px);
  }
}
@media (max-width: 950px) {
  .z-table.shop-list table thead th,
  .z-table.people-list table thead th {
    padding: 10px 15px 10px 5px;
    font-size: 12px;
    line-height: 12px;
  }
  .z-table.shop-list table thead th.order a.up:before,
  .z-table.people-list table thead th.order a.up:before {
    right: 5px;
  }
  .z-table.shop-list table thead th.order a.down:before,
  .z-table.people-list table thead th.order a.down:before {
    right: 5px;
  }
  .z-table.shop-list table tr td,
  .z-table.people-list table tr td {
    padding: 10px;
  }
  .z-table.shop-list table tr td p,
  .z-table.people-list table tr td p,
  .z-table.shop-list table tr td a,
  .z-table.people-list table tr td a {
    font-size: 11px;
    line-height: 13px;
  }
  .z-table.shop-list table tr td.brand,
  .z-table.people-list table tr td.brand {
    padding-left: 60px;
  }
  .z-table.shop-list table tr td.person .txt p,
  .z-table.people-list table tr td.person .txt p {
    font-size: 12px;
    line-height: 14px;
  }
  .z-table.shop-list table tr td.person .txt p.name,
  .z-table.people-list table tr td.person .txt p.name {
    font-size: 14px;
    line-height: 16px;
  }
  .z-info-shop .detail-shop .dl-row .cols > div {
    width: 100%;
    float: none;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.mail {
    padding-left: 0;
  }
  .z-info-shop .detail-shop ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .z-filter-group {
    position: relative;
    padding-top: 20px;
  }
  .z-filter-group.z-docs-shop .align-right {
    position: absolute;
    top: 0;
    left: calc(50% - 154px);
    width: 290px;
    float: none;
  }
  .z-filter-group.z-people {
    padding-top: 40px;
  }
  .popup .default-modal {
    padding-left: 17px;
  }
  #list-result-search .z-filter-group {
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .slider.team-zena .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .slider.team-zena .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
  .slider.big-banner .item .box .v-middle {
    padding: 0 15px 0 24px;
  }
  .z-info-person .detail-person {
    padding-left: 35px;
  }
  .z-notifications.z-filter-group {
    text-align: right;
  }
  .z-notifications.z-filter-group form {
    display: inline;
    width: 100%;
  }
  .z-notifications.z-filter-group .button-filters {
    width: 100%;
    text-align: center;
  }
  .z-notifications.z-filter-group .content {
    width: calc(100% - 100px);
    display: inline;
  }
  .z-notifications.z-filter-group .z-separation-line {
    margin: 15px 0 0;
  }
  #header .ground .navbar-user > li.profile a {
    height: 100%;
    font-size: 0;
    padding: 22px 30px;
    display: inherit;
  }
  #header .ground .navbar-user > li.profile a:before {
    right: 17px;
  }
}
@media (max-width: 850px) {
  #header .ground .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 17px 14px 14px;
  }
}
@media (max-width: 768px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 - - - - - - - - - Menú lateral Sidr - - - - - - - - - -
	  - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .sidr {
    display: block;
    position: fixed;
    top: 67px;
    height: 100%;
    z-index: 999999;
    max-width: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
  }
  .sidr .sidr-inner {
    padding: 0 0 15px;
  }
  .sidr.right {
    left: auto;
    right: -100%;
  }
  .sidr.left {
    left: -200%;
    right: auto;
  }
  #overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 0;
    transition: all 0.4s;
    opacity: 0;
    z-index: -1;
  }
  #header .navbar-searcher #form_desck {
    display: none;
  }
  #header .navbar-logos {
    float: right;
  }
  #header .navbar-logos > li img {
    min-width: 100%;
    min-height: 100%;
    width: initial;
    height: initial;
  }
  #header .ground > .container {
    padding-left: 15px;
    padding-right: 0;
  }
  #header .ground .navbar-default .navbar-header {
    position: absolute;
    left: 15px;
  }
  #header .ground .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  #header .ground .navbar-user {
    float: right;
    z-index: 1;
  }
  #header .ground .navbar-user > li {
    height: 63px;
  }
  #header .ground .navbar-user > li.notifications {
    height: 63px;
    width: 88px;
  }
  #header .ground .navbar-user > li.notifications a:before {
    width: 24px;
    height: 26px;
    background-position: -53px 1px;
    top: 23px;
    left: calc(50% - 17px);
  }
  #header .ground .navbar-user > li.notifications a:after {
    font-size: 12px;
    line-height: 12px;
    top: 15px;
    left: calc(50% + 3px);
  }
  #header .ground .navbar-user > li.notifications.z-sms a:before {
    background: url(../img/iconos/icono-sms-foros-768.png) no-repeat;
    width: 30px;
    height: 27px;
    top: 22px;
    left: 27px;
  }
  #header .ground .navbar-user > li.profile {
    width: 82px;
  }
  #header .ground .navbar-user > li.profile a {
    height: 100%;
    font-size: 0;
    padding: 15px 17px 10px;
    display: inherit;
  }
  #header .ground .navbar-user > li.profile a:before {
    width: 40px;
    height: 40px;
    background-position: -82px 1px;
    top: calc(50% - 20px);
    right: 19px;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse {
    width: 450px;
    bottom: 64px;
    z-index: -1;
    pointer-events: none;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse.open {
    z-index: 2;
    pointer-events: auto;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul {
    padding: 50px 0 0;
    background-color: #fafbfb;
    border-radius: 0;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul span {
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/sprite.png) -24px -30px no-repeat;
    top: 27px;
    right: 40px;
    cursor: pointer;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li {
    border-bottom: 1px solid #ccdbe2;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a {
    border-bottom: 0;
    font-family: pf_centro_sans_probold, arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #125a7f;
    background-color: transparent;
    padding: 21px 32px;
    transition: all 0.4s;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a:hover,
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a:active {
    background-color: #ccdbe2;
    text-decoration: none;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.name {
    display: block;
    font-family: pf_centro_slab_probold, arial, sans-serif;
    color: #44b4e4;
    font-size: 26px;
    line-height: 26px;
    padding: 40px 72px 59px 111px;
    position: relative;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.name:before {
    content: '';
    position: absolute;
    background: url(../img/iconos/avatar.png) no-repeat;
    background-size: cover;
    width: 63px;
    height: 64px;
    top: 22px;
    left: 33px;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a {
    padding-left: 80px;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li.exit > a:after {
    background-position: 0px -59px;
    width: 35px;
    height: 25px;
    top: 17px;
    left: 30px;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li:last-child > a {
    border-bottom: 0;
    border-radius: 0;
  }
  #footer address {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  #footer .footer-nav {
    position: relative;
  }
  #footer .footer-nav .footer-brand {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 105px;
  }
  #footer .footer-nav .abs {
    position: absolute;
    top: 0;
    width: 96%;
  }
  #footer .footer-nav .abs .navbar-nav {
    position: relative;
    width: 96%;
    text-align: center;
    margin-top: 25px;
  }
  #footer .footer-nav .abs .navbar-nav > li {
    width: auto;
    display: inline-block;
  }
  #footer .footer-nav .abs .navbar-nav > li > a {
    font-size: 14px;
    line-height: 16px;
  }
  #footer .footer-line {
    height: 165px;
  }
  #footer .footer-line .abs img {
    top: 13px;
    right: calc(50% - 193px);
  }
  body {
    margin-top: 130px;
  }
  section.welcome {
    padding: 0 0 127px;
  }
  section.welcome h3 {
    margin-left: 0;
    margin-top: 25px;
    font-size: 26px;
    line-height: 28px;
  }
  section.invade {
    margin-top: -108px;
  }
  section.vc-middle {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  section.line-bottom {
    border-bottom: 0;
  }
  .slider.big-banner .item .img {
    height: auto;
  }
  .slider.big-banner .item.full-img .img img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
  }
  .slider.big-banner .item.full-img .img img.img-mobile {
    display: block;
  }
  .slider.big-banner .item.full-img .img img.img-large {
    display: none;
  }
  .slider.big-banner .owl-carousel {
    max-width: 570px;
    margin: 0 auto;
  }
  .reorder-2 {
    display: table;
  }
  .reorder-2 > div:nth-child(2) {
    display: table-caption;
  }
  .zena-login-container {
    width: 100%;
  }
  .zena-login-container .zena-logo {
    margin-top: 25px;
  }
  .zena-login-container .activate-logo {
    margin: 8vh 0 5px;
  }
  .zena-modal-login-container .zena-logo {
    top: 52px;
  }
  .zena-modal-login-container .zena-logo img {
    width: 65px;
    height: auto;
    opacity: 0.5;
  }
  .zena-modal-login-container .modal-login {
    margin: 20px;
  }
  .zena-modal-login-container .modal-login h1 {
    max-width: calc(100% - 165px);
  }
  .zena-modal-login-container .modal-login .content-scroll {
    max-height: 100%;
    overflow-y: hidden;
  }
  .zena-modal-login-container .modal-login .content-scroll > div {
    padding-right: 0;
  }
  .zena-modal-login-container .modal-login .z-check .checkbox label {
    padding-left: 30px;
  }
  .f-hide-768 {
    display: block;
  }
  .filtros-hide.collapse {
    display: none;
  }
  .filtros-hide.collapse.in {
    display: block;
  }
  .filtros-hide.align-right {
    width: 100%;
  }
  #list-result-news .list .new .zn-pic {
    width: 100%;
    height: 240px;
    float: none;
  }
  #list-result-news .list .new .zn-content {
    width: 100%;
    float: none;
    position: relative;
    padding: 25px 7px;
  }
  #list-result-news .list .new .zn-content .c-abs {
    bottom: 47px;
  }
  #list-result-news .list .new .zn-content .brand {
    top: 20px;
    right: 6px;
  }
  #list-result-news .list .new .zn-content .z-title {
    width: calc(100% - 75px);
  }
  #list-result-news .list .new .zn-content .z-intro {
    width: 100%;
  }
  #list-result-events .list .event {
    text-align: center;
  }
  #list-result-events .list .event .z-pic {
    width: 100%;
    max-width: 360px;
    height: auto;
    float: none;
  }
  #list-result-events .list .event .z-pic img {
    margin-left: 0;
  }
  #list-result-events .list .event .z-content {
    text-align: left;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 7px;
  }
  #list-result-pir .list .pir-item {
    padding: 24px 0 20px;
  }
  #list-result-pir .list .pir-item .pic {
    width: 100%;
    height: 213px;
    display: inline-block;
  }
  #list-result-pir .list .pir-item .pic .brand {
    position: absolute;
    top: 10px;
    left: calc(50% - 182px);
  }
  #list-result-pir .list .pir-item .pic .img {
    position: absolute;
    top: 10px;
    left: calc(50% - 110px);
  }
  #list-result-pir .list .pir-item .pic .img img {
    width: 208px;
    height: 208px;
  }
  #list-result-pir .list .pir-item .info {
    width: 100%;
    padding: 2px 0;
  }
  #list-result-pir .list .pir-item .info .abs {
    margin: 3px 10px 3px -10px;
  }
  #list-result-pir .list .pir-item .info .z-title {
    margin: 13px 0 10px;
  }
  #list-result-search .z-filter-group .search-align-left {
    width: 100%;
  }
  #list-result-search .z-filter-group .search-align-right {
    width: 100%;
    margin-top: 0;
  }
  #list-result-search .z-filter-group .search-align-right a {
    text-align: left;
  }
  .z-pir {
    padding-bottom: 45px;
  }
  .z-pir .pic {
    width: 100%;
    height: 213px;
    display: inline-block;
    margin-top: 30px;
  }
  .z-pir .pic .brand {
    position: absolute;
    top: 44px;
    left: calc(50% - 194px);
  }
  .z-pir .pic .img {
    position: absolute;
    top: 54px;
    left: calc(50% - 118px);
  }
  .z-pir .pic .img img {
    width: 208px;
    height: 208px;
  }
  .z-pir .z-intro {
    margin: 5px 0;
  }
  .z-pir .content-pir {
    padding: 16px 0 30px;
  }
  .z-pir.detail-page h1 {
    margin: 0 0 20px;
  }
  .side-right.zr-768 {
    padding: 0 12px 0 15px;
  }
  .z-filter-group .z-searcher {
    width: 100%;
  }
  .z-filter-group .z-searcher label {
    display: none;
  }
  .z-filter-group .z-searcher.inside {
    top: 0;
    height: 35px;
  }
  .z-filter-group .z-select {
    width: 97%;
  }
  .z-filter-group .z-select.time {
    width: 100%;
  }
  .z-filter-group.z-shops label.special {
    border-bottom: 1px solid #d3d3d3;
    width: 98%;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 10px;
  }
  .z-filter-group.z-shops .z-button-filter .z-button {
    max-width: 85%;
    margin: 16px auto;
    float: none;
  }
  .z-filter-group.z-shops.result-page .z-button-filter .z-button {
    float: none;
  }
  .z-filter-group.z-docs-shop {
    padding-top: 25px;
  }
  .z-filter-group .filtros-pir {
    width: 100%;
  }
  .z-filter-group .filtros-right {
    width: 100%;
    float: none;
  }
  .z-filter-group .filtros-right a {
    text-align: left;
  }
  .button-filters {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .button-filters .flex-center-items {
    width: 300px;
    display: inline-block;
    position: relative;
    margin: 2px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    height: 0;
    z-index: -1;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inherit;
    position: absolute;
    left: calc(50% - 150px);
  }
  .button-filters .flex-center-items .btn.round-white {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccdbe2;
  }
  .button-filters .flex-center-items .btn.round-white:hover,
  .button-filters .flex-center-items .btn.round-white:focus,
  .button-filters .flex-center-items .btn.round-white:active {
    background-color: #ccdbe2;
    color: #40b4e5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .button-filters .flex-center-items .btn.round-white.active {
    background-color: #ccdbe2;
    color: #40b4e5;
    font-weight: bold;
  }
  .button-filters .flex-center-items .btn:first-child {
    border-radius: 4px 4px 0 0;
  }
  .button-filters .flex-center-items .btn:last-child {
    border-radius: 0 0 4px 4px;
  }
  .button-filters .button-hide {
    display: block;
  }
  .button-filters.list-form:after {
    display: none;
  }
  .button-filters.list-form .btn.round-dropdown {
    width: 100%;
  }
  .button-filters.list-form .flex-center-items {
    width: 85%;
    left: 7.5%;
  }
  .button-filters.list-form .flex-center-items .btn.round-white {
    background-color: #f3f3f3;
  }
  .button-filters.list-form .flex-center-items .btn:first-child {
    border-radius: 4px 4px 0 0;
  }
  .button-filters.list-form .flex-center-items .btn:last-child {
    border-radius: 0 0 8px 8px;
  }
  .z-pagination .num-items {
    width: 100%;
    text-align: center;
  }
  .z-pagination .num-pages {
    width: 100%;
    text-align: center;
  }
  .z-pagination .num-pages .inline-txt {
    width: 100%;
    margin: 17px 0 6px;
  }
  .z-pagination .num-pages .pagination > li.prev-page > a,
  .z-pagination .num-pages .pagination > li.next-page > a,
  .z-pagination .num-pages .pagination > li.prev-page > span,
  .z-pagination .num-pages .pagination > li.next-page > span {
    font-size: 0;
  }
  .z-pagination .num-pages .pagination > li.prev-page > a:before,
  .z-pagination .num-pages .pagination > li.prev-page > span:before {
    left: 44%;
  }
  .z-pagination .num-pages .pagination > li.next-page > a:before,
  .z-pagination .num-pages .pagination > li.next-page > span:before {
    right: 44%;
  }
  .z-new .header-new {
    width: 98%;
    display: inline-block;
    overflow: hidden;
  }
  .z-new .header-new .brand {
    text-align: center;
  }
  .z-new .header-new .z-pic {
    margin: 15px 0;
    height: 340px;
    text-align: center;
  }
  .z-new .header-new .z-pic img {
    height: 100%;
    width: auto;
  }
  .z-new .body-new .z-pic.footer-txt .img img {
    width: 100%;
  }
  .z-new .footer-new .z-tags {
    margin: 15px 0;
  }
  .z-like.count {
    max-width: 240px;
  }
  .custom-line .z-custom {
    display: none;
  }
  .z-table table,
  .z-table thead,
  .z-table tbody,
  .z-table th,
  .z-table td,
  .z-table tr {
    display: block;
  }
  .z-table table thead {
    display: none;
  }
  .z-table table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .z-table table tr {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .z-table table tr:hover,
  .z-table table tr:focus,
  .z-table table tr:active {
    background-color: transparent;
    cursor: default;
  }
  .z-table table tr td {
    padding-left: 175px;
    position: relative;
  }
  .z-table table tr td:after {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    color: #202020;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
  }
  .z-table table tr td.brand {
    background-color: #4cb8e6;
    border: 1px solid #4cb8e6;
  }
  .z-table table tr td.brand p {
    color: #fff;
  }
  .z-table table tr td:nth-child(2n+3) {
    background-color: #f2f2f2;
  }
  .z-table.shop-list table tr td {
    padding: 16px 19px;
  }
  .z-table.shop-list table tr td p,
  .z-table.shop-list table tr td a {
    font-size: 13px;
    line-height: 15px;
  }
  .z-table.shop-list table tr td.brand {
    padding: 0;
  }
  .z-table.shop-list table tr td.brand p {
    font-size: 16px;
    line-height: 18px;
  }
  .z-table.shop-list table tr td.brand a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 17px 35px 17px 70px;
    position: relative;
  }
  .z-table.shop-list table tr td.brand a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    box-sizing: border-box;
    transition: border 0.4s;
  }
  .z-table.shop-list table tr td.responsive-phone {
    padding-top: 11px;
    padding-bottom: 14px;
  }
  .z-table.shop-list table tr td:nth-of-type(2) {
    padding-left: 50px;
    background-color: #fff;
  }
  .z-table.shop-list table tr td:nth-of-type(2):after {
    content: attr(data-after-content);
    width: 40px;
  }
  .z-table.shop-list table tr td:nth-of-type(3) {
    padding-left: 150px;
    background-color: #f2f2f2;
  }
  .z-table.shop-list table tr td:nth-of-type(3):after {
    content: attr(data-after-content);
    width: 140px;
  }
  .z-table.shop-list table tr td:nth-of-type(4) {
    padding-left: 135px;
    background-color: #fff;
  }
  .z-table.shop-list table tr td:nth-of-type(4):after {
    content: attr(data-after-content);
    width: 125px;
  }
  .z-table.shop-list table tr td:nth-of-type(5) {
    padding-left: 170px;
    background-color: #f2f2f2;
  }
  .z-table.shop-list table tr td:nth-of-type(5):after {
    content: attr(data-after-content);
    width: 160px;
  }
  .z-table.shop-list table tr td:nth-of-type(6) {
    padding: 15px 16px 15px 100px;
    background-color: #fff;
  }
  .z-table.shop-list table tr td:nth-of-type(6):after {
    content: attr(data-after-content);
    width: 90px;
  }
  .z-table.shop-list table tr td:nth-of-type(7) {
    padding-left: 75px;
    background-color: #f2f2f2;
  }
  .z-table.shop-list table tr td:nth-of-type(7):after {
    content: attr(data-after-content);
    width: 65px;
  }
  .z-table.shop-list table tr td:nth-of-type(8) {
    padding-left: 100px;
    background-color: #fff;
  }
  .z-table.shop-list table tr td:nth-of-type(8):after {
    content: attr(data-after-content);
    width: 90px;
  }
  .z-table.shop-list table tr td.col-hide-768 {
    background-color: #fff;
    display: block!important;
    padding-left: 19px;
  }
  .z-table.shop-list .z-link.export {
    text-align: center;
  }
  .z-table.people-list table tr td {
    padding: 16px 19px;
  }
  .z-table.people-list table tr td p,
  .z-table.people-list table tr td a {
    font-size: 13px;
    line-height: 13px;
  }
  .z-table.people-list table tr td.person {
    padding: 7px 19px 16px;
    background-color: #fff;
  }
  .z-table.people-list table tr td.person .pic {
    position: relative;
    margin: 0  auto;
    width: 142px;
    height: 142px;
  }
  .z-table.people-list table tr td.person .pic img {
    max-width: 142px;
  }
  .z-table.people-list table tr td.person .txt {
    margin: 30px 0 10px;
    text-align: center;
  }
  .z-table.people-list table tr td.person .txt p {
    font-size: 14px;
    line-height: 16px;
  }
  .z-table.people-list table tr td.person .txt p.name {
    font-size: 16px;
    line-height: 18px;
  }
  .z-table.people-list table tr td.puesto {
    padding-left: 85px;
    background-color: #f2f2f2;
  }
  .z-table.people-list table tr td.puesto:after {
    content: attr(data-after-content);
    width: 75px;
  }
  .z-table.people-list table tr td.mobile-link {
    padding: 15px 16px 15px 95px;
    padding-left: 95px;
    background-color: #fff;
  }
  .z-table.people-list table tr td.mobile-link:after {
    content: attr(data-after-content);
    width: 85px;
  }
  .z-table.people-list table tr td.email-link {
    padding: 15px 16px 15px 75px;
    background-color: #f2f2f2;
  }
  .z-table.people-list table tr td.email-link:after {
    content: attr(data-after-content);
    width: 65px;
  }
  .z-table.people-list table tr td.email-link.skype-link table tr td {
    display: inline-block;
    padding: 0 10px;
  }
  .z-table.people-list table tr td.email-link.skype-link:after {
    top: 22px;
  }
  .z-table.people-list table tr td.col-hide-768 {
    display: block;
    padding-left: 19px;
    background-color: #fff;
  }
  .z-table.table-docs {
    margin: 25px 0;
  }
  .z-table.table-docs table tr {
    background-color: #fff;
  }
  .z-table.table-docs table tr td {
    background-color: #fff;
  }
  .z-table.table-docs table tr td.doc-icon {
    height: 80px;
    vertical-align: middle;
    display: table-cell;
  }
  .z-table.table-docs table tr td.doc-icon p {
    padding-left: 57px;
    font-size: 15px;
    line-height: 15px;
  }
  .z-table.table-docs table tr td.doc-icon p:before {
    display: none;
  }
  .z-table.table-docs table tr td.doc-icon span {
    padding-left: 57px;
  }
  .z-table.table-docs table tr td.doc-icon:before {
    content: '';
    position: absolute;
    background: url(../img/iconos/doc.png) no-repeat;
    width: 32px;
    height: 44px;
    top: 16px;
    left: 18px;
    background-size: cover;
  }
  .z-table.table-docs table tr td:after {
    top: 9px;
  }
  .z-table.table-docs table tr td:nth-of-type(2) {
    padding-left: 60px;
    background-color: #f2f2f2;
  }
  .z-table.table-docs table tr td:nth-of-type(2):after {
    content: attr(data-after-content);
    width: 50px;
  }
  .z-table.table-docs table tr td:nth-of-type(3) {
    padding-left: 70px;
  }
  .z-table.table-docs table tr td:nth-of-type(3):after {
    content: attr(data-after-content);
    width: 60px;
  }
  .z-table.table-docs table tr td:nth-of-type(4) {
    padding-left: 75px;
    background-color: #f2f2f2;
  }
  .z-table.table-docs table tr td:nth-of-type(4):after {
    content: attr(data-after-content);
    width: 65px;
  }
  .z-table.table-docs table tr td.download-icon {
    padding: 20px 0;
  }
  .z-table.table-docs table tr td.download-icon > a {
    font-family: PFCentroSlabPro-Bold, arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #40b4e5;
    background-color: #fff;
    border: 1px solid #abe1f8;
    width: 80%;
    text-align: center;
    padding: 6px 0;
    border-radius: 15px;
    transition: background-color 0.4s;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .z-table.table-docs table tr td.download-icon > a:before {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) -73px -89px;
    width: 13px;
    height: 13px;
    top: 7px;
    right: 36px;
    left: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .z-table.table-docs table tr td.download-icon > a:after {
    display: none;
  }
  .z-table.table-docs table tr td.download-icon > a:hover,
  .z-table.table-docs table tr td.download-icon > a:focus,
  .z-table.table-docs table tr td.download-icon > a:active {
    text-decoration: none;
  }
  .z-table.table-docs table tr td.download-icon > a:hover:before,
  .z-table.table-docs table tr td.download-icon > a:focus:before,
  .z-table.table-docs table tr td.download-icon > a:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .z-table.table-docs table tr td.download-icon > a img {
    display: none;
  }
  .z-table.table-docs.docs-page table tr td {
    width: 100%;
  }
  .z-foros .z-table.foro {
    padding-top: 0;
  }
  .z-foros .z-table.foro .z-title {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
  .z-foros .z-table.foro table tr:nth-child(2n+2):hover {
    background-color: transparent;
  }
  .z-foros .z-table.foro table tr td.number {
    width: 100%;
  }
  .z-foros .z-table.foro table tr td p {
    font-size: 14px;
    line-height: 18px;
  }
  .z-foros .z-table.foro table tr td:nth-child(2n+3) {
    background-color: transparent;
  }
  .z-foros .z-table.foro table tr td.category {
    background-color: #f2f2f2;
  }
  .z-foros .z-table.foro table tr td.number {
    padding-left: 115px;
  }
  .z-foros .z-table.foro table tr td.number:after {
    content: attr(data-after-content);
    width: 105px;
    top: 20px;
  }
  .z-foros .z-table.foro table tr td.last {
    padding-left: 150px;
  }
  .z-foros .z-table.foro table tr td.last:after {
    content: attr(data-after-content);
    width: 140px;
    top: 20px;
  }
  .z-foros .z-table.foro.topic-list table tr td p {
    font-size: 14px;
    line-height: 18px;
  }
  .z-foros .z-table.foro.topic-list table tr td.topic {
    max-width: 100%;
    background-color: #f2f2f2;
  }
  .z-foros .z-table.foro.topic-list table tr td.number {
    padding-left: 72px;
  }
  .z-foros .z-table.foro.topic-list table tr td.number:after {
    content: attr(data-after-content);
    width: 62px;
    top: 20px;
  }
  .z-foros .z-table.foro.topic-list table tr td.number.large {
    padding-left: 110px;
  }
  .z-foros .z-table.foro.topic-list table tr td.number.large:after {
    content: attr(data-after-content);
    width: 100px;
    top: 20px;
  }
  .z-foros .z-filters {
    text-align: center;
  }
  .z-foros .z-pagination .result-text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .z-foros .reply-list .z-header .z-title {
    width: 100%;
    display: inline-block;
  }
  .z-foros .reply-list .z-header .align-right {
    width: 100%;
    display: inline-block;
    margin: 10px 0 30px;
  }
  .z-info-shop {
    text-align: center;
  }
  .z-info-shop .z-pic {
    float: none;
  }
  .z-info-shop .detail-shop {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .z-info-shop .detail-shop .dl-row {
    margin-left: 0;
  }
  .z-info-shop .detail-shop .dl-row .z-separation-line {
    display: none;
  }
  .z-info-shop .detail-shop ul > li {
    margin-left: 0;
    text-align: left;
  }
  .z-org-header .z-pic {
    padding: 20px 40px 0;
  }
  .z-org-header .z-pic img {
    max-width: 280px;
  }
  #init-result-people .up-line {
    border-top: 0;
  }
  #init-result-people .up-line .z-separation-line {
    display: none;
  }
  .z-info-person .z-pic {
    width: 100%;
    height: auto;
    max-height: 266px;
    text-align: center;
    margin-bottom: 30px;
  }
  .z-info-person .z-pic img {
    max-width: 266px;
  }
  .z-info-person .detail-person {
    width: 100%;
    padding-left: 0;
  }
  .z-info-person .detail-person .z-listing > li > p {
    text-align: left;
  }
  .z-info-person.my-profile .z-title {
    text-align: center;
    margin-bottom: 0;
  }
  .z-info-person.my-profile .z-listing > li {
    width: 100%;
  }
  .z-pic-editable {
    float: none;
    display: inline-table;
    margin-bottom: 10px!important;
  }
  #list-result-search .z-filter-group .z-searcher {
    width: 90%;
  }
  #list-result-search .z-filter-group .z-searcher.inside.no-label {
    top: 0;
    margin: 10px 0;
    margin-left: 4%;
  }
  #list-result-search .z-filter-group .align-right {
    width: 90%;
    margin-left: 4%;
    text-align: left;
  }
  #list-result-search .small-title-section {
    display: none;
  }
  .corporative-page .z-pic {
    max-height: 260px;
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  .corporative-page .z-body {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0;
  }
  .corporative-page .z-body .z-content .corporative-docs {
    width: 99%;
  }
  .corporative-page .z-body .z-content .corporative-docs .z-table.table-docs table tr td.download-icon {
    width: auto;
    padding: 20px 0;
  }
  .corporative-page .z-body .z-content .corporative-docs p.inline-txt {
    margin: 14px 7px 0 7px;
    line-height: 34px;
  }
  .corporative-page.full-content .z-body {
    width: 99%;
    display: inline-block;
    margin: 0 5px;
  }
  .corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .z-filter-group .z-searcher {
    width: 100%;
  }
  .corporative-page.full-content .detail-page.have-document .z-content .corporative-docs .filtros-hide.align-right {
    width: 100%;
  }
  .corporative-page .detail-page.have-document .z-content .corporative-docs .z-filter-group .z-searcher {
    width: 100%;
  }
  .corporative-page .detail-page.have-document .z-content .corporative-docs .filtros-hide.align-right {
    width: 100%;
  }
  .corporative-page.docs-page .z-body {
    width: 100%;
    margin-left: 0;
  }
  .z-title-line {
    text-align: center;
  }
  .card-box {
    text-align: center;
  }
  .card-box .left-zone {
    padding-bottom: 30px;
    max-width: 342px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .card-box .left-zone .gift-animation {
    display: block;
  }
  .card-box .z-data {
    width: 100%;
    padding: 5px;
    float: none;
    display: inline-block;
  }
  .card-box .z-data .data {
    text-align: left;
    padding-right: 10px;
  }
  .card-box .z-data .data p {
    font-size: 20px;
    line-height: 26px;
  }
  .card-box .z-data .data p.name {
    font-size: 14px;
    line-height: 16px;
  }
  .card-box .z-data.w-qr .data {
    width: calc(100% - 146px);
  }
  .detail-page.user-card {
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
  .z-event.special .z-banner {
    max-height: 100%;
    min-height: 100px;
  }
  .z-event.special .z-banner img {
    height: 100%;
    width: auto;
  }
  #back-top {
    bottom: -10px;
    right: 5px;
  }
  #back-top span {
    width: 50px;
    height: 50px;
  }
  #back-top span:before {
    width: 50px;
    height: 50px;
  }
  #back-top span:after {
    width: 15px;
    height: 15px;
    left: 29px;
    top: 20px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  .cvs_vertical .side-right.zr-768 {
    padding: 0 12px 0 15px;
  }
  .one-clic ul li .z-title h3 {
    font-size: 23px;
    line-height: 25px;
  }
  .txt-limited {
    max-width: 100%;
  }
}
@media (max-width: 710px) {
  .z-notifications.z-filter-group .content {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  form.z-login {
    max-width: 383px;
  }
  .zena-login-container .col-less {
    width: 100%;
  }
  .zena-login-container .box-bg {
    display: none;
  }
  .zena-footer-line {
    margin-top: 20px;
    padding: 15px 0;
    height: 90px;
  }
  .zena-footer-line .abs img {
    max-width: 285px;
  }
  .zena-modal-login-container .modal-login form .z-button {
    max-width: 100%;
  }
  .big-searcher-box h3.smaller-resp {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .distributive-page .full-banner {
    min-height: 0;
  }
  .distributive-page .full-banner .col-xs-12 {
    min-height: 0;
  }
  .distributive-page .full-banner .bg-section {
    margin: 30px 10px 27px;
  }
  .distributive-page .full-banner .bg-section .icon {
    width: 114px;
    height: 114px;
  }
  .distributive-page .full-banner .bg-section .icon img {
    width: 82px;
    margin: 11px;
  }
  .distributive-page .full-banner .bg-section .name {
    width: calc(100% - 150px);
  }
  .distributive-page .full-banner .bg-section .name .z-title h1 {
    font-size: 33px;
    line-height: 41px;
    margin: 5px 0;
  }
  .distributive-page .full-banner .bg-section .name .z-intro p {
    font-size: 18px;
    line-height: 23px;
  }
  .distributive-page .full-banner .bg-pic {
    display: none;
  }
  .summary-cols-space .summary-col {
    width: 100%;
  }
  .z-new .header-new .z-pic {
    height: 240px;
  }
  .z-foros .z-filters form {
    width: 100%;
  }
  .z-foros .z-filters .z-link {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .cvs_vertical .col-xs-less {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .z-foros .reply-list .z-header .align-right {
    text-align: right;
    margin-bottom: 15px;
  }
  .z-foros .reply-list .z-header .align-right .z-link,
  .z-foros .reply-list .z-header .align-right p {
    width: 100%;
    display: inline-block;
    float: none;
  }
  .z-foros .reply-list .z-header .align-right p {
    margin: 5px 0 0;
    padding: 0 7px;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post:before {
    display: none;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-left {
    width: 100%;
    padding: 10px 0;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-left .username {
    margin-bottom: 8px;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-left .z-pic {
    margin-bottom: 0;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-left p {
    margin-bottom: 0;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right {
    width: 100%;
    padding: 0;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right .z-date {
    margin-top: 0;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date {
    padding-bottom: 10px;
  }
  .z-foros .reply-list .z-button-link {
    width: 100%;
    display: inline-block;
  }
  #list-result-events .list .event .z-pic {
    height: auto;
  }
  #list-result-events .list .event .z-pic img {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .popup #modalEditImgProfile .modal-dialog {
    padding: 50px 4px 10px;
  }
  .popup #modalEditImgProfile .modal-dialog .header.edit-icon {
    padding: 0 15px  0 50px;
  }
  .popup #modalEditImgProfile .modal-dialog .header .z-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .popup #modalEditImgProfile .modal-dialog .header .z-intro {
    font-size: 17px;
    line-height: 23px;
  }
  .z-edit-frame input[type=file] {
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #header .header-bar .navbar-logo .navbar-brand {
    width: 125px;
    padding: 20px 10px;
  }
  #header .header-bar .navbar-logo .navbar-brand > img {
    width: 100%;
    height: auto;
  }
  #header .navbar-logos > li {
    width: 83px;
    background-position: -6px 0px !important;
  }
  #header .navbar-logos > li img {
    margin-left: -20%;
  }
  #header .navbar-logos > li:first-child img {
    margin-top: 5px;
    margin-left: -10px;
    min-width: inherit;
    min-height: inherit;
    width: 100px;
    height: auto;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse > ul > li > a {
    font-size: 18px;
    line-height: 18px;
  }
  .zena-modal-login-container .modal-login {
    padding: 14px 27px;
  }
  .zena-modal-login-container .modal-login h1 {
    max-width: calc(100% - 100px);
  }
  .zena-modal-login-container .modal-login .zena-logo {
    position: absolute;
    top: 34px;
    right: 30px;
  }
  .zena-modal-login-container .modal-login .z-intro h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .zena-modal-login-container .modal-login p {
    text-align: justify;
  }
  #footer address .phone {
    font-size: 0;
    max-width: 85%;
    margin: 24px auto;
  }
  #footer address .phone > a {
    font-size: 22px;
    line-height: 22px;
    font-family: PFCentroSlabPro-Bold, arial, sans-serif;
    background-color: #ef7220;
    border: 1px solid #cc580b;
    border-radius: 5px;
    padding: 11px 5px 13px 80px;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
  }
  #footer address .phone > a:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 29px;
    background: url(../img/sprite.png) -23px -106px;
    top: 8px;
    left: 29px;
  }
  .responsive-phone > a {
    font-size: 22px;
    line-height: 22px;
    font-family: PFCentroSlabPro-Bold, arial, sans-serif;
    background-color: #ef7220;
    border: 1px solid #cc580b;
    border-radius: 5px;
    padding: 11px 5px 13px 80px;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #fff;
  }
  .responsive-phone > a:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 29px;
    background: url(../img/sprite.png) -23px -106px;
    top: 8px;
    left: 29px;
  }
  .responsive-phone.mobile-link > a {
    pointer-events: auto;
  }
  .responsive-phone.mobile-link > a {
    pointer-events: auto;
  }
  .z-info-person {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .z-info-person.my-profile {
    padding: 20px 0;
  }
  .z-listing > li {
    width: 100%;
  }
  .z-listing > li > span {
    width: 125px;
  }
  .z-listing > li > p {
    width: calc(100% - 125px);
  }
  .z-listing > li.phone > span {
    font-size: 0;
  }
  .z-listing > li.phone > a {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    color: #fff;
    padding: 11px 5px 13px 80px;
  }
  .z-listing > li.phone > a:hover,
  .z-listing > li.phone > a:focus,
  .z-listing > li.phone > a:active {
    text-decoration: none;
    opacity: 1;
  }
  .z-listing > li.mail > span {
    font-size: 0;
  }
  .z-listing > li.mail > a {
    padding: 15px 15px 15px 50px;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #38b2e3;
    border-radius: 8px;
    word-wrap: break-word;
  }
  .z-listing > li.mail > a:after {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) -91px -126px;
    width: 28px;
    height: 18px;
    top: 15px;
    left: 15px;
  }
  .z-listing > li.mail > a:hover,
  .z-listing > li.mail > a:focus,
  .z-listing > li.mail > a:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    opacity: 1;
  }
  .z-listing > li.mail.skype .cols {
    width: 100%;
    text-align: center;
  }
  .z-listing > li.mail.skype .cols a {
    padding: 15px 15px 15px 50px;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #38b2e3;
    border-radius: 8px;
    word-wrap: break-word;
  }
  .z-listing > li.mail.skype .cols a:after {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) -91px -126px;
    width: 28px;
    height: 18px;
    top: 15px;
    left: 15px;
  }
  .z-listing > li.mail.skype .cols a:hover,
  .z-listing > li.mail.skype .cols a:focus,
  .z-listing > li.mail.skype .cols a:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    opacity: 1;
  }
  .z-listing > li.mail.skype .cols a.skype {
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: calc(50% - 20px);
    padding: 0;
    width: 40px;
    height: 41px;
  }
  .z-listing > li.mail.skype .cols a.skype:before {
    width: 40px;
    height: 41px;
  }
  .z-listing > li.mail.skype .cols a.skype:after {
    width: 55px;
    height: 24px;
    top: 8px;
  }
  #list-result-news .list .new {
    border: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
  }
  #list-result-news .list .new .zn-pic {
    height: auto;
  }
  #list-result-news .list .new .zn-pic img {
    min-width: 0;
    width: 100%;
    min-height: 0;
    height: auto;
  }
  #list-result-news .list .new .zn-content {
    padding: 10px 7px;
  }
  #list-result-news .list .new .zn-content .brand {
    width: 41px;
    height: 36px;
    top: 7px;
    right: 3px;
  }
  #list-result-news .list .new .zn-content .z-title {
    width: 100%;
  }
  .z-pir .pic .brand {
    left: calc(50% - 147px);
  }
  .z-pir .pic .img {
    left: calc(50% - 85px);
  }
  .z-pir.detail-page .z-image-gallery ul > li {
    width: 100%;
    height: auto;
  }
  .z-pir.detail-page .z-image-gallery ul > li.vertical {
    width: 100%;
  }
  .z-table.shop-list table tr td.responsive-phone,
  .z-table.people-list table tr td.responsive-phone {
    padding-left: 19px;
  }
  .z-table.shop-list table tr td.responsive-phone a,
  .z-table.people-list table tr td.responsive-phone a {
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    min-height: 50px;
  }
  .z-table.shop-list table tr td.responsive-phone a:hover,
  .z-table.people-list table tr td.responsive-phone a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .z-table.shop-list table tr td.responsive-phone:after,
  .z-table.people-list table tr td.responsive-phone:after {
    display: none;
  }
  .z-table.shop-list table tr td.responsive-phone:before,
  .z-table.people-list table tr td.responsive-phone:before {
    top: 7px;
    left: 15px;
  }
  .z-table.shop-list table tr td.email-link,
  .z-table.people-list table tr td.email-link {
    padding-left: 19px;
  }
  .z-table.shop-list table tr td.email-link a,
  .z-table.people-list table tr td.email-link a {
    padding: 15px 15px 15px 50px;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #38b2e3;
    border-radius: 8px;
    word-wrap: break-word;
  }
  .z-table.shop-list table tr td.email-link a:after,
  .z-table.people-list table tr td.email-link a:after {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) -91px -126px;
    width: 28px;
    height: 18px;
    top: 15px;
    left: 15px;
  }
  .z-table.shop-list table tr td.email-link:after,
  .z-table.people-list table tr td.email-link:after {
    display: none;
  }
  .z-table.people-list table tr td.email-link.skype-link a.skype {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-top: 15px;
    width: 40px;
    height: 41px;
  }
  .z-table.people-list table tr td.email-link.skype-link a.skype:before {
    width: 40px;
    height: 41px;
  }
  .z-table.people-list table tr td.email-link.skype-link a.skype:after {
    width: 55px;
    height: 24px;
    top: 8px;
  }
  .z-table.people-list table tr td.email-link.skype-link table tr td {
    display: block;
  }
  .z-table.people-list table tr td.email-link.skype-link table tr td.skype {
    text-align: center;
  }
  .z-filter-group.z-shops .active-filters span.only-resp {
    display: inline-block;
  }
  .z-filter-group.z-shops .active-filters span.only-desck {
    display: none;
  }
  .z-filter-group.z-shops.result-page .line-bottom {
    margin-bottom: 25px;
  }
  .z-filter-group .z-button.more-buttons {
    width: 95%;
    margin: 0 2.5%;
  }
  .z-filter-group .z-button.more-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .z-info-shop .detail-shop .dl-row .cols {
    padding: 25px 0 20px;
  }
  .z-info-shop .detail-shop .dl-row .cols > div {
    padding: 0 2px;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.phone {
    font-size: 0;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.phone a {
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    border-radius: 8px;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.phone a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.mail {
    font-size: 0;
    margin-top: 15px;
    position: relative;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.mail:after {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) -91px -126px;
    width: 28px;
    height: 18px;
    top: 15px;
    left: 15px;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.mail a {
    padding: 15px 15px 15px 50px;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #38b2e3;
    border-radius: 8px;
    word-wrap: break-word;
  }
  .z-info-shop .detail-shop .dl-row .cols > div.mail a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .z-info-shop .z-pic .z-image-gallery ul > li {
    max-width: 100%;
  }
  .z-info-shop .z-pic.vertical .z-image-gallery ul > li a img {
    height: 100%;
    width: auto;
  }
  #init-result-shops .medium-title-section {
    display: none;
  }
  .popup .default-modal .modal-dialog .header.eye-icon {
    padding: 20px 0 0;
  }
  .popup .default-modal .modal-dialog .header.eye-icon:before {
    top: 3px;
    left: 2px;
  }
  .popup .default-modal .modal-dialog .col-less-xs {
    width: 100%;
  }
  #list-result-search form .category-filters .z-check {
    width: 100%;
    max-width: 100%;
  }
  #list-result-search form .category-filters .z-check:after {
    display: none;
  }
  .corporative-page .z-pic {
    width: 85%;
    height: auto;
    max-height: 260px;
  }
  .corporative-page .detail-page .z-image-gallery ul > li {
    width: 100%;
    height: 255px;
  }
  .corporative-page .detail-page .z-image-gallery ul > li.vertical {
    width: 100%;
  }
  .card-box .z-pic .animation-code {
    display: block;
  }
  .card-box .z-data.w-qr .data {
    width: 100%;
  }
  .card-box .z-data.w-qr .code-qr {
    float: none;
    display: inline-block;
  }
  .z-image-gallery ul {
    text-align: center;
  }
  .z-image-gallery ul > li {
    width: 100%;
    height: auto;
    max-width: 273px;
  }
  .z-image-gallery ul > li a {
    padding-right: 0;
    pointer-events: none;
  }
  .z-image-gallery ul > li a img {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .z-image-gallery ul > li.vertical {
    width: 100%;
  }
  .detail-page .z-image-gallery ul > li {
    width: 100%;
    height: auto;
  }
  .detail-page .z-image-gallery ul > li a {
    padding-right: 0;
    pointer-events: none;
  }
  .detail-page .z-image-gallery ul > li a img {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .detail-page .z-image-gallery ul > li.vertical {
    width: 100%;
  }
  .list-result-special-events .list .z-new,
  .z-events-module .list .z-new {
    margin-top: 20px;
  }
  .list-result-special-events .list .z-new .z-pic,
  .z-events-module .list .z-new .z-pic {
    width: 205px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .list-result-special-events .list .z-new .z-content,
  .z-events-module .list .z-new .z-content {
    width: 100%;
    padding-left: 0;
    float: none;
    display: inline-block;
    text-align: center;
  }
  .corporative-page .z-body .z-events-module .list .z-pic {
    float: none;
  }
  .corporative-page .z-body .z-events-module .list .z-content {
    width: 100%;
  }
  blockquote p {
    padding: 10px 15px;
  }
}
@media (max-width: 450px) {
  #header .ground .navbar-default.menu-768.open .c_abs {
    left: inherit;
    right: 95px;
  }
  #header .ground .navbar-user > li.profile {
    position: inherit;
  }
  #header .ground .navbar-user > li.profile .menu-profile-collapse {
    width: 100%;
  }
  #footer .footer-line .abs img {
    width: 285px;
    height: auto;
    right: calc(50% - 145px);
    top: 21px;
  }
  #footer .footer-nav .footer-brand {
    padding-top: 140px;
  }
  #footer .footer-nav .abs .navbar-nav {
    width: 77%;
  }
  .big-searcher-box form .z-searcher .form-control {
    padding-left: 15px;
  }
  .big-searcher-box form .z-searcher .btn:after {
    left: 23px;
  }
  .big-searcher-box .z-searcher.inside .inline-group button {
    width: 75px;
  }
  .z-filter-group.z-shops .z-select-group {
    margin: 0 15px;
  }
  .z-filter-group.z-shops .z-select-group .col-less-xs {
    width: 80%;
  }
  .result-list .result {
    text-align: center;
  }
  .result-list .result a.flex {
    display: inline-block;
  }
  .result-list .result a.flex .z-pic {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto 6px;
  }
  .z-notifications .result-list .result {
    text-align: left;
  }
  .popup #deleteNotificationModal .modal-dialog .z-button .col-xs-less,
  .popup #deleteNotificationsModal .modal-dialog .z-button .col-xs-less {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .popup #deleteNotificationModal .modal-dialog .z-button .col-xs-less:last-child,
  .popup #deleteNotificationsModal .modal-dialog .z-button .col-xs-less:last-child {
    margin-bottom: 0;
  }
  .z-foros .z-button.more-buttons {
    text-align: center;
  }
  .z-foros .z-button.more-buttons button {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .z-new .header-new .z-pic {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .btn.round-dropdown {
    width: 95%;
  }
  .button-filters .flex-center-items {
    width: 80%;
    left: 10%;
  }
  .zena-modal-login-container .modal-login h1 {
    max-width: 100%;
  }
  .zena-modal-login-container .modal-login .zena-logo {
    display: none;
  }
  .z-pagination .num-pages .pagination > li.next-page > a,
  .z-pagination .num-pages .pagination > li.prev-page > a,
  .z-pagination .num-pages .pagination > li.next-page span,
  .z-pagination .num-pages .pagination > li.prev-page span {
    padding: 9px 14px;
  }
  .z-pagination .num-pages .pagination > li.next-page > a:before,
  .z-pagination .num-pages .pagination > li.prev-page > a:before,
  .z-pagination .num-pages .pagination > li.next-page span:before,
  .z-pagination .num-pages .pagination > li.prev-page span:before {
    left: 50%;
    right: 50%;
  }
  .z-pagination .num-pages .pagination > li.next-page > a:before,
  .z-pagination .num-pages .pagination > li.next-page span:before {
    right: 40%;
  }
  .z-pagination .num-pages .pagination > li.prev-page > a:before,
  .z-pagination .num-pages .pagination > li.prev-page span:before {
    left: 40%;
  }
  #list-result-pir .list .pir-item .pic .brand {
    left: calc(50% - 150px);
  }
  #list-result-pir .list .pir-item .pic .img {
    width: calc(100% - 86px);
    left: calc(50% - 88px);
  }
  #list-result-pir .list .pir-item .pic .img img {
    width: 185px;
    height: 185px;
  }
  .z-table.shop-list table tr td:nth-of-type(3),
  .z-table.shop-list table tr td:nth-of-type(4),
  .z-table.shop-list table tr td:nth-of-type(5),
  .z-table.shop-list table tr td:nth-of-type(6),
  .z-table.shop-list table tr td:nth-of-type(7),
  .z-table.shop-list table tr td:nth-of-type(8) {
    padding-left: 100px;
  }
  .z-table.shop-list table tr td:nth-of-type(3):after,
  .z-table.shop-list table tr td:nth-of-type(4):after,
  .z-table.shop-list table tr td:nth-of-type(5):after,
  .z-table.shop-list table tr td:nth-of-type(6):after,
  .z-table.shop-list table tr td:nth-of-type(7):after,
  .z-table.shop-list table tr td:nth-of-type(8):after {
    white-space: initial;
    width: 90px;
    top: 15px;
  }
  .z-table.shop-list table tr td:nth-of-type(3):after,
  .z-table.shop-list table tr td:nth-of-type(4):after,
  .z-table.shop-list table tr td:nth-of-type(5):after {
    top: 8px;
  }
  .z-table.shop-list table tr td.responsive-phone {
    padding-left: 19px;
    padding-top: 32px;
  }
  .z-info-shop .z-pic {
    width: 100%;
  }
  .z-info-notification {
    padding-left: 20px;
    margin: 15px 0;
  }
  .popup #deleteNotificationModal .modal-dialog .header .z-title h3,
  .popup #deleteNotificationsModal .modal-dialog .header .z-title h3 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
  }
  .popup #deleteNotificationModal .modal-dialog .header .z-title h3:before,
  .popup #deleteNotificationsModal .modal-dialog .header .z-title h3:before {
    top: 3px;
    left: -15px;
  }
  .popup #deleteNotificationModal .modal-dialog .header .z-intro,
  .popup #deleteNotificationsModal .modal-dialog .header .z-intro {
    margin-bottom: 5px 0 5px;
  }
  .popup #deleteNotificationModal .modal-dialog .header .z-intro p,
  .popup #deleteNotificationsModal .modal-dialog .header .z-intro p {
    font-size: 18px;
    line-height: 23px;
  }
  #list-result-events .list .event {
    padding: 11px 10px 15px;
  }
  #list-result-events .list .event.outstanding {
    padding: 11px 10px;
  }
}
@media (max-width: 370px) {
  #header .header-bar .navbar-logo .navbar-brand {
    width: 120px;
  }
  #header .navbar-logos > li {
    width: 90px;
    background-position: -14px 0px !important;
  }
  #header .navbar-logos > li img {
    margin-left: -15px;
  }
  #header .ground .navbar-user > li.notifications {
    width: 75px;
  }
  .zena-login-container .activate-logo img {
    margin-left: 0;
  }
  .zena-login-container .login-form {
    margin: 0;
  }
  .distributive-page .full-banner .bg-section .icon {
    width: 75px;
    height: 75px;
  }
  .distributive-page .full-banner .bg-section .icon img {
    width: 65px;
    margin: 0;
  }
  .distributive-page .full-banner .bg-section .name {
    width: calc(100% - 75px);
    padding-left: 20px;
  }
  .detail-page .media.media-wysiwyg-align-left {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .z-new .header-new .z-pic {
    height: 185px;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date:before {
    display: none;
  }
  .z-foros .reply-list .z-forum-comments .z-forum-post .col-right.w-attachment .z-date:after {
    right: 10px;
  }
  .popup #modalEditImgProfile .modal-dialog .header .z-title h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .popup #modalEditImgProfile .modal-dialog .header .z-intro p {
    font-size: 15px;
    line-height: 21px;
  }
  .z-edit-frame .cropit-preview {
    width: 211px;
    height: 211px;
    background-size: cover;
  }
  .z-edit-frame .controls-wrapper .slider-wrapper .cropit-image-zoom-input {
    width: 110px;
  }
  .z-edit-frame button.export {
    margin: 20px auto 0;
    float: none;
  }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
                                A J U S T E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* css xa dispositivos móviles */
@media screen and (device-pixel-ratio: 1) and (device-width: 1024px) and (max-device-height: 600px) and (orientation: landscape), screen and (device-pixel-ratio: 1) and (device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait) {
  html {
    font-size: 16px;
  }
  h1,
  h2,
  h3 {
    line-height: 2em;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1em;
  }
}
/********************************
  Todas las versiones de Firefox
 ********************************/
@-moz-document url-prefix() {
  .z-table table thead th.order a span.abs {
    top: 14px;
  }
  #header .ground .navbar-default .navbar-nav > li .main-menu-options ul li.main > a {
    display: inline-block;
    width: auto;
  }
  #header .ground .navbar-default .navbar-nav > li .main-menu-options ul li.main > a:hover:after {
    bottom: -5px;
  }
  #list-result-search form .category-filters .z-check {
    max-width: 275px;
  }
  #imagelightbox-nav {
    padding: 0 10px 10px;
  }
  .detail-page ul.pagination li:before {
    display: none;
  }
  .z-link.special-link.docs .btn:after {
    width: 16px;
  }
  .z-table table thead th.order a {
    padding: 12px 14px 12px 7px;
  }
  .z-table table thead th.order a span.abs span:before,
  .z-table table thead th.order a span.abs span:after {
    right: 3px;
  }
  .z-table table tr td {
    padding: 12px 19px 13px;
  }
  .z-table table tr td.brand img {
    top: 3px;
  }
}
/**********
  	IE 10+
 ***********/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .detail-page ul.pagination li:before {
    display: none;
  }
  #imagelightbox-nav {
    padding: 6px 10px 2px;
  }
  #imagelightbox-nav button:before {
    background: url(../img/sprite.png);
    background-position: -110px -209px;
  }
  #imagelightbox-nav button.active:before,
  #imagelightbox-nav button:focus:before {
    background-position: -110px -229px;
  }
}
/**********
  	iPads
 ***********/
@media only screen and (device-width: 768px) {
  /* Para layouts en iPads */
  #imagelightbox-nav {
    padding: 0px 10px 7px;
  }
  .slider.team-zena .z-link.up-line {
    margin: 0;
  }
  form .z-searcher .form-control {
    padding: 4px 15px 2px 25px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* solo orientación vertical */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* solo orientación horizontal */
}
body.toolbar-fixed header#header {
  top: 79px;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */
.zena-modal-login-container {
  z-index: 999999;
}
header.header.navbar-fixed-top {
  z-index: 2 !important;
}
/*header .container {
  width: 1400px;
}*/

dd div.zena-carousel {
  display: none;
}

/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
div.align-left img, div.align-left video {
  float: left;
}
div.align-right img, div.align-right video {
  float: right;
}
div.align-center img, div.align-center video {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
