@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap);@charset "UTF-8";
body {
  overflow-x: hidden;
  background-color: #FFFFFF !important;
  font-family: 'Muli', sans-serif !important;
  /* Absolute Center Spinner */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */
}

body a {
  text-decoration: none !important;
}

body .paraiz {
  padding-left: 0px !important;
}

body .loading {
  position: fixed;
  z-index: 999;
  display: none;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
}

body .textoLoader {
  position: fixed;
  top: 0px;
  background: white;
  color: black;
  width: 100%;
  font-size: 20px;
  z-index: 99999999;
  text-align: center;
  display: none;
}

body .loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

body .loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body .loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body #floating-container {
  display: none;
}

body #mypreviewmobile {
  display: block;
}

body #totales {
  display: table-cell;
}

body #totales .rad-txt-success {
  color: #bb2628;
}

body #totales .rad-info-box {
  margin-bottom: 16px;
  -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
          box-shadow: 1px 1px 2px 0 #CCCCCC;
  padding: 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: white !important;
}

body #totales .rad-info-box i {
  font-size: 50px;
}

body #totales .rad-info-box .value, body #totales .rad-info-box .heading {
  display: block;
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}

body #totales .rad-info-box .heading {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

body #totales .rad-info-box .value, body #totales .rad-info-box .heading {
  display: block;
  position: relative;
  color: #515d6e;
  text-align: right;
  z-index: 10;
}

body #totales .rad-info-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: 5px;
}

body .envios {
  position: fixed;
  width: 100%;
  color: #ffffff;
  z-index: 90000;
  background: #29313b;
  text-align: center;
  font-size: 8px;
  top: 0px;
}

body .envios .promo_banner-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}

body .modal-backdrop, body .modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 9999999999999;
}

body #popup {
  outline: 0 !important;
  position: fixed;
  top: 25%;
  z-index: 99999999999;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-30%, -50%);
  margin: 0;
  bottom: auto;
  overflow: hidden;
  background-color: #fff;
  border: 7px solid #999;
  border: 7px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 -1px rgba(255, 255, 255, 0.3), 0 1px 0 -1px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}

body #popup .modal-body {
  padding: 0;
  max-height: none;
  overflow: hidden;
}

body #popup .modal-body img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

body #popup .close {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
}

body #popup button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

body .modal.fade.in {
  top: 50%;
}

body .modal-open .modal {
  outline: 0;
}

body .fade.in {
  opacity: 1;
}

body .modal.fade {
  -webkit-transition: opacity .3s linear,top .3s ease-out;
  transition: opacity .3s linear,top .3s ease-out;
  top: -25%;
}

body .activeclass {
  border: solid 5px #FF008F;
}

body .centered {
  text-align: center;
}

body .contenedor {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.521569);
  position: relative;
  height: 100vh;
  z-index: 100000;
  overflow: hidden;
  display: none;
}

body .contenedor .centerMe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body .contenedor .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 10px;
  border-radius: 10%;
  background: #2c3e50;
  border-top-color: #2980b9;
  -webkit-animation: fade2 1s infinite;
  animation: fade2 1s infinite;
  -webkit-transition: background .2s;
  transition: background .2s;
}

body .contenedor .loading:after, body .contenedor .loading:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 10px;
  background: #2c3e50;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  border-radius: 10%;
  -webkit-animation: fade1 1s infinite;
  animation: fade1 1s infinite;
  -webkit-transition: background .2s;
  transition: background .2s;
}

body .contenedor .loading:before {
  left: 15px;
  -webkit-animation: fade3 1s infinite;
  animation: fade3 1s infinite;
}

@-webkit-keyframes fade1 {
  0% {
    background: #2980b9;
  }
}

@keyframes fade1 {
  0% {
    background: #2980b9;
  }
}

@-webkit-keyframes fade2 {
  33% {
    background: #2980b9;
  }
}

@keyframes fade2 {
  33% {
    background: #2980b9;
  }
}

@-webkit-keyframes fade3 {
  66% {
    background: #2980b9;
  }
}

@keyframes fade3 {
  66% {
    background: #2980b9;
  }
}

body .flotante {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 19999999;
  background: #be1b1b;
  color: white;
  padding: 10px;
  font-size: 13px;
  border-top-right-radius: 10px;
}

body .promo_banner {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  height: 30px;
  line-height: 30px;
}

body .promo_banner {
  background-color: #ec0b43;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

body .promo_banner p {
  margin-bottom: 0;
  display: inline;
}

body .promo_banner-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}

.miformcat {
  /* PLACEMENT */
  /* Propriété */
}

.miformcat .imagenespro {
  display: flow-root;
  padding: 0px 0px 45px 0px;
}

.miformcat .detpropa {
  display: flow-root;
  padding: 0px 0px 45px 0px;
}

.miformcat .wrapperr {
  display: block !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px 3px 10px;
}

.miformcat .vt-input-box {
  width: 100%;
  display: inline-block;
  position: relative;
}

.miformcat .vt-input-effect {
  width: 100%;
  padding: 7px;
  border: 1px solid #222d32;
  border-radius: 0px;
  background: transparent;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.miformcat .vt-input-box label {
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.miformcat .vt-input-effect + .animationBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
}

.miformcat .vt-input-effect + .animationBar:after,
.miformcat .vt-input-effect + .animationBar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #92bb92;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.miformcat .vt-input-effect + .animationBar:after {
  right: 50%;
}

.miformcat .vt-input-effect + .animationBar:before {
  left: 50%;
}

.miformcat .vt-input-effect:focus + .animationBar:after,
.miformcat .vt-input-effect:focus + .animationBar:before,
.miformcat .vt-input-effect:valid + .animationBar:after,
.miformcat .vt-input-effect:valid + .animationBar:before {
  width: 50%;
}

#webexito {
  margin-top: 150px;
}

#webexito .exitotexto {
  font-size: 24px;
  color: #312e2f;
  font-weight: 900;
  margin: 0px;
  text-align: center;
}

#webexito .datoaparte {
  font-size: 24px;
  color: #312e2f;
  font-weight: 900;
  margin: 0px;
  text-align: center;
}

#webexito img {
  width: 213px;
}

.linkes {
  display: block;
  width: 100%;
  padding-top: 50px;
  color: white;
  padding-bottom: 10px;
  text-align: center;
  background: url(../images_2/footer.jpg);
  background-size: contain;
}

.linkes #formapago {
  width: 50%;
  padding: 10px;
  float: left;
}

.linkes ul {
  margin: 0px;
  padding: 7px 0px 7px 0px;
  height: 240px;
}

.linkes ul .solodato {
  font-size: 13px;
  padding-bottom: 0px;
  font-family: futura-pt,arial,sans-serif;
  text-transform: inherit;
  font-weight: 400;
}

.linkes a {
  color: white;
}

.linkes address {
  float: left;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
  margin-right: 25px;
  color: black;
  font-weight: bold;
  padding: 10px;
}

.linkes #modal-container {
  z-index: 100000;
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}

.linkes #modal-container.one {
  -webkit-transform: scaleY(0.01) scaleX(0);
          transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.one .modal-background .modal {
  -webkit-transform: scale(0);
          transform: scale(0);
  color: black;
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.one.out {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.one.out .modal-background .modal {
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two .modal-background .modal {
  opacity: 0;
  -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two + .content {
  -webkit-animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two.out {
  -webkit-animation: quickScaleDown 0s .5s linear forwards;
          animation: quickScaleDown 0s .5s linear forwards;
}

.linkes #modal-container.two.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two.out .modal-background .modal {
  -webkit-animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.two.out + .content {
  -webkit-animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.three {
  z-index: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}

.linkes #modal-container.three .modal-background .modal {
  -webkit-animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.three + .content {
  z-index: 1;
  -webkit-animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.three.out .modal-background .modal {
  -webkit-animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.three.out + .content {
  -webkit-animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.four {
  z-index: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}

.linkes #modal-container.four .modal-background .modal {
  -webkit-animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.four + .content {
  z-index: 1;
  -webkit-animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.four.out .modal-background .modal {
  -webkit-animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.four.out + .content {
  -webkit-animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.five {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.five .modal-background .modal {
  -webkit-transform: translateX(-1500px);
          transform: translateX(-1500px);
  -webkit-animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.five.out {
  -webkit-animation: quickScaleDown 0s .5s linear forwards;
          animation: quickScaleDown 0s .5s linear forwards;
}

.linkes #modal-container.five.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.five.out .modal-background .modal {
  -webkit-animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six .modal-background .modal {
  background-color: transparent;
  -webkit-animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six .modal-background .modal h2, .linkes #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  -webkit-animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six.out {
  -webkit-animation: quickScaleDown 0s .5s linear forwards;
          animation: quickScaleDown 0s .5s linear forwards;
}

.linkes #modal-container.six.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six.out .modal-background .modal {
  -webkit-animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six.out .modal-background .modal h2, .linkes #modal-container.six.out .modal-background .modal p {
  -webkit-animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.six.out .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.seven {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkes #modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  -webkit-animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.seven .modal-background .modal h2, .linkes #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  -webkit-animation: modalContentFadeIn .5s 1.4s linear forwards;
          animation: modalContentFadeIn .5s 1.4s linear forwards;
}

.linkes #modal-container.seven.out {
  -webkit-animation: slowFade .5s 1.5s linear forwards;
          animation: slowFade .5s 1.5s linear forwards;
}

.linkes #modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  -webkit-animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container.seven.out .modal-background .modal h2, .linkes #modal-container.seven.out .modal-background .modal p {
  -webkit-animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.linkes #modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

.linkes #modal-container .modal-background .modal {
  background: white;
  padding: 0px;
  overflow-y: initial !important;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  width: 80%;
  position: relative;
  height: 80%;
  top: 50px;
}

.linkes #modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}

.linkes #modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}

.linkes #modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.linkes #modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.linkes .content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}

.linkes .content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.linkes .content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.linkes .content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.linkes .content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@-webkit-keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@-webkit-keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@-webkit-keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}

@-webkit-keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}

@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}

@-webkit-keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}

@-webkit-keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@-webkit-keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes fadeToRed {
  0% {
    -webkit-box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
            box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    -webkit-box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
            box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}

@keyframes fadeToRed {
  0% {
    -webkit-box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
            box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    -webkit-box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
            box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}

@-webkit-keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.linkes ul li {
  text-decoration: none;
  font-size: 15px;
  list-style: none;
  padding-bottom: 10px;
  font-family: futura-pt,arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.linkes ul li span {
  font-size: 15px;
  font-weight: 400;
}

.prodetalle {
  padding: 0px 0px;
  display: block;
  padding-top: 75px;
}

.prodetalle .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.prodetalle .tags li {
  float: left;
}

.prodetalle .tags .tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 29px 0 23px;
  position: relative;
  margin: 3px 20px 3px 0;
  text-decoration: none !important;
  -webkit-transition: color 0.2s;
}

.prodetalle .tags .tag::before {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.prodetalle .tags .tag::after {
  /* background: #f8f8f8; */
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  right: -10px;
}

.prodetalle .tags .tag:hover, .prodetalle .tags .active-tag {
  background-color: #ff0001;
  color: white;
}

.prodetalle .prepro {
  font-size: 35px;
  color: black;
  font-weight: 700;
}

.prodetalle .botonanadir {
  width: 100%;
  background: black;
  color: white;
  border-radius: 0px;
  height: 43px;
  padding: 6px;
  font-size: 11px;
}

.prodetalle .quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.prodetalle input[type=number]::-webkit-inner-spin-button,
.prodetalle input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prodetalle input[type=number] {
  -moz-appearance: textfield;
}

.prodetalle .quantity input {
  width: 65px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.prodetalle .quantity input:focus {
  outline: 0;
}

.prodetalle .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.prodetalle .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: -moz-center;
  text-align: -webkit-center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.prodetalle .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.prodetalle .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.prodetalle .redes {
  /* facebook button class*/
  /* twitter button class*/
  /* google plus button class*/
  /* linkedin button class*/
  /* pinterest button class*/
  /* tumblr button class*/
  /* rss button class*/
}

.prodetalle .redes #social {
  text-align: left;
  margin-bottom: 2px;
  display: -webkit-inline-box;
}

.prodetalle .redes #social ul {
  margin-top: 0;
  margin-bottom: 11px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.prodetalle .redes #social ul li {
  color: black;
  text-decoration: none;
  float: left;
  padding: 0px 16px 5px 0px;
  list-style: none;
}

.prodetalle .redes .smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 2px 2px #999;
          box-shadow: 0 2px 2px #999;
  padding: 0px;
  text-decoration: none;
  text-align: -moz-center;
  text-align: -webkit-center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.prodetalle .redes .facebookBtn {
  background: #4060A5;
}

.prodetalle .redes .facebookBtn:before {
  /* use :before to add the relevant icons */
  font-family: "FontAwesome";
  content: "\F09A";
  /* add facebook icon */
}

.prodetalle .redes .facebookBtn:hover {
  color: #4060A5;
  background: #fff;
}

.prodetalle .redes .twitterBtn {
  background: #00ABE3;
}

.prodetalle .redes .twitterBtn:before {
  font-family: "FontAwesome";
  content: "\F099";
  /* add twitter icon */
}

.prodetalle .redes .twitterBtn:hover {
  color: #00ABE3;
  background: #fff;
}

.prodetalle .redes .googleplusBtn {
  background: #e64522;
}

.prodetalle .redes .googleplusBtn:before {
  font-family: "FontAwesome";
  content: "\F0D5";
  /* add googleplus icon */
}

.prodetalle .redes .googleplusBtn:hover {
  color: #e64522;
  background: #fff;
}

.prodetalle .redes .linkedinBtn {
  background: #0094BC;
}

.prodetalle .redes .linkedinBtn:before {
  font-family: "FontAwesome";
  content: "\F0E1";
  /* add linkedin icon */
}

.prodetalle .redes .linkedinBtn:hover {
  color: #0094BC;
  background: #fff;
}

.prodetalle .redes .pinterestBtn {
  background: #cb2027;
}

.prodetalle .redes .pinterestBtn:before {
  font-family: "FontAwesome";
  content: "\F0D2";
  /* add pinterest icon */
}

.prodetalle .redes .pinterestBtn:hover {
  color: #cb2027;
  background: #fff;
}

.prodetalle .redes .tumblrBtn {
  background: #3a5876;
}

.prodetalle .redes .tumblrBtn:before {
  font-family: "FontAwesome";
  content: "\F173";
  /* add tumblr icon */
}

.prodetalle .redes .tumblrBtn:hover {
  color: #3a5876;
  background: #fff;
}

.prodetalle .redes .rssBtn {
  background: #e88845;
}

.prodetalle .redes .rssBtn:before {
  font-family: "FontAwesome";
  content: "\F09E";
  /* add rss icon */
}

.prodetalle .redes .rssBtn:hover {
  color: #e88845;
  background: #fff;
}

.prodetalle .mipro {
  background: #ffffff;
  width: 100%;
  display: inline-block;
}

.prodetalle .mipro .thumb {
  width: 100%;
  display: block;
  margin-top: 70px;
}

.prodetalle .mipro .thumb img {
  width: 25%;
  margin-bottom: 0px;
  cursor: pointer;
  padding: 8px;
}

.prodetalle .mipro .botonenviar {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.prodetalle .mipro .botonenviar .single_add_to_cart_button {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13.45px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  border: 0;
  padding: 8px 20px;
  font-weight: 400;
  vertical-align: top;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #dd1f26;
  color: #FFF;
  float: left;
  margin-right: 5px;
}

.prodetalle .mipro .botonenviar .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prodetalle .mipro .botonenviar input.form-control {
  width: 70px;
}

.prodetalle .mipro .botonenviar .quantity {
  top: 0;
  margin-left: 10px;
  white-space: nowrap;
  display: table;
  display: inline-block;
  position: relative;
}

.prodetalle .mipro .botonenviar .quantity input[type="button"] {
  background: #FF008F;
}

.prodetalle .mipro .botonenviar .quantity input[type="button"] {
  display: inline-block !important;
}

.prodetalle .mipro .botonenviar .quantity input[type="button"] {
  /* display: inline-block; */
  /* margin-bottom: 0; */
  /* font-weight: 400; */
  text-align: center;
  /* vertical-align: middle; */
  cursor: pointer;
  /* background-image: none; */
  border: 1px solid transparent;
  white-space: nowrap;
  /* padding: 6px 12px; */
  font-size: 13.45px;
  line-height: 1.42857143;
  /* border-radius: 0; */
  /* -webkit-user-select: none; */
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  -moz-transition: background .15s;
  -o-transition: background .15s;
  /* -webkit-transition: background .15s; */
  /* transition: background .15s; */
  border: 0;
  /* padding: 8px 20px; */
  font-weight: 400;
  vertical-align: top;
  margin-bottom: 10px;
  /* -webkit-border-radius: 0; */
  /* -webkit-background-clip: padding-box; */
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  /* background-clip: padding-box; */
  /* -webkit-transition: all .2s ease-in-out; */
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* background: #dd1f26; */
  color: #FFF;
  /* display: table-cell; */
  padding: 3px 15px;
  /* display: block; */
  float: left;
}

.prodetalle .mipro .botonenviar .quantity input.qty {
  background: #ae8329;
}

.prodetalle .mipro .botonenviar .quantity input.qty {
  position: relative;
  border: 0;
  color: #FFF;
  text-align: center;
  width: 50px;
  display: block;
  float: left;
}

.prodetalle .mipro .select-wrapper {
  position: relative;
  padding: 10px;
  background: #eee;
  overflow: hidden;
}

.prodetalle .mipro .select-wrapper .select-arrow {
  float: right;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #b6b6b6 transparent transparent transparent;
  margin-top: 7px;
  margin-right: 4px;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.prodetalle .mipro .select-wrapper select {
  position: absolute;
  display: block;
  top: 7.69px;
  left: 0;
  font-size: 123%;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}

.prodetalle .mipro .product--image {
  padding-right: 3%;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.prodetalle .mipro .product--image .icon-images img {
  height: 80px;
  margin: 0 10px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.prodetalle .mipro #sistemacomen {
  width: 100%;
  /** ====================
 * Lista de Comentarios
 =======================*/
  /**
 * Lineas / Detalles
 -----------------------*/
  /**
 * Avatar
 ---------------------------*/
  /**
 * Caja del Comentario
 ---------------------------*/
  /** =====================
 * Responsive
 ========================*/
}

.prodetalle .mipro #sistemacomen #noitem {
  margin-top: 16px;
  padding: 20px 0px 20px 0px;
  background: #f39180;
  text-align: -moz-center;
  text-align: -webkit-center;
  color: white;
  font-size: 17px;
  font-weight: 700;
}

.prodetalle .mipro #sistemacomen * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.prodetalle .mipro #sistemacomen .radio-stars {
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  direction: rtl;
  counter-reset: star-rating;
  font-size: 0;
}

.prodetalle .mipro #sistemacomen .radio-stars:hover .radio-star::before {
  content: '\2661';
}

.prodetalle .mipro #sistemacomen .radio-stars:hover .radio-star:hover::before,
.prodetalle .mipro #sistemacomen .radio-stars:hover .radio-star:hover ~ .radio-star::before {
  content: '\2764';
}

.prodetalle .mipro #sistemacomen .radio-star {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding: 0 2px;
  width: 60px;
  direction: ltr;
  color: rgba(0, 0, 0, 0.25);
  font-size: 40px;
  white-space: nowrap;
}

.prodetalle .mipro #sistemacomen .radio-star::before {
  content: '\2661';
}

.prodetalle .mipro #sistemacomen .radio-star:hover, .prodetalle .mipro #sistemacomen .radio-star:hover ~ .radio-star, .prodetalle .mipro #sistemacomen input:checked ~ .radio-star {
  color: #ff0404;
}

.prodetalle .mipro #sistemacomen input:checked ~ .radio-star {
  counter-increment: star-rating;
}

.prodetalle .mipro #sistemacomen input:checked ~ .radio-star::before {
  content: '\2764';
}

.prodetalle .mipro #sistemacomen .radio-star-total {
  pointer-events: none;
  direction: ltr;
  unicode-bidi: bidi-override;
  position: absolute;
  right: -2em;
  bottom: .5em;
  color: gray;
  color: white;
  font-size: 20px;
}

.prodetalle .mipro #sistemacomen .radio-star-total::before {
  content: counter(star-rating) "/5";
}

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

.prodetalle .mipro #sistemacomen a {
  color: #03658c;
  text-decoration: none;
}

.prodetalle .mipro #sistemacomen ul {
  list-style-type: none;
}

.prodetalle .mipro #sistemacomen body {
  font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
  background: #dee1e3;
  overflow-x: hidden;
}

.prodetalle .mipro #sistemacomen #campoerror {
  background: red;
  color: white;
  font-weight: 600;
  text-align: -moz-center;
  text-align: -webkit-center;
  display: none;
}

.prodetalle .mipro #sistemacomen .comments-container {
  margin: 60px auto 15px;
  width: 100%;
}

.prodetalle .mipro #sistemacomen .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}

.prodetalle .mipro #sistemacomen .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.prodetalle .mipro #sistemacomen .comments-list {
  margin-top: 30px;
  position: relative;
}

.prodetalle .mipro #sistemacomen .comment-form {
  float: left;
  width: 82.1635220126%;
  width: 100%;
  padding-top: 30px;
}

.prodetalle .mipro #sistemacomen .comment-form .rate_widget {
  overflow: visible;
  position: relative;
}

.prodetalle .mipro #sistemacomen .comment-form .ratings_stars {
  background: url("../img/cora.png") no-repeat;
  float: left;
  height: 28px;
  padding: 2px;
  width: 32px;
}

.prodetalle .mipro #sistemacomen .comment-form .ratings_vote {
  background: url("../img/cora.png") no-repeat;
}

.prodetalle .mipro #sistemacomen .comment-form .ratings_over {
  background: url("../img/cora.png") no-repeat;
}

.prodetalle .mipro #sistemacomen .comment-form .total_votes {
  background: #eaeaea;
  top: 58px;
  left: 0;
  padding: 5px;
  position: absolute;
}

.prodetalle .mipro #sistemacomen .comment-form .movie_choice {
  font: 10px verdana, sans-serif;
  margin: 0 auto 45px auto;
  display: grid;
  padding-bottom: 24px;
}

.prodetalle .mipro #sistemacomen .comment-form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 1px 4px 0 #ebebeb;
          box-shadow: 1px 4px 0 #ebebeb;
  padding: 5px;
  height: 70px;
  color: #9f9e9e;
  resize: none;
  font-family: 'Open Sans', sans-serif;
}

.prodetalle .mipro #sistemacomen .comment-form .action-container {
  float: right;
  margin: 10px 0;
}

.prodetalle .mipro #sistemacomen .comment-form .btn-comentar {
  font-size: 0.9em;
}

.prodetalle .mipro #sistemacomen .comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  display: none;
  left: 32px;
  top: 0;
}

.prodetalle .mipro #sistemacomen .comments-list:after {
  content: '';
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  border-radius: 50%;
}

.prodetalle .mipro #sistemacomen .reply-list:before, .prodetalle .mipro #sistemacomen .reply-list:after {
  display: none;
}

.prodetalle .mipro #sistemacomen .reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}

.prodetalle .mipro #sistemacomen .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.prodetalle .mipro #sistemacomen .comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.prodetalle .mipro #sistemacomen .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}

.prodetalle .mipro #sistemacomen .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  display: none;
  float: left;
  border: 3px solid #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.prodetalle .mipro #sistemacomen .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.prodetalle .mipro #sistemacomen .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.prodetalle .mipro #sistemacomen .comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.prodetalle .mipro #sistemacomen .comments-list .comment-box {
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.prodetalle .mipro #sistemacomen .comments-list .comment-box:before, .prodetalle .mipro #sistemacomen .comments-list .comment-box:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}

.prodetalle .mipro #sistemacomen .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.prodetalle .mipro #sistemacomen .reply-list .comment-box {
  width: 610px;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-head i:hover {
  color: #03658c;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-name a {
  color: #283035;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.prodetalle .mipro #sistemacomen .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  border-radius: 0 0 4px 4px;
}

.prodetalle .mipro .iguales {
  text-align: -moz-center;
  text-align: -webkit-center;
  font-size: 16px;
  color: black;
  font-weight: 700;
}

.prodetalle .mipro .iguales p {
  margin: 0px;
  padding: 0px;
}

.prodetalle .mipro .iguales h4 {
  font-size: 30px;
}

.prodetalle .mipro .iguales img {
  width: 100%;
  padding: 20px;
}

.prodetalle .mipro .calificacion {
  width: 100%;
  font-size: 19px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prodetalle .mipro .calificacion span {
  padding: 7px;
}

.prodetalle .mipro .stockdetalle {
  width: 100%;
  font-size: 18px;
  color: #1b921b;
  font-weight: 600;
}

.prodetalle .mipro #detalleimagen {
  width: 100%;
  padding: 30px 8px 15px 8px;
}

.prodetalle .mipro .descripcionpro {
  width: 100%;
  padding: 5px 44px 44px 44px;
}

.prodetalle .mipro .descripcionpro h4 {
  font-size: 30px;
  font-weight: 700;
  color: black;
}

.prodetalle .mipro #detalle {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

.prodetalle .mipro #detalle .stockno {
  font-size: 18px;
  color: red;
  font-weight: 900;
}

.prodetalle .mipro #detalle .stocksi {
  font-size: 18px;
  color: green;
  font-weight: 900;
}

.prodetalle .mipro #detalle .titulodetalle {
  font-size: 40px;
  font-weight: 900;
  padding: 0px 0px 0px 0px;
  color: black;
}

.prodetalle .mipro #detalle .price {
  color: #FF008F;
  display: inline-block;
  position: relative;
  font-size: 33px;
  font-weight: 400;
  text-decoration: none;
}

.prodetalle .mipro #detalle .variations_button {
  margin-top: 15px;
}

.prodetalle .mipro #detalle .quantity {
  margin-left: 10px;
  white-space: nowrap;
  display: table;
  display: inline-block;
  position: relative;
}

.cat .miformcat {
  /* PLACEMENT */
  /* Propriété */
}

.cat .miformcat .wrapperr {
  display: block !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px 3px 10px;
}

.cat .miformcat .vt-input-box {
  width: 100%;
  display: inline-block;
  position: relative;
}

.cat .miformcat .vt-input-effect {
  width: 100%;
  padding: 7px;
  border: 1px solid #222d32;
  border-radius: 0px;
  background: transparent;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cat .miformcat .vt-input-box label {
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.cat .miformcat .vt-input-effect + .animationBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
}

.cat .miformcat .vt-input-effect + .animationBar:after,
.cat .miformcat .vt-input-effect + .animationBar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #92bb92;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.cat .miformcat .vt-input-effect + .animationBar:after {
  right: 50%;
}

.cat .miformcat .vt-input-effect + .animationBar:before {
  left: 50%;
}

.cat .miformcat .vt-input-effect:focus + .animationBar:after,
.cat .miformcat .vt-input-effect:focus + .animationBar:before,
.cat .miformcat .vt-input-effect:valid + .animationBar:after,
.cat .miformcat .vt-input-effect:valid + .animationBar:before {
  width: 50%;
}

.cat .container-1 {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.cat .container-1 input#search {
  width: 100%;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px;
  -webkit-transition: background .55s ease;
  transition: background .55s ease;
}

.cat .container-1 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.cat .container-1 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e;
}

.cat .container-1 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e;
}

.cat .container-1 input#search:-ms-input-placeholder {
  color: #65737e;
}

.cat .container-1 .icon {
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
}

.cat .container-1 input#search:hover, .cat .container-1 input#search:focus, .cat .container-1 input#search:active {
  outline: none;
  background: #2b303b;
}

.pagoexito {
  padding: 100px 10px;
  background-color: #ededed;
  background-image: url(//d130xiciw9h9wz.cloudfront.net/infolink/dbz%20online-banner-20161115-024844.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.pagoexito h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.pagoexito .header {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: -moz-center;
  text-align: -webkit-center;
  padding: 15px 30px;
  color: white;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pagoexito #fondoblanco {
  display: -webkit-inline-box;
  background: #FFFFFF !important;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  color: black;
  font-size: 17px;
}

.footer {
  background: url(../images_2/footer.jpg);
  color: #ffffff;
  min-height: 450px;
  position: relative;
  text-align: center;
}

.footer .picker5 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .picker5 #retela {
  background: url("../images/retela.jpg");
  background-size: 110%;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

.footer .picker5 #retela address {
  font-style: normal;
  line-height: 1.6;
  font-weight: 800;
  padding: 22px;
  font-size: 17px;
  margin-bottom: 0px;
  color: white;
  background: rgba(41, 49, 59, 0.541176);
  width: 100%;
}

.footer .picker5 #drug {
  background: url("../images/drug.png");
  background-size: 110%;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

.footer .picker5 #drug address {
  font-style: normal;
  line-height: 1.6;
  font-weight: 800;
  padding: 22px;
  font-size: 17px;
  margin-bottom: 0px;
  color: white;
  background: rgba(41, 49, 59, 0.541176);
  width: 100%;
}

.footer .picker6 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .picker6 .miheader {
  font-size: 18px;
  font-weight: bold;
}

.footer .picker6 p {
  font-size: 16px;
  height: 300px;
}

.footer .picker9 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .picker9 ul {
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}

.footer .picker9 header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .picker9 .miheader {
  font-size: 18px;
  font-weight: bold;
}

.footer .picker9 p {
  font-size: 16px;
}

.footer .picker8 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .picker8 header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .picker8 .miheader {
  font-size: 18px;
  font-weight: bold;
}

.footer .picker8 p {
  font-size: 16px;
}

.footer .asesoria img {
  width: 100%;
}

.footer .pickerFO {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .pickerFO header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .pickerFO .miheader {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

.footer .pickerFO p {
  font-size: 16px;
}

.footer .pickerdi {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .pickerdi header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .pickerdi .miheader {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

.footer .pickerdi p {
  font-size: 16px;
}

.footer .pickerEM {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .pickerEM header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .pickerEM .miheader {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

.footer .pickerEM p {
  font-size: 16px;
}

.footer .picker7 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.footer .picker7 header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.footer .picker7 .miheader {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

.footer .picker7 p {
  font-size: 16px;
}

.footer .f-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .f-table__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.footer .picker__inner {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 620px;
  margin: 5% auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
}

.footer .picker__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  color: #fff;
  text-align: left;
}

.footer .picker__heading {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.footer .picker__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 18px;
  border-top: 1px solid #eee;
}

.footer .picker__footer .button {
  border: 0;
  background-color: #93C824;
  color: white;
  padding: 10px 40px;
  border-radius: 32px;
  width: 190px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.footer .picker__close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000;
  font-size: 20px;
  opacity: .2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer .picker__body {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding: 20px;
  color: #676767;
  font-size: 12px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.footer .picker__body address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
  font-weight: 800;
  padding: 15px;
  font-size: 14px;
}

.footer .picker__body .grid__item {
  width: 33%;
  padding-top: 33%;
}

.footer .picker__body .grid__item {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  background-color: #eee;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footer .picker__body .grid__image {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.footer .grid {
  position: relative;
  text-align: left;
}

.footer .grid__item--thumbnail {
  position: relative;
  width: 50%;
  padding-top: 50%;
}

.footer .grid__item--thumbnail .grid__image {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.footer .footer__social {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 22px;
  padding-bottom: 22px;
}

.footer .footer__social .icon-instagram {
  font-size: 38px;
  margin-right: 20px;
  vertical-align: middle;
}

.footer .footer__social .icon-twitter {
  font-size: 38px;
  vertical-align: middle;
}

.footer .text-smallcaps {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2.67px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .footer__content {
  margin: 0 auto;
  width: 70%;
}

.footer .footer__content .fs-18 {
  margin: 24px auto;
}

.footer .footer__logo {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.footer .footer__logo img {
  display: block;
  width: 40%;
  text-align: center;
  margin: auto;
}

.footer .color-brand {
  color: #ffffff;
}

#header {
  color: #FF008F;
}

.masthead {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
}

.masthead .menumobile {
  position: fixed;
  width: 100%;
  height: auto;
  background: #93c824 !important;
  z-index: 1000000000;
  text-align: center;
  top: -1000px;
}

.masthead .menumobile a {
  cursor: pointer !important;
}

.masthead .menumobile img {
  width: 150px;
  margin-top: 17px;
}

.masthead .menumobile #cerrar {
  position: absolute;
  right: 16px;
  font-size: 30px;
  color: #000;
  top: 13px;
}

.masthead .menumobile .individual {
  padding: 8px;
}

.masthead .menumobile .individual a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.masthead #top-bar {
  position: fixed;
  top: 9px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 9998;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
}

.masthead .limit {
  position: relative;
  max-width: 1080px;
  height: 100%;
  margin: auto;
}

.masthead .limit .is-hidden {
  display: block;
}

.masthead .limit .sacarlogo {
  display: none;
}

.masthead .limit .menuex {
  display: block;
}

.masthead .limit .menuex strong {
  font-size: 10px;
  color: red;
}

.masthead .limit .menuex .nav--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-width: 0;
}

.masthead .limit .menuex .nav__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  width: 100%;
}

.masthead .limit .menuex #bebe {
  display: block;
  text-transform: none;
  padding: 24px 24px;
}

.masthead .limit .menuex #bebe:hover {
  background: #f5f5f5;
  border-bottom: solid 0px #fff !important;
}

.masthead .limit .menuex li:hover {
  background: #f5f5f5;
  border-bottom: solid 0px #fff !important;
}

.masthead .limit #dermenu {
  float: right;
}

.masthead .limit #dermenu #menucuenta {
  display: block;
}

.masthead .limit #dermenu #menucuenta #bebe {
  display: block;
  text-transform: none;
  padding: 24px 24px;
}

.masthead .limit #dermenu #menucuenta #bebe:hover {
  background: #f5f5f5;
  border-bottom: solid 0px #fff !important;
}

.masthead .limit #dermenu #menucuenta li:hover {
  background: #f5f5f5;
  border-bottom: solid 0px #fff !important;
}

.masthead .limit #dermenu #menucuenta .nav--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-width: 0;
}

.masthead .limit #dermenu #menucuenta .nav__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
}

.masthead .limit #abrirmenu {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 22px;
  color: #777777;
  display: block;
  z-index: 1000;
}

.masthead .limit .nav__logo img {
  width: auto;
  height: 50px;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.masthead .limit .dropdownmenu {
  display: none;
  padding-left: 20px;
}

.masthead .limit .dropdownmenu ul, .masthead .limit .dropdownmenu li {
  margin: 0;
  padding: 0;
  min-height: 80px;
}

.masthead .limit .dropdownmenu ul {
  list-style: none;
  width: 100%;
}

.masthead .limit .dropdownmenu li {
  float: left;
  position: relative;
  width: 25%;
}

.masthead .limit .dropdownmenu a {
  color: #312e2e;
  display: block;
  font: bold 12px/20px sans-serif;
  padding: 28px 25px;
  font-size: 18px;
  text-align: center;
  height: 80px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.masthead .limit .dropdownmenu a #cant {
  position: absolute;
  top: 15px;
  font-size: 15px;
  right: 10px;
  background: #FF008F;
  color: white;
  border-radius: 15px;
  padding: 2px 7px 1px 7px;
}

.masthead .limit .dropdownmenu li:hover #perso {
  background: #f5f5f5;
  border-bottom: solid 5px #B6F42F;
}

.masthead .limit #submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
}

.masthead .limit li:hover ul#submenu {
  opacity: 1;
  top: 40px;
  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}

.masthead .limit #submenu li {
  float: none;
  width: 100%;
}

.masthead .limit #submenu a:hover {
  background: #DF4B05;
}

.masthead .limit #submenu a {
  background-color: #000000;
}

.inicio {
  position: relative;
  top: 120px;
}

.inicio .slider {
  display: inline;
  width: 100%;
}

.inicio .slider img {
  width: 100%;
}

.inicio .customcat {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}

.inicio .customcat .col-- {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.inicio .customcat .home-step {
  text-align: center;
}

.inicio .customcat .home-step h3 {
  margin-left: 0;
  color: #343434;
  text-transform: none;
  padding-bottom: 10px;
}

.inicio .customcat .secondary-callout-container {
  min-height: 230px;
  display: block;
}

.inicio .customcat .secondary-callout {
  position: relative;
  margin-top: 0;
}

.inicio .customcat .secondary-callout p {
  color: #636a72;
  text-align: center;
  padding-top: 1.5em;
}

.inicio .customcat img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.inicio .customcat .squiggle-right {
  right: 22%;
  top: 72px;
}

.inicio .customcat .squiggle-left {
  left: 23%;
  top: 60px;
}

.inicio .customcat .squiggle {
  position: absolute;
  width: 210px;
  display: none;
}

.inicio .clientes {
  display: block;
  padding-bottom: 50px;
  text-align: center;
}

.inicio .clientes p {
  padding-top: 30px;
  color: #343434;
}

.inicio .clientes hr {
  margin-top: 0px;
  width: 10%;
  margin: auto;
  border: solid 1px #343434;
}

.inicio .clientes h2 {
  padding: 30px 0px 30px 0px;
  margin: 0px;
  color: #343434;
  font-weight: 800;
}

.inicio .clientes .estrellas .col-md-6 {
  padding-bottom: 40px;
}

.inicio .clientes .estrellas .ratingWrapper {
  margin-left: auto;
  margin-right: auto;
}

.inicio .clientes .estrellas .ratingWrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  padding: 5px;
  margin-bottom: 5px;
}

.inicio .clientes .estrellas .ratings--summary {
  margin: 0;
}

.inicio .clientes .estrellas .ratings--summary {
  font-size: 150%;
}

.inicio .clientes .estrellas .ratings--summary .average {
  color: #000;
  font-weight: 700;
}

.inicio .clientes .estrellas .ratings--list {
  margin-top: 4.5em;
}

.inicio .clientes .estrellas .ratings--list .rating {
  margin: 10px 0;
}

.inicio .clientes .estrellas .ratings--list .rating .ratings--quote {
  border: none;
  padding: 0;
  margin: 10px 0 30px;
  position: relative;
}

.inicio .clientes .estrellas .ratings--list .rating .ratings--quote:before {
  background: url("../images/quotation-mark.png") top center no-repeat;
  content: "";
  position: absolute;
  top: -37px;
  width: 27px;
  height: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inicio .clientes .estrellas .ratings--list .ratings--photo {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  float: left;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.inicio .clientes .estrellas .ratings--list .ratings--comment {
  text-align: left;
  margin-right: 1em;
}

.inicio .clientes .estrellas .ratings--list .ratings--comment p {
  padding-top: 0px;
  color: #343434;
}

.inicio .confian {
  display: flow-root;
  padding-bottom: 50px;
  text-align: center;
}

.inicio .confian .create-print {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  background-color: #FF008F;
  color: white;
}

.inicio .confian .logo-container {
  /*height: 80px;*/
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 40px;
  background-position: center;
}

.inicio .confian .logo-container img {
  width: 100%;
  padding: 50px;
}

.inicio .confian .logo-container svg {
  width: 100%;
}

.inicio .confian .logo-container a {
  color: #333;
}

.inicio .confian .logo-container {
  text-align: center;
  padding-bottom: 1em;
}

.inicio .confian hr {
  margin-top: 0px;
  width: 10%;
  margin: auto;
  border: solid 1px #343434;
}

.inicio .confian h2 {
  padding: 30px 0px 30px 0px;
  margin: 0px;
  color: #343434;
  font-weight: 800;
}

.inicio .conamor {
  width: 100%;
  background: url("../images/back1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: inherit;
  position: inherit;
  text-align: center;
  padding-bottom: 50px;
}

.inicio .conamor hr {
  margin-top: 0px;
  width: 10%;
  margin: auto;
  border: solid 1px #343434;
}

.inicio .conamor h2 {
  padding: 30px 0px 30px 0px;
  margin: 0px;
  color: #343434;
  font-weight: 800;
}

.inicio .conamor .datos {
  display: block;
  padding-top: 40px;
}

.inicio .conamor .datos p {
  text-align: left;
}

.inicio .conamor .datos .imgvideo {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.inicio .conamor .datos .imgvideo img {
  width: 100%;
}

.inicio .conamor .datos .made-with-container {
  height: 118px;
}

.inicio .conamor .datos .centered {
  text-align: center;
}

.inicio .conamor .datos .centered img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.inicio .calidad {
  width: 100%;
  background: url("../images/2020/foto_fondo_newbanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: inherit;
  position: inherit;
  text-align: center;
  color: #FFF !important;
}

.inicio .calidad img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  padding-bottom: 30px;
}

.inicio .calidad hr {
  margin-top: 0px;
  width: 10%;
  margin: auto;
  border: solid 1px #343434;
}

.inicio .calidad h4 {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.inicio .calidad h2 {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  color: #FFF;
  font-weight: 800;
}

.inicio .calidad p {
  padding: 0px;
  margin: 0px;
  color: #FFF !important;
  text-align: center;
  height: 130px;
  font-weight: bold;
}

.inicio .calidad .page-separer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inicio .categoriashome {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.inicio .categoriashome .col-- {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.inicio .categoriashome .col-- img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.inicio .datader {
  width: auto;
  margin-top: 0;
  position: relative;
  padding-top: 3em;
}

.inicio .datader .video_container {
  position: relative;
  text-align: center;
}

.inicio .datader .video_container img {
  width: 100%;
}

.inicio .datader .video_overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  padding-top: 6%;
  font-size: 14pt;
}

.inicio .dataiz {
  width: auto;
  margin-top: 0;
  position: relative;
  padding-top: 1em;
  text-align: center;
}

.inicio .dataiz h1 {
  color: #343434;
  text-transform: none;
  line-height: 1.2;
  margin: 5px 0 10px;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.inicio .dataiz ul {
  list-style: none;
  padding: 0px 0px 25px 0px;
  margin: 0;
  text-align: left;
}

.inicio .dataiz ul li {
  line-height: 28px;
  font-size: 10pt;
  color: #333;
  text-decoration: none;
}

.inicio .dataiz ul li a {
  color: #777d81;
}

.inicio .dataiz .get-started-container {
  text-align: left;
}

.inicio .dataiz .get-started-container .start-button {
  padding: 1em 30%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inicio .dataiz .get-started-container .start-button, .inicio .dataiz .get-started-container input[type=submit].start-button {
  background-color: #FF008F;
  color: white;
}

.modallogin .modal-content {
  margin-top: 80px;
}

.modallogin .modal-header {
  padding: 15px;
  background: #FF008F !important;
  color: white;
}

.modallogin .modal-header h4 {
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.modallogin .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #FF008F;
  color: white;
}

.modallogin .modal-header h4 {
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.modallogin .control:not(:last-child) {
  margin-bottom: 1.3em;
}

.modallogin .control {
  position: relative;
  text-align: left;
}

.modallogin .input, .modallogin .textarea {
  padding: 0 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
}

.modallogin .input, .modallogin .textarea {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  color: #4d545d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
  width: 100%;
}

.modallogin .checkbox, .modallogin .input, .modallogin .radio, .modallogin .select, .modallogin .select select, .modallogin .textarea {
  position: relative;
  vertical-align: top;
}

.modallogin button.button:not(.is-naked) {
  height: inherit;
  padding: 7px 20px;
}

.modallogin .button.is-submit {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  font-size: 17px;
}

.modallogin .button.is-primary {
  background-color: #FF008F;
  color: #fff;
}

.modallogin .facebook {
  background-color: #305c99;
}

.modallogin .js-button {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  width: 150px;
  padding: 5px 15px;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
}

.modallogin .js-button i {
  color: #fff;
  padding: 8px 0;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}

.modallogin .background-line {
  display: table;
  white-space: nowrap;
}

.modallogin .background-line:before, .modallogin .background-line:after {
  border-top: 1px solid #C0C0C0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}

.modallogin .background-line > span {
  padding: 0 20px;
  font-family: 'Muli', sans-serif;
}

.modallogin .background-line:before, .modallogin .background-line:after {
  border-top: 1px solid #C0C0C0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}

.modalregister .modal-content {
  margin-top: 80px;
}

.modalregister .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #FF008F;
  color: white;
}

.modalregister .modal-header h4 {
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.modalregister .control:not(:last-child) {
  margin-bottom: 1.3em;
}

.modalregister .control {
  position: relative;
  text-align: left;
}

.modalregister .input, .modalregister .textarea {
  padding: 0 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
}

.modalregister .input, .modalregister .textarea {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  color: #4d545d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
  width: 100%;
}

.modalregister .checkbox, .modalregister .input, .modalregister .radio, .modalregister .select, .modalregister .select select, .modalregister .textarea {
  position: relative;
  vertical-align: top;
}

.modalregister button.button:not(.is-naked) {
  height: inherit;
  padding: 7px 20px;
}

.modalregister .button.is-submit {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  font-size: 17px;
}

.modalregister .button.is-primary {
  background-color: #a91717;
  color: #fff;
}

.modalregister .facebook {
  background-color: #305c99;
}

.modalregister .js-button {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  width: 150px;
  padding: 5px 15px;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
}

.modalregister .js-button i {
  color: #fff;
  padding: 8px 0;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}

.modalregister .background-line {
  display: table;
  white-space: nowrap;
}

.modalregister .background-line:before, .modalregister .background-line:after {
  border-top: 1px solid #C0C0C0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}

.modalregister .background-line > span {
  padding: 0 20px;
  font-family: 'Muli', sans-serif;
}

.modalregister .background-line:before, .modalregister .background-line:after {
  border-top: 1px solid #C0C0C0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}

.registrado {
  background: cadetblue;
  color: white;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  font-weight: 500;
  display: none;
}

.collage {
  position: relative;
  top: 80px;
}

.collage .hero {
  background: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/photocollage/main.jpg) top center/cover no-repeat #000;
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0;
}

.collage .hero .intro {
  margin-top: 90px;
  padding: 20px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.7);
}

.collage .hero [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.collage .hero h1 {
  font-size: 3.813em;
  color: #fff;
  font-weight: 500;
  margin: 0 0 18px;
  font-weight: bolder;
}

.collage .hero p {
  font-size: 1.375em;
  color: #fff;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0 0 25px;
}

.collage .hero .start-button {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  background-color: #FF008F;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.collage .hero .norisk {
  font-size: .875em;
  margin: 10px 0 0;
  font-weight: 200;
  letter-spacing: 1px;
  letter-spacing: 0;
  color: #fff;
}

.collage .tag {
  text-align: center;
  border-bottom: 1px solid #e0dfe0;
}

.collage .tag h2 {
  color: #414042;
  font-size: 32px;
  margin: 0;
  text-transform: none;
  font-weight: 500;
  padding: 70px 0 60px;
}

.collage .list {
  padding: 40px 0;
  text-align: center;
}

.collage .list p {
  line-height: 1.438em;
  height: 75px;
}

.collage .list h3 {
  color: #000;
  font-size: 1.313em;
  margin: 0 0 5px;
  text-transform: none;
}

.collage .list [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 3.25rem;
  padding-left: 1.25rem;
}

.collage .steps-collage {
  background: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/photocollage/2canvases.jpg) bottom center no-repeat #f5f5f5;
}

.collage .steps-collage {
  background-position: 26.5% 100%;
}

.collage .steps {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  padding: 80px 0 295px;
  min-height: 150px;
}

.collage .steps .step1 {
  margin-left: 0px;
}

.collage .steps .step2 {
  margin-left: 0px;
}

.collage .steps .step3 {
  margin-left: 0px;
}

.collage .steps .step4 {
  margin-left: 0px;
}

.collage .steps .arrows {
  font-size: 16px;
  float: left;
}

.collage .steps .ohsosimple {
  margin-bottom: 50px;
}

.collage .steps .ohsosimple h2 {
  font-size: 29px;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0 0 10px;
  color: #000;
  text-transform: none;
}

.collage .steps p {
  color: #8a8a8a;
  font-family: 'Muli', sans-serif;
  font-size: 19px;
  font-weight: 200;
}

.collage .steps [class*=col--] {
  float: initial;
  display: block;
  min-height: 1px;
  margin-bottom: 5.25rem;
  padding-left: 1.25rem;
}

.collage .funway-text {
  background: rgba(0, 0, 0, 0.6);
}

.collage .funway-collage {
  background: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/photocollage/pinkwall.jpg) top center no-repeat #05111b;
  background-size: cover;
  background-position: 70% 0;
}

.collage .funway {
  height: 568px;
  padding: 0;
  z-index: 0;
  position: relative;
}

.collage .funway [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.collage .funway .funway-text {
  margin-top: 60px;
  padding: 20px;
}

.collage .funway .funway-text h2 {
  color: #fff;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0 0 18px;
}

.collage .funway .funway-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.collage .funway .start-button {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  background-color: #FF008F;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.mama {
  position: relative;
  top: 80px;
  background-color: white;
  padding-bottom: 80px;
}

.mama .hero {
  padding: 220px 80px;
}

.mama .hero .hero__heading {
  font-size: 60px;
  color: white;
}

.mama .hero .hero__subheading {
  font-size: 26px;
  color: white;
}

.mama .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.mama .wrapper .product {
  margin: 40px 0;
}

.mama .wrapper .product .product__heading {
  color: #0f99dd;
  text-transform: none;
}

.mama .wrapper .product .product__subheading {
  color: #333;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.2em;
}

.mama .wrapper .product .product__price {
  color: #333;
  font-weight: 700;
}

.mama .wrapper .product .product__link, .mama .wrapper .product .product__link:link, .mama .wrapper .product .product__link:visited {
  color: #fff;
  background-color: #FF008F;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.mama .wrapper .guide__heading {
  margin-top: 0;
  color: #333;
  font-size: 22px;
  text-transform: none;
}

.mama .wrapper .guide__heading h3 {
  text-transform: none;
  margin-bottom: 1.2em;
  text-align: center;
}

.mama .wrapper .guide__content {
  font-size: 18px;
  text-align: center;
  max-width: 820px;
  line-height: 24px;
  margin: 0 auto;
}

.mama .wrapper .callout {
  padding: 80px;
  background-position: center center;
  background-size: cover;
  margin: 20px 0;
  text-align: center;
}

.photmag {
  position: relative;
  top: 80px;
}

.photmag #mobile1 {
  width: 100%;
}

.photmag .hero {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/magnets/hero-img.jpg);
  background-size: cover;
  color: #fff;
  height: 600px;
  padding-top: 100px;
}

.photmag .hero h1 {
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
  color: #333;
  font-size: 24pt;
  text-align: left;
}

.photmag .hero h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.photmag .hero .start-button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  background-color: #FF008F;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.photmag .hero aside {
  color: #333;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
}

.photmag .hero a {
  background-color: transparent;
  border: 4px solid #FFF;
  font-size: 153%;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.photmag .white-container {
  padding-top: 60px;
  background-color: #fff;
}

.photmag .row--popsbear {
  margin: 5rem 0;
}

.photmag .section-alt-closeup-fridge {
  background-color: #F8F7FA;
  background-repeat: no-repeat;
  background-position: -80px 50%;
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/magnets/grid-tile.jpg), linear-gradient(127deg, #eef2f3 0, #faf8fb 100%);
  padding-top: 10px;
}

.photmag .row--popsbear {
  margin: 5rem 0;
}

.photmag .video--full {
  width: 100%;
}

.photmag section {
  margin: 0;
  padding: 48px 0;
}

.photmag section .mobile-only {
  display: none;
}

.photmag section .centered {
  text-align: center;
}

.photmag section .extra-padding {
  padding-top: 24px;
}

.photmag section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
  font-weight: bold;
}

.photmag section .callout--big {
  color: #FF008F;
  font-size: 50pt;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin: .75em;
}

.photmag section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.photmag section .inset {
  margin-top: 2em;
}

.photmag section .start-button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  background-color: #FF008F;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.photmag section ul {
  text-transform: none;
  font-family: 'Muli', sans-serif;
}

.photmag section ul li {
  list-style: none;
  font-size: 14pt;
  font-weight: 100;
}

.photmag section ul li:before {
  content: '';
  background-image: url("../images/descarga.svg");
  width: 30px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 13px;
  margin-bottom: -9px;
}

.triptych {
  position: relative;
  top: 80px;
}

.triptych .hero {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/triptych-prints-hero.jpg);
  background-size: cover;
  color: #fff;
  height: 600px;
  padding-top: 100px;
}

.triptych .hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 35pt;
  text-align: center;
  line-height: .9;
  text-transform: uppercase;
  color: white;
}

.triptych .hero a {
  background-color: transparent;
  border: 4px solid #FFF;
  font-size: 153%;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.triptych .extra-extra-padding {
  padding: 60px 0;
}

.triptych section {
  margin: 0;
  padding: 48px 0;
}

.triptych .product--triptych .product--feature {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.triptych .white {
  background-color: #fff;
}

.triptych .featured--copy {
  padding: 4em 4em 0;
}

.triptych h3 {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.triptych h2 {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
  padding-top: 50px;
}

.triptych .check--list {
  margin: 40px 0;
  padding: 0px;
}

.triptych .check--list li {
  position: relative;
  list-style: none;
  font-size: 14pt;
  font-weight: 100;
  padding-left: 34px;
  margin-bottom: 20px;
}

.triptych .check--list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/descarga.svg");
  width: 30px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

.triptych p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.triptych .start-button {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  background-color: #FF008F;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.triptych .aside {
  margin-top: 7px;
  color: #414042;
}

.triptych .feature--what-the-heck {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/triptych-lp-what-the-heck.jpg);
  min-height: 445px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.triptych .section--alt {
  background: #f5f5f5;
}

.triptych .product--feature {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.triptych .feature--why-hang {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/triptych-lp-why-hang.jpg);
  min-height: 445px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.triptych .col-sm-pull-right {
  float: right;
}

.triptych .line-limit {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.triptych .full-banner {
  padding-top: 500px;
  background: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/triptych-lp-easy-as-1-2-3.jpg) center center/cover no-repeat;
}

.triptych .feature--product-shot {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2016/triptych-product-shot.jpg);
  background-size: contain;
  min-height: 445px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint {
  position: relative;
  top: 80px;
}

.framedprint .hero {
  background: url("../images/Marco.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  height: 225px;
  padding-top: 162px;
  margin-bottom: 40px;
}

.framedprint .hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20pt;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
}

.framedprint .hero p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 5px;
}

.framedprint .hero .starting-at-price {
  font-size: 52px;
  font-weight: 400;
}

.framedprint .hero h2 {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.framedprint .hero .start-button.inverted, .framedprint .hero .new2014 .banner.banner--triptych .start-button.inverted {
  background-color: transparent;
  border: 4px solid #FF008F;
  font-size: 153%;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #FF008F;
  padding: .8em 3em;
  font-size: 6pt;
  background-image: none !important;
  text-shadow: none;
}

.framedprint .extra-extra-padding {
  padding: 0px 0px 80px 0px !important;
}

.framedprint .final {
  margin: 0;
  padding: 48px 0;
}

.framedprint .final .line-limit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.framedprint .final h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
  font-weight: bold;
}

.framedprint .final p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.framedprint .final .alt-button, .framedprint .final .block-button, .framedprint .final .start-button, .framedprint .final input[type=submit].start-button {
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  background-color: #FF008F;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.framedprint section {
  margin: 0;
  padding: 0px 0;
}

.framedprint section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.framedprint section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.framedprint section .extra-extra-padding, .framedprint section .product--triptych .extra-extra-padding {
  padding: 120px 0;
}

.framedprint section .section--alt {
  background: #f5f5f5;
}

.framedprint section .product--framedprints .product--feature, .framedprint section .product--triptych .product--feature {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.framedprint section .feature--paper {
  background-image: url("../images/framed/papel_fotografico.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .feature--glass {
  background-image: url("../images/framed/incluye_vidrio.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .feature--mats {
  background-image: url("../images/framed/elige_el_borde.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .feature--sizes {
  background-image: url("../images/framed/tamaños_laminas.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .product--framedprints .featured--image, .framedprint section .product--triptych .featured--image {
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .product--feature .featured--copy {
  padding: 4em 4em 0;
}

.framedprint section h3 {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.framedprint section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.framedprint section h4 {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  line-height: 24px;
}

.framedprint section .featured--copy {
  padding: 4em 4em 0;
}

.framedprint section .feature--frame {
  background-image: url("../images/marco_colores.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.framedprint section .col-sm-pull-right {
  float: right;
}

.canvasprint {
  position: relative;
  top: 80px;
}

.canvasprint .personaliza {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}

.canvasprint #upbo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.canvasprint .hero {
  background: url("../images/Canvas.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0px 0 20px;
  height: 250px;
}

.canvasprint .hero h1 {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24pt;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
  padding-bottom: 20px;
}

.canvasprint .hero .start-button.inverted {
  background-color: transparent;
  border: 4px solid #FF008F;
  font-size: 100%;
  text-transform: uppercase;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  margin-top: 155px;
}

.canvasprint .hero .start-button, .canvasprint .hero input[type=submit].start-button {
  color: #FFF;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
}

.canvasprint .hero .start-button {
  display: inline-block;
}

.canvasprint .hero .aside {
  margin-top: 7px;
  color: white;
}

.canvasprint section {
  margin: 0;
  padding: 0px 0;
}

.canvasprint section .featured--copy {
  padding: 4em 4em 0;
}

.canvasprint section .feature--frame {
  background-image: url("../images/canvas/tecnologia_de_impresion.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.canvasprint section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.canvasprint section .extra-extra-padding, .canvasprint section .product--triptych .extra-extra-padding {
  padding: 120px 0;
}

.canvasprint section .section--alt {
  background: #f5f5f5;
}

.canvasprint section .product--framedprints .product--feature, .canvasprint section .product--triptych .product--feature {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.canvasprint section .feature--paper {
  background-image: url("../images/canvas/materiales_mejor_calidad.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section .feature--glass {
  background-image: url("../images/canvas/tensado_a_mano.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section .feature--mats {
  background-image: url("../images/canvas/tamaños.jpg");
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section .feature--sizes {
  background-image: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/2015/framed-prints-sizes.jpg);
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section .product--framedprints .featured--image, .canvasprint section .product--triptych .featured--image {
  min-height: 210px;
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.canvasprint section .product--feature .featured--copy {
  padding: 4em 4em 0;
}

.canvasprint section h3 {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.canvasprint section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.canvasprint section h4 {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  line-height: 24px;
}

.canvasprint section .featured--copy {
  padding: 4em 4em 0;
}

.canvasprint section .col-sm-pull-right {
  float: right;
}

.canvasprint .section--alt {
  background: #f5f5f5;
}

.canvasprint .col-sm-pull-right {
  float: right;
}

.canvasprint .extra-padding {
  padding-top: 24px;
}

.canvasprint img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.canvasprint h3 {
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.canvasprint h4 {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  line-height: 24px;
}

.canvasprint p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.canvasprint .start-button {
  display: inline-block;
}

.canvasprint .start-button {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
}

.canvasprint .alt-button, .canvasprint .block-button, .canvasprint .start-button, .canvasprint input[type=submit].start-button {
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  background-color: #FF008F;
}

.card {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
  background: #FFF;
}

.card .fotocard {
  display: block;
  width: 100%;
}

.card .fotocard .carousel {
  position: relative;
  line-height: 1;
}

.card .fotocard .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.card .fotocard .carousel-inner .pc {
  display: none;
}

.card .fotocard .carousel-inner .mobil {
  display: block;
}

.card .fotocard .carousel-inner .item {
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.card .fotocard .carousel-inner .bg-div {
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: 50% 0;
  height: 190px;
  width: 100%;
  background-size: contain;
}

.card .fotocard .carousel-inner .bg-div .hero-gift {
  background-position: 50% 50%;
}

.card #hero-callout {
  width: inherit;
  margin-top: -31.25em;
  position: absolute;
  z-index: 1000;
  height: 310px;
  padding: 20px;
  color: #fff;
}

.card #hero-callout p {
  color: #4E555A;
  text-shadow: none;
  padding-top: 1.5em;
  font-size: 160%;
}

.card #hero-callout .onwhite {
  padding-left: 0;
}

.card #hero-callout .onwhite .lead {
  color: #4E555A;
  text-shadow: none;
  padding-top: 1.5em;
  font-size: 160%;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 30px;
}

.card #hero-callout .hero-gift {
  width: 390px;
  margin-top: -31.25em;
}

.card #hero-callout h1 {
  color: #FF008F;
  font-size: 290%;
  line-height: .9;
  letter-spacing: -2px;
  margin: 5px 0 10px;
}

.card .precios [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 3.25rem;
  padding-left: 2rem;
}

.card .precios .gc-email-container {
  border: 1px solid #ccc;
  padding: 2em;
}

.card .precios .lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.card .precios #gc-container {
  height: 250px;
  width: 100%;
  background: url("../images/GiftCard_Retela-01.png") 0 0/contain no-repeat #fff;
}

.card .precios #preview-amount {
  text-align: right;
}

.card .precios #preview-amount {
  color: #ffffff;
  float: right;
  margin-top: 44px;
  margin-right: 45px;
  font-size: 150%;
  font-weight: 800;
}

.card .precios a {
  background-color: #FF008F;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

.card .precios .gift-or {
  display: block;
  margin-top: 153%;
  margin-left: -12px;
}

.card .precios .input-append, .card .precios .input-prepend {
  margin-bottom: 5px;
  font-size: 16px;
  white-space: nowrap;
}

.card .precios .input-append .add-on, .card .precios .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.card .precios .input-append .uneditable-input, .card .precios .input-append input, .card .precios .input-append select, .card .precios .input-prepend .add-on:first-child, .card .precios .input-prepend .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.card .precios #sub_total {
  width: 80%;
  height: 30px;
  padding: 5px 10px;
}

.card .precios .square-radio input[type=radio]:checked + label, .card .precios .square-radio label.checked {
  color: #FF008F !important;
  background-color: #fff;
  border: 1px solid #FF008F;
  padding: 4px 10px;
}

.card .precios .square-radio label {
  display: block;
  float: left;
  background-color: #ccc;
  color: #fff;
  margin-right: 1px;
  text-align: center;
  padding: 5px 10px;
}

.card .precios .square-radio [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.card .precios .square-radio [class*=col--] h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.tienda {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
  background: #FFF;
}

.tienda .text {
  width: 95%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 0px;
  font-weight: 400;
  color: #000;
  font-size: 23px;
  line-height: 1.2;
  margin: auto;
}

.tienda .hero {
  background: url("../images/banner_tienda_online.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
  text-align: center;
}

.tienda .btncarro {
  color: white;
  background: #FF008F;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 35px;
}

.tienda .btncarro a {
  color: white;
  font-size: 20px;
}

.tienda .ofertas {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  display: inline-block;
}

.tienda .ofertas .filtromobile {
  display: block;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  display: block;
}

.tienda .ofertas .filtromobile h4 {
  font-weight: bold;
  font-size: 28px;
}

.tienda .ofertas .filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 10px;
  display: none;
}

.tienda .ofertas .filtros h2 {
  font-weight: bold;
}

.tienda .ofertas .filtros .vertical-align {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.tienda .ofertas .filtros .button-link {
  text-decoration: none;
}

.tienda .ofertas .filtros .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent !important;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tienda .ofertas .filtros .btns {
  background-color: #ff9035;
  background-image: linear-gradient(100deg, #ff5a64 0%, #faa04b 30%, #d2dc69 70%, #0ef49b 100%);
  z-index: 0;
  height: 55px;
  float: none;
  margin: 0 auto;
  width: 660px;
  max-width: 100%;
  border-radius: 40px;
  display: block;
  -webkit-box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
          box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}

.tienda .ofertas .filtros .btns input {
  display: none;
}

.tienda .ofertas .filtros .btns label {
  display: table;
  float: left;
  padding: 0;
  width: 20%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.tienda .ofertas .filtros .btns label:first-child {
  border-left: none;
  border-radius: 40px 0 0 40px;
}

.tienda .ofertas .filtros .btns label:last-child {
  border-radius: 0 40px 40px 0;
}

.tienda .ofertas .filtros .btns .btn {
  font-size: 19px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tienda .ofertas .filtros .btns .btn:hover {
  -webkit-box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
          box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tienda .ofertas .filtros .btns .btn:after {
  content: '\2714';
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tienda .ofertas .filtros .btns .last {
  border-radius: 0 40px 40px 0;
}

.tienda .ofertas .filtros .btns input:checked + .btn {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(65%, rgba(25, 25, 25, 0)), to(rgba(25, 25, 25, 0.08)));
  background-image: linear-gradient(to left, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  -webkit-box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
          box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  -webkit-transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms, -webkit-box-shadow 150ms;
}

.tienda .ofertas .filtros .btns input:checked + .btn:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  -webkit-transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}

.tienda .ofertas .tioferta {
  font-size: 50px;
  font-weight: 900;
  color: black;
  text-align: center;
  padding-bottom: 60px;
}

.tienda .ofertas .deal {
  margin-bottom: 1em;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tienda .ofertas .deal .offerta {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 122px;
  height: 139px;
}

.tienda .ofertas .deal img {
  max-width: 100%;
  height: 370px;
  width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
}

.tienda .ofertas .deal .deal--inner {
  padding: 15px 30px 10px;
}

.tienda .ofertas .deal .deal--title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  /* height: 75px; */
  margin: 0;
}

.tienda .ofertas .deal .deal--strings {
  font-size: 15px;
  font-weight: 800;
  color: #29313b;
  margin-bottom: 16px;
  text-align: center;
}

.tienda .ofertas .deal .deal--description {
  color: #FF008F;
  font-size: 15px;
  /* line-height: 26px; */
  text-align: center;
  margin: 0 0 0px;
  height: 40px;
  /* padding-bottom: 30px; */
}

.tienda .ofertas .deal .deal-coupon {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  text-align: center;
}

.tienda .ofertas .deal .deal-coupon .deal-coupon--usecode {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 700;
}

.tienda .ofertas .deal .deal-coupon .deal-coupon--code {
  background: #FF008F;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.tienda .ofertas .deal .deal-coupon .deal-coupon--expiry {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.tienda .ofertas .deal .deal--fineprint {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.tienda .ofertas .deal small {
  font-size: 50%;
}

.tienda .ofertas .deal .nav-main:after, .tienda .ofertas .deal .nav-secondary:after, .tienda .ofertas .deal .row--rev:after, .tienda .ofertas .deal .row:after {
  clear: both;
}

.tienda #pageContent {
  background-color: #fff;
}

.tienda section {
  margin: 0;
  padding: 48px 0;
}

.tienda section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.tienda section h3 {
  color: #000;
  font-size: 29px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.tienda section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.tienda section .deal {
  margin-bottom: 1em;
  padding: 0px;
  min-height: 660px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
}

.tienda section .deal img {
  max-width: 100%;
  height: 400px;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
}

.tienda section .deal .deal--inner {
  padding: 40px 25px 10px;
}

.tienda section .deal .deal--title {
  display: block;
  font-size: 25px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  height: 75px;
}

.tienda section .deal .deal--strings {
  font-size: 15px;
  font-weight: 800;
  color: #29313b;
  margin-bottom: 16px;
  /* text-align: center; */
}

.tienda section .deal .deal--description {
  color: #414042;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 0 24px;
  height: 60px;
  padding-bottom: 30px;
}

.tienda section .deal .deal-coupon {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  text-align: center;
}

.tienda section .deal .deal-coupon .deal-coupon--usecode {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 700;
}

.tienda section .deal .deal-coupon .deal-coupon--code {
  background: #FF008F;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.tienda section .deal .deal-coupon .deal-coupon--expiry {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.tienda section .deal .deal--fineprint {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.tienda section .deal small {
  font-size: 50%;
}

.tienda section .deal .nav-main:after, .tienda section .deal .nav-secondary:after, .tienda section .deal .row--rev:after, .tienda section .deal .row:after {
  clear: both;
}

.tienda section .deal--fineprint {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  color: #8f8f8f;
}

.tienda section .genericdeals .deal, .tienda section .vdaydeals .deal, .tienda section .weekofdeals .deal {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 30px 20px 10px;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.tienda section [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.deals {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
  background: #FFF;
}

.deals .btncarro {
  color: white;
  background: #FF008F;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 35px;
}

.deals .btncarro a {
  color: white;
  font-size: 20px;
}

.deals .ofertas {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  display: inline-block;
}

.deals .ofertas .tioferta {
  font-size: 50px;
  font-weight: 900;
  color: black;
  text-align: center;
  padding-bottom: 60px;
}

.deals .ofertas .deal {
  margin-bottom: 1em;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.deals .ofertas .deal .offerta {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 122px;
  height: 139px;
}

.deals .ofertas .deal img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
}

.deals .ofertas .deal .deal--inner {
  padding: 40px 25px 10px;
}

.deals .ofertas .deal .deal--title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  /* height: 75px; */
  margin: 0;
}

.deals .ofertas .deal .deal--strings {
  font-size: 15px;
  font-weight: 800;
  color: #29313b;
  margin-bottom: 16px;
  text-align: center;
}

.deals .ofertas .deal .deal--description {
  color: #FF008F;
  font-size: 15px;
  /* line-height: 26px; */
  text-align: center;
  margin: 0 0 0px;
  /* height: 60px; */
  /* padding-bottom: 30px; */
}

.deals .ofertas .deal .deal-coupon {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  text-align: center;
}

.deals .ofertas .deal .deal-coupon .deal-coupon--usecode {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 700;
}

.deals .ofertas .deal .deal-coupon .deal-coupon--code {
  background: #FF008F;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.deals .ofertas .deal .deal-coupon .deal-coupon--expiry {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.deals .ofertas .deal .deal--fineprint {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.deals .ofertas .deal small {
  font-size: 50%;
}

.deals .ofertas .deal .nav-main:after, .deals .ofertas .deal .nav-secondary:after, .deals .ofertas .deal .row--rev:after, .deals .ofertas .deal .row:after {
  clear: both;
}

.deals #pageContent {
  background-color: #fff;
}

.deals .hero {
  background: url("../images/Sale.jpg") center center no-repeat;
  background-size: cover;
  padding: 90px 0 20px;
  text-align: center;
  min-height: 200px;
}

.deals .hero h1 {
  color: #fff;
  font-size: 38px;
  line-height: 45px;
  margin: 50px 0px 25px;
  font-weight: bold;
  line-height: 1.2;
}

.deals section {
  margin: 0;
  padding: 48px 0;
}

.deals section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.deals section h3 {
  color: #000;
  font-size: 29px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 900;
}

.deals section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.deals section .deal {
  margin-bottom: 1em;
  padding: 0px;
  min-height: 660px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
}

.deals section .deal img {
  max-width: 100%;
  height: 400px;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
}

.deals section .deal .deal--inner {
  padding: 40px 25px 10px;
}

.deals section .deal .deal--title {
  display: block;
  font-size: 25px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  height: 75px;
}

.deals section .deal .deal--strings {
  font-size: 15px;
  font-weight: 800;
  color: #29313b;
  margin-bottom: 16px;
  /* text-align: center; */
}

.deals section .deal .deal--description {
  color: #414042;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 0 24px;
  height: 60px;
  padding-bottom: 30px;
}

.deals section .deal .deal-coupon {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  text-align: center;
}

.deals section .deal .deal-coupon .deal-coupon--usecode {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 700;
}

.deals section .deal .deal-coupon .deal-coupon--code {
  background: #FF008F;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.deals section .deal .deal-coupon .deal-coupon--expiry {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.deals section .deal .deal--fineprint {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.deals section .deal small {
  font-size: 50%;
}

.deals section .deal .nav-main:after, .deals section .deal .nav-secondary:after, .deals section .deal .row--rev:after, .deals section .deal .row:after {
  clear: both;
}

.deals section .deal--fineprint {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  color: #8f8f8f;
}

.deals section .genericdeals .deal, .deals section .vdaydeals .deal, .deals section .weekofdeals .deal {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 30px 20px 10px;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.deals section [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.catalogo {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
  background: #FFF;
}

.catalogo .ver {
  display: block;
  text-align: center;
}

.catalogo .ver a {
  background: #29313b;
  color: white;
  font-size: 22px;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
}

.catalogo .search {
  width: 100%;
}

.catalogo .search .field {
  position: relative;
}

.catalogo .search label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAxElEQVR4AXXPIUuDcRDA4Zv4AUSwTLEKVoNlySyCYLO98CCsahGrX0AW/QhmBRHEJghLS4JFBBXDgrJi2In78w8v4v3S8XDh4nd0DTxLEzd2RC2EnrH07trQVDrXqbhs7FvfnBDWDKWTigOpL2oWvZpYKPjio1zVHEt7BdOtaLUtHRX8MmqjRjooeCVttPBOWi+4JT1aLaDjVLpU/5ytn840Dj1IaWSpYmi8yVlTF54qh9K8nn27usJK5fC3yvfhPx7a/AE9dYwDEfKrlAAAAABJRU5ErkJggg==) no-repeat 0 50%;
  color: #b2b2b2;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-transition: left .4s, -webkit-transform .4s;
  transition: left .4s, -webkit-transform .4s;
  transition: left .4s, transform .4s;
  transition: left .4s, transform .4s, -webkit-transform .4s;
  padding-left: 1.25em;
}

.catalogo .search .input-search {
  border: 1px solid #dfdfdf;
  border-radius: .25em;
  -webkit-box-shadow: 0 1px 0 #bfbebf;
          box-shadow: 0 1px 0 #bfbebf;
  display: block;
  font: 400 1em/1.5em sans-serif;
  padding: .5em 1.75em;
  width: 100%;
}

.catalogo .search .input-search:focus + label, .catalogo .search .input-search:valid + label {
  left: .5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.catalogo .search .input-search:valid + label {
  text-indent: -9999px;
}

.catalogo #pageContent {
  background-color: #fff;
}

.catalogo .hero {
  background: url("../images/Banner_Catalogo.jpg") center center no-repeat;
  background-size: cover;
  padding: 90px 0 20px;
  text-align: center;
  min-height: 110px;
  background-size: cover;
  width: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.catalogo .hero #cata {
  width: 60%;
  margin: 0 auto;
}

.catalogo .hero h1 {
  color: #fff;
  font-size: 38px;
  line-height: 45px;
  margin: 50px 0px 25px;
  font-weight: bold;
  line-height: 1.2;
}

.catalogo section {
  margin: 0;
  padding: 48px 0;
}

.catalogo section h2 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px;
}

.catalogo section h3 {
  color: #000;
  font-size: 21px;
  line-height: 29px;
  margin: 0 0 24px;
}

.catalogo section p {
  color: #414042;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 24px;
}

.catalogo section .deal {
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.catalogo section .deal img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
}

.catalogo section .deal .deal--inner {
  padding: 40px 25px 10px;
}

.catalogo section .deal .deal--title {
  display: block;
  font-size: 14px;
  color: #827c7c;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: left;
  text-align: center;
}

.catalogo section .deal .deal--strings {
  font-size: 15px;
  font-weight: 800;
  color: #29313b;
  margin-bottom: 16px;
  /* text-align: center; */
}

.catalogo section .deal .deal--description {
  color: #FF008F;
  font-size: 10px;
  line-height: 26px;
  text-align: left;
  margin: 0 0 24px;
  height: 10px;
  padding-bottom: 30px;
}

.catalogo section .deal .deal-coupon {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  text-align: center;
}

.catalogo section .deal .deal-coupon .deal-coupon--usecode {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 700;
}

.catalogo section .deal .deal-coupon .deal-coupon--code {
  background: #FF008F;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.catalogo section .deal .deal-coupon .deal-coupon--expiry {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.catalogo section .deal .deal--fineprint {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8f8f8f;
  line-height: 28px;
  margin: 0 0 24px;
}

.catalogo section .deal small {
  font-size: 50%;
}

.catalogo section .deal .nav-main:after, .catalogo section .deal .nav-secondary:after, .catalogo section .deal .row--rev:after, .catalogo section .deal .row:after {
  clear: both;
}

.catalogo section .deal--fineprint {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  color: #8f8f8f;
}

.catalogo section .genericdeals .deal, .catalogo section .vdaydeals .deal, .catalogo section .weekofdeals .deal {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 30px 20px 10px;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.catalogo section [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.pmag {
  position: relative;
  top: 110px;
  margin-bottom: 200px;
}

.pmag .contenedor {
  border: 27px solid #fff;
  -webkit-box-shadow: -1px 2px 5px #777;
          box-shadow: -1px 2px 5px #777;
  min-height: 100%;
  background-color: #DDD;
  display: inline-block;
  text-align: center;
}

.pmag .contenedor .contimagen {
  width: 100%;
  height: 400px;
}

.pmag .contenedor .contimagen [type="file"] {
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.pmag .contenedor .contimagen [type="file"] + label {
  background-color: #d3394c;
  color: #f1e5e6;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pmag .contenedor .contimagen [type="file"] + label svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
  margin-top: -0.25em;
  margin-right: 0.25em;
  vertical-align: middle;
}

.pmag .contenedor .contimagen [type="file"] + label:hover {
  background-color: #722040;
}

.pmag .contenedor .contimagen [type="file"]:focus + label {
  background-color: #722040;
  outline: 1px dotted #000;
}

.pmag .ProductPageContainer {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 1em;
}

.pmag .ProductPageContainer .ProductPageContainerTitle {
  clear: both;
  /* height: 65px; */
  line-height: 50px;
  padding: 5px 50px 0 50px;
  overflow: hidden;
  /* text-align: center; */
  background-repeat: no-repeat;
  background-image: url("../images/customize_img_container_top_wide.png");
  background-size: cover;
}

.pmag .ProductPageContainer .ProductPageContainerTitle h2 {
  padding-top: 0px;
  float: left;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

.pmag .progress-step {
  margin-top: 0px;
  margin-left: 0;
  color: #666;
  font-size: 11px;
}

.pmag .progress-step li {
  width: 22.73%;
  float: left;
  text-align: center;
  padding: 10px;
  margin-right: 5px;
  background: #dedede;
  position: relative;
  display: inline-block;
  font-size: 120%;
}

.pmag .progress-step li:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f5f8fa;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.pmag .progress-step li.active:after {
  border-left-color: #505050;
}

.pmag .progress-step li:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dedede;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}

.pmag .progress-step li.active {
  background-color: #505050;
  color: #fff;
}

.no-top-padding {
  padding-top: 0;
  background-color: #fff;
}

.tripti {
  position: relative;
  top: 180px;
  margin-bottom: 450px;
  padding: 0px;
}

.tripti .builder__footer {
  position: fixed;
  top: 90px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #151414;
  padding: 10px;
  height: 65px;
  color: white;
  z-index: 10000;
}

.tripti .builder__footer sup {
  top: -0.1em !important;
}

.tripti .builder__footer .builder__footer__chat {
  display: block;
  float: left;
}

.tripti .builder__footer .cp-chat {
  float: left;
  padding: 10px;
  display: block;
}

.tripti .builder__footer a {
  color: #fff;
}

.tripti .builder__footer .builder__footer__price {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  text-align: right;
}

.tripti .builder__footer .builder__footer__price sup {
  top: -0.1em !important;
}

.tripti .builder__footer .price {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.tripti .builder__footer .builder__footer__actions {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  text-align: left;
}

.tripti .builder__footer button {
  background: #FF008F;
  border: none;
  padding: 5px;
}

.tripti .builder__footer .cp-button__label {
  -ms-flex: 1 1 auto;
  /* -webkit-box-flex: 1; */
  /* flex: 1 1 auto; */
  font-size: 14px;
  /* line-height: 16px; */
  background: #FF008F;
}

.tripti .builder__footer .cp-button--primary:active {
  background-color: #7c0043;
}

.tripti .builder__footer .button:active, .tripti .builder__footer button:active, .tripti .builder__footer input[type=button]:active, .tripti .builder__footer input[type=reset]:active, .tripti .builder__footer input[type=submit]:active {
  background: #bd0166;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: futura-pt,arial,sans-serif;
}

.tripti .tripdiseno {
  padding: 20px;
}

.tripti .tripdiseno h2 {
  font-weight: 600;
  text-align: center;
  color: #555;
  font-size: 28px;
  line-height: 1;
  padding: 16px 0px;
  margin: 0px;
}

.tripti .tripdiseno sup {
  top: -0.1em !important;
}

.tripti .tripdiseno .builder__side {
  max-width: 100%;
  padding: 30px;
  margin: 0;
  overflow: auto;
}

.tripti .tripdiseno .builder__side .flex-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tripti .tripdiseno .builder__side .cp-tile:hover, .tripti .tripdiseno .builder__side .cp-tile.isselected {
  border-color: #FF008F;
  -webkit-box-shadow: 0 0 0 1px #FF008F;
          box-shadow: 0 0 0 1px #FF008F;
}

.tripti .tripdiseno .builder__side .flex-list > *:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.tripti .tripdiseno .builder__side .cp-tile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}

.tripti .tripdiseno .builder__side .cp-tile__image {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  width: 100px;
  min-height: 100px;
  background-color: #ddd;
}

.tripti .tripdiseno .builder__side .cp-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tripti .tripdiseno .builder__side .cp-image__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.tripti .tripdiseno .builder__side img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.tripti .tripdiseno .builder__side .cp-checkmark.center {
  top: 50%;
  left: 50%;
}

.tripti .tripdiseno .builder__side .cp-checkmark {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 200px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #FF008F;
}

.tripti .tripdiseno .builder__side .cp-checkmark.center, .tripti .tripdiseno .builder__side .cp-checkmark.left-top, .tripti .tripdiseno .builder__side .cp-checkmark.right-top, .tripti .tripdiseno .builder__side .cp-checkmark.right-bottom, .tripti .tripdiseno .builder__side .cp-checkmark.left-bottom {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tripti .tripdiseno .builder__side sup {
  top: -0.1em;
}

.tripti .tripdiseno .builder__side .cp-checkmark__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  font-weight: bold;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tripti .tripdiseno .builder__side .cp-tile__body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  position: relative;
  padding: 8px;
}

.tripti .tripdiseno .builder__side .cp-tile__title {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-weight: bold;
}

.tripti .tripdiseno .builder__side .cp-tile__content {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  font-size: .9em;
}

.tripti .tripdiseno .builder__side .cp-tile__price {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-align: right;
  color: #FF008F;
}

.tripti .tripdiseno .builder__side .cp-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tripti .tripdiseno .builder__side .cp-box__heading {
  margin: 0;
  font-weight: 600;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}

.tripti .tripdiseno .builder__side .cp-box__description {
  margin: 12px 0px 8px;
  color: #777;
  font-size: 14px;
  line-height: 16px;
}

.tripti .tripdiseno .builder__side .cp-box__body {
  margin: 20px 0px 0px;
}

.tripti .tripdiseno .builder__side .cp-box__body textarea {
  width: 100%;
  height: 120px;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile:hover, .tripti .tripdiseno .builder__side .cp-box__body .cp-tile.isselected {
  border-color: #FF008F;
  -webkit-box-shadow: 0 0 0 1px #FF008F;
          box-shadow: 0 0 0 1px #FF008F;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile--square {
  margin: 8px;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile__image {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  width: 100px;
  min-height: 100px;
  background-color: #ddd;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile--square .cp-tile__image {
  display: none;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile__body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  position: relative;
  padding: 8px;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile__title {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-weight: bold;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile__content {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  font-size: .9em;
}

.tripti .tripdiseno .builder__side .cp-box__body .cp-tile__price {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-align: right;
  color: #FF008F;
}

.tripti .tripdiseno .builder__side .cp-button--primary, .tripti .tripdiseno .builder__side .cp-button--primary:link, .tripti .tripdiseno .builder__side .cp-button--primary:visited {
  background-color: #FF008F;
}

.tripti .tripdiseno .builder__side .cp-button, .tripti .tripdiseno .builder__side .cp-button:link, .tripti .tripdiseno .builder__side .cp-button:visited {
  color: #fff;
  background-color: #FF008F;
}

.tripti .tripdiseno .builder__side .cp-button {
  position: relative;
  padding: 0px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'futura-pt', arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.tripti .tripdiseno .builder__content {
  position: relative;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: none;
}

.tripti .tripdiseno .builder__upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-align: center;
  border: 1px dashed #6f757d;
  border-radius: 5px;
  padding: 20px;
  width: calc(50vw - 40px);
  height: 25vw;
  position: relative;
  /**
         * Trick to obtain default outline Chrome, Opera, Safari
        **/
  /**
         * Fix touch issues when using FastClick when add extra markup to the content of a label
        **/
}

.tripti .tripdiseno .builder__upload .color1,
.tripti .tripdiseno .builder__upload .color2,
.tripti .tripdiseno .builder__upload .color3 {
  width: 33.333333%;
}

.tripti .tripdiseno .builder__upload .color1 {
  border-left: 10px solid #fff;
  height: 110vh;
  left: 33.333333%;
  position: absolute;
  top: 0px;
}

.tripti .tripdiseno .builder__upload .color2 {
  border-left: 10px solid #fff;
  height: 110vh;
  left: 66.666666%;
  position: absolute;
  top: 0px;
}

.tripti .tripdiseno .builder__upload .color3 {
  border-left: 10px solid #fff;
  height: 110vh;
  left: 99.999999%;
  position: absolute;
  top: 0px;
}

.tripti .tripdiseno .builder__upload img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.tripti .tripdiseno .builder__upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  /* [1] */
  position: absolute;
  /* [2] */
  z-index: -1;
}

.tripti .tripdiseno .builder__upload .inputfile + label {
  width: 100%;
  text-align: center;
  padding: 0.75em 1em;
  border: 0px solid #FF008F;
  font-size: 1em;
  font-weight: 700;
  color: white;
  background-color: #FF008F;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.0625em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.tripti .tripdiseno .builder__upload .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  /* [1] */
}

.tripti .tripdiseno .builder__upload .inputfile:focus + label,
.tripti .tripdiseno .builder__upload .inputfile + label:hover {
  background-color: #FF008F;
}

.tripti .tripdiseno .builder__upload .inputfile + label * {
  pointer-events: none;
}

.tripti .tripdiseno .builder__upload .fa-upload {
  padding-right: 0.75em;
}

.tripti .tripdiseno .cp-button--primary, .tripti .tripdiseno .cp-button--primary:link, .tripti .tripdiseno .cp-button--primary:visited {
  background-color: #FF008F;
}

.tripti .tripdiseno .cp-button--full {
  width: 100%;
}

.tripti .tripdiseno .cp-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: auto;
  border: 0;
}

.tripti .tripdiseno .cp-button {
  position: relative;
  padding: 0px 0px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'futura-pt', arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.tripti .tripdiseno .cp-button__label {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  font-size: 14px;
  line-height: 16px;
  color: white;
  /**
         * Trick to obtain default outline Chrome, Opera, Safari
        **/
  /**
         * Fix touch issues when using FastClick when add extra markup to the content of a label
        **/
}

.tripti .tripdiseno .cp-button__label .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  /* [1] */
  position: absolute;
  /* [2] */
  z-index: -1;
}

.tripti .tripdiseno .cp-button__label .inputfile + label {
  width: 100%;
  text-align: center;
  padding: 0.75em 1em;
  border: 0px solid #FF008F;
  font-size: 1em;
  font-weight: 700;
  color: white;
  background-color: #FF008F;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.0625em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.tripti .tripdiseno .cp-button__label .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  /* [1] */
}

.tripti .tripdiseno .cp-button__label .inputfile:focus + label,
.tripti .tripdiseno .cp-button__label .inputfile + label:hover {
  background-color: #FF008F;
}

.tripti .tripdiseno .cp-button__label .inputfile + label * {
  pointer-events: none;
}

.tripti .tripdiseno .cp-button__label .fa-upload {
  padding-right: 0.75em;
}

.tripti .col--lostbear {
  margin-bottom: 0;
  display: inline-grid;
}

.tripti .progress-step {
  margin-top: 0em;
  margin-left: 0;
  color: #666;
  font-size: 11px;
  display: block;
}

.tripti .progress-step li {
  width: 22.73%;
  float: left;
  text-align: center;
  padding: 10px;
  margin-right: 5px;
  background: #dedede;
  position: relative;
  display: inline-block;
  font-size: 120%;
}

.tripti .progress-step li:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f5f8fa;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.tripti .progress-step li:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dedede;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}

.tripti .progress-step li.active {
  background-color: #505050;
  color: #fff;
}

.tripti .progress-step li.active:after {
  border-left-color: #505050;
}

.tripti .upload {
  display: block;
  height: 180px;
}

.tripti .upload * {
  border: 0;
  outline: 0;
}

.tripti .upload label#largeFile:after {
  position: absolute;
  width: 60%;
  max-width: 800px;
  content: "Upload your file";
  left: 0;
  right: 0;
  margin: 50px auto;
  text-align: center;
  padding: 50px 0px 50px 0px;
  border-radius: 10px;
  border: 5px dashed #ccc;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 30px;
}

.tripti .upload label#largeFile:hover:after {
  background: #ccc;
  color: #fff;
  cursor: pointer;
}

.tripti .upload label#largeFile input#file {
  width: 0px;
  height: 0px;
}

.pcollage {
  position: relative;
  top: 160px;
  margin-bottom: 250px;
}

.pcollage .builder__footer {
  position: fixed;
  top: 90px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #151414;
  padding: 10px;
  height: 65px;
  color: white;
  z-index: 10000;
}

.pcollage .builder__footer sup {
  top: -0.1em !important;
}

.pcollage .builder__footer .builder__footer__chat {
  display: block;
  float: left;
}

.pcollage .builder__footer .cp-chat {
  float: left;
  padding: 10px;
  display: block;
}

.pcollage .builder__footer a {
  color: #fff;
}

.pcollage .builder__footer .builder__footer__price {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  text-align: right;
}

.pcollage .builder__footer .builder__footer__price sup {
  top: -0.1em !important;
}

.pcollage .builder__footer .price {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.pcollage .builder__footer .builder__footer__actions {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  text-align: left;
}

.pcollage .builder__footer button {
  background: #FF008F;
  border: none;
  padding: 5px;
}

.pcollage .builder__footer .cp-button__label {
  -ms-flex: 1 1 auto;
  /* -webkit-box-flex: 1; */
  /* flex: 1 1 auto; */
  font-size: 14px;
  /* line-height: 16px; */
  background: #FF008F;
}

.pcollage .builder__footer .cp-button--primary:active {
  background-color: #7c0043;
}

.pcollage .builder__footer .button:active, .pcollage .builder__footer button:active, .pcollage .builder__footer input[type=button]:active, .pcollage .builder__footer input[type=reset]:active, .pcollage .builder__footer input[type=submit]:active {
  background: #bd0166;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: futura-pt,arial,sans-serif;
}

.pcollage .pasoTres {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .pasoTres .producto {
  width: 100%;
  text-align: left;
  /* background: whitesmoke; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
  /* Reset Select */
  /* Custom Select */
  /* Arrow */
  /* Transition */
}

.pcollage .pasoTres .producto select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}

.pcollage .pasoTres .producto .select {
  position: relative;
  display: block;
  width: 50%;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  margin: 20px 0px 20px 0px;
}

.pcollage .pasoTres .producto select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}

.pcollage .pasoTres .producto select::-ms-expand {
  display: none;
}

.pcollage .pasoTres .producto .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #34495e;
  pointer-events: none;
}

.pcollage .pasoTres .producto .select:hover::after {
  color: #f39c12;
}

.pcollage .pasoTres .producto .select::after {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.pcollage .pasoTres .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .pasoTres .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .pasoMat {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .pasoMat .producto {
  width: 100%;
  text-align: left;
  /* background: whitesmoke; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
}

.pcollage .pasoMat .producto a {
  color: black;
  cursor: pointer;
}

.pcollage .pasoMat .producto .individual {
  padding: 32px;
}

.pcollage .pasoMat .producto .individual .uno {
  font-size: 21px;
}

.pcollage .pasoMat .producto .individual p {
  font-weight: 800;
  margin: 0px;
  padding: 0px 2px 0px 10px;
}

.pcollage .pasoMat .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .pasoMat .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .pasoDos {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .pasoDos .activado {
  border: solid 5px #FF008F;
}

.pcollage .pasoDos .producto {
  width: 100%;
  text-align: left;
  /* background: whitesmoke; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
}

.pcollage .pasoDos .producto a {
  color: black;
  cursor: pointer;
}

.pcollage .pasoDos .producto .individual {
  padding: 32px;
  text-align: center;
}

.pcollage .pasoDos .producto .individual .uno {
  font-size: 21px;
}

.pcollage .pasoDos .producto .individual p {
  font-weight: 800;
  margin: 0px;
  padding: 0px 2px 0px 10px;
}

.pcollage .pasoDos .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .pasoDos .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .pasoCuatro {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .pasoCuatro .activado {
  border: solid 5px #FF008F;
}

.pcollage .pasoCuatro .producto {
  width: 100%;
  text-align: left;
  /* background: whitesmoke; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
}

.pcollage .pasoCuatro .producto a {
  color: black;
  cursor: pointer;
}

.pcollage .pasoCuatro .producto .individual {
  padding: 5px;
  text-align: center;
}

.pcollage .pasoCuatro .producto .individual img {
  width: 100%;
  padding: 2px;
}

.pcollage .pasoCuatro .producto .individual .uno {
  font-size: 21px;
}

.pcollage .pasoCuatro .producto .individual p {
  font-weight: 800;
  margin: 0px;
  padding: 0px 2px 0px 10px;
}

.pcollage .pasoCuatro .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .pasoCuatro .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .layout2 {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .layout2 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout2 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout2 canvas {
  width: 100% !important;
}

.pcollage .layout2 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout2 .producto {
  width: 100%;
  text-align: left;
  display: inline;
  border: solid 1px #eee;
  padding: 35px 50px 35px 50px;
}

.pcollage .layout2 .producto .porcentaje70 {
  height: 420px;
  width: 100%;
  background: grey;
  margin: 0px;
  margin-bottom: 15px;
  position: relative;
}

.pcollage .layout2 .producto .porcentaje70 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout2 .producto .porcentaje70 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout2 .producto .porcentaje70 canvas {
  width: 100% !important;
}

.pcollage .layout2 .producto .porcentaje70 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout2 .producto .porcentaje30 {
  width: 100%;
  height: 280px;
  background: grey;
  margin: 1px;
  position: relative;
}

.pcollage .layout2 .producto .porcentaje30 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout2 .producto .porcentaje30 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout2 .producto .porcentaje30 canvas {
  width: 100% !important;
}

.pcollage .layout2 .producto .porcentaje30 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout2 .producto .todo {
  width: 100%;
  height: 420px;
  background: grey;
  margin-bottom: 15px;
  position: relative;
}

.pcollage .layout2 .producto .todo .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout2 .producto .todo .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout2 .producto .todo canvas {
  width: 100% !important;
}

.pcollage .layout2 .producto .todo .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout2 .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .layout2 .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .layout1 {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .layout1 .botoncomprar {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 25px 0px 25px 0px;
}

.pcollage .layout1 .botoncomprar button {
  background: black;
  color: white;
  width: 100%;
  border: none;
  font-size: 25px;
  padding: 5px 35px 5px 35px;
}

.pcollage .layout1 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout1 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout1 canvas {
  width: 100% !important;
}

.pcollage .layout1 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout1 .producto {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
  padding: 35px 50px 35px 50px;
}

.pcollage .layout1 .producto .porcentaje70 {
  height: 420px;
  width: 100%;
  background: grey;
  margin-bottom: 15px;
  position: relative;
}

.pcollage .layout1 .producto .porcentaje70 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout1 .producto .porcentaje70 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout1 .producto .porcentaje70 canvas {
  width: 100% !important;
}

.pcollage .layout1 .producto .porcentaje70 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout1 .producto .porcentaje30 {
  width: 100%;
  height: 170px;
  background: grey;
  margin: 1px;
  position: relative;
}

.pcollage .layout1 .producto .porcentaje30 .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout1 .producto .porcentaje30 .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout1 .producto .porcentaje30 canvas {
  width: 100% !important;
}

.pcollage .layout1 .producto .porcentaje30 .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout1 .producto .todo {
  width: 100%;
  height: 600px;
  background: grey;
  margin: 1px;
  position: relative;
}

.pcollage .layout1 .producto .todo .croppa-container {
  background-color: #f9f9f9;
  border: 0px solid grey;
  width: 100%;
}

.pcollage .layout1 .producto .todo .croppa-container svg:not(:root) {
  overflow: hidden;
  position: absolute;
}

.pcollage .layout1 .producto .todo canvas {
  width: 100% !important;
}

.pcollage .layout1 .producto .todo .croppa-container:hover {
  opacity: 1;
  background-color: #8ac9ef;
}

.pcollage .layout1 .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .layout1 .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .pasoUno {
  padding: 25px 80px 0px 55px;
  margin-top: 10px;
  width: 100%;
}

.pcollage .pasoUno .activado {
  border: solid 5px #FF008F;
}

.pcollage .pasoUno .producto {
  width: 100%;
  text-align: left;
  /* background: whitesmoke; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eee;
}

.pcollage .pasoUno .producto a {
  color: black;
  cursor: pointer;
}

.pcollage .pasoUno .producto .individual {
  padding: 32px;
  text-align: center;
  position: relative;
}

.pcollage .pasoUno .producto .individual .boxmi {
  position: absolute;
  left: 0px;
  top: 0px;
}

.pcollage .pasoUno .producto .individual .uno {
  font-size: 21px;
}

.pcollage .pasoUno .producto .individual p {
  font-weight: 800;
  margin: 0px;
  padding: 0px 2px 0px 10px;
}

.pcollage .pasoUno .title {
  width: 100%;
  text-align: left;
  padding: 8px 0px 8px 10px;
  background: whitesmoke;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid #eee;
}

.pcollage .pasoUno .title span {
  font-size: 19px;
  color: black;
  font-weight: 900;
}

.pcollage .col--lostbear {
  margin-bottom: 0;
  display: inline-grid;
}

.pcollage .progress-step {
  margin-top: 2em;
  margin-left: 0;
  color: #666;
  font-size: 11px;
  display: block;
}

.pcollage .progress-step li {
  width: 22.73%;
  float: left;
  text-align: center;
  padding: 10px;
  margin-right: 5px;
  background: #dedede;
  position: relative;
  display: inline-block;
  font-size: 120%;
}

.pcollage .progress-step li:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f5f8fa;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.pcollage .progress-step li:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dedede;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}

.pcollage .progress-step li.active {
  background-color: #505050;
  color: #fff;
}

.pcollage .progress-step li.active:after {
  border-left-color: #505050;
}

.comenzar {
  position: relative;
  top: 120px;
  margin-bottom: 250px;
}

.comenzar .showproduct:after {
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  right: 0;
  top: 21px;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraColorNegro:after {
  content: "";
  position: absolute;
  background: #000 !important;
  z-index: 1;
}

.comenzar .anchuraColorNegro:before {
  content: "";
  position: absolute;
  background: #000 !important;
  z-index: 1;
}

.comenzar .anchuraColorNeutro:after {
  content: "";
  position: absolute;
  background: #eef3f6 !important;
  z-index: 1;
}

.comenzar .anchuraColorNeutro:before {
  content: "";
  position: absolute;
  background: #eef3f6 !important;
  z-index: 1;
}

.comenzar .anchuraColorBlanco:after {
  content: "";
  position: absolute;
  background: #fff !important;
  z-index: 1;
}

.comenzar .anchuraColorBlanco:before {
  content: "";
  position: absolute;
  background: #fff !important;
  z-index: 1;
}

.comenzar .anchuraCanvas2:after {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas2:before {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas83:after {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas83:before {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas10:after {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas10:before {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas6:after {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas6:before {
  content: "";
  position: absolute;
  height: 4px !important;
  left: 0;
  right: 0;
  top: 24px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas3:after {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas3:before {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas84:after {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas84:before {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas11:after {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas11:before {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas7:after {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas7:before {
  content: "";
  position: absolute;
  height: 8px !important;
  left: 0;
  right: 0;
  top: 21px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas4:after {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas4:before {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas85:after {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas85:before {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas8:after {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas8:before {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas12:after {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .anchuraCanvas12:before {
  content: "";
  position: absolute;
  height: 11px !important;
  left: 0;
  right: 0;
  top: 18px !important;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .showproduct:before {
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  right: 0;
  top: 21px;
  background: #eef3f6;
  z-index: 1;
}

.comenzar .showproduct.minegro63:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro63:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro76:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro76:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro91:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro91:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro66:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro66:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro67:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro67:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro86:before {
  content: "";
  background: #222526;
}

.comenzar .showproduct.minegro86:after {
  content: "";
  background: #222526;
}

.comenzar .showproduct.miblanco68:before {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco68:after {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco75:before {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco75:after {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco64:before {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco64:after {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco69:before {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco69:after {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco87:before {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.miblanco87:after {
  content: "";
  background: #ffffff;
}

.comenzar .showproduct.mimadera88:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera88:after {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera70:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera70:after {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera71:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera71:after {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera65:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera65:after {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera77:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera77:after {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera92:before {
  content: "";
  background: #d3a27b;
}

.comenzar .showproduct.mimadera92:after {
  content: "";
  background: #d3a27b;
}

.comenzar .pre2madera77 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera92 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro76 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro91 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco75 {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera70 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro63 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro86 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco68 {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco87 {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera88 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera71 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro66 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco64 {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera65 {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro67 {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco69 {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2madera {
  background: #d3a27b !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2negro {
  background: #222526 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .pre2blanco {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 5.47445%;
}

.comenzar .showproduct {
  display: block;
}

.comenzar .showproduct .canvasselected {
  background: #F0F0F0;
  -webkit-box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
          box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
  display: block;
  position: relative;
}

.comenzar .showproduct .canvasselected img {
  display: inline-block;
  position: relative;
}

.comenzar .showproduct .is_canvas {
  display: block;
}

.comenzar .showproduct.oka:after {
  left: 38px;
  right: 61px;
  z-index: 5;
  -webkit-transform: skewX(-64deg);
  transform: skewX(-64deg);
  -webkit-box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
          box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
  display: block;
}

.comenzar .showproduct.oka:before {
  left: 65px;
  right: 39px;
  z-index: 5;
  -webkit-transform: skewX(-112deg);
  transform: skewX(-112deg);
  -webkit-box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
          box-shadow: 0 0 2px rgba(215, 204, 204, 0.4), 0 23px 20px rgba(231, 206, 206, 0.2), -10px 3px 18px 3px rgba(231, 198, 198, 0.1);
  display: block;
}

.comenzar .is-wb {
  display: block;
  position: relative;
}

.comenzar .is-wb::before, .comenzar .is-wb::after {
  background: #eef3f6;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e3e6ea), to(#eef3f6));
  background-image: linear-gradient(top, #e3e6ea 0, #eef3f6 100%);
}

.comenzar .is-s {
  display: block;
  position: relative;
}

.comenzar .isback {
  background-image: linear-gradient(to left, transparent calc(50% - 0.25px), #999 50%, #999 calc(50% + 4px), transparent calc(50% + 4.25px));
}

.comenzar .dash-me {
  background-image: linear-gradient(to left, transparent calc(50% - 0.25px), #999 50%, #999 calc(50% + 4px), transparent calc(50% + 4.25px));
  position: relative;
}

.comenzar .dash-me:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: 60px 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.66666667%, transparent), color-stop(16.66666667%, #333), color-stop(50%, #333), color-stop(50%, transparent), color-stop(66.66666667%, transparent), color-stop(66.66666667%, #333), to(#333));
  background-image: linear-gradient(to left, transparent, transparent 16.66666667%, #333 16.66666667%, #333 50%, transparent 50%, transparent 66.66666667%, #333 66.66666667%, #333);
  background-repeat: repeat;
}

.comenzar .dash-me image {
  position: relative;
  z-index: 2;
}

.comenzar .dash-me image {
  background: transparent;
}

.comenzar .is-s::after {
  left: 32px;
  right: 8px;
  -webkit-transform: skewX(64deg);
  transform: skewX(64deg);
}

.comenzar .framedselected {
  background: #222526;
  display: block;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2);
  padding: 3%;
}

.comenzar .framedselected .split {
  display: block;
}

.comenzar .framedselected .split-top:before {
  top: -10px;
  left: 27px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.comenzar .framedselected .split:after, .comenzar .framedselected .split:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  overflow: hidden;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.comenzar .framedselected .split-bottom:before {
  top: auto;
  bottom: -10px;
  left: 27px;
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}

.comenzar .framedselected .split-bottom:after {
  top: auto;
  bottom: -10px;
  right: 27px;
  left: auto;
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}

.comenzar .framedselected img {
  display: inline-block;
}

.comenzar .framedsombra {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 23px 20px rgba(0, 0, 0, 0.2), -10px 3px 18px 3px rgba(0, 0, 0, 0.1);
  display: block;
}

.comenzar .activeborder {
  padding: 10%;
  background: #FFF;
}

.comenzar .activecolor17 {
  background: #222526 !important;
}

.comenzar .activecolor21 {
  background: #222526 !important;
}

.comenzar .activecolor25 {
  background: #222526 !important;
}

.comenzar .activecolor78 {
  background: #222526 !important;
}

.comenzar .activecolor49 {
  background: #222526 !important;
}

.comenzar .activecolor18 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor52 {
  background: #222526 !important;
}

.comenzar .activecolor53 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor22 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor26 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor50 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor79 {
  background: #F0F0F0 !important;
}

.comenzar .activecolor80 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor19 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor19 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor54 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor55 {
  background: url("../images/textura_plateada.jpg") top left #23150b !important;
}

.comenzar .activecolor60 {
  background: url("../images/textura_dorada.jpg") top left #23150b !important;
}

.comenzar .activecolor58 {
  background: url("../images/textura_plateada.jpg") top left #23150b !important;
}

.comenzar .activecolor81 {
  background: url("../images/textura_plateada.jpg") top left #23150b !important;
}

.comenzar .activecolor62 {
  background: url("../images/textura_dorada.jpg") top left #23150b !important;
}

.comenzar .activecolor82 {
  background: url("../images/textura_dorada.jpg") top left #23150b !important;
}

.comenzar .activecolor56 {
  background: url("../images/textura_plateada.jpg") top left #23150b !important;
}

.comenzar .activecolor59 {
  background: url("../images/textura_dorada.jpg") top left #23150b !important;
}

.comenzar .activecolor57 {
  background: url("../images/textura_plateada.jpg") top left #23150b !important;
}

.comenzar .activecolor61 {
  background: url("../images/textura_dorada.jpg") top left #23150b !important;
}

.comenzar .activecolor23 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor27 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .activecolor51 {
  background: url("../images/textura_madera.jpg") top left #23150b !important;
}

.comenzar .contenedoredge {
  height: 260px;
}

.comenzar .picker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.comenzar .f-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comenzar .f-table__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.comenzar .picker__inner {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 620px;
  margin: 5% auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
}

.comenzar .picker__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  color: #fff;
  text-align: left;
}

.comenzar .picker__heading {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.comenzar .picker__close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000;
  font-size: 20px;
  opacity: .2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.comenzar .picker__body {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding: 20px;
  color: #676767;
  font-size: 12px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.comenzar .picker__body .grid__item {
  width: 33%;
  padding-top: 33%;
}

.comenzar .picker__body .grid__item {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  background-color: #eee;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.comenzar .picker__body .grid__image {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.comenzar .grid {
  position: relative;
  text-align: left;
}

.comenzar .grid__item--thumbnail {
  position: relative;
  width: 50%;
  padding-top: 50%;
}

.comenzar .grid__item--thumbnail .grid__image {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.comenzar .fotos img {
  width: 100%;
  height: 120px;
  padding: 5px;
}

.comenzar .seleccion {
  width: 100%;
  background: #9c7423;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.comenzar #headermodal {
  background: #af6d32;
  color: antiquewhite;
  text-align: center;
  font-size: 24px;
  padding: 0px;
}

.comenzar #cspan {
  padding-left: 15px;
  color: #4a75d6;
  font-weight: bold;
  cursor: pointer;
}

.comenzar .btn:hover, .comenzar .btn:focus, .comenzar .btn.focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #a97815;
}

.comenzar .slide-fade-enter-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.comenzar .slide-fade-leave-active {
  -webkit-transition: all 0s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0s cubic-bezier(1, 0.5, 0.8, 1);
}

.comenzar .slide-fade-enter, .comenzar .slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.comenzar .row--lostbear {
  margin-bottom: 0;
}

.comenzar [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.comenzar p {
  margin-bottom: 1em;
  height: 40px;
}

.comenzar input.email {
  margin-right: 4px;
  margin-bottom: 0;
  max-width: 50%;
  width: 50%;
  padding: 10px;
}

.comenzar .panel-body {
  padding: 15px;
}

.comenzar select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #FF008F;
  color: white;
  padding: 9px;
}

.comenzar #totalcustom {
  font-size: 22px;
  padding-top: 40px;
  font-weight: 700;
}

.comenzar .product-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 270px;
}

.comenzar .btn-buy {
  color: #fff;
  padding: .8em 3em;
  font-size: 10pt;
  background-image: none !important;
  text-shadow: none;
  background-color: #FF008F;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.comenzar .panel {
  border: 1px solid #E6E6E6;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  /**
 * Trick to obtain default outline Chrome, Opera, Safari
**/
  /**
 * Fix touch issues when using FastClick when add extra markup to the content of a label
**/
  /**
 * Trick to obtain default outline Chrome, Opera, Safari
**/
  /**
 * Fix touch issues when using FastClick when add extra markup to the content of a label
**/
}

.comenzar .panel .panel-heading {
  font-weight: 700;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.comenzar .panel .actions {
  float: right;
  text-align: right;
  display: none;
}

.comenzar .panel label {
  width: 100%;
  text-align: center;
  padding: 0.75em 1em;
  border: 0px solid #c0392b;
  font-size: 1em;
  font-weight: 700;
  color: white;
  background-color: #e74c3c;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.0625em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.comenzar .panel label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  /* [1] */
}

.comenzar .panel label,
.comenzar .panel label:hover {
  background-color: #921e12;
}

.comenzar .panel label * {
  pointer-events: none;
}

.comenzar .panel .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  /* [1] */
  position: absolute;
  /* [2] */
  z-index: -1;
}

.comenzar .panel .inputfile + label {
  width: 100%;
  text-align: center;
  padding: 0.75em 1em;
  border: 0px solid #c0392b;
  font-size: 1em;
  font-weight: 700;
  color: white;
  background-color: #e74c3c;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.0625em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.comenzar .panel .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  /* [1] */
}

.comenzar .panel .inputfile:focus + label,
.comenzar .panel .inputfile + label:hover {
  background-color: #921e12;
}

.comenzar .panel .inputfile + label * {
  pointer-events: none;
}

.comenzar .panel .fa-upload {
  padding-right: 0.75em;
}

.checkout {
  position: relative;
  top: 50px;
  margin-bottom: 100px;
}

.checkout .pickerTerminos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.checkout .pickerTerminos .picker__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
  border-top: 1px solid #eee;
}

.checkout .pickerTerminos .picker__footer .button {
  margin: 0 5px;
  background: #FF008F;
  padding: 2px 8px 5px 8px;
  color: white;
  border-radius: 10px;
  font-size: 17px;
}

.checkout .f-table {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkout .f-table__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkout .picker__inner {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 620px;
  margin: 5% auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
}

.checkout .picker__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  color: #fff;
  text-align: left;
}

.checkout .picker__heading {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.checkout .picker__close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000;
  font-size: 20px;
  opacity: .2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.checkout .picker__body {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding: 20px;
  color: #676767;
  font-size: 12px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.checkout .picker__body .grid__item {
  width: 33%;
  padding-top: 33%;
}

.checkout .picker__body .grid__item {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  background-color: #eee;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.checkout .picker__body .grid__image {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.checkout .grid {
  position: relative;
  text-align: left;
}

.checkout .grid__item--thumbnail {
  position: relative;
  width: 50%;
  padding-top: 50%;
}

.checkout .grid__item--thumbnail .grid__image {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.checkout .mobilecheck {
  display: none;
}

.checkout .trans {
  display: inline-block;
  padding: 30px;
  display: block;
  margin-top: 70px;
}

.checkout .trans h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .slide-fade-enter-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.checkout .slide-fade-leave-active {
  -webkit-transition: all 0s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0s cubic-bezier(1, 0.5, 0.8, 1);
}

.checkout .slide-fade-enter, .checkout .slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.checkout .col--lostbear {
  margin-bottom: 0;
}

.checkout .retidato {
  display: block;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.checkout .retidato .peso {
  padding: 5px 0px 5px 0px;
  font-weight: 700;
  background: brown;
  color: white;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-bottom: 25px;
  border-radius: 8px;
}

.checkout .retidato .valorto {
  padding: 5px 0px 5px 0px;
  font-weight: 700;
  background: darkblue;
  color: white;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-bottom: 25px;
  border-radius: 8px;
}

.checkout .retidato .feedback-input {
  color: #948f8f;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #948f8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.checkout .retidato .feedback-input:focus {
  border: 2px solid #CC4949;
}

.checkout .retidato textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

.checkout .retidato [type="submit"] {
  font-family: 'Muli', sans-serif;
  width: 100%;
  background: #948f8f;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}

.checkout .retidato [type="submit"]:hover {
  background: #CC4949;
}

.checkout .retidato .tipoenvio {
  width: 100%;
  display: block;
}

.checkout .retidato .tipoenvio #rtienda {
  width: 100%;
  background: #93c824;
  border: none;
  font-weight: 700;
}

.checkout .retidato .tipoenvio #rsucursal {
  width: 100%;
  background: #93c824;
  border: none;
  font-weight: 700;
}

.checkout .retidato .tipoenvio .tipoop {
  display: inline-grid;
  width: 100%;
  padding-bottom: 30px;
}

.checkout .retidato .tipoenvio h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .retidato .retirotienda {
  display: inline-grid;
  width: 100%;
}

.checkout .retidato .adomi {
  display: inline-grid;
  width: 100%;
}

.checkout .retidato h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .despacho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 50px;
}

.checkout .despacho [type="submit"] {
  font-family: 'Muli', sans-serif;
  width: 100%;
  background: #948f8f;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}

.checkout .despacho .header {
  display: inherit;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
}

.checkout .despacho .peso {
  padding: 5px 0px 5px 0px;
  font-weight: 700;
  background: brown;
  color: white;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-bottom: 25px;
  border-radius: 8px;
}

.checkout .despacho .valorto {
  padding: 5px 0px 5px 0px;
  font-weight: 700;
  background: darkblue;
  color: white;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-bottom: 25px;
  border-radius: 8px;
}

.checkout .despacho .feedback-input {
  color: #948f8f;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #948f8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.checkout .despacho .feedback-input:focus {
  border: 2px solid #CC4949;
}

.checkout .despacho textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

.checkout .despacho .tipoenvio {
  width: 100%;
  display: block;
}

.checkout .despacho .tipoenvio #rtienda {
  width: 100%;
  background: #93c824;
  border: none;
  font-weight: 700;
}

.checkout .despacho .tipoenvio #rsucursal {
  width: 100%;
  background: #93c824;
  border: none;
  font-weight: 700;
}

.checkout .despacho .tipoenvio .tipoop {
  display: inline-grid;
  padding-bottom: 30px;
}

.checkout .despacho .tipoenvio .tipoop img {
  width: 100%;
}

.checkout .despacho .tipoenvio h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .despacho .retirotienda {
  display: inline-grid;
  width: 100%;
}

.checkout .despacho .adomi {
  display: inline-grid;
  width: 100%;
}

.checkout .despacho h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .direccionsucursal {
  width: 100%;
  display: block;
  padding-top: 155px;
}

.checkout .direccionsucursal .feedback-input {
  color: #948f8f;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #948f8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.checkout .direccionsucursal .feedback-input:focus {
  border: 2px solid #CC4949;
}

.checkout .direccionsucursal h1 {
  color: black;
  font-weight: 100;
  width: 100%;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding-top: 36px;
  padding-bottom: 30px;
}

.checkout .progress-step {
  margin-top: 2em;
  margin-left: 0;
  color: #666;
  font-size: 11px;
  display: none;
}

.checkout .progress-step li {
  width: 22.73%;
  float: left;
  text-align: center;
  padding: 10px;
  margin-right: 5px;
  background: #dedede;
  position: relative;
  display: inline-block;
  font-size: 120%;
}

.checkout .progress-step li:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f5f8fa;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.checkout .progress-step li.active:after {
  border-left-color: #505050;
}

.checkout .progress-step li:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dedede;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}

.checkout .progress-step li.active {
  background-color: #505050;
  color: #fff;
}

.pago {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
}

.pago .total {
  display: inline-block;
}

.pago .total #descuento {
  width: 100%;
  margin-bottom: 20px;
}

.pago .total #descuento #cartcoupons {
  width: 100%;
}

.pago .total #descuento #cartcoupons input[type=text] {
  width: 70%;
  padding: 1em;
  border-radius: 30px !important;
  height: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -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 linear .2s,box-shadow linear .2s;
  -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
}

.pago .total #descuento span {
  font-size: 18px;
  font-weight: bold;
}

.pago .total #migift {
  width: 100%;
}

.pago .total #migift #cartcoupons {
  width: 100%;
}

.pago .total #migift #cartcoupons input[type=text] {
  width: 70%;
  padding: 1em;
  border-radius: 30px !important;
  height: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -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 linear .2s,box-shadow linear .2s;
  -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
}

.pago .total #migift span {
  font-size: 18px;
  font-weight: bold;
}

.pago #ppago {
  font-size: 25px;
  font-weight: 700;
}

.pago .btn.primary {
  background-color: #FF008F;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  margin-bottom: 85px;
}

.pago #pageContent {
  background-color: #fff;
}

.pago .headerpago {
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
}

.pago .headerpago h2 {
  font-weight: bold;
  color: #FF008F;
  font-size: 40px;
  text-transform: uppercase;
}

.pago .tabladetalle {
  display: block;
  font-size: 11px;
}

.pago .tabladetalle #coupon-field {
  height: 32px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.pago .tabladetalle .row--tinybear {
  margin-bottom: .375rem;
}

.pago .tabladetalle .left {
  text-align: -webkit-center;
  text-align: center;
  font-size: 35px;
}

.pago .tabladetalle .left p {
  font-size: 25px;
}

.pago .tabladetalle .left .btn.primary {
  background-color: #FF008F;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: .8em 3em;
  font-size: 12pt;
  background-image: none !important;
  text-shadow: none;
  margin-bottom: 80px;
}

.pago .tabladetalle [class*=col--] {
  float: left;
  display: block;
  min-height: 1px;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.pago .tabladetalle #cart-table {
  border-bottom: 1px solid silver;
  margin-bottom: 0;
  color: #333 !important;
  width: 100%;
}

.pago .tabladetalle #cart-table .is-hidden {
  display: none;
}

.pago .tabladetalle #cart-table .CartItemColumn {
  padding: 20px;
  width: 180px;
  text-align: center;
}

.pago .tabladetalle #cart-table img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.pago .tabladetalle #cart-table .alt-button {
  clear: both;
  display: block;
  padding: 5px 36px;
  font-size: 100%;
  margin-top: 10px;
  background-color: #505050;
  color: #fff;
}

.pago .tabladetalle #cart-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 1px dashed #ccc;
  color: #333 !important;
  font-size: 18px;
}

.pago .tabladetalle #cart-table th {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.regalos {
  position: relative;
  top: 80px;
  margin-bottom: 100px;
}

.regalos #pageContent {
  background-color: #fff;
}

.regalos .hero {
  background: url(https://d1o9o9r2qlybfc.cloudfront.net/full/b254196d-cf20-4c27-a32f-be8aca710cfa.jpg) center center no-repeat;
  background-size: cover;
  padding: 75px 0px;
  text-align: center;
}

.regalos .hero__heading {
  font-size: 40px;
  margin-top: 0;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.regalos .hero__subheading {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.2;
  color: #fff;
}

.regalos .secciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.regalos .secciones .guide {
  position: relative;
  width: 100%;
  margin: 20px 0 20px 0px;
  padding-top: 85%;
  text-align: center;
}

.regalos .secciones .guide__article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.regalos .secciones .guide__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.regalos .secciones .guide__header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}

.regalos .secciones .guide__heading {
  margin-top: 0;
  color: #333;
  font-size: 22px;
  text-transform: none;
}

.regalos .secciones .guide__subheading {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
}

.regalos .callout {
  padding: 25px;
}

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

.regalos .callout__subheading {
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
}

.regalos .callout__link, .regalos .callout__link:link, .regalos .callout__link:visited {
  color: #fff !important;
  background-color: #FF008F !important;
}

.regalos .callout__subheading--tiny {
  margin-bottom: 12px;
  color: #333;
}

.regalos .callout__link {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  padding: 10px 30px;
  font-weight: 700;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

.regalos .callout__heading {
  margin-top: 0;
  color: #333;
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
}

.email--signup {
  background-color: #b6f42f;
  padding: 0em 0;
  margin-top: 80px;
}

.email--signup .correcto {
  color: white;
  font-size: 20px;
  font-weight: 800;
  width: 100%;
}

.email--signup .row--lostbear {
  margin-bottom: 0;
}

.email--signup h4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.email--signup .centered {
  text-align: center;
}

.email--signup .email-field {
  position: relative;
}

.email--signup .uneditable-input, .email--signup input[type=text], .email--signup input[type=password], .email--signup input[type=datetime], .email--signup input[type=datetime-local], .email--signup input[type=date], .email--signup input[type=month], .email--signup input[type=time], .email--signup input[type=week], .email--signup input[type=number], .email--signup input[type=email], .email--signup input[type=url], .email--signup input[type=tel], .email--signup input[type=color], .email--signup input[type=search], .email--signup textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -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 linear .2s,box-shadow linear .2s;
  -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
}

.email--signup button.appended {
  position: absolute;
  right: 2%;
  border-radius: 50px !important;
  height: 48px;
  width: 48px;
  text-align: center;
  padding: 0;
  margin-top: 5px;
  top: 0;
}

.email--signup .btn.primary {
  background-color: #FF008F;
  background-image: none;
  color: #fff;
  text-shadow: none;
}

.email--signup .newSletterSubmit {
  background-color: #b6f42f;
  background-image: none;
  color: #fff;
  text-shadow: none;
}

.email--signup .ico--send {
  fill: #fff;
  padding-top: 0px;
  margin-top: 6px;
}

.email--signup .hint {
  color: #C4C9CF;
  font-size: 12px;
}

.email--signup input[type=text] {
  width: 100%;
  padding: 2em;
  border-radius: 30px !important;
  height: 10px;
}

.logeo {
  position: relative;
  top: 80px;
  padding-bottom: 80px;
}

.logeo button {
  color: #fff;
  padding: .8em 3em;
  font-size: 15pt;
  background-image: none !important;
  text-shadow: none;
  border-radius: 0px;
  background-color: #FF008F;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

.logeo .logeado {
  background: #42b110;
  color: white;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  font-weight: 500;
  display: none;
  margin-bottom: 15px;
  width: 80%;
}

.logeo .registrado {
  background: cadetblue;
  color: white;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  font-weight: 500;
  display: none;
  margin-bottom: 15px;
  width: 80%;
}

.logeo .errorlogin {
  background: #ff0202;
  color: white;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  font-weight: 500;
  display: none;
  margin-bottom: 15px;
  width: 80%;
}

.logeo .registro {
  /* Shared */
  /* Facebook */
  /* Google */
}

.logeo .registro h2 {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF008F;
}

.logeo .registro input[type=text] {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.logeo .registro input[type=password], .logeo .registro input[type=text], .logeo .registro input[type=email], .logeo .registro textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 80%;
}

.logeo .registro input[type=submit].start-button {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.logeo .registro .start-button, .logeo .registro input[type=submit].start-button {
  background-color: #FF008F;
}

.logeo .registro .alt-button, .logeo .registro .block-button, .logeo .registro .start-button, .logeo .registro input[type=submit].start-button {
  color: #fff;
  padding: .8em 3em;
  font-size: 15pt;
  background-image: none !important;
  text-shadow: none;
  border-radius: 0px;
}

.logeo .registro p {
  margin: 0 0 2em;
}

.logeo .registro label {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.logeo .registro .control-group {
  margin-bottom: 12px;
}

.logeo .registro select {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 3px;
}

.logeo .registro select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.logeo .registro input[type=file], .logeo .registro select {
  height: 30px;
  line-height: 30px;
}

.logeo .registro .loginBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.logeo .registro .loginBtn:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.logeo .registro .loginBtn:focus {
  outline: none;
}

.logeo .registro .loginBtn:active {
  -webkit-box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.logeo .registro .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4C69BA), to(#3B55A0));
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: 'Muli', sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
}

.logeo .registro .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

.logeo .registro .loginBtn--facebook:hover,
.logeo .registro .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5B7BD5), to(#4864B1));
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

.logeo .registro .loginBtn--google {
  font-family: 'Muli', sans-serif;
  background: #DD4B39;
}

.logeo .registro .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}

.logeo .registro .loginBtn--google:hover,
.logeo .registro .loginBtn--google:focus {
  background: #E74B37;
}

.logeo .iniciosesion {
  /* Shared */
  /* Facebook */
  /* Google */
}

.logeo .iniciosesion .loginBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.logeo .iniciosesion .loginBtn:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.logeo .iniciosesion .loginBtn:focus {
  outline: none;
}

.logeo .iniciosesion .loginBtn:active {
  -webkit-box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.logeo .iniciosesion .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4C69BA), to(#3B55A0));
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: 'Muli', sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
}

.logeo .iniciosesion .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

.logeo .iniciosesion .loginBtn--facebook:hover,
.logeo .iniciosesion .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5B7BD5), to(#4864B1));
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

.logeo .iniciosesion .loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}

.logeo .iniciosesion .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}

.logeo .iniciosesion .loginBtn--google:hover,
.logeo .iniciosesion .loginBtn--google:focus {
  background: #E74B37;
}

.logeo .iniciosesion h2 {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF008F;
}

.logeo .iniciosesion input[type=text] {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.logeo .iniciosesion input[type=password], .logeo .iniciosesion input[type=text], .logeo .iniciosesion input[type=email], .logeo .iniciosesion textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 80%;
}

.logeo .iniciosesion input[type=submit].start-button {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.logeo .iniciosesion .start-button, .logeo .iniciosesion input[type=submit].start-button {
  background-color: #FF008F;
}

.logeo .iniciosesion .alt-button, .logeo .iniciosesion .block-button, .logeo .iniciosesion .start-button, .logeo .iniciosesion input[type=submit].start-button {
  color: #fff;
  padding: .8em 3em;
  font-size: 15pt;
  background-image: none !important;
  text-shadow: none;
  border-radius: 0px;
}

.logeo .iniciosesion p {
  margin: 0 0 2em;
}

.logeo .iniciosesion label {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.logeo .iniciosesion .control-group {
  margin-bottom: 12px;
}

.fin {
  display: block;
  padding: 3px 0px 3px 0px;
  color: #ffffff;
  background: #17161B;
  border-top: solid 1px;
  padding: 8px;
}

.fin #copyr {
  text-align: center;
}

.fin #anagram {
  text-align: center;
}

.fin span {
  margin: 10px;
}

.fin strong {
  margin: 10px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .prodetalle .mipro #detalleimagen {
    width: 100%;
    padding: 70px 8px 15px 8px;
  }
  .prodetalle .mipro .thumb img {
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 0px;
  }
  .tienda .text2 {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #000;
    line-height: 1.2;
    margin: auto;
    font-weight: 200;
  }
  .tienda .text {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 0px;
    color: #000;
    font-size: 29px;
    line-height: 1.2;
    margin: auto;
    font-weight: 400;
  }
  .tienda .ofertas .filtromobile {
    display: block;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
  }
  body {
    background: #e2e1e0;
  }
  .bx-wrapper {
    margin: 0 !important;
  }
  .store-card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 310px;
    margin: 1rem;
    position: relative;
    width: 80%;
  }
  .store-card-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .store-card-1:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .store-card-2 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .store-card-3 {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .store-card-4 {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .store-card-5 {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  .tienda .ofertas .filtros {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    display: block;
  }
  .tienda .hero {
    background: url(../images/banner_tienda_online.jpg) center center no-repeat;
    background-size: cover;
    padding: 265px 0 100px;
    text-align: center;
  }
  .comenzar p {
    margin-bottom: 1em;
    height: inherit;
  }
  .catalogo .hero {
    min-height: 270px;
  }
  .masthead #top-bar {
    /*top: 15px;*/
    top: 0;
  }
  .pago .tabladetalle .left {
    text-align: right;
    font-size: inherit;
  }
  body #floating-container {
    display: inherit;
  }
  body #mypreviewmobile {
    display: none;
  }
  body .flotante {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 19999999;
    background: #FF008F;
    color: white;
    padding: 16px;
    font-size: 18px;
    border-top-right-radius: 10px;
  }
  body .envios {
    position: fixed;
    width: 100%;
    color: #ffffff;
    z-index: 90000;
    background: #29313b;
    text-align: center;
    font-size: 12px;
  }
  .catalogo2019 {
    width: 20% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 600px) {
  .catalogo2019 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  body #popup {
    outline: 0 !important;
    position: fixed;
    top: 50%;
    z-index: 99999999999;
    left: 60%;
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    margin: 0;
    bottom: auto;
    overflow: hidden;
    background-color: #fff;
    border: 7px solid #999;
    border: 7px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 -1px rgba(255, 255, 255, 0.3), 0 1px 0 -1px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
  }
  .footer .picker6 p {
    font-size: 16px;
    height: 200px;
  }
  .card .fotocard .carousel-inner .pc {
    display: block;
  }
  .card .fotocard .carousel-inner .mobil {
    display: none;
  }
  .card .fotocard .carousel-inner .bg-div {
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: 50% 0;
    height: 140px;
    width: 100%;
    background-size: contain;
  }
  .linkes ul {
    margin: 0px;
    padding: 7px 0px 7px 0px;
    height: auto;
  }
  .framedprint .hero .start-button.inverted, .framedprint .hero .new2014 .banner.banner--triptych .start-button.inverted {
    font-size: 12pt;
  }
  .canvasprint .hero .start-button.inverted {
    margin-top: 210px;
  }
  .canvasprint .hero {
    background: url(../images/Canvas.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0px 0 20px;
    height: 300px;
  }
  .deals .hero {
    min-height: 370px;
  }
  .linkes {
    display: inline-block;
    text-align: left;
  }
  .card .precios [class*=col--] {
    float: left;
    display: block;
    min-height: 1px;
    margin-bottom: 3.25rem;
    padding-left: 6.25rem;
  }
  .card .precios a {
    background-color: #FF008F;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: .8em 3em;
    font-size: 12pt;
    background-image: none !important;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    margin-top: 95px;
    margin-bottom: 0px;
    display: block;
  }
  .card .fotocard .carousel-inner .bg-div {
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: 50% 0;
    height: 509px;
    width: 100%;
    background-size: contain;
  }
  .checkout .mobilecheck {
    display: table-cell;
  }
  .pago .total {
    display: block;
  }
  .pago .tabladetalle {
    display: block;
    font-size: inherit;
  }
  .card #hero-callout {
    width: 390px;
  }
  .comenzar .contenedoredge {
    height: 210px;
  }
  .framedprint .hero h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30pt;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    color: white;
  }
  .checkout .retidato [type="submit"] {
    width: 40%;
  }
  .canvasprint section .feature--frame {
    min-height: 445px;
  }
  .canvasprint section .feature--glass {
    min-height: 445px;
  }
  .canvasprint section .feature--mats {
    min-height: 445px;
  }
  .checkout .despacho [type="submit"] {
    width: 40%;
  }
  .checkout .progress-step {
    margin-top: 2em;
    margin-left: 0;
    color: #666;
    font-size: 11px;
    display: block;
  }
  .pago .tabladetalle #cart-table .is-hidden {
    display: table-cell;
  }
  .masthead .limit .is-hidden {
    display: none;
  }
  .masthead .limit .sacarlogo {
    display: block;
  }
  .comenzar .picker__body .grid__item {
    width: 19%;
    padding-top: 20%;
  }
  .comenzar .picker__body .grid__item1 {
    width: 19%;
    padding-top: 20%;
  }
  .photmag #mobile1 {
    width: initial;
  }
  .photmag .hero h1 {
    font-style: normal;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
    color: #333;
    font-size: 42pt;
    text-align: left;
  }
  .collage .hero .intro {
    background: none;
  }
  .steps .steps-collage {
    background-position: 37% 100%;
  }
  .collage .hero {
    background: url(https://d14c5m7lr5jmwa.cloudfront.net/v2/images/photocollage/main.jpg) top center/cover no-repeat #000;
    width: 100%;
    height: 629px;
    position: relative;
    z-index: 0;
  }
  .collage .steps [class*=col--] {
    float: left;
    display: block;
    min-height: 1px;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
  .collage .list {
    padding: 70px 0 !important;
    text-align: inherit;
  }
  .collage .steps .step1 {
    margin-left: -37px;
  }
  .collage .steps .step2 {
    margin-left: -36px;
  }
  .collage .steps .step3 {
    margin-left: -38px;
  }
  .collage .steps .step4 {
    margin-left: -36px;
  }
  .triptych .extra-extra-padding {
    padding: 120px 0;
  }
  .triptych .hero h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70pt;
    text-align: center;
    line-height: .9;
    text-transform: uppercase;
    color: white;
  }
  .fin #copyr {
    text-align: left;
  }
  .fin #anagram {
    text-align: right;
  }
  .framedprint section .feature--frame {
    min-height: 445px;
    background-size: cover;
    margin-bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  small, .small {
    font-size: 85%;
  }
  .deals .hero h1 {
    color: #fff;
    font-size: 70px;
    line-height: 45px;
    margin: 50px 0px 25px;
    font-weight: bold;
    line-height: 1.2;
  }
  .deals section .deal .deal--description {
    color: #414042;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 24px;
    height: 65px;
  }
  .framedprint section .feature--frame {
    min-height: 445px;
  }
  .framedprint section .feature--glass {
    min-height: 445px;
  }
  .framedprint section .feature--mats {
    min-height: 445px;
  }
  .framedprint section .feature--sizes {
    min-height: 445px;
  }
  .framedprint section .feature--paper {
    min-height: 445px;
  }
  .canvasprint section .feature--paper {
    min-height: 445px;
  }
  .framedprint .hero {
    background-size: cover;
    color: #fff;
    height: 360px;
    padding-top: 240px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
  }
  .canvasprint .hero h1 {
    font-size: 38pt;
  }
  .logeo {
    position: relative;
    top: 140px;
    padding-bottom: 80px;
  }
  .inicio .dataiz .get-started-container .start-button {
    padding: 1em 33%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .inicio .dataiz {
    width: auto;
    margin-top: 0;
    position: relative;
    padding-top: 3em;
    text-align: center;
  }
  .inicio .dataiz ul li {
    line-height: 28px;
    font-size: 12pt;
    color: #333;
    text-decoration: none;
  }
  .inicio .dataiz ul {
    list-style: none;
    padding: 0px 0px 25px 0px;
    margin: 0;
    text-align: inherit;
  }
  .inicio .dataiz h1 {
    color: #343434;
    text-transform: none;
    line-height: 1.2;
    margin: 5px 0 10px;
    font-size: 40px;
    font-weight: 700;
  }
  .email--signup button.appended {
    position: absolute;
    right: 16%;
    border-radius: 50px !important;
    height: 48px;
    width: 48px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
    top: 0;
  }
  .email--signup input[type=text] {
    width: 70%;
    padding: 2em;
    border-radius: 30px !important;
    height: 10px;
  }
  .email--signup h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .email--signup {
    background-color: #b6f42f;
    padding: 0em 0;
    margin-top: 80px;
  }
  .regalos .callout__heading {
    margin-top: 0;
    color: #333;
    font-size: 36px;
    text-transform: none;
    font-weight: 700;
  }
  .regalos .callout {
    padding: 80px;
  }
  .regalos .secciones .guide {
    position: relative;
    width: 100%;
    margin: 20px 0 20px 20px;
    padding-top: 85%;
    text-align: center;
  }
  .regalos .hero__subheading {
    font-size: 26px;
    margin-top: 0;
    line-height: 1.2;
    color: #fff;
  }
  .regalos .hero__heading {
    font-size: 60px;
    margin-top: 0;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
  }
  .regalos .hero {
    background: url(https://d1o9o9r2qlybfc.cloudfront.net/full/b254196d-cf20-4c27-a32f-be8aca710cfa.jpg) center center no-repeat;
    background-size: cover;
    padding: 220px 80px;
    text-align: center;
  }
  .masthead .limit #abrirmenu {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 22px;
    color: #777777;
    display: none;
    z-index: 1000;
  }
  .inicio .calidad p {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    text-align: left;
    height: 110px;
  }
  .inicio .calidad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    padding-bottom: 0px;
  }
  .inicio .customcat .squiggle {
    position: absolute;
    width: 210px;
    display: block;
  }
  .inicio .datader .video_overlay {
    position: absolute;
    color: #fff;
    width: 100%;
    padding-top: 14%;
    font-size: 11pt;
  }
  .masthead .limit .dropdownmenu {
    display: block;
  }
  .inicio .dataiz {
    text-align: left;
  }
}

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.container {
  width: 96% !important;
}

#chat-f-b {
  background-color: #FF008F !important;
}

#f_bt_start_chat {
  background-color: #FF008F !important;
}

.tienda-categs2021 {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
}

.tienda-categs {
  position: relative;
  display: inline-block;
  width: 30%;
  margin: 1.5%;
  width: 300px;
  height: 300px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  border: 3px solid #FFF;
}

.tienda-categs.activated {
  border: 3px solid #FF008F;
}

.tienda-categs img {
  width: 100%;
  height: 100%;
}

.tienda-categs hr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-bottom: 2px solid #000;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.tienda-categs span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 2px solid #000;
  z-index: 50;
  text-transform: uppercase;
}

.tienda-categs:hover span {
  background-color: #000;
  color: #FFF;
  border: 2px solid #FFF;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.tienda-categs:hover hr {
  border-bottom: 2px solid #FFF;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.tienda-categs.opacity {
  opacity: 0.4;
}

.deal-tienda2-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  min-height: 40px;
}

.deal-tienda2-strings {
  font-size: 14px;
  color: #333;
}

.deal-tienda2-dimension {
  font-size: 14px;
  color: #333;
}

.deal-tienda2-description {
  font-size: 14px;
  color: #333;
  min-height: 60px;
}

.deal-tienda2-img {
  max-width: 100%;
}

.deal-backgrounded {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
}

h1.title_category {
  font-family: futura-pt,arial,sans-serif;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 900;
}

ul.tema_tags {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.tema_tags li {
  display: inline-block;
  color: #999;
  margin-bottom: 10px;
  max-width: 33%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

ul.tema_tags li a {
  font-weight: bold;
  color: #333;
  padding: 7px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  border-bottom: 2px solid #FFF;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 2px;
}

ul.tema_tags li a:hover {
  border-bottom: 2px solid #FF008F;
}

ul.tema_tags li a.filtered-topic {
  border-bottom: 2px solid #FF008F;
  background-color: #FF008F;
  color: #FFF;
}

#zoom {
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: none;
}

#view img {
  max-width: 100%;
}

#thumbs {
  position: relative;
  margin: 20px 0;
}

.zoomer {
  position: relative;
  text-align: center;
}

/*
.tienda-noborders .row, .tienda-noborders .col-md-12, .tienda-noborders .col-md-6, .tienda-noborders .col-md-4 {
  margin:0;
  padding:0;
}
.tienda-noborders div {
  display: block;
  margin:0;
  padding:0;
}
*/
.tienda-noborders {
  padding: 0 200px;
  width: 100%;
  margin: auto;
}

.middle-top {
  margin-top: 25px;
}

.tl1 {
  max-width: 100%;
  width: 100%;
  height: 270px;
}

.tl3 {
  max-width: 100%;
  width: 100%;
  height: 315px;
  background-position: top !important;
}

.tl4 {
  max-width: 100%;
  width: 100%;
  height: 270px;
}

.tl5 {
  max-width: 100%;
  width: 100%;
  height: 567px;
  background-position: top !important;
}

.tl2 {
  max-width: 100%;
  width: 220px;
  height: 220px;
}

.header-topics {
  height: 220px;
  background-position: center;
  background-size: cover;
}

.tl8 {
  max-width: 100%;
  width: 100%;
  height: 340px;
  background-position: top !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mmt {
  margin-top: 25px;
}

.mmt2 {
  margin-top: 20px;
}

.tienda-categs {
  margin: 0;
  background-size: cover;
  background-position: center center;
}

.mmt {
  margin-top: 20px;
}

#nav-left-thumbs {
  left: 70px;
}

#nav-right-thumbs {
  right: 70px;
}

#nav-left-thumbs, #nav-right-thumbs {
  position: absolute;
  top: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: bold;
  color: #999;
  /*text-shadow: 0 0 10px rgba(0,0,0,.5);*/
  cursor: pointer;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#nav-left-thumbs:hover, #nav-right-thumbs:hover {
  background: lightgrey;
}

#pics-thumbs {
  position: relative;
  padding: 5px 0;
  margin: 0 122px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

#pics-thumbs img {
  padding: 5px;
  margin: 0 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 75px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.full-loading {
  position: fixed;
  z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.fl-on {
  display: block;
}

.full-loading i {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 50vw;
  margin-top: calc(50vh - 50px);
  color: #FFF;
  font-size: 100px;
}

@media only screen and (max-width: 768px) {
  .header-topics {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
  }
}

.catalogo section .deal img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px 3px 0px 0px;
  height: 354px;
}

@media only screen and (max-width: 600px) {
  .tienda-noborders .row > div {
    /*
    margin: auto;
    float: initial;
    
    max-height: 160px;
    overflow: hidden;
    */
    margin-bottom: 20px;
  }
  .tl2 {
    width: 100%;
  }
  .catalogo section .deal img {
    height: 303px;
    margin: auto;
  }
}

.nav__item {
  position: relative;
}

.nav__item .nav-flota {
  position: absolute;
  display: none;
}

.nav__item:hover .nav-flota {
  display: block;
  margin-left: 100% !important;
}

.nav__item:hover .nav-flota li:hover {
  background-color: #fefefe;
}

.nav__item:hover i {
  color: #FF008F;
}

.nav__item:hover .nav-flota li {
  width: 100% !important;
  background: #f5f5f5;
  border-bottom: solid 0px #fff !important;
  border-left: 1px solid #FF008F;
}

.nav__item:hover .nav-flota li a {
  padding: 25px;
  line-height: 18px;
}

body .modal-backdrop, body .modal-backdrop.fade.in {
  z-index: 100000 !important;
}

.isArtista {
  min-height: 480px;
  background-position: 0px;
}

@media (max-width: 768px) {
  .isArtista {
    min-height: 350px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
  }
  #calculadora {
    top: 15% !important;
  }
}

.only-phone {
  display: none;
}

.only-pc {
  display: block;
}

@media (max-width: 600px) {
  .only-phone {
    display: block;
  }
  .only-pc {
    display: none;
  }
}

.tienda-noborders.only-phone a {
  display: block;
  /*margin-bottom: 15px; */
}

.tienda-noborders.only-phone a img {
  max-width: 100%;
}

.instamix-flow {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.titler h2 > div:first-child {
  background-color: #FF008F;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
}

.titler h2 > div {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: middle;
}

.titler h2 {
  color: #FF008F;
  font-weight: bold;
}

.instamix-cuadros {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}

.instamix-pictures {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

@media only screen and (max-width: 600px) {
  .instamix-cuadros {
    display: inline-block;
    width: 100%;
  }
  .instamix-pictures {
    display: inline-block;
    width: 100%;
  }
}

.instamix-home {
  padding-top: 95px;
}

.terminar-instamix {
  background-color: #FF008F;
  color: #FFF;
  margin: auto;
  text-align: center;
  padding: 15px;
  border: 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.instamix-moldura {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 35%;
  margin-left: 2%;
  margin-right: 2%;
}

.instamix-moldura .active:after {
  font-family: FontAwesome;
  content: "\F00C";
  font-size: 60px;
  color: green;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.instamix-pictures .icon_add {
  font-size: 32px;
  color: gray;
}

.instamix-ul li.chooser {
  border: 2px solid #DEDEDE;
  border-radius: 10px;
  text-align: center;
}

.instamix-ul li.chooser label, .instamix-ul li.chooser button {
  display: inline-block;
  margin: auto;
  margin-right: 6px;
  margin-left: 6px;
  padding: 7px;
  border-radius: 7px;
  background-color: #FFF;
  border: 1px solid gray;
  -webkit-transition: all .5 ease-in-out;
  transition: all .5 ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.instamix-ul li.chooser label:hover, .instamix-ul li.chooser button:hover {
  background-color: #EFEFEF;
}

.instamix-ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  margin-right: 15px;
  width: 200px;
  height: 200px;
  position: relative;
}

.instamix-ul li label {
  cursor: pointer;
  font-weight: normal;
  color: gray;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

.insta-marco-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  top: 3%;
  left: 3%;
}

.instamix-seleccionaste {
  padding: 20px;
}

.alertify-notifier {
  z-index: 10000000 !important;
}

.insta-marco {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

.insta-marco img {
  width: 100%;
  height: 100%;
}

.picker1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

.f-table1 {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f-table__cell1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.picker__inner1 {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 620px;
  margin: 5% auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height .2s ease;
  transition: max-height .2s ease;
}

.picker__header1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  color: #fff;
  text-align: left;
}

.picker__heading1 {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.picker__close1 {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000;
  font-size: 20px;
  opacity: .2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.picker__body1 {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding: 20px;
  color: #676767;
  font-size: 12px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.picker__body1 .grid__item1 {
  width: 33%;
  padding-top: 33%;
}

.picker__body1 .grid__item1 {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  background-color: #eee;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.picker__body1 .grid__image1 {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.grid1 {
  position: relative;
  text-align: left;
}

.grid__item--thumbnail1 {
  position: relative;
  width: 50%;
  padding-top: 50%;
}

.grid__item--thumbnail1 .grid__image1 {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.modal.fade.in {
  z-index: 10000000 !important;
  margin-top: -25% !important;
}

.instamix-deleteme {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  color: #FFF;
  padding: 5px;
  z-index: 100;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  color: red;
  cursor: pointer;
}

.instamix-deleteme:hover {
  background-color: red;
  color: #FFF;
}

.artistas {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  max-width: 29%;
}

@media only screen and (max-width: 1000px) {
  .artistas {
    max-width: 48%;
  }
}

@media only screen and (max-width: 600px) {
  .artistas {
    max-width: 100%;
  }
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.logoPagina img {
  width: 100px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.os-400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.os-600 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.os-700 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.tw-400 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.tw-600 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

.tw-700 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: white;
}

.text-gray {
  color: #7C7C7C;
}

.text-gray2 {
  color: #555555;
}

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

.bg-black {
  background-color: #000;
}

.bg-grey {
  background-color: #dddddd;
}

.bg-2 {
  background-color: #D9D9D9;
}

.bg-3 {
  background-color: #C0C0C0;
}

.bg-4 {
  background-color: #7C7C7C;
}

.p-10 {
  padding-top: 50px;
}

.nav-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 3rem 1.25rem 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.nav-bar {
  display: grid;
  grid-template-columns: repeat(5, 190px);
  justify-items: center;
}

.nav-item {
  cursor: pointer;
}

.g-5 {
  gap: 5px;
}

.g-15 {
  gap: 15px;
}

.g-10 {
  gap: 10px;
}

.g-20 {
  gap: 20px;
}

.g-30 {
  gap: 30px;
}

.g-40 {
  gap: 40px;
}

.g-50 {
  gap: 50px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.f-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.f-direction-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  text-decoration: none;
  color: black;
}

.separacion-cuadro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}

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

.progreso {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progreso li {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  margin-left: 40px;
}

.progreso li:first-child {
  margin-left: 0px;
}

.progreso li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  width: 30px;
  height: 1px;
}

.step-actual {
  padding: 10px;
  opacity: 1;
  color: white;
  border-radius: 50%;
}

.step-actual::after {
  background-color: black;
}

.step-prox::after {
  background-color: #D9D9D9;
}

.step-prox {
  opacity: 0.3;
  color: white;
  border-radius: 50%;
}

ul {
  padding: 0;
}

.a-select {
  padding-bottom: 1px;
  -webkit-text-decoration: underline black;
          text-decoration: underline black;
  text-underline-offset: 5px;
  font-weight: 700;
}

.container {
  padding: 0rem 32px;
}

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

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

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

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.pl-5 {
  padding-left: 5px;
}

.servicio {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.enmarcaciones1 {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.servicios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 38px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.btn-servicio {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  background-color: white;
  color: black;
}

.btn-servicio-select {
  background-color: #000;
  color: white;
}

.des-servicios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 20px 0;
  background: url(../images_2/footer.jpg);
  color: #fff;
  width: 100%;
  text-align: center;
}

/* .footer {
    margin-top: auto;
    width: 100%;
    text-align: center;
  
} */
.flex-cuadro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-text {
  text-align: center;
  margin-bottom: 5px;
}

.bottom-text {
  text-align: center;
  margin-top: 5px;
}

.flex-cuadro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10px;
}

.left-text,
.right-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* Esta propiedad rota el texto en sentido vertical */
}

.medidas {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
  width: 200px;
}

input.medidas:focus {
  outline: none;
  background-color: #D9D9D9;
}

.border-0 {
  border: 0;
}

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

.f-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.actualCosto {
  padding-left: 65px;
  padding-right: 40px;
  padding: 5px 40px 5px 65px;
}

.precioCosto {
  padding-right: 65px;
  padding: 5px 65px 5px 0px;
}

.btnVolver {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 100px;
}

.btnSig {
  border-radius: 10px;
  background-color: black;
  border: 1px solid black;
  padding: 10px 100px;
}

.btnVer {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 7px 25px;
}

.btnSelec {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 8px 8px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.btnColor {
  position: relative;
  border-radius: 50%;
  border: 0px;
  padding: 20px 20px;
  -webkit-transition: .1s;
  transition: .1s;
  font-size: 0px;
}

.btnColorBorder {
  outline: 5px solid #6c6969;
  outline-offset: -5px;
}

.box {
  padding: 20px 20px;
  outline: 2px solid white;
}

.btnColor::after {
  background-color: white;
}

.btnColor:hover {
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.pointer {
  cursor: pointer;
}

.color-negro {
  background-color: #000;
}

.color-natural {
  background-color: #995640;
}

.color-champagne {
  background: -webkit-gradient(linear, left top, right top, from(#8A907A), to(#585C4E00));
  background: linear-gradient(to right, #8A907A, #585C4E00);
}

.color-dorado1 {
  background: -webkit-gradient(linear, left top, right top, from(#926E2A), to(#926E2A00));
  background: linear-gradient(to right, #926E2A, #926E2A00);
}

.color-plata {
  background: -webkit-gradient(linear, left top, right top, from(#CAC7C2), to(#6A645800));
  background: linear-gradient(to right, #CAC7C2, #6A645800);
}

.color-dorado2 {
  background: -webkit-gradient(linear, left top, right top, from(#FDC65D), to(#514D4700));
  background: linear-gradient(to right, #FDC65D, #514D4700);
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(79, 79, 79, 0.7);
}

.modal-content {
  width: 749px;
  height: auto;
  border: none !important;
  border-radius: 20px;
  padding: 40px;
  background-color: white;
}

.cerrarModal {
  background-color: transparent;
  border: 0px;
}

.border-10 {
  border-radius: 10px;
}

.cuadroLargoAncho {
  padding: 10px 27px;
  min-width: 300px;
  text-align: center;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.radio-paspartu [type="radio"] {
  display: none;
}

.radio-paspartu label {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 95px;
  cursor: pointer;
  color: black;
}

.radio-paspartu [type="radio"]:checked + label {
  background-color: black;
  color: white;
}

.radio-paspartu-digital [type="radio"] {
  display: none;
}

.btnPaspartu {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 0px;
  cursor: pointer;
  color: black;
  text-align: center;
}

.radio-paspartu-digital [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

/* radio ancho */
.radio-ancho [type="radio"] {
  display: none;
}

.radio-ancho [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

/* Radio Tipo */
.radio-tipo [type="radio"] {
  display: none;
}

.radio-tipo label img:hover {
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.radio-tipo label img:hover {
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.radio-tipo [type="radio"]:checked + label img {
  border-radius: 50%;
  outline: 5px solid #6c6969;
  outline-offset: -5px;
}

.radio-tipo [type="radio"]:checked + label div {
  font-weight: 700;
}

/* radio Terminacion */
.radio-list-terminacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio-terminacion {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.radio-terminacion [type="radio"] {
  display: none;
}

.radio-terminacion [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

/* radio-carrito */
.radio-list-carro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.radio-despacho [type="radio"] {
  display: none;
}

.radio-despacho [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

/* radio Orientacion */
.radio-list-orientacion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.radio-orientacion [type="radio"] {
  display: none;
}

.radio-orientacion [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

.imgCuadroPeque {
  width: 282px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-model {
  cursor: pointer;
  color: black;
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  min-width: 100px;
  padding: 8px 0px;
  text-align: center;
}

.verti {
  cursor: pointer;
  color: black;
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  min-width: 280px;
  padding: 10px 0px;
  text-align: center;
}

.btnCarro {
  cursor: pointer;
  color: black;
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  min-width: 280px;
  padding: 15px 0px;
  text-align: center;
}

.btnCarroContinuar {
  cursor: pointer;
  color: white;
  border-radius: 10px;
  background-color: black;
  border: 1px solid black;
  min-width: 280px;
  padding: 15px 0px;
  text-align: center;
}

.cuadroCarrito {
  width: 100%;
}

.modal_agregarCarrito_content {
  width: 650px;
  height: auto;
  border: none !important;
  border-radius: 20px;
  padding: 40px;
  background-color: white;
}

.modal_resolucionImagen_content {
  border: none !important;
  border-radius: 20px;
  padding: 40px;
  width: 650px;
  height: 601.008px;
  background-color: white;
}

.modal_carrito_content {
  border: none !important;
  border-radius: 20px;
  padding: 40px;
  width: 640px;
  height: 269;
  background-color: white;
}

.grid-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.btnCancelar {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 100px;
}

.btnAgreg {
  border-radius: 10px;
  background-color: black;
  border: 1px solid black;
  padding: 10px 76px;
}

.btnDespacho {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 16px;
  text-align: center;
  width: 100px;
}

.btnProd {
  border-radius: 10px;
  background-color: black;
  border: 1px solid black;
  padding: 10px 16px;
  text-align: center;
  width: 100px;
}

.btn-TP {
  border-radius: 10px;
  border: 1px solid black;
  padding: 10px 16px;
  text-align: center;
  width: 260px;
}

.h-100 {
  height: 100%;
}

.operacion {
  background-color: #CAC7C2;
  padding: 8px 20px;
}

.cuadros {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cuadroEnCarrito {
  width: 45%;
}

.cuadroEnCarrito img {
  max-width: 100%;
  max-height: 100%;
}

.card-producto {
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.text-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btnPass-impresion {
  cursor: pointer;
  color: black;
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  min-width: 185px;
  padding: 10px 0px;
  text-align: center;
}

.radio-paspartu-impresion [type="radio"] {
  display: none;
}

.radio-paspartu-impresion [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

.subirImagen {
  content: '';
  cursor: pointer;
  color: black;
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 86px;
  text-align: center;
}

.subirImagen:hover {
  background: black;
  color: white;
}

.input-file {
  display: none !important;
}

.nombreImagen {
  background: #D9D9D9;
  padding: 10px 0px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgProductoCarro {
  width: 28%;
}

.imgProductoCarro img {
  max-width: 100%;
  max-height: 100%;
}

.previewImg {
  width: 286px;
  height: 344px;
  /* object-fit: contain; */
}

.imgAjuste {
  width: 561px;
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.previewImgAjuste {
  max-width: 559px;
  max-height: 355px;
  /* object-fit: contain; */
  background-color: white;
  border: 1px solid black;
}

.finalImg {
  width: 210px;
  height: 250px;
}

.paraCarroImg {
  width: 287px;
  height: 341px;
  border: 1px solid black;
}

.enCarroImg {
  width: 170px;
  height: 130px;
}

.composicionImg {
  width: 200px;
  height: 170px;
}

.cantCarro {
  padding: 3px 8px;
  border-radius: 50%;
  background-color: black;
  color: white;
  opacity: 0.5;
  font-size: 14px;
  position: relative;
  right: 12px;
}

.btnCerrar {
  border-radius: 10px;
  color: white;
  background-color: black;
  border: 1px solid black;
  padding: 8px 25px;
}

.btnAnchoPaspartu {
  border-radius: 10px;
  background-color: white;
  border: 1px solid black;
  padding: 10px 0px;
  cursor: pointer;
  color: black;
  text-align: center;
}

.radio-borde-canvas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.radio-borde-canvas [type="radio"] {
  display: none;
}

.radio-borde-canvas [type="radio"]:checked + label div {
  background-color: black;
  color: white;
}

.br-15 {
  border-radius: 15px;
}

.bg-black {
  background-color: black;
}

.grid-columns-modalCarro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}

.flex-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.tituloFracaso {
  font-size: 30px;
  color: #312e2f;
  font-weight: 900;
  margin: 0px;
  text-align: center;
}

.btn-comenzar {
  color: white;
  background: #93c824;
  font-weight: 700;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 25px;
  margin-top: 58px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.btn-comenzar:hover {
  color: white;
}

.ml-5 {
  margin-left: 50px;
}

.home-titulo {
  color: #94f300;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 35px;
}

.home-descripcion {
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  padding: 0px 170px;
  margin-bottom: 50px;
}

.line-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 25px 280px;
}

.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contenedor-imgServicio {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contenedor-imgServicio img {
  width: 200px;
}

.contenedor-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item-titulo {
  text-transform: uppercase;
  color: #232323;
  font-weight: 900;
  font-size: 25px;
}

.item-descripcion {
  text-transform: uppercase;
  color: black;
  font-size: 20px;
}

.imghover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.imghover:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 600px) {
  .customcat {
    padding-bottom: 20px !important;
  }
  .home-titulo {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .titulo-mobile {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .home-descripcion {
    text-transform: none;
    font-size: 11px;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .line-item {
    grid-template-columns: 1fr;
    padding: 25px 5px;
  }
  .item-titulo {
    font-size: 22px;
  }
  .item-descripcion {
    font-size: 20px;
    padding: 0px 10px !important;
  }
}

.trumbowyg-box, .trumbowyg-editor {
  min-height: 150px !important;
}

.cate-mobile {
  margin-top: 11px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0px;
}

.footer_wsp {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 22px;
  padding-bottom: 22px;
}

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

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

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("~bootstrap-sass/assets/fonts/bootstrap/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur: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: "\A5";
}

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

.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;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background-color: #f5f8fa;
}

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

a {
  color: #3097D1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #216a94;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

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

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 11px;
}

.lead {
  margin-bottom: 22px;
  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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #3097D1;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3097D1;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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

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

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

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

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

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

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

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: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  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;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@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;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #98cbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 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: #eeeeee;
  opacity: 1;
}

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

textarea.form-control {
  height: auto;
}

@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: 36px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

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

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

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  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 textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

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

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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: 27px;
}

.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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.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, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2579a9;
  border-color: #133d55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2579a9;
  background-image: none;
  border-color: #1f648b;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f648b;
  border-color: #133d55;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn-primary .badge {
  color: #3097D1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #20895e;
  border-color: #0d3625;
}

.btn-success:hover {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20895e;
  background-image: none;
  border-color: #196c4b;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #196c4b;
  border-color: #0d3625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  background-image: none;
  border-color: #538db0;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #b6a338;
  border-color: #685d20;
}

.btn-warning:hover {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b6a338;
  background-image: none;
  border-color: #9b8a30;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b8a30;
  border-color: #685d20;
}

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

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

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #954120;
  border-color: #411c0e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #954120;
  background-image: none;
  border-color: #78341a;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}

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

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

.btn-link {
  font-weight: 400;
  color: #3097D1;
  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:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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;
}

.dropup,
.dropdown {
  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;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  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.6;
  color: #777777;
  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 {
    left: 0;
    right: auto;
  }
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn: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 > .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 {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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 {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn: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) {
  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 {
  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) > .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 {
  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 > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3097D1;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 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.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3097D1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f8fa;
  }
}

.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 {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    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-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-brand:hover, .navbar-brand:focus {
  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-right: 15px;
  margin-top: 8px;
  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: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  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);
  margin-top: 7px;
  margin-bottom: 7px;
}

@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@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: #fff;
  border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d3e0e9;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  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:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  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-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 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.6;
  color: #3097D1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #216a94;
  background-color: #eeeeee;
  border-color: #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 > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3097D1;
  border-color: #3097D1;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  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: 22px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.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:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  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;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3097D1;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2579a9;
}

.label-success {
  background-color: #2ab27b;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #20895e;
}

.label-info {
  background-color: #8eb4cb;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #6b9dbb;
}

.label-warning {
  background-color: #cbb956;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #b6a338;
}

.label-danger {
  background-color: #bf5329;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #954120;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3097D1;
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.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: 22px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3097D1;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.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;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  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: 22px;
  color: #fff;
  text-align: center;
  background-color: #3097D1;
  -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 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}

.progress-striped .progress-bar-success {
  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: #8eb4cb;
}

.progress-striped .progress-bar-info {
  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: #cbb956;
}

.progress-striped .progress-bar-warning {
  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: #bf5329;
}

.progress-striped .progress-bar-danger {
  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-left,
.media-right,
.media-body {
  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 #d3e0e9;
}

.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;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.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: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d7ebf6;
}

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:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  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: 22px;
  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-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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,
.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-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-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 {
  border-top-left-radius: 3px;
}

.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,
.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-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-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 {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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: 22px;
}

.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #d3e0e9;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d3e0e9;
}

.panel-default {
  border-color: #d3e0e9;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d3e0e9;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d3e0e9;
}

.panel-primary {
  border-color: #3097D1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097D1;
}

.panel-primary > .panel-heading .badge {
  color: #3097D1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097D1;
}

.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 iframe,
.embed-responsive embed,
.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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.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-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.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: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  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: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  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;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.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.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;
}

.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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  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;
  font-size: 14px;
  background-color: #fff;
  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);
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}

.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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  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: 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-gradient(linear, left top, right top, from(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:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  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: rgba(0, 0, 0, 0);
  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 {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    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;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix: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-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.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;
  }
  th.visible-sm,
  td.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;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.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;
  }
  th.visible-print,
  td.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;
  }
}
