* {
  color: #333333;
}

/* COMMON */
.text-center {
  text-align: center;
}
/* HEADER */
.navbar {
  box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 20%);
  background-color: white;
  margin-bottom: 0px;
  box-shadow: 0px 3px 4px #00000029;
  z-index: 2;
}
.navbar-brand {
  height: auto;
}
/* TEXTS */
.hsbc-title-red {
  color: #fa6400;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.hsbc-subtitle {
  font-size: 18px;
  text-align: center;
}
.hsbc-title-step {
  color: #fa6400;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
}
.hsbc-text-help {
  color: #000000;
  font-size: 12px;
}
.hsbc-text-help img {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}
.hsbc-text-help-red {
  color: #a84308;
  font-size: 12px;
  text-decoration: underline;
  display: flex;
  padding-left: 5px;
}

.hsbc-text-help-red:hover{
  color: #fa6400;
}

.hsbc-text-help-red img {
  width: 12px;
  margin-right: 6px;
}
.hsbc-text-normal {
  font-size: 14px;
  text-decoration: none !important;
}
/* FOOTER */
footer iframe {
  width: 100%;
  border: none;
}
.footer-legales {
  min-height: 540px;
}

.footer-2 {
  width: 100%;
  z-index: -1;
  position: inherit;
}
/* FORM */
.hsbc-form-left {
  width: 378px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  z-index: 1;
  padding-bottom: 30px;
  min-height: 400px;
}
.hsbc-form-right {
  width: 295px;
  height: 100%;
  background-color: #fafafa;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  /* z-index: -1; */
  margin-left: -8px;
  padding: 0px 20px;
  min-height: 400px;
}
.hsbc-form-content {
  padding: 10px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hsbc-label {
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 5px;
}
.hsbc-input {
  width: 318px;
  border: 1px solid #97a2af;
  border-radius: 6px;
  font-size: 14px;
  height: 100%;
}
.hsbc-input:focus,
.hsbc-input:focus-visible {
  border: 1.5px solid #e0001a;
  outline: none;
}
.hsbc-input-icon {
  position: relative;
  width: 20px;
}
.hsbc-btn-red {
  background: #fa6400;
  border: #fa6400;
  border-radius: 6px;
  width: 318px;
  height: 43px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 18px;
}

.btn-common-secondary{
  width: 318px !important;
  height: 43px !important;
}

.hsbc-btn-red:active {
  color: white;
  background-color: #c85000;
  outline: none;
}

.hsbc-btn-red:focus {
  color: white;
  background-color: #c85000;
  outline: none;
  box-shadow: none;
}

.hsbc-btn-red:hover {
  color: white;
  background: #c85000;
}

.hsbc-btn-red:disabled {
  background: #a6a2a0;
  border: #a6a2a0;
}
/* STEPPER */
.hsbc-stepper {
  z-index: 1;
  height: 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}
.hsbc-stepper-progress {
  width: 70%;
  height: 8px;
  background: #fa6400;
  border-radius: 5px 0px 0px 0px;
  margin-right: 0px;
}
.hsbc-stepper-progress-step2 {
  width: 10093%;
  height: 8px;
  background: #fa6400;
  margin-right: 0px;
  border-radius: 0px 5px 0px 0px;
}

.hsbc-stepper-progress-left {
  width: 63%;
  height: 8px;
  background: #b1b1b1;
  border-radius: 0px 5px 0px 0px;
}
/* DIVIDER */
.hsbc-divider {
  border: 1px solid #707070;
  width: 90%;
  margin: auto;
}
/* DRAWER */
.hsbc-btn-outline {
  border: 1px solid #fa6400;
  border-radius: 6px;
  color: #fa6400;
  background-color: white;
  font-weight: 600;
  min-width: 216px;
  min-height: 43px;
  font-size: 18px;
}
.hsbc-btn-outline:focus {
  box-shadow: none;
}
.hsbc-btn-outline:hover {
  background-color: #ffe2ce;
}
.hsbc-btn-outline:focus-within {
  outline: none;
  color: #fa6400;
}
.hsbc-text-alert {
  font-size: 12px;
  color: #fa6400;
  font-style: italic;
}
.hsbc-drawer-buttons-container {
  box-shadow: 0px -10px 10px #00000029;
  padding: 20px;
}
.hsbc-drawer {
  width: 515px;
}

@media screen and (max-width: 768px) {
  .hsbc-form-left {
    height: 382px;
    width: 100%;
    min-height: 0px !important;
  }
  .hsbc-form-right {
    margin-left: 0px;
    margin-top: -5px;
    position: relative;
    height: 400px;
    width: 100%;
    min-height: 0px !important;
    height: 350px !important;
  }
  .hsbc-title-red {
    font-size: 22px;
  }
  .hsbc-subtitle {
    font-size: 16px;
  }
  .hsbc-text-help,
  .hsbc-text-help-red {
    font-size: 13px;
  }
}

/* ZOCALO SEGUROS */

#zocalo {
  border-top: 1px solid #4a4a49;
  margin-top: 10px;
}
#zocalo .rotulo {
  min-height: 95px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
#zocalo .rotulo div {
  padding: 5px 10px;
  text-align: center;
  width: 17%;
  font-size: 13px;
}
#zocalo .rotulo div:last-child {
  text-align: right;
  padding-right: 0px;
  width: 32%;
}
#zocalo .rotulo div.nro-ssn span {
  font-weight: 700;
}
#zocalo .rotulo div.telefono {
  font-weight: 700;
  color: #29abe2;
  font-size: 14px;
}
#zocalo .rotulo div.web {
  font-weight: 700;
  color: #29abe2;
  font-size: 14px;
}
#zocalo .rotulo div.web a {
  text-decoration: none;
  color: #29abe2;
}
#zocalo .rotulo div.nro-ssn {
  border-right: 1px solid #4a4a49;
}
#zocalo .rotulo div.telefono {
  border-right: 1px solid #4a4a49;
}
#zocalo .rotulo div.departamento {
  width: 19% !important;
}
@media (max-width: 959px) {
  #zocalo .rotulo {
    display: block;
  }
  #zocalo .rotulo div {
    width: 100%;
  }
  #zocalo .rotulo div:last-child {
    text-align: center;
  }
}
#zocalo .detalle p {
  margin-bottom: 10px;
}
#zocalo .detalle .entidades {
  background-color: #edf0ef;
  padding: 20px;
}
#zocalo .detalle .entidades a {
  font-weight: 700;
  text-decoration: none;
}
#zocalo .detalle .atencion {
  padding: 20px;
}
#zocalo .detalle .atencion p:first-child {
  font-weight: 700;
}
#zocalo .emisora {
  padding: 20px 10px;
}
#zocalo .emisora p {
  margin-bottom: 9px;
}

.hidden{display:none;}

/* MOBILE */
:root {
  --rojohsbc: #FA6400;
}

html {
  height: 100%;
}

.center-align-icon {
  align-items: center;
}

.iconWidth {
  width: 20px;
}

.iconKeyboard {
  width: 30px;
  margin-left: 60%;
  margin-right: 5px;
}

.marginLessTop {
  margin-top: -10px;
}

.hsbc-icon-error {
  position: relative;
  margin-top: -58px;
  width: 20px;
  margin-left: 290px;
  margin-bottom: 45px;
}

.hsbc-input-test {
  width: 90%;
  border: none;
  background-color: transparent !important;
  border-radius: 6px;
  font-size: 14px;
  height: 29px;
  padding-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px white inset;
  -webkit-box-shadow: 0 0 0 50px white inset;
  transition: background-color 9999s ease-in-out 0s;
}

.loginPadding {
  padding-left: 31px;
  margin-right: 10px;
  align-items: baseline;
}

.loginSecretQuestionMargin {
  margin-left: 5%;
  margin-right: 5%;
}

.loginSecretQuestionInputs {
  margin-left: 4%;
}

.hsbc-drawer-cap {
  position: fixed;
  width: 515px;
  height: 100%;
  top: 0px !important;
  right: 0px !important;
  background: white;
}

.hsbc-inner-drawer {
  width: 90%;
  margin: 20px auto;
}

.hsbc-login-buttons-popup {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hsbc-popup-title {
  margin-top: 10%;
  margin-bottom: 10% !important;
  font-size: 25px !important;
  background-color: #ffffff;
  padding: 0 !important;
  min-height: 0 !important;
  width: 94% !important;
}

.padding-login {
  padding-left: 0px;
}

.padding-login2 {
  padding-left: 20px;
}

.hsbc-button-password {
  width: 100%;
  border: 1px solid #97a2af;
  border-radius: 6px;
  font-size: 14px;
  height: 100%;
}

.hsbc-button-password:focus {
  border: 3px solid #fa6400 !important;
}

.focus {
  border: 3px solid #fa6400 !important;
  border-radius: 6px;
}

select:focus {
  outline: none;
}

.hsbc-question-label {
  width: 100%;
  border: 1px solid #97a2af;
  border-radius: 6px;
  font-size: 14px;
  height: 100%;
  background: #e4e7e9;
  right: 0px !important;
}

.close-button-style {
  border: 0px;
  background-color: white;
}

.close-button-margin {
  margin-left: 55%;
}

.hsbc-title-step-mod {
  margin-top: 0px !important;
  margin-left: 10px;
}

.hsbc-form-control-question {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 30px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hsbc-btn-grey-popup {
  background: #77838f;
  border: #77838f;
  border-radius: 6px;
  width: 318px;
  height: 43px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 18px;
  margin-left: 27%;
  margin-top: 7%;
}

.hsbc-btn-red-popup {
  background: #fa6400;
  border: #fa6400;
  border-radius: 6px;
  width: 318px;
  height: 43px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}

.btn-secondary-popup{
  border-radius: 6px;
  width: 318px;
  height: 43px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}

.hsbc-btn-red-popup:hover{
  background: #c85000;
  border: #c85000;
}

.scrollable-content {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.hsbc-btn-red-popup:disabled {
  background: #77838f;
  border: #77838f;
}

.hsbc-btn-grey {
  background: #fa6400;
  border: #fa6400;
  border-radius: 6px;
  width: 318px;
  height: 43px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto !important;
}

.hsbc-btn-grey:hover{
  background: #c85000;
  border: #c85000;
}

.hsbc-myTitle {
  background-color: #ffffff;
  font-size: 17px !important;
  padding: 0 !important;
  min-height: 0 !important;
  text-align: left !important;
}

.textPopUpSize {
  font-size: 16px;
}

.input-margin-left {
  margin-left: 30px;
}

.hsbc-input-focused {
  width: 318px;
  border: 3px solid #fa6400 !important;
  border-radius: 6px;
  font-size: 14px;
  height: 100%;
}

.form-control-login {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-login:focus {
  border: 3px solid #fa6400 !important;
}

.margin-mini-icon {
  margin-left: 7px;
  margin-right: 20px;
}

.marginZero {
  margin-bottom: 0px;
}

.titlePadding {
  padding-top: 3%;
}
.subTitlePadding {
  padding-left: 35%;
  padding-right: 35%;
  padding-bottom: 3%;
  /* padding-bottom: 3%;
    width: 50%;
    margin: 0 auto; */
}

.checkboxContainer {
  position: relative;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.smallFont {
  font-size: 0.8rem !important;
}

.rightPanelPadding {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.checkboxContainer input:checked + .checkmark {
  background-color: #2196f3;
  border: 2px solid #2196f3;
}

.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxContainer input:disabled ~ .checkmark {
  opacity: 0.6;
  cursor: not-allowed;
}

.myFooter {
  width: 100%;
  left: 0;
  position: relative;
  margin-top: 3.6rem;
  padding-top: 1rem;
  padding-right: 0px;
  padding-left: 0px;
  bottom: 0px;
  background-color: white;
}

.lessPadding {
  padding-left: 0px;
  padding-right: 30px;
}

.hsbc-container-type-and-numer-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-right {
  position: fixed;
  top: 0px !important;
  right: 0px !important;
}

.modal-padding .modal-body {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@supports (padding: env(safe-area-inset-bottom)) {
  .hsbc-drawer-cap {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media screen and (max-width: 768px) {
  .subTitlePadding {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
  }

  .smallFont {
    font-size: 1rem !important;
  }

  .iconKeyboard {
    width: 30px;
    margin-left: 20%;
    margin-right: 5px;
  }

  .myFooter {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5rem;
    bottom: 0px;
    background-color: white;
  }
}

.close-popup {
  display: block;
  color: black;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.close-popup-modal {
  display: block;
  color: black;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #fa6400;
}

@media screen and (max-width: 650px) {
  .backLogin {
    background-image: none !important;
  }

  .hsbc-input,
  .hsbc-input-focused {
    width: 95% !important;
  }

  .iconWidth {
    width: 14px;
  }

  .bold-responsive {
    font-weight: bold;
  }

  .hsbc-drawer-cap {
    width: 100%;
  }

  .hsbc-container-type-and-numer-doc {
    display: block;
    margin-bottom: 15px;
  }

  /* .hsbc-button-password{
      width: 100%;
    } */

  .hsbc-btn-outline,
  .hsbc-btn-red {
    width: 100% !important;
    min-width: 0px !important;
  }

  .hsbc-popup-title {
    font-size: 22px !important;
  }

  .form-control-cap {
    font-size: 0.75rem !important;
  }

  .label-links {
    font-size: 13px !important;
  }

  .navbar-brand {
    margin-left: 1rem !important;
  }
}

@media screen and (max-width: 550px) {
  .titlePadding {
    width: 85%;
    text-align: left !important;
    margin: 0 auto;
    font-size: 19px !important;
  }

  .subTitlePadding {
    font-size: 14px !important;
    text-align: left !important;
    width: 100%;
    padding-left: 7%;
  }

  .img-accesos-directos {
    height: 24.21px !important;
    width: 23.4px !important;
  }

  .smallFont {
    font-size: 14px !important;
  }

  .font-size-12 {
    font-size: 12px !important;
  }

  .modal-md {
    min-width: 95vw !important;
  }

  .hsbc-btn-grey-popup {
    margin: 0 auto !important;
  }
}

@media (max-height: 480px) {
  .hsbc-login-buttons-popup {
    background-color: white;
  }
}

body {
  font-family: Inter;
  height: 100%;
  background: #f5f5f5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter;
}

a,
.advertencia {
  font-family: Inter;
  color: red !important;
  text-decoration: none !important;
}

a,
.btn-link {
  font-family: Inter;
  color: #a84308 !important;
  text-decoration: none !important;
}

.btn-link-navbar{
  font-family: Inter;
  color: #333 !important;
  text-decoration: none !important;
}

p {
  font-family: Inter;
}

a:hover {
  color: #fa6400 !important;
  text-decoration: underline !important;
}

.link-form-benef {
  color: #007bff !important;
  text-decoration: underline !important;
  border: none;
  background-color: #fff;
  padding: 0;
}

textarea {
  resize: none;
}

.modal-header .close {
  outline: none !important;
}
.modal-title {
  color: var(--rojohsbc);
  background: transparent;
  font-family: Inter;
}

.modal-small {
  max-height: 300px;
  height: 300px;
}

.modal-md {
  min-width: 600px;
}

.modal-large {
  min-width: 700px;
  pointer-events: all;
}

.modal-large .modal-body {
  overflow-y: scroll;
  max-height: 600px;
  height: 600px;
  pointer-events: all;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
  text-align: left;
  font-family: Inter;
}

.main-container {
  background: #fff;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-container-login {
  box-shadow: 1px 2px 8px #d7d8d6;
  height: 86%;
  margin: 1rem auto;
}

.custom-padding {
  padding: 5px;
}

.spinner-border {
  position: absolute !important;
  margin-top: 0.5em;
  margin-left: 2.5rem;
  width: 20px !important;
  height: 20px !important;
}

/* Transparent Overlay */
.spinner-border-fullscreen {
  content: "";
  display: block;
  position: fixed;
  z-index: 998;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(
    rgba(230, 230, 230, 0.8),
    rgba(230, 230, 230, 0.8)
  );

  background: -webkit-radial-gradient(
    rgba(230, 230, 230, 0.8),
    rgba(230, 230, 230, 0.8)
  );
}

.spinner-border-fullscreen > .spinner-border {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fa6400 !important;
}

.spinner-border-fullscreen > .spinner-text-fullscreen {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  height: 1rem;
  text-align: center;
  top: 3rem;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fa6400 !important;
}

.position-spinner {
  position: initial !important;
  /* margin: 0 2rem !important;
    margin-top: 0.5em !important; */
}

.menu-home .dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle::after {
  display: none;
}

.custom-icons {
  float: right;
  margin-left: 0.3rem;
  width: 22px;
  height: 22px;
  background-size: cover;
}

.navbar-toggler-icon {
  background-image: url("../../img/home/hamburger4.svg?color=1729B0");
}

.icon-payments {
  background-image: url("../../img/home/exchange.svg");
}

.link {
  font-weight: bold;
  font-size: 0.8rem;
}

.main-container,
.main-container > div,
.main-container > div > div {
  vertical-align: top;
}

.main-container > div > div {
  display: inline-block;
}

table {
  text-align: center;
  font-size: 12px;
}

table th {
  background-color: #eeeeee;
}

table .main-header {
  background-color: lightgrey;
}

.print-container {
  margin-bottom: 20px;
}

.print-container > button {
  display: inline-block;
}

.print-container > button:first-child {
  margin-right: 30px;
}

i.pi-print {
  font-size: 24px;
  vertical-align: middle;
}

div.main-bar > div {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

h5 {
  background-color: #eeeeee;
  padding: 15px;
  margin-bottom: 0 !important;
  min-height: 50px;
}

ul.list-group > li {
  border-radius: 0 !important;
  cursor: pointer;
  color: #fa6400 !important;
}

.lifullColor {
  color: #fa6400 !important;
}

.liColorText {
  color: black !important;
}

.hypervinctexcolor {
  color:#0072ce !important;
}

.mail-home{
  color: #333 !important;
}

.icon-margin {
  margin-right: 10px;
}

.navbar {
  box-shadow: 4px 2px 4px #d7d8d6;
}

.navbar-brand {
  margin-right: 0;
  margin-left: 2rem;
}

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

.header-customer {
  background: rgba(255, 255, 255, 0.6);
  margin: 0px;
  padding: 12px;
}

.main-bar > div {
  display: inline-block;
  margin-right: 20px;
}

.remove-left-padding {
  padding-left: 0 !important;
}

.advertencia {
  color: red;
}

.red {
  display: block;
  height: 1px;
  border: 0;
  border-top: 5px solid #fa6400;
  margin: 1em 0;
  padding: 0;
}

.btn{
  border-radius: 4px !important;
}

.btn-danger{
  color: #fff !important;
  background-color: #fa6400 !important;
  border-color: #fa6400 !important;
}
.btn-danger:hover{
  border-color: #c85000 !important;
  background-color: #c85000 !important;
  color: white !important;
}

.btn-danger-secondary{
  border-color: #fa6400;
  background-color: white;
  color: #fa6400;
}

.btn-danger-secondary:hover{
  border-color: #fa6400;
  background-color: #ffe2ce;
  color: #fa6400;
}

.btn-danger-secondary:active{
  border-color: #fa6400;
  background-color: #ffe2ce;
  color: #fa6400;
}

.btn.focus, .btn:focus{
  box-shadow: none;
}

nav > div > * {
  vertical-align: top !important;
}

/**START STYLES LOGIN **/

.banner {
  width: 100%;
}

#login-right-panel {
  padding: 0px;
  margin-left: -10px;
}

.row-subbanner {
  margin-top: 0.1rem;
}

.form-container {
  border: 0.2mm solid lightgray;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0.5rem;
  margin-top: 0px;
  text-align: left;
  width: 100%;
}

.form-control-cap {
  display: block;
  width: 90%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.form-control-cap:focus {
  border: 3px solid #fa6400 !important;
  border-radius: 6px;
}

.focused {
  border: 3px solid #fa6400 !important;
  border-radius: 6px;
}

.form-container label {
  font-weight: 500;
}

.form-container .form-group {
  margin-bottom: 0.65rem;
}

.form-container .form-title {
  background: transparent;
  color: #fa6400;
  font-size: 1.1rem;
  font-family: Inter;
  margin-bottom: 12px !important;
  min-height: auto;
  padding: 6px;
  padding-top: 10px;
  text-align: center;
}

.form-container .col-form-label {
  font-size: 0.85rem;
}

.form-container input {
  border-radius: 3px;
}

.subtitle-inside {
  color: var(--rojohsbc);
}

#titleLogin {
  padding-bottom: 0;
  margin-bottom: 6px !important;
}

#typeBrowser {
  font-family: Inter;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 0.9rem;
}

em {
  font-size: 0.75rem;
}
.container-search {
  margin: 1rem;
}
.btn {
  border-radius: 0px;
  padding: 10px 14px;
  outline: none !important;
}

.btn-hsbc {
  background-color: #fa6400;
  border: 1px solid #fa6400 !important;
  box-shadow: none !important;
  color: #fff;
  border-radius: 0px;
  padding: 10px 14px;
  outline: none !important;
  transition: background-color 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-hsbc-yellow {
  background-color: #fd9a06;
  border: 1px solid #fd9a06 !important;
  box-shadow: none !important;
  color: #fff;
  border-radius: 0px;
  padding: 10px 14px;
  outline: none !important;
  transition: background-color 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-detail-prima,
.btn-download {
  padding: 2px 4px;
}
.table-detail-prima td {
  font-size: 0.8rem;
  text-align: left;
}
.table-detail-prima td:first-child {
  font-family: Inter;
}
.table-detail-prima td:last-child {
  padding-right: 90px;
}
td.td-btn-download {
  margin: 0 auto;
  padding: 10px !important;
}
.btn-download {
  font-size: 0.7rem !important;
}

.table-payments td {
  font-size: 0.7rem;
}

.table-payments td:first-child {
  font-family: Inter;
}
.table-payments td:last-child {
  font-size: 0.6rem;
}

.btn-hsbc:hover {
  color: #fff;
  background-color: #c85000;
}

.btn-hsbc.disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

.btn-hsbc:active {
  outline: none !important;
  background-color: #c85000 !important;
}

#footer-login {
  bottom: 0;
  min-height: 180px;
  margin-top: 2rem;
}

.footer-login-text {
  font-size: 0.6rem;
}
.title-table {
  font-size: 0.65rem;
  font-family: Inter;
}
.title-table em {
  font-size: 0.62rem;
}

.container-footer {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}
.cursor {
  cursor: pointer;
}

#services-list li {
  display: inline-block;
  color: red !important;
  margin: 2px;
}

#services-list li a {
  color: red !important;
  font-weight: 500;
}

.separator {
  margin: 5px;
}

input {
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-width: 0.1em !important;
  border-color: #9e9e9e;
}

input:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none !important;
}

.input-invalid {
  border-color: #c62828 !important;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
  color: #c62828;
  font-size: 0.7rem;
  padding: 1px;
  margin: 1px;
}

.paginador {
  padding: 2px;
  display: flex;
  justify-content: space-between;
}
.paginator-btn {
  background: none;
  border: 0;
  padding: 0 6px;
  color: #317e9d;
}
th.cell-select-all {
  text-align: center;
  padding-bottom: 2px;
}
.cell-select-all label {
  padding: 0 10px;
}

.checklist-table {
  transform: scale(1.3);
}
.check-all {
  transform: scale(1.6);
}
h5.nomina {
  padding: 0;
  background: none;
  font-size: 1.1rem;
  font-style: italic;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "  ";
  background-image: url("../../img/addPayroll/search.svg");
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  background-position: center;
  background-size: 30px 30px;
}
/**END STYLES LOGIN**/

/**BEGIN STYLES HOME**/

.home-container {
  background: transparent;
}

.home-container .col-md-12 {
  padding: 5px;
}

.home-container .col-md-12 .DDJJleyenda {
  padding: 16px;
}

.header-customer .title {
  background: transparent;
  font-family: Inter;
  margin-bottom: 0px;
  margin-bottom: 0px;
  min-height: auto;
  padding: 0px;
  font-size: 1rem;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #000;
}

.myproducts-navbar,
.manager-container {
  box-shadow: 1px 2px 8px #d7d8d6;
}

.myproducts-list {
  font-size: 0.8rem;
}

.product-name {
  font-size: 1.25rem;
}

.manager-container {
  min-height: 500px;
  min-width: 100%;
  width: fit-content;
}

.title-myproducts {
  font-family: Inter !important;
  text-align: left;
  padding-left: 100px !important;
}

.panel-actions {
  margin-bottom: 20px;
  float: right;
}

.profile-container h5 {
  margin-bottom: 15px !important;
  margin-left: -10px;
}

.container-buttons-contact {
  float: right;
}

.icon-inside-button {
  margin-left: 8px;
}

.custom-padding-card-body {
  padding: 5px;
}
.media-body {
  font-family: Inter;
  font-weight: 700;
}
.btn-download-account-state {
  margin: 5px 0;
}

.cursor-pointer {
  cursor: pointer;
}

.input-size {
  font-size: 12px;
  height: 28px;
  padding: 3px;
}

.font-size-sm {
  font-size: 9px !important;
}

.font-size-ddben-beneficiary {
  font-size: 12px !important;
}

.form-height {
  height: 60px;
}

.gj-icon-sm {
  font-size: 12px !important;
}
.dp-ddben .gj-icon {
  top: 5px !important;
}

/**END STYLES HOME**/

.menu-active {
  position: absolute;
  width: 5px;
  background-color: red;
  height: 100%;
  left: 0;
  top: 0;
}

.alert-benef {
  position: absolute;
  width: 30px;
  background-color: #4f3b7d;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset -1px -1px 0 0 #997d97, inset 1px 1px 0 0 #ffffff;
  background-image: url("../../img/appointBeneficiary/gift.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.hide {
  display: none;
}

.input-empty {
  background-color: #ccc;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fa6400;
  border-color: #fa6400;
}
.pNewIndividualBeneficiary {
  font-family: Inter;
  text-transform: uppercase;
  font-size: small;
}
.processOkTitle {
  font-size: 1.2rem;
  font-weight: bolder;
}

.table-excel {
  display: table;
}

@media (max-width: 1200px) {
  .footer-legales {
    height: 103px;
    min-height: 1200px;
  }
  .table-excel {
    width: 100%;
  }
  .table-excel thead {
    display: none;
  }
  .table-excel tr:nth-of-type(odd) {
    background-color: #eee;
  }
  .table-excel tbody td {
    display: block;
    text-align: right;
  }
  .table-excel tbody td:before {
    content: attr(data-th);
    display: block;
    float: left;
    font-weight: bold;
    color: var(--rojohsbc);
  }
}

/*Begin ABMNominee Styles */

.disappear {
  width: 0;
  height: 0;
  display: none;
}

.simple_row {
  height: 5rem;
}

.double_row {
  height: 10rem;
}

.act-search {
  border-left: 1px solid #ced4da;
  position: absolute;
  top: 32px;
  right: 6px;
  height: 26px;
  background-color: white;
  border-radius: 0 0.25rem 0.25rem 0;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  padding: 0 6px;
}

/*Finish ABMNominee Styles */

.file-name-input-file {
  /* position: absolute; */
  height: 28px;
  width: 100%;
  top: 31px;
  right: 5px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding-left: 3px;
  text-align: left;
  font-size: 12px;
  padding-top: 4px;
  color: #495057;
}

.btn-hide {
  background: transparent;
  border: 1px solid transparent !important;
}

.btn-confirm-certificate {
  left: 5.6rem;
  position: inherit;
  top: 0.8rem;
}

.confirm-btn-modal {
  width: 51.65px;
  margin-right: 1rem;
}

.contrasenia-modal {
  min-width: 629px;
}

.text-orange{
  color: #fa6400;
}