@charset "UTF-8";
header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, .background-segments .segments .box-logo .subtitle {
  font-weight: bold;
}

header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, header.product-header .return a, .box-title .title, .background-segments .segments {
  text-transform: uppercase;
}

header.product-header .return a, .background-segments .segments 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;
}

/* 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;
}

.carousel-slide .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 640px) {
  .carousel-slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.carousel-slide .slick-arrow:before {
  color: #c3bec2;
  font-size: 32px;
  text-shadow: 0px 0px 10px #FFF;
}

@media only screen and (min-width: 640px) {
  .carousel-slide .slick-arrow:before {
    font-size: 40px;
  }
}

.carousel-slide .slick-prev {
  left: 15px;
}

.carousel-slide .slick-next {
  right: 15px;
}

.carousel-slide img {
  width: 100%;
  height: 120px;
}

@media only screen and (min-width: 440px) {
  .carousel-slide img {
    height: 147px;
  }
}

@media only screen and (min-width: 560px) {
  .carousel-slide img {
    height: 187px;
  }
}

@media only screen and (min-width: 640px) {
  .carousel-slide img {
    height: 213px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-slide img {
    height: 280px;
  }
}

@media only screen and (min-width: 1024px) {
  .carousel-slide img {
    height: 400px;
  }
}

@media only screen and (min-width: 1248px) {
  .carousel-slide img {
    height: 500px;
  }
}

@media only screen and (min-width: 1440px) {
  .carousel-slide img {
    height: 480px;
  }
}

@media only screen and (min-width: 1760px) {
  .carousel-slide img {
    height: 587px;
  }
}

@media only screen and (min-width: 1980px) {
  .carousel-slide img {
    height: 660px;
  }
}

.background-releases.midia {
  height: 13.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.background-releases.midia .carousel-featured {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 440px) {
  .background-releases.midia {
    height: 15.4rem;
  }
}

@media only screen and (min-width: 560px) {
  .background-releases.midia {
    height: 15.8rem;
  }
}

@media only screen and (min-width: 640px) {
  .background-releases.midia {
    height: 16.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .background-releases.midia {
    height: 20rem;
  }
}

@media only screen and (min-width: 1024px) {
  .background-releases.midia {
    height: 27rem;
  }
}

@media only screen and (min-width: 1248px) {
  .background-releases.midia {
    height: 32.2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .background-releases.midia {
    height: 34rem;
  }
}

@media only screen and (min-width: 1760px) {
  .background-releases.midia {
    height: 36rem;
  }
}

@media only screen and (min-width: 1980px) {
  .background-releases.midia {
    height: 37.8rem;
  }
}

.background-releases.midia .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.background-releases.midia .carousel-midia img {
  width: 130px;
  height: auto;
  margin: 0 7px;
}

@media only screen and (min-width: 440px) {
  .background-releases.midia .carousel-midia img {
    width: 160px;
    margin: 0 12px;
  }
}

@media only screen and (min-width: 560px) {
  .background-releases.midia .carousel-midia img {
    width: 160px;
  }
}

@media only screen and (min-width: 640px) {
  .background-releases.midia .carousel-midia img {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .background-releases.midia .carousel-midia img {
    width: 230px;
  }
}

@media only screen and (min-width: 1024px) {
  .background-releases.midia .carousel-midia img {
    width: 330px;
    margin: 0 30px;
  }
}

@media only screen and (min-width: 1248px) {
  .background-releases.midia .carousel-midia img {
    width: 370px;
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1440px) {
  .background-releases.midia .carousel-midia img {
    width: 400px;
    margin: 0 33px;
  }
}

@media only screen and (min-width: 1760px) {
  .background-releases.midia .carousel-midia img {
    width: 430px;
    margin: 0 30px;
  }
}

@media only screen and (min-width: 1980px) {
  .background-releases.midia .carousel-midia img {
    width: 450px;
    margin: 0 20px;
  }
}

.background-releases.midia .carousel-midia .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 640px) {
  .background-releases.midia .carousel-midia .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.background-releases.midia .carousel-midia .slick-arrow:before {
  color: #c3bec2;
  font-size: 32px;
  text-shadow: 0px 0px 10px #FFF;
}

@media only screen and (min-width: 640px) {
  .background-releases.midia .carousel-midia .slick-arrow:before {
    font-size: 40px;
  }
}

.background-releases.midia .carousel-midia .slick-prev {
  left: 15px;
}

.background-releases.midia .carousel-midia .slick-next {
  right: 15px;
}

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

@font-face {
  font-family: 'icomoon';
  src: url(src/assets/fonts/icomoon.eot), url(src/assets/fonts/icomoon.ttf), url(src/assets/fonts/icomoon.woff), url(src/assets/fonts/icomoon.svg);
  font-display: swap;
}

.background-segments {
  padding: 1rem 0;
  background-image: url(src/assets/backgrounds/segment-960x360.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
}

@media only screen and (min-width: 1024px) {
  .background-segments {
    background-image: url(src/assets/backgrounds/segment-1440x480.jpg);
  }
}

@media only screen and (min-width: 1760px) {
  .background-segments {
    background-image: url(src/assets/backgrounds/segment-1980x660.jpg);
  }
}

.background-segments .segments {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media only screen and (min-width: 1024px) {
  .background-segments .segments {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  .background-segments .segments .box-logo {
    -ms-grid-column-align: right;
        justify-self: right;
    padding-right: 50px;
  }
}

.background-segments .segments .box-logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.background-segments .segments .box-logo .subtitle {
  font-family: 'Geometric';
  color: #bb3536;
  font-size: 1.7em;
  text-align: center;
}

@media only screen and (min-width: 560px) {
  .background-segments .segments .box-logo .subtitle {
    font-size: 2em;
  }
}

@media only screen and (min-width: 1440px) {
  .background-segments .segments .box-logo .subtitle {
    font-size: 1.6rem;
  }
}

.background-segments .segments .box-logo img {
  width: 200px;
}

@media only screen and (min-width: 560px) {
  .background-segments .segments .box-logo img {
    width: 300px;
  }
}

@media only screen and (min-width: 1440px) {
  .background-segments .segments .box-logo img {
    width: 360px;
  }
}

.background-segments .segments .box-logo .btn-catalago {
  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;
  margin: 15px auto;
  padding: 7px;
  width: 230px;
  border-radius: 8px;
  font-size: .7em;
  color: #fff;
  background-color: #05aaf0;
}

@media only screen and (min-width: 1440px) {
  .background-segments .segments .box-logo .btn-catalago {
    font-size: .8em;
  }
}

.background-segments .segments .box-logo .btn-catalago div {
  background-image: url(src/assets/icons/book.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.background-segments .segments .box-logo .btn-catalago a {
  font-size: .7rem;
}

.background-segments .segments .box-segment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 25px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  .background-segments .segments .box-segment {
    -ms-grid-column-align: left;
        justify-self: left;
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-gap: 0 25px;
  }
}

@media only screen and (min-width: 1760px) {
  .background-segments .segments .box-segment {
    margin-top: 45px;
    margin-bottom: 45px;
    grid-gap: 25px;
  }
}

.background-segments .segments .segment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .7em;
  font-weight: bold;
  color: #27507b;
}

@media only screen and (min-width: 768px) {
  .background-segments .segments .segment {
    -ms-grid-columns: 90px 110px;
        grid-template-columns: 90px 110px;
    font-size: 1em;
  }
}

.background-segments .segments .segment .box-img {
  justify-self: center;
  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;
  background-image: url("data:image/svg+xml,%3csvg width='52%25' height='52%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23BB3536FF' stroke-width='3' stroke-dasharray='1%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100px;
  width: 52px;
  height: 52px;
}

@media only screen and (min-width: 560px) {
  .background-segments .segments .segment .box-img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .background-segments .segments .segment .box-img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 1760px) {
  .background-segments .segments .segment .box-img {
    width: 85px;
    height: 85px;
  }
}

.background-segments .segments .segment .box-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media only screen and (min-width: 560px) {
  .background-segments .segments .segment .box-img img {
    width: 58px;
    height: 58px;
  }
}

@media only screen and (min-width: 768px) {
  .background-segments .segments .segment .box-img img {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (min-width: 1760px) {
  .background-segments .segments .segment .box-img img {
    width: 83px;
    height: 83px;
  }
}

.background-releases {
  background-image: url(src/assets/backgrounds/releases-960x320.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1440px) {
  .background-releases {
    background-image: url(src/assets/backgrounds/releases-1980x660.jpg);
  }
}

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

.our-releases .releases {
  padding: 2% 10% 50px 10%;
}

@media only screen and (min-width: 440px) {
  .our-releases .releases {
    padding: 2% 8% 60px 8%;
  }
}

@media only screen and (min-width: 768px) {
  .our-releases .releases {
    padding: 2% 8% 70px 8%;
  }
}

@media only screen and (min-width: 1024px) {
  .our-releases .releases {
    padding: 2% 8% 95px 8%;
  }
}

@media only screen and (min-width: 1248px) {
  .our-releases .releases {
    padding-top: 3%;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1440px) {
  .our-releases .releases {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
}

@media only screen and (min-width: 1980px) {
  .our-releases .releases {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
}

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

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

.our-releases .releases .carousel-releases .slick-arrow:before {
  font-size: 35px;
  color: #bb3536;
  text-shadow: 0 0 10px #FFF;
}

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

.our-releases .releases .carousel-releases .slick-prev {
  top: 125%;
  left: 35%;
}

@media only screen and (min-width: 440px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 40%;
  }
}

@media only screen and (min-width: 560px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 40%;
  }
}

@media only screen and (min-width: 640px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 43%;
  }
}

@media only screen and (min-width: 768px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 44%;
  }
}

@media only screen and (min-width: 1024px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 44%;
  }
}

@media only screen and (min-width: 1248px) {
  .our-releases .releases .carousel-releases .slick-prev {
    left: 45%;
  }
}

.our-releases .releases .carousel-releases .slick-prev:before {
  font-family: 'icomoon';
  content: "\e901";
}

.our-releases .releases .carousel-releases .slick-next {
  top: 125%;
  right: 35%;
}

@media only screen and (min-width: 440px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 40%;
  }
}

@media only screen and (min-width: 560px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 40%;
  }
}

@media only screen and (min-width: 640px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 43%;
  }
}

@media only screen and (min-width: 768px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 44%;
  }
}

@media only screen and (min-width: 1024px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 44%;
  }
}

@media only screen and (min-width: 1248px) {
  .our-releases .releases .carousel-releases .slick-next {
    right: 45%;
  }
}

.our-releases .releases .carousel-releases .slick-next:before {
  font-family: 'icomoon';
  content: '\e900';
}

.our-releases .releases .carousel-releases .featured-product {
  margin-left: 5px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='21' ry='21' stroke='%23BB3536FF' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 20px;
  background-color: #FFF;
  height: 105px;
}

@media only screen and (min-width: 768px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 145px;
  }
}

@media only screen and (min-width: 1024px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 200px;
  }
}

@media only screen and (min-width: 1248px) {
  .our-releases .releases .carousel-releases .featured-product {
    margin-left: 15px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='31' ry='31' stroke='%23BB3536FF' stroke-width='3' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 30px;
    height: 220px;
  }
}

@media only screen and (min-width: 1440px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 225px;
  }
}

@media only screen and (min-width: 1760px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 245px;
  }
}

@media only screen and (min-width: 1980px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 270px;
  }
}

@media only screen and (min-width: 2560px) {
  .our-releases .releases .carousel-releases .featured-product {
    height: 300px;
  }
}

.our-releases .releases .carousel-releases .featured-product div {
  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;
  padding: 2%;
  height: 100%;
}

.our-releases .releases .carousel-releases .featured-product div a {
  height: 100%;
}

.our-releases .releases .carousel-releases .featured-product div img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.background-footer {
  background-image: url(src/assets/backgrounds/footer-960x360.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1024px) {
  .background-footer {
    background-image: url(src/assets/backgrounds/footer-1440x480.jpg);
  }
}

.background-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.background-footer .logo img {
  height: 120px;
}

@media only screen and (min-width: 440px) {
  .background-footer .logo img {
    height: 147px;
  }
}

@media only screen and (min-width: 560px) {
  .background-footer .logo img {
    height: 187px;
  }
}

@media only screen and (min-width: 640px) {
  .background-footer .logo img {
    height: 213px;
  }
}

@media only screen and (min-width: 768px) {
  .background-footer .logo img {
    height: 280px;
  }
}

@media only screen and (min-width: 1024px) {
  .background-footer .logo img {
    height: 400px;
  }
}

@media only screen and (min-width: 1248px) {
  .background-footer .logo img {
    height: 500px;
  }
}

@media only screen and (min-width: 1440px) {
  .background-footer .logo img {
    height: 480px;
  }
}

@media only screen and (min-width: 1760px) {
  .background-footer .logo img {
    height: 587px;
  }
}

@media only screen and (min-width: 1980px) {
  .background-footer .logo img {
    height: 660px;
  }
}

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 */