@charset "UTF-8";
@font-face {
  font-family: "Ubuntu Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}

@font-face {
  font-family: "Ubuntu Regular";
  src: url(../fonts/Ubuntu-Regular.ttf);
}

@font-face {
  font-family: "Ubuntu Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
  font-family: "Ubuntu Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}

@font-face {
  font-family: "Rokkitt Light";
  src: url(../fonts/Rokkitt-Light.ttf);
}

@font-face {
  font-family: "Rokkitt ExtraLight";
  src: url(../fonts/Rokkitt-ExtraLight.ttf);
}

@font-face {
  font-family: "Rokkitt Thin";
  src: url(../fonts/Rokkitt-Thin.ttf);
}

@font-face {
  font-family: "Rokkitt Regular";
  src: url(../fonts/Rokkitt-Regular.ttf);
}

@font-face {
  font-family: "Rokkitt Medium";
  src: url(../fonts/Rokkitt-Medium.ttf);
}

@font-face {
  font-family: "Rokkitt SemiBold";
  src: url(../fonts/Rokkitt-SemiBold.ttf);
}

@font-face {
  font-family: "Rokkitt Bold";
  src: url(../fonts/Rokkitt-Bold_0.ttf);
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Ubuntu Light";
  font-size: 15px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

.mobile {
  display: none;
}

a {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  outline: 0px !important;
  -moz-outline-style: none !important;
  text-decoration: none;
}

* {
  outline-color: 0px !important;
}

strong {
  font-weight: 100;
  font-family: "Ubuntu Bold";
}

button {
  outline: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

.clearfix {
  clear: both;
}

.form-horizontal .form-group {
  margin: 0;
}

.col5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.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;
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 05/06/2018 11:43
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-search-medium:before {
  content: "\f100";
}

.flaticon-heart-medium:before {
  content: "\f101";
}

.flaticon-shopping-bag-medium:before {
  content: "\f102";
}

.flaticon-user-medium:before {
  content: "\f103";
}

.flaticon-video-camera:before {
  content: "\f104";
}

.flaticon-water-truck:before {
  content: "\f105";
}

.flaticon-worker2:before {
  content: "\f106";
}

.flaticon-megaphone-filled:before {
  content: "\f107";
}

.flaticon-user:before {
  content: "\f108";
}

.flaticon-paw:before {
  content: "\f109";
}

.flaticon-send:before {
  content: "\f10a";
}

.flaticon-search-linear:before {
  content: "\f10b";
}

.flaticon-woman-glasses:before {
  content: "\f10c";
}

.flaticon-portfolio:before {
  content: "\f10d";
}

.flaticon-factory:before {
  content: "\f10e";
}

.flaticon-man-glasses:before {
  content: "\f10f";
}

.flaticon-404:before {
  content: "\f110";
}

.flaticon-refund:before {
  content: "\f111";
}

.flaticon-woman-man:before {
  content: "\f112";
}

.flaticon-wifi:before {
  content: "\f113";
}

.flaticon-alert-rounded-filled:before {
  content: "\f114";
}

.flaticon-printer:before {
  content: "\f115";
}

.flaticon-light:before {
  content: "\f116";
}

.flaticon-map-marker-filled:before {
  content: "\f117";
}

.flaticon-truck-linear:before {
  content: "\f118";
}

.flaticon-monuments:before {
  content: "\f119";
}

.flaticon-drop:before {
  content: "\f11a";
}

.flaticon-pencil:before {
  content: "\f11b";
}

.flaticon-skype-linear:before {
  content: "\f11c";
}

.flaticon-cogwheel:before {
  content: "\f11d";
}

.flaticon-buildings:before {
  content: "\f11e";
}

.flaticon-tools:before {
  content: "\f11f";
}

.flaticon-lock:before {
  content: "\f120";
}

.flaticon-finance:before {
  content: "\f121";
}

.flaticon-gear:before {
  content: "\f122";
}

.flaticon-school:before {
  content: "\f123";
}

.flaticon-pill:before {
  content: "\f124";
}

.flaticon-clock-filled:before {
  content: "\f125";
}

.flaticon-word:before {
  content: "\f126";
}

.flaticon-worker:before {
  content: "\f127";
}

.flaticon-megaphone:before {
  content: "\f128";
}

.flaticon-register:before {
  content: "\f129";
}

.flaticon-calendar-simple:before {
  content: "\f12a";
}

.flaticon-desktop:before {
  content: "\f12b";
}

.flaticon-celular:before {
  content: "\f12c";
}

.flaticon-shopping-basket:before {
  content: "\f12d";
}

.flaticon-list:before {
  content: "\f12e";
}

.flaticon-camera:before {
  content: "\f12f";
}

.flaticon-lock-filled:before {
  content: "\f130";
}

.flaticon-quote:before {
  content: "\f131";
}

.flaticon-question-circle:before {
  content: "\f132";
}

.flaticon-alert-rounded:before {
  content: "\f133";
}

.flaticon-euro-linear:before {
  content: "\f134";
}

.flaticon-youtube-play:before {
  content: "\f135";
}

.flaticon-person-filled:before {
  content: "\f136";
}

.flaticon-users-filled:before {
  content: "\f137";
}

.flaticon-heart-full:before {
  content: "\f138";
}

.flaticon-minus:before {
  content: "\f139";
}

.flaticon-plus-filled:before {
  content: "\f13a";
}

.flaticon-person:before {
  content: "\f13b";
}

.flaticon-paper-plane:before {
  content: "\f13c";
}

.flaticon-check-list:before {
  content: "\f13d";
}

.flaticon-document:before {
  content: "\f13e";
}

.flaticon-heart:before {
  content: "\f13f";
}

.flaticon-share:before {
  content: "\f140";
}

.flaticon-close-1:before {
  content: "\f141";
}

.flaticon-plus:before {
  content: "\f142";
}

.flaticon-hard-hat:before {
  content: "\f143";
}

.flaticon-circle:before {
  content: "\f144";
}

.flaticon-pdf:before {
  content: "\f145";
}

.flaticon-twitter:before {
  content: "\f146";
}

.flaticon-gears:before {
  content: "\f147";
}

.flaticon-pinterest:before {
  content: "\f148";
}

.flaticon-linkedin:before {
  content: "\f149";
}

.flaticon-google-plus:before {
  content: "\f14a";
}

.flaticon-facebook:before {
  content: "\f14b";
}

.flaticon-envelope:before {
  content: "\f14c";
}

.flaticon-answer:before {
  content: "\f14d";
}

.flaticon-bars:before {
  content: "\f14e";
}

.flaticon-wifi-2:before {
  content: "\f14f";
}

.flaticon-phone:before {
  content: "\f150";
}

.flaticon-home-linear:before {
  content: "\f151";
}

.flaticon-cell-phone:before {
  content: "\f152";
}

.flaticon-happy-face:before {
  content: "\f153";
}

.flaticon-hands:before {
  content: "\f154";
}

.flaticon-close:before {
  content: "\f155";
}

.flaticon-check:before {
  content: "\f156";
}

.flaticon-bars-filled:before {
  content: "\f157";
}

.flaticon-unlink:before {
  content: "\f158";
}

.flaticon-euro-filled:before {
  content: "\f159";
}

.flaticon-truck-filled:before {
  content: "\f15a";
}

.flaticon-shopping-basket-filled:before {
  content: "\f15b";
}

.flaticon-multimedia-1:before {
  content: "\f15c";
}

.flaticon-right-filled:before {
  content: "\f15d";
}

.flaticon-left-filled:before {
  content: "\f15e";
}

.flaticon-search:before {
  content: "\f15f";
}

.flaticon-multimedia:before {
  content: "\f160";
}

.flaticon-map-marker:before {
  content: "\f161";
}

.flaticon-truck:before {
  content: "\f162";
}

.flaticon-quality:before {
  content: "\f163";
}

.flaticon-map-pin:before {
  content: "\f164";
}

.flaticon-mortarboard:before {
  content: "\f165";
}

.flaticon-truck-front:before {
  content: "\f166";
}

.flaticon-chemistry:before {
  content: "\f167";
}

.flaticon-shopping-bag:before {
  content: "\f168";
}

.flaticon-clock:before {
  content: "\f169";
}

.flaticon-shopping-cart-filled:before {
  content: "\f16a";
}

.flaticon-link:before {
  content: "\f16b";
}

.flaticon-logout:before {
  content: "\f16c";
}

.flaticon-download:before {
  content: "\f16d";
}

.flaticon-list-filled:before {
  content: "\f16e";
}

.flaticon-link-filled:before {
  content: "\f16f";
}

.flaticon-instagram:before {
  content: "\f170";
}

.flaticon-lock2:before {
  content: "\f171";
}

.flaticon-fax-linear:before {
  content: "\f172";
}

.flaticon-teleoperator:before {
  content: "\f173";
}

.flaticon-contract:before {
  content: "\f174";
}

.flaticon-info-circle:before {
  content: "\f175";
}

.flaticon-big-garbage-bin:before {
  content: "\f176";
}

.flaticon-whatsapp:before {
  content: "\f177";
}

.flaticon-share-full:before {
  content: "\f178";
}

.flaticon-add-user-filled:before {
  content: "\f179";
}

.flaticon-hands-filled:before {
  content: "\f17a";
}

.flaticon-settings-work-tool:before {
  content: "\f17b";
}

.flaticon-portfolio-filled:before {
  content: "\f17c";
}

.flaticon-euro-rounded:before {
  content: "\f17d";
}

.flaticon-euro-thin:before {
  content: "\f17e";
}

.flaticon-cross:before {
  content: "\f17f";
}

.flaticon-calendar-full:before {
  content: "\f180";
}

.flaticon-up-filled:before {
  content: "\f181";
}

.flaticon-fax-filled:before {
  content: "\f182";
}

.flaticon-add-filled:before {
  content: "\f183";
}

.flaticon-info:before {
  content: "\f184";
}

.flaticon-info-filled:before {
  content: "\f185";
}

.flaticon-pencil-filled:before {
  content: "\f186";
}

.flaticon-right:before {
  content: "\f187";
}

.flaticon-up:before {
  content: "\f188";
}

.flaticon-down:before {
  content: "\f189";
}

.flaticon-left:before {
  content: "\f18a";
}

.flaticon-shopping-bag-filled:before {
  content: "\f18b";
}

.flaticon-google-plus-logo-symbol:before {
  content: "\f18c";
}

.flaticon-leaf:before {
  content: "\f18d";
}

.flaticon-envelope-filled:before {
  content: "\f18e";
}

.flaticon-facebook-filled:before {
  content: "\f18f";
}

.flaticon-linkedin-filled:before {
  content: "\f190";
}

.flaticon-printer-filled:before {
  content: "\f191";
}

.flaticon-skype-filled:before {
  content: "\f192";
}

.flaticon-phone-circle:before {
  content: "\f193";
}

.flaticon-youtube-filled:before {
  content: "\f194";
}

.flaticon-phone-filled:before {
  content: "\f195";
}

.flaticon-down-filled:before {
  content: "\f196";
}

.flaticon-home-filled:before {
  content: "\f197";
}

.flaticon-mobile-filled:before {
  content: "\f198";
}

.flaticon-tag:before {
  content: "\f199";
}

.flaticon-circle-filled:before {
  content: "\f19a";
}

.flaticon-download-filled:before {
  content: "\f19b";
}

.flaticon-comments:before {
  content: "\f19c";
}

.flaticon-question-filled:before {
  content: "\f19d";
}

.flaticon-camera-filled:before {
  content: "\f19e";
}

.flaticon-quote-filled:before {
  content: "\f19f";
}

.flaticon-map:before {
  content: "\f1a0";
}

.flaticon-cart-linear:before {
  content: "\f1a1";
}

.flaticon-check-hand:before {
  content: "\f1a2";
}

.flaticon-office-telephone:before {
  content: "\f1a3";
}

.flaticon-trash-filled:before {
  content: "\f1a4";
}

.flaticon-wrench:before {
  content: "\f1a5";
}

.flaticon-twitter-filled:before {
  content: "\f1a6";
}

.flaticon-train-filled:before {
  content: "\f1a7";
}

.flaticon-pinterest-filled:before {
  content: "\f1a8";
}

.flaticon-remove-button:before {
  content: "\f1a9";
}

.flaticon-sad-face:before {
  content: "\f1aa";
}

/*PRELOADER*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

#loading-animation {
  width: 154px;
  height: 67px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.cssload-container {
  width: 100%;
  height: 67px;
  text-align: center;
}

/*HEADER*/
header {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  padding-bottom: 0px;
}

header .box-logo {
  width: 154px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  top: 8px;
}

header .box-logo img {
  width: 100%;
}

header .cintillo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  height: 5px;
  margin-bottom: 15px;
  background: #000000;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #000000 0%, #666666 50%, #000000 100%);
  background: -o-linear-gradient(left, #000000 0%, #666666 50%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #666666 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
}

header .box {
  display: inline-block;
  float: right;
}

header .box .buscador {
  display: inline-block;
  width: 360px;
  float: left;
}

header .box .buscador .search {
  display: inline-block;
  width: 100%;
}

header .box .buscador .search .form-buscador {
  display: inline-block;
  width: 100%;
}

header .box .buscador .search .form-buscador .form-control {
  width: 310px;
  float: left;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  height: 35px;
}

header .box .buscador .search .form-buscador .form-control:focus {
  border: none;
  border-bottom: 1px solid #000;
  background: #f5f5f5;
}

header .box .buscador .search .form-buscador button {
  float: right;
  padding: 5px 10px;
  font-size: 21px;
  position: relative;
  top: 3px;
}

header .box .buscador .search .form-buscador button:hover {
  color: #666;
}

header .box .box-user {
  display: inline-block;
  float: left;
  margin-top: 8px;
}

header .box .box-user a {
  color: #000;
  font-size: 21px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

header .box .box-user a:hover {
  color: #666;
}

header .box .box-user .badge {
  font-size: 9px;
  font-family: "Ubuntu Medium";
  line-height: 15px;
  margin-bottom: 0px;
  color: #fff;
  background: #e60c0c;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: -10px;
  text-align: center;
  padding: 0;
  font-weight: 100;
}

header .cintillo-custom {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  margin-top: 15px;
}

header .cintillo-custom p {
  margin: 0;
}

#form_divisas select {
  background: #eee;
  border: none;
  outline: none;
  font-family: "Ubuntu Regular";
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
}

.goog-te-gadget-simple {
  background-color: #eee !important;
  border: none !important;
  padding: 4px 10px !important;
}

.goog-te-menu2-item div {
  color: #666 !important;
  background: #ffffff !important;
}

.goog-te-menu2-item:hover div {
  color: #ffffff !important;
  background: #333333 !important;
}

/*nav*/
.navbar {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}

.nav > li {
  display: inline-block;
  float: left;
  position: relative;
}

.nav {
  min-height: 0;
  margin-bottom: 0;
  float: right;
  display: inline-block;
  position: relative;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.nav a {
  font-size: 16px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  padding: 14px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  text-transform: uppercase;
}

.nav a:hover {
  color: #666;
}

.nav li:last-child a {
  padding-right: 0;
}

.js_nivel2 {
  display: none;
}

/*ESTILOS PARA HACER FIJA LA CABECERA AL HACER SCROLL*/
.header.fixed {
  width: 100%;
  padding-bottom: 0px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 10px #ddd;
  -webkit-box-shadow: 0 5px 10px #ddd;
  -moz-box-shadow: 0 5px 10px #ddd;
  -o-box-shadow: 0 5px 10px #ddd;
  -ms-box-shadow: 0 5px 10px #ddd;
  transform: translateY(-65px);
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
}

.header.fixed .box-logo {
  width: 110px;
  top: 42px;
}

.header.fixed .box-logo img {
  width: 100%;
}

.header.fixed .mHdr-cartBtn {
  position: absolute;
  top: 42px;
  right: 0;
}

.header.fixed .box .box-user .btn-fav {
  position: absolute;
  top: 50px;
  right: 40px;
}

.header.fixed .navbar {
  right: 70px;
}

footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px 0 30px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  background: #000;
}

footer .logo {
  margin-bottom: 25px;
}

footer ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #999;
}

footer .menu {
  margin-bottom: 20px;
}

footer .menu li {
  margin: 0 15px;
}

footer .menu li a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
}

footer .menu-info {
  margin-bottom: 20px;
}

footer .menu-info li {
  margin: 0 16px;
  position: relative;
}

footer .menu-info li:after {
  content: "-";
  position: absolute;
  top: 0;
  right: -20px;
}

footer .menu-info li:last-child:after {
  display: none;
}

footer .menu-info li a {
  font-size: 15px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
}

footer .menu-contacto {
  margin-bottom: 25px;
}

footer .menu-contacto li {
  margin: 0 15px;
}

footer .menu-contacto li i {
  margin-right: 5px;
  font-size: 14px;
}

footer .menu-contacto li a {
  font-size: 15px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
}

footer hr {
  width: 25px;
  margin-top: 0;
  margin-bottom: 25px;
  border-top: 2px solid #343434;
}

footer .tarjetas {
  text-align: left;
  margin-top: 30px;
}

footer .tarjetas li {
  margin-right: 5px;
}

footer .redes-footer {
  margin-bottom: 5px;
}

footer .redes-footer a {
  font-size: 20px;
  color: #fff;
  margin: 0 5px;
}

footer .redes-footer a:hover {
  color: #999;
}

footer p {
  font-size: 13px;
  font-family: "Ubuntu Light";
  line-height: 18px;
  margin-bottom: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #999;
}

footer .sellos {
  text-align: right;
  margin-top: 15px;
}

footer .sellos li {
  margin-left: 5px;
}

/*BOTON SUBIR*/
.toTop {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 3%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  display: none;
  cursor: pointer;
  border: 2px solid #000;
}

.toTop:hover {
  background: #666;
  color: #fff;
}

/*BUBBLE*/
.bubble {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  left: 3%;
  background: #fff;
  border-radius: 30px 30px 30px 0px;
  text-align: center;
  padding: 20px;
  border: 1px solid #444;
  max-width: 200px;
  -webkit-animation-name: bubble;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-name: bubble;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.bubble .img {
  width: 90px;
  height: 50px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
  background: #e0e0e0;
}

.bubble .img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.bubble span {
  font-size: 12px;
  font-family: "Ubuntu Regular";
  line-height: 15px;
  margin-bottom: 8px;
  color: #444;
  display: block;
  padding: 0 15px;
}

.bubble small {
  font-size: 16px;
  font-family: "Ubuntu Bold";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  display: block;
}

.bubble a {
  font-size: 10px;
  font-family: "Ubuntu Medium";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

.bubble a:hover {
  color: #666;
  text-decoration: none;
}

.bubble .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 8px;
  color: #333;
  font-weight: 600;
  padding: 10px;
}

.bubble .close:hover {
  color: #000;
}

@-webkit-keyframes bubble {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes bubble {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}

/*FLEXSLIDER*/
.slider {
  position: relative;
  margin-top: 166px;
  display: inline-block;
  z-index: 99;
  float: left;
  margin-bottom: 50px;
  width: 100%;
  height: 700px;
}

.slider .flexslider {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  margin: 0;
  padding: 0;
  border: 0px;
  width: 100%;
  height: 700px;
}

.slider .flexslider .slides {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 700px;
}

.slider .flexslider .slides li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 700px;
}
.slider .flexslider .slides li img {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider .flexslider .flex-caption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 18%;
  height: auto;
  width: 600px;
}

.slider .flexslider .flex-caption small {
  background: #000;
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
  position: relative;
  height: 34px;
}

.slider .flexslider .flex-caption small:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 20px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 0;
}

.slider .flexslider .flex-caption small:before {
  content: "";
  width: 37px;
  height: 34px;
  background: url(../img/detalle-caption.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: -35px;
}

.slider .flexslider .flex-caption .titulo-caption {
  font-size: 50px;
  font-family: "Rokkitt Light";
  line-height: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.slider .flexslider .flex-caption .titulo-caption.black {
  color: #000;
}

.slider .flexslider .flex-caption p {
  font-size: 15px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding-right: 100px;
}

.slider .flexslider .flex-caption p.black {
  color: #000;
}

.slider .flexslider .flex-caption a {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.slider .flexslider .flex-caption a:hover {
  background: #222;
}

.slider .flexslider .flex-caption.right {
  right: 19%;
}

.slider .flexslider .flex-caption.left {
  left: 19%;
}

.slider .flexslider .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  z-index: 100000;
  bottom: 10px;
  left: 50%;
  text-align: center;
  width: 50%;
  margin-left: -25%;
}

.slider .flexslider .flex-control-nav li {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 0 5px;
}

.slider .flexslider .flex-control-nav li a {
  display: inline-block;
  background: #9e9e9e;
  text-indent: -999999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.slider .flexslider .flex-control-nav li a:hover {
  background: #000;
}

.slider .flexslider .flex-control-nav li a.flex-active {
  background: #000;
}

/*CABECERA*/
.cabecera {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 166px;
  margin-bottom: 40px;
}

.cabecera .overlay {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  padding: 80px 0;
  background-position: top center !important;
}

.cabecera .overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}

.cabecera .titulo {
  font-size: 40px;
  font-family: "Rokkitt Light";
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.cabecera .subtitulo {
  font-size: 15px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  z-index: 9;
}

.cabecera .subtitulo:before, .cabecera .subtitulo:after {
  content: " - ";
  font-family: "Ubuntu Light";
  color: #fff;
  display: inline-block;
  margin: 0 8px;
}

.cabecera .bread {
  display: inline-block;
  text-align: left;
}

.cabecera .bread li {
  display: inline;
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 15px;
  margin-bottom: 0px;
  color: #000;
}

.cabecera .bread li a {
  color: #000;
  font-family: "Ubuntu Light";
}

.cabecera .bread li a:hover {
  color: #666;
}

.cabecera .bread li span {
  color: #000;
  font-family: "Ubuntu Bold";
  text-decoration: underline;
  margin-left: 5px;
}

.cabecera .bread li i {
  color: #000;
  font-size: 8px;
  margin-left: 4px;
}

.cabecera.cabecera-big .overlay {
  padding: 140px 0;
}

.cabecera.cabecera-litle .overlay {
  padding: 40px 0;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 3vh;
  left: 2vw;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 99;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}


.catalogocategorias {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 10px 0px 10px;
  margin-bottom: 30px !important;
  background: rgba(220, 220, 220, 0.1);
}

.texto-intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.nombrecategoria {
  text-align:center;
  margin-top:5px;
}

.nombrecategoria a {
  color: #000 !important;
  font-weight: bolder;
  font-family: 'Ubuntu Bold';
}

.nombrecategoria a:hover {
  color:#666!important;
}

.texto-intro .titulo {
  font-size: 54px;
  font-family: "Rokkitt ExtraLight";
  line-height: 54px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.texto-intro p {
  font-size: 18px;
  margin-bottom: 10px;
}

.texto-intro a {
  color: #000;
  text-decoration: underline;
  font-family: "Ubuntu Bold";
}

.texto-intro a:hover {
  color: #666;
}

.titulo-seccion.seccion-interna {
  margin-bottom: 20px;
  text-align: left;
}

.titulo-seccion.seccion-interna .texto .titulo {
  font-size: 34px;
  font-family: "Ubuntu Light";
  line-height: 38px;
  margin-bottom: 10px;
  color: #000;
}

.titulo-seccion.seccion-interna .texto p {
  font-size: 20px;
  padding: 0;
  font-family: "Rokkitt SemiBold";
}

/*CARRUSEL*/
.slick-slide {
  outline: none !important;
}

.slickCarousel {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 0 15px;
}

.slick-slide img {
  display: inline-block;
}

.carousel-arrows {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}

.carousel-arrows li {
  position: absolute;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  bottom: 60px;
  font-size: 16px;
  z-index: 9;
  display: inline-block !important;
}

.carousel-arrows li:hover {
  opacity: 0.5;
}

.carousel-arrows .prev {
  left: -10px;
}

.carousel-arrows .next {
  right: -10px;
}

/*VALIDATE PCSS3F ESTILOS CONTACTO*/
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000;
  background-image: none;
  background: #eee;
  border: 2px solid #eee;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border: 2px solid #333;
}

.form-group select {
  color: #000;
  font-family: "Ubuntu Light";
  font-size: 13px;
}

.form-horizontal .form-group {
  margin: 0;
}

.form-control:focus {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
  outline: 0;
  box-shadow: none;
  border: 2px solid #333;
}

/*CONTACTO*/
.contacto label {
  font-weight: 100;
  font-family: "Ubuntu Bold";
  font-size: 15px;
}

.contacto input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto input::-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto input:-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto input::-ms-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto textarea::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto textarea::-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto textarea:-moz-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto textarea::-ms-input-placeholder {
  color: #333 !important;
  font-size: 13px;
  font-family: "Ubuntu Light";
}

.contacto input {
  color: #000;
}

.buscador select option {
  color: #333 !important;
  font-size: 13px;
}

.contacto .polPriv-text a {
  color: #000;
  font-family: "Ubuntu Bold";
  text-decoration: underline;
}

.contacto .polPriv-text a:hover {
  color: #666;
  text-decoration: none;
}

.polPriv {
  position: relative;
  display: inline-block;
  width: 100%;
}

.polPriv label {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #bbb;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.polPriv span {
  float: left;
  font-size: 13px;
  color: #000;
}

.polPriv span:hover {
  text-decoration: none !important;
}

.polPriv span a {
  color: #000;
  font-weight: 100;
  border: none !important;
  font-family: "Ubuntu Bold";
  text-decoration: underline;
}

.polPriv span a:hover {
  color: #666;
  text-decoration: none;
}

.polPriv input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.polPriv input[type=checkbox]:checked + label {
  background-color: #ddd;
}

.polPriv input[type=checkbox]:checked + label:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #000 !important;
  font-size: 13px;
}

/*BOTON FILE*/
.btn-file {
  overflow: hidden;
  top: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  /*margin-left: 15px!important;*/
  background: #000;
  width: 100%;
  padding: 10px;
}

/*.btn-file:hover {
	color: #fff;
    background: #DE291E;
	border: 1px solid #DE291E;
}*/
.form-group select option {
  color: #666 !important;
}

.input-file:focus {
  border: none !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 10px;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  border-radius: 0;
}

input[readonly]:focus {
  border: 2px solid #0066ff;
}

/*PAGINADOR*/
.paginador {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}

.paginador ul {
  margin-bottom: 80px;
}

.paginador li {
  display: inline-block;
  margin: 0px 10px;
}

.paginador li a {
  color: #000;
  font-size: 15px;
  font-family: "Ubuntu Medium";
}

.paginador li a:hover {
  color: #666;
}

.paginador .selected {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  font-family: "Ubuntu Medium";
}

.paginador i {
  font-size: 10px;
}

/*ESTILO MODALS REGISTRO*/
.modal__html.js_modal__html {
  height: auto !important;
}

.modal-open .modal {
  z-index: 9999;
}

.modal-body {
  padding: 25px;
  border: 3px solid #000;
}

.modal-body p a {
  color: #000;
  font-family: "Ubuntu Bold";
  text-decoration: underline;
}

.modal-body p a:hover {
  color: #666;
}

.modal-content .btn {
  border-radius: 0;
}

.modal.condVenta .btn, .modal.infoTransporte .btn, .modal.info-descuento .btn {
  border-radius: 0;
  border: none;
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.modal.condVenta .btn:hover, .modal.infoTransporte .btn:hover, .modal.info-descuento .btn:hover {
  background: #222;
}

.btn-seguirc, .btn-modal {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  border: none;
}

.btn-seguirc:hover, .btn-modal:hover {
  background: #222;
}

.btn-seguirc i, .btn-modal i {
  margin-right: 5px;
}

.modal.modalForm .modalForm-parraf a {
  text-decoration: underline;
  font-family: "Ubuntu Bold";
  color: #000;
}

.modal.modalForm .modalForm-parraf a:hover {
  color: #666 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-parraf {
  font-size: 13px;
  font-family: "Ubuntu Light";
  color: #000;
}

.voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input, #localidades select, #provincias select, #form_te_llamamos2 input {
  border-radius: 0px !important;
}

#form_te_llamamos2 input {
  margin-bottom: 15px;
}

#form_te_llamamos2 input::-webkit-input-placeholder {
  color: #666 !important;
}

.voucher-content input:focus, #form_usuario_registrado input:focus, #form_usuario_nuevo input:focus, #form_recordar_clave input:focus, #form_te_llamamos2 input:focus {
  border: 2px solid #000 !important;
}

.btn-volver-modal {
  color: #000 !important;
  outline: 0;
  padding: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Ubuntu Medium";
  font-size: 12px;
  font-weight: 100;
}

.btn-volver-modal i {
  font-size: 10px;
}

.btn-volver-modal:hover {
  color: #666 !important;
  text-decoration: none;
}

.modal.modalForm .modalForm-title, .modalAvisamos .modalForm-title, .modal__htmlTitle {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Ubuntu Regular";
  border: none;
  padding: 0;
}

.info-descuento-w .titulo, .infoTransporte .modal-header span {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Ubuntu Regular";
  border: none;
  padding: 0;
  text-align: center;
}

.close-modal {
  position: initial;
}

#recordar_alert_ko, #warning-alert {
  text-align: center;
}

.modalAlerta .btn {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.modalAlerta .btn:hover {
  background: #222;
}

.checks {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.checks .polPriv {
  margin: 0;
}

.modalPol .modal-lg, .condVenta .modal-lg {
  max-width: 900px;
}

.modalPol .modal-lg h4, .modalPol .modal-lg h3, .condVenta .modal-lg h4, .condVenta .modal-lg h3 {
  font-family: "Ubuntu Bold";
  font-size: 20px;
  margin: 5px 0;
}

.modalPol .modal-lg ul, .condVenta .modal-lg ul {
  padding-left: 40px;
}

.modalPol .modal-lg ul li, .condVenta .modal-lg ul li {
  list-style-type: disc;
}

.modalPol .modal-lg .close-btn, .condVenta .modal-lg .close-btn {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  float: right;
}

.modalPol .modal-lg .close-btn:hover, .condVenta .modal-lg .close-btn:hover {
  background: #222;
}

.modal.modalPol {
  z-index: 99999;
}

/*MODAL PROTECCION UV*/
.modal-uv .table > thead > tr > th {
  padding: 12px;
  font-size: 16px;
  font-weight: 100;
  font-family: "Ubuntu Bold";
  background: #ddd;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: none;
}

.modal-uv .table > thead > tr > th:last-child {
  width: 150px;
}

.modal-uv .table > tbody > tr > td {
  padding: 18px 12px;
  text-align: center;
  font-size: 13px;
  font-family: "Ubuntu Regular";
  color: #666;
}

/*MODAL VIDEO*/
.modal-video .modal-dialog {
  width: 80%;
  max-width: 100%;
}

.modal-video .modal-dialog iframe {
  height: 85vh !important;
}

.modal-video .modal-dialog .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 35px;
  right: 40px;
}

.modal-video .modal-dialog .close:hover {
  opacity: 0.6;
}

/*404*/
.error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.error .box-error {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 20px 0 40px;
  text-align: center;
}

.error .box-error img {
  margin-bottom: 15px;
}

.error .box-error .titulo-error {
  font-size: 52px;
  font-family: "Rokkitt Regular";
  line-height: 52px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
}

.error .box-error p {
  font-size: 20px;
  margin-bottom: 25px;
}

.error .box-error .volvIni {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.error .box-error .volvIni:hover {
  background: #222;
}

.error i {
  font-size: 80px;
  line-height: 90px;
  color: #000;
}

/*ESTILOS CESTA DESPLEGABLE*/
.mini-cesta {
  display: inline-block;
  float: left;
}

.modal {
  z-index: 99999;
}

.shCart-down.js-shCart-down2 {
  right: 0;
  left: 0;
}

.cesta .btn {
  padding: 0px !important;
  bottom: 4px;
}

.js_SlideMini {
  display: block;
  margin-bottom: 30px;
}

.js_SlideMini .btn.down, .js_SlideMini .btn.up {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 5px !important;
  border: 1px solid #fff;
}

.shCart-name {
  white-space: normal;
  font-size: 14px !important;
  font-family: "Ubuntu Regular";
}

.shCart-total li {
  background-color: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 3px;
  color: #000;
}

.mHdr-cartBtn {
  display: inline-block;
  background: none;
  padding: 8px 10px;
  border-radius: 0;
  float: right;
  text-align: center;
}

.mHdr-cartBtn a {
  color: #000;
  font-size: 21px;
}

.mHdr-cartBtn small {
  font-size: 100%;
}

.mHdr-cartBtn .texto-cesta {
  margin-right: 5px;
  display: inline-block;
}

.mHdr-cartBtn .js-shCart-totalCesta {
  font-family: "Ubuntu Bold";
  font-weight: 100;
  color: #000;
}

.mHdr-cartBtn:hover {
  cursor: pointer;
}

.mHdr-cartBtn .js-shCart-qty {
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 2px;
  text-align: center;
  font-family: "Ubuntu Bold";
}

.shCart-down {
  top: 39px;
  background: #fff;
  right: -2px;
  width: 300px;
}

.fa-times {
  color: #000 !important;
  font-size: 12px !important;
}

.shCart-total {
  padding: 15px;
  border-top: none;
  font-family: "Ubuntu Regular";
}

.btn-carrito {
  background: #000;
  text-transform: uppercase;
  padding: 18px;
  color: #fff !important;
  text-align: center;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: block;
  font-size: 15px !important;
}

.btn-carrito:hover {
  background: #222;
}

.btn-carrito i {
  font-size: 8px;
  vertical-align: middle;
}

.shCart-line {
  padding: 12px;
  border-bottom: 1px solid #eee;
  background-color: #ddd;
}

.shCart-line.shCart-line-empty {
  background-color: #00838F;
  border: none;
}

.shCart-line.shCart-line-empty p {
  color: #FFFFFF;
}

.shCart-line.shCart-line-empty i {
  color: #B7BB2D;
  font-size: 54px;
}

.shCart-del {
  top: 10px;
  -webkit-transform: translate(0) rotate(0deg);
  -moz-transform: translate(0) rotate(0deg);
  -ms-transform: translate(0) rotate(0deg);
  -o-transform: translate(0) rotate(0deg);
  transform: translate(0) rotate(0deg);
  right: 10px;
}

.cartCantidad span {
  color: #000;
  font-family: "Ubuntu Regular";
}

/*inicio*/
.titulo-seccion {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  text-align: center;
}

.titulo-seccion .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.titulo-seccion .texto .titulo {
  font-size: 52px;
  font-family: "Rokkitt Bold";
  line-height: 52px;
  margin-bottom: 15px;
  color: #000;
  position: relative;
}

.titulo-seccion .texto p {
  font-size: 20px;
  font-family: "Ubuntu Light";
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
  padding: 0 90px;
}

.titulo-seccion .texto p strong {
  color: #000;
  font-family: "Rokkitt Light";
}

.img-movil {
  display: none;
}

.banners-home {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.banners-home .rm {
  margin: 0 -20px;
}

.banners-home .pd {
  padding: 0 20px;
}

.banners-home .banner {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.banners-home .banner .box-img, .banners-home .banner .img {
  width: 565px;
  height: 295px;
}

.banners-home .banner .box-img {
  position: relative;
  margin: 0;
}

.banners-home .banner .box-img:after {
  content: "";
  width: 326px;
  height: 260px;
  background: url(../img/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -47px;
  right: -35px;
}

.banners-home .banner .img {
  overflow: hidden;
}

.banners-home .banner .img .img-banner {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banners-home .banner .box {
  width: 210px;
  height: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.banners-home .banner .box .texto {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 70px 10px 50px;
  position: relative;
}

.banners-home .banner .box .texto small {
  font-size: 12px;
  font-family: "Ubuntu Medium";
  line-height: 14px;
  margin-bottom: 5px;
  color: #666;
  text-transform: uppercase;
  display: block;
}

.banners-home .banner .box .texto .titulo {
  font-size: 22px;
  font-family: "Rokkitt Light";
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
}

.banners-home .banner .box .texto p {
  font-size: 13px;
  font-family: "Ubuntu Light";
  line-height: 14px;
  margin-bottom: 0px;
  color: #000;
}

.banners-home .banner .box .texto .logo {
  width: 17px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.catalogo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}

.catalogo .cabecera-catalogo {
  margin-bottom: 40px;
}

.catalogo .cabecera-catalogo .texto {
  text-align: center;
}

.catalogo .cabecera-catalogo .texto .titulo {
  font-size: 42px;
  font-family: "Rokkitt Light";
  line-height: 44px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.catalogo .cabecera-catalogo .texto p {
  font-size: 18px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
}

.catalogo .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.catalogo .box .producto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.catalogo .box .producto .box-img {
  width: 100%;
  padding: 20px 30px;
  position: relative;
  border: 1px solid #dcdcdc;
}

.catalogo .box .producto .box-img .oferta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 99;
}

.catalogo .box .producto .box-img .oferta span {
  font-size: 14px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #851f1f;
  display: block;
}

.catalogo .box .producto .box-img .favoritos {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.catalogo .box .producto .box-img .favoritos .svg {
  width: 22px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  /*&:hover{
							fill: #e60c0c!important;
						}
						&:hover path{
							fill: #e60c0c!important;
						}*/
}

.catalogo .box .producto .box-img .favoritos .svg:hover {
  opacity: 0.6;
}

.catalogo .box .producto .box-img .favoritos .added {
  fill: #e60c0c !important;
}

.catalogo .box .producto .box-img .favoritos .added path {
  fill: #e60c0c !important;
}

.catalogo .box .producto .box-img .icono-cesta {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000;
  font-size: 25px;
  opacity: 0;
  z-index: 99;
}

.catalogo .box .producto .box-img .icono-cesta:hover {
  color: #666;
}

.catalogo .box .producto .box-img:hover .icono-cesta {
  opacity: 1;
}

.catalogo .box .producto .img {
  width: 310px;
  height: 200px;
  overflow: hidden;
  margin: 0;
}

.catalogo .box .producto .img .front, .catalogo .box .producto .img .side {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 100%;
}

.catalogo .box .producto .img .front {
  z-index: 99;
  opacity: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  top: -100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.catalogo .box .producto .img .front:hover {
  opacity: 1;
}

.catalogo .box .producto .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding: 0 20px;
}

.catalogo .box .producto .texto .box-nombre {
  display: inline-block;
  width: 100%;
  padding: 15px 0 5px;
  min-height: 50px;
}

.catalogo .box .producto .texto .box-nombre .nombre {
  font-size: 16px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  width: 65%;
}

.catalogo .box .producto .texto .box-nombre .nombre a {
  color: #000;
}

.catalogo .box .producto .texto .box-nombre .nombre a:hover {
  color: #666;
}

.catalogo .box .producto .texto .box-nombre .precio {
  display: inline-block;
  float: right;
  width: 35%;
  text-align: right;
}

.catalogo .box .producto .texto .box-nombre .precio .actual {
  font-size: 19px;
  font-family: "Ubuntu Medium";
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
  float: right;
  margin-left: 8px;
}

.catalogo .box .producto .texto .box-nombre .precio .anterior {
  font-size: 12px;
  font-family: "Ubuntu Regular";
  line-height: 28px;
  margin-bottom: 0px;
  color: #666;
  position: relative;
}

.catalogo .box .producto .texto .box-nombre .precio .anterior:after {
  content: "";
  width: 37px;
  height: 20px;
  background: url(../img/tachon.png) no-repeat center center;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banners-big {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.banners-big .img {
  width: 570px;
  height: 300px;
  overflow: hidden;
}

.banners-big .img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.confianza {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 40px 0 60px;
  background: #f5f5f5;
}

.confianza .box-confi {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.confianza .box-confi .col-br {
  position: relative;
}

.confianza .box-confi .col-br:before, .confianza .box-confi .col-br:after {
  content: "";
  background: #000;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 60px;
}

.confianza .box-confi .col-br:before {
  left: 0px;
}

.confianza .box-confi .col-br:after {
  right: 0px;
}

.confianza .box-confi .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}

.confianza .box-confi .item i {
  font-size: 46px;
  color: #000;
}

.confianza .box-confi .item span {
  font-size: 18px;
  font-family: "Ubuntu Medium";
  line-height: 12px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.confianza .box-confi .item p {
  font-size: 15px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 5px;
  color: #444;
  padding: 0 40px;
}

.confianza .box-confi .item a {
  font-size: 10px;
  font-family: "Ubuntu Medium";
  line-height: 12px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

.confianza .box-confi .item a:hover {
  color: #666;
  text-decoration: none;
}

.video-promo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  overflow: hidden;
  height: 85vh;
  /*margin-top: 150px;*/
  position: relative;
}

.video-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-background iframe {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 140%;
  pointer-events: none;
}

.video-background .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}

.video-background .overlay .texto {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

.video-background .overlay .texto small {
  font-size: 18px;
  font-family: "Rokkitt Light";
  line-height: 20px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.video-background .overlay .texto span {
  font-size: 52px;
  font-family: "Ubuntu Light";
  line-height: 54px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.video-background .overlay .texto a {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.video-background .overlay .texto a:hover {
  background: #222;
}

.newsletter {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-top: 50px;
}

.newsletter .box {
  width: 580px;
  text-align: center;
  margin: auto;
}

.newsletter .box img {
  text-align: center;
  margin-bottom: 12px;
}

.newsletter .box .titulo {
  font-size: 30px;
  font-family: "Rokkitt Light";
  line-height: 32px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.newsletter .box p {
  font-size: 18px;
  font-family: "Ubuntu Light";
  line-height: 12px;
  margin-bottom: 25px;
  color: #000;
}

.newsletter .box .form-news {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.newsletter .box .form-news .form-control {
  width: 450px;
  float: left;
  height: 40px !important;
}

.newsletter .box .form-news .btn-newsletter {
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  background: #fff;
  padding: 8px 30px;
  float: right;
  text-transform: uppercase;
  font-family: "Ubuntu Bold";
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.newsletter .box .form-news .btn-newsletter:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.texto-seo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  padding: 70px 0;
  margin-bottom: 60px;
  text-align: center;
  background-size: cover !important;
  margin-top: -6px;
}

.texto-seo .titulo {
  font-size: 50px;
  font-family: "Rokkitt ExtraLight";
  line-height: 68px;
  margin-bottom: 10px;
  color: #000;
}

.texto-seo p {
  font-size: 16px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 8px;
  color: #000;
}

.redes {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.redes img {
  text-align: center;
  margin-bottom: 12px;
}

.redes .titulo {
  font-size: 30px;
  font-family: "Rokkitt Light";
  line-height: 32px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.redes a {
  display: inline-block;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  border: 1px solid #000;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.redes a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

/*aviso legal*/
.texto-legal {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.texto-legal .titular-texto-base {
  margin-top: 30px;
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
}

.texto-legal h2 {
  margin-top: 22px;
  font-size: 22px;
  font-family: "Ubuntu Bold";
  line-height: 26px;
  margin-bottom: 5px;
  color: #000;
}

.texto-legal a {
  color: #000;
  font-family: "Ubuntu Bold";
}

.texto-legal a:hover {
  color: #666;
}

.texto-legal ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.texto-legal ul li {
  list-style-type: disc;
}

/*contacto*/
.contacta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}

.contacta .box-items {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.contacta .box-items .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: center;
  padding: 0px 50px;
}

.contacta .box-items .item .icono {
  font-size: 32px;
  margin-bottom: 5px;
  display: block;
}

.contacta .box-items .item span {
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.contacta .box-items .item hr {
  margin: 15px auto;
  border-top: 1px solid #aaa;
  width: 50px;
}

.contacta .box-items .item p {
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #333;
}

.contacta .box-items .item a {
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}

.contacta .box-items .item a:hover {
  color: #666;
}

.contacta .box-items .redes-contacto a {
  display: inline-block;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #000;
  border: 1px solid #000;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contacta .box-items .redes-contacto a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.contacta .banners-home {
  margin-bottom: 60px;
}

.form-contacto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.form-contacto .polPriv {
  margin: 0px 0;
}

.form-contacto .btn-enviar {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.form-contacto .btn-enviar:hover {
  background: #222;
}

.form-contacto textarea {
  height: 136px;
}

.form-contacto .titulo {
  font-size: 38px;
  font-family: "Ubuntu Light";
  line-height: 42px;
  margin-bottom: 24px;
  color: #000;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
}

.form-contacto hr {
  margin: -32px auto 40px;
  border-top: 1px solid #ddd;
}

/*blog*/
.blog-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
}

.blog-grid .noticia {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.blog-grid .noticia .fecha {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 15px;
  padding: 15px 0;
}

.blog-grid .noticia .fecha span {
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}

.blog-grid .noticia .fecha small {
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 8px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.blog-grid .noticia .texto {
  display: inline-block;
  width: 255px;
  height: 365px;
  text-align: center;
  background: #eee;
  padding: 75px 20px;
  float: left;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.blog-grid .noticia .texto .titulo {
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.blog-grid .noticia .texto .titulo a {
  color: #000;
}

.blog-grid .noticia .texto .titulo a:hover {
  color: #666;
}

.blog-grid .noticia .texto .leerMas {
  font-size: 13px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}

.blog-grid .noticia .texto .leerMas:hover {
  color: #666;
}

.blog-grid .noticia .img {
  display: inline-block;
  width: 610px;
  height: 365px;
  overflow: hidden;
  float: right;
  margin: 0;
  position: relative;
}

.blog-grid .noticia .img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.blog-grid .noticia .img .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  opacity: 0;
}

.blog-grid .noticia .img .hover:hover {
  opacity: 1;
}

.blog-grid .noticia .img .hover .texto-hover {
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.blog-grid .noticia .img .hover .texto-hover span {
  font-size: 20px;
  font-family: "Ubuntu Regular";
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.blog-grid .noticia .img .hover .texto-hover hr {
  width: 25px;
  border-top: 1px solid #fff;
}

.blog-grid .noticia .img .hover .texto-hover p {
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.blog-grid .noticia .img .hover .texto-hover small {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  line-height: 18px;
  font-size: 18px;
  color: #000;
  display: inline-block;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.blog-grid .noticia .img .hover .texto-hover small:hover {
  background: #000;
  color: #fff;
}

.side-blog {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.side-blog .box-side {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid #dddddd;
  padding: 20px 20px 60px;
  position: relative;
}

.side-blog .box-side .titulo-side {
  font-size: 18px;
  font-family: "Ubuntu Medium";
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: block;
}

.side-blog .box-side ul li {
  margin-bottom: 8px;
}

.side-blog .box-side ul li a {
  font-size: 14px;
  font-family: "Ubuntu Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  width: 100%;
  display: block;
}

.side-blog .box-side ul li a:hover {
  color: #666;
}

.side-blog .box-side ul li a span {
  color: #666;
  font-family: "Ubuntu Bold";
  float: right;
  font-size: 14px;
}

.side-blog .box-side:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  bottom: -40px;
  font-size: 75px;
  opacity: 0.4;
  color: #bbb;
}

.side-blog .box-side:nth-of-type(1):after {
  content: "\f1ea";
}

.side-blog .box-side:nth-of-type(2):after {
  content: "\f133";
}

/*noticia*/
.blog-single {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.blog-single .noticia .img {
  width: 870px;
  height: 520px;
  margin-bottom: 20px;
  position: relative;
}

.blog-single .noticia .texto {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0;
  border: none;
  text-align: left;
}

.blog-single .noticia .texto .titulo {
  font-size: 42px;
  font-family: "Ubuntu Light";
  line-height: 46px;
  margin-bottom: 15px;
  text-transform: none;
}

.blog-single .noticia .texto h2 {
  font-size: 22px;
  font-family: "Ubuntu Medium";
  line-height: 26px;
  margin: 25px 0 5px;
  color: #444;
}

.blog-single .noticia .texto ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.blog-single .noticia .texto ul li {
  list-style-type: disc;
}

.blog-single .noticia .texto a {
  font-family: "Ubuntu Bold";
  text-decoration: underline;
  color: #000;
}

.blog-single .noticia .texto a:hover {
  color: #666;
  text-decoration: none;
}

.blog-single .noticia .texto blockquote {
  margin: 60px 0px;
  padding: 40px;
  background: #eee;
  text-align: center;
  position: relative;
  border-top: 1px solid #000;
}

.blog-single .noticia .texto blockquote p {
  font-size: 22px;
  font-family: "Ubuntu Medium";
  line-height: 26px;
  margin-bottom: 0px;
  color: #000;
  font-style: italic;
}

.blog-single .noticia .texto blockquote:after {
  content: "";
  background: #fff url(/img/logo-blockquote.png) no-repeat center center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-single .noticia .fecha {
  width: 90px;
  height: 90px;
  padding: 18px 0;
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-single .noticia .fecha span {
  font-size: 30px;
  line-height: 34px;
}

.blog-single .noticia .fecha small {
  font-size: 16px;
  line-height: 12px;
}

.box-compartir {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 5px;
}

.box-compartir .compartir {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.box-compartir .compartir span {
  margin-right: 10px;
  font-size: 16px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  float: left;
}

.box-compartir .compartir .addthis_toolbox {
  display: inline-block;
  float: left;
}

.box-compartir .compartir a {
  color: #000;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 0 !important;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.box-compartir .compartir a:hover {
  color: #666;
}

.box-btn-volver a {
  font-size: 13px;
  font-family: "Ubuntu Medium";
  line-height: 15px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.box-btn-volver a:hover {
  color: #666;
}

.box-btn-volver a i {
  margin-right: 5px;
  font-size: 9px;
}

/*Favoritos*/
.lista-favoritos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.lista-favoritos .table {
  margin-bottom: 0;
}

.lista-favoritos thead th {
  background: #000;
  border-right: 1px solid #fff;
  border-bottom: none !important;
  color: #fff;
  font-weight: lighter;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.lista-favoritos thead tr .fav-imagen {
  width: 8.333333%;
}

.lista-favoritos thead tr .fav-articulo {
  width: 41.666667%;
}

.lista-favoritos thead tr .fav-fecha {
  width: 16.666667%;
}

.lista-favoritos thead tr .fav-importe {
  width: 16.666667%;
}

.lista-favoritos thead tr .fav-vacio {
  width: 16.666667%;
}

.lista-favoritos tbody {
  text-align: center;
}

.lista-favoritos tbody .box-img-fav {
  width: 100px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  background: #e0e0e0;
  padding: 15px;
}

.lista-favoritos tbody .box-img-fav img {
  display: inline-block;
}

.lista-favoritos tbody .box-img-fav img:hover {
  opacity: 0.8;
}

.lista-favoritos tbody a {
  color: #000;
}

.lista-favoritos tbody .nombre:hover {
  color: #000;
}

.lista-favoritos tbody .btn-fav {
  display: inline-block;
  width: 48%;
  float: left;
  text-align: center;
  background: #ccc;
  padding: 10px;
  font-size: 10px;
  font-family: "Ubuntu Medium";
  line-height: 12px;
  margin-bottom: 0px;
  color: #333;
  text-transform: uppercase;
  margin: 0 2px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.lista-favoritos tbody .btn-fav:last-child {
  margin-right: 0;
}

.lista-favoritos tbody .btn-fav:hover {
  background: #ddd;
}

.lista-favoritos tbody .btn-fav i {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.lista-favoritos .fin {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.lista-favoritos .fin a {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
}

.lista-favoritos .fin a:hover {
  background: #222;
}

.lista-favoritos .fin a i {
  margin-right: 5px;
  font-size: 18px;
}

/*listado*/
.seo-listado {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.seo-listado .bloque {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.seo-listado .bloque .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.seo-listado .bloque .texto .titulo {
  font-size: 32px;
  font-family: "Ubuntu Light";
  line-height: 36px;
  margin-bottom: 10px;
  color: #000;
}

.texto-subcategorias p {
  font-size: 1.2vw;
  font-family: "Ubuntu Light";
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.seo-listado .bloque .box-img, .seo-listado .bloque .img {
  width: 400px;
  height: 400px;
  margin: 0;
}

.seo-listado .bloque .img {
  overflow: hidden;
}

.seo-listado .bloque .img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 100%;
}

.seo-listado .bloque .box-img {
  position: relative;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  margin: 40px auto 0;
}

.seo-listado .bloque .box-img:after {
  content: "";
  width: 276px;
  height: 220px;
  background: url(../img/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -40px;
  right: -30px;
  background-size: contain;
}

.seo-listado .bloque .box-img.box-img-right {
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  float: left;
}

/*ficha articulo*/
.ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.ficha .oferta {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 99;
}

.ficha .oferta span {
  font-size: 22px;
  font-family: "Ubuntu Medium";
  line-height: 28px;
  margin-bottom: 0px;
  color: #851f1f;
  display: block;
}

.ficha .favoritos {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}

.ficha .favoritos .svg {
  width: 32px;
  fill: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  /*&:hover{
				fill: #e60c0c!important;
			}
			&:hover path{
				fill: #e60c0c!important;
			}*/
}

.ficha .favoritos .svg:hover {
  opacity: 0.6;
}

.ficha .favoritos .added {
  fill: #e60c0c !important;
}

.ficha .favoritos .added path {
  fill: #e60c0c !important;
}

.info-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.info-ficha .nombre-producto {
  font-size: 50px;
  font-family: "Ubuntu Light";
  line-height: 54px;
  margin-bottom: 0px;
  color: #000;
}

.info-ficha .ref {
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 25px;
  color: #000;
  display: block;
}

.info-ficha .acciones {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
}

.info-ficha .precios {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  margin-right: 15px;
}

.info-ficha .precios .actual {
  font-size: 32px;
  font-family: "Ubuntu Medium";
  line-height: 28px;
  margin-bottom: 0px;
  color: #d42424;
}

.info-ficha .precios .anterior {
  font-size: 15px;
  font-family: "Ubuntu Regular";
  line-height: 28px;
  margin-bottom: 0px;
  color: #666;
  position: relative;
  margin-right: 5px;
}

.info-ficha .precios .anterior:after {
  content: "";
  width: 37px;
  height: 20px;
  background: url(../img/tachon.png) no-repeat center center;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.info-ficha .box-stock {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  position: relative;
  top: 10px;
}

.info-ficha .box-stock span {
  font-size: 12px;
  font-family: "Ubuntu Medium";
  line-height: 12px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.info-ficha .box-stock i {
  font-size: 12px;
  margin-right: 5px;
}

.info-ficha .box-stock.no_stock span, .info-ficha .box-stock.no_stock i {
  color: #000;
}

.info-ficha .caracteristicas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.info-ficha .caracteristicas .mr {
  margin: 0 -4px;
}

.info-ficha .caracteristicas .pd {
  padding: 0 4px;
}

.info-ficha .caracteristicas .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #eee;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

.info-ficha .caracteristicas .item .svg {
  width: 30px;
}

.info-ficha .caracteristicas .item .titulo {
  font-size: 9px;
  font-family: "Ubuntu Medium";
  line-height: 10px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  display: block;
}

.info-ficha .caracteristicas .item .info {
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 99;
}

.info-ficha .caracteristicas .item .info .badge {
  background: #0099cc;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-weight: 100;
}

.info-ficha .caracteristicas .item .info:hover {
  opacity: 0.7;
}

.info-ficha .add-to {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.info-ficha .box-spinner {
  display: inline-block;
  margin: 0;
  float: left;
}

.info-ficha .box-spinner .spinner {
  display: inline-block;
  width: 100%;
}

.info-ficha .box-spinner .spinner input {
  float: left;
  width: 56px;
  height: 52px !important;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #666;
  background: #fff;
  border: 2px solid #ddd;
}

.info-ficha .box-spinner .spinner input:focus {
  border: 2px solid #000;
}

.info-ficha .box-spinner .spinner .ui-spinner {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button {
  width: 52px;
  height: 52px;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #333;
  border-radius: 0;
  outline: none;
  margin-left: 4px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -os-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
  float: left;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
  text-indent: initial;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 13px;
  color: #fff;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-down {
  background: #ccc;
}

.info-ficha .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
  color: #666;
}

.info-ficha .box-agregar {
  display: inline-block;
  margin: 0;
  float: right;
}

.info-ficha .divcontenedorbotones {
  padding: 0 !important;
}

.info-ficha .divbotones {
  display: flex;
  justify-content: center;
  align-items: center;
  float: initial !important;
}

.info-ficha .divbotones .btn-agregar {
  width: 100% !important;
}

.info-ficha .box-agregar .btn-agregar {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  background: #a21c1c;
  position: relative;
  width: 290px;
  font-family: "Ubuntu Medium";
  text-align: center;
  margin-bottom: 10px;
}

.info-ficha .box-agregar .btn-agregar:hover {
  background: #222;
}

.info-ficha .box-agregar .btn-agregar i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.info-ficha .box-agregar .disabled {
  background: #bbb;
  cursor: not-allowed;
}

.info-ficha .box-agregar #boton_avisarme_disponibilidad .btn-agregar {
  background: #666;
}

.info-ficha #disponibilidad {
  display: inline-block;
  width: 100%;
  display: none;
}

.info-ficha .no-stock {
  display: block;
  width: 500px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 15px auto;
}

.info-ficha .no-stock p {
  font-size: 16px;
  font-family: "Ubuntu Regular";
  line-height: 18px;
  margin-bottom: 5px;
  color: #000;
}

.info-ficha .no-stock .box-agregar {
  float: none;
}

.info-ficha .tabs-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.info-ficha .tabs-ficha .nav {
  display: flex;
  width: 100%;
}

.info-ficha .tabs-ficha .nav a {
  padding: 13px;
  width: 100%;
  background: #fff;
  color: #000;
  border: none;
  font-size: 16px;
  border-radius: 0;
  text-transform: none;
  font-family: "Ubuntu Light";
  border-bottom: 2px solid #ddd;
}

.info-ficha .tabs-ficha .nav a:hover {
  background: #eee;
}

.info-ficha .tabs-ficha .nav-link.active {
  border-bottom: 2px solid #666;
}

.info-ficha .tabs-ficha .nav-link.active:hover {
  background: #fff;
  color: #000;
  border-bottom: 2px solid #666;
}

.info-ficha .tabs-ficha .tab-content {
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}

.info-ficha .tabs-ficha .tab-content .texto-tab {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
}

.info-ficha .tabs-ficha .tab-content .texto-tab.mas-descripcion {
  display: none;
}

.info-ficha .tabs-ficha .tab-content ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

.info-ficha .tabs-ficha .tab-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}

.info-ficha .tabs-ficha .tab-content ul li:before {
  content: "\f1a2";
  font-family: "Flaticon";
  font-size: 9px;
  color: #d42424;
  position: absolute;
  top: 3px;
  left: 0;
}

.info-ficha .tabs-ficha .tab-content p {
  margin-bottom: 10px;
}

.info-ficha .tabs-ficha .tab-content .leerMas {
  font-size: 10px;
  font-family: "Ubuntu Medium";
  line-height: 10px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  float: right;
  margin-top: 15px;
}

.info-ficha .tabs-ficha .tab-content .leerMas:hover {
  color: #666;
  text-decoration: none;
}

.tooltip-inner {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  font-family: "Ubuntu Light";
  padding: 6px;
  width: 140px;
}

.confianza-ficha {
  background: #fff;
  padding: 0;
  margin-bottom: 100px;
}

.catalogo .carousel-arrows {
  position: relative;
  width: 100%;
  float: none;
  bottom: 30px;
}

/*CARRUSEL VERTICAL FICHA*/
.carrusel-mini-ficha {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  width: 85px;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  height: 540px;
  overflow: hidden;
}

.carrusel-mini-ficha .slick-slide {
  padding: 0;
}

.carrusel-mini-ficha .slick-slide:hover {
  opacity: 0.8;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  cursor: pointer;
}

.carrusel-mini-ficha .img-litle {
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #fbfbfb;
  margin-bottom: 7px;
}

.carrusel-mini-ficha .img-litle img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.carousel-arrows-mini {
  text-align: center;
  position: absolute;
  top: 0;
  width: 85px;
  height: 520px;
}

.carousel-arrows-mini .slick-arrow {
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
}

.carousel-arrows-mini .slick-arrow:hover {
  color: #666;
}

.carousel-arrows-mini .prev-mini {
  top: -30px;
}

.carousel-arrows-mini .next-mini {
  bottom: -40px;
}

/*CARRUSEL HORIZONTAL FICHA*/
.box-img-big {
  width: 580px;
  height: 540px;
  float: right;
  display: inline-block;
  position: relative;
  background: #fbfbfb;
  padding: 0 15px;
}

.box-img-big .img-big {
  position: relative;
  width: 540px;
  height: 540px;
  margin: 0;
  overflow: hidden;
}

.box-img-big .img-big img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.box-img-big .slick-dots {
  display: block !important;
  bottom: -35px;
}

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

.box-img-big .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: #000;
  border: 0;
  outline: none;
  background: #ccc;
  border-radius: 50%;
  margin: 0;
}

.box-img-big .slick-dots li button:before {
  display: none;
}

.box-img-big .slick-dots li.slick-active button {
  background: #000;
}

.carrusel-main-ficha .slick-slide {
  margin: 0 7px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.carousel-arrows {
  position: relative;
  position: relative;
  width: initial;
  float: right;
  bottom: 75px;
}

.carousel-arrows .slick-arrow {
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  color: #000;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
}

.carousel-arrows .slick-arrow:hover {
  color: #666;
}

._ficha .box-compartir {
  margin-bottom: 80px;
}

.carrusel-relacionados [class*='col-'] {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.fancybox-button--zoom {
  display: none !important;
}

/*sobre nosotros*/
.sobre-nosotros {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.sobre-nosotros .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.sobre-nosotros .box .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
  padding-right: 60px;
}

.sobre-nosotros .box .texto .titulo {
  font-size: 70px;
  font-family: "Rokkitt ExtraLight";
  line-height: 60px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.sobre-nosotros .box .texto small {
  display: block;
  font-size: 22px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 20px;
  color: #666;
}

.sobre-nosotros .box .texto p {
  font-size: 16px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 15px;
  color: #000;
}

.sobre-nosotros .box .texto span {
  display: block;
  font-size: 20px;
  font-family: "Ubuntu Medium";
  line-height: 24px;
  margin-bottom: 0px;
  color: #666;
}

.sobre-nosotros .box .box-img, .sobre-nosotros .box .img {
  width: 310px;
  height: 465px;
  margin: 0;
}

.sobre-nosotros .box .box-img {
  position: relative;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  margin-top: 40px;
}

.sobre-nosotros .box .box-img:after {
  content: "";
  width: 276px;
  height: 220px;
  background: url(../img/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -40px;
  right: -30px;
  background-size: contain;
}

.sobre-nosotros .box .box-img.box-img-right {
  transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.sobre-nosotros .box .img {
  overflow: hidden;
}

.sobre-nosotros .box .img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sobre-nosotros .caracteristicas {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.sobre-nosotros .caracteristicas .texto {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.sobre-nosotros .caracteristicas .texto .titulo {
  font-size: 44px;
  font-family: "Ubuntu Light";
  line-height: 46px;
  margin-bottom: 10px;
  color: #000;
}

.sobre-nosotros .caracteristicas .texto p {
  font-size: 18px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 40px;
  color: #000;
}

.sobre-nosotros .caracteristicas .texto .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.sobre-nosotros .caracteristicas .texto .item .svg {
  width: 50px;
  margin-bottom: 5px;
}

.sobre-nosotros .caracteristicas .texto .item .titulo {
  font-size: 18px;
  font-family: "Ubuntu Regular";
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  display: block;
}

.sobre-nosotros .caracteristicas .texto .item hr {
  margin: 15px auto;
  border-top: 1px solid #aaa;
  width: 30px;
}

.sobre-nosotros .caracteristicas .texto .item p {
  font-size: 14px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #666;
  padding: 0 20px;
}

.banners {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

.banners .container-fluid {
  padding: 0;
}

.banners .container-fluid .nm {
  margin: 0;
}

.banners .container-fluid .nop {
  padding: 0;
}

.banners .container-fluid figure {
  margin: 0;
  position: relative;
}

.banners .container-fluid figure .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  opacity: 0;
}

.banners .container-fluid figure .hover:hover {
  opacity: 1;
}

.banners .container-fluid figure .hover .texto-hover {
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.banners .container-fluid figure .hover .texto-hover span {
  font-size: 20px;
  font-family: "Ubuntu Light";
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}

/*Mi cuenta y cesta*/
/*MI CUENTA*/
.mi-cuenta-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.mi-cuenta-section .bread {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 15px;
}

.mi-cuenta-section .bread li {
  display: inline;
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 15px;
  margin-bottom: 0px;
  color: #000;
}

.mi-cuenta-section .bread li a {
  color: #000;
  font-family: "Ubuntu Light";
}

.mi-cuenta-section .bread li a:hover {
  color: #666;
}

.mi-cuenta-section .bread li span {
  color: #000;
  font-family: "Ubuntu Bold";
  text-decoration: underline;
}

.mi-cuenta-section .bread li i {
  color: #000;
  font-size: 8px;
  margin-left: 4px;
}

.mi-cuenta-section .texto-intro {
  margin-bottom: 40px;
  text-align: left;
}

.mi-cuenta-section .texto-intro:after {
  display: none;
}

.mi-cuenta-section .texto-intro p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

.mi-cuenta-section .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.mi-cuenta-section .campo {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  padding: 20px 20px 30px 20px;
  background: #f5f5f5;
}

.mi-cuenta-section .campo .icono {
  font-size: 26px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.mi-cuenta-section .campo .nombre-seccion {
  font-size: 18px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.mi-cuenta-section .campo .nombre-seccion a {
  color: #000;
}

.mi-cuenta-section .campo .nombre-seccion a:hover {
  color: #666;
}

.mi-cuenta-section .campo .nombre-seccion:after {
  content: "";
  position: relative;
  width: 25px;
  height: 1px;
  margin: 5px 0;
  display: block;
  background: #666;
}

.mi-cuenta-section .campo p {
  font-size: 16px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 15px;
  color: #000;
}

.mi-cuenta-section .campo .acceder {
  font-size: 11px;
  font-family: "Ubuntu Bold";
  line-height: 11px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  float: right;
  font-weight: 100;
}

.mi-cuenta-section .campo .acceder i {
  margin-left: 5px;
  font-size: 13px;
  vertical-align: text-bottom;
}

.mi-cuenta-section .campo .acceder:hover {
  color: #666;
}

.mi-cuenta-section .form-group.arrow {
  position: relative;
  display: inline-block;
  width: 100%;
}

.mi-cuenta-section .form-group.arrow:after {
  right: 30px;
  top: 18px;
}

.mi-cuenta-section label {
  font-family: "Ubuntu Medium";
  font-weight: 100;
  margin: 0;
}

.mi-cuenta-section .form-control {
  height: 45px !important;
}

.mi-cuenta-section .col-lg-4:nth-of-type(even) .campo {
  background: #ddd;
}

.mi-cuenta-section .table-responsive {
  border-top: none;
}

.historial-table .btn-link {
  background-color: #000;
  padding: 10px;
  float: right;
  color: #fff;
  border-radius: 0px;
}

.historial-table .btn-link:hover {
  background-color: #666;
  text-decoration: none;
}

.historial-table thead th {
  border: none;
  width: 25%;
  font-weight: 100;
  font-family: "Ubuntu Medium";
  font-size: 18px;
}

.historial-table td {
  font-size: 15px;
  font-weight: 100;
}

.checkout_form {
  margin-bottom: 40px;
}

.btn-black, .checkout_form .btn-modal, .btn-password {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin-top: 15px;
}

.btn-black:hover, .checkout_form .btn-modal:hover, .btn-password:hover {
  background: #222;
}

.btn-black i, .checkout_form .btn-modal i, .btn-password i {
  font-size: 14px;
  margin-right: 5px;
}

.btn-black:hover, .checkout_form .btn-modal:hover, .btn-password:hover {
  color: #fff;
}

.cesta-section-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  font-family: "Ubuntu Medium";
  font-size: 26px;
  margin-top: 25px;
}

.cesta-label {
  font-size: 13px;
  color: #000;
  font-family: "Ubuntu Medium";
  font-weight: 100;
}

/*CESTA*/
.header-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.header-cesta .logo {
  width: 40px;
  margin: auto;
}

.header-cesta .logo img {
  width: 100%;
}

.header-cesta .correo {
  font-size: 11px;
  font-family: "Ubuntu Regular";
  line-height: 16px;
  margin-bottom: 0px;
  color: #666;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  float: left;
  margin-top: 10px;
}

.header-cesta .correo i {
  font-size: 13px;
  margin-right: 5px;
  color: #000;
}

.header-cesta .correo:hover {
  color: #000;
}

.header-cesta .dev {
  font-size: 11px;
  font-family: "Ubuntu Regular";
  line-height: 16px;
  margin-bottom: 0px;
  color: #666;
  float: right;
  margin-top: 10px;
}

.header-cesta .dev i {
  font-size: 14px;
  margin-right: 5px;
  color: #000;
}

.header-cesta .dev strong {
  color: #000;
}

.header-cesta .cintillo-custom-cesta text-center {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.header-cesta .cintillo-custom-cesta text-center p {
  margin: 0;
}

.cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
}

.cesta .login {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.cesta .login .icono {
  width: 34px;
  height: 34px;
  float: left;
  font-size: 30px;
  color: #000;
}

.cesta .login .icono img {
  width: 100%;
}

.cesta .login .texto {
  display: inline-block;
  float: left;
  padding: 5px 0 0 10px;
}

.cesta .login .texto span {
  font-size: 15px;
  font-family: "Ubuntu Regular";
  line-height: 18px;
  margin-bottom: 0px;
  color: #000;
  display: block;
}

.cesta .login .texto p {
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 16px;
  margin-bottom: 0px;
  color: #000;
}

.cesta .login .texto p strong {
  color: #000;
  font-family: "Ubuntu Medium";
  text-decoration: underline;
}

.cesta .login .texto p strong:hover {
  opacity: 0.6;
}

.cesta .btns {
  display: inline-block;
  width: 100%;
  float: right;
  text-align: right;
  margin-bottom: 13px;
}

.cesta .btns a {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 13px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  background: #248c0b;
}

.cesta .btns a:hover {
  background: #222;
}

.cesta .btns a:hover {
  background: #666;
}

.cesta .btns a i {
  font-size: 8px;
  margin-right: 5px;
  vertical-align: middle;
}

.cesta .btns .btn-seguir-movil {
  display: none;
}

.form-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.form-cesta .paso {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 20px;
  /*estilos radio buttons*/
  /*fin estilos radio buttons*/
}

.form-cesta .paso .form-group {
  margin-bottom: 10px;
}

.form-cesta .paso .form-group.arrow:after {
  top: 35px;
}

.form-cesta .paso .titulo {
  font-size: 18px;
  font-family: "Ubuntu Bold";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.form-cesta .paso small {
  text-align: right;
  font-size: 11px;
  font-family: "Ubuntu Bold";
  line-height: 11px;
  margin-bottom: 5px;
  color: #850909;
  display: block;
}

.form-cesta .paso .row-pd {
  margin: 0 -5px;
}

.form-cesta .paso .row-pd .col-pd {
  padding: 0 5px;
}

.form-cesta .paso .form-control {
  height: 35px;
  font-size: 12px;
  color: #666;
  border: 2px solid #ddd;
  background: #fff;
}

.form-cesta .paso .form-control:focus {
  border: 2px solid #000;
}

.form-cesta .paso label {
  font-size: 13px;
  font-family: "Ubuntu Medium";
  line-height: 1px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 100;
}

.form-cesta .paso .form-group select {
  font-family: "Ubuntu Light";
  font-size: 13px;
}

.form-cesta .paso textarea.form-control {
  height: 100px;
}

.form-cesta .paso .factura {
  font-size: 15px;
  font-family: "Ubuntu Light";
  line-height: 15px;
  margin-bottom: 10px;
  color: #000;
  background: #eee;
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin: 15px 0 10px;
}

.form-cesta .paso .factura a {
  color: #000;
  margin-left: 5px;
  font-family: "Ubuntu Bold";
}

.form-cesta .paso .factura a:hover {
  opacity: 0.8;
}

.form-cesta .paso .factura-empresa {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #ddd;
  background: #eeeeee;
}

.form-cesta .paso .factura-empresa .polPriv {
  display: inline-block;
  margin: 0 0 5px;
}

.form-cesta .paso .factura-empresa .polPriv label {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.form-cesta .paso .factura-empresa .polPriv label span {
  font-size: 13px;
}

.form-cesta .paso .factura-empresa .polPriv span {
  font-size: 13px;
  color: #666;
  font-family: "Ubuntu Regular";
}

.form-cesta .paso .forma-entrega, .form-cesta .paso .forma-pago, .form-cesta .paso .descuento {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  padding-left: 10px;
}

.form-cesta .paso .forma-entrega p, .form-cesta .paso .forma-pago p, .form-cesta .paso .descuento p {
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
}

.form-cesta .paso .forma-pago {
  margin-top: 10px;
  width: 40%;
  float: left;
}

.form-cesta .paso .forma-pago .js_pagoblock {
  display: inline-block;
  padding-left: 20px;
}

.form-cesta .paso .forma-pago label {
  font-size: 13px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}

.form-cesta .paso .forma-pago label:hover {
  opacity: 0.7;
}

.form-cesta .paso .forma-pago label span {
  font-family: "Ubuntu Bold";
}

.form-cesta .paso .descripcion {
  display: inline-block;
  width: 60%;
  padding: 12px 0 0 20px;
  float: left;
  border-left: 1px solid #ddd;
}

.form-cesta .paso .descripcion p {
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}

.form-cesta .paso .descripcion p strong {
  color: #000;
  font-family: "Ubuntu Medium";
}

.form-cesta .paso .descripcion span {
  font-size: 15px;
  font-family: "Ubuntu Bold";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}

.form-cesta .paso .descripcion img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 32px;
}

.form-cesta .paso .container-radio {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-cesta .paso .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-cesta .paso .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  border-radius: 50%;
}

.form-cesta .paso .container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.form-cesta .paso .container-radio input:checked ~ .checkmark {
  background-color: #ccc;
}

.form-cesta .paso .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-cesta .paso .container-radio input:checked ~ .checkmark:after {
  display: block;
}

.form-cesta .paso .container-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

.form-cesta .paso .descuento {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.form-cesta .paso .descuento span {
  font-size: 14px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: inline-block;
}

.form-cesta .paso .descuento .voucher-infoBtn {
  cursor: pointer;
  color: #000;
  font-size: 15px !important;
  margin-left: 5px;
}

.form-cesta .paso .descuento input {
  width: 325px;
  float: left;
  margin: 0 15px 15px 0;
}

.form-cesta .paso .descuento button {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 12px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  float: left;
  line-height: 15px;
  padding: 10px 20px;
}

.form-cesta .paso .descuento button:hover {
  background: #222;
}

.form-cesta .paso .descuento .alert {
  font-size: 14px;
}

.form-cesta .paso .descuento .alert p {
  font-size: 13px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
  padding: 8px 0 0 16px;
}

.form-cesta .paso .descuento .alert p strong {
  font-family: "Ubuntu Bold";
}

.form-cesta .paso .descuento .alert-success {
  padding-right: 15px;
  margin-top: 20px;
}

.form-cesta .paso-resumen {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 0;
}

.form-cesta .paso-resumen .titulo {
  background: #fff;
}

.form-cesta .paso-resumen-movil {
  display: none;
}

.form-cesta table.resumen {
  margin-top: 20px;
  width: 100%;
}

.form-cesta table.resumen tr {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

.form-cesta table.resumen tr:last-child {
  border-bottom: none;
}

.form-cesta table.resumen tr th {
  padding-bottom: 10px;
  font-weight: 100;
  font-family: "Ubuntu Medium";
  font-size: 15px;
}

.form-cesta table.resumen td {
  padding-right: 10px;
}

.form-cesta table.resumen .nombre {
  font-size: 14px;
  font-family: "Ubuntu Regular";
  line-height: 20px;
  margin-bottom: 0px;
  color: #000;
}

.form-cesta table.resumen .nombre:hover {
  color: #666;
}

.form-cesta table.resumen .talla {
  font-size: 11px;
  font-family: "Ubuntu Light";
  line-height: 15px;
  margin-bottom: 5px;
  color: #666;
  display: block;
}

.form-cesta table.resumen .entrega {
  font-size: 9px;
  font-family: "Ubuntu Medium";
  line-height: 15px;
  margin-bottom: 0px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.form-cesta table.resumen .entrega i {
  margin-right: 3px;
}

.form-cesta table.resumen .box-spinner {
  display: inline-block;
  margin: 0;
  width: initial;
  float: left;
}

.form-cesta table.resumen .box-spinner .spinner {
  display: inline-block;
  width: 100%;
}

.form-cesta table.resumen .box-spinner .spinner input {
  float: left;
  width: 60px;
  height: 34px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  color: #666;
  position: relative;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner {
  display: inline-block;
  width: 100%;
  border: none;
  height: auto !important;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
  width: 18px;
  height: 18px;
  border: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: #333;
  float: left;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin-left: 0px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -os-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .input-group-btn-vertical, .form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .btn-menos {
  float: left;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
  text-indent: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 7px;
  color: #fff;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down {
  background: #ccc;
  bottom: 0px;
  top: initial;
}

.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down .fa {
  color: #666;
}

.form-cesta table.resumen .img-producto {
  width: 80px;
  height: 60px;
  overflow: hidden;
  padding: 10px;
  margin: 12px auto;
  background: #e0e0e0;
}

.form-cesta table.resumen .img-producto img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.form-cesta table.resumen .img-producto img:hover {
  opacity: 0.8;
}

.form-cesta .delete:hover {
  opacity: 0.6;
}

.form-cesta .box-total {
  background: #ddd;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.form-cesta table.table-total {
  width: 100%;
}

.form-cesta table.table-total td {
  padding: 5px 0;
  font-size: 15px;
  font-family: "Ubuntu Regular";
}

.form-cesta table.table-total td span {
  font-size: 15px;
}

.form-cesta table.table-total .total td, .form-cesta table.table-total .total_resumen {
  font-size: 24px;
  font-family: "Ubuntu Medium";
  line-height: 30px;
}

.form-cesta table.table-total small {
  text-align: left;
  font-size: 10px;
  font-family: "Ubuntu Light";
  line-height: 10px;
  margin-bottom: 0px;
  color: #666;
  display: inline-block;
}

.form-cesta table.table-total .fa {
  color: #000;
  cursor: pointer;
}

.form-cesta table.table-total .fa:hover {
  opacity: 0.6;
}

.form-cesta .condiciones-venta {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.form-cesta .condiciones-venta label {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.form-cesta .condiciones-venta span {
  display: inline-block;
  width: 90%;
  padding-left: 5px;
  font-size: 13px;
}

.form-cesta .condiciones-venta a {
  color: #000;
}

.form-cesta .condiciones-venta a:hover {
  color: #666;
  text-decoration: none;
}

.form-cesta .box-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin: 20px 0 15px;
  text-align: center;
}

.form-cesta .box-btn a {
  font-family: "Ubuntu Regular";
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 18px;
  padding: 14px 25px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  background: #248c0b;
}

.form-cesta .box-btn a:hover {
  background: #222;
}

.form-cesta .box-btn a:hover {
  background: #666;
}

.form-cesta .sellos {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
}

.form-cesta .sellos p {
  font-size: 18px;
  font-family: "Ubuntu Regular";
  line-height: 22px;
  margin-bottom: 5px;
  color: #000;
}

.form-cesta .sellos span {
  font-size: 9px;
  font-family: "Ubuntu Medium";
  line-height: 9px;
  margin-bottom: 10px;
  color: #666;
  display: block;
  text-transform: uppercase;
}

.form-cesta .sellos img {
  margin: auto;
}

.footer-cesta {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  background: #ddd;
  padding: 35px 0;
}

.footer-cesta [class*='col-'] {
  position: relative;
}

.footer-cesta [class*='col-']:after {
  content: "";
  width: 2px;
  height: 105px;
  background: #ccc;
  top: 0;
  right: 0px;
  position: absolute;
}

.footer-cesta .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}

.footer-cesta .item .img {
  width: 60px;
  float: left;
}

.footer-cesta .item .img img {
  width: 100%;
}

.footer-cesta .item .texto {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  float: left;
}

.footer-cesta .item .texto p {
  font-size: 14px;
  font-family: "Ubuntu Light";
  line-height: 22px;
  margin-bottom: 0px;
  color: #444;
  text-align: left;
}

.footer-cesta .item span {
  font-size: 15px;
  font-family: "Ubuntu Medium";
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
  display: block;
}

.footer-cesta .item ul li {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 18px;
  margin-bottom: 2px;
  color: #444;
}

.footer-cesta .item ul li a {
  color: #444;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.footer-cesta .item ul li a:hover {
  color: #000;
}

.footer-cesta .item .correo {
  font-size: 12px;
  font-family: "Ubuntu Light";
  line-height: 18px;
  margin-bottom: 2px;
  color: #444;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.footer-cesta .item .correo i {
  margin-right: 5px;
}

.footer-cesta .item .correo:hover {
  color: #000;
}

.footer-cesta [class*='col-']:last-child:after {
  display: none;
}

.footer-cesta [class*='col-']:first-child .item {
  padding-left: 0;
}

/*Quitamos el color de fondo azul a la tabla*/
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #fff;
}

/*Validador custom para cesta*/
.js_validador em {
  position: absolute;
  z-index: 1000000;
  top: 63px;
  left: 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e5b8b8;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #000;
}

.js_validador em:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 16px;
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #e5b8b8;
  border-left: 4px solid transparent;
}

.polPriv em {
  top: 20px;
}

.forma-pago .container-radio em {
  top: 24px;
}

.js_validador .state-error select,
.js_validador .state-error textarea,
.js_validador .state-error .input-file,
.js_validador .state-error input[type="url"],
.js_validador .state-error input[type="tel"],
.js_validador .state-error input[type="text"],
.js_validador .state-error input[type="email"],
.js_validador .state-error input[type="search"],
.js_validador .state-error input[type="password"],
.js_validador .state-error input[type="radio"] + label:before,
.js_validador .state-error input[type="checkbox"] + label:before {
  border-color: #e5b8b8;
  box-shadow: 0 0 0 5px rgba(229, 184, 184, 0.1);
}

/*Cesta vacía*/
.cesta-vacia {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 80px;
  text-align: center;
  margin-bottom: 60px;
  padding: 100px 0;
}

.cesta-vacia i {
  font-size: 60px;
  margin-bottom: 15px;
}

.cesta-vacia span {
  font-size: 20px;
  font-family: revert;
  line-height: 24px;
  margin-bottom: 20px;
  color: #444;
  display: block;
}

.cesta-vacia a {
  text-transform: uppercase;
  font-family: unset;
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 10px 30px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}

/*Fin cesta vacia*/
/*Respuesta pedido*/
.cesta-pago-status {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 50px 0;
}

.cesta-pago-status hr {
  border-color: #cccccc;
}

.cesta-pago-status .btn {
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 10px 30px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}

.cesta-pago-status .btn:last-child {
  margin-right: 0;
}

.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: rgba(15, 105, 5, 0.5);
}

.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5);
}

.cesta-pago-status-icon {
  font-size: 200px;
  font-size: 12.5rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
}

.cesta-pago-status-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.cesta-pago-status-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d;
}

/*MEDIA QUERY*/
@media screen and (max-width: 1800px) {
  .slider .flexslider .flex-caption {
    top: 15%;
  }
  .slider .flexslider .flex-caption.right {
    right: 12%;
  }
  .slider .flexslider .flex-caption.left {
    left: 12%;
  }
}

@media screen and (max-width: 1600px) {
  .slider .flexslider .flex-caption {
    top: 10%;
  }
  .slider .flexslider .flex-caption.right {
    right: 9%;
  }
  .slider .flexslider .flex-caption.left {
    left: 9%;
  }
  .slider .flexslider .flex-caption .titulo-caption {
    font-size: 44px;
    line-height: 44px;
  }
}

@media screen and (max-width: 1366px) {
  .slider .flexslider .flex-caption.right {
    right: 6%;
  }
  .slider .flexslider .flex-caption.left {
    left: 6%;
  }
  .slider .flexslider .flex-caption .titulo-caption {
    font-size: 40px;
    line-height: 40px;
  }
  .slider .flexslider .flex-caption a {
    font-size: 13px;
    padding: 12px 20px;
  }
}
