@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700");
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'â '; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: 'â ’'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: 'â '; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

/* Slider range Style */
.irs-slider {
  -webkit-box-shadow: 1px 1px 3.5px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
  box-shadow: 1px 1px 3.5px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
  border: 3px solid #68649f;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px; }

.irs-with-grid .irs-grid {
  display: none; }

.irs-line {
  width: 100%;
  height: 6px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #dedeeb;
  border-radius: 25px;
  border: 1px solid #bbbbbb; }

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge {
  background: none; }

.irs-from, .irs-to, .irs-single {
  top: auto;
  width: 53px;
  height: 14px;
  bottom: -20px;
  color: #323232;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  background: transparent;
  font-family: 'Montserrat', sans-serif; }

.irs-from:after, .irs-to:after, .irs-single:after {
  display: none; }

fieldset {
  border: none;
  margin: auto;
  padding: auto; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  position: relative;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

header.main-header{
    position: fixed;
    width: 100%;
    z-index: 1050;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .button-sqrd > .caret, .border_button > .caret, aside.dir_filtro form button > .caret, .dir_busqueda a.arrow-left > .caret, .dropup > .btn > .caret, .dropup > .button-sqrd > .caret, .dropup > .border_button > .caret, aside.dir_filtro form .dropup > button > .caret, .dir_busqueda .dropup > a.arrow-left > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

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

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label:not(.css-label) {
  /*display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;*/ }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .button-sqrd, .border_button, aside.dir_filtro form button, .dir_busqueda a.arrow-left {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .active.focus.button-sqrd, .active.focus.border_button, aside.dir_filtro form button.active.focus, .dir_busqueda a.active.focus.arrow-left, .btn.active:focus, .active.button-sqrd:focus, .active.border_button:focus, aside.dir_filtro form button.active:focus, .dir_busqueda a.active.arrow-left:focus, .btn.focus, .focus.button-sqrd, .focus.border_button, aside.dir_filtro form button.focus, .dir_busqueda a.focus.arrow-left, .btn:active.focus, .button-sqrd:active.focus, .border_button:active.focus, aside.dir_filtro form button:active.focus, .dir_busqueda a.arrow-left:active.focus, .btn:active:focus, .button-sqrd:active:focus, .border_button:active:focus, aside.dir_filtro form button:active:focus, .dir_busqueda a.arrow-left:active:focus, .btn:focus, .button-sqrd:focus, .border_button:focus, aside.dir_filtro form button:focus, .dir_busqueda a.arrow-left:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .focus.button-sqrd, .focus.border_button, aside.dir_filtro form button.focus, .dir_busqueda a.focus.arrow-left, .btn:focus, .button-sqrd:focus, .border_button:focus, aside.dir_filtro form button:focus, .dir_busqueda a.arrow-left:focus, .btn:hover, .button-sqrd:hover, .border_button:hover, aside.dir_filtro form button:hover, .dir_busqueda a.arrow-left:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .active.button-sqrd, .active.border_button, aside.dir_filtro form button.active, .dir_busqueda a.active.arrow-left, .btn:active, .button-sqrd:active, .border_button:active, aside.dir_filtro form button:active, .dir_busqueda a.arrow-left:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .disabled.button-sqrd, .disabled.border_button, aside.dir_filtro form button.disabled, .dir_busqueda a.disabled.arrow-left, .btn[disabled], [disabled].button-sqrd, [disabled].border_button, aside.dir_filtro form button[disabled], .dir_busqueda a[disabled].arrow-left, fieldset[disabled] .btn, fieldset[disabled] .button-sqrd, fieldset[disabled] .border_button, fieldset[disabled] aside.dir_filtro form button, aside.dir_filtro form fieldset[disabled] button, fieldset[disabled] .dir_busqueda a.arrow-left, .dir_busqueda fieldset[disabled] a.arrow-left {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, a.disabled.button-sqrd, a.disabled.border_button, .dir_busqueda a.disabled.arrow-left, fieldset[disabled] a.btn, fieldset[disabled] a.button-sqrd, fieldset[disabled] a.border_button, fieldset[disabled] .dir_busqueda a.arrow-left, .dir_busqueda fieldset[disabled] a.arrow-left {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-group-lg > .button-sqrd, .btn-group-lg > .border_button, aside.dir_filtro form .btn-group-lg > button, .dir_busqueda .btn-group-lg > a.arrow-left, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-group-sm > .button-sqrd, .btn-group-sm > .border_button, aside.dir_filtro form .btn-group-sm > button, .dir_busqueda .btn-group-sm > a.arrow-left, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-group-xs > .button-sqrd, .btn-group-xs > .border_button, aside.dir_filtro form .btn-group-xs > button, .dir_busqueda .btn-group-xs > a.arrow-left, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group-vertical > .button-sqrd, .btn-group-vertical > .border_button, aside.dir_filtro form .btn-group-vertical > button, .dir_busqueda .btn-group-vertical > a.arrow-left, .btn-group > .btn, .btn-group > .button-sqrd, .btn-group > .border_button, aside.dir_filtro form .btn-group > button, .dir_busqueda .btn-group > a.arrow-left {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .active.button-sqrd, .btn-group-vertical > .active.border_button, aside.dir_filtro form .btn-group-vertical > button.active, .dir_busqueda .btn-group-vertical > a.active.arrow-left, .btn-group-vertical > .btn:active, .btn-group-vertical > .button-sqrd:active, .btn-group-vertical > .border_button:active, aside.dir_filtro form .btn-group-vertical > button:active, .dir_busqueda .btn-group-vertical > a.arrow-left:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .button-sqrd:focus, .btn-group-vertical > .border_button:focus, aside.dir_filtro form .btn-group-vertical > button:focus, .dir_busqueda .btn-group-vertical > a.arrow-left:focus, .btn-group-vertical > .btn:hover, .btn-group-vertical > .button-sqrd:hover, .btn-group-vertical > .border_button:hover, aside.dir_filtro form .btn-group-vertical > button:hover, .dir_busqueda .btn-group-vertical > a.arrow-left:hover, .btn-group > .btn.active, .btn-group > .active.button-sqrd, .btn-group > .active.border_button, aside.dir_filtro form .btn-group > button.active, .dir_busqueda .btn-group > a.active.arrow-left, .btn-group > .btn:active, .btn-group > .button-sqrd:active, .btn-group > .border_button:active, aside.dir_filtro form .btn-group > button:active, .dir_busqueda .btn-group > a.arrow-left:active, .btn-group > .btn:focus, .btn-group > .button-sqrd:focus, .btn-group > .border_button:focus, aside.dir_filtro form .btn-group > button:focus, .dir_busqueda .btn-group > a.arrow-left:focus, .btn-group > .btn:hover, .btn-group > .button-sqrd:hover, .btn-group > .border_button:hover, aside.dir_filtro form .btn-group > button:hover, .dir_busqueda .btn-group > a.arrow-left:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .button-sqrd + .btn, .btn-group .border_button + .btn, .btn-group aside.dir_filtro form button + .btn, aside.dir_filtro form .btn-group button + .btn, .btn-group .dir_busqueda a.arrow-left + .btn, .dir_busqueda .btn-group a.arrow-left + .btn, .btn-group .btn + .button-sqrd, .btn-group .button-sqrd + .button-sqrd, .btn-group .border_button + .button-sqrd, .btn-group aside.dir_filtro form button + .button-sqrd, aside.dir_filtro form .btn-group button + .button-sqrd, .btn-group .dir_busqueda a.arrow-left + .button-sqrd, .dir_busqueda .btn-group a.arrow-left + .button-sqrd, .btn-group .btn + .border_button, .btn-group .button-sqrd + .border_button, .btn-group .border_button + .border_button, .btn-group aside.dir_filtro form button + .border_button, aside.dir_filtro form .btn-group button + .border_button, .btn-group .dir_busqueda a.arrow-left + .border_button, .dir_busqueda .btn-group a.arrow-left + .border_button, .btn-group aside.dir_filtro form .btn + button, aside.dir_filtro form .btn-group .btn + button, .btn-group aside.dir_filtro form .button-sqrd + button, aside.dir_filtro form .btn-group .button-sqrd + button, .btn-group aside.dir_filtro form .border_button + button, aside.dir_filtro form .btn-group .border_button + button, .btn-group aside.dir_filtro form button + button, aside.dir_filtro form .btn-group button + button, .btn-group .dir_busqueda aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .btn-group .dir_busqueda a.arrow-left + button, .dir_busqueda .btn-group aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .dir_busqueda .btn-group a.arrow-left + button, .btn-group .dir_busqueda .btn + a.arrow-left, .dir_busqueda .btn-group .btn + a.arrow-left, .btn-group .dir_busqueda .button-sqrd + a.arrow-left, .dir_busqueda .btn-group .button-sqrd + a.arrow-left, .btn-group .dir_busqueda .border_button + a.arrow-left, .dir_busqueda .btn-group .border_button + a.arrow-left, .btn-group aside.dir_filtro form .dir_busqueda button + a.arrow-left, .dir_busqueda .btn-group aside.dir_filtro form button + a.arrow-left, aside.dir_filtro form .btn-group .dir_busqueda button + a.arrow-left, .dir_busqueda aside.dir_filtro form .btn-group button + a.arrow-left, .btn-group .dir_busqueda a.arrow-left + a.arrow-left, .dir_busqueda .btn-group a.arrow-left + a.arrow-left, .btn-group .btn + .btn-group, .btn-group .button-sqrd + .btn-group, .btn-group .border_button + .btn-group, .btn-group aside.dir_filtro form button + .btn-group, aside.dir_filtro form .btn-group button + .btn-group, .btn-group .dir_busqueda a.arrow-left + .btn-group, .dir_busqueda .btn-group a.arrow-left + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .button-sqrd, .btn-group .btn-group + .border_button, .btn-group aside.dir_filtro form .btn-group + button, aside.dir_filtro form .btn-group .btn-group + button, .btn-group .dir_busqueda .btn-group + a.arrow-left, .dir_busqueda .btn-group .btn-group + a.arrow-left, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .button-sqrd, .btn-toolbar .border_button, .btn-toolbar aside.dir_filtro form button, aside.dir_filtro form .btn-toolbar button, .btn-toolbar .dir_busqueda a.arrow-left, .dir_busqueda .btn-toolbar a.arrow-left, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .button-sqrd, .btn-toolbar > .border_button, aside.dir_filtro form .btn-toolbar > button, .dir_busqueda .btn-toolbar > a.arrow-left, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button-sqrd:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .border_button:not(:first-child):not(:last-child):not(.dropdown-toggle), aside.dir_filtro form .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .dir_busqueda .btn-group > a.arrow-left:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .button-sqrd:first-child, .btn-group > .border_button:first-child, aside.dir_filtro form .btn-group > button:first-child, .dir_busqueda .btn-group > a.arrow-left:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button-sqrd:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .border_button:first-child:not(:last-child):not(.dropdown-toggle), aside.dir_filtro form .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .dir_busqueda .btn-group > a.arrow-left:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .button-sqrd:last-child:not(:first-child), .btn-group > .border_button:last-child:not(:first-child), aside.dir_filtro form .btn-group > button:last-child:not(:first-child), .dir_busqueda .btn-group > a.arrow-left:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button-sqrd, .btn-group > .btn-group:not(:first-child):not(:last-child) > .border_button, aside.dir_filtro form .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .dir_busqueda .btn-group > .btn-group:not(:first-child):not(:last-child) > a.arrow-left {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .button-sqrd:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .border_button:last-child, aside.dir_filtro form .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .dir_busqueda .btn-group > .btn-group:first-child:not(:last-child) > a.arrow-left:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .button-sqrd:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .border_button:first-child, aside.dir_filtro form .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .dir_busqueda .btn-group > .btn-group:last-child:not(:first-child) > a.arrow-left:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .button-sqrd + .dropdown-toggle, .btn-group > .border_button + .dropdown-toggle, aside.dir_filtro form .btn-group > button + .dropdown-toggle, .dir_busqueda .btn-group > a.arrow-left + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret, .button-sqrd .caret, .border_button .caret, aside.dir_filtro form button .caret, .dir_busqueda a.arrow-left .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .button-sqrd, .btn-group-vertical > .border_button, aside.dir_filtro form .btn-group-vertical > button, .dir_busqueda .btn-group-vertical > a.arrow-left, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .button-sqrd, .btn-group-vertical > .btn-group > .border_button, aside.dir_filtro form .btn-group-vertical > .btn-group > button, .dir_busqueda .btn-group-vertical > .btn-group > a.arrow-left {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .button-sqrd, .btn-group-vertical > .btn-group > .border_button, aside.dir_filtro form .btn-group-vertical > .btn-group > button, .dir_busqueda .btn-group-vertical > .btn-group > a.arrow-left {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .button-sqrd + .btn, .btn-group-vertical > .border_button + .btn, aside.dir_filtro form .btn-group-vertical > button + .btn, .dir_busqueda .btn-group-vertical > a.arrow-left + .btn, .btn-group-vertical > .btn + .button-sqrd, .btn-group-vertical > .button-sqrd + .button-sqrd, .btn-group-vertical > .border_button + .button-sqrd, aside.dir_filtro form .btn-group-vertical > button + .button-sqrd, .dir_busqueda .btn-group-vertical > a.arrow-left + .button-sqrd, .btn-group-vertical > .btn + .border_button, .btn-group-vertical > .button-sqrd + .border_button, .btn-group-vertical > .border_button + .border_button, aside.dir_filtro form .btn-group-vertical > button + .border_button, .dir_busqueda .btn-group-vertical > a.arrow-left + .border_button, aside.dir_filtro form .btn-group-vertical > .btn + button, aside.dir_filtro form .btn-group-vertical > .button-sqrd + button, aside.dir_filtro form .btn-group-vertical > .border_button + button, aside.dir_filtro form .btn-group-vertical > button + button, .dir_busqueda aside.dir_filtro form .btn-group-vertical > a.arrow-left + button, aside.dir_filtro form .dir_busqueda .btn-group-vertical > a.arrow-left + button, .dir_busqueda .btn-group-vertical > .btn + a.arrow-left, .dir_busqueda .btn-group-vertical > .button-sqrd + a.arrow-left, .dir_busqueda .btn-group-vertical > .border_button + a.arrow-left, aside.dir_filtro form .dir_busqueda .btn-group-vertical > button + a.arrow-left, .dir_busqueda aside.dir_filtro form .btn-group-vertical > button + a.arrow-left, .dir_busqueda .btn-group-vertical > a.arrow-left + a.arrow-left, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .button-sqrd + .btn-group, .btn-group-vertical > .border_button + .btn-group, aside.dir_filtro form .btn-group-vertical > button + .btn-group, .dir_busqueda .btn-group-vertical > a.arrow-left + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .button-sqrd, .btn-group-vertical > .btn-group + .border_button, aside.dir_filtro form .btn-group-vertical > .btn-group + button, .dir_busqueda .btn-group-vertical > .btn-group + a.arrow-left, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button-sqrd:not(:first-child):not(:last-child), .btn-group-vertical > .border_button:not(:first-child):not(:last-child), aside.dir_filtro form .btn-group-vertical > button:not(:first-child):not(:last-child), .dir_busqueda .btn-group-vertical > a.arrow-left:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button-sqrd:first-child:not(:last-child), .btn-group-vertical > .border_button:first-child:not(:last-child), aside.dir_filtro form .btn-group-vertical > button:first-child:not(:last-child), .dir_busqueda .btn-group-vertical > a.arrow-left:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .button-sqrd:last-child:not(:first-child), .btn-group-vertical > .border_button:last-child:not(:first-child), aside.dir_filtro form .btn-group-vertical > button:last-child:not(:first-child), .dir_busqueda .btn-group-vertical > a.arrow-left:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button-sqrd, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .border_button, aside.dir_filtro form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .dir_busqueda .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.arrow-left {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button-sqrd:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .border_button:last-child, aside.dir_filtro form .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .dir_busqueda .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.arrow-left:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button-sqrd:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .border_button:first-child, aside.dir_filtro form .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .dir_busqueda .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.arrow-left:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .button-sqrd, .btn-group-justified > .border_button, aside.dir_filtro form .btn-group-justified > button, .dir_busqueda .btn-group-justified > a.arrow-left, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .button-sqrd, .btn-group-justified > .btn-group .border_button, .btn-group-justified > .btn-group aside.dir_filtro form button, aside.dir_filtro form .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .dir_busqueda a.arrow-left, .dir_busqueda .btn-group-justified > .btn-group a.arrow-left {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .button-sqrd input[type=checkbox], [data-toggle=buttons] > .border_button input[type=checkbox], aside.dir_filtro form [data-toggle=buttons] > button input[type=checkbox], .dir_busqueda [data-toggle=buttons] > a.arrow-left input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .button-sqrd input[type=radio], [data-toggle=buttons] > .border_button input[type=radio], aside.dir_filtro form [data-toggle=buttons] > button input[type=radio], .dir_busqueda [data-toggle=buttons] > a.arrow-left input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .button-sqrd input[type=checkbox], [data-toggle=buttons] > .btn-group > .border_button input[type=checkbox], aside.dir_filtro form [data-toggle=buttons] > .btn-group > button input[type=checkbox], .dir_busqueda [data-toggle=buttons] > .btn-group > a.arrow-left input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .button-sqrd input[type=radio], [data-toggle=buttons] > .btn-group > .border_button input[type=radio], aside.dir_filtro form [data-toggle=buttons] > .btn-group > button input[type=radio], .dir_busqueda [data-toggle=buttons] > .btn-group > a.arrow-left input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .button-sqrd, .input-group-lg > .input-group-btn > .border_button, aside.dir_filtro form .input-group-lg > .input-group-btn > button, .dir_busqueda .input-group-lg > .input-group-btn > a.arrow-left {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-group-lg > .input-group-btn > .button-sqrd, select.input-group-lg > .input-group-btn > .border_button, aside.dir_filtro form select.input-group-lg > .input-group-btn > button, .dir_busqueda select.input-group-lg > .input-group-btn > a.arrow-left {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .input-group-btn > .button-sqrd, select[multiple].input-group-lg > .input-group-btn > .border_button, aside.dir_filtro form select[multiple].input-group-lg > .input-group-btn > button, .dir_busqueda select[multiple].input-group-lg > .input-group-btn > a.arrow-left, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .input-group-btn > .button-sqrd, textarea.input-group-lg > .input-group-btn > .border_button, aside.dir_filtro form textarea.input-group-lg > .input-group-btn > button, .dir_busqueda textarea.input-group-lg > .input-group-btn > a.arrow-left {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .button-sqrd, .input-group-sm > .input-group-btn > .border_button, aside.dir_filtro form .input-group-sm > .input-group-btn > button, .dir_busqueda .input-group-sm > .input-group-btn > a.arrow-left {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-group-sm > .input-group-btn > .button-sqrd, select.input-group-sm > .input-group-btn > .border_button, aside.dir_filtro form select.input-group-sm > .input-group-btn > button, .dir_busqueda select.input-group-sm > .input-group-btn > a.arrow-left {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .input-group-btn > .button-sqrd, select[multiple].input-group-sm > .input-group-btn > .border_button, aside.dir_filtro form select[multiple].input-group-sm > .input-group-btn > button, .dir_busqueda select[multiple].input-group-sm > .input-group-btn > a.arrow-left, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .input-group-btn > .button-sqrd, textarea.input-group-sm > .input-group-btn > .border_button, aside.dir_filtro form textarea.input-group-sm > .input-group-btn > button, .dir_busqueda textarea.input-group-sm > .input-group-btn > a.arrow-left {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .button-sqrd, .input-group-btn:first-child > .border_button, aside.dir_filtro form .input-group-btn:first-child > button, .dir_busqueda .input-group-btn:first-child > a.arrow-left, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .button-sqrd, .input-group-btn:first-child > .btn-group > .border_button, aside.dir_filtro form .input-group-btn:first-child > .btn-group > button, .dir_busqueda .input-group-btn:first-child > .btn-group > a.arrow-left, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .button-sqrd, .input-group-btn:last-child > .btn-group:not(:last-child) > .border_button, aside.dir_filtro form .input-group-btn:last-child > .btn-group:not(:last-child) > button, .dir_busqueda .input-group-btn:last-child > .btn-group:not(:last-child) > a.arrow-left, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .button-sqrd:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .border_button:not(:last-child):not(.dropdown-toggle), aside.dir_filtro form .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .dir_busqueda .input-group-btn:last-child > a.arrow-left:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .button-sqrd, .input-group-btn:first-child > .btn-group:not(:first-child) > .border_button, aside.dir_filtro form .input-group-btn:first-child > .btn-group:not(:first-child) > button, .dir_busqueda .input-group-btn:first-child > .btn-group:not(:first-child) > a.arrow-left, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .button-sqrd:not(:first-child), .input-group-btn:first-child > .border_button:not(:first-child), aside.dir_filtro form .input-group-btn:first-child > button:not(:first-child), .dir_busqueda .input-group-btn:first-child > a.arrow-left:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .button-sqrd, .input-group-btn:last-child > .border_button, aside.dir_filtro form .input-group-btn:last-child > button, .dir_busqueda .input-group-btn:last-child > a.arrow-left, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .button-sqrd, .input-group-btn:last-child > .btn-group > .border_button, aside.dir_filtro form .input-group-btn:last-child > .btn-group > button, .dir_busqueda .input-group-btn:last-child > .btn-group > a.arrow-left, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn, .input-group-btn > .button-sqrd, .input-group-btn > .border_button, aside.dir_filtro form .input-group-btn > button, .dir_busqueda .input-group-btn > a.arrow-left {
  position: relative; }

.input-group-btn > .btn + .btn, .input-group-btn > .button-sqrd + .btn, .input-group-btn > .border_button + .btn, aside.dir_filtro form .input-group-btn > button + .btn, .dir_busqueda .input-group-btn > a.arrow-left + .btn, .input-group-btn > .btn + .button-sqrd, .input-group-btn > .button-sqrd + .button-sqrd, .input-group-btn > .border_button + .button-sqrd, aside.dir_filtro form .input-group-btn > button + .button-sqrd, .dir_busqueda .input-group-btn > a.arrow-left + .button-sqrd, .input-group-btn > .btn + .border_button, .input-group-btn > .button-sqrd + .border_button, .input-group-btn > .border_button + .border_button, aside.dir_filtro form .input-group-btn > button + .border_button, .dir_busqueda .input-group-btn > a.arrow-left + .border_button, aside.dir_filtro form .input-group-btn > .btn + button, aside.dir_filtro form .input-group-btn > .button-sqrd + button, aside.dir_filtro form .input-group-btn > .border_button + button, aside.dir_filtro form .input-group-btn > button + button, .dir_busqueda aside.dir_filtro form .input-group-btn > a.arrow-left + button, aside.dir_filtro form .dir_busqueda .input-group-btn > a.arrow-left + button, .dir_busqueda .input-group-btn > .btn + a.arrow-left, .dir_busqueda .input-group-btn > .button-sqrd + a.arrow-left, .dir_busqueda .input-group-btn > .border_button + a.arrow-left, aside.dir_filtro form .dir_busqueda .input-group-btn > button + a.arrow-left, .dir_busqueda aside.dir_filtro form .input-group-btn > button + a.arrow-left, .dir_busqueda .input-group-btn > a.arrow-left + a.arrow-left {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .button-sqrd:active, .input-group-btn > .border_button:active, aside.dir_filtro form .input-group-btn > button:active, .dir_busqueda .input-group-btn > a.arrow-left:active, .input-group-btn > .btn:focus, .input-group-btn > .button-sqrd:focus, .input-group-btn > .border_button:focus, aside.dir_filtro form .input-group-btn > button:focus, .dir_busqueda .input-group-btn > a.arrow-left:focus, .input-group-btn > .btn:hover, .input-group-btn > .button-sqrd:hover, .input-group-btn > .border_button:hover, aside.dir_filtro form .input-group-btn > button:hover, .dir_busqueda .input-group-btn > a.arrow-left:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .button-sqrd, .input-group-btn:first-child > .border_button, aside.dir_filtro form .input-group-btn:first-child > button, .dir_busqueda .input-group-btn:first-child > a.arrow-left, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .button-sqrd, .input-group-btn:last-child > .border_button, aside.dir_filtro form .input-group-btn:last-child > button, .dir_busqueda .input-group-btn:last-child > a.arrow-left, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } 
    .link_home{
padding-top: 10px;
    height: 50px;
    padding-bottom: 15px;
    }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.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 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #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: #337ab7;
  border-color: #337ab7; }

.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-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label, .button-sqrd .label, .border_button .label, aside.dir_filtro form button .label, .dir_busqueda a.arrow-left .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge, .button-sqrd .badge, .border_button .badge, aside.dir_filtro form button .badge, .dir_busqueda a.arrow-left .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-group-xs > .button-sqrd .badge, .btn-group-xs > .border_button .badge, aside.dir_filtro form .btn-group-xs > button .badge, .dir_busqueda .btn-group-xs > a.arrow-left .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn, .modal-footer .button-sqrd + .btn, .modal-footer .border_button + .btn, .modal-footer aside.dir_filtro form button + .btn, aside.dir_filtro form .modal-footer button + .btn, .modal-footer .dir_busqueda a.arrow-left + .btn, .dir_busqueda .modal-footer a.arrow-left + .btn, .modal-footer .btn + .button-sqrd, .modal-footer .button-sqrd + .button-sqrd, .modal-footer .border_button + .button-sqrd, .modal-footer aside.dir_filtro form button + .button-sqrd, aside.dir_filtro form .modal-footer button + .button-sqrd, .modal-footer .dir_busqueda a.arrow-left + .button-sqrd, .dir_busqueda .modal-footer a.arrow-left + .button-sqrd, .modal-footer .btn + .border_button, .modal-footer .button-sqrd + .border_button, .modal-footer .border_button + .border_button, .modal-footer aside.dir_filtro form button + .border_button, aside.dir_filtro form .modal-footer button + .border_button, .modal-footer .dir_busqueda a.arrow-left + .border_button, .dir_busqueda .modal-footer a.arrow-left + .border_button, .modal-footer aside.dir_filtro form .btn + button, aside.dir_filtro form .modal-footer .btn + button, .modal-footer aside.dir_filtro form .button-sqrd + button, aside.dir_filtro form .modal-footer .button-sqrd + button, .modal-footer aside.dir_filtro form .border_button + button, aside.dir_filtro form .modal-footer .border_button + button, .modal-footer aside.dir_filtro form button + button, aside.dir_filtro form .modal-footer button + button, .modal-footer .dir_busqueda aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .modal-footer .dir_busqueda a.arrow-left + button, .dir_busqueda .modal-footer aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .dir_busqueda .modal-footer a.arrow-left + button, .modal-footer .dir_busqueda .btn + a.arrow-left, .dir_busqueda .modal-footer .btn + a.arrow-left, .modal-footer .dir_busqueda .button-sqrd + a.arrow-left, .dir_busqueda .modal-footer .button-sqrd + a.arrow-left, .modal-footer .dir_busqueda .border_button + a.arrow-left, .dir_busqueda .modal-footer .border_button + a.arrow-left, .modal-footer aside.dir_filtro form .dir_busqueda button + a.arrow-left, .dir_busqueda .modal-footer aside.dir_filtro form button + a.arrow-left, aside.dir_filtro form .modal-footer .dir_busqueda button + a.arrow-left, .dir_busqueda aside.dir_filtro form .modal-footer button + a.arrow-left, .modal-footer .dir_busqueda a.arrow-left + a.arrow-left, .dir_busqueda .modal-footer a.arrow-left + a.arrow-left {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .button-sqrd + .btn, .modal-footer .btn-group .border_button + .btn, .modal-footer .btn-group aside.dir_filtro form button + .btn, aside.dir_filtro form .modal-footer .btn-group button + .btn, .modal-footer .btn-group .dir_busqueda a.arrow-left + .btn, .dir_busqueda .modal-footer .btn-group a.arrow-left + .btn, .modal-footer .btn-group .btn + .button-sqrd, .modal-footer .btn-group .button-sqrd + .button-sqrd, .modal-footer .btn-group .border_button + .button-sqrd, .modal-footer .btn-group aside.dir_filtro form button + .button-sqrd, aside.dir_filtro form .modal-footer .btn-group button + .button-sqrd, .modal-footer .btn-group .dir_busqueda a.arrow-left + .button-sqrd, .dir_busqueda .modal-footer .btn-group a.arrow-left + .button-sqrd, .modal-footer .btn-group .btn + .border_button, .modal-footer .btn-group .button-sqrd + .border_button, .modal-footer .btn-group .border_button + .border_button, .modal-footer .btn-group aside.dir_filtro form button + .border_button, aside.dir_filtro form .modal-footer .btn-group button + .border_button, .modal-footer .btn-group .dir_busqueda a.arrow-left + .border_button, .dir_busqueda .modal-footer .btn-group a.arrow-left + .border_button, .modal-footer .btn-group aside.dir_filtro form .btn + button, aside.dir_filtro form .modal-footer .btn-group .btn + button, .modal-footer .btn-group aside.dir_filtro form .button-sqrd + button, aside.dir_filtro form .modal-footer .btn-group .button-sqrd + button, .modal-footer .btn-group aside.dir_filtro form .border_button + button, aside.dir_filtro form .modal-footer .btn-group .border_button + button, .modal-footer .btn-group aside.dir_filtro form button + button, aside.dir_filtro form .modal-footer .btn-group button + button, .modal-footer .btn-group .dir_busqueda aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .modal-footer .btn-group .dir_busqueda a.arrow-left + button, .dir_busqueda .modal-footer .btn-group aside.dir_filtro form a.arrow-left + button, aside.dir_filtro form .dir_busqueda .modal-footer .btn-group a.arrow-left + button, .modal-footer .btn-group .dir_busqueda .btn + a.arrow-left, .dir_busqueda .modal-footer .btn-group .btn + a.arrow-left, .modal-footer .btn-group .dir_busqueda .button-sqrd + a.arrow-left, .dir_busqueda .modal-footer .btn-group .button-sqrd + a.arrow-left, .modal-footer .btn-group .dir_busqueda .border_button + a.arrow-left, .dir_busqueda .modal-footer .btn-group .border_button + a.arrow-left, .modal-footer .btn-group aside.dir_filtro form .dir_busqueda button + a.arrow-left, .dir_busqueda .modal-footer .btn-group aside.dir_filtro form button + a.arrow-left, aside.dir_filtro form .modal-footer .btn-group .dir_busqueda button + a.arrow-left, .dir_busqueda aside.dir_filtro form .modal-footer .btn-group button + a.arrow-left, .modal-footer .btn-group .dir_busqueda a.arrow-left + a.arrow-left, .dir_busqueda .modal-footer .btn-group a.arrow-left + a.arrow-left {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

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

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn, .carousel-caption .button-sqrd, .carousel-caption .border_button, .carousel-caption aside.dir_filtro form button, aside.dir_filtro form .carousel-caption button, .carousel-caption .dir_busqueda a.arrow-left, .dir_busqueda .carousel-caption a.arrow-left {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.min.css.map */
@font-face {
  font-family: 'i15-icons';
  src: url("../font/i15-icons.eot?13272883");
  src: url("../font/i15-icons.eot?13272883#iefix") format("embedded-opentype"), url("../font/i15-icons.woff2?13272883") format("woff2"), url("../font/i15-icons.woff?13272883") format("woff"), url("../font/i15-icons.ttf?13272883") format("truetype"), url("../font/i15-icons.svg?13272883#i15-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.magenta {
  color: #EE1283; }

.blue {
  color: #3C3DFD; }

.gray {
  color: #979797; }

.dark-gray {
  color: #373737; }

.black {
  color: #000000; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "i15-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  speak: none;
  float: left;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-room-service:before {
  content: '\e800'; }

/* 'î €' */
.icon-air-conditioner:before {
  content: '\e801'; }

/* 'î ' */
.icon-meal:before {
  content: '\e802'; }

/* 'î ‚' */
.icon-menu:before {
  content: '\e803'; }

/* 'î ƒ' */
.icon-elevator:before {
  content: '\e804'; }

/* 'î „' */
.icon-price-tag:before {
  content: '\e806'; }

/* 'î  ' */
.icon-clock:before {
  content: '\e80a'; }

/* 'î  ' */
.icon-calendar:before {
  content: '\e80b'; }

/* 'î ‹' */
.icon-layout:before {
  content: '\e80c'; }

/* 'î Œ' */
.icon-user:before {
  content: '\e80d'; }

/* 'î ' */
.icon-placeholder:before {
  content: '\e80e'; }

.icon-placeholder.bold:before {
  font-weight: bold;
  color: #000000; }

/* 'î Ž' */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0 !important; }

body {
  background-color: #eee;
  font-size: 14px; }
  @media (max-width: 1919px) {
    body {
      font-size: 1.4em; } }
  @media (min-width: 120em) {
    body {
      font-size: 1.8em; } }
  @media (min-width: 160em) {
    body {
      font-size: 2.1em; } }
  @media (max-width: 48em) {
    body {
      font-size: 1.5em; } }

ul, p, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

ul {
  letter-spacing: -4px; }
  ul li {
    letter-spacing: 0; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

main {
  position: relative; }

input {
  font-family: "Raleway", sans-serif;
  font-size: 0.9em;
  font-weight: 300; }
  @media (max-width: 48em) {
    input {
      font-size: 0.8em;
      line-height: 2em; } }

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

h2, h3, h4 {
  color: #373737;
  font-family: "Raleway", sans-serif;
  padding-bottom: 20px;
  font-weight: 400; }
  h2 .verify, h3 .verify, h4 .verify {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 21px;
    background-color: #5FE98C;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -o-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    margin-left: 5px; }
    h2 .verify:after, h3 .verify:after, h4 .verify:after {
      content: '';
      position: absolute;
      width: 11px;
      height: 7px;
      bottom: 8px;
      left: 5px;
      border: 2px solid #FFFFFF;
      border-top: none;
      border-right: none;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.gray-title {
  color: #979797;
  font-size: 1.15em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  text-transform: uppercase; }

p {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 1.35;
  font-weight: 300; }

.p_mon, .price span, span, aside.dir_filtro form fieldset .checkbox span {
  color: #373737;
  font-family: "Montserrat", sans-serif; }

.price {
  font-weight: 300;
  text-transform: uppercase; }
  .price span {
    line-height: 32px;
    font-size: 1.6em;
    margin-left: 10px;
    font-weight: 700;
    text-transform: none; }
    @media (max-width: 1350px) {
      .price span {
        font-size: 1.5em; } }
    @media (max-width: 1260px) {
      .price span {
        font-size: 1.3em; } }
  @media (max-width: 1460px) {
    .price {
      font-size: 0.925em; } }

b {
  font-family: "Montserrat", sans-serif;
  color: #373737;
  font-weight: 600; }
  b i:before {
    margin-right: 5px; }

strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700; }

label {
  color: #000000;
  font-family: "Montserrat", sans-serif; }

.subtitle {
  font-weight: 500; }

span.list {
  display: block;
  line-height: 1.8em;
  font-size: 0.8em;
  font-weight: 500;
  padding: 4% 0;
  position: relative; }
  span.list i {
    position: absolute;
    left: 0;
    font-size: 1.2em; }
    span.list i:before {
      color: #959595;
      /* padding-right: 15px; */ }
    @media (max-width: 48em) {
      span.list i {
        font-size: 1.4em; } }
  @media (max-width: 1400px) {
    span.list {
      font-size: 0.8em; } }
  @media (max-width: 990px) {
    span.list {
      font-size: 0.9em;
      padding: 20px 0;
      text-align: center; } }

.bold {
  font-weight: 600; }

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

.mayus {
  text-transform: uppercase; }

.normal {
  text-transform: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

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

.center {
  text-align: center; }

.t-center {
  text-align: center;
  margin: auto; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-md-6, .col-md-4, .col-md-3, .col-md-12 {
  padding-right: 0;
  padding-left: 0; }

.container-fluid {
  max-height: 1600px;
  padding: 0 8%; }

.container {
  padding: 0 5%;
  width: auto; }
  @media (max-width: 1480px) {
    .container {
      padding: 0 4%; } }
  @media (max-width: 64em) {
    .container {
      padding: 0 6%; } }

.wrapper {
  background-color: #FFFFFF;
  width: 85%;
  margin: -60px auto 60px; }
  .wrapper.home {
    margin: -150px auto -20px; }
  @media (max-width: 1400px) {
    .wrapper {
      width: 90%; } }
  @media (max-width: 48em) {
    .wrapper {
      width: 100%;
      margin: 0; } }

.full-size, .overlay, .vcenter, section.adicionales .row .bg, .calculadora .calculadora__productos ul li {
  width: 100%;
  height: 100%; }

.border-bottom, .border-top-bottom, .calculadora aside .calculadora__tarifa .tarifa__div, .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_regular {
  border-bottom: 1px solid #eee; }

.border-top, .border-top-bottom {
  border-top: 1px solid #eee; }

.overlay, .vcenter {
  position: absolute;
  background-color: rgba(36, 28, 53, 0.52);
  z-index: 2; }

.vcenter {
  position: relative;
  margin: 0 auto;
    text-align: center;
   }
  .vcenter h2, .vcenter h3, .vcenter h4, .vcenter p, .vcenter a, .vcenter span {
    color: #fff; }

.btn, .button-sqrd, .border_button, aside.dir_filtro form button, .dir_busqueda a.arrow-left {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.button-sqrd, .border_button {
  display: block;
  text-align: center; }

.border_button {
  border: 1px solid #FFFFFF;
  padding: 12px 0;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .border_button:hover {
    color: white;
    background: rgba(255, 255, 255, 0.3); }

.grd_button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid;
  -moz-border-image: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
  -webkit-border-image: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
  -o-border-image: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
  border-image: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
  border-image-slice: 1; }
  .grd_button span {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    line-height: 16px;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .grd_button:before {
    transform: scale(1);
    -o-transform: rotate(1);
    -ms-transform: scale(1);
    -moz-transform: rotate(1);
    -webkit-transform: scale(1);
    content: " ";
    height: 3.5em;
    display: block;
    background: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -webkit-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media (max-width: 990px) {
      .grd_button:before {
        height: 50px; } }

.back {
  text-transform: uppercase;
  float: right; }

.ver-mas {
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-size: 0.85em;
  line-height: 14px;
  bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .ver-mas:after {
    content: '>';
    top: 0;
    padding-left: 5px; }
  .ver-mas:hover {
    color: #EE1283; }
  @media (max-width: 990px) {
    .ver-mas {
      font-size: 0.9em; } }

.conoce {
  padding-top: 20px;
  font-weight: 600;
  padding-right: 25px; }
  .conoce:after {
    content: '';
    position: absolute;
    margin-top: -1px;
    right: 0;
    width: 11px;
    height: 11px;
    border: 3px solid #000000;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .conoce:hover {
    color: #000000; }
    .conoce:hover:after {
      margin-top: 2px; }

.playVideo {
  position: absolute;
  display: block;
  cursor: pointer;
  padding: 16px 40px;
  border: 1px solid #EE1283;
  background: rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  right: 40px;
  bottom: 30px;
  z-index: 10; }
  .playVideo:hover {
    color: #FFFFFF; }
  @media (max-width: 767px) {
    .playVideo {
      display: none; } }
  .playVideo.mobile {
    display: none; }
    @media (max-width: 767px) {
      .playVideo.mobile {
        display: block; } }

.carousel .carousel-inner {
  height: 100%; }
  .carousel .carousel-inner .item {
    height: 100%; }

.carousel .carousel-control:before {
  content: '';
  top: 50%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  border: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none; }

.carousel .carousel-control.right:before {
  right: 50%;
  border-left: none;
  border-bottom: none; }

.carousel .carousel-control.left:before {
  left: 50%;
  border-top: none;
  border-right: none; }

.icon {
  font-family: "i15-icons";
  display: inline-block;
  font-size: 1.571em;
  color: #000; }

.promo {
  position: absolute;
  font-size: 0.96em;
  bottom: 10px;
  left: 80%;
  width: 150%;
  margin-top: 15px;
  z-index: 3; }
  .promo span {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 1em;
    padding: 6px 20px;
    margin-left: 8px;
    text-transform: none;
    background: -webkit-linear-gradient(117.17deg, #8245FF 0%, #7110FF 100%);
    background: -o-linear-gradient(117.17deg, #8245FF 0%, #7110FF 100%);
    background: -moz-linear-gradient(117.17deg, #8245FF 0%, #7110FF 100%);
    background: -webkit-linear-gradient(332.83deg, #8245FF 0%, #7110FF 100%);
    background: -o-linear-gradient(332.83deg, #8245FF 0%, #7110FF 100%);
    background: linear-gradient(117.17deg, #8245FF 0%, #7110FF 100%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .promo span i:before {
      font-size: 1em;
      line-height: 0.875em;
      margin-top: 5px;
      margin-right: 10px; }
    .promo span:after {
      position: absolute;
      content: '';
      top: 0.6em;
      left: -5px;
      width: 0;
      height: 0;
      min-width: 0;
      min-height: 0;
      width: 0;
      height: 0;
      border-top: 0.5em solid transparent;
      border-bottom: 0.5em solid transparent;
      border-right: 0.5em solid blue;
      border-right-color: #8245FF; }
  .promo strong {
    line-height: 1em;
    margin-left: 10px; }
  @media (max-width: 1300px) {
    .promo {
      left: 75%; } }
  @media (max-width: 1280px) {
    .promo {
      left: 70%; } }
  @media (max-width: 990px) {
    .promo {
      width: 100%;
      bottom: 20px;
      right: 0;
      left: 10px; }
      .promo strong {
        color: #fff; } }
  @media (max-width: 400px) {
    .promo {
      font-size: 0.8em; } }

.hidden-content {
  /* Custom styling */
  width: 45%;
  padding: 5%;
  /* Custom transition - fade from top*/
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .hidden-content .text-content {
    max-height: 365px;
    overflow: scroll;
    overflow-x: hidden; }
  .hidden-content h3 {
    font-size: 1.429em;
    font-weight: 600;
    padding-bottom: 0; }
  .hidden-content p {
    padding-top: 20px; }
  @media (max-width: 990px) {
    .hidden-content {
      width: 85%;
      padding: 10%; }
      .hidden-content p {
        padding-right: 20px; } }

.fancybox-slide--complete .hidden-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.fancybox-container--ready .fancybox-bg {
  opacity: .3; }

.fancybox-close-small:after {
  content: "Cerrar X";
  top: 25px;
  right: 30px;
  height: 15px;
  width: 64px;
  color: #AEAEAE;
  font-weight: 600;
  font-size: 0.750em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: transparent; }

.fancybox-close-small:focus:after {
  outline: none !important; }

.fancybox-close-small:hover:after {
  background: transparent; }

.parallax-container .layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -1; }

.navbar {
  margin-bottom: 0;
  border: none; }
  .navbar .dropdown-menu {
    border: none; }
  .navbar .navbar-nav > li {
    float: left; }
  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  .navbar.navbar-light {
    height: 100px;
    background-color: #fff; }
    .navbar.navbar-light .pull-right {
      padding-right: 8%;
      background: #fff; }
      @media (max-width: 990px) {
        .navbar.navbar-light .pull-right {
          padding-right: 0; } }
    .navbar.navbar-light .nav > li > a {
      color: #727272;
      padding: 50px 25px 30px;
      border-left: 1px solid #eee;
      font-size: .9em;
      font-weight: 500;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;}
.navbar.navbar-light .nav > li > a span{
    color: #727272;
}
.navbar.navbar-light .nav.user > li > a{
    padding-bottom: 20px;
}

.navbar.navbar-light .nav.user > li > a.faq img{
    margin-right: 10px;
}

      @media (max-width: 768px) {
        .navbar.navbar-light .nav > li > a {
          font-size: .85em;
          border: none;
            padding: 30px 15px !important;}
          
          .navbar.navbar-light .nav.nologin > li > a{
              line-height: 40px;
          }
          .navbar.navbar-light .nav > li > a.faq {
            padding-right: 0;
            padding-left: 0;
             }
          .navbar.navbar-light .nav > li:first-child:not(.acceder){
              display: none;
          }
          
          .nav >li > a > img{
              width: 40px;
              height: 40px;
          }
          
          ul.user li a .down{
              transform: rotate(-45deg) !important;
              top: 45px !important;
          }
            }
        @media (max-width: 1024px){
            .nav.navbar-nav.pull-right.sections:not(.user.comprador) li:first-child{
                display: none;
            }
        }
@media (max-width: 365px){
    .navbar .navbar-header{
        padding-left: 4% !important;
    }
    .navbar .navbar-brand{
        width: 70px !important;
    }
}
      @media (max-width: 500px) {
        
        .navbar.navbar-light .nav > li > a.contacto, .navbar.navbar-light .nav > li > a.empresas {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 553px) {
        .navbar.navbar-light .nav > li > a {
          font-size: .75em; } }
    .navbar.navbar-light .nav > li:last-child > a {
      border-right: 1px solid #eee; }
      @media (max-width: 768px) {
        .navbar.navbar-light .nav > li:last-child > a {
          margin-right: 15px; } }
    .navbar.navbar-light.short {
      height: 70px; }
      .navbar.navbar-light.short .nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: 500;}
      .navbar.navbar-light.short .navbar-brand {
        height: 70px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .navbar.navbar-inverse {
    position: relative;
    min-height: 40px;
    background: -webkit-linear-gradient(168.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%);
    background: -o-linear-gradient(168.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%);
    background: -moz-linear-gradient(168.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%);
    background: -webkit-linear-gradient(281.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%);
    background: -o-linear-gradient(281.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%);
    background: linear-gradient(168.5deg, rgba(169, 170, 189, 0.7) 0%, rgba(112, 113, 136, 0.7) 100%); }
    @media (max-width: 1200px) {
      .navbar.navbar-inverse {
        overflow: hidden;
        height: 50px; }

        p.bajada{
              display: none;
          }  }
    @media (max-width: 768px) {
      .navbar.navbar-inverse {
        height: 40px; } }
    .navbar.navbar-inverse.short {
      top: 70px;
      height: 40px; }
      .navbar.navbar-inverse.short .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
    @media (max-width: 1200px) {
      .navbar.navbar-inverse .navbar-collapse {
        display: none; } }
    .navbar.navbar-inverse .navbar-nav {
      border-top: none;
      min-height: 40px;
      z-index: 100;
      float: none;
      margin: 0 auto;
      max-width: 1200px; }
     
      @media (max-width: 1200px) {
        .navbar.navbar-inverse .navbar-nav {
          width: 1070px; } }
      @media (min-width: 120em) {
        .navbar.navbar-inverse .navbar-nav {
          max-width: 1500px; } }
      @media (min-width: 160em) {
        .navbar.navbar-inverse .navbar-nav {
          max-width: 1650px; } }
    .navbar.navbar-inverse .nav > li > a {
      color: #fff;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
    .navbar.navbar-inverse .nav > li {
      width: auto;
      position: initial;
      min-width: 160px;
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

    .link_home {
     
    width: auto !important;
    min-width: auto !important;
}

.navbar.navbar-inverse .nav li.link_home a{
    
    padding-bottom: 0;
    padding-top: 0;
    
}

.navbar.navbar-inverse .nav li.link_home a:before{
    
    font-size: 24px;
}


      .navbar.navbar-inverse .nav > li:nth-child(n+2):hover {
        background-color: #EE1283; }
      @media (max-width: 1200px) {
        .navbar.navbar-inverse .nav > li {
          width: 17%; } }


    .navbar.navbar-inverse .arrow-left {
    top: 0;
    height: 100%;
    padding: 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
    position: absolute;
    background: #707188;
}
    .navbar.navbar-inverse .arrow-right {
      top: 0;
      right: 0;
      height: 100%;
      padding: 0 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 100;
      position: absolute;
      background: #707188; }

    .navbar.navbar-inverse .arrow-left i {
        font-size: 1.2em;
        color: #FFFFFF;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
      .navbar.navbar-inverse .arrow-right i {
        font-size: 1.2em;
        color: #FFFFFF;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
      @media (min-width: 1025px) {
        .navbar.navbar-inverse .arrow-right {
          display: none; }
          .navbar.navbar-inverse .arrow-left {
          display: none; }  }
    .navbar.navbar-inverse .mobile {
      display: none;
      width: auto;
      position: relative; }
      @media (max-width: 1200px) {
        .navbar.navbar-inverse .mobile {
          display: block;
          white-space: nowrap;
          overflow-x: scroll;
          overflow-y: hidden;
          padding: 0 15px; }
          .navbar.navbar-inverse .mobile li {
            float: none;
            min-width: 170px; }
            .navbar.navbar-inverse .mobile li:last-child {
              min-width: 190px; }
              .navbar.navbar-inverse .mobile li:last-child a {
                text-align: left;
                padding-left: 10px; } }
      @media (max-width: 768px) {
        .navbar.navbar-inverse .mobile li {
          min-width: 150px; }
          .navbar.navbar-inverse .mobile li a {
            font-size: .8em; } }
    .navbar.navbar-inverse .dropdown-menu {
      position: absolute;
      width: 80%;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 30px 20px 25px;
      background-color: #EE1283; }
      .navbar.navbar-inverse .dropdown-menu li {
        width: 33.3%;
        float: left;
        padding: 3px 0; }
        .navbar.navbar-inverse .dropdown-menu li a {
          text-transform: none;
          font-size: 0.875em;
          color: #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .navbar.navbar-inverse .dropdown-menu > li > a:focus, .navbar.navbar-inverse .dropdown-menu > li > a:hover {
      opacity: .7;
      color: #fff;
      text-decoration: none;
      background-color: transparent; }
  .navbar .nav > li > a {
    font-size: 0.875em; }
  .navbar .navbar-header {
    padding-left: 8%;
    float: left; }
  .navbar .navbar-brand {
    display: block;
    text-indent: -9999px;
    background: url(../img/logo-i15.jpg) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; } }

.main_hero {
  position: relative;
  height: 350px;
  width: 100%; }
  .main_hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .main_hero .blur {
    width: 120%;
    height: 100%;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    margin: 30px -30px 0 -30px; }
  .main_hero.home {
    height: 650px; }
    .main_hero.home img {
      opacity: .75; }
    @media (max-width: 460px) {
      .main_hero.home {
        height: 580px; } }
@media (max-width: 767px){
    .main_hero.home.conbusc  {
        height: 490px; }
}
  @media (max-width: 48em) {
    .main_hero.direccionario {
      margin-top: 100px;
      height: 650px; }
    .main_hero.minisitio {
      display: none; } }
  .main_hero.direccionario .dir_buscador {
    bottom: 0;
    display: none;
    padding: 6%;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7); }
    .main_hero.direccionario .dir_buscador h1 {
      color: #000000;
      font-size: 1.2em;
      font-weight: 600;
      padding-bottom: 10px;
      font-family: "Raleway", sans-serif; }
    .main_hero.direccionario .dir_buscador p {
      color: #646464;
      font-size: 0.8em;
      line-height: 12px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
    @media (max-width: 48em) {
      .main_hero.direccionario .dir_buscador {
        display: block; } }

@font-face {
  font-family: 'Flaticon';
  src: url("../font/inolvidables15.eot?99771024");
  src: url("../font/inolvidables15.eot?99771024#iefix") format("embedded-opentype"), url("../font/inolvidables15.woff?99771024") format("woff"), url("../font/inolvidables15.ttf?99771024") format("truetype"), url("../font/inolvidables15.svg?99771024#inolvidables15") format("svg");
  font-weight: normal;
  font-style: normal; }

.buscador {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 22px;
  width: 700px;
  color: rgba(92, 92, 110, 0.32);
  z-index: 200; }
  .buscador h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px !important;
    line-height: 33px;
    padding-bottom: 4%; }
  .buscador form {
    padding: 20px 0 10px;
    overflow: hidden; }
  .buscador fieldset {
    width: 35%;
    float: left;
    margin-right: 2%; }
  .buscador label {
    line-height: 24px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  .buscador input[type="text"] {
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    width: 100%;
    border: none;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    padding: 16px 0;
    padding-left: 22px; }
    .buscador input[type="text"]::-webkit-input-placeholder {
      color: #333333;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 17px; }
    .buscador input[type="text"]::-moz-placeholder {
      color: #333333;    
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 17px; }
    .buscador input[type="text"]:-ms-input-placeholder {
      color: #333333;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 17px; }
  .buscador input[type="submit"] {
    background: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -webkit-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    border: medium none;
    width: 25%;
    float: right;
    font-size: 16px;
    color: #eee;
    padding: 16px 2%;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer; }
  @media (max-width: 990px) {
    .buscador {
      width: 90%; } }
  @media (max-width: 767px) {
      .articulo .icon-i15{
          display: none;
      }
    .buscador {
      width: 100%;
      bottom: 0;
      height: 350px;
      top: auto;
      padding-left: 10px;
      padding-right: 10px;
      background: rgba(255, 255, 255, 0.7); }
      .buscador h2 {
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 19px;
        padding-bottom: 0; }
      .buscador form {
        width: 90%;
        margin: 0 auto; }
      .buscador fieldset {
        width: 100%;
        margin-bottom: 10px; }
      .buscador label {
        color: #777; }
      .buscador input[type="text"] {
        background-color: transparent;
        border: 1px solid #979797;
        width: 100%;
        color: #000000;
        margin: 0;
        padding: 1em 25px; }
        .buscador input[type="text"]::-webkit-input-placeholder {
          color: #515151; }
        .buscador input[type="text"]::-moz-placeholder {
          color: #515151; }
        .buscador input[type="text"]:-ms-input-placeholder {
          color: #515151; }
        .buscador input[type="text"]:-moz-placeholder {
          /* Chrome/Opera/Safari */
          color: #515151; }
      .buscador input[type="submit"] {
        width: 100%;
        display: block;
        padding: 1em 25px;
        margin-top: 15px; } }

.display {
  display: block !important; }

.overlay-buscador {
  display: none;
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5); }
.overlay_acceso{
    display: none;
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#opciones_rubro,
#opciones_zona {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 201;
  padding: 0.5%;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 990px) {
    #opciones_rubro,
    #opciones_zona {
      width: 95%; } }
  @media (max-width: 768px) {
    #opciones_rubro,
    #opciones_zona {
      width: 90%; } }
  #opciones_rubro .columna,
  #opciones_zona .columna {
    float: left;
    padding: 10px 1.5% 0;
    border-right: 1px solid #eee; }
    #opciones_rubro .columna:last-child,
    #opciones_zona .columna:last-child {
      border-right: 0; }
  #opciones_rubro ul,
  #opciones_zona ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    #opciones_rubro ul li a,
    #opciones_zona ul li a {
      text-transform: none; }

@media (min-width: 991px) {
  #opciones_rubro {
    max-width: 700px; } }

@media (max-width: 640px) {
  #opciones_rubro {
    top: 120px;
    left: 5%; } }

#opciones_rubro .columna {
  width: 33%; }
  @media only screen and (max-width: 640px) {
    #opciones_rubro .columna {
      width: 97%;
      border: none; } }

#opciones_rubro li:before {
  font-family: 'Flaticon';
  font-size: 21px;
  color: #565656; }

#opciones_rubro li span {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #454a58;
  float: right;
  font-weight: 400; }

#opciones_rubro li.head {
  line-height: 21px;
  background-color: transparent !important; }
  #opciones_rubro li.head a {
    margin-left: 5px;
    color: #f97f7f;
    font-weight: 600; }
  #opciones_rubro li.head span {
    color: #f97f7f;
    font-weight: 600;
    margin-top: 1px; }

#opciones_zona {
  max-width: 393px;
  left: 37%; }
  @media (max-width: 640px) {
    #opciones_zona {
      top: 170px;
      left: 5%; } }
  #opciones_zona .columna {
    width: 50%; }
  #opciones_zona li span {
    font-size: 12px;
    color: #f97f7f;
    float: right;
    font-weight: 400; }

#autocompletar_rubro .columna,
#autocompletar_zona .columna {
  height: 300px;
  overflow: auto; }

#autocompletar_rubro ul,
#autocompletar_zona ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #autocompletar_rubro ul li,
  #autocompletar_zona ul li {
    border-bottom: 1px solid #eee;
    padding: 6px 3px; }
    #autocompletar_rubro ul li:last-child,
    #autocompletar_zona ul li:last-child {
      border-bottom: medium none; }
    #autocompletar_rubro ul li .categoria a, #autocompletar_rubro ul li.categoria a,
    #autocompletar_zona ul li .categoria a,
    #autocompletar_zona ul li.categoria a {
      font-size: 14px;
      font-weight: 600; }
    #autocompletar_rubro ul li .categoria span, #autocompletar_rubro ul li.categoria span,
    #autocompletar_zona ul li .categoria span,
    #autocompletar_zona ul li.categoria span {
      font-size: 11px;
      font-weight: 400;
      color: #9c9c9c;
      margin-left: 10px; }

#autocompletar_rubro {
  display: none;
  position: absolute;
  z-index: 203;
  padding: 0.5%;
  width: 90%;
  max-width: 340px;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 640px) {
    #autocompletar_rubro {
      top: 120px;
      left: 5%; } }

#autocompletar_zona {
  display: none;
  position: absolute;
  z-index: 201;
  padding: 0.5%;
  width: 90%;
  max-width: 340px;
  left: 37%;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 640px) {
    #autocompletar_zona {
      top: 170px;
      left: 5%; } }
  #autocompletar_zona li a {
    color: #454a58;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Raleway", sans-serif; }
  #autocompletar_zona li span {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    font-family: "Raleway", sans-serif; }

#opciones_rubro:before,
#opciones_zona:before,
#autocompletar_rubro:before,
#autocompletar_zona:before {
  border-color: transparent transparent #eee;
  top: -21px; }

#opciones_rubro:after,
#opciones_zona:after,
#autocompletar_rubro:after,
#autocompletar_zona:after {
  border-color: transparent transparent #FFFFFF;
  top: -20px; }

#opciones_rubro li:hover,
#opciones_zona li:hover,
#autocompletar_rubro li:hover,
#autocompletar_zona li:hover {
  background-color: #f9f9f9; }

#opciones_rubro li a,
#opciones_zona li a,
#autocompletar_rubro li a,
#autocompletar_zona li a {
  font-size: .9em;
  color: #454a58;
  text-decoration: none;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }
  #opciones_rubro li a:hover,
  #opciones_zona li a:hover,
  #autocompletar_rubro li a:hover,
  #autocompletar_zona li a:hover {
    color: #f97f7f; }

#opciones_rubro:after, #opciones_rubro:before,
#opciones_zona:after, #opciones_zona:before,
#autocompletar_rubro:after, #autocompletar_rubro:before,
#autocompletar_zona:after, #autocompletar_zona:before {
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  left: 18px;
  padding: 0;
  position: absolute;
  width: 0; }

.wrapper_int {
  margin: 0 auto;
  overflow: auto;
  width: 960px; }

.wrapper.galerias .wrapper_int{
    width: 95%;
}

.wrapper.galerias .wrapper_int h1, .wrapper.galerias .wrapper_int h2{
  text-align: center;
}

/* Inolvidables 15 UI Icons */
#opciones_rubro #album-de-fotos:before {
  content: "\1522"; }

#opciones_rubro #autos-para-eventos:before {
  content: "\1523"; }

#opciones_rubro #caterings-para-fiestas:before {
  content: "\1524"; }

#opciones_rubro #choperas-y-bebidas:before {
  content: "\1525"; }

#opciones_rubro #cotillon-y-disfraces:before {
  content: "\1526"; }

#opciones_rubro #decoracion-para-fiestas:before {
  content: "\1527"; }

#opciones_rubro #dj-luces-y-sonido:before {
  content: "\1528"; }

#opciones_rubro #fotografia-y-video:before {
  content: "\1529"; }

#opciones_rubro #fotomurales:before {
  content: "\1530"; }

#opciones_rubro #juegos-y-entretenimientos:before {
  content: "\1531"; }

#opciones_rubro #magos-e-ilusionistas:before {
  content: "\1532"; }

#opciones_rubro #estetica-y-cuidado:before {
  content: "\1533"; }

#opciones_rubro #organizadores-de-fiestas:before {
  content: "\1534"; }

#opciones_rubro #peinados-para-fiestas:before {
  content: "\1535"; }

#opciones_rubro #quintas-para-fiestas:before {
  content: "\1536"; }

#opciones_rubro #regalos-y-souvenirs:before {
  content: "\1537"; }

#opciones_rubro #remeras-y-pines:before {
  content: "\1538"; }

#opciones_rubro #salones-de-fiestas:before {
  content: "\1539"; }

#opciones_rubro #shows-y-animacion:before {
  content: "\1540"; }

#opciones_rubro #tarjetas-e-invitaciones:before {
  content: "\1541"; }

#opciones_rubro #velas-y-fanales:before {
  content: "\1542"; }

#opciones_rubro #vestidos-de-fiesta:before {
  content: "\1543"; }

#opciones_rubro #viajes-para-quinceaneras:before {
  content: "\1544"; }

#opciones_rubro #zapatos-de-fiesta:before {
  content: "\1545"; }

/* Inolvidables 15 UI Icons */
@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.svg#Flaticon") format("svg"); } }

#opciones_rubro #fotografia-y-video:before {
  content: "\1529"; }

#opciones_rubro #estetica-y-cuidado:before {
  content: "\1533"; }

#opciones_rubro #remeras-para-fiestas:before {
  content: "\1538"; }

#opciones_rubro #salones-de-fiesta:before {
  content: "\1539"; }

#opciones_rubro #ambientacion:before {
  content: "\f105"; }

#opciones_rubro #tatuajes-temporales:before {
  content: "\f102"; }

#opciones_rubro #mascaras-venecianas:before {
  content: "\1534"; }

#opciones_rubro #cascadas-de-chocolate:before {
  content: "\f100"; }

#opciones_rubro #cabinas-fotograficas:before {
  content: "\f101"; }

#opciones_rubro #organizadores-de-fiestas:before {
  content: "\f104"; }

#opciones_rubro #caricaturas-en-tu-fiesta:before {
  font-family: "Flaticon_c";
  content: "\f100"; }

#home .center, #paneles .center{
  margin: auto;
  text-align: center; }

#home .block, #paneles .block {
  display: block; }

#home .i-block, #paneles .i-block {
  display: inline-block; }

#home .f-left, #paneles .f-left{
  float: left; }

#home .bold, #paneles .bold{
  font-weight: 600; }

#home .btn-magenta, #paneles .btn-magenta{
  font-size: 1em;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  padding: 1em 0;
  font-family: "Raleway", sans-serif;
  color: #707071;
  width: 100%;
  max-width: 20em;
  display: block;
  border: 2px solid #EE1283;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
margin: 15px auto auto auto;}
  #home .btn-magenta:hover, #paneles .btn-magenta:hover{
    color: #FFFFFF;
    background: #EE1283; }

#home .registro, #paneles .registro{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  position: fixed;
  background-color: rgba(80, 80, 95, 0.7);
  display: none;
  right: 15%;
  top: 100px;
  padding: 15px 30px;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
@media (min-width:300px) and (max-width:768px){
    #home .registro, #paneles .registro{
        right: 10%;
    }
}
#home .registro a, #paneles .registro a{
    display: block;
    color: white;
    text-decoration: underline;
}

#home .registro:after, #paneles .registro:after{
  color: rgba(80, 80, 95, 0.7);
  content: "\1508";
  font-family: "inolvidables15";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 65px;
  top: -14px; }

#home .registro.change-top, #paneles .registro.change-top{
    top: 70px; }

#home .acceso, #paneles .acceso{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  position: fixed;
  background-color: rgba(80, 80, 95, 0.9);
  right: 0;
  display: none;
  top: 100px;
  width: 300px;
  padding: 15px 30px;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #home .acceso.change-top, #paneles .acceso.change-top{
    top: 70px; }

#home .acceso:after, #paneles .acceso:after{
  color: rgba(80, 80, 95, 0.9);
  content: "\1508";
  font-family: "inolvidables15";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 65px;
  top: -14px; }
  @media (max-width: 990px) {
    #home .acceso:after, #paneles .acceso:after{
      left: auto;
      right: 20%; } }

#home .acceso h2, #paneles .acceso h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 15px; }

#home .acceso input, #paneles .acceso input{
  background-color: rgba(255, 255, 255, 0.45);
  border: none;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 11px;
  margin: 0 0 20px 0; }

#home .acceso #send,  #paneles .acceso #send{
  background-color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7e7989;
  text-transform: uppercase;
  width: 50%;
  cursor: pointer; }

#home .acceso a.olvidaste, #paneles .acceso a.olvidaste{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #c9c7c7;
  text-decoration: none;
  float: right;
  width: 40%;
  text-transform: none; }

#home .acceso::-webkit-input-placeholder, #paneles .acceso::-webkit-input-placeholder{
  color: #ffffff; }

#home .acceso:-moz-placeholder, #paneles .acceso:-moz-placeholder{
  /* Firefox 18- */
  color: #ffffff; }

#home .acceso::-moz-placeholder, #paneles .acceso::-moz-placeholder{
  /* Firefox 19+ */
  color: #ffffff; }

#home .acceso:-ms-input-placeholder, #paneles .acceso:-ms-input-placeholder{
  color: #ffffff; }

#home .acceso .recuperar, #paneles .acceso .recuperar{
  display: none; }

#home .acceso .recuperar p, #paneles .acceso .recuperar p{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #c9c7c7;
  margin: 0 0 10px; }

#home .acceso .recuperar span, #paneles .acceso .recuperar span{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #c9c7c7;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 10px 10px 0;
  cursor: pointer; }


.alogueado{
    color: white;
}

#home .wrapper.home {
  background: #eee; }
  @media (max-width: 768px) {
    #home .wrapper.home {
      margin-top: 0; } }
  #home .wrapper.home .row .col-md-6 {
    height: 260px; }
    #home .wrapper.home .row .col-md-6 .vcenter {
      height: 260px;
      width: 100vw;
      padding: 0 5em;
      display: table-cell;
      vertical-align: middle;
      background-color: rgba(36, 28, 53, 0.52); }
      @media (max-width: 768px) {
        #home .wrapper.home .row .col-md-6 .vcenter {
          width: 100%; } }
      @media (max-width: 460px) {
        #home .wrapper.home .row .col-md-6 .vcenter {
          padding: 0 3em; } }
  #home .wrapper.home .row .herramientas {
    background-image: url(../img/organizar.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
    #home .wrapper.home .row .herramientas .vcenter {
      background: transparent;
        text-align: left;}
      #home .wrapper.home .row .herramientas .vcenter h3 {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
          text-align: left;
          margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        text-shadow: 2px 2px #333;}
        @media (max-width: 460px) {
          #home .wrapper.home .row .herramientas .vcenter h3 {
            font-size: 22px;
            line-height: 28px; } }
#home .wrapper.home .row .herramientas .vcenter a{
    top: 25px;
}
      #home .wrapper.home .row .herramientas .vcenter p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        text-transform: none;
        text-shadow: 2px 2px #333;}
  #home .wrapper.home .row .carousel .item .vcenter {
    text-align: left;
    background: -webkit-linear-gradient(213.18deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.64) 100%);
    background: -o-linear-gradient(213.18deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.64) 100%);
    background: linear-gradient(236.82deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.64) 100%); }
    #home .wrapper.home .row .carousel .item .vcenter h3{
      text-align: left;
      font-size: 26px;
      line-height: 33px;
      margin-bottom: 10px;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 580px) {
        #home .wrapper.home .row .carousel .item .vcenter h3 {
          font-size: 22px;
          line-height: 26px; } }
      @media (max-width: 360px) {
        #home .wrapper.home .row .carousel .item .vcenter h3 {
          font-size: 20px;
          line-height: 22px; } }
    #home .wrapper.home .row .carousel .item .vcenter a, #home .wrapper.home .row .herramientas .vcenter a {
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      text-align: center;
      padding: 1em 4.5em;
      font-family: "Raleway", sans-serif;
      border: 2px solid #EE1283;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #home .wrapper.home .row .carousel .item .vcenter a:hover,
       #home .wrapper.home .row .herramientas .vcenter a:hover {
        background: #EE1283; }
      @media (max-width: 460px) {
        #home .wrapper.home .row .carousel .item .vcenter a, #home .wrapper.home .row .herramientas .vcenter a{
          display: block;
          width: 100%; }
        #home .wrapper.home .row .herramientas .vcenter a{
          margin-top: 15px;
          top: 0 !important;}}
  #home .wrapper.home .row .carousel .item.img-1 {
    background: url(../img/noti15.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }

#home .wrapper.home .row .carousel .item.img-2 {
    background: url(../img/fotocabina.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }

#home .wrapper.home .row .carousel .item.img-3 {
    background: url(../img/show.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }

#home .wrapper.home .row .carousel .item.img-4 {
    background: url(../img/organizadores.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }

#home .wrapper.home .row .carousel .item.img-5 {
    background: url(../img/vestidos.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  #home .wrapper.home .row .carousel .carousel-control {
    opacity: 1; }
    #home .wrapper.home .row .carousel .carousel-control:before {
      width: 12px;
      height: 12px; }
      @media (max-width: 990px) {
        #home .wrapper.home .row .carousel .carousel-control:before {
          width: 14px;
          height: 14px;
          border-width: 3px; } }
    #home .wrapper.home .row .carousel .carousel-control.right:before {
      right: 30%; }
    #home .wrapper.home .row .carousel .carousel-control.left:before {
      left: 30%; }
  #home .wrapper.home .row .col-md-4 {
    width: 32.8%;
    margin: 0.8% 0 0;
    height: 340px; }
    #home .wrapper.home .row .col-md-4 .vcenter {
      background-color: rgba(36, 28, 53, 0.52);
      height: 340px;
      width: 100vw;
      padding: 1.5em;
      text-align: left;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 460px) {
        #home .wrapper.home .row .col-md-4 .vcenter {
          padding: 1.5em 2em 2em; } }
      #home .wrapper.home .row .col-md-4 .vcenter a.rubro {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        display: block;
        }
        #home .wrapper.home .row .col-md-4 .vcenter h4{
        padding-bottom: 0;
        }
      #home .wrapper.home .row .col-md-4 .vcenter a h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 50px;
        text-transform: uppercase; }
      #home .wrapper.home .row .col-md-4 .vcenter ul {
        padding-left: 15px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: none;}
      #home .wrapper.home .row .col-md-4 .vcenter li {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        color: #FFFFFF; }
      #home .wrapper.home .row .col-md-4 .vcenter p {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px; }
        #home .wrapper.home .row .col-md-4 .vcenter p.ubicacion a {
        font-size: 11px;
        font-weight: 500;
        line-height: 17px;
        text-transform: none;
        font-family: "Raleway", sans-serif;}
        #home .wrapper .row .col-md-4 .vcenter p.price {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          line-height: 14px;
          margin: 0 0 10px; }
          #home .wrapper.home .row .col-md-4 .vcenter p.price span {
            font-size: 30px; }
      #home .wrapper .row .col-md-4 .vcenter a.more {
        border: 1px solid #FFFFFF;
        padding: 0.8em 4em;
        font-size: 12px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: inline-block;}
        #home .wrapper .row .col-md-4 .vcenter a.more:hover {
          background: rgba(255, 255, 255, 0.3); }
    @media (max-width: 990px) {
      #home .wrapper.home .row .col-md-4 {
        width: 100%;
        height: auto; } }
    #home .wrapper.home .row .col-md-4:nth-of-type(3n+2) {
      margin-left: 0.8%;
      margin-right: 0.8%; }
      @media (max-width: 990px) {
        #home .wrapper.home .row .col-md-4:nth-of-type(3n+2) {
          margin-left: 0;
          margin-right: 0; } }
  #home .wrapper.home section.notas {
    padding: 5em 0 6em;
    overflow: hidden; }
    @media (max-width: 1280px) {
      #home .wrapper.home section.notas {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 768px) {
      #home .wrapper.home section.notas {
        padding-bottom: 2.5em; } }
    #home .wrapper.home section.notas h2.title {
      color: #5D39BA;
      padding-bottom: 25px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 26px;
      line-height: 31px; }
      @media (max-width: 768px) {
        #home .wrapper.home section.notas h2.title {
          padding-left: 1.5em; } }
    #home .wrapper.home section.notas section {
      width: 74.5%;
      margin-right: 1.5%;
      float: left; }
      #home .wrapper.home section.notas section article {
        height: 280px;
        border: 1px solid #979797; }
        #home .wrapper.home section.notas section article .vcenter {
          padding: 2em;
          text-align: left;
          height: 100%;
          background-color: rgba(36, 28, 53, 0.52); }
          @media (max-width: 768px) {
            #home .wrapper.home section.notas section article .vcenter {
              padding: 1.2em; }
              #home .wrapper.home section.notas section article .vcenter h3 {
                padding-top: 3.5em;
                padding-bottom: 10px; } }
          @media (max-width: 660px) {
            #home .wrapper.home section.notas section article .vcenter h3 {
              font-size: 17px; }
            #home .wrapper.home section.notas section article .vcenter p {
              font-size: 13px; } }
          @media (max-width: 500px) {
            #home .wrapper.home section.notas section article .vcenter h3 {
              padding-top: 4.5em; }
            #home .wrapper.home section.notas section article .vcenter p {
              font-size: 14px; } }
        #home .wrapper.home section.notas section article a.rubro {
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          line-height: 14px;
          text-align: right;
          display: block; }
        #home .wrapper.home section.notas section article h3 {
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          padding-top: 2em;
          font-size: 19px;
          font-weight: 600;
          line-height: 23px; }
          #home .wrapper.home section.notas section article h3 a {
            font-weight: 600; }
        #home .wrapper.home section.notas section article p {
          height: 47px;
          overflow: hidden; }
        #home .wrapper.home section.notas section article a.more {
          position: absolute;
          display: block;
          width: 100%;
          bottom: 0;
          color: #FFFFFF;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 16px;
          text-align: center;
          padding: 1.3em;
          z-index: 5;
          background: -webkit-linear-gradient(120deg, #7E49C3 0%, #C86DD7 100%);
          background: -o-linear-gradient(120deg, #7E49C3 0%, #C86DD7 100%);
          background: -moz-linear-gradient(120deg, #7E49C3 0%, #C86DD7 100%);
          background: -webkit-linear-gradient(330deg, #7E49C3 0%, #C86DD7 100%);
          background: -o-linear-gradient(330deg, #7E49C3 0%, #C86DD7 100%);
          background: linear-gradient(120deg, #7E49C3 0%, #C86DD7 100%);
          background-size: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #home .wrapper.home section.notas section article a.more:hover {
            background-size: 300%; }
        #home .wrapper.home section.notas section article.col-md-6 {
          width: 49.2%;
          float: left;
          margin: 0 0.8% 1.6%; }
          #home .wrapper.home section.notas section article.col-md-6:nth-child(even) {
            margin-right: 0; }
          #home .wrapper.home section.notas section article.col-md-6:nth-child(odd) {
            margin-left: 0; }
          @media (max-width: 500px) {
            #home .wrapper.home section.notas section article.col-md-6 {
              width: 100%;
              float: none;
              margin: 0;
              margin-bottom: 1.6%; } }
      @media (max-width: 990px) {
        #home .wrapper.home section.notas section {
          width: 100%;
          float: none; } }
    #home .wrapper.home section.notas aside {
      width: 22.5%;
      float: right;
      margin-left: 1.5%; }
      @media (max-width: 1340px) {
        #home .wrapper.home section.notas aside {
          width: 24%;
          margin-left: 0; } }
      #home .wrapper.home section.notas aside article {
        width: 100%;
        height: 125px; }
        #home .wrapper.home section.notas aside article h2 {
          width: 100%;
          display: block;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 17px;
          padding: 1.1em;
          text-align: center;
          background: #B4BBF3;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
        #home .wrapper.home section.notas aside article p {
          color: #5B477A;
          font-family: "Montserrat", sans-serif;
          font-size: 13px;
          font-weight: 400;
          line-height: 17px;
          padding: 12px;
          padding-left: 5px;
          padding-bottom: 0; }
          #home .wrapper.home section.notas aside article p a {
            float: right;
            text-transform: capitalize;
            font-weight: 600;
            padding-right: 5px;
            background: -webkit-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -o-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -moz-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -webkit-linear-gradient(330deg, #7D87F6 0%, #AB87F7 100%);
            background: -o-linear-gradient(330deg, #7D87F6 0%, #AB87F7 100%);
            background: linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            #home .wrapper.home section.notas aside article p a:after {
              content: ">";
              padding-left: 3px;
              position: absolute;
              -webkit-text-fill-color: #AB87F7;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            #home .wrapper.home section.notas aside article p a:hover:after {
              padding-left: 6px; }
      @media (max-width: 990px) {
        #home .wrapper.home section.notas aside {
          width: 100%;
          float: none;
          clear: both;
          margin-left: 0;
          padding: 5% 5% 0; }
          
            #home .wrapper.home section.notas aside article:nth-child(even) {
              margin-left: 1%; }
            #home .wrapper.home section.notas aside article:nth-child(odd) {
              margin-right: 1%; }
            #home .wrapper.home section.notas aside article p {
              font-size: 12px;
              padding: 20px 10px 0; } }
@media (min-width: 585px) and (max-width: 900px){
    #home .wrapper.home section.notas aside article {
            width: 49%;
            float: left; }
    #home .wrapper.home section.notas aside div.cont_art{
        overflow: auto;
    }
}
      @media (max-width: 500px) {
        #home .wrapper.home section.notas aside article {
          width: 100%;
          float: none;
          padding: 0 5%; }
          #home .wrapper.home section.notas aside article:nth-child(even), #home .wrapper.home section.notas aside article:nth-child(odd) {
            margin-left: 0;
            margin-right: 0; }
          #home .wrapper.home section.notas h2.title{
              padding-left: 0;
              width: 90%;
              margin: auto;
          }
}

#home section.ver-promos {
  background: #fff;
  text-align: center; }
  #home section.ver-promos .wrapper {
    margin-bottom: 0; }
  #home section.ver-promos section.promos {
    
    width: 100%;
    padding: 4% 6%;
    background: #fff;
    -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.06); }
    @media (max-width: 768px) {
      #home section.ver-promos section.promos {
        padding: 40px 6%; } }
    #home section.ver-promos section.promos .btn-magenta {
      margin: 20px auto; }
    #home section.ver-promos section.promos .col-md-3 {
      padding: 25px 0; }
      #home section.ver-promos section.promos .col-md-3 a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 18px;
        padding-bottom: 0; }
        #home section.ver-promos section.promos .col-md-3 a span {
          width: 100vw;
          color: #8971F6;
          font-size: 15px;
          font-weight: 500;
          padding-left: 10px;
          text-align: left;
          display: table-cell;
          vertical-align: middle;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #home section.ver-promos section.promos .col-md-3 a i {
          font-size: 24px; }
          #home section.ver-promos section.promos .col-md-3 a i:before {
            float: left;
            font-size: 1.5em;
            vertical-align: middle;
            display: inline-block;
            background: -webkit-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -o-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -moz-linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            background: -webkit-linear-gradient(330deg, #7D87F6 0%, #AB87F7 100%);
            background: -o-linear-gradient(330deg, #7D87F6 0%, #AB87F7 100%);
            background: linear-gradient(120deg, #7D87F6 0%, #AB87F7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
        #home section.ver-promos section.promos .col-md-3 a:hover span {
          padding-left: 15px; }
      @media (max-width: 990px) {
        #home section.ver-promos section.promos .col-md-3 {
          height: 80px;
          width: 50%;
          float: left; } }
      @media (max-width: 500px) {
        #home section.ver-promos section.promos .col-md-3 {
          height: 60px; }
          #home section.ver-promos section.promos .col-md-3 span {
            font-size: 14px; } }
      @media (max-width: 460px) {
        #home section.ver-promos section.promos .col-md-3 {
          width: 100%;
          padding: 0 5%; } }
  @media (max-width: 990px) {
    #home section.ver-promos {
      padding-top: 0; }
      #home section.ver-promos section.promos {
        position: relative; } }
  #home section.ver-promos section.img-slider {
    margin-bottom: 0; }
    #home section.ver-promos section.img-slider .slick-track {
      height: 400px; }
    #home section.ver-promos section.img-slider .slick-slide {
      margin: 0;
      background-color: black; }
      #home section.ver-promos section.img-slider .slick-slide img {
        width: 100%;
        height: 100%;
        opacity: 0.9;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (max-width: 768px) {
          #home section.ver-promos section.img-slider .slick-slide img {
            opacity: 0.85; } }
    #home section.ver-promos section.img-slider button {
      height: 76px;
      width: 76px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      z-index: 2; }
      @media (max-width: 768px) {
        #home section.ver-promos section.img-slider button {
          background-color: transparent;
          -webkit-box-shadow: none;
          box-shadow: none; } }
    #home section.ver-promos section.img-slider .slick-prev:before,
    #home section.ver-promos section.img-slider .slick-next:before {
      content: "";
      opacity: 1;
      width: 14px;
      height: 14px;
      display: block;
      margin: 0 auto;
      border: 3px solid #9E4AD0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (max-width: 768px) {
        #home section.ver-promos section.img-slider .slick-prev:before,
        #home section.ver-promos section.img-slider .slick-next:before {
          border-color: #FFFFFF; } }
    #home section.ver-promos section.img-slider .slick-prev {
      left: -35px; }
      #home section.ver-promos section.img-slider .slick-prev:before {
        border-top: none;
        border-right: none;
        margin-left: 45%; }
      @media (max-width: 768px) {
        #home section.ver-promos section.img-slider .slick-prev {
          left: 0; } }
    #home section.ver-promos section.img-slider .slick-next {
      right: -35px; }
      #home section.ver-promos section.img-slider .slick-next:before {
        border-left: none;
        border-bottom: none;
        margin-right: 45%; }
      @media (max-width: 768px) {
        #home section.ver-promos section.img-slider .slick-next {
          right: 0; } }

#home #parallax {
  position: relative; }

#home .layer {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  width: 400px;
  height: 600px;
  position: absolute;
  z-index: 3; }
  @media (max-width: 1380px) {
    #home .layer {
      width: 25%; } }
  @media (max-width: 990px) {
    #home .layer {
      display: none; } }

#home .layer-2 {
  background-image: url("../img/parallax_ipad.png");
  background-position: right bottom;
  right: 0;
  top: 80%; }

#home .layer-1 {
  background-image: url("../img/parallax_rosas.png");
  background-position: left bottom;
  left: 0;
  top: 40%; }

#home section.galerias {
  background: #F5F6FC;
  padding: 5em 0;
  margin-top: -50px; }
  #home section.galerias h2 {
    font-size: 1.1em; }
  #home section.galerias .row {
    width: 85%; }
    #home section.galerias .row .col-md-3 {
      padding: 0 .5%; }
      @media (max-width: 1160px) {
        #home section.galerias .row .col-md-3 {
          width: 50%;
          padding: 1%; }
          #home section.galerias .row .col-md-3 .btn-magenta {
            max-width: 100%; } }
      @media (max-width: 768px) {
        #home section.galerias .row .col-md-3 {
          width: 100%; } }
  #home section.galerias .btn-magenta {
    font-size: .9em; }
  #home section.empresas-planes .container {
    width: 60%;
    margin: 0 auto;
    padding: 6% 4%;
    position: relative;
    z-index: 5; }
    @media (max-width: 990px) {
      #home section.empresas-planes .container {
        width: 80%;
        padding: 40px 0; } }
    @media (max-width: 768px) {
      #home section.empresas-planes .container {
        width: 85%; } }
    @media (max-width: 600px) {
      #home section.empresas-planes .container {
        padding-top: 20px; } }
    
    #home section.empresas-planes .container button {
      font-size: 12px;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      width: 20%;
      padding: 0;
      border-width: 2px;
      display: inline-block; }
      #home section.empresas-planes .container button span {
        font-weight: bold; }
      @media (max-width: 990px) {
        #home section.empresas-planes .container button:before {
          height: 52px; } }
      @media (max-width: 600px) {
        #home section.empresas-planes .container button {
          width: 28%;
          float: right;
          margin-top: 5px; } }
      @media (max-width: 460px) {
        #home section.empresas-planes .container button {
          width: 100%; } }
  @media (max-width: 990px) {
    #home section.empresas-planes {
      padding-bottom: 0; } }

section {
  width: 100%;
  position: relative; }
  section .carousel-control.left,
  section .carousel-control.right {
    background: transparent;
    z-index: 2; }
  section .carousel-control .glyphicon-chevron-right,
  section .carousel-control .glyphicon-chevron-left,
  section .carousel-control .icon-next,
  section .carousel-control .icon-left {
    height: 22px;
    width: 22px;
    font-size: 22px;
    text-shadow: none; }
  section .carousel-inner > .item {
    background-color: #000; }
  section .carousel-inner > .item > a > img,
  section .carousel-inner > .item > img {
    width: 100%;
    height: 100%;
    opacity: .8;
    -o-object-fit: cover;
    object-fit: cover; }
  section #slider-thumbs {
    position: absolute;
    bottom: 20px;
    z-index: 10; }
  section .list-inline {
    margin-left: 0;
    margin: 0 auto;
    width: 60%; }
    @media (max-width: 1500px) {
      section .list-inline {
        width: 65%; } }
    section .list-inline .selected img {
      opacity: 0.5; }
  section .list-inline > li {
    border: 1px solid #979797;
    padding: 0;
    margin: 0 5px; }
  section .carousel-control {
    text-shadow: none;
    opacity: 1; }
  section #myCarousel .carousel-control {
    top: 45%;
    font-size: 40px; }

section.adicionales {
  padding: 4% 0;
  text-align: center; }
  @media (max-width: 48em) {
    section.adicionales {
      padding: 6% 0; } }
  section.adicionales h3 {
    line-height: 30px;
    font-weight: 500;
    font-size: 1.857em; }
  section.adicionales p.subtitle {
    width: 50%;
    margin: 0 auto; }
  section.adicionales .row {
    padding-top: 40px; }
    section.adicionales .row .col-md-3 {
      width: 24.3%;
      height: 100%;
      display: block;
      margin-right: 0.7%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      section.adicionales .row .col-md-3:last-child {
        margin-right: 0; }
      section.adicionales .row .col-md-3 .vcenter {
        padding: 20% 10% 15%; }
      section.adicionales .row .col-md-3 h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.429em;
        line-height: 27px;
        padding-bottom: 0; }
      section.adicionales .row .col-md-3 p {
        font-size: 0.9em;
        line-height: 16px; }
        section.adicionales .row .col-md-3 p.price {
          padding: 12px 0 10px;
          font-size: 0.875em;
          text-transform: uppercase; }
          section.adicionales .row .col-md-3 p.price span {
            font-size: 1.725em;
            font-weight: 600; }
      @media (max-width: 1024px) {
        section.adicionales .row .col-md-3 {
          width: 49%;
          float: left;
          margin: 0 0.5%;
          margin-bottom: 1%; } }
      @media (max-width: 48em) {
        section.adicionales .row .col-md-3 {
          width: 100%;
          float: left;
          margin: 0; }
          section.adicionales .row .col-md-3 .vcenter {
            padding: 15% 10% 18%; }
          section.adicionales .row .col-md-3 h4, section.adicionales .row .col-md-3 p {
            text-align: left;
            padding-left: 0;
            padding-right: 0; }
          section.adicionales .row .col-md-3 .border_button {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            padding: 20px 0; } }
    section.adicionales .row .bg.vestido {
      background: url(../img/adicionales_vestido.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
    section.adicionales .row .bg.brindis {
      background: url(../img/adicionales_brindis.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
    section.adicionales .row .bg.salon {
      background: url(../img/adicionales_salon.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
    section.adicionales .row .bg.party {
      background: url(../img/adicionales_party.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
    section.adicionales .row .bg.catering {
      background: url(../img/adicionales_catering.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
  @media (max-width: 48em) {
    section.adicionales .container {
      padding: 0; }
    section.adicionales h3, section.adicionales p {
      text-align: center;
      padding-right: 8%;
      padding-left: 8%; }
    section.adicionales p.subtitle {
      width: 100%; } }

.paginado {
  float: right;
  padding: 0 5%; }
  .paginado a {
    display: inline-block;
    opacity: 0.7;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin: 0 5px; }
    .paginado a.active {
      opacity: 1; }

section.dir_resultados {
  padding: 40px 0 50px; }
  @media (max-width: 990px) {
    section.dir_resultados .container {
      padding: 0; } }
  section.dir_resultados section {
    width: 72%;
    float: right;
    padding: 0; }
    @media (max-width: 73.75em) {
      section.dir_resultados section {
        width: 100%; } }
    section.dir_resultados section .filter {
      padding-bottom: 25px; }
      @media (max-width: 990px) {
        section.dir_resultados section .filter {
          padding-left: 4%;
          padding-right: 4%; } }
      @media (max-width: 48em) {
        section.dir_resultados section .filter {
          display: none; } }
      section.dir_resultados section .filter p {
        font-size: 0.95em; }
      section.dir_resultados section .filter form {
        float: right; }
        section.dir_resultados section .filter form label {
          font-size: 0.875em;
          line-height: 0.875em;
          padding-right: 10px; }
        section.dir_resultados section .filter form select {
          display: inline-block;
          color: #979797;
          height: 29px;
          width: 200px;
          border: 1px solid #F7F7F7;
          font-family: "Montserrat", sans-serif;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-size: 12px;
          padding-left: 20px; }
          section.dir_resultados section .filter form select option {
            color: black; }

aside.dir_filtro {
  width: 25%;
  float: left; }
  @media (max-width: 73.75em) {
    aside.dir_filtro {
      display: none; } }
  aside.dir_filtro .dir_filtro__div {
    padding: 25px 0; }
  aside.dir_filtro .dir_filtro__p {
    padding-bottom: 15px;
    font-size: 0.9em;
    font-weight: 700; }
    aside.dir_filtro .dir_filtro__p i {
      padding-right: 8px;
      font-size: 1.125em; }
      aside.dir_filtro .dir_filtro__p i.op {
        opacity: .5; }
  aside.dir_filtro .nombre-salon {
    padding-top: 12px; }
  aside.dir_filtro .price-range {
    padding-bottom: 60px; }
    aside.dir_filtro .price-range .slider-range {
      width: 80%; }
  aside.dir_filtro form {
    width: 100%; }
    aside.dir_filtro form input[type="text"] {
      border: 1px solid #F2F2F2;
      padding: 10px 20px;
      padding-right: 0;
      color: #D5D5D5;
      width: 70%;
      font-size: 0.95em; }
      aside.dir_filtro form input[type="text"]:focus {
        border-bottom: 2px solid #4D4D4D; }
    aside.dir_filtro form button {
      width: 28%;
      border: none;
      background-color: #4D4D4D;
      font-size: 0.85em;
      line-height: 1.2em;
      padding: 12px 0; }
    aside.dir_filtro form fieldset .checkbox {
      position: relative;
      padding: 0;
      padding-bottom: 8px; }
      aside.dir_filtro form fieldset .checkbox .ui-checkbox {
        display: inline-block; }
      aside.dir_filtro form fieldset .checkbox input[type=checkbox] {
        visibility: hidden; }
      aside.dir_filtro form fieldset .checkbox label {
        cursor: pointer;
        position: relative;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        padding: 0;
        top: 2px;
        left: 0;
        margin-right: 10px;
        background: #fff;
        border: 1px solid #979797; }
        aside.dir_filtro form fieldset .checkbox label:after {
          opacity: 0;
          content: '';
          position: absolute;
          width: 18px;
          height: 8px;
          bottom: 8px;
          left: 0;
          border: 2px solid #000;
          border-top: none;
          border-right: none;
          background: transparent;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        aside.dir_filtro form fieldset .checkbox label:hover:after {
          opacity: 0.2; }
      aside.dir_filtro form fieldset .checkbox input[type=checkbox]:checked + label:after {
        opacity: 1; }
      aside.dir_filtro form fieldset .checkbox span {
        font-size: 0.875em;
        font-weight: 400;
        line-height: 20px; }
    aside.dir_filtro form.color-selector {
      padding-left: 4%; }
      @media (max-width: 1240px) {
        aside.dir_filtro form.color-selector {
          padding-left: 0; } }
      aside.dir_filtro form.color-selector div {
        width: 100%; }
        aside.dir_filtro form.color-selector div.dark {
          padding-left: 5%; }
        aside.dir_filtro form.color-selector div input[type="checkbox"] {
          cursor: pointer;
          width: 2em;
          height: 2em;
          -webkit-appearance: none;
          border: 1px solid #979797;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].blanco {
            background-color: #fff; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].plata {
            background-color: #F7F6F3; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].perla {
            background-color: #EEEAE0; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].crema {
            background-color: #F7EAC8; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].durazno {
            background-color: #F7D3C8; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].salmon {
            background-color: #F0B2B2; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].rosa {
            background-color: #F0B2CD; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].fucsia {
            background-color: #FF93C2; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].negro {
            background-color: #000; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].violeta {
            background-color: #4E106C; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].purpura {
            background-color: #39307A; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].lila {
            background-color: #6B61AD; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].lavanda {
            background-color: #9689E7; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].gris {
            background-color: #B8B4CF; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].verde {
            background-color: #77CEA9; }
          aside.dir_filtro form.color-selector div input[type="checkbox"].verde-agua {
            background-color: #D1F5E6; }

.dir_busqueda {
  padding: 22px 0 16px; }
  @media (max-width: 48em) {
    .dir_busqueda {
      display: none; } }
  .dir_busqueda p {
    display: inline-block;
    padding-right: 40px; }
    .dir_busqueda p b i {
      color: #979797;
      font-size: 1em;
      line-height: 1em; }
    @media (max-width: 990px) {
      .dir_busqueda p:first-child {
        display: block;
        margin-bottom: 10px; } }
  .dir_busqueda a.arrow-left {
    line-height: 22px;
    padding-left: 25px;
    color: #EE1283;
    font-weight: 600; }
    .dir_busqueda a.arrow-left .fa {
      position: absolute;
      font-size: 18px;
      top: 8px;
      left: 0;
      color: #D7D7D7; }

.filter:not(.rev) {
  padding-bottom: 25px; }
  .filter p {
    display: inline-block;
    font-size: 0.95em;
    text-transform: none;}
    @media (max-width: 48em) {
      .filter p {
        display: none; } }
  .filter .filter__subsection:before {
    content: " > ";
    padding: 0 3px; }
  .filter .filter__name:before {
    content: " > ";
    padding: 0 3px;
    font-weight: 300; }

.servicios-adicionales {
  padding-top: 15px; }
  .servicios-adicionales .icon {
    width: 13%;
    float: left;
    font-size: 1.571em; }
    .servicios-adicionales .icon.icon-air-conditioner {
      font-size: 1.714em; }
  .servicios-adicionales span {
    padding-top: 5px; }
  @media (max-width: 990px) {
    .servicios-adicionales {
      width: 60%; }
      .servicios-adicionales .icon {
        width: 15%;
        font-size: 2em; }
        .servicios-adicionales .icon.icon-air-conditioner {
          font-size: 2.2em; } }
  @media (max-width: 48em) {
    .servicios-adicionales {
      width: 80%;
      padding-top: 30px; }
      .servicios-adicionales .icon {
        width: 15%;
        font-size: 2em; }
        .servicios-adicionales .icon.icon-air-conditioner {
          font-size: 2.2em; } }
  @media (max-width: 500px) {
    .servicios-adicionales {
      width: 100%; }
      .servicios-adicionales .icon {
        font-size: 1.8em; }
        .servicios-adicionales .icon.icon-air-conditioner {
          font-size: 2em; } }

.dir_productos .producto {
  height: 440px;
  width: 32%;
  float: left;
  margin-bottom: 2%; }
  .dir_productos .producto:nth-child(3n-7) {
    margin: 0 2%; }
  .dir_productos .producto.hover .promo, .dir_productos .producto.hover .carousel-control {
    display: none; }
  .dir_productos .producto.hover .vcenter {
    background-color: rgba(0, 0, 0, 0.63);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dir_productos .producto.hover .vcenter h3, .dir_productos .producto.hover .vcenter p.off, .dir_productos .producto.hover .vcenter p.price {
      display: none; }
    .dir_productos .producto.hover .vcenter p.zona, .dir_productos .producto.hover .vcenter .info {
      display: block; }
    .dir_productos .producto.hover .vcenter h4 {
      padding-top: 18%; }
  .dir_productos .producto.hover .solicitar-cita a {
    padding: 1.8em; }
  .dir_productos .producto .vcenter {
    height: 90%;
    padding: 10% 8%;
    text-align: center;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.95) 100%); }
  .dir_productos .producto h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .dir_productos .producto .promo {
    position: relative;
    margin-top: 0;
    left: auto;
    width: 100%; }
    .dir_productos .producto .promo span {
      top: 0;
      right: -2%;
      margin-top: 10%;
      position: absolute; }
  .dir_productos .producto p.zona {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dir_productos .producto p.zona i {
      padding-right: 5px; }
  .dir_productos .producto h4 {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    padding-left: 6%;
    padding-top: 180px;
    padding-bottom: 12px; }
    .dir_productos .producto h4 span {
      display: block;
      font-size: 12px;
      line-height: 14px; }
  .dir_productos .producto p {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dir_productos .producto p.price {
      font-weight: 400;
      padding: 0; }
  .dir_productos .producto .info {
    display: none; }
    .dir_productos .producto .info .icon-dress {
      background: url(../img/dress.png) no-repeat center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      -ms-background-size: contain;
      background-size: contain;
      display: block;
      height: 120px;
      margin: 5px 0 15px; }
    .dir_productos .producto .info p {
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 15px;
      text-align: center;
      text-transform: uppercase; }
      .dir_productos .producto .info p:nth-of-type(1) {
        padding-bottom: 2px;
        font-size: 12px; }
      .dir_productos .producto .info p:last-child {
        padding-top: 5px;
        text-transform: none; }
  .dir_productos .producto .solicitar-cita {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3; }
    .dir_productos .producto .solicitar-cita a {
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      line-height: 16px;
      background: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
      background: -o-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
      background: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
      background: -webkit-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
      background: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
      background: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
      padding: 1.2em 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .dir_productos .producto .solicitar-cita a:hover {
        color: #FFFFFF; }

.dir_salones .dir_salones__article {
  border: 1px solid #F1F1F1;
  margin-bottom: 25px;
  width: 100%;
  height: 225px; }
  @media (min-width: 120em) {
    .dir_salones .dir_salones__article {
      height: 280px; } }
  @media (min-width: 160em) {
    .dir_salones .dir_salones__article {
      height: 350px; } }
  @media (max-width: 990px) {
    .dir_salones .dir_salones__article {
      border: none; } }
  .dir_salones .dir_salones__article .row {
    height: 100%; }
  .dir_salones .dir_salones__article .col-md-4 {
    width: 38%;
    height: 100%; }
    .dir_salones .dir_salones__article .col-md-4.descripcion {
      padding: 3%; }
      @media (max-width: 990px) {
        .dir_salones .dir_salones__article .col-md-4.descripcion {
          padding: 6%; } }
    .dir_salones .dir_salones__article .col-md-4 h2 {
      font-size: 1.8em;
      line-height: 30px;
      margin-bottom: 15px;
      font-weight: 600;
      height: 35px;
      overflow: hidden; }
      @media (max-width: 990px) {
        .dir_salones .dir_salones__article .col-md-4 h2 {
          position: absolute;
          color: #fff;
          margin-top: -140px; } }
    .dir_salones .dir_salones__article .col-md-4 p {
      display: inline-block;
      color: #A6A6A6;
      font-size: 0.85em;
      padding-bottom: 5px;
      padding-right: 15px; }
      .dir_salones .dir_salones__article .col-md-4 p b i:before {
        line-height: 1.071em;
        font-size: 1.071em;
        color: #979797; }
      .dir_salones .dir_salones__article .col-md-4 p:first-child {
        display: block; }
      @media (max-width: 990px) {
        .dir_salones .dir_salones__article .col-md-4 p {
          display: block;
          clear: both;
          font-size: 0.95em;
          padding-bottom: 10px; } }
    .dir_salones .dir_salones__article .col-md-4 .servicios-adicionales {
      padding-top: 15px; }
      @media (max-width: 48em) {
        .dir_salones .dir_salones__article .col-md-4 .servicios-adicionales {
          padding-top: 25px;
          padding-bottom: 15px; } }
  .dir_salones .dir_salones__article .col-md-3 {
    width: 24%;
    background-color: #FBFCFF;
    height: 100%; }
    .dir_salones .dir_salones__article .col-md-3 .container {
      padding: 10px 8% 0; }
    .dir_salones .dir_salones__article .col-md-3 span.list i {
      right: 0;
      left: auto; }
    .dir_salones .dir_salones__article .col-md-3 .grd_button {
      position: absolute;
      bottom: 0; }
    @media (max-width: 990px) {
      .dir_salones .dir_salones__article .col-md-3 {
        background-color: #fff; }
        .dir_salones .dir_salones__article .col-md-3 .grd_button {
          position: relative;
          width: 85%;
          margin: 0 auto; } }
  .dir_salones .dir_salones__article .carousel .carousel-control:before {
    width: 12px;
    height: 12px;
    border-width: 3px; }
    @media (max-width: 990px) {
      .dir_salones .dir_salones__article .carousel .carousel-control:before {
        width: 18px;
        height: 18px;
        border-width: 4px; } }
  @media (max-width: 992px) {
    .dir_salones .dir_salones__article {
      height: auto; }
      .dir_salones .dir_salones__article .col-md-4, .dir_salones .dir_salones__article .col-md-3 {
        float: none;
        width: 100%; } }

section.min_hotel .min_hotel__slider .slick-slider {
  margin-bottom: 0; }

section.min_hotel .min_hotel__slider .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

section.min_hotel .min_hotel__slider .slider-for_img .slider_div {
  height: 500px;
  background: #000; }
  section.min_hotel .min_hotel__slider .slider-for_img .slider_div img {
    opacity: .8; }
  @media (min-width: 120em) {
    section.min_hotel .min_hotel__slider .slider-for_img .slider_div {
      height: 600px; } }
  @media (min-width: 160em) {
    section.min_hotel .min_hotel__slider .slider-for_img .slider_div {
      height: 650px; } }
  @media (max-width: 990px) {
    section.min_hotel .min_hotel__slider .slider-for_img .slider_div {
      height: 300px; } }

section.min_hotel .min_hotel__slider .slider-nav_img {
  position: absolute;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px; }
  section.min_hotel .min_hotel__slider .slider-nav_img .slider_thumbnail {
    height: 52px;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #979797; }
    @media (min-width: 1500px) {
      section.min_hotel .min_hotel__slider .slider-nav_img .slider_thumbnail {
        height: 60px; } }
    @media (min-width: 120em) {
      section.min_hotel .min_hotel__slider .slider-nav_img .slider_thumbnail {
        height: 80px; } }
    @media (min-width: 160em) {
      section.min_hotel .min_hotel__slider .slider-nav_img .slider_thumbnail {
        height: 110px; } }
  @media (max-width: 1180px) {
    section.min_hotel .min_hotel__slider:not(.min_hotel__slider.videoslider) .slider-nav_img {
      display: none; } }

section.min_hotel .min_hotel__slider .slick-next, section.min_hotel .min_hotel__slider .slick-prev {
  z-index: 2;
  width: 8%;
  height: 25%; }
  section.min_hotel .min_hotel__slider .slick-next:before, section.min_hotel .min_hotel__slider .slick-prev:before {
    content: "";
    display: block;
    opacity: 1;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 500px) {
      section.min_hotel .min_hotel__slider .slick-next:before, section.min_hotel .min_hotel__slider .slick-prev:before {
        width: 15px;
        height: 15px;
        top: 45%; } }

section.min_hotel .min_hotel__slider .slick-prev {
  left: 0; }
  section.min_hotel .min_hotel__slider .slick-prev:before {
    border-top: none;
    border-right: none;
    margin-left: 50%;
    margin-right: 0; }

section.min_hotel .min_hotel__slider .slick-next {
  right: 0; }
  section.min_hotel .min_hotel__slider .slick-next:before {
    border-bottom: none;
    border-left: none; }

section.min_hotel .min_hotel__info {
  padding: 3%; }
  @media (max-width: 990px) {
    section.min_hotel .min_hotel__info {
      padding: 4% 6%; } }
    @media (max-width: 990px) {
      section.min_hotel .min_hotel__info h2 {
        font-size: 1.8em; } }
    @media (max-width: 768px) {
        section.min_hotel .min_hotel__info h1{
            font-size: 21px;
        }
      section.min_hotel .min_hotel__info h2 {
        font-size: 1.3em; } }
    section.min_hotel .min_hotel__info h2 .verify {
      bottom: 10px; }
  section.min_hotel .min_hotel__info .back {
    font-size: 0.75em;
    font-weight: 500;
    padding-top: 5px;
margin-left: 5px;}
    @media (max-width: 990px) {
      section.min_hotel .min_hotel__info .back {
        font-size: 0.85em; } }
  section.min_hotel .min_hotel__info .busqueda {
    display: block;
    padding-top: 12px; }
    section.min_hotel .min_hotel__info .busqueda p {
      padding-bottom: 10px;
      padding-right: 15px;
      display: inline-block;
      font-size: 0.85em; }
      @media (max-width: 990px) {
        section.min_hotel .min_hotel__info .busqueda p {
          display: block;
          clear: both;
          font-size: 0.95em; } }
    @media (max-width: 1550px) {
      section.min_hotel .min_hotel__info .busqueda {
        padding-top: 0; } }
    @media (max-width: 990px) {
      section.min_hotel .min_hotel__info .busqueda {
        padding-bottom: 20px; } }
  section.min_hotel .min_hotel__info .col-md-6 .list {
    padding-left: 16%; }
    @media (max-width: 990px) {
      section.min_hotel .min_hotel__info .col-md-6 .list {
        font-size: 0.9em; } }
  section.min_hotel .min_hotel__info .col-md-6 p {
    font-size: 0.9em;
    padding: 15px 0; }
    section.min_hotel .min_hotel__info .col-md-6 p .ver-mas {
      padding-left: 15px; }
    @media (max-width: 1480px) {
      section.min_hotel .min_hotel__info .col-md-6 p {
        font-size: 0.85em; } }
    section.min_hotel .min_hotel__info .col-md-6 p.price {
      padding: 15px 0 20px 20px; }
      @media (max-width: 990px) {
        section.min_hotel .min_hotel__info .col-md-6 p.price {
          font-size: 1em; } }
  section.min_hotel .min_hotel__info .col-md-6.col-right {
    padding-left: 20px; }
  section.min_hotel .min_hotel__info .col-md-6.col-left {
    padding-right: 20px; }
    section.min_hotel .min_hotel__info .col-md-6.col-left p {
      font-size: 0.9em;
      max-height: 102px;
      overflow: hidden;
      padding: 15px 0 5px; }
      @media (max-width: 990px) {
        section.min_hotel .min_hotel__info .col-md-6.col-left p {
          max-width: 500px;
          font-size: 1em;
          max-height: 130px;
          line-height: 1.5em; } }
    section.min_hotel .min_hotel__info .col-md-6.col-left .ver-mas.gray {
      bottom: 0; }
    section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales {
      padding-top: 10%;
      overflow: hidden; }
      section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon {
        float: left; }
      @media (max-width: 990px) {
        section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales {
          width: 60%; }
          section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon {
            width: 15%;
            font-size: 2em; }
            section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon.icon-air-conditioner {
              font-size: 2.2em; } }
      @media (max-width: 48em) {
        section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales {
          width: 80%;
          padding-top: 30px; } }
      @media (max-width: 500px) {
        section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales {
          width: 100%; }
          section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon {
            font-size: 1.7em; }
            section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon.icon-air-conditioner {
              font-size: 1.9em; } }
      @media (min-width: 991px) and (max-width: 1180px) {
        section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales .icon {
          width: 20%;
          margin-bottom: 20px; }
        section.min_hotel .min_hotel__info .col-md-6.col-left .servicios-adicionales span {
          display: block;
          float: none; } }
  @media (max-width: 1480px) {
      section.min_hotel .min_hotel__info .col-md-6.col-right {
        padding-left: 15px; }
      section.min_hotel .min_hotel__info .col-md-6.col-left {
        padding-right: 15px; } }
  @media (max-width: 990px) {
    section.min_hotel .min_hotel__info .col-md-6 {
      padding-bottom: 20px; }
      section.min_hotel .min_hotel__info .col-md-6.col-right {
        padding-left: 0; }
      section.min_hotel .min_hotel__info .col-md-6.col-left {
        padding-right: 0; }
      section.min_hotel .min_hotel__info .col-md-6 span.list, section.min_hotel .min_hotel__info .col-md-6 p.price {
        text-align: center;
        padding: 20px 0; }
      section.min_hotel .min_hotel__info .col-md-6 p.price {
        padding: 30px 0; } }

section.min_hotel .promo {
  left: 90%;
  bottom: 10%;
  width: 96%; }
  @media (max-width: 1180px) {
    section.min_hotel .promo {
      left: 4%; }
      section.min_hotel .promo strong {
        color: #fff; } }
  @media (max-width: 990px) {
    section.min_hotel .promo {
      bottom: 5%; } }
  @media (max-width: 30em) {
    section.min_hotel .promo {
      bottom: 8%; } }

@media (max-width: 1480px) {
  section.min_hotel .filter {
    padding-bottom: 25px;
    overflow: auto;} }

section.min_info .col-md-8, section.min_info .col-md-4 {
  padding: 4% 3%; }

section.min_info .ubicacion {
  width: 45%; }
  section.min_info .ubicacion #map {
    margin-top: 14%;
    width: 100%;
    height: 500px; }
  section.min_info .ubicacion .address p:last-child {
    margin-bottom: 15px; }

section.min_info .servicios {
  width: 55%;
  padding: 4% 3%;
  border-left: 1px solid #eee; }
  section.min_info .servicios .icon_ul {
    padding: 10px 0;
    overflow: hidden; }
    section.min_info .servicios .icon_ul li {
      display: block;
      float: left;
      line-height: 1.125em;
      width: 33.333%;
      height: 70px;
      padding: 4% 0; }
      section.min_info .servicios .icon_ul li:before {
        font-size: 2.5em;
        padding-right: 10px;
        padding-top: 3px; }
      section.min_info .servicios .icon_ul li p {
        color: #373737;
        font-family: "Raleway", sans-serif;
        font-size: 0.875em;
        font-weight: 600;
        float: left;
        width: 70%; }
      section.min_info .servicios .icon_ul li span {
        font-family: "Raleway", sans-serif;
        text-transform: none;
        color: #A6A6A6;
        font-size: 0.9em;
        font-weight: 500;
        display: block; }
      section.min_info .servicios .icon_ul li:nth-child(even) {
        float: right; }
      @media (min-width: 991px) and (max-width: 1140px) {
        section.min_info .servicios .icon_ul li {
          width: 50%; } }
      @media (max-width: 48em) {
        section.min_info .servicios .icon_ul li {
          height: 60px; } }
    @media (max-width: 48em) {
      section.min_info .servicios .icon_ul {
        padding: 20px 0 0;
        padding-left: 4%; }
        section.min_info .servicios .icon_ul li {
          width: 100%;
          padding-right: 0; } }
    @media (max-width: 30em) {
      section.min_info .servicios .icon_ul {
        padding-left: 3%; } }
    @media (max-width: 20em) {
      section.min_info .servicios .icon_ul {
        padding-left: 0; } }
  @media (max-width: 990px) {
    section.min_info .servicios {
      width: 100%;
      padding: 4% 6%; } }

@media (max-width: 990px) {
  section.min_info .ubicacion, section.min_info .detalle {
    width: 100%;
    padding: 40px; } }

@media (max-width: 48em) {
  section.min_info .ubicacion {
    padding: 40px 0; }
    section.min_info .ubicacion .gray-title, section.min_info .ubicacion .address {
      padding: 0 40px 20px; }
    section.min_info .ubicacion #map {
      height: 350px; } }

@media (max-width: 500px) {
  section.min_info .address {
    text-align: left;
    float: left; } }

section.min_questions .container {
  padding: 6%; }
  @media (max-width: 48em) {
    section.min_questions .container {
      padding: 60px 10%;
      padding-top: 40px; } }

section.min_questions .col-md-6 {
  padding: 0 5%; }
  section.min_questions .col-md-6 h3 {
    font-size: 1.429em;
    font-weight: 600; }
  @media (max-width: 48em) {
    section.min_questions .col-md-6 {
      padding: 0; }
      section.min_questions .col-md-6 h3 {
        font-size: 1.2em; }
      section.min_questions .col-md-6 p {
        font-size: 0.9em; } }

section.min_questions .about {
  width: 55%;
  border-right: 1px solid #eee;
  padding-bottom: 40px; }
  section.min_questions .about h3 {
    padding-top: 25px;
    display: inline-block; }
  section.min_questions .about p {
    color: #373737;
    padding-bottom: 15px;
    font-weight: 500; }
  section.min_questions .about .ver-mas {
    color: #7C7C7C;
    font-weight: bold;
    float: right;
    top: 25px; }
  @media (max-width: 990px) {
    section.min_questions .about {
      width: 100%;
      border: 0; } }

section.min_questions .faq {
  width: 45%; }
  section.min_questions .faq p {
    font-size: 0.929em;
    padding-top: 20px; }
  section.min_questions .faq span {
    font-size: 0.929em; }
  @media (max-width: 990px) {
    section.min_questions .faq {
      width: 100%; } }

section.min_video {
  padding: 6% 0;
  color: #fff;
  display: block;
  margin: 0 auto; }
  section.min_video .container {
    width: 80%; }
    @media (max-width: 64em) {
      section.min_video .container {
        width: 90%; } }
    @media (max-width: 48em) {
      section.min_video .container {
        padding: 0;
        width: 100%; } }
  section.min_video h3 {
    text-align: center;
    font-size: 2.143em;
    padding-bottom: 30px; }
    @media (max-width: 48em) {
      section.min_video h3 {
        font-size: 1.85em;
        padding: 0 6% 30px; } }
  section.min_video .slider img {
    width: 100%;
    height: 100%;
    padding: 5px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 48em) {
      section.min_video .slider img {
        padding: 0; } }
  section.min_video .slider.slider-for_video {
    margin: 5px; }
    @media (max-width: 48em) {
      section.min_video .slider.slider-for_video {
        margin: 0; } }
  section.min_video .slider.slider-nav_video div {
    cursor: pointer; }
  section.min_video .slider_div, section.min_video .videoContainer {
    height: 400px; }
    @media (min-width: 1320px) and (max-width: 1499px) {
      section.min_video .slider_div, section.min_video .videoContainer {
        height: 450px; } }
    @media (min-width: 1500px) and (max-width: 1919px) {
      section.min_video .slider_div, section.min_video .videoContainer {
        height: 500px; } }
    @media (min-width: 120em) {
      section.min_video .slider_div, section.min_video .videoContainer {
        height: 550px; } }
    @media (min-width: 160em) {
      section.min_video .slider_div, section.min_video .videoContainer {
        height: 700px; } }
  section.min_video .full-width {
    position: absolute;
    width: 100%;
    height: 100%; }
  section.min_video .video-1 .full-width {
    background: url(../img/1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  section.min_video .video-2 .full-width {
    background: url(../img/2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  section.min_video .video-3 .full-width {
    background: url(../img/3.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  section.min_video .video-4 .full-width {
    background: url(../img/4.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  section.min_video .video-5 .full-width {
    background: url(../img/5.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
  section.min_video .vcenter {
    padding: 0;
    text-align: left;
    position: relative;
    border: 1px solid #979797;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
    @media (max-width: 48em) {
      section.min_video .vcenter {
        border: none;
        background: rgba(255, 255, 255, 0.5); } }
    section.min_video .vcenter .vcenter_title {
      position: absolute;
      left: 40px;
      bottom: 30px; }
    section.min_video .vcenter h4, section.min_video .vcenter p {
      font-family: "Montserrat", sans-serif;
      text-transform: none; }
    section.min_video .vcenter h4 {
      font-size: 1.143em;
      padding-bottom: 0; }
    section.min_video .vcenter p {
      font-size: 0.857em;
      font-weight: 100; }
  section.min_video .videoContainer {
    position: relative;
    width: 100%; }
    section.min_video .videoContainer iframe {
      width: 100%;
      height: 100%; }
    section.min_video .videoContainer .playVideo.mobile {
      display: none; }
  @media (max-width: 1024px) {
    section.min_video {
      margin-bottom: 22px; } }
  @media (max-width: 767px) {
    section.min_video .vcenter_title {
      display: none; }
    section.min_video .playVideo.desktop {
      display: none; }
    section.min_video .playVideo.mobile {
      display: block;
      background-color: transparent;
      border: none;
      color: #000;
      font-weight: 600;
      top: 40%;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center; }
      section.min_video .playVideo.mobile .play-icon {
        background: url(../img/play.png) no-repeat center;
        background-size: contain;
        display: block;
        height: 60px; } }

.calculadora_body {
  background-color: #FFFFFF; }

.calculadora {
  background-color: #FFFFFF;
  overflow: hidden;
  height: 820px;
  margin: 60px 0;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.08); }
  @media (max-width: 990px) {
    .calculadora {
      height: auto; } }
  .calculadora .calculadora__title {
    padding: 30px 40px; }
    @media (max-width: 990px) {
      .calculadora .calculadora__title {
        padding: 30px; } }
    .calculadora .calculadora__title h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 1.857em;
      line-height: 1.3em;
      width: 50%;
      padding-bottom: 0; }
      @media (max-width: 1140px) {
        .calculadora .calculadora__title h3 {
          width: 60%; } }
      @media (max-width: 990px) {
        .calculadora .calculadora__title h3 {
          width: 75%;
          font-size: 1.75em; } }
      @media (max-width: 640px) {
        .calculadora .calculadora__title h3 {
          width: 100%;
          font-size: 1.6em; } }
      @media (max-width: 460px) {
        .calculadora .calculadora__title h3 {
          font-size: 1.5em;
          line-height: 1.2em; } }
      @media (max-width: 380px) {
        .calculadora .calculadora__title h3 {
          font-size: 1.4em; } }
  .calculadora .calculadora__container {
    padding: 20px 40px 40px;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 990px) {
      .calculadora .calculadora__container {
        padding: 20px 4% 40px;
        margin-bottom: 0; } }
  .calculadora .calculadora__subtitle {
    color: #373737;
    padding-top: 1%; }
    .calculadora .calculadora__subtitle h3 {
      font-family: "Raleway", sans-serif;
      font-size: 1.429em;
      font-weight: 600;
      line-height: 1.2em; }
    .calculadora .calculadora__subtitle p {
      font-family: "Raleway", sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.143em; }
  .calculadora div h4 {
    color: #595959;
    font-family: "Montserrat", sans-serif;
    font-size: 1.143em;
    font-weight: 500;
    line-height: 1.357em;
    padding-bottom: 20px; }
  .calculadora section {
    width: 65%;
    float: left; }
    @media (max-width: 990px) {
      .calculadora section {
        width: 100%;
        float: none; } }
  .calculadora a.add-btn {
    color: #595959;
    font-weight: 500;
    font-size: 1.143em;
    letter-spacing: 1px;
    line-height: 1.357em;
    padding-right: 50px; }
    @media (max-width: 500px) {
      .calculadora a.add-btn {
        font-size: 1em; } }
    .calculadora a.add-btn:after {
      content: "";
      width: 12px;
      height: 12px;
      right: 20px;
      top: 5px;
      position: absolute;
      display: inline-block;
      border-top: 3px solid #CACACA;
      border-right: 3px solid #CACACA;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .calculadora a.add-btn:hover:after {
      right: 10px; }
  .calculadora .calculadora__selector .arrow-back {
    color: #595959;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding-left: 15px;
    margin-left: 15px; }
    .calculadora .calculadora__selector .arrow-back:before {
      content: "";
      width: 12px;
      height: 12px;
      left: -10px;
      top: 2px;
      position: absolute;
      display: inline-block;
      border-left: 3px solid #CACACA;
      border-bottom: 3px solid #CACACA;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .calculadora .calculadora__selector .calculadora__menu {
    padding: 30px 0; }
  .calculadora .calculadora__selector .calculadora__ul {
    width: 100%;
    overflow: hidden;
    border: 1px solid #C5C5C5; }
    .calculadora .calculadora__selector .calculadora__ul li {
      display: inline-block;
      float: left;
      list-style: none;
      text-align: center;
      border-right: 1px solid #C5C5C5; }
      .calculadora .calculadora__selector .calculadora__ul li:last-child, .calculadora .calculadora__selector .calculadora__ul li:nth-child(4), .calculadora .calculadora__selector .calculadora__ul li:nth-child(8) {
        border-right: none; }
      .calculadora .calculadora__selector .calculadora__ul li a {
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 0.85em;
        line-height: 1.4em;
        color: #595959;
        height: 5em;
        width: 100vw;
        display: table-cell;
        vertical-align: middle;
        border: 2px solid transparent; }
        @media (max-width: 640px) {
          .calculadora .calculadora__selector .calculadora__ul li a {
            font-size: 0.75em; } }
        .calculadora .calculadora__selector .calculadora__ul li a:hover {
          background: #FFFFFF;
          border: 2px solid transparent;
          -moz-border-image: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          -webkit-border-image: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          -o-border-image: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
          border-image: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          border-image-slice: 1; }
    .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li {
      width: 25%; }
      .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li a {
        color: #595959; }
      @media (max-width: 640px) {
        .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li {
          width: 50%; }
          .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li:nth-of-type(2) {
            border-right: none; }
          .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li:nth-of-type(-n+2) {
            border-bottom: 1px solid #C5C5C5; } }
      @media (max-width: 360px) {
        .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li {
          width: 100%;
          border: none;
          border-bottom: 1px solid #C5C5C5; }
          .calculadora .calculadora__selector .calculadora__ul.tipo-uso__ul li:last-child {
            border-bottom: none; } }
    .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul {
      border-color: #FFFFFF; }
      .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li {
        width: 33%;
        border-color: #FFFFFF;
        background: url(../img/calculadora_mes.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover; }
        @media (max-width: 500px) {
          .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li {
            width: 100%;
            border: none;
            border-bottom: 1px solid #fff; } }
        .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li a {
          color: #FFFFFF;
          font-weight: 500;
          padding: 0 10%; }
          @media (max-width: 600px) {
            .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li a {
              padding: 0 5%; } }
          @media (max-width: 500px) {
            .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li a {
              padding: 0 20%; } }
          .calculadora .calculadora__selector .calculadora__ul.elegir-dia__ul li a:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 10, 124, 0.4)), to(rgba(255, 255, 255, 0.2)));
            background: -webkit-linear-gradient(top, rgba(251, 10, 124, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
            background: -o-linear-gradient(top, rgba(251, 10, 124, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
            background: linear-gradient(180deg, rgba(251, 10, 124, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%); }
    .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li {
      width: 25%;
      border-bottom: 1px solid #C5C5C5; }
      .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li:nth-child(n+9) {
        border-bottom: none; }
      @media (max-width: 460px) {
        .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li {
          width: 50%; }
          .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li:nth-child(even) {
            border-right: none; }
          .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li:nth-child(n+9) {
            border-bottom: 1px solid #C5C5C5; }
          .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li:nth-last-child(-n+2) {
            border-bottom: none; } }
      .calculadora .calculadora__selector .calculadora__ul.elegir-mes__ul li a .hl {
        background-color: #98FF99;
        padding: 0 8%; }
  .calculadora .calculadora__selector .elegir-mes {
    padding-bottom: 6%; }
  .calculadora .calculadora__selector .elegir-menu {
    margin-top: 20px; }
    .calculadora .calculadora__selector .elegir-menu h4 {
      display: inline-block; }
    .calculadora .calculadora__selector .elegir-menu .layouts {
      float: right;
      padding-right: 4%; }
      .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn {
        height: 20px;
        width: 20px;
        margin: 0 5px;
        display: inline-block;
        background-color: transparent; }
        .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn span {
          width: 100%;
          display: block;
          background: #cfcfcf; }
        .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn#list span {
          height: 4px; }
          .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn#list span:nth-child(2) {
            margin: 3px 0; }
        .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn#block span {
          height: 8px; }
          .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn#block span:first-child {
            margin-bottom: 3px; }
        .calculadora .calculadora__selector .elegir-menu .layouts .layout_btn.active span {
          background: #3C3DFD; }
    .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul {
      width: 100%;
      height: 550px;
      overflow: scroll;
      overflow-x: hidden;
      padding-right: 2%; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul::-webkit-scrollbar {
        width: 1em;
        background: transparent; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul::-webkit-scrollbar-track-piece {
        background: transparent none;
        border: solid .25em transparent;
        border-right-width: .5em;
        -webkit-box-shadow: inset -0.0625em -0.0625em 0 0 #dadada; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul::-webkit-scrollbar-thumb {
        border: solid 0 transparent;
        -webkit-border-radius: .6125em;
        -webkit-box-shadow: inset 0 0 0 1em #9b9cb2, inset 0 0 0 0.575em #9b9cb2; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul::-webkit-scrollbar-thumb:hover {
          -webkit-box-shadow: inset 0 0 0 1em #5a5a5a, inset 0 0 0 0.575em #6e6e6e; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul li {
        border: 2px solid transparent;
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul li:hover {
          background: #fff;
          border: 2px solid transparent;
          -moz-border-image: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          -webkit-border-image: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          -o-border-image: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
          border-image: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
          border-image-slice: 1; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul li h5 {
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          position: absolute;
          z-index: 200;
          top: 38%; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul li .col {
          height: 100%;
          float: left; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul li .col.img {
            background: url(../img/menu_waffle.jpg) no-repeat center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            display: block; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block li {
        height: 175px; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block li h5 {
          width: 48%;
          color: #fff;
          font-size: 18px;
          line-height: 26px;
          text-align: center; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block li h5 span {
            color: #fff;
            display: block; }
        @media (max-width: 640px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block li {
            height: auto; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block li h5 {
              top: 12%;
              width: 100%; } }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.img {
        width: 48%; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.img .vcenter {
          background: -webkit-linear-gradient(289.89deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
          background: -o-linear-gradient(289.89deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
          background: linear-gradient(160.11deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%); }
        @media (max-width: 640px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.img {
            width: 100%;
            height: 8em; } }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info {
        width: 52%;
        padding: 0 2%;
        display: table;
        border: 1px solid #eee; }
        @media (max-width: 640px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info {
            width: 100%;
            height: auto; } }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info .text {
          padding: 3% 4%; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info .text.t-only {
            height: 12.1em;
            display: table-cell;
            vertical-align: middle; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info .text p {
            color: #373737;
            font-family: "Montserrat", sans-serif;
            font-size: 0.95em;
            font-weight: 300;
            line-height: 1.7em; }
            @media (max-width: 460px) {
              .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info .text p {
                font-size: 0.85em; } }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form {
          width: 100%;
          padding: 0 4%; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox {
            position: relative;
            padding: 0; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox .ui-checkbox {
              display: inline-block; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox input[type=checkbox] {
              visibility: hidden; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox label {
              cursor: pointer;
              position: relative;
              width: 19px;
              height: 19px;
              min-width: 19px;
              min-height: 19px;
              padding: 0;
              top: 4px;
              left: 0;
              margin-right: 10px;
              background-color: #eee; }
              .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox label:after {
                opacity: 0;
                content: '';
                position: absolute;
                width: 18px;
                height: 8px;
                bottom: 8px;
                left: 0;
                border: 2px solid #000000;
                border-top: none;
                border-right: none;
                background: transparent;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
              .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox label:hover:after {
                opacity: 0.2; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox input[type=checkbox]:checked + label:after {
              opacity: 1; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .col.info form fieldset .checkbox span {
              color: #373737;
              font-family: "Montserrat", sans-serif;
              font-size: 0.9em;
              font-weight: 600; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .btn, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .button-sqrd, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .border_button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block aside.dir_filtro form button, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block .dir_busqueda a.arrow-left, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.block a.arrow-left {
        display: none; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li {
        height: 63px; }
        @media (max-width: 460px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li {
            height: auto; } }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li h5 {
          padding-left: 25%; }
          @media (max-width: 500px) {
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li h5 {
              font-size: 13px; } }
          @media (max-width: 460px) {
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li h5 {
              width: 100%;
              font-size: 15px;
              color: white;
              top: 20%; }
              .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li h5 span {
                color: white; } }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li .col.info {
          width: 55%;
          border: 1px solid #eee; }
        @media (max-width: 1024px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li h5 {
            padding-left: 30%; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list li .col.info {
            width: 45%; } }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .img {
        width: 20%; }
        @media (max-width: 1024px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .img {
            width: 25%; } }
        @media (max-width: 460px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .img {
            width: 100%;
            height: 60px; } }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .info .text, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .info form {
        display: none; }
      .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left {
        height: 100%;
        float: right;
        padding: 0;
        width: 25%;
        border: 1px solid #eee;
        border-left: 0; }
        .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button a, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left a, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left a {
          height: 60px;
          width: 100vw;
          color: #999999;
          font-size: 12px;
          font-weight: bold;
          line-height: 14px;
          text-align: center;
          display: table-cell;
          text-transform: none;
          font-family: "Raleway", sans-serif;
          vertical-align: middle; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn a:after, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd a:after, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button a:after, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button a:after, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button a:after, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left a:after, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left a:after {
            content: ">";
            padding-left: 6px; }
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn a:hover, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd a:hover, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button a:hover, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button a:hover, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button a:hover, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left a:hover, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left a:hover {
            color: #d125bc; }
        @media (max-width: 1024px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left {
            width: 30%; } }
        @media (max-width: 460px) {
          .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left {
            width: 100%;
            border-top: none;
            border-left: 1px solid #eee; }
            .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .btn a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .button-sqrd a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .border_button a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list aside.dir_filtro form button a, aside.dir_filtro form .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list button a, .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list .dir_busqueda a.arrow-left a, .dir_busqueda .calculadora .calculadora__selector .elegir-menu .elegir-menu__ul.list a.arrow-left a {
              height: 50px; } }
  .calculadora .calculadora__selector .add-div {
    border-top: 4px solid #7B83F6;
    overflow: hidden;
    padding: 40px 0; }
    .calculadora .calculadora__selector .add-div a {
      float: right; }
  .calculadora .calculadora__productos ul {
    width: 100%;
    height: 24em;
    overflow: scroll;
    overflow-x: hidden; }
    .calculadora .calculadora__productos ul::-webkit-scrollbar {
      width: 1em;
      background: transparent; }
    .calculadora .calculadora__productos ul::-webkit-scrollbar-track-piece {
      background: transparent none;
      border: solid .25em transparent;
      border-right-width: .5em;
      -webkit-box-shadow: inset -0.0625em -0.0625em 0 0 #dadada; }
    .calculadora .calculadora__productos ul::-webkit-scrollbar-thumb {
      border: solid 0 transparent;
      -webkit-border-radius: .6125em;
      -webkit-box-shadow: inset 0 0 0 1em #9b9cb2, inset 0 0 0 0.575em #9b9cb2; }
      .calculadora .calculadora__productos ul::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 0 1em #5a5a5a, inset 0 0 0 0.575em #6e6e6e; }
    @media (max-width: 500px) {
      .calculadora .calculadora__productos ul {
        padding-right: 10px; } }
    .calculadora .calculadora__productos ul li {
      position: relative;
      display: inline-block;
      width: 47.8%;
      margin-right: 2%;
      margin-bottom: 1.2%;
      height: 11.5em;
      background: url(../img/adicionales_party.jpg) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      background-size: cover; }
      @media (max-width: 990px) {
        .calculadora .calculadora__productos ul li {
          width: 47%; } }
      @media (max-width: 500px) {
        .calculadora .calculadora__productos ul li {
          width: 100%; } }
      .calculadora .calculadora__productos ul li a {
        display: table-cell;
        height: 8.9em;
        width: 100vw;
        vertical-align: middle;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 1.286em;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
        background: -webkit-linear-gradient(289.89deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(289.89deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(160.11deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
        @media (max-width: 768px) {
          .calculadora .calculadora__productos ul li a {
            height: 10.5em;
            font-size: 1.1em;
            line-height: 1.4em; } }
  .calculadora aside {
    width: 35%;
    padding: 0 2%;
    bottom: 1px;
    right: 0;
    position: absolute; }
    @media (max-width: 990px) {
      .calculadora aside {
        width: 100%;
        padding-top: 40px;
        position: relative; } }
    .calculadora aside .calculadora__tarifa p {
      color: #262626;
      font-family: "Montserrat", sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.286em;
      text-align: center; }
      .calculadora aside .calculadora__tarifa p.price {
        padding: 0;
        padding-top: 2%;
        color: #262626;
        font-family: "Montserrat", sans-serif; }
      .calculadora aside .calculadora__tarifa p span {
        opacity: .5;
        font-size: 0.85em;
        padding-top: 5px; }
    .calculadora aside .calculadora__tarifa .tarifa__div p.no-info {
      color: #A6A6A6;
      height: 250px;
      width: 100vw;
      padding: 0 8%;
      font-size: 1em;
      font-family: "Montserrat", sans-serif;
      line-height: 1.214em;
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
    .calculadora aside .calculadora__tarifa .tarifa__div div {
      padding: 6% 0; }
      .calculadora aside .calculadora__tarifa .tarifa__div div h5 {
        font-family: "Raleway", sans-serif;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.143em;
        text-transform: uppercase;
        text-align: center; }
      .calculadora aside .calculadora__tarifa .tarifa__div div p.price {
        font-family: "Montserrat", sans-serif;
        text-align: center; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_regular h5, .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_regular p {
        color: #A6A6A6; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_regular p {
        font-size: 0.85em; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_regular .price {
        font-size: 2em; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_i15 .price {
        font-size: 2.429em;
        color: #3C3DFD; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_i15 .blue {
        font-family: "Montserrat", sans-serif;
        color: #3C3DFD;
        font-size: 1.214em;
        line-height: 20px;
        padding: 5px 0;
        font-weight: 500; }
      .calculadora aside .calculadora__tarifa .tarifa__div div.tarifa_i15 p.gray {
        color: #626262;
        font-family: "Raleway", sans-serif;
        font-size: 0.857em;
        font-weight: 500;
        line-height: 14px;
        margin: 5px 0; }
    .calculadora aside .calculadora__invitados {
      padding: 8% 0;
      margin-bottom: 8%;
      text-align: center; }
      @media (max-width: 990px) {
        .calculadora aside .calculadora__invitados {
          padding: 20px 0 40px; } }
      .calculadora aside .calculadora__invitados p {
        color: #595959;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6%; }
      .calculadora aside .calculadora__invitados .invitados {
        position: relative;
        display: inline-block;
        color: #262626;
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
        margin: 0 2% 0 20%; }
        .calculadora aside .calculadora__invitados .invitados:before {
          content: "";
          position: absolute;
          background: url(../img/guest.png) no-repeat center;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          -ms-background-size: contain;
          background-size: contain;
          height: 50px;
          width: 50px;
          left: -50%; }
      .calculadora aside .calculadora__invitados a {
        display: inline-block;
        font-size: 24px;
        color: #C6C6C6;
        border: 2px solid #C6C6C6;
        border-radius: 50%;
        margin: 0 2px;
        height: 35px;
        width: 35px;
        line-height: 30px; }
        .calculadora aside .calculadora__invitados a.mas {
          font-size: 20px; }
        .calculadora aside .calculadora__invitados a:hover {
          color: #3C3DFD;
          border-color: #3C3DFD; }
    .calculadora aside .calculadora__btn-addmenu {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding: 190px 0;
      width: 100vw;
      border-left: 4px solid #7B83F6; }
      @media (max-width: 990px) {
        .calculadora aside .calculadora__btn-addmenu {
          padding: 20% 0; } }
    .calculadora aside .btn_cita {
      width: 80%;
      position: relative;
      margin: 30px auto 0; }
      .calculadora aside .btn_cita .grd_button {
        border-width: 1px; }
        .calculadora aside .btn_cita .grd_button:before {
          height: 4.5em; }
        .calculadora aside .btn_cita .grd_button span {
          font-size: 1em; }
      .calculadora aside .btn_cita .ver-cita {
        padding: 20px 10%;
        width: 100%;
        max-width: 250px;
        top: -120px;
        left: 10%;
        z-index: 300;
        display: none;
        position: absolute;
        border-radius: 7px;
        background-color: #444444;
        -webkit-box-shadow: 0 2px 4px 0 #CFCFD9;
        box-shadow: 0 2px 4px 0 #CFCFD9; }
        @media (max-width: 990px) {
          .calculadora aside .btn_cita .ver-cita {
            padding: 25px;
            top: -135px;
            right: 0;
            left: 0;
            margin: 0 auto; } }
        .calculadora aside .btn_cita .ver-cita:after {
          content: '';
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: -12px;
          width: 0;
          height: 0;
          min-width: 0;
          min-height: 0;
          position: absolute;
          width: 0;
          height: 0;
          border-left: 1em solid transparent;
          border-right: 1em solid transparent;
          border-top: 1em solid #f00;
          border-top-color: #444444; }
        .calculadora aside .btn_cita .ver-cita p, .calculadora aside .btn_cita .ver-cita a {
          font-size: 1em;
          color: #fff;
          text-align: center; }
        .calculadora aside .btn_cita .ver-cita p {
          font-family: "Raleway", sans-serif;
          padding-bottom: 12px; }
        .calculadora aside .btn_cita .ver-cita a {
          display: block;
          font-weight: 600; }
          .calculadora aside .btn_cita .ver-cita a:after {
            content: ">";
            padding-left: 3px; }
      .calculadora aside .btn_cita.disable .ver-cita {
        display: block; }
      .calculadora aside .btn_cita.disable .grd_button {
        pointer-events: none;
        cursor: default;
        border-color: #ccc;
        -webkit-border-image: none;
        -o-border-image: none;
        border-image: none; }
        .calculadora aside .btn_cita.disable .grd_button:before {
          background: #ccc; }
      @media (max-width: 1024px) {
        .calculadora aside .btn_cita {
          width: 100%;
          max-width: 400px; } }

#calendario {
  padding: 5% 4% 3%; }
  #calendario .col-md-6 {
    width: 49%;
    float: left; }
    @media (max-width: 640px) {
      #calendario .col-md-6 {
        width: 100%;
        float: none; } }
  #calendario form {
    margin-right: 1%; }
    #calendario form div {
      padding-bottom: 30px; }
      #calendario form div:last-child {
        padding-bottom: 0; }
    #calendario form input {
      width: 100%;
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
    #calendario form p {
      opacity: 0.62;
      color: #595959;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      font-weight: bold;
      line-height: 12px;
      padding-top: 10px;
      text-transform: uppercase; }
  #calendario .calendar {
    margin-left: 1%; }
    @media (max-width: 640px) {
      #calendario .calendar {
        margin-top: 50px; } }
    #calendario .calendar .month {
      margin: 10px 40px; }
      #calendario .calendar .month p {
        width: 90%;
        color: #674FEF;
        padding-top: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        text-align: center;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }
      #calendario .calendar .month a {
        display: inline-block;
        color: black; }
        #calendario .calendar .month a.prev {
          float: left; }
        #calendario .calendar .month a.next {
          float: right; }
    #calendario .calendar ul {
      width: 100%;
      clear: both; }
      #calendario .calendar ul li {
        width: 14.22%;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        text-align: center;
        display: inline-block;
        font-family: "Montserrat", sans-serif; }
      #calendario .calendar ul.week li {
        color: #D8D8D8; }
      #calendario .calendar ul.day li {
        color: #989898; }
        #calendario .calendar ul.day li.purple {
          color: #674FEF; }
  #calendario .grd_button {
    max-width: 280px;
    margin: 30px auto 0; }

#confirmacion {
  padding: 9% 9% 7%;
  text-align: center; }
  #confirmacion .text-content {
    overflow: auto; }
  #confirmacion h3 {
    color: #595959;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 43px; }
  #confirmacion p {
    color: #A4A4A4;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    width: 80%;
    max-width: 500px;
    margin: auto;
    padding: 10px 0 40px; }
  #confirmacion a {
    max-width: 280px;
    margin: 0 auto; }

#calendario, #confirmacion {
  width: 90%;
  max-width: 800px; }
  #calendario.hidden-content .text-content, #confirmacion.hidden-content .text-content {
    overflow: hidden;
    max-height: inherit; }

.preguntar_producto {
  padding: 6% 10%;
  margin: 0 6%;
  background-color: #F4F6FF; }
  .preguntar_producto p {
    color: #332A49;
    font-family: "Raleway", sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.15em;
    margin-bottom: 4%; }
    .preguntar_producto p:after {
      content: '';
      background: url(../img/send-msg.svg) no-repeat center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      -ms-background-size: contain;
      background-size: contain;
      display: block;
      float: right;
      right: 0;
      width: 2em;
      height: 1.2em; }
  .preguntar_producto form {
    width: 100%;
    height: 4.5em; }
  .preguntar_producto input[type="text"] {
    width: 82%;
    height: 100%;
    float: left;
    padding: 0 1.45em;
    border: 2px solid #B0AEC3;
    background-color: #F4F6FF;
    color: #595959;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em; }
  .preguntar_producto button {
    width: 18%;
    height: 100%;
    margin-left: -0.1em;
    color: #FFFFFF;
    border: none;
    font-family: "Raleway", sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-linear-gradient(295.9deg, #9D5AF6 0%, #9169F6 31.01%, #9169F6 31.01%, #758BF6 100%, #758BF6 100%);
    background: -o-linear-gradient(295.9deg, #9D5AF6 0%, #9169F6 31.01%, #9169F6 31.01%, #758BF6 100%, #758BF6 100%);
    background: linear-gradient(154.1deg, #9D5AF6 0%, #9169F6 31.01%, #9169F6 31.01%, #758BF6 100%, #758BF6 100%); }

footer {
  padding: 4% 0 1%;
  overflow: hidden;
  background-color: #9599A5; }
  footer .container-fluid {
    padding: 0 10%; }
    @media (max-width: 64em) {
      footer .container-fluid {
        padding: 0 8%; } }
  footer .row {
    width: 100%;
    height: 180px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 990px) {
      footer .row {
        display: block;
        height: auto; } }
  footer .col-md-3 {
    width: 20%;
    float: left;
    overflow: hidden; }
    footer .col-md-3 li {
      list-style: none;
      line-height: 2.3em; }
      footer .col-md-3 li a {
        color: #fff;
        font-size: 1em; }
    @media (max-width: 990px) {
      footer .col-md-3 {
        width: 100%;
        min-width: 100%;
        float: none; } }
  footer .formulario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 200px;
    padding-right: 3%; }
    @media (max-width: 990px) {
      footer .formulario {
        padding-right: 0; } }
    footer .formulario .flex {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    footer .formulario h3 {
      color: #FFFFFF;
      font-size: 1em;
      line-height: 1.4em;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
    footer .formulario a {
      background: #FFFFFF;
      border: none;
      color: #5F5F5F;
      font-size: 0.85em;
      padding: 10px;
      display: block;
      text-align: center;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      footer .formulario a:hover {
        background: #5F5F5F;
        color: #fff; }
      @media (max-width: 990px) {
        footer .formulario a {
          max-width: 180px; } }
  footer .footer__ul {
    height: 100%;
    width: 64%;
    padding: 0 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 990px) {
      footer .footer__ul {
        width: 100%;
        display: block;
        padding: 40px 0;
        border: none; } }
  footer .footer__li {
    display: inline-block;
    padding-right: 4%; }
    footer .footer__li a {
      color: #FFFFFF;
      text-transform: none; }
      footer .footer__li a:hover {
        opacity: .5; }
  footer .footer__social {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 100%;
    padding-left: 4%;
    min-width: 160px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);}
    @media (max-width: 990px) {
      footer .footer__social {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 20px;  
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0;} }
    footer .footer__social .right {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
        width: 100%;}
    footer .footer__social .fa {
      font-size: 2em;
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 1340px) {
        footer .footer__social .fa {
          font-size: 1.8em; } }
    footer .footer__social p {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 10px; }
    footer .footer__social a {
      color: #fff;
      padding-left: 4%; }
      @media (max-width: 990px) {
        footer .footer__social a {
          padding-left: 10px; } }
      footer .footer__social a.twitter {
        padding-left: 0; }
      footer .footer__social a.blogger .fa-blogger {
        background: url(../img/blogger_logo.png) no-repeat bottom;
        background-size: contain;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
      footer .footer__social a:hover .fa {
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px); }
      footer .footer__social a:hover .fa-blogger {
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px); }
    @media (max-width: 48em) {
      footer .footer__social {
        float: left; }
        footer .footer__social a:nth-of-type(1) {
          padding-left: 0; }
        footer .footer__social p {
          text-align: left; } }
  footer .categorias {
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 0;
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .categorias .col-md-3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 990px) {
      footer .categorias {
        display: block; }
        footer .categorias .col-md-3 {
          display: block; } }
    footer .categorias h3 {
      float: left;
      color: #FFFFFF;
      font-size: 1em;
      line-height: 31px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-bottom: 0;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 990px) {
        footer .categorias h3 {
          padding-right: 0;
          margin-bottom: 15px; } }
    footer .categorias ul {
      width: 68%;
      overflow: hidden; }
      footer .categorias ul li {
        width: 33.3%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: inline-block; }
        @media (max-width: 600px) {
          footer .categorias ul li {
            width: 50%;
            float: left; } }
        @media (max-width: 380px) {
          footer .categorias ul li {
            width: 100%;
            float: none; } }
        footer .categorias ul li i {
          color: #FFFFFF; }
        footer .categorias ul li a {
          color: #FFFFFF;
          font-size: .85em;
          line-height: 1.5em;
          font-family: "Montserrat", sans-serif;
          text-transform: none;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          footer .categorias ul li a:hover {
            padding-left: 5px; }
    @media (max-width: 990px) {
      footer .categorias {
        height: auto;
        margin: 0 auto;
        padding: 40px 0;
        position: relative; }
        footer .categorias h3 {
          float: none;
          padding-top: 0; }
        footer .categorias ul {
          width: 100%; } }
  footer section.empresas-provincias {
    /*background-color: $very-light-gray;*/
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer section.empresas-provincias .col-md-3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 990px) {
      footer section.empresas-provincias {
        display: block;
        padding: 40px 0; }
        footer section.empresas-provincias .col-md-3 {
          display: block; } }
    footer section.empresas-provincias h3 {
      float: left;
      color: #fff;
      font-size: 1em;
      line-height: 1.4em;
      padding-right: 12%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-bottom: 0;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 990px) {
        footer section.empresas-provincias h3 {
          padding-right: 0;
          margin-bottom: 15px; } }
    footer section.empresas-provincias ul {
      width: 68%;
      overflow: hidden; }
      footer section.empresas-provincias ul li {
        float: left;
        width: 33.3%;
        display: inline-block; }
        footer section.empresas-provincias ul li a {
          text-transform: none;
          font-family: "Montserrat", sans-serif;
          /*color: #797577;*/
          color: #fff;
          font-size: .85em;
          font-weight: 300;
          line-height: 1.5em; }
          footer section.empresas-provincias ul li a:hover {
            padding-left: 5px; }
        @media (max-width: 580px) {
          footer section.empresas-provincias ul li {
            width: 50%; } }
        @media (max-width: 400px) {
          footer section.empresas-provincias ul li {
            width: 100%; } }
    @media (max-width: 1140px) {
      footer section.empresas-provincias h3 {
        width: 100%;
        float: none; }
      footer section.empresas-provincias ul {
        width: 100%;
        padding-left: 0; }
        footer section.empresas-provincias ul .col-md-4 {
          float: left;
          width: 33.33%; }
          footer section.empresas-provincias ul .col-md-4:nth-child(even) {
            padding: 0 1.5%; } }
  footer .copy-info {
    clear: both;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px; }
    footer .copy-info p {
      display: inline-block;
      float: left;
      font-size: 0.875em;
      color: #fff;
      opacity: .5; }
    footer .copy-info p.copy {
      float: right; }
    @media (max-width: 1220px) {
      footer .copy-info p {
        font-size: 0.85em; }
      footer .copy-info p.copy {
        width: 55%;
        text-align: right; } }
    @media (max-width: 990px) {
      footer .copy-info p {
        width: 100%;
        font-size: 0.75em; }
        footer .copy-info p.copy {
          width: 100%;
          text-align: left; } }
  @media (max-width: 990px) {
    footer {
      padding: 60px 0 30px; } }

.navbar.navbar-inverse {
  overflow: visible !important;
}
.dropdown-menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  z-index: 9999;
  background: #EE1283;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}
.dropdown-menu-mobile li {
  margin: 2px 20px;
  list-style: none;
}
.dropdown-menu-mobile li a {
  color: #FFFFFF;
}
#informacion{
    font-family: "Raleway", sans-serif;
    color: #c9c7c7;
    font-size: 16px;
    font-weight: 500;
    
}

#registrarse{
    text-align: center;
}

#registrarse span{
    display: block;
    margin-bottom: 4px;
    font-family: "Raleway", sans-serif;
    color: #c9c7c7;
}

#registrarse a{
    
    color: white;
}

#registrarse a:hover{
    
    text-decoration: underline;
}

.box{
    position: relative;
}

.box-mobile{
    display: none;
}

.ribbon {
  position: absolute;
  right: -5.7%;
  top: -35px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9DE800 0%, #7CAD14 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
  font-family: "Raleway", sans-serif;
}

.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

@media (max-width: 1049px){
   .wrapper_int{
        overflow: visible !important;
    } 
}
@media (min-width: 993px) and (max-width: 1049px){
    .ribbon{
        right: -4.8%;
    }
    
    .wrapper_int{
        overflow: visible !important;
    }
}

@media (min-width: 768px) and (max-width: 857px){
    .ribbon{
        top: -24px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
    .ribbon{
        right: -7%;
    }
}

@media (max-width: 777px){
    
    .salon{
        position: relative;
    }
    
    .box{
        display: none;
    }
    
    .box-mobile{
        display: block;
    }
    
    .ribbon{
        top: -10px;
    }
}

@media (min-width: 500px) and (max-width: 777px){
    
    .ribbon{
        right: -1%;
    }
}

@media (max-width: 499px){
    
    .ribbon{
        right: -1.4%;
    }
}

.banner_bot {
	width: 100%;
	padding: 60px 0;
    overflow: auto;
}

.banner_bot a {
	color: black;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	text-decoration: none;
	text-align: center;
    text-transform: none;
}

.banner_bot a .anuncio{
    float: left;
}


.banner_bot a .registrate {
    background-color: white;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 2px solid;
    -moz-border-image: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    -webkit-border-image: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    -o-border-image: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    border-image: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    border-image-slice: 1;
    width: 35%;
    color: #ffffff !important;
    text-decoration: none;
	font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    position: relative;
}

.banner_bot a .registrate:before{
    background: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -moz-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    background: -webkit-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: -o-linear-gradient(315.28deg, #FF077A 0%, #d125bc 100%);
    background: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    transform: scale(1);
    -o-transform: rotate(1);
    -ms-transform: scale(1);
    -moz-transform: rotate(1);
    -webkit-transform: scale(1);
    position: absolute;
    content: "Conocé los Planes";
    width: 100%;
    left: 0;
}

.banner_bot a .registrate:hover{
    color: #FF077A !important;
}

.banner_bot a .registrate:hover:before{
    transform: scale(0);
    -o-transform: rotate(0);
    -ms-transform: scale(0);
    -moz-transform: rotate(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.banner_bot > div{
    width: 65%;
    float: left;
}

section.empresas-planes .container div{
    width: 65%;
    float: left;
}

.banner_bot > div p{
    
    margin: auto;
    font-weight: 600;
    line-height: 64px;
    font-size: 18px;
}

section.empresas-planes .container div p{
    margin: auto;
    line-height: 3.3;
    font-size: 18px;
    text-align: center;
    background-color: white;
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}
@media only screen and (min-width: 1060px){
    
    .banner_bot > div{
        
        padding-left: 25%;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px){
.banner_bot a{
        width: 100%;
        padding: 0;
        margin: auto;
    }
   
.banner_bot a div{
        width: 75%;
      
    }
.banner_bot a .anuncio{
        width: 100%;
    }
.banner_bot a .registrate{
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 5%;
        position: relative;
    }

.banner_bot > div {
    width: 100%;
    text-align: center;
}
}

section#registro{
    padding: 0 10%;
}

section .banner_bot {
    width: 70%;
    padding: 60px 0;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

section .banner_bot > div {
    padding: 0;
}

section .banner_bot > div p{
    
    text-align: center;
    background-color: white;
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

@media (max-width: 992px){
section .banner_bot {
    width: 100% !important;
    }}
@media (max-width: 768px){
section .banner_bot a .registrate {
    
    margin: 15px auto auto;
    }}

#acceso_nuevo li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px 0 20px;
    text-align: center;
}

#acceso_nuevo a {
    text-decoration: none;
    color: white;
}

#acceso_nuevo .verp {
    color: #f7f7f7;
}

label[for="guarda"]{
    cursor:pointer;
    position: relative;
    left: 45px;
    color: white;
}

label[for="guarda"]::before{
    content: "";
    position: absolute;
    left: -45px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.45);
}

label[for="guarda"]::after{
    content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    width: 20px;
    height: 5px;
    cursor: pointer;
    transform: rotate(-45deg);
}

#guarda:not(:checked) + label::after{
    opacity: 0;
}

.pieArtic{
    font-size: 14px;
    font-weight: 400;
}

.pieArtic span{
    font-size: 14px !important;
    font-weight: 600;
}

.pieArtic a span{
    color: #ff68b4;
}


/* ===================== ESTILOS ESTEBAN ================= */

#home .wrapper.galerias .row .col-md-4 {
    width: 32.8%;
    margin: 0.8% 0 0;
    height: 340px;
}

#home .wrapper.galerias .row .col-md-4:nth-child(3n+2) {
    margin-left: 0.8%;
    margin-right: 0.8%;
}

#home .wrapper.galerias .row .col-md-4 .vcenter a.rubro {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: absolute;
    top: 30px;
}

#home .wrapper.galerias .row .col-md-4 .vcenter p.price {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0 20px;
    text-align: left;
}
#home .wrapper.galerias .row .col-md-4 .vcenter li {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 14px;
}

#home .wrapper.galerias .row .col-md-4 .vcenter p.ubicacion {
    position: absolute;
    top: 45px;
}

#home .wrapper.galerias .row .col-md-4 .vcenter p {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    margin: 0;
    
    }

#home .wrapper.galerias .row .col-md-4 .vcenter h3 a {
    font-weight: 600;
}

#home .wrapper .row .col-md-4 .vcenter h3{
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 23px;
}

#home .wrapper .row .col-md-4 .vcenter .descripcionP{
    padding: 5px 0;
    color: white;
}

#home .wrapper.galerias .row .col-md-4 .vcenter {
    background-color: rgba(36, 28, 53, 0.52);
    height: 340px;
    width: 100vw;
    padding: 1.5em 2.5em 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

#home .wrapper.galerias .row .col-md-4 .vcenter ul{
    padding: 10px 0;
}

#home .wrapper.galerias .row .col-md-4 .vcenter a.more.pupi{
    margin-top: 10px;
}

#home .wrapper.galerias .row .col-md-4 .vcenter p.price span {
    font-size: 30px;
}

#home .wrapper .row .col-md-4 .vcenter p.descripcionP {
    margin: 10px;
}

.vcenter h2, .vcenter h3, .vcenter h4, .vcenter p, .vcenter a, .vcenter span {
    color: #fff;
}

.wrapper.galerias .paginado{
    float: none !important;
    display: table;
    margin: auto;
    padding: 30px;
}

.row.galerias{
    display: none;
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    height: 100vh;
    background-color: rgba(36, 28, 53, 0.72);
}

.row .openImg{
    font-family: "expand_g";
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    z-index: 3;
    
}

.row.galerias .closeImg{
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 3em;
    color: #ececec;
    font-weight: 500;
    z-index: 3;
    text-shadow: 2px 2px black;
}

.row.galerias #carousel-promos{
    height: 100vh;
}

.row.galerias .vcenter{
    background-color: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media  (max-width: 990px){
    #home .wrapper.galerias .row .col-md-4 {
        width: 100%;
            height: auto;}
    #home .wrapper.galerias .row .col-md-4:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
}
}

#musicamain{border-bottom: 0;}

#musicamain iframe{
    width: 100%;
}


#foto404 {text-align: center;padding-top: 152px;padding-bottom: 10px;}
@media  (max-width: 640px){
main .buscador {position: relative;}
    #foto404 {padding-bottom: 0;}
}

span.items h3.sinclien{
    color: red;
}

.min_hotel__info .data {
	font-family: "Varela Round", sans-serif;
}

.min_hotel__info .data h1 {
	font-size: 24px;
	color: #655a62;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.min_hotel__info .data h2  {
	font-size: 20px;
	color: #655a62;
	font-weight: 400;
}

.min_hotel__info .data h3 {
	font-size: 12px;
	color: #f97f7f;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.min_hotel__info .data p {
	font-size: 13px;
	line-height: 22px;
	color: #959595;
	font-weight: 400;
	margin: 0;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none; }

.exeptPupi:hover:before{
    transform: scale(0);
    -o-transform: rotate(0);
    -ms-transform: scale(0);
    -moz-transform: rotate(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }
 .exeptPupi:hover span {
    transform: scale(1);
    -o-transform: rotate(1);
    -ms-transform: scale(1);
    -moz-transform: rotate(1);
    -webkit-transform: scale(1);
    color: #FF077A;
    background: -webkit-linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }

.grd_button.pupi:not(.exeptPupi), button.grd_button {
    width: 40%;
    padding: 0;
    border: 0;
}

#horarioatencion{
    font-size: 0.95em;
    font-family: "Raleway", sans-serif;
    line-height: 27px;
    padding-right: 10px;
    }

#horarioatencion span{
    font-weight: 700;
    color: #000000;
    }

#shDatos{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    cursor: pointer;
    color: white;
    background-color: black;
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid white;
    padding: 10px 8px;
    font-size: 12px;
}

.capaDatos{
    display: none;
    position: absolute;
    background-color: rgba(35, 34, 33, 0.63);
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 50px 12% 0;
    color: white;
    font-family: "Raleway", sans-serif;
}

.capaDatos .tituloFoto, .capaDatos .precioFoto span:last-child{
    font-size: 1.9em;
}

.capaDatos .detallesFoto{
    padding: 20px 0 20px 1.9em;
}

.capaDatos .precioFoto span{
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 1.5em;
}

.capaDatos .codigoFoto{
    padding: 10px 0;
}

.capaDatos .codigoFoto span{
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 1.2em;
}

.capaDatos .more.pupi{
    color: white;
    border: 1px solid #FFFFFF;
    padding: 0.8em 4em;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-top: 20px;
}

.capaDatos .more.pupi:hover{
    background: rgba(255, 255, 255, 0.3);
}

section.min_hotel .min_hotel__info .row:last-child{
    padding-top: 30px;
}

@media (max-width: 767px){
    section.min_hotel .min_hotel__info .row:last-child div:first-child{
        padding-bottom: 20px;
    }
}

@media (max-width: 550px){
    .capaDatos{
        padding-top: 5% 25% 0;
    }
    
    .capaDatos .detallesFoto{
    padding: 10px 0 10px 1.9em;
}
    
    .capaDatos .codigoFoto span, .capaDatos .precioFoto span{
        font-size: 1em;
    }
    
    .capaDatos .tituloFoto, .capaDatos .precioFoto span:last-child{
    font-size: 1.2em;
}
}

@media (max-width: 400px){
    .capaDatos .detallesFoto{
    padding: 5px 0 5px 1.9em;
}
    .capaDatos .precioFoto{
        margin-right: 10px;
    }
    .capaDatos .precioFoto, .capaDatos .codigoFoto{
        display: inline-block;
    }
    
    .capaDatos .more.pupi{
        margin: 0;
    }
}

section.faqs{
    background-color: #fbfafc;
    padding: 25px 0;
}

section.faqs ul{
    padding-left: 40px;
    margin-top: 1em;
}

#home .acceso input::placeholder, #paneles .acceso input::placeholder{
    color: white;
}

#home .acceso .cierra, #paneles .acceso .cierra{
    position: absolute;
    right: 15px;
    top: 5px;
    color: white;
    font-style: normal;
    font-size: 1.5em;
    visibility: hidden;
    font-weight: bold;
}

.slider_div > p:first-child{
    z-index: 3;
    position: absolute;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    top: 20px;
    text-shadow: 2px 2px #333;
    padding: 0 10%;
}

h2.dw, h2.rt {
    font-family: "Varela Round",sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 45px;
    border: #FF077A 1px solid;
    position: relative;
    margin: 0 0 30px;
    font-size: 18px;
    color: #707071;
    text-transform: uppercase;
}

h2.dw:before {
	border-color: rgba(249, 127, 127, 0) !important;
	border-top-color: #FF077A !important;
	border-width: 14px !important;
	margin-left: -14px;
}

.promotions_cont {
	padding: 20px 70px 20px;
    background-color: #fff;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
    border-top: 5px solid #FF077A;
	overflow: auto;
}

.selector .promotions {
	border: 1px solid #FF0779;
    border-bottom: none;
    color: #707071;
    float: left;
    font-size: 18px;
    height: 80px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 318px;
}

.item .text .deadline {
    color: #d125bc;
    font-family: "Varela Round",sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
}

.videos_int{
    overflow: auto;
}

.comments{
    padding-top: 30px;
}

.comments > P{
    font-size: 1.1em;
    font-weight: 500;
}

.leave-comment{
    padding: 25px 0;
}

.boxComent{
    float: left;
    width: 63%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-right: 15px;
}

.boxComent .comment{
    overflow: auto;
    border-bottom: 1px solid;
}

.boxComent .comment h1{
    font-size: 1em;
    display: table-cell;
    padding: 0 10px;
    width: 100px;
}

@media (max-width: 767px){
    #home .acceso #acceso_nuevo, #paneles .acceso #acceso_nuevo{
        text-align: center;
    }
    
    section.min_hotel .min_hotel__slider.imgslider .slider-nav_img,
    section.min_hotel .min_hotel__slider.videoslider .slider-nav_video{
    display: none;
}
    
    #home .acceso, #paneles .acceso{
        width: 100%;
        top: 0;
    }
    
    #home .acceso .cierra, #paneles .acceso .cierra{
        visibility: visible;
    }
    
    aside .cont_art, section.img-slider, .container h2.center.mayus.bold{
        display: none;
    }
    
    section.galerias, #registro .banner_bot{
        padding: 2em 0 !important;
    }
    
    section.promos .btn-magenta{
        margin-top: 0 !important;
    }
}

.min_hotel__slider.imgslider{
        z-index: 6;
    }

.min_hotel__slider.videoslider{
    position: absolute;
    z-index: 5;
    visibility: hidden;
    
}

@media (max-width: 990px){
    .min_hotel__slider.imgslider{
    float: none;
    }
    
    .min_hotel__slider.videoslider{
        top: 0;
    }
}

@media (min-width:768px) and (max-width:1180px){
    .promo.vaimg{
        left: auto !important;
        width: auto !important;
        right: 0;
        bottom: 10%;
    }
}

section.min_hotel .min_hotel__slider.videoslider .slick-next:before, section.min_hotel .min_hotel__slider.videoslider .slick-prev:before{
    border-color: #c1c1c1;
}

.leave-comment .vercoments{
    display: none;
    text-decoration: underline;
    padding-bottom: 15px;
    cursor: pointer;
    
}

@media (max-width:850px){
    .leave-comment .vercoments{
        display: block;
    }
}

.faltantes{
    color: red;
    text-transform: none;
}

.noPromos{
    text-align: center;
    font-size: 25px;
    padding: 25px 0;
}

.leyendaFondo{
    color: white;
    position: absolute;
    bottom: 80px;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

.accedido{
    position: fixed;
    background-color: rgba(80, 80, 95, 0.9);
    right: 0;
    top: 100px;
    z-index: 2000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.accedido::after{
    color: rgba(80, 80, 95, 0.9);
    content: "\1508";
    font-family: "inolvidables15";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 107px;
    top: -14px;
}

.accedido .accedido-child{
    float: left;
    padding: 15px;
}

.accedido .accedido-child:first-child{
    border-right: 1px solid white;
    max-width: 204px;
    min-width: 204px;
}

.accedido p, .accedido{ 
    color: white;
    text-transform: uppercase;
}

.accedido .accedido-child p{
    margin-bottom: 15px;
}

.accedido .accedido-child:last-child p{
    font-size: 11px;
    font-weight: 500;
}

.accedido .accedido-child:first-child > a{
    font-size: 13px;
    background-color: white;
    padding: 5px 0;
    display: block;
    text-align: center;
    color: rgb(80, 80, 95);
}

.accedido p span{
    font-size: 11px;
    color: white;
}

.accedido .email{
    font-size: 11px;
    text-transform: none;
}

ul.user li a .up{
    content: "";
    position: absolute;
    border-top: 2px solid grey;
    border-left: 2px solid grey;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 7px;
    top: 58px;
    display: none;
}

ul.user li a .down{
    content: "";
    position: absolute;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 7px;
    top: 55px;
}

.accedido .accedido-child .avatar{
    height: 80px;
    background-image: url(/css/img/avatar-hight.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

#paneles .wrapper{
    width: 100%;
}

.contenedor-panel{
    overflow: auto;
    padding: 0 0 0 4%;
    position: relative;
}

.menu-left.left a, .menu-left.left p{
    color: rgb(112, 113, 136);
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    max-width: 150px;
}

.menu-left.menuFuera{
    position: fixed;
    top: 0;
    z-index: -2000;
    visibility: hidden;
    max-height: 100vh;
    overflow: scroll;
}

.menu-left.left .datos{
    margin-bottom: 10px;
}

.menu-left.left .masPerfiles ul li:not(:last-child){
    padding-bottom: 25px;
}

.menu-left.left .datos > div, .menu-left.left .masPerfiles ul li > div{
    display: inline-block;
    position: relative;
}

.menu-left.left .datos.comprador > .E-mail{
    display: block;
    color: rgb(112, 113, 136);
    font-size: 12px;
}

.menu-left.left .datos .logo, .menu-left.left .masPerfiles .logo{
    float: right;
}

.menu-left.left .datos .logo .up, .menu-left.left .datos .logo .down{
    content: "";
    position: absolute;
    left: 45px;
    width: 10px;
    height: 10px;
    border: 2px solid grey;
    transform: rotate(45deg);
    cursor: pointer;
}

.menu-left.left .datos .logo .up{
    border-bottom: none;
    border-right: none;
    top: 17px;
    display: none;
}

.menu-left.left .datos .logo .down{
    border-left: none;
    border-top: none;
    top: 12px;
}

.menu-left.left .datos .logo img, .menu-left.left .masPerfiles .logo img{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    vertical-align: unset;
}

.menu-left.left .datos p:last-child, .menu-left.left .masPerfiles p:last-child{
    font-size: 11px;
    font-weight: 600;
    padding-top: 15px;
    color: #f0c6d0;
}

.menu-left.left .datos.comprador p:last-child{
    padding: 0;
}

.menu-left.left > div {
    background-color: #fefefe;
    box-shadow: 0 2px 5px 2px rgba(126,126,166,0.14);
    padding: 10px 20px;
}

.menu-left.left .opciones {
    padding: 10px 0 0 0;
}

.menu-left.left > div ul {
    list-style: none;
}

.menu-left.left > div > ul > li > ul {
    display: none;
}

.contpaneleft{
    margin-left: 10px;
    width: 70%;
}

.menu-left.left .opciones > ul > li > div{
    padding: 10px 20px 10px;
}

.menu-left.left .opciones > ul > li > ul > li{
    line-height: 35px;
    padding: 0 20px;
}

.menu-left.left .opciones > ul > li > div > a{
    font-weight: 600;
    display: inline-block;
    
}

.menu-left.left .opciones > ul > li i{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-size: contain;
    margin-right: 10px;
}

i.icon-chat{
    background-image: url(/css/img/icon-chat.png);
}

i.editP{
    background-image: url(/css/img/editP.png);
}

i.coin{
    background-image: url(/css/img/coin.png);
}

i.setting{
    background-image: url(/css/img/setting.png);
}

i.pregfrecu{
    background-image: url(/css/img/info.png);
}

.menu-left.left .opciones > ul > li > div > a i.up, .menu-left.left .opciones > ul > li > div > a i.down{
    content: "";
    position: absolute;
    left: 140px;
    width: 10px;
    height: 10px;
    border: 2px solid grey;
    transform: rotate(45deg);
}

.menu-left.left .opciones > ul > li > div > a i.up{
    border-bottom: none;
    border-right: none;
    top: 6px;
    display: none;
}

.menu-left.left .opciones > ul > li > div > a i.down{
    border-left: none;
    border-top: none;
    top: 1px;
}

.menu-left.left .opciones > ul > li > ul > li.selectedSeccion, .menu-left.left .opciones > ul > li.selectedSeccion{
    background-color: #8c8c8c;
}

.menu-left.left .opciones > ul > li > ul > li.selectedSeccion a, .menu-left.left .opciones > ul > li.selectedSeccion a{
    color: #fee1e8;
}

.menu-left.left .opciones > ul > li.selectedSeccion i{
    display: none;
}

@media (max-width: 767px){
    
    .accedido{
        top: 0;
        width: 100%;
    }
    
    .nav.navbar-nav.user li a span:not(.burbuja-conver){
        display: none;
    }
    
    .nav.navbar-nav.user li a span.burbuja-conver{
        top: 55px;
        left: 40px;
    }
}

@media (max-width: 830px){
    .contenedor-panel{
        padding: 0;
    }
    
    .contpaneleft{
        margin-left: 0;
        width: 100%;
    }
    
    .menu-left{
        position: fixed;
        top: 0;
        z-index: -2000;
        visibility: hidden;
        max-height: 100vh;
        overflow: scroll;
    }
}

.nav.navbar-nav.user li.acceder a img{
    margin-right: 10px;
    border-radius: 30px;
}

.nav.navbar-nav.user li.ir-promos a::after{
    content: "+";
    position: absolute;
    top: 65px;
    right: 20px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #898989;
    color: white;
    text-align: center;
    line-height: 15px;
    font-size: 16px;
}

.masPerfiles{
    display: none;
}

.masPerfiles > ul li {
    padding-bottom: 15px;
}

.fa-chevron-right:before{
    content: "" !important;
    position: absolute;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    right: 12px;
    top: 12px;
}

.fa-chevron-left:before{
    content: "";
    position: absolute;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    right: 9px;
    top: 12px;
}

@media (min-width: 769px){
    .fa-chevron-left:before, .fa-chevron-right:before{
        top: 17px;
    } 
}

.left{
    float: left;
}

.burbuja-conver{
    width: 17px;
    display: inline-block;
    height: 17px;
    background-color: #9e0b0f;
    border-radius: 17px;
    position: relative;
    top: 5px;
    left: 10px;
    color: white !important;
    font-size: 8px;
    font-style: normal;
    text-align: center;
    line-height: 17px;
}

.burbuja-conver.dos{
    position: absolute;
    top: 65px;
    left: 45px;
}

.burbuja-conver.tres{
    position: absolute;
    top: 65px;
    left: 20px;
}

.llamar{
    text-align: center;
}

.whatsapp::before{
    font-family: "ninolvidables15";
    content: '\e8bd';
    display: block;
    font-size: 48px;
    background: linear-gradient(134.72deg, #FF077A 0%, #d125bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whatsapp.parapromo::before{
    font-size: 44px;
}

@media (max-width: 767px){
    .grd_button.pupi, .llamar{
        float: left;
        width: 50%;
        display: block;
    }
}

.location .con-map{
        width: 50%;
        float: left;
    }

.botones .con-map{
    width: 100%;
    float: left;
}

.location .con-map #mapid{
        height: 300px;
    }

.botones .con-map > div{
    height: 250px;
}

@media only screen and (min-width: 300px) and (max-width: 850px) {
    .location .con-map{
        width: 100%;
    }
    
    .location .con-map #mapid{
        height: 200px;
    }
}

.direccionario .columnas .right_col .salon .con-map h1 {
	font-family: "Varela Round",sans-serif;
    font-size: 12px;
    font-weight: 400;
	color: #596365;
	border-bottom: 1px solid #fef2f2;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.direccionario .columnas .right_col .salon .con-map h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 400;
	line-height: 14px;
	color: #82858f;
	margin: 0;
}

.contpush{
    display: none;
    position: fixed;
    bottom: 3vh;
    right: 2vw;
    z-index: 5000;
}

.js-push-btn{
    font-family: "ninolvidables15";
    cursor: pointer;
    padding: 0;
    position: relative;
    background-color: #13cd8f;
    height: 65px;
    width: 65px;
    border-radius: 65px;
    border: none;
    box-shadow: 0px 0px 6px 0px #545454;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    color: white;
    font-size: 50px;
}

.js-push-btn:before{
    position: absolute;
    top: 5px;
    left: 9px;
}

.contpush:hover .tooltipush{
    display: block;
}

.js-push-btn div{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #0e4d37;
    font-size: 10px;
}

.js-push-btn div:before{
    position: absolute;
    top: 3px;
    left: 6px;
}

.contpush .tooltipush{
    display: none;
    position: absolute;
    right: 65px;
    color: black;
    background-color: white;
    min-width: 300px;
    font-family: Montserrat;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px;
}

.contmodalpush, .contmodalpushblock{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5001;
}

.contmodalpushblock{
    display: none;
}

.contmodalpushblock .cartelpushblock{
    background-color: white;
    padding: 0 15px 15px;
    border-radius: 15px;
    width: 490px;
}

@media (max-width: 489px){
    .contmodalpushblock .cartelpushblock{
        width: 100%;
    }
}

.contmodalpushblock .cartelpushblock .n-desplegable{
    display: inline-block;
    transform: rotate(180deg);
    color: #edb6c3;
    padding-right: 15px;
}

.contmodalpushblock .cartelpushblock p .n-lock{
    font-size: 9px;
}

.contmodalpush{
   padding: 25vh 0; 
}

.contmodalpush .modalpush{
    background-color: white;
    width: 800px;
    margin: auto;
    padding: 15px;
}

.contmodalpush .modalpush > div{
    padding: 20px;
    position: relative;
}

.contmodalpush .modalpush > div > div{ 
    padding-top: 20px;
}

.contmodalpush .modalpush p, .contmodalpush .modalpush button{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.contmodalpush .modalpush button.siPush{
    display: block;
    margin: auto;
    font-size: 14px;
    padding: 5px 50px 0;
    background-color: #ed008c;
    color: white;
    border: none;
}

.contmodalpush .modalpush button.siPush div i{
    margin-right: 10px;
    font-size: 12px;
}

.contmodalpush .modalpush button.siPush div i:before{
    vertical-align: middle;
}

.contmodalpush .modalpush button.noPush{
    background-color: white;
    border: 2px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
    top: 0;
    right: 0;
    padding: 2px 2px 0 0;
    font-size: 30px;
    font-weight: 400;
    transform: rotate(45deg);
    line-height: 2px;
}

@media (max-width: 799px){
   .contmodalpush .modalpush{
    width: 100%;
} 
}

.chat-wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.msg-complete {
  background-color: #fee1e8;
  padding: 21px 0;           
}

.msg-complete .chat-wrapper {
  overflow: auto;
}
.msg-complete p {
  float: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.1px;
  color: #484747;
  margin: 0;
}

.msg-complete .email {
  float: right;
  border: none;
  background-image: url('../img/img-chat/btn-rojo.png');
  display: block;
  width: 160px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
    
.msg-complete p {
    width: 70%;
    line-height: 16px;
    font-size: 10px;
  }    
    
  .msg-complete .email {
    background-image: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #484747;
    text-transform: inherit;
    text-decoration: underline;
    height: auto;
    width: initial;
    padding: 0 0 0 10px;
    width: 30%;
  }
    
.chat-wrapper {
    width: 98%;
  }    
}

.overlay_panel{
    display: none;
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.espera {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/loaderdespera.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

@media (min-width: 769px){
   .content.miniweb{
    padding-top: 30px;
} 
}

/* ===================== FIN ESTILOS ESTEBAN =============== */