@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/montserrat-black.eot");
  src: url("../fonts/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat-black.ttf") format("truetype"), url("../fonts/montserrat-black.svg#montserrat-black") format("svg"), url("../fonts/montserrat-black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fm-icons";
  src: url("../fonts/fm-icons.eot?64455418");
  src: url("../fonts/fm-icons.eot?64455418#iefix") format("embedded-opentype"), url("../fonts/fm-icons.woff2?64455418") format("woff2"), url("../fonts/fm-icons.woff?64455418") format("woff"), url("../fonts/fm-icons.ttf?64455418") format("truetype"), url("../fonts/fm-icons.svg?64455418#fm-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fm-icons';
    src: url('../font/fm-icons.svg?64455418#fm-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fm-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before {
  content: "b";
}

/* 'b' */
.icon-mail-1:before {
  content: "e";
}

/* 'e' */
.icon-facebook-official:before {
  content: "f";
}

/* 'f' */
.icon-instagram:before {
  content: "i";
}

/* 'i' */
.icon-left-open:before {
  content: "l";
}

/* 'l' */
.icon-menu:before {
  content: "m";
}

/* 'm' */
.icon-file-pdf:before {
  content: "p";
}

/* 'p' */
.icon-right-open:before {
  content: "r";
}

/* 'r' */
.icon-up-open:before {
  content: "t";
}

/* 't' */
.icon-twitter:before {
  content: "w";
}

/* 'w' */
.icon-youtube-play:before {
  content: "y";
}

/* 'y' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-ok:before {
  content: "";
}

/* '' */
.icon-resize-full:before {
  content: "";
}

/* '' */
.icon-resize-small:before {
  content: "";
}

/* '' */
.icon-camera-alt:before {
  content: "";
}

/* '' */
/* Constants
---------------------------------------------------- */
/* General
---------------------------------------------------- */
html, body, .fm-container {
  width: 100%;
  height: 100% !important;
}

body {
  font-family: Montserrat-Light;
  background-color: #FFFFFF;
  line-height: 1.3;
  font-size: 13px;
}

.fm-content {
  position: relative;
}

.fm-spacing {
  padding: 50px 0;
}

.fm-responsive,
#fm-products img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2 {
  font-size: 20px;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

.fm-separator-background {
  background: #fc0e2e;
  background: -moz-linear-gradient(left, #fc0e2e 0%, #fc0e2e 50%, #e1a432 50%, #e1a432 81%, #252525 81%, #252525 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fc0e2e), color-stop(50%, #fc0e2e), color-stop(50%, #e1a432), color-stop(81%, #e1a432), color-stop(81%, #252525), color-stop(100%, #252525));
  background: -webkit-linear-gradient(left, #fc0e2e 0%, #fc0e2e 50%, #e1a432 50%, #e1a432 81%, #252525 81%, #252525 100%);
  background: -o-linear-gradient(left, #fc0e2e 0%, #fc0e2e 50%, #e1a432 50%, #e1a432 81%, #252525 81%, #252525 100%);
  background: -ms-linear-gradient(left, #fc0e2e 0%, #fc0e2e 50%, #e1a432 50%, #e1a432 81%, #252525 81%, #252525 100%);
  background: linear-gradient(to right, #fc0e2e 0%, #fc0e2e 50%, #e1a432 50%, #e1a432 81%, #252525 81%, #252525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc0e2e", endColorstr="#252525", GradientType=1 );
}

.fm-separator-footer {
  height: 7px;
  padding: 0;
  margin: 0;
}

.fm-separator-small {
  width: 92px;
  height: 3px;
  margin-bottom: 6px;
}

.fm-btn-border-gradient {
  background: #e1a432;
  background: -moz-linear-gradient(left, #e1a432 0%, #7f7f7f 51%, #fb0e2d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e1a432), color-stop(51%, #7f7f7f), color-stop(100%, #fb0e2d));
  background: -webkit-linear-gradient(left, #e1a432 0%, #7f7f7f 51%, #fb0e2d 100%);
  background: -o-linear-gradient(left, #e1a432 0%, #7f7f7f 51%, #fb0e2d 100%);
  background: -ms-linear-gradient(left, #e1a432 0%, #7f7f7f 51%, #fb0e2d 100%);
  background: linear-gradient(to right, #e1a432 0%, #7f7f7f 51%, #fb0e2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a432", endColorstr="#fb0e2d", GradientType=1 );
  padding: 2px;
  border-radius: 14px;
  margin-top: -2px;
}
.fm-btn-border-gradient, .fm-btn-border-gradient span {
  display: block;
}
.fm-btn-border-gradient span {
  color: white;
  background-color: #1f1f1f;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  font-family: Montserrat-Bold;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fm-btn-border-gradient span:hover {
  color: black;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fm-btn-border-gradient.fm-button-buy span {
  color: black;
  background-color: white;
  padding: 0 20px;
}
.fm-btn-border-gradient.fm-button-buy span:hover {
  color: white;
  background-color: #1f1f1f;
}

.gradient-box {
  max-width: 22em;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  color: #FFF;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 5px transparent;
  /* !importanté */
  border-radius: 1em;
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, red, orange);
}

/* Menu
---------------------------------------------------- */
.fm-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #000000;
  height: 80px;
}
.fm-menu .container {
  position: relative;
}
.fm-menu, .fm-menu a, .fm-menu a:hover {
  color: #FFFFFF;
}
.fm-menu .fm-logo-vivalafatmark,
.fm-menu ul.fm-nav,
.fm-menu h1 {
  position: absolute;
}
.fm-menu h1 {
  display: block;
  margin: 0;
  padding: 0;
}
.fm-menu .fm-logo-vivalafatmark {
  top: 29px;
}
.fm-menu .fm-logo-vivalafatmark.fm-complete {
  width: 332px;
}
.fm-menu .fm-logo-vivalafatmark.fm-partial {
  width: 268px;
  display: none;
}
.fm-menu ul.fm-nav {
  top: 23px;
  right: 0;
}

@media (max-width: 429px) {
  .fm-logo-vivalafatmark.fm-complete {
    width: 279px !important;
    top: 33px !important;
  }
}
@media (max-width: 377px) {
  .fm-logo-vivalafatmark.fm-complete {
    display: none;
  }
  .fm-logo-vivalafatmark.fm-partial {
    width: 223px !important;
    top: 32px !important;
    display: block !important;
  }
}

ul.fm-nav {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
}
ul.fm-nav li {
  display: inline-block;
  padding: 0 30px 0 0;
}
ul.fm-nav li:first-child {
  padding-left: 0;
  border-left: none;
}
ul.fm-nav li.fm-nav-social {
  font-size: 22px;
  border-left: none;
  padding-left: 0;
  padding-right: 10px;
}
ul.fm-nav li.fm-nav-store {
  padding-right: 25px;
}
ul.fm-nav li:last-child {
  padding-right: 0;
}
@media (max-width: 1199px) {
  ul.fm-nav li, ul.fm-nav li.fm-nav-store {
    padding-right: 10px;
  }
  ul.fm-nav li.fm-nav-social {
    padding-right: 0;
  }
  ul.fm-nav li .fm-btn-border-gradient span {
    padding: 0 30px;
  }
}

.fm-button-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: none;
  font-size: 32px;
  background-color: #000000;
  z-index: 40;
}
.fm-spacer {
  height: 80px;
}

@media (max-width: 991px) {
  .fm-spacer {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
  }

  .fm-menu {
    position: fixed;
    width: 100%;
    z-index: 20;
  }
  .fm-menu h1 {
    z-index: 30;
  }
  .fm-menu .container {
    position: relative;
    position: static;
  }
  .fm-menu ul.fm-nav {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    display: none;
    padding: 0;
  }
  .fm-menu ul.fm-nav li:first-child {
    margin-top: 80px;
  }
  .fm-menu ul.fm-nav li {
    padding: 0;
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: solid 1px #393939;
    font-size: 16px;
    text-align: center;
  }
  .fm-menu ul.fm-nav li a:not(.fm-btn-border-gradient) {
    display: block;
    padding: 9px 15px;
  }
  .fm-menu ul.fm-nav li .fm-btn-border-gradient {
    text-align: center;
    font-size: 14px;
    margin: 15px;
  }
  .fm-menu .fm-button-open {
    display: block;
  }
  .fm-menu .fm-button-close {
    display: none;
  }
  .fm-menu.fm-open ul.fm-nav {
    display: block;
  }
  .fm-menu.fm-open .fm-button-open {
    display: none;
  }
  .fm-menu.fm-open .fm-button-close {
    display: block;
  }
}
@media (min-width: 991px) {
  .fm-menu .fm-nav-social span {
    display: none;
  }
}
/* Carrusel
---------------------------------------------------- */
.carousel,
.carousel-inner,
.carousel-item {
  position: relative;
  height: 100%;
}

.carousel-item {
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 992px) {
  .fm-home-header {
    height: 80%;
  }
}
@media (max-width: 991px) {
  .fm-home-header {
    height: 0;
    min-height: 0;
    padding-bottom: 60%;
  }
  .fm-home-header .carousel {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 550px) {
  .fm-home-header {
    padding-bottom: 80%;
  }
}
.fm-home-header h3 {
  text-transform: none;
  text-align: center;
}
.fm-home-header .fm-center-container h3 {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  margin-top: -20px;
  text-shadow: 0px 0px 10px white;
}

.fm-message {
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px 0;
}
.fm-message p {
  margin-bottom: 0;
  font-size: 14px;
}
.fm-message .fm-title {
  font-size: 28px;
  line-height: 30px;
  font-family: Montserrat-Bold;
  margin-bottom: 10px;
}
.fm-message strong {
  color: red;
}

/* Productos
---------------------------------------------------- */
.fm-product {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.fm-product h2 {
  font-size: 16px;
  font-family: Montserrat-Bold;
  margin-bottom: 10px;
}

.fm-product-photo {
  position: relative;
  margin-bottom: 10px;
}
.fm-product-photo, .fm-product-photo img {
  display: block;
}
.fm-product-photo:hover .fm-product-photo-hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fm-product-photo-hover {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fm-price {
  padding-bottom: 0;
  font-family: Montserrat-Light;
}
.fm-price .fm-no-discount {
  color: red;
  text-decoration: line-through;
}

.fm-button-buy {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.fm-button-buy, .fm-button-buy:hover, .fm-button-buy:active {
  color: #FFFFFF;
}

.fm-color-chips {
  width: 100%;
  height: 10px;
  margin-top: -110px;
  margin-bottom: 10px;
  line-height: 10px;
  position: absolute;
  z-index: 10;
  left: 0;
}
.fm-color-chips a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: red;
  margin: 0 5px;
}

.fm-discount {
  display: block;
  position: absolute;
  background-image: url(../images/fm-discount-flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55.5px;
  height: 64.5px;
  right: 15px;
  top: 0;
  z-index: 5;
}

.fm-new {
  display: block;
  position: absolute;
  padding: 5px 10px;
  right: 30px;
  top: 15px;
  z-index: 5;
  background-color: red;
  font-size: 10px;
  color: white;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  border-radius: 14px;
}

.fm-soldout {
  display: block;
  position: absolute;
  width: 80%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  right: 10%;
  top: 35%;
  z-index: 5;
  background-color: red;
  font-size: 22px;
  color: white;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}

/* Footer
---------------------------------------------------- */
.fm-footer {
  background-color: #000000;
  padding: 60px 0;
}
.fm-footer, .fm-footer a, .fm-footer a:hover {
  color: #FFFFFF;
}
.fm-footer .fm-logo-fatmark {
  width: 255px;
  display: inline-block;
  margin-bottom: 12px;
}
.fm-footer .container {
  position: relative;
}
.fm-footer .fm-footer-right {
  text-align: right;
}
.fm-footer .fm-footer-right ul.fm-nav {
  float: none;
  padding-top: 10px;
}
.fm-footer .fm-nav li.fm-nav-social {
  font-size: 30px;
  padding-right: 0;
}
.fm-footer .fm-newsletter {
  float: left;
}
.fm-footer .fm-newsletter label {
  font-family: Montserrat-Bold;
  font-size: 23px;
  margin-bottom: 23px;
}
.fm-footer .fm-newsletter input[type=email] {
  border: 0;
  padding: 7px 23px;
  color: #000000;
  width: 275px;
  margin-right: 17px;
  border-radius: 11px;
}
.fm-footer .fm-newsletter .fm-btn-border-gradient {
  margin-top: 0;
  text-transform: uppercase;
}
.fm-footer .fm-newsletter .fm-btn-border-gradient span {
  padding: 0 25px;
}
@media (max-width: 572px) {
  .fm-footer .fm-newsletter .fm-btn-border-gradient {
    margin-top: 17px;
  }
}

@media (min-width: 992px) {
  .fm-newsletter br {
    display: none;
  }
}
@media (max-width: 991px) {
  .fm-footer .fm-footer-right {
    text-align: left;
    padding-top: 31px;
  }
  .fm-footer .fm-footer-right ul.fm-nav {
    padding-left: 0;
    text-align: left;
  }
  .fm-newsletter .fm-btn-border-gradient {
    display: inline-block;
  }
}
.fm-carousel-image .carousel, .fm-carousel-image .carousel-inner, .fm-carousel-image .carousel-item {
  height: auto;
}
.fm-carousel-image img {
  width: 100%;
  height: auto;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.vert-alt .carousel-item-next.carousel-item-left,
.vert-alt .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert-alt .carousel-item-next,
.vert-alt .active.carousel-item-right {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100% 0);
}

.vert-alt .carousel-item-prev,
.vert-alt .active.carousel-item-left {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*# sourceMappingURL=main.css.map */
