/* :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;
}
/* complementario RS individual */

/* :L2304 */
a#select-package-25349 {
  display: none;
}
/*CAT*/

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

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

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

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

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

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

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

/* :L2345 */
a#select-package-13614 {
  display: none;
}
/* AP Dental RS 3 */

/* :L2350 */
a#select-package-25160 {
  display: none;
}
/*Corona*/

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

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

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

/* :L2370 */
a#select-package-15237 {
  display: none;
}
/*Adulto Mayor 2*/

/* :L2375 */
a#select-package-25245 {
  display: none;
}
/*Klare base*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* :L2502 */
.card.Retrieve {
  background-color: white;
  border: 3px solid;
  border-radius: 10px;
  border-color: #e68c01;
}
/* :L2510 */
.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;
}
/* :L2521 */
.col-logoCircle {
  text-align: -webkit-center;
  padding-left: 0;
}
/* :L2526 */
.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;
}
/* :L2539 */
.cardTitle-retrieve {
  text-align: center;
  color: #e68c01;
  font-size: 25px;
}
/* :L2545 */
.col-title-retrieve {
  padding-top: 20px;
}
/* :L2549 */
li.dashboard.retrieve {
  border-color: white;
  color: #e68c01;
}
/*----*/

/*SÓLO DOS PRIMERAS TABLAS*/

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

/*SÓLO PARA TABLA DEPORTES CONTRATANTE*/

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

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

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

/*OCULTAR OPCIONES DEL AGENTE*/

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

/* :L2583 */
/* :L2587 */
.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;
}
/* :L2603 */
.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;
}
/* :L2618 */
.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;
}
/* :L2634 */
.card-body,
.card .elementor-image-box-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
/* :L2640 */
.keyValueList .key {
  font-weight: bold;
}
/* :L2644 */
.keyValueList .value {
  padding-left: 14px;
  padding-right: 14px;
  /*---------------------NUEVO*/

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

/*MODAL PAGO (Pantalla gris)*/

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

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

/* :L2687 */
.page-viewquoteorpolicy .instanda-quote-content {
  position: relative;
}
/* :L2691 */
.claim-item {
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #d8d8d8;
}
/* :L2694 */
@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;
  }
}
/* :L2706 */
@media (min-width: 1200px) {
  .container.policy-view-options-action-buttons {
    height: calc(100vh - -50px);
    position: fixed;
    left: 0;
    margin: -15px;
    top: 14px;
    width: 245px;
  }
}
/* :L2718 */
.btn-group-vertical > .btn,
.btn-group > .btn {
  float: none !important;
}
/* :L2722 */
.block-renewals {
  display: block;
  color: white;
  text-align: -webkit-left;
  margin-left: 12px;
}
/* :L2729 */
label.block-renewals {
  font-weight: 100;
  color: white;
}
/*------BOTÓN VIGENCIA DE PÓLIZA/COTIZACIÓN-------*/

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

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

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

/* :L2766 */
.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;
}
/* :L2778 */
.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;
}
/* :L2791 */
.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;
}
/*---*/

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

/* :L2813 */
.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;
}
/* :L2825 */
.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;
}
/* :L2837 */
.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;
}
/* :L2849 */
.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;
}
/* :L2862 */
.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;
}
/* :L2874 */
.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;
}
/* :L2886 */
a.btn.btn-primary.btnClaims.link-css-responsive {
  display: none;
}
/* :L2890 */
.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;
}
/* :L2903 */
.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;
}
/* :L2916 */
.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;
}
/* :L2928 */
.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;
}
/* :L2941 */
.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;
}
/* :L2953 */
.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;
}
/* :L2967 */
.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--*/

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

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

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

/*BOTON ESQUINA INFERIOR*/

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

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

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

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

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

/* :L3141 */
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #ed8b00;
}
/* :L3147 */
/* :L3168 */
input.ch-selector {
  height: 20px;
  width: 20px;
}
/* :L3173 */
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;
}
/* :L3189 */
input.RedSalud2[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #a7bc4c;
}
/* :L3195 */
input.RedSalud2 {
  margin-bottom: 15px;
  margin-left: -10px !important;
}
/* :L3200 */
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*/

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

/* :L3250 */
.instanda-confirm-billing-address {
  display: none;
}
/* :L3253 */
.txtInfo {
  font-size: 0.6vw;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  text-align: justify !important;
  text-justify: inter-word !important;
}
/* :L3262 */
.op {
  font-size: 16px !important;
  font-weight: bold !important;
}
/* :L3267 */
.txtPhone {
  padding: 10px;
  text-align: center;
  font-size: 1.2vh;
  padding-bottom: 30px;
}
/* :L3274 */
.movil {
  border: 1px solid #707070;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: whitesmoke;
}
/* :L3283 */
.movil-borde {
  height: 66px;
  width: 66px;
  margin: auto;
  margin-top: -25px;
  border-radius: 33px;
  background-color: whitesmoke;
  padding-top: 7px;
}
/* :L3293 */
.puntos {
  position: absolute;
  bottom: 40px;
  border: 2px dashed #b4b4b4;
  border-radius: 8px;
  margin-right: 30px;
}
/* :L3300 */
.caja-tel {
  height: 50px;
  width: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/* :L3308 */
.numtelf {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
/* :L3314 */
.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%;*/

}
/* :L3323 */
.coberturas {
  width: 100%;
  height: 40px;
}
/* :L3328 */
.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;
}
/* :L3341 */
.dcobrt {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 60%;
  height: 40px;
}
/* :L3349 */
.flecha-der {
  display: inline-block;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
  width: 10%;
  height: 40px;
  font-size: 20px;
}
/* :L3360 */
div#info-panel {
  z-index: 9999999999999 !important;
}
/* :L3364 */
div#breadcInstanda {
  /*z-index: -1 !important;*/
  z-index: 99 !important;
}
/* :L3369 */
#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);
}
/* :L3381 */
#info-panel {
  z-index: 99999999999 !important;
}
/* :L3386 */
div#inf-area {
  z-index: 99999999999 !important;
}
/* ocultar las preguntas para los documentos */

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

/*Tipo de plan*/

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

/*Card*/

/* :L3401 */
.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);
}
/* :L3411 */
.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;
}
/* :L3421 */
.PrecioClp {
  font-style: italic;
  font-size: 1.6em;
  color: white;
}
/* :L3427 */
.PrecioUF {
  font-size: 0.8em;
  font-style: italic;
  color: #d4d4d4;
}
/* :L3433 */
span.TxtMensual {
  color: white;
}
/* :L3437 */
.CardBottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
/* :L3442 */
.DeducibleUF {
  color: #ed8b00;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}
/* :L3449 */
span.TxtUF {
  font-style: initial;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 2px;
}
/* :L3456 */
.TxtCard {
  text-align: center;
  color: #aaaaaa;
  font-size: 0.8em;
}
/* :L3462 */
.TxtYellow {
  color: #ed8b00;
  margin-bottom: 5px;
}
/* :L3467 */
.btn.btn-primary.AP {
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
}
/* :L3474 */
.TxtCalculoUF {
  color: #aaaaaa;
  font-size: 0.8em;
  text-align: left;
  padding-top: 10px;
}
/* :L3481 */
.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;
}
/* :L3497 */
.TxtImg {
  text-align: center;
}
/*
.col-md-2.AP {
    width: 185px;
}
*/

@media (max-width: 1200px) {
  /* :L3509 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3513 */
  .col-md-2.AP {
    /*width: 178px;*/
    width: 240px;
  }
}
@media (max-width: 992px) {
  /* :L3523 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3527 */
  .col-md-2.AP {
    /*width: 100%;*/
    width: 178px;
  }
}
@media (max-width: 768px) {
  /* :L3537 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3541 */
  .col-md-2.AP {
    /* width: 220px;*/
    width: 100%;
  }
}
/*---------------PREQUOTE--------*/

/*Ocultar input RUT*/

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

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

/*Img*/

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

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

/*Ocultar address*/

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

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

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

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

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

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

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

/* :L3640 */
.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);
}
/* :L3647 */
.modal-body.terminos {
  text-align: justify;
}
/* :L3651 */
.modal-backdrop {
  z-index: 999;
}
/* :L3655 */
.modal-content {
  z-index: 999999999999 !important;
}
/* :L3659 */
div#info-panel {
  z-index: 99 !important;
}
/* :L3662 */
.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;
}
/* :L3674 */
.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;
}
/* :L3686 */
.boton-agregar:hover,
.boton-restar:hover {
  cursor: pointer;
}
/* :L3690 */
.KGB {
  text-align: center;
}
/* :L3693 */
td.TelefDt {
  width: 1500px;
}
/* :L3696 */
div#Beneficiarios {
  width: 1500px !important;
  /*background-color: antiquewhite;*/
  display: inline-table;
  overflow-x: scroll;
}
/* :L3703 */
td.PorcentajePQ {
  /*background-color: aquamarine;*/
  width: 100px !important;
}
/* :L3708 */
td.TelefDt {
  width: 150px !important;
  /*width: 130px !important;*/

  /*background-color: aqua;*/

}
/* :L3714 */
td.DirecDt {
  /*background-color: coral;*/
  width: 300px;
}
/* :L3718 */
.container.view-claims-content {
  background-color: white;
  padding-bottom: 15px;
  border: 1px solid lightgray;
  margin-top: 20px;
}
/* :L3725 */
.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;
}
/* :L3737 */
.row.claim-row-data {
  /*border-bottom: 1px solid lightgrey;*/
  padding-top: 10px;
  padding-bottom: 6px;
  margin-right: 1px;
  margin-left: 1px;
}
/* :L3745 */
.claim-item.claims-heading {
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
}
/* :L3752 */
.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;
}
/* :L3765 */
.policy-data {
  display: none;
}
/*Botones*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Landscape phones and smaller */

@media (max-width: 480px) {
  /*******QUICK QUOTE*/
  
  /*-----Título de pantallas-----*/
  
  /* :L3980 */
  span#paso {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
  }
  /* :L3987 */
  span#divisor {
    font-size: 35px;
    font-weight: 100;
    color: #aaaaaa;
    padding-left: 10px;
  }
  /* :L3994 */
  span#titulo {
    padding-left: 10px;
    /* font-family: sans-serif; */
    font-size: 13px;
    color: #aaaaaa;
  }
  /* :L4001 */
  .TituloPaso {
    font-size: 14px;
    font-weight: bold;
  }
  /*-------Formulario multi item fecha de nacimiento----------*/
  
  /* :L4007 */
  .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*/
  
  /* :L4020 */
  .sub-titulo-car1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: white !important;
  }
  /* :L4026 */
  .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;
  }
  /* :L4036 */
  .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;
  }
  /* :L4047 */
  .CardDeducibe {
    font-size: 35px;
    text-align: center;
    color: #ed8b00;
    font-style: italic;
  }
  /* :L4055 */
  .arriba-card {
    height: 150px;
    background-color: #a6a6a6;
    border-radius: 20px 20px 0px 0px !important;
    color: white;
  }
  /* :L4062 */
  span.titulo-car1 > strong {
    font-style: italic !important;
    font-size: 1.97em !important;
  }
  /*QUE NO CUBRE*/
  
  /* :L4070 */
  .infoDisplay {
    height: auto;
  }
  /*********PRE QUOTE*/
  
  /*--------Página1*/
  
  /*Botones de peso y estatura*/
  
  /* :L4079 */
  .btnPlus {
    padding-top: 20px;
    margin-left: -15px;
  }
  /* :L4084 */
  .btnLess {
    padding-top: 20px;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4090 */
  .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;
  }
  /* :L4104 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /* boton continuar de la barra de navegación */
  
  /* :L4110 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L4117 */
  button#continueButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L4124 */
  a#backButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4134 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4145 */
  .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 **********/
  
  /* :L4158 */
  a#backButton {
    width: 90px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
    height: 28px;
  }
  /* :L4167 */
  button#continueButton {
    width: 100px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4175 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L4183 */
  .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;
  }
  /* :L4195 */
  .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;
  }
  /* :L4207 */
  .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) {
  /* :L4238 */
  .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*/
  
  /* :L4250 */
  .btnPlus {
    padding-top: 20px;
    text-align: center;
  }
  /* :L4255 */
  .btnLess {
    padding-top: 20px;
    text-align: center;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4263 */
  .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;
  }
  /* :L4275 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4282 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4293 */
  .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*/

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

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

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

/* :L4327 */
/*QUOTE DISPLAY*/

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

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

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

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

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

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

/* :L4396 */
img.Img-Doc {
  width: 30px;
}
/* :L4400 */
img.Img-Clinic {
  width: 50px;
}
/* :L4404 */
img.Img-FaceHap {
  width: 40px;
}
/* :L4408 */
img.Img-Doc2 {
  width: 35px;
}
/* :L4412 */
img.Img-FaceSad {
  width: 40px;
}
/*Texto Imgs*/

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

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

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

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

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

/* :L4457 */
img.Img-List.Dental {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4464 */
img.Img-List.medicina {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4471 */
img.Img-List.Doctor {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4478 */
img.Img-List.Avion {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4485 */
img.Img-List.Ambulancia {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/*POSTQUOTE*/

/*Margen superior Región y Comuna */

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

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

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

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

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

/*Color de fonfo*/

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

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

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

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

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

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

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

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

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

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

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

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

/*Confirm DPS*/

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

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

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

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

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

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

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

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

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

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

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

/*Ocultar botón de actualizar*/

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

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

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

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

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

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

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

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

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

/*Dirección*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Azul*/

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

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

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

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

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

/*---Name---*/

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

/* :L5258 */
input#Postcode149076 {
  display: none;
}
/* :L5261 */
input#rejectButton {
  display: none;
}
/*QUICK QUOTE DISPLAY*/

/*Ocultar input RUT*/

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

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

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

/*check*/

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

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

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

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

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

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

/*Ocultar Post Quote*/

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

/* :L5345 */
div#question151602 {
  display: none;
}
/* :L5349 */
.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;
}
/* :L5359 */
.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*/

/* :L5370 */
td.td-1-ci {
  border: 0 !important;
  width: 30%;
}
/* :L5375 */
td.td-2-ci {
  border: 0 !important;
}
/* :L5379 */
td.td-3-ci {
  border: 0 !important;
}
/**SALE CONFIRMATION**/

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

/*Ocultar inicio de vigencia*/

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

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

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

/*Postal*/

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

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

/* BORDES BENEFICIOS */

/* :L5433 */
.border-morado1 {
  border: 2px solid #7237c0 !important;
}
/* :L5437 */
.border-morado2 {
  border: 2px solid #5d2d9e !important;
}
/* :L5441 */
.border-morado3 {
  border: 2px solid #54288d !important;
}
/* :L5445 */
.border-morado4 {
  border: 2px solid #381b5d !important;
}
/****PREQUOTE****/

/*Pag 6*/

/*Ocultar dps enfermedad*/

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

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

/*POST CODE*/

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

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

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

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

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

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

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

/* :L5534 */
.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);
}
/* :L5546 */
.tab-content.plan-espejo.corona {
  border: 1px solid #773dbd;
}
/* :L5550 */
.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;
}
/* :L5560 */
span.Text-big-orange.corona {
  color: #773dbd;
}
/* :L5564 */
a.plan-espejo.corona:hover {
  color: #773dbd;
}
/*PreQuote*/

/* :L5569 */
span.RutColor.corona {
  color: #773dbd;
}
/* :L5573 */
li.DPS.corona {
  color: #773dbd;
}
/* :L5577 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.corona {
  color: #773dbd;
}
/* :L5581 */
i.fa.fa-exclamation-circle.corona {
  color: #773dbd;
}
/*Quote Display*/

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

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

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

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

/* :L5624 */
.container.DPS1.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5628 */
.container.DPS1.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5632 */
.container.DPS1.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5636 */
.container.DPS1.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5640 */
.container.DPS1.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5646 */
.container.DPS1.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L5651 */
.infoDisplay.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5655 */
.infoDisplay.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5659 */
.infoDisplay.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5663 */
.infoDisplay.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5667 */
.infoDisplay.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5673 */
.infoDisplay.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

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

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

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

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

/*Ocultar asistencia*/

/* :L5748 */
/****QUICK QUOTE QUESTIONS*****/

/*Ocultar RUT*/

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

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

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

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

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

/*Ocultar NAME*/

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

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

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

/*Tipo de plan*/

/* :L5803 */
/*Ocultar asistencia*/

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

/*RUT*/

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

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

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

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

/*Fecha de endoso*/

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

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

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

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

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

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

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

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

/* :L5883 */
.planes-varios {
  border: 1px solid #ed8b00;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
}
/* :L5890 */
.planes-varios-title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* :L5895 */
.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);
}
/* :L5914 */
.planes-varios-header.rojo {
  background: #d90404;
}
/* :L5918 */
.planes-varios.rojo {
  border: 1px solid #d90404;
}
/* :L5922 */
.planes-varios-header.morado {
  background: #6f00a5;
}
/* :L5926 */
.planes-varios.morado {
  border: 1px solid #6f00a5;
}
/* :L5930 */
.planes-varios-header.amarillo {
  background: #f8dc00;
}
/* :L5934 */
.planes-varios.amarillo {
  border: 1px solid #f8dc00;
}
/****PRE QUOTE QUESTIONS*****/

/*Inicio de Vigencia*/

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

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

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

/* Ocultar fecha de inicio */

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

/* Ocultar fecha de inicio */

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

/*Fecha inicio*/

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

/*Términos y condiciones*/

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

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

/*Fecha inicio*/

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

/*Post Code*/

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

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

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

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

/*OCULTAR ORIGEN DE COMPAÑIA*/

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

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

/* :L6067 */
div#plan-80 {
  display: none;
}
/* :L6071 */
div#plan-60 {
  display: none;
}
/*****/

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

/*Fecha inicio*/

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

/*Name*/

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

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

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

/* :L6103 */
.btn-primary.redsalud {
  color: #009999;
  border-color: #009999;
}
/* :L6108 */
.btn-primary.redsalud:hover,
.btn-primary.redsalud:focus,
.btn-primary.redsalud:visited {
  color: white;
  border-color: #009999;
  background-color: #009999;
}
/* :L6114 */
.btn-terciary.redsalud:hover,
.btn-terciary.redsalud:focus,
.btn-terciary.redsalud:visited {
  color: #009999;
  border-color: #009999;
}
/* :L6119 */
.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*/

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

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

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

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

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

/* :L6211 */
.card-titulo-2023.redsalud {
  color: #a5c136;
}
/* :L6215 */
.card-titulo-light-2023.redsalud {
  color: #a5c136;
}
/* :L6219 */
.divisor-card-2023.redsalud {
  background-color: #a5c136;
}
/* :L6223 */
span.check-card-2023.redsalud {
  color: #a5c136;
}
/* :L6227 */
.Seleccion-card-2023.redsalud {
  color: #099d9d;
}
/*Valor UF*/

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

/* :L6237 */
span.RutColor.redsalud {
  color: #009999;
}
/* :L6241 */
li.DPS.redsalud {
  color: #009999;
}
/* :L6245 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.redsalud {
  color: #009999;
}
/* :L6249 */
i.fa.fa-exclamation-circle.redsalud {
  color: #009999;
}
/*Quote Display*/

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

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

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

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

/* :L6298 */
.container.DPS1.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6302 */
.container.DPS1.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6306 */
.container.DPS1.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6310 */
.container.DPS1.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6314 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6320 */
.container.DPS1.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L6325 */
.infoDisplay.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6329 */
.infoDisplay.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6333 */
.infoDisplay.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6337 */
.infoDisplay.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6341 */
.infoDisplay.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6347 */
.infoDisplay.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

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

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

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

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

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

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

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

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

/* :L6446 */
.card-price-macrh-2023-cober-adic {
  background-color: #e7f3f8;
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
}
/* :L6453 */
.btn-select-plan {
  background-color: #a7bc4c;
  color: white;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
}
/* :L6463 */
.btn-select-plan:hover {
  background-color: #86973e;
}
/* :L6467 */
.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);
}
/* :L6477 */
.card-price-macrh-2023-title {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6483 */
.card-price-macrh-2023-line {
  height: 2px;
  background-color: #ed8b00;
  margin-top: 14px;
}
/* :L6489 */
.card-price-macrh-2023-line.consalud {
  background-color: #009999;
}
/* :L6493 */
.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) {
  /* :L6505 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

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

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

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

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

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

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

@media (max-width: 480px) {
  /* :L6568 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* :L6579 */
.card-price-macrh-2023-price-value-clp {
  font-size: 25px;
  font-weight: bold;
}
/* :L6584 */
.card-price-macrh-2023-title-2 {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6590 */
.card-price-macrh-2023-plan-separador {
  height: 2px;
  background-color: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6597 */
.card-price-macrh-2023-plan-details {
  text-align: right;
  margin-bottom: 10px;
}
/* :L6602 */
.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;
}
/* :L6614 */
.card-price-macrh-2023-title-3 {
  color: #545454;
  font-size: 15px;
  font-weight: bold;
}
/* :L6620 */
.card-price-macrh-2023-subtitle-3 {
  font-size: 13px;
  font-weight: bold;
}
/* :L6625 */
.col-1-icon {
  padding-top: 7px;
  text-align: center;
}
/* :L6630 */
.col-2-text {
  padding-top: 11px;
  text-align: left;
}
/* :L6635 */
.col-3-img {
  text-align: center;
}
/* Large desktops and laptops */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*min-height: 29rem;*/

}
/*Coberturas*/

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

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

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

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

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

/*Origen*/

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

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

/*Fecha de nacimiento*/

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

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

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

/*Inicio de vigencia*/

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

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

/* :L7004 */
.modal-dialog.modal-dialog-centered.mensaje {
  margin-top: 23%;
}
/* :L7008 */
.modal-body.mensaje {
  text-align: center;
}
/* :L7012 */
img.ImgImportante.mensaje {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* :L7017 */
.modal-dialog.modal-dialog-centered.mensaje {
  margin-top: 200px;
}
/* :L7021 */
.btn.btn-secondary.mensaje {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
}
/* :L7028 */
.btn.btn-secondary.mensaje:hover {
  background-color: white;
  border: 1px solid #ed8b00;
  color: #ffb421;
}
/*En página*/

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

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

/*Origen*/

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

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

/*Fecha de nacimiento*/

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

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

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

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

/*Inicio de vigencia*/

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7164 */
/*Radio de planes*/

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

/* fecha de inicio */

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

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7217 */
div#question313909 {
  display: none;
}
/* :L7221 */
div#question313910 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7267 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7306 */
div#question314220 {
  display: none;
}
/* :L7310 */
div#question314221 {
  display: none;
}
/*Name*/

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

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

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

/* :L7331 */
div#instanda-question-input {
  display: block;
}
/* :L7334 */
.checkbox.checbox-switch {
  padding-left: 0;
}
/* :L7338 */
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
/* :L7344 */
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
/* :L7348 */
.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;
}
/* :L7362 */
.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);
}
/* :L7376 */
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}
/* Switch Info VERDE */

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

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

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

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

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

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

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

/*Cupón*/

/* :L7440 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7474 */
div#question315054 {
  display: none;
}
/* :L7478 */
div#question315055 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7524 */
/* Plan Seleccionado */

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

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

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

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

/* :L7557 */
/*Texto covid*/

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7576 */
div#question323547 {
  display: none;
}
/* :L7580 */
div#question323548 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

/* fecha de inicio */

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

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

/* toku */

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

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

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

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

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

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

/* ocultar pregustas de pago */

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

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

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

/* :L7681 */
#question335854 {
  display: none;
}
/* :L7685 */
#question335817 {
  /* Origen */
  display: none;
}
/* :L7689 */
#question335818 {
  /* Plan Preseleccionado */
  display: none;
}
/* pre-quote */

/* preguta DPS - Covid */

/* :L7696 */
#question335862 {
  /* header de texto */
  display: none;
}
/* :L7700 */
#question336077 {
  /* pregunta Covid */
  display: none;
}
/* :L7704 */
#question336078 {
  /* DPS invalidez individual */
  display: none;
}
/* :L7708 */
#question336057 {
  /* DPS invalidez familiar */
  display: none;
}
/* :L7713 */
#question336079,
#question335865,
#question336059 {
  /* DPS Malformaciones */
  display: none;
}
/* :L7717 */
#question335874 {
  /* header Asegurados Dependientes */
  margin-top: 70px;
}
/* post-quote */

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

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

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

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

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

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

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

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

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

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

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

/* ocultar sponsor */

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

/* ocultar pregustas de pago */

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

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

/* ocultar preguntas de inicio */

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

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

/*ocultar preguntas de pago */

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

/* ocultar pregunta de covid */

/* :L7852 */
/* :L7856 */
#question353568,
#question353773 {
  display: none;
}
/* busqueda */

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

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

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

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

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

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

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

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

/* :L8016 */
.NRSCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L8023 */
.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;
}
/* :L8035 */
.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;
}
/* :L8047 */
.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;*/

}
/* :L8058 */
.NRSCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L8065 */
.NRSCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L8071 */
.NRSCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L8077 */
.NRSCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L8084 */
.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);
}
/* :L8095 */
.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;
}
/* :L8111 */
.NRSCard-resumen-vc-link > a {
  color: white;
}
/* :L8115 */
.NRSCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L8119 */
.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;
}
/* :L8128 */
.NRS-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L8136 */
.NRS-cant-button {
  position: relative;
  top: -10px;
  background-color: #009999;
  border-radius: 4px;
  border-color: #009999;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L8147 */
.NRS-cant-button:hover {
  background-color: #a5c14a !important;
  border-color: #a5c14a !important;
}
/* :L8152 */
.NRS-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
}
/* :L8162 */
.NRS-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L8170 */
.boton-agregar.btn.btn-default.NRS-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L8176 */
.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;
}*/

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

/* :L8249 */
div.NRSinputs > .instanda-question-label {
  z-index: 20;
}
/* :L8253 */
.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;
}
/* :L8268 */
.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;
}
/* :L8284 */
.NRSnav-back-button:visited {
  background-color: white !important;
}
/* :L8288 */
.NRSnav-back-button:hover {
  background-color: white !important;
}
/* :L8292 */
.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);
}
/* :L8301 */
/* :L8304 */
.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) {
  /* :L8315 */
  .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 */
  
  /* :L8330 */
  .NRSCard-resumen-Logo-Alone {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25%;
  }
}
@media (max-width: 1195px) {
  /* :L8341 */
  .NRS-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L8347 */
  .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) {
  /* :L8372 */
  .NRS-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L8378 */
  .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) {
  /* :L8389 */
  .NRS-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L8395 */
  .NRS-img-cant-aseg {
    display: none;
  }
  /* :L8399 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L8404 */
  #backButton.NRSnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
  /* :L8412 */
  .NRSCard-resumen-Logo-Alone {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* :L8421 */
.NRS-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8425 */
.NRS-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L8429 */
.NRS-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L8434 */
.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;
}
/* :L8450 */
.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%;
}
/* :L8460 */
.NRS-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L8465 */
.NRS-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #009999;
}
/* :L8472 */
.NRS-radio::before {
  color: #a7bc4c !important;
}
/* :L8476 */
.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;
}
/* :L8483 */
.NRS-radio:focus {
  border: 1px solid #a7bc4c !important;
}
/* :L8489 */
.NRS-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L8498 */
.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;
}
/* :L8514 */
.NRS-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L8523 */
.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);
}
/* :L8533 */
.NRS-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #009999;
}
/* :L8538 */
.NRS-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L8543 */
.NRS-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #009999;
}
/* :L8550 */
.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 */

/* :L8560 */
.NRS-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L8569 */
.NRS-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L8577 */
.NRShr-DPS {
  border: 1px solid #009999;
  margin: 0;
}
/* :L8582 */
.NRShr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L8587 */
.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;
}
/* :L8597 */
.NRS-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L8606 */
.NRS-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L8614 */
.NRS-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L8622 */
.NRS-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8631 */
.NRS-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8640 */
.NRS-DPS-text-enfr {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
/* :L8648 */
.NRS-DPS-enfr-height {
  min-height: 200px;
}
/* :L8652 */
.NRS-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L8661 */
.NRS-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L8667 */
.NRS-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L8675 */
.NRS-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8684 */
.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;
}
/* :L8694 */
.NRS-check {
  text-align: right;
  padding-right: 30px;
}
/* :L8700 */
.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;
}
/* :L8715 */
.NRS-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L8724 */
.NRS-tabla-head {
  background-color: #a5c14a;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L8733 */
.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;
}
/* :L8743 */
.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;
}
/* :L8753 */
.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;
}
/* :L8768 */
.NRS-PQ-Pagar-btn:hover {
  background-color: #a5c14a;
  color: white;
}
/* :L8773 */
.NRS-PQ-Pagar-btn:focus,
.NRS-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L8777 */
.NRS-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L8786 */
.NRSTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L8794 */
.NRS-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L8800 */
.NRS-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L8807 */
.NRS-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L8815 */
.NRS-link-detalle-plan > a:hover {
  color: #009999;
}
/* :L8819 */
.NRS-deshabilitado {
  background-color: lightgray;
}
/* :L8823 */
.NRS-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8829 */
.NRS-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L8835 */
.NRS-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L8841 */
.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;
}
/* :L8860 */
.NRSCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L8865 */
.NRS-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L8870 */
.NRS-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L8877 */
.NRSDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L8885 */
.NRS-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L8890 */
.NRS-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L8895 */
.NRS-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L8901 */
.NRS-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L8906 */
.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 */

/* :L8915 */
.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;
}
/* :L8935 */
.NRSHDesplazar {
  position: relative;
  top: 10px;
  left: 13px;
}
/* :L8942 */
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 */

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

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

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

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

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

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

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

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

/* :L9092 */
.NRSHCard-resumen-Logo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L9099 */
.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;
}
/* :L9111 */
.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;
}
/* :L9123 */
.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;*/

}
/* :L9134 */
.NRSHCardText-Info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* :L9141 */
.NRSHCardText-texto {
  font-size: 12px;
  font-weight: 600 !important;
  color: #4c4b63;
}
/* :L9147 */
.NRSHCardText-primaBruta {
  font-size: 22px;
  font-weight: bold;
  color: #4c4b63;
}
/* :L9153 */
.NRSHCardText-primaBrutaUF {
  font-size: 14px;
  font-weight: 400;
  color: #4c4b63;
}
/* :L9160 */
.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);
}
/* :L9171 */
.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;
}
/* :L9187 */
.NRSHCard-resumen-vc-link > a {
  color: white;
}
/* :L9191 */
.NRSHCard-resumen-vc-link > a:visited {
  color: white;
}
/* :L9195 */
.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;
}
/* :L9204 */
.NRSH-cant-input {
  border: 2px solid gainsboro;
  padding: 4px;
  padding-top: 8px;
  position: relative;
  top: -19px;
}
/* :L9212 */
.NRSH-cant-button {
  position: relative;
  top: -10px;
  background-color: #ef6c00;
  border-radius: 4px;
  border-color: #ef6c00;
  height: 15px;
  display: table-caption;
  margin-bottom: 2px;
}
/* :L9223 */
.NRSH-cant-button:hover {
  background-color: #ffb500 !important;
  border-color: #ffb500 !important;
}
/* :L9228 */
.NRSH-label-asegurados-cant {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  top: -14px;
  left: -19px;
  text-align: center !important;
}
/* :L9239 */
.NRSH-botonera {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 5px;
  width: 10px;
}
/* :L9247 */
.boton-agregar.btn.btn-default.NRSH-cant-button > div.mas {
  color: white;
  position: relative;
  top: -8px;
}
/* :L9253 */
.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;
  }*/

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

/* :L9326 */
div.NRSHinputs > .instanda-question-label {
  z-index: 20;
}
/* :L9330 */
.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;
}
/* :L9348 */
.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;
}
/* :L9366 */
.NRSHnav-back-button:visited {
  background-color: white !important;
}
/* :L9370 */
.NRSHnav-back-button:hover {
  background-color: white !important;
}
/* :L9374 */
.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);
}
/* :L9383 */
/* :L9385 */
.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) {
  /* :L9396 */
  .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) {
  /* :L9411 */
  .NRSH-img-cant-aseg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* :L9417 */
  .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) {
  /* :L9442 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    width: 50%;
    margin-bottom: 20px;
  }
  /* :L9448 */
  .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) {
  /* :L9460 */
  .NRSH-Footer-logo {
    padding-top: 11px;
    margin-bottom: 20px;
    width: 50%;
  }
  /* :L9466 */
  .NRSH-img-cant-aseg {
    display: none;
  }
  /* :L9470 */
  button.instanda-button.instanda-quote-button.btn.btn-primary.redsalud.NRSHnav-continue-button {
    padding-left: 14px !important;
    padding-top: 8px !important;
  }
  /* :L9475 */
  #backButton.NRSHnav-back-button {
    padding-bottom: 25px !important;
    padding-top: 7px !important;
    padding-left: 25px !important;
    padding-right: 88px !important;
    margin-left: -4px !important;
  }
}
/* :L9485 */
.NRSH-Footer-texto1 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9490 */
.NRSH-Footer-texto2 {
  font-size: 12px;
  font-weight: 400;
}
/* :L9495 */
.NRSH-Footer-texto3 {
  font-size: 12px;
  font-weight: bold;
}
/* :L9500 */
.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;
}
/* :L9516 */
.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%;
}
/* :L9526 */
.NRSH-num-circ-container {
  width: 40px;
  display: inline-block;
}
/* :L9531 */
.NRSH-texto-enunciado {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ef6c00;
}
/* :L9538 */
.NRSH-radio::before {
  color: #ed8b00 !important;
}
/* :L9542 */
.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;
}
/* :L9552 */
.NRSH-radio:focus {
  border: 1px solid #ed8b00 !important;
}
/* :L9558 */
.NRSH-DPS-bullet-container {
  width: 10px;
  display: inline-block;
  height: 42px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9567 */
.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;
}
/* :L9583 */
.NRSH-DPS-enferm-text {
  display: inline-block;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 79%;
}
/* :L9592 */
.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);
}
/* :L9602 */
.NRSH-dps-rut {
  font-family: "Poppins", sans-serif;
  color: #ed8b00;
}
/* :L9607 */
.NRSH-dependiente {
  font-family: "Poppins", sans-serif;
  color: black;
}
/* :L9612 */
.NRSH-Tit-Dependientes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ef6c00;
}
/* :L9619 */
.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 */

/* :L9629 */
.NRSH-Text-texto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4c4b63;
}
/* :L9638 */
.NRSH-Texto-DPS-Exclus {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
/* :L9646 */
.NRSHhr-DPS {
  border: 1px solid #ef6c00;
  margin: 0;
}
/* :L9651 */
.NRSHhr-DPS-gris {
  border: 1px solid darkgray;
  margin: 0;
}
/* :L9656 */
.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;
}
/* :L9666 */
.NRSH-DPS-table-text {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}
/* :L9675 */
.NRSH-DPS-Rut {
  font-size: 11px;
  color: black;
  font-weight: 400;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
}
/* :L9683 */
.NRSH-DPS-User-Logo {
  width: 17px;
  position: relative;
  top: 5px;
  display: inline-block;
}
/* :L9691 */
.NRSH-DPS-table-text-titular {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9700 */
.NRSH-DPS-patologias {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9709 */
.NRSH-DPS-deportes {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: inline;
}
/* :L9718 */
.NRSH-nav-quote {
  margin-top: 30px;
}
/* post quote */

/* :L9724 */
.NRSH-PS-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4c4b63;
}
/* :L9732 */
.NRSH-PS-info-Titulo {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9741 */
.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;
}
/* :L9751 */
.NRSH-check {
  text-align: right;
  padding-right: 30px;
}
/* :L9757 */
.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;
}
/* :L9772 */
.NRSH-text-propuesta-justified {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: justified;
  color: black !important;
}
/* :L9781 */
.NRSH-tabla-head {
  background-color: #ef6c00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/* :L9790 */
.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;
}
/* :L9800 */
.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;
}
/* :L9810 */
.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;
}
/* :L9825 */
.NRSH-PQ-Pagar-btn:disabled {
  background-color: #c4b798;
  color: #444444;
}
/* :L9830 */
.NRSH-PQ-Pagar-btn:hover {
  background-color: #ffb500;
  color: white;
}
/* :L9835 */
.NRSH-PQ-Pagar-btn:focus,
.NRSH-PQ-Pagar-btn:focus-visible {
  outline: none !important;
}
/* :L9840 */
.NRSH-PS-Titulo-prop {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #4c4b63;
  margin: 3px;
}
/* :L9849 */
.NRSHTitulo-data {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #4c4b63;
}
/* :L9857 */
.NRSH-PDF-doc-svg {
  width: 25px;
  position: relative;
  top: -9px;
}
/* :L9863 */
.NRSH-doc-svg {
  width: 25px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
/* :L9870 */
.NRSH-link-detalle-plan > a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
/* :L9878 */
.NRSH-link-detalle-plan > a:hover {
  color: #ed8b00;
}
/* :L9882 */
.NRSH-deshabilitado {
  background-color: lightgray;
}
/* :L9886 */
.NRSH-disabledBTN {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9892 */
.NRSH-disabledBTN:hover {
  background-color: lightgray !important;
  border: none;
  color: white;
}
/* :L9898 */
.NRSH-MTA {
  position: relative;
  top: 10px;
  left: 12px;
}
/* :L9904 */
.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;
}
/* :L9923 */
.NRSHCheckButtonlvl {
  position: relative;
  top: 8px;
}
/* :L9928 */
.NRSH-billetera-texto {
  display: inline-block;
  width: 92%;
}
/* :L9933 */
.NRSH-billetera {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -20px;
}
/* :L9940 */
.NRSHDisclaimer {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
/* :L9948 */
.NRSH-img-cant-aseg {
  position: relative;
  top: 10px;
}
/* :L9953 */
.NRSH-input-cant-aseg {
  position: relative !important;
  top: -3px !important;
}
/* :L9958 */
.NRSH-labelC-MTA {
  position: relative !important;
  top: -2px !important;
  left: -3px !important;
}
/* :L9964 */
.NRSH-QuestionC-MTA {
  position: relative !important;
  top: 12px !important;
}
/* :L9969 */
.NRSH-DPS-bullet-container2 {
  width: 10px;
  display: inline-block;
  height: 18px;
  position: relative;
  padding-top: 15px;
  margin-right: 3px;
}
/* :L9978 */
.NRSH-tiny-enfermedades {
  font-family: "Poppins", sans-serif !important;
  font-size: 11px !important;
}
/* :L9983 */
.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);
}
/* :L9993 */
.NRSHCard-resumen-VCLogo {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WnpkU2FXMTRjRVo1UldveExVdzJkQ3d4YmxsV1oxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxFWWxYUm9AVmVSWVgwNThqLDEwMDAsTWdNaHNZNGxzeFhKTGV1NyxhMUZRTk9hN1F1UkZUYzNHUTVHWjFnRXBQOHY0eEIybEVNZjZxb05MQmhsU2xQaU0yazZtMU1hME9HQnhSb1k1Z3VzUVNPOFBLS2E0dzZ0YlVZOFhNZz09);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  background-size: contain;
}
/* :L10000 */
.PorcBen {
  background-color: #009999 !important;
  color: white;
}
/* :L10005 */
.benTitRS {
  font-family: Poppins, sans-serif !important;
  font-style: normal !important;
  font-weight: 300;
  font-size: 24px !important;
  color: #009999 !important;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  padding-top: 10p;
  position: relative;
  top: 10px;
  left: 10px;
  margin-bottom: 0px !important;
  margin-top: 0px;
}
