header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, .categories .title {
  font-weight: bold;
}

header .title, header.product-header .titles .title,
header.product-header .titles .subtitle, header.product-header .return a, .box-title .title, .categories .segments .segment .link, .content .products .product figure .description {
  text-transform: uppercase;
}

header.product-header .return a, .categories .segments .segment .link a, .content .products .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;
}

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

body {
  font-family: 'Geometric';
}

header {
  background-image: url("https://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("https://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("https://kevinbrinq.com/src/assets/backgrounds/header-1980x380.jpg");
  }
}

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

header .img {
  background-image: url("https://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("https://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("https://kevinbrinq.com/src/assets/icons/whatsapp.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999999999px;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.categories {
  display: none;
  margin-top: 50px;
}

.categories .title {
  color: #868686;
}

@media only screen and (min-width: 1024px) {
  .categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 5vh 20vh;
    grid-template-rows: 5vh 20vh;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.categories .segments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  grid-gap: 12px;
}

.categories .segments .segment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 115px;
      grid-template-columns: 72px 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories .segments .segment .box-img {
  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: 72px;
  height: 72px;
}

.categories .segments .segment .box-img img {
  width: 70px;
  height: 70px;
}

.categories .segments .segment .link {
  padding-left: 5px;
  color: #27507b;
}

.content .products {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 25px 25px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .content .products {
    -ms-grid-columns: (330px)[2];
        grid-template-columns: repeat(2, 330px);
  }
}

@media only screen and (min-width: 1024px) {
  .content .products {
    -ms-grid-columns: (304px)[3];
        grid-template-columns: repeat(3, 304px);
  }
}

@media only screen and (min-width: 1248px) {
  .content .products {
    -ms-grid-columns: (274px)[4];
        grid-template-columns: repeat(4, 274px);
  }
}

.content .products .product {
  height: 20vh;
  margin: 0 auto;
  border: solid 1.3px #d6d6d6;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .content .products .product {
    width: 330px;
    height: 380px;
  }
}

@media only screen and (min-width: 1024px) {
  .content .products .product {
    width: 304px;
    height: 350px;
  }
}

@media only screen and (min-width: 1024px) {
  .content .products .product {
    width: 274px;
    height: 315px;
  }
}

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

.content .products .product figure a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 80% 20%;
      grid-template-rows: 80% 20%;
  justify-items: center;
}

.content .products .product figure img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
}

.content .products .product figure .description {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: .9em;
  /* color: #9aa0a0; */
  color: #3e3e3e;
  /* border: solid 1.3px #c2c6c7;
  border-radius: 0px 0px 10px 10px; */
  border-radius: 10px;
}

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("https://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("https://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("https://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("https://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;
}

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

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

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

.container .img-coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .img-coming-soon img {
  width: 100%;
  max-width: 700px;
}

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("https://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("https://kevinbrinq.com/src/assets/icons/tel.png");
}

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

footer .menu-footer .contact .content div .email {
  background-image: url("https://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 */