/* #087FC3;
#89BE28;
#595959;
*/
.card {
  margin-bottom: 20px;
}

.verifyTitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}

.conTitle {
  font-size: 30px;
  font-weight: bold;
}

.contactoContainer {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.internalContactoContainer {
  width: 80%;
}

.btnWhatsapp {
  background-color: #075e54;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.btnWhatsapp:hover {
  background-color: #128C7E;
  color: white;
}

.c-txt {
  color: rgb(99, 99, 99);
}

.custom-container {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: auto;
}
.custom-form {
  padding: 20px;
  max-width: 750px;
}

.card-custom {
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-color: #f5f5f5;
}

nav-link:active {
  background-color: rgb(137, 190, 40);
  ;
  /* background-color: #007bff; */
  color: white;
}

.nav-tabs .nav-link.active {
  background-color: rgb(137, 190, 40);
  ;
  /* background-color: #007bff; */
  color: white;
}

.nav-tabs .nav-link {
  color: rgb(137, 190, 40);
  ;
  /* color: #007bff; */
}

.btn-primary {
  /* background-color: rgb(137, 190, 40);; */
  background-color: #087FC3;
  color: white;
  border-color: transparent;
}

.btn-primary:hover {
  /* background-color: rgb(137, 190, 40);
border-color: transparent; */
  /* background-color: #087FC3; */
  border-color: rgb(137, 190, 40);
  background-color: transparent;
  color: #595959;
  /* border-color: transparent; */
}

.btn-info {
  background-color: rgb(137, 190, 40);
  ;
  /* background-color: #087FC3; */
  color: white;
  border-color: transparent;
}

.btn-info:hover {
  /* background-color: rgb(137, 190, 40);; */
  /* background-color: #087FC3;
border-color: transparent; */
  border-color: #087FC3;
  background-color: transparent;
  color: #595959;
}

.btn-info:disabled {
  background-color: transparent;
  color: #595959;
  border-color: #595959;
}

.btn-danger {
  border-color: rgb(195, 8, 8);
  background-color: transparent;
  color: rgb(190, 40, 40);
}

.btn-danger:hover {
  background-color: rgb(190, 40, 40);
  color: white
}