@charset "UTF-8";
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
p {
	margin-bottom: 0;
}
html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
/* This stylesheet generated by Transfonter (https://transfonter.org) on May 24, 2017 7:39 PM */

/*Gilroy*/

@font-face {
	font-family: 'Gilroy';
	src: url('../../fonts/gilroy/Gilroy-Light.eot');
	src: url('../../fonts/gilroy/Gilroy-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gilroy/Gilroy-Light.woff') format('woff'),
		url('../../fonts/gilroy/Gilroy-Light.ttf') format('truetype'),
		url('../../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../../fonts/gilroy/Gilroy-ExtraBold.eot');
	src: url('../../fonts/gilroy/Gilroy-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'),
		url('../../fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype'),
		url('../../fonts/gilroy/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}

/*Open Sans*/

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/open-sans/OpenSans-Extrabold.eot');
	src: url('../../fonts/open-sans/OpenSans-Extraboldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans-Extrabold.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans-Extrabold.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/open-sans/OpenSans-Semibold.eot');
	src: url('../../fonts/open-sans/OpenSans-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans-Semibold.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans-Semibold.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/open-sans/OpenSans-Bold.eot');
	src: url('../../fonts/open-sans/OpenSans-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans-Bold.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans-Bold.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../../fonts/open-sans/OpenSans-CondensedLight.eot');
	src: url('../../fonts/open-sans/OpenSans-CondensedLightd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans-CondensedLight.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans-CondensedLight.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans-CondensedLight.svg#OpenSans-CondensedLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/open-sans/OpenSans.eot');
	src: url('../../fonts/open-sans/OpenSansd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/open-sans/OpenSans-Light.eot');
	src: url('../../fonts/open-sans/OpenSans-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/open-sans/OpenSans-Light.woff') format('woff'),
		url('../../fonts/open-sans/OpenSans-Light.ttf') format('truetype'),
		url('../../fonts/open-sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

/*Futura*/

@font-face {
	font-family: 'FuturaStd-Bold';
	src: url('../../fonts/futura/FuturaStd-Boldd41d.eot?') format('eot'),
	     url('../../fonts/futura/FuturaStd-Bold.otf')  format('opentype'),
	     url('../../fonts/futura/FuturaStd-Bold.woff') format('woff'),
	     url('../../fonts/futura/FuturaStd-Bold.ttf')  format('truetype'),
	     url('../../fonts/futura/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
}

@font-face {
	font-family: 'FuturaStd-Book';
	src: url('../../fonts/futura/FuturaStd-Bookd41d.eot?') format('eot'),
	     url('../../fonts/futura/FuturaStd-Book.otf')  format('opentype'),
	     url('../../fonts/futura/FuturaStd-Book.woff') format('woff'),
	     url('../../fonts/futura/FuturaStd-Book.ttf')  format('truetype'),
	     url('../../fonts/futura/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
}

@font-face {
	font-family: 'FuturaStd-Medium';
	src: url('../../fonts/futura/FuturaStd-Mediumd41d.eot?') format('eot'),
	     url('../../fonts/futura/FuturaStd-Medium.otf')  format('opentype'),
	     url('../../fonts/futura/FuturaStd-Medium.woff') format('woff'),
	     url('../../fonts/futura/FuturaStd-Medium.ttf')  format('truetype'),
	     url('../../fonts/futura/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');

}
/*----------BOLETIN------------*/

/*----------Proxima Nova------------*/

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../../fonts/proxima-nova/ProximaNova-Light.eot');
	src: url('../../fonts/proxima-nova/ProximaNova-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/proxima-nova/ProximaNova-Light.woff') format('woff'),
		url('../../fonts/proxima-nova/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('../../fonts/proxima-nova/ProximaNova-Black.eot');
	src: url('../../fonts/proxima-nova/ProximaNova-Blackd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/proxima-nova/ProximaNova-Black.woff') format('woff'),
		url('../../fonts/proxima-nova/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../../fonts/proxima-nova/ProximaNova-Semibold.eot');
	src: url('../../fonts/proxima-nova/ProximaNova-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
		url('../../fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../../fonts/proxima-nova/ProximaNova-Bold.eot');
	src: url('../../fonts/proxima-nova/ProximaNova-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/proxima-nova/ProximaNova-Bold.woff') format('woff'),
		url('../../fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/*----------Berthold Akzidenz Grotesk------------*/

@font-face {
	font-family: 'Berthold Akzidenz Grotesk BE';
	src: url('../../fonts/proxima-nova/AkzidenzGroteskBE-Regular.eot');
	src: url('../../fonts/proxima-nova/AkzidenzGroteskBE-Regulard41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/proxima-nova/AkzidenzGroteskBE-Regular.woff') format('woff'),
		url('../../fonts/proxima-nova/AkzidenzGroteskBE-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*----------Gotham------------*/

@font-face {
	font-family: 'Gotham Rounded Book';
	src: url('../../fonts/gothan/GothamRounded-Book.eot');
	src: url('../../fonts/gothan/GothamRounded-Bookd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-Book.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded Book';
	src: url('../../fonts/gothan/GothamRounded-BookItalic.eot');
	src: url('../../fonts/gothan/GothamRounded-BookItalicd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-BookItalic.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../../fonts/gothan/GothamRounded-BoldItalic.eot');
	src: url('../../fonts/gothan/GothamRounded-BoldItalicd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-BoldItalic.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../../fonts/gothan/GothamRounded-Bold.eot');
	src: url('../../fonts/gothan/GothamRounded-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-Bold.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../../fonts/gothan/GothamRounded-Light.eot');
	src: url('../../fonts/gothan/GothamRounded-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-Light.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../../fonts/gothan/GothamRounded-MediumItalic.eot');
	src: url('../../fonts/gothan/GothamRounded-MediumItalicd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-MediumItalic.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../../fonts/gothan/GothamRounded-LightItalic.eot');
	src: url('../../fonts/gothan/GothamRounded-LightItalicd41d.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/gothan/GothamRounded-LightItalic.woff') format('woff'),
		url('../../fonts/gothan/GothamRounded-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*
*************************************************************************
-------------------------------------------------------------------------
------------------------CALENDARIO EVENTOS-------------------------------
-------------------------------------------------------------------------
*************************************************************************
*/

.full-width #calendario_eventos {
  width: 100%;
  border-top: #c3ccd1 solid 1px;
  margin-bottom: 35px;
  position: relative;
}


/*	.full-width #calendario_eventos #central{
		height:168px;
		margin:0 65px;
	}*/

.full-width #calendario_eventos #meses {
  height: 46px;
  /*33*/
  /*    margin: 0 65px;*/
  border-bottom: #c3ccd1 solid 1px;
}

.full-width #calendario_eventos #meses ul {
  margin: 0 auto;
  padding: 6px 0 0 0;
  list-style: none;
  width: 82%;
  /*    max-width: 1235px;*/
  display: flex;
  justify-content: space-between;
}

.full-width #calendario_eventos #meses ul li {
  /*    display: inline-block;*/
  height: 33px;
  font-family: 'FuturaStd-Bold', Arial;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.full-width #calendario_eventos #meses ul li:last-child {
  margin: 0;
}

.full-width #calendario_eventos #meses ul li.new_year {
  border-left: #82959f solid 1px;
}

.full-width #calendario_eventos #meses ul li a {
  height: 33px;
  /*--font--*/
  color: #93a2ab;
  text-decoration: none;
  font-weight: bold;
}

.full-width #calendario_eventos #meses ul li a:hover, .full-width #calendario_eventos #meses ul li a.selec {
  color: #6e468a !important;
}

.full-width #calendario_eventos #dias {
  height: 134px;
  width: 1200px;
  margin: 0 auto;
}

.full-width #calendario_eventos #dias ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 135px;
  max-width: 1235px;
  display: flex;
  justify-content: space-between;
}

.full-width #calendario_eventos #dias ul li {
  height: 33px;
  width: 113px;
  /*--font--*/
  text-align: center;
  text-transform: uppercase;
}

.full-width #calendario_eventos #dias ul li p.semana {
  color: #82959f;
  font-family: 'FuturaStd-Book', Arial;
  font-size: 13px;
  line-height: 20px;
  padding-top: 12px;
}

.full-width #calendario_eventos #dias ul li p.num_semana {
  font-family: 'FuturaStd-Book', Arial;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 5px;
}

.full-width #calendario_eventos #dias ul li p.num_semana a {
  color: #6e468a;
  text-decoration: none;
  display: inline-block;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 52px;
}

.full-width #calendario_eventos #dias ul li p.num_semana a:hover,
.full-width #calendario_eventos #dias ul li p.num_semana a.selec {
  background-image: url(../img/calendario/dia_marca.html);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #FFF;
  color: #FFF !important;
}

.full-width #calendario_eventos #dias ul li p.num_semana a.unselec {
  background-image: none;
  background-color: #6e468a;
  color: #fff !important;
}

.full-width #calendario_eventos #dias ul li p.mes_semana {
  color: #6e468a;
  font-family: 'FuturaStd-Bold', Arial;
  font-size: 10px;
  line-height: 14px;
}

.full-width #calendario_eventos #prev {
  width: 12px;
  height: 22px;
  background-image: url(../../images/calendario/ico-prev-calendario.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 63px;
  left: 0px;
  float: left;
}

.full-width #calendario_eventos #prev a {
  width: 65px;
  height: 134px;
  display: block;
  float: left;
  cursor: pointer;
}

.full-width #calendario_eventos #prevmes {
  width: 65px;
  height: 134px;
  background-image: url(../../images/calendario/prev.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 63px;
  left: 0px;
  float: left;
}

.full-width #calendario_eventos #prevmes a {
  width: 65px;
  height: 134px;
  display: block;
  float: left;
  cursor: pointer;
}

.full-width #calendario_eventos #next {
  width: 12px;
  height: 22px;
  background-image: url(../../images/calendario/ico-next-calendario.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 63px;
  right: 0px;
  float: right;
}

.full-width #calendario_eventos #next a {
  width: 65px;
  height: 134px;
  display: block;
  float: right;
  cursor: pointer;
}

.full-width #calendario_eventos #nextmes {
  width: 65px;
  height: 65px;
  background-image: url(../img/calendario/next.html);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 0px;
  float: right;
}

.full-width #calendario_eventos #nextmes a {
  width: 65px;
  height: 65px;
  display: block;
  float: right;
  cursor: pointer;
}

div.a2014 {
  background-color: #FFF;
  float: left;
  margin-left: 64px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  color: #82959f;
  font-family: 'FuturaStd-Light', Arial;
}

div.a2015 {
  background-color: #FFF;
  float: left;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  color: #82959f;
  font-family: 'FuturaStd-Light', Arial;
}


/*
*************************************************************************
-------------------------------------------------------------------------
------------------------CALENDARIO EVENTOS DATEPICKER--------------------
-------------------------------------------------------------------------
*************************************************************************
*/


/* DatePicker Container */

.cal .date-picker-included_at {
  width: 240px;
  height: auto;
  margin: 5px auto 0;
}

.cal .date-picker-included_at a {
  text-decoration: none;
}


/* DatePicker Table */

.cal .date-picker-included_at table {
  width: 100%;
}

.cal .date-picker-included_at table thead tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 5px;
}

.cal th.datepicker-switch {
  text-align: center;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 19px;
  color: #d23b6c;
}

.cal th.prev, .cal th.next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.cal th.prev {
  background-position: center;
  background-image: url('../../images/calendario/ico-prev-calendario.png');
  background-repeat: no-repeat;
}

.cal th.next {
  background-position: center;
  background-image: url('../../images/calendario/ico-next-calendario.png');
  background-repeat: no-repeat;
}

.cal .ui-datepicker thead {}

.cal .ui-datepicker th {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
  color: #232323;
}

.cal .ui-datepicker tbody td {
  width: 32px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
}

.cal .ui-datepicker tbody td:last-child {}

.cal .ui-datepicker tbody tr {}

.cal .ui-datepicker tbody tr:last-child {}

.cal .date-picker-included_at tbody tr td {
  font-family: 'Gilroy';
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #585d66;
}

.cal .date-picker-included_at tbody tr td.day.active {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #d23b6c;
  border: 2px solid #d23b6c;
  position: relative;
  background: #e8ecec;
}

.cal .date-picker-included_at tbody tr td.day.active:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
}

.cal .date-picker-included_at tbody tr td.day.active:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
}

.cal .ui-datepicker-calendar .ui-state-default {
  /*
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
*/
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.cal .ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.cal .ui-datepicker-calendar .ui-state-active {
  color: #d23b6c;
  border: 2px solid #d23b6c;
  position: relative;
}

.cal .ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.cal .ui-datepicker-calendar td:first-child .ui-state-active {
  width: 30px;
  margin-left: 0;
}

.cal .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 30px;
  margin-right: 0;
}

.cal .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 30px;
  margin-bottom: 0;
}

/*
*************************************************************************
-------------------------------------------------------------------------
------------------------PERSONALIZACIÖN AGENDA---------------------------
-------------------------------------------------------------------------
*************************************************************************
*/

.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a,
.full-width #calendario_eventos.lcdia #dias ul li p.mes_semana,
.full-width #calendario_eventos.lcdia #meses ul li a:hover,
.full-width #calendario_eventos.lcdia #meses ul li a.selec {
  color: #93a2ab;
}

.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a.has_events {
  color: #19a7bc !important;
}

.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a.select {
  color: #fff !important;
  background-color: #19a7bc !important;
}

.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a.unselec {
  background-color: #19a7bc !important;
  color: #fff !important;
}

.full-width #calendario_eventos.lcverde #dias ul li p.num_semana a,
.full-width #calendario_eventos.lcverde #dias ul li p.mes_semana,
.full-width #calendario_eventos.lcverde #meses ul li a:hover,
.full-width #calendario_eventos.lcverde #meses ul li a.selec {
  color: #4db998 !important;
}

.full-width #calendario_eventos.lcverde #dias ul li p.num_semana a.unselec {
  background-color: #4db998 !important;
  color: #fff !important;
}

.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a:hover {
  color: #8a98a0 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++Responsive+++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++*/

@media(max-width:1266px) {
  .full-width #calendario_eventos #dias {
    width: 95%;
  }
  .full-width #calendario_eventos #dias ul li p.num_semana a {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  /*.full-width #calendario_eventos.lcdia #dias ul li p.num_semana a,
  .full-width #calendario_eventos.lcdia #dias ul li p.mes_semana,
  .full-width #calendario_eventos.lcdia #meses ul li a:hover,
  .full-width #calendario_eventos.lcdia #meses ul li a.selec {
    display: none;
  }*/
}
@media (max-width: 767px) {
  .full-width #calendario_eventos.lcdia #dias ul li p.num_semana a {
    display: block;
  }
  .full-width #calendario_eventos.lcdia #dias ul li p.mes_semana {
    display: none;
  }
  .full-width #calendario_eventos #dias ul li {
    width: 44px;
  }
  /*.full-width #calendario_eventos #next,
  .full-width #calendario_eventos #prev {
    display: none;
  }*/
}

@media (max-width: 420px){
    .full-width #calendario_eventos #dias ul{
        width: 85%;
    }
}

/*Calendario Ilhabela Verde*/
.datepicker_calendar.hasDatepicker,
.date-picker-included_at.hasDatepicker{
  border: 0px !important;
  padding: 25px 20px !important;
  background-image: none !important;
}

.datepicker_calendar.hasDatepicker .ui-datepicker-calendar,
.date-picker-included_at.hasDatepicker .ui-datepicker-calendar {
  width: 100%;
}

.datepicker_calendar.hasDatepicker .ui-datepicker-calendar .ui-state-default,
.date-picker-included_at.hasDatepicker .ui-datepicker-calendar .ui-state-default {
  color: #aaaaac;
  border-radius: 0px !important;
}

/*Ilhabela Verde*/

.verde .datepicker_calendar.hasDatepicker .ui-datepicker-calendar .ui-state-active {
  border: 0px;
  font-weight: bold;
  font-size: 17px;
  color: #21a095;
}

.verde .datepicker_calendar.hasDatepicker .ui-datepicker-calendar .ui-state-hover {
  background-color: #fff;
  color: #21a095;
}

/*Recreacion*/

.date-picker-included_at.hasDatepicker .ui-datepicker-calendar .ui-state-active {
  border: 0px;
  font-weight: bold;
  font-size: 17px;
  color: #f66658;
}

.date-picker-included_at.hasDatepicker .ui-datepicker-calendar .ui-state-hover {
  background-color: transparent;
  color: #f66658;
}

.verde .datepicker_calendar.hasDatepicker .ui-datepicker-title,
.date-picker-included_at.hasDatepicker .ui-datepicker-title {
  text-align: center;
}

.datepicker_calendar.hasDatepicker .ui-datepicker-header,
.date-picker-included_at.hasDatepicker .ui-datepicker-header {
  border-bottom: 1px solid #aaaaac;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.datepicker_calendar.hasDatepicker .ui-datepicker-header .ui-datepicker-next,
.date-picker-included_at.hasDatepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.hasDatepicker .ui-datepicker-header .ui-datepicker-prev,
.hasDatepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 11 !important;
}

/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: text-top;
    margin: 0 12px 0 0;
    padding: 0;
    width: 20px;
    height: 36px;
    background: url(../../images/iconos/ico-registro/flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

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

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

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat,
    .iradio_flat {
        background-image: url(flat%402x.html);
        background-size: 176px 22px;
    }
}

.row.como-fila-tabla {
    display: table-row;
	margin:10px 0px;
	width:100%;
}

.row.como-fila-tabla > [class*=col-] {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.caja {
  background-color: #eee;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
	padding: 30px;
}

section#tramitesOnline .caja {
  min-height: 415px;
}

#contenidos .caja p, .contenidos .caja p {
	padding: 1px 0 !important;
	line-height:21px;
}

hr.puntos {
    background-color: rgba(255, 255, 255, 0.0);
    border-top: 2px dashed #dddddd;
}

.row.como-fila-tabla ul {
	display:flex;
	}

div.caja > li {
	line-height:19px;
	}
.row.separador {
	display:block;
	height:20px;
	width:100%;
	}

.caja_naranja {
  background-color: #c65f53;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
	padding: 30px;
}

.caja_naranja p {
    color: #fff !important;
}

/*-------------------------------------------------
-----------------SEGURIDAD------------------------
--------------------------------------------------*/


#contenidos aside.sub-menu ul li ul, .contenidos aside.sub-menu.seguridad ul li ul {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #cd303e;
    display: none;
}
/*-----------------SEMÁFOROS--------------*/

  .semaforo {
	font-weight: bold;
    border-radius: 98px;
    height: 98px;
    width: 98px;
    text-align: center;
    line-height: 100px;
    font-size: 12px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
	vertical-align:middle;
	}

  .semaforo.verde {
    background-color: #61d391;
    color: #FFF;
}
.semaforo.azul {
	background-color: #6189d3;
    color: #FFF;
	}

	.semaforo.azul span {
		display:block;
		line-height:14px !important;
		    padding-top: 35px;
		}

.semaforo.rojo {
	background-color: #d36161;
    color: #FFF;
	}
.semaforo.gris {
	background-color: #ccc;
    color: #777777;
	}

/*-----------------SOSAFE--------------*/


.circulo-sosafe{background-color: rgb(210,50,98);
background-color: -moz-linear-gradient(top,  rgba(210,50,98,1) 0%, rgba(213,46,67,1) 100%);
background-color: -webkit-linear-gradient(top,  rgba(210,50,98,1) 0%,rgba(213,46,67,1) 100%);
background-color: linear-gradient(to bottom,  rgba(210,50,98,1) 0%,rgba(213,46,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d23262', endColorstr='#d52e43',GradientType=0 );
border-radius:50px;
height:97px;
width:97px;
float:right;
margin-left: 10px;
margin-bottom: 10px;
	}
	.circulo-sosafe.blanco{
	background-color: rgb(255,255,255);
	border:#becbe2 solid 1px;
	}
	.circulo-sosafe.panico {
		background-image:url("../../images/seguridad/panico.png");
		background-position:center center;
		background-size: 97px;
		}
	.circulo-sosafe.mapa {
		background-image:url("../../images/seguridad/mapa.png");
		background-position:center center;
		background-size: 97px;
		}
	.circulo-sosafe.dudas {
		background-image:url("../../images/seguridad/dudas.png");
		background-position:center center;
		background-size: 97px;
		}
	.circulo-sosafe.blanco.patente {
		background-image:url("../../images/seguridad/patente.png");
		background-position:center center;
		background-size: 80px;
		}



.botonera {
	top: 370px;
    right: 890px;
    position: absolute;
    z-index: 999;
	}
.botonera .text p {
   font-size: 19px !important;
    line-height: 22px !important;
    background-image: url(../../images/seguridad/onda-sosafe.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-top: 40px;
    margin-bottom: 15px;

}

.botonera .desc {
    display: flex;
}

.botonera .desc img {
    width: auto;
    margin-right: 10px;
}

#logo-sosafe {
	top: 410px;
    right: 150px;
    position: absolute;
    z-index: 999;
	}

/*---------------VIDEO CONTAINER PARA IFRAME-------------*/

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-container.mitad iframe,
.video-container.mitad object,
.video-container.mitad embed {
position: absolute;
top: 0;
left: 0;
width: 45%;
height: 45%;
float:left;
}

.featherlight.fullvideo.featherlight-iframe .featherlight-content{
    position: relative;
    height: 90%;
    overflow: hidden;
    width: 90%;
}

.featherlight.fullvideo.featherlight-iframe .featherlight-content iframe,
.featherlight.fullvideo.featherlight-iframe .featherlight-content object,
.featherlight.fullvideo.featherlight-iframe .featherlight-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------

Ilhabela VERDE

-------------*/

/*---------------clase para imágenes de mapas recolección-------------*/

.mapa_recoleccion {
	width:95%;
	height:95%;
	}

@charset "utf-8";

#cont_derecha h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #4890AB;
  font-family: 'FuturaStd-Bold', Arial !important;
  font-size: 18px;
}

.caja_areas {
  float: left;
  width: 160px;
  height: 166px;
  margin-right: 20px;
  margin-bottom: 18px;
  border: 1px solid #C6C9CE;
  font-family: "Trebuchet MS", "Arial Narrow", Arial;
  font-size: 18px;
  line-height: 18px;
}

.caja_areas img {
  width: 150px;
  height: 55px;
  padding-bottom: 3px;
}

.caja_areas span {
  width: 160px;
  height: 80px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder !important;
  line-height: 16px;
}

.caja_areas a {
  display: block;
  width: 150px;
  height: 156px;
  padding: 5px;
  text-decoration: none;
  color: #666666;
}

.caja_areas a:hover {
  color: #CCCCCC;
  background-color: #000000;
}

.caja_areas span.detalle {
  width: 160px;
  height: 80px;
  text-transform: none;
  color: #999999;
  font-family: "Arial Narrow", Arial, Helvetica;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 15px;
}

.actualizacion {
  float: right;
  width: 260px;
  margin-top: 18px;
  text-align: center;
  color: #FFFFFF;
}

.actualizacion .fecha_act {
  float: left;
  color: #539AB5;
  font-size: 20px;
}

.actualizacion .ultima {
  display: block;
  float: left;
  height: 20px;
  margin-right: 10px;
  padding-top: 5px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #5A6467;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #5098B3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.not-float {
  float: none !important;
}

.selector {
  min-height: 73px;
  padding: 10px;
  border: 5px solid #e7ecec;
  background-color: #FFFFFF;
}

.selec_anio {
  float: left;
  padding: 10px;
  text-transform: uppercase;
  color: #4D95B0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
}

.anio {
  float: left;
  min-height: 15px;
}

.selec_tipo {
  float: left;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  /*background-image: url(/images/list/flecha.gif);
	background-repeat: no-repeat;
	background-position: 222px;*/
  text-transform: uppercase;
  color: #4D95B0;
  /*width: 226px;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
}

.ir {
  float: left;
  width: 39px;
  height: 15px;
  margin-left: 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.contactar {
  float: right;
  width: 155px;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  color: #333333;
}

.caja_nota {
  display: block;
  width: 700px;
  padding: 10px;
  color: #FFFFFF !important;
  border: 3px solid #B6D8E4;
  background-color: #70B1CA;
}

.info_descarga {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  color: #FFFFFF;
  background-color: #000000;
  font-family: "Arial Narrow", Arial, Helvetica;
  font-size: 13px;
}

.info_descarga a {
  text-decoration: none;
  color: #65ABC5;
  background-color: #000000;
}

/**/
.cb_select {
  position: relative;
  float: left;
  clear: both;
  width: 160px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.cb_select .cb_selectMain {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 20px;
  cursor: pointer;
  text-align: left;
  text-indent: 10px;
  color: #777;
  border: 2px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  line-height: 20px;
}

.cb_down {
  background-image: url(../../images/list/down.png);
}

.cb_up {
  background-image: url(../../images/list/up.png);
}

.cb_selectWrapper {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  display: none;
  width: 200px;
  height: 300px;
  margin: 22px 0px 0px;
  border: 2px solid #ddd;
  background-color: #FFFFFF;
  background-image: url(../../images/list/overlay.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.cb_selectWrapper ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.cb_selectWrapper ul li a {
  display: block;
  padding: 3px 0px;
  cursor: pointer;
  text-decoration: none;
  text-indent: 10px;
  letter-spacing: 1px;
  color: #777;
}

.cb_selectWrapper ul li a:hover {
  color: #fff;
  background-color: #616161;
}

@media(max-width:768px) {
  .selector {
    width: 100%;
  }
}

@media(max-width:420px) {
  .selec_tipo {
    float: none;
    width: 100%;
  }

  .selector {
    width: 100%;
    height: auto;
  }

  .selec_anio {
    width: 100%;
  }

  .anio {
    float: none;
    height: inherit;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .ir {
    float: none;
    width: 91px;
    height: initial;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
}

.active-transparency {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(204, 213, 214, 0.3);
  font-family: 'Gilroy', sans-serif;
}

.active-transparency:not(:last-child) {
  margin-bottom: 15px;
}

.active-transparency h5 {
  text-transform: uppercase;
}

.active-transparency ul {
  padding: 0 !important;
}

.active-transparency ul>li {
  position: relative;
  padding-left: 0 !important;
  list-style: none !important;
  line-height: 100% !important;
}

.active-transparency ul>li>a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  content: '';
  vertical-align: sub;
  background-image: url('../../images/iconos/descarga/ico-link.gif');
  background-repeat: no-repeat;
  background-size: cover;
}
.color-dorado,
.colorDorado {
  color: #d2a04e !important;
  border-color: #d2a04e !important;
}

.color-azul,
.colorAzul {
  color: #135276 !important;
  border-color: #135276 !important;
}

.color-salud,
.colorSalud {
  color: #1aa8bd !important;
  border-color: #1aa8bd !important;
}
.color-educacion,
.colorEducacion {
  color: #b54968 !important;
  border-color: #b54968 !important;
}
.color-tramites,
.colorTramite {
  color: #2fb3d9 !important;
}
.color-ilhabela-verde,
.colorLcverde {
  color: #4db998 !important;
  border-color: #4db998 !important;
}
.color-secretarias,
.colorServicios {
  color: #7b538e !important;
  border-color: #7b538e !important;
}
.colorNegroB {
  color: #232323 !important;
}
.color-ilhabela-al-dia,
.colorlcdia {
  color: #19a7bc !important;
  border-color: #19a7bc !important;
}
.center {
  text-align: center;
}
.mostrar {
  display: block !important;
  text-align: center;
}
.mostrar h4 {
  font-size: 28px !important;
}
@media (max-width: 420px) {
  .servicios {
    height: 300px;
  }
}
@media (max-width: 420px) {
  #movil .servicios {
    height: auto;
  }
}
.relative {
  position: relative;
}
#preloader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../../images/iconos/ico-white-camara.png") no-repeat center center  #135276;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 768px) {
  #preloader {
    background: url("../../images/iconos/ico-white-camara.png") no-repeat center center  #135276;
  }
}
#preloader .cont-circulos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  margin: auto;
  animation: giro 0.6s linear infinite;
}
#preloader .cont-circulos .semi-circulo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  margin: auto;
  border-top: 7px solid #dedede;
  border-right: 7px solid #dedede;
  border-bottom: 7px solid #dedede;
  border-left: 7px solid #dedede;
  border-radius: 50%;
  animation: colores 3s linear infinite;
}
#preloader.inactivo {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@keyframes giro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes colores {
  0% {
    border-top: 7px solid #eda846;
  }
  25% {
    border-top: 7px solid #7b538e;
  }
  50% {
    border-top: 7px solid #4db998;
  }
  75% {
    border-top: 7px solid #1aa8bd;
  }
  100% {
    border-top: 7px solid #b54968;
  }
}
.tooltip {
  white-space: nowrap;
}
.tooltip-inner {
  background-color: #262626;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #262626;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #262626;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #262626;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #262626;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #262626;
}
.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.clearfix {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.relativo {
  position: relative;
  z-index: 11;
}
.relativoH {
  position: relative;
  height: 100%;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7cecf;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 20px !important;
}
.w50 {
  width: 50%;
}
.w45 {
  width: 45%;
}
.w40 {
  width: 40%;
}
img.imagen {
  width: initial !important;
}
.w100 {
  width: 100%;
}
.color-blanco {
  color: #fff !important;
}
.color1 {
  color: #cc2236;
  background: #cc2236;
  background: linear-gradient(to right, #cc2236 0%, #d13a68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color2 {
  color: #0ebbd4;
  background: #0ebbd4;
  background: linear-gradient(to right, #0ebbd4 0%, #29e0fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color3 {
  color: #523973;
  background: #523973;
  background: linear-gradient(to right, #523973 0%, #584383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 420px) {
  .color3 {
    color: #e8e1f1;
    background: #e8e1f1;
    background: linear-gradient(to right, #e8e1f1 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.color4 {
  color: #66c798;
  background: #66c798;
  background: linear-gradient(to right, #66c798 0%, #45b497 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color5 {
  color: #fff;
}
.ico-tramites {
  padding-right: 16% !important;
  background-color: #0ebbd4;
  background-image: url("../../images/iconos/ico-tramites/ico-tramite-online04.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
@media (max-width: 420px) {
  .ico-tramites {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ico-tramites:hover {
  background-image: url("../../images/iconos/ico-tramites/ico-tramite-online04.png") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto;
}
/*---------------------CAMBIOS NUEVA PORTADA TRÁMITES-

.ico-tramites{
  background-image: url(/images/iconos/ico-tramites/ico-tramite-online03.png);
  background-repeat: no-repeat;
  background-position: 91% center;
  padding-right: 45px !important;
  background-color: #0ebbd4;
  background-size: 17%;

  @media(max-width:420px){
    width: 100%;
    margin-bottom: 15px;
  }

  &:hover {
    background-image: url(/images/iconos/ico-tramites/ico-tramite-online03.png) !important;
    background-repeat: no-repeat !important;
    background-position: 91% center !important;
    background-size: 17% !important;
  }
}

-------------------------------------------*/
.caja-destacada {
  background-color: rgba(204, 213, 214, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .caja-destacada {
    padding: 10px 40px;
  }
}
.caja-destacada__number {
  position: absolute;
  right: 13px;
  top: -13px;
  background-color: #135276;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
}
.texto-destacado {
  background-color: rgba(204, 213, 214, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 47px;
  position: relative;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
}
@media (min-width: 768px) {
  .texto-destacado {
    padding: 10px 40px;
  }
}
.texto-destacado .ico-alert {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.texto-destacado p {
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.media-list {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.media-list:not(:last-child) {
  border-bottom: 1px solid #ccd5d6;
}
.media-list__img {
  width: 16.66666667%;
  padding-right: 15px;
}
.media-list__text {
  width: 83.33333333%;
}
.media-list__text-item {
  padding: 0 !important;
}
.media-list__text-item li {
  padding-left: 0 !important;
  list-style: none !important;
}
.media-list__text-item li:first-child {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 16px !important;
}

.btn2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn2:hover,
.btn2:focus {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn2:focus {
  outline: none;
}
.btn2Group {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 0px 4px 4px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
	color: #fff;
}
.btn2Group:hover{
  color: #fff;
  background: none;
  background-color: #262626;
  outline:none;
  box-shadow:none;
}
.btn2Group:focus {
  outline: none;
  color: #fff;
  border:none;
  box-shadow:none;
}
.btn {
  clear: both;
  margin: 4px 0;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  font-family: 'Gilroy', sans-serif;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  transition: background 0.24s ease, color 0.24s ease;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn:focus {
  outline: none;
}
.btn.short {
  min-width: 70px !important;
  padding: 5px 15px;
}
/*--------------CAMBIOS NUEVA PORTADA TRÁMITES-
.btn.item-tramites {
  padding: 4px 15px;
  margin: 5px 0 0 0;
  min-width: auto;
  letter-spacing: 1px;
  font-size: 9px;
  max-width: 96px;
}

----------------------------------*/
.btn-border {
  border: 3px solid #484848;
}
.btn-border:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-border-gris {
  min-width: 150px;
  color: #262626;
  border: 3px solid #ccd5d6;
}
.btn-border-gris.active,
.btn-border-gris:hover {
  padding: 13px 23px;
  color: #fff;
  border: none;
  background: none;
  background: #cd303e;
  background: linear-gradient(to right, #cd303e 0%, #d23c70 100%);
}
.btn-border-blanco {
  min-width: 150px;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.4);
}
.btn-border-blanco.active,
.btn-border-blanco:hover {
  padding: 13px 23px;
  color: #fff;
  border: none;
  background: none;
  background: #cd303e;
  background: linear-gradient(to right, #cd303e 0%, #d23c70 100%);
}
.btn-celeste {
  min-width: 202px;
  white-space: normal;
  background: #0ebbd4;
  background: linear-gradient(to right, #0ebbd4 0%, #29e0fa 100%);
}
.btn-celeste:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-verde {
  min-width: 188px;
  white-space: normal;
  background: #6bca98;
  background: linear-gradient(to right, #6bca98 0%, #2da597 100%);
}
@media (max-width: 420px) {
  .btn-verde {
    min-width: 188px;
    padding: 10px;
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .btn-verde {
    min-width: 100%;
    margin: 0 auto 10px;
  }
}
.btn-verde:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
@media (max-width: 420px) {
  .btn-verde.mr10 {
    margin-right: 0 !important;
  }
}
.btn-magentaV {
  width: 202px;
  white-space: normal;
  background: #cd303e;
  background: linear-gradient(to bottom, #cd303e 0%, #d23c70 100%);
}
.btn-magentaV:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-magentaH {
  margin-bottom: 12px;
  white-space: normal;
  background: #cd303e;
  background: linear-gradient(to right, #cd303e 0%, #d23c70 100%);
}
.btn-magentaH:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-verdeH {
  margin-bottom: 12px;
  white-space: normal;
  background: #1c689c;
  background: linear-gradient(to right, #1c689c 0%, #70aecd 100%);
}
.btn-verdeH:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-amarilloH {
  margin-bottom: 12px;
  white-space: normal;
  background: #fad507;
  background: linear-gradient(to right, #fad507 0%, #fae571 100%);
}
.btn-amarilloH:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-azul-padrao {
  color: #fff;
  white-space: normal;
  background: #135276;
}
.btn-azul-padrao:hover {
  color: #fff;
  background: none;
  background-color: #d2a04e;
}
.btn-dorado-padrao {
  color: #fff;
  white-space: normal;
  background: #d2a04e;
}
.btn-dorado-padrao:hover {
  color: #fff;
  background: none;
  background-color: #1c689c;
}

.btn-morado {
  white-space: normal;
  background: #a063ab;
  background: linear-gradient(to right, #a063ab 0%, #874d93 100%);
}
.btn-morado:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-blanco {
  width: 202px;
  white-space: normal;
  color: #135276;
  background-color: #fff;
}
.btn-blanco.magenta {
  color: #d13a66;
}
.btn-blanco.naranjo {
  color: #ff7b62;
}
.btn-blanco:hover {
  color: #fff;
  background: none;
  background-color: #262626;
}
.btn-avecinos {
  background: #dec55e;
  background: linear-gradient(to right, #dec55e 0%, #4cb5bf 100%);
}
.btn-avecinos.active {
  background-color: #232323 !important;
}
@media (max-width: 420px) {
  .btn-avecinos {
    width: 90%;
    margin: 0 auto 15px;
    white-space: normal;
  }
}
.btn-negro {
  color: #fff;
  background-color: #3b3b3b;
}
.btn-negro:hover {
  background-color: #4f4e4e;
}
button:focus {
  outline: 0;
}
.title {
  text-transform: uppercase;
  font-family: 'Gilroy' !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.title a {
  color: #262626;
  font-family: 'Gilroy' !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.title a:hover {
  color: #d13a66 !important;
}
.table {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 13px;
  color:inherit;
}
@media (max-width: 1024px) {
  .table {
    margin: 0 auto;
  }
}
.table a {
  color: #262626;
}
.table .list {
  padding: 0 0 10px 24px !important;
}
.table .list li {
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin-bottom: 3px !important;
  padding-left: 0 !important;
}
.table th {
  border-top: 4px solid #ccd5d6;
  border-bottom: 4px solid #ccd5d6;
}
.table td {
  text-transform: none;
  font-size: 13px;
}
.table td img {
  width: auto;
}
.table td.amarillo {
  background-color: #f6f88c;
}
.table td.naranjo {
  background-color: #f57c10;
}
.table td.cafe {
  color: #fff;
  background-color: #875129;
}
.table td.lila {
  background-color: #d9d3ea;
}
.table td.celeste {
  background-color: #74c4d5;
}
.table td.celeste2 {
  background-color: #baf0fb;
}
.table td.limon {
  background-color: #a9c644;
}
.table td.naranjo_claro {
  background-color: #fad953;
}
.table td.lila2 {
  color: #fff;
  background-color: #9083a5;
}
.table td.calipso {
  background-color: #65e2cf;
}
.table td.verde_claro {
  background-color: #d1e211;
}
.table td.verde {
  background-color: #b9f1c8;
}
.table td.azul_agua {
  color: #fff;
  background-color: #4b638e;
}
.table td.burdeo {
  color: #fff;
  background-color: #96576c;
}
.table td.negro {
  color: #fff;
  background-color: #333745;
}
.table td.fuccia {
  color: #fff;
  background-color: #ec2a82;
}
.table td.morado {
  color: #fff;
  background-color: #773f9b;
}
.table td.rosado {
  background-color: #fcd2d2;
}
.table2 .list {
  padding: 0 0 10px 24px !important;
}
.table2 .list li {
  font-size: 11px !important;
  line-height: 1.4 !important;
  margin-bottom: 3px !important;
  padding-left: 0 !important;
}
.table2 td,
.table2 th,
.table2 tr {
  text-transform: uppercase;
  font-size: 11px;
}
.table2 td a,
.table2 th a,
.table2 tr a {
  color: #262626 !important;
  font-size: 11px !important;
}
.imgTarjeta-T {
  width: 150px;
}
.imgTarjeta-T img {
  width: 100%;
}
.featherlight .featherlight-close-icon {
  top: -26px;
  right: -30px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #555;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 767px) {
  .featherlight .featherlight-close-icon {
    top: -34px;
    right: 0;
  }
}
.featherlight-iframe .featherlight-content {
  overflow-y: inherit !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
}
h4.panel-title {
  color: #232323 !important;
  font-family: 'Gilroy' !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
h4.panel-title a {
  color: #232323 !important;
  font-family: 'Gilroy' !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
.table,
a,
ol,
p,
ul {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
}
a {
  transition: color 0.15s ease;
  color: #135276;
}
a:hover,
a:focus {
  color: #d2a04e;
  text-decoration: none;
}
hr {
  width: 100%;
  margin: 15px 0;
  border-color: #e5e5e5;
}
.container {
  width: 100%;
  max-width: 1232px;
}
@media (max-width: 768px) {
  .container .row .item {
    margin-bottom: 15px;
  }
}
.bck-principal-ss {
	background: linear-gradient(to right, #1c689c 0%, #67aed3 100%);
}
.bg-camara-ss {
  background: #1c689c;
  background: linear-gradient(to right, #1c689c 0%, #67aed3 100%);
}
.bg-ilhabela {
  background: #109eb2;
  background: linear-gradient(to right, #109eb2 0%, #37c7dc 100%);
}
.bg-a-prefeitura {
  background: #365992;
  background: linear-gradient(to right, #365992 0%, #31a6b4 100%);
}
.bg-secretarias {
  background: #7b538d;
  background: linear-gradient(to right, #7b538d 0%, #a163ac 100%);
}
.bg-servicos {
  background: #048c95;
  background: linear-gradient(to right, #048c95 0%, #0caab4 100%);
}
.bg-gcolaborativo {
  background: #048c95;
  background: linear-gradient(to right, #048c95 0%, #0caab4 100%);
}
.bg-lcdia {
  background: #109eb2;
  background: linear-gradient(to right, #109eb2 0%, #37c7dc 100%);
}
.bg-transparencia {
  background: #b04067;
  background: linear-gradient(to right, #b04067 0%, #c56b69 100%);
}
.bg-ouvidoria {
  background: #d23263;
  background: linear-gradient(to right, #d23263 0%, #d52e43 100%);
}
.bg-conselhos {
  background: #f95b59;
  background: linear-gradient(to right, #f95b59 0%, #e2a352 100%);
}
.bg-noticias {
  background: #1c689c;
  background: linear-gradient(to right, #1c689c 0%, #67aed3 100%);
}
.bg-servidor {
  background: #dfc65d;
  background: linear-gradient(to right, #dfc65d 0%, #49b4c0 100%);
}
header {
  position: relative;
  z-index: 99;
}
header .ayuda {
  position: fixed;
  z-index: 9999;
  right: 36px;
  bottom: 42px;
  width: 45px;
  height: 325px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
@media (max-width: 1024px) {
  header .ayuda {
    display: none;
  }
}
header .ayuda .barra {
  width: 45px;
  height: 100%;
  padding-top: 13px;
  background: #eda846;
  background: linear-gradient(to bottom, #eda846 0%, #ce434e 100%);
  border-radius: 35px;
}
header .ayuda .barra .bot-preguntas {
  width: 27px;
  height: 27px;
  margin: 0 auto;
}
header .ayuda .barra .bot-preguntas a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../images/iconos/ico-preguntas.png");
  background-repeat: no-repeat;
  background-size: contain;
}
header .ayuda .barra .bot-preguntas a.cerrarP {
  background-image: url("../../images/iconos/ico-preguntas-cerrar.png");
}
header .ayuda .barra .infoA {
  width: 138px;
  height: 110px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}
header .ayuda .barra .infoA span {
  font-weight: 800;
}
header .ayuda .barra .infoA a {
  color: #fff !important;
}
header .ayuda .barra .ico-flecha {
  width: 15px;
  height: 7px;
  margin: 23px auto;
  background-image: url("../../images/iconos/ico-desplegable-cerrado.png");
  background-repeat: no-repeat;
  background-position: center;
}
header .ayuda .barra .socialA {
  width: 28px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .ayuda .barra .socialA a {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
header .ayuda .barra .socialA a img {
  width: 100%;
}
header#interior nav.principal ul li a {
  color: #fff;
}
header#interior nav.principal ul li a:hover {
  color: #fff;
}
header#interior nav.principal ul li a.active {
  color: #fff;
}
header nav.principal {
  position: relative;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #135276;
  /* fin ul */
}
@media (max-width: 989px) {
  header nav.principal {
    padding: 15px;
    background-color: #fff;
  }
}
header nav.principal .logoM {
  display: none;
}
@media (max-width: 989px) {
  header nav.principal .logoM {
    display: block;
    width: 150px;
  }
}
header nav.principal .logoHome {
  display: none;
  height: 26px;
  padding-right: 15px;
  border-right: 1px dotted;
  border-right-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 990px) {
  header nav.principal .logoHome {
    display: block;
  }
}
@media (max-width: 1228px) {
  header nav.principal .logoHome {
    margin-top: 5px;
  }
}
header nav.principal .logoHome a:hover {
  border-bottom: none !important;
}
header nav.principal .logoHome a.tooltips-bottom img {
  vertical-align: bottom;
  height: 26px;
}
header nav.principal .logoHome a.tooltips-bottom span {
  top: 50px;
  left: -20%;
  width: 105px;
  margin-left: -30px;
  text-transform: none !important;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: normal;
}
header nav.principal .bot-submenu {
  display: none;
}
@media (max-width: 989px) {
  header nav.principal .bot-submenu {
    position: absolute;
    top: 12px;
    right: 23px;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #135276;
  }
  header nav.principal .bot-submenu span {
    display: block;
    width: 26px;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 10%;
    background-color: #fff;
  }
  header nav.principal .bot-submenu span:first-child {
    width: 18px;
    margin-right: 7px;
    transition: all 0.3s ease;
    transform-origin: top left;
  }
  header nav.principal .bot-submenu span:last-child {
    margin-bottom: 0;
    transition: all 0.3s ease;
    transform-origin: bottom left;
  }
}
header nav.principal .bot-submenu.close {
  opacity: 1;
}
header nav.principal .bot-submenu.close span:first-child {
  width: 26px;
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(45deg);
}
header nav.principal .bot-submenu.close span:last-child {
  width: 26px;
  margin-top: 11px;
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(-45deg);
}
header nav.principal .bot-submenu.close span:nth-child(2),
header nav.principal .bot-submenu.close span:nth-child(3) {
  display: none !important;
}
header nav.principal ul {
  height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 989px) {
  header nav.principal ul {
    display: none;
	margin: 0 -16px;
  }
}
header nav.principal ul#movil {
  display: none;
  /* Fin li */
  /* fin ul.submenu */
}
@media (max-width: 989px) {
  header nav.principal ul#movil {
    position: absolute;
    z-index: 9999;
    top: 78px;
    right: 26px;
    flex-direction: column;
    width: 320px;
    height: auto;
    padding: 15px;
    background-color: #135276;
    border-radius: 15px;
  }
}
@media (max-width: 450px) {
  header nav.principal ul#movil {
    width: 95%;
  }
}
header nav.principal ul#movil li {
  display: block;
  height: auto;
  padding: 10px 0;
}
header nav.principal ul#movil li a {
  font-size: 14px;
  border: none;
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable {
    position: inherit;
    padding: 0;
	height: auto;
    padding-top: 15px;
	background: linear-gradient(to left, #59bbb7 0%, #1c689c 100%);
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.municipalidad .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.tramites .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.servicios .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.tarjetaV .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.salud .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.gcolaborativo .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.educacion .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.seguridad .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.recreacion .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.faq .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.lcverde .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.lcdia .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.gcolaborativo .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 989px) {
  header nav.principal ul#movil li .desplegable.avecino .bg-contenido:before {
    background: none;
  }
}
@media (max-width: 414px) {
  header nav.principal ul#movil li .desplegable.interior {
    margin-top: 30px;
    padding-top: 0;
  }
}
header nav.principal ul#movil .bg-servidor,
header nav.principal ul#movil .bg-transparencia,
header nav.principal ul#movil .bg-gcolaborativo,
header nav.principal ul#movil .bg-noticias,
header nav.principal ul#movil .bg-lcdia,
header nav.principal ul#movil .bg-ilhabela,
header nav.principal ul#movil .bg-conselhos,
header nav.principal ul#movil .bg-servicos,
header nav.principal ul#movil .bg-ouvidoria,
header nav.principal ul#movil .bg-secretarias,
header nav.principal ul#movil .bg-a-prefeitura {
  background: none;
}
header nav.principal ul#movil ul.submenu {
  width: 100%;
  height: auto;
  padding: 0;
  min-height: auto;
}
@media (max-width: 420px) {
  header nav.principal ul#movil ul.submenu {
    padding: 0;
  }
  header nav.principal ul#movil ul.submenu > a {
    padding: 0;
	display:none;
  }
}
header nav.principal ul#movil ul.submenu:last-child {
  padding-bottom: 15px;
}
header nav.principal ul#movil ul.submenu li {
  padding: 2px 0 !important;
  /* &:last-child{
              border-bottom: 1px solid rgba(255, 255, 255, 0.23) !important;
            } */
}
@media (max-width: 414px) {
  header nav.principal ul#movil ul.submenu li {
    border: none;
  }
}
@media (max-width: 420px) {
  header nav.principal ul#movil ul.submenu li a {
    font-size: 16px;
  }
}
header nav.principal ul#movil .search {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
}
header nav.principal ul#movil .search input[type=text] {
  width: 70%;
  height: 30px;
  margin-top: 5px;
  margin-left: 7px;
  padding: 5px 15px;
  color: #262626;
  border: none;
  background: none;
}
header nav.principal ul#movil .search a {
  display: block;
  float: right;
  width: 47px;
  height: 47px;
  background-image: url("../../images/iconos/ico-search-movil.png");
  background-repeat: no-repeat;
  background-position: 5px 9px;
  background-size: 50%;
}
header nav.principal ul li {
  display: inline-flex;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0 5px;
  text-transform: uppercase;
}
header nav.principal ul li .desplegable {
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  width: 100%;
  height: 230px;
  padding-top: 30px;
  border-top: none;
}
@media (max-width: 420px) {
  header nav.principal ul li .desplegable {
    box-sizing: content-box;
    padding-bottom: 35px;
  }
}
header nav.principal ul li a {
  padding: 15px 1px 5px 4px;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1228px) {
  header nav.principal ul li a {
    font-size: 12px;
  }
}
header nav.principal ul li a:hover {
  text-decoration: none;
  border-bottom: 5px solid #c49f54;
}
header nav.principal ul li:hover > .desplegable {
  display: block;
}
header nav.principal.celeste {
  background-color: #135276;
}
header .bck-principal-leve {
  background: linear-gradient(to right, #70aecd 0%, #1c689c 100%);
}

.desplegable.bck-principal-ss, .desplegable.bg-noticias {
  background: linear-gradient(to right, #70aecd 0%, #1c689c 100%);
}
header .bck-principal-ss {
  background: linear-gradient(to right, #1c689c 0%, #67aed3 100%);
}


@media (max-width: 989px) {
  header nav.principal.celeste {
    background-color: #fff;
  }
}
header .area-logo,
header .area-logo-home {
  display: none;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
header .area-logo .logo,
header .area-logo-home .logo {
  display: none;
}
@media (min-width: 992px) {
  header .area-logo,
  header .area-logo-home {
    display: flex;
  }
  header .area-logo .logo,
  header .area-logo-home .logo {
    display: block;
    width: 180px;
  }
}
@media (max-width: 991px) {
  header .area-logo .logo,
  header .area-logo-home .logo {
    display: none;
  }
  .area-slider {
	top: 82px! important;
  }
}

header .area-logo .logo > a,
header .area-logo-home .logo > a {
  display: inline-block;
}
header .area-logo .transparencia,
header .area-logo-home .transparencia {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
@media (min-width: 576px) {
  header .area-logo .transparencia,
  header .area-logo-home .transparencia {
    text-align: right;
  }
}
@media (min-width: 992px) {
  header .area-logo .transparencia,
  header .area-logo-home .transparencia {
    padding-right: 20px;
  }
}
header .area-logo .transparencia a,
header .area-logo-home .transparencia a {
  display: inline-block;
}
header .area-logo .transparencia a img,
header .area-logo-home .transparencia a img {
  width: 29vw;
}
@media (min-width: 576px) {
  header .area-logo .transparencia a img,
  header .area-logo-home .transparencia a img {
    width: 125px;
  }
}
@media (min-width: 768px) {
  header .area-logo .transparencia a img,
  header .area-logo-home .transparencia a img {
    width: 125px;
  }
}
header .area-logo .search,
header .area-logo-home .search {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #135276;
  transition: width 0.5s ease-in-out;
}
@media (max-width: 991px) {
  header .area-logo .search,
  header .area-logo-home .search {
    display: none;
  }
}
header .area-logo .search a,
header .area-logo-home .search a {
  display: block;
  float: right;
  width: 47px;
  height: 47px;
  background-image: url("../../images/iconos/ico-search.png");
  background-repeat: no-repeat;
  background-position: center;
}
header .area-logo .search input[type=text],
header .area-logo-home .search input[type=text] {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 70%;
  height: 30px;
  margin-top: 8px;
  margin-left: 7px;
  padding: 5px 15px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  border: none;
  background: none;
  transition: opacity 0.3s, visibility 0.3s;
}
header .area-logo .search input[type=text]:focus,
header .area-logo-home .search input[type=text]:focus {
  outline: none;
}
header .area-logo .search input[type=text]::placeholder,
header .area-logo-home .search input[type=text]::placeholder,
header .area-logo .search input[type=text] ::-webkit-input-placeholder,
header .area-logo-home .search input[type=text] ::-webkit-input-placeholder,
header .area-logo .search input[type=text] :-ms-input-placeholder,
header .area-logo-home .search input[type=text] :-ms-input-placeholder,
header .area-logo .search input[type=text]::-ms-input-placeholder,
header .area-logo-home .search input[type=text]::-ms-input-placeholder {
  color: #fff;
}
header .area-logo .search input[type=text]:-moz-placeholder,
header .area-logo-home .search input[type=text]:-moz-placeholder,
header .area-logo .search input[type=text]::-moz-placeholder,
header .area-logo-home .search input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
header .area-logo .search.open,
header .area-logo-home .search.open {
  width: 240px;
  border-radius: 50px;
}
@media (max-width: 1218px) {
  header .area-logo .search.open,
  header .area-logo-home .search.open {
    width: 180px;
  }
}
header .area-logo .search.open input[type=text],
header .area-logo-home .search.open input[type=text] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
header .area-logo-home {
  display: flex;
}
header .desplegable {
  position: relative;
  width: 100%;
  height: 255px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* Set our transitions up. */
}
header .desplegable.interior {
  position: relative;
  width: 100%;
  height: inherit !important;
  min-height: 155px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* Set our transitions up. */
}
header .desplegable.close {
  height: 89px;
}
header .desplegable .bg-contenido {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}
header .desplegable .bg-contenido:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
header .desplegable .bg-contenido h4 {
  text-transform: none;
  color: #fff;
  font-size: 2rem;
  line-height: 38px;
}
header .desplegable .bg-contenido p {
  text-transform: none;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: 20px;
}
header .desplegable .bg-contenido .col-lg-8 p {
  display: none;
  padding-top: 15px;
  font-size: 13px;
  line-height: 18px;
}
header .desplegable .bg-contenido ul.submenu {
  display: inherit;
  float: left;
  width: 33.33%;
  min-height: 140px;
  margin: 0;
  padding: 15px 0 0;
}
@media (max-width: 420px) {
  header .desplegable .bg-contenido ul.submenu {
    padding: 15px 0 0;
  }
}
header .desplegable .bg-contenido ul.submenu li {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
header .desplegable .bg-contenido ul#movil.submenu li {
  width: 100%;
}
@media (max-width: 420px) {
  header .desplegable .bg-contenido ul.submenu li {
    border: none;
  }
}
header .desplegable .bg-contenido ul.submenu li:last-child {
  border: none;
}
header .desplegable .bg-contenido ul.submenu li a {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  padding: 5px 15px;
  color: #fff !important;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
@media (max-width: 420px) {
  header .desplegable .bg-contenido ul.submenu li a {
    min-height: 27px;
    padding: 5px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  header .desplegable .bg-contenido ul.submenu li a {
    font-size: 14px;
  }
}
header .desplegable .bg-contenido ul.submenu li a:hover {
  border: none;
  font-weight: 800;
}
header .desplegable .bg-contenido ul.submenu li a.active {
  border: none;
  font-weight: 800;
}
header .desplegable#tarjetaV .bg-contenido .imgTarjeta {
  position: relative;
}
header .desplegable#tarjetaV .bg-contenido .imgTarjeta img {
  position: absolute;
  top: 29px;
  right: -53px;
}
header .desplegable#tarjetaV .bg-contenido .col-lg-4 h4 {
  width: 188px;
}
header .desplegable#tarjetaV .bg-contenido .col-lg-4 p {
  width: 188px !important;
}
header .desplegable#lcdia {
  height: 160px;
}
header .btn-desplegar {
    position: absolute;
    z-index: 99999;
    bottom: -5px;
    left: 50%;
}
header .btn-desplegar .open {
	width: 36px;
	height: 25px;
	margin: 0 auto;
	cursor: pointer;
	background-color: #262626;
	background-image: url("../../images/iconos/ico-desplegable-abierto.png");
	background-repeat: no-repeat;
	background-position: center;
}
header .btn-desplegar .open.cerrar {
  background-image: url("../../images/iconos/ico-desplegable-cerrado.png");
}
.area-slider {
  position: absolute;
  top: 152px;
  width: 100%;
  height: 800px;
}
.area-slider .sliderPrincipal {
  position: relative;
  height: 800px;
}
.area-slider .sliderPrincipal .sliderItem .container {
  position: relative;
}
.area-slider .sliderPrincipal .sliderItem .container .info {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 130px;
  width: 663px;
}
@media (max-width: 750px) {
  .area-slider .sliderPrincipal .sliderItem .container .info {
    right: 83px;
    width: 89%;
  }
}
@media (max-width: 414px) {
  .area-slider .sliderPrincipal .sliderItem .container .info {
    top: 0px;
    right: 64px;
    width: 100%;
  }
}
.area-slider .sliderPrincipal .sliderItem .container .info .share {
  display: block;
  width: 194px;
  height: 45px;
  margin-left: 466px;
  padding-left: 15px;
  letter-spacing: 2px;
  color: #fff;
  background-image: url("../../images/general/bg-social.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 414px) {
  .area-slider .sliderPrincipal .sliderItem .container .info .share {
    display: none;
  }
}
.area-slider .sliderPrincipal .sliderItem .container .info .share a {
  display: block;
  float: right;
  width: 21px;
  height: 16px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.area-slider .sliderPrincipal .sliderItem .container .info .share a.facebook {
  background-image: url("../../images/iconos/ico-facebook.png");
}
.area-slider .sliderPrincipal .sliderItem .container .info .share a.twitter {
  background-image: url("../../images/iconos/ico-twitter.png");
}
.area-slider .sliderPrincipal .sliderItem .container .info h1 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  text-align: right;
  letter-spacing: -1px;
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .sliderItem .container .info h1 {
    padding-left: 100px !important;
    font-size: 45px;
  }
}
@media (max-width: 414px) {
  .area-slider .sliderPrincipal .sliderItem .container .info h1 {
    font-size: 36px;
    line-height: 35px;
  }
}
.area-slider .sliderPrincipal .sliderItem .container .info .parrafo {
  display: block;
  height: 28px;
}
.area-slider .sliderPrincipal .sliderItem .container .info .parrafo p {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 4px 10px 4px 15px;
  text-align: right;
  color: #fff;
  background-color: #262626;
}
.area-slider .sliderPrincipal .sliderItem .fondoN {
  height: 100%;
}
.area-slider .sliderPrincipal .sliderItem .sliderBg {
  height: 695px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-size: 118%;
  }
}
@media (max-width: 1024px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-size: auto;
  }
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-size: 218%;
  }
}
@media (max-width: 414px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-position-x: -159px;
    background-size: 294%;
  }
}
@media (max-width: 375px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-position-x: -145px;
    background-size: 300%;
  }
}
@media (max-width: 320px) {
  .area-slider .sliderPrincipal .sliderItem .sliderBg {
    background-position-x: -196px;
    background-size: 356%;
  }
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_concierto {
  background-image: url("../../images/home/concierto.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_aseo {
  background-image: url("../../images/home/aseo.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_indigena {
  background-image: url("../../images/home/indigena.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_verano-seguro {
  background-image: url("../../images/home/verano-seguro.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_gran_concierto {
  background-image: url("../../images/home/gran_concierto.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_concierto-navidad {
  background-image: url("../../images/home/concierto-navidad.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_teleasistencia {
  background-image: url("../../images/home/teleasistencia.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_verano {
  background-image: url("../../images/home/plan-verano.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_ccordillera {
  background-image: url("../../images/home/ccordillera.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_navidad-segura {
  background-image: url("../../images/home/navidad-segura.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_becas {
  background-image: url("../../images/home/becas.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_fondos {
  background-image: url("../../images/home/fondos-concursables-2019.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_licitaciones {
  background-image: url("../../images/home/licitaciones3.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_festival {
  background-image: url("../../images/home/festival.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_plan2019 {
  background-image: url("../../images/home/plan2019.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_pc2019 {
  background-image: url("../../images/home/pc2019.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_festival2 {
  background-image: url("../../images/home/festival-ilhabela.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_emprendo {
  background-image: url("../../images/home/feria_emprendo.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_patentes {
  background-image: url("../../images/home/bg_patentes.jpg");
}
.area-slider .sliderPrincipal .sliderItem .sliderBg.sl_tvecino {
  background-image: url("../../images/home/bg_tvecino.jpg");
}
.area-slider .sliderPrincipal .owl-nav {
  position: absolute;
  right: 5%;
  bottom: 235px;
  display: flex;
  justify-content: flex-end;
  height: 0;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .area-slider .sliderPrincipal .owl-nav {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .owl-nav {
    bottom: 202px;
  }
}
@media (max-width: 414px) {
  .area-slider .sliderPrincipal .owl-nav {
    display: none;
  }
}
.area-slider .sliderPrincipal .owl-nav .owl-next,
.area-slider .sliderPrincipal .owl-nav .owl-prev {
  overflow: hidden;
  width: 14px;
  height: 23px;
  text-indent: 9999px;
  background-repeat: no-repeat;
}
.area-slider .sliderPrincipal .owl-nav .owl-prev {
  margin-right: 25px;
  background-image: url("../../images/iconos/ico-prev.png");
  display: none;
}
.area-slider .sliderPrincipal .owl-nav .owl-next {
  background-image: url("../../images/iconos/ico-next.png");
  display: none;
}
.area-slider .sliderPrincipal .owl-nav .num {
  position: absolute;
  top: -162px;
  right: -20px;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #262626;
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .owl-nav .num {
    display: none;
  }
}
.area-slider .sliderPrincipal .owl-dots {
  position: absolute;
  right: 5%;
  bottom: 360px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
  width: 29px;
  height: 250px;
  counter-reset: slides-num;
}
@media (max-width: 420px) {
  .area-slider .sliderPrincipal .owl-dots {
    right: 5%;
  }
}
.area-slider .sliderPrincipal .owl-dots:after {
  position: absolute;
  top: 230px;
  right: -6px;
  content: counter(slides-num);
  color: #fff;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .owl-dots:after {
    display: none;
  }
}
.area-slider .sliderPrincipal .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 10px;
  counter-increment: slides-num;
  border-radius: 50%;
  background-color: #fff;
}
.area-slider .sliderPrincipal .owl-dots .owl-dot.active {
  width: 23px;
  height: 23px;
  margin-right: 0;
  background: none;
  background-image: url("../../images/iconos/dot-active.png");
}
.area-slider .sliderPrincipal .owl-dots .owl-dot.active:before {
  position: absolute;
  top: 230px;
  right: 7px;
  content: counter(slides-num) " / ";
  color: #fff;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .area-slider .sliderPrincipal .owl-dots .owl-dot.active:before {
    display: none;
  }
}
.home {
  position: absolute;
  z-index: 9;
  top: 40px;
  width: 100%;
  height: 418px;
}
@media (max-width: 420px) {
  .home {
    top: -26px;
  }
}
@media (max-width: 375px) {
  .home {
    top: -55px;
  }
}
.home .area-agenda,
.home .area-video,
.home .informa,
.home .masnoticias,
.home .sofafe,
.home .tramites {
  width: 50%;
}
@media (max-width: 767px) {
  .home .area-agenda,
  .home .area-video,
  .home .informa,
  .home .masnoticias,
  .home .sofafe,
  .home .tramites {
    float: none;
    width: 100%;
  }
}
.home h3 {
  line-height: 25px;
}
.home .area-agenda {
  position: relative;
  z-index: 100;
  float: left;
  height: 358px;
  background-color: #135276;
  background-image: url("../../images/home/decoracion-agenda.png");
  background-repeat: no-repeat;
  background-position: 97% 40px;
}
@media (max-width: 767px) {
  .home .area-agenda {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .home .area-agenda {
    height: 430px;
  }
}
.home .area-agenda .down {
  position: absolute;
  top: -33px;
  right: -33px;
  width: 67px;
  height: 67px;
  border-radius: 50px;
  background: #cd303c;
  background: linear-gradient(to bottom, #cd303c 0%, #c33869 100%);
}
@media (max-width: 768px) {
  .home .area-agenda .down {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.home .area-agenda .down a {
  display: block;
  width: 67px;
  height: 67px;
  background-image: url("../../images/iconos/ico-arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
.home .area-agenda h2 {
  position: absolute;
  z-index: 30;
  top: 18px;
  right: 10%;
  color: #fff;
}
@media (max-width: 414px) {
  .home .area-agenda h2 {
    right: 15%;
  }
}
.home .area-agenda .agenda {
  display: flex;
  justify-content: flex-end;
  background-image: url("../../images/home/bg-anticuarios.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1250px) {
  .home .area-agenda .agenda {
    background-size: 60%;
  }
}
@media (max-width: 420px) {
  .home .area-agenda .agenda {
    background: none;
  }
}
.home .area-agenda .agenda .item {
  width: 100%;
  height: 358px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .home .area-agenda .agenda .item {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .home .area-agenda .agenda .item {
    height: 430px;
  }
}
.home .area-agenda .agenda .item .texto {
  position: absolute;
  z-index: 99;
  right: 32%;
  width: 50%;
}
@media (max-width: 767px) {
  .home .area-agenda .agenda .item .texto {
    right: 40%;
  }
}
.home .area-agenda .agenda .item .texto h3 {
  color: #fff;
  font-size: 28px;
}
.home .area-agenda .agenda .item .texto p {
  width: 300px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 375px) {
  .home .area-agenda .agenda .item .texto p {
    width: 280px;
  }
}
.home .area-agenda .agenda .item .date {
  position: absolute;
  top: 70px;
  right: 12%;
  width: 126px;
  height: 126px;
  text-align: center;
  border: 3px solid #59d0e1;
  border-radius: 50%;
}
@media (max-width: 420px) {
  .home .area-agenda .agenda .item .date {
    width: 90px;
    height: 90px;
  }
}
.home .area-agenda .agenda .item .date .icono {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #262626;
  background-image: url("../../images/iconos/ico-agenda.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 420px) {
  .home .area-agenda .agenda .item .date .icono {
    width: 37px;
    height: 37px;
    background-size: 18px;
  }
}
.home .area-agenda .agenda .item .date .dia {
  margin-top: 18px;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 56px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
}
@media (max-width: 414px) {
  .home .area-agenda .agenda .item .date .dia {
    margin-top: 7px;
    font-family: 'Gilroy';
    font-size: 31px;
    line-height: 29px;
  }
}
.home .area-agenda .agenda .item .date .mes {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 414px) {
  .home .area-agenda .agenda .item .date .mes {
    font-size: 14px;
  }
}
.home .area-agenda .agenda .item .date .inicia {
  position: relative;
  top: 15px;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 15px;
}
@media (max-width: 414px) {
  .home .area-agenda .agenda .item .date .inicia {
    top: 8px;
    font-family: 'Gilroy';
    font-size: 11px;
  }
}
.home .area-agenda .agenda .owl-nav {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  width: 63%;
  height: 23px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .area-agenda .agenda .owl-nav {
    width: 79%;
  }
}
.home .area-agenda .agenda .owl-nav .owl-next,
.home .area-agenda .agenda .owl-nav .owl-prev {
  overflow: hidden;
  width: 14px;
  height: 23px;
  text-indent: 9999px;
  background-repeat: no-repeat;
}
.home .area-agenda .agenda .owl-nav .owl-prev {
  margin-right: 25px;
  background-image: url("../../images/iconos/ico-prev.png");
}
.home .area-agenda .agenda .owl-nav .owl-next {
  background-image: url("../../images/iconos/ico-next.png");
}
.home .area-video {
  position: relative;
  float: right;
  overflow: hidden;
  height: 401px;
}
@media (max-width: 425px) {
  .home .area-video {
    height: 331px;
  }
}
.home .area-video .tv {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  width: 71px;
  height: 59px;
  background-image: url("../../images/iconos/ico-tv.png");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home .area-video .tv {
    left: 73px;
  }
}
@media (max-width: 425px) {
  .home .area-video .tv {
    top: 25px;
    left: 25px;
  }
}
.home .area-video .video {
  height: 401px;
}
@media (max-width: 425px) {
  .home .area-video .video {
    height: 331px;
  }
}
.home .area-video .video .item {
  position: relative;
  height: 401px;
}
@media (max-width: 425px) {
  .home .area-video .video .item {
    height: 331px;
  }
}
.home .area-video .video .item .play {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 105px;
  height: 105px;
  margin: auto;
}
@media (min-width: 769px) {
  .home .area-video .video .item .play {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 425px) {
  .home .area-video .video .item .play {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
}
.home .area-video .video .item .play a {
  display: block;
  width: 105px;
  height: 105px;
  background-image: url("../../images/iconos/ico-play-video.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 425px) {
  .home .area-video .video .item .play a {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}
.home .area-video .video .item .play a:hover {
  opacity: 0.5;
}
.home .area-video .video .item .texto {
  position: absolute;
  z-index: 2;
  top: 197px;
  left: 30px;
  width: 70%;
}
@media (max-width: 768px) {
  .home .area-video .video .item .texto {
    left: 73px;
  }
}
@media (max-width: 425px) {
  .home .area-video .video .item .texto {
    top: 131px;
    left: 32px;
  }
}
@media (max-width: 375px) {
  .home .area-video .video .item .texto {
    top: 110px;
  }
}
.home .area-video .video .item .texto span {
  position: relative;
  left: -8px;
  margin-bottom: 20px;
  padding: 8px 30px 8px 9px;
  color: #fff;
  background-color: #262626;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 375px) {
  .home .area-video .video .item .texto span {
    font-size: 10px;
  }
}
.home .area-video .video .item .texto h2 {
  margin: 15px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
}
.home .area-video .video .item .texto p {
  color: #fff;
}
.home .area-video .video .item .bg-video {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 101%;
}
.home .area-video .video .item .bg-video img {
  width: 100%;
}
@media (max-width: 768px) {
  .home .area-video .video .item .bg-video img {
    width: 125%;
  }
}
.home .area-video .video .owl-dots {
  position: absolute;
  z-index: 30;
  right: 135px;
  bottom: 115px;
}
@media (max-width: 768px) {
  .home .area-video .video .owl-dots {
    right: 50px;
    bottom: 40px;
  }
}
.home .area-video .video .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.home .area-video .video .owl-dots .owl-dot.active {
  background-color: #d13a66;
}
.home .masnoticias {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #78568c;
  background: linear-gradient(220deg, #9766a8 0%, #78568c 100%);
}
@media (min-width: 768px) {
  .home .masnoticias {
    height: 358px;
    padding-bottom: 15px;
  }
}
.home .masnoticias__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .home .masnoticias__container {
    width: 90%;
    margin-left: 10%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .home .masnoticias__container {
    width: 82%;
    margin-left: 18%;
  }
}
.home .masnoticias__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home .masnoticias__title {
    margin-bottom: 35px;
    padding-right: 70px;
  }
}
.home .masnoticias__title h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.home .masnoticias__title a {
  text-transform: uppercase;
  color: #262626;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.home .masnoticias__title a:focus,
.home .masnoticias__title a:hover {
  color: #fff;
}
.home .masnoticias__slide {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home .masnoticias__slide {
    height: 270px;
  }
}
.home .masnoticias__slide .noticias {
  width: 100%;
}
@media (min-width: 768px) {
  .home .masnoticias__slide .noticias {
    width: 60%;
  }
}
.home .masnoticias__slide .noticias .item small {
  display: block;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.home .masnoticias__slide .noticias .item a {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .home .masnoticias__slide .noticias .item a {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.home .masnoticias__slide .noticias .item a:focus,
.home .masnoticias__slide .noticias .item a:hover {
  color: #135276;
}
.home .masnoticias__slide .noticias .item a span {
  color: #135276;
}
.home .masnoticias__slide .noticias .owl-nav {
  position: absolute;
  top: -45px;
  left: 130px;
}
@media (min-width: 768px) {
  .home .masnoticias__slide .noticias .owl-nav {
    top: -60px;
  }
}
.home .masnoticias__slide .noticias .owl-nav .owl-next,
.home .masnoticias__slide .noticias .owl-nav .owl-prev {
  overflow: hidden;
  width: 14px;
  height: 23px;
  text-indent: 9999px;
  background-repeat: no-repeat;
  display: inline-block;
}
.home .masnoticias__slide .noticias .owl-nav .owl-prev {
  margin-right: 20px;
  background-image: url("../../images/iconos/ico-prev.png");
}
@media (min-width: 992px) {
  .home .masnoticias__slide .noticias .owl-nav .owl-prev {
    margin-right: 25px;
  }
}
.home .masnoticias__slide .noticias .owl-nav .owl-next {
  background-image: url("../../images/iconos/ico-next.png");
}
.home .masnoticias__suscripcion {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .home .masnoticias__suscripcion {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.home .masnoticias__suscripcion a {
  display: inline-block;
}
.home .tramites {
  float: right;
  overflow: hidden;
  height: 268px;
  margin-top: 90px;
  padding: 25px 50px;
  background: #ce434e;
  background: linear-gradient(to right, #ce434e 0%, #eda846 100%);
}
@media (max-width: 1024px) {
  .home .tramites {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .home .tramites {
    margin-top: 0;
  }
}
.home .tramites .lineaT {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .home .tramites .lineaT {
    display: none;
  }
}
.home .tramites h2.title {
  margin: 0 57px 0 0;
  padding: 0;
}
.home .tramites h2.title a {
  color: #fff !important;
}
.home .tramites h2.title a:hover {
  color: #232323 !important;
}
.home .tramites .titleT {
  margin: 0;
  background-image: url("../../images/iconos/ico-tramites-title.png");
  background-repeat: no-repeat;
  background-position: 210px center;
}
@media (max-width: 414px) {
  .home .tramites .titleT {
    margin: 0 15px 0 30px;
  }
}
.home .tramites .titleT h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  line-height: 24px;
}
.home .tramites .titleT h2 span {
  color: #135276;
  font-style: normal;
}
.home .tramites .itemsT {
  padding: 0 25px;
  border-right: 1px solid #bfc7c8;
}
@media (max-width: 1024px) {
  .home .tramites .itemsT {
    display: none;
  }
}
.home .tramites form {
  width: 60%;
}
@media (max-width: 1024px) {
  .home .tramites form {
    width: 85%;
    margin: 0 auto;
  }
}
.home .tramites form select {
  display: none;
  width: 100%;
  padding: 10px 30px;
  color: #262626;
  border: 1px solid #ccd5d6;
  background-color: #fff;
  background-image: url("../../images/iconos/ico-select.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 800;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1024px) {
  .home .tramites form select {
    display: block;
    margin-top: 8%;
  }
}
.home .tramites form select:focus {
  outline: 0;
}
.home .tramites .itemTramites {
  min-height: 40px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.home .tramites .itemTramites a {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.home .tramites .itemTramites a:hover {
  color: #232323;
}
.home .tramites .itemTramites.ico-patentes {
  background-image: url("../../images/iconos/tramites-home/ico-pago-patentes.png");
}
.home .tramites .itemTramites.ico-solicitud {
  background-image: url("../../images/iconos/tramites-home/ico-solicitud.png");
}
.home .tramites .itemTramites.ico-pago {
  background-image: url("../../images/iconos/tramites-home/ico-pago-permisos.png");
}
.home .tramites .itemTramites.ico-renovacion {
  background-image: url("../../images/iconos/tramites-home/ico-renovacion.png");
}
.home .tramites .itemTramites.ico-talleres {
  background-image: url("../../images/iconos/tramites-home/ico-pago-talleres.png");
}
.home .tramites .itemTramites.ico-partes {
  background-image: url("../../images/iconos/tramites-home/ico-partes.png");
}
.home .informa {
  position: relative;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #78568c;
  background: linear-gradient(135deg, #78568c 0%, #9766a8 100%);
}
@media (min-width: 768px) {
  .home .informa {
    height: 368px;
    padding-bottom: 15px;
  }
}
.home .informa__container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .home .informa__container {
    width: 90%;
    margin-left: 10%;
    padding-right: 0;
    padding-left: 0;
    background-image: url("../../images/home/bg_informa-nov.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 75%;
  }
}
@media (min-width: 992px) {
  .home .informa__container {
    width: 82%;
    margin-left: 18%;
  }
}
@media (min-width: 1200px) {
  .home .informa__container {
    background-size: 440px;
  }
}
.home .informa__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .home .informa__title {
    padding-right: 70px;
    margin-bottom: 35px;
  }
}
.home .informa__title h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .home .informa__title h2 {
    margin-bottom: 0;
  }
}
.home .informa__title a {
  text-transform: uppercase;
  color: #262626;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.home .informa__title a:focus,
.home .informa__title a:hover {
  color: #fff;
}
.home .informa__links {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home .informa__links {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .home .informa__links {
    width: 50%;
  }
}
.home .informa__links small {
  display: block;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.home .informa__links a {
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .home .informa__links a {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.home .informa__links a:focus,
.home .informa__links a:hover {
  color: #135276;
}
.home .informa__links a span {
  color: #135276;
}
.home .informa__links .btn {
  margin-bottom: 0;
  font-size: 11px;
}
.home .informa__links .btn:focus,
.home .informa__links .btn:hover {
  color: #fff;
}
.home .sofafe {
  position: relative;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  background: #d23364;
  background: linear-gradient(to bottom, #d23364 0%, #dc2532 100%);
}
@media (min-width: 768px) {
  .home .sofafe {
    height: 358px;
    padding-right: 0;
    padding-left: 0;
  }
}
.home .sofafe h2 {
  position: absolute;
  top: 25px;
  right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .home .sofafe h2 {
    top: 35px;
    right: 100px;
  }
}
.home .sofafe h2 a {
  color: #232323;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
}
.home .sofafe h2 a:focus,
.home .sofafe h2 a:hover {
  color: #fff;
}
.home .sofafe .bg-sofafe {
  height: 100%;
  background-image: url("../../images/home/bg_sofafe.png");
  background-repeat: no-repeat;
  background-position: 3px bottom;
}
@media (max-width: 1366px) {
  .home .sofafe .bg-sofafe {
    background-position: -7px bottom;
  }
}
@media (max-width: 1288px) {
  .home .sofafe .bg-sofafe {
    background-position: 56px bottom;
    background-size: 80%;
  }
}
@media (max-width: 1100px) {
  .home .sofafe .bg-sofafe {
    background: none;
  }
}
@media (max-width: 768px) {
  .home .sofafe .bg-sofafe {
    background-image: url("../../images/home/bg_sofafe.png");
    background-repeat: no-repeat;
    background-position: -15px bottom;
  }
}
@media (max-width: 644px) {
  .home .sofafe .bg-sofafe {
    background: none;
  }
}
@media (max-width: 425px) {
  .home .sofafe .bg-sofafe {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
  }
}
.home .sofafe .bg-sofafe .text1,
.home .sofafe .bg-sofafe .text2 {
  float: left;
  width: 230px;
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .home .sofafe .bg-sofafe .text1,
  .home .sofafe .bg-sofafe .text2 {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text1,
  .home .sofafe .bg-sofafe .text2 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home .sofafe .bg-sofafe .text1 .btn-blanco.magenta,
  .home .sofafe .bg-sofafe .text2 .btn-blanco.magenta {
    width: 130px;
    padding-left: 15px;
    font-size: 9px;
  }
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text1 .btn-blanco.magenta,
  .home .sofafe .bg-sofafe .text2 .btn-blanco.magenta {
    width: auto;
  }
}
.home .sofafe .bg-sofafe .text1 span,
.home .sofafe .bg-sofafe .text2 span {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text1 span,
  .home .sofafe .bg-sofafe .text2 span {
    font-size: 10px;
  }
}
.home .sofafe .bg-sofafe .text1 h3,
.home .sofafe .bg-sofafe .text2 h3 {
  height: 126px;
  margin: 5px 0 20px;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .home .sofafe .bg-sofafe .text1 h3,
  .home .sofafe .bg-sofafe .text2 h3 {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text1 h3,
  .home .sofafe .bg-sofafe .text2 h3 {
    height: auto;
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.home .sofafe .bg-sofafe .text1 {
  margin-left: 35px;
  padding-top: 32px;
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text1 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: 0;
  }
}
.home .sofafe .bg-sofafe .text1 .logo-sofafe {
  margin-bottom: 10px;
}
.home .sofafe .bg-sofafe .text2 {
  float: right;
  margin-right: 5%;
  padding-top: 32px;
}
@media (max-width: 1319px) {
  .home .sofafe .bg-sofafe .text2 {
    margin-left: 0;
  }
}
@media (max-width: 644px) {
  .home .sofafe .bg-sofafe .text2 {
    padding-top: 18px;
    word-wrap: break-word;
  }
}
@media (max-width: 420px) {
  .home .sofafe .bg-sofafe .text2 {
    margin-top: 0;
    margin-left: 35px;
    margin-left: 0;
    padding-top: 0;
  }
}
.home .bg-antiportonazo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-image: url("../../images/home/bg_antiportonazo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 767px) {
  .home .bg-antiportonazo {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .bg-antiportonazo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home .bg-antiportonazo {
    flex-wrap: wrap;
    background-image: none;
  }
}
@media (max-width: 575px) {
  .home .bg-antiportonazo [class^="text"] {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home .bg-antiportonazo [class^="text"] {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .home .bg-antiportonazo [class^="text"] {
    max-width: 230px;
  }
}
.home .bg-antiportonazo [class^="text"] span {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
}
.home .bg-antiportonazo [class^="text"] h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 21px;
}
@media (min-width: 992px) {
  .home .bg-antiportonazo [class^="text"] h3 {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 25px;
    height: 126px;
  }
}
.home .bg-antiportonazo .text1 {
  margin-left: 0;
}
@media (min-width: 992px) {
  .home .bg-antiportonazo .text1 {
    margin-left: 35px;
  }
}
.home .bg-antiportonazo .text2 {
  margin-right: 0;
}
@media (min-width: 992px) {
  .home .bg-antiportonazo .text2 {
    margin-right: 5%;
  }
}
.home .container100 {
  float: left;
  width: 100%;
  min-height: 419px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home .container100 .sliderCategoriasC {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .home .container100 .sliderCategoriasC {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .home .container100 .sliderCategoriasC {
    width: 79%;
  }
}
.home .container100 .sliderCategoriasC .itemE {
  width: 85px;
  height: 85px;
}
.home .container100 .sliderCategoriasC .itemE a {
  display: block;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .container100 .sliderCategoriasC .itemE a.saludC {
  background-image: url("../../images/iconos/categorias/salud_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.saludC:hover {
  background-image: url("../../images/iconos/categorias/salud_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.hogarC {
  background-image: url("../../images/iconos/categorias/hogar_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.hogarC:hover {
  background-image: url("../../images/iconos/categorias/hogar_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.bellezaC {
  background-image: url("../../images/iconos/categorias/belleza_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.bellezaC:hover {
  background-image: url("../../images/iconos/categorias/belleza_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.restaurantC,
.home .container100 .sliderCategoriasC .itemE a.restaurantesC {
  background-image: url("../../images/iconos/categorias/restaurant_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.restaurantC:hover,
.home .container100 .sliderCategoriasC .itemE a.restaurantesC:hover {
  background-image: url("../../images/iconos/categorias/restaurant_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.educacionC {
  background-image: url("../../images/iconos/categorias/educacion_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.educacionC:hover {
  background-image: url("../../images/iconos/categorias/educacion_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.seguridadC {
  background-image: url("../../images/iconos/categorias/seguridad_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.seguridadC:hover {
  background-image: url("../../images/iconos/categorias/seguridad_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.mascotasC {
  background-image: url("../../images/iconos/categorias/mascotas_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.mascotasC:hover {
  background-image: url("../../images/iconos/categorias/mascotas_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.segurosC {
  background-image: url("../../images/iconos/categorias/seguros_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.segurosC:hover {
  background-image: url("../../images/iconos/categorias/seguros_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.ninosC {
  background-image: url("../../images/iconos/categorias/ninos_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.ninosC:hover {
  background-image: url("../../images/iconos/categorias/ninos_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.tecnologiaC {
  background-image: url("../../images/iconos/categorias/tecnologia_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.tecnologiaC:hover {
  background-image: url("../../images/iconos/categorias/tecnologia_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.adulto-mayorC,
.home .container100 .sliderCategoriasC .itemE a.adultoC {
  background-image: url("../../images/iconos/categorias/adulto_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.adulto-mayorC:hover,
.home .container100 .sliderCategoriasC .itemE a.adultoC:hover {
  background-image: url("../../images/iconos/categorias/adulto_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.automovilesC {
  background-image: url("../../images/iconos/categorias/automoviles_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.automovilesC:hover {
  background-image: url("../../images/iconos/categorias/automoviles_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.deportesC {
  background-image: url("../../images/iconos/categorias/deportes_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.deportesC:hover {
  background-image: url("../../images/iconos/categorias/deportes_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.municipalesC {
  background-image: url("../../images/iconos/categorias/municipales_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.municipalesC:hover {
  background-image: url("../../images/iconos/categorias/municipales_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.turismoC,
.home .container100 .sliderCategoriasC .itemE a.turismosC {
  background-image: url("../../images/iconos/categorias/turismo_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.turismoC:hover,
.home .container100 .sliderCategoriasC .itemE a.turismosC:hover {
  background-image: url("../../images/iconos/categorias/turismo_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.entretencionC {
  background-image: url("../../images/iconos/categorias/entretencion_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.entretencionC:hover {
  background-image: url("../../images/iconos/categorias/entretencion_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.culturaC {
  background-image: url("../../images/iconos/categorias/cultura_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.culturaC:hover {
  background-image: url("../../images/iconos/categorias/cultura_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.asesoria-legalC,
.home .container100 .sliderCategoriasC .itemE a.asesoriaC {
  background-image: url("../../images/iconos/categorias/asesoria_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.asesoria-legalC:hover,
.home .container100 .sliderCategoriasC .itemE a.asesoriaC:hover {
  background-image: url("../../images/iconos/categorias/asesoria_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.emprendimientoC {
  background-image: url("../../images/iconos/categorias/emprendimiento_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.emprendimientoC:hover {
  background-image: url("../../images/iconos/categorias/emprendimiento_off.png");
}
.home .container100 .sliderCategoriasC .itemE a.foodtruckC {
  background-image: url("../../images/iconos/categorias/foodtruck_on.png");
}
.home .container100 .sliderCategoriasC .itemE a.foodtruckC:hover {
  background-image: url("../../images/iconos/categorias/foodtruck_off.png");
}
.home .container100 .sliderCategoriasC .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  /*23px*/
  margin: auto;
}
.home .container100 .sliderCategoriasC .owl-nav .owl-next,
.home .container100 .sliderCategoriasC .owl-nav .owl-prev {
  position: absolute;
  overflow: hidden;
  width: 14px;
  height: 23px;
  text-indent: 9999px;
  background-repeat: no-repeat;
}
.home .container100 .sliderCategoriasC .owl-nav .owl-prev {
  left: -40px;
  background-image: url("../../images/iconos/ico-prev-n.png");
}
.home .container100 .sliderCategoriasC .owl-nav .owl-next {
  right: -20px;
  background-image: url("../../images/iconos/ico-next-n.png");
}
.home .otros {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  .home .otros {
    float: none;
    width: 100%;
  }
}
.home .otros .beneficios,
.home .otros .enBici,
.home .otros .mascotas,
.home .otros .tuFoto {
  height: 131px;
}
@media (max-width: 1024px) {
  .home .otros .beneficios,
  .home .otros .enBici,
  .home .otros .mascotas,
  .home .otros .tuFoto {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .home .otros .beneficios h2,
  .home .otros .enBici h2,
  .home .otros .mascotas h2,
  .home .otros .tuFoto h2 {
    font-size: 30px !important;
  }
}
.home .otros .enBici h2 {
  margin-left: 10px;
}
.home .otros .beneficios,
.home .otros .mascotas {
  width: 100%;
}
.home .otros .enBici,
.home .otros .tuFoto {
  float: left;
  width: 50%;
}
@media (max-width: 414px) {
  .home .otros .enBici,
  .home .otros .tuFoto {
    float: none;
    width: 100%;
  }
}
.home .otros .beneficios {
  display: flex;
  align-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  background-color: #dbe9eb;
}
.home .otros .beneficios h2 {
  display: block;
  margin: 0 10px 0 0;
  padding-bottom: 10px;
  color: #36c6da;
  background-image: url("../../images/iconos/ico-detalle-ondas.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 35px;
}
.home .otros .beneficios .mensaje {
  width: 269px;
  margin: 0 10px;
  padding: 0 5px;
}
.home .otros .beneficios .mensaje a {
  display: block;
  margin-bottom: 10px;
  color: #232323;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1024px) {
  .home .otros .beneficios .mensaje a {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .home .otros .beneficios .mensaje a {
    font-size: 12px;
  }
}
.home .otros .mascotas {
  background: #109eb2;
  background: linear-gradient(to right, #109eb2 0%, #2ab9ce 100%);
}
.home .otros .mascotas .bgmascotas {
  display: flex;
  align-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-image: url("../../images/home/bg_mascotas.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home .otros .mascotas .bgmascotas h2 {
  display: block;
  margin: 0 21px 0 0;
  padding-bottom: 10px;
  color: #fff;
  background-image: url("../../images/iconos/ico-detalle-ondas.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 35px;
}
.home .otros .mascotas .bgmascotas .mensaje {
  width: calc(200px);
  margin: 0 10px;
  padding: 0 5px;
}
.home .otros .mascotas .bgmascotas .mensaje a {
  display: block;
  color: #232323;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1024px) {
  .home .otros .mascotas .bgmascotas .mensaje a {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .home .otros .mascotas .bgmascotas .mensaje a {
    font-size: 13px;
  }
}
.home .otros .enBici,
.home .otros .tuFoto {
  background: #ff7267;
  background: linear-gradient(to right, #ff7267 0%, #ff8b59 100%);
}
.home .otros .tuFoto .bgFoto {
  display: flex;
  align-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-image: url("../../images/home/bg_tu_foto.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1024px) {
  .home .otros .tuFoto .bgFoto {
    background-position: -5px bottom;
  }
}
@media (max-width: 425px) {
  .home .otros .tuFoto .bgFoto {
    justify-content: flex-start;
  }
}
.home .otros .tuFoto .bgFoto h2 {
  display: block;
  margin: 0 26px 0 0;
  padding-bottom: 10px;
  color: #fff;
  background-image: url("../../images/iconos/ico-detalle-ondas.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 35px;
  line-height: 30px;
}
@media (max-width: 414px) {
  .home .otros .tuFoto .bgFoto h2 {
    margin: 0 103px 0 0;
  }
}
.home .otros h2 span {
  display: block;
  color: #232323;
  font-size: 26px;
}
.home .otros a.btn {
  width: 135px;
  min-width: 135px;
  margin-right: 20px;
}
.home .otros .enBici .bgBici {
  display: flex;
  align-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("../../images/home/bg_en_bici.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 414px) {
  .home .otros .enBici .bgBici {
    justify-content: flex-start;
  }
}
.home .otros .enBici .bgBici h2 {
  display: block;
  margin: 0 26px 0 0;
  padding-bottom: 10px;
  color: #fff;
  background-image: url("../../images/iconos/ico-detalle-ondas.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 35px;
  line-height: 30px;
}
.home .apiFacebook {
  float: right;
  overflow: hidden;
  width: 40%;
  min-height: 393px;
  background-color: #d2dbdc;
}
@media (max-width: 414px) {
  .home .apiFacebook {
    min-height: auto;
    padding-bottom: 30px;
  }
}
.home .apiFacebook img {
  width: auto;
}
@media (max-width: 414px) {
  .home .apiFacebook img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home .apiFacebook {
    float: none;
    width: 100%;
  }
}
.home footer {
  float: left;
  width: 100%;
}
.calendar {
  margin-bottom: 60px;
}
.calendar__month {
  height: 46px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .calendar__month {
    display: none;
  }
}
.calendar__month ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .calendar__month ul {
    max-width: 1230px;
  }
}
.calendar__month ul li {
  text-transform: uppercase;
  font-size: 12px;
}
.calendar__month ul li a {
  text-decoration: none;
  color: #93a2ab;
  font-weight: 700;
}
.calendar__month ul li a.active,
.calendar__month ul li a:focus,
.calendar__month ul li a:hover {
  color: #6e468a;
}
.calendar__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 900px;
  overflow: hidden;
}
.calendar__item {
  flex: 0 0 100%;
  max-width: 100%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
@media (min-width: 768px) {
  .calendar__item {
    border-width: 1px 1px 1px 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendar__item:nth-child(2n+2) {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .calendar__item {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calendar__item:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .calendar__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .calendar__item:nth-child(4n+4) {
    border-right: 0;
  }
}
.calendar__item.active {
  border-color: #d5d5d5;
  background-color: #e5e5e5;
}
.calendar__item.active .field__date {
  border-color: #d5d5d5;
}
.field {
  height: 100%;
}
@media (min-width: 768px) {
  .field {
    min-height: 280px;
  }
}
.field__date {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .field__date {
    padding: 10px 10px 10px 30px;
  }
}
.field__date-current {
  color: #3c424b;
}
@media (min-width: 992px) {
  .field__date-current {
    font-size: 16px;
  }
}
.field__date-current span {
  color: #59b3c7;
}
.field__date-day {
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #59b3c7;
  font-weight: 300;
}
@media (min-width: 768px) {
  .field__date-day {
    width: 60px;
    height: 60px;
  }
}
.field__date-day small,
.field__date-day span {
  display: block;
  line-height: 1;
}
.field__date-day span {
  font-size: 20px;
}
@media (min-width: 768px) {
  .field__date-day span {
    font-size: 30px;
  }
}
.field__date-day small {
  text-transform: uppercase;
  font-size: 10px;
}
.field__event {
  padding: 15px;
}
@media (min-width: 768px) {
  .field__event {
    padding: 20px 10px 20px 30px;
  }
}
.field__event ul {
  padding-left: 22px;
  list-style: none;
}
.field__event ul li {
  margin-bottom: 10px;
}
.field__event ul li::before {
  margin-right: 6px;
  margin-left: -22px;
  content: url("../../images/iconos/ico-list-plus.html");
  vertical-align: sub;
}
.field__event ul li a {
  text-decoration: none;
  color: #3d434c;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
}
.field__event ul li a:focus,
.field__event ul li a:hover {
  color: #59b3c7;
}
.read-more {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, #ffffff 75%);
  height: 80px;
  margin-top: -80px;
  border-bottom: 1px solid #e5e5e5;
}
.read-more__btn {
  position: absolute;
  top: 50%;
  transform: translateY(25%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #788893;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.read-more__btn img {
  width: auto !important;
}
#layout-transparencia #contenido,
#layout-transparencia #contenidos,
#layout-transparencia .contenidos {
  max-width: 95%;
}
#layout-transparencia header {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#layout-transparencia header h1,
#layout-transparencia header h2,
#layout-transparencia header h3,
#layout-transparencia header h4,
#layout-transparencia header h5,
#layout-transparencia header h6 {
  color: #fff;
}
#layout-transparencia header .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
#layout-transparencia header .flex-row .logo-ilha-bela {
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66666667%;
}
#layout-transparencia header .flex-row .logo-ilha-bela a {
  display: inline-block;
}
#layout-transparencia header .flex-row .transparencia {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66666667%;
}
#layout-transparencia header .flex-row .transparencia h4 {
  display: inline-block;
}
#layout-transparencia header .flex-row .transparencia__solicitud {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  width: inherit;
}
#layout-transparencia header .flex-row .transparencia__solicitud a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
#layout-transparencia header .flex-row .transparencia__solicitud a img {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
#layout-transparencia header .flex-row .transparencia__solicitud a span {
  display: block;
  text-transform: none;
}
#layout-transparencia header .flex-row .select-transparencia {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66666667%;
}
#layout-transparencia header .flex-row .select-transparencia .menu-transparencia {
  margin-top: 0;
}
#layout-transparencia header .flex-row .select-transparencia .menu-transparencia span {
  margin-bottom: 5px;
  margin-left: 10px;
}
#layout-transparencia header .flex-row .select-transparencia .menu-transparencia #sel-transparencia {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#layout-transparencia header .flex-row .select-transparencia .menu-transparencia #sel-transparencia li a {
  text-decoration: none;
}
#layout-transparencia header#interior {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#layout-transparencia footer {
  position: relative;
  min-height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
}
#layout-transparencia footer .btn-up .up {
  top: -60px;
}
#layout-transparencia footer address {
  margin-bottom: 0;
}
#contenidos.full-width,
.contenidos.full-width {
  overflow: hidden;
  padding: 10px 0 40px;
}
@media (max-width: 425px) {
  .contenidos.celectronico {
    padding-top: 0 !important;
  }
}
#contenido,
#contenidos,
.contenidos {
  padding: 10px 0 40px;
  /* ------DESCOMENTAR PARA NUEVA PORTADA TRÁMITES
	.fila-tramites {
          margin: 10px 0;
          padding: 10px 0;
          border-bottom: #e5e5e5 solid 1px;
          clear: both;
    }

    @media(max-width:992px) {
      .fila-tramites {
          margin: 0;
          border: none;
        }
             }
	--------------------------------------------*/
}
@media (max-width: 1300px) {
  #contenido,
  #contenidos,
  .contenidos {
    padding: 10px 15px 40px;
  }
}
@media (max-width: 420px) {
  #contenido,
  #contenidos,
  .contenidos {
    padding-top: 35px;
  }
}
#contenido h2,
#contenidos h2,
.contenidos h2 {
  margin-top: 0;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 30px;
  font-weight: 300;
}
#contenido h2 span,
#contenidos h2 span,
.contenidos h2 span {
  display: block;
  color: #262626;
  font-size: 20px;
}

#contenido h2.color-padrao,
#contenidos h2.color-padrao,
.contenidos h2.color-padrao {
  color: #135276;
  background-image: url("../../images/iconos/ico-detalle-ondas-dorado.png");
}

#contenido h2.color-azul,
#contenidos h2.color-azul,
.contenidos h2.color-azul {
  color: #135276;
  background-image: url("../../images/iconos/ico-detalle-ondas-azul.png");
}

#contenido h2.color-dorado,
#contenidos h2.color-dorado,
.contenidos h2.color-dorado {
  color: #d2a04e;
  background-image: url("../../images/iconos/ico-detalle-ondas-dorado.png");
}

#contenido h2.color-municipalidad,
#contenidos h2.color-municipalidad,
.contenidos h2.color-municipalidad {
  color: #135276;
  background-image: url("../../images/iconos/ico-detalle-ondas-c.png");
}
#contenido h2.color-salud,
#contenidos h2.color-salud,
.contenidos h2.color-salud {
  color: #048d96;
  background-image: url("../../images/iconos/ico-detalle-ondas-c.png");
}
#contenido h2.color-gcolaborativo,
#contenidos h2.color-gcolaborativo,
.contenidos h2.color-gcolaborativo {
  color: #048d96;
  background-image: url("../../images/iconos/ico-detalle-ondas-c.png");
}
#contenido h2.color-secretarias,
#contenidos h2.color-secretarias,
.contenidos h2.color-secretarias {
  color: #7c548e;
  background-image: url("../../images/iconos/ico-detalle-ondas-m.png");
}
#contenido h2.color-recreacion,
#contenidos h2.color-recreacion,
.contenidos h2.color-recreacion {
  color: #f66658;
  background-image: url("../../images/iconos/ico-detalle-ondas-n.png");
}
#contenido h2.color-educacion,
#contenidos h2.color-educacion,
.contenidos h2.color-educacion {
  color: #b54a68;
  background-image: url("../../images/iconos/ico-detalle-ondas-edu.png");
}
#contenido h2.color-lcverde,
#contenidos h2.color-lcverde,
.contenidos h2.color-lcverde {
  color: #4db898;
  background-image: url("../../images/iconos/ico-detalle-ondas-v.png");
}
#contenido h2.color-seguridad,
#contenidos h2.color-seguridad,
.contenidos h2.color-seguridad {
  color: #d2315e;
  background-image: url("../../images/iconos/ico-detalle-ondas-seguridad.png");
}
#contenido h2.color-lcdia,
#contenidos h2.color-lcdia,
.contenidos h2.color-lcdia {
  color: #19a7bc;
  background-image: url("../../images/iconos/ico-detalle-ondas-c.png");
}
#contenido h3,
#contenidos h3,
.contenidos h3 {
  font-size: 20px;
}
#contenido h4,
#contenidos h4,
.contenidos h4 {
  font-size: 16px;
}
#contenido h5,
#contenidos h5,
.contenidos h5 {
  font-size: 14px;
}
#contenido p,
#contenidos p,
.contenidos p {
  padding: 10px 0;
  color: #404040;
  font-size: 14px;
  line-height: 25px;
}
#contenido p.bajada,
#contenidos p.bajada,
.contenidos p.bajada {
  padding: 8px 0;
  text-align: justify;
  font-size: 20px;
  line-height: 35px;
}
#contenido p.bajada .bajada--img-right,
#contenidos p.bajada .bajada--img-right,
.contenidos p.bajada .bajada--img-right {
  max-width: 40%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#contenido ul,
#contenidos ul,
.contenidos ul {
  margin: 0;
  padding: 10px 0 6px 15px;
}
#contenido ul.grafico li.vin-violeta,
#contenidos ul.grafico li.vin-violeta,
.contenidos ul.grafico li.vin-violeta {
  list-style: url("../../images/iconos/ico-list-violeta.png");
}
#contenido ul.grafico li.vin-fucsia,
#contenidos ul.grafico li.vin-fucsia,
.contenidos ul.grafico li.vin-fucsia {
  list-style: url("../../images/iconos/ico-list-fucsia.png");
}
#contenido ul.grafico li.vin-azul,
#contenidos ul.grafico li.vin-azul,
.contenidos ul.grafico li.vin-azul {
  list-style: url("../../images/iconos/ico-list-azul.png");
}
#contenido ul.grafico li.vin-verde,
#contenidos ul.grafico li.vin-verde,
.contenidos ul.grafico li.vin-verde {
  list-style: url("../../images/iconos/ico-list-verde.png");
}
#contenido ul.grafico li.vin-amarillo,
#contenidos ul.grafico li.vin-amarillo,
.contenidos ul.grafico li.vin-amarillo {
  list-style: url("../../images/iconos/ico-list-amarillo.png");
}
#contenido ul.grafico li.vin-rojo,
#contenidos ul.grafico li.vin-rojo,
.contenidos ul.grafico li.vin-rojo {
  list-style: url("../../images/iconos/ico-list-rojo.png");
}
#contenido ul li,
#contenidos ul li,
.contenidos ul li {
  margin-bottom: 6px;
  padding-left: 5px;
  list-style: url("../../images/iconos/ico-list.png");
  font-size: 14px;
  line-height: 25px;
}
#contenido ul.list2 li,
#contenidos ul.list2 li,
.contenidos ul.list2 li {
  margin-bottom: 10px;
}
#contenido .direccion,
#contenidos .direccion,
.contenidos .direccion {
  margin-bottom: 30px;
  font-size: 14px;
}
#contenido .direccion span,
#contenidos .direccion span,
.contenidos .direccion span {
  display: block;
  font-weight: bold;
}
#contenido .direccion p,
#contenidos .direccion p,
.contenidos .direccion p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 21px;
}
#contenido .direccion a,
#contenidos .direccion a,
.contenidos .direccion a {
  margin: 0;
  padding: 0;
  color: #262626;
}
#contenido .direccion .imagen,
#contenidos .direccion .imagen,
.contenidos .direccion .imagen {
  height: 33px;
  margin-bottom: 10px;
}
#contenido aside.sub-menu,
#contenidos aside.sub-menu,
.contenidos aside.sub-menu {
  padding-top: 0px;
}
@media (max-width: 420px) {
  #contenido aside.sub-menu,
  #contenidos aside.sub-menu,
  .contenidos aside.sub-menu {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
#contenido aside.sub-menu a.btn-subMenu,
#contenidos aside.sub-menu a.btn-subMenu,
.contenidos aside.sub-menu a.btn-subMenu {
  min-width: 100%;
  color: #262626;
  border: 3px solid #ccd5d6;
  background-image: url("../../images/iconos/ico-select.png");
  background-repeat: no-repeat;
  background-position: 94% center;
}
#contenido aside.sub-menu a.btn-subMenu.active,
#contenidos aside.sub-menu a.btn-subMenu.active,
.contenidos aside.sub-menu a.btn-subMenu.active,
#contenido aside.sub-menu a.btn-subMenu:hover,
#contenidos aside.sub-menu a.btn-subMenu:hover,
.contenidos aside.sub-menu a.btn-subMenu:hover {
  border: 3px solid #a6aeaf;
  background-color: #fff;
  background-image: url("../../images/iconos/ico-select-close.png");
}
#contenido aside.sub-menu ul,
#contenidos aside.sub-menu ul,
.contenidos aside.sub-menu ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 736px) {
  #contenido aside.sub-menu ul,
  #contenidos aside.sub-menu ul,
  .contenidos aside.sub-menu ul {
    display: none;
    width: 94%;
    margin: -3px auto 0;
    padding: 10px;
    border: 1px solid #ccd5d6;
  }
}
#contenido aside.sub-menu ul li,
#contenidos aside.sub-menu ul li,
.contenidos aside.sub-menu ul li {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}
#contenido aside.sub-menu ul li a,
#contenidos aside.sub-menu ul li a,
.contenidos aside.sub-menu ul li a {
  display: block;
  color: #262626 !important;
}
#contenido aside.sub-menu ul li a:hover,
#contenidos aside.sub-menu ul li a:hover,
.contenidos aside.sub-menu ul li a:hover {
  font-weight: bold;
}
#contenido aside.sub-menu ul li a.active,
#contenidos aside.sub-menu ul li a.active,
.contenidos aside.sub-menu ul li a.active {
  font-weight: bold;
}
#contenido aside.sub-menu ul li ul,
#contenidos aside.sub-menu ul li ul,
.contenidos aside.sub-menu ul li ul {
  display: none;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #2cbbd0;
}
@media (max-width: 736px) {
  #contenido aside.sub-menu ul li ul,
  #contenidos aside.sub-menu ul li ul,
  .contenidos aside.sub-menu ul li ul {
    margin: 0;
    padding: 0 0 0 25px;
    border: none;
    border-left: 3px solid #2cbbd0;
  }
}
#contenido aside.sub-menu ul li ul.active,
#contenidos aside.sub-menu ul li ul.active,
.contenidos aside.sub-menu ul li ul.active {
  display: block;
}




#contenido .sub-menu,
#contenidos .sub-menu,
.contenidos .sub-menu {
  padding-top: 0px;
}
@media (max-width: 420px) {
  #contenido .sub-menu,
  #contenidos .sub-menu,
  .contenidos .sub-menu {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
#contenido .sub-menu a.btn-subMenu,
#contenidos .sub-menu a.btn-subMenu,
.contenidos .sub-menu a.btn-subMenu {
  min-width: 100%;
  color: #262626;
  border: 3px solid #ccd5d6;
  background-image: url("../../images/iconos/ico-select.png");
  background-repeat: no-repeat;
  background-position: 94% center;
}
#contenido .sub-menu a.btn-subMenu.active,
#contenidos .sub-menu a.btn-subMenu.active,
.contenidos .sub-menu a.btn-subMenu.active,
#contenido .sub-menu a.btn-subMenu:hover,
#contenidos .sub-menu a.btn-subMenu:hover,
.contenidos .sub-menu a.btn-subMenu:hover {
  border: 3px solid #a6aeaf;
  background-color: #fff;
  background-image: url("../../images/iconos/ico-select-close.png");
}
#contenido .sub-menu ul,
#contenidos .sub-menu ul,
.contenidos .sub-menu ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 736px) {
  #contenido .sub-menu ul,
  #contenidos .sub-menu ul,
  .contenidos .sub-menu ul {
    display: none;
    width: 94%;
    margin: -3px auto 0;
    padding: 10px;
    border: 1px solid #ccd5d6;
  }
}
#contenido .sub-menu ul li,
#contenidos .sub-menu ul li,
.contenidos .sub-menu ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}
#contenido .sub-menu ul li a,
#contenidos .sub-menu ul li a,
.contenidos .sub-menu ul li a {
  display: block;
  color: #262626 !important;
}
#contenido .sub-menu ul li a:hover,
#contenidos .sub-menu ul li a:hover,
.contenidos .sub-menu ul li a:hover {
  font-weight: bold;
}
#contenido .sub-menu ul li a.active,
#contenidos .sub-menu ul li a.active,
.contenidos .sub-menu ul li a.active {
  font-weight: bold;
}
#contenido .sub-menu ul li ul,
#contenidos .sub-menu ul li ul,
.contenidos .sub-menu ul li ul {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 3px solid #135276;
}
@media (max-width: 736px) {
  #contenido .sub-menu ul li ul,
  #contenidos .sub-menu ul li ul,
  .contenidos .sub-menu ul li ul {
    margin: 0;
    padding: 0 0 0 25px;
    border: none;
    border-left: 3px solid #135276;
  }
}
#contenido .sub-menu ul li ul.active,
#contenidos .sub-menu ul li ul.active,
.contenidos .sub-menu ul li ul.active {
  display: block;
}
#contenido .sub-menu ul li .main-title,
#contenidos .sub-menu ul li .main-title,
.contenidos .sub-menu ul li .main-title{
    border-left: solid 3px #a2a2a2;
    background-color: #e8e8e8;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #a2a2a2;
    height: 36px;
    line-height: 36px;
	white-space: nowrap;
}

#contenido .sub-menu ul li .main-title:hover, #contenido .sub-menu ul li a[aria-expanded="true"] .main-title,
#contenidos .sub-menu ul li .main-title:hover, #contenidos .sub-menu ul li a[aria-expanded="true"] .main-title,
.contenidos .sub-menu ul li .main-title:hover,.contenidos .sub-menu ul li a[aria-expanded="true"] .main-title{
    background-color: #d0d0d0;
    color: #868686;
}

#contenido .foto,
#contenidos .foto,
.contenidos .foto {
  width: 48%;
}
#contenido .foto.full,
#contenidos .foto.full,
.contenidos .foto.full {
  width: 100%;
}
#contenido .foto.thumb,
#contenidos .foto.thumb,
.contenidos .foto.thumb {
  width: 25%;
}
#contenido .foto.thumb.right,
#contenidos .foto.thumb.right,
.contenidos .foto.thumb.right {
  float: right;
  margin: 10px 0 100px 15px;
}
#contenido .foto.thumb.left,
#contenidos .foto.thumb.left,
.contenidos .foto.thumb.left {
  float: left;
  margin: 10px 15px 100px 0;
}
#contenido .foto img,
#contenidos .foto img,
.contenidos .foto img {
  width: 100%;
}
#contenido .foto.right,
#contenidos .foto.right,
.contenidos .foto.right {
  float: right;
  margin: 19px 0 18px 30px;
}
#contenido .foto.left,
#contenidos .foto.left,
.contenidos .foto.left {
  float: left;
  margin: 19px 30px 18px 0;
}
#contenido .foto .bajada-foto,
#contenidos .foto .bajada-foto,
.contenidos .foto .bajada-foto {
  padding-top: 5px;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: normal;
}
#contenido .foto.w100,
#contenidos .foto.w100,
.contenidos .foto.w100 {
  width: 100%;
}
#contenido .datos,
#contenidos .datos,
.contenidos .datos {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  line-height: 25px;
}
#contenido .datos span,
#contenidos .datos span,
.contenidos .datos span {
  display: flex;
  align-items: center;
  height: 20px;
  height: 60px;
  padding: 10px 0;
  line-height: 15px;
}
#contenido .datos span img.left,
#contenidos .datos span img.left,
.contenidos .datos span img.left {
  margin: 0 10px 0 0;
}
#contenido .calendario,
#contenidos .calendario,
.contenidos .calendario {
  background-color: #e8ecec;
  border-radius: 10px;
}
#contenido .calendario .fechas,
#contenidos .calendario .fechas,
.contenidos .calendario .fechas {
  display: flex;
  justify-content: space-between;
  padding: 35px 35px 30px;
  border-bottom: 1px solid #cbcece;
}
#contenido .calendario .fechas .finicio,
#contenidos .calendario .fechas .finicio,
.contenidos .calendario .fechas .finicio,
#contenido .calendario .fechas .ftermino,
#contenidos .calendario .fechas .ftermino,
.contenidos .calendario .fechas .ftermino {
  font-size: 14px;
  line-height: 19px;
}
#contenido .calendario .fechas .finicio span,
#contenidos .calendario .fechas .finicio span,
.contenidos .calendario .fechas .finicio span,
#contenido .calendario .fechas .ftermino span,
#contenidos .calendario .fechas .ftermino span,
.contenidos .calendario .fechas .ftermino span {
  display: block;
  font-weight: bold;
}
#contenido .calendario .fechas .icono,
#contenidos .calendario .fechas .icono,
.contenidos .calendario .fechas .icono {
  width: 27px;
  height: 28px;
  background-image: url("../../images/iconos/ico-calendario.png");
  background-repeat: no-repeat;
  background-position: center;
}
#contenido .calendario .info-cal,
#contenidos .calendario .info-cal,
.contenidos .calendario .info-cal {
  padding: 15px 0;
}
#contenido .calendario .info-cal p,
#contenidos .calendario .info-cal p,
.contenidos .calendario .info-cal p {
  padding: 0 0 15px;
  color: #3b3b3b;
  font-family: 'Gilroy';
  font-size: 14px;
}
#contenido .calendario .info-cal .cal,
#contenidos .calendario .info-cal .cal,
.contenidos .calendario .info-cal .cal {
  padding-bottom: 15px;
}
#contenido .calendario .info-cal .cal #datepicker,
#contenidos .calendario .info-cal .cal #datepicker,
.contenidos .calendario .info-cal .cal #datepicker {
  display: block;
}
#contenido .calendario .info-cal .info,
#contenidos .calendario .info-cal .info,
.contenidos .calendario .info-cal .info {
  padding: 15px 35px;
  border-top: 1px solid #cbcece;
  background-repeat: no-repeat;
  background-position: 89% center;
}
#contenido .calendario .info-cal .info:first-child,
#contenidos .calendario .info-cal .info:first-child,
.contenidos .calendario .info-cal .info:first-child {
  border-top: none;
}
#contenido .calendario .info-cal .info.lugar,
#contenidos .calendario .info-cal .info.lugar,
.contenidos .calendario .info-cal .info.lugar {
  background-image: url("../../images/iconos/ico-ubicacion.png");
}
#contenido .calendario .info-cal .info.horarios,
#contenidos .calendario .info-cal .info.horarios,
.contenidos .calendario .info-cal .info.horarios {
  background-image: url("../../images/iconos/ico-reloj.png");
}
#contenido .calendario .info-cal .info.valores,
#contenidos .calendario .info-cal .info.valores,
.contenidos .calendario .info-cal .info.valores {
  background-image: url("../../images/iconos/ico-ticket.png");
}
#contenido .calendario .info-cal .info.fecha,
#contenidos .calendario .info-cal .info.fecha,
.contenidos .calendario .info-cal .info.fecha {
  background-image: url("../../images/iconos/ico-calendario.png");
}
#contenido .calendario .info-cal .info p,
#contenidos .calendario .info-cal .info p,
.contenidos .calendario .info-cal .info p {
  width: 75%;
  margin-top: 0;
  padding-top: 0;
  color: #3b3b3b;
  font-family: 'Gilroy';
  line-height: 21px;
}
#contenido .calendario .info-cal .info span,
#contenidos .calendario .info-cal .info span,
.contenidos .calendario .info-cal .info span {
  color: #3b3b3b;
  font-family: 'Gilroy';
  font-weight: 800;
}
#contenido .share,
#contenidos .share,
.contenidos .share {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  letter-spacing: 2px;
  color: #9ea6ac;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}
#contenido .share.vecino,
#contenidos .share.vecino,
.contenidos .share.vecino {
  width: 194px;
}
#contenido .share a,
#contenidos .share a,
.contenidos .share a {
  display: block;
  float: right;
  width: 21px;
  height: 16px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#contenido .share a.facebook,
#contenidos .share a.facebook,
.contenidos .share a.facebook {
  background-image: url("../../images/iconos/ico-facebook-gris.png");
}
#contenido .share a.twitter,
#contenidos .share a.twitter,
.contenidos .share a.twitter {
  background-image: url("../../images/iconos/ico-twitter-gris.png");
}
#contenido .share.position,
#contenidos .share.position,
.contenidos .share.position {
  position: absolute;
  top: 45px;
  right: 0;
}
#contenido .tmlasondes.position,
#contenidos .tmlasondes.position,
.contenidos .tmlasondes.position {
  position: absolute;
  top: 100px;
  right: 0;
}
#contenido .area-cartelera .cartelera,
#contenidos .area-cartelera .cartelera,
.contenidos .area-cartelera .cartelera {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera,
  #contenidos .area-cartelera .cartelera,
  .contenidos .area-cartelera .cartelera {
    padding-top: 70px;
  }
}
#contenido .area-cartelera .cartelera .imagen,
#contenidos .area-cartelera .cartelera .imagen,
.contenidos .area-cartelera .cartelera .imagen {
  position: relative;
  width: 100%;
}
#contenido .area-cartelera .cartelera .imagen .descuento,
#contenidos .area-cartelera .cartelera .imagen .descuento,
.contenidos .area-cartelera .cartelera .imagen .descuento {
  position: absolute;
  z-index: 30;
  top: -50px;
  left: 20px;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: column;
  justify-content: stretch;
  width: 115px;
  height: 115px;
  color: #fff;
  border-radius: 50%;
  background-color: #e7b923;
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .imagen .descuento,
  #contenidos .area-cartelera .cartelera .imagen .descuento,
  .contenidos .area-cartelera .cartelera .imagen .descuento {
    width: 90px;
    height: 90px;
  }
}
#contenido .area-cartelera .cartelera .imagen .descuento span,
#contenidos .area-cartelera .cartelera .imagen .descuento span,
.contenidos .area-cartelera .cartelera .imagen .descuento span {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .imagen .descuento span,
  #contenidos .area-cartelera .cartelera .imagen .descuento span,
  .contenidos .area-cartelera .cartelera .imagen .descuento span {
    font-size: 10px;
  }
}
#contenido .area-cartelera .cartelera .imagen .descuento .numero,
#contenidos .area-cartelera .cartelera .imagen .descuento .numero,
.contenidos .area-cartelera .cartelera .imagen .descuento .numero {
  font-size: 50px;
  line-height: 44px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .imagen .descuento .numero,
  #contenidos .area-cartelera .cartelera .imagen .descuento .numero,
  .contenidos .area-cartelera .cartelera .imagen .descuento .numero {
    font-size: 30px;
    line-height: 30px;
  }
}
#contenido .area-cartelera .cartelera .imagen .descuento .numero .porcentaje,
#contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje,
.contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje {
  float: right;
  font-size: 13px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .imagen .descuento .numero .porcentaje,
  #contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje,
  .contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje {
    font-size: 10px;
  }
}
#contenido .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span,
#contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span,
.contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span {
  display: block;
  margin-top: 15px;
  font-size: 30px;
  line-height: 1px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span,
  #contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span,
  .contenidos .area-cartelera .cartelera .imagen .descuento .numero .porcentaje span {
    margin-top: 10px;
    font-size: 25px;
  }
}
#contenido .area-cartelera .cartelera .info,
#contenidos .area-cartelera .cartelera .info,
.contenidos .area-cartelera .cartelera .info {
  padding-bottom: 15px;
}
#contenido .area-cartelera .cartelera .info h3,
#contenidos .area-cartelera .cartelera .info h3,
.contenidos .area-cartelera .cartelera .info h3 {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #454c56;
  font-size: 34px;
  line-height: 28px;
  /*text-transform: uppercase;*/
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .info h3,
  #contenidos .area-cartelera .cartelera .info h3,
  .contenidos .area-cartelera .cartelera .info h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
#contenido .area-cartelera .cartelera .info p,
#contenidos .area-cartelera .cartelera .info p,
.contenidos .area-cartelera .cartelera .info p {
  margin: 0;
  padding: 0;
  color: #454c56;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #contenido .area-cartelera .cartelera .info p,
  #contenidos .area-cartelera .cartelera .info p,
  .contenidos .area-cartelera .cartelera .info p {
    line-height: 21px;
  }
}
#contenido .informacion,
#contenidos .informacion,
.contenidos .informacion {
  margin: 50px 0;
  padding: 30px;
  background-color: #e8ecec;
  border-radius: 10px;
}
#contenido .informacion p,
#contenidos .informacion p,
.contenidos .informacion p {
  font-size: 12px;
  line-height: 26px;
}
#contenido .listado-convenios,
#contenidos .listado-convenios,
.contenidos .listado-convenios {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contenido .listado-convenios .caja-item,
#contenidos .listado-convenios .caja-item,
.contenidos .listado-convenios .caja-item {
  overflow: hidden;
  width: 190px;
  height: 310px;
  min-height: 310px;
  max-height: 350px;
  margin-bottom: 30px;
  padding: 20px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media (max-width: 420px) {
  #contenido .listado-convenios .caja-item,
  #contenidos .listado-convenios .caja-item,
  .contenidos .listado-convenios .caja-item {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
#contenido .listado-convenios .caja-item .imagen,
#contenidos .listado-convenios .caja-item .imagen,
.contenidos .listado-convenios .caja-item .imagen {
  width: 100%;
  height: auto;
}
#contenido .listado-convenios .caja-item .imagen img,
#contenidos .listado-convenios .caja-item .imagen img,
.contenidos .listado-convenios .caja-item .imagen img {
  display: block;
  max-width: 90%;
  max-height: 100px;
  margin: 0 auto;
}
#contenido .listado-convenios .caja-item .info h5,
#contenidos .listado-convenios .caja-item .info h5,
.contenidos .listado-convenios .caja-item .info h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 15px;
}
#contenido .listado-convenios .caja-item .info p,
#contenidos .listado-convenios .caja-item .info p,
.contenidos .listado-convenios .caja-item .info p {
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 19px;
}
#contenido .selectorConvenios,
#contenidos .selectorConvenios,
.contenidos .selectorConvenios {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 50px;
}
@media (max-width: 420px) {
  #contenido .selectorConvenios,
  #contenidos .selectorConvenios,
  .contenidos .selectorConvenios {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#contenido .selectorConvenios span,
#contenidos .selectorConvenios span,
.contenidos .selectorConvenios span {
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#contenido .selectorConvenios .iconoC,
#contenidos .selectorConvenios .iconoC,
.contenidos .selectorConvenios .iconoC {
  width: 75px;
  margin-left: 15px;
}
@media (max-width: 420px) {
  #contenido .selectorConvenios .iconoC,
  #contenidos .selectorConvenios .iconoC,
  .contenidos .selectorConvenios .iconoC {
    width: 50px;
    margin-left: 5px;
  }
}
#contenido .selectorConvenios .iconoC img,
#contenidos .selectorConvenios .iconoC img,
.contenidos .selectorConvenios .iconoC img {
  width: 100%;
}
@media (min-width: 992px) {
  #contenido .selectorConvenios select,
  #contenidos .selectorConvenios select,
  .contenidos .selectorConvenios select {
    width: 70% !important;
  }
}
@media (min-width: 420px) {
  #contenido .selectorConvenios select,
  #contenidos .selectorConvenios select,
  .contenidos .selectorConvenios select {
    width: 80%;
  }
}
#contenido .promociones,
#contenidos .promociones,
.contenidos .promociones {
  padding-right: 15px;
  border-right: 1px solid #ccd5d6;
}
@media (max-width: 420px) {
  #contenido .promociones,
  #contenidos .promociones,
  .contenidos .promociones {
    margin-top: 50px;
  }
}
#contenido .promociones h3,
#contenidos .promociones h3,
.contenidos .promociones h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #3b3b3b;
  border-bottom: solid 3px #ccd5d6;
  font-size: 20px;
}
#contenido .promociones p,
#contenidos .promociones p,
.contenidos .promociones p {
  color: #3b3b3b;
  font-size: 15px;
}
#contenido .promociones .logo,
#contenidos .promociones .logo,
.contenidos .promociones .logo {
  width: 100%;
  margin-bottom: 30px;
}
#contenido .promociones .descripcion,
#contenidos .promociones .descripcion,
.contenidos .promociones .descripcion {
  width: 100%;
  padding: 15px 0;
}
#contenido .promociones .promocion,
#contenidos .promociones .promocion,
.contenidos .promociones .promocion {
  position: relative;
  width: 100%;
}
#contenido .promociones .promocion a,
#contenidos .promociones .promocion a,
.contenidos .promociones .promocion a {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  margin: auto;
}
#contenido .font-color-gris,
#contenidos .font-color-gris,
.contenidos .font-color-gris {
  color: #57585d !important;
}
#contenido .agotado,
#contenidos .agotado,
.contenidos .agotado {
  position: absolute;
  top: 73px;
  padding: 5px 16px 5px 17px;
  color: #fff;
  background-color: #f95b59;
  font-weight: 900;
}
#contenido .items-destacados,
#contenidos .items-destacados,
.contenidos .items-destacados {
  padding-top: 5px;
}
#contenido .items-destacados .item-tramites__access,
#contenidos .items-destacados .item-tramites__access,
.contenidos .items-destacados .item-tramites__access {
  background-color: rgba(204, 213, 214, 0.3);
  padding: 20px;
  border-radius: 4px;
}
#contenido .items-destacados .item-tramites__access-brick,
#contenidos .items-destacados .item-tramites__access-brick,
.contenidos .items-destacados .item-tramites__access-brick {
  margin-bottom: 20px;
}
#contenido .items-destacados .item-tramites__access-brick:last-child,
#contenidos .items-destacados .item-tramites__access-brick:last-child,
.contenidos .items-destacados .item-tramites__access-brick:last-child {
  margin-bottom: 0;
}
#contenido .items-destacados .item-tramites__access-brick h4,
#contenidos .items-destacados .item-tramites__access-brick h4,
.contenidos .items-destacados .item-tramites__access-brick h4 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 17px;
  margin-top: 0;
}
#contenido .items-destacados .item-tramites__access-link,
#contenidos .items-destacados .item-tramites__access-link,
.contenidos .items-destacados .item-tramites__access-link {
  display: block;
  text-decoration: none;
  font-family: 'Gilroy', sans-serif;
  margin-bottom: 10px;
  color: #232323;
}
#contenido .items-destacados .item-tramites__access-link:hover,
#contenidos .items-destacados .item-tramites__access-link:hover,
.contenidos .items-destacados .item-tramites__access-link:hover,
#contenido .items-destacados .item-tramites__access-link:focus,
#contenidos .items-destacados .item-tramites__access-link:focus,
.contenidos .items-destacados .item-tramites__access-link:focus {
  color: #135276;
}
#contenido .items-destacados .item-tramites__access-icon,
#contenidos .items-destacados .item-tramites__access-icon,
.contenidos .items-destacados .item-tramites__access-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
#contenido .items-destacados .item2,
#contenidos .items-destacados .item2,
.contenidos .items-destacados .item2 {
  min-height: 380px !important;
}
#contenido .items-destacados .item3,
#contenidos .items-destacados .item3,
.contenidos .items-destacados .item3 {
  height: 355px;
}
#contenido .items-destacados .item3 p,
#contenidos .items-destacados .item3 p,
.contenidos .items-destacados .item3 p {
  height: auto;
}
#contenido .items-destacados .item,
#contenidos .items-destacados .item,
.contenidos .items-destacados .item,
#contenido .items-destacados .item2,
#contenidos .items-destacados .item2,
.contenidos .items-destacados .item2 {
  /*min-height: 300px;
            max-height: 350px;*/
  /*-----------QUITAR PARA NUEVA PORTADA DE TRAMITES-------------------*/
  /*---------HASTA AQUÍ-----------*/
}
#contenido .items-destacados .item .cat,
#contenidos .items-destacados .item .cat,
.contenidos .items-destacados .item .cat,
#contenido .items-destacados .item2 .cat,
#contenidos .items-destacados .item2 .cat,
.contenidos .items-destacados .item2 .cat {
  font-family: 'Gilroy';
  font-size: 13px;
  font-weight: 800;
}
#contenido .items-destacados .item .item.tramites,
#contenidos .items-destacados .item .item.tramites,
.contenidos .items-destacados .item .item.tramites,
#contenido .items-destacados .item2 .item.tramites,
#contenidos .items-destacados .item2 .item.tramites,
.contenidos .items-destacados .item2 .item.tramites {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contenido .items-destacados .item .item-tramites__icon,
#contenidos .items-destacados .item .item-tramites__icon,
.contenidos .items-destacados .item .item-tramites__icon,
#contenido .items-destacados .item2 .item-tramites__icon,
#contenidos .items-destacados .item2 .item-tramites__icon,
.contenidos .items-destacados .item2 .item-tramites__icon {
  display: flex;
  align-items: center;
  background-color: rgba(204, 213, 214, 0.3);
  border-radius: 40px;
  transition: all 0.25s ease;
  text-decoration: none;
  padding-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#contenido .items-destacados .item .item-tramites__icon:hover,
#contenidos .items-destacados .item .item-tramites__icon:hover,
.contenidos .items-destacados .item .item-tramites__icon:hover,
#contenido .items-destacados .item2 .item-tramites__icon:hover,
#contenidos .items-destacados .item2 .item-tramites__icon:hover,
.contenidos .items-destacados .item2 .item-tramites__icon:hover {
  box-shadow: 1px 1px 10px -2px #989898;
}
#contenido .items-destacados .item .item-tramites__icon-img,
#contenidos .items-destacados .item .item-tramites__icon-img,
.contenidos .items-destacados .item .item-tramites__icon-img,
#contenido .items-destacados .item2 .item-tramites__icon-img,
#contenidos .items-destacados .item2 .item-tramites__icon-img,
.contenidos .items-destacados .item2 .item-tramites__icon-img {
  margin-right: 5px;
}
#contenido .items-destacados .item .item-tramites__icon h4,
#contenidos .items-destacados .item .item-tramites__icon h4,
.contenidos .items-destacados .item .item-tramites__icon h4,
#contenido .items-destacados .item2 .item-tramites__icon h4,
#contenidos .items-destacados .item2 .item-tramites__icon h4,
.contenidos .items-destacados .item2 .item-tramites__icon h4 {
  font-size: 14px;
}
#contenido .items-destacados .item .item-tramites__icon i,
#contenidos .items-destacados .item .item-tramites__icon i,
.contenidos .items-destacados .item .item-tramites__icon i,
#contenido .items-destacados .item2 .item-tramites__icon i,
#contenidos .items-destacados .item2 .item-tramites__icon i,
.contenidos .items-destacados .item2 .item-tramites__icon i {
    font-size: 20px;
    background: #109eb2;
    border-radius: 40px;
    color: white;
    padding: 3px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
}
#contenido .items-destacados .item .item-tramites__icon div,
#contenidos .items-destacados .item .item-tramites__icon div,
.contenidos .items-destacados .item .item-tramites__icon div,
#contenido .items-destacados .item2 .item-tramites__icon div,
#contenidos .items-destacados .item2 .item-tramites__icon div,
.contenidos .items-destacados .item2 .item-tramites__icon div {
    font-weight: bold;
}
#contenido .items-destacados .item .item-tramites__icon h4 span,
#contenidos .items-destacados .item .item-tramites__icon h4 span,
.contenidos .items-destacados .item .item-tramites__icon h4 span,
#contenido .items-destacados .item2 .item-tramites__icon h4 span,
#contenidos .items-destacados .item2 .item-tramites__icon h4 span,
.contenidos .items-destacados .item2 .item-tramites__icon h4 span {
  font-weight: 400;
}
#contenido .items-destacados .item h3,
#contenidos .items-destacados .item h3,
.contenidos .items-destacados .item h3,
#contenido .items-destacados .item2 h3,
#contenidos .items-destacados .item2 h3,
.contenidos .items-destacados .item2 h3 {
  /*----COMENTAR PARA NUEVA PORTADA TRÁMITES----*/
  min-height: 50px;
  max-height: 55px;
  color: #454c56;
  font-size: 18px;
}
#contenido .items-destacados .item h3 span,
#contenidos .items-destacados .item h3 span,
.contenidos .items-destacados .item h3 span,
#contenido .items-destacados .item2 h3 span,
#contenidos .items-destacados .item2 h3 span,
.contenidos .items-destacados .item2 h3 span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
#contenido .items-destacados .item p,
#contenidos .items-destacados .item p,
.contenidos .items-destacados .item p,
#contenido .items-destacados .item2 p,
#contenidos .items-destacados .item2 p,
.contenidos .items-destacados .item2 p {
  overflow: hidden;
  height: 156px;
  /*156px*/
  color: #454c56;
  line-height: 23px;
}
@media (max-width: 420px) {
  #contenido .items-destacados .item p,
  #contenidos .items-destacados .item p,
  .contenidos .items-destacados .item p,
  #contenido .items-destacados .item2 p,
  #contenidos .items-destacados .item2 p,
  .contenidos .items-destacados .item2 p {
    height: inherit;
  }
}
#contenido .items-destacados .item p.alturaN,
#contenidos .items-destacados .item p.alturaN,
.contenidos .items-destacados .item p.alturaN,
#contenido .items-destacados .item2 p.alturaN,
#contenidos .items-destacados .item2 p.alturaN,
.contenidos .items-destacados .item2 p.alturaN {
  height: 60px;
}
#contenido .items-destacados .item img.imagen,
#contenidos .items-destacados .item img.imagen,
.contenidos .items-destacados .item img.imagen,
#contenido .items-destacados .item2 img.imagen,
#contenidos .items-destacados .item2 img.imagen,
.contenidos .items-destacados .item2 img.imagen {
  float: right;
  width: inherit;
  margin: 10px 18px 0 10px;
}
#contenido .items-destacados .item.tramites,
#contenidos .items-destacados .item.tramites,
.contenidos .items-destacados .item.tramites {
  /*-----DESCOMENTAR PARA NUEVA PORTADA TRÁMITES
            padding-bottom: 5px;
            min-height: 135px;
            position: relative;
			  ------*/
  /*------BORRAR PARA NUEVA PORTADA TRÁMITES-----------*/
  /* ------DESCOMENTAR PARA NUEVA PORTADA TRÁMITES
			  img {
              height: 56px;
              width:56px;
              position: absolute;
              left: 69%;
              top: 50%;
              transform: translate(-50%, -10%);

              @media(max-width:420px){
                top: 0%;
              }
            }
            @media(max-width:992px){
              min-height: 135px;
                margin-bottom: 23px;
              display: -webkit-box;
            }
             @media(max-width:420px){
                margin-bottom: 43px;
                display: -webkit-box;
                min-height: 0px;
            }
			  --------------------------*/
}
#contenido .items-destacados .item.tramites h3,
#contenidos .items-destacados .item.tramites h3,
.contenidos .items-destacados .item.tramites h3 {
  margin: 0;
  padding: 0;
  color: #0ebbd4;
  /*color: #333; para nueva portada*/
  font-size: 22px;
  /*15px para nueva portada*/
  line-height: 22px;
  /*16px para nueva portada*/
}
#contenido .items-destacados .item.tramites p,
#contenidos .items-destacados .item.tramites p,
.contenidos .items-destacados .item.tramites p {
  height: 306px;
  /*------BORRAR PARA NUEVA PORTADA TRÁMITES-----------*/
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  #contenido .items-destacados .item.tramites,
  #contenidos .items-destacados .item.tramites,
  .contenidos .items-destacados .item.tramites {
    min-height: auto;
    max-height: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  #contenido .nav-talleres,
  #contenidos .nav-talleres,
  .contenidos .nav-talleres {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  #contenido .nav-talleres a.btn.btn-border-gris,
  #contenidos .nav-talleres a.btn.btn-border-gris,
  .contenidos .nav-talleres a.btn.btn-border-gris {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contenido .talleres-listado,
#contenidos .talleres-listado,
.contenidos .talleres-listado {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
#contenido .talleres-listado .item-taller,
#contenidos .talleres-listado .item-taller,
.contenidos .talleres-listado .item-taller {
  width: 20%;
  padding-right: 20px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #contenido .talleres-listado .item-taller,
  #contenidos .talleres-listado .item-taller,
  .contenidos .talleres-listado .item-taller {
    width: 25%;
  }
}
@media (max-width: 420px) {
  #contenido .talleres-listado .item-taller,
  #contenidos .talleres-listado .item-taller,
  .contenidos .talleres-listado .item-taller {
    width: 50%;
    padding-right: 7px;
  }
}
#contenido .talleres-listado .item-taller .ico-taller,
#contenidos .talleres-listado .item-taller .ico-taller,
.contenidos .talleres-listado .item-taller .ico-taller {
  padding-bottom: 15px;
}
@media (max-width: 420px) {
  #contenido .talleres-listado .item-taller .ico-taller img,
  #contenidos .talleres-listado .item-taller .ico-taller img,
  .contenidos .talleres-listado .item-taller .ico-taller img {
    width: 60%;
  }
}
#contenido .talleres-listado .item-taller h5,
#contenidos .talleres-listado .item-taller h5,
.contenidos .talleres-listado .item-taller h5 {
  margin: 0;
  font-size: 19px;
}
@media (max-width: 768px) {
  #contenido .talleres-listado .item-taller h5,
  #contenidos .talleres-listado .item-taller h5,
  .contenidos .talleres-listado .item-taller h5 {
    font-size: 16px;
  }
}
#contenido .talleres-listado .item-taller p,
#contenidos .talleres-listado .item-taller p,
.contenidos .talleres-listado .item-taller p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#contenido .ico-taller-interior,
#contenidos .ico-taller-interior,
.contenidos .ico-taller-interior {
  display: flex;
}
@media (max-width: 420px) {
  #contenido .ico-taller-interior,
  #contenidos .ico-taller-interior,
  .contenidos .ico-taller-interior {
    width: 215%;
    margin-top: 70px;
  }
}
#contenido .ico-taller-interior img,
#contenidos .ico-taller-interior img,
.contenidos .ico-taller-interior img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}
#contenido select,
#contenidos select,
.contenidos select {
  width: 100%;
  padding: 7px 30px;
  color: #262626;
  border: 1px solid #ccd5d6;
  background-color: #fff;
  background-image: url("../../images/iconos/ico-select.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 800;
  border-radius: 50px;
  -webkit-appearance: none;
}
#contenido select:focus,
#contenidos select:focus,
.contenidos select:focus {
  outline: 0;
}
@media (max-width: 420px) {
  #contenido select#talleres,
  #contenidos select#talleres,
  .contenidos select#talleres {
    width: 215%;
  }
}
#contenido .detalle-noticia,
#contenidos .detalle-noticia,
.contenidos .detalle-noticia {
  display: inline-block;
}
#contenido .detalle-noticia .foto,
#contenidos .detalle-noticia .foto,
.contenidos .detalle-noticia .foto {
  float: right;
  width: 37%;
  margin: 0 0 20px 30px;
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .foto,
  #contenidos .detalle-noticia .foto,
  .contenidos .detalle-noticia .foto {
    width: 100%;
    margin: 0 0 0 30px;
  }
}
#contenido .detalle-noticia .foto .foto-bajada,
#contenidos .detalle-noticia .foto .foto-bajada,
.contenidos .detalle-noticia .foto .foto-bajada {
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .foto .foto-bajada,
  #contenidos .detalle-noticia .foto .foto-bajada,
  .contenidos .detalle-noticia .foto .foto-bajada {
    text-align: center;
  }
}
#contenido .detalle-noticia .foto .archivo,
#contenidos .detalle-noticia .foto .archivo,
.contenidos .detalle-noticia .foto .archivo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 20px;
  background-color: #f7f7f7;
}
#contenido .detalle-noticia .foto .archivo .info-descarga,
#contenidos .detalle-noticia .foto .archivo .info-descarga,
.contenidos .detalle-noticia .foto .archivo .info-descarga {
  text-align: right;
  font-family: 'Open Sans';
  font-size: 13px;
}
#contenido .detalle-noticia .foto .archivo .info-descarga span,
#contenidos .detalle-noticia .foto .archivo .info-descarga span,
.contenidos .detalle-noticia .foto .archivo .info-descarga span {
  display: block;
  font-size: 10px;
}
#contenido .detalle-noticia .foto .archivo .info-descarga a,
#contenidos .detalle-noticia .foto .archivo .info-descarga a,
.contenidos .detalle-noticia .foto .archivo .info-descarga a {
  color: #262626;
}
#contenido .detalle-noticia .foto .archivo .ico,
#contenidos .detalle-noticia .foto .archivo .ico,
.contenidos .detalle-noticia .foto .archivo .ico {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#contenido .detalle-noticia .foto .archivo .ico a,
#contenidos .detalle-noticia .foto .archivo .ico a,
.contenidos .detalle-noticia .foto .archivo .ico a {
  display: block;
  width: 100%;
  height: 100%;
}
#contenido .detalle-noticia .cabecera,
#contenidos .detalle-noticia .cabecera,
.contenidos .detalle-noticia .cabecera {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #contenido .detalle-noticia .cabecera,
  #contenidos .detalle-noticia .cabecera,
  .contenidos .detalle-noticia .cabecera {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .cabecera,
  #contenidos .detalle-noticia .cabecera,
  .contenidos .detalle-noticia .cabecera {
    width: 100%;
  }
}
#contenido .detalle-noticia .cabecera .titulo,
#contenidos .detalle-noticia .cabecera .titulo,
.contenidos .detalle-noticia .cabecera .titulo {
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
#contenido .detalle-noticia .cabecera .titulo .cat,
#contenidos .detalle-noticia .cabecera .titulo .cat,
.contenidos .detalle-noticia .cabecera .titulo .cat {
  font-family: 'Gilroy';
  font-size: 13px;
}
#contenido .detalle-noticia .cabecera .titulo h3,
#contenidos .detalle-noticia .cabecera .titulo h3,
.contenidos .detalle-noticia .cabecera .titulo h3 {
  margin: 0;
  color: #444343;
  font-size: 28px;
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .cabecera .titulo h3,
  #contenidos .detalle-noticia .cabecera .titulo h3,
  .contenidos .detalle-noticia .cabecera .titulo h3 {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  #contenido .detalle-noticia .cabecera .titulo h3,
  #contenidos .detalle-noticia .cabecera .titulo h3,
  .contenidos .detalle-noticia .cabecera .titulo h3 {
    font-size: 20px;
  }
}
#contenido .detalle-noticia .cabecera .fecha,
#contenidos .detalle-noticia .cabecera .fecha,
.contenidos .detalle-noticia .cabecera .fecha {
  padding-top: 0;
  /*width: 11%;*/
  padding-right: 10px;
  font-family: 'Gilroy';
  font-size: 19px;
  line-height: 21px;
}
#contenido .detalle-noticia .cabecera .fecha span,
#contenidos .detalle-noticia .cabecera .fecha span,
.contenidos .detalle-noticia .cabecera .fecha span {
  font-size: 27px;
  font-weight: 800;
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .cabecera .fecha,
  #contenidos .detalle-noticia .cabecera .fecha,
  .contenidos .detalle-noticia .cabecera .fecha {
    width: 18%;
  }
}
@media (max-width: 375px) {
  #contenido .detalle-noticia .cabecera .fecha,
  #contenidos .detalle-noticia .cabecera .fecha,
  .contenidos .detalle-noticia .cabecera .fecha {
    width: 22%;
  }
}
@media (max-width: 320px) {
  #contenido .detalle-noticia .cabecera .fecha,
  #contenidos .detalle-noticia .cabecera .fecha,
  .contenidos .detalle-noticia .cabecera .fecha {
    width: 22%;
  }
}
#contenido .detalle-noticia .bajada,
#contenidos .detalle-noticia .bajada,
.contenidos .detalle-noticia .bajada {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contenido .detalle-noticia .bajada.laAgenda,
#contenidos .detalle-noticia .bajada.laAgenda,
.contenidos .detalle-noticia .bajada.laAgenda {
  width: 100%;
}
#contenido .detalle-noticia .bajada p,
#contenidos .detalle-noticia .bajada p,
.contenidos .detalle-noticia .bajada p {
  font-size: 17px;
}
@media (max-width: 420px) {
  #contenido .detalle-noticia .bajada,
  #contenidos .detalle-noticia .bajada,
  .contenidos .detalle-noticia .bajada {
    float: inherit;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 7px;
  }
}
#contenido .tipoTramites,
#contenidos .tipoTramites,
.contenidos .tipoTramites {
  display: flex;
  float: left;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 450px) {
  #contenido .tipoTramites,
  #contenidos .tipoTramites,
  .contenidos .tipoTramites {
    margin-bottom: 10px;
  }
}
#contenido .tipoTramites .icono,
#contenidos .tipoTramites .icono,
.contenidos .tipoTramites .icono {
  margin-right: 15px;
}
#contenido .tipoTramites .info,
#contenidos .tipoTramites .info,
.contenidos .tipoTramites .info {
  font-family: 'Gilroy';
  font-size: 15px;
}
#contenido .tipoTramites .info span,
#contenidos .tipoTramites .info span,
.contenidos .tipoTramites .info span {
  font-weight: 800;
}
@media (max-width: 736px) {
  #contenido .tramites-mobil,
  #contenidos .tramites-mobil,
  .contenidos .tramites-mobil {
    display: block;
    margin-top: 600px;
  }
}
@media (max-width: 320px) {
  #contenido .tramites-mobil,
  #contenidos .tramites-mobil,
  .contenidos .tramites-mobil {
    margin-top: 770px;
  }
}
#contenido .items-turismo .item,
#contenidos .items-turismo .item,
.contenidos .items-turismo .item {
  min-height: 380px;
  margin: 15px 0;
}
@media (max-width: 768px) {
  #contenido .items-turismo .item img,
  #contenidos .items-turismo .item img,
  .contenidos .items-turismo .item img {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  #contenido .table-responsive,
  #contenidos .table-responsive,
  .contenidos .table-responsive {
    overflow-x: visible;
  }
}
#contenido .dataTables_filter,
#contenidos .dataTables_filter,
.contenidos .dataTables_filter,
#contenido .dataTables_paginate,
#contenidos .dataTables_paginate,
.contenidos .dataTables_paginate {
  text-align: right;
}
#contenido .dataTables_filter label,
#contenidos .dataTables_filter label,
.contenidos .dataTables_filter label {
  white-space: nowrap;
}
#contenido .dataTables_filter label input,
#contenidos .dataTables_filter label input,
.contenidos .dataTables_filter label input {
  display: inline-block;
}
#contenido .dataTables_paginate ul li,
#contenidos .dataTables_paginate ul li,
.contenidos .dataTables_paginate ul li {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .table-responsive > #tabla_buses.table > tbody > tr > td,
  .table-responsive > #tabla_buses.table > tbody > tr > th,
  .table-responsive > #tabla_buses.table > tfoot > tr > td,
  .table-responsive > #tabla_buses.table > tfoot > tr > th,
  .table-responsive > #tabla_buses.table > thead > tr > td,
  .table-responsive > #tabla_buses.table > thead > tr > th {
    white-space: normal;
  }
}
ul.list-tramites {
  padding: 20px 0 0 0! important;
  list-style: none;
}
ul.list-tramites li {
  margin: 0;
  padding: 10px 0 10px 30px;
  padding-left: 30px! important;
  list-style: none! important;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #ccc;
}
ul.list-tramites li a {
  display: block;
  width: 100%;
  background-image: url(../../images/iconos/ico-tramites/ico-flecha-tramites.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 13px;
  line-height: 17px;
  padding-right: 20px;
}
ul.list-tramites li.online {
  background-image: url(../../images/iconos/ico-tramites/ico-tramite-online02.png) !important;
}
ul.list-tramites.tradicionales li {
  background-image: url(../../images/iconos/ico-tramites/ico-tramite-tradicional02.png);
}
ul.list-tramites.online li {
  background-image: url(../../images/iconos/ico-tramites/ico-tramite-online02.png);
}
.listado-top-tramites ul.list-tramites {
  padding-top: 15px;
}
.listado-top-tramites ul.list-tramites li {
  border: none;
}
.listado-top-tramites ul.list-tramites a {
  background: none;
  color: #232323;
}
.area-top-ten {
  position: relative;
  width: 100%;
  min-height: 1px;
  z-index: 90;
}
.area-top-ten .listado-top-tramites {
  width: 26%;
  position: absolute;
  background-color: #eee;
  right: 0;
  padding: 50px 20px 0 20px;
}
@media (max-width: 1300px) {
  .area-top-ten .listado-top-tramites {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .area-top-ten .listado-top-tramites {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .area-top-ten .listado-top-tramites {
    width: 100%;
    padding: 10px 20px 0 20px;
    top: 121px;
  }
}
.area-top-ten .listado-top-tramites h3 {
  font-size: 20px;
  color: #525558;
}
.breadcrumbs {
  height: 20px;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 420px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0 !important;
}
.breadcrumbs ul li {
  font-size: 10px !important;
  color: #262626;
  float: left;
  font-size: 10px;
  margin-right: 10px;
  list-style: none !important;
  margin-bottom: 0 !important;
}
.breadcrumbs ul li:last-child > a {
  font-weight: bold;
  background: none;
}
.breadcrumbs ul li a {
  font-size: 10px;
  color: #262626 !important;
  display: block;
  padding-right: 10px;
  background-image: url(../../images/iconos/ico-breadcrumbs.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.breadcrumbs.absoluto {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 20;
}
.breadcrumbs.blanco ul li {
  color: #fff;
}
.breadcrumbs.blanco ul li:last-child > a {
  font-weight: bold;
  background: none;
}
.breadcrumbs.blanco ul li a {
  color: #fff !important;
  background-image: url(../../images/iconos/ico-breadcrumbs-b.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.full-width {
  width: 100%;
}
.full-width img {
  width: 100%;
}
.full-width #map {
  height: 568px;
}
.full-width .infoWindows {
  width: 100%;
}
.full-width .infoWindows .imagen {
  width: 90px;
  float: left;
  margin-right: 10px;
}
.full-width .infoWindows .imagen img {
  width: 100%;
}
.full-width .infoWindows .direccion {
  float: left;
}
.full-width .infoWindows .direccion h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.full-width .infoWindows .direccion p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.full-width .infoWindows .direccion a {
  color: #999;
  font-size: 10;
}
.full-width .infoWindows .direccion a:hover {
  color: #262626;
}
.full-width .area-slider-destacados {
  position: relative;
  z-index: 0;
  float: left;
  overflow: hidden;
  width: 66%;
  height: 565px;
}
@media (max-width: 768px) {
  .full-width .area-slider-destacados {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados {
    height: 360px;
  }
}
.full-width .area-slider-destacados .linea {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 96px;
  width: 1px;
  height: 565px;
  background-color: rgba(255, 255, 255, 0.26);
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .linea {
    display: none;
  }
}
.full-width .area-slider-destacados .contenedorDestacados,
.full-width .area-slider-destacados .sliderDestacados {
  position: relative;
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem,
.full-width .area-slider-destacados .sliderDestacados .sliderItem {
  position: relative;
  height: 564px;
  background-color: #262626;
}
@media (max-width: 768px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem {
    height: 360px;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info {
  position: absolute;
  z-index: 99999;
  top: 140px;
  right: 150px;
  width: 60%;
}
@media (max-width: 1850px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info {
    width: 58%;
  }
}
@media (max-width: 1024px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info {
    top: 156px;
  }
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info {
    top: 100px;
    right: 26px;
    width: 87%;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .share,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .share {
  display: block;
  float: right;
  width: 194px;
  height: 45px;
  padding-left: 15px;
  letter-spacing: 2px;
  color: #fff;
  background-image: url("../../images/general/bg-social.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .share a,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .share a {
  display: block;
  float: right;
  width: 21px;
  height: 16px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .share a.facebook,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .share a.facebook {
  background-image: url("../../images/iconos/ico-facebook.png");
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .share a.twitter,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .share a.twitter {
  background-image: url("../../images/iconos/ico-twitter.png");
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info h1,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info h1 {
  clear: both;
  text-align: right;
  color: #fff;
  font-size: 47px;
  line-height: 42px;
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info h1,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info h1 {
    font-size: 30px;
    line-height: 27px;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .parrafo,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .parrafo {
  display: block;
  height: inherit;
  margin-bottom: 24px;
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .parrafo p,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .info .parrafo p {
  text-align: right;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info .parrafo p,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info .parrafo p {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info.seguridad,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info.seguridad {
    top: 47px !important;
    right: 117px !important;
    width: 70% !important;
  }
}
@media (max-width: 375px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info.seguridad,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info.seguridad {
    right: 78px !important;
  }
}
@media (max-width: 320px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .info.seguridad,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .info.seguridad {
    right: 38px !important;
    width: 90% !important;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .degrade,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .degrade {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 565px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .degrade,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .degrade {
    height: 100%;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .sliderBg,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .sliderBg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.full-width .area-slider-destacados .contenedorDestacados .sliderItem .sliderBg img,
.full-width .area-slider-destacados .sliderDestacados .sliderItem .sliderBg img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .full-width .area-slider-destacados .contenedorDestacados .sliderItem .sliderBg img.seguridad,
  .full-width .area-slider-destacados .sliderDestacados .sliderItem .sliderBg img.seguridad {
    width: auto;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .owl-nav,
.full-width .area-slider-destacados .sliderDestacados .owl-nav {
  position: absolute;
  right: 70px;
  bottom: 135px;
  /* margin: 0 auto; */
  display: flex;
  justify-content: flex-end;
  /* left: 0; */
  width: 70px;
  height: 23px;
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .owl-nav,
  .full-width .area-slider-destacados .sliderDestacados .owl-nav {
    display: none;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-next,
.full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-next,
.full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-prev,
.full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-prev {
  overflow: hidden;
  width: 14px;
  height: 23px;
  text-indent: 9999px;
  background-repeat: no-repeat;
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-next,
  .full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-next,
  .full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-prev,
  .full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-prev {
    display: none;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-prev,
.full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-prev {
  margin-right: 25px;
  background-image: url("../../images/iconos/ico-prev.png");
}
.full-width .area-slider-destacados .contenedorDestacados .owl-nav .owl-next,
.full-width .area-slider-destacados .sliderDestacados .owl-nav .owl-next {
  background-image: url("../../images/iconos/ico-next.png");
}
.full-width .area-slider-destacados .contenedorDestacados .owl-nav .num,
.full-width .area-slider-destacados .sliderDestacados .owl-nav .num {
  position: absolute;
  top: -190px;
  right: -2px;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
}
.full-width .area-slider-destacados .contenedorDestacados .owl-dots,
.full-width .area-slider-destacados .sliderDestacados .owl-dots {
  position: absolute;
  right: 85px;
  bottom: 227px;
  /* margin: 0 auto;*/
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
  /*left: 0;*/
  width: 25px;
  max-width: 1200px;
  height: 250px;
  counter-reset: slides-num;
}
@media (max-width: 420px) {
  .full-width .area-slider-destacados .contenedorDestacados .owl-dots,
  .full-width .area-slider-destacados .sliderDestacados .owl-dots {
    display: none;
  }
}
.full-width .area-slider-destacados .contenedorDestacados .owl-dots:after,
.full-width .area-slider-destacados .sliderDestacados .owl-dots:after {
  position: absolute;
  top: 148px;
  right: -2px;
  content: counter(slides-num);
  color: #262626;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 300;
}
.full-width .area-slider-destacados .contenedorDestacados .owl-dots .owl-dot,
.full-width .area-slider-destacados .sliderDestacados .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 10px;
  counter-increment: slides-num;
  border-radius: 50%;
  background-color: #fff;
}
.full-width .area-slider-destacados .contenedorDestacados .owl-dots .owl-dot.active,
.full-width .area-slider-destacados .sliderDestacados .owl-dots .owl-dot.active {
  width: 23px;
  height: 23px;
  margin-right: 0;
  background: none;
  background-image: url("../../images/iconos/dot-active-m.png");
}
.full-width .area-slider-destacados .contenedorDestacados .owl-dots .owl-dot.active:before,
.full-width .area-slider-destacados .sliderDestacados .owl-dots .owl-dot.active:before {
  position: absolute;
  top: 148px;
  right: 10px;
  content: counter(slides-num) "/";
  color: #262626;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 300;
}
.full-width .area-slider-destacados.full {
  float: none;
  width: 100%;
}
.full-width .area-slider-destacados.full .sliderItem .info {
  width: 37%;
}
.full-width .area-slider-destacados.full .sliderDestacados .sliderItem .info {
  right: 190px;
}
.full-width .area-slider-destacados.full .sliderDestacados .linea {
  right: 131px;
}
.full-width .promociones {
  float: right;
  width: 34%;
  height: 565px;
  padding: 15px 20px 0 15px;
  border-bottom: 1px solid #d5dcdd;
}
@media (max-width: 1024px) {
  .full-width .promociones {
    padding: 10px 10px 0;
  }
}
@media (max-width: 768px) {
  .full-width .promociones {
    width: 100%;
  }
}
.full-width .promociones .link {
  float: right;
  background: none;
}
.full-width .promociones .link a {
  color: #454c56;
  font-family: 'Gilroy';
  font-weight: 800;
}
.full-width .promociones .link a:hover {
  color: #905c9f;
}
.full-width .promociones h3 {
  float: left;
  margin: 0;
  padding: 0;
  color: #905c9f;
}
.full-width .promociones .itemPromocion {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #d5dcdd;
}
.full-width .promociones .itemPromocion a {
  color: #262626;
}
.full-width .promociones .itemPromocion .imagen {
  display: flex;
  float: left;
  align-items: center;
  width: 30%;
  height: 90px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .full-width .promociones .itemPromocion .imagen {
    margin-right: 15px;
  }
}
.full-width .promociones .itemPromocion .imagen img {
  display: block;
  width: initial;
  height: 90px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .full-width .promociones .itemPromocion .imagen img {
    height: auto;
  }
}
.full-width .promociones .itemPromocion .info {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  .full-width .promociones .itemPromocion .info {
    width: 65%;
  }
}
.full-width .promociones .itemPromocion .info h5 {
  color: #454c56;
  font-size: 18px;
}
.full-width .promociones .itemPromocion .info p {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .full-width .promociones .itemPromocion .info p {
    font-size: 12px;
    line-height: 13px;
  }
}
.full-width .promociones .itemPromocion:last-child {
  border: none;
}
.full-width .convenios {
  display: flex;
  flex-wrap: wrap;
}
.full-width .convenios .items {
  width: 19%;
  margin: 6px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center 39%;
  background-size: 39%;
}
@media (max-width: 768px) {
  .full-width .convenios .items {
    width: 25%;
  }
}
@media (max-width: 736px) {
  .full-width .convenios .items {
    width: 33%;
  }
}
@media (max-width: 420px) {
  .full-width .convenios .items {
    width: 50%;
  }
}
.full-width .convenios .items:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.full-width .convenios .items a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 65%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 800;
}
.full-width .convenios .items.automoviles {
  background-color: #0fa2a0;
  background-image: url("../../images/servicios/convenios/automoviles.png");
}
.full-width .convenios .items.salud {
  background-color: #0fa2a0;
  background-image: url("../../images/servicios/convenios/salud.png");
}
.full-width .convenios .items.belleza {
  background-color: #cf1478;
  background-image: url("../../images/servicios/convenios/belleza.png");
}
.full-width .convenios .items.mascotas {
  background-color: #db6d3e;
  background-image: url("../../images/servicios/convenios/mascotas.png");
}
.full-width .convenios .items.hogar {
  background-color: #d65535;
  background-image: url("../../images/servicios/convenios/hogar.png");
}
.full-width .convenios .items.educacion {
  background-color: #1c2b78;
  background-image: url("../../images/servicios/convenios/educacion.png");
}
.full-width .convenios .items.ninos {
  background-color: #99bb45;
  background-image: url("../../images/servicios/convenios/ninos.png");
}
.full-width .convenios .items.entretencion {
  background-color: #723180;
  background-image: url("../../images/servicios/convenios/entretencion.png");
}
.full-width .convenios .items.restaurantes {
  background-color: #e1a536;
  background-image: url("../../images/servicios/convenios/restaurant.png");
}
.full-width .convenios .items.tecnologia {
  background-color: #25a3cc;
  background-image: url("../../images/servicios/convenios/tecnologia.png");
}
.full-width .convenios .items.seguridad {
  background-color: #d44846;
  background-image: url("../../images/servicios/convenios/seguridad.png");
}
.full-width .convenios .items.cultura {
  background-color: #98257b;
  background-image: url("../../images/servicios/convenios/cultura.png");
}
.full-width .convenios .items.turismo,
.full-width .convenios .items.turismos {
  background-color: #007a6e;
  background-image: url("../../images/servicios/convenios/turismo.png");
}
.full-width .convenios .items.seguros {
  background-color: #e1a536;
  background-image: url("../../images/servicios/convenios/seguros.png");
}
.full-width .convenios .items.asesoria,
.full-width .convenios .items.asesoria-legal {
  background-color: #2e72b0;
  background-image: url("../../images/servicios/convenios/asesoria-legal.png");
}
.full-width .convenios .items.deportes {
  background-color: #25974d;
  background-image: url("../../images/servicios/convenios/deportes.png");
}
.full-width .convenios .items.municipales {
  background-color: #e59832;
  background-image: url("../../images/servicios/convenios/municipales.png");
}
.full-width .convenios .items.adulto,
.full-width .convenios .items.adulto-mayor {
  background-color: #53b6e1;
  background-image: url("../../images/servicios/convenios/adulto.png");
}
.full-width .convenios .items.emprendimiento {
  background-color: #6b3878;
  background-image: url("../../images/servicios/convenios/emprendimiento.png");
}
.full-width .convenios .items.foodtruck {
  background-color: #ce6b00;
  background-image: url("../../images/servicios/convenios/foodtruck.png");
}
.full-width .destacados {
  float: right;
  width: 34%;
  height: 565px;
}
@media (max-width: 768px) {
  .full-width .destacados {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .full-width .destacados {
    width: 100%;
    height: auto;
  }
}
.full-width .destacados.flex {
  display: flex;
  flex-wrap: wrap;
}
.full-width .destacados .itemDestacado {
  position: relative;
  overflow: hidden;
  height: 50%;
}
@media (max-width: 768px) {
  .full-width .destacados .itemDestacado {
    float: left;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 420px) {
  .full-width .destacados .itemDestacado {
    float: none;
    width: 100%;
    height: auto;
  }
}
.full-width .destacados .itemDestacado .info {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  width: 70%;
}
.full-width .destacados .itemDestacado .info h3,
.full-width .destacados .itemDestacado .info p {
  color: #fff;
}
.full-width .destacados .itemDestacado .imagen {
  height: auto;
}
.full-width .destacados .itemDestacado .imagen img {
  position: relative;
  z-index: 1;
  width: 120%;
}
@media (max-width: 1366px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 131%;
  }
}
@media (max-width: 1280px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 140%;
  }
}
@media (max-width: 1219px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 150%;
  }
}
@media (max-width: 1132px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 165%;
  }
}
@media (max-width: 1024px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 180%;
  }
}
@media (max-width: 991px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: 218%;
  }
}
@media (max-width: 768px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: auto;
  }
}
@media (max-width: 420px) {
  .full-width .destacados .itemDestacado .imagen img {
    width: auto;
  }
}
.full-width .destacados .itemDestacado.color01 {
  background-color: #f95c59;
  background-image: url("../../images/iconos/ico-talleres-blanco.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color01 .btn-blanco {
  color: #f95c59;
}
.full-width .destacados .itemDestacado.color02 {
  background-color: #b72361;
  background-image: url("../../images/iconos/ico-maleta-blanco.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color02 .btn-blanco {
  color: #b72361;
}
.full-width .destacados .itemDestacado.color03 {
  background-color: #37b6c2;
  background-image: url("../../images/iconos/ico-empleo.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color03 .btn-blanco {
  color: #37b6c2;
}
.full-width .destacados .itemDestacado.color04 {
  background-color: #d23361;
  background-image: url("../../images/iconos/ico-empleo-empresas.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color04 .btn-blanco {
  color: #d23361;
}
.full-width .destacados .itemDestacado.color05 {
  background-color: #cf611e;
  background-image: url("../../images/iconos/ico-cowork.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color05 .btn-blanco {
  color: #cf611e;
}
.full-width .destacados .itemDestacado.color06 {
  background-color: #19aeac;
  background-image: url("../../images/iconos/ico-charlas.png");
  background-repeat: no-repeat;
  background-position: 75% center;
}
.full-width .destacados .itemDestacado.color06 .btn-blanco {
  color: #19aeac;
}
.full-width .destacados .itemDestacado .play {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 105px;
  margin: auto;
}
@media (max-width: 425px) {
  .full-width .destacados .itemDestacado .play {
    width: 80px;
    height: 80px;
  }
}
.full-width .destacados .itemDestacado .play a {
  display: block;
  width: 105px;
  height: 105px;
  background-image: url("../../images/iconos/ico-play-video-celeste.html");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 414px) {
  .full-width .destacados .itemDestacado .play a {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}
.full-width .destacados .itemDestacado .play a:hover {
  opacity: 0.5;
}
.full-width .destacados .itemA,
.full-width .destacados .itemB {
  display: flex;
  height: 33.33%;
}
@media (max-width: 768px) {
  .full-width .destacados .itemA,
  .full-width .destacados .itemB {
    height: 200px;
  }
}
.full-width .destacados .itemA .info,
.full-width .destacados .itemB .info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.full-width .destacados .itemA .info p,
.full-width .destacados .itemB .info p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 400;
}
.full-width .destacados .itemA .info .ico,
.full-width .destacados .itemB .info .ico {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .full-width .destacados .itemA .info .ico,
  .full-width .destacados .itemB .info .ico {
    margin-left: 20px;
  }
}
.full-width .destacados .itemA {
  width: 100%;
  background-color: #289088;
}
.full-width .destacados .itemA .info p {
  font-size: 21px;
  line-height: 23px;
}
.full-width .destacados .itemA .info span {
  display: block;
  margin: 10px 0;
  padding: 0;
  color: #6dcb98;
  font-size: 42px;
  font-weight: 800;
  line-height: 23px;
}
.full-width .destacados .itemB {
  width: 50%;
}
@media (max-width: 420px) {
  .full-width .destacados .itemB {
    height: 165px;
  }
}
.full-width .destacados .itemB.color-1 {
  background-color: #70cc98;
}
.full-width .destacados .itemB.color-2 {
  background-color: #3fb198;
}
.full-width .destacados .itemB a p {
  font-size: 19px;
  font-weight: 800 !important;
  line-height: 19px;
}
@media (max-width: 420px) {
  .full-width .destacados .itemB a p {
    font-size: 17px;
  }
}
.full-width .escultores {
  display: flex;
  background-color: #f36e57;
}
.full-width .escultores .titulo-escultores {
  position: relative;
  width: 20%;
}
@media (max-width: 768px) {
  .full-width .escultores .titulo-escultores {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .full-width .escultores .titulo-escultores {
    width: 15%;
  }
}
@media (max-width: 420px) {
  .full-width .escultores .titulo-escultores {
    right: -11px;
    font-size: 33px;
  }
}
@media (max-width: 320px) {
  .full-width .escultores .titulo-escultores {
    right: -18px;
  }
}
.full-width .escultores .titulo-escultores h3 {
  position: absolute;
  right: -40px;
  bottom: 80px;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.full-width .escultores .area-escultores {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .full-width .escultores .area-escultores {
    width: 75%;
  }
}
@media (max-width: 420px) {
  .full-width .escultores .area-escultores {
    width: 85%;
  }
}
.full-width .escultores .area-escultores .escultor {
  position: relative;
  width: 20%;
}
@media (max-width: 768px) {
  .full-width .escultores .area-escultores .escultor {
    width: 33.33%;
  }
}
@media (max-width: 420px) {
  .full-width .escultores .area-escultores .escultor {
    width: 50%;
  }
}
.full-width .escultores .area-escultores .escultor .bg-color {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-width .escultores .area-escultores .escultor .bg-color:hover {
  background: none;
}
.full-width .escultores .area-escultores .escultor .bg-color.col1:hover {
  background-color: rgba(243, 111, 87, 0.6);
}
.full-width .escultores .area-escultores .escultor .bg-color.col2:hover {
  background-color: rgba(210, 51, 95, 0.6);
}
.full-width .escultores .area-escultores .escultor .bg-color a {
  display: block;
  width: 100%;
  height: 100%;
}
.full-width .escultores .area-escultores .escultor img {
  position: relative;
  z-index: 10;
}
.full-width .escultores .area-escultores .escultor .info {
  position: absolute;
  z-index: 30;
  bottom: 20px;
  left: 30px;
}
@media (max-width: 768px) {
  .full-width .escultores .area-escultores .escultor .info {
    left: 15px;
  }
}
.full-width .escultores .area-escultores .escultor .info h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 420px) {
  .full-width .escultores .area-escultores .escultor .info h3 {
    font-size: 14px;
  }
}
.full-width .escultores .area-escultores .escultor .info p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.full-width .area-article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.full-width .area-article article {
  position: relative;
  width: 25%;
  min-height: 400px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .full-width .area-article article {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .full-width .area-article article {
    width: 100%;
  }
}
.full-width .area-article article.mascotas {
  width: 33.33%;
}
@media (max-width: 768px) {
  .full-width .area-article article.mascotas {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .full-width .area-article article.mascotas {
    width: 100%;
  }
}
.full-width .area-article article.mascotas p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.full-width .area-article article.mascotas .especie {
  color: #d2345d;
  font-size: 18px;
}
.full-width .area-article article.mascotas .cita {
  color: #d2345d;
  font-size: 16px;
  font-weight: bold;
}
.full-width .area-article article.mascotas .info {
  min-height: 230px;
}
.full-width .area-article article.mascotas .info a.btn {
  bottom: 33px;
  width: 80px !important;
}
.full-width .area-article article:hover .color.celeste-foto {
  background-color: rgba(53, 197, 218, 0.5);
}
.full-width .area-article article:hover .color.morado-foto {
  background-color: rgba(110, 70, 138, 0.5);
}
.full-width .area-article article:hover .color.magenta-foto {
  background-color: rgba(210, 51, 95, 0.5);
}
.full-width .area-article article.alt {
  /*height: 520px;*/
  min-height: 520px;
}
@media (max-width: 420px) {
  .full-width .area-article article.alt {
    height: 683px;
    padding-bottom: 20px;
  }
}
.full-width .area-article article.alt.not {
  height: 685px;
}
.full-width .area-article article.alt.not .foto {
  height: auto;
  max-height: inherit;
}
.full-width .area-article article .foto {
  position: relative;
  overflow: hidden;
  height: 252px;
  max-height: 252px;
}
.full-width .area-article article .foto.ocultar {
  display: none;
}
.full-width .area-article article .foto img {
  width: 100%;
}
.full-width .area-article article .foto .color {
  position: absolute;
  width: 100%;
  height: 100%;
}
.full-width .area-article article .info {
  position: relative;
  min-height: 370px;
  padding: 40px 48px 40px 40px;
}
.full-width .area-article article .info .tamano_auto {
  width: auto !important;
}
@media (max-width: 1280px) {
  .full-width .area-article article .info {
    padding: 40px 35px;
  }
}
.full-width .area-article article .info .share {
  display: flex;
  height: 16px;
  margin-bottom: 10px;
}
.full-width .area-article article .info .share a {
  display: block;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.full-width .area-article article .info .share a.facebook {
  margin-right: 15px;
  background-image: url("../../images/iconos/ico-facebook-gris.png");
}
.full-width .area-article article .info .share a.twitter {
  background-image: url("../../images/iconos/ico-twitter-gris.png");
}
.full-width .area-article article .info .cat {
  font-family: 'Gilroy';
  font-size: 13px;
}
.full-width .area-article article .info .fecha {
  position: absolute;
  top: 26px;
  right: 13px;
  font-family: 'Gilroy';
  font-size: 13px;
}
.full-width .area-article article .info h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  line-height: 25px;
}
.full-width .area-article article .info p {
  font-size: 13px;
  line-height: 25px;
}
.full-width .area-article article .info a.btn {
  position: absolute;
  bottom: 10px;
}
@media (max-width: 420px) {
  .full-width .area-article article .info a.btn {
    position: initial;
  }
}
.full-width .area-article article .info .horas {
  margin-top: 25px;
  padding: 10px 0 10px 30px;
  background-image: url("../../images/iconos/ico-reloj-gris.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
  font-family: 'Gilroy';
  font-size: 12px;
}
.full-width .area-article article .info hr {
  margin-top: 0;
}
.full-width .area-article article .info .date {
  position: absolute;
  z-index: 90;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 88px;
  height: 88px;
  border: 3px solid #f0f0f1;
  border-radius: 50%;
}
.full-width .area-article article .info .date .dia,
.full-width .area-article article .info .date .mes {
  color: #454c56;
}
.full-width .area-article article .info .date .dia {
  padding-top: 8px;
  font-family: 'Gilroy';
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
}
.full-width .area-article article .info .date .mes {
  text-transform: uppercase;
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 300;
}
.full-width .area-article .aGenda {
  width: 50%;
}
@media (max-width: 992px) {
  .full-width .area-article .aGenda {
    width: 100%;
    padding: 0 15px;
  }
}
.full-width .area-avecino {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}
.full-width .area-avecino .item {
  position: relative;
  width: 33.33333%;
  min-height: 565px;
  padding: 100px 100px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 660px) {
  .full-width .area-avecino .item {
    width: 100%;
    min-height: 530px;
  }
}
@media (max-width: 1024px) {
  .full-width .area-avecino .item {
    padding: 45px 10px 10px;
  }
}
.full-width .area-avecino .item .color {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width .area-avecino .item .color:hover {
  background-color: rgba(221, 197, 64, 0.5);
}
.full-width .area-avecino .item .foto {
  width: 81px;
  height: 70px;
  margin: 0 auto;
}
.full-width .area-avecino .item .foto img {
  width: auto;
}
.full-width .area-avecino .item h3 {
  font-size: 35px;
  line-height: 26px;
}
.full-width .area-avecino .item p {
  height: 100px;
  font-size: 13px;
  line-height: 27px;
}
@media (max-width: 660px) {
  .full-width .area-avecino .item p {
    width: auto;
    height: auto;
  }
}
.full-width .area-avecino .item .btn {
  position: relative;
  z-index: 20;
  width: 198px;
  margin-top: 20px;
}
.full-width .area-avecino .item .btn:hover + .color {
  background-color: rgba(221, 197, 64, 0.5);
}
.full-width .area-avecino .item.bg01 {
  background-image: url("../../images/atencion-vecino/avecino01.jpg");
}
.full-width .area-avecino .item.bg02 {
  background-image: url("../../images/atencion-vecino/avecino02.jpg");
}
.full-width .area-avecino .item.bg03 {
  background-image: url("../../images/atencion-vecino/avecino03.jpg");
}
ul.links {
  padding: 20px 0 0 0;
  list-style: none;
}
ul.links li {
  margin: 0;
  padding: 10px 0 10px 30px;
  list-style: none;
  background-image: url(../../images/iconos/descarga/ico-link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}
ul.links li a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  padding-right: 20px;
}
.eventosMapa {
  height: 80px;
  display: flex;
  align-content: center;
}
@media (max-width: 420px) {
  .eventosMapa {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
  }
}
.eventosMapa h3,
.eventosMapa p,
.eventosMapa form {
  /*display: inline-block;*/
}
@media (max-width: 420px) {
  .eventosMapa h3,
  .eventosMapa p,
  .eventosMapa form {
    width: 100% !important;
  }
}
.eventosMapa h3 {
  color: #905c9f;
  font-size: 22px;
  width: 30%;
  margin: 2% 0 0 0;
}
.eventosMapa p {
  font-size: 14px;
  padding: 2% 0 0 0;
  width: 50%;
}
.eventosMapa select#categorias {
  margin-top: 20px;
}
.area-videos,
.area-destacados-videos {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.area-videos .item-video,
.area-destacados-videos .item-video {
  width: 25%;
  position: relative;
}
@media (max-width: 1024px) {
  .area-videos .item-video,
  .area-destacados-videos .item-video {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .area-videos .item-video,
  .area-destacados-videos .item-video {
    width: 100%;
  }
}
.area-videos .item-video.col3,
.area-destacados-videos .item-video.col3 {
  width: 33.33%;
}
@media (max-width: 420px) {
  .area-videos .item-video.col3,
  .area-destacados-videos .item-video.col3 {
    width: 100%;
  }
}
.area-videos .item-video.col3 .info,
.area-destacados-videos .item-video.col3 .info {
  width: 374px;
  top: 60%;
}
@media (max-width: 1024px) {
  .area-videos .item-video.col3 .info,
  .area-destacados-videos .item-video.col3 .info {
    width: 95%;
    top: 58%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .area-videos .item-video.col3 .info,
  .area-destacados-videos .item-video.col3 .info {
    top: 43%;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 420px) {
  .area-videos .item-video.col3 .info,
  .area-destacados-videos .item-video.col3 .info {
    top: 47%;
  }
}
.area-videos .item-video:hover > .bg-color,
.area-destacados-videos .item-video:hover > .bg-color {
  background: linear-gradient(to right, rgba(16, 158, 178, 0.5) 0%, rgba(55, 199, 220, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80109eb2', endColorstr='#8037c7dc', GradientType=1);
}
.area-videos .item-video:hover > .play,
.area-destacados-videos .item-video:hover > .play {
  background-image: url(../../images/iconos/ico-play-video02b.png);
}
.area-videos .item-video .imagen-video,
.area-destacados-videos .item-video .imagen-video {
  position: relative;
  z-index: 10;
}
.area-videos .item-video .imagen-video img,
.area-destacados-videos .item-video .imagen-video img {
  width: 100%;
}
.area-videos .item-video .bg-color,
.area-destacados-videos .item-video .bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}
.area-videos .item-video .bg-color a,
.area-destacados-videos .item-video .bg-color a {
  width: 100%;
  height: 100%;
  display: block;
}
.area-videos .item-video .info,
.area-destacados-videos .item-video .info {
  position: absolute;
  width: 230px;
  top: 27%;
  left: 10%;
  z-index: 80;
}
.area-videos .item-video .info h5,
.area-destacados-videos .item-video .info h5 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  display: block;
  min-height: 70px;
}
@media (max-width: 1266px) {
  .area-videos .item-video .info h5,
  .area-destacados-videos .item-video .info h5 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .area-videos .item-video .info h5,
  .area-destacados-videos .item-video .info h5 {
    font-size: 14px;
    line-height: 14px;
    min-height: 54px;
  }
}
@media (max-width: 420px) {
  .area-videos .item-video .info h5,
  .area-destacados-videos .item-video .info h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .area-videos .item-video .info h5,
  .area-destacados-videos .item-video .info h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.area-videos .item-video .info .categoria,
.area-destacados-videos .item-video .info .categoria {
  height: 25px;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: left center;
}
.area-videos .item-video .info .categoria p,
.area-destacados-videos .item-video .info .categoria p {
  color: #135276;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 27px;
}
.area-videos .item-video .info .categoria.educacion,
.area-destacados-videos .item-video .info .categoria.educacion {
  background-image: url(../../images/iconos/ico-educacion.png);
}
.area-videos .item-video .info .categoria.salud,
.area-destacados-videos .item-video .info .categoria.salud {
  background-image: url(../../images/iconos/ico-salud.png);
}
.area-videos .item-video .info .categoria.cultura,
.area-destacados-videos .item-video .info .categoria.cultura {
  background-image: url(../../images/iconos/ico-cultura.png);
}
.area-videos .item-video .info .categoria.ambiente,
.area-destacados-videos .item-video .info .categoria.ambiente {
  background-image: url(../../images/iconos/ico-medio-ambiente.png);
}
.area-videos .item-video .info .categoria.seguridad,
.area-destacados-videos .item-video .info .categoria.seguridad {
  background-image: url(../../images/iconos/ico-seguridad.png);
}
.area-videos .item-video .info .categoria.desarrollo,
.area-destacados-videos .item-video .info .categoria.desarrollo {
  background-image: url(../../images/iconos/ico-desarrollo-social.png);
}
.area-videos .item-video .info .categoria.desarrolloU,
.area-destacados-videos .item-video .info .categoria.desarrolloU {
  background-image: url(../../images/iconos/ico-desarrollo-urbano.png);
}
.area-videos .item-video .share,
.area-destacados-videos .item-video .share {
  width: 194px;
  height: 45px;
  font-size: 12px;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
  background-image: url(../../images/general/bg-social.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  padding-left: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .area-videos .item-video .share,
  .area-destacados-videos .item-video .share {
    width: 175px;
    height: 39px;
    font-size: 10px;
    background-size: 87%;
  }
}
.area-videos .item-video .share a,
.area-destacados-videos .item-video .share a {
  width: 21px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  margin-right: 15px;
}
.area-videos .item-video .share a.facebook,
.area-destacados-videos .item-video .share a.facebook {
  background-image: url(../../images/iconos/ico-facebook.png);
}
.area-videos .item-video .share a.twitter,
.area-destacados-videos .item-video .share a.twitter {
  background-image: url(../../images/iconos/ico-twitter.png);
}
.area-videos .item-video .play,
.area-destacados-videos .item-video .play {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 66px;
  height: 66px;
  z-index: 60;
  background-image: url(../../images/iconos/ico-play-video02.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .area-videos .item-video .play,
  .area-destacados-videos .item-video .play {
    width: 40px;
    height: 40px;
    top: 14px;
    right: 17px;
    background-size: cover;
  }
}
.area-videos .item-video .play a,
.area-destacados-videos .item-video .play a {
  width: 66px;
  height: 66px;
  display: block;
}
@media (max-width: 1024px) {
  .area-videos .item-video .play a,
  .area-destacados-videos .item-video .play a {
    width: 40px;
    height: 40px;
  }
}
.area-eventos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.area-eventos .item-evento {
  width: 50%;
  position: relative;
}
.area-eventos .item-evento .imagen-evento {
  position: relative;
  z-index: 10;
}
.area-eventos .item-evento .imagen-evento img {
  width: 100%;
}
.area-eventos .item-evento .bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.7) 43%, rgba(0, 0, 0, 0.9) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}
.area-eventos .item-evento .info {
  position: absolute;
  width: 80%;
  top: 33%;
  right: 10%;
  z-index: 99;
}
.area-eventos .item-evento .info h2 {
  color: #fff;
  font-size: 56px;
  line-height: 45px;
  display: block;
  min-height: 70px;
  text-align: right;
}
.area-eventos .item-evento .info .bajada {
  height: 65px;
  float: right;
  width: 70%;
}
.area-eventos .item-evento .info .bajada p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 21px;
  text-align: right;
}
.area-eventos .item-evento .share {
  width: 194px;
  height: 45px;
  font-size: 12px;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
  background-image: url(../../images/general/bg-social.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  padding-left: 15px;
  letter-spacing: 2px;
  float: right;
}
.area-eventos .item-evento .share a {
  width: 21px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  margin-right: 15px;
}
.area-eventos .item-evento .share a.facebook {
  background-image: url(../../images/iconos/ico-facebook.png);
}
.area-eventos .item-evento .share a.twitter {
  background-image: url(../../images/iconos/ico-twitter.png);
}
.area-eventos .item-evento .date {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 66px;
  left: 47px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area-eventos .item-evento .date .dia,
.area-eventos .item-evento .date .mes {
  color: #fff;
}
.area-eventos .item-evento .date .dia {
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 41px;
  line-height: 40px;
  padding-top: 8px;
}
.area-eventos .item-evento .date .mes {
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}
#tituloImg.info,
#tituloImg2.info,
#tituloImg.info2,
#tituloImg2.info2 {
  position: relative;
  z-index: 90;
  margin-top: 210px;
}
@media (max-width: 425px) {
  #tituloImg.info,
  #tituloImg2.info,
  #tituloImg.info2,
  #tituloImg2.info2 {
    width: 100%;
    padding-left: 0;
  }
}
#tituloImg.info h1,
#tituloImg2.info h1,
#tituloImg.info2 h1,
#tituloImg2.info2 h1 {
  color: #fff;
  font-size: 56px;
  line-height: 45px;
}
@media (max-width: 425px) {
  #tituloImg.info h1,
  #tituloImg2.info h1,
  #tituloImg.info2 h1,
  #tituloImg2.info2 h1 {
    font-size: 46px;
    line-height: 38px;
  }
}
@media (max-width: 320px) {
  #tituloImg.info h1,
  #tituloImg2.info h1,
  #tituloImg.info2 h1,
  #tituloImg2.info2 h1 {
    font-size: 38px;
    line-height: 32px;
  }
}
#tituloImg.info h1 span,
#tituloImg2.info h1 span,
#tituloImg.info2 h1 span,
#tituloImg2.info2 h1 span {
  font-size: 28px;
}
#tituloImg.info p,
#tituloImg2.info p,
#tituloImg.info2 p,
#tituloImg2.info2 p {
  margin-top: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
#tituloImg.info span,
#tituloImg2.info span,
#tituloImg.info2 span,
#tituloImg2.info2 span {
  color: #fff;
}
#tituloImg.info .share,
#tituloImg2.info .share,
#tituloImg.info2 .share,
#tituloImg2.info2 .share {
  display: block;
  width: 194px;
  height: 45px;
  padding-left: 15px;
  letter-spacing: 2px;
  color: #fff;
  background-image: url("../../images/general/bg-social.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}
#tituloImg.info .share a,
#tituloImg2.info .share a,
#tituloImg.info2 .share a,
#tituloImg2.info2 .share a {
  display: block;
  float: right;
  width: 21px;
  height: 16px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#tituloImg.info .share a.facebook,
#tituloImg2.info .share a.facebook,
#tituloImg.info2 .share a.facebook,
#tituloImg2.info2 .share a.facebook {
  background-image: url("../../images/iconos/ico-facebook.png");
}
#tituloImg.info .share a.twitter,
#tituloImg2.info .share a.twitter,
#tituloImg.info2 .share a.twitter,
#tituloImg2.info2 .share a.twitter {
  background-image: url("../../images/iconos/ico-twitter.png");
}
#tituloImg.info2,
#tituloImg2.info2 {
  margin-top: 0 !important;
}
#tituloImg .foto,
#tituloImg2 .foto {
  width: 60px;
  margin-left: 15px;
}
.fot-logo {
  width: 156px;
}
.imgPrincipal {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
}
.imgPrincipal img {
  width: auto !important;
  min-width: 100%;
}
.imgPrincipal .owl-dots {
  position: absolute;
  z-index: 30;
  top: 250px;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1230px;
  min-height: 150px;
  max-height: 250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .imgPrincipal .owl-dots {
    display: none;
  }
}
.imgPrincipal .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.imgPrincipal .owl-dots .owl-dot.active {
  background-color: #d13a66;
}
.imgPrincipal.pos img {
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .imgPrincipal.pos img {
    right: -243px;
  }
}
@media (max-width: 767px) {
  .imgPrincipal.pos img {
    right: -398px;
  }
}
@media (max-width: 425px) {
  .imgPrincipal.pos img {
    right: -1067px;
  }
}
.imgPrincipal.noposition {
  position: inherit;
}
.imgPrincipal.registrate img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  height: inherit;
}
.imgPrincipal.imgPrincipal--full-height .owl-stage-outer,
.imgPrincipal.imgPrincipal--full-height .owl-stage,
.imgPrincipal.imgPrincipal--full-height .owl-item {
  height: 100%;
}
.imgPrincipal.imgPrincipal--full-height .owl-stage-outer img,
.imgPrincipal.imgPrincipal--full-height .owl-stage img,
.imgPrincipal.imgPrincipal--full-height .owl-item img {
  width: 100% !important;
}
@media (max-width: 991px) {
  .imgPrincipal.imgPrincipal--full-height .owl-stage-outer img,
  .imgPrincipal.imgPrincipal--full-height .owl-stage img,
  .imgPrincipal.imgPrincipal--full-height .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .imgPrincipal.imgPrincipal--full-height::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
  }
}
#carusel.imgPrincipal .sliderItem {
  position: relative;
}
#carusel.imgPrincipal .sliderItem .info {
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
#carusel.imgPrincipal .sliderItem .info .borde {
  border-right: 1px solid #fff;
}
#carusel.imgPrincipal .sliderItem .info h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 800;
}
#carusel.imgPrincipal .sliderItem .info h2 span {
  display: block;
  color: #fff;
  font-size: 24px;
}
#carusel.imgPrincipal .sliderItem .info h3 {
  color: #fff;
  font-size: 24px;
}
#carusel.imgPrincipal .sliderItem .info p {
  color: #fff;
  line-height: 20px;
}
.imgH {
  height: 533px;
}
@media (max-width: 1199px) {
  .imgH {
    height: auto;
  }
}
.imgH7 {
  height: 715px !important;
}
@media (max-width: 425px) {
  .imgH7.medicamentos {
    height: 686px !important;
  }
}
.bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 71%, rgba(0, 0, 0, 0.9) 94%);
}
.alternative-header .infoCont {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .alternative-header .infoCont #tituloImg2.info {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .alternative-header .infoCont {
    margin-top: 30px;
    margin-left: 10px;
  }
}
.alternative-header .infoCont .info {
  width: auto;
}
.infoCont {
  position: relative;
  z-index: 90;
  margin-top: 300px;
}
@media (max-width: 767px) {
  .infoCont {
    margin-top: 100px;
    margin-left: 25px;
  }
}
@media (max-width: 425px) {
  .infoCont {
    margin-top: 50px;
    margin-left: 10px;
  }
}
.infoCont .sala {
  width: 365px;
}
@media (max-width: 425px) {
  .infoCont .sala {
    width: 100%;
  }
}
.infoCont .sala img {
  width: 100%;
  margin-top: 20px;
}
.infoCont .sala span {
  color: #fff;
  line-height: 30px;
}
@media (max-width: 767px) {
  .infoCont .info {
    width: 100% !important;
  }
}
.infoCont .bancas,
.infoCont .info {
  float: right;
  width: 440px;
}
.infoCont .bancas h3,
.infoCont .info h3 {
  padding-bottom: 15px;
  color: #f76358;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 27px;
}
.infoCont .bancas h3.blanco,
.infoCont .info h3.blanco {
  color: #FFF;
}
.infoCont .bancas h4,
.infoCont .info h4,
.infoCont .bancas p,
.infoCont .info p {
  color: #fff !important;
}
.infoCont .bancas h4,
.infoCont .info h4 {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
}
.infoCont .bancas {
  float: none;
  width: 540px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .infoCont .bancas {
    width: 100%;
  }
}
.sala-arte {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 178px;
}
.infoCont #tituloImg2.info {
  margin-top: 0 !important;
  float: none !important;
}
@media (max-width: 768px) {
  .infoCont #tituloImg2.info {
    margin-top: 210px !important;
  }
}
.infoCont .info.dos h4 {
  margin-top: 65px !important;
}
@media (max-width: 420px) {
  .infoCont .info.dos {
    width: 100%;
  }
}
.archivos {
  display: flex;
  height: 70px;
  margin-bottom: 20px;
}
.archivos a {
  padding-left: 20px;
  color: #262626;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.archivos .ico {
  width: 70px;
  height: 70px;
  border-right: 1px solid #4f9fb6;
  background-repeat: no-repeat;
  background-position: center;
}
.archivos .ico a {
  width: 70px;
  height: 70px;
  display: block;
}
.cont-info-box {
  display: flex;
  width: 900px;
  height: 624px;
}
.cont-info-box .info-text,
.cont-info-box .imagen {
  width: 50%;
}
.cont-info-box .info-text {
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.cont-info-box .info-text .centro h3 {
  font-size: 36px;
  font-family: 'Gilroy';
  font-weight: 800;
  margin: 0;
}
.cont-info-box .info-text .centro span {
  font-size: 23px;
  font-family: 'Gilroy';
  font-weight: 300;
}
.cont-info-box .info-text .centro p {
  margin-top: 30px;
  font-size: 13px;
  line-height: 26px;
}
.cont-info-box .imagen {
  overflow: hidden;
}
.cont-info-box .imagen img {
  width: 100%;
}
.doc {
  background-image: url(../../images/iconos/descarga/ico-doc.gif);
}
.docx {
  background-image: url(../../images/iconos/descarga/ico-doc.gif);
}
.jpg {
  background-image: url(../../images/iconos/descarga/ico-jpg.gif);
}
.link {
  background-image: url(../../images/iconos/descarga/ico-link.gif);
}
.pdf {
  background-image: url(../../images/iconos/descarga/ico-pdf2.gif);
}
.ppt {
  background-image: url(../../images/iconos/descarga/ico-ppt.gif);
}
.pptx {
  background-image: url(../../images/iconos/descarga/ico-ppt.gif);
}
.rar {
  background-image: url(../../images/iconos/descarga/ico-rar.gif);
}
.xls {
  background-image: url(../../images/iconos/descarga/ico-xls.gif);
}
.xlsx {
  background-image: url(../../images/iconos/descarga/ico-xls.gif);
}
.zip {
  background-image: url(../../images/iconos/descarga/ico-zip.gif);
}
.fotos {
  background-image: url(../../images/iconos/descarga/ico-fotos.png);
}
.img {
  background-image: url(../../images/iconos/descarga/ico-fotos.png);
}
.info-app {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.info-app .logo {
  width: 208px;
  margin-right: 45px;
}
@media (max-width: 420px) {
  .info-app .logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.info-app .info {
  width: 345px;
  padding: 0;
}
@media (max-width: 420px) {
  .info-app .info {
    width: 100%;
  }
}
.info-app .info h3 {
  margin: 0;
  font-size: 24px !important;
  line-height: 22px !important;
  padding: 0 !important;
}
.info-app .info p {
  font-size: 12px !important;
  line-height: 15px !important;
}
.info-app .descarga {
  margin-left: 45px;
}
@media (max-width: 420px) {
  .info-app .descarga {
    margin-left: 0px;
    width: 100%;
  }
}
.info-app .descarga .text p {
  font-size: 19px !important;
  line-height: 22px !important;
}
.info-app .descarga .text p span {
  font-weight: 800 !important;
  color: #34ade0 !important;
  display: block;
}
.info-app .descarga .desc {
  display: flex;
}
.info-app .descarga .desc img {
  width: auto;
  margin-right: 10px;
}
@media (max-width: 420px) {
  .info-app .descarga .desc a {
    margin-right: 5px;
  }
  .info-app .descarga .desc img {
    margin-right: 0px;
  }
}
.vin {
  float: right;
  background: none;
}
.vin a {
  color: #454c56;
  font-family: 'Gilroy';
  font-weight: 800;
}
.vin a:hover {
  color: #905c9f;
}
.item-agenda {
  display: flex;
  flex-wrap: wrap;
  color: #454c56;
  margin-bottom: 35px;
}
.item-agenda .fecha {
  width: 126px;
  height: 126px;
  font-family: 'Gilroy';
  font-weight: 300;
  border-radius: 50%;
  border: 3px solid #dedede;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .item-agenda .fecha {
    width: 83px;
    height: 83px;
    margin-bottom: 5px;
  }
}
.item-agenda .fecha .dia {
  font-size: 56px;
  line-height: 50px;
  color: #454c56;
}
@media (max-width: 768px) {
  .item-agenda .fecha .dia {
    font-size: 37px;
    line-height: 37px;
  }
}
.item-agenda .fecha .mes {
  font-size: 18px;
  color: #454c56;
}
.item-agenda .info {
  width: 700px;
}
.item-agenda .info h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  color: #454c56;
  line-height: 25px !important;
}
.item-agenda .info p {
  line-height: 24px !important;
  padding: 0 !important;
  margin: 0 0 20px 0!important;
  color: #454c56;
}
.item-agenda .info span {
  font-size: 12px;
  padding: 10px 0 10px 20px;
  background-image: url(../../images/iconos/ico-market-agenda.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #454c56;
}
.item-agenda .info span.morado {
  background-image: url(../../images/iconos/ico-market-agenda-m.png);
}
.item-agenda .info span.verde {
  background-image: url(../../images/iconos/ico-market-agenda-v.png);
}
.aGenda {
  padding-left: 20px;
}
@media (max-width: 435px) {
  .aGenda {
    padding-left: 0px;
  }
}
.aGenda .item-agenda .info {
  width: 500px;
}
.cont-ir {
  padding: 20px 45px;
  margin-bottom: 20px;
}
.borde-agenda {
  border-left: 1px solid #d0d0d0;
  position: relative;
  min-height: 300px;
}
.borde-agenda .flecha {
  background-image: url(../../images/iconos/flecha-agenda.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 29px;
  height: 39px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  left: -21px;
}
.verde .ui-datepicker-title {
  color: #21a095;
}
.verde .ui-datepicker-calendar .ui-state-active {
  color: #21a095;
  border: 2px solid #21a095;
}
.menu-reciclaje {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .menu-reciclaje {
    flex-wrap: wrap;
  }
}
.menu-reciclaje a.item {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 800;
}
@media (max-width: 420px) {
  .menu-reciclaje a.item {
    width: 50%;
  }
}
.menu-reciclaje a.item .ico {
  width: 46px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.menu-reciclaje a.item .ico.pv {
  background-image: url(../../images/iconos/ico-lcverdes/ico-botar-blanco.png);
}
.menu-reciclaje a.item .ico.pl {
  background-image: url(../../images/iconos/ico-lcverdes/ico-basurero-blanco.png);
}
.menu-reciclaje a.item .ico.plm {
  background-image: url(../../images/iconos/ico-lcverdes/ico-camion-blanco.png);
}
.menu-reciclaje a.item .ico.pi {
  background-image: url(../../images/iconos/ico-lcverdes/ico-bateria-blanco.png);
}
.menu-reciclaje a.item:hover,
.menu-reciclaje a.item.active {
  color: #65c698;
}
.menu-reciclaje a.item:hover .ico.pv,
.menu-reciclaje a.item.active .ico.pv {
  background-image: url(../../images/iconos/ico-lcverdes/ico-botar-verde.png);
}
.menu-reciclaje a.item:hover .ico.pl,
.menu-reciclaje a.item.active .ico.pl {
  background-image: url(../../images/iconos/ico-lcverdes/ico-basurero-verde.png);
}
.menu-reciclaje a.item:hover .ico.plm,
.menu-reciclaje a.item.active .ico.plm {
  background-image: url(../../images/iconos/ico-lcverdes/ico-camion-verde.png);
}
.menu-reciclaje a.item:hover .ico.pi,
.menu-reciclaje a.item.active .ico.pi {
  background-image: url(../../images/iconos/ico-lcverdes/ico-bateria-verde.png);
}
.compromiso h1,
.compromiso h2 {
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.compromiso h1 {
  font-size: 60px;
  line-height: 47px;
}
@media (max-width: 768px) {
  .compromiso h1 {
    font-size: 50px;
    line-height: 37px;
  }
}
@media (max-width: 420px) {
  .compromiso h1 {
    font-size: 62px;
    line-height: 50px;
  }
}
@media (max-width: 380px) {
  .compromiso h1 {
    font-size: 51px;
    line-height: 45px;
    margin-bottom: 8px;
  }
}
.compromiso h2 {
  font-size: 26px;
  line-height: 45px;
}
@media (max-width: 768px) {
  .compromiso h2 {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .compromiso h2 {
    font-size: 23px;
    padding-bottom: 0px;
  }
}
@media (max-width: 380px) {
  .compromiso h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.compromiso hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 8px 0;
}
.compromiso p {
  color: #232323 !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.compromiso .infoC {
  width: 48%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-right: 2%;
}
@media (max-width: 420px) {
  .compromiso .infoC {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .compromiso .infoC {
    width: 100%;
    margin-top: 30px;
  }
}
.compromiso .infoC img {
  width: 88px;
  margin-right: 17px;
}
.compromiso .infoC img.b {
  width: 60px;
}
@media (max-width: 420px) {
  .compromiso .infoC img.b {
    width: 70px;
    margin-left: 11px;
  }
}
.compromiso .infoC .text h4,
.compromiso .infoC .text span {
  color: #fff;
}
.compromiso .infoC .text h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.compromiso .infoC .text span {
  font-size: 15px;
}
.compromiso .infoC .text span#clock {
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 35px;
  line-height: 33px;
}
.compromiso .infoC .text p {
  color: #fff;
}
.flex {
  display: flex;
  align-items: center;
}
#transparencia h2 {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  color: #135276;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  #transparencia h2 {
    font-size: 30px;
    margin: 0;
  }
}
#transparencia h3 {
  display: block;
  margin: 0 0 20px;
  padding-bottom: 20px;
  color: #262626;
  background-image: url("../../images/iconos/ico-detalle-ondas-c.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 300;
}
#transparencia h4 {
  text-transform: uppercase;
}
.menu-transparencia {
  margin-top: 50px;
}
.menu-transparencia select {
  width: 100%;
  height: 42px;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 14px;
  color: #262626;
  background-color: #fff;
  background-image: url(../../images/iconos/ico-select.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 10px 30px;
  border: 1px solid #ccd5d6;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.menu-transparencia select:focus {
  outline: 0px;
}
.menu-transparencia span {
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.menu-transparencia option.sel-transparencia {
  font-family: 'Gilroy';
  font-size: 14px;
  line-height: 35px;
  color: #232323;
  padding: 10px 0 0 15px;
}
.menu-transparencia option.sel-transparencia.active {
  color: #25b4c9;
  font-size: 14px;
  font-weight: 800;
}
.actualizacion {
  float: right;
  /*ultima{
      text-transform: uppercase;
      font-family: Arial;
      font-size: 14px;
      color: @NegroB;
   }
   .fecha_act{
      font-family: Arial;
      font-size: 18px;
      color: @Celeste;
      padding-left: 10px;
      border-left: 1px solid #6da8bf;
   }*/
}
.registro_text {
  margin-top: 100px;
}
.registro_text h3 {
  color: #fff;
  font-size: 46px !important;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.registro_text p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .registro_text {
    margin-top: 10px;
  }
}
.form-control {
  border-radius: 5px;
}
#registro {
  margin-top: 30px;
}
#registro .form-control {
  height: inherit !important;
  border-radius: 0;
}
#registro .help-block {
  display: block;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 0;
  color: #fff;
  padding-left: 16px;
  background-color: #d5623f;
  border-radius: 10px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 12px;
}
#registro .inputTex {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  background-position: 93% center;
  background-repeat: no-repeat;
}
#registro .inputTex.ico-persona {
  background-image: url(../../images/iconos/ico-registro/ico-persona.png);
}
#registro .inputTex.ico-email {
  background-image: url(../../images/iconos/ico-registro/ico-sobre.png);
}
#registro .inputTex.ico-email {
  background-image: url(../../images/iconos/ico-registro/ico-sobre.png);
}
#registro .inputTex.ico-comuna {
  background-image: url(../../images/iconos/ico-registro/ico-market.png);
}
#registro .inputTex.ico-fono {
  background-image: url(../../images/iconos/ico-registro/ico-fono.png);
}
#registro .inputTex.ico-direccion {
  background-image: url(../../images/iconos/ico-registro/ico-direccion.png);
}
#registro .inputTex input[type=text] {
  width: 70%;
  height: 30px;
  background: none;
  border: none;
  color: #262626;
  padding: 5px 15px;
  margin-top: 5px;
  margin-left: 7px;
}
#registro h3 {
  font-family: 'Gilroy';
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}
#registro .area-interes {
  padding: 22px 10px 22px 22px;
  background-color: rgba(42, 168, 186, 0.7);
  border-radius: 10px;
}
#registro .area-interes span {
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #registro .area-interes {
    margin-top: 20px;
  }
}
.selector select {
  font-size: 14px;
  color: #262626;
}
.menu-mascotas {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}
.menu-mascotas.top {
  margin-top: 136px;
}
@media (max-width: 768px) {
  .menu-mascotas.top {
    margin-top: 0px;
  }
}
.menu-mascotas a {
  display: flex;
  padding: 0 25px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .menu-mascotas a {
    padding: 0 10px;
  }
}
.menu-mascotas a:hover > .imagen {
  background-color: rgba(167, 62, 69, 0.8);
  border-radius: 50%;
}
.menu-mascotas a:last-child {
  border: none;
}
.menu-mascotas a .imagen {
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu-mascotas a .imagen {
    width: 70px;
    height: 70px;
  }
}
.menu-mascotas a .imagen img {
  width: auto;
  max-width: 100%;
}
.menu-mascotas a .imagen.active {
  background-color: rgba(167, 62, 69, 0.8);
  border-radius: 50%;
}
.menu-mascotas a .tex-menu {
  text-align: center;
  font-family: 'Gilroy';
  font-weight: 300;
}
@media (max-width: 425px) {
  .menu-mascotas a .tex-menu {
    font-size: 10px;
  }
}
.menu-mascotas a .tex-menu span {
  display: block;
  font-weight: 800;
}
.area-consejos {
  height: 170px;
}
@media (max-width: 425px) {
  .area-consejos {
    height: auto;
  }
}
.area-consejos .consejo {
  width: 75%;
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 425px) {
  .area-consejos .consejo {
    width: 70%;
    align-items: end;
  }
}
.area-consejos .consejo img {
  margin-right: 40px;
  width: 82px;
}
@media (max-width: 425px) {
  .area-consejos .consejo img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }
}
.area-consejos .consejo p {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Gilroy';
  font-weight: 300;
  color: #454c56;
}
@media (max-width: 425px) {
  .area-consejos .consejo p {
    font-size: 16px;
    line-height: 25px;
  }
}
.area-consejos .consejo p span {
  font-weight: 800;
}
.area-consejos .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 44px;
  margin: auto;
  z-index: 20;
}
.area-consejos .owl-nav .owl-prev,
.area-consejos .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 9999px;
  background-repeat: no-repeat;
}
.area-consejos .owl-nav .owl-prev {
  background-image: url(../../images/iconos/ico-nav-prev-gris.png);
  float: left;
}
.area-consejos .owl-nav .owl-next {
  background-image: url(../../images/iconos/ico-nav-next-gris.png);
  float: right;
}
.auto-img {
  width: auto !important;
}
.title-mascota {
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 31px !important;
  margin: 10px 0;
  padding: 0;
}
h1.color-gris {
  color: #454c56 !important;
}
.listado-mascotas {
  width: 70%;
  float: left;
  padding-bottom: 50px;
}
.listado-mascotas .detalle {
  width: 90%;
  margin-left: 10%;
  min-height: 200px;
}
.listado-mascotas .detalle .title {
  font-family: 'Gilroy' !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
}
.listado-mascotas .detalle h2 {
  font-family: 'Gilroy';
  font-size: 38px;
  font-weight: 800;
  color: #d2345d;
  display: block;
  line-height: 35px;
  padding-bottom: 20px;
}
.listado-mascotas .detalle h2 span.linea {
  width: 55px;
  height: 9px;
  background-color: #d2345d;
}
.area-twitter {
  width: 30%;
  float: left;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .area-twitter {
    display: none;
  }
}
.area-twitter a {
  font-size: 18px;
}
select.wd {
  width: 100%;
}
.contacto-mascotas label {
  display: block !important;
}
.contacto-mascotas textarea,
.contacto-mascotas select {
  width: 100%;
}
.contacto-mascotas input[type=text],
.contacto-mascotas textarea,
.contacto-mascotas input[type=file],
.contacto-mascotas select {
  border-radius: 8px;
  height: 48px;
}
.contacto-mascotas input[type=file] {
  padding-top: 12px;
}
.contacto-mascotas textarea {
  height: 330px;
}
option {
  font-size: 14px;
}
select {
  width: 100%;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 13px;
  color: #262626;
  background-color: #fff;
  background-image: url(../../images/iconos/ico-select.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 10px 30px;
  border: 1px solid #ccd5d6;
  border-radius: 50px;
  -webkit-appearance: none;
}
select:focus {
  outline: 0px;
}
.hasDatepicker {
  border-radius: 50px !important;
  color: #5b7072 !important;
  border: 1px solid #ccd5d6 !important;
  padding: 8px 30px !important;
  background-image: url(../../images/iconos/ico-datapicker.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  width: 100%;
}
/*Ilhabela TV*/
.area-destacados-videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.area-destacados-videos .video-principal,
.area-destacados-videos .destacados-videos {
  width: 50%;
}
@media (max-width: 768px) {
  .area-destacados-videos .video-principal,
  .area-destacados-videos .destacados-videos {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .area-destacados-videos .video-principal .info {
    top: 303px;
    width: 70%;
  }
}
.area-destacados-videos .video-principal.gris {
  background-color: #dfe5e7;
  min-height: 250px;
}
.area-destacados-videos .video-principal.gris .item-video {
  height: 100%;
}
.area-destacados-videos .video-principal.gris .item-video .info {
  top: 20%;
}
.area-destacados-videos .video-principal.gris .item-video .info h3 {
  color: #18a6bb;
}
.area-destacados-videos .video-principal.gris .item-video .info .categoria p {
  color: #454c56;
}
.area-destacados-videos .video-principal.gris .item-video .share {
  color: #828080;
  background-image: url(../../images/general/bg-social-gris.png) !important;
}
.area-destacados-videos .video-principal.gris .item-video .share a.facebook {
  background-image: url(../../images/iconos/ico-facebook-gris.png) !important;
}
.area-destacados-videos .video-principal.gris .item-video a.twitter {
  background-image: url(../../images/iconos/ico-twitter-gris.png) !important;
}
.area-destacados-videos .item-video {
  width: 100%;
}
.area-destacados-videos .item-video .info {
  width: 80%;
  top: 33%;
}
@media (max-width: 1266px) {
  .area-destacados-videos .item-video .info {
    top: 24%;
  }
}
@media (max-width: 1024px) {
  .area-destacados-videos .item-video .info {
    top: 19%;
  }
}
.area-destacados-videos .item-video .info h3 {
  color: #fff;
  font-size: 37px;
}
@media (max-width: 1024px) {
  .area-destacados-videos .item-video .info h3 {
    font-size: 33px;
    line-height: 32px;
  }
}
@media (max-width: 420px) {
  .area-destacados-videos .item-video .info h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 420px) {
  .area-destacados-videos .item-video .info h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.destacados-videos {
  display: flex;
  flex-wrap: wrap;
}
.destacados-videos .item-video {
  width: 50%;
}
@media (max-width: 420px) {
  .destacados-videos .item-video {
    width: 100%;
  }
}
.list-video-cat .item-video-cat {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.list-video-cat .item-video-cat:last-child {
  border: none;
}
.list-video-cat .item-video-cat .fot-video {
  position: relative;
  width: 35%;
}
.list-video-cat .item-video-cat .fot-video .ico-play {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 24px;
  height: 24px;
  z-index: 30;
  background-image: url(../../images/iconos/ico-play-video02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.list-video-cat .item-video-cat .fot-video img {
  width: 100%;
}
.list-video-cat .item-video-cat .info {
  width: 65%;
  color: #454c56;
  line-height: 19px;
  font-family: 'Open Sans';
  padding-left: 20px;
}
.list-video-cat .item-video-cat .info p {
  color: #454c56;
  line-height: 19px;
}
.list-video-cat .item-video-cat .info p a {
  color: #454c56 !important;
}
ul#sel-transparencia {
  width: 90%;
  height: 42px;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 14px;
  color: #262626;
  background-color: #fff;
  background-image: url(../../images/iconos/ico-select.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 10px 30px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style: none;
  position: relative;
}
ul#sel-transparencia li a {
  color: #262626;
  display: block;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 14px;
}
ul#sel-transparencia ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 17px;
  width: 94%;
  height: 400px;
  background-color: #fff;
  padding: 15px;
  list-style: none;
  overflow-y: auto;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
ul#sel-transparencia ul li {
  padding: 2px;
}
ul#sel-transparencia ul li a {
  color: #262626;
  display: block;
  padding: 5px 5px 5px 10px;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 14px;
  border-radius: 20px;
}
ul#sel-transparencia ul li a:hover {
  background-color: #2CBBD0;
  color: #fff;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    width: 95%;
  }
}
.modal-dialog .modal-body .row:first-child > .col-md-4 {
  padding-bottom: 20px;
  height: 35px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-dialog .modal-body .row .col-md-4 {
  height: 50px;
}
@media (max-width: 375px) {
  .modal-dialog .modal-body .row .col-md-4 {
    font-size: 12px;
    height: 60px;
  }
}
@media (max-width: 320px) {
  .modal-dialog .modal-content {
    overflow-y: auto;
    height: 530px;
  }
}
footer {
  min-height: 550px;
  padding-top: 50px;
  color: #fff;
  background-color: #262626;
  background-image: url("../../images/general/bg-footer.png");
  background-repeat: no-repeat;
  background-position: left top;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  line-height: 2;
}
footer ul li a:focus,
footer ul li a:hover {
  color: #67aed3;
}
footer .btn-up {
  position: relative;
}
footer .btn-up .up {
  position: absolute;
  z-index: 99;
  top: -70px;
  right: 10%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #135276;
  background-image: url("../../images/iconos/ico-desplegable-abierto.png");
  background-repeat: no-repeat;
  background-position: center;
}
footer .coluna-esquerda {
  display: none;
  float: left;
  width: 100%;
}
@media (min-width: 576px) {
  footer .coluna-esquerda {
    display: block;
  }
}
@media (min-width: 992px) {
  footer .coluna-esquerda {
    width: 65%;
  }
}
footer .coluna-esquerda .menu {
  float: left;
  width: 33.3333333%;
  padding: 15px 15px 15px 25px;
  border-right: 1px solid #414141;
}
footer .coluna-esquerda .menu.last {
  border-right: 0;
}
footer .coluna-esquerda .menu h5 {
  margin-top: 0;
  text-transform: uppercase;
}
footer .coluna-esquerda .menu h5.sitios {
  color: #67aed3;
}
footer .coluna-esquerda .menu h5.preguntas {
  color: #ff7366;
}
footer .coluna-esquerda .menu h5.informacion {
  color: #17a5b9;
}
footer .coluna-esquerda .menu a.btn {
  margin-top: 20px;
}
footer .coluna-esquerda address {
  margin-top: 60px;
  font-family: 'Gilroy', sans-serif;
  font-size: 13px;
}
@media (max-width: 991px) {
  footer .coluna-esquerda address {
    text-align: center;
  }
}
footer .coluna-direita {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  footer .coluna-direita {
    width: 35%;
  }
}
footer .coluna-direita .links {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #414141;
}
@media (min-width: 992px) {
  footer .coluna-direita .links {
    width: 332px;
    margin-left: auto;
    text-align: right;
  }
}
footer .coluna-direita .links a {
  display: inline-block;
}
@media (max-width: 425px) {
  footer .coluna-direita .links.seguridad {
    display: none;
  }
}
footer .coluna-direita .links.seguridad.mobil {
  display: none;
}
@media (max-width: 425px) {
  footer .coluna-direita .links.seguridad.mobil {
    display: block;
  }
}
footer .coluna-direita .links.otros {
  display: none;
}
@media (max-width: 425px) {
  footer .coluna-direita .links.otros {
    display: block;
  }
  footer .coluna-direita .links.otros a {
    float: none;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .coluna-direita .links.otros a:first-child {
    margin-bottom: 15px;
  }
}
footer .coluna-direita .links.social {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 0;
}
@media (min-width: 992px) {
  footer .coluna-direita .links.social {
    justify-content: space-around;
  }
}
footer .coluna-direita .links.w3c {
  display: flex;
  justify-content: center;
  border-bottom: 0;
}
@media (min-width: 992px) {
  footer .coluna-direita .links.w3c {
    justify-content: flex-end;
  }
}
footer .coluna-direita .links.w3c a {
  display: block;
  height: 13px;
  margin-right: 5px;
  background-image: url("../../images/general/w3c.png");
  background-repeat: no-repeat;
}
footer .coluna-direita .links.w3c a.html {
  width: 78px;
}
footer .coluna-direita .links.w3c a.css {
  width: 72px;
  background-position: -80px center;
}
footer .coluna-direita .links.w3c a.wai {
  width: 66px;
  background-position: -155px center;
}
a.tooltips-left {
  position: relative;
  display: inline;
}
a.tooltips-left span {
  position: absolute;
  display: none;
  width: 200px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #000000;
}
a.tooltips-left span:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000000;
}
a:hover.tooltips-left span {
  z-index: 999;
  top: 50%;
  right: 100%;
  display: block;
  margin-top: -13.5px;
  margin-right: 15px;
  opacity: 0.7;
}
a.tooltips-right {
  position: relative;
  display: inline;
}
a.tooltips-right span {
  position: absolute;
  display: none;
  width: 200px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #000000;
}
a.tooltips-right span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  margin-top: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-right: 8px solid #000000;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips-right span {
  z-index: 999;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -13.5px;
  margin-left: 15px;
  opacity: 0.7;
}
a.tooltips-top {
  position: relative;
  display: inline;
}
a.tooltips-top span {
  position: absolute;
  display: none;
  width: 200px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #000000;
}
a.tooltips-top span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: '';
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips-top span {
  z-index: 999;
  bottom: 30px;
  left: -50%;
  display: block;
  margin-left: -76px;
  opacity: 0.7;
}
a.tooltips-bottom {
  position: relative;
  display: inline;
}
a.tooltips-bottom span {
  position: absolute;
  display: none;
  width: 200px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #000000;
}
a.tooltips-bottom span:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000000;
  border-left: 8px solid transparent;
}
a:hover.tooltips-bottom span {
  z-index: 999;
  top: 30px;
  left: 50%;
  display: block;
  margin-left: -76px;
  opacity: 0.7;
}
.linea-izq {
  border-left: 1px solid #ddd;
}
@media (max-width: 767px) {
  .linea-izq {
    border: none;
  }
}
.linea-der {
  border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
  .linea-der {
    border: none;
  }
}
.ftransparencia {
  display: block;
  width: 205px;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
  color: #232323;
  border: 1px solid rgba(170, 177, 184, 0.5);
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  border-radius: 10px;
}
.ftransparencia img {
  float: left;
  margin: 5px 8px 5px 0;
}
.ftransparencia span {
  display: block;
}
@media (max-width: 425px) {
  .ftransparencia {
    margin: 0 auto;
  }
}
.iformulario {
  height: 1335px;
}
@media (max-width: 767px) {
  .iformulario {
    height: 2290px;
  }
}
@media (max-width: 1446px) {
  .ptramites {
    padding-top: 20px;
    /* padding-top: 0px; PARA NUEVA PORTADA TRÁMITES*/
  }
}
.fondoN {
  display: none;
}
@media (max-width: 425px) {
  .fondoN {
    display: block;
    width: 100%;
    height: 767px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.formMascotas {
  padding: 0 15px;
}
.formMascotas .form-group {
  width: 100%;
  margin-bottom: 40px;
}
.formMascotas .form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
}
.formMascotas .form-group select {
  color: #999;
}
.formMascotas .form-group option {
  color: #555;
}
button.multiselect.dropdown-toggle.btn.btn-default {
  color: #232323 !important;
  max-width: 300px;
  overflow: hidden;
}
button.multiselect.dropdown-toggle.btn.btn-default:hover {
  color: #fff !important;
}
ul.dropdown-menu li {
  list-style: none !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #232323;
  text-decoration: none;
  background: none !important;
  outline: 0;
}
.reciclajePersonajes {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 662px !important;
}
@media (max-width: 1024px) {
  .reciclajePersonajes {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  .reciclajePersonajes {
    width: 39% !important;
    bottom: 73px;
  }
}
@media (max-width: 420px) {
  .reciclajePersonajes {
    bottom: 55px;
    width: 69% !important;
  }
}
@media (min-width: 1025px) {
  .fxo-widget-iframe {
    bottom: 13px !important;
    right: 6px !important;
  }
}
#upload_photography {
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  color: #5b7072 !important;
  border: 1px solid #ccd5d6 !important;
  padding: 8px 30px !important;
  background-image: url(../../images/iconos/upload_to_cloud.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  width: 100%;
}
@media screen {
  blockquote ._4-u8 {
    background-color: #818192;
  }
}
.after-owl {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px;
}
.after-owl .inner-owl-left {
  height: 11em;
}
.after-owl .inner-owl-left .float-img {
  position: relative;
  top: -20em;
  z-index: 11;
  width: 45em;
  clear: both;
}
@media (max-width: 1275px) {
  .after-owl .inner-owl-left .float-img {
    top: -10em;
  }
}
@media (max-width: 991px) {
  .after-owl .inner-owl-left .float-img {
    width: auto;
  }
}
@media (max-width: 425px) {
  .after-owl .inner-owl-left .float-img {
    top: -7em;
  }
}
@media (max-width: 375px) {
  .after-owl .inner-owl-left .float-img {
    top: -5em;
  }
}
.after-owl .inner-owl-right {
  padding-right: 0px;
  border-bottom: 1px solid #83b4bd;
}
.after-owl .inner-owl-right h1 {
  font-size: 50px;
  line-height: 50px;
  color: #263247;
}
@media (max-width: 1024px) {
  .after-owl .inner-owl-right h1 {
    font-size: 40px;
    line-height: 34px;
  }
}
.after-owl .inner-owl-right h3 {
  font-size: 32px;
  margin-top: 0px;
  color: #83b4bd;
}
@media (max-width: 1024px) {
  .after-owl .inner-owl-right h3 {
    font-size: 26px;
  }
}
@media (min-width: 991px) {
  .after-owl .inner-owl-right .logo-salud {
    margin-top: 35px;
  }
}
/* lightbox municipalidad -> organigrama */
@media all {
  .lightbox {
    display: none;
  }
  .featherlight .featherlight-inner {
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .featherlight .featherlight-content {
    padding: 25px;
    border-radius: 10px;
    overflow: inherit;
  }
  .featherlight .featherlight-content img.foto {
    width: 100%;
  }
  .fixwidth .featherlight-close {
    color: #fff;
    background: #333;
  }
  .featherlight:last-of-type {
    background: rgba(15, 187, 212, 0.4);
  }
  .featherlight .featherlight-image {
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
  }
  .featherlight .featherlight-close-icon {
    background: #325256;
  }
  img.organigrama {
    width: auto;
    margin: 0 auto;
  }
  .featherlight.featherlight--info .featherlight-content {
    max-width: 425px;
  }
  .featherlight.featherlight--info .featherlight-close-icon {
    background: #ea1f79;
  }
  .featherlight.featherlight--info .featherlight-inner {
    height: auto;
    text-align: center;
  }
  .featherlight.featherlight--info .featherlight-inner svg {
    color: #135276;
    max-width: 60px;
  }
}
@media all and (max-width: 767px) {
  .featherlight .featherlight-content {
    padding: 5px;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .featherlight.featherlight--info .featherlight-content {
    padding-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .featherlight.featherlight--info .featherlight-inner svg {
    max-width: 85px;
  }
}
@media all and (max-width: 767px) {
  .featherlight.featherlight--info .featherlight-inner h2 {
    margin-top: 10px;
    font-size: 21px;
  }
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.ml17 {
  margin-left: 17px;
}
.celspa0 {
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
}
.whitebgbox {
  padding: 20px 10px 15px;
  border-radius: 10px;
}
#mapa_sectores {
  max-width: 100%;
  max-height: 100%;
}
#mapa_sectores a {
  height: 5%;
  width: 5%;
  display: block;
  float: left;
}
#mapa_sectores a#icono_lunes {
  position: relative;
  top: -12em;
  left: 13%;
}
#mapa_sectores a#icono_martes {
  position: relative;
  top: -21em;
  left: 23%;
}
#mapa_sectores a#icono_miercoles {
  position: relative;
  top: -26em;
  left: 32em;
}
#mapa_sectores a#icono_jueves {
  position: relative;
  top: -37em;
  left: 48%;
}
#mapa_sectores a#icono_viernes {
  position: relative;
  top: -35em;
  left: 64%;
}
#mapa_sectores a#icono_sabado {
  position: relative;
  top: -19em;
  left: 37%;
}
.antiportonazo .form-control {
  border-radius: 4px;
}
.antiportonazo .help-block {
  color: #b93030 !important;
  line-height: normal !important;
  padding: 10px;
  display: block;
  border-radius: 5px;
}
.antiportonazo .help-block-red {
  color: #ff0000 !important;
  line-height: normal !important;
  padding: 10px;
  display: block;
  border-radius: 5px;
}
.antiportonazo .has-error .help-block {
  background-color: #f3dbdb;
}
.antiportonazo.respuesta {
  text-align: center;
}
.antiportonazo.respuesta img {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .antiportonazo.respuesta img {
    width: 150px;
    height: auto;
  }
}
.antiportonazo.respuesta h2 {
  padding-bottom: 0px;
  font-weight: bold;
}
.texto-codigo {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 44px;
  line-height: 45px;
}
.codigo-alerta {
  background-color: #d13a66;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.codigo-alerta span {
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}
.codigo-alerta span img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}
.cajacheck {
  padding: 20px 0;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .cajacheck {
    padding: 40px;
  }
}
.cajacheck .checkbox-inline,
.radio-inline {
  margin-bottom: 3px;
}
.cajacheck input[type=radio] {
  margin: 4px 7px 0;
}
.contenedor-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 24px;
}
.contenedor-check input[type=radio] {
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.formulario.resp {
  text-align: center;
}
.formulario.resp img {
  margin-top: 50px;
  margin-bottom: 20px;
}
.formulario.resp h2 {
  margin-top: 20px;
  padding-bottom: 0px;
}
.cajacheck .form-check,
.cajacheck .form-group {
  margin-bottom: 20px;
  margin-top: 20px;
}
.cajacampos .row {
  margin-right: 0px;
  margin-left: 0px;
}
.cajacampos .form-control {
  border-radius: 4px;
}
.cajacampos input[type=file] {
  display: block;
  white-space: normal;
  background: #FFF;
  margin-bottom: 12px;
  border-radius: 50px;
  clear: both;
  margin: 4px 0;
  padding: 10px 20px;
  min-width: 178px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  border: 1px solid #cccccc;
}
.assist-day h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .assist-day h2 {
    font-size: 18px !important;
  }
}
.assist-day small {
  display: block;
  margin-bottom: 30px;
}
.assist-day__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.assist-day__date {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .assist-day__date {
    width: 50%;
  }
  .assist-day__date:nth-last-child(2) .assist-day__info {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .assist-day__date {
    width: 33.3333333%;
  }
  .assist-day__date:last-child .assist-day__info {
    margin-right: 0;
  }
}
.assist-day__info {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #01a0b9;
  text-align: center;
}
@media (min-width: 992px) {
  .assist-day__info {
    margin-right: 8px;
  }
}
.assist-day__info .control-label {
  padding-left: 0;
}
.assist-day__info ul {
  padding-left: 0 !important;
  margin-top: 25px !important;
}
.assist-day__info ul li {
  list-style: none !important;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .assist-day__info ul li {
    font-size: 20px !important;
  }
}
.assist-day__checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
}
.assist-day__checkbox:hover .single-checkbox ~ .single-checkmark {
  background-color: #ccc;
}
.assist-day__checkbox .single-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
}
.assist-day__checkbox .single-checkbox:checked ~ .single-checkmark {
  background-color: #01a0b9;
}
.assist-day__checkbox .single-checkbox:checked ~ .single-checkmark::after {
  display: block;
}
.assist-day__checkbox .single-checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transform: translateX(-50%);
  border-radius: 4px;
  transition: background-color 0.3s;
}
.assist-day__checkbox .single-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.assist-confirm {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .assist-confirm {
    margin-top: 15px;
  }
}
.assist-confirm__ico {
  margin-top: 0 !important;
}
.assist-confirm__ticket {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 390px;
  min-height: 145px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url(../../images/iconos/ico-ticket_festival.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .assist-confirm__ticket {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.assist-confirm__ticket-qr {
  width: 35%;
}
.assist-confirm__ticket-qr > img {
  max-width: 50%;
  margin: 0 !important;
}
@media (min-width: 426px) {
  .assist-confirm__ticket-qr > img {
    max-width: 100%;
  }
}
.assist-confirm__ticket-date {
  width: 65%;
}
.assist-confirm__ticket-date span {
  position: absolute;
  top: 15%;
  left: 40%;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  color: #24a197;
}
@media (min-width: 426px) {
  .assist-confirm__ticket-date span {
    font-size: 16px;
    top: 15px;
  }
}
.assist-confirm__ticket-date strong {
  display: block;
}
@media (max-width: 425px) {
  .assist-confirm__ticket-date strong {
    font-size: 12px;
  }
}
.form-transparent-poll h4 {
  text-transform: none !important;
  font-family: 'Open Sans', sans-serif;
  color: #135276;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form-transparent-poll h4 {
    font-size: 18px;
  }
}
.form-transparent-poll__question {
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .form-transparent-poll__question {
    padding: 15px 30px;
  }
}
.form-transparent-poll__question h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-transparent-poll__question h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.form-transparent-poll__question p {
  padding: 0;
  margin-bottom: 6px;
  font-weight: 700;
}
.form-transparent-poll__question textarea.form-control {
  padding: 12px 30px;
  margin-bottom: 10px;
  resize: none;
}
.form-transparent-poll__question .checkbox-inline {
  margin-bottom: 3px;
}
.form-transparent-poll__answer {
  text-align: center;
  margin-top: 20px;
}
.form-transparent-poll__answer img {
  max-width: 130px;
  margin-bottom: 15px;
}
.form-transparent-poll__answer h3 {
  background-image: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.form-transparent-poll__answer p {
  padding: 0 !important;
}
.help-block-custom {
  color: #a94442;
  border-radius: 4px;
  background-color: #f2dede;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
.caja-antejardin {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #ba7648;
  border-radius: 25px;
}
.caja-muros {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #d6a859;
  border-radius: 25px;
}
.caja-interior {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #406c9b;
  border-radius: 25px;
}
#caja-parque {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #70aecd;
  border-radius: 25px;
}
#caja-parque label.form-check-label {
  font-weight: normal;
}
#contenido #caja-parque select,
#contenidos #caja-parque select,
.contenidos #caja-parque select {
  border-radius: 4px;
  background-position: 98% center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
#caja-servicios {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #7b538d;
  border-radius: 25px;
}
#caja-servicios.sinborde {
  border: none;
}
#caja-servicios label.form-check-label {
  font-weight: normal;
}
#contenido #caja-servicios select,
#contenidos #caja-servicios select,
.contenidos #caja-servicios select {
  border-radius: 4px;
  background-position: 98% center;
  font-family: 'Open Sans';
  font-weight: lighter;
}
.caja-autocuidado {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #745f90;
  border-radius: 25px;
}
.caja-coordinacion {
  margin-bottom: 40px;
  padding: 40px;
  border: 10px solid #c77d48;
  border-radius: 25px;
}
.logos-ilhabela {
  position: relative;
  top: 48px;
  left: 19%;
  width: 69%;
  height: 50px;
}
@media (max-width: 425px) {
  .logos-ilhabela {
    top: 41px;
    left: 52%;
  }
}
.logos-ilhabela.verdeint {
  left: 18%;
  width: 63%;
}
@media (max-width: 425px) {
  .logos-ilhabela.verdeint {
    top: 18px;
    left: 56%;
  }
}
.logos-ilhabela.encuesta {
  position: relative;
  top: 48px;
  left: 32%;
  width: 61%;
  height: 50px;
}
@media (max-width: 425px) {
  .logos-ilhabela.encuesta {
    position: relative;
    top: 20px;
    left: 5%;
    width: 75%;
    height: 50px;
  }
}
.logo-convenios {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 7px;
}
.bloque-centrado {
  position: relative;
}
.bloque-centrado.arriba {
  position: relative;
}
.bloque-centrado img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bloque-centrado.arriba img {
  top: 0;
  left: 50%;
}
#buttonSend {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #buttonSend {
    margin-top: 10px;
  }
}
.numeracion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.numeracion li {
  margin-bottom: 10px;
  counter-increment: step-counter;
}
.numeracion li::before {
  margin-right: 5px;
  padding: 3px 8px;
  content: counter(step-counter);
  color: white;
  border-radius: 3px;
  background-color: #109eb2;
  font-size: 80%;
  font-weight: bold;
}
.antiportonazo label,
select {
  color: #232323;
  font-family: 'Open Sans';
}
.caja-con-borde {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 25px;
}
.caja-con-borde label {
  color: #232323;
  font-family: 'Open Sans';
}
.caja-con-borde .checkbox label,
.radio label,
select {
  color: #232323;
  font-family: 'Open Sans';
}
.borde-morado {
  border: 5px solid #7b538d;
}
.borde-azul {
  border: 5px solid #416da9;
}
.borde-celeste {
  border: 5px solid #47babe;
}
.borde-verde {
  border: 5px solid #52ba77;
}
.borde-verde-claro {
  border: 5px solid #6dba52;
}
.borde-amarillo {
  border: 5px solid #e2c13d;
}
.borde-marron {
  border: 5px solid #a57d45;
}
.borde-naranjo {
  border: 5px solid #c4953a;
}
.borde-gris-azulado {
  border: 5px solid #8aa9ad;
}
.borde-rojo {
  border: 5px solid #c4554c;
}
.borde-tiempo-libre {
  border: 5px solid #eeeeee;
}
.item-tramites__highlight {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}



.btnheader {
    padding: 0 5px;
	position: relative;
}
.btnheader:hover {
    background-color:#1c689c;
}
.icon-acessibilidade {
    background-image: url(../../images/iconos/acessibilidade-on.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 30px;
    display: inline-block;
	position: relative;
    top: 9px;
}

#showLinkAcessibilidade{
	height: 50px;
	cursor:pointer;
}
.icon-libras {
    background-image: url(../../images/iconos/libras-on.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 30px;
    display: inline-block;
	position: relative;
    top: 9px;
}

.link-vlibras{
	width: 152px;
    position: absolute;
    height: 220px;
    background: #c49f54;
    right: 0px;
    top: 50px;
    transition: 0.1s;
	padding:10px;
	cursor: default;
	display:none;
}
.link-vlibras p{
	padding-top:5px;
	text-transform: none;
}
#linkLibras{
	height: 50px;
}
#linkLibras:hover + .link-vlibras {
	display:block;
}
.link-vlibras:hover {
	display:block;
}

.width-100-p{
	width:100%! important;
}
.width-33-p{
	width:33.3%! important;
}
.width-50-p{
	width:50%! important;
}
.width-66-p{
	width:66.6%! important;
}




/* GRID NOTICIAS */

figure {
    margin: 0;
    margin-right: 3px;
}

.comments-box .comment-list .comment .comment-body .author-pic img, .grid-item figure img, .img-block, .m-post-content .post-thumb img, .megam-menu__content__inner .post-item img, .post-item figure a img, .widget--border-box.single-cat figure a img {
    width: 100%;
}
.u-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.u-flex--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.u-flex--content-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.u-flex--content-between {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.u-flex--item-center {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center
}

.clear::after,
.clear::before,
.posts-list.mega-posts::after,
.posts-list.mega-posts::before,
section::after,
section::before {
	display: block;
	clear: both;
	content: ""
}
.u-margin-r-5 {
	margin-right: 5px
}

.u-margin-r-10 {
	margin-right: 10px
}

.u-margin-r-15 {
	margin-right: 15px
}

.u-margin-r-20 {
	margin-right: 20px
}

.u-margin-r-30 {
	margin-right: 30px
}

.n-margin-lr-3 {
	margin-right: -3px;
	margin-left: -3px
}
.grid-item {
	position: relative;
	overflow: hidden;
	flex: 0 0 50%;
	padding: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%
}

.grid-item:before {
	position: absolute;
	top: 0;
	width: -webkit-calc(100% - 3px);
	width: calc(100% - 3px);
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #000));
	background: -webkit-linear-gradient(top, transparent 50%, #000);
	background: linear-gradient(-180deg, transparent 50%, #000)
}

.grid-item .thumb-content {
	position: absolute;
	z-index: 9;
	bottom: -30px;
	padding: 0 20px 20px;
	-webkit-transition: .4s;
	transition: .4s
}

.grid-item .thumb-content.appear {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	padding: 0 20px 20px;
	-webkit-transition: 0;
	transition: 0;
	width: 100%;
}

@media (max-width:991px) {
	.grid-item .thumb-content {
		bottom: 0
	}
}

.grid-item .thumb-content .post-cat {
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

.grid-item .thumb-content .post-cat.appear {
	-webkit-transition: 0;
	transition: 0;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	display: inline-flex;
}
.grid-item .thumb-content .post-cat.appear time{
	color: white;
    margin-left: 10px;
    line-height: 28px;
}

@media (max-width:991px) {
	.grid-item .thumb-content .post-cat {
		display: none
	}
}

.grid-item .thumb-content .post-cat ul{
	list-style: outside none none;
	padding: 0;
}
.grid-item .thumb-content .post-cat ul li{
	display: list-item;
}
.grid-item .thumb-content .post-cat ul li a {
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #d2a04e;
	font-size: 1rem;
	line-height: 1
}

.grid-item .thumb-content .post-title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.5rem;
}

.grid-item .thumb-content .post-title.appear {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 1.5rem;
}

@media (max-width:991px) {
	.grid-item .thumb-content .post-title {
		font-size: 1.25rem!important
	}
}

@media (max-width:767px) {
	.grid-item .thumb-content .post-title {
		overflow: hidden;
		height: auto
	}
}

.grid-item .thumb-content .post-title a,
.posts-list.has-video-box .post-item .post-content .post-title a {
	color: #fff
}

.grid-item .thumb-content .post-meta .post-comments:hover,
.grid-item .thumb-content .post-title a:hover,
.posts-box__bottom__load-more a:hover,
.posts-box__category ul li a:hover,
.posts-box__category ul li.active a {
	color: #fff
}

.grid-item .thumb-content .post-meta {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color: #fff
}

@media (max-width:991px) {
	.grid-item .thumb-content .post-meta {
		opacity: 1
	}
}

.comments-box .comment-meta .item i,
.grid-item .thumb-content .post-meta i,
.m-post-content--nyc .post-top .post-meta .item i,
.m-post-content--tok .post-meta .item i,
.m-post-content--van .post-meta .item i,
.post-item .post-meta i,
.user-modal .social-login li a i {
	margin-right: 8px
}

.grid-item .thumb-content .post-meta .post-comments {
	margin-left: 30px;
	color: #fff
}

@media (max-width:767px) {
	.grid-item .thumb-content .post-meta .post-comments {
		display: none
	}
}

.grid-item:nth-child(-n+3) {
	flex: 0 0 33.333%;
	margin-bottom: 6px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 33.333%;
	-ms-flex: 0 0 33.333%
}

.grid-item:nth-child(-n+3) .post-title {
	font-size: 1rem;
}

@media (min-width:576px) and (max-width:1200px) {
	.grid-item:first-child {
		display: none
	}
}

.grid-item:hover .post-meta {
	opacity: 1
}

.grid-item:hover .thumb-content {
	bottom: 0
}

.grid-item:hover .post-cat {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@media (max-width:575px) {
	.grid-item {
		flex: 1 0 100%!important;
		margin-bottom: 10px!important;
		-webkit-box-flex: 1!important;
		-moz-box-flex: 1!important;
		-webkit-flex: 1 0 100%!important;
		-ms-flex: 1 0 100%!important
	}
}

@media (min-width:576px) and (max-width:1200px) {
	.grid-item {
		flex: 1 0 50%!important;
		-webkit-box-flex: 1!important;
		-moz-box-flex: 1!important;
		-webkit-flex: 1 0 50%!important;
		-ms-flex: 1 0 50%!important
	}
}

.posts-box__top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	border: 1px solid #eae9e9;
	border-left: 5px solid #135276;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center
}

.posts-box__top--auto-hight {
	height: auto
}

.posts-box__top--auto-hight div {
	padding: 30px 20px
}

.posts-box__top__title {
	flex: 0 0 auto;
	max-width: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	margin: 0;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.posts-box__category {
	width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1
}

.posts-box__category ul {
	padding-right: 20px
}

.posts-box__category ul li {
	display: inline-block;
	margin-left: 18px
}

.posts-box__category ul li a {
	color: #717171;
	font-family: Heebo;
	font-size: .875rem
}

.flex-menu-parent,
.posts-box__bottom__load-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.posts-box__bottom__load-more {
	height: 50px;
	border: 1px solid #eae9e9;
	border-top: 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.posts-box__bottom__load-more a {
	display: inline-block;
	color: #6d6d6d;
	font-family: Heebo;
	font-size: 1.125rem
}
.posts-list.has-big-in-top {

}

.posts-list.has-big-in-top .post-item:first-child {
	margin-bottom: 30px;
	padding-bottom: 27px;
	border-bottom: 1px solid #eae9e9
}

.posts-list.has-big-in-top .post-item:first-child .post-title {
	margin-top: 15px;
	font-size: 1.2rem;
}

.posts-list.has-big-in-top .post-item:first-child .post-meta {
	margin-bottom: 10px
}

.posts-list.has-big-in-top .post-item:first-child .post-comments {
	display: none
}

.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) figure {
	flex: 0 0 80px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px
}

@media (max-width:575px) {
	.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) figure {
		flex: 0 0 70px;
		margin-right: 15px;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 70px;
		-ms-flex: 0 0 70px
	}
}

.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) .post-title {
	font-size: 16px
}

@media (max-width:575px) {
	.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) .post-title {
		overflow: hidden;
		max-height: 60px
	}
}

.posts-list.has-big-in-top .post-item:nth-last-child(-n+3) .post-meta {
	line-height: 1
}


.dual-col-posts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0px;
    border: 1px solid #eae9e9;
    border-top: 0;
}

.dual-col-posts .posts-list {
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%
}

@media (max-width:767px) {
	.dual-col-posts .posts-list {
		flex: 0 0 100%;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%
	}
}

.dual-col-posts .posts-list:first-child {
	border-right: 0
}

.dual-col-posts .posts-list:last-child {
	border-left: 0
}

.dual-col-posts .posts-list .post-excerpt{
	min-height: 120px;
}
.dual-col-posts .posts-list h4.post-title{
	margin-top: 0;
}

.img-noticia-bg{
	background-repeat:no-repeat;background-position: center;background-size: cover;
}
.h100{	
	height: 100%;
}
.coluna-interna{
	padding:20px;
	background:#f1f1f1;
}
.borderColumn{
	border: 1px solid #eae9e9;
	padding: 20px;
}
.m-b-5{
	margin-bottom:5px! important;
}
.m-b-10{
	margin-bottom:10px! important;
}
.m-b-15{
	margin-bottom:15px! important;
}
.m-b-20{
	margin-bottom:20px! important;
}
.m-r-20{
	margin-right:20px! important;
}
.m-l-20{
	margin-left:20px! important;
}
.m-t-20{
	margin-top:20px! important;
}
.p-10{
	padding:10px! important;
}
.p-20{
	padding:20px! important;
}
.p-0{
	padding:0px! important;
}
.p-b-5{
	padding-bottom:5px! important;
}
.submenu-responsive-principal{
	width:100%! important;
}

.sub-info-bordered{
    width: 100%;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
	font-size: 0.8em;
}

.text-align-left{
	text-align: left;
}

.text-align-right{
	text-align: right;
}

#contenido .sub-menu ul li ul.collapse.in, #contenidos .sub-menu ul li ul.collapse.in, .contenidos .sub-menu ul li ul.collapse.in,
#contenido .sub-menu ul li ul.collapsing.in, #contenidos .sub-menu ul li ul.collapsing.in, .contenidos .sub-menu ul li ul.collapsing.in {
    display: block;
}

#contenido .bajada, #contenidos .bajada, .contenidos .bajada {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#contenido .bajadaCategorias, #contenidos .bajadaCategorias, .contenidos .bajadaCategorias {
    width: 100%;
    padding: 20px 0 0px 0;
    border-top: 1px solid #ccc;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1c689c;
    border-color: #1c689c;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    background-color: #f1f1f1;
}
.sec-info h3 {
	color: #1c689c;
}
.sec-info h3:hover {
	color: #656464;
}
.pagination-contenidos ul li{
	margin-bottom: 0! important;
    padding-left: 0! important;
    list-style: none! important;
}
.tituloContenidoh3{
	background: rgba(204, 213, 214, 0.4);
	margin-bottom: 5px;
	color: #1c689c;
	text-align: left;
	padding: 10px;
	border-bottom: 3px solid #ccd5d6;
}
.tituloContenidoh3 h3{
	color: #a4aeaf;
}

.bg-azul {
  background: #135276 !important;
  background-color: #135276 !important;
}

.color-white{
  color: #ffffff !important;
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
}

.white-popup .mfp-close, .mfp-preloader a:hover {
    color: #135276;
}

blockquote.recua{
    border-left: 5px solid #135276!important;
    display: block!important;
    margin-top: 1em!important;
    margin-bottom: 1em!important;
    margin-left: 50px!important;
    margin-right: 50px!important;
    padding-left: 22px!important;
}

.tpa-tbl-valores{
	width:100%;
	background: #eee;
}
.tpa-tbl-valores td{
	vertical-align: bottom;
	padding:5px;
}

b, strong {
    font-weight: bold;
}

#i-buscar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

#i-buscar:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#i-buscar::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.contraste .box-item {
	background: black;
}
.contraste .title-item h1{
	color: white;
}
.bg-home-gray{
	background-color: #e5e5e5;
	padding-bottom: 25px;
	padding-top: 25px;
	height: 450px;
	margin-bottom: 25px;
}
input.cadMan {
	width: 19.5% !important;
}
.tooltip-inner {
    max-width: 100% !important;
}