body,
html {
  font-family: 'Manrope', sans-serif !important;
  background-color: white;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 2px 1px transparent;
  border: 1px solid transparent;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
  padding-block: 0;
  justify-content: center;
}

.btn-close:focus {
  box-shadow: 0 0 2px 1px transparent;
}

.modal-body {
  text-align: center;
}

#modalForm .modal-header {
  background-color: #3c49b4;
  padding-block: 0.5em;
  gap: 1rem;
}

#modalForm .modal-header img {
  width: auto;
  height: 2em;
}

#modalForm .modal-header h1 {
  color: #edf3f9;
  font-weight: 900;
}

#modalForm .modal-header .btn-close {
  filter: invert(93%) sepia(4%) saturate(26%) hue-rotate(196deg) brightness(100%) contrast(101%);
}

#modalMensaje {
  font-size: 1.2rem;
  font-weight: 900;
}

.container-general {
  background-color: #edf3f9;
  border-radius: 50px;
}

h3,
h4 {
  color: #0890FF;
  font-weight: 900;
}

label {
  font-weight: 900;
}

.info {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.requerido {
  color: red;
}

.simulador select {
  background-color: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #FBC231 !important;
}

.simulador select:hover,
.simulador select:focus {
  background-color: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #FBC231 !important;
}

.simulador select:hover {
  box-shadow: transparent !important;
}

.simulador input[type="text"],
.simulador input[type="email"] {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #FBC231;
  font-weight: 900;
}

.simulador input[type="text"]:hover,
.simulador input[type="text"]:focus,
.simulador input[type="email"]:hover,
.simulador input[type="email"]:focus {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #FBC231;
}

.simulador input[type="text"]:hover,
.simulador input[type="email"]:hover {
  box-shadow: transparent !important;
}

.simulador input[type="text"]:disabled,
.simulador input[type="email"]:disabled {
  background-color: #e9ecef;
}

.input-group-text {
  background-color: transparent;
  border: 1px solid transparent;
}

#cedula {
  min-width: 15%;
  max-width: fit-content;
}

#monto {
  max-width: 50%;
}

#cuota {
  max-width: 50%;
}

#plazo {
  max-width: 15%;
}

#btnAtras {
  color: white;
  background-color: #3c49b4;
  font-weight: 900;
}

#txtTipoSimulador {
  font-size: 1.5rem;
  color: white;
  font-weight: 900;
}

.cursor-pointer {
  cursor: pointer;
}

legend {
  font-size: 0.8rem;
  text-align: left;
  font-weight: 900;
}

.formulario select {
  background-color: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #FBC231 !important;
}

.formulario select:hover,
.formulario select:focus {
  background-color: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #FBC231 !important;
}

.formulario select:hover {
  box-shadow: transparent !important;
}

.formulario input[type="text"],
.formulario input[type="email"] {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #FBC231;
}

.formulario input[type="text"]:hover,
.formulario input[type="text"]:focus,
.formulario input[type="email"]:hover,
.formulario input[type="email"]:focus {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #FBC231;
}

.formulario input[type="text"]:hover,
.formulario input[type="email"]:hover {
  box-shadow: transparent !important;
}

.formulario input[type="text"]:disabled,
.formulario input[type="email"]:disabled {
  background-color: #e9ecef;
}

.disabled {
  background-color: #e9ecef !important;
  cursor: not-allowed;
  pointer-events: none;
}

.cop {
  position: absolute;
  top: 6%;
  right: 1%;
  pointer-events: none;
  background-color: white;
}

.cop span {
  color: #888888;
  font-size: 0.9rem;
}


.botonesForm {
  background-color: #351EBF;
  color: white;
}

.botonesForm:hover {
  background-color: #ffc400;
  color: rgb(0, 0, 0);
}