/**,
*:before,
*:after {
  box-sizing: border-box;
}*/

html.html-unlockcv,
html.html-unlockcv body {
  overflow-y: auto !important;
}
body {
  background-color: white !important;
}
html.html-unlockcv .price-option {
  margin-top: 20px;
}

html.html-unlockcv .payment-title {
  margin-top: 10px;
}

.pricing {
  @include translate(-49%, -49.1%);
  font-size: 0;
  opacity: 1;
  transition: opacity .2s ease;
  text-align: center;
}

button.espGest {
  background: #0077C8!important;
  width: 80%;
  margin-left: 12px;
  border-radius: 50px !important;
  border: 2px solid #0077C8;
  color: #fff;
  text-transform: capitalize;
}
.nav-item.esp a.nav-link {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 28px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 5px;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  padding: 11px;
  border-radius: 31px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #51c12e;
}
.price_option_border_doble .espGest {
  background: #8EC638!important;
  border: 1px solid #8EC638;
  width: 91%;
  margin-top:25px;
}
.price-option {
  display: inline-block;
  width: 300px;
  height: 490px;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.price_option_border{
  border: 1px solid #63AFFF;
  border-radius: 8px;
  background-color: #fff;
}
.price_option_border_doble {
  border: 4px solid #0077C8;
  border-radius: 8px;
  margin-left:10px;
}
.price-option:hover {
	cursor: pointer;
}

/* .price-option:last-child { margin-right: 0; } */

.price-option__detail {
  padding: 25px 0 30px 0px;
  /*background: #0174c2;*/
  text-align: left;
  border-radius: 13px;
  height: 405px;
}
.title-option span {
  margin-left: 20px;
  display:block;
}
.price-option__cost,
.price-option__type,
.price-option__iva {
  display: block;
}

.price-option__iva {
  color: #828282;
  font-size: 16px;
  padding-bottom: 23px;
  border-bottom: 3px solid #828282;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
}

.price-option__cost {
  font-size: 32px;
  color: #0077C8;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 44px;
  padding-left: 15px;
  text-align: left;
  margin-top: 10px;
}

.price-option__type {
  font-size: .7em;
  text-transform: uppercase;
  height: 150px;
  /* color: #909090; */
  /*background-color: #edf9d7;*/
}

.pre-title-box{
  border-radius: 15px;
  background-color: #0a7cca;
  padding: 5px;
  color: white;
  position: absolute;
  right: 9px;
  width: 135px;
  top: -16px;
  text-align: center;
}

.price-option__purchase {
  position: relative;
  display: inline;
  padding: 10px 30px 10px 30px;
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* color: #FFF; */
  margin-bottom: 10px;
  margin-right: 10px;
}

/*.price-option--low .price-option__purchase  { background: #a7d155; border-radius: 0 0 0 .25em; }
.price-option--low .price-option__type  { background: #ecffc8;}
.price-option--low.prodDet { background-color: #ecffc8; padding: 10px; }
.price-option--mid .price-option__purchase  { background: #eada42; border-radius: 0 0 .25em .25em; }
.price-option--mid .price-option__type  { background: #fffac9;}
.price-option--mid.prodDet  { background: #fffac9;}
.price-option--high .price-option__purchase { background: #e54e4b; border-radius: 0 0 .25em 0; }
.price-option--high .price-option__type  { background: #ffe1e0;}
.price-option--high.prodDet  { background: #ffe1e0;}*/

.price-option__purchase:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-style: solid;
}

.price-option--low .price-option__purchase:before  { border-color: transparent transparent #a7d155; }
.price-option--mid .price-option__purchase:before  { border-color: transparent transparent #eada42; }
.price-option--high .price-option__purchase:before { border-color: transparent transparent #e54e4b; }

.payment-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.hidden-obj {
	display: none;
}
.text-center {
	text-align: center;
}
.error_purchase {
	font-weight: bold;
	font-size: 18px;
	color: red;
	margin-top: 10px;
}

/* Agregando nuevos estilos CSS a los planes */
.price-option:hover {
  position: relative;
  z-index: 100;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform;
}
.desct {
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: #e54e4b;
  color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.title-option h2 {
  text-align: left;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 0;
}
.title-option h3 {
  font-weight: 100;
}
.desct h5 {
  margin: 0;
  padding: 10px;
}
.mxaviso {
  margin-bottom: 20px;
}
.ahorro {
  position: absolute;
  top: 2px;
  right: 1px;
  color: #e54e4b;
  padding: 0px 30px 5px 10px;
  border-radius: 0px;
  width: 193px;
}
.ahorro p {
  font-size: 23px;
}
.scrollable h3 {
  font-size: 18px;
  padding: 10px 5px 2px 5px;
  width: 95%;
}
.price-option__purchase:before {
  border-style: hidden!important;
}
ul.optProd {
  padding-left: 37px!important;
  margin: 0;
  text-align: left;
  color: #fff;
  padding-left: 0;
  margin-top: -10px;
}
/*ul.optProd li {
  list-style: none;
  border-bottom: 2px solid #ffffff;
  line-height: 18px;
  padding: 1px;
}
.optProd > li:nth-child(2n + 1) {
  background-color: #f6f6f6;
}*/
/* Estilos CSS para modal especial de detalles de compras*/
/*.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  width: 800px!important;
}*/
.separador {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #dedede;
}
.contDet {
  width: 45%;
}
.totalesDet {
  text-align: right;
  background-color: lavender;
  padding: 14px;
  margin-top: 10px;
}
.totalesDet button.acComprar {
  background-color: #a7d155;
  width: 185px;
  font-size: 15px;
  margin-top: 10px;
}

button.pagarAhoraBlue {
  background-color: #0077c9;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 12px;
  padding: 8px 45px 8px 45px;
  float: right;
  font-weight: inherit;
}
span.cancelarCompra{
  padding-left: 80px;
  float: right;
  padding-right: 40px;
}
.pagarConTrans{
  background-color: #0077c9;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px 45px 8px 45px;
  margin-right: 15px;
  float: right;
  font-weight: inherit;
  cursor: pointer;
  color: white;
}

.totalesDet button.acComprar:hover {
  background-color: #789a37;
}
.totalesDet p {
  font-size: 16px;
}
p.totalDescuento {
  font-size: 21px;
}
.conDescuento {
  color:red;
}
.codDescDet input[type="text"] {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 149px;
  position: relative;
  top: 2px;
}
.prodDet {
  text-align: left;
}
.precioDet {
  display: none;
}
.prodDet {
  text-align: left;
  font-size: 13px;
  padding: 0;
  line-height: 14pt;
  background-color: #fff!important;
}
.exito {
  position: relative;
  top: 5px;
  transition: width 1s;
  display: flex;
}
.advertencia {
  position: relative;
  top: 5px;
  transition: width 1s;
  display: flex;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ahorroDet {
  font-size: 38px;
  color: #de4c49;
  position: absolute;
  right: 48px;
  top: 80px;
  font-weight: bold;
}
.ahorroDet span {
  font-size: 8pt;
  position: absolute;
  right: -43px;
  top: 27px;
  width: 120px;
  font-weight: 200;
}
.codDescDet {
  text-align: left;
}
.price-option__purchase:hover {
  cursor: pointer;
  background-color: #6E992B!important;
}
.totalesDet button.aCancelar {
  background-color: #eff5fb!important;
  width: 185px;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 10px;
  color: #362b36;
  text-decoration: none;
  font-weight: bold;
  padding: 7px;
  text-transform: uppercase;
}
.totalesDet button.aCancelar:hover {
  background-color: #135487!important;
  color: #FFF;
}
td.cantidades {
  text-align: center;
  font-weight: bold;
}
.totTexts table {
  margin-left: 66%;
  width: 33%;
  font-size: 11pt;
}
.aling-left {
  text-align: left;
}
.stronger {
  font-weight: bold;
}
.stronger.total {
  color: #de4c49;
}
.total {
  color: #de4c49;
}
.ahorroDet {
  display: none;
}
.table-izq {
  float: left;
}
.codDescDet label {
  margin-left: 8px;
}
button.btn.btn-small.btn-primary.jq-validateCoupon {
  margin-left: 123px;
  margin-top: 5px;
}
.codDescDet label {
  margin-left: 5px;
}
button.btn.btn-small.btn-primary.jq-validateCoupon {
  margin-left: 237px;
  margin-top: -37px;
}
.codDescDet input.jq-discount-code {
  margin-top: 5px;
  max-width: 100px;
}
/* FIN */
.price-option--low .price-option__detail .title-option {
  background-color: #51c12e;
  color: #fff;
  border-radius: 37px;
  max-width: 200px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 1px;
}
.price-option--mid .price-option__detail .title-option {
  background-color: #388635;
  color: #fff;
  border-radius: 37px;
  max-width: 200px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 1px;
}
.price-option--high .price-option__detail .title-option {
  background-color: #071144;
  color: #fff;
  border-radius: 37px;
  max-width: 200px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 1px;
}
.price-option__detail .title-option h3 {
  font-size: 14px;
  font-weight: bold;
}
.register__form a.nav-item.nav-link.active {
  border: none;
}
.register__form a.nav-item.nav-link {
  position: relative;
}
.nav-item.nav-link.active span.Ltime {
  border-bottom: 5px solid #017dc7;
  display: block;
}
.nav-item.nav-link span.Ltime {
  border-bottom: 5px solid #dddddd;
  display: block;
}
.register__form .nav-link:hover{
  border: none;
}
.register__form .nav-tabs{
  border: none;
}
span.LNumb {
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -9px;
  font-weight: bold;
  background-color: #026BB7;
  color: #FFF;
  padding: 2px 2px 2px 5px;
  border: 1px solid #026BB7;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}
span.LNumb.no-active {
  background-color: #6C6C6C;
}
.first-nav {
  margin-left: -20px;
}
.float-number {
  position: absolute;
  right: 27px;
  top: 14px;
  width: 290px;
}
.float-number2 {
  position: absolute;
  top: 50px;
  width: calc(64% - 290px);
}
span.Ltime2 {
  width: 35px;
  border-bottom: 3px solid #6C6C6C;
  display: block;
  margin-top: -8px;
  margin-left: -9px;
  margin-right: -5px;
}
.navers {
  margin-bottom: 20px!important;
  margin-top: 20px;
}
span.txt-paso {
  display: block;
  margin-left: 20px;
  margin-top: -5px;
}
.typeTxt {
  font-size: 25px;
  color: #026BB7;
  text-align: left;
  font-weight: 800;
}
.form-control {
  border-radius: 4px!important;
  margin-bottom: 10px;
}
.bSepar {
  border-bottom: 2px solid #0077C8;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
}
.nav.float-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.float-number .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
}
a:not([href]):not([tabindex]) {
 /* color: inherit;*/
  text-decoration: none;
}
.float-number .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.float-number .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.float-number .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.float-number .nav-link {
  display: block;
  padding: .5rem 1rem;
}


.nav.float-number2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.float-number2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
}

.float-number2 .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.float-number2 .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.float-number2 .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.float-number2 .nav-link {
  display: block;
  padding: .5rem 1rem;
}

.view-header .btn-small {
  font-weight: bold;
  color: #fff!important;
}
a.btn.btn-small.jq-send-to-unlock-several {
  color: #000000!important;
}
a.btn.btn-small.jq-send-to-process-several {
  color: #000 !important;
}
a.btn.btn-small.jq-send_storage-several {
  color: #000!important;
}
a.btn.btn-small.jq-send_email-several {
  color: #000!important;
}
a.btn.btn-small.jq-send_nominate-several {
  color: #000!important;
}
.btn-Esp-V2 {
  display: inline-table;
}
a.btn.btn-mini.my_tipsy.btn-admin-offer.jq-offer-edit-btn.btn-Esp-V2.btn-edit-v2 {
  border: none;
  background-image: none;
  box-shadow: none;
  background:none;
}
a.btn.btn-mini.my_tipsy.btn-admin-offer.jq-offer-support-notice-btn.btn-Esp-V2.btn-edit-v22 {
  border: none;
  background-image: none;
  box-shadow: none;
  background:none;
}
.dDiscNumber {
  width: 78%;
  float: left;
  display: block;
}
.dDiscNumber input.jq-discount-code {
  width: 100%;
  max-width: 320px;
}
.dDiscNumberButton {
  width: 50%;
  float: left;
}
.dDiscNumber {
  width: 50%;
  float: left;
  display: block;
}
button.btn-Discs.jq-validateCoupon {
  background-color: #ffffff;
  padding: 5px 20px;
  border: 1px solid #0077c9;
  border-radius: 5px;
  color: #0077c9;
  margin-top: 7px;
  margin-left: 10px;
  cursor: pointer;
  width: 115px;
}
button.crea {
  background-color: #0077C8;
  padding: 10px 20px;
  min-width: 150px;
  color: #fff;
  border-radius: 17px;
  border: none;
  font-weight: 700;
  font-size: 13px;
  margin-left: -29px;
}
.borderSeparaVert {
  margin: 0 auto;
  width: 1px;
  height: 88px;
  background-color: #EFEFEF;
}
.prodDet {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
th.thN {
  background-color: #FFF!important;
}
table.table.no_margin.tableDetail {
  border: none;
}
.tableDetail td {
  border-top: none!important;
  border-bottom: none!important;
}
tr.trLineDown > td {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 10px;
}
.stronger.total {
  color: #0077c9;
  font-size: 15px;
  padding-top: 15px;
}
td.jq-total-to-pay {
  color: #0077c9;
  font-size: 21px;
  font-weight: 700;
  padding-top: 15px!important;
}
.cont-form-billing {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.sDocTribtxt {
  width: 48%;
  float: left;
  text-align: right;
}
.inputsOp {
  width: 50%;
  float: left;
  text-align: left;
  margin-left: 17px;
}
.sDocTribtxt {
  width: 48%;
  float: left;
  text-align: left;
  color: #0077c9;
  font-size: 15px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: 4px;
}
.dtribut {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mitOne {
  width: 50%;
  float: left;
}
.mitTwo {
  width: 50%;
  float: left;
}
.mitOne input, select {
  width: 95%;
}
.mitTwo input, select {
  width: 95%;
}
.mitOne label {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
.mitTwo label {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
.cont-form-billing input[type=text], select {
  border: 1px solid #ddd;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #868686;
}
.cont-form-billing input[type=email] {
  border: 1px solid #ddd;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #868686;
}
.mitTwo select {
  height: 24px;
  width: 97%;
  color: #868686;
}
.mitOne select {
  height: 24px;
  width: 97%;
  color: #868686;
}
.mitOne label.error {
  width: 55%;
}
.mitTwo label.error {
  width: 55%;
}
#jq-purchase-confirmation-dialog .jq-payment-buttons {
  margin-bottom: 60px;
}
.tdRight {
  text-align: right!important;
}
#jq-purchase-confirmation-dialog h2 {
  color: #07c;
  text-shadow: none;
}
#jq-purchase-confirmation-dialog.dialog_wrapper{
height: 635px !important;
max-height: 700px !important;
}
.codDescDet .jq-discount-success.alert.alert-success.exito {
  float: left;
  margin-bottom: -10px;
  margin-left: 3px;
}
.dDiscNumber input.jq-discount-code {
 
}
div.inputsOp label {
  margin-right: 25px;
}
.cont-CPS {
  text-align: left;
  margin: 30px 200px 10px 200px;
}
h3.compCupos {
  font-size: 20px;
  text-align: center;
  color: #4E4E4E!important;
  margin-bottom: 30px;
  margin-top: 10px;
}
.downFun {
  margin-top: 75px;
}
h2.compCupos {
  font-size: 35px;
  line-height: 50px;
  color: #024A7B !important;
  font-weight: 100;
  margin-bottom: 15px;
  text-align: center;
}
.antePlan h2 {
  font-size: 36px;
  text-align: center;
  color: #026BB7;
  font-weight: 800;
  margin-top: 50px;
  margin-top: 35px;
}
.antePlan h3 {
  font-size: 20px;
  text-align: center;
  color: #4E4E4E;
  margin-bottom: 30px;
}
h2.tempPorcent {
  color: #3E3E3C;
  font-size: 20px;
  margin-bottom: 35px;
}
h3.optProdH3 {
  font-size: inherit;
  padding: inherit;
  width: inherit;
}
.TMejor {
  font-size: 41px !important;
  margin-top: 80px;
  color: #024A7B;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  padding-top: 50px;
}
h2.TMejor {
  margin-top: 0;
  font-size: 36px!important;
  color: #026BB7;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
}
.hContrata {
  font-size: 20px;
  line-height: 35px;
  color: #4E4E4E!important;
  font-weight: 100;
  margin-bottom: 0!important;
  text-align: left!important;
}
.contH2 {
  margin-left: 15px;
}
.scrollable.online_products_list {
  padding-top: 0
}
ul.optProd li {
  line-height: 25px!important;
  font-size: 13px;
}
.cont-ok {
  background-color: #fff;
  padding: 20px 20px 20px 40px;
}
.wel-free {
  margin: 0 auto;
  text-align: left;
  position: relative;
  border: 1px solid #B7DAFD;
  padding: 20px;
  border-radius: 8px;
  min-height: 170px;
}
h2.evPers {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #026BB7;
}
h3.evPersH4 {
  font-size: 14px;
  line-height: 18px;
  color: #026BB7;
}
h3.pDowns {
  font-size: 14px;
}
.wel-aviso {
  margin-top: 22px;
}
a.navbar-brand.logoNavBrand {
  margin: 0 auto;
}
.iconFlechaLeft a {
  color: #FFF;
  font-size: 21px;
  position: absolute;
  left: 16%;
  top: 38px;
}
.jq-content-for-purchase form#form-plan-selection {
  margin-top: 62px;
}

.register_account_head {
  margin-top: 20px;
}
.col-esp-ss .price_option_border_doble {
  background-color: #fff;
}
.col-esp-ss {
  margin-top: 27px;
  background: url(../../../images/elipse.png) no-repeat;
  background-size: contain;
}
.esp-ss-desktop {
  display: block;
}
.esp-ss-resp {
  display: none;
}
.wel-aviso a {
  margin-left: 25%;
}
section.primerosPlanes {
  height: auto;
}
.contSupPlans {
  background-image: url(https://empresas.trabajando.cl/wp-content/uploads/2024/03/Mask-group-8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  min-height: 180px;
}
.borderMens {
  border: 4px solid #0077C8;
}
.disabledBuy {
  background-color: #ccc; 
  cursor: not-allowed; 
}
.newPlan {
  position: absolute;
  right: 20px;
  top: -24px;
  border: 4px solid #0077c8;
  padding: 5px 35px;
  border-radius: 19px;
  font-size: 20px;
  font-weight: 700;
  color: #0077c8;
  background-color: #FFF;
}
button.greenSub {
  background-color: #8EC638!important;
  border: #8EC638;
  width: 80%;
  margin-left: 30px;
}
.Recomended {
  padding: 8px 35px;
  position: absolute;
  right: 18px;
  top: -22px;
  background-color: #FDCB72;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
}
.tempPorcent {
  padding: 8px 35px;
  background-color: #FDCB72;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 300;
  width: 42%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
span.sDesct {
  font-weight: 700;
}
.primerosPlanes h3.text-secondary.compCupos {
  margin-bottom: 50px;
  text-align: center;;
}
section.oldPlans {
  margin-top: 80px;
}
.btnInts {
  background: #0077C8 !important;
    width: 80%;
    margin-left: 12px;
    border-radius: 50px !important;
    border: 2px solid #0077C8;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: inline;
    padding: 10px 30px 10px 30px;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
}
.cont-ok h4 {
  color: #0077C8;
  font-size: 19px;
  font-weight: 600;
}
.cont-ok p {
  color:#4E4E4E;
  margin-bottom: 25px;
}
a.btnInts:hover {
  background-color: #005996 !important;
  color: #FFF;
  text-decoration: none;
}
.col-nns {
  display: block;
}
.col-nnss {
  display: none;
}
.navsPlans li.nav-item {
  margin-right: 15px;
  min-width: 320px;
  border: 3px solid #D2ECFF;
  border-radius: 20px;
}
.navsPlans {
    color: #026BB7 !important;
    font-size: 21px;
    font-weight: 700;
    border: inherit;
    border-color: inherit !important;
    border-radius: 17px;
}
.navsPlans a.nav-link.text-center.active.show {
  background-color: #d2ecff;
  border: none;
  color: #026BB7 !important;
  font-size: 21px;
  font-weight: 700;
  border: inherit;
  border-color: inherit !important;
  border-radius: 17px;
}

.opacity_zero{
  opacity: 0;
}
.cont_tabs_products_suscription {
  position: relative;
  width: 100%;
  height: 400px;
}
.cont_tabs_products_suscription_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 0.5s ease;
}
h4.h4Acc {
  color: #0077C8;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
p.espPP {
  font-size: 20px;
  line-height: 26px;
  color: #024A7B;
}
.antePlan {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
img.imgAcelera {
  width: 100%;
}
.bg-tab {
  margin-top: 30px;
}
.contAcc {
  padding-right: 25px;
}
.tab-content.bg-tab {
  background-image: url(https://empresas.trabajando.cl/wp-content/uploads/2024/07/fondoDestaca.png);
}
.price-option.jq-choose-pack.price_option_border_doble.carousel-cell.borderMens.is-selected {
  background-color: #FFF;
}
img.imgMarketing {
  width: 100%;
}
.nav-tabs .nav-link {
  color: #026bb7;
  font-weight: 400;
}
.nav-tabs .nav-link:hover {
  border: none;
}
@media (min-width: 992px) {
  .cont-form {
    margin-top: 140px;
  }
}
@media (min-width: 992px) AND (max-width: 1460px)  {
  .price-option {
    width: 262px;
  }
  .price-option.price_option_border_doble {
    width:300px;
  }
}
@media (min-width: 992px) AND (max-width: 1900px)  {
  .container-fluid {
    width: 90%!important;
  }
}

@media (min-width: 1920px)  {
  .container-fluid {
    width: 72%!important;
  }
}

@media (max-width: 992px) {
  .contH2.lh2 h2 {
    font-size: 25px !important;
    text-align: center;
  }
}
@media (min-width: 3000px) {
  .container-fluid {
    width: 40%!important;
  }
}
@media (max-width: 480px) {
  
  .col-nns {
    display: none;
  }
  .col-nnss {
    display: block;
  }
  .tempPorcent {
    width: 95%;
  }
  .TMejor {
    text-align: left;
    font-size: 25px!important;
  }
  .primerosPlanes h3.text-secondary.compCupos {
    text-align: left;
  }
  section.planesSs {
    margin-top: 59vh;
  }
  .flickity-viewport {
    height: 500px!important;
  }
  .flickity-slider {
    margin-top: 25px;
  }
  .contNewsPlans {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont-ok {
    padding: 0 10px 0 10px;
    margin-top: 15px;
  }
  .wel-aviso a {
    margin-left: inherit;
  }
  .scrollable.online_products_list {
    padding-top: 0;
  }
  .register__form {
    padding: 0 25px 0 25px;
    margin-top:0;
  }
  .contH2 {
    margin-left:0;
  }
  .price_option_border_doble {
    /* margin-left: 0; */
  }
  .col-esp-ss .price_option_border_doble {
    width: 100%;
  }
  .esp-ss-desktop {
    display: none;
  }
  .esp-ss-resp {
    display: block;
    padding: 0;
    padding-top: 0;
  }
  button.espGest {
    width: 90%;
  }
  .price_option_border {
    margin-bottom: 35px;
  }
  .contH2.lh2 h2 {
    font-size: 18px;
  }
  .price-option {
    width: 96%;
  }
  .wel-free {
    margin: 0 auto;
    width: 100%;
  }
  h4.TMejor {
    font-size: 21px;
  }
  .h3.evPers {
    text-align: center;
  }
  h4.evPersH4 {
    text-align: center;
  }
  .bSe {
    display: none;
  }
  p.pDowns {
    text-align: center;
  }
  .wel-aviso {
    text-align: center;
    margin-top: -20px;
    margin-left: 20px;
  }
  .navbar-dark2 {
    background-color: #FFF;
    height: 70px;
  }
  .logo-register {
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 22px;
  }
  h2.compCupos {
    line-height: 17px;
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
  }
  .contSupPlans {
    min-height: 220px;
    margin-top: -10px;
  }
  .antePlan h2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
  }
  .antePlan h3 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  h2.TMejor {
    text-align: left;
  }
  h3.compCupos {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }
  .downFun {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .registro-content {
    margin-bottom: 0;
  }
  .col-top-esp:nth-child(3) {
    margin-bottom: 50px;
  }
  .navsPlans a.nav-link.text-center.active.show {
    font-size: 16px;
  }
  a.nav-link.text-center.jq-active-tab-suscription {
    color: #026BB7 !important;
    font-size: 16px;
  }
  .navsPlans li.nav-item {
    margin-bottom: 10px;
  }
  a.nav-link.text-center.jq-active-tab-suscription-ia {
    font-size: 16px;
    color: #026bb7;
  }
  h4.h4Acc, p.espPP {
    text-align: center; 
  } 
  h4.h4Acc {
    font-size: 18px;
    font-weight: 700;
  }
  p.espPP {
    font-size: 16px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #0077C8;
    border-radius: 30px;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
  }
  img.imgMarketing {
    display: none;
  }
  img.imgAcelera {
    display: none;
  }
}