@charset "UTF-8";
header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, .similar-products .subtitle, .content .descriptions .title {
  font-weight: bold;
}

header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, header.product-header .return a, .box-title .title, .similar-products .subtitle, .similar-products .carousel .featured-product figure a, .content .descriptions {
  text-transform: uppercase;
}

header.product-header .return a, .similar-products .carousel .featured-product figure a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

section .menu-top {
  height: 70px;
  font-size: 1.2em;
  color: whitesmoke;
  background-color: #01aef0;
}

@media only screen and (min-width: 768px) {
  section .menu-top {
    height: 45px;
  }
}

section .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 5%;
}

@media only screen and (min-width: 768px) {
  section .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section .contact .contact-tel,
section .contact .contact-email,
section .contact .operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .75rem;
}

section .contact .contact-tel .icon,
section .contact .contact-email .icon,
section .contact .operation .icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (min-width: 768px) {
  section .contact .contact-tel {
    width: 40%;
  }
}

@media only screen and (min-width: 1248px) {
  section .contact .contact-tel {
    text-align: left;
  }
}

section .contact .contact-tel .icon {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/tel.png");
}

@media only screen and (min-width: 768px) {
  section .contact .contact-email {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (min-width: 1248px) {
  section .contact .contact-email {
    text-align: left;
  }
}

section .contact .contact-email .icon {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/email.png");
}

@media only screen and (min-width: 768px) {
  section .contact .operation {
    width: 100%;
    text-align: right;
  }
}

section .contact .operation .icon {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/clock.png");
}

section .menu-nav {
  margin: 5px 0;
}

section .menu-nav .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  section .menu-nav .nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 5%;
  }
}

section .menu-nav .nav-bar .logo,
section .menu-nav .nav-bar .links {
  text-align: center;
}

section .menu-nav .nav-bar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  section .menu-nav .nav-bar .logo {
    text-align: center;
  }
}

section .menu-nav .nav-bar .logo img {
  width: 185px;
}

@media only screen and (min-width: 1248px) {
  section .menu-nav .nav-bar .logo img {
    width: 227px;
  }
}

section .menu-nav .nav-bar .links {
  width: 100%;
}

section .menu-nav .nav-bar .links .all-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.04em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  section .menu-nav .nav-bar .links .all-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

section .menu-nav .nav-bar .links .all-links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0;
}

section .menu-nav .nav-bar .links .all-links .link:last-child a {
  color: #bb3536;
}

section .menu-nav .nav-bar .links .all-links .link:last-child a:link, section .menu-nav .nav-bar .links .all-links .link:last-child a:visited {
  color: #bb3536;
}

@media only screen and (min-width: 768px) {
  section .menu-nav .nav-bar .links .all-links .link {
    padding: 0 7px;
  }
}

section .menu-nav .nav-bar .links .all-links .link a:link, section .menu-nav .nav-bar .links .all-links .link a:visited {
  color: #5d5e61;
  text-decoration: none;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  section .menu-nav .nav-bar .links .all-links .client-area {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  section .menu-nav .nav-bar .links .all-links .client-area .icon-client {
    background-image: url("http://beta.kevinbrinq.com/src/assets/icons/client.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 25px;
    margin-right: 5px;
  }
}

section .menu-nav .nav-bar .links .all-links .client-area a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: .7em;
}

@font-face {
  font-family: 'Geometric';
  src: url("http://beta.kevinbrinq.com/src/assets/fonts/geometric-212-book-condensed-bt.ttf");
  font-display: swap;
}

body {
  font-family: 'Geometric';
}

header {
  background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-960x184.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  header {
    height: 140px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  header {
    background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-1440x276.jpg");
    height: 260px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1760px) {
  header {
    background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-1980x380.jpg");
  }
}

header .title {
  margin: 0;
  color: #bb3536;
}

header .img {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/listra.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 5px;
  width: 205px;
}

@media only screen and (min-width: 768px) {
  header .img {
    width: 277px;
  }
}

@media only screen and (min-width: 1024px) {
  header .img {
    width: 507px;
    height: 8px;
  }
}

header.product-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50% 20%;
      grid-template-rows: 50% 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: end;
  margin-bottom: 30px;
}

header.product-header .titles {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1rem;
  color: #53a5b3;
}

@media only screen and (min-width: 768px) {
  header.product-header .titles {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  header.product-header .titles {
    font-size: 2.5rem;
  }
}

header.product-header .titles .title,
header.product-header .titles .subtitle {
  text-align: center;
}

header.product-header .titles .title {
  margin-bottom: 5px;
}

header.product-header .return a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .5rem;
  color: #bb3536;
}

@media only screen and (min-width: 1024px) {
  header.product-header .return a {
    font-size: 1rem;
  }
}

header.product-header .return a .icon {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/return.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #bb3536;
  width: 10px;
  height: 13px;
}

@media only screen and (min-width: 1024px) {
  header.product-header .return a .icon {
    width: 20px;
    height: 23px;
  }
}

.container {
  margin-left: 1%;
  margin-right: 1%;
}

@media only screen and (min-width: 1024px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1248px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1760px) {
  .container {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media only screen and (min-width: 1248px) {
  .background-releases .box-title {
    margin: 2.5rem 0;
  }
}

.box-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18% 64% 18%;
      grid-template-columns: 18% 64% 18%;
  margin: 1.5rem 0;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 440px) {
  .box-title {
    -ms-grid-columns: 24% 52% 24%;
        grid-template-columns: 24% 52% 24%;
  }
}

@media only screen and (min-width: 560px) {
  .box-title {
    -ms-grid-columns: 27.5% 45% 27.5%;
        grid-template-columns: 27.5% 45% 27.5%;
  }
}

@media only screen and (min-width: 1024px) {
  .box-title {
    -ms-grid-columns: 35% 30% 35%;
        grid-template-columns: 35% 30% 35%;
  }
}

.box-title .title {
  font-size: 1rem;
  color: #384088;
}

@media only screen and (min-width: 440px) {
  .box-title .title {
    font-size: 1.05em;
  }
}

@media only screen and (min-width: 1024px) {
  .box-title .title {
    font-size: 1.3em;
  }
}

@media only screen and (min-width: 1248px) {
  .box-title .title {
    font-size: 1.45em;
  }
}

@media only screen and (min-width: 1440px) {
  .box-title .title {
    font-size: 1.55em;
  }
}

@media only screen and (min-width: 1760px) {
  .box-title .title {
    font-size: 1.65em;
  }
}

@media only screen and (min-width: 1980px) {
  .box-title .title {
    font-size: 1.75em;
  }
}

.box-title .icon-bar {
  background-image: url(src/assets/icons/trace-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  height: 2px;
}

@media only screen and (min-width: 440px) {
  .box-title .icon-bar {
    width: 55%;
  }
}

@media only screen and (min-width: 640px) {
  .box-title .icon-bar {
    width: 65%;
  }
}

.box-title .left {
  -ms-grid-column-align: right;
      justify-self: right;
}

.box-title .right {
  -ms-grid-column-align: left;
      justify-self: left;
}

.icon-whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 10px;
}

.icon-whatsapp .icon a {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/whatsapp.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999999999px;
  z-index: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("http://beta.kevinbrinq.com/./slick/ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

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

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

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

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.similar-products {
  padding: 0 45px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1024px) {
  .similar-products {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 1024px) {
  .similar-products {
    padding: 0 60px;
  }
}

.similar-products .subtitle {
  margin-bottom: 10px;
  text-align: center;
  color: #27507b;
}

.similar-products .carousel .slick-arrow {
  z-index: 1;
  width: 35px;
  height: 35px;
}

@media only screen and (min-width: 1024px) {
  .similar-products .carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.similar-products .carousel .slick-arrow:before {
  font-size: 35px;
  color: #8a8a8a;
  text-shadow: 0 0 10px #FFF;
}

@media only screen and (min-width: 1024px) {
  .similar-products .carousel .slick-arrow:before {
    font-size: 45px;
  }
}

.similar-products .carousel .slick-prev {
  left: -40px;
}

.similar-products .carousel .slick-prev:before {
  content: url("http://beta.kevinbrinq.com/src/assets/icons/arrow-left-35x35.png");
}

@media only screen and (min-width: 1024px) {
  .similar-products .carousel .slick-prev {
    left: -50px;
  }
  .similar-products .carousel .slick-prev:before {
    content: url("http://beta.kevinbrinq.com/src/assets/icons/arrow-left-45x45.png");
  }
}

.similar-products .carousel .slick-next {
  right: -40px;
}

.similar-products .carousel .slick-next:before {
  content: url("http://beta.kevinbrinq.com/src/assets/icons/arrow-right-35x35.png");
}

@media only screen and (min-width: 1024px) {
  .similar-products .carousel .slick-next {
    right: -50px;
  }
  .similar-products .carousel .slick-next:before {
    content: url("http://beta.kevinbrinq.com/src/assets/icons/arrow-right-45x45.png");
  }
}

.similar-products .carousel .featured-product {
  height: 250px;
  margin: 5px 5px;
  background-color: #FFF;
  border: solid 1px #c2c6c7;
}

.similar-products .carousel .featured-product figure {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
}

.similar-products .carousel .featured-product figure a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 85% 15%;
      grid-template-rows: 85% 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  font-size: .75em;
  color: #9aa0a0;
}

.similar-products .carousel .featured-product figure a figcaption {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 100%;
  text-align: center;
  border-top: solid 1px #c2c6c7;
}

.similar-products .carousel .featured-product figure img {
  width: 75%;
  height: 75%;
  border-radius: 50px;
}

header.product-header {
  background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-brindes-960x184.jpg");
}

@media only screen and (min-width: 1248px) {
  header.product-header {
    background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-brindes-1440x276.jpg");
  }
}

@media only screen and (min-width: 1760px) {
  header.product-header {
    background-image: url("http://beta.kevinbrinq.com/src/assets/backgrounds/header-brindes-1980x380.jpg");
  }
}

@media only screen and (min-width: 1024px) {
  .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% calc(70% - 230px) 200px;
        grid-template-columns: 30% calc(70% - 230px) 200px;
    grid-gap: 15px;
  }
}

.content .images-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px 6px;
  margin: 0 10px;
}

@media screen and (min-width: 560px) and (max-width: 1023px) {
  .content .images-products {
    -ms-grid-columns: 20% calc(80% - 6px);
        grid-template-columns: 20% calc(80% - 6px);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  .content .images-products {
    margin: 0;
  }
}

.content .images-products .principal {
  height: 310px !important;
  width: 100%;
  grid-column: span 4;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 560px) and (max-width: 1023px) {
  .content .images-products .principal {
    height: 398px !important;
    grid-row: span 4 !important;
    -ms-grid-column: 2 !important;
    grid-column: 2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .content .images-products .principal {
    height: 300px !important;
  }
}

@media only screen and (min-width: 1248px) {
  .content .images-products .principal {
    height: 398px !important;
  }
}

.content .images-products .principal img {
  width: 75% !important;
  height: 75% !important;
}

@media (min-width: 560px) and (max-width: 1023px) {
  .content .images-products .img:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (min-width: 560px) and (max-width: 1023px) {
  .content .images-products .img:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.content .images-products .img {
  height: 70px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #c2c6c7;
}

@media screen and (min-width: 560px) and (max-width: 1023px) {
  .content .images-products .img {
    -ms-grid-column: 1;
    grid-column: 1;
    height: auto;
  }
}

.content .images-products .img img {
  width: 65px;
  height: 65px;
}

.content .descriptions {
  margin: 15px 10px;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  color: #8a8a8a;
  font-size: .9em;
}

.content .descriptions .title {
  -ms-grid-column-align: center;
      justify-self: center;
  color: #5d5e61;
  font-size: 1.7em;
}

.content .descriptions .cod-product > p,
.content .descriptions .cod-sale > p,
.content .descriptions .product-description > p {
  padding-bottom: 3px;
}

.content .descriptions .product-description p:nth-child(2) {
  line-height: 1.3em;
  text-align: justify;
}

.content .banner {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .content .banner {
    display: block;
  }
}

.content .banner img {
  height: 370px;
  width: 100%;
}

@media only screen and (min-width: 1248px) {
  .content .banner img {
    height: 470px;
  }
}

.content .fade-out {
  opacity: 0;
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}

footer {
  text-align: center;
  color: #fff;
}

footer .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  footer .menu-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .menu-footer .business-footer,
footer .menu-footer .contact,
footer .menu-footer .attendance {
  position: relative;
  height: 290px;
  padding: 1em 0;
}

footer .menu-footer .business-footer .box-title,
footer .menu-footer .contact .box-title,
footer .menu-footer .attendance .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .menu-footer .business-footer .box-title .icon-bar,
footer .menu-footer .contact .box-title .icon-bar,
footer .menu-footer .attendance .box-title .icon-bar {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/trace.svg");
  background-repeat: repeat;
  height: 18px;
  width: 90px;
}

footer .menu-footer .business-footer .box-title .left,
footer .menu-footer .contact .box-title .left,
footer .menu-footer .attendance .box-title .left {
  margin-left: 5%;
  margin-right: 10px;
}

footer .menu-footer .business-footer .box-title .right,
footer .menu-footer .contact .box-title .right,
footer .menu-footer .attendance .box-title .right {
  margin-left: 10px;
  margin-right: 5%;
}

@media only screen and (min-width: 1024px) {
  footer .menu-footer .business-footer,
  footer .menu-footer .contact,
  footer .menu-footer .attendance {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

footer .menu-footer .business-footer .title,
footer .menu-footer .contact .title,
footer .menu-footer .attendance .title {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #fff;
}

footer .menu-footer .business-footer .title span,
footer .menu-footer .contact .title span,
footer .menu-footer .attendance .title span {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: line-through;
}

footer .menu-footer .business-footer,
footer .menu-footer .contact {
  background-color: #e266a5;
}

footer .menu-footer .business-footer,
footer .menu-footer .contact,
footer .menu-footer .attendance {
  z-index: -1;
}

footer .menu-footer .business-footer .logo img {
  width: 150px;
}

footer .menu-footer .business-footer .history {
  margin: 10px 7%;
}

footer .menu-footer .attendance {
  background-color: #eb268f;
}

footer .menu-footer .attendance table {
  border-collapse: separate;
  border-spacing: 15px;
  margin: auto;
}

footer .menu-footer .attendance table tbody td:nth-child(1) {
  text-align: left;
  padding-right: 55px;
}

footer .menu-footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .menu-footer .contact .content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

footer .menu-footer .contact .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
}

footer .menu-footer .contact .content div .icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

footer .menu-footer .contact .content div .telephone {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/tel.png");
}

footer .menu-footer .contact .content div .whatsapp {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/whatsapp.png");
}

footer .menu-footer .contact .content div .email {
  background-image: url("http://beta.kevinbrinq.com/src/assets/icons/email.png");
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  background-color: #01aef0;
}
/*# sourceMappingURL=index.css.map */