/* :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;
  display:block !important;*/

}
/*Link subrayado*/

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

/* :L30 */
.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);
}
/* :L41 */
.card-resumen-vc-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L48 */
.card-resumen-vc-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
/* :L55 */
.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;
}
/* :L64 */
.card-resumen-vc-plan {
  font-size: 1.4rem;
  text-align: center;
  color: black;
}
/* :L70 */
.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;
}
/* :L81 */
.card-resumen-vc-comment {
  font-size: 1.3rem;
  color: #aaaaaa;
  text-align: center;
}
/* :L87 */
img.icon-user-waitng {
  width: 28px;
  margin-top: -10px;
}
/* :L92 */
img.icon-light {
  width: 18px;
  margin-top: -5px;
}
/* :L97 */
.card-resumen-vc-prima {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
/* :L104 */
span.card-resumen-vc-mensual {
  font-weight: lighter;
  font-size: 1.7rem;
}
/* :L109 */
.card-resumen-vc-text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* :L115 */
.card-resumen-vc-insured {
  font-size: 14px;
  margin-bottom: 0px;
}
/* :L120 */
.card-resumen-vc-insured-data {
  font-size: 12px;
}
/* :L124 */
.resumen-carga {
  margin-bottom: 10px;
  margin-top: 10px;
}
/*---Fin Card Resumen---*/

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

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

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

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

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

/* :L165 */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  height: 34px !important;
}
/* :L171 */
.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*/

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

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

/* :L195 */
.modal-backdrop {
  z-index: -1 !important;
}
/*---------------------------------------------------BOTONES*/

/* :L200 */
.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;
}
*/

/* :L218 */
.btn-default:hover {
  color: white !important;
  background-color: #ed8b00 !important;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/* :L226 */
button.btn.btn-default.active {
  color: white !important;
  background-color: #ed8b00 !important;
  border-color: #ed8b00;
  outline: none !important;
  box-shadow: none !important;
}
/* :L234 */
.btn {
  border-radius: 10px;
  padding-bottom: 2px !important;
}
/*SECUNDARIO*/

/* :L240 */
.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 */

/* :L254 */
.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;
}
/* :L265 */
.btn-terciary:hover {
  border: 1px solid #ed8b00;
  color: #ffb421;
}
/* :L270 */
.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;
}
/*----------------------------------------------OCULTAR MENU*/

/* :L279 */
/*--------------------------------------------ICONO HOME*/

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

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

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

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

/* :L340 */
.btn-primary {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
/* :L349 */
.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;
}
/* :L358 */
.btn-primary:hover {
  background-color: #ed8b00;
  border-color: #ed8b00;
  color: white;
}
/* fondo de la barra de pasos */

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

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

/* :L378 */
.row.terminos {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 20px;
}
/* :L384 */
.CenterCheck {
  text-align: center;
}
/* :L389 */
.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*/

/* :L399 */
.Condiciones {
  z-index: -1;
}
/*Opciones de pago*/

/* :L404 */
.questionItem.instanda-payment-options.container {
  display: none;
}
/*----------------------------------------DEFAULT*/

/* :L409 */
html {
  position: relative;
  min-height: 100%;
}
/* :L414 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: #666666;
}
/* :L420 */
footer.footer {
  display: none;
}
/* :L424 */
a {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}
/* :L430 */
a:hover {
  color: #ed8b00;
}
/* :L434 */
a:focus {
  color: #9e5d00;
  text-decoration: none;
}
/* :L440 */
p {
  /* margin: 0 0 10px;*/
  margin: 0;
  color: #aaaaaa;
}
/* :L446 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L455 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L463 */
.instanda-documents {
  text-align: center;
}
/* :L467 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L471 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L477 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L481 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L485 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L496 */
.instanda-main-content-container {
  position: relative;
}
/* :L500 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L506 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L511 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L518 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L522 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L599 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L604 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L608 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L612 */
  .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) {
  /* :L623 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L631 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L638 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L643 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L650 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L654 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L658 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L662 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* inputs */

/* ocultar calendario de instanda */

/* :L669 */
span.input-group-addon {
  display: none;
}
/* boton devolver a cotizar */

/* :L674 */
input#copyQuoteButton {
  display: none;
}
/* preguntas adicionales prequote */

/* prevision */

/* :L680 */
#question116349,
#question116348,
#question116347,
#question116346,
#question116345,
#question116344 {
  display: none;
}
/* genero */

/* :L685 */
#question116350,
#question116351,
#question116352,
#question116353,
#question116354,
#question116355 {
  display: none;
}
/* ocultar preguntas */

/* :L691 */
.ocultar {
  display: none;
}
/*------------------QUICK QUOTE DISPLAY*/

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

/* :L697 */
.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;
}
/* :L711 */
.abajo-card {
  background-color: white !important;
  height: 170px !important;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #707070 !important;
}
/* :L718 */
.arriba-card {
  height: 150px;
  background-color: #707070;
  border-radius: 20px 20px 0px 0px !important;
  color: white;
}
/* :L725 */
.btn.btn-primary.boton-card {
  margin-top: 150px;
}
/* :L729 */
span.titulo-car1 > strong {
  font-size: 2.85vw;
  font-family: sans-serif;
}
/* :L734 */
.sub-titulo-car1 {
  font-weight: 600;
  font-size: 18px;
}
/* :L739 */
.txtcardDeducible {
  color: #707070 !important;
  text-align: center;
}
/*------------------CARDS DESKTOP*/

/*Más vendido*/

/* :L749 */
.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*/

/* :L763 */
.col-md-6.CardLeftSide {
  padding-right: 0;
}
/* :L767 */
.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);
}
/* :L781 */
span.titulo-car1.Desktop {
  color: white;
}
/* :L785 */
.sub-titulo-car1.Desktop {
  color: #d4d4d4;
  font-weight: initial !important;
  font-style: italic !important;
  /*margin-top: 15px;*/
  font-size: 1.2em;
}
/* :L793 */
span.txtCardMensual.Desktop {
  color: white;
  font-size: 1.1rem;
  font-weight: initial;
}
/* :L799 */
span.CardUf1.Desktop {
  color: #d4d4d4;
  font-size: 30px;
  margin-left: 10px;
  font-style: initial;
  font-weight: bold;
}
/*CARD DERECHO*/

/* :L811 */
.col-md-6.CardRightSide {
  padding-left: 0;
}
/* :L815 */
.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);
}
/* :L829 */
.txtcardDeducible.Desktop {
  color: #aaaaaa !important;
  font-size: 1.1rem;
}
/* :L834 */
.CardDeducibe.Desktop {
  font-size: 2.3rem;
  text-align: center;
  color: #ed8b00;
  font-style: italic;
  margin-bottom: -20px;
}
/* :L843 */
span.CardUf2.Desktop {
  font-style: initial;
  font-weight: bold;
  font-size: 0.7em;
  margin-left: 5px;
}
/* :L850 */
.txtCardCatast.Desktop {
  text-align: center;
  margin-top: -10px;
  font-size: 0.93rem;
  margin-bottom: -21px;
  color: #aaaaaa;
}
/* :L858 */
strong.txtCardDeducible2.Desktop {
  font-size: 1.4rem;
}
/*BOTÓN*/

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

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

/* :L888 */
.btn-group > .btn {
  text-transform: none;
  /*font-size: 18px;*/
  font-weight: normal;
}
/* :L894 */
.btn-group > .btn {
  flex: 1;
}
/* :L898 */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* :L904 */
.btn-group {
  display: flex;
}
/* :L908 */
.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;
}
/* :L918 */
button.btn.btn-default {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
/* :L927 */
button.btn.btn-default:hover {
  background-color: #ed8b00;
  border-color: #ed8b00;
  color: white;
}
/* :L933 */
button.btn.btn-default.active {
  background-color: #ed8b00 !important;
  border-color: #ed8b00 !important;
  color: white !important;
}
/*ATRÁS Y CONTINUAR*/

/* :L941 */
/* :L945 */
a#select-cross-package {
  color: #ed8b00;
  background-color: white;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
/* :L954 */
a#select-cross-package:active,
a#select-cross-package:focus,
a#select-cross-package:focus:active {
  color: white;
  background-color: #ed8b00;
  border-color: #ed8b00;
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
/*---------------------------------------QUICK-QUOTE*/

/*Ocultar inputs de cargas para fechas*/

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

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

/* :L986 */
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*/

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

/* :L1004 */
.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;
}
/* :L1015 */
div#question162939 {
  display: none;
}
/* La cobertura de cancer fue utilizada por el titular? */

/* :L1020 */
div#question162941 {
  margin-top: 80px;
}
/*---------------------------------------QUICK-QUOTE DISPLAY*/

/* :L1026 */
.row.boton-contratar {
  margin-top: -19px;
  margin-bottom: 20px;
}
/* :L1031 */
.row.boton-contratar.mobile {
  margin-top: 0;
}
/* :L1035 */
/* :L1040 */
.TituloAmarillo {
  color: #ed8b00;
  text-align: center;
  font-size: 16px;
}
/* :L1046 */
ul.InfoLista {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
/* :L1055 */
li.InfoTxt {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1061 */
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;
}
/* :L1074 */
span.titulo-car1 {
  font-style: italic;
  font-size: 1.97em;
}
/* :L1079 */
.sub-titulo2-car1 {
  font-size: 11px;
}
/* :L1083 */
.sub-titulo-car1 {
  font-weight: 600;
  font-size: 18px;
  color: #d4d4d4;
}
/*Escritorio*/

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

/*Mobile*/

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

/* :L1111 */
.CardDeducibe {
  font-size: 35px;
  text-align: center;
  color: #ffb421;
  font-style: italic;
}
/* :L1118 */
span.CardUf2 {
  font-size: 20px;
  margin-left: 10px;
  font-style: initial;
}
/* :L1124 */
.txtcardDeducible {
  color: #ffb421;
  text-align: center;
}
/* :L1129 */
.contenidoCard {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1137 */
.col-md-2.Display {
  padding-left: 0;
  padding-right: 0;
  margin-left: -30px;
  margin-right: -30px;
}
/* :L1145 */
.infoDisplay {
  /*margin-top: 20px;*/
  background-color: white;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #707070;
}
@media (min-width: 1200px) {
  /* :L1155 */
  .infoDisplay {
    height: 175px;
  }
}
@media (max-width: 768px) {
  /* :L1161 */
  .infoDisplay {
    height: 320px;
  }
}
/* :L1168 */
.TitleDisplay {
  font-size: 16px;
}
/* :L1172 */
li.liDisplay {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1177 */
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;
}
/* :L1190 */
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;
}
/* :L1203 */
ul.ulDisplay {
  padding-top: 20px;
  padding-left: 20px;
  list-style: none;
}
/* :L1209 */
.SPlus {
  padding: 0;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  color: #a4a4a4;
}
/* :L1218 */
.row.Imagenes {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  /* :L1226 */
  .row.Imagenes {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L1235 */
p.TxtImg {
  text-align: center;
  font-size: 13px;
}
/* :L1241 */
.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;
}
/* :L1254 */
img.plane {
  width: 25px;
}
/* :L1259 */
.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;
}
/* :L1272 */
img.ambu {
  width: 35px;
}
/* :L1277 */
.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;
}
/* :L1290 */
img.medic {
  width: 30px;
}
/* :L1296 */
.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;
}
/* :L1309 */
img.doctor {
  width: 26px;
}
/*---------------------------------------PRE-QUOTE*/

/*Datos del contratante*/

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

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

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

/* :L1364 */
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 */

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

/* :L1377 */
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*/

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

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

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

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

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

/* :L1418 */
.TxtDPS {
  font-weight: bold;
  text-align: justify;
}
/* :L1423 */
span.TxtYelow {
  color: #ed8b00;
}
/* :L1427 */
.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*/

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

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

/*Dirección*/

/* :L1461 */
select#ContratanteRegion {
  margin-bottom: 15px;
}
/* :L1465 */
.instanda-question-input.instanda-address-line-1 {
  display: none;
}
/* :L1469 */
.instanda-question-inner-label.instanda-address-city-label {
  display: none;
}
/* :L1472 */
.instanda-question-input.instanda-address-city {
  display: none;
}
/* :L1476 */
.instanda-question-inner-label.instanda-address-postcode-label {
  display: none;
}
/* :L1480 */
input#AddressLine2 {
  display: none;
}
/* :L1484 */
input#Postcode110475 {
  display: none;
}
/* :L1488 */
div#instanda-question-label-ClienteDomicilioComuna-1 {
  margin-top: 15px;
}
/*----------------------------------------QUOTE DISPLAY*/

/*TEXTO MAYÚSCULA*/

/* :L1498 */
.TitleMayus {
  text-transform: uppercase;
  font-weight: bold;
}
/* :L1503 */
td.Rut {
  width: 30px;
}
/* :L1507 */
td.NumRut {
  width: 90px;
}
/* :L1511 */
td.Sr {
  width: 20px;
}
/* :L1515 */
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*/

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

/*Valor UF del día*/

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

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

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

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

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

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

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

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

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

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

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

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

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

/* :L1684 */
ul.ulAspectos {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  margin-right: 15px;
}
/* :L1692 */
li.liAspectos {
  line-height: 2;
}
/* :L1696 */
ul.ulAspectos2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
}
/* :L1702 */
li.liAspectos2 {
  line-height: 2;
}
/* :L1706 */
.lista-gris {
  background-color: white;
}
/*Cuadro de detalles*/

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

/* :L1721 */
td.RutPQ {
  width: 30px;
}
/* :L1725 */
td.NumRutPQ {
  width: 130px;
}
/* :L1729 */
td.SrPQ {
  width: 30px;
}
/* :L1733 */
td.NomSrPQ {
  width: 250px;
}
/* :L1739 */
td.Parent {
  width: 100px;
}
/*Tabla de enfermedades*/

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

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

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

/* :L1769 */
.borderPunteadoSC {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* :L1778 */
.row.fondoGrisSC {
  background-color: whitesmoke;
  color: #707070;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* :L1788 */
.CongratSC {
  font-size: 30px;
  font-weight: bold;
}
/* :L1793 */
.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%);
}
/* :L1810 */
.TitleConfirmation {
  font-size: 40px;
}
/* :L1814 */
span.TxtSaleC {
  color: #666666;
  font-size: 14px;
}
/* :L1819 */
.backgroundSaleCatastrofico {
  padding-top: 20px;
}
/* :L1823 */
.margingTop-btn {
  margin-top: 50px;
}
/* :L1829 */
.borderPunteadoSC {
  border: 3px solid;
  border-color: #aaaaaa;
  border-style: dotted;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* :L1838 */
.row.fondoGrisSC {
  background-color: whitesmoke;
  color: #707070;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* :L1848 */
.CongratSC {
  font-size: 30px;
  font-weight: bold;
}
/* :L1853 */
.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*/

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

/*Ocultar fecha de endoso*/

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

/* :L1885 */
.container.DPS1::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L1889 */
.container.DPS1::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L1893 */
.container.DPS1::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L1897 */
.container.DPS1::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L1901 */
.container.DPS1::-webkit-scrollbar-thumb {
  background-color: #ed8b00;
  border-radius: 20px;
  border: 1px solid #ed8b00;
}
/* :L1907 */
.container.DPS1::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L1912 */
.infoDisplay::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L1916 */
.infoDisplay::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L1920 */
.infoDisplay::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L1924 */
.infoDisplay::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L1928 */
.infoDisplay::-webkit-scrollbar-thumb {
  background-color: #ed8b00;
  border-radius: 20px;
  border: 1px solid #ed8b00;
}
/* :L1934 */
.infoDisplay::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*Imagen calendario*/

/* :L1938 */
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;
}
/* :L1949 */
.ui-widget-header {
  border: 1px solid white !important;
  background: white !important;
  color: #333333 !important;
  font-weight: bold !important;
}
/* :L1956 */
.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;
}
/* :L1962 */
.ui-state-default {
  border: 1px solid white !important;
  background: white !important;
  font-weight: normal;
  color: #333333 !important;
}
/* :L1969 */
.ui-state-default:hover {
  border: 1px solid white !important;
  background: #ededed !important;
  font-weight: normal;
  color: #333333 !important;
}
/* :L1976 */
select.ui-datepicker-year {
  border: 0 !important;
}
/* :L1980 */
select.ui-datepicker-month {
  border: 0 !important;
}
/* :L1984 */
.ui-datepicker {
  z-index: 9999999999 !important;
}
/* :L1987 */
.carga-card {
  margin-left: 24%;
  margin-right: 24%;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* :L1997 */
.despunte {
  border: 1px dashed #707070;
  padding: 20px;
  border-radius: 20px;
}
/* :L2003 */
.cliente {
  border: 3px solid #eaeaea;
  background-color: #f7f7f7;
  border-radius: 10px;
  display: flow-root;
  padding: 15px;
}
/* :L2011 */
.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;
}
/* :L2022 */
.fechaNacTit {
  /*font-size: 18px;*/
  color: darkgray;
}
/* :L2027 */
span.numFecha {
  color: #ffb421;
}
/* :L2031 */
.lpunteada {
  border: 2px dashed #aaaaaa;
  border-radius: 20px;
}
/* :L2036 */
h3.contratante {
  font-size: 16px;
}
/* multi-items enfermedades */

/* clientes */

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

/* :L2048 */
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;
}
/* :L2058 */
.margenTop {
  margin-top: 18px;
}
/* :L2063 */
div#question110535,
div#question110539,
div#question110558,
div#question110542 {
  margin-top: -18px;
}
/* :L2068 */
div#question110540 {
  height: 140px;
}
/* :L2072 */
div#question110543,
div#question110560 {
  height: 120px;
}
/* :L2076 */
#question110532 {
  display: none !important;
}
/* :L2080 */
.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 */

/* :L2091 */
.img-plan-der {
  margin-left: 30px;
}
/* :L2095 */
.tb-beneficiarios {
  margin-top: -30px;
}
/* :L2099 */
.imagen-plan2 {
  border: 2px solid #eee1c9;
  border-radius: 5px;
  width: 117px;
  margin-top: 20px;
}
/* :L2106 */
.text-bnficiarios {
  margin-left: 20px;
}
/* :L2110 */
.card-item-benef {
  margin-top: 30px;
}
/**** Seguro Complementario De Salud ***/

/* :L2114 */
div#boton-quitar-item:hover {
  cursor: pointer;
}
/*.imagen-plan {
    margin: auto;
    border: 2px solid #eee1c9;
    border-radius: 5px;
    width: 117px;
}*/

/* :L2124 */
.imagen-plan {
  margin-bottom: 20px;
  border: 2px solid #eee1c9;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  filter: grayscale(1);
}
/* :L2134 */
.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;
}
/* :L2142 */
.imagen-plan:hover {
  cursor: pointer;
}
/* :L2146 */
.imagen-seleccionada {
  border: 2px solid #e89b03;
  background-color: rgba(91, 60, 1, 0.05);
  border-radius: 5px;
}
/* :L2152 */
.tipo-plan {
  color: #707070;
}
/* :L2156 */
span.TextoPlanes {
  margin-left: 10px;
}
/* :L2160 */
.TextoPlanesMobile {
  margin-top: 15px;
}
/*--------------------------------CARDS*/

/* :L2164 */
.card.dashboard {
  background-color: #f7f7f7;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
}
/* :L2171 */
.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;
}
/* :L2182 */
ul.dashboard {
  padding-left: 0;
  list-style: none;
}
/* :L2187 */
li.dashboard {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 3px solid;
  padding-left: 20px;
  border-color: #eaeaea;
}
/* :L2195 */
.logoCircle {
  background-color: #ffb421;
  padding-top: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 40px;
  margin-left: 37%;
  margin-bottom: 10px;
}
/*Table buscador*/

/* :L2207 */
.agentDashboardDefaultContainer {
  display: none;
}
/*Ocultar búsqueda default*/

/* :L2211 */
.search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  display: none;
}
/*Btb de búsqueda*/

/* :L2216 */
.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* :L2223 */
div#agentSearchControl {
  display: none;
}
/* ocultar ÚLTIMOS MOVIMIENTOS DE AUTOLIGHT */

/* :L2228 */
h3.agentDashboardResultsetTitle {
  display: none;
}
/* margen izquierdo de los campos */

/* :L2233 */
.agent-search-parameter.form-group {
  margin-left: 5.45%;
}
/*Margen top título de búsqueda*/

/* :L2239 */
.search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
/*alinear los botones de busqueda */

/* :L2250 */
.agent-search-parameter.form-group {
  width: 361px;
  position: relative;
  /*display: inline-block;*/
  display: inline-grid;
  margin-left: 0px;
  margin-right: 19px;
}
/*-------------------BOTÓN*/

/*button.btn.btn-default {
    color: white;
    background-color: #ffb421;
    border-color: #ffb421;
    border-radius: 18px;
    padding-left: 30px;
    padding-right: 30px;
}


button.btn.btn-default:hover, button.btn.btn-default:active, button.btn.btn-default:visited, button.btn.btn-default:focus{
background-color: #ffb421;
    border-color: #ffb421;
    color: black;
}*/

/*Ocultar botones de búsqueda por producto*/

/*General*/

/* :L2279 */
a#select-cross-package {
  display: none;
}
/* Ambulatorio RS2 */

/* :L2284 */
a#select-package-23478 {
  display: none;
}
/* Catastrofico LE2 */

/* :L2289 */
a#select-package-23989 {
  display: none;
}
/*AP*/

/* :L2294 */
a#select-package-10463 {
  display: none;
}
/*AP medismart*/

/* :L2299 */
a#select-package-24216 {
  display: none;
}
/*CAT*/

/* :L2304 */
a#select-package-10184 {
  display: none;
}
/*LE*/

/* :L2309 */
a#select-package-11066 {
  display: none;
}
/*LM*/

/* :L2314 */
a#select-package-11846 {
  display: none;
}
/*Covid empresa*/

/* :L2319 */
a#select-package-11925 {
  display: none;
}
/*Covid empleado*/

/* :L2324 */
a#select-package-12838 {
  display: none;
}
/*Covid Individual*/

/* :L2329 */
a#select-package-12973 {
  display: none;
}
/*Covid Mantención*/

/* :L2334 */
a#select-package-13209 {
  display: none;
}
/*Lucas Que Plan*/

/* :L2339 */
a#select-package-13614 {
  display: none;
}
/*Corona*/

/* :L2344 */
a#select-package-13528 {
  display: none;
}
/*CAT Que Plan*/

/* :L2349 */
a#select-package-14685 {
  display: none;
}
/*AP Básico*/

/* :L2354 */
a#select-package-15694 {
  display: none;
}
/*Klare full*/

/* :L2359 */
a#select-package-15237 {
  display: none;
}
/*Klare base*/

/* :L2365 */
a#select-package-15502 {
  display: none;
}
/*Salud base*/

/* :L2370 */
a#select-package-16207 {
  display: none;
}
/*ConSalud*/

/* :L2375 */
a#select-package-17445 {
  display: none;
}
/*Pharma*/

/* :L2380 */
a#select-package-17793 {
  display: none;
}
/*Red Salud*/

/* :L2385 */
a#select-package-17743 {
  display: none;
}
/*Urgencia Protegida*/

/* :L2390 */
a#select-package-18275 {
  display: none;
}
/*Oncológico*/

/* :L2395 */
a#select-package-18505 {
  display: none;
}
/*Ambulatorio Red Salud*/

/* :L2400 */
a#select-package-18595 {
  display: none;
}
/*Hospitalario Red Salud*/

/* :L2405 */
a#select-package-18894 {
  display: none;
}
/*Hospitalario Red Salud Que Plan*/

/* :L2410 */
a#select-package-19169 {
  display: none;
}
/*Hospitalario Red Salud*/

/* :L2415 */
a#select-package-19612 {
  display: none;
}
/*Hospitalario Red Salud*/

/* :L2420 */
a#select-package-19612 {
  display: none;
}
/*Complementario Red Salud*/

/* :L2425 */
a#select-package-19789 {
  display: none;
}
/*Oncológico Red Salud*/

/* :L2430 */
a#select-package-19872 {
  display: none;
}
/*Catastrófico Red Salud*/

/* :L2435 */
a#select-package-19940 {
  display: none;
}
/*Complementario Red Salud LE*/

/* :L2440 */
a#select-package-20251 {
  display: none;
}
/*Complementario Red Salud Hospitalario*/

/* :L2445 */
a#select-package-24925 {
  display: none;
}
/*Hospitalario Red Salud 2*/

/* :L2450 */
a#select-package-20611 {
  display: none;
}
/*AP Dental Red Salud*/

/* :L2455 */
a#select-package-20642 {
  display: none;
}
/* Fondo Esperanza */

/* :L2460 */
a#select-package-21723 {
  display: none;
}
/* Adulto Mayor */

/* :L2465 */
a#select-package-22803 {
  display: none;
}
/* Complementario LE 2 */

/* :L2470 */
a#select-package-24124 {
  display: none;
}
/* Complementario RS 3 */

/* :L2475 */
a#select-package-24364 {
  display: none;
}
/* Catastófico RS 3 */

/* :L2480 */
a#select-package-24637 {
  display: none;
}
/*Card retrieve*/

/* :L2487 */
.card.Retrieve {
  background-color: white;
  border: 3px solid;
  border-radius: 10px;
  border-color: #e68c01;
}
/* :L2495 */
.card-Header-retrieve {
  background: #e68c01;
  height: 75px;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: -1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 15px;
}
/* :L2506 */
.col-logoCircle {
  text-align: -webkit-center;
  padding-left: 0;
}
/* :L2511 */
.logoCircle-yellow {
  background-color: white;
  color: #e68c01;
  padding-top: 23px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
  border: 4px solid;
}
/* :L2524 */
.cardTitle-retrieve {
  text-align: center;
  color: #e68c01;
  font-size: 25px;
}
/* :L2530 */
.col-title-retrieve {
  padding-top: 20px;
}
/* :L2534 */
li.dashboard.retrieve {
  border-color: white;
  color: #e68c01;
}
/*----*/

/*SÓLO DOS PRIMERAS TABLAS*/

/* :L2541 */
.card.agent-card.white.AltoFijo {
  height: 350px;
}
/*--------------*/

/*SÓLO PARA TABLA DEPORTES CONTRATANTE*/

/* :L2547 */
.card.agent-card.white.AltoFijoSports {
  height: 376px;
}
/*SÓLO PARA TABLA ENFERMEDADES CONTRATANTE*/

/* :L2552 */
.card.agent-card.white.AltoFijoEnferm {
  min-height: 376px;
}
/*PARA MANTENER EL MISMO ESPACIO ENTRE ROWS*/

/* :L2557 */
.row.AgentSeguimiento {
  margin-bottom: 10px;
}
/*-------------DEFAULT----------------*/

/*OCULTAR OPCIONES DEL AGENTE*/

/* :L2563 */
/*Alineación del container*/

/* :L2568 */
/* :L2572 */
.card.agent-card.white {
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  border: 0px;
  margin-bottom: 10px;
  min-height: 300px;
  background-color: white;
  margin-top: 20px;
  /*New*/
  border-width: 2px;
  border-radius: 10px;
  border: solid 2px #e4e8f0;
  padding-bottom: 20px;
}
/* :L2588 */
.card.agent-card.cargas {
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  border: 0px;
  margin-bottom: 10px;
  background-color: white;
  margin-top: 20px;
  /*New*/
  border-width: 2px;
  border-radius: 10px;
  border: solid 2px #e4e8f0;
  padding-bottom: 20px;
}
/* :L2603 */
.agent-card .card-title {
  /* --------------------DEFAULT
    padding: 10px 15px;
    font-weight: bold;
    color: var(--secondaryColor);
    border-bottom: 1px solid #eeeeee;*/
  /*--------------------NUEVO*/
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffb421;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
}
/* :L2619 */
.card-body,
.card .elementor-image-box-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
/* :L2625 */
.keyValueList .key {
  font-weight: bold;
}
/* :L2629 */
.keyValueList .value {
  padding-left: 14px;
  padding-right: 14px;
  /*---------------------NUEVO*/

}
/* :L2634 */
.NPoliza {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
/* :L2640 */
.SumaAsegurada {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
/*---------------------------------------MENU-----------------------------------------*/

/*MODAL PAGO (Pantalla gris)*/

/* :L2653 */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: black;
}
/********************** botones resultado de busqueda ********************************/

/* :L2664 */
.enlaceAgente {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/*Info de cotizacion o poliza desde dashboard o resultados de busqueda*/

/* :L2672 */
.page-viewquoteorpolicy .instanda-quote-content {
  position: relative;
}
/* :L2676 */
.claim-item {
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #d8d8d8;
}
/* :L2679 */
@media (min-width: 768px) {
  .container.policy-view-options-action-buttons {
    height: calc(100vh - -120px);
    position: fixed;
    left: 0;
    margin: -15px;
    top: 5px;
    width: 245px;
    margin-bottom: 1px!important;
  }
}
/* :L2691 */
@media (min-width: 1200px) {
  .container.policy-view-options-action-buttons {
    height: calc(100vh - -50px);
    position: fixed;
    left: 0;
    margin: -15px;
    top: 14px;
    width: 245px;
  }
}
/* :L2703 */
.btn-group-vertical > .btn,
.btn-group > .btn {
  float: none !important;
}
/* :L2707 */
.block-renewals {
  display: block;
  color: white;
  text-align: -webkit-left;
  margin-left: 12px;
}
/* :L2714 */
label.block-renewals {
  font-weight: 100;
  color: white;
}
/*------BOTÓN VIGENCIA DE PÓLIZA/COTIZACIÓN-------*/

/*---bloquear renovaciones---*/

/* :L2723 */
.block-renewals {
  color: #424242;
  text-align: -webkit-left;
  display: none;
}
/* :L2731 */
.block-renewals:hover {
  color: #424242;
}
/*-----COLOR FONDO DEL MENU VERTICAL IZQUIERDO----*/

/* :L2739 */
.container.policy-view-options-action-buttons {
  text-align: -webkit-center;
  /*background-color:#E6E6E6;*/
  background-color: #262d33;
  -moz-box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
  -webkit-box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
  box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
}
/*botones del centro*/

/* :L2751 */
.btn.btn-primary.btnViewDocs.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2763 */
.btn.btn-primary.btnReferralHistory.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2776 */
.btn.btn-primary.btnCopyReQuote.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/*---*/

/* :L2790 */
a.btn.btn-primary.btnCancelPolicy.linkcssResponsive {
  width: 100%;
  text-align: -webkit-left;
  border-top: 1px solid #262d33;
  border-radius: 0;
}
/*---*/

/* :L2798 */
.btn.btn-primary.btnCancelPolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2810 */
.btn.btn-primary.btnCancelFromInception.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2822 */
.btn.btn-primary.btnRenewPolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2834 */
.btn.btn-primary.btnAdjustPolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  /*display: none;*/
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2847 */
.btn.btn-primary.btnMakeClaim.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2859 */
.btn.btn-primary.btnViewClaims.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2871 */
a.btn.btn-primary.btnClaims.link-css-responsive {
  display: none;
}
/* :L2875 */
.btn.btn-primary.btnClaims.link-css-responsive {
  /*-----OCULTO-----*/
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2888 */
.btn.btn-primary.btnPremiumSummary.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2901 */
.btn.btn-primary.link-css-responsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2913 */
.btn.btn-primary.btnAbandonPolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2926 */
.btn.btn-primary.btnDeclinePolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2938 */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2952 */
.btn.btn-primary.btnDeclinePolicy.linkcssResponsive {
  border: 1px;
  background-color: transparent;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  width: -webkit-fill-available;
  text-align: -webkit-left;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/*----propiedades de botones del centro--*/

/* :L2971 */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top: 1px solid #262d33;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  text-align: -webkit-left;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L2986 */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover {
  border-top: 1px solid #262d33;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  text-align: -webkit-left;
  background-color: #ffb421;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/*BOTON ESQUINA SUPERIOR*/

/* :L3004 */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #262d33;
  border-radius: 0;
  width: 100%;
  text-align: -webkit-left;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L3020 */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #262d33;
  border-radius: 0;
  width: 100%;
  text-align: -webkit-left;
  /* color:#d64b36;*/
  color: white;
  font-weight: 100;
  background-color: #ffb421;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/*----*/

/* :L3038 */
.btn.btn-primary.btnViewDocs.link-css-responsive {
  display: -webkit-box;
}
/*----*/

/*BOTON ESQUINA INFERIOR*/

/* :L3046 */
.btn.btn-primary.btnClaims.link-css-responsive {
  border-top: 1px solid #262d33;
  border-bottom: 1px solid #262d33;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  width: 194px;
  text-align: -webkit-left;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/* :L3063 */
.btn.btn-primary.btnClaims.link-css-responsive:hover {
  border-top: 1px solid #262d33;
  border-bottom: 1px solid #262d33;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  width: 194px;
  text-align: -webkit-left;
  /*color:#424242;*/
  color: white;
  font-weight: 100;
  background-color: #ffb421;
  padding-top: 15px;
  padding-bottom: 15px !important;
}
/*-----------*/

/* :L3082 */
.btn.btn-primary.btnClaims.link-css-responsive {
  display: -webkit-box;
}
/*-----------*/

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

/* :L3090 */
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);
}
*/

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

/* :L3126 */
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #ed8b00;
}
/* :L3132 */
/* :L3153 */
input.ch-selector {
  height: 20px;
  width: 20px;
}
/* :L3158 */
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;
}
/* :L3174 */
input.RedSalud2[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #a7bc4c;
}
/* :L3180 */
input.RedSalud2 {
  margin-bottom: 15px;
  margin-left: -10px !important;
}
/* :L3185 */
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;
}
/*Confirmación de cancelación*/

/*Catastrófico*/

/* :L3198 */
.CancelContent {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 300px;
  font-size: 20px;
}
/* :L3206 */
select#CancelacionMotivo {
  margin-top: 10px;
}
/* :L3209 */
.TitlePayment {
  text-align: center;
  /*color: #002169;*/
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
/* :L3217 */
.TextPayment {
  /*color: #383838;*/
  font-size: 20px;
  text-align: center;
}
/* :L3223 */
.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*/

/* :L3235 */
.instanda-confirm-billing-address {
  display: none;
}
/* :L3238 */
.txtInfo {
  font-size: 0.6vw;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  text-align: justify !important;
  text-justify: inter-word !important;
}
/* :L3247 */
.op {
  font-size: 16px !important;
  font-weight: bold !important;
}
/* :L3252 */
.txtPhone {
  padding: 10px;
  text-align: center;
  font-size: 1.2vh;
  padding-bottom: 30px;
}
/* :L3259 */
.movil {
  border: 1px solid #707070;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: whitesmoke;
}
/* :L3268 */
.movil-borde {
  height: 66px;
  width: 66px;
  margin: auto;
  margin-top: -25px;
  border-radius: 33px;
  background-color: whitesmoke;
  padding-top: 7px;
}
/* :L3278 */
.puntos {
  position: absolute;
  bottom: 40px;
  border: 2px dashed #b4b4b4;
  border-radius: 8px;
  margin-right: 30px;
}
/* :L3285 */
.caja-tel {
  height: 50px;
  width: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/* :L3293 */
.numtelf {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
/* :L3299 */
.inf-backg {
  /*margin:2px;*/
  background-image: url('https://design.instanda.us/ImageUpload/DownloadImageVersion?uploadedImageVersionId=bCDf%2Cp8rZGM3myzliWpMzQ__');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 150%;
  /*height: 100%;*/

}
/* :L3308 */
.coberturas {
  width: 100%;
  height: 40px;
}
/* :L3313 */
.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;
}
/* :L3326 */
.dcobrt {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 60%;
  height: 40px;
}
/* :L3334 */
.flecha-der {
  display: inline-block;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
  width: 10%;
  height: 40px;
  font-size: 20px;
}
/* :L3345 */
div#info-panel {
  z-index: 9999999999999 !important;
}
/* :L3349 */
div#breadcInstanda {
  /*z-index: -1 !important;*/
  z-index: 99 !important;
}
/* :L3354 */
#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);
}
/* :L3366 */
#info-panel {
  z-index: 99999999999 !important;
}
/* :L3371 */
div#inf-area {
  z-index: 99999999999 !important;
}
/* ocultar las preguntas para los documentos */

/* :L3375 */
#question112460,
#question112461 {
  display: none;
}
/*QUICK QUOTE*/

/*Tipo de plan*/

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

/*Card*/

/* :L3386 */
.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);
}
/* :L3396 */
.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;
}
/* :L3406 */
.PrecioClp {
  font-style: italic;
  font-size: 1.6em;
  color: white;
}
/* :L3412 */
.PrecioUF {
  font-size: 0.8em;
  font-style: italic;
  color: #d4d4d4;
}
/* :L3418 */
span.TxtMensual {
  color: white;
}
/* :L3422 */
.CardBottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
/* :L3427 */
.DeducibleUF {
  color: #ed8b00;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}
/* :L3434 */
span.TxtUF {
  font-style: initial;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 2px;
}
/* :L3441 */
.TxtCard {
  text-align: center;
  color: #aaaaaa;
  font-size: 0.8em;
}
/* :L3447 */
.TxtYellow {
  color: #ed8b00;
  margin-bottom: 5px;
}
/* :L3452 */
.btn.btn-primary.AP {
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
}
/* :L3459 */
.TxtCalculoUF {
  color: #aaaaaa;
  font-size: 0.8em;
  text-align: left;
  padding-top: 10px;
}
/* :L3466 */
.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;
}
/* :L3482 */
.TxtImg {
  text-align: center;
}
/*
.col-md-2.AP {
    width: 185px;
}
*/

@media (max-width: 1200px) {
  /* :L3494 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3498 */
  .col-md-2.AP {
    /*width: 178px;*/
    width: 240px;
  }
}
@media (max-width: 992px) {
  /* :L3508 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3512 */
  .col-md-2.AP {
    /*width: 100%;*/
    width: 178px;
  }
}
@media (max-width: 768px) {
  /* :L3522 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3526 */
  .col-md-2.AP {
    /* width: 220px;*/
    width: 100%;
  }
}
/*---------------PREQUOTE--------*/

/*Ocultar input RUT*/

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

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

/*Img*/

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

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

/*Ocultar address*/

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

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

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

/* :L3575 */
table.DatosPermanencia {
  border: 1px solid #aaaaaa;
}
/* :L3579 */
th.DatosPermanencia {
  font-size: 0.6em;
  background-color: #aaaaaa;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* :L3588 */
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*/

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

/* :L3603 */
.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;
}
/*Gris*/

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

/* :L3625 */
.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);
}
/* :L3632 */
.modal-body.terminos {
  text-align: justify;
}
/* :L3636 */
.modal-backdrop {
  z-index: 999;
}
/* :L3640 */
.modal-content {
  z-index: 999999999999 !important;
}
/* :L3644 */
div#info-panel {
  z-index: 99 !important;
}
/* :L3647 */
.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;
}
/* :L3659 */
.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;
}
/* :L3671 */
.boton-agregar:hover,
.boton-restar:hover {
  cursor: pointer;
}
/* :L3675 */
.KGB {
  text-align: center;
}
/* :L3678 */
td.TelefDt {
  width: 1500px;
}
/* :L3681 */
div#Beneficiarios {
  width: 1500px !important;
  /*background-color: antiquewhite;*/
  display: inline-table;
  overflow-x: scroll;
}
/* :L3688 */
td.PorcentajePQ {
  /*background-color: aquamarine;*/
  width: 100px !important;
}
/* :L3693 */
td.TelefDt {
  width: 150px !important;
  /*width: 130px !important;*/

  /*background-color: aqua;*/

}
/* :L3699 */
td.DirecDt {
  /*background-color: coral;*/
  width: 300px;
}
/* :L3703 */
.container.view-claims-content {
  background-color: white;
  padding-bottom: 15px;
  border: 1px solid lightgray;
  margin-top: 20px;
}
/* :L3710 */
.title.claims-view-page-title h2 {
  font-size: 20px;
  font-weight: 100;
  background-color: #ffb421;
  color: white;
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
/* :L3722 */
.row.claim-row-data {
  /*border-bottom: 1px solid lightgrey;*/
  padding-top: 10px;
  padding-bottom: 6px;
  margin-right: 1px;
  margin-left: 1px;
}
/* :L3730 */
.claim-item.claims-heading {
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
}
/* :L3737 */
.policy-title.claims-view-page-title {
  background-color: #262d33;
  color: white;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 100;
}
/* :L3750 */
.policy-data {
  display: none;
}
/*Botones*/

/* :L3755 */
/* :L3767 */
a.btn.btn-default.btn-xs.claim-action-button {
  width: 100%;
}
/* :L3771 */
a.btn.btn-default.btn-xs.decline-claim-link.claims-heading-item.linkcss {
  width: 100%;
}
/* :L3775 */
a.btn.btn-default.btn-xs.mark-paid-claim-link.claims-heading-item.linkcss {
  width: 100%;
}
/*Enhanced Claims View Determine Stage/Specific*/

/* :L3780 */
.row.claim-item.claims-heading.ClaimView {
  margin-right: 15px !important;
}
/*Estado de la póliza*/

/* :L3785 */
span#SiniestroEstado {
  color: #ffb421;
}
/*Número del siniestro*/

/* :L3790 */
.NSiniestroValor {
  color: #ffb421;
}
/* :L3794 */
.row.Siniestros {
  padding-bottom: 10px;
}
/*Tabla coberturas*/

/* :L3798 */
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;
}
/* :L3808 */
td.DatosCobertura {
  border: 1px solid #aaaaaa !important;
}
/*Tabla Plan de reembolso*/

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

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

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

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

/* :L3909 */
/* :L3912 */
.failed-renewals-row {
  background-color: #fcfcfc;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*Comparar póliza*/

/* :L3922 */
a.btn.btn-primary.btnComparePolicy.link-css-responsive {
  display: none;
}
/*Resumen premium*/

/* :L3927 */
a.btn.btn-primary.btnPremiumSummary.link-css-responsive {
  display: none;
}
/*Audit log en customer account*/

/* :L3932 */
.btnDiv.btnCustomerAccountLogs {
  display: none;
}
/*Botón ver cliente*/

/* :L3937 */
.btnDiv.btnCustomerAccount {
  padding: 10px;
  text-align: left;
  width: fit-content;
  color: #ed8b00;
  background-color: white;
  /*border-color: #ed8b00;*/
  border-radius: 18px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
/*Anular*/

/* :L3951 */
button.btn.btn-primary.btnCancelFromInception.linkcssResponsive {
  display: none;
}
/* :L3955 */
.btnDiv.btnCustomerAccount:hover {
  border-color: #ed8b00;
  color: white;
}
/************CATASTRÓFICO***************/

/* Landscape phones and smaller */

@media (max-width: 480px) {
  /*******QUICK QUOTE*/
  
  /*-----Título de pantallas-----*/
  
  /* :L3965 */
  span#paso {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
  }
  /* :L3972 */
  span#divisor {
    font-size: 35px;
    font-weight: 100;
    color: #aaaaaa;
    padding-left: 10px;
  }
  /* :L3979 */
  span#titulo {
    padding-left: 10px;
    /* font-family: sans-serif; */
    font-size: 13px;
    color: #aaaaaa;
  }
  /* :L3986 */
  .TituloPaso {
    font-size: 14px;
    font-weight: bold;
  }
  /*-------Formulario multi item fecha de nacimiento----------*/
  
  /* :L3992 */
  .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*/
  
  /* :L4005 */
  .sub-titulo-car1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: white !important;
  }
  /* :L4011 */
  .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;
  }
  /* :L4021 */
  .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;
  }
  /* :L4032 */
  .CardDeducibe {
    font-size: 35px;
    text-align: center;
    color: #ed8b00;
    font-style: italic;
  }
  /* :L4040 */
  .arriba-card {
    height: 150px;
    background-color: #a6a6a6;
    border-radius: 20px 20px 0px 0px !important;
    color: white;
  }
  /* :L4047 */
  span.titulo-car1 > strong {
    font-style: italic !important;
    font-size: 1.97em !important;
  }
  /*QUE NO CUBRE*/
  
  /* :L4055 */
  .infoDisplay {
    height: auto;
  }
  /*********PRE QUOTE*/
  
  /*--------Página1*/
  
  /*Botones de peso y estatura*/
  
  /* :L4064 */
  .btnPlus {
    padding-top: 20px;
    margin-left: -15px;
  }
  /* :L4069 */
  .btnLess {
    padding-top: 20px;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4075 */
  .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;
  }
  /* :L4089 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /* boton continuar de la barra de navegación */
  
  /* :L4095 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L4102 */
  button#continueButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L4109 */
  a#backButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4119 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4130 */
  .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 **********/
  
  /* :L4143 */
  a#backButton {
    width: 90px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
    height: 28px;
  }
  /* :L4152 */
  button#continueButton {
    width: 100px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4160 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4168 */
  .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;
  }
  /* :L4180 */
  .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;
  }
  /* :L4192 */
  .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) {
  /* :L4223 */
  .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*/
  
  /* :L4235 */
  .btnPlus {
    padding-top: 20px;
    text-align: center;
  }
  /* :L4240 */
  .btnLess {
    padding-top: 20px;
    text-align: center;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4248 */
  .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;
  }
  /* :L4260 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4267 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4278 */
  .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;
  }
}
/*PREQUOTE*/

/*Fondo gris*/

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

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

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

/* :L4312 */
/*QUOTE DISPLAY*/

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

/* :L4329 */
.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*/

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

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

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

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

/* :L4381 */
img.Img-Doc {
  width: 30px;
}
/* :L4385 */
img.Img-Clinic {
  width: 50px;
}
/* :L4389 */
img.Img-FaceHap {
  width: 40px;
}
/* :L4393 */
img.Img-Doc2 {
  width: 35px;
}
/* :L4397 */
img.Img-FaceSad {
  width: 40px;
}
/*Texto Imgs*/

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

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

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

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

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

/* :L4442 */
img.Img-List.Dental {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4449 */
img.Img-List.medicina {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4456 */
img.Img-List.Doctor {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4463 */
img.Img-List.Avion {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4470 */
img.Img-List.Ambulancia {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/*POSTQUOTE*/

/*Margen superior Región y Comuna */

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

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

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

/* :L4498 */
div#question122481 {
  display: none;
}
/* :L4501 */
.container.agent-quotesearch-results-container {
  width: 100%;
}
/*Texto informativo*/

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

/*Color de fonfo*/

/* :L4511 */
.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) {
  /* :L4525 */
  .circle-asist {
    min-height: 90px;
  }
}
/*Border*/

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

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

/* :L4547 */
.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;
}
*/

/* :L4564 */
.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*/

/* :L4577 */
.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;
}
/* :L4587 */
/*Contenido del tab*/

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

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

/* :L4612 */
span.Text-big-orange {
  font-size: 20px;
  color: #ed8c02;
  font-style: initial;
  text-transform: uppercase;
}
/* :L4619 */
tr.title-cobertura {
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}
/* :L4625 */
.sub-title-cobertura {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L4631 */
.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*/

/* :L4645 */
.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%...---*/

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

/* :L4666 */
span.Txt-Porc-green-QQD {
  font-size: 20px;
  font-weight: bold;
  color: #15a1a7;
}
/* :L4671 */
img.plan-cargas {
  border-radius: 5px;
  border: 2px solid transparent;
}
/* :L4676 */
img.plan-cargas:hover {
  cursor: pointer;
  border: 2px solid #c0a97e;
}
/* :L4681 */
.fechaMI {
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
/* :L4687 */
.campoFecha {
  margin-top: 10px;
}
/* :L4691 */
.cajaDPS {
  width: 100%;
  background-color: #f0f0f0;
  border: 2px solid darkgray;
  border-radius: 5px;
  padding: 25px;
}
/* :L4699 */
.linea {
  background-color: #f85032;
  height: 4px;
  width: 70px;
  margin-top: 8px;
}
/*PREQUOTE*/

/*Confirm DPS*/

/* :L4708 */
input#ClienteCovid {
  margin-right: 5px;
}
/* :L4712 */
.qref-punteado {
  border: 3px dotted #aaaaaa;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40%;
  margin-bottom: 40%;
}
/* :L4720 */
.link-quote-ref {
  font-size: 24px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  color: red;
}
/* post quote */

/* :L4730 */
.importante {
  background-color: #f5d9a3;
  padding: 5%;
  font-size: 14px;
}
/* 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*/

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

/* :L4751 */
div#question130133 {
  display: none;
}
@media (max-width: 480px) {
  /* :L4755 */
  .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) {
  /* :L4772 */
  .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*/

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

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

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

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

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

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

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

/*Ocultar botón de actualizar*/

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

/* :L4860 */
input#CheckNomina {
  margin-top: 12px;
}
/* :L4864 */
.CarCovid {
  /*background: linear-gradient(to left, #e03c2a 0%, #ed8b00 100%);
    color: white;*/
  padding: 5%;
  border-radius: 10px;
  border: 2px solid #ed8b00;
}
/* :L4872 */
.cant-asegurados {
  font-size: 35px;
  font-weight: bold;
}
/* :L4877 */
.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;
}
/* :L4888 */
.TextPrice {
  font-size: 16px;
  font-weight: bold;
}
/* :L4894 */
.texto-Res {
  font-size: 18px;
  color: #666666;
}
/*Margen de comuna*/

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

/* :L4905 */
.TextoPrecioCovid {
  font-weight: bold;
}
/* :L4909 */
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;
}
/* :L4920 */
.row.TxtAviso.TxtLittleCheck.Price {
  padding-right: 20px;
  padding-left: 20px;
}
/*TEXTO A continuación sube el listado...*/

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

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

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

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

/* :L4947 */
.uploadCovit:hover {
  cursor: pointer;
}
/* :L4951 */
.uploadCovit {
  margin-top: 20px;
  margin-left: 25%;
  margin-right: 25%;
}
/* :L4957 */
div#question132565 > div > div {
  text-align: center !important;
  margin-top: 15px;
}
/* :L4962 */
#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;
}
/* :L4975 */
#progress_bar.loading {
  opacity: 1.0;
}
/* :L4978 */
#progress_bar .percent {
  background-color: lightblue;
  padding: 1px;
  padding-top: 2px;
  height: auto;
  text-align: center;
  border: none;
  width: 0;
}
/* :L4988 */
img#COVITDownload {
  margin-top: 48px;
}
/*POSTQUOTE*/

/*Dirección*/

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

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

/* :L5004 */
.card-bg-grey-border {
  background-color: whitesmoke;
  border: 3px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
/*Card Descuento*/

/* :L5014 */
.card-descuento {
  background-color: #fff8ee;
  border: 3px solid #ed8b00;
  color: #ed8b00;
  border-radius: 10px;
  padding: 0px;
  padding-top: 15px;
  margin-top: 20px;
}
/*Check términos y condiciones*/

/* :L5025 */
div#question130991 {
  margin-left: -15px;
}
/************referidos ***************/

/* :L5030 */
.tablaReferidos {
  margin-top: 170px;
}
/* :L5034 */
table.agentTable.instanda-table.instanda-renew-referrals-table.tablaReferidos > tbody > tr > th {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgrey;
}
/* :L5039 */
table.agentTable.instanda-table.instanda-renew-referrals-table.tablaReferidos > tbody > tr > td {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid lightgrey;
}
/* :L5045 */
.pull-right.instanda-review-referrals-buttons {
  margin-top: 30px;
  margin-bottom: 90px;
}
/*Botones*/

/* :L5050 */
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*/

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

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

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

/* :L5081 */
.card.card-vertical.mobile {
  border: 2px solid #ed8b00;
  padding-bottom: 20px;
  box-shadow: none;
}
/* :L5087 */
.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*/

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

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

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

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

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

/*Azul*/

/* :L5148 */
.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) {
  /* :L5162 */
  .card-border-blue {
    min-height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
/*Mobile*/

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

/* :L5183 */
.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) {
  /* :L5198 */
  .card-border-green {
    min-height: auto;
    width: 100%;
  }
}
/*Mobile*/

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

/* :L5223 */
.img-salco {
  align-items: center;
  align-self: center;
  text-align: -webkit-center;
  align-content: center;
}
/* :L5230 */
.img-redSalud {
  align-items: center;
  align-self: center;
  text-align: -webkit-center;
  align-content: center;
}
/****POSTQUOTE*****/

/*---Name---*/

/* :L5238 */
div#question149075 {
  display: none;
}
/*---Post Quote---*/

/* :L5243 */
input#Postcode149076 {
  display: none;
}
/* :L5246 */
input#rejectButton {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Ocultar input RUT*/

/* :L5251 */
div#question122337 {
  display: none;
}
/* :L5255 */
.nav-tabs > li.l-exclusivo {
  float: left;
  margin-bottom: -21px;
}
/*POSTQUOTE*/

/* :L5261 */
.InfoMarcoLE {
  border: 1px solid #aaaaaa;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 3px;
  float: inherit;
  width: 210px;
}
/* :L5271 */
.btn-eliminar:hover {
  background-color: #ed8b00;
  color: white !important;
  border: none !important;
}
/*Fecha Endoso*/

/* :L5278 */
div#question126242 {
  display: none;
}
/***PREQUOTE***/

/*check*/

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

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

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

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

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

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

/*Ocultar Post Quote*/

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

/* :L5330 */
div#question151602 {
  display: none;
}
/* :L5334 */
.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;
}
/* :L5344 */
.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*/

/* :L5355 */
td.td-1-ci {
  border: 0 !important;
  width: 30%;
}
/* :L5360 */
td.td-2-ci {
  border: 0 !important;
}
/* :L5364 */
td.td-3-ci {
  border: 0 !important;
}
/**SALE CONFIRMATION**/

/* :L5369 */
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;
}
/* :L5383 */
.btn-volver-cotizar {
  margin-top: 30px;
}
/* :L5386 */
a#select-package-13106 {
  display: none;
}
/***PREQUOTE***/

/*Ocultar inicio de vigencia*/

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

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

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

/*Postal*/

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

/* :L5412 */
div#question156302 {
  display: none;
}
/****QUICK QUOTE****/

/* BORDES BENEFICIOS */

/* :L5418 */
.border-morado1 {
  border: 2px solid #7237c0 !important;
}
/* :L5422 */
.border-morado2 {
  border: 2px solid #5d2d9e !important;
}
/* :L5426 */
.border-morado3 {
  border: 2px solid #54288d !important;
}
/* :L5430 */
.border-morado4 {
  border: 2px solid #381b5d !important;
}
/****PREQUOTE****/

/*Pag 6*/

/*Ocultar dps enfermedad*/

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

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

/*POST CODE*/

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

/* :L5452 */
div#question162102 {
  display: none;
}
/*Botones*/

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

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

/* :L5480 */
.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*/

/* :L5488 */
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;
}
/* :L5498 */
.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*/

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

/* :L5519 */
.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);
}
/* :L5531 */
.tab-content.plan-espejo.corona {
  border: 1px solid #773dbd;
}
/* :L5535 */
.nav-tabs.corona > li.active.corona > a.plan-espejo.corona {
  color: #773dbd;
  cursor: default;
  background-color: white;
  border: 1px solid #773dbd;
  border-bottom-color: transparent;
  font-size: 17px;
  font-weight: bold;
}
/* :L5545 */
span.Text-big-orange.corona {
  color: #773dbd;
}
/* :L5549 */
a.plan-espejo.corona:hover {
  color: #773dbd;
}
/*PreQuote*/

/* :L5554 */
span.RutColor.corona {
  color: #773dbd;
}
/* :L5558 */
li.DPS.corona {
  color: #773dbd;
}
/* :L5562 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.corona {
  color: #773dbd;
}
/* :L5566 */
i.fa.fa-exclamation-circle.corona {
  color: #773dbd;
}
/*Quote Display*/

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

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

/* :L5581 */
.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*/

/* :L5596 */
.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*/

/* :L5609 */
.container.DPS1.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5613 */
.container.DPS1.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5617 */
.container.DPS1.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5621 */
.container.DPS1.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5625 */
.container.DPS1.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5631 */
.container.DPS1.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L5636 */
.infoDisplay.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5640 */
.infoDisplay.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5644 */
.infoDisplay.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5648 */
.infoDisplay.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5652 */
.infoDisplay.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5658 */
.infoDisplay.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

/* :L5665 */
.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;
}
/* :L5683 */
.radioCorona:hover {
  cursor: pointer;
}
/*Borde azul*/

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

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

/* :L5702 */
input.radioCorona[type=checkbox]:focus,
input.radioCorona[type=file]:focus,
input.radioCorona[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #773cbe;
}
/* :L5707 */
.Cyber-Code {
  font-size: 17px;
  text-align: center;
}
/* :L5712 */
input#PromotionalCode {
  text-align: center;
}
/* :L5716 */
.div-descuento {
  border: 1px solid #ed8b00;
  border-radius: 20px;
  border-style: dashed;
  background-color: white;
  color: #ee8b00;
  padding: 20px;
  margin: 0px 15px 30px 15px;
}
/* :L5726 */
.btn-orange {
  background-color: #ed8b00;
  color: white;
  width: 100%;
}
/****QUICK QUOTE QUESTIONS*****/

/*Ocultar asistencia*/

/* :L5733 */
/****QUICK QUOTE QUESTIONS*****/

/*Ocultar RUT*/

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

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

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

/* :L5754 */
.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*/

/* :L5763 */
input[value='15702'] {
  display: none;
}
/* :L5767 */
input[value='15701'] {
  display: none;
}
/****POST QUOTE QUESTIONS*****/

/*Ocultar NAME*/

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

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

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

/*Tipo de plan*/

/* :L5788 */
/*Ocultar asistencia*/

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

/*RUT*/

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

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

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

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

/*Fecha de endoso*/

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

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

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

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

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

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

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

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

/* :L5868 */
.planes-varios {
  border: 1px solid #ed8b00;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
}
/* :L5875 */
.planes-varios-title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* :L5880 */
.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);
}
/* :L5899 */
.planes-varios-header.rojo {
  background: #d90404;
}
/* :L5903 */
.planes-varios.rojo {
  border: 1px solid #d90404;
}
/* :L5907 */
.planes-varios-header.morado {
  background: #6f00a5;
}
/* :L5911 */
.planes-varios.morado {
  border: 1px solid #6f00a5;
}
/* :L5915 */
.planes-varios-header.amarillo {
  background: #f8dc00;
}
/* :L5919 */
.planes-varios.amarillo {
  border: 1px solid #f8dc00;
}
/****PRE QUOTE QUESTIONS*****/

/*Inicio de Vigencia*/

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

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

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

/* Ocultar fecha de inicio */

/* :L5942 */
div#question257758 {
  display: none;
}
/*PREQUOTE*/

/* Ocultar fecha de inicio */

/* :L5947 */
div#question255539 {
  display: none;
}
/*PREQUOTE DISPLAY*/

/*Fecha inicio*/

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

/*Términos y condiciones*/

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

/* :L5963 */
div#question276173 {
  display: none;
}
/*PREQUOTE DISPLAY*/

/*Fecha inicio*/

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

/*Post Code*/

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

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

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

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

/*OCULTAR ORIGEN DE COMPAÑIA*/

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

/* :L5999 */
.GrupoPlanesRS {
  margin-left: 2%;
  margin-right: 2%;
}
/* :L6004 */
.Card-G-Plan-RS {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
/* :L6009 */
.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;
}
/* :L6018 */
.titulo-rs-card {
  margin-left: 30%;
  margin-right: 30%;
  border-bottom: 3px solid #a7bc4c;
}
/* :L6024 */
.titulo-verde-RS {
  color: #a7bc4c;
  text-align: center;
  font-size: 18px;
}
/* :L6030 */
.RS-Seleccion {
  position: relative;
  top: 163px;
  left: 10px;
  color: #009999;
}
/* :L6037 */
.btn-radio-plan {
  position: relative;
  display: inline-block;
  margin-top: -5px;
}
/* :L6043 */
.btn-radio-plan > input {
  margin-right: 0px;
  margin-top: -10px;
  /* 	width:23px;
  	height:23px;*/
  border: 2px solid #dddddd;
}
/*OCULTAR PLANES*/

/* :L6052 */
div#plan-80 {
  display: none;
}
/* :L6056 */
div#plan-60 {
  display: none;
}
/*****/

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

/*Fecha inicio*/

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

/*Name*/

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

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

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

/* :L6088 */
.btn-primary.redsalud {
  color: #009999;
  border-color: #009999;
}
/* :L6093 */
.btn-primary.redsalud:hover,
.btn-primary.redsalud:focus,
.btn-primary.redsalud:visited {
  color: white;
  border-color: #009999;
  background-color: #009999;
}
/* :L6099 */
.btn-terciary.redsalud:hover,
.btn-terciary.redsalud:focus,
.btn-terciary.redsalud:visited {
  color: #009999;
  border-color: #009999;
}
/* :L6104 */
.btn.btn-default.consalud:hover,
.btn.btn-default.consalud:focus,
.btn.btn-default.consalud:visited {
  color: white;
  border-color: #009999;
  background-color: #009999 !important;
}
/*Input*/

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

/* :L6119 */
.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*/

/* :L6127 */
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;
}
/* :L6137 */
.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*/

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

/* :L6158 */
.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);
}
/* :L6170 */
.tab-content.plan-espejo.redsalud {
  border: 1px solid #009999;
}
/* :L6174 */
.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;
}
/* :L6184 */
span.Text-big-orange.redsalud {
  color: #009999;
}
/* :L6188 */
a.plan-espejo.redsalud:hover {
  /*color: #773dbd !important;*/
  color: white !important;
  background-color: #009999 !important;
}
/***CARDS 2023***/

/* :L6196 */
.card-titulo-2023.redsalud {
  color: #a5c136;
}
/* :L6200 */
.card-titulo-light-2023.redsalud {
  color: #a5c136;
}
/* :L6204 */
.divisor-card-2023.redsalud {
  background-color: #a5c136;
}
/* :L6208 */
span.check-card-2023.redsalud {
  color: #a5c136;
}
/* :L6212 */
.Seleccion-card-2023.redsalud {
  color: #099d9d;
}
/*Valor UF*/

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

/* :L6222 */
span.RutColor.redsalud {
  color: #009999;
}
/* :L6226 */
li.DPS.redsalud {
  color: #009999;
}
/* :L6230 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.redsalud {
  color: #009999;
}
/* :L6234 */
i.fa.fa-exclamation-circle.redsalud {
  color: #009999;
}
/*Quote Display*/

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

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

/* :L6249 */
.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*/

/* :L6264 */
.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;
}
/* :L6276 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/*DPS*/

/* :L6283 */
.container.DPS1.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6287 */
.container.DPS1.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6291 */
.container.DPS1.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6295 */
.container.DPS1.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6299 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6305 */
.container.DPS1.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L6310 */
.infoDisplay.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6314 */
.infoDisplay.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6318 */
.infoDisplay.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6322 */
.infoDisplay.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6326 */
.infoDisplay.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6332 */
.infoDisplay.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

/* :L6339 */
.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;
}
/* :L6357 */
.radioredsalud:hover {
  cursor: pointer;
}
/*Borde azul*/

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

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

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

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

/* :L6391 */
.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;
}
/* :L6401 */
.btn-orange.redsalud {
  background-color: #009999;
}
/* :L6405 */
.btn-orange.redsalud:hover {
  color: #009999;
  background-color: white;
  border-color: #009999;
}
/*QUICK QUOTE DISPLAY*/

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

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

/* :L6431 */
.card-price-macrh-2023-cober-adic {
  background-color: #e7f3f8;
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
}
/* :L6438 */
.btn-select-plan {
  background-color: #a7bc4c;
  color: white;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
}
/* :L6448 */
.btn-select-plan:hover {
  background-color: #86973e;
}
/* :L6452 */
.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);
}
/* :L6462 */
.card-price-macrh-2023-title {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6468 */
.card-price-macrh-2023-line {
  height: 2px;
  background-color: #ed8b00;
  margin-top: 14px;
}
/* :L6474 */
.card-price-macrh-2023-line.consalud {
  background-color: #009999;
}
/* :L6478 */
.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) {
  /* :L6490 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

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

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

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

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

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

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

@media (max-width: 480px) {
  /* :L6553 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* :L6564 */
.card-price-macrh-2023-price-value-clp {
  font-size: 25px;
  font-weight: bold;
}
/* :L6569 */
.card-price-macrh-2023-title-2 {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6575 */
.card-price-macrh-2023-plan-separador {
  height: 2px;
  background-color: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6582 */
.card-price-macrh-2023-plan-details {
  text-align: right;
  margin-bottom: 10px;
}
/* :L6587 */
.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;
}
/* :L6599 */
.card-price-macrh-2023-title-3 {
  color: #545454;
  font-size: 15px;
  font-weight: bold;
}
/* :L6605 */
.card-price-macrh-2023-subtitle-3 {
  font-size: 13px;
  font-weight: bold;
}
/* :L6610 */
.col-1-icon {
  padding-top: 7px;
  text-align: center;
}
/* :L6615 */
.col-2-text {
  padding-top: 11px;
  text-align: left;
}
/* :L6620 */
.col-3-img {
  text-align: center;
}
/* Large desktops and laptops */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* :L6781 */
.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*/

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

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

  /*min-height: 29rem;*/

}
/*Coberturas*/

/* :L6807 */
ul.list-group.list-group-flush.coberturas-2023 {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}
/* :L6813 */
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*/

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

/* :L6830 */
.card-body.card-2023.card-small {
  padding: 10px;
  /*min-height: 35rem;*/
  max-height: 40rem;
}
/* :L6836 */
.Seleccion-card-2023.card-small {
  padding: 10px;
  font-size: 15px;
}
/* :L6841 */
.card-titulo-light-2023.card-small {
  font-size: 15px;
}
/* :L6845 */
.alto-title-2023.card-small.card-small {
  min-height: 11rem;
  padding-bottom: 0;
}
/* :L6850 */
.card-body.card-2023.card-small {
  padding: 10px;
  min-height: 33rem;
  max-height: 60rem;
}
/* cards */

/* :L6858 */
.Card-2023 {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
/* :L6863 */
li.list-group-item.op-card-RS-btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* :L6868 */
.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;
}
/* :L6877 */
.titulo-rs-card {
  margin-left: 30%;
  margin-right: 30%;
  border-bottom: 3px solid #a7bc4c;
}
/* :L6883 */
.titulo-verde-RS {
  color: #a7bc4c;
  text-align: center;
  font-size: 18px;
}
/* :L6889 */
.RS-Seleccion {
  position: relative;
  top: 163px;
  left: 10px;
  color: #009999;
}
/* :L6896 */
.btn-radio-plan {
  position: relative;
  display: inline-block;
  margin-top: -5px;
}
/* :L6902 */
.btn-radio-plan > input {
  margin-right: 0px;
  margin-top: -10px;
  border: 2px solid #dddddd;
}
/*card info*/

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

/*Origen*/

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

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

/*Fecha de nacimiento*/

/* :L6931 */
div#question292910 {
  display: none;
}
/* header de cargas DPS */

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

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

/*Inicio de vigencia*/

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

/* :L6985 */
div#question292893 {
  display: none;
}
/*Modal de mensajes*/

/* :L6989 */
.modal-dialog.modal-dialog-centered.mensaje {
  margin-top: 23%;
}
/* :L6993 */
.modal-body.mensaje {
  text-align: center;
}
/* :L6997 */
img.ImgImportante.mensaje {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* :L7002 */
.modal-dialog.modal-dialog-centered.mensaje {
  margin-top: 200px;
}
/* :L7006 */
.btn.btn-secondary.mensaje {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
}
/* :L7013 */
.btn.btn-secondary.mensaje:hover {
  background-color: white;
  border: 1px solid #ed8b00;
  color: #ffb421;
}
/*En página*/

/* :L7021 */
div#pago-fallido {
  text-align: center;
  margin-top: 200px;
}
/* :L7026 */
.card-toku {
  background-color: white;
  padding: 20px;
  border-radius: 18px;
}
/*card info*/

/* :L7032 */
.tit-card-info {
  font-size: 0.9em;
  font-weight: bold;
}
/* :L7037 */
.tx-card-info {
  font-size: 0.9em;
  font-weight: 100;
}
/* :L7042 */
.DPS-table-desc {
  font-weight: normal;
  padding: 20px;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

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

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

/*Fecha de nacimiento*/

/* :L7060 */
div#question309222 {
  display: none;
}
/* fecha de inicio */

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

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

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

/*Inicio de vigencia*/

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

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

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

/* :L7118 */
div#question292893 {
  display: none;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7149 */
/*Radio de planes*/

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

/* fecha de inicio */

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

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7202 */
div#question313909 {
  display: none;
}
/* :L7206 */
div#question313910 {
  display: none;
}
/*Name*/

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

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

/* :L7221 */
div#question312126 {
  display: none;
}
/*QUICK QUOTE QUESTIONS*/

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7252 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7291 */
div#question314220 {
  display: none;
}
/* :L7295 */
div#question314221 {
  display: none;
}
/*Name*/

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

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

/* :L7311 */
div#question313958 {
  display: none;
}
/*Cargas(?*/

/* :L7316 */
div#instanda-question-input {
  display: block;
}
/* :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 VERDE */

/* :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;
}
/* Switch Info NARANJA*/

/* :L7383 */
.checkbox.checbox-switch.switch-info.naranja label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info.naranja > input:checked + span {
  background-color: #ed8b00;
  border-color: #ed8b00;
  box-shadow: #ed8b00 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
/* :L7390 */
.checkbox.checbox-switch.switch-info.naranja label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info.naranja > input:checked:disabled + span {
  background-color: #ed8b00;
  border-color: #ed8b00;
  box-shadow: #ed8b00 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*/

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

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

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

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

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

/*Cupón*/

/* :L7425 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7459 */
div#question315054 {
  display: none;
}
/* :L7463 */
div#question315055 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7509 */
/* Plan Seleccionado */

/* :L7515 */
.CobPlanSelected {
  -moz-box-shadow: 0px 3px 5px 0px rgba(237, 139, 0, 0.7);
  box-shadow: 0px 3px 5px 0px rgba(237, 139, 0, 0.7);
}
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

/* :L7542 */
/*Texto covid*/

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7561 */
div#question323547 {
  display: none;
}
/* :L7565 */
div#question323548 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

/* fecha de inicio */

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

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

/* toku */

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

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

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

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

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

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

/* ocultar pregustas de pago */

/* :L7656 */
#question334771,
#question334772,
#question334773 {
  display: none;
}
/* quick quote questions */

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

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

/* :L7666 */
#question335854 {
  display: none;
}
/* :L7670 */
#question335817 {
  /* Origen */
  display: none;
}
/* :L7674 */
#question335818 {
  /* Plan Preseleccionado */
  display: none;
}
/* pre-quote */

/* preguta DPS - Covid */

/* :L7681 */
#question335862 {
  /* header de texto */
  display: none;
}
/* :L7685 */
#question336077 {
  /* pregunta Covid */
  display: none;
}
/* :L7689 */
#question336078 {
  /* DPS invalidez individual */
  display: none;
}
/* :L7693 */
#question336057 {
  /* DPS invalidez familiar */
  display: none;
}
/* :L7698 */
#question336079,
#question335865,
#question336059 {
  /* DPS Malformaciones */
  display: none;
}
/* :L7702 */
#question335874 {
  /* header Asegurados Dependientes */
  margin-top: 70px;
}
/* post-quote */

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

/* :L7717 */
a#select-package-20691 {
  display: none;
}
/* Quick-Quote-Questions */

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

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

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

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

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

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

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

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

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

/* ocultar sponsor */

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

/* ocultar pregustas de pago */

/* :L7806 */
#question348935,
#question348936,
#question348937 {
  /* toku */
  display: none;
}
/* busqueda */

/* :L7812 */
a#select-package-21452 {
  display: none;
}
/* quick quote */

/* ocultar preguntas de inicio */

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

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

/*ocultar preguntas de pago */

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

/* ocultar pregunta de covid */

/* :L7837 */
/* :L7841 */
#question353568,
#question353773 {
  display: none;
}
/* busqueda */

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

/* :L7851 */
.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;
}
/* :L7870 */
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;
}
/* :L7889 */
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;
}
/* :L7898 */
.NRSinput {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L7908 */
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*/

/* :L7917 */
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 */

/* :L7929 */
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;
}
/* :L7943 */
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* formato de los inputs */

/* :L7951 */
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 */

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

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

/* :L8001 */
.NRSCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L8008 */
.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;
}
/* :L8020 */
.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;
}
/* :L8032 */
.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;*/

}
/* :L8043 */
.NRSCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L8050 */
.NRSCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L8056 */
.NRSCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L8062 */
.NRSCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L8069 */
.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);
}
/* :L8080 */
.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;
}
/* :L8096 */
.NRSCard-resumen-vc-link > a {
  color: white;
}
/* :L8100 */
.NRSCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L8104 */
.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;
}
/* :L8113 */
.NRS-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L8121 */
.NRS-cant-button {
  position: relative;
  top: -10px;
  background-color: #009999;
  border-radius: 4px;
  border-color: #009999;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L8132 */
.NRS-cant-button:hover {
  background-color: #a5c14a !important;
  border-color: #a5c14a !important;
}
/* :L8137 */
.NRS-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
}
/* :L8147 */
.NRS-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L8155 */
.boton-agregar.btn.btn-default.NRS-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L8161 */
.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;
}*/

/* :L8177 */
.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;
}
/* :L8187 */
.NRS-num-input-main {
  padding: 0;
}
/* :L8191 */
.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;
}
/* :L8197 */
.NRS-botonera-num {
  position: relative;
  width: fit-content;
  display: inline-block;
  top: 20px;
  padding-left: 15px;
}
/* :L8205 */
.NRS-num-button {
  position: relative;
  top: 1px;
  background-color: #009999;
  border-radius: 4px;
  border-color: #009999;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L8216 */
.NRS-num-button:hover {
  background-color: #a5c14a !important;
  border-color: #a5c14a !important;
}
/* :L8221 */
.NRS-num-mas {
  color: white;
  position: relative;
  top: -7px;
}
/* :L8227 */
.NRS-num-menos {
  color: white;
  position: relative;
  top: -9px;
}
/* elevar labels para los multi-items */

/* :L8234 */
div.NRSinputs > .instanda-question-label {
  z-index: 20;
}
/* :L8238 */
.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;
}
/* :L8253 */
.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;
}
/* :L8269 */
.NRSnav-back-button:visited {
  background-color: white !important;
}
/* :L8273 */
.NRSnav-back-button:hover {
  background-color: white !important;
}
/* :L8277 */
.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);
}
/* :L8286 */
/* :L8289 */
.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) {
  /* :L8300 */
  .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;
  }
  /* Red Salud New Layout */
  
  /* :L8315 */
  .NRSCard-resumen-Logo-Alone {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25%;
  }
}
@media (max-width: 1195px) {
  /* :L8326 */
  .NRS-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L8332 */
  .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) {
  /* :L8357 */
  .NRS-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L8363 */
  .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) {
  /* :L8374 */
  .NRS-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L8380 */
  .NRS-img-cant-aseg {
    display: none;
  }
  /* :L8384 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L8389 */
  #backButton.NRSnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
  /* :L8397 */
  .NRSCard-resumen-Logo-Alone {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* :L8406 */
.NRS-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8410 */
.NRS-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L8414 */
.NRS-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8419 */
.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;
}
/* :L8435 */
.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%;
}
/* :L8445 */
.NRS-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L8450 */
.NRS-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #009999;
}
/* :L8457 */
.NRS-radio::before {
  color: #a7bc4c !important;
}
/* :L8461 */
.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;
}
/* :L8468 */
.NRS-radio:focus {
  border: 1px solid #a7bc4c !important;
}
/* :L8474 */
.NRS-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L8483 */
.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;
}
/* :L8499 */
.NRS-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L8508 */
.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);
}
/* :L8518 */
.NRS-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #009999;
}
/* :L8523 */
.NRS-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L8528 */
.NRS-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #009999;
}
/* :L8535 */
.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 */

/* :L8545 */
.NRS-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L8554 */
.NRS-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L8562 */
.NRShr-DPS {
  border: 1px solid #009999;
  margin: 0;
}
/* :L8567 */
.NRShr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L8572 */
.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;
}
/* :L8582 */
.NRS-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L8591 */
.NRS-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L8599 */
.NRS-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L8607 */
.NRS-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8616 */
.NRS-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8625 */
.NRS-DPS-text-enfr {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
/* :L8633 */
.NRS-DPS-enfr-height {
  min-height: 200px;
}
/* :L8637 */
.NRS-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8646 */
.NRS-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L8652 */
.NRS-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L8660 */
.NRS-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8669 */
.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;
}
/* :L8679 */
.NRS-check {
  text-align: right;
  padding-right: 30px;
}
/* :L8685 */
.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;
}
/* :L8700 */
.NRS-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L8709 */
.NRS-tabla-head {
  background-color: #a5c14a;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L8718 */
.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;
}
/* :L8728 */
.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;
}
/* :L8738 */
.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;
}
/* :L8753 */
.NRS-PQ-Pagar-btn:hover {
  background-color: #a5c14a;
  color: white;
}
/* :L8758 */
.NRS-PQ-Pagar-btn:focus,
.NRS-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L8762 */
.NRS-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8771 */
.NRSTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L8779 */
.NRS-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L8785 */
.NRS-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L8792 */
.NRS-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L8800 */
.NRS-link-detalle-plan > a:hover {
  color: #009999;
}
/* :L8804 */
.NRS-deshabilitado {
  background-color: lightgray;
}
/* :L8808 */
.NRS-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8814 */
.NRS-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8820 */
.NRS-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L8826 */
.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;
}
/* :L8845 */
.NRSCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L8850 */
.NRS-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L8855 */
.NRS-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L8862 */
.NRSDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L8870 */
.NRS-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L8875 */
.NRS-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L8880 */
.NRS-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L8886 */
.NRS-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L8891 */
.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 */

/* :L8900 */
.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;
}
/* :L8920 */
.NRSHDesplazar {
  position: relative;
  top: 10px;
  left: 13px;
}
/* :L8927 */
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 */

/* :L8947 */
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 */

/* :L8957 */
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;
}
/* :L8965 */
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;
}
/* :L8974 */
.NRSHinput {
  border-radius: 4px;
  padding-top: 6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* region label */

/* :L8984 */
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*/

/* :L8993 */
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 */

/* :L9005 */
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;
}
/* :L9019 */
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* formato de los inputs */

/* :L9027 */
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 */

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

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

/* :L9077 */
.NRSHCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L9084 */
.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;
}
/* :L9096 */
.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;
}
/* :L9108 */
.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;*/

}
/* :L9119 */
.NRSHCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L9126 */
.NRSHCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L9132 */
.NRSHCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L9138 */
.NRSHCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L9145 */
.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);
}
/* :L9156 */
.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;
}
/* :L9172 */
.NRSHCard-resumen-vc-link > a {
  color: white;
}
/* :L9176 */
.NRSHCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L9180 */
.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;
}
/* :L9189 */
.NRSH-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L9197 */
.NRSH-cant-button {
  position: relative;
  top: -10px;
  background-color: #ef6c00;
  border-radius: 4px;
  border-color: #ef6c00;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L9208 */
.NRSH-cant-button:hover {
  background-color: #ffb500 !important;
  border-color: #ffb500 !important;
}
/* :L9213 */
.NRSH-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
}
/* :L9223 */
.NRSH-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L9231 */
.boton-agregar.btn.btn-default.NRSH-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L9237 */
.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;
  }*/

/* :L9253 */
.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;
}
/* :L9263 */
.NRSH-num-input-main {
  padding: 0;
}
/* :L9267 */
.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;
}
/* :L9273 */
.NRSH-botonera-num {
  position: relative;
  width: fit-content;
  display: inline-block;
  top: 20px;
  padding-left: 15px;
}
/* :L9281 */
.NRSH-num-button {
  position: relative;
  top: 1px;
  background-color: #ef6c00;
  border-radius: 4px;
  border-color: #ef6c00;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L9292 */
.NRSH-num-button:hover {
  background-color: #ffb500 !important;
  border-color: #ffb500 !important;
}
/* :L9297 */
.NRSH-num-mas {
  color: white;
  position: relative;
  top: -7px;
}
/* :L9303 */
.NRSH-num-menos {
  color: white;
  position: relative;
  top: -9px;
}
/* elevar labels para los multi-items */

/* :L9310 */
div.NRSHinputs > .instanda-question-label {
  z-index: 20;
}
/* :L9314 */
.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;
}
/* :L9332 */
.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;
}
/* :L9350 */
.NRSHnav-back-button:visited {
  background-color: white !important;
}
/* :L9354 */
.NRSHnav-back-button:hover {
  background-color: white !important;
}
/* :L9358 */
.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);
}
/* :L9367 */
/* :L9369 */
.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) {
  /* :L9380 */
  .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) {
  /* :L9395 */
  .NRSH-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L9401 */
  .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) {
  /* :L9426 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L9432 */
  .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) {
  /* :L9444 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L9450 */
  .NRSH-img-cant-aseg {
    display: none;
  }
  /* :L9454 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSHnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L9459 */
  #backButton.NRSHnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
}
/* :L9469 */
.NRSH-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9474 */
.NRSH-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L9479 */
.NRSH-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9484 */
.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;
}
/* :L9500 */
.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%;
}
/* :L9510 */
.NRSH-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L9515 */
.NRSH-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ef6c00;
}
/* :L9522 */
.NRSH-radio::before {
  color: #ed8b00 !important;
}
/* :L9526 */
.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;
}
/* :L9536 */
.NRSH-radio:focus {
  border: 1px solid #ed8b00 !important;
}
/* :L9542 */
.NRSH-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9551 */
.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;
}
/* :L9567 */
.NRSH-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L9576 */
.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);
}
/* :L9586 */
.NRSH-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #ed8b00;
}
/* :L9591 */
.NRSH-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L9596 */
.NRSH-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ef6c00;
}
/* :L9603 */
.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 */

/* :L9613 */
.NRSH-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L9622 */
.NRSH-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L9630 */
.NRSHhr-DPS {
  border: 1px solid #ef6c00;
  margin: 0;
}
/* :L9635 */
.NRSHhr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L9640 */
.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;
}
/* :L9650 */
.NRSH-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L9659 */
.NRSH-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L9667 */
.NRSH-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L9675 */
.NRSH-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9684 */
.NRSH-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9693 */
.NRSH-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9702 */
.NRSH-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L9708 */
.NRSH-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L9716 */
.NRSH-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9725 */
.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;
}
/* :L9735 */
.NRSH-check {
  text-align: right;
  padding-right: 30px;
}
/* :L9741 */
.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;
}
/* :L9756 */
.NRSH-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L9765 */
.NRSH-tabla-head {
  background-color: #ef6c00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L9774 */
.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;
}
/* :L9784 */
.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;
}
/* :L9794 */
.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;
}
/* :L9809 */
.NRSH-PQ-Pagar-btn:disabled {
  background-color: #c4b798;
  color: #444444;
}
/* :L9814 */
.NRSH-PQ-Pagar-btn:hover {
  background-color: #ffb500;
  color: white;
}
/* :L9819 */
.NRSH-PQ-Pagar-btn:focus,
.NRSH-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L9824 */
.NRSH-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9833 */
.NRSHTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L9841 */
.NRSH-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L9847 */
.NRSH-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L9854 */
.NRSH-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L9862 */
.NRSH-link-detalle-plan > a:hover {
  color: #ed8b00;
}
/* :L9866 */
.NRSH-deshabilitado {
  background-color: lightgray;
}
/* :L9870 */
.NRSH-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9876 */
.NRSH-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9882 */
.NRSH-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L9888 */
.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;
}
/* :L9907 */
.NRSHCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L9912 */
.NRSH-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L9917 */
.NRSH-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L9924 */
.NRSHDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L9932 */
.NRSH-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L9937 */
.NRSH-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L9942 */
.NRSH-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L9948 */
.NRSH-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L9953 */
.NRSH-DPS-bullet-container2 {
  width: 10px;
  display: inline-block;
  height: 18px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9962 */
.NRSH-tiny-enfermedades {
  font-family: "Poppins", sans-serif !important;
  font-size: 11px !important;
}
/* :L9967 */
.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);
}
