@import url('https://fonts.cdnfonts.com/css/roboto');
                
html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255) !important;
}

input,
button,
select,
optgroup,
textarea,
table,
label,
span,
option,
div {
	font-family: 'Roboto', sans-serif;
}

.form-acepto-politicas {
  max-width: 400px; /* 330px */
  padding: 5px;
}

.card { 
  --bs-card-border-radius: 0.875rem;
  border: 1px solid rgb(193, 193, 193);
  background-color: rgb(255, 255, 255);
}

.btn {	
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 1.35rem;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);

	color: var(--bs-btn-color);
	border: 1px solid rgb(193, 193, 193);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
}


.btn-primary {
	--bs-btn-color: rgb(22, 22, 22);
	--bs-btn-bg: rgb(231, 231, 231);
	--bs-btn-focus-shadow-rgb: rgba(49, 131, 253, 0);
	--bs-btn-active-bg: rgb(23, 23, 24);
}

.btn:hover {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: rgb(0, 45, 114);
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: rgb(0, 0, 0, 0.8) !important;
  font-weight: 600 !important;
}


#politicas-privacidad, 
#terminos-google {
  color: rgb(0, 66, 223);
  font-weight: 800;
}

a {
    cursor: pointer;
}

.form-check-label {
  color: rgba(0, 0, 0, 0.8)!important;
}

.form-sz {
font-size: 12px !important;
}

.form-label {
  margin-bottom: .2rem;
  color: rgba(0, 0, 0, 0.8) !important;
}

.form-select {
	padding: 0.4rem 0.35rem !important;
	color: rgb(1, 1, 1, 0.8);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(193, 193, 193);
}

select.form-select>option {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border: 1px solid rgb(193, 193, 193) !important;
	border-radius: 10px !important;
	display: table-cell !important;
}

a {
  text-decoration: none;
}

input:focus, select:focus {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(0, 66, 223);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 66, 223) !important;
	-moz-box-shadow: 0px 0px 1px 2px rgba(0, 66, 223) !important;
	box-shadow: 0px 0px 1px 1px rgba(0, 66, 223) !important;
}

input:focus[type="checkbox"] {
	background-color: rgba(0, 46, 114, 0.917) !important;
}

.btn-lg:focus {
	color: rgb(255, 255, 255) !important;
	background-color: rgba(0, 46, 114, 0.917) !important;
}


.overlay-spinner {
	cursor: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(74, 74, 74, .5);
	z-index: 99999;
}

.spinner-border {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
}

.spinner-color {
  color: rgb(0, 45, 114) !important;
}

.form-text-info {
  margin-top: .25rem;
  font-size: .775em;
  color: rgb(0, 66, 223);
  font-weight: 300;
}

.form-control {
	color: rgb(1, 1, 1);
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid rgb(193, 193, 193);
}

.form-check-input[type=checkbox] {
	width: 1.2em;
	height: 1.2em;
	margin-top: 0.25em;
	background-color: rgb(255, 255, 255);
	background-size: contain;
	border-radius: 0.15em;
	border: 1px solid rgb(193, 193, 193);
}

.form-check-input:checked[type=checkbox] {
	background-color: rgb(58, 23, 175);
	border-color: rgb(193, 193, 193, 0.8);
}


.swal-modal {
  pointer-events: none;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

.swal-title {
  color: rgb(118, 116, 116);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px 16px;
  font-size: 27px;
  font-weight: 500;
}

.swal-button {
  background-color: rgb(231, 231, 231);
  color: rgb(39, 39, 39);
  margin-bottom: 10px;
  padding: 8px 40px;
  border: 1px solid rgb(193, 193, 193);
  border-radius: 20px;
}

.swal-button:hover {
	background-color: rgba(0, 45, 114) !important;
  	color: rgb(255, 255, 255) !important;
}

.swal-button:not([disabled]):hover {
	background-color: rgb(0, 46, 114, 0.917);
}

.swal-button:not([disabled]):focus {
	background-color: rgb(231, 231, 231);
	border: 1px solid rgb(193, 193, 193);
	color: rgb(0, 0, 0, 0.8);
}

.swal-footer {
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  padding: 5px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.swal-text {
	text-align: center;
	color: rgb(154, 154, 154);
    font-size: 16px;
}

@media (max-width: 500px) {
  .swal-modal {
    width: calc(100% - 40px);
  }
}