/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L108 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L114 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L122 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L128 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L135 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L142 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L149 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L155 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L162 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L169 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* fuente del sitio */

/* :L18 */
body {
  font-family: "azosansregular.otf";
  /*display:none;*/

}
/*Ocultar medio de pago*/

/* :L24 */
.questionItem.instanda-payment-options.container {
  display: none;
}
/*Botón de actualizar*/

/* :L29 */
/*Link subrayado*/

/* :L34 */
a.link-subrayado {
  text-decoration: underline;
}
/*---Card Resumen---*/

/* :L39 */
.card-resumen-vc {
  border: 2px solid;
  border-color: #ed8b00;
  border-radius: 10px;
  padding: 20px;
  margin-top: 60px;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
/* :L50 */
.card-resumen-vc-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L57 */
.card-resumen-vc-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
/* :L64 */
.card-resumen-vc-body {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* :L73 */
.card-resumen-vc-plan {
  font-size: 1.4rem;
  text-align: center;
  color: black;
}
/* :L79 */
.card-resumen-vc-link {
  border: 1px solid;
  border-color: #aaaaaa;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  color: #ed8b00;
  margin-top: 20px;
  cursor: pointer;
}
/* :L90 */
.card-resumen-vc-comment {
  font-size: 1.3rem;
  color: #aaaaaa;
  text-align: center;
}
/* :L96 */
img.icon-user-waitng {
  width: 28px;
  margin-top: -10px;
}
/* :L101 */
img.icon-light {
  width: 18px;
  margin-top: -5px;
}
/* :L106 */
.card-resumen-vc-prima {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
/* :L113 */
span.card-resumen-vc-mensual {
  font-weight: lighter;
  font-size: 1.7rem;
}
/* :L118 */
.card-resumen-vc-text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* :L124 */
.card-resumen-vc-insured {
  font-size: 14px;
  margin-bottom: 0px;
}
/* :L129 */
.card-resumen-vc-insured-data {
  font-size: 12px;
}
/* :L133 */
.resumen-carga {
  margin-bottom: 10px;
  margin-top: 10px;
}
/*---Fin Card Resumen---*/

/*Texto del check configurado en la pregunta*/

/* :L141 */
.text-check {
  padding-right: 20px;
  text-align: justify;
  padding-left: 8px;
  line-height: initial;
  /*background-color: aqua;*/

}
/*Texto del valor de la UF en QQDisplay*/

/* :L150 */
.TxtCalculoUF {
  color: #aaaaaa;
  font-size: 0.8em;
  text-align: right;
  padding-top: 10px;
}
/*Icono de ayuda default instanda*/

/* :L158 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x {
  color: #ed8b00;
  font-size: 15px;
}
/*Icono de casa en el título*/

/* :L164 */
i.fa.fa-home {
  font-size: 16.8px !important;
}
/*-----------------------------------TÍTULOS DE ESTADO*/

/* :L169 */
.TituloPaso {
  font-size: 17px;
  font-weight: bold;
}
/* :L174 */
.LineTituloPaso {
  background-color: #e03c2a;
  height: 4px;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*----------------------------------------------INPUT*/

/* :L183 */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  height: 34px !important;
}
/* :L189 */
.form-control:focus {
  border-color: #ed8d00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*----------------------------CHECK CONFIRM*/

/*Coloca el texto de la pregunta confirm alineado con el check*/

/* :L197 */
span.confirmQuestionText {
  position: absolute;
  padding-top: 3px;
}
/*--------------------------BORDE PUNTEADO*/

/* :L204 */
.border-punteado {
  border: 3px dotted #aaaaaa;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  width: auto;
}
/*---------------------------------------------------BOTONES*/

/* :L214 */
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show > .btn-default.dropdown-toggle:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/*
.btn-default:hover {
    color: #ed8b00;
    background-color: #fff;
    border-color: #ed8b00;
    outline: none !important;
    box-shadow: none !important;
}*/

/* :L232 */
.btn-default:hover {
  color: white !important;
  background-color: #ed8b00 !important;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/* :L240 */
button.btn.btn-default.active {
  color: white !important;
  background-color: #ed8b00 !important;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/* :L248 */
.btn {
  border-radius: 10px;
  padding-bottom: 2px !important;
}
/* :L253 */
button.btn.btn-default {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  font-size: 12px;
  /*padding-left: 30px;
    padding-right: 30px;*/

}
/*SECUNDARIO*/

/* :L264 */
.btn.btn-secundary {
  border: 2px solid #ed8b00;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ed8b00;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  height: 40px;
}
/* terciario */

/* :L278 */
.btn-terciary {
  border: 1px solid #d8d8d8;
  padding-left: 30px;
  padding-right: 30px;
  color: #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  height: 30px;
}
/* :L289 */
.btn-terciary:hover {
  border: 1px solid #ed8b00;
  color: #ffb421;
}
/* :L294 */
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/* naranja */

/* :L304 */
.btn-orange {
  background-color: #ed8b00;
  color: white;
  width: 100%;
}
/* :L310 */
.btn-orange:hover {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
}
/* :L316 */
.btn-orange.active.focus,
.btn-orange.active:focus,
.btn-orange.active:hover,
.btn-orange:active.focus,
.btn-orange:active:focus,
.btn-orange:active:hover {
  color: white !important;
  background-color: #ed8b00 !important;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/*----------------------------------------------OCULTAR MENU*/

/* :L325 */
/*--------------------------------------------ICONO HOME*/

/* :L330 */
i.fa.fa-home {
  font-size: 16.8px;
  color: #666666;
}
/* :L335 */
span.pull-right.GoHome {
  padding-top: 20px;
}
/*--------------------------------------------ICONO %*/

/* :L340 */
span.input-group-addon.instanda-number-prefix {
  display: table-cell;
}
/*----------------------------------------------- BARRA TÍTULOS */

/* :L345 */
span#paso {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #aaaaaa;
}
/* :L352 */
span#divisor {
  font-size: 35px;
  font-weight: 100;
  color: #aaaaaa;
  padding-left: 30px;
}
/* :L359 */
span#titulo {
  padding-left: 30px;
  /*font-family: sans-serif;*/
  font-size: 22px;
  color: #aaaaaa;
}
/* :L366 */
.TopInfo {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #aaaaaa;
}
/* :L372 */
.instanda-container-fluid {
  background-color: transparent !important;
}
/*Título cancelación y Siniestros*/

/* :L378 */
span#tituloCancelClaim {
  font-size: 22px;
  color: #aaaaaa;
}
/*----*/

/* :L386 */
.btn-primary {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
/* :L395 */
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
/* :L404 */
.btn-primary:hover {
  background-color: #ed8b00;
  border-color: #ed8b00;
  color: white;
}
/* fondo de la barra de pasos */

/* :L411 */
div#info-paso {
  background-color: white;
}
/*----------------------------------------CENTRAR*/

/* :L416 */
.centrarCard {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*---------------------------------------ROW TÉRMINOS Y CONDICIONES*/

/* :L424 */
.row.terminos {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 20px;
}
/* :L430 */
.CenterCheck {
  text-align: center;
}
/* :L435 */
.MarcoPunteado {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 30px;
}
/*Permite que el label de warning esté por encima del texto*/

/* :L445 */
.Condiciones {
  z-index: -1;
}
/****ACTUALIZAR CONTRASEÑA****/

/* :L450 */
.questionItem.instanda-question-item.form-group.container.ActualizarContrasena {
  margin-top: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0 !important;
}
/*----------------------------------------DEFAULT*/

/* :L461 */
html {
  position: relative;
  min-height: 100%;
}
/* :L466 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: #666666;
}
/* :L472 */
footer.footer {
  display: none;
}
/* :L476 */
a {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}
/* :L482 */
a:hover {
  color: #ed8b00;
}
/* :L486 */
a:focus {
  color: #9e5d00;
  text-decoration: none;
}
/* :L492 */
p {
  /* margin: 0 0 10px;*/
  margin: 0;
  color: #aaaaaa;
}
/* :L498 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L507 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L515 */
.instanda-documents {
  text-align: center;
}
/* :L519 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L523 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L529 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L533 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L537 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L548 */
.instanda-main-content-container {
  position: relative;
}
/* :L552 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L558 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L563 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L570 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L574 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L579 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L585 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L593 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L599 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L606 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L613 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L620 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L626 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L633 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L640 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L651 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L656 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L660 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L664 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L675 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L683 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L690 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L695 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L702 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L706 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L710 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L714 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* inputs */

/*------------------QUICK QUOTE DISPLAY*/

/*---------------------CARDS MOBILE*/

/* :L722 */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: white;
  border: none !important;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* :L736 */
.abajo-card {
  background-color: white !important;
  height: 170px !important;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #707070 !important;
}
/* :L743 */
.arriba-card {
  height: 150px;
  background-color: #707070;
  border-radius: 20px 20px 0px 0px !important;
  color: white;
}
/* :L750 */
.btn.btn-primary.boton-card {
  margin-top: 150px;
}
/* :L754 */
span.titulo-car1 > strong {
  font-size: 2.85vw;
  font-family: sans-serif;
}
/* :L759 */
.sub-titulo-car1 {
  font-weight: 600;
  font-size: 18px;
}
/* :L764 */
.txtcardDeducible {
  color: #707070 !important;
  text-align: center;
}
/*------------------CARDS DESKTOP*/

/*Más vendido*/

/* :L774 */
.MostSell {
  background-color: #e23936;
  font-size: .7em;
  color: white;
  text-align: center;
  padding-top: 3px;
  margin-top: -40px;
  margin-right: -10px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 23px;
}
/*CARD IZQUIERDO*/

/* :L788 */
.col-md-6.CardLeftSide {
  padding-right: 0;
}
/* :L792 */
.LeftSideCard {
  background-color: #a6a6a6;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 160px;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
}
/* :L806 */
span.titulo-car1.Desktop {
  color: white;
}
/* :L810 */
.sub-titulo-car1.Desktop {
  color: #d4d4d4;
  font-weight: initial !important;
  font-style: italic !important;
  /*margin-top: 15px;*/
  font-size: 1.2em;
}
/* :L818 */
span.txtCardMensual.Desktop {
  color: white;
  font-size: 1.1rem;
  font-weight: initial;
}
/* :L824 */
span.CardUf1.Desktop {
  color: #d4d4d4;
  font-size: 30px;
  margin-left: 10px;
  font-style: initial;
  font-weight: bold;
}
/*CARD DERECHO*/

/* :L836 */
.col-md-6.CardRightSide {
  padding-left: 0;
}
/* :L840 */
.RightSideCard {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #e4e4e4;
  height: 160px;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
}
/* :L854 */
.txtcardDeducible.Desktop {
  color: #aaaaaa !important;
  font-size: 1.1rem;
}
/* :L859 */
.CardDeducibe.Desktop {
  font-size: 2.3rem;
  text-align: center;
  color: #ed8b00;
  font-style: italic;
  margin-bottom: -20px;
}
/* :L868 */
span.CardUf2.Desktop {
  font-style: initial;
  font-weight: bold;
  font-size: 0.7em;
  margin-left: 5px;
}
/* :L875 */
.txtCardCatast.Desktop {
  text-align: center;
  margin-top: -10px;
  font-size: 0.93rem;
  margin-bottom: -21px;
  color: #aaaaaa;
}
/* :L883 */
strong.txtCardDeducible2.Desktop {
  font-size: 1.4rem;
}
/*BOTÓN*/

/* :L889 */
.btn.btn-primary.Desktop {
  margin-top: -20px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 7px !important;
  width: auto !important;
}
/*--CARD CAT 2021--*/

/* :L898 */
.DeducibleUF.Grey {
  color: #aaaaaa;
}
/* :L902 */
.card.card-vertical.card-cat {
  width: 200px;
}
/* :L906 */
hr.card {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* botones */

/* :L913 */
.btn-group > .btn {
  text-transform: none;
  /*font-size: 18px;*/
  font-weight: normal;
}
/* :L919 */
.btn-group > .btn {
  flex: 1;
}
/* :L923 */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* :L929 */
.btn-group {
  display: flex;
}
/* :L933 */
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  color: white;
  background-color: #ed8b00;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
/*ATRÁS Y CONTINUAR*/

/* :L944 */
/*TRANSACTION PAGE*/

/* :L950 */
button.btn.btn-primary.update-payment-details-link {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
/*----*/

/* :L957 */
.nav-tabs > li.active > a.plan-espejo {
  color: #ed8b00 !important;
  cursor: default;
  background-color: white;
  border: 1px solid #ed8b00;
  border-bottom-color: transparent;
  font-size: 17px;
  font-weight: bold;
}
/*---------------------------------------QUICK-QUOTE*/

/*Ocultar inputs de cargas para fechas*/

/* :L968 */
div#question110476,
div#question110477,
div#question110478,
div#question110479,
div#question110480,
div#question110481,
div#question110482,
div#question110483,
div#question110484,
div#question110485 {
  display: none;
}
/*Aviso Mail*/

/* :L974 */
i.fa.fa-exclamation-circle {
  color: #ed8b00;
}
/* :L978 */
span.ICON {
  font-size: 20px;
}
/* :L982 */
.TxtAviso {
  background-color: white;
  color: #aaaaaa;
  font-size: 12px;
}
/*Número de cargas*/

/* :L989 */
div#question110409 {
  margin-top: 22px;
}
/*Ocultar Container de botones AGREGAR Y ELIMINAR MULTI-ITEMS*/

/*.instanda-multi-item-add-remove.container { ------ Insertado por JS en el Page Content
    display: none;
}*/

/*Margen superior del multi-item en la página 2*/

/* :L1001 */
.LineTituloPaso.Multi-itemQQ {
  margin-bottom: -40px;
}
/*----Pregunta de cobertura contra el cancer----*/

/* :L1007 */
.cober-cancer {
  margin-top: 50px;
  background-color: #ffedc2;
  padding: 20px;
  border: 1px solid #ffb500;
  color: #e03d2a;
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
/* :L1018 */
div#question162939 {
  display: none;
}
/* La cobertura de cancer fue utilizada por el titular? */

/* :L1023 */
div#question162941 {
  margin-top: 80px;
}
/*La póliza ha sido siniestrada por cancer? - ESTA PREGUNTA SÓLO DESTÁ VISIBLE EN EL PORTAL DE AGENTES*/

/* :L1028 */
div#question162939 {
  display: none;
}
/*---------------------------------------QUICK-QUOTE DISPLAY*/

/* :L1035 */
.row.boton-contratar {
  margin-top: -19px;
  margin-bottom: 20px;
}
/* :L1040 */
.row.boton-contratar.mobile {
  margin-top: 0;
}
/* :L1044 */
/* :L1049 */
.TituloAmarillo {
  color: #ed8b00;
  text-align: center;
  font-size: 16px;
}
/* :L1055 */
ul.InfoLista {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
/* :L1064 */
li.InfoTxt {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1070 */
i.fa.fa-check.CheckCard {
  background-color: #ed8b00;
  padding: 3px;
  text-align: center;
  color: white;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  margin-right: 5px;
}
/* :L1083 */
span.titulo-car1 {
  font-style: italic;
  font-size: 1.97em;
}
/* :L1088 */
.sub-titulo2-car1 {
  font-size: 11px;
}
/* :L1092 */
.sub-titulo-car1 {
  font-weight: 600;
  font-size: 18px;
  color: #d4d4d4;
}
/*Escritorio*/

/* :L1100 */
span.CardUf1.Desktop {
  margin-left: 0px;
  font-size: 1.3em;
}
/*--------*/

/*Mobile*/

/* :L1107 */
span.CardUf1 {
  color: #d4d4d4;
  font-size: 30px;
  margin-left: 10px;
  font-style: initial;
}
/* :L1114 */
.abajo-card.mobile {
  height: auto !important;
}
/*-------*/

/* :L1120 */
.CardDeducibe {
  font-size: 35px;
  text-align: center;
  color: #ffb421;
  font-style: italic;
}
/* :L1127 */
span.CardUf2 {
  font-size: 20px;
  margin-left: 10px;
  font-style: initial;
}
/* :L1133 */
.txtcardDeducible {
  color: #ffb421;
  text-align: center;
}
/* :L1138 */
.contenidoCard {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1146 */
.col-md-2.Display {
  padding-left: 0;
  padding-right: 0;
  margin-left: -30px;
  margin-right: -30px;
}
/* :L1154 */
.infoDisplay {
  /*margin-top: 20px;*/
  background-color: white;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #707070;
}
@media (min-width: 1200px) {
  /* :L1164 */
  .infoDisplay {
    height: 175px;
  }
}
@media (max-width: 768px) {
  /* :L1170 */
  .infoDisplay {
    height: 320px;
  }
}
/* :L1177 */
.TitleDisplay {
  font-size: 16px;
}
/* :L1181 */
li.liDisplay {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1186 */
i.fas.fa-check.Display {
  color: white !important;
  background-color: #ed8b00;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: small;
  padding-top: 4px;
  padding-bottom: 15px;
  padding-left: 2px;
  margin-right: 10px;
}
/* :L1199 */
i.fas.fa-minus.Display {
  color: white !important;
  background-color: #ed8b00;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: small;
  padding-top: 3px;
  padding-bottom: 15px;
  padding-left: 3px;
  margin-right: 10px;
}
/* :L1212 */
ul.ulDisplay {
  padding-top: 20px;
  padding-left: 20px;
  list-style: none;
}
/* :L1218 */
.SPlus {
  padding: 0;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  color: #a4a4a4;
}
/* :L1227 */
.row.Imagenes {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  /* :L1235 */
  .row.Imagenes {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L1244 */
p.TxtImg {
  text-align: center;
  font-size: 13px;
}
/* :L1250 */
.ImgPlane {
  background-color: whitesmoke;
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: whitesmoke;
  color: whitesmoke;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  padding-top: 17px;
}
/* :L1263 */
img.plane {
  width: 25px;
}
/* :L1268 */
.ImgAmbul {
  background-color: whitesmoke;
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: whitesmoke;
  color: whitesmoke;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  padding-top: 14px;
}
/* :L1281 */
img.ambu {
  width: 35px;
}
/* :L1286 */
.ImgMedic {
  background-color: whitesmoke;
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: whitesmoke;
  color: whitesmoke;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  padding-top: 15px;
}
/* :L1299 */
img.medic {
  width: 30px;
}
/* :L1305 */
.ImgDoctor {
  background-color: whitesmoke;
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: whitesmoke;
  color: whitesmoke;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  padding-top: 13px;
}
/* :L1318 */
img.doctor {
  width: 26px;
}
/*---------------------------------------PRE-QUOTE*/

/*Datos del contratante*/

/* :L1326 */
.ContentData {
  padding: 10px;
  background-color: #f7f7f7;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
}
/* :L1334 */
div#col-DataCont {
  background-color: #f7f7f7;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
  margin-bottom: 30px;
}
/* :L1342 */
.ContentData {
  padding: 10px;
}
/* :L1346 */
div#TitleDataCont {
  color: #818181;
  font-weight: bold;
}
/* :L1351 */
.TxtDataCont {
  font-size: 12px;
  color: #818181;
}
/* :L1356 */
span.RutColor {
  color: #ed8b00;
}
/*Ocultar inicio de vigencia*/

/* :L1361 */
div#question110444 {
  display: none;
}
/* ocultar el campo del rut */

/* :L1367 */
div#question110412 {
  display: none;
}
/* Ocultar campos de carga para RUT */

/* :L1373 */
div#question110497,
div#question110498,
div#question110499,
div#question110500,
div#question110501,
div#question110503,
div#question110504,
div#question110505,
div#question110507,
div#question110508 {
  display: none;
}
/* Ocultar campos de carga de nombres */

/* :L1379 */
div#question110509,
div#question110510,
div#question110511,
div#question110512,
div#question110513,
div#question110514,
div#question110515,
div#question110516,
div#question110517,
div#question110518 {
  display: none;
}
/* ocultar apellidos */

/* :L1386 */
div#question110519,
div#question110520,
div#question110521,
div#question110522,
div#question110523,
div#question110524,
div#question110525,
div#question110526,
div#question110527,
div#question110528 {
  display: none;
}
/*Botones de sumar y restar*/

/* :L1392 */
.btnPlus {
  padding-top: 22px;
}
/* :L1396 */
.btnLess {
  padding-top: 22px;
}
/*Elimina el padding para poder alinear*/

/*.col-md-6.PreQ {
    margin-left: -15px;
}*/

/* :L1406 */
.PreQ {
  padding-left: 0;
  padding-right: 0;
}
/*Input altura*/

/* :L1412 */
input#TitularAltura {
  text-align: center;
  background-color: whitesmoke;
}
/* :L1417 */
input#TitularPeso {
  text-align: center;
  background-color: whitesmoke;
}
/*Ocultar inputs de cargas para JS Multi-item Deportes*/

/************PÁGINA 2 DPS*/

/* :L1427 */
.TxtDPS {
  font-weight: bold;
  text-align: justify;
}
/* :L1432 */
span.TxtYelow {
  color: #ed8b00;
}
/* :L1436 */
.container.DPS1 {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  height: 500px;
  overflow-y: scroll;
  width: auto;
  /*Para que funcione con el JS del maquetado*/

}
/* :L1451 */
li.DPS {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ed8b00;
  font-size: 25px;
}
/* :L1458 */
span.TxtLiDPS {
  font-size: 16px !important;
  color: #666666;
}
/*PREGUNTA DPS 1*/

/* :L1464 */
.col-md-12.DPS1 {
  text-align: center;
}
/*************************DIRECCIÓN******/

/*Dirección*/

/* :L1470 */
select#ContratanteRegion {
  margin-bottom: 15px;
}
/* :L1474 */
.instanda-question-input.instanda-address-line-1 {
  display: none;
}
/* :L1478 */
.instanda-question-inner-label.instanda-address-city-label {
  display: none;
}
/* :L1481 */
.instanda-question-input.instanda-address-city {
  display: none;
}
/* :L1485 */
.instanda-question-inner-label.instanda-address-postcode-label {
  display: none;
}
/* :L1489 */
input#AddressLine2 {
  display: none;
}
/* :L1493 */
input#Postcode110475 {
  display: none;
}
/* :L1497 */
div#instanda-question-label-ClienteDomicilioComuna-1 {
  margin-top: 15px;
}
/*----------------------------------------QUOTE DISPLAY*/

/*TEXTO MAYÚSCULA*/

/* :L1507 */
.TitleMayus {
  text-transform: uppercase;
  font-weight: bold;
}
/* :L1512 */
td.Rut {
  width: 30px;
}
/* :L1516 */
td.NumRut {
  width: 90px;
}
/* :L1520 */
td.Sr {
  width: 20px;
}
/* :L1524 */
td.NomSr {
  width: 250px;
}
/*
.ValorPanAdicional {
    background-color: #fdf9ee;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid;
    border-color: #ffb421;
    border-radius: 10px;*/

/*border-style: dashed;
    border-width: initial;*/

/* padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.TxtQD {
    padding-top: 15px;
}

.CoverAdicional {
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.TitleAdicional {
    color: rgb(255, 180, 33);
    text-align: center;
    font-size: 20px;
}

.TxtAdicional {
    text-align: center;
    font-size: 13px;
}


i.fa.fa-exclamation-circle.IconExclQD {
    padding-top: 15px;
    font-size: 40px;
}

.TxtValorPP {
    color: #b0b0b0;
    font-size: 12px;
}

.ValorPrima {
    background-color: white;
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

/*Covid*/

/* :L1588 */
div#cargaCovid {
  display: block !important;
}
/*----------------------------------------POST-QUOTE*/

/*Valor UF del día*/

/* :L1595 */
.ValorClpUF {
  font-size: 12px;
}
/*OCULTAR DATOS CLIENTE TARJETA*/

/* :L1601 */
div#question111966 {
  display: none;
}
/*------*/

/* :L1607 */
.infoDisplay.Padding {
  padding-left: 20px;
  padding-right: 20px;
  height: 500px;
  overflow-y: scroll;
  width: auto;
}
/* :L1616 */
.TitleMayus.backgroungGray {
  background-color: #aaaaaa;
  padding: 5px;
  color: white;
}
/*columna del logo*/

/* :L1623 */
.col-md-4.LogoPQ {
  padding-top: 7px;
  padding-bottom: 10px;
  border-right: 1px solid #666666;
}
/*tabla validez de oferta*/

/* :L1630 */
tr.DatosPostQ {
  border: 1px solid #aaaaaa;
}
/*Lado izquierdo*/

/* :L1635 */
.DatosRightPQ {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
/*Lado derecho*/

/* :L1642 */
.DatosLeftPQ {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
/*Tabla marco precio*/

/* :L1649 */
.InfoMarco {
  border: 1px solid #aaaaaa;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 3px;
  float: inherit;
  width: 200px;
}
/*Valor precio uf*/

/* :L1660 */
.ValorUFPQ {
  font-size: 25px;
  margin-top: -15px;
}
/*Tabla info contratante*/

/* :L1666 */
.row.tabla {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
/*Texto SEGURO CATASTRÓFICO DE VIDA CÁMARA S.A.*/

/* :L1673 */
.row.separada {
  padding-left: 17px;
  padding-top: 10px;
}
/*Línea gris*/

/* :L1680 */
.LineGray {
  background-color: #707070;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*Fondo IMPORTANTE*/

/* :L1688 */
.row-naranjo {
  background-color: #f5d9a3;
}
/*lista aspectos*/

/* :L1693 */
ul.ulAspectos {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  margin-right: 15px;
}
/* :L1701 */
li.liAspectos {
  line-height: 2;
}
/* :L1705 */
ul.ulAspectos2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
}
/* :L1711 */
li.liAspectos2 {
  line-height: 2;
}
/* :L1715 */
.lista-gris {
  background-color: white;
}
/*Cuadro de detalles*/

/* :L1720 */
.MarcoDetalles {
  border: 1px solid #aaaaaa;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 220px;
  padding-left: 20px;
  padding-right: 20px;
}
/*Tabla cargas*/

/* :L1730 */
td.RutPQ {
  width: 30px;
}
/* :L1734 */
td.NumRutPQ {
  width: 130px;
}
/* :L1738 */
td.SrPQ {
  width: 30px;
}
/* :L1742 */
td.NomSrPQ {
  width: 250px;
}
/* :L1748 */
td.Parent {
  width: 100px;
}
/*Tabla de enfermedades*/

/* :L1754 */
table#TablaDPS {
  margin-left: 10px;
}
/*Tabla de enfermedades*/

/* :L1759 */
table#TablaSports {
  margin-left: 10px;
}
/*Términos y condiciones*/

/* :L1770 */
div#question110443 {
  /*text-align: center;
    margin-top: 20px;*/
  display: none;
}
/*---------------------------------------SALE CONFIRMATION*/

/* :L1778 */
.borderPunteadoSC {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* :L1787 */
.row.fondoGrisSC {
  background-color: whitesmoke;
  color: #707070;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* :L1797 */
.CongratSC {
  font-size: 30px;
  font-weight: bold;
}
/* :L1802 */
.backgroundSale {
  /*background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TOhyOo0dp%2ChXuBjGP9crUQ__");*/
  background-size: cover;
  color: white;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -moz-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e03c2a), color-stop(100%, #ed8b00));
  background: -webkit-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -o-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -ms-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: linear-gradient(to bottom, #e03c2a 0%, #ed8b00 100%);
}
/* :L1819 */
.TitleConfirmation {
  font-size: 40px;
}
/* :L1823 */
span.TxtSaleC {
  color: #666666;
  font-size: 14px;
}
/* :L1828 */
.backgroundSaleCatastrofico {
  padding-top: 20px;
}
/* :L1832 */
.margingTop-btn {
  margin-top: 50px;
}
/* :L1838 */
.borderPunteadoSC {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* :L1847 */
.row.fondoGrisSC {
  background-color: whitesmoke;
  color: #707070;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* :L1857 */
.CongratSC {
  font-size: 30px;
  font-weight: bold;
}
/* :L1862 */
.MjeSaleConfirm.hidden-md.hidden-lg.hidden-xl {
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  padding-bottom: 10px;
}
/*
.backgroundSale {
    background-color: #ed8b00;
    color: white;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
*/

/*----------------------------------------CANCELATION PAGE*/

/*Ocultar fecha de cancelación*/

/* :L1884 */
div#question110565 {
  display: none;
}
/*-----------------------------------------------ENDOSO*/

/*Ocultar fecha de endoso*/

/* :L1890 */
div#question110300 {
  display: none;
}
/*DPS*/

/* :L1894 */
.container.DPS1::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L1898 */
.container.DPS1::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L1902 */
.container.DPS1::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L1906 */
.container.DPS1::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L1910 */
.container.DPS1::-webkit-scrollbar-thumb {
  background-color: #ed8b00;
  border-radius: 20px;
  border: 1px solid #ed8b00;
}
/* :L1916 */
.container.DPS1::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L1921 */
.infoDisplay::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L1925 */
.infoDisplay::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L1929 */
.infoDisplay::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L1933 */
.infoDisplay::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L1937 */
.infoDisplay::-webkit-scrollbar-thumb {
  background-color: #ed8b00;
  border-radius: 20px;
  border: 1px solid #ed8b00;
}
/* :L1943 */
.infoDisplay::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*Imagen calendario*/

/* :L1947 */
input#ClienteNacimientoQQ {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YXVJE0KffoyGKR-jm2LWkg__);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/* :L1958 */
.ui-widget-header {
  border: 1px solid white !important;
  background: white !important;
  color: #333333 !important;
  font-weight: bold !important;
}
/* :L1965 */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #464e71 !important;
  background: #464e71 !important;
  color: white !important;
}
/* :L1971 */
.ui-state-default {
  border: 1px solid white !important;
  background: white !important;
  font-weight: normal;
  color: #333333 !important;
}
/* :L1978 */
.ui-state-default:hover {
  border: 1px solid white !important;
  background: #ededed !important;
  font-weight: normal;
  color: #333333 !important;
}
/* :L1985 */
select.ui-datepicker-year {
  border: 0 !important;
}
/* :L1989 */
select.ui-datepicker-month {
  border: 0 !important;
}
/* :L1993 */
.ui-datepicker {
  z-index: 9999999999 !important;
}
/* :L1996 */
.carga-card {
  margin-left: 24%;
  margin-right: 24%;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* :L2006 */
.despunte {
  border: 1px dashed #707070;
  padding: 20px;
  border-radius: 20px;
}
/* :L2012 */
.cliente {
  border: 3px solid #eaeaea;
  background-color: #f7f7f7;
  border-radius: 10px;
  display: flow-root;
  padding: 15px;
}
/* :L2020 */
.carga-card-preQuote {
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* :L2031 */
.fechaNacTit {
  /*font-size: 18px;*/
  color: darkgray;
}
/* :L2036 */
span.numFecha {
  color: #ffb421;
}
/* :L2040 */
.lpunteada {
  border: 2px dashed #aaaaaa;
  border-radius: 20px;
}
/* :L2045 */
h3.contratante {
  font-size: 16px;
}
/* multi-items enfermedades */

/* clientes */

/*div#question110536 {
    padding-right: 50px;
    padding-left: 50px;
}*/

/* :L2057 */
div#instanda-question-label-ClienteEnfermedadDpsUno-1,
div#instanda-question-label-ClienteEnfermedadDpsDos-1,
div#instanda-question-label-ClienteEnfermedadDpsTres-1,
div#instanda-question-label-CargasDPS1_CargaEnfermedadDpsUno-1,
div#instanda-question-label-CargasDPS1_CargaEnfermedadDpsDos-1,
div#instanda-question-label-CargasDPS1_CargaEnfermedadDpsTres-1,
div#instanda-question-label-CargasDPS3_CargaEnfermedadDpsUno-1 {
  margin-top: 18px;
}
/* :L2067 */
.margenTop {
  margin-top: 18px;
}
/* :L2072 */
div#question110535,
div#question110539,
div#question110558,
div#question110542 {
  margin-top: -18px;
}
/* :L2077 */
div#question110540 {
  height: 140px;
}
/* :L2081 */
div#question110543,
div#question110560 {
  height: 120px;
}
/* :L2085 */
#question110532 {
  display: none !important;
}
/* :L2089 */
.imgCalendario {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YXVJE0KffoyGKR-jm2LWkg__);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/* beneficiarios */

/* :L2100 */
.img-plan-der {
  margin-left: 30px;
}
/* :L2104 */
.tb-beneficiarios {
  margin-top: -30px;
}
/* :L2108 */
.imagen-plan2 {
  border: 2px solid #eee1c9;
  border-radius: 5px;
  width: 117px;
  margin-top: 20px;
}
/* :L2115 */
.text-bnficiarios {
  margin-left: 20px;
}
/* :L2119 */
.card-item-benef {
  margin-top: 30px;
}
/*.imagen-plan {
    margin: auto;
    border: 2px solid #eee1c9;
    border-radius: 5px;
    width: 117px;
}*/

/* :L2129 */
.imagen-plan {
  margin-bottom: 20px;
  border: 2px solid #eee1c9;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  filter: grayscale(1);
}
/* :L2139 */
.imagen-plan:hover,
.imagen-plan:active,
.imagen-plan:visited,
.imagen-plan:focus {
  cursor: pointer;
  filter: none !important;
  border-color: #eead51 !important;
  background-color: #fff3e5 !important;
  color: #de8609 !important;
}
/* :L2147 */
.imagen-plan:hover {
  cursor: pointer;
}
/* :L2151 */
.imagen-seleccionada {
  border: 2px solid #e89b03;
  background-color: rgba(91, 60, 1, 0.05);
  border-radius: 5px;
}
/* :L2157 */
.tipo-plan {
  color: #707070;
}
/* :L2161 */
span.TextoPlanes {
  margin-left: 10px;
}
/* :L2165 */
.TextoPlanesMobile {
  margin-top: 15px;
}
/*-----------MENU MOBILE-------------------*/

/* :L2169 */
.NombreMobile {
  margin-bottom: 15px;
}
/* :L2173 */
img.logoCustomerResponsive {
  width: 130px;
}
/* :L2177 */
.navbar-header.MenuCustomerMobile {
  background-color: #262d33;
}
/* :L2181 */
div#MenuCustomerMobile-navbar-collapse-1 {
  background-color: #262d33;
}
/* :L2185 */
a.NavbarMenuCustomerMobile {
  color: #b5b5b5 !important;
}
/*CONTENIDO MOBILE*/

/* :L2190 */
.col-md-12.CustomerMobile {
  padding-left: 28px;
}
/*-----BOTÓN CERRAR SESIÓN----*/

/* :L2197 */
.CerrarSesion {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
/* :L2207 */
a.linkYellow {
  font-size: 15px;
  color: #ed8d00;
}
/* :L2212 */
a.linkYellow:hover {
  text-decoration: underline;
}
/**/
/* :L2217 */
.CentrarCard {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* :L2223 */
.SeccionImgCuadrada {
  width: 300px;
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
/* :L2232 */
.imagenFondo {
  webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* :L2239 */
.imagenFondo:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* :L2244 */
img.ImgCustomer {
  width: 300px;
}
/* :L2248 */
img.ImgPolizas {
  width: 380px;
}
/* :L2252 */
.InfoImagen {
  position: sticky;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* :L2264 */
.InfoImagen h3 {
  color: white;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #262d33;
  background: rgba(38, 45, 51, 0.55);
  position: absolute;
  bottom: 20px;
  width: 100%;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
/* :L2278 */
.InfoImagen h3:hover {
  background-color: rgba(237, 141, 0, 0.5);
}
/* :L2282 */
a.Info {
  color: white;
}
/*Columnas*/

/* :L2287 */
.col-md-6.widthAuto {
  width: auto;
}
/*-------------MENU DESKTOP-----------------*/

/* :L2295 */
.MenuVertical {
  background-color: #262d33;
  margin-left: -15px;
  width: 250px;
  height: 1000px;
  position: fixed;
}
/* :L2303 */
.cognito {
  margin: 0 !important;
}
/* :L2307 */
a.nav-link.OptionMenu {
  color: #b5b5b5;
}
/* :L2311 */
a.nav-link.OptionMenu:hover {
  color: white;
  background-color: #414d58;
  text-decoration: none;
}
/*
a.nav-link.OptionMenu:focus {
    color: #fff!important;
    background-color: #ed8d00;
}*/

/* :L2324 */
a.nav-link.OptionMenu {
  color: #b5b5b5;
  display: block;
  padding: 12px 12px 15px;
  font-weight: 400;
}
/* :L2331 */
a.nav-link.active.OptionMenu {
  color: white !important;
  background-color: #ed8d00;
}
/* :L2336 */
img.LogoUsuario {
  margin-left: 20px;
  width: 40px;
  padding-top: 25px;
  padding-bottom: 30px;
}
/* :L2343 */
span.UsuarioNombre {
  padding-left: 10px;
  color: white;
  font-size: 10px;
}
/* :L2349 */
i.fa.fa-home {
  font-size: larger;
  /* color: #666666; */

}
/* :L2354 */
img.LogoVDCustomer {
  width: 240px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
}
/***************************CARD PÓLIZAS***************************/

/*--------------------------------CARDS*/

/* :L2368 */
.card.Client {
  background-color: white;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
  margin-bottom: 20px;
}
/****Amparo****/

/* :L2377 */
.cardCustomerAvatar {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=xaaFcaxnNQb4PvONG3MY7g__);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****Lucas****/

/* :L2387 */
.cardCustomerAvatar.Lucas {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TXpkcVUzQlFSMWRIVlZRMWEzbFVOVlFzTXpZeloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxTV0tjdzY0WThRQDJESEt0LDEwMDAsUTZIeERPTDl6VDBic3d0ISxLQmY0MWFRM3JuQmVrTzFCUlFrMDAwdDJYMVpSazVGdnBSMmdnUWxuWC9BRUlXeDVFblRYc0ZDaTlybktucVU1T0xEWktxdEVPWnkzVnZmZUk2cVRadz09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****Adulto Mayor****/

/* :L2397 */
.cardCustomerAvatar.AdultoMayor {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TkZwNlUyUnZiVXN4WWtvc1VHd3RWMnN5WkRka1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxJITFPb1ZxejY0VWJiWld6LDEwMDAsU1hoeWl5UFRKNzNoTFp0RSxmampjSFAyZ0syMGtldGVYT2EvNmEwV0E2Ui9CTTlpd1BXZ25PL2crR2dzZG0rd0FQTDgrMGRzMUZGVHB1Q2I3VVhNWnM0MW5sUVlUQ1VCZUVsUDJtQT09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****Catastrofico****/

/* :L2407 */
.cardCustomerAvatar.Cat {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VlZoWExEazBRWGxLV21WeVR6SkRXREJYVGxKU1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx6YWtKbFRNaXNqeVhvQ2ZBLDEwMDAsbVFrZDJtb3lXdHBrcUt5ZixlWTRZa0NaWGIvM00rcmltR3c1ZzRaRkQ2S2todWg1TjJIdlR0ZUdJVm9IcEovOFVNZzNpcXIweVAxQ2lMUEsxL2JPYzhZSi9Eazd0QmFSblJ5OFNBdz09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****Covid****/

/* :L2417 */
.cardCustomerAvatar.Covid {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YUZsaGIxbzFiVmM0ZHpORmREUm1VUzEyTFU5c1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxUTU1nSkwxIThhSXppY05iLDEwMDAsdndPd2VTWEg0UFBJbVdseixqZFkwQ0lweDFRdEpmS2svcG9YMUJXM1RnQXlzK253dlFmUWNlRGNlZ0Ixd2hyNEp6TTIyVnlRa3VWMnpyakJBenoyc3ZXVkMrWi9ZMWxpUTA3Y3Bkdz09
);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****AP Básico****/

/* :L2428 */
.cardCustomerAvatar.APB {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YUVWalJrTnFkbVl5UmxscGVFRjNXWFZUYVZSblFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxGanpxbmhOT2JZNmhFb0RYLDEwMDAsVE1mdm1YTzlHUzJseDVlWixRN2pxZExwYVpVVXFyYTFtUi82MHIzb2t0YlQ2bitobzI4QXJWcElEYnNXUHFuV0JBd0lRbjVNV2hyQzZxT29weVRPVGxIME9xL3liSktOc2xxTGgvUT09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/****Salud Base****/

/* :L2438 */
.cardCustomerAvatar.SB {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WmtOS1IzYzNPSElzWkVKelQzaFpPV00yTW1wWlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx1UmFXUjBHYjhwb1VodzFILDEwMDAsSGVXTXZ6IUR5TVZGMkpBeCxoblBDU05RTmgzK0pKTERvVVNHdXVZcEcxNmxxcEw5WVZLQ3hwa0h5bTFDZS9KaXkwMG5UK2JYakY4L21DamVQRENIcWpnc0Q5Ulc4eU5hMXcwZmdNUT09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/* :L2449 */
.TitleYellow {
  color: #ed8d00;
  text-align: center;
  font-size: 20px;
}
/* :L2455 */
.TitleGrey {
  text-align: center;
  font-size: 14px;
}
/* :L2462 */
.cardTitle {
  background-color: #707070;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
/* :L2473 */
.cardCustomerInfo {
  padding: 20px;
}
/* :L2477 */
tr.Client {
  height: 30px;
}
/* :L2481 */
ul.Client {
  padding-left: 0;
  list-style: none;
}
/*li Naranja*/

/* :L2487 */
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  color: white !important;
  background-color: #ed8d00;
  outline: none;
}
/* :L2494 */
li.Client {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 3px solid;
  padding-left: 20px;
  border-color: #eaeaea;
}
/* :L2502 */
.logoCircle {
  background-color: #ffb421;
  padding-top: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 40px;
  margin-left: 37%;
  margin-bottom: 10px;
}
/****MODAL MTA*****/

/*Logo Exclamación*/

/* :L2515 */
img.ImgImportante {
  margin-bottom: 10px;
}
/* :L2519 */
.modal-footer.Modulo-cliente {
  border: 0;
}
/*Botón NO*/

/* :L2524 */
button.btn.btn-primary.modal-cliente {
  border: 0;
  color: #707070;
  padding-top: 2px;
}
/* :L2530 */
button.btn.btn-primary.modal-cliente:hover,
button.btn.btn-primary.modal-cliente:focus,
button.btn.btn-primary.modal-cliente:visited,
button.btn.btn-primary.modal-cliente:active {
  background-color: white;
  color: #ed8b00 !important;
  text-decoration: underline;
}
/* ocultar calendario de instanda */

/* :L2537 */
span.input-group-addon {
  display: none;
}
/* ocultar preguntas */

/* :L2544 */
.ocultar {
  display: none;
}
/*Confirmación de cancelación*/

/*Catastrófico*/

/* :L2550 */
.CancelContent {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 300px;
  font-size: 20px;
}
/* :L2558 */
select#CancelacionMotivo {
  margin-top: 10px;
}
/*----------------RADIO BUTTON*/

/* :L2562 */
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative !important;
  background-color: white;
  color: #666666;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 1px solid #666666;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
/*
input[type=radio]:checked::before, input[type=radio]:checked::before, input[type=radio]:checked::before, input[type=radio]:checked::before {
    position: absolute;
    font: 20px/1 'Open Sans', sans-serif;
    left: 10px;
    top: 4px;
    content: '\02143';
    transform: rotate(40deg);
}
*/

/* :L2589 */
input[type='radio']:hover {
  cursor: pointer;
}
/*Borde amarillo*/

/* :L2598 */
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #ed8b00;
}
/* :L2604 */
input[type=radio]:checked::before,
input[type=radio]:checked::before,
input[type=radio]:checked::before,
input[type=radio]:checked::before {
  position: absolute;
  /*font-size: 160px;*/
  font-size: 159px;
  /*left: 13px;*/
  /*left: 12px;*/
  left: 25px;
  /*top: -109px;*/
  top: -82px;
  content: '.';
  /*transform: rotate(40deg);*/
  transform: rotate(90deg);
  color: #ed8b00;
  font-family: inherit;
}
/* :L2620 */
.radioRS:checked::before,
.radioRS:checked::before,
.radioRS:checked::before,
.radioRS:checked::before {
  color: #03b4b4 !important;
}
/* :L2624 */
input.RedSalud2[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #a7bc4c;
}
/* :L2630 */
input.RedSalud2 {
  margin-bottom: 15px;
  margin-left: -10px !important;
}
/* :L2635 */
input.RedSalud2:checked::before,
input.RedSalud2:checked::before,
input.RedSalud2:checked::before,
input.RedSalud2:checked::before {
  position: absolute;
  font-size: 159px;
  left: 16px;
  top: -105px;
  content: '.';
  transform: rotate(48deg);
  color: #a7bc4c;
  font-family: inherit;
}
/* :L2645 */
.TitlePayment {
  text-align: center;
  /*color: #002169;*/
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
/* :L2653 */
.TextPayment {
  /*color: #383838;*/
  font-size: 20px;
  text-align: center;
}
/* :L2659 */
.row.BgPayment {
  /*background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=57lc5JTMzplJzO3ey58D-g__);*/
  height: 450px;
  background-position-x: center;
  background-size: cover;
  width: 500px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
/*Ocultar billing*/

/* :L2671 */
.instanda-confirm-billing-address {
  display: none;
}
/*--------------------------------CARDS*/

/* :L2675 */
.card.dashboard {
  background-color: #f7f7f7;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
}
/* :L2682 */
.cardTitle {
  background-color: #707070;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
/* :L2693 */
ul.dashboard {
  padding-left: 0;
  list-style: none;
}
/* :L2698 */
li.dashboard {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 3px solid;
  padding-left: 20px;
  border-color: #eaeaea;
}
/* :L2706 */
.logoCircle {
  background-color: #ffb421;
  padding-top: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 40px;
  margin-left: 37%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  /* :L2717 */
  .container.Login {
    width: 970px;
    margin-top: 40px;
  }
}
@media (min-width: 970px) {
  /* :L2724 */
  .container.Login {
    width: 970px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  /* :L2731 */
  .col-md-6.Inputs {
    margin-left: 25px;
  }
}
@media (min-width: 970px) {
  /* :L2737 */
  .col-md-6.Inputs {
    margin-left: 25px;
  }
}
@media (min-width: 970px) {
  /* :L2743 */
  .container.Login {
    padding-left: 40px;
    padding-right: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  /* :L2753 */
  .container.Login {
    padding-left: 40px;
    padding-right: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
/*Alinear inputs con texto "Inicia sesión"*/

/* :L2763 */
form#instanda-cp-login-form {
  padding-left: 15px;
}
/* :L2767 */
.LoginTitle {
  font-size: 21px;
  padding-left: 10px;
  margin-top: 10px;
  font-family: 'open_sanssemibold', sans-serif;
  color: #e38100;
  text-align: center;
}
/* :L2776 */
.LoginText {
  /* margin-top: 20px; antes de agregar el link del login de empresas*/
  margin-top: 12px;
  font-size: 16px;
  font-family: 'open_sanssemibold', sans-serif;
  font-weight: bold;
  margin-bottom: -20px;
}
/* :L2785 */
a.LinkSeguroEmpresa {
  margin-left: -15px;
}
/* :L2789 */
img.IconLogin {
  padding-top: 20px;
  padding-left: 10px;
}
/* :L2794 */
input#instanda-cp-user-name {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
}
/* :L2808 */
.col-md-6.IMG {
  float: right;
  width: fit-content;
}
/* :L2813 */
input#Password {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  margin-top: -10px;
}
/*Atrás*/

/* :L2831 */
.btns_nav.abs {
  position: absolute;
  padding-top: 40px;
}
/* :L2836 */
a.CustomerLoginAtras {
  border: none;
  background: none;
  color: #e38100;
  font-family: 'open_sanslight', sans-serif;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
}
/*Botón*/

/* :L2848 */
button.btn.btn-primary.instanda-btn.CustomerLogin {
  font-family: 'open_sanssemibold', sans-serif;
  border-radius: 0;
  border-bottom-style: dotted;
  margin: 0 auto;
  color: white;
  display: block;
  width: 153px;
  height: 50px;
  padding-top: initial;
  background: #d4433b;
  background: -moz-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4433b), color-stop(100%, #e68e00));
  background: -webkit-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -o-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -ms-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: linear-gradient(to right, #d4433b 0%, #e68e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
  border: none;
}
/*Botón Reembolso*/

/* :L2871 */
.ReembolsoBoton {
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-size: 25px;
  text-align: center;
  border: 7px solid white;
  border-radius: 30px;
  border-width: 7px;
  border-bottom-style: dashed;
  margin: 10px;
  color: white;
  display: block;
  padding-right: 5%;
  padding-top: 2%;
  padding-left: 5%;
  width: 320px;
  height: 100px;
  background: red;
  /* background: rgba(255, 255, 255, 0.24); */
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
}
/*degradee color*/

/* :L2895 */
.BackgroundDegrade {
  padding-right: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
  background: #d4433b;
  background: -moz-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4433b), color-stop(100%, #e68e00));
  background: -webkit-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -o-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -ms-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: linear-gradient(to right, #d4433b 0%, #e68e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
}
/*DEGRADADO AZUL COLORES VIDA CAMARA AGREGAR PADDING SI LLEVA TEXTO*/

/* :L2911 */
.BackgroundDegradeBlue {
  padding-right: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
  background: #009999;
  background: -moz-linear-gradient(left, #009999 0%, #88d1db 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #009999), color-stop(100%, #88d1db));
  background: -webkit-linear-gradient(left, #009999 0%, #88d1db 100%);
  background: -o-linear-gradient(left, #009999 0%, #88d1db 100%);
  background: -ms-linear-gradient(left, #009999 0%, #88d1db 100%);
  background: linear-gradient(to right, #009999 0%, #88d1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
}
/*BorderResponsive*/

/* :L2927 */
.TablaBordeada {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}
/*Background Blanco-TextoNaranjo*/

/* :L2934 */
.BackgroundWhite {
  padding-right: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
  background: white;
  color: #ed8b00;
}
/* :L2943 */
button.btn.btn-primary.instanda-btn.CustomerLogin:hover,
button.btn.btn-primary.instanda-btn.CustomerLogin:focus,
button.btn.btn-primary.instanda-btn.CustomerLogin:active {
  background: #d63c31;
  cursor: pointer;
}
/* :L2947 */
.col-md-4.col-md-offset-4.well.instanda-well {
  margin-top: 10px;
  border-radius: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}
/*Customer Send Password ResetLink*/

/* :L2959 */
a.btn.btn-primary.instanda-btn.CustomerLogin {
  text-align: center;
  font-family: 'open_sanssemibold', sans-serif;
  border-radius: 0;
  margin: 0 auto;
  color: white;
  display: block;
  width: 153px;
  height: 50px;
  padding-top: 12px;
  padding-left: 12px;
  background: #d4433b;
  background: -moz-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4433b), color-stop(100%, #e68e00));
  background: -webkit-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -o-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -ms-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: linear-gradient(to right, #d4433b 0%, #e68e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
  border: none;
}
/* :L2981 */
a.btn.btn-primary.instanda-btn.CustomerLogin:hover,
a.btn.btn-primary.instanda-btn.CustomerLogin:focus,
a.btn.btn-primary.instanda-btn.CustomerLogin:active {
  background: #d63c31;
  cursor: pointer;
}
/*Botón de cambiar contraseña*/

/* :L2989 */
button#instanda-cp-charge-password {
  font-family: 'open_sanssemibold', sans-serif;
  border-radius: 0;
  margin: 0 auto;
  color: white;
  display: block;
  width: 190px;
  height: 50px;
  padding-top: initial;
  padding-left: 12px;
  background: #d4433b;
  background: -moz-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4433b), color-stop(100%, #e68e00));
  background: -webkit-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -o-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -ms-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: linear-gradient(to right, #d4433b 0%, #e68e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
  border: none;
}
/* :L3011 */
button#instanda-cp-charge-password:hover,
button#instanda-cp-charge-password:active,
button#instanda-cp-charge-password:visited {
  background: #d63c31;
  cursor: pointer;
}
/*Input donde se muestra el correo en la pantalla de generar nueva contraseña*/

/* :L3018 */
input#Email {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
}
/*Input Nueva contraseña*/

/* :L3035 */
input#NewPassword {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
}
/*Input de confirmar Nueva contraseña*/

/* :L3051 */
input#ConfirmPassword {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 20px;
}
/* :L3065 */
.txtInfo {
  font-size: 0.6vw;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  text-align: justify !important;
  text-justify: inter-word !important;
}
/* :L3074 */
.txtPhone {
  padding: 10px;
  text-align: center;
  font-size: 1.2vh;
  padding-bottom: 30px;
}
/* :L3081 */
.texto-telefono {
  margin-top: 45%;
  margin-bottom: 45%;
}
/* :L3086 */
.movil {
  border: 1px solid #707070;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: whitesmoke;
}
/* :L3095 */
.movil-borde {
  height: 66px;
  width: 66px;
  margin: auto;
  margin-top: -25px;
  border-radius: 33px;
  background-color: whitesmoke;
  padding-top: 7px;
}
/* :L3105 */
.puntos {
  position: absolute;
  bottom: 40px;
  border: 2px dashed #b4b4b4;
  border-radius: 8px;
  margin-right: 30px;
}
/* :L3113 */
.caja-tel {
  height: 50px;
  width: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/* :L3121 */
.numtelf {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
/* :L3127 */
.inf-backg {
  margin: 2px;
  background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=bCDf%2Cp8rZGM3myzliWpMzQ__");
  /* https://design.instanda.us/Public */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 150%;
  height: 100%;
}
/* :L3137 */
.coberturas {
  width: 100%;
  height: 40px;
}
/* :L3142 */
.dwld {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  border-radius: 20px;
  font-size: 25px;
  padding-top: 2px;
}
/* :L3155 */
.dcobrt {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 60%;
  height: 40px;
}
/* :L3163 */
.flecha-der {
  display: inline-block;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
  width: 10%;
  height: 40px;
  font-size: 20px;
}
/* :L3174 */
div#info-panel {
  z-index: 9 !important;
}
/* :L3178 */
div#breadcInstanda {
  z-index: 1 !important;
}
/* :L3182 */
#breadcInstanda {
  background: #f85032;
  background: -moz-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e03c2a), color-stop(100%, #ed8b00));
  background: -webkit-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -o-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -ms-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: linear-gradient(to bottom, #e03c2a 0%, #ed8b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#ffb421', GradientType=0);
}
/* :L3193 */
.breadcInstandaCorona {
  background: #773cbe !important;
}
/* :L3197 */
div#info-panel {
  z-index: -1;
}
/* :L3201 */
div#breadcInstanda {
  z-index: 99 !important;
}
/* :L3205 */
#breadcInstanda {
  background: #f85032;
  background: -moz-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e03c2a), color-stop(100%, #ed8b00));
  background: -webkit-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -o-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: -ms-linear-gradient(top, #e03c2a 0%, #ed8b00 100%);
  background: linear-gradient(to bottom, #e03c2a 0%, #ed8b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#ffb421', GradientType=0);
}
/* :L3217 */
.marco-bajo1 {
  display: table;
  bottom: 40px;
}
/* :L3223 */
.marco-centrado {
  height: 100%;
  position: relative;
}
/* :L3228 */
.marco-hijo {
  display: table-cell;
  vertical-align: middle;
}
/*** enlace de la barra izquierda ***/

/* :L3235 */
a.enlace-vc {
  color: white;
}
/*Username*/

/* :L3239 */
input#CustomerRegistrationRequest_UserName {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
}
/*Password*/

/* :L3254 */
input#CustomerRegistrationRequest_Password {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
}
/*Botón de registro*/

/* :L3269 */
button.btn.btn-primary.instanda-gm-next-screen.instanda-btn {
  font-family: 'open_sanssemibold', sans-serif;
  border-radius: 0;
  margin: 0 auto;
  color: white;
  display: block;
  width: 190px;
  height: 50px;
  padding-top: initial;
  background: #d4433b;
  background: -moz-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4433b), color-stop(100%, #e68e00));
  background: -webkit-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -o-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: -ms-linear-gradient(left, #d4433b 0%, #e68e00 100%);
  background: linear-gradient(to right, #d4433b 0%, #e68e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4433b', endColorstr='#e68e00', GradientType=1);
  border: none;
}
/* :L3290 */
button.btn.btn-primary.instanda-gm-next-screen.instanda-btn:hover,
button.btn.btn-primary.instanda-gm-next-screen.instanda-btn:focus,
button.btn.btn-primary.instanda-gm-next-screen.instanda-btn:active {
  background: #d63c31;
  cursor: pointer;
}
/**/
/*QUICK QUOTE*/

/*Tipo de plan*/

/* :L3298 */
div#PlanTipo_Children {
  text-align: center;
}
/*QUICK QUOTE DISPLAY*/

/*Card*/

/* :L3304 */
.card-vertical {
  width: 135px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
}
/* :L3314 */
.CardTop {
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #a6a6a6;
  padding: 20px;
}
/* :L3324 */
.PrecioClp {
  font-style: italic;
  font-size: 1.6em;
  color: white;
}
/* :L3330 */
.PrecioUF {
  font-size: 0.8em;
  font-style: italic;
  color: #d4d4d4;
}
/* :L3336 */
span.TxtMensual {
  color: white;
}
/* :L3340 */
.CardBottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
/* :L3345 */
.DeducibleUF {
  color: #ed8b00;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}
/* :L3352 */
span.TxtUF {
  font-style: initial;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 2px;
}
/* :L3359 */
.TxtCard {
  text-align: center;
  color: #aaaaaa;
  font-size: 0.8em;
}
/* :L3365 */
.TxtYellow {
  color: #ed8b00;
  margin-bottom: 5px;
}
/* :L3370 */
.btn.btn-primary.AP {
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
}
/* :L3377 */
.TxtCalculoUF {
  color: #aaaaaa;
  font-size: 0.8em;
  text-align: left;
  padding-top: 10px;
}
/* :L3384 */
.recomendado {
  background-color: #e23936;
  z-index: 10000000;
  position: absolute;
  width: auto;
  font-size: .7em;
  color: white;
  text-align: center;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: -10px;
  border-top-left-radius: 10px;
  margin-bottom: -16px;
}
/* :L3400 */
.TxtImg {
  text-align: center;
}
/*
.col-md-2.AP {
    width: 185px;
}
*/

@media (max-width: 1200px) {
  /* :L3412 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3416 */
  .col-md-2.AP {
    /*width: 178px;*/
    width: 240px;
  }
}
@media (max-width: 992px) {
  /* :L3426 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3430 */
  .col-md-2.AP {
    /*width: 100%;*/
    width: 178px;
  }
}
@media (max-width: 768px) {
  /* :L3440 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3444 */
  .col-md-2.AP {
    /* width: 220px;*/
    width: 100%;
  }
}
/*Planes*/

/* :L3453 */
input[value='10530'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3459 */
input[value='10531'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3465 */
input[value='10532'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3471 */
input[value='10533'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3477 */
input[value='10534'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*---------------PREQUOTE--------*/

/*Ocultar input RUT*/

/* :L3486 */
div#question114264 {
  display: none;
}
/*Ocultar fecha de inicio*/

/* :L3491 */
div#question114306 {
  display: none;
}
/*Ocultar la opción BENEFICIARIOS LEGALES*/

/*Img*/

/* :L3497 */
.benefLegal {
  display: none;
}
/*Texto*/

/* :L3502 */
.text-bnficiarios {
  display: none;
}
/*------------POSTQUOTE---------*/

/*Ocultar address*/

/* :L3508 */
div#question114406 {
  display: none;
}
/*Ocultar postquote*/

/* :L3513 */
input#Postcode114404 {
  display: none;
}
/*Centrar términos y condiciones*/

/* :L3518 */
div#question114405 {
  text-align: center;
  display: none !important;
}
/*Tabla datos permanencia*/

/* :L3525 */
table.DatosPermanencia {
  border: 1px solid #aaaaaa;
}
/* :L3529 */
th.DatosPermanencia {
  font-size: 0.6em;
  background-color: #aaaaaa;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* :L3538 */
td.DatosPermanencia {
  font-size: 0.8em;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #aaaaaa !important;
  padding-right: 5px;
}
/***ENDOSO***/

/*Ocultar fecha de endoso*/

/* :L3549 */
div#question114230 {
  display: none;
}
/*Naranjo*/

/* :L3553 */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ed8b00 !important;
  background-color: white;
  border-bottom: 1px solid #ed8b00;
  border-radius: 0;
  font-size: 16px;
}
/* :L3561 */
.nav > li > a:hover {
  border-color: #ed8d00;
}
/*Gris*/

/* :L3568 */
.nav-pills > li > a {
  background-color: white;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: whitesmoke;
}
/*Contenido*/

/* :L3578 */
.row.Tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
}
/* :L3585 */
.modal-body.terminos {
  text-align: justify;
}
/* :L3588 */
.boton-agregar {
  /*background-color: #ececec;
    font-size: 2.5vh;
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 1px;
    border: 2px solid #d5d5d5;
    border-radius: 5px;*/
  margin: auto;
}
/* :L3600 */
.boton-restar {
  /*background-color: #ececec;
    font-size: 2.5vh;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 2px solid #d5d5d5;
  	padding-top: -1px;
    border-radius: 5px;*/
  margin: auto;
}
/* :L3612 */
.boton-agregar:hover,
.boton-restar:hover {
  cursor: pointer;
}
/* :L3616 */
.KGB {
  text-align: center;
}
/* :L3619 */
div#Beneficiarios {
  width: 1500px !important;
  /*background-color: antiquewhite;*/
  display: inline-table;
  overflow-x: scroll;
}
/* :L3626 */
td.PorcentajePQ {
  /*background-color: aquamarine;*/
  width: 100px !important;
}
/* :L3631 */
td.TelefDt {
  width: 150px !important;
  /*width: 130px !important;*/

  /*background-color: aqua;*/

}
/* :L3638 */
td.DirecDt {
  /*background-color: coral;*/
  width: 300px;
}
/* :L3642 */
div#ember730 {
  display: none !important;
}
/*Tabla coberturas*/

/* :L3646 */
th.DatosCobertura {
  background-color: #aaaaaa;
  color: white;
  font-size: 0.8em;
  text-align: center;
  padding: 5px !important;
  padding-top: 10px !important;
  border-right: 1px solid #aaaaaa !important;
}
/* :L3656 */
td.DatosCobertura {
  border: 1px solid #aaaaaa !important;
}
/*Tabla Plan de reembolso*/

/* :L3661 */
td.tabla1 {
  padding-top: 8px !important;
  padding: 4px;
  border: 1px solid #aaaaaa !important;
  text-align: center;
  border-right: 1px solid #aaaaaa;
}
/* :L3669 */
th.tabla1.transparent {
  background-color: white;
  border: 0px !important;
}
/* :L3674 */
th.tabla1 {
  background-color: #aaaaaa;
  border: 0px;
  border-right: 1px solid #aaaaaa !important;
  color: white;
  text-align: center;
}
/* :L3683 */
th.tabla1.colspan2 {
  border: 1px solid #aaaaaa;
  padding: 3px;
  text-align: center;
}
/* :L3689 */
td.tabla1.transparent {
  border: 0px !important;
}
/*Tabla Exclusión de cobertura*/

/* :L3694 */
table.tabla2 {
  width: 100%;
}
/* :L3698 */
th.tabla2.colspan2 {
  border: 1px solid #aaaaaa;
  padding: 3px;
  text-align: center;
}
/* :L3704 */
th.tabla2 {
  background-color: #aaaaaa;
  color: white;
  text-align: center;
  border-right: 1px solid #aaaaaa !important;
  padding: 10px;
  padding-top: 15px !important;
}
/* :L3713 */
th.tabla2.td-transparente {
  background-color: white;
  border: 0px !important;
}
/* :L3718 */
td.tabla2 {
  padding-top: 8px !important;
  padding: 4px;
  border: 1px solid #aaaaaa !important;
  text-align: center;
  padding: 5px;
  padding-top: 15px;
}
/*Tabla Primas*/

/* :L3729 */
th.tabla3 {
  background-color: #aaaaaa;
  text-align: center;
  color: white;
  width: 150px;
  padding: 5px;
  padding-top: 10px;
  border-right: 1px solid #aaaaaa !important;
}
/* :L3739 */
td.tabla3 {
  padding: 5px;
  padding-top: 10px;
  border: 1px solid #aaaaaa !important;
  text-align: center;
}
/*Tabla modalidad de pago*/

/* :L3747 */
table.tabla4 {
  width: 100%;
}
/* :L3751 */
th.tabla4 {
  padding: 5px;
  padding-top: 10px !important;
}
/*Tabla detalles*/

/* :L3757 */
/* :L3760 */
.panel-heading.bg-white.border-button {
  margin-bottom: 10px;
  background-color: white !important;
  border: 0px;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ed8d00 !important;
  font-size: 1.1rem;
  color: black;
}
/* :L3772 */
i.fas.fa-caret-right.home {
  color: #ed8d00 !important;
  margin-right: 5px;
}
/* :L3777 */
.panel.panel-default.no-border {
  border: 0;
}
/* :L3781 */
.panel-body.no-border {
  border: 0 !important;
  padding-bottom: 45px;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ed8d00 !important;
}
/* :L3790 */
.container.Ayuda {
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.61);
}
/************CATASTRÓFICO***************/

/* Landscape phones and smaller */

@media (max-width: 480px) {
  /*******QUICK QUOTE*/
  
  /*-----Título de pantallas-----*/
  
  /* :L3802 */
  span#paso {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
  }
  /* :L3809 */
  span#divisor {
    font-size: 35px;
    font-weight: 100;
    color: #aaaaaa;
    padding-left: 10px;
  }
  /* :L3816 */
  span#titulo {
    padding-left: 10px;
    /* font-family: sans-serif; */
    font-size: 13px;
    color: #aaaaaa;
  }
  /* :L3823 */
  .TituloPaso {
    font-size: 14px;
    font-weight: bold;
  }
  /*-------Formulario multi item fecha de nacimiento----------*/
  
  /* :L3829 */
  .carga-card {
    margin-left: 5%;
    margin-right: 5%;
    border: 3px solid #eaeaea;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /***********QUICK QUOTE DISPLAY*/
  
  /*CARD*/
  
  /* :L3842 */
  .sub-titulo-car1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: white !important;
  }
  /* :L3848 */
  .abajo-card {
    background-color: white !important;
    height: 170px !important;
    border-radius: 0px 0px 20px 20px !important;
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14) !important;
  }
  /* :L3858 */
  .btn-primary.mobile {
    height: 40px !important;
    padding-top: 11px;
    color: #ed8b00;
    background-color: white;
    border-color: #ed8b00;
    border-radius: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* :L3869 */
  .CardDeducibe {
    font-size: 35px;
    text-align: center;
    color: #ed8b00;
    font-style: italic;
  }
  /* :L3877 */
  .arriba-card {
    height: 150px;
    background-color: #a6a6a6;
    border-radius: 20px 20px 0px 0px !important;
    color: white;
  }
  /* :L3884 */
  span.titulo-car1 > strong {
    font-style: italic !important;
    font-size: 1.97em !important;
  }
  /*QUE NO CUBRE*/
  
  /* :L3892 */
  .infoDisplay {
    height: auto;
  }
  /*********PRE QUOTE*/
  
  /*--------Página1*/
  
  /*Botones de peso y estatura*/
  
  /* :L3901 */
  .btnPlus {
    padding-top: 20px;
    margin-left: -15px;
  }
  /* :L3906 */
  .btnLess {
    padding-top: 20px;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L3912 */
  .container.DPS1 {
    border: 3px solid;
    border-color: #aaaaaa;
    border-style: dotted;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    height: auto;
    overflow-x: auto;
    width: auto;
  }
  /* :L3926 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /* boton continuar de la barra de navegación */
  
  /* :L3932 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L3939 */
  button#continueButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L3946 */
  a#backButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L3955 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*Texto aviso mobile*/
  
  /* :L3964 */
  .AvisoMobile {
    text-align: justify;
  }
  /*********BILLING ADDRESS*/
  
  /* :L3970 */
  .row.BgPayment {
    /*background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=57lc5JTMzplJzO3ey58D-g__);*/
    height: 450px;
    background-position-x: center;
    background-size: cover;
    width: 100%;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
  /*********** botones adelante y atras **********/
  
  /* :L3983 */
  a#backButton {
    width: 90px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
    height: 28px;
  }
  /* :L3992 */
  button#continueButton {
    width: 100px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4000 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4008 */
  .btn-primary {
    color: #ed8b00;
    background-color: white;
    border-color: #ed8b00;
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px !important;
    padding-bottom: 3px !important;
    font-size: 12px;
  }
  /* :L4020 */
  .btn-terciary {
    border: 1px solid #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    color: #d8d8d8;
    font-weight: 400;
    font-size: 12px;
    border-radius: 20px;
    height: 30px;
  }
  /* :L4032 */
  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary:focus:active {
    color: white;
    background-color: #ed8b00;
    border: 1px solid #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    color: #d8d8d8;
    font-weight: 400;
    font-size: 12px;
    border-radius: 20px;
    height: 30px;
  }
}
/**********TABLET*************/

/*CARD*/

@media (max-width: 991px) and (min-width: 768px) {
  /* :L4063 */
  .arriba-card {
    height: 150px !important;
    background-color: #a6a6a6 !important;
    border-radius: 20px 20px 0px 0px !important;
    color: white !important;
  }
  /*********PRE QUOTE*/
  
  /*--------Página1*/
  
  /*Botones de peso y estatura*/
  
  /* :L4075 */
  .btnPlus {
    padding-top: 20px;
    text-align: center;
  }
  /* :L4080 */
  .btnLess {
    padding-top: 20px;
    text-align: center;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4088 */
  .container.DPS1 {
    border: 3px solid;
    border-color: #aaaaaa;
    border-style: dotted;
    border-radius: 10px;
    padding: 0px;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    width: auto;
  }
  /* :L4100 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4108 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4120 */
  .row.BgPayment {
    /*background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=57lc5JTMzplJzO3ey58D-g__);*/
    height: 450px;
    background-position-x: center;
    background-size: cover;
    width: 100%;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
}
/* :L4134 */
iframe#launcher {
  z-index: 9999999999999 !important;
  right: 350px;
}
/* :L4139 */
.sc-gkFcWv.jaXHPZ {
  z-index: 10 !important;
}
@media (max-width: 1200px) {
  /* :L4143 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1200px) {
  /* :L4151 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (max-width: 992px) {
  /* :L4159 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  /* :L4169 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  /* :L4176 */
  .container-fluid.botones-footer {
    text-align: center;
    position: fixed !important;
    z-index: 5000;
    background-color: white;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: -2px -3px 16px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -2px -3px 16px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  /* :L4193 */
  .col-md-12.lg-completo.botones-footer {
    text-align: center;
    position: fixed !important;
    z-index: 5000;
    background-color: white;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: -2px -3px 16px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -2px -3px 16px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: -15px;
  }
}
/*Alinea el botón de continuar cuando hay 2 botones*/

/*
@media (max-width: 480px){
button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
    float: right;
}
}*/

/*QUICK QUOTE*/

/*Texto pequeño del correo*/

/* :L4221 */
span.TxtAviso.TxtLittleCheck {
  font-size: 10px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L4227 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L4234 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L4241 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L4248 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L4254 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L4261 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L4268 */
  .row.TxtAviso.TxtLittleCheck {
    padding-right: 20px;
  }
}
/*QUICK QUOTE DISPLAY*/

/*Ocultar botón de actualizar*/

/* :L4275 */
button.instanda-quote-update-button.btn.btn-primary.instanda-button {
  display: none;
}
/* PREQUOTE */

/* :L4280 */
input#CheckNomina {
  margin-top: 12px;
}
/* :L4284 */
.CarCovid {
  /*background: linear-gradient(to left, #e03c2a 0%, #ed8b00 100%);
    color: white;*/
  padding: 5%;
  border-radius: 10px;
  border: 2px solid #ed8b00;
}
/* :L4292 */
.cant-asegurados {
  font-size: 35px;
  font-weight: bold;
}
/* :L4297 */
.card-asegurados.covid.gris {
  background-color: #d8d8d8;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
/* :L4308 */
.TextPrice {
  font-size: 16px;
  font-weight: bold;
}
/* :L4314 */
.texto-Res {
  font-size: 18px;
  color: #666666;
}
/*Margen de comuna*/

/* :L4320 */
div#instanda-question-label-EmpresaDomicilioComunaQQ-1 {
  margin-top: 20px;
}
/*Precio Prima*/

/* :L4325 */
.TextoPrecioCovid {
  font-weight: bold;
}
/* :L4329 */
div#Price {
  background-color: #ed8a0017;
  border: 1px solid #ed8a00;
  border-radius: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 4px;
  text-align: center;
  font-weight: bold;
}
/* :L4340 */
.row.TxtAviso.TxtLittleCheck.Price {
  padding-right: 20px;
  padding-left: 20px;
}
/*TEXTO A continuación sube el listado...*/

/* :L4346 */
div#question132564 {
  margin-top: 20px;
}
/*Centrar texto de pregunta Carga tu nómina de colaboradores aquí.*/

/* :L4351 */
div#question130980 {
  text-align: center;
}
/*ROW imágenes*/

/* :L4356 */
.row.imagenes-desktop-covid {
  margin-right: 15px;
}
/*Imagen del centro*/

/* :L4361 */
.img-centro {
  margin-left: -15px;
}
/* upload file */

/* :L4367 */
.uploadCovit:hover {
  cursor: pointer;
}
/* :L4371 */
.uploadCovit {
  margin-top: 20px;
  margin-left: 25%;
  margin-right: 25%;
}
/* :L4377 */
div#question132565 > div > div {
  text-align: center !important;
  margin-top: 15px;
}
/* :L4382 */
#progress_bar {
  margin: 10px 0;
  font-size: 10px;
  color: black;
  font-weight: bold;
  clear: both;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
/* :L4395 */
#progress_bar.loading {
  opacity: 1.0;
}
/* :L4398 */
#progress_bar .percent {
  background-color: lightblue;
  padding: 1px;
  padding-top: 2px;
  height: auto;
  text-align: center;
  border: none;
  width: 0;
}
/* :L4408 */
img#COVITDownload {
  margin-top: 48px;
}
/*POSTQUOTE*/

/*Dirección*/

/* :L4414 */
div#question130972 {
  display: none;
}
/*Name*/

/* :L4419 */
div#question130977 {
  display: none;
}
/*Card*/

/* :L4424 */
.card-bg-grey-border {
  background-color: whitesmoke;
  border: 3px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
/*Check términos y condiciones*/

/* :L4434 */
div#question130991 {
  margin-left: -15px;
}
/*DETERMINE*/

/* :L4439 */
textarea#SiniestroObservaciones {
  height: auto !important;
}
/* :L4442 */
img.plan-cargas {
  border-radius: 5px;
  border: 2px solid transparent;
}
/* :L4447 */
img.plan-cargas:hover {
  cursor: pointer;
  border: 2px solid #c0a97e;
}
/* :L4452 */
.fechaMI {
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
/* :L4458 */
.campoFecha {
  margin-top: 10px;
}
/* :L4462 */
.cajaDPS {
  width: 100%;
  background-color: #f0f0f0;
  border: 2px solid darkgray;
  border-radius: 5px;
  padding: 25px;
}
/* :L4470 */
.linea {
  background-color: #f85032;
  height: 4px;
  width: 70px;
  margin-top: 8px;
}
/* post quote */

/* :L4479 */
.importante {
  background-color: #f5d9a3;
  padding: 5%;
}
/* quick quote display */

/*
.tab-desSeleccionado{
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-radius: 10px 10px 0px 0px;
}*/

/****POSTQUOTE****/

/* Ocultar terminosy condiciones*/

/* :L4494 */
div#question130368 {
  display: none;
}
/*****ENDOSO******/

/* :L4499 */
div#question130133 {
  display: none;
}
/*Texto informativo*/

/* :L4503 */
.TextoInfoEspejo {
  margin-bottom: 20px;
}
/*Circulo de asistencias*/

/*Color de fonfo*/

/* :L4509 */
.circle-asist {
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 67px;
  /*Alineación vertical*/
  display: flex;
  align-items: center;
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L4523 */
  .circle-asist {
    min-height: 90px;
  }
}
/*Border*/

/* :L4530 */
.border-radial {
  border: 1px solid;
  border-radius: 50px;
}
/*Color del border*/

/* :L4536 */
.border-orange {
  border-color: #ed8b00;
}
/* :L4540 */
.border-red {
  border-color: #e03c2a;
}
/*Texto de asistencias*/

/* :L4545 */
.info-asist {
  font-size: 11px;
  text-align: center;
}
/*Tabs*/

/*Padding del título del tab*/

/*.nav-tabs>li>a.plan-espejo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}
*/

/* :L4562 */
.nav-tabs > li > a.plan-espejo {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid;
  border-bottom: 0;
}
/*Color del tabs activado*/

/* :L4575 */
.nav-tabs > li.active > a.plan-espejo {
  color: #ed8b00;
  cursor: default;
  background-color: white;
  border: 1px solid #ed8b00;
  border-bottom-color: transparent;
  font-size: 17px;
  font-weight: bold;
}
/* :L4585 */
/*Contenido del tab*/

/* :L4592 */
.tab-content.plan-espejo {
  background-color: white;
  border: 1px solid #ed8b00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
/* :L4600 */
.nav-tabs.plan-espejo {
  border: 0;
}
/*Tabla*/

/* :L4605 */
td.border-right-on {
  border-right: 1px solid #dddddd;
}
/*Coberturas opcionales*/

/* :L4610 */
span.Text-big-orange {
  font-size: 20px;
  color: #ed8c02;
  font-style: initial;
  text-transform: uppercase;
}
/* :L4617 */
tr.title-cobertura {
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}
/* :L4623 */
.sub-title-cobertura {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L4629 */
.cobertura-fondo-naranjo {
  background-color: #fff1cc;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
/*Propiedades del naranjo pero con fondo blanco y sin margen*/

/* :L4643 */
.cobertura-fondo-naranjo.fondo-blanco {
  background-color: white;
  padding-top: 10px;
  font-size: 12px;
  min-height: auto;
}
/*Nombre de las coberturas opcionales*/

/*Medicamentos*/

/*-----Hasta un 50%...---*/

/* :L4653 */
span.Txt-Cober-QQD {
  font-size: 18px;
}
/* :L4657 */
span.Txt-Porc-blue-QQD {
  font-size: 20px;
  font-weight: bold;
  color: #0064a6;
}
/*Dental*/

/* :L4664 */
span.Txt-Porc-green-QQD {
  font-size: 20px;
  font-weight: bold;
  color: #15a1a7;
}
/*PREQUOTE*/

/*Fondo gris*/

/* :L4671 */
.Background-Gris {
  background-color: whitesmoke;
  padding: 20px;
}
/*Borde punteado*/

/* :L4677 */
.Borde-Punteado {
  border: 1px solid #cccccc;
  border-radius: 10px;
  border-style: dashed;
}
/*Ocultar fecha de inicio*/

/* :L4684 */
div#question122358 {
  display: none;
}
/*Ocultar input RUT*/

/* :L4689 */
/*QUOTE DISPLAY*/

/* :L4695 */
.container-fluid.No-Padding {
  padding-right: 0;
  padding-left: 0;
}
/* :L4700 */
.Borde-Lineal-gris {
  border: 1px solid #666666;
  border-radius: 20px;
}
/*Precio*/

/* :L4706 */
.Quote-Price {
  color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #eaa621;
  background: -moz-linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  background: -webkit-linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  background: linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaa621", endColorstr="#e3643b", GradientType=1);
}
/*Titulo precio*/

/* :L4719 */
.Title-Price {
  font-size: 25px;
  font-weight: 700;
}
/*Texto precio*/

/* :L4725 */
.Text-Price {
  font-size: 18px;
}
/*Texto UF*/

/* :L4731 */
.TxtCalculoUF-Center {
  color: #666666;
  font-size: 0.9em;
  text-align: center;
  padding-top: 10px;
}
/*Cards Imgs*/

/* :L4739 */
.row.Cuadros-Imgs {
  padding: 20px;
}
/* :L4743 */
.Background-Blanco {
  background-color: white;
}
/* :L4747 */
.Borde-Lineal-Blanco {
  border: 2px solid white;
  border-radius: 10px;
}
/* :L4752 */
.Borde-Lineal-naranjo {
  border: 2px solid #ed8b00;
  border-radius: 10px;
}
/*Imágenes*/

/* :L4758 */
img.Img-Doc {
  width: 30px;
}
/* :L4762 */
img.Img-Clinic {
  width: 50px;
}
/* :L4766 */
img.Img-FaceHap {
  width: 40px;
}
/* :L4770 */
img.Img-Doc2 {
  width: 35px;
}
/* :L4774 */
img.Img-FaceSad {
  width: 40px;
}
/*Texto Imgs*/

/* :L4779 */
.Text-Img {
  font-size: 10px;
}
/*Icono > de imágenes*/

/* :L4784 */
i.fas.fa-angle-right.iconoQuote {
  font-size: 16px;
}
/*Centrar tablas de imágenes*/

/* :L4789 */
.Cuadro.Borde-Lineal-Blanco.Background-Blanco {
  text-align: -webkit-center;
}
/* :L4793 */
.cuadro.Borde-Lineal-naranjo.Background-Blanco {
  text-align: -webkit-center;
}
/*Listas*/

/* :L4798 */
ul.no-marging {
  padding-left: 15px;
}
/* :L4802 */
li.Li-Orange {
  color: #ed8b00;
  padding-bottom: 5px;
}
/* :L4807 */
span.Text-Gray {
  color: #666666;
}
/*Lista de Imágenes*/

/* :L4812 */
li.Imgs {
  list-style: none;
  margin-left: -15px;
  padding-bottom: 10px;
}
/*Imágenes de lista*/

/* :L4819 */
img.Img-List.Dental {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4826 */
img.Img-List.medicina {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4833 */
img.Img-List.Doctor {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4840 */
img.Img-List.Avion {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4847 */
img.Img-List.Ambulancia {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/*POSTQUOTE*/

/*Margen superior Región y Comuna */

/* :L4856 */
div#question122339 {
  margin-top: 1px;
}
/* :L4860 */
input#Postcode122474 {
  display: none;
}
/*Name*/

/* :L4865 */
div#question122477 {
  display: none;
}
/*Ocultar check de térmimos y condiciones*/

/* :L4870 */
div#question122475 {
  display: none;
}
/*CANCELACIÓN*/

/* :L4875 */
div#question122481 {
  display: none;
}
/*Botones*/

/* :L4879 */
a.btn.btn-slider {
  background-image: none;
  background-color: white;
  border: 2px solid #ed8b00;
  padding-top: 10px;
  padding-bottom: 6px !important;
  height: min-content;
  color: #ed8b00;
  opacity: 1;
}
/*Botón derecho*/

/* :L4891 */
a.btn.btn-slider.right {
  padding-left: 15px;
}
/*Botón izquierdo*/

/* :L4896 */
a.btn.btn-slider.left {
  padding-left: 13px;
}
/*Icono de flecha*/

/* :L4901 */
i.fa.fa-chevron-right {
  text-shadow: none;
}
/* :L4905 */
i.fa.fa-chevron-left {
  text-shadow: none;
}
/*CARD MOBILE*/

/* :L4910 */
.card.card-vertical.mobile {
  border: 2px solid #ed8b00;
  padding-bottom: 20px;
  box-shadow: none;
}
/* :L4916 */
.CardTop.mobile {
  background-color: #ed8b00;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/*Precio*/

/* :L4925 */
.PrecioClp.mobile {
  font-style: inherit;
  font-weight: bold;
  font-size: 20px;
}
/* :L4931 */
.PrecioUF.mobile {
  color: white;
  font-style: inherit;
}
/* :L4936 */
.DeducibleUF.mobile {
  font-style: inherit;
  font-weight: bold;
}
/*Botón*/

/* :L4942 */
.btn.btn-primary.AP.mobile {
  background-color: #ed8b00;
  color: white;
  padding-bottom: 10px !important;
  padding-top: 12px !important;
}
/*Contenido de slider*/

/* :L4950 */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: none;
}
/*Alineación vertical de botones laterales*/

/* :L4958 */
a.btn.btn-slider.right.carousel-control {
  margin-top: 170px;
}
/* :L4962 */
a.btn.btn-slider.left.carousel-control {
  margin-top: 170px;
}
/*Circulos indicadores*/

/* :L4967 */
ol.carousel-indicators {
  display: none;
}
/*Quick quote display AP */

/*Azul*/

/* :L4977 */
.card-border-blue {
  border: 2px solid #0064a6;
  border-radius: 10px;
  padding: 20px;
  color: #0064a6;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  min-height: 439px;
  width: 80%;
}
/*Desde tablet*/

@media (max-width: 991px) and (min-width: 768px) {
  /* :L4991 */
  .card-border-blue {
    min-height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
/*Mobile*/

@media (max-width: 480px) {
  /* :L5000 */
  .card-border-blue {
    min-height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
/* :L5007 */
.col-md-6.card-blue {
  text-align: -webkit-right;
}
/*Verde*/

/* :L5012 */
.card-border-green {
  border: 2px solid #15a1a7;
  border-radius: 10px;
  padding: 20px;
  color: #15a1a7;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  min-height: 439px;
  width: 80%;
}
/*Desde tablet*/

@media (max-width: 991px) and (min-width: 768px) {
  /* :L5027 */
  .card-border-green {
    min-height: auto;
    width: 100%;
  }
}
/*Mobile*/

@media (max-width: 480px) {
  /* :L5035 */
  .card-border-green {
    min-height: auto;
    width: 100%;
  }
}
/* :L5041 */
.col-md-6.card-green {
  text-align: -webkit-left;
}
/* :L5045 */
.text-card-green.little-text {
  padding-top: 25px;
  font-size: 13px;
  font-weight: 100;
}
/*Centrar img*/

/* :L5052 */
.img-salco {
  align-items: center;
  align-self: center;
  text-align: -webkit-center;
  align-content: center;
}
/* :L5059 */
.img-redSalud {
  align-items: center;
  align-self: center;
  text-align: -webkit-center;
  align-content: center;
}
/*QUICK QUOTE QUESTIONS*/

/*Ocultar input RUT*/

/* :L5067 */
div#question122337 {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/* :L5072 */
.nav-tabs > li.l-exclusivo {
  float: left;
  margin-bottom: -21px;
}
/*POSTQUOTE*/

/* :L5078 */
.InfoMarcoLE {
  border: 1px solid #aaaaaa;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 3px;
  float: inherit;
  width: 210px;
}
/*ENDOSO*/

/*Fecha de endoso*/

/* :L5090 */
div#question126242 {
  display: none;
}
/* :L5094 */
.btn-eliminar:hover {
  background-color: #ed8b00;
  color: white !important;
  border: none !important;
}
/* :L5100 */
.btn-eliminar {
  cursor: pointer;
}
/*Quote Display*/

/* :L5104 */
.card.agent-card.white.AltoFijo {
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  min-height: 306px;
  margin-bottom: 10px;
}
/* :L5112 */
.card-title.covid-empleado {
  background-color: #ed8b00;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
/***PREQUOTE***/

/*check*/

/* :L5123 */
.check-text {
  text-align: justify;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 15px;
}
/* :L5130 */
.help-mail {
  border: 1px solid #ed8b00;
  border-radius: 5px;
  padding: 10px;
  background-color: antiquewhite;
  color: black;
}
/*Cupon de descuento*/

/* :L5139 */
div#question151684 {
  margin-top: 20px;
}
/*Comuna*/

/* :L5144 */
div#instanda-question-label-EmpresaDomicilioComuna-1 {
  margin-top: 15px;
}
/*Check Declaro que el trabajador es afiliado a Fonasa o beneficiario de Isapre.*/

/* :L5149 */
div#question151683 {
  margin-top: 10px;
}
/*Fecha Inicio*/

/* :L5154 */
div#question151583 {
  display: none;
}
/*Endoso*/

/* :L5159 */
div#question151584 {
  display: none;
}
/**POSTQUOTE**/

/*Ocultar Post Quote*/

/* :L5165 */
div#question151601 {
  display: none;
}
/*NAME*/

/* :L5170 */
div#question151602 {
  display: none;
}
/* :L5174 */
.bg-grey-bold-font-white {
  background-color: grey;
  color: white;
  font-size: 23px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
}
/* :L5184 */
.title-line {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-left: 15px;
  margin-right: 15px;
}
/*Tabla*/

/* :L5195 */
td.td-1-ci {
  border: 0 !important;
  width: 30%;
}
/* :L5200 */
td.td-2-ci {
  border: 0 !important;
}
/* :L5204 */
td.td-3-ci {
  border: 0 !important;
}
/**SALE CONFIRMATION**/

/* :L5209 */
a.btn-volver-cotizar {
  border: 2px solid #ed8b00;
  background-color: #ed8b00;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 10px;
  height: 40px;
}
/* :L5223 */
.btn-volver-cotizar {
  margin-top: 30px;
}
/***PREQUOTE***/

/*Ocultar inicio de vigencia*/

/* :L5228 */
div#question156284 {
  display: none;
}
/*Margen superior del Rut del corredor */

/* :L5233 */
div#question156307 {
  margin-top: 20px;
}
/*Declaro que el trabajador es afiliado a Fonasa o beneficiario de Isapre.*/

/* :L5238 */
div#question156283 {
  margin-top: 10px;
}
/***POSTQUOTE***/

/*Postal*/

/* :L5244 */
div#question156299 {
  display: none;
}
/*NAME*/

/* :L5249 */
div#question156302 {
  display: none;
}
/*Botones*/

/* :L5253 */
.btn-primary.corona {
  color: #773dbd;
  border-color: #773dbd;
}
/* :L5258 */
.btn-primary.corona:hover,
.btn-primary.corona:focus,
.btn-primary.corona:visited {
  color: white;
  border-color: #773dbd;
  background-color: #773dbd;
}
/* :L5264 */
.btn-terciary.corona:hover,
.btn-terciary.corona:focus,
.btn-terciary.corona:visited {
  color: #773dbd;
  border-color: #773dbd;
}
/*Input*/

/* :L5270 */
.form-control.corona:focus {
  border-color: #773dbd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*Imagen QQQ*/

/* :L5277 */
.imagen-plan.corona:hover,
.imagen-plan.corona:active,
.imagen-plan.corona:visited {
  filter: none !important;
  border-color: #773cbe !important;
  background-color: #eddeff !important;
  color: #773cbe !important;
}
/*Img Calendario*/

/* :L5285 */
input#ClienteNacimientoQQ.corona {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZVhWNFltaHRkbmMyTTFWSFJVSkZXWEYzZW5KTFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBUjBTemtLeSFUTW93cFRjLDEwMDAscHZFdUBHbHlGOVFzbkExcyw2NzY2UEVpZnZDVUw5cEVnSHk4N2F1aExpWkJPSmtBZXBKbmR1Ri80ZjBCZzYxVkcvVi9McnZuUHQzVFhoTHNNKzFlODZmaVVhOGZFRlh6bTB1QU1oUT09);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/* :L5295 */
.imgCalendario.corona {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZVhWNFltaHRkbmMyTTFWSFJVSkZXWEYzZW5KTFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBUjBTemtLeSFUTW93cFRjLDEwMDAscHZFdUBHbHlGOVFzbkExcyw2NzY2UEVpZnZDVUw5cEVnSHk4N2F1aExpWkJPSmtBZXBKbmR1Ri80ZjBCZzYxVkcvVi9McnZuUHQzVFhoTHNNKzFlODZmaVVhOGZFRlh6bTB1QU1oUT09);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/*Linea*/

/* :L5306 */
.linea.corona {
  background-color: #773cbe;
}
/* :L5310 */
.LineTituloPaso.corona {
  background-color: #773cbe;
}
/*Quick Quote Display*/

/* :L5316 */
.Quote-Price.corona {
  color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #eaa621;
  background: -moz-linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  background: -webkit-linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  background: linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b194d3", endColorstr="#773cbe", GradientType=1);
}
/* :L5328 */
.tab-content.plan-espejo.corona {
  border: 1px solid #773dbd;
}
/* :L5332 */
.nav-tabs.corona > li.active.corona > a.plan-espejo.corona {
  color: #773dbd !important;
  cursor: default;
  background-color: white;
  border: 1px solid #773dbd;
  border-bottom-color: transparent;
  font-size: 17px;
  font-weight: bold;
}
/* :L5342 */
span.Text-big-orange.corona {
  color: #773dbd;
}
/* :L5346 */
a.plan-espejo.corona:hover {
  /*color: #773dbd !important;*/
  color: white !important;
  background-color: #773dbd !important;
}
/*PreQuote*/

/* :L5353 */
span.RutColor.corona {
  color: #773dbd;
}
/* :L5357 */
li.DPS.corona {
  color: #773dbd;
}
/* :L5361 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.corona {
  color: #773dbd;
}
/* :L5365 */
i.fa.fa-exclamation-circle.corona {
  color: #773dbd;
}
/*Quote Display*/

/* :L5370 */
span.TxtYelow.corona {
  color: #773dbd;
}
/*PostQuote*/

/* :L5375 */
.importante.corona {
  background-color: #f3eafd;
}
/*Sale Confirmation*/

/* :L5380 */
.backgroundSale.corona {
  background-size: cover;
  color: white;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -moz-linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  background: -webkit-linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  background: linear-gradient(90deg, #b194d3 0%, #773cbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b194d3", endColorstr="#773cbe", GradientType=1);
}
/*Scroll*/

/* :L5395 */
.container.DPS1.corona {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  height: 500px;
  overflow-y: scroll;
  width: auto;
}
/*DPS*/

/* :L5408 */
.container.DPS1.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5412 */
.container.DPS1.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5416 */
.container.DPS1.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5420 */
.container.DPS1.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5424 */
.container.DPS1.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5430 */
.container.DPS1.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L5435 */
.infoDisplay.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5439 */
.infoDisplay.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5443 */
.infoDisplay.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5447 */
.infoDisplay.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5451 */
.infoDisplay.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5457 */
.infoDisplay.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

/*----------------RADIO BUTTON*/

/* :L5464 */
.radioCorona.input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative !important;
  background-color: white;
  color: #666666;
  top: 10px;
  height: 26px;
  width: 26px;
  border: 2px solid #646569;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none !important;
}
/* :L5482 */
.radioCorona:hover {
  cursor: pointer;
}
/*Borde azul*/

/* :L5487 */
.radioCorona:focus,
.radioCorona:focus,
.radioCorona:focus {
  outline: 0;
  outline-offset: 0;
  /*border: 1px solid #ed8b00;*/
  border: 1px solid #773cbe;
}
/****************/

/* :L5496 */
input.radioCorona::before {
  color: #773cbe !important;
}
/*************/

/* :L5501 */
input.radioCorona[type=checkbox]:focus,
input.radioCorona[type=file]:focus,
input.radioCorona[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #773cbe;
}
/****QUICK QUOTE****/

/* BORDES BENEFICIOS */

/* :L5509 */
.border-morado1 {
  border: 2px solid #7237c0 !important;
}
/* :L5513 */
.border-morado2 {
  border: 2px solid #5d2d9e !important;
}
/* :L5517 */
.border-morado3 {
  border: 2px solid #54288d !important;
}
/* :L5521 */
.border-morado4 {
  border: 2px solid #381b5d !important;
}
/****PREQUOTE****/

/*Pag 6*/

/*Ocultar dps enfermedad*/

/* :L5528 */
div#question161971 {
  display: none;
}
/*Ocultar dps deporte*/

/* :L5533 */
div#question161972 {
  display: none;
}
/****POSTQUOTE****/

/*POST CODE*/

/* :L5539 */
input#Postcode162097 {
  display: none;
}
/*Name*/

/* :L5543 */
div#question162102 {
  display: none;
}
/*Términos*/

/* :L5548 */
div#question162098 {
  display: none;
}
/* :L5551 */
.Cyber-Code {
  font-size: 17px;
  text-align: center;
}
/* :L5556 */
input#PromotionalCode {
  text-align: center;
}
/* :L5560 */
.div-descuento {
  border: 1px solid #ed8b00;
  border-radius: 20px;
  border-style: dashed;
  background-color: white;
  color: #ee8b00;
  padding: 20px;
  margin: 0px 15px 30px 15px;
}
/****QUICK QUOTE QUESTIONS*****/

/*Ocultar asistencia*/

/* :L5571 */
div#question211103 {
  display: none;
}
/****QUICK QUOTE QUESTIONS*****/

/*Fecha endoso*/

/* :L5577 */
div#question210562 {
  display: none;
}
/****QUICK QUOTE QUESTIONS*****/

/*Ocultar RUT*/

/* :L5583 */
div#question210617 {
  display: none;
}
/*Ocultar inicio de vigencia*/

/* :L5588 */
div#question210573 {
  display: none;
}
/*Ocultar Pregunta DPS para documentos*/

/* :L5593 */
div#question210623 {
  display: none;
}
/****QUICK QUOTE DISPLAY*****/

/* :L5598 */
.card-asistencias-12col {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 5px -2px rgbaa(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.14);
}
/*Ocultar radios*/

/* :L5607 */
/* :L5611 */
/****POST QUOTE QUESTIONS*****/

/*Ocultar NAME*/

/* :L5617 */
div#question210727 {
  display: none;
}
/*Ocultar Postcode*/

/* :L5622 */
input#Postcode210723 {
  display: none;
}
/*Ocultar Check terminos y condiciones*/

/* :L5627 */
div#question210724 {
  display: none;
}
/****QUICK QUOTE QUESTIONS*****/

/*Tipo de plan*/

/* :L5632 */
/*Ocultar asistencia*/

/* :L5637 */
div#question223887 {
  display: none;
}
/****PRE QUOTE QUESTIONS*****/

/*RUT*/

/* :L5643 */
div#question223624 {
  display: none;
}
/****POST QUOTE QUESTIONS*****/

/* :L5648 */
input#Postcode223795 {
  display: none;
}
/*NAME*/

/* :L5653 */
div#question223800 {
  display: none;
}
/*Check términos y condiciones*/

/* :L5658 */
div#question223796 {
  display: none;
}
/****ENDOSO*****/

/*Fecha de endoso*/

/* :L5664 */
div#question223516 {
  display: none;
}
/**** Ocultar las preguntas auxiliares *****/

/* :L5670 */
.PreguntasAuxiliares {
  display: none;
}
/*AP*/

/* :L5674 */
div#question240603 {
  display: none;
}
/*CAT*/

/* :L5679 */
div#question240601 {
  display: none;
}
/*SB*/

/* :L5684 */
div#question240600 {
  display: none;
}
/*LC*/

/* :L5689 */
div#question240604 {
  display: none;
}
/*APB*/

/* :L5694 */
div#question240602 {
  display: none;
}
/***CARD RESUMEN*****/

/* :L5698 */
.card-resumen-vc.consalud {
  border-color: #009999;
}
/* :L5702 */
.card-resumen-vc-link.consalud {
  color: #009999;
}
/* :L5706 */
a.consalud:hover,
a.consalud:focus {
  color: #009999;
  text-decoration: none;
}
/****QUICK QUOTE DISPLAY*****/

/* :L5712 */
.planes-varios {
  border: 1px solid #ed8b00;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
}
/* :L5719 */
.planes-varios-title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* :L5724 */
.planes-varios-header {
  background-color: #ed8b00;
  color: white;
  margin-left: -11px;
  margin-right: -11px;
  margin-top: -11px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
  background: #eaa621;
  background: -moz-linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  background: -webkit-linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  background: linear-gradient(90deg, #eaa621 0%, #e3643b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaa621", endColorstr="#e3643b", GradientType=1);
}
/* :L5743 */
.planes-varios-header.rojo {
  background: #d90404;
}
/* :L5747 */
.planes-varios.rojo {
  border: 1px solid #d90404;
}
/* :L5751 */
.planes-varios-header.morado {
  background: #6f00a5;
}
/* :L5755 */
.planes-varios.morado {
  border: 1px solid #6f00a5;
}
/* :L5759 */
.planes-varios-header.amarillo {
  background: #f8dc00;
}
/* :L5763 */
.planes-varios.amarillo {
  border: 1px solid #f8dc00;
}
/****PRE QUOTE QUESTIONS*****/

/*Inicio de Vigencia*/

/* :L5771 */
div#question247420 {
  display: none;
}
/*********** check de condiciones POST-QUOTE *************/

/* :L5776 */
#question247653 {
  display: none;
}
/*********** Fecha endoso *************/

/* :L5781 */
div#question247389 {
  display: none;
}
/*PREQUOTE*/

/* Ocultar fecha de inicio */

/* :L5786 */
div#question257758 {
  display: none;
}
/* QUICK QUOTE */

/* ocultar fecha del Endoso */

/* :L5792 */
#question257744 {
  display: none;
}
/* ORIGEN COMPAÑIA */

/* :L5798 */
div#question257742 {
  display: none;
}
/*Cupon de descuento*/

/* :L5803 */
div#question307819 {
  margin-top: 20px;
}
/*QUICK QUOTE DISPLAY*/

/*Tabla*/

/* :L5808 */
td.cober-text-bg {
  background-color: #0098d4;
  color: white;
  padding: 10px;
}
/* :L5814 */
td.cober-header-bg {
  background-color: #a3cfe6;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
/* :L5821 */
td.cober-valor-bg {
  background-color: #cceaf6;
  text-align: center;
  padding: 10px;
}
/* :L5827 */
td.divisor-bg {
  background-color: #0064a6;
  padding: 10px;
  color: white;
}
/* :L5833 */
td.cober-text-bg.left-top {
  border-top-left-radius: 10px;
}
/* :L5837 */
td.cober-header-bg.left-top {
  border-top-left-radius: 10px;
}
/* :L5841 */
td.cober-header-bg.right-top {
  border-top-right-radius: 10px;
}
/* :L5845 */
td.cober-text-bg.left-bottom {
  border-bottom-left-radius: 10px;
}
/* :L5849 */
td.cober-valor-bg.right-bottom {
  border-bottom-right-radius: 10px;
}
/*PREQUOTE*/

/* Ocultar fecha de inicio */

/* :L5856 */
div#question255539 {
  display: none;
}
/* ocultar fecha del endoso */

/* :L5862 */
#question255527 {
  display: none;
}
/*PREQUOTE DISPLAY*/

/*Fecha inicio*/

/* :L5867 */
div#question275936 {
  display: none;
}
/*POSTQUOTE*/

/*Términos y condiciones*/

/* :L5873 */
div#question276169 {
  display: none;
}
/*name*/

/* :L5878 */
div#question276173 {
  display: none;
}
/*Endoso*/

/* :L5883 */
div#question275906 {
  display: none;
}
/*PREQUOTE DISPLAY*/

/*Fecha inicio*/

/* :L5888 */
div#question283910 {
  display: none;
}
/*POSTQUOTE*/

/*Post Code*/

/* :L5894 */
input#Postcode284137 {
  display: none;
}
/*Términos y condiciones*/

/* :L5898 */
div#question284138 {
  display: none;
}
/*name*/

/* :L5903 */
div#question284142 {
  display: none;
}
/*Fecha endoso*/

/* :L5908 */
div#question283892 {
  display: none;
}
/* Quick Quote Questions*/

/*OCULTAR ORIGEN DE COMPAÑIA*/

/* :L5914 */
div#question286362 {
  display: none;
}
/* Quick Quote Display*/

/* :L5919 */
.GrupoPlanesRS {
  margin-left: 2%;
  margin-right: 2%;
}
/* :L5924 */
.Card-G-Plan-RS {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
/* :L5929 */
.op-card-RS-btn {
  border-radius: unset;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: rgba(180, 180, 180, 0.1);
  text-align: left;
}
/* :L5938 */
.titulo-rs-card {
  margin-left: 30%;
  margin-right: 30%;
  border-bottom: 3px solid #a7bc4c;
}
/* :L5944 */
.titulo-verde-RS {
  color: #a7bc4c;
  text-align: center;
  font-size: 18px;
}
/* :L5950 */
.RS-Seleccion {
  position: relative;
  top: 163px;
  left: 10px;
  color: #009999;
}
/* :L5957 */
.btn-radio-plan {
  position: relative;
  display: inline-block;
  margin-top: -5px;
}
/* :L5963 */
.btn-radio-plan > input {
  margin-right: 0px;
  margin-top: -10px;
  /* 	width:23px;
  	height:23px;*/
  border: 2px solid #dddddd;
}
/*OCULTAR PLANES*/

/* :L5972 */
div#plan-80 {
  display: none;
}
/* :L5976 */
div#plan-60 {
  display: none;
}
/*****/

/* :L5982 */
.tabla-Salcobrand {
  border-radius: 10px;
  padding: 10px;
}
/*PREQUOTE DISPLAY*/

/*Fecha inicio*/

/* :L5989 */
div#question286396 {
  display: none;
}
/*POSTQUOTE*/

/*Name*/

/* :L5995 */
div#question286583 {
  display: none;
}
/* terminos y condiciones check */

/* :L5999 */
div#question286580 {
  display: none;
}
/* fecha endoso */

/* :L6004 */
div#question286365 {
  display: none;
}
/*Botones*/

/* :L6008 */
.btn-primary.redsalud {
  color: #009999;
  border-color: #009999;
}
/* :L6013 */
.btn-primary.redsalud:hover,
.btn-primary.redsalud:focus,
.btn-primary.redsalud:visited {
  color: white;
  border-color: #009999;
  background-color: #009999;
}
/* :L6019 */
.btn-terciary.redsalud:hover,
.btn-terciary.redsalud:focus,
.btn-terciary.redsalud:visited {
  color: #009999;
  border-color: #009999;
}
/* :L6024 */
.btn.btn-secundary {
  border: 2px solid #009999;
  color: #009999;
}
/*Botones de agregar y restar cargas*/

/* :L6031 */
.boton-agregar.btn.btn-default.consalud {
  background-color: #009999;
  border-color: #009999;
  color: white;
  text-align: center;
  padding-right: 16px;
}
/* :L6039 */
.boton-agregar.btn.btn-default.consalud:hover {
  background-color: white !important;
  border-color: #009999;
  color: #009999 !important;
  text-align: center;
  padding-right: 16px;
}
/* :L6047 */
.boton-restar.btn.btn-default.consalud {
  background-color: #009999;
  border-color: #009999;
  color: white;
  text-align: center;
  padding-left: 15px;
}
/* :L6055 */
.boton-restar.btn.btn-default.consalud:hover {
  background-color: white !important;
  border-color: #009999;
  color: #009999 !important;
  text-align: center;
  padding-left: 15px;
}
/*Input*/

/* :L6065 */
.form-control.redsalud:focus {
  border-color: #009999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*Imagen QQQ*/

/* :L6072 */
.imagen-plan.redsalud:hover,
.imagen-plan.redsalud:active,
.imagen-plan.redsalud:visited {
  filter: none !important;
  border-color: #009999 !important;
  background-color: #00999933 !important;
  color: #009999 !important;
}
/*Img Calendario*/

/* :L6080 */
input#ClienteNacimientoQQ.redsalud {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZWxoeGRrbG9lVU56YUhVeGVqZHNNRFV0YmxKNFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxqYmlGRzAzTHhsbklLalEzLDEwMDAsRCFyY1RkV1ZZcUI5ZHdEWSw1b3Y4ZG5CT0VmQU16SEYyeDRZZFdTbUM0cnZaNDJPZThZdWI4ZUhlNnVoSHFyVGpBdXRpWGpnK1Y3US9ROE5ZTUdWNXlrMUJwbXFHSUZBTHNLN2pFQT09);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/* :L6090 */
.imgCalendario.redsalud {
  background-repeat: no-repeat;
  background-position-x: inherit;
  padding-left: 40px;
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZWxoeGRrbG9lVU56YUhVeGVqZHNNRFV0YmxKNFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxqYmlGRzAzTHhsbklLalEzLDEwMDAsRCFyY1RkV1ZZcUI5ZHdEWSw1b3Y4ZG5CT0VmQU16SEYyeDRZZFdTbUM0cnZaNDJPZThZdWI4ZUhlNnVoSHFyVGpBdXRpWGpnK1Y3US9ROE5ZTUdWNXlrMUJwbXFHSUZBTHNLN2pFQT09);
  background-size: 25px;
  background-position-y: center;
  background-position-x: 5px;
}
/*Linea*/

/* :L6101 */
.linea.redsalud {
  background-color: #009999;
}
/* :L6105 */
.LineTituloPaso.redsalud {
  background-color: #009999;
}
/*Quick Quote Display*/

/* :L6111 */
.Quote-Price.redsalud {
  color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #eaa621;
  background: -moz-linear-gradient(90deg, #009999 0%, #035c5c 100%);
  background: -webkit-linear-gradient(90deg, #009999 0%, #035c5c 100%);
  background: linear-gradient(90deg, #009999 0%, #035c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b194d3", endColorstr="#773cbe", GradientType=1);
}
/* :L6123 */
.tab-content.plan-espejo.redsalud {
  border: 1px solid #009999;
}
/* :L6127 */
.nav-tabs.redsalud > li.active.redsalud > a.plan-espejo.redsalud {
  color: #009999 !important;
  cursor: default;
  background-color: white;
  border: 1px solid #009999;
  border-bottom-color: transparent;
  font-size: 17px;
  font-weight: bold;
}
/* :L6137 */
span.Text-big-orange.redsalud {
  color: #009999;
}
/* :L6141 */
a.plan-espejo.redsalud:hover {
  /*color: #773dbd !important;*/
  color: white !important;
  background-color: #009999 !important;
}
/***CARDS 2023***/

/* :L6149 */
.card-titulo-2023.redsalud {
  color: #a5c136;
}
/* :L6153 */
.card-titulo-light-2023.redsalud {
  color: #a5c136;
}
/* :L6157 */
.divisor-card-2023.redsalud {
  background-color: #a5c136;
}
/* :L6161 */
span.check-card-2023.redsalud {
  color: #a5c136;
}
/* :L6165 */
.Seleccion-card-2023.redsalud {
  color: #099d9d;
}
/*Valor UF*/

/* :L6170 */
span.text-body-card-2023.redsalud {
  color: #a5c136;
}
/*PreQuote*/

/* :L6175 */
span.RutColor.redsalud {
  color: #009999;
}
/* :L6179 */
li.DPS.redsalud {
  color: #009999;
}
/* :L6183 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.redsalud {
  color: #009999;
}
/* :L6187 */
i.fa.fa-exclamation-circle.redsalud {
  color: #009999;
}
/*Quote Display*/

/* :L6192 */
span.TxtYelow.redsalud {
  color: #009999;
}
/*PostQuote*/

/* :L6197 */
.importante.redsalud {
  background-color: #f3eafd;
}
/*Sale Confirmation*/

/* :L6202 */
.backgroundSale.redsalud {
  background-size: cover;
  color: white;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -moz-linear-gradient(90deg, #009999 0%, #035c5c 100%);
  background: -webkit-linear-gradient(90deg, #009999 0%, #035c5c 100%);
  background: linear-gradient(90deg, #009999 0%, #035c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b194d3", endColorstr="#773cbe", GradientType=1);
}
/*Scroll*/

/* :L6217 */
.container.DPS1.redsalud {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  height: 500px;
  overflow-y: scroll;
  width: auto;
}
/* :L6229 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/*DPS*/

/* :L6236 */
.container.DPS1.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6240 */
.container.DPS1.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6244 */
.container.DPS1.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6248 */
.container.DPS1.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6252 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6258 */
.container.DPS1.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L6263 */
.infoDisplay.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6267 */
.infoDisplay.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6271 */
.infoDisplay.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6275 */
.infoDisplay.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6279 */
.infoDisplay.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6285 */
.infoDisplay.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

/*----------------RADIO BUTTON*/

/* :L6292 */
.radioredsalud.input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative !important;
  background-color: white;
  color: #666666;
  top: 10px;
  height: 26px;
  width: 26px;
  border: 2px solid #646569;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none !important;
}
/* :L6310 */
.radioredsalud:hover {
  cursor: pointer;
}
/*Borde azul*/

/* :L6315 */
.radioredsalud:focus,
.radioredsalud:focus,
.radioredsalud:focus {
  outline: 0;
  outline-offset: 0;
  /*border: 1px solid #ed8b00;*/
  border: 1px solid #773cbe;
}
/****************/

/* :L6324 */
input.radioredsalud::before {
  color: #a7bc4c !important;
}
/*************/

/* :L6329 */
input.radioredsalud[type=checkbox]:focus,
input.radioredsalud[type=file]:focus,
input.radioredsalud[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #773cbe;
}
/*****/

/* :L6336 */
input.radioredsalud[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #a7bc4c;
}
/***DESCUENTO*****/

/* :L6344 */
.div-descuento.redsalud {
  border: 1px solid #009999;
  border-radius: 20px;
  border-style: dashed;
  background-color: white;
  color: #009999;
  padding: 20px;
  margin: 0px 15px 30px 15px;
}
/* :L6354 */
.btn-orange.redsalud {
  background-color: #009999;
}
/* :L6358 */
.btn-orange.redsalud:hover {
  color: #009999;
  background-color: white;
  border-color: #009999;
}
/*QUICK QUOTE DISPLAY*/

/* :L6365 */
.planes-varios-header.rojo.planes-redsalud {
  background-color: #a9c449;
  /*background-color: #009999;*/

}
/* :L6370 */
.planes-varios.rojo.planes-redsalud {
  /*border: 1px solid #009999;*/
  border: 1px solid #a9c449;
}
/* :L6375 */
.planes-varios-header.morado.planes-redsalud {
  background-color: #ed8b00;
}
/* :L6379 */
.planes-varios.morado.planes-redsalud {
  /*border: 1px solid #009999;*/
  border: 1px solid #ed8b00;
}
/* :L6383 */
/*-CARD PRECIOS MARZO 2023***/

/* :L6387 */
.card-price-macrh-2023-cober-adic {
  background-color: #e7f3f8;
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
}
/* :L6394 */
.btn-select-plan {
  background-color: #a7bc4c;
  color: white;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
}
/* :L6404 */
.btn-select-plan:hover {
  background-color: #86973e;
}
/* :L6408 */
.card-price-macrh-2023 {
  margin-top: 20px;
  border: 1px solid #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
}
/* :L6418 */
.card-price-macrh-2023-title {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6424 */
.card-price-macrh-2023-line {
  height: 2px;
  background-color: #ed8b00;
  margin-top: 14px;
}
/* :L6430 */
.card-price-macrh-2023-line.consalud {
  background-color: #009999;
}
/* :L6434 */
.card-price-macrh-2023-price {
  background-color: #fbfbfb;
  border: 1px solid #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L6446 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L6454 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L6462 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L6470 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L6477 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L6485 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L6493 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /* :L6501 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L6509 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* :L6520 */
.card-price-macrh-2023-price-value-clp {
  font-size: 25px;
  font-weight: bold;
}
/* :L6525 */
.card-price-macrh-2023-title-2 {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6531 */
.card-price-macrh-2023-plan-separador {
  height: 2px;
  background-color: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6538 */
.card-price-macrh-2023-plan-details {
  text-align: right;
  margin-bottom: 10px;
}
/* :L6543 */
.card-price-macrh-2023-plan {
  border: 1px solid #f8f8f8;
  padding: 20px;
  padding-top: 0px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  cursor: pointer;
}
/* :L6555 */
.card-price-macrh-2023-title-3 {
  color: #545454;
  font-size: 15px;
  font-weight: bold;
}
/* :L6561 */
.card-price-macrh-2023-subtitle-3 {
  font-size: 13px;
  font-weight: bold;
}
/* :L6566 */
.col-1-icon {
  padding-top: 7px;
  text-align: center;
}
/* :L6571 */
.col-2-text {
  padding-top: 11px;
  text-align: left;
}
/* :L6576 */
.col-3-img {
  text-align: center;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L6584 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L6591 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L6598 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L6605 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L6611 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L6618 */
  .alto-dinamico {
    margin-top: -40px;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L6625 */
  .alto-dinamico {
    margin-top: 0px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /* :L6632 */
  .alto-dinamico {
    margin-top: 0px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L6639 */
  .alto-dinamico {
    margin-top: 0px;
  }
}
/*PRECIO PLAN*/

/* :L6649 */
.Title-price-2023 {
  font-size: 26px;
  color: #ff7415;
  font-weight: bold;
  text-align: center;
}
/* :L6656 */
.value-clp-price-2023 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #ff7415;
}
/* :L6663 */
.value-UF-price-2023 {
  text-align: center;
  font-size: 2rem;
  /*font-weight: bold;*/
  color: #ff7415;
}
/* :L6670 */
span.uf-mes-2023 {
  font-size: 1.8rem;
}
/****CARDS 2023*****/

/* :L6676 */
.card.Card-2023 {
  border: 1px solid #dddddd;
  border-radius: 10px;
  /* padding: 10px;*/
  padding-bottom: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
/*Título*/

/* :L6687 */
.card-titulo-2023 {
  color: #ed8b00;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
/*Título lignt*/

/* :L6695 */
.card-titulo-light-2023 {
  color: #ed8b00;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
}
/*Alto del título*/

/* :L6703 */
.alto-title-2023 {
  padding-bottom: 20px;
  padding: 25px;
}
/*Lista de coberturas*/

/* :L6709 */
ul.Card-2023 {
  border: 0;
  list-style: none;
  padding: 0;
}
/* :L6715 */
li.Card-2023 {
  line-height: 2;
  border: 0;
  font-size: 13px;
  text-align: initial;
}
/* :L6722 */
span.check-card-2023 {
  color: #ed8b00;
}
/*Divisor*/

/* :L6728 */
.divisor-card-2023 {
  height: 7px;
  width: 90px;
  background-color: #ed8b00;
  border-radius: 8px;
}
/*texto selecciona*/

/* :L6737 */
.Seleccion-card-2023 {
  color: white;
  /*text-align: initial;*/
  text-align: left;
  background-color: #009999;
  margin: 0px;
  /*padding: 14px 105px 14px 25px;*/
  padding: 25px;
  font-weight: bold;
}
/*Valor UF*/

/* :L6749 */
span.text-body-card-2023 {
  color: #ed8b00;
}
/*Alto de las coberturas*/

/* :L6754 */
.card-body.card-2023 {
  /*min-height: 20rem;*/
  min-height: 21rem;
  max-height: 23rem;
  /*min-height: 24rem;*/

  /*min-height: 29rem;*/

}
/*Coberturas*/

/* :L6763 */
ul.list-group.list-group-flush.coberturas-2023 {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}
/* :L6769 */
li.list-group-item.op-card-2023-btn {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
  border-bottom: 0;
}
/*Cobertura activa*/

/* :L6780 */
.list-group-item.op-card-2023-btn.li-active {
  background-color: #a7bc4c;
  color: white;
}
/****CARD 2023 PAQQUEÑOS******/

/* :L6786 */
.card-body.card-2023.card-small {
  padding: 10px;
  /*min-height: 35rem;*/
  max-height: 40rem;
}
/* :L6792 */
.Seleccion-card-2023.card-small {
  padding: 10px;
  font-size: 15px;
}
/* :L6797 */
.card-titulo-light-2023.card-small {
  font-size: 15px;
}
/* :L6801 */
.alto-title-2023.card-small.card-small {
  min-height: 11rem;
  padding-bottom: 0;
}
/* :L6806 */
.card-body.card-2023.card-small {
  padding: 10px;
  min-height: 33rem;
  max-height: 60rem;
}
/* cards */

/* :L6814 */
.Card-2023 {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
/* :L6819 */
li.list-group-item.op-card-RS-btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* :L6824 */
.op-card-RS-btn {
  border-radius: unset;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: rgba(180, 180, 180, 0.1);
  text-align: left;
}
/* :L6833 */
.titulo-rs-card {
  margin-left: 30%;
  margin-right: 30%;
  border-bottom: 3px solid #a7bc4c;
}
/* :L6839 */
.titulo-verde-RS {
  color: #a7bc4c;
  text-align: center;
  font-size: 18px;
}
/* :L6845 */
.RS-Seleccion {
  position: relative;
  top: 163px;
  left: 10px;
  color: #009999;
}
/* :L6852 */
.btn-radio-plan {
  position: relative;
  display: inline-block;
  margin-top: -5px;
}
/* :L6858 */
.btn-radio-plan > input {
  margin-right: 0px;
  margin-top: -10px;
  border: 2px solid #dddddd;
}
/*card info*/

/* :L6864 */
.tit-card-info {
  font-size: 0.9em;
  font-weight: bold;
}
/* :L6869 */
.tx-card-info {
  font-size: 0.9em;
  font-weight: 100;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L6876 */
div#question292891 {
  display: none;
}
/*Preselección de plan*/

/* :L6881 */
div#question300329 {
  display: none;
}
/*PRE QUOTE QUESTIONS*/

/*Fecha de nacimiento*/

/* :L6887 */
/* header de cargas DPS */

/* :L6892 */
div#question292926 {
  margin-top: 53px !important;
}
/*QUICK QUOTE DISPLAY*/

/* :L6899 */
.div-descuentoRS {
  background-color: white;
  color: #009999;
  padding: 0px;
  margin: 0px 400px 0px 400px;
}
/*PRE QUOTE QUESTIONS*/

/*Inicio de vigencia*/

/* :L6908 */
div#question292911 {
  display: none;
}
/*Ocultar texto covid*/

/* :L6913 */
div#question292930 {
  display: none;
}
/*Ocultar pregunta covid*/

/* :L6918 */
div#question293134 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/*Address*/

/* :L6927 */
div#question293138 {
  display: none;
}
/*Name*/

/* :L6932 */
div#question293143 {
  display: none;
}
/*Términos*/

/* :L6937 */
div#question293139 {
  display: block !important;
}
/*ENDOSO*/

/* :L6942 */
div#question292893 {
  display: none;
}
/*card info*/

/* :L6946 */
.tit-card-info {
  font-size: 0.9em;
  font-weight: bold;
}
/* :L6951 */
.tx-card-info {
  font-size: 0.9em;
  font-weight: 100;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L6958 */
div#question309188 {
  display: none;
}
/*Preselección de plan*/

/* :L6963 */
div#question309189 {
  display: none;
}
/*PRE QUOTE QUESTIONS*/

/*Fecha de nacimiento*/

/* :L6969 */
.DPS-table-desc {
  font-weight: normal;
  padding: 20px;
}
/* :L6974 */
div#question309222 {
  display: none;
}
/* fecha de inicio */

/* :L6978 */
div#question309223 {
  display: none;
}
/* header de cargas DPS */

/* :L6983 */
div#question292926 {
  margin-top: 53px !important;
}
/*QUICK QUOTE DISPLAY*/

/* :L6990 */
.div-descuentoRS {
  background-color: white;
  color: #009999;
  padding: 0px;
  margin: 0px 400px 0px 400px;
}
/*PRE QUOTE QUESTIONS*/

/*Inicio de vigencia*/

/* :L6999 */
div#question292911 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/*Address*/

/* :L7007 */
div#question309451 {
  display: none;
}
/* toku */

/* :L7013 */
div#question309768,
div#question309769 {
  display: none;
}
/*Name*/

/* :L7018 */
div#question293143 {
  display: none;
}
/*Términos*/

/* :L7023 */
div#question293139 {
  display: block !important;
}
/*DPS*/

/* :L7028 */
div#question309444 {
  display: none;
}
/*ENDOSO*/

/* :L7033 */
div#question292893 {
  display: none;
}
/* :L7036 */
.card-toku {
  background-color: white;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L7044 */
div#question313954 {
  display: none;
}
/*Preselección de plan*/

/* :L7049 */
div#question313955 {
  display: none;
}
/*Sponsor Rut*/

/* :L7054 */
div#question313977 {
  display: none;
}
/*Sponsor Nombre*/

/* :L7059 */
div#question313978 {
  display: none;
}
/*Sponsor Certificado*/

/* :L7064 */
div#question313979 {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Cupón*/

/* :L7070 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

/* :L7076 */
div#question313991 {
  display: none;
}
/* RUT */

/* :L7081 */
div#question312215000000000000000 {
  display: none;
}
/* header de cargas DPS */

/* :L7086 */
div#question292926000000000000000 {
  margin-top: 53px !important;
}
/*Texto covid*/

/* :L7091 */
div#question314009 {
  display: none;
}
/*Si/No Covid*/

/* :L7096 */
div#question314210 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/*Address*/

/* :L7104 */
div#question309451000000000000000 {
  display: none;
}
/* toku */

/* :L7109 */
div#question314220 {
  display: none;
}
/* :L7113 */
div#question314221 {
  display: none;
}
/*Name*/

/* :L7119 */
div#question314219 {
  display: none;
}
/*Términos*/

/* :L7124 */
div#question314214 {
  display: block !important;
}
/*ENDOSO*/

/* :L7129 */
div#question313958 {
  display: none;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L7134 */
div#question314788 {
  display: none;
}
/*Preselección de plan*/

/* :L7139 */
div#question314789 {
  display: none;
}
/*Sponsor Rut*/

/* :L7144 */
div#question314811 {
  display: none;
}
/*Sponsor Nombre*/

/* :L7149 */
div#question314812 {
  display: none;
}
/*Sponsor Certificado*/

/* :L7154 */
div#question314813 {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Cupón*/

/* :L7160 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

/* :L7166 */
div#question314825 {
  display: none;
}
/* RUT */

/* :L7171 */
div#question312215000000000000000 {
  display: none;
}
/* header de cargas DPS */

/* :L7176 */
div#question292926000000000000000 {
  margin-top: 53px !important;
}
/*Texto covid*/

/* :L7181 */
div#question314843 {
  display: none;
}
/*Si/No Covid*/

/* :L7186 */
div#question315044 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7194 */
div#question315054 {
  display: none;
}
/* :L7198 */
div#question315055 {
  display: none;
}
/*Name*/

/* :L7203 */
div#question315053 {
  display: none;
}
/*Términos*/

/* :L7208 */
div#question315048 {
  display: block !important;
}
/*ENDOSO*/

/* :L7213 */
div#question314792 {
  display: none;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L7218 */
div#question312122 {
  display: none;
}
/*Preselección de plan*/

/* :L7223 */
div#question312123 {
  display: none;
}
/*Sponsor Rut*/

/* :L7228 */
div#question313951 {
  display: none;
}
/*Sponsor Nombre*/

/* :L7233 */
div#question313952 {
  display: none;
}
/*Sponsor Certificado*/

/* :L7238 */
div#question313953 {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Cupón*/

/* :L7244 */
/*Radio de planes*/

/* :L7249 */
input.radioredsalud {
  margin-bottom: 15px;
}
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

/* :L7255 */
div#question312156 {
  display: none;
}
/* RUT */

/* :L7260 */
div#question312215 {
  display: none;
}
/* header de cargas DPS */

/* :L7265 */
div#question292926 {
  margin-top: 53px !important;
}
/* :L7269 */
div#question312172 {
  margin-top: 40px;
}
/*Check de covid en multiitem*/

/* :L7274 */
div#question312201 {
  display: none;
}
/*Texto covid*/

/* :L7279 */
div#question312174 {
  display: none;
}
/*Si/No Covid*/

/* :L7284 */
div#question312375 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/*Address*/

/* :L7292 */
div#question309451 {
  display: none;
}
/* toku */

/* :L7297 */
div#question313909 {
  display: none;
}
/* :L7301 */
div#question313910 {
  display: none;
}
/*Name*/

/* :L7306 */
div#question312384 {
  display: none;
}
/*Términos*/

/* :L7311 */
div#question312380 {
  display: block !important;
}
/*ENDOSO*/

/* :L7316 */
div#question312126 {
  display: none;
}
/* :L7319 */
.checkbox.checbox-switch {
  padding-left: 0;
}
/* :L7323 */
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
/* :L7329 */
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
/* :L7333 */
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: white;
  border-color: #dfdfdf;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* :L7347 */
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
/* :L7361 */
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}
/* Switch Info */

/* :L7367 */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
  background-color: #009999;
  border-color: #009999;
  box-shadow: #009999 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* :L7374 */
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
  background-color: #009999;
  border-color: #009999;
  box-shadow: #009999 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L7383 */
div#question323277 {
  display: none;
}
/*Preselección de plan*/

/* :L7388 */
div#question323278 {
  display: none;
}
/*Sponsor Rut*/

/* :L7393 */
div#question323300 {
  display: none;
}
/*Sponsor Nombre*/

/* :L7398 */
div#question323301 {
  display: none;
}
/*Sponsor Certificado*/

/* :L7403 */
div#question323302 {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Cupón*/

/* :L7409 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

/* :L7415 */
div#question323314 {
  display: none;
}
/* RUT */

/* :L7420 */
div#question323377 {
  display: none;
}
/* header de cargas DPS */

/* :L7425 */
div#question323330 {
  margin-top: 60px !important;
}
/* :L7429 */
div#question323322 {
  margin-top: 0px;
  margin-bottom: 50px;
}
/*Check de covid en multiitem*/

/* :L7435 */
/*Texto covid*/

/* :L7440 */
div#question323332 {
  display: none;
}
/*Si/No Covid*/

/* :L7445 */
div#question323537 {
  display: none;
}
/*QUOTE DISPLAY*/

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7454 */
div#question323547 {
  display: none;
}
/* :L7458 */
div#question323548 {
  display: none;
}
/*Name*/

/* :L7463 */
div#question323546 {
  display: none;
}
/*Términos*/

/* :L7468 */
div#question312380 {
  display: block !important;
}
/*ENDOSO*/

/* :L7473 */
div#question323281 {
  display: none;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

/* :L7478 */
div#question333724 {
  display: none;
}
/*sponsor */

/* :L7483 */
#question344663,
#question344664,
#question344665 {
  display: none;
}
/*Preselección de plan*/

/* :L7488 */
div#question333725 {
  display: none;
}
/*Cupón*/

/* :L7493 */
div#question333747 {
  margin-top: 25px;
}
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

/* :L7499 */
div#question333758 {
  display: none;
}
/* header de cargas DPS */

/* :L7504 */
div#question333774 {
  margin-top: 53px !important;
}
/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7512 */
div#question333987,
div#question333988 {
  display: none;
}
/*Name*/

/* :L7517 */
div#question333986 {
  display: none;
}
/*Términos*/

/* :L7522 */
div#question293139 {
  display: block !important;
}
/*ENDOSO*/

/* :L7527 */
div#question333728 {
  display: none;
}
/* Quick Quote */

/* :L7532 */
#question334502,
#question334503 {
  /* Origen-PlanPreSeleccionado */
  display: none;
}
/*CSS*/

/* :L7538 */
.img-benef-APRSD {
  border: 2px solid #dff8f8;
  background-color: white;
  border-radius: 5px;
}
/* Post-quote */

/* ocultar pregustas de pago */

/* :L7547 */
#question334771,
#question334772,
#question334773 {
  display: none;
}
/* Quick-Quote-Questions */

/* :L7552 */
#question336116,
#question336117,
#question336118,
#question336093,
#question336094 {
  /*Sponsor RUT, Sponsor Nombre, Numero Certificado Sponsor, Origen, PlanPreseleccionado */
  display: none;
}
/* MTA */

/* :L7559 */
#question336097 {
  /* ocultar fecha del endoso */
  display: none;
}
/* pre-quote */

/* :L7566 */
#question336130 {
  /* fecha inicio */
  display: none;
}
/* :L7570 */
#question336148,
#question336353 {
  /* ocultar pregunta de COVID */
  display: none;
}
/* :L7574 */
div#question336146 {
  /* header cargas enfermedades */
  margin-top: 70px;
}
/* post-quote */

/* :L7580 */
#question336362 {
  /* preguntas de pago Mr, nombre, apellido */
  display: none;
}
/* :L7584 */
#question336363,
#question336364 {
  /* toku */
  display: none;
}
/* BTN buscar portal agentes */

/* :L7589 */
a#select-package-20697 {
  display: none;
}
/* quick quote questions */

/* Sponsor RUT, Sponsor Nombre, Numero Certificado Sponsor */

/* :L7595 */
#question335841,
#question335842,
#question335843 {
  display: none;
}
/* fecha inicio */

/* :L7599 */
#question335854 {
  display: none;
}
/* :L7603 */
#question335817 {
  /* Origen */
  display: none;
}
/* :L7607 */
#question335818 {
  /* Plan Preseleccionado */
  display: none;
}
/* pre-quote */

/* preguta DPS - Covid */

/* :L7614 */
#question335862 {
  /* header de texto */
  display: none;
}
/* :L7618 */
#question336077 {
  /* pregunta Covid */
  display: none;
}
/* :L7622 */
#question336078 {
  /* DPS invalidez individual */
  display: none;
}
/* :L7626 */
#question336057 {
  /* DPS invalidez familiar */
  display: none;
}
/* :L7631 */
#question336079,
#question335865,
#question336059 {
  /* DPS Malformaciones */
  display: none;
}
/* :L7635 */
#question335874 {
  /* header Asegurados Dependientes */
  margin-top: 70px;
}
/* post-quote */

/* :L7641 */
#question336086 {
  /* Pago: Mr, nombre, apellido  */
  display: none;
}
/* :L7645 */
#question336087,
#question336088 {
  /* pago tk  */
  display: none;
}
/* Ocultar BTN buscar portal Agentes */

/* :L7650 */
a#select-package-20691 {
  display: none;
}
/* quick quote */

/* :L7654 */
#question343450,
#question343451,
#question343474,
#question343475,
#question343476 {
  /* ocultar preguntas de inicio origen, planpreseleccionado, sponsor rut, sponsor nombre, certificado sponsor */
  display: none;
}
/* pre quote */

/* :L7662 */
#question343487 {
  /*cultar fecha de inicio */
  display: none;
}
/* :L7666 */
#question343505,
#question343710 {
  /* ocultar scroll de covid */
  display: none;
}
/* :L7670 */
#question343503 {
  /* bajar el titulo de dependientes */
  margin-top: 70px;
}
/* post-quote */

/* :L7675 */
#question343719 {
  /* ocultar datos mr */
  display: none;
}
/* :L7679 */
#question343720,
#question343721 {
  /* ocultar datos toku */
  display: none;
}
/* Ocultar BTN Buscar portal Agentes */

/* :L7685 */
a#select-package-21244 {
  display: none;
}
/* quick quote */

/* ocultar sponsor */

/* :L7692 */
#question348865,
#question348866,
#question348876,
#question348877,
#question348878 {
  display: none;
}
/* Post-quote */

/* ocultar pregustas de pago */

/* :L7701 */
#question348935,
#question348936,
#question348937 {
  /* toku */
  display: none;
}
/* quick quote */

/* ocultar preguntas de inicio */

/* :L7707 */
#question353512,
#question353513 {
  display: none;
}
/* ocultar preguntas del sponson */

/* :L7712 */
#question353536,
#question353537,
#question353538 {
  display: none;
}
/* post-quote */

/*ocultar preguntas de pago */

/* :L7719 */
#question353782,
#question353783,
#question353784 {
  display: none;
}
/* pre-quote */

/* ocultar pregunta de covid */

/* :L7726 */
/* :L7730 */
#question353568,
#question353773 {
  display: none;
}
/* busqueda */

/* :L7735 */
a#select-package-21596 {
  display: none;
}
/* movel los labels de los inputs */

/* :L7740 */
.NRSlabel {
  margin-bottom: 0px !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  top: 9px;
  left: 10px;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 1;
}
/* :L7759 */
div.NRSinputs > .instanda-question-label > label {
  position: relative;
  top: 10px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: black;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}
/* :L7778 */
div.NRSinputs > div.instanda-text-question > div.instanda-question-input > div.form-group > div.instanda-question-input > select {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* :L7787 */
.NRSinput {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L7797 */
div.NRSinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-label > label {
  margin-bottom: 0px !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* region input*/

/* :L7806 */
div.NRSinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-input > select {
  position: relative;
  top: 3px;
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L7818 */
div.NRSinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-label {
  position: relative;
  top: 9px;
  left: 10px;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 1;
}
/* :L7832 */
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* formato de los inputs */

/* :L7840 */
div.NRSinputs > .instanda-text-question > .instanda-question-input > .instanda-question-input > input {
  border-radius: 4px;
  padding-top: 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* checks */

/* :L7851 */
.NRSinputs > div.instanda-question-input > label > input[type=checkbox]:checked ~ .checkmark {
  background-color: #0f94a2;
  height: 20px;
  width: 20px;
}
/* titulos de headers */

/* :L7860 */
.NRSTitulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #4c4b63;
}
/* :L7868 */
.NRSTexto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
/* :L7875 */
.NRSTextoSM {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
/* :L7884 */
.NRShr {
  border: 1px solid darkgray;
}
/* card info RS lado derecho superior */

/* :L7890 */
.NRSCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L7897 */
.NRSCard-resumen-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #0f94a2;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
/* :L7909 */
.NRSCard-resumen-plan {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: black;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* :L7921 */
.NRSCard-resumen-body {
  border-top: 1px solid #009999;
  /*border-bottom: 3px solid #dedede;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-top: 20px;
    margin-bottom: 20px;*/

}
/* :L7932 */
.NRSCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L7939 */
.NRSCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L7945 */
.NRSCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L7951 */
.NRSCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L7958 */
.NRSCard-resumen-vc {
  border: 2px solid;
  border-color: #009999;
  border-radius: 10px;
  /*padding: 20px;*/
  margin-top: 60px;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
/* :L7969 */
.NRSCard-resumen-vc-link {
  background-color: #a5c14a;
  color: white;
  width: fit-content;
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin: auto;
}
/* :L7985 */
.NRSCard-resumen-vc-link > a {
  color: white;
}
/* :L7989 */
.NRSCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L7993 */
.NRSCard-resumen-vc-comment {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
/* :L8002 */
.NRS-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L8010 */
.NRS-cant-button {
  position: relative;
  top: -10px;
  background-color: #009999;
  border-radius: 4px;
  border-color: #009999;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L8021 */
.NRS-cant-button:hover {
  background-color: #a5c14a !important;
  border-color: #a5c14a !important;
}
/* :L8026 */
.NRS-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
}
/* :L8036 */
.NRS-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L8044 */
.boton-agregar.btn.btn-default.NRS-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L8050 */
.boton-restar.btn.btn-default.NRS-cant-button > div.menos {
  color: white;
  position: relative;
  top: -9px;
}
/*
.NRS-cant-input-main {
    position: relative;
    top: -18px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 3px;
}*/

/* :L8066 */
.NRS-cant-input-main > div.instanda-question-input > div.instanda-input-prepend > div.input-group > div.instanda-question-input > input {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  border-radius: 4px;
  position: relative;
  top: -11px;
}
/* :L8076 */
.NRS-num-input-main {
  padding: 0;
}
/* :L8080 */
.NRS-num-input-main > div.instanda-text-question > div.instanda-question-input > div.instanda-input-prepend > div.input-group > div.instanda-question-input > input {
  text-align: center;
  border-radius: 4px;
  background-color: white !important;
}
/* :L8086 */
.NRS-botonera-num {
  position: relative;
  width: fit-content;
  display: inline-block;
  top: 20px;
  padding-left: 15px;
}
/* :L8094 */
.NRS-num-button {
  position: relative;
  top: 1px;
  background-color: #009999;
  border-radius: 4px;
  border-color: #009999;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L8105 */
.NRS-num-button:hover {
  background-color: #a5c14a !important;
  border-color: #a5c14a !important;
}
/* :L8110 */
.NRS-num-mas {
  color: white;
  position: relative;
  top: -7px;
}
/* :L8116 */
.NRS-num-menos {
  color: white;
  position: relative;
  top: -9px;
}
/* elevar labels para los multi-items */

/* :L8123 */
div.NRSinputs > .instanda-question-label {
  z-index: 20;
}
/* :L8127 */
.NRSnav-continue-button,
.NRSnav-continue-button:focus,
.NRSnav-continue-button:active,
.NRSnav-continue-button:hover {
  background-color: #009999 !important;
  border-color: #009999 !important;
  color: white !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  padding-top: 11px !important;
  padding-bottom: 9px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
/* :L8142 */
.NRSnav-back-button,
.NRSnav-back-button:focus,
.NRSnav-back-button:active {
  background-color: white;
  border: 3px solid #009999 !important;
  color: #009999 !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  height: 45px;
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
/* :L8158 */
.NRSnav-back-button:visited {
  background-color: white !important;
}
/* :L8162 */
.NRSnav-back-button:hover {
  background-color: white !important;
}
/* :L8166 */
.NRS-Header {
  position: relative;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 75px;
  margin-bottom: 35px;
  box-shadow: 0 5px 5px -3px rgba(216, 216, 216, 0.8);
}
/* :L8175 */
/* :L8178 */
.NRS-Header-text {
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: 12px;
}
@media (min-width: 992px) {
  /* :L8189 */
  .NRS-Footer {
    background-color: #009999;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 70px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 1195px) {
  /* :L8204 */
  .NRS-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L8210 */
  .NRS-Footer {
    background-color: #009999;
    margin-top: 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
/* Portrait tablets and small desktops */

/*
@media (min-width: 992px) {  
  .NRS-Footer-logo {
    padding-top: 11px;
  	width:100%;
	}
}
*/

@media (min-width: 481px) and (max-width: 991px) {
  /* :L8235 */
  .NRS-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L8241 */
  .NRS-img-cant-aseg {
    display: none;
  }
  /*
    button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSnav-continue-button {
    	padding-left: 14px !important;
      padding-top: 8px !important;
    }*/
}
@media (max-width: 480px) {
  /* :L8252 */
  .NRS-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L8258 */
  .NRS-img-cant-aseg {
    display: none;
  }
  /* :L8262 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L8267 */
  #backButton.NRSnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
}
/* :L8277 */
.NRS-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8281 */
.NRS-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L8285 */
.NRS-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8290 */
.NRS-num-circ {
  position: absolute;
  top: 0px;
  background-color: #009999;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}
/* :L8306 */
.NRS-text-question-nc {
  display: inline-block;
  position: relative;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 90%;
}
/* :L8316 */
.NRS-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L8321 */
.NRS-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #009999;
}
/* :L8328 */
.NRS-radio::before {
  color: #a7bc4c !important;
}
/* :L8332 */
.NRS-radio:checked::before,
.NRS-radio:checked::before,
.NRS-radio:checked::before,
.NRS-radio:checked::before {
  font-size: 164px !important;
  left: -10px !important;
  top: -120px !important;
  transform: rotate(0deg) !important;
}
/* :L8339 */
.NRS-radio:focus {
  border: 1px solid #a7bc4c !important;
}
/* :L8345 */
.NRS-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L8354 */
.NRS-DPS-bullet {
  position: absolute;
  top: 3px;
  background-color: #009999;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 9px;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}
/* :L8370 */
.NRS-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L8379 */
.NRS-card-dps {
  margin-top: 20px;
  border: 1px solid #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
}
/* :L8389 */
.NRS-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #009999;
}
/* :L8394 */
.NRS-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L8399 */
.NRS-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #009999;
}
/* :L8406 */
.NRSinputs > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label > label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: black;
}
/* DPS quote display */

/* :L8416 */
.NRS-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L8425 */
.NRS-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L8433 */
.NRShr-DPS {
  border: 1px solid #009999;
  margin: 0;
}
/* :L8438 */
.NRShr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L8443 */
.NRS-table-DPS-Header {
  color: #009999;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  padding-left: 25px;
}
/* :L8453 */
.NRS-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L8462 */
.NRS-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L8470 */
.NRS-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L8478 */
.NRS-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8487 */
.NRS-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8496 */
.NRS-DPS-text-enfr {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
/* :L8504 */
.NRS-DPS-enfr-height {
  min-height: 200px;
}
/* :L8508 */
.NRS-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8517 */
.NRS-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L8523 */
.NRS-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L8531 */
.NRS-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8540 */
.NRS-post-quote-terminos-condiciones {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-left: -30px;
  text-align: justify;
  color: black;
}
/* :L8550 */
.NRS-check {
  text-align: right;
  padding-right: 30px;
}
/* :L8556 */
.NRS-fecha-PQ {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  color: black;
  padding-top: 3px;
  padding-left: 7px;
  border-left: 4px solid darkgray;
  margin-top: 10px;
  margin-left: 10px;
  width: fit-content;
}
/* :L8571 */
.NRS-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L8580 */
.NRS-tabla-head {
  background-color: #a5c14a;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L8589 */
.NRS-text-PQ-prima {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #009999;
  padding-top: 2px;
}
/* :L8599 */
.NRSCard-resumen-vc-comment-PQ {
  font-size: 9px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  color: black;
}
/* :L8609 */
.NRS-PQ-Pagar-btn {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 8px;
  padding-bottom: 7px !important;
  background-color: #a5c14a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: white;
  opacity: 1 !important;
  border-radius: 5px;
}
/* :L8624 */
.NRS-PQ-Pagar-btn:hover {
  background-color: #a5c14a;
  color: white;
}
/* :L8629 */
.NRS-PQ-Pagar-btn:focus,
.NRS-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L8633 */
.NRS-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8642 */
.NRSTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L8650 */
.NRS-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L8656 */
.NRS-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L8663 */
.NRS-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L8671 */
.NRS-link-detalle-plan > a:hover {
  color: #009999;
}
/* :L8675 */
.NRS-deshabilitado {
  background-color: lightgray;
}
/* :L8679 */
.NRS-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8685 */
.NRS-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8691 */
.NRS-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L8697 */
.NRSCheckText {
  position: relative;
  top: 10px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-style: normal;
  color: #9e9e9e;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}
/* :L8716 */
.NRSCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L8721 */
.NRS-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L8726 */
.NRS-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L8733 */
.NRSDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L8741 */
.NRS-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L8746 */
.NRS-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L8751 */
.NRS-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L8757 */
.NRS-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L8762 */
.NRS-QuestionF-MTA {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
}
/* movel los labels de los inputs */

/* :L8771 */
.NRSHlabel {
  margin-bottom: 0px !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  top: 9px;
  left: 10px;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 1;
}
/* :L8791 */
.NRSHDesplazar {
  position: relative;
  top: 10px;
  left: 13px;
}
/* :L8798 */
div.NRSHinputs > .instanda-question-label > label {
  position: relative;
  top: 10px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: black;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 40;
}
/* input numérico */

/* :L8818 */
div.NRSHinputs > .instanda-text-question.form-group > .instanda-question-input > .instanda-input-prepend > .input-group > .instanda-number-input > input {
  border-radius: 4px;
  padding-top: 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* caja de porcentaje input numeric */

/* :L8828 */
div.NRSHinputs > .instanda-text-question > .instanda-question-input > .instanda-input-prepend > .input-group > span.input-group-addon.instanda-number-prefix {
  background-color: #ef6c00;
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
/* :L8836 */
div.NRSHinputs > div.instanda-text-question > div.instanda-question-input > div.form-group > div.instanda-question-input > select {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* :L8845 */
.NRSHinput {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L8855 */
div.NRSHinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-label > label {
  margin-bottom: 0px !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* region input*/

/* :L8864 */
div.NRSHinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-input > select {
  position: relative;
  top: 3px;
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L8876 */
div.NRSHinputs > div.instanda-text-question > div.instanda-question-input > div.instanda-question-label {
  position: relative;
  top: 9px;
  left: 10px;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 1;
}
/* :L8890 */
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* formato de los inputs */

/* :L8898 */
div.NRSHinputs > .instanda-text-question > .instanda-question-input > .instanda-question-input > input {
  border-radius: 4px;
  padding-top: 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* checks */

/* :L8909 */
.NRSHinputs > div.instanda-question-input > label > input[type=checkbox]:checked ~ .checkmark {
  background-color: #ef6c00;
  height: 20px;
  width: 20px;
}
/* titulos de headers */

/* :L8918 */
.NRSHTitulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #4c4b63;
}
/* :L8926 */
.NRSHTexto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
/* :L8933 */
.NRSHTextoSM {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
/* :L8942 */
.NRSHhr {
  border: 1px solid darkgray;
}
/* card info RS lado derecho superior */

/* :L8948 */
.NRSHCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L8955 */
.NRSHCard-resumen-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #ef6c00;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
/* :L8967 */
.NRSHCard-resumen-plan {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: black;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* :L8979 */
.NRSHCard-resumen-body {
  border-top: 1px solid #ef6c00;
  /*border-bottom: 3px solid #dedede;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-top: 20px;
      margin-bottom: 20px;*/

}
/* :L8990 */
.NRSHCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L8997 */
.NRSHCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L9003 */
.NRSHCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L9009 */
.NRSHCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L9016 */
.NRSHCard-resumen-vc {
  border: 2px solid;
  border-color: #ef6c00;
  border-radius: 10px;
  /*padding: 20px;*/
  margin-top: 60px;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
/* :L9027 */
.NRSHCard-resumen-vc-link {
  background-color: #ffb500;
  color: white;
  width: fit-content;
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin: auto;
}
/* :L9043 */
.NRSHCard-resumen-vc-link > a {
  color: white;
}
/* :L9047 */
.NRSHCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L9051 */
.NRSHCard-resumen-vc-comment {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
/* :L9060 */
.NRSH-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L9068 */
.NRSH-cant-button {
  position: relative;
  top: -10px;
  background-color: #ef6c00;
  border-radius: 4px;
  border-color: #ef6c00;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L9079 */
.NRSH-cant-button:hover {
  background-color: #ffb500 !important;
  border-color: #ffb500 !important;
}
/* :L9084 */
.NRSH-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
}
/* :L9094 */
.NRSH-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L9102 */
.boton-agregar.btn.btn-default.NRSH-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L9108 */
.boton-restar.btn.btn-default.NRSH-cant-button > div.menos {
  color: white;
  position: relative;
  top: -9px;
}
/*
  .NRSH-cant-input-main {
      position: relative;
      top: -18px;
      border: 1px solid gainsboro;
      border-radius: 4px;
      padding-top: 8px;
      padding-bottom: 3px;
  }*/

/* :L9124 */
.NRSH-cant-input-main > div.instanda-question-input > div.instanda-input-prepend > div.input-group > div.instanda-question-input > input {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  border-radius: 4px;
  position: relative;
  top: -11px;
}
/* :L9134 */
.NRSH-num-input-main {
  padding: 0;
}
/* :L9138 */
.NRSH-num-input-main > div.instanda-text-question > div.instanda-question-input > div.instanda-input-prepend > div.input-group > div.instanda-question-input > input {
  text-align: center;
  border-radius: 4px;
  background-color: white !important;
}
/* :L9144 */
.NRSH-botonera-num {
  position: relative;
  width: fit-content;
  display: inline-block;
  top: 20px;
  padding-left: 15px;
}
/* :L9152 */
.NRSH-num-button {
  position: relative;
  top: 1px;
  background-color: #ef6c00;
  border-radius: 4px;
  border-color: #ef6c00;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L9163 */
.NRSH-num-button:hover {
  background-color: #ffb500 !important;
  border-color: #ffb500 !important;
}
/* :L9168 */
.NRSH-num-mas {
  color: white;
  position: relative;
  top: -7px;
}
/* :L9174 */
.NRSH-num-menos {
  color: white;
  position: relative;
  top: -9px;
}
/* elevar labels para los multi-items */

/* :L9181 */
div.NRSHinputs > .instanda-question-label {
  z-index: 20;
}
/* :L9185 */
.NRSHnav-continue-button,
.NRSHnav-continue-button:focus,
.NRSHnav-continue-button:active,
.NRSHnav-continue-button:hover {
  background-color: #ef6c00 !important;
  border-color: #ef6c00 !important;
  color: white !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  padding-top: 11px !important;
  padding-bottom: 9px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
/* :L9203 */
.NRSHnav-back-button,
.NRSHnav-back-button:focus,
.NRSHnav-back-button:active {
  background-color: white;
  border: 3px solid #ef6c00 !important;
  color: #ef6c00 !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  height: 45px;
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
/* :L9221 */
.NRSHnav-back-button:visited {
  background-color: white !important;
}
/* :L9225 */
.NRSHnav-back-button:hover {
  background-color: white !important;
}
/* :L9229 */
.NRSH-Header {
  position: relative;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 75px;
  margin-bottom: 35px;
  box-shadow: 0 5px 5px -3px rgba(216, 216, 216, 0.8);
}
/* :L9238 */
/* :L9240 */
.NRSH-Header-text {
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: 12px;
}
@media (min-width: 992px) {
  /* :L9251 */
  .NRSH-Footer {
    background-color: #ef6c00;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 70px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 1195px) {
  /* :L9266 */
  .NRSH-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L9272 */
  .NRSH-Footer {
    background-color: #ef6c00;
    margin-top: 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
/* Portrait tablets and small desktops */

/*
  @media (min-width: 992px) {  
    .NRSH-Footer-logo {
      padding-top: 11px;
        width:100%;
      }
  }
  */

@media (min-width: 481px) and (max-width: 991px) {
  /* :L9297 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L9303 */
  .NRSH-img-cant-aseg {
    display: none;
  }
  /*
      button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSHnav-continue-button {
          padding-left: 14px !important;
        padding-top: 8px !important;
      }*/
}
@media (max-width: 480px) {
  /* :L9315 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L9321 */
  .NRSH-img-cant-aseg {
    display: none;
  }
  /* :L9325 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSHnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L9330 */
  #backButton.NRSHnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
}
/* :L9340 */
.NRSH-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9345 */
.NRSH-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L9350 */
.NRSH-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9355 */
.NRSH-num-circ {
  position: absolute;
  top: 0px;
  background-color: #ef6c00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}
/* :L9371 */
.NRSH-text-question-nc {
  display: inline-block;
  position: relative;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 90%;
}
/* :L9381 */
.NRSH-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L9386 */
.NRSH-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ef6c00;
}
/* :L9393 */
.NRSH-radio::before {
  color: #ed8b00 !important;
}
/* :L9397 */
.NRSH-radio:checked::before,
.NRSH-radio:checked::before,
.NRSH-radio:checked::before,
.NRSH-radio:checked::before {
  font-size: 164px !important;
  left: -10px !important;
  top: -120px !important;
  transform: rotate(0deg) !important;
}
/* :L9407 */
.NRSH-radio:focus {
  border: 1px solid #ed8b00 !important;
}
/* :L9413 */
.NRSH-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9422 */
.NRSH-DPS-bullet {
  position: absolute;
  top: 3px;
  background-color: #ef6c00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 9px;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}
/* :L9438 */
.NRSH-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L9447 */
.NRSH-card-dps {
  margin-top: 20px;
  border: 1px solid #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
}
/* :L9457 */
.NRSH-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #ed8b00;
}
/* :L9462 */
.NRSH-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L9467 */
.NRSH-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ef6c00;
}
/* :L9474 */
.NRSHinputs > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label > label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: black;
}
/* DPS quote display */

/* :L9484 */
.NRSH-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L9493 */
.NRSH-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L9501 */
.NRSHhr-DPS {
  border: 1px solid #ef6c00;
  margin: 0;
}
/* :L9506 */
.NRSHhr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L9511 */
.NRSH-table-DPS-Header {
  color: #ef6c00;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  padding-left: 25px;
}
/* :L9521 */
.NRSH-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L9530 */
.NRSH-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L9538 */
.NRSH-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L9546 */
.NRSH-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9555 */
.NRSH-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9564 */
.NRSH-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9573 */
.NRSH-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L9579 */
.NRSH-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L9587 */
.NRSH-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9596 */
.NRSH-post-quote-terminos-condiciones {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-left: -30px;
  text-align: justify;
  color: black;
}
/* :L9606 */
.NRSH-check {
  text-align: right;
  padding-right: 30px;
}
/* :L9612 */
.NRSH-fecha-PQ {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  color: black;
  padding-top: 3px;
  padding-left: 7px;
  border-left: 4px solid darkgray;
  margin-top: 10px;
  margin-left: 10px;
  width: fit-content;
}
/* :L9627 */
.NRSH-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L9636 */
.NRSH-tabla-head {
  background-color: #ef6c00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L9645 */
.NRSH-text-PQ-prima {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #ef6c00;
  padding-top: 2px;
}
/* :L9655 */
.NRSHCard-resumen-vc-comment-PQ {
  font-size: 9px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  color: black;
}
/* :L9665 */
.NRSH-PQ-Pagar-btn {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 8px;
  padding-bottom: 7px !important;
  background-color: #ef6c00;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: white;
  opacity: 1 !important;
  border-radius: 5px;
}
/* :L9680 */
.NRSH-PQ-Pagar-btn:disabled {
  background-color: #c4b798;
  color: #444444;
}
/* :L9685 */
.NRSH-PQ-Pagar-btn:hover {
  background-color: #ffb500;
  color: white;
}
/* :L9690 */
.NRSH-PQ-Pagar-btn:focus,
.NRSH-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L9695 */
.NRSH-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9704 */
.NRSHTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L9712 */
.NRSH-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L9718 */
.NRSH-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L9725 */
.NRSH-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L9733 */
.NRSH-link-detalle-plan > a:hover {
  color: #ed8b00;
}
/* :L9737 */
.NRSH-deshabilitado {
  background-color: lightgray;
}
/* :L9741 */
.NRSH-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9747 */
.NRSH-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9753 */
.NRSH-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L9759 */
.NRSHCheckText {
  position: relative;
  top: 10px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-style: normal;
  color: #9e9e9e;
  background-color: white;
  width: fit-content;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}
/* :L9778 */
.NRSHCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L9783 */
.NRSH-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L9788 */
.NRSH-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L9795 */
.NRSHDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L9803 */
.NRSH-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L9808 */
.NRSH-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L9813 */
.NRSH-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L9819 */
.NRSH-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L9824 */
.NRSH-DPS-bullet-container2 {
  width: 10px;
  display: inline-block;
  height: 18px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9833 */
.NRSH-tiny-enfermedades {
  font-family: "Poppins", sans-serif !important;
  font-size: 11px !important;
}
/* :L9838 */
.NRSH-card-dps2 {
  min-height: 148px;
  margin-top: 20px;
  border: 1px solid #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  -moz-box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(216, 216, 216, 0.7);
}
