/* Minification failed. Returning unminified contents.
(30,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-breadcrumb-divider'
(57,36): run-time error CSS1046: Expect comma, found '141'
(57,44): run-time error CSS1046: Expect comma, found '/'
(264,15): run-time error CSS1033: Expected closing bracket, found ':'
(264,16): run-time error CSS1031: Expected selector, found '"block"'
(264,16): run-time error CSS1025: Expected comma or open brace, found '"block"'
(713,34): run-time error CSS1046: Expect comma, found '70'
(713,41): run-time error CSS1046: Expect comma, found '/'
(734,34): run-time error CSS1046: Expect comma, found '70'
(734,41): run-time error CSS1046: Expect comma, found '/'
(1039,36): run-time error CSS1046: Expect comma, found '70'
(1039,43): run-time error CSS1046: Expect comma, found '/'
 */
body {
  font-family: 'Montserrat', sans-serif;
  height: 100vh
}

.bg-variable-login {
  background-image: url(../../Content/Images/bg-login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center;
}

.black {
  color: #000
}

.white {
  color: #fff
}

.blue {
  color: #347AF0;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item + .breadcrumb-item.active::before {
  padding-right: 1.5rem;
}

ol.breadcrumb {
  margin-left: 159px !important;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-size: 13px;
}

.breadcrumb .active {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-size: 13px;
}

.alert.alert-warning {
  background: rgba(13, 31, 60, 0.9);
  box-shadow: 0px 8px 30px rgb(132 141 182 / 30%);
  backdrop-filter: blur(2.71828px);
  border-radius: 28px;
  height: 60px;
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  width: auto;
  margin: auto;
  min-width: 350px;
}

  .alert.alert-warning::before {
    content: url(../../Content/Images/alert-icon.png);
    position: absolute;
    left: 18px !important;
    height: 45px;
  }

.btn-primary {
  color: #fff;
  background-color: #347AF0;
  border-color: #347AF0;
  border-radius: 23px;
  padding: 10px;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
}

button.btn.btn-secondary {
  background: #fff;
  border: 1px solid #B5BBC9;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 10px;
  color: #949495;
  font-family: 'Titillium Web', sans-serif;
}

a.btn.btn-secondary {
  background: #fff;
  border: 1px solid #B5BBC9;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 10px;
  color: #949495;
  font-family: 'Titillium Web', sans-serif;
}

button.light {
  background: #fff;
  border: 1px solid #347AF0;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 10px;
  color: #347AF0;
  font-family: 'Titillium Web', sans-serif;
}

button.btn.btn-secondary.light:hover {
  background: #347AF0;
  color: #fff
}

a.btn.light {
  background: #fff;
  border: 1px solid #347AF0;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 10px;
  color: #347AF0;
  font-family: 'Titillium Web', sans-serif;
}

a.btn.btn-secondary.light:hover {
  background: #347AF0;
  color: #fff
}

button.close {
  border: 0;
  background: transparent;
  color: #858585;
  font-size: 45px;
  font-weight: 200;
  z-index: 40;
  display: block;
  width: 58px;
  top: -17px;
  position: absolute;
  right: 30px;
}

button.btn.btn-sm.btn-primary.print {
  position: absolute;
  right: 30px;
  top: 107px;
}

nav.navbar.navbar-expand-lg.accesos-container {
  display: block;
}

small {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.vertical-nav-collapsed {
  display: flex;
  flex-direction: column;
  min-width: 96px;
  width: 96px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  z-index: 10;
  border-radius: 0 20px 20px 0
}

div#sidebar-expanded {
  width: 288px;
}

.modal-header {
  border: 0;
  display: inline-block;
  text-align: right;
  padding-bottom: 0;
  z-index: 20;
  height: 82px;
}

.modal-footer {
  border: 0;
  text-align: center;
  display: inline-block;
}

  .modal-footer > a {
    min-width: 150px;
  }

  .modal-footer > button {
    min-width: 150px;
  }

h5.modal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 20px
}

.modal p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #858585;
}

.modal-dialog.modal-dialog-centered {
  width: 800px;
  max-width: unset;
}

.modal label:not(.btn):not(.form-check-label):not(.switch) {
  display: none
}

.modal .form-check-label {
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  text-align: left;
  color: #0D1F3C;
}

.modal select {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

.modal-content {
  background-color: #f9f8f8;
}

.modal-body {
  margin-top: -46px;
  z-index: 30
}

#paso5[display:"block"] > modal.fade {
  background: red;
}

.form-control {
  border: 1px solid #F0F0F0;
  margin-bottom: 20px !important;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

  .form-control::placeholder {
    font-size: 15px;
  }

#UserName {
  background: url(../../Content/Images/person-circle.svg) no-repeat center center;
  background-size: auto;
  background-position: 380px center;
}

#Password {
  background-size: auto;
  background-position: 380px right;
}

.form-singin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

  .form-signin .form-control:focus {
    z-index: 2;
  }

.loginpanel {
  position: absolute;
  right: 10%;
  top: 30%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.25);
  border-radius: 8px;
  width: 474px;
  z-index: 20;
  padding: 30px;
  text-align: left
}

  .loginpanel hr {
    border-top: #b9b9b9 1px solid;
    height: 1px;
    width: 100%;
    margin: 40px 0 30px 0
  }

  .loginpanel h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0
  }

.swirl {
  position: absolute;
  left: 0;
  bottom: 0
}

  .swirl img {
    width: 700px;
    height: auto
  }

.swirl-home {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 9
}

.card.usuario {
  z-index: 99;
  width: 375px;
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: left;
  border-radius: 0;
  font-family: Montserrat !important;
}

  .card.usuario h3 {
    font-family: Montserrat, Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0
  }

.container.header h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 65px;
  line-height: 68px;
  text-align: left;
  color: #FFFFFF;
}

.container.header p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0
}

.header {
  font-family: Montserrat;
  font-style: normal;
  text-align: left;
  color: #FFFFFF;
}

  .header .title {
    line-height: 68px;
    font-weight: 600;
    font-size: 65px;
  }

  .header .subtitle {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 22px;
  }

.accesos .card {
  border-radius: 10px;
  height: 398px;
}

.accesos .card-img-top {
  margin-top: -30px;
  height: 261px;
}

.accesos .card-body {
  font-family: Montserrat;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 27px;
  font-size: 22px;
  display: block;
  color: #000000;
}

.accesos-container {
  position: relative;
  bottom: 0
}

nav.navbar.navbar-expand-lg {
  z-index: 90;
}

.accesos li.nav-item {
  background: #FFFFFF;
  border-radius: 10px;
  width: 228px;
  height: 398px;
  margin-right: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

li.nav-item.brand {
  background: none;
  vertical-align: middle;
}

.accesos li.nav-item button {
  width: 177px;
  display: block;
  margin: auto;
  margin-top: 20px
}

img.iconos {
  display: block;
  text-align: center;
  margin: -30px auto 30px auto;
}

.swirl-home {
  position: absolute;
  left: 0;
  bottom: 0
}

.back {
  position: absolute;
  top: 143px;
}

.detalles-cliente h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.detalles-cliente p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #B5BBC9;
  margin-bottom: 0
}

.bg-azul h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

.bg-azul small {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #B5BBC9;
}

.bg-azul .dato {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.bg-azul hr {
  height: 17px;
  position: relative;
  background-image: url(../../Content/Images/dotted-line.png);
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
}

  .bg-azul hr:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 15px;
    background: #ffffff;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    display: block;
    content: "";
    z-index: 10;
  }

.media.d-flex {
  display: inline-block !important;
  text-align: center;
}

.bg-azul hr:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 15px;
  background: #ffffff;
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  display: block;
  content: "";
  z-index: 10;
}

button.btn.btn-sm.btn-primary.ps-5.pe-5.float-right {
  float: right;
  margin-right: 20px;
}

.rounded {
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  border-radius: 50px 50px 0px 0px !important;
  position: relative
}

.rounded-xs {
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  border-radius: 10px !important;
  position: relative;
  margin-top: 20px;
}

.bg-azul {
  background-color: #347AF0;
  border-radius: 20px 20px 0px 0px;
}

.descripcion h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #347AF0;
  text-align: left
}

.descripcion p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 163.42%;
  color: #858585;
  text-align: left
}

.descripcion hr {
  border-top: 1px solid #F0F0F0;
  border-bottom: 0;
}

.pills h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #858585;
  margin-bottom: 0;
}

.pills p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #979797;
  margin-bottom: 0;
}

.row.pills {
  display: table;
  height: auto;
  background: #F8F8F8;
  border: 1px solid #F0F0F0;
  border-radius: 100px;
}

.pills .col-3 {
  flex: 0 0 auto;
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}

.row.datos, .row.datos p {
  text-align: left !important
}

  .row.datos .dato {
    text-align: left;
    margin-bottom: 10px;
  }

.aseguradora {
  width: 110px;
  height: 110px;
  background: #347AF0;
  border-radius: 1000px;
  position: absolute;
  top: -50px;
  left: 50%;
  display: table
}

  .aseguradora img {
    vertical-align: middle;
    position: relative;
    display: inline-block;
  }

  .aseguradora .align-middle {
    vertical-align: middle !important;
    display: table-cell;
  }

.form-group.col-md-12 p {
  text-align: left;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #858585;
  opacity: 1;
}

.custom-control.custom-switch {
  background: #EDF1F9;
  box-shadow: 0px 2px 3px rgb(20 70 150 / 15%);
  border-radius: 27px;
  text-align: right;
  padding: 10px;
}

  .custom-control.custom-switch label {
    display: inline-block
  }

.form-group.switch {
  width: auto;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #0D1F3C;
  background: #EDF1F9;
  box-shadow: 0px 2px 3px rgb(20 70 150 / 15%);
  border-radius: 27px;
  padding: 10px 40px;
  display: block;
  overflow: hidden;
  height: 40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #75BF72;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }

label.switch {
  display: inline-block
}

.form-check {
  text-align: left;
}

span.bs-stepper-circle {
  background: #C4C4C4;
  height: 5px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 50%;
  width: 16px;
  border-radius: 27px;
}

.active span.bs-stepper-circle {
  background: #347AF0;
}

.visited span.bs-stepper-circle {
  background: #347AF0;
}

.bs-stepper .line, .bs-stepper-line {
  background-color: #347AF0 !important;
}

.bs-stepper .step-trigger {
  padding: 0 !important;
}

div#stepper1, div#stepper2, div#stepper3, div#stepper4 {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 30;
}

div#stepper2 {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 30;
}

.bs-stepper-header {
  max-width: 550px;
  margin: auto;
}

.step.active {
  border: 1px solid #347AF0;
  border-radius: 70%;
  padding-bottom: 1px;
  width: 28px;
}

#contratar .modal-content {
  min-height: 660px;
}

.bg-variable-listado .container-fluid.position-relative {
  margin-top: 80px;
  padding: 0 40px;
  margin-left: 288px;
  width: auto;
}

  .bg-variable-listado .container-fluid.position-relative p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, Arial;
    font-weight: 800;
    margin-bottom: 0
  }

  .bg-variable-listado .container-fluid.position-relative small {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: left;
    width: auto;
    display: block;
    margin-top: -5px
  }

tbody, td, tfoot, th, thead, tr {
  border-color: #F0F0F0;
  border-style: solid;
  border-width: 0;
}

th {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 163.42%;
  color: #858585;
  padding: 20px 0 !important
}

td {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  vertical-align: middle;
}

  td .form-check .form-check-input {
    float: none
  }

  td .form-check {
    text-align: center;
  }

.btn-filtro {
  background: #EDF1F9;
  box-shadow: 0px 2px 3px rgba(20, 70, 150, 0.15);
  border-radius: 27px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}


.resultado .row {
  display: flex;
  flex-direction: column;
  padding: 0.2em 1rem;
  text-align: left;
}

.resultado nav.navbar {
  position: absolute;
  bottom: 2%;
}

.resultado .row span {
  font-size: 11px;
  line-height: 15px;
  mix-blend-mode: normal;
  opacity: 0.4;
}

.resultado nav.navbar button {
  font-size: 12px;
  text-align: left;
  position: relative;
  width: 90%
}

  .resultado nav.navbar button::after {
    content: url(../../Content/Images/chevron-right2.svg);
    position: absolute;
    right: 8px !important;
    top: 8px;
  }

.resultado p {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.card.combo {
  border: 0;
}

  .card.combo::after {
    content: url(../../Content/Images/down.png);
    position: absolute;
    right: 8px !important;
    top: 0;
  }

span.badge.badge-secondary {
  background: #EDF1F9;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  border-radius: 0.8rem;
  padding: 5px 10px;
}

.filtros {
  text-align: left;
  margin-top: 40px
}

  .filtros h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0
  }

  .filtros small {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.4;
  }

  .filtros button {
    height: 46px;
    background: #EDF1F9;
    box-shadow: 0px 2px 3px rgb(20 70 150 / 15%);
    border-radius: 27px;
    border: 0;
    width: 97%;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #0D1F3C;
    color: #0D1F3C;
  }

    .filtros button::after {
      content: url(../../Content/Images/chevron-right2.svg);
      position: absolute;
      right: 8px !important;
    }

@media (min-width: 1000px) {
  .accesos-container {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1281px) {
  .bg-variable-home {
    background-size: 100%;
    background-position: right -180px;
  }

  .col-6.detalles-cliente {
    margin-top: 80px;
  }

  .row.mt-5.pt-5 .col-6.text-right {
    padding-top: 80px
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .accesos-container {
    left: 90px
  }
}

