:root {
  /* IDV =========================================== */
  --color1: #ffd800 !important;
  --color2: #79addc !important;
  --color3: #000000 !important;
  /* Yellow ================================ */
  --primary-200: #fff5bf;
  --primary-300: #ffec80;
  --primary-400: #ffe240;
  --primary: #ffd800;
  --primary-600: #e0ba00;
  --primary_rgba: 255, 216, 0;
  /* Blue ================================== */
  --secondery-200: #deebf6;
  --secondery-300: #bcd6ee;
  --secondery-400: #9bc2e5;
  --secondery: #79addc;
  --secondery-600: #5d8eb2;
  --secondery_rgba: 121, 173, 220;

  /* White ========================================= */
  --white-005: rgba(255, 255, 255, 0.05);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-09: rgba(255, 255, 255, 0.9);
  --white: #ffffff;

  /* Black ======================================== */
  --black-005: rgba(0, 0, 0, 0.05);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-03: rgba(0, 0, 0, 0.3);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-06: rgba(0, 0, 0, 0.6);
  --black-07: rgba(0, 0, 0, 0.7);
  --black-08: rgba(0, 0, 0, 0.8);
  --black-09: rgba(0, 0, 0, 0.9);
  --black: #0c0c0c !important;
}
/* Tipografia ======================================= */
@import url("https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&family=Spline+Sans:wght@300..700&display=swap");
body {
  font-family: "Spline Sans", sans-serif;
}
p {
  letter-spacing: 0.01rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Spline Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #19191c;
}
.text-secondary {
  color: var(--color2) !important;
}
/* White ========================================== */
.white-005 {
  color: var(--white-005);
}
.white-01 {
  color: var(--white-01);
}
.white-02 {
  color: var(--white-02);
}
.white-03 {
  color: var(--white-03);
}
.white-04 {
  color: var(--white-04);
}
.white-05 {
  color: var(--white-05);
}
.white-06 {
  color: var(--white-06);
}
.white-07 {
  color: var(--white-07);
}
.white-08 {
  color: var(--white-08);
}
.white-09 {
  color: var(--white-09);
}
.white {
  color: var(--white);
}

/* Black ========================================== */
.black-005 {
  color: var(--black-005);
}
.black-01 {
  color: var(--black-01);
}
.black-02 {
  color: var(--black-02);
}
.black-03 {
  color: var(--black-03);
}
.black-04 {
  color: var(--black-04);
}
.black-05 {
  color: var(--black-05);
}
.black-06 {
  color: var(--black-06);
}
.black-07 {
  color: var(--black-07);
}
.black-08 {
  color: var(--black-08);
}
.black-09 {
  color: var(--black-09);
}
.bgcolor1 {
  background-color: var(--color1);
}
.bgcolor2 {
  background-color: var(--color2);
}

/* Fonts 4pt / 8pt ================================== */
/* Rem = Tamanho da font / 16 */

.font_4 {
  font-size: 0.25rem;
  line-height: calc(0.25rem * 1.5);
}
.font_8 {
  font-size: 0.5rem;
  line-height: calc(0.5rem * 1.5);
}
.font_12 {
  font-size: 0.75rem;
  line-height: calc(0.75rem * 1.5);
}
.font_14 {
  font-size: 0.875rem;
  line-height: calc(0.875rem * 1.5);
}
.font_16 {
  font-size: 1rem;
  line-height: calc(1rem * 1.5);
}
.font_18 {
  font-size: 1.125rem;
  line-height: calc(1.125rem * 1.5);
}
.font_20 {
  font-size: 1.25rem;
  line-height: calc(1.25rem * 1.5);
}
.font_24 {
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.5);
}
.font_28 {
  font-size: 1.75rem;
  line-height: calc(1.75rem * 1.5);
}
.font_32 {
  font-size: 2rem;
  line-height: calc(2rem * 1.5);
}
.font_36 {
  font-size: 2.2rem;
  line-height: calc(2.2rem * 1.5);
}
.font_40 {
  font-size: 2.5rem;
  line-height: calc(2.5rem * 1.5);
}
.font_44 {
  font-size: 2.75rem;
  line-height: calc(2.75rem * 1.5);
}
.font_48 {
  font-size: 3rem;
  line-height: calc(3rem * 1.5);
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}

/* Default ============================================================================================ */
/* Color menu blue ----------- */
.active-menu {
  color: var(--black) !important;
  text-decoration: underline;
}
.dropdown-item.active,
.dropdown-item:active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.list-group-icon-primary-bg i,
.list-group-icon-primary-bg span {
  color: var(--black) !important;
  /* text-decoration: underline; */
}
.list-group-icon-primary-bg i,
.list-group-icon-primary-bg span,
.alert-primary,
.form-range::-webkit-slider-thumb:active {
  background: var(--color2);
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--black);
  font-weight: 600;
}
.navbar-dark.navbar-sticky-on {
  background-color: var(--white);
}
.navbar-dark .navbar-top span:not(.dropdown-item-text) {
  color: var(--black);
}
.navbar-dark .navbar-top a:not(.dropdown-item) {
  color: var(--black);
}
.navbar-nav .nav-link:hover {
  color: var(--black) !important;
  text-decoration: underline;
}
a.text-primary-hover,
button.text-primary-hover {
  color: var(--black);
}
.navbar-dark .nav .nav-link {
  color: var(--black);
}
.nav-link:hover,
.nav-link:focus {
  color: var(--color1);
}
/* --------------------------- */
a.btn-mobile {
  padding: 0px;
  background: var(--white);
  border-color: var(--white);
}
a.btn-mobile:hover {
  color: var(--black) !important;
  background: var(--color1);
}
.dropdown-menu {
  padding: 1.5rem 0;
}
.dropdown-toggle:after {
  margin-bottom: 1px;
}
.dropdown-item {
  padding: 0.3rem 2rem;
}
.navbar-top {
  padding: 0.5rem 0px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.letter-spacing-0-03-rem {
  letter-spacing: 0.03rem;
}
.navbar-brand .navbar-brand-item {
  height: 38px;
}
header.navbar-sticky-on .navbar-brand .navbar-brand-item {
  height: 36px;
}
header.navbar-sticky-on {
  padding: 0.7rem 0;
}
.navbar-nav .nav-link {
  font-size: 0.9rem;
}
.dropdown-menu {
  border-radius: 8px;
}
.dropdown-item h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.border-radius {
  border-radius: 0px 0px 8px 8px;
}
.btn {
  border-radius: 50px;
  padding: 0.5rem 1.4rem;
}
.btn-primary:hover,
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--black);
  border-color: var(--black);
}
.btn-line {
  /* padding: 0.5rem 1rem 0.5rem 2.2rem; */
  padding: 0.7rem 2rem 0.75rem 2.4rem;
  border-radius: 50px;
  font-weight: 600;
}
.btn-line:hover {
  padding: 0.7rem 2.4rem 0.75rem 2rem;
}
.btn-line:before {
  width: 14px;
  left: 22px;
  /* height: 1px; */
}
.btn-line.btn-sm:before,
.btn-group-sm > .btn-line.btn:before {
  bottom: 16px;
}
.btn-line:after {
  width: 14px;
  /* height: 1px; */
}
.btn-line:hover:after {
  right: 22px;
}
.btn-line.btn-sm:after,
.btn-group-sm > .btn-line.btn:after {
  bottom: 16px;
}
a.dropdown-item:hover {
  color: var(--black);
  text-decoration: underline;
}
.dropdown-toggle-start-icon .dropdown-toggle {
  top: 5px;
  left: -40px;
}
.dropdown-toggle-start-icon .dropdown-toggle,
.accordion-button:not(.collapsed) {
  /* background: rgba(var(--primary_rgba), 1) !important; */
}
.dropdown-toggle-start-icon .collapsed.dropdown-toggle:after,
.dropdown-toggle-start-icon .dropdown-toggle:after {
  color: var(--black);
  font-weight: 600;
  margin-right: 0.02rem;
}
.offcanvas-end {
  width: 400px;
  top: -1px;
}
.dropdown-toggle-start-icon .dropdown-toggle {
  width: 28px;
  height: 28px;
  line-height: 26px;
}
.btn-round {
  width: 29px;
  height: 29px;
  line-height: 28px;
}
.modal-backdrop.show {
  opacity: 0.3;
}
.font-heading {
  font-family: "Spline Sans", sans-serif !important;
}
.newsletter-footer,
.termos-e-condicoes {
  font-size: 13px;
  margin-top: 15px;
}
.newsletter-footer a {
  color: #a1a1a8;
}
.newsletter-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}
.termos-e-condicoes a:hover {
  text-decoration: underline;
}
.termos-e-condicoes a {
  color: #a1a1a8;
}
.form-control {
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
}
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background: var(--color1);
  color: #19191c;
}
#tns1 > .tns-item {
  width: calc(3.33333%);
  padding-right: 80px;
  height: auto;
}
#tns1 > .tns-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
img.footer-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: middle;
}
.w-lg-95 {
  width: 95%;
}
.link-footer ul li,
.link-footer p {
  margin-bottom: 0.7rem;
}
.link-footer a {
  color: #a1a1a8;
}
.link-footer a:hover {
  color: var(--color1);
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
.footer-copyright p,
.footer-copyright a {
  color: #a1a1a8;
}
.footer-copyright a:hover {
  color: var(--color1);
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
.pattern-overlay-6::after {
  content: "";
  background: url(../images/bg/bg-footer-2.gif);
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  opacity: 0.4;
  /* filter: grayscale(100%); */
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.back-top {
  border-radius: 50px 50px 0 0;
}
.bg-dark-overlay-4:before {
  background: var(--color2);
  opacity: 0.2;
}
.bg-dark-2 {
  background-color: #121214 !important;
}
section {
  padding: 4rem 0;
}
.text-white-stroke,
.text-dark-stroke,
.text-light-stroke {
  font-family: "Rubick", sans-serif !important;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7,
.display-8,
.display-9,
.display-10 {
  line-height: 1.2;
}
.contato-contato {
  background: #f7f8f9;
  height: max-content;
  padding: 34px;
  border-radius: 20px;
}
.contato-contato span {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #19191c;
}
img.banner-home {
  width: 100%;
  height: 700px !important;
  border-radius: 20px;
}
.border-radius-20px {
  border-radius: 20px;
}
.border-radius-50px {
  border-radius: 60px;
}
.line-draw-animation::before,
.line-draw-animation::after,
.line-draw-inner::before,
.line-draw-inner::after {
  border-radius: 20px;
}

.bg-white.card {
  position: relative;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.bg-white.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffd500;
  border-radius: 20px;
  box-sizing: border-box;

  clip-path: inset(0 100% 0 0);
  transition: none;
}

.bg-white.card:hover::before {
  animation: draw-border 0.5s linear forwards;
}

@keyframes draw-border {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  25% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.card i {
  width: 60px;
  height: 60px;
  line-height: 50px;
}
i.design {
  margin-right: 5px;
  background: url(../images/icons/03.svg) no-repeat center;
  display: inline-block;
}
i.seo {
  margin-right: 5px;
  background: url(../images/icons/02.svg) no-repeat center;
  display: inline-block;
}
i.formulario {
  margin-right: 5px;
  background: url(../images/icons/08.svg) no-repeat center;
  display: inline-block;
}
i.resposividade {
  margin-right: 5px;
  background: url(../images/icons/01.svg) no-repeat center;
  display: inline-block;
}
i.seguranca {
  margin-right: 5px;
  background: url(../images/icons/05.svg) no-repeat center;
  display: inline-block;
}
i.velocidade {
  margin-right: 5px;
  background: url(../images/icons/04.svg) no-repeat center;
  display: inline-block;
}
i.hospedagem {
  margin-right: 5px;
  background: url(../images/icons/12.svg) no-repeat center;
  display: inline-block;
}
i.integracoes {
  margin-right: 5px;
  background: url(../images/icons/11.svg) no-repeat center;
  display: inline-block;
}
i.lgpd {
  margin-right: 5px;
  background: url(../images/icons/10.svg) no-repeat center;
  display: inline-block;
}
i.status {
  margin-right: 5px;
  width: 200px;
  height: 200px;
  background: url(../images/icons/14.svg) no-repeat center;
  display: inline-block;
}
i.status-2 {
  margin-right: 5px;
  width: 200px;
  height: 200px;
  background: url(../images/icons/15.svg) no-repeat center;
  display: inline-block;
}
i.status-3 {
  margin-right: 5px;
  width: 200px;
  height: 200px;
  background: url(../images/icons/16.svg) no-repeat center;
  display: inline-block;
}
.spin {
  display: inline-block;
  animation: spin 15s linear infinite;
  transform-origin: center;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.card,
.card-metro {
  border-radius: 20px;
  cursor: pointer !important;
}
.card-metro:before {
  background-image: linear-gradient(
    180deg,
    transparent,
    rgba(64, 114, 150, 0.3)
  );
  border-radius: 20px;
}
.card-img-overlay {
  padding: 3.5rem 2rem;
}
.card-img-overlay:hover {
  z-index: 2;
  border-radius: 20px !important;
}
li.list-group-item {
  font-weight: 600;
}
.offcanvas-header {
  padding: 1rem 1rem 0 0;
}
.offcanvas-body {
  padding: 0rem 1rem;
}
.bg-primary-multiply img {
  mix-blend-mode: normal;
}
.card-image {
  background: var(--color2);
}
.letter-spacing-1px {
  letter-spacing: 1px;
}
.card-img-overlay img {
  max-height: 2.7rem;
}
.fancybox-caption {
  font-size: 20px !important;
  letter-spacing: 1px !important;
  padding: 24px 32px 44px !important;
  font-weight: 600 !important;
}
.home-font {
  font-size: 4.6rem;
}
.pagination.pagination-line li:first-child a {
  border-radius: 50px 0 0 50px;
  font-weight: 600;
}
.pagination.pagination-line li:last-child a {
  border-radius: 0 50px 50px 0;
  font-weight: 600;
}
.breadcrumb-item a {
  color: var(--white);
  font-weight: 500;
}
.breadcrumb-item.active {
  color: var(--white);
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  float: left;
  padding-right: 0.8rem;
  color: var(--white);
}
.dropdown-divider {
  border-color: #a7a7a7;
}
.line-height-1 {
  line-height: 1;
}
.badge {
  padding: 0.55em 0.95em;
}
.list-group {
  padding-left: 15px;
}
a.e-mail-faca-parte {
  color: var(--color2) !important;
  font-weight: 600 !important;
}
.border-radius-20px {
  border-radius: 20px !important;
}
.card-2 {
  min-height: 350px;
}
.border-radius-right {
  border-radius: 0 20px 20px 0;
}
.logo-sobre {
  position: relative;
  display: inline-block;
  top: -10px;
  width: 320px;
  height: 90px;
  margin-left: 10px;
}
ul.list-sites li {
  font-size: 15px;
}
.lead {
  font-size: 16px !important;
}
.list-group-item {
  min-width: 20ch !important;
}
.stroke-talk {
  position: relative;
  bottom: 6px;
  right: 55px;
}
.font-talk-h1 {
  font-size: 4.8125rem;
}
.card-img-top > img {
  min-height: 420px;
  min-width: 420px;
  max-height: 420px;
  overflow: hidden;
  object-fit: cover;
}
/* Responsive ========================================================================================== */
@media (max-width: 1100px) {
  .home-font {
    font-size: calc(2.28125rem + 3.375vw);
  }
}
@media (max-width: 992px) {
}
@media (max-width: 800px) {
  img.banner-home {
    height: auto !important;
  }
}
@media (max-width: 600px) {
  .card-img-top > img {
    max-height: 100%;
  }
  .font-talk-h1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .ps-4 {
    padding-left: 1rem !important;
  }
  .ps-6 {
    padding-left: 3.5rem !important;
  }
  .stroke-talk {
    right: 40px;
  }
  .offcanvas-end {
    width: 396px;
  }
  .w-lg-95 {
    width: 100%;
  }
  .contato-contato span {
    display: inline-block;
    margin-right: 5px;
  }

  .border-radius-right {
    border-radius: 0;
  }
  .logo-sobre {
    top: 10px;
    width: 250px;
  }
}
@media (max-width: 500px) {
}

.home {
  height: 700px;
  background-color: var(--white);
}
