/* General styles */
@font-face {
  font-family: "ContractUpFont-Medium";
  src: url("../fonts//PingPong-Medium.woff") format("woff");
}

@font-face {
  font-family: "ContractUpFont-Regular";
  src: url("../fonts//PingPong-Regular.woff") format("woff");
}

/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  /* position: relative; */
}

p {
  font-size: 14px;
  line-height: 20px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  z-index: 10;
  border-bottom: 1px solid #ccc;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  max-width: 100%;
}

.logo {
  height: 60px;
  width: 150px;
}

.nav-menu {
  text-align: right;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.nav-menu ul li a {
  color: #666;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 10px 0;
}

.nav-menu ul li a:hover {
  color: #009eff;
}

.nav-menu ul li a.menu_ativo {
  color: #009eff;
}

.container-entrar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding-right: 0;
  justify-content: end;
}

.btn-entrar {
  background: #009eff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  width: 130px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.whats-menu {
  border-radius: 50%;
  padding: 10px;
  background: #2bb741;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.whats-menu svg {
  filter: invert(1);
}

/* Intro */
.intro {
  padding-top: 80px;
}

.bg-intro {
  background: #2014a0;
  padding: 70px 70px 40px 70px;
}

.intro-title {
  font-size: 2rem;
  color: #fff;
}

.intro-desc {
  font-size: 1rem;
  color: #fff;
  opacity: 0.85;
  margin-top: 20px;
}

.fale-conosco {
  color: #fff;
  margin-top: 20px;
}

.fale-conosco-text {
  font-size: 0.9rem;
  cursor: pointer;
}

.fale-conosco-text:hover {
  text-decoration: underline;
}

.container-email {
  margin-top: 10px;
  display: flex;
}

.email {
  padding: 15px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
}

.email::placeholder {
  color: #ccc;
}

.btn-email {
  border: none;
  background: #009eff;
  color: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 16px 20px;
  margin-top: 1px;
  cursor: pointer;
  width: 100%;
}

.btn-email:hover {
  background: #00d2ff;
}

.intro-img {
  width: 400px;
  height: 350px;
}

.user-password {
  color: #fff;
  margin-top: 10px;
}

/* bg-save-time */
.bg-pos-intro {
  padding: 10px 60px 60px 60px;
}

.contract-img {
  width: 300px;
  height: 200px;
}

.pos-intro-title {
  font-size: 2rem;
  margin-bottom: 15px;
  margin-top: 20px;
}

.pos-intro-desc {
  font-size: 1rem;
  color: #666;
}

/* Info Contracts */
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.reveal.active {
  animation: fade-bottom 1s;
}

.bg-info-contracts {
  background: #009eff;
  padding: 50px;
}

.info-contracts-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}

.info-contracts-desc {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 60px;
}

.btn-conheca {
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f2f2f2;
  text-decoration: none !important;
}

.btn-conheca:hover {
  background-color: #f2f2f2;
  color: #666;
  text-decoration: none !important;
}

/* Features */
.features {
  margin-top: 40px;
}

.bg-features .features-desc {
  background: #00d2ff;
  padding: 50px;
}

.bg-features .features-desc:nth-child(1) h1 {
  max-width: 100px;
  font-size: 2.5rem;
}

.bg-features .features-desc:nth-child(1) img {
  width: 300px;
  margin-top: 60px;
}

.bg-features .features-desc:nth-child(2) h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.bg-features .features-desc:nth-child(2) p {
  font-size: 1rem;
  color: #666;
}

.container-icon-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.tipo-notificacao {
  font-size: 0.875rem !important;
}

.tipo-notificacao:hover {
  text-decoration: underline;
}

.icons-features {
  display: flex;
  justify-content: end;
}

.icons-features img {
  width: 100px;
  height: 100px;
}

/* Suporte */
.container-img-suporte {
  padding: 0;
}

.suporte {
  margin-top: 40px;
}

.bg-suporte .suporte-desc {
  background: #f8f8f8;
  padding: 50px 65px;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin: 0 -15px;
}

.bg-suporte .suporte-desc:nth-child(1) h1 {
  max-width: 300px;
  font-size: 2.5rem;
  color: #009eff;
  text-align: center;
}

.bg-suporte .suporte-desc:nth-child(1) img {
  width: 300px;
  margin-top: 60px;
}

.bg-suporte .suporte-desc:nth-child(2) h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.bg-suporte .suporte-desc:nth-child(2) p {
  font-size: 1rem;
  color: #666;
}

.container-icon-suporte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.tipo-notificacao {
  font-size: 0.875rem !important;
}

.tipo-notificacao:hover {
  text-decoration: underline;
}

.icons-suporte {
  display: flex;
  justify-content: end;
}

.icons-suporte img {
  width: 100px;
  height: 100px;
}

.img-suporte {
  height: 100%;
}

/* Clientes */
.clientes {
  margin-top: 40px;
  background-color: #f8f8f8;
  padding: 40px 0 0 0;
}

.cliente-title {
  font-size: 1.5rem;
  text-align: center;
  color: #009eff;
}

.container-slider {
  padding: 0;
}

.slider {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.slides {
  width: 100%;
  height: 300px;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 33%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* transition: 1s; */
}

.slide img {
  width: 50%;
}

.manual-navigation {
  position: absolute;
  width: 100%;
  margin-top: -50px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #f2f2f2;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background-color: #3f3f3f;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -100%;
}

#radio3:checked ~ .first {
  margin-left: -200%;
}

/* #radio4:checked ~ .first {
  margin-left: -100%;
} */

.navigation-auto div {
  border: 2px solid #2014a0;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.navigation-auto {
  position: absolute;
  width: 100%;
  margin-top: 250px;
  display: flex;
  justify-content: center;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background-color: #3f3f3f;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background-color: #3f3f3f;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background-color: #3f3f3f;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background-color: #3f3f3f;
}

/* Save Time */
.bg-save-time {
  padding: 0px 20px 50px 20px;
}

.time-is-money {
  width: 200px;
  height: 200px;
}

.save-time-title {
  font-size: 2rem;
  margin-bottom: 15px;
}

.save-time-desc {
  font-size: 1rem;
  color: #666;
}

/* Grandes Números */
.grandes-numeros {
  background: #f8f8f8;
  padding: 40px 0;
}

.impacto-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.container-numeros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container-numeros div {
  text-align: center;
}

.container-numeros:nth-child(3),
.container-numeros:nth-child(4) {
  margin-top: 50px;
}

.grande-numero-title {
  font-size: 2.25rem;
  color: #2014a0;
  margin-bottom: 10px;
}

.grande-numero-desc {
  color: #666;
}

/* Comece Já */
.comece-ja {
  background: #009eff;
  margin-top: 20px;
}

.comece-ja-call {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comece-ja-call p {
  font-size: 2rem;
  line-height: 35px;
  color: #fff;
}

.btn-experimente {
  padding: 15px 100px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 0.875rem;
  color: #00d2ff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.btn-experimente:hover {
  background-color: #f2f2f2;
  color: #666;
  text-decoration: none;
}

/* Footer */
.footer {
  margin-bottom: 61px;
  padding: 40px 0 40px 0;
  background: #f8f8f8;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 300px;
  height: 100px;
}

.footer-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  display: block;
}

.footer-item {
  color: #666;
}

.footer-item i {
  color: #000;
  margin-right: 5px;
}

.contato-container .footer-item {
  margin: 5px 0;
}

.redes-container {
  display: flex;
  align-items: center;
}

.rede {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms all;
  cursor: pointer;
}

.rede:hover {
  opacity: 0.5;
}

.rede a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rede i {
  color: #fff;
  font-size: 1.5rem;
}

.rede-instagram {
  background: linear-gradient(#7f3769, #ff2992, #ff9807);
}

.rede-facebook {
  background: #4267b3;
  margin-left: 15px;
}

.rede-youtube {
  background: #ff0000;
  margin-left: 15px;
}

/* Whatsapp */
.whatsapp-fix {
  background-color: #2014a0;
}

.contactus {
  font-size: 1.5rem;
  color: #fff;
  text-align: right;
  font-weight: 100;
  font-family: "ContractUpFont-Regular", Arial, Helvetica, sans-serif;
}

.whatsapp-fix-container {
  padding: 10px 0;
}

.whatsapp-fix.active {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.whats-call {
  display: flex;
  cursor: pointer;
  border-left: 2px solid #000;
}

.whats-call svg {
  filter: invert(1);
  margin-right: 10px;
}

.whats-message {
  color: #fff;
  font-size: 1.5;
  font-family: "ContractUpFont-Regular", Arial, Helvetica, sans-serif;
}

.btn-agente {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #f2f2f2 !important;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-agente:hover {
  background-color: #f2f2f2;
}

/* Menu Mobile */
#btnMobile {
  display: none;
}

/* Test */

.cell-phone {
  background-image: url(../img/person-phone.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 40px;
}

.notification-cell-phone {
  font-size: 2.5rem;
  color: #f2f2f2;
  max-width: 350px;
  padding: 40px;
}

.notification-desc {
  padding: 0 40px;
  font-size: 1rem;
  color: #fff;
}

/* Suporte Fix */
.suport-fix {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 10;
  display: block;
}

.suport-fix-desc {
  display: none;
}

.btn-suport-fix {
  display: flex;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  background-color: #009eff;
  color: #fff;
  padding: 25px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-suport-fix:hover {
  background-color: #009eff;
  color: #fff;
}

/* whats Fix */
.whats-fix {
  position: fixed;
  top: 75%;
  left: 0px;
  z-index: 10;
  display: block;
}

.whats-fix-desc {
  display: none;
}

.btn-whats-fix {
  display: flex;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 25px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.whats-fix i {
  font-size: 45px;
}
