@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

/*------------------------
[TABLE OF CONTENTS]

1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/

:root {
  --primary: #071251;
  --primary-light: #3d387e;
  --accent: #009fdd;
  --accent-light: #b3e6f8;
  --danger: #ff5252;
  --warning: #ff7300;
  --success: #4caf50;
  --black: #000000;
  --black-1: #727480;
  --black-2: #e0e0e0;
  --white: #ffffff;
  --white-dark: #f1f2f6;
}

/* GLOBAL
----------------------*/

body {
  font-family: 'Asap', sans-serif;
  position: relative;
  color: var(--primary);
  overflow-x: hidden;
  padding-right: 0 !important;
}

a {
  color: var(--accent);
}

a:hover,
a:focus {
  color: var(--accent);
  text-decoration: none;
}

h1 {
  font-size: 53px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  color: var(--white);
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -1px;
  margin-bottom: 2rem;
  text-align: left;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary);
  line-height: 30px;
}

h5 {
  font-size: 28px;
  font-weight: 300;
  color: var(--primary);
  margin-bottom: 0.7rem;
}

h6 {
  font-size: 20px;
  color: var(--primary);
}

p {
  color: var(--primary);
  margin-top: 10px;
  font-size: 16px;
  margin-top: -5px;
}

.advanced {
  color: var(--white);
  font-size: 16px;
  margin-top: 8px;
}

p.lead {
  color: var(--warning);
  margin-bottom: 2rem;
}

ul {
  margin-left: -18px;
}

.btn {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  padding: 0.375rem 1.35rem;
  transition: all 0.3s ease;
  min-width: 130px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.btn:disabled {
  opacity: 0.35;
  cursor: inherit;
  background-color: var(--warning);
  opacity: 0.5;
  color: var(--white);
}

.btn-bs-primary {
  background-color: var(--warning);
  color: var(--white);
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-bs-primary.ecommerce {
  background-color: var(--warning);
  color: var(--white);
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-bs-primary.btn-send {
  cursor: pointer;
  width: 100%;
}

@media (min-width: 768px) {
  .btn-bs-primary.btn-send {
    width: auto;
  }
}

.btn-bs-primary.btn-send:disabled {
  cursor: inherit;
}

.btn-bs-primary:hover {
  color: var(--white) !important;
}

.btn-bs-secondary {
  background-color: var(--accent);
  color: var(--white);
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-outline-accent {
  background-color: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-outline-white {
  background-color: transparent;
  color: var(--white);
  border: 1.5px solid var(--white);
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-outline-white:hover {
  background-color: transparent;
  color: var(--white);
  border: 1.5px solid var(--white);
}

.bs-btn-w {
  max-width: 180px;
}

.btn-outline-light:hover {
  color: #ff6d00;
}

.section {
  padding: 50px 0;
  background-color: var(--white-dark);
}

.section.bs-white {
  background-color: var(--white);
}

.section.bs-primary {
  background-color: var(--primary);
  padding-top: 200px;
}

.section.bs-primary h2 {
  color: var(--white) !important;
  text-align: center !important;
  font-size: 40px;
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title small {
  color: var(--warning);
}

@media (max-width: 767px) {
  h1 {
    font-size: 37px;
    text-align: center;
  }
  .ecommerce-title {
    margin: 0 60px 44px;
  }
  .ecommerce-title span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-bs-primary.ecommerce {
    margin: 0 16px
  }
  .tagline.ecommerce {
    margin: 0px 16px 48px !important;
    font-size: 17px !important;
    text-align: initial !important;
  }
  .tagline.ecommerce span {
    line-height: 1.5;
  }
  .bg-guiche-estrada {
    padding: 130px 0 60px !important;
  }
  .tagline.ecommerce span {
    position: relative;
    top: 10px;
  }
}

.centro {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

#show {
  color: var(--warning);
  font-size: 12px;
}
.left {
  display: table;
  float: left;
  margin-bottom: 5px;
}

/* NAVBAR
----------------------*/

#logo-gpass {
  margin-top: 16px;
  height: 70px;
}

@media (max-width: 414px) {
  #logo-gpass {
    width: 45%;
  }
  .fixed {
    display: none;
  }
}
.nav-menu {
  transition: all 0.3s ease;
  background-color: var(--primary);
  height: auto;
  display: flex;
  align-items: center;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background-color: var(--white);
  background: -moz-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: auto;
}

.nav-menu.is-scrolling {
  padding: 0;
}

.navbar-nav .nav-link {
  position: relative;
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 16px;
  }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: '';
    border-bottom: 2px solid var(--warning);
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
}

.navbar-brand {
  display: contents;
}

/* HERO
----------------------*/

header {
  padding: 100px 0 0;
  text-align: center;
  color: var(--white);
}

.bg-gradient {
  background-image: -moz-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: linear-gradient(
    135deg,
    var(--primary) 50%,
    var(--primary) 100%
  );
  background-color: var(--primary);
  background-image: var(--primary) !important;
  height: 750px;
}

.bg-gradient-contato {
  background-image: -moz-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary) 100%
  );
  background-image: linear-gradient(
    135deg,
    var(--primary) 50%,
    var(--primary) 100%
  );
  background-color: var(--primary);
  height: 310px;
}

.bg-gradient-contato.sucesso {
  height: 100vh;
}

.tagline {
  font-size: 24px;
  font-weight: 300;
  color: var(--white);
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
}

.tagline.ecommerce {
  font-size: 24px;
  font-weight: 300;
  color: var(--white);
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
}

.tagline.contato {
  margin: 0 40px;
}

@media (max-width: 992px) {
  #destaque {
    display: none;
  }
  .bs-skills {
    justify-content: start !important;
    overflow-x: auto;
  }
  .skills-card {
    min-width: 285px;
  }
  .bs-description {
    margin: 0 !important;
  }
  h2 {
    color: inherit !important;
  }
  .bs-features {
    overflow-x: scroll;
    max-width: 85%;
  }
  .bs-embarcada {
    margin: 60px 0px 24px 0 !important;
    min-width: 220px !important;
    height: 150px !important;
  }
  .bs-embarcada span {
    font-size: 32px;
  }
  .bs-embarcada p {
    font-size: 14px !important;
  }

  .bs-mkp {
    margin: 60px 16px 24px 0 !important;
    min-width: 220px !important;
    height: 150px !important;
  }
  .bs-mkp span {
    font-size: 32px;
  }
  .bs-mkp p {
    font-size: 14px !important;
  }
  .guiche-estrada-maquina {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .guiche-estrada-maquina img {
    width: 200px;
    margin-bottom: 24px;
  }
  .title-main {
    padding: 140px 16px !important;
  }
  .section-cards-pricing {
    top: -50px !important;
  }
  .bs-footer-img {
    padding-bottom: 80px !important;
  }
  .bs-fl-custom {
    position: relative;
    top: 0 !important;
  }
  .bs-navbar {
    margin-left: 0 !important;
  }
  .bs-point-img {
    display: none !important;
  }
  .bs-img {
    width: 80% !important;
    margin: auto 0 auto 40px !important;
  }
  .bg-gradient-contato {
    height: 380px !important;
  }
  .bs-home-img {
    margin-bottom: 40px;
    width: 80%;
  }
  .bs-feature-content {
    flex-direction: column-reverse;
  }
  .bs-card-actions {
    display: none !important;
  }
  .bs-scroll {
    overflow-x: auto !important;
  }

  .title-ecommerce {
    text-align: center;
    font-size: 30px !important;
    margin-bottom: 24px;
  }

  .subtitle-ecommerce {
    text-align: center;
    font-size: 20px !important;
  }

  .info-ecommerce {
    text-align: center;
    font-size: 20px !important;
  }

  .arrow-ecommerce {
    width: 141px !important;
    height: auto;
  }

  .disable-check-itens p, .active-check-itens p {
    text-align: center;
    margin-bottom: 24px;
  }

  .active-check-itens p {
    margin-top: 32px;
  }

  .bs-check-item .material-icons {
    margin-right: 4px;
  }

}

.tagline5 {
  font-size: 14px;
  font-weight: 300;
  color: var(--primary);
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: justify;
}

.tagline5 b {
  font-weight: 600 !important;
}

#destaque {
  margin-top: -50px;
  max-width: 934px;
  position: absolute;
  right: 0;
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  #destaque {
    margin-top: -50px;
    max-width: 834px;
    margin-right: -150px;
  }

  .bs-point-img {
    margin-right: -120px;
  }
}

#btn-destaque {
  float: left;
}

/* themify
-------------------*/
[class^='ti-'],
[class*=' ti-'] {
  font-size: 50px;
}
span.ti-angle-down {
  color: #f1eef1;
  font-size: 50px;
}
span.ti-mouse {
  color: #f1eef1;
}
span.ti-check {
  color: var(--primary);
  font-weight: 800;
  font-size: 14px;
}
span.ti-plus {
  color: #1976d2;
  font-weight: 800;
  font-size: 14px;
}
span.ti-arrow-right {
  font-size: 18px;
}
span.ti-arrow-left {
  font-size: 18px;
}
span.ti-info-alt {
  font-size: 10px;
}
span.ti-money {
  color: #1976d2;
}

#test {
  font-size: 12px;
  color: #f2f2f2;
  font-weight: 500;
}
#card-biz {
  border-left: 1px solid var(--black-2);
  border-right: 1px solid var(--black-2);
}
#free {
  border: 1px solid #e9ecef;
  padding: 15px;
}
#free-card {
  border: 1px solid #1976d2;
}
#biz {
  border: 1px solid #e9ecef;
  padding: 15px;
}
#biz-card {
  border: 1px solid #28a745;
}
#pro {
  border: 1px solid #e9ecef;
  padding: 15px;
}
#pro-card {
  border: 1px solid var(--warning);
}

#header-fixo {
  background-color: var(--white);
  border-bottom: 1px solid #bcbcbc;
  padding: 15px;
  z-index: 70;
  color: #424242;
}

.jumbotron {
  border-radius: 2px;
  width: 900px;
  margin: 0 auto;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .jumbotron {
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
  }
  #btn-destaque {
    float: none;
  }
  .arrow-ecommerce {
    display: none;
  }
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem;
  }
}
@media (min-width: 768px) {
  #iphonex {
    max-width: 95%;
    margin-left: 70px;
    overflow-x: hidden;
  }
  .perspective-phone {
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 1023px) {
  .perspective-phone {
    position: relative;
    z-index: -1;
    margin-top: 55px;
  }
}
/*  CALL TO ACTION
----------------------*/
.call-to-action {
  text-align: center;
  color: var(--white);
  margin: 3rem 0;
}

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  transform: scale(0.85);
  margin-bottom: 2.5rem;
}

.call-to-action h2 {
  color: var(--white);
}

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  color: #ffb8f6;
  max-width: 650px;
  margin: 0 auto;
}

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom;
}
.btn-outline-primary {
  color: #f0f0f0;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/*  FOOTER
----------------------*/

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: var(--white);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: var(--warning);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  text-decoration: none;
  color: #1976d2;
}

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

/* tooltip */
[class^='tooltip'] {
  position: relative;
}
[class^='tooltip']:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  width: 180px;
  padding: 6px 10px;
  top: 1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-2px);
  transform: translateX(-50%) translateY(-2px);
  background: #1976d2;
  color: white;
  white-space: pre-line;
  z-index: 2;
  border-radius: 2px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
[class^='tooltip']:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.tooltip--left:after {
  top: -4px;
  left: 0;
  -webkit-transform: translateX(-112%) translateY(0);
  transform: translateX(-112%) translateY(0);
}
.tooltip--left:hover:after {
  -webkit-transform: translateX(-110%) translateY(0);
  transform: translateX(-110%) translateY(0);
}
.tooltip--right:after {
  top: -4px;
  left: 60%;
  -webkit-transform: translateX(12%) translateY(0);
  transform: translateX(12%) translateY(0);
}
.tooltip--right:hover:after {
  -webkit-transform: translateX(10%) translateY(0);
  transform: translateX(10%) translateY(0);
}

.tooltip--triangle:before {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-2px);
  transform: translateX(-50%) translateY(-2px);
  top: 1.1em;
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1),
    -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.tooltip--triangle:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/* formulario
  --------------------- */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--primary);
  background-color: var(--white-dark);
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  color: var(--primary);
  background-color: var(--white-dark);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

input[type='text'] {
  background-color: var(--white-dark);
  color: var(--primary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white-dark) inset !important;
}

/* classe de menu fixo */
.top {
  position: sticky;
  top: 0;
  color: white;
  z-index: 1;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: none;
}

.push {
  margin-bottom: 20px;
}

/* back top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: var(--white);
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover i {
  color: var(--white);
  top: 5px;
}
span.ti-angle-up {
  color: #212529;
  background-color: white;
  border-radius: 43px;
  font-size: 30px;
  padding: 10px;
}
span.ti-angle-up:hover {
  color: white;
  background-color: #1976d2;
}
/* fim back top */

p.lead3 {
  color: #f2f2f2;
}

.footer-link ul {
  list-style-type: none;
  text-align: left;
  -webkit-padding-start: 21px;
  display: inline-flex;
}

#overlay {
  top: 77%;
  left: -56%;
  outline: none;
}

.modal-content {
  border-radius: 0.125rem;
}

#direita {
  float: right;
}
#esquerda {
  float: left;
}

/* Css page Guichê Estrada */
ul {
  margin-left: -18px;
  list-style: none;
}

.g-estrada-h2-title {
  text-align: center;
  color: var(--warning);
  margin-bottom: 1.5rem;
}

.tagline-ge {
  font-size: 18px;
  font-weight: 300;
  color: #050505;
  margin: 0 auto;
  margin-bottom: 7px;
}

.bg-guiche-estrada {
  background: var(--primary) !important;
  height: auto;
  padding: 170px 0 60px;
}

.bg-guiche-estrada-1 {
  background-color: #2196f3;
}

.bg-guiche-estrada-2 {
  background: var(--white);
}

.bg-guiche-estrada-3 {
  background-color: #e9ecef;
}

img#zoom {
  width: 650px;
}

img#zoom-phone {
  width: 400px;
  margin-top: 50px;
}

img#zoom-logo {
  width: 400px;
}

#new1 {
  width: 250px;
}

#new2 {
  width: 300px;
}

#new3 {
  width: 125px;
}

#new4 {
  width: 175px;
}

#new5 {
  width: 200px;
}

.badge-estrada {
  text-align: center;
  position: relative;
  top: -40px;
}

@media (max-width: 992px) {
  img#zoom {
    width: 220px;
  }

  img#zoom-phone {
    width: 200px;
    margin-top: 20px;
  }

  img#zoom-logo {
    width: 260px;
  }

  #new1 {
    width: 190px;
    margin-bottom: 40px;
  }

  #new2 {
    width: 280px;
    margin-bottom: 40px;
  }

  #new3 {
    width: 125px;
    margin-bottom: 40px;
  }

  #new4 {
    width: 177px;
    margin-bottom: 40px;
  }

  .guiche-estrada-midia li {
    display: block !important;
    width: calc(94% - 3px) !important;
  }

  .list-estrada,
  .tagline-gestrada {
    width: 100% !important;
  }

  .tagline-estrada-p-text,
  .tagline-estrada-p-title {
    padding: 0 !important;
  }

  .tagline-ge {
    font-size: 16px;
    margin: 2px 20px 2px 30px;
  }

  .badge-estrada {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }

  .g-estrada-h2-title {
    font-size: 25px;
    margin-top: 25px;
  }

  ul.inline {
    display: contents;
  }

  .main {
    margin-top: 5rem !important;
  }
}

.estrada-scroll {
  color: #ffb842;
  font-size: 50px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  img#zoom-phone {
    width: 280px;
    margin-top: 180px;
  }

  img#zoom {
    width: 580px;
  }

  #new1 {
    width: 339px;
  }

  #new2 {
    width: 324px;
  }

  #new3 {
    width: 149px;
    margin-left: 88px;
  }

  #new4 {
    width: 275px;
    margin-left: 50px;
  }

  .guiche-estrada-midia li {
    display: contents !important;
    width: 32%;
    width: calc(90% - 3px);
    margin: 0 auto;
  }

  .tagline-estrada-p-text {
    padding: 0 !important;
  }
}

.zoom {
  transition: transform 0.2s; /* Animation */
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  box-shadow: 1px 1px 30px #3c3d3d;
  border: 15px solid #f8f9fa;
  width: 560px;
  height: 315px;
  position: relative;
  bottom: -38px;
}

.zoom:hover {
  transform: scale(
    1.2
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 425px) {
  .zoom {
    width: 295px;
    height: 198px;
    border: none;
  }
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.tagline-gestrada {
  font-size: 20px;
  font-weight: 300;
  color: #020202;
  margin: 0 auto;
  width: 600px;
}

.list-estrada {
  list-style: none;
  font-size: 18px;
  color: #f2f2f2f2;
  font-weight: 300;
}

.form-estrada {
  margin: 0 auto;
  color: #f2f2f2f2;
}

.classe-remonear-tbm {
  border: 2px solid #2196f3;
  border-radius: 0.25rem;
  background: #2196f3;
  box-shadow: 1px 2px 30px #343a40;
  text-align: left;
  padding: 2rem;
  margin-left: 3rem;
  position: relative;
  z-index: 99;
  top: 18px;
}

.form-control-estrada {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f9fa;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border: 1px solid #64b5f6;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.guiche-estrada-midia li {
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  width: 32%;
  width: -webkit-calc(33% - 3px);
  width: calc(25% - 3px);
}

.tagline-estrada-p-title {
  padding: 0 144px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.tagline-estrada-p-text {
  font-size: 16px;
  color: var(--white);
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 144px;
}

.g-estrada {
  padding: 10px;
  font-size: 10px;
}

.g-estrada-h2-new {
  text-align: center;
  color: #868e96;
  margin-bottom: 1.5rem;
}

span.new {
  color: #ffcc46;
  font-weight: bolder;
  font-size: 0.875rem;
}

.bull {
  display: table;
  float: left;
  margin-bottom: 25px;
}

.main {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 8rem;
  color: rgba(0, 0, 0, 0.5);
}

.cielo {
  width: 300px;
}

/* Css page Pricing v2 */
.title-main {
  background-color: var(--primary);
  height: 480px;
  text-align: center;
  padding: 40px 16px;
}

@media (min-width: 768px) {
  .title-main {
    height: 440px;
    padding: 140px 0;
  }
}

.title-main > h2 {
  text-align: center;
  color: var(--white);
  font-size: 28px;
  margin-bottom: 8px;
}

.title-main > p {
  color: var(--white);
  font-size: 22px;
  margin-top: 0;
  text-align: center;
  margin-bottom: 16px;
}

.section-cards-pricing {
  width: 100%;
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  top: -180px;
}

.section-cards-pricing.info {
  height: auto;
}

@media (min-width: 768px) {
  .section-cards-pricing.info {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .section-cards-pricing {
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    top: -180px;
    flex-wrap: wrap;
  }
}

.card-business,
.card-pro {
  width: auto;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 6px 23px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin: 16px;
}

@media (min-width: 768px) {
  .card-business,
  .card-pro {
    min-width: 486px;
    margin: 24px auto;
  }
}

.card-business > h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
  margin-top: 0;
}

.card-business > p {
  color: #424242;
  margin-bottom: 48px;
}

.cb-content,
.cp-content {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.cb-content > p {
  margin-bottom: 0;
}

.cbc-price {
  font-size: 20px;
  color: var(--primary);
  font-weight: 400;
}

.cbc-price > span {
  font-size: 32px;
  font-weight: 600;
  margin-right: 8px;
}

.btn-outline-rounded-primary {
  font-size: 14px;
  border-radius: 56px;
  padding: 0.6rem 2rem;
  background-color: transparent;
  border: 1px solid var(--warning);
  color: var(--warning);
  font-weight: 500;
}

.btn-outline-rounded-primary:hover {
  background-color: var(--warning);
  color: var(--white);
}

/* card pro */
.card-pro.custom {
  background: var(--accent);
}

.card-pro > h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
  margin-top: 0;
  color: var(--white);
}

.cp-content > p {
  margin-bottom: 0;
}

.cpc-price {
  font-size: 20px;
  color: var(--primary);
  font-weight: 400;
}

.cpc-price > span {
  font-size: 32px;
  font-weight: 600;
  margin-right: 8px;
}

.cpc-text {
  color: var(--primary);
}

.cpc-text-pro {
  color: var(--primary);
  margin-bottom: 48px;
}

/* funcionalidades incluídas */
.cb-features,
.cp-features {
  height: 160px;
  margin-bottom: 48px;
}

.cb-features > h4 {
  margin: 24px 0;
  color: #424242;
}
.cbf-content {
  display: flex;
  align-items: baseline;
  padding: 4px 0;
}

/* .cbf-content:hover {
    background: #f2f2f2;
    border-radius: 6px;
    cursor: pointer;
} */

.cbf-content:last-child {
  margin-bottom: 48px;
}

.cbf-content > p {
  margin-bottom: 0;
  color: #424244;
}

.cp-features > h4 {
  color: white;
  margin: 24px 0;
}

.cpf-content > p {
  margin-bottom: 0;
  color: white;
}

.cpf-content {
  display: flex;
  align-items: baseline;
  padding: 4px 0;
}

.ti-check.ti-1x.mx-2.pro {
  color: var(--primary);
}

/* todas as funcionalidades */
.cb-all-features,
.cb-all-features-pro {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  padding: 8px;
}

.cb-all-features:hover {
  background: var(--accent-light);
  border-radius: 6px;
  cursor: pointer;
}

.cb-all-features-pro:hover {
  background: var(--accent-light);
  border-radius: 6px;
  cursor: pointer;
}

.cb-all-features > h4 {
  color: var(--primary);
  margin-bottom: 0;
}

span.ti-angle-down.mx-2.all-features {
  font-size: 16px;
  color: #424242;
  font-weight: 800;
}

.cp-all-features {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  padding: 8px;
}

.cp-all-features:hover {
  background: var(--accent-light);
  border-radius: 6px;
  cursor: pointer;
}

.cp-all-features > h4 {
  color: var(--primary);
  margin-bottom: 0;
}

.cb-all-features-pro > h4 {
  color: var(--primary);
  margin-bottom: 0;
}

span.ti-angle-down.mx-2.all-features {
  font-size: 16px;
  color: #424242;
  font-weight: 800;
}

span.ti-angle-down.mx-2.cp-allfeatures {
  font-size: 16px;
  color: var(--primary);
  font-weight: 800;
}

/* feature content hide */
#features {
  width: 100% !important;
}

@media (min-width: 768px) {
  #features {
    width: 430px;
  }
}

#features {
  width: 430px;
}

.feature-content,
.feature-content-pro {
  width: 100%;
  padding: 8px;
  text-align: left;
}

.feature-content.operational,
.feature-content.agency {
  margin-bottom: 37px;
}

@media (min-width: 768px) {
  .feature-content,
  .feature-content-pro {
    width: 440px;
  }
}

.feature-content > h4 {
  color: #424242;
  font-size: 16px;
  margin-bottom: 16px;
}

.feature-content-pro > h4 {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 16px;
}

.feature-btn {
  display: flex;
  padding: 8px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--primary);
  width: 100%;
  text-align: left;
}

.feature-btn-pro {
  display: flex;
  padding: 8px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--white);
  width: 100%;
  text-align: left;
}

.feature-btn:hover {
  cursor: pointer;
  background: var(--accent-light);
  border-radius: 6px;
}

.feature-btn-pro:hover {
  cursor: pointer;
  color: var(--primary);
  background: var(--accent-light);
  border-radius: 6px;
}

button:focus {
  outline: none;
}

.feat-content {
  font-size: 12px;
  padding: 8px;
  background: var(--accent-light);
  border-radius: 6px;
  border: none;
}

.ti-plus.ti-1x.mx-2.custom {
  transform: rotate(45deg);
  color: var(--danger);
  font-weight: 800;
}

.feature-footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.cb-promotional {
  color: var(--accent) !important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 40px !important;
  margin-top: 1px;
}

.cp-promotional {
  font-size: 14px;
  margin-top: 1px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 40px;
}

section.termos-politica {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: var(--white);
  padding: 5px 20px;
  font-size: 14px;
  color: var(--white);
  box-shadow: 0 5px 12px 14px rgba(0, 0, 0, 0.06);
  z-index: 999;
}
.termos-politica p {
  margin: 20px;
  text-align: left;
}
section.termos-politica a {
  color: #1976d2;
}
@media (max-width: 1024px) {
  section.termos-politica {
    width: initial;
  }
  section.termos-politica br {
    display: none;
  }
}
@media (max-width: 579px) {
  section.termos-politica {
    flex-direction: column;
  }
  .termos-politica p {
    margin: 6px 0 4px;
    text-align: center;
    font-size: 12px;
  }
}
.btn-cookie {
  background-color: #1976d2;
  border: none;
  margin-bottom: 0;
}
.btn-cookie:hover {
  color: var(--white);
  background-color: #0d47a1;
}
@media (max-width: 579px) {
  .btn-cookie {
    margin-bottom: 8px;
  }
}

/* id buson */
.bs-skills {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--white);
  border-radius: 4px;
  color: var(--white);
  position: relative;
  z-index: 90;
  margin-top: -160px;
  padding: 16px;
}

.skills-card {
  padding: 8px 20px;
  width: 285px;
  border-right: 1px solid var(--black-2);
}

.skills-card p:nth-child(3) {
  color: var(--black-1);
}

.skills-card:last-child {
  border: none;
}

i.material-icons.bs-icon {
  background-color: var(--accent);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 40px;
}

.bs-description {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-1);
  margin: 0 350px;
}

.bs-scroll-horiz {
  margin: auto;
}

.bs-scroll {
  display: flex;
  justify-content: space-between;
  /* overflow-x: scroll; */
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .bs-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
  }
}

.bs-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  color: var(--primary);
  margin: 60px 24px 24px 0;
  min-width: 400px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-card p {
  margin-bottom: 0;
}

.bs-card.main {
  background-color: var(--warning);
}

.bs-card.main p {
  color: var(--white);
  font-weight: 600;
}

.bs-card.info {
  height: auto;
  padding: 16px;
  margin: 30px auto;
  max-width: 1000px;
  position: relative;
  top: 60px;
}

.bs-title {
  margin-bottom: 0;
}

.bs-information {
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.5;
}

.bs-divider {
  background-color: var(--primary);
  width: 56px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.bs-information-ecommerce {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.5;
}

.btn-ecommerce {
  text-wrap: auto;
}

.title-ecommerce {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}

.subtitle-ecommerce {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
}

.info-ecommerce {
  font-size: 22px;
  line-height: 30px;
}

.arrow-ecommerce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bs-check-item {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  margin-bottom: 4px;
}

.bs-check-item .material-icons {
  padding-top: 6px;
  margin-right: 10px;
  font-size: 20px;
  color: var(--accent);
}

.disable-check-itens .bs-check-item .material-icons {
  color: var(--black-1);
}

.disable-check-itens p, .active-check-itens p {
  font-size: 22px;
  font-weight: 700;
}

.disable-check-itens p {
  color: var(--black-1);
}

hr.bs-divider-price {
  width: 100%;
  background-color: var(--primary);
  margin-top: 24px;
  margin-bottom: 24px;
}

.bs-cta-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--warning);
  color: var(--white);
  border-radius: 4px;
  margin: auto;
}

.bs-cta {
  color: var(--white);
  font-size: 24px;
  padding: 24px;
}

.bs-cta:hover {
  color: var(--white) !important;
}

.bs-cta-icon {
  margin-left: 264px;
}

.bs-form-home {
  background-color: var(--primary);
  padding: 56px 32px;
  border-radius: 4px;
  margin-top: 48px;
}

.bs-label {
  display: flex;
  justify-content: flex-start !important;
  color: var(--black-2);
  font-size: 11px;
}

.bs-form-home-title {
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 32px;
}

.bs-form-home p {
  color: var(--white);
  text-align: center;
}

/* custom input */
.input-group-prepend {
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-group-text {
  padding: 11px 8px 0 8px;
  color: var(--black-1);
}

.form-inline .input-group {
  height: 48px;
}

@media (min-width: 768px) {
  .form-inline .input-group {
    width: 97%;
  }
}

.bs-footer {
  margin-top: 32px;
  border-top: 1px solid var(--black-2);
  padding: 40px 0 0 0;
}

.bs-footer-img {
  padding-bottom: 80px;
}

.bs-fl-custom {
  position: relative;
  top: -50px;
}

section.section.section-embarcada {
  padding-bottom: 100px;
}

section.section.section-ecommerce {
  padding-bottom: 100px;
  background: var(--white);
}

section.section.section-ecommerce.bg-ecommerce-dark {
  background: var(--white-dark);
}

.bs-features {
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin-top: -45px;
}

.bs-card.bs-embarcada {
  border-radius: 4px;
  max-width: 270px;
  min-width: 100px;
  height: 230px;
  flex-direction: column;
  color: var(--black-1);
}

.bs-embarcada span {
  font-size: 48px;
}

.bs-embarcada p {
  margin-top: 8px;
  font-size: 24px;
  color: var(--black-1);
  padding: 16px;
  height: 104px;
}

.guiche-estrada-maquina {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.guiche-estrada-maquina img {
  width: 300px;
}

.bs-card.bs-mkp {
  border-radius: 4px;
  max-width: 270px;
  min-width: 270px;
  height: 210px;
  flex-direction: column;
  color: var(--black-1);
}

.bs-mkp span {
  font-size: 48px;
}

.bs-mkp p {
  line-height: normal;
  font-weight: 500;
  margin-top: 8px;
  font-size: 24px;
  color: var(--black-1);
  padding: 16px;
  height: 104px;
}

.encomendas {
  font-size: 20px !important;
}

.bs-point-img {
  position: absolute;
  right: 70px;
  top: 95px;
}

.bs-pricing-content {
  display: flex;
  flex-direction: column;
}

.bg-gradient-contato p {
  text-align: center;
}

.bs-politica {
  margin-top: 100px;
}

.bs-navbar {
  margin-left: 24px;
}

.bs-img {
  width: auto;
  margin: auto;
}

.btn__prev,
.btn__next {
  background-color: transparent;
  border: 2px solid var(--primary);
  min-width: auto;
  padding: 8px;
  border-radius: 50px;
  cursor: pointer;
}

.btn__prev:hover,
.btn__next:hover {
  background-color: var(--primary);
}

.btn__prev i,
.btn__next i {
  font-size: 32px;
  color: var(--primary);
}

.btn__prev i:hover,
.btn__next i:hover {
  font-size: 32px;
  color: var(--white);
}

.bs-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  justify-content: flex-end;
}

/**
 *  Progress Bar
 */
.progress {
  display: block;
  height: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to right, var(--accent), var(--primary));
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out;
}

.mask {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
}

.bs-dots {
  display: flex;
  width: 80%;
}

.bs-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--primary);
  margin: 8px;
}

.bs-dot {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--black-1);
  margin: 8px;
}

.bs-agree-terms {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 414px) {
  .bs-agree-terms {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .bs-agree-terms {
    padding: 16px 100px 8px 100px;
    margin: 0;
  }
}

.bs-agree-terms label {
  color: var(--white);
  margin-left: 16px;
  margin-bottom: 0;
  text-align: left;
}

.bs-agree-terms.contact label {
  color: var(--primary);
}

.bs-law {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 24px;
  color: var(--black-2) !important;
  padding: 8px 95px;
}

.bs-law.contact {
  color: var(--primary) !important;
}

@media (max-width: 414px) {
  .bs-law {
    padding: 8px 0;
  }
}

.error input,
select,
textarea {
  border: 2px solid var(--danger);
}

.bs-input-error {
  font-size: 11px;
  color: var(--danger);
  position: absolute;
  left: 8px;
  top: 52px;
}

.message {
  display: none;
  width: 100%;
  padding: 8px;
  font-size: 12px;
}

.error {
  color: var(--danger);
}

#bs-update {
  display: flex;
  justify-content: end;
  font-size: 12px;
}

ul.bs-list {
  margin-left: 0;
  list-style: disc;
}

ul.bs-list.list-letter {
  margin-left: 0;
  list-style: lower-latin;
}

.bs-table {
  display: flex;
  background-color: var(--primary);
  align-items: center;
  justify-content: space-evenly;
  margin: 0 16px;
  border: 1px solid var(--black);
}

.bs-table.default {
  background-color: transparent;
  border: none;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bs-table.default {
    flex-wrap: nowrap;
  }
}

.bs-table.default div {
  width: 100%;
  border: 1px solid var(--black);
}

.bs-table.default p {
  color: var(--primary);
}

.bs-table p {
  color: var(--white);
  font-weight: 500;
  margin: 8px;
}

.bs-table.secondary {
  background-color: var(--accent);
  border: 1px solid var(--black) !important;
}

.bs-table.secondary p {
  color: var(--primary) !important;
}

.bs-table-content {
  display: flex;
  justify-content: space-between;
  margin: 0 16px;
  border: 1px solid;
}

.bs-table-content.default {
  border: none;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bs-table-content.default {
    flex-wrap: nowrap;
  }
}

.bs-table-content.default div {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

@media (min-width: 768px) {
  .bs-table-content.default div {
    border-right: none;
    border-left: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }
}

.bs-table-content.default div:last-child {
  border-right: 1px solid var(--black);
}

.bs-table-content.default div p {
  margin-bottom: 0;
}

.bs-table-content div {
  width: 100%;
  padding: 4px;
}

.bs-table-content p {
  margin-left: 4px;
}

.bs-table-content div:last-child {
  border-left: 1px solid var(--black);
}

.bs-law {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 24px;
  color: var(--black-2) !important;
}

.bs-law.contact {
  color: var(--primary) !important;
}

.error input,
select,
textarea {
  border: 2px solid var(--danger);
}

.bs-input-error {
  font-size: 11px;
  color: var(--danger);
  position: absolute;
  left: 8px;
  top: 52px;
}

.message {
  display: none;
  width: 100%;
  padding: 8px;
  font-size: 12px;
}

.error {
  color: var(--danger);
}

.info-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}

.bs-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bs-flex {
    flex-wrap: nowrap;
  }
}
