

/* fuente del sitio */

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

}
/*Ocultar medio de pago*/

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

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

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

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

/*Texto del check configurado en la pregunta*/

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

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

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

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

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

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

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

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

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

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

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

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

}
/*SECUNDARIO*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Más vendido*/

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

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

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

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

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

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

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

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

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

/*Ocultar inputs de cargas para fechas*/

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

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

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

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

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

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

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

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

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

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

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

/*Mobile*/

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

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

/*Datos del contratante*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Dirección*/

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

/*TEXTO MAYÚSCULA*/

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

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

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

.TxtQD {
    padding-top: 15px;
}

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

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

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


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

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

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

/*Covid*/

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

/*Valor UF del día*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Ocultar fecha de cancelación*/

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

/*Ocultar fecha de endoso*/

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

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

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

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

/* clientes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* :L2428 */
.cardCustomerAvatar.SB {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WmtOS1IzYzNPSElzWkVKelQzaFpPV00yTW1wWlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx1UmFXUjBHYjhwb1VodzFILDEwMDAsSGVXTXZ6IUR5TVZGMkpBeCxoblBDU05RTmgzK0pKTERvVVNHdXVZcEcxNmxxcEw5WVZLQ3hwa0h5bTFDZS9KaXkwMG5UK2JYakY4L21DamVQRENIcWpnc0Q5Ulc4eU5hMXcwZmdNUT09);
  height: 210px;
  width: 249px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
}
/* :L2439 */
.TitleYellow {
  color: #ed8d00;
  text-align: center;
  font-size: 20px;
}
/* :L2445 */
.TitleGrey {
  text-align: center;
  font-size: 14px;
}
/* :L2452 */
.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;
}
/* :L2463 */
.cardCustomerInfo {
  padding: 20px;
}
/* :L2467 */
tr.Client {
  height: 30px;
}
/* :L2471 */
ul.Client {
  padding-left: 0;
  list-style: none;
}
/*li Naranja*/

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

/*Logo Exclamación*/

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

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

/* :L2527 */
span.input-group-addon {
  display: none;
}
/*Confirmación de cancelación*/

/*Catastrófico*/

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

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

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

/* :L2581 */
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #ed8b00;
}
/* :L2587 */
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;
}
/* :L2603 */
.radioRS:checked::before,
.radioRS:checked::before,
.radioRS:checked::before,
.radioRS:checked::before {
  color: #03b4b4 !important;
}
/* :L2607 */
input.RedSalud2[type=radio]:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #a7bc4c;
}
/* :L2613 */
input.RedSalud2 {
  margin-bottom: 15px;
  margin-left: -10px !important;
}
/* :L2618 */
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;
}
/* :L2628 */
.TitlePayment {
  text-align: center;
  /*color: #002169;*/
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
/* :L2636 */
.TextPayment {
  /*color: #383838;*/
  font-size: 20px;
  text-align: center;
}
/* :L2642 */
.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*/

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

/* :L2658 */
.card.dashboard {
  background-color: #f7f7f7;
  border: 3px solid;
  border-radius: 10px;
  border-color: #eaeaea;
}
/* :L2665 */
.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;
}
/* :L2676 */
ul.dashboard {
  padding-left: 0;
  list-style: none;
}
/* :L2681 */
li.dashboard {
  padding-bottom: 10px;
  padding-top: 15px;
  border-top: 3px solid;
  padding-left: 20px;
  border-color: #eaeaea;
}
/* :L2689 */
.logoCircle {
  background-color: #ffb421;
  padding-top: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 40px;
  margin-left: 37%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  /* :L2700 */
  .container.Login {
    width: 970px;
    margin-top: 40px;
  }
}
@media (min-width: 970px) {
  /* :L2707 */
  .container.Login {
    width: 970px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  /* :L2714 */
  .col-md-6.Inputs {
    margin-left: 25px;
  }
}
@media (min-width: 970px) {
  /* :L2720 */
  .col-md-6.Inputs {
    margin-left: 25px;
  }
}
@media (min-width: 970px) {
  /* :L2726 */
  .container.Login {
    padding-left: 40px;
    padding-right: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  /* :L2736 */
  .container.Login {
    padding-left: 40px;
    padding-right: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  }
}
/*Alinear inputs con texto "Inicia sesión"*/

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

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

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

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

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

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

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

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

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

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

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

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

/* :L3034 */
input#ConfirmPassword {
  border-radius: 0;
  box-shadow: none !important;
  color: #595b59 !important;
  font-family: 'open_sanslight', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  height: 45px !important;
  margin-top: 10px;
  border: 1px solid #b7b7b7 !important;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 20px;
}
/* :L3048 */
.txtInfo {
  font-size: 0.6vw;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  text-align: justify !important;
  text-justify: inter-word !important;
}
/* :L3057 */
.txtPhone {
  padding: 10px;
  text-align: center;
  font-size: 1.2vh;
  padding-bottom: 30px;
}
/* :L3064 */
.texto-telefono {
  margin-top: 45%;
  margin-bottom: 45%;
}
/* :L3069 */
.movil {
  border: 1px solid #707070;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: whitesmoke;
}
/* :L3078 */
.movil-borde {
  height: 66px;
  width: 66px;
  margin: auto;
  margin-top: -25px;
  border-radius: 33px;
  background-color: whitesmoke;
  padding-top: 7px;
}
/* :L3088 */
.puntos {
  position: absolute;
  bottom: 40px;
  border: 2px dashed #b4b4b4;
  border-radius: 8px;
  margin-right: 30px;
}
/* :L3096 */
.caja-tel {
  height: 50px;
  width: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/* :L3104 */
.numtelf {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
/* :L3110 */
.inf-backg {
  margin: 2px;
  background-image: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=bCDf%2Cp8rZGM3myzliWpMzQ__");
  /* https://design.instanda.us/Public */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 150%;
  height: 100%;
}
/* :L3120 */
.coberturas {
  width: 100%;
  height: 40px;
}
/* :L3125 */
.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;
}
/* :L3138 */
.dcobrt {
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 60%;
  height: 40px;
}
/* :L3146 */
.flecha-der {
  display: inline-block;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
  width: 10%;
  height: 40px;
  font-size: 20px;
}
/* :L3157 */
div#info-panel {
  z-index: 9 !important;
}
/* :L3161 */
div#breadcInstanda {
  z-index: 1 !important;
}
/* :L3165 */
#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);
}
/* :L3176 */
.breadcInstandaCorona {
  background: #773cbe !important;
}
/* :L3180 */
div#info-panel {
  z-index: -1;
}
/* :L3184 */
div#breadcInstanda {
  z-index: 99 !important;
}
/* :L3188 */
#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);
}
/* :L3200 */
.marco-bajo1 {
  display: table;
  bottom: 40px;
}
/* :L3206 */
.marco-centrado {
  height: 100%;
  position: relative;
}
/* :L3211 */
.marco-hijo {
  display: table-cell;
  vertical-align: middle;
}
/*** enlace de la barra izquierda ***/

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

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

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

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

/*Tipo de plan*/

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

/*Card*/

/* :L3287 */
.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);
}
/* :L3297 */
.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;
}
/* :L3307 */
.PrecioClp {
  font-style: italic;
  font-size: 1.6em;
  color: white;
}
/* :L3313 */
.PrecioUF {
  font-size: 0.8em;
  font-style: italic;
  color: #d4d4d4;
}
/* :L3319 */
span.TxtMensual {
  color: white;
}
/* :L3323 */
.CardBottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
/* :L3328 */
.DeducibleUF {
  color: #ed8b00;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}
/* :L3335 */
span.TxtUF {
  font-style: initial;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 2px;
}
/* :L3342 */
.TxtCard {
  text-align: center;
  color: #aaaaaa;
  font-size: 0.8em;
}
/* :L3348 */
.TxtYellow {
  color: #ed8b00;
  margin-bottom: 5px;
}
/* :L3353 */
.btn.btn-primary.AP {
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
}
/* :L3360 */
.TxtCalculoUF {
  color: #aaaaaa;
  font-size: 0.8em;
  text-align: left;
  padding-top: 10px;
}
/* :L3367 */
.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;
}
/* :L3383 */
.TxtImg {
  text-align: center;
}
/*
.col-md-2.AP {
    width: 185px;
}
*/

@media (max-width: 1200px) {
  /* :L3395 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3399 */
  .col-md-2.AP {
    /*width: 178px;*/
    width: 240px;
  }
}
@media (max-width: 992px) {
  /* :L3409 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3413 */
  .col-md-2.AP {
    /*width: 100%;*/
    width: 178px;
  }
}
@media (max-width: 768px) {
  /* :L3423 */
  .col-md-1.eliminarCol {
    display: none;
  }
  /* :L3427 */
  .col-md-2.AP {
    /* width: 220px;*/
    width: 100%;
  }
}
/*Planes*/

/* :L3436 */
input[value='10530'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3442 */
input[value='10531'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3448 */
input[value='10532'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3454 */
input[value='10533'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* :L3460 */
input[value='10534'] {
  font-size: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*---------------PREQUOTE--------*/

/*Ocultar input RUT*/

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

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

/*Img*/

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

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

/*Ocultar address*/

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

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

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

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

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

/* :L3536 */
.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;
}
/* :L3544 */
.nav > li > a:hover {
  border-color: #ed8d00;
}
/*Gris*/

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

/* :L3561 */
.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);
}
/* :L3568 */
.modal-body.terminos {
  text-align: justify;
}
/* :L3571 */
.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;
}
/* :L3583 */
.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;
}
/* :L3595 */
.boton-agregar:hover,
.boton-restar:hover {
  cursor: pointer;
}
/* :L3599 */
.KGB {
  text-align: center;
}
/* :L3602 */
div#Beneficiarios {
  width: 1500px !important;
  /*background-color: antiquewhite;*/
  display: inline-table;
  overflow-x: scroll;
}
/* :L3609 */
td.PorcentajePQ {
  /*background-color: aquamarine;*/
  width: 100px !important;
}
/* :L3614 */
td.TelefDt {
  width: 150px !important;
  /*width: 130px !important;*/

  /*background-color: aqua;*/

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

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

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

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

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

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

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

/* Landscape phones and smaller */

@media (max-width: 480px) {
  /*******QUICK QUOTE*/
  
  /*-----Título de pantallas-----*/
  
  /* :L3785 */
  span#paso {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
  }
  /* :L3792 */
  span#divisor {
    font-size: 35px;
    font-weight: 100;
    color: #aaaaaa;
    padding-left: 10px;
  }
  /* :L3799 */
  span#titulo {
    padding-left: 10px;
    /* font-family: sans-serif; */
    font-size: 13px;
    color: #aaaaaa;
  }
  /* :L3806 */
  .TituloPaso {
    font-size: 14px;
    font-weight: bold;
  }
  /*-------Formulario multi item fecha de nacimiento----------*/
  
  /* :L3812 */
  .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*/
  
  /* :L3825 */
  .sub-titulo-car1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: white !important;
  }
  /* :L3831 */
  .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;
  }
  /* :L3841 */
  .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;
  }
  /* :L3852 */
  .CardDeducibe {
    font-size: 35px;
    text-align: center;
    color: #ed8b00;
    font-style: italic;
  }
  /* :L3860 */
  .arriba-card {
    height: 150px;
    background-color: #a6a6a6;
    border-radius: 20px 20px 0px 0px !important;
    color: white;
  }
  /* :L3867 */
  span.titulo-car1 > strong {
    font-style: italic !important;
    font-size: 1.97em !important;
  }
  /*QUE NO CUBRE*/
  
  /* :L3875 */
  .infoDisplay {
    height: auto;
  }
  /*********PRE QUOTE*/
  
  /*--------Página1*/
  
  /*Botones de peso y estatura*/
  
  /* :L3884 */
  .btnPlus {
    padding-top: 20px;
    margin-left: -15px;
  }
  /* :L3889 */
  .btnLess {
    padding-top: 20px;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L3895 */
  .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;
  }
  /* :L3909 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /* boton continuar de la barra de navegación */
  
  /* :L3915 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L3922 */
  button#continueButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /* :L3929 */
  a#backButton {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L3938 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*Texto aviso mobile*/
  
  /* :L3947 */
  .AvisoMobile {
    text-align: justify;
  }
  /*********BILLING ADDRESS*/
  
  /* :L3953 */
  .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 **********/
  
  /* :L3966 */
  a#backButton {
    width: 90px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
    height: 28px;
  }
  /* :L3975 */
  button#continueButton {
    width: 100px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L3983 */
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 110px;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 12px;
  }
  /* :L3991 */
  .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;
  }
  /* :L4003 */
  .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;
  }
  /* :L4015 */
  .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) {
  /* :L4046 */
  .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*/
  
  /* :L4058 */
  .btnPlus {
    padding-top: 20px;
    text-align: center;
  }
  /* :L4063 */
  .btnLess {
    padding-top: 20px;
    text-align: center;
  }
  /*--------Página2*/
  
  /*Container DPS1*/
  
  /* :L4071 */
  .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;
  }
  /* :L4083 */
  span.TxtLiDPS {
    font-size: 14px !important;
    color: #666666;
  }
  /*********POST QUOTE*/
  
  /*--------Página1*/
  
  /* :L4091 */
  .infoDisplay.Padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow-y: scroll;
    width: auto;
  }
  /*********BILLING ADDRESS*/
  
  /* :L4103 */
  .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;
  }
}
/* :L4117 */
iframe#launcher {
  z-index: 9999999999999 !important;
  right: 350px;
}
/* :L4122 */
.sc-gkFcWv.jaXHPZ {
  z-index: 10 !important;
}
@media (max-width: 1200px) {
  /* :L4126 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1200px) {
  /* :L4134 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (max-width: 992px) {
  /* :L4142 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  /* :L4152 */
  .container.alert.alert-danger.alert-dismissible.show {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  /* :L4159 */
  .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) {
  /* :L4176 */
  .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*/

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

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

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

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

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

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

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

/*Ocultar botón de actualizar*/

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

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

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

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

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

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

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

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

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

/*Dirección*/

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

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

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

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

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

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

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

/****POSTQUOTE****/

/* Ocultar terminosy condiciones*/

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

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

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

/*Color de fonfo*/

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

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

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

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

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

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

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

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

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

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

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

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

/*Fondo gris*/

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

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

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

/* :L4672 */
/*QUOTE DISPLAY*/

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

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

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

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

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

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

/* :L4741 */
img.Img-Doc {
  width: 30px;
}
/* :L4745 */
img.Img-Clinic {
  width: 50px;
}
/* :L4749 */
img.Img-FaceHap {
  width: 40px;
}
/* :L4753 */
img.Img-Doc2 {
  width: 35px;
}
/* :L4757 */
img.Img-FaceSad {
  width: 40px;
}
/*Texto Imgs*/

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

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

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

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

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

/* :L4802 */
img.Img-List.Dental {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4809 */
img.Img-List.medicina {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* :L4816 */
img.Img-List.Doctor {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4823 */
img.Img-List.Avion {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/* :L4830 */
img.Img-List.Ambulancia {
  width: 35px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
/*POSTQUOTE*/

/*Margen superior Región y Comuna */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Azul*/

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

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

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

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

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

/*Ocultar input RUT*/

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

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

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

/*Fecha de endoso*/

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

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

/*check*/

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

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

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

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

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

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

/*Ocultar Post Quote*/

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

/* :L5153 */
div#question151602 {
  display: none;
}
/* :L5157 */
.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;
}
/* :L5167 */
.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*/

/* :L5178 */
td.td-1-ci {
  border: 0 !important;
  width: 30%;
}
/* :L5183 */
td.td-2-ci {
  border: 0 !important;
}
/* :L5187 */
td.td-3-ci {
  border: 0 !important;
}
/**SALE CONFIRMATION**/

/* :L5192 */
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;
}
/* :L5206 */
.btn-volver-cotizar {
  margin-top: 30px;
}
/***PREQUOTE***/

/*Ocultar inicio de vigencia*/

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

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

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

/*Postal*/

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

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

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

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

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

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

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

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

/* :L5336 */
span.RutColor.corona {
  color: #773dbd;
}
/* :L5340 */
li.DPS.corona {
  color: #773dbd;
}
/* :L5344 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.corona {
  color: #773dbd;
}
/* :L5348 */
i.fa.fa-exclamation-circle.corona {
  color: #773dbd;
}
/*Quote Display*/

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

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

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

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

/* :L5391 */
.container.DPS1.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5395 */
.container.DPS1.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5399 */
.container.DPS1.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5403 */
.container.DPS1.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5407 */
.container.DPS1.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5413 */
.container.DPS1.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L5418 */
.infoDisplay.corona::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L5422 */
.infoDisplay.corona::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L5426 */
.infoDisplay.corona::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L5430 */
.infoDisplay.corona::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L5434 */
.infoDisplay.corona::-webkit-scrollbar-thumb {
  background-color: #773dbd !important;
  border-radius: 20px !important;
  border: 1px solid #773dbd !important;
}
/* :L5440 */
.infoDisplay.corona::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

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

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

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

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

/* BORDES BENEFICIOS */

/* :L5492 */
.border-morado1 {
  border: 2px solid #7237c0 !important;
}
/* :L5496 */
.border-morado2 {
  border: 2px solid #5d2d9e !important;
}
/* :L5500 */
.border-morado3 {
  border: 2px solid #54288d !important;
}
/* :L5504 */
.border-morado4 {
  border: 2px solid #381b5d !important;
}
/****PREQUOTE****/

/*Pag 6*/

/*Ocultar dps enfermedad*/

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

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

/*POST CODE*/

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

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

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

/*Ocultar asistencia*/

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

/*Fecha endoso*/

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

/*Ocultar RUT*/

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

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

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

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

/* :L5590 */
/* :L5594 */
/****POST QUOTE QUESTIONS*****/

/*Ocultar NAME*/

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

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

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

/*Tipo de plan*/

/* :L5615 */
/*Ocultar asistencia*/

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

/*RUT*/

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

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

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

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

/*Fecha de endoso*/

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

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

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

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

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

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

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

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

/* :L5695 */
.planes-varios {
  border: 1px solid #ed8b00;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
}
/* :L5702 */
.planes-varios-title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* :L5707 */
.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);
}
/* :L5726 */
.planes-varios-header.rojo {
  background: #d90404;
}
/* :L5730 */
.planes-varios.rojo {
  border: 1px solid #d90404;
}
/* :L5734 */
.planes-varios-header.morado {
  background: #6f00a5;
}
/* :L5738 */
.planes-varios.morado {
  border: 1px solid #6f00a5;
}
/* :L5742 */
.planes-varios-header.amarillo {
  background: #f8dc00;
}
/* :L5746 */
.planes-varios.amarillo {
  border: 1px solid #f8dc00;
}
/****PRE QUOTE QUESTIONS*****/

/*Inicio de Vigencia*/

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

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

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

/* Ocultar fecha de inicio */

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

/* ocultar fecha del Endoso */

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

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

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

/*Tabla*/

/* :L5791 */
td.cober-text-bg {
  background-color: #0098d4;
  color: white;
  padding: 10px;
}
/* :L5797 */
td.cober-header-bg {
  background-color: #a3cfe6;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
/* :L5804 */
td.cober-valor-bg {
  background-color: #cceaf6;
  text-align: center;
  padding: 10px;
}
/* :L5810 */
td.divisor-bg {
  background-color: #0064a6;
  padding: 10px;
  color: white;
}
/* :L5816 */
td.cober-text-bg.left-top {
  border-top-left-radius: 10px;
}
/* :L5820 */
td.cober-header-bg.left-top {
  border-top-left-radius: 10px;
}
/* :L5824 */
td.cober-header-bg.right-top {
  border-top-right-radius: 10px;
}
/* :L5828 */
td.cober-text-bg.left-bottom {
  border-bottom-left-radius: 10px;
}
/* :L5832 */
td.cober-valor-bg.right-bottom {
  border-bottom-right-radius: 10px;
}
/*PREQUOTE*/

/* Ocultar fecha de inicio */

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

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

/*Fecha inicio*/

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

/*Términos y condiciones*/

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

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

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

/*Fecha inicio*/

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

/*Post Code*/

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

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

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

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

/*OCULTAR ORIGEN DE COMPAÑIA*/

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

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

/* :L5955 */
div#plan-80 {
  display: none;
}
/* :L5959 */
div#plan-60 {
  display: none;
}
/*****/

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

/*Fecha inicio*/

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

/*Name*/

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

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

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

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

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

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

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

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

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

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

/* :L6132 */
.card-titulo-2023.redsalud {
  color: #a5c136;
}
/* :L6136 */
.card-titulo-light-2023.redsalud {
  color: #a5c136;
}
/* :L6140 */
.divisor-card-2023.redsalud {
  background-color: #a5c136;
}
/* :L6144 */
span.check-card-2023.redsalud {
  color: #a5c136;
}
/* :L6148 */
.Seleccion-card-2023.redsalud {
  color: #099d9d;
}
/*Valor UF*/

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

/* :L6158 */
span.RutColor.redsalud {
  color: #009999;
}
/* :L6162 */
li.DPS.redsalud {
  color: #009999;
}
/* :L6166 */
i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x.redsalud {
  color: #009999;
}
/* :L6170 */
i.fa.fa-exclamation-circle.redsalud {
  color: #009999;
}
/*Quote Display*/

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

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

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

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

/* :L6219 */
.container.DPS1.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6223 */
.container.DPS1.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6227 */
.container.DPS1.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6231 */
.container.DPS1.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6235 */
.container.DPS1.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6241 */
.container.DPS1.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/*POST-QUOTE*/

/* :L6246 */
.infoDisplay.redsalud::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* :L6250 */
.infoDisplay.redsalud::-webkit-scrollbar:vertical {
  width: 5px;
}
/* :L6254 */
.infoDisplay.redsalud::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
/* :L6258 */
.infoDisplay.redsalud::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* :L6262 */
.infoDisplay.redsalud::-webkit-scrollbar-thumb {
  background-color: #009999 !important;
  border-radius: 20px !important;
  border: 1px solid #009999 !important;
}
/* :L6268 */
.infoDisplay.redsalud::-webkit-scrollbar-track {
  border-radius: 5px;
}
/**RADIO**/

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

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

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

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

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

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

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

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

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

/* :L6370 */
.card-price-macrh-2023-cober-adic {
  background-color: #e7f3f8;
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
}
/* :L6377 */
.btn-select-plan {
  background-color: #a7bc4c;
  color: white;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
}
/* :L6387 */
.btn-select-plan:hover {
  background-color: #86973e;
}
/* :L6391 */
.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);
}
/* :L6401 */
.card-price-macrh-2023-title {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6407 */
.card-price-macrh-2023-line {
  height: 2px;
  background-color: #ed8b00;
  margin-top: 14px;
}
/* :L6413 */
.card-price-macrh-2023-line.consalud {
  background-color: #009999;
}
/* :L6417 */
.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) {
  /* :L6429 */
  .card-price-macrh-2023-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Large desktops and laptops */

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

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

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

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

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

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

@media (max-width: 480px) {
  /* :L6492 */
  .card-price-macrh-2023-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* :L6503 */
.card-price-macrh-2023-price-value-clp {
  font-size: 25px;
  font-weight: bold;
}
/* :L6508 */
.card-price-macrh-2023-title-2 {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
/* :L6514 */
.card-price-macrh-2023-plan-separador {
  height: 2px;
  background-color: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6521 */
.card-price-macrh-2023-plan-details {
  text-align: right;
  margin-bottom: 10px;
}
/* :L6526 */
.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;
}
/* :L6538 */
.card-price-macrh-2023-title-3 {
  color: #545454;
  font-size: 15px;
  font-weight: bold;
}
/* :L6544 */
.card-price-macrh-2023-subtitle-3 {
  font-size: 13px;
  font-weight: bold;
}
/* :L6549 */
.col-1-icon {
  padding-top: 7px;
  text-align: center;
}
/* :L6554 */
.col-2-text {
  padding-top: 11px;
  text-align: left;
}
/* :L6559 */
.col-3-img {
  text-align: center;
}
/* Large desktops and laptops */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*min-height: 29rem;*/

}
/*Coberturas*/

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

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

/* :L6769 */
.card-body.card-2023.card-small {
  padding: 10px;
  /*min-height: 35rem;*/
  max-height: 40rem;
}
/* :L6775 */
.Seleccion-card-2023.card-small {
  padding: 10px;
  font-size: 15px;
}
/* :L6780 */
.card-titulo-light-2023.card-small {
  font-size: 15px;
}
/* :L6784 */
.alto-title-2023.card-small.card-small {
  min-height: 11rem;
  padding-bottom: 0;
}
/* :L6789 */
.card-body.card-2023.card-small {
  padding: 10px;
  min-height: 33rem;
  max-height: 60rem;
}
/* cards */

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

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

/*Origen*/

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

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

/*Fecha de nacimiento*/

/* :L6870 */
/* header de cargas DPS */

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

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

/*Inicio de vigencia*/

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

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

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

/*Origen*/

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

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

/*Fecha de nacimiento*/

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

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

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

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

/*Inicio de vigencia*/

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

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

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7043 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7082 */
div#question314220 {
  display: none;
}
/* :L7086 */
div#question314221 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7133 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7167 */
div#question315054 {
  display: none;
}
/* :L7171 */
div#question315055 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7217 */
/*Radio de planes*/

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

/* fecha de inicio */

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

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

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

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

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

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

/*POST QUOTE QUESTIONS*/

/*Address*/

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

/* :L7270 */
div#question313909 {
  display: none;
}
/* :L7274 */
div#question313910 {
  display: none;
}
/*Name*/

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

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

/* :L7289 */
div#question312126 {
  display: none;
}
/* :L7292 */
.checkbox.checbox-switch {
  padding-left: 0;
}
/* :L7296 */
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
/* :L7302 */
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
/* :L7306 */
.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;
}
/* :L7320 */
.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);
}
/* :L7334 */
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}
/* Switch Info */

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

/*Origen*/

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

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

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

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

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

/*Cupón*/

/* :L7382 */
/*PRE QUOTE QUESTIONS*/

/* fecha de inicio */

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

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

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

/* :L7408 */
/*Texto covid*/

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

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

/*POST QUOTE QUESTIONS*/

/* toku */

/* :L7427 */
div#question323547 {
  display: none;
}
/* :L7431 */
div#question323548 {
  display: none;
}
/*Name*/

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

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

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

/*Origen*/

/* :L7451 */
div#question333724 {
  display: none;
}
/*Preselección de plan*/

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

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

/* fecha de inicio */

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

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

/* toku */

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

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

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

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

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

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

/* ocultar pregustas de pago */

/* :L7515 */
#question334771,
#question334772,
#question334773 {
  display: none;
}
