
body {
    font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0;
    text-shadow: none;
}
h1 {
    color: rgb(0, 119, 200);
    font-size: 28px;
    /* margin-bottom: 20px; */
    text-align: center;
}

footer > a:visited:hover:visited:active:link {
    color: #b1b1b1;
    text-decoration: none;
}
.navbar {
    box-shadow: 0 0 30px rgba(0,0,0,.04);
    padding: 12px 0;
}
.navbar-dark {
    background-color: #FFF;
    height: 97px;
}
.navbar-dark2 {
    background-color: #FFF;
    height: 80px;
}
.navbar-light {
    background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link.btn-success {
    color: #0077c8;
}
a.nav-link.btn.btn-success {
    color: #FFF!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #666;
}
.navbar-collapse.show, .navbar-collapse.collapsing {
    background: #004A7E;
}
.logo-register {
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 60px;
}
.logo-login {
    max-height: 60px;
}
.btn-primary {
    width: 100%;
    background-color: #0063C2;
    border-color: #0063C2;
    border-radius: 0;
}

.btn-primary-validate {
    width: auto !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #004A7E;
    border-color: #004A7E;
}
.btn-success {
    background-color: #51c12e;
    border-color: #51c12e;
    border-radius: 0;
}
.btn-success2 {
    background-color: #51c12e;
    border: none;
    border-radius: inherit;
    color: #FFF;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #1c8200;
    border-color: #1c8200;
}
.btn-success2:hover,
.btn-success2:focus {
    background-color: #51c12e;
    border-color: #51c12e;
    color:#FFF;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0077c8;
}
.registro-content {
    margin-top: 80px;
    margin-bottom: -60px;
}
.quote {
    border: 7px solid #f5c328;
    border-radius: 0 30px;
    min-height: 520px;
    position: relative;
}
.quote .fa-quote-left,
.quote .fa-quote-right {
    font-size: 45px;
    color: #f5c328;
    position: absolute;
    background: #f0f0f0;
    padding: 10px;
}
.quote .fa-quote-left {
    top: 40px;
    transform: translateX(-50%);
}
.quote .fa-quote-right {
    bottom: 40px;
    right: 0;
    transform: translateX(50%);
}
.quote .logo-empresa {
    background: #ffffff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding: 5px;
    bottom: 15px;
    right: 45px;
}
.blockquote {
    font-size: 1rem;
    margin-bottom: 0;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    transition: all 0.3s;
}
.prev {
    border-radius: 0 3px 3px 0;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background: #f5c328;
    color: #fff;
}
.form-control {
    border-radius: 0;
    font-size: .9rem;
}
.form-group {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: .3rem;
}
.password-eye {
    cursor: pointer;
    pointer-events: all;
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: larger;
    color:#0077C8;
}
label.error {
    background: none;
    font-family: inherit;
    color: #721c24;
    background-color: #f8d7da;
    width: 100%;
    padding: 5px 5px 5px 26px;
    text-align: left;
    border-radius: .25rem;
    margin-left: 0;
    position: relative;
}
label.error:before {
    content: "\f06a"; 
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    left: 7px;
}
label.error:after {
    content: "";
	bottom: 100%;
	left: 5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f8d7da;
	border-width: .6em;
}
.alert {
    text-align: center;
    font-size: 1.1em;
}
.alert i {
    font-size: 5em;
    display: block;
    margin-bottom: 10px;
}
label {
    float: none;
    vertical-align: text-top;
}
.checkbox {
    margin-right: .5em;
}
a.image-text2 {
    font-size: 12px;
}
.icon-box {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
}
footer {
    background: #3e3e3e;
    color: #fff;
    width: 100%;
}
footer.footer-planSelection {
    bottom:inherit;
}
footer a,
footer a:hover,
footer a:focus {
    color: #b1b1b1;
    text-decoration: none;
}
footer .fa {
    color: #bababa;
    font-size: 1.8rem;
    margin-right: 10px;
}
footer .fa-circle {
    font-size: 2.2rem;
    position: relative;
}
footer .fa-question {
    font-size: 1.1rem;
    color: #343434;
    top: 25%;
}
footer .ayuda a {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-copyright {
    background: #343434;
}
.hidden-obj{
    display:none !important;
}
.email-exist{
    font-size:12px;
    padding:10px; 
    text-align:left;
    border:solid 1px #CCC;
    margin-bottom:10px;
}
.form-for-freemium{
    width: 55%; 
    margin: 0 auto;
}
.no-border-hover li:hover{
    border: none;
}
.no-border-hover li{
    border: none;
}
.no-border-hover{
    border-radius: 6px;
    border: solid 2px rgb(0, 119, 200);
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
  }
  
  .spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .spinner-border-reverse {
    border-color: transparent currentColor transparent transparent;
  
    &::after {
      position: absolute;
      top: -.25em;
      right: -.25em;
      bottom: -.25em;
      left: -.25em;
      display: inline-block;
      content: "";
      border: .25em solid rgba(0, 0, 0, .1);
      border-radius: 50%;
    }
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
  
    &.spinner-border-reverse::after {
      border-width: .2em;
    }
  }
  
  @keyframes spinner-grow {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  
  .spinner-grow {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    animation-name: spinner-grow;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
@media screen and (max-width: 768px) {
    .navbar {
        padding-bottom: 0;
    }
    .navbar-nav {
        display: block;
        text-align: center;
    }
    .navbar-brand {
        margin: 0 25px 12px;
    }
    .navbar-toggler {
        margin: 0 25px 12px 0;
    }
    .navbar .navbar-nav .nav-link {
        display: inline-block;
        vertical-align: baseline;
        color: #fff;
    }
    .btn-success,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:not(:disabled):not(.disabled).active, 
    .btn-success:not(:disabled):not(.disabled):active, 
    .show>.btn-success.dropdown-toggle,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
        background-color: transparent;
        border-color: transparent;
        box-shadow:none;
        color: #f0f0f0;
    }
    .form-for-freemium{
        width: 100%; 
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
   /* .quote, .prev, .next {
        display: none;
    }*/
    .registro-content {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

/*Rules password*/
.pswd_info {
    position: relative;
    padding: 8px;
    background: #fefefe;
    font-size: 0.875em;
    border-radius: 5px;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 5px;
    /*float: left;*/
    border: 1px solid #ccc;
    width: 100%;
}
.pswd_info h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
}
.pswd_info p{
  margin: 0px;
}
.pswd_info {
    display:none;
}
.pswd_info .meter {
    margin: 4px 0;
    height: 5px;
    background: #f5f5f5;
}
.pswd_info .meter .strength-bar {
    display: block;
    height: 100%;
    width: 0px;
}
.pswd_info .meter .short {
    background: #a03;
    width: 20% !important;
}
.pswd_info .meter .good {
    background: #efd049;
    width: 60% !important;
}
.pswd_info .meter .strong {
    background: #76c261;
    width: 100% !important;
}
.pswdSpace_1{
    width: auto;
}
.pswdSpace_2{
    width: auto;
}
/*fin rules password*/

.loginbody {
    background: url("/images/bg-login/base_BG.jpg") no-repeat; 
    background-size: cover;
}
.register__form {
    padding: 15px 55px;
    background: rgba(255,255,255,.8);
    margin-bottom: 80px;
    min-width: 320px;
}
.register__form.register_plan_selection {
    padding: 15px 36px;
    background: rgba(255,255,255,.8);
    margin-bottom: 0;
}
html, body {
    height: 100%;
}
.cont-form {
    min-height: calc(100vh - 161px);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.dropdown-menu.show{
    background-color:#027fc2!important;
    border-radius: none;
}
a.dropdown-item {
    color: #FFF;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-divider {
    border-top: 1px solid #18609c;
    margin:0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #51c12e;
}
.dropdown-menu{
    padding: 0;
}
ul.list-unstyled.esp {
    margin-top: 10px;
}
.list-unstyled.esp li {
    margin-bottom: 5px;
}
.col3esp {
    margin-top: 42px;
}
.container.esps {
    border-top: 1px solid;
}
button.espGest {
    background: #5bc0de!important;
    width: 90%;
    margin-left: 12px;
    border-radius: 50px !important;
    border: 1px solid #5bc0de;
}
.supremaCabecera {
    background-image: url(https://empresas.trabajando.cl/wp-content/uploads/2019/09/planes-pro.jpg);
    background-repeat: no-repeat;
    min-height: 175px;
    
}
.loginbody {
    background: none;
    background-size: cover;
}
.background-overlay {
    background-color:#0077c8;
    opacity: .6;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.background-overlay {
    height: 100%;
    max-height: 175px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index:1000;
}
.contH2 {
    z-index: 2000;
    color: #FFF;
    position: sticky;
    margin-left: 151px;
}
.contH2 h2{
    font-size: 42px;
}
.superEsp{
    z-index:3000;
}
.registro-content{
    margin-top: 0!important;
}
section.migadePan {
    background-color: #f6f6f6;
    display: none;
    height: 45px;
    margin-top: -17px;
    padding-top: 15px;
}
.elementor-shortcode a {
    color:#51c12e
}
.font-footer {
    color: #bababa;
    font-size: 1rem;
}
.new-color{
    color:#bababa!important;
}


@media (max-width: 768px) {
    .contH2 {
      margin-left: 7%;
    }
  }

  #href_register_error {
    cursor:pointer;
    text-decoration: underline;
    color:rgb(0, 119, 200);
    text-align: center;
    font-size: 18px;
  }

 .titulos {
    font-size: 1rem;
    letter-spacing: 0;
    color: #bababa;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    height: 35px;
}
ul.list-unstyled li a {
    font-size: 0.833rem;
    color: #bababa;
    line-height: 27px;
}
ul.list-unstyled li a:hover {
    color:#FFA406;
}
.footer-rrss {
    width: 240px;
    margin: 0 auto;
}
.p-15px {
    padding: 15px;
}
.footer-copyright {
    background: #3e3e3e!important;
}
.footer-copyright p, .footer-copyright a {
    color: #bababa;
}
footer .container-fluid {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}
.footer_links_b {
    text-align: left;
    width: 60%;
    margin: 0 auto;
}
.footer_links_c{
    text-align: left;
    width: 70%;
    margin: 0 auto;
    float: right;
}
.ayuda a, .dates0{
    font-size: 0.833rem;
    letter-spacing: 0;
    color: #bababa;
    font-weight: bold;
    min-height: 24px;
}
.table-responsive {
    min-height: 480px;
}
@media screen and (max-width: 480px){
    .contH2.lh2 {
        
    }
    .footer_links_a, .footer_links_b, .footer_links_c  {
        float: left;
    }
    ul.list-unstyled{
        text-align: left;
    }
    .titulos{
        text-align: left;
    }
}
.s-alert {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 100;
    max-width: 700px;
    height: 50px;
}
p.supe {
    font-size: 15px;
    margin-bottom: 5px;
}
p.wel-down {
    font-size: 14px;
}
.wel-free h3 {
    font-size: 21px;
}
select#country {
    height: 35px;
}
div#zsiqbtn {
    position: fixed;
    bottom: 10px;
    left: 5px;
    font-size: 13pt;
}

#siqbtndiv span {
    font-size: 8pt;
    margin-left: -12px;
}


#siqbtndiv em {
    font-size: 11pt;
    margin-left: -10px;
}
.btn-success2.and3 {
    margin-right: 10px;
}
.cuentaYa {
    display: block;
    font-weight: bold;
}
.cCu{
    margin-top: 10px;
    margin-bottom: 0px;
}
.cCu.conT {
    text-align: left;
}
p.cCu.cTaA {
    text-align: center;
}
h1.mt-3.mb-5 {
    margin-bottom: 10px!important;
}
.price-option{
    margin-bottom: 15px;
    margin-top: 10px;
}
section.aquiSomos{
    background-color:#e9f9ff;
}
section.aquiSomos div span.msjAS {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 17px;
}
.divSpecial {
    display: block;
    text-align: center;
    padding: 10px 5px;
    font-size: 24px;
    background-color: #FDCB72;
    width: auto;
    max-width: 545px;
    margin: 0 auto;
    border-radius: 45px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
@media screen and (min-width: 768px) and (max-width: 1600px){
    h1.mt-3.mb-5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px){
    h3.evPers {
        text-align: center;
    }
    select#country {
        width: 110px;
    }
.iconFlechaLeft a {
    left: 6%;
    top: 25px;
    }
body.loginbody button.navbar-toggler {
    display: none;
    }
.wel-free{
    width: 100%;
    }
button.crea {
    margin-top: 35px;
    }
    .contH2{
        margin-left:5px;
    }
    .contH2 h2 {
        font-size: 23px;
    }
    .cont-form {
        min-height: calc(100vh - 180px);
    }
    .navbar-dark {
        height: 70px;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .col-md-9.register_account_head {
        margin-top: 71px;
    }
    .logo-register {
        margin-top: -10px;
        margin-bottom: 0;
        max-height: 60px;
        width: 110px;
    }
}



@media screen and (max-width: 320px){
    button.crea {
        margin-top: 80px;
        }    
    }
    @media (min-width: 992px){
.mr-lg-5, .mx-lg-5 {
    margin-right: 1rem!important;
}
}

.validate-page{
    padding: 30px 60px 30px 60px;
    gap: 15px;
    border-radius: 16px 0px 0px 0px;
    opacity: 0px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.validate-page-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 38.13px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #3E3E3C !important;
}

.validate-page-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.56px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #3E3E3C !important;
}

@media (max-width: 768px) {
    .validate-page {
        padding: 30px;
    }
}