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

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

header.product-header .return 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("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;
}

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

.business {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  margin-top: 3%;
  margin-bottom: 10%;
  font-size: .8em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .business {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 30px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1760px) {
  .business {
    line-height: 25px;
    font-size: 1.1em;
  }
}

.business .history {
  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='47' ry='47' stroke='%23B27879FF' stroke-width='3' stroke-dasharray='23%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 47px;
}

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

.business .history .background {
  background-image: url("https://kevinbrinq.com/src/assets/backgrounds/history-645x401.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media only screen and (min-width: 1024px) {
  .business .history .background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-image: url("https://kevinbrinq.com/src/assets/backgrounds/history-1051x358.png");
  }
}

@media only screen and (min-width: 1440px) {
  .business .history .background {
    background-image: url("https://kevinbrinq.com/src/assets/backgrounds/history-1390x580.png");
  }
}

.business .history .background .logo,
.business .history .background .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business .history .background .logo {
  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-top: 15px;
}

@media only screen and (min-width: 1024px) {
  .business .history .background .logo div {
    margin-left: 20px;
    margin-bottom: 50px;
  }
}

.business .history .background .logo div img {
  width: 180px;
}

@media only screen and (min-width: 768px) {
  .business .history .background .logo div img {
    width: 250px;
  }
}

@media only screen and (min-width: 1024px) {
  .business .history .background .logo div img {
    width: 260px;
  }
}

@media only screen and (min-width: 1760px) {
  .business .history .background .logo div img {
    width: 300px;
  }
}

.business .history .background .text {
  margin: 4% 15%;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .business .history .background .text {
    margin: 5% 2%;
  }
}

@media only screen and (min-width: 1760px) {
  .business .history .background .text {
    margin: 5% 10%;
  }
}

@media only screen and (min-width: 1024px) {
  .business .history .background .text div {
    width: 75%;
  }
}

.business .history .background .text .text-1 {
  margin-bottom: 10%;
}

.business .mission,
.business .vision,
.business .values {
  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='47' ry='47' stroke='%23615E8AFF' stroke-width='3' stroke-dasharray='23%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 47px;
  height: 100%;
  padding: 7% 4%;
  text-align: center;
}

.business .mission h1,
.business .vision h1,
.business .values h1 {
  font-size: 2em;
  color: #bb3536;
  padding-bottom: 9%;
}

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