@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.logo-footer img {
  max-width: 320px;
}

.navbar-toggler:active, .navbar-toggler:focus {
  color: white;
}

.navbar-toggler {
  -webkit-transition: all ease-in-out 0.15s !important;
  transition: all ease-in-out 0.15s !important;
}

.border-hover {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.border-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width .3s;
  transition: width .3s;
  background: white;
}

.changed::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width .3s;
  transition: width .3s;
  background: #25C92B;
}

.border-hover:hover::after {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 101;
}

#navbar {
  -webkit-transition: 500ms;
  transition: 500ms;
}

.img-logo {
  background-image: url("../img/logo-roover1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 320px;
  height: 80px;
}

.bgc {
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.187);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.187);
}

body .bgc svg#hamburger-menu {
  color: #25C92B !important;
}

.contato-btn-green {
  background-color: #25C92B !important;
  color: white !important;
}

a.btn-contato.contato-btn-green:hover, a.btn-contato.contato-btn-green:active, a.btn-contato.contato-btn-green:focus {
  color: #25C92B !important;
  border-color: #25C92B !important;
  background-color: #d5000000 !important;
}

a.btn-contato {
  background-color: white;
  color: #25C92B;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-contato:hover, a.btn-contato:active, a.btn-contato:focus {
  color: white;
  border-color: white;
  background-color: #ffffff00;
}

.zero-padding {
  padding: 0px !important;
}

.bgc .nav-item a.nav-link {
  color: #25C92B !important;
}

.navbar .navbar-brand img {
  width: 270px;
}

.navbar li.nav-item {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-right: auto !important;
  }
  .navbar-collapse {
    background-color: white;
  }
  .navbar-collapse a.nav-link {
    color: #25C92B;
    padding-left: 1rem;
  }
}

@media (min-width: 769px) {
  .navbar-collapse a.nav-link {
    color: white !important;
  }
}

.circle1 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: #25C92B solid 2px;
  padding: 5px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circle1 .iconify {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circle2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: #25C92B solid 2px;
  background-color: #25C92B;
  padding: 5px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circle2 .iconify {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
  height: auto;
}

.circle3 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: #5D6B7A solid 2px;
  background-color: #5D6B7A;
  padding: 5px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circle3 .iconify {
  color: #354352;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
  height: auto;
}

.circle3:hover {
  background-color: #AFB3B9;
  border-color: #AFB3B9;
}

.circle2:hover {
  background-color: #354352;
  border-color: #354352;
}

.circle1:hover {
  background-color: white;
  border-color: white;
}

.bg-green {
  background-color: #25C92B;
}

.footer {
  background: #354352;
}

.copyright {
  font-family: "Lato", sans-serif;
  color: #AFB3B9;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.title1 {
  font-family: "Lato", sans-serif;
  color: #25C92B;
  font-size: 36px;
  font-weight: 900;
}

.title2 {
  font-family: "Lato", sans-serif;
  color: #25C92B;
  font-size: 21px;
  font-weight: 600;
}

.title3 {
  font-family: "Lato", sans-serif;
  color: #25C92B;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.title2-white {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 600;
}

.text1 {
  font-family: "Lato", sans-serif;
  color: #5D6B7A;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
}

.text1-normal {
  font-family: "Lato", sans-serif;
  color: #5D6B7A;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.title1-white {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 900;
}

.text1-white {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
}

.text1-white-normal {
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.section-top {
  padding: 8em 0em;
}

@media (max-width: 576px) {
  .title1, .title1-white {
    font-size: 29px;
  }
}

@media (min-width: 992px) {
  .funcionalidades-parte-1 .funcionalidades-item {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

a#funcionalidades-ancora,
a#ponto-ancora,
a#vantagens-ancora {
  top: -100px;
  position: relative;
}

.vantagens1 .card {
  border: solid 2px white;
}

.vantagens1 .card-seguranca:hover,
.vantagens1 .card-compatibilidade:hover,
.vantagens1 .card-otimizacao:hover {
  border: solid 2px #25C92B;
}

.vantagens1 .card-seguranca,
.vantagens1 .card-compatibilidade,
.vantagens1 .card-otimizacao {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.registro-ponto .card-ponto {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.registro-ponto .card-ponto:hover {
  background-color: #354352;
}

.registro-ponto .card {
  border: solid 2px white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.registro-ponto .card:hover {
  border: solid 2px #25C92B;
}

.services {
  min-height: 33em;
  background: #F2F2F2;
}

.services .img-services {
  position: absolute;
  right: 0;
  z-index: 99;
  height: auto;
  width: 580px;
  margin-top: 40em;
}

.services #img-services {
  position: relative;
}

.services .services-accordion {
  z-index: 100;
}

@media (min-width: 1200px) {
  .services .img-services {
    width: 700px;
  }
}

@media (min-width: 1600px) {
  .services .img-services {
    width: 1000px;
  }
}

.registro-ponto {
  background: url("../img/ponto-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.registro-ponto .iconify {
  width: 65px;
  height: auto;
}

.telas-app {
  background: #354352;
}

.cards-funcionalidades .icone-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: #25C92B solid 2px;
  padding: 10px;
  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;
}

.cards-funcionalidades .iconify {
  height: auto;
  width: 100%;
}

.store-img img {
  max-width: 200px;
}

.app-hand img {
  position: absolute;
  bottom: 0;
  width: 340px;
  margin-left: 1em;
}

.download-app {
  background: -webkit-gradient(linear, left top, right top, from(#92df3c), to(#04b736));
  background: linear-gradient(90deg, #92df3c 0%, #04b736 100%);
  padding: 4em 0;
  margin-top: 0em;
}

.vantagens1 {
  margin: 2em 0em;
}

img {
  max-width: 100%;
}

a.btn-light-custom {
  color: #25C92B;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-light-custom:hover, a.btn-light-custom:active, a.btn-light-custom:focus {
  color: white;
  background-color: #ffffff00;
}

.custom-shape-divider-bottom-1622484280 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1622484280 svg {
  position: relative;
  display: block;
  width: calc(225% + 1.3px);
  height: 397px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1622484280 .shape-fill {
  fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-bottom-1622484280 svg {
    width: calc(270% + 1.3px);
    height: 220px;
  }
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1622484280 svg {
    width: calc(300% + 1.3px);
    height: 130px;
  }
}

.section-top {
  background: -webkit-gradient(linear, left top, right top, from(#92df3c), to(#04b736));
  background: linear-gradient(90deg, #92df3c 0%, #04b736 100%);
  min-height: 50vh;
}

.position-absolute-top0 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

img.img-top {
  max-width: 400px;
  position: absolute;
  z-index: 99;
  right: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .registro-ponto {
    background: white;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .vantagens1 {
    margin: 3em 0em;
  }
}

@media (max-width: 767px) {
  .vantagens1 {
    margin: 3em 0em;
  }
  .card h5, .card p, .card .icon {
    text-align: center;
    margin-bottom: 1rem;
  }
  .store-img2 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .download-app {
    margin-top: 5em;
  }
}

@media (min-width: 992px) {
  img.img-top {
    max-width: 600px;
  }
  .section-top {
    min-height: 40vh;
  }
  .vantagens1 {
    margin: 1em 0em;
  }
}

@media (min-width: 1200px) {
  img.img-top {
    max-width: 700px;
  }
  .section-top {
    min-height: 40vh;
  }
  .vantagens1 {
    margin: 5em 0em;
  }
  .app-hand img {
    width: 380px;
    margin-left: 5em;
  }
}

@media (min-width: 1600px) {
  img.img-top {
    margin-right: 15em;
    max-width: 800px;
  }
}

.slide {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-img {
  max-height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-img img {
  width: 100%;
  height: 100%;
}

.controls {
  width: 160px;
  position: relative;
  margin: auto;
}

@media (max-width: 576px) {
  .slider-img {
    width: 75%;
    margin: auto;
  }
}

.shape-contact {
  position: relative;
  /** For tablet devices **/
  /** For mobile devices **/
}

.shape-contact .custom-shape-divider-top-1623696614 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-contact .custom-shape-divider-top-1623696614 svg {
  position: relative;
  display: block;
  width: calc(157% + 1.3px);
  height: 150px;
}

.shape-contact .custom-shape-divider-top-1623696614 .shape-fill {
  fill: #F2F2F2;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .shape-contact .custom-shape-divider-top-1623696614 svg {
    width: calc(203% + 1.3px);
    height: 84px;
  }
}

@media (max-width: 767px) {
  .shape-contact .custom-shape-divider-top-1623696614 svg {
    width: calc(220% + 1.3px);
    height: 50px;
  }
}

.contact {
  padding-top: 16em;
  padding-bottom: 7em;
  background: -webkit-gradient(linear, left top, right top, from(#92df3c), to(#04b736));
  background: linear-gradient(90deg, #92df3c 0%, #04b736 100%);
}

.contact .contact-form .btn-primary {
  background-color: #354352;
  border-color: #354352;
}

.contact .contact-info .iconify {
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-radius: 50%;
  border: white solid 2px;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 8em;
    padding-bottom: 3em;
  }
}

button.accordion-button:not(.collapsed) {
  background-color: #25C92B !important;
  color: #fff !important;
}

.accordion-button::after {
  background-image: url(../img/icons8_angle-down.svg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons8_angle-down-white.svg) !important;
}
/*# sourceMappingURL=main.css.map */