/* GERAL */
p {cursor: default;}
h1, h2, h3, h4,h5, h6 {cursor: default;}
span{cursor: default;}

/* CONTATO */
.custom-select {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  height: 50px;
}

.contato-whatsapp i {
  font-size: 30px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.contato-whatsapp span {
  padding: 15px 0px;
  font-size: 15px;
  cursor: pointer;
}

/* SERVIÇOS */
.servicos {
  text-align: center;
  padding: 35px !important;
}

.servicos img {
  width: auto !important;
  margin-bottom: 1rem !important;
}

.servicos h6 {
  margin-bottom: 0.25rem !important;
}

/* SISTEMA INFO */
.servicos-info img {
  width: auto !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.popover {
  max-width: 400px;
  min-width: auto;
}
.servicos-info p {
  text-align: justify;
}
.popover-header {
  text-align: center !important;
}
.custom-popover {
  max-height: 350px;
  min-height: auto;
  overflow-y: scroll;
}
.custom-popover li {
  border-left: none !important;
  border-right: none !important;
  padding-left: 5px;
}
.custom-popover span {
  font-weight: 900;
  padding-right: 5px;
}

.servicos-itens img {
  width: 40%;
}
.servicos-itens h6 {
  color: #ffffff;
  font-size: 13px;
  margin-top: 15px;
}

/* PARCEIROS */
.t-parceiros {
  border-right: 1px solid #222222;
  padding: 10px 10px 10px 0px;
}
.t-parceiros h5{
  font-weight: 300;
}

/* WHATSAPP */
#whatsapp {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  color: #ffffff;
  background: #25d366;
  font-size: 50px;
  width: 65px;
  height: 65px;
  text-align: center;
}

/* DEPOIMENTOS CLIENTES */
.depoimentosClientes .item p {
  color: #7f7f7f !important;
}
.depoimentosClientes .item h6 span {
  color: #222 !important;
}
.depoimentosClientes .item p {
  color: #7f7f7f !important;
  margin: 20px 0 !important;
}
.depoimentosClientes .item h6 {
  margin: 0 !important;
}

/* SCROLLUP */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 115px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #194294 url(../img/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}


/********** APLICATIVOS **********/
.btn-download span {
  cursor: pointer;
}

.btn-download-span {
  text-align: center;
  padding: 4px 0 5px 10px;
  margin-left: 10px;
  border-left: 1px solid #a2a2a2;
}

.info-aplicativo {
  color: #999;
  font-weight: 500;
  font-size: 13px;
}

.info-aplicativo span {
  margin-right: 5px;
}

.aplicativo-item {
  padding: 0 10px 20px;
}

.aplicativo-item .item .post-img .tag a {
  background-color: #c52d2f;
  pointer-events: none;
  cursor: default;
}

/*********** LOGIN APLICATIVOS ***********/
/*=== 4. Main Form ===*/
.login-form-1 {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  /* font-weight: bold; */
  height:auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #f2f2f2;
  color: #999999;
  border-radius: 8px;
  padding: 60px 39px;
}
.login-group-checkbox {
  padding: 5px 0;
}
/*=== 5. Login Button ===*/
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #194294;
  color: #ffffff;
  padding: 11px 0;
  width: 75px;
  height: 75px;
  margin-top: -35px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #ffffff;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
/*=== 6. Form Invalid ===*/
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}
/*=== 7. Form - Main Message ===*/
.login-form-main-message {
  background: #ffffff;
  color: #999999;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
  border-left-color: #2ecc71;
}
.login-form-main-message.error {
  border-left-color: #e74c3c;
}