.button_treelife {
  font-size: 16px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 6px 16px;
  /* width: 54%; */
  max-width: 305px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  top: -100px;
  background-color: #128c7e;
  z-index: 10;
}

.button_treelife:hover {
  text-decoration: none;
  color: #fff;

  -webkit-box-shadow: inset 0px -15px 30px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0px -15px 30px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0px -15px 30px 0px rgba(50, 50, 50, 0.25);
}

.modal-dialog {
  max-width: 600px;
}

.modal-body input {
  margin-top: 15px;
  max-width: 520px;
}

.cr-slider {
  max-width: 100% !important;
}

.modal-body checkbox {
  color: #43484c;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}

.btn_bienvenido {
  font-size: 16px;
  width: 100%;
}
.checkbox input {
  margin-top: 4px;
}

#fecha_nac[readonly] {
  background-color: #fff !important;
  cursor: pointer;
}

#modal-cuenta-nueva,
#modal-cuenta-existente,
#modal-cuenta-existente-paso2 {
  font-family: "Lato", sans-serif;
  display: none;
}

.spnUserMobile {
  font-size: 14px;
  padding: 5px;
}

#modal-cuenta-existente p {
  margin-top: 10px;
}

.alert {
  display: none;
}

#modal-gracias,
#modal-gracias-existente {
  display: none;
  margin-top: 15px;
}

#modal-gracias p,
#modal-gracias-existente p,
#modal-mensajes p,
#modal-cuenta-existente p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

#modal-mensajes,
#modal-tyc {
  margin-top: 15px;
}

#modal-tyc {
  overflow-y: scroll;
  height: 280px;
  font-family: "Lato", sans-serif;
}

#modal-tyc p {
  font-size: 13px;
}

#modalTyc .modal-dialog {
  width: 800px !important;
  max-width: 800px !important;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  font-size: 12px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.grupo_form {
  margin-top: 15px;
}

/*** custom checkboxes ***/

.chkEye input[type="checkbox"] {
  display: none;
} /* to hide the checkbox itself */
.chkEye input[type="checkbox"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.chkEye input[type="checkbox"] + label:before {
  content: "\f06e";
} /* unchecked icon */
.chkEye input[type="checkbox"] + label:before {
  letter-spacing: 10px;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 10px;
} /* space between checkbox and label */

.chkEye input[type="checkbox"]:checked + label:before {
  content: "\f070";
} /* checked icon */

.chkEye label {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

#fleFoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin-top: 0;
}

.btn_style_modal {
  font-family: "Montserrat", sans-serif;
  background: #17a375;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  padding: 7px 20px;
  text-align: left;
  transition: 0.3s all ease-in-out;
}

.btn_style_modal:hover {
  background: #fff;
  color: ##17a375;
}

.file-btn {
  position: relative;
}

.modal-footer-foto {
  margin-top: 0;
  padding: 5px 0px 5px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

#map {
  width: 100%;
  height: 300px;
}

#demo_fila_04 ul li {
  text-align: left;
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.red_style {
  color: #f30202;
  font-weight: 900;
}

.lnkModal {
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

@media (max-width: 414px) {
  .alert {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 8px;
  }

  .btn_style {
    white-space: normal;
  }

  .btn_style_modal {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 7px;
    width: 30%;
    text-align: center;
  }

  #frmCuentaExistenteVincular label {
    display: inline;
  }

  .atencion img {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .button_treelife {
    font-size: 16px;
    top: -40px;
    margin-right: 0px;
    z-index: 15;
  }
}
