@charset "UTF-8";

/* ============================================================================
   PORTFOLIO E-PIXEL - CSS PRINCIPAL
   Este arquivo agora importa os componentes CSS.
   ============================================================================ */

@import url("components/base.css");
@import url("components/animations.css");
@import url("components/buttons.css");
@import url("components/card.css");
@import url("components/contact.css");
@import url("components/faq.css");
@import url("components/features.css");
@import url("components/portfolio.css");
@import url("components/slide.css");
@import url("components/header.css");
@import url("components/footer.css");
@import url("components/blog.css");

.header * {
  margin: revert;
  padding: revert;
  box-sizing: revert;
}
.header,
.header *,
.header a {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
}
/*
  /*
  Estilos que não se encaixam em componentes específicos 
  ou que são muito pequenos para justificar um arquivo separado.
*/
.st0 {
  display: inline;
  fill: none;
  stroke: #000000;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st1 {
  display: none;
}

.title-servicos {
  margin: 0 auto 48px;
  max-width: 1200px;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Inter, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 28.8px;
  color: rgb(27, 29, 34);
}
.title-servicos .title-servicos-p {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-family: Inter, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 38.4px;
  color: rgb(140, 145, 155);
  text-align: left;
}
.title-servicos .title-servicos-p p {
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-family: Inter, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 38.4px;
  color: rgb(140, 145, 155);
}
.title-servicos h2 {
  width: 100%;
  height: auto;
  margin: 0 0 21.345px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 36px;
  font-family: Inter, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 39.6px;
  color: rgb(27, 29, 34);
  text-align: left;
}
.title-servicos h2 .highlight {
  padding: 0px 12px 2px 0px;
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 999px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(226, 235, 255, 0)),
    to(rgb(226, 235, 255))
  );
  background: linear-gradient(
    90deg,
    rgba(226, 235, 255, 0),
    rgb(226, 235, 255)
  );
  font-size: 36px;
  font-family: Inter, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 46.8px;
  color: rgb(29, 73, 195);
}

.wrapper-no7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-no7 .animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-no7 .animation-wrapper.notvisible {
  display: none;
}

.wrapper-no7 .cat {
  width: 50%;
  overflow: visible;
  margin-right: 220px;
}

.wrapper-no7 .cat-wrapper {
  width: 300px;
}

.wrapper-no7 .eyes circle {
  fill: #fff;
}

.wrapper-no7 .frontlegs,
.wrapper-no7 .backlegs {
  opacity: 1;
}

.wrapper-no7 .layout {
  display: block;
  opacity: 1;
  width: 80%;
  position: absolute;
  top: 40px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.wrapper-no7 .layout.notvisible {
  display: none;
  opacity: 0;
}

.wrapper-no7 .layout li {
  height: 15px;
  background-color: #be2020;
}

.wrapper-no7 .layout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.wrapper-no7 .layout li {
  width: 50px;
  margin-left: 20px;
  list-style: none;
  background-color: #be2020;
}

.wrapper-no7 .layout__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-no7 .layout__nav-left,
.wrapper-no7 .layout__nav-right {
  width: 40%;
}

.wrapper-no7 .layout__nav-left li:first-child {
  margin-left: 0;
}

.wrapper-no7 .layout__nav-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper-no7 .layout__title {
  width: 80%;
  height: 40px;
  background-color: #be2020;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-no7 .layout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.wrapper-no7 .layout__content div:first-child {
  margin-top: 100px;
}

.wrapper-no7 .layout__content div {
  width: 80%;
  height: 20px;
  background-color: #be2020;
  margin-top: 20px;
}
