body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;  
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #007CBA;
    font-size: 2.6em;
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 1.6em;
    line-height: 22px;
    color: #1F7ABB;
}

p {
    font-size: 1.7em;
    color: #333;
}

.pointer-event {
    pointer-events: none;
  }

.contacto-svg {
    display: flex;
    justify-content: flex-end;
    padding: 0 6em;
}

.form__grupo .text, .form__grupo select, .form__grupo textarea, .form__grupo label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 19px;
    color: #546E7A;
    margin-bottom: 5px;
}

.form-contacto .form__grupo[data-animacion=placeholder] label {
    font-size: 1.7em;
    transform: translate(10px, 1.9em);
    transform-origin: left top;
    transition: all ease 300ms;
    color: #666;
    opacity: 1;
    margin-bottom: 0;
}

.form__grupo[data-animacion=placeholder] label {
    color: #666;
    font-size: 1.6em;
}
.form-contacto .form__grupo[data-animacion=placeholder] label.focus {
    transform: translate(0, 0) scale(0.80);
}

.form__grupo[data-animacion=placeholder] select + label {
    font-size: 1.7em;
    transform: translate(0, -5px) scale(0.85);
    transform-origin: left top;
    transition: all ease 300ms;
    color: #666;
    opacity: 1;
    font-size: 1.6em;
}

.form__grupo[data-animacion=placeholder] select.valido + label {
    transform: translate(0, -5px) scale(0.85);
}

.form__grupo .invalido {
    border: 1px solid #a91e12;
}

input[type="text"],
.form__grupo select {
    height: 45px;
}

.input-align-derecha {
    text-align: right;
}

.text-input-abajo {
    font-size: 1.4em;
    margin-left: 0.8em;
    color: #666;
}

.form__grupo {
    margin-bottom: 1em !important;
}
.form__grupo.rut {
    margin-bottom: 2em !important;
}

.form__grupo.lista {
    position: relative;
}

.form__grupo.lista .icono {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(0);
    font-size: 2em;
}

a.btn.btn--contacto,
a.btn.btn--contacto:focus {
    background:#113A60;
    width: 15.5rem;
    border-radius: 0;
    font-size: 1.6em;
}

.alerta--error {
    color:#a91e12;
    font-size: 1.4em;
    padding: 0.5em;
    transform: translateY(-10px);
}

.alerta--error_parrafo {
    color:#a91e12;
    background: #fbdcd6;
    font-size: 1.4em;
    margin-left: 0;
    padding: 0.2em 0.8em;
}

.contacto__respuestas__item--exito,
.contacto__respuestas__item--error {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-exito {
    text-align: center;
}

.contenido-exito p {
    margin-bottom: 7em;
}

.preloader {
    position: fixed;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 1000;
    display: flex;
}
.marco {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.contenido-exito i svg {
    fill: #007CBA;
    width: 5em;
    margin-bottom: 3em;
}
.contenido-exito h3 {
    font-size: 2.5em;
}
.contenedor-form-inicio {
    /* background: url(/img/img-principal.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
    background: #fff;
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    display: flex;
}
.box-ingreso {
    display: flex;
    width: 100%;
    /* height: 100vh; */
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 30px;
}
.box-ingreso:last-child {
    margin-top: 50px;
}
.login-denuncias h1 {
    font-weight: 400;
    font-size: 2.9em;
    line-height: 20px;
    color: #1F7ABC;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 30px;
}
.login-denuncias p {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 24px;
    color: #546E7A;
}
p.login-denuncias__desc {
    font-size: 1.5em;
    text-align: justify;
}
.login-denuncias p span {
    font-weight: 600;
}
p.disclaimer-inicio {
    /* position: absolute; */
    /* bottom: 36px; */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 1.4em;
    color: #546E7A;
    text-align: justify;
    margin-top: 75px;
    margin-bottom: 45px;
    line-height: initial;
}
#denuncia-inicio {
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 27px;
    max-width: 400px;
    width: 100%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}
#denuncia-inicio h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1F7ABC;

}
#denuncia-inicio p.denuncia-inicio__uno {
    font-size: 1.5em;
    margin-bottom: 20px !important;
}
#denuncia-inicio .logo-simula_tu_credito {
    margin-bottom: 4rem;
}

#denuncia-inicio h3 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 2em;
    color: #1F7ABC;
    margin-bottom: 1.6rem;
}
#denuncia-inicio p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.4em;
    color: #546E7A;
    margin-bottom: 20px;
    line-height: 19px;
}
#denuncia-inicio p:last-of-type {
    margin-bottom: 57px;
}
#denuncia-inicio a.boton-principal {
    width: 100%;
}
#denuncia-inicio a.boton-principal:first-of-type {
    margin-bottom: 1.5rem;
}
#denuncia-inicio .form__grupo {
    margin-bottom: 0 !important;
}
#denuncia-inicio .form__grupo:first-child {
    margin-bottom: 10px !important;
}
#form-consulta {
    margin-bottom: 10px;
}

@media (max-width:543px) {
    #denuncia-inicio {
        padding: 20px;
    }
}
@media (max-width:375px) {
    .login-denuncias h1 {
        line-height: 1.1;
        font-size: 2.7em;
    }
    .paso-titulo {
        width: 45%;
    }
}
/* .contenedor-form-inicio:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0) 98.01%);
} */
.boton-principal {
    background: #1F7ABC;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 1.4em;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boton-principal.bis {
    /* background: #AFC7D8; */
    background: transparent;
    border: 1px solid #1F7ABC;
    color: #1F7ABC;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 1.6em;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boton-secundario {
    background: #F48948;
    border: 1px solid #F48948;
    border-radius: 5px;
    color: #fff;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 1.6em;
    font-family: 'Open Sans';
    font-weight: 500;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.boton-terciario {
    background: #fff;
    border: 1px solid #F48948;
    border-radius: 5px;
    color: #F48948;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 1.6em;
    font-family: 'Open Sans';
    font-weight: 500;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.boton-principal:hover,
.boton-secundario:hover,
.boton-terciario:hover {
    opacity: .85;
    box-shadow: 0  3px 6px rgba(0, 0, 0, 0.2);
}
.contenedor-bullets {
    background: rgba(196, 196, 196, 0.1);
    padding: 70px 0;
}
.contenedor-bullets p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 1.6em;
    margin-bottom: 2.5rem;
    margin-left: 2rem;
    position: relative;
}
.contenedor-bullets p:last-of-type {
    margin-bottom: 0;
}
.contenedor-bullets p::before {
    content: '';
    display: block;
    background: #1F7ABB;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -2rem;
    top: .7rem;
}
.box-aviso-credito {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
}
.box-aviso-credito img {
    max-width: 216px;
}
.box-aviso-credito p {
    font-weight: 300;
    text-align: center;
}
.box-aviso-credito p span {
    font-weight: 600;
    display: block
}
.box-aviso-credito .monto-preaprobado {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 2.8em;
    text-align: center;
    color: #71C341;
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    pointer-events: none;
}
.box-aviso-credito .aviso-credito-pre {
    min-width: 316px;
    background: rgba(113, 195, 65, 0.2);
    border-radius: 10px;
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-pasos {
    background: rgba(31, 122, 187, 0.1);
    border-radius: 10px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.6em;
    color: rgba(31, 122, 187, 0.5);
    padding: 15px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: row-reverse;
}

.header-pasos.ui-state-active {
    background: #007CBA;
    color: white;
}
.header-pasos .paso-numero {
    opacity: .5;
    margin-left: auto;
    margin-right: 10px;
}
.header-pasos.header_accordion-denuncia {
    background: #fff;
    padding: 15px 0;
    color: #007CBA;
    font-weight: 400;
    margin-bottom: 0;
    justify-content: space-between;
    cursor: pointer;
}
.contenido-pasos {
    padding: 0 15px 50px;
    height: auto !important;
}
#paso-1 {
    margin-top: 48px;
}
input[type="checkbox"], input[type="radio"] {
    width: 15px;
    height: 15px;
}
.form__grupo input[type="checkbox"] + label {
    margin-left: 10px;
    font-size: 1.5em;
    color: #546E7A;
    cursor: pointer;
    margin-bottom: 0;
}
.form__grupo.form_checkbox {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem !important;
    align-items:center;
}
.form__grupo[data-animacion=placeholder] small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 14px;
    color: #9FB5BF;
    margin-top: 10px;
}
input#seguro {
    width: 18px;
    height: 18px;
}
.fila-dato {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #546E7A;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}
.fila-dato span:nth-child(2) {
    font-weight: 600;
}
.fecha_sim {
    text-align: right;
    width: 100%;
    display: inline-block;
}
.datos-derecha {
    padding-left: 4rem;
}
.datos-izquierda {
    padding-right: 4rem;
    border-right: 1px solid #DFDFDF;
}
.fila-dato-final {
    margin-bottom: 0;
}
.fila-dato-final span{
    color: #1F7ABB;
    text-transform: uppercase;
}
.botonera {
    margin-top: 6rem;
}
.botonera a:last-of-type {
    margin-left: 10px;
}
.documentos-simulacion {
    margin-top: 5rem;
    background: #FFEEBA;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.documentos-simulacion a {
    display: flex;
    text-decoration: none;
    align-items: center;
}
.documentos-simulacion a span{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.4em;
    color: #B7993D;
    margin-left: 10px;
    transition: all ease .3s;
}

.documentos-simulacion a:hover {
    opacity: .8;
}

#modal-detalle-de-cuotas {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}


.modal-cuotas {
    position: relative;
    background: #fff;
    padding: 3rem 3rem 0;
    width: 90%;
}
.modal-cuotas h3 {
    margin-bottom: 1.7rem;
}
.modal-cuotas .fln-cerrar-light {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

#modal-detalle-de-cuotas table {
    margin-bottom: 3rem;
}

table thead th {
    background: #007CBA;
    color: #fff;
    font-size: 1.5em;
    padding: 1rem 2rem;
    text-align: center;
}

table tbody td {
    text-align: center;
    font-size: 1.5em;
    padding: 1.3rem 2rem;
    color: #546E7A;
}
/* table thead th:last-of-type,
table tbody td:last-of-type {
    text-align: right;
} */
table tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
table tbody tr:nth-child(even) {
    background: #F6F6FB;
}

form#form-simulacion-paso3 p {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 1.7em;
    margin-bottom: 8rem;
}
form#form-simulacion-paso3 p span {
    display: block;
    color: #1F7ABB;
}

/* PAGINADOR TABLA */

span.fln-izquierda-doble-light.first.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}

span.fln-izquierda-light.prev.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}

span.fln-derecha-light.next,
span.fln-izquierda-light.prev,
span.fln-izquierda-doble-light.first,
span.fln-derecha-doble-light.last {
    font-size: 2em;
    color: #3CA9E0;
    cursor: pointer;
    display: flex;
}

span.pagedisplay {
    display: inline-block;
    padding: 0px 5px;
    vertical-align: super;
    font-size: 1.4em;
}

.pagedisplay span {
    background: transparent;
    display: inline-block;
    color: #3CA9E0;
    text-align: center;
    margin-right: 0.3em;
    /* padding: 0.5em; */
    /* min-width: 3.2rem; */
}

tr.tablesorter-filter-row {
    display: none;
}

div#continuar {
    padding-top: 30px;
    margin-bottom: 7rem;
}

div#pager {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#captcha {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: flex-end;
}
div#captcha.invalido > div {
    border: 1px solid #a91e12;
}

.modal-cuotas div#pager {
    margin-bottom: 4rem;
}

.tabla thead th:first-child {
    min-width: auto;
}

.tabla thead th:last-child {
	pointer-events: none;
}
.msj-formulario {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 50vh;
}
.msj-formulario h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 35px;
    color: #1F7ABB;
    margin: 2rem 0 3rem;
}
.msj-formulario p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 19px;
    text-align: center;
    color: #546E7A;
    margin-bottom: 20px;
    max-width: 503px;
}
.msj-formulario p:last-of-type {
    margin-bottom: 50px;
}
.msj-formulario p span{
    font-weight: 600;
    color: #1F7ABB;
}
.msj-formulario p.textos-denuncia {
    font-size: 1.5em;
}
.msj-formulario p.msj-formulario__texto {
    font-size: 1.5em;
}
#msj-error svg{
    width: 40px;
    height: 40px;
}
.respuesta__minibox {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    padding: 30px 30px 30px 20px;
    background: #f3f6fb;
}

.respuesta__miniicon {
    /* width: 25%; */
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.respuesta__miniicon img {
    width: 80px;
    height: 80px;
}

.respuesta__lista {
    text-align: left;
}

.respuesta__lista ul {
    font-size: 1.4em;
}

.respuesta__lista p {
    margin-bottom: 10px;
    font-weight: 600;
    color: #1F7ABB;
    text-align: left;
}
.respuesta__lista ul li {
    color: #333;
}

.respuesta__miniicon span.fln-lista-light {
    font-size: 5em;
    color: #0097d0;
}

.respuesta__icono-header span.fln-alerta-exito,
.respuesta__icono-header span.fln-alerta-error {
    font-size: 5em; 
}

.respuesta__icono-header span.fln-alerta-exito {
    color: #113a60;
}

.respuesta__icono-header span.fln-alerta-error {
    color: #c8293b;
}

.preloader-general[data-tipo=pill][data-posicion=bottom].parametro {
    margin: 50vh auto;
}

ul li,
ol li {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 1.4em;
    line-height: 20px;
    color: #333;
    margin-bottom: 2.5rem;
    margin-left: 2rem;
    position: relative;
}

ol {
    list-style-type: auto;
}

ol li::marker {
    color: #1F7ABB;
    font-size: 1.2em;
}

ul li::before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background-color: #1F7ABB;
    position: absolute;
    left: -1.5rem;
    top: 35%;
}

.contenedor-bullets ul li a {
    /* text-decoration:none;
    cursor: text !important;
    pointer-events:none !important; */
    cursor: pointer;
    color:#1F7ABB;
    transition: all ease .5s;
}
.contenedor-bullets ul li a:hover {
    text-decoration:underline;
}
.link {
    color:#1F7ABB;
    text-decoration: underline;
}
p.info{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 19px;
    color: #546E7A;
}
p.info.info1 {
    margin-top: 30px;
}
p.info.info1 span {
    font-weight: 600;
}
.form__radio--checked .form__radio__item {
    background: #1F7ABB;
    box-shadow: 0 0 0 1px #85A0B6;
}
.accordion-denuncia .contenido-pasos{
    padding: 0 15px;
}
.form__radio label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 19px;
    color: #546E7A;
    cursor: pointer;
}
.form__radio__item {
    margin: 0px 10px 0 0;
}
.form__radio__item.invalido {
    box-shadow: 0 0 0 1px #a91e12;
}
.form__seleccion {
    margin-bottom: 18px;
}
.descripcion_falta {
    width: 100%;
    background: rgba(84, 110, 122, 0.1);
    border-radius: 5px;
    padding: 29px 24px;
    margin-bottom: 15px;
}
.descripcion_falta p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    color: #000;
    /* color: #546E7A; */
}
.descripcion_falta p.ejemplos{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    /* color: #546E7A; */
    margin: 20px 0 10px;
}
.descripcion_falta ul {
    margin-top: 10px;
}
.descripcion_falta ul li {
    color: #000;
    margin-bottom: 0.5rem;
}
#Infracciones\ al\ Reglamento\ Interno\ de\ orden\ higiene\ y\ seguridad\ y\/o\ al\ Código\ de\ Buenas\ Prácticas {
    left: 0;
    top: 11px;
}
#descripcion::placeholder {
    color: #919191;
    opacity: 1;
}
#descripcion::-ms-input-placeholder {
    color: #919191;
}
.form__grupo .icono {
    transform: translateY(-3.5rem);
}
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    opacity: 1; /* Firefox */
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
}
#archivo-denuncia ,
#archivo-adicional {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer;
}
#archivo-denuncia + span ,
#archivo-adicional + span {
    height: 45px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 19px;
    color: #546E7A;
}
.msj-formulario h2 {
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 2.6em;
    line-height: 35px;
    text-align: center;
    color: #1F7ABB;
}
.codigo-denuncia {
    background: rgba(31, 122, 187, 0.1);
    border-radius: 5px;
    padding: 13px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 25px;
    text-align: center;
    color: #1F7ABB;
}
.msj-formulario.estado-denuncia {
    min-height: auto;
    padding: 20px 40px 10px 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin-left: auto;
}
.msj-formulario.estado-denuncia h2 {
    margin-bottom: 37px;
}
.checkbox.invalido {
    outline: 1px solid red;
    border-radius: 2px;
}
#datos-denuncia h3 {
    margin-bottom: 20px !important;
    margin-top: 0;
}
#datos-denuncia .form {
    margin-bottom: 15px;
}
.ui-datepicker-unselectable.ui-state-disabled {
    opacity: .2;
}
small {
    font-size: 1.2em;
    color: #546E7A;
    text-align: right;
}
.icono.fln-cerrar {
	right: 30px;
	pointer-events: auto;
	cursor: pointer;
	z-index: 10;
	top: -16px;
}
#archivo-denuncia.invalido + span {
    border: 1px solid red;
}
#password-view {
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
    transition: all ease .3s;
}
#password-view:hover {
    opacity: .7;
}
.marco.respuesta-seguimiento {
    max-width: 992px;
}
.mensaje-box.mensaje-nuevo-destacado {
	position: relative;
    background: white !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	margin-top: 15px;
}
.mensaje-box.mensaje-nuevo-destacado:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fa0202;
    border-radius: 5px;
    position: absolute;
    left: 10px;
}
@media(max-width:1366px){
    /* .contenedor-form-inicio {
        max-height: 590px;
    } */
    #form-simulacion .logo-simula_tu_credito {
        margin-bottom: 3rem;
    }
}

@media(max-width:1280){
    .contenedor-form-inicio {
        max-height: 620px;
    }
}
@media(max-width:1279px){
    .contenedor {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .contenedor-bullets {
        padding: 3rem 1.5rem;
    }
}
@media (max-width:991px) {
    .boxes-inicio {
        display: flex;
        align-items: baseline;
    }
    .box-ingreso {
        margin-top: 50px;
        align-items: center;
        justify-content: center;
    }
    .box-ingreso:last-child {
        margin-top: 50px;
    }
    .contenido-pasos {
        padding-top: 20px;
    }
}
@media (max-width:885px) {
    .boxes-inicio {
        flex-direction: column;
    }
}
@media(max-width:767px){
    .contenedor-form-inicio {
        background-position-x: right;
    }
    div#continuar {
        margin-bottom: 0;
    }
    form#form-simulacion-paso3 p {
        margin-bottom: 3rem;
    }
    .box-aviso-credito img {
        margin-bottom: 3rem;
    }
	.msj-formulario {
		min-height: auto;
	}
}

@media(max-width:544px){
    .box-aviso-credito {
        flex-direction: column;
        align-items: center;
    }
    .box-ingreso {
        justify-content: center;
    }
    form#form-simulacion {
        max-width: 100%;
    }
    /* .contenedor.contenedor-form-inicio {
        min-height: auto;
        padding: 1.5rem;
        background: url(/img/img-principal.jpg) no-repeat;
        background-position-x: right;
        background-position-y: center;
    } */
    .form__grupo.form_checkbox {
        margin-bottom: 1.5rem !important;
    }
    .form__grupo {
        margin-bottom: 3rem;
    }
    .modal-cuotas {
        padding: 2rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    div#box-tabla-cuota {
        width: 100%;
        overflow: auto;
    }
    .datos-izquierda,
    .datos-derecha {
        padding: 0;
        border: none;
    }
    .modal-cuotas .fln-cerrar-light {
        top: 0;
        color: #333;
    }
    .botonera {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .botonera a {
        width: 100%;
        margin: 10px 0 !important;
    }
    .documentos-simulacion {
        margin-top: 2rem;
        padding: 2rem 2rem 0;
    }
    .documentos-simulacion a {
        margin-bottom: 1.5rem;
    }
    .documentos-simulacion a div {
        width: 55px;
    }
    .fila-dato.fila-dato-final {
        margin-bottom: 3rem;
    }
    .contenido-pasos {
        padding: 20px;
    }
}

@media(max-width:414px){
    #form-simulacion .logo-simula_tu_credito {
        margin-bottom: 2rem;
    }
    .logo-simula_tu_credito img {
        width: 100%;
    }
}

@media(max-width:375px){
    #form-simulacion {
        padding: 2rem;
    }
}


.text-align-center-xs {
    display: flex;
    justify-content: center;
}

@media(min-width:1200px){
    .text-align-right-xl {
        display: flex;
        justify-content: flex-end;
    }
}

/* DATEPICKER */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 1em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,k
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
  font-size: 1.2em;
  font-family: 'Open sans', sans-serif;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
  border: 1px solid #ccc;
  background: #fff;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
    font-size: 1.2em;
    font-family: 'Open sans', sans-serif;
    background: transparent;
    color: #333;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
    background: transparent;
}
.ui-datepicker table tbody tr {
    background: transparent;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    background: transparent;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* Component containers
----------------------------------*/
div#ui-datepicker-div {
  min-width: 230px;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 0px 6px rgb(0 0 0 / 10%);
  border-radius: 3px;
}
#ui-datepicker-div .ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
#ui-datepicker-div .ui-widget .ui-widget {
	font-size: 1em;
}
#ui-datepicker-div .ui-widget input,
#ui-datepicker-div .ui-widget select,
#ui-datepicker-div .ui-widget textarea,
#ui-datepicker-div .ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
#ui-datepicker-div .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
  min-width: 220px;
  padding: 0 5px;
}
#ui-datepicker-div .ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
#ui-datepicker-div .ui-widget-content a {
	color: #333333;
}
#ui-datepicker-div .ui-widget-header {
	border-bottom: 1px solid #dddddd;
	background: #fff;
	color: #333333;
	font-weight: bold;
}
#ui-datepicker-div .ui-widget-header a {
	color: #333333;
}
.ui-datepicker-title select {
  margin: 0 3px !important;
}
/* datepicker iconos */
.ui-datepicker-prev span:before {
  content: "\ea70";
  font-family: "fln" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-size: 1.6em;
  position: absolute;
  top: 10px;
}

.ui-datepicker-next span:before {
  content: "\ea3e";
  font-family: "fln" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-size: 1.6em;
  position: absolute;
  top: 10px;
}

#capa-general {
    width: 100%;
    height: 100%;
    background: rgba(204, 204, 204,.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.modal-terminos {
    background: #FFF;
    padding: 30px 40px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.modal-terminos__interior p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.4em;
    color: #546E7A;
    margin-bottom: 0;
    line-height: 19px;
}
.modal-terminos__interior ul li:before {
    top: 8px;
}
.modal-terminos__interior li {
    margin-bottom: 0.5rem;
}
.modal-terminos__interior h3 {
    margin-top: 0;
}
.modal-terminos__interior h2 {
    margin-bottom: 1rem;
}
@media (max-width:1280px) {
    .modal-terminos {
        max-height: 550px;
        overflow-y: scroll;
    }
}
@media (max-width:767px) {
    .modal-terminos {
        max-height: 500px;
        overflow-y: scroll;
        padding: 30px 20px;
    }
    #paso-1 {
        margin-top: 30px;
    }
    p.info.info1 {
        margin-bottom: 10px;
    }
    .header-pasos.ui-state-active {
        margin-bottom: 0;
    }
    .modal-terminos__interior h2 {
        margin-bottom: 1rem;
        font-size: 2.3em;
    }
}

.estado-actual {
    margin: 15px 0 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 25px;
    text-align: center;
    color: #1F7ABB;
}
.mensajes-lista-header .icono_sobre svg {
	fill:#85A0B6;
}
.mensajes-lista-header h3 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #1F7ABB;
}
.mensajes-lista-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
	padding-right: 10px;
}
.aviso-mensajes {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #85A0B6;
    display: flex;
    align-items: center;
}
.icono_sobre {
    display: flex;
    margin-left: 10px;
}
.mensajes-text-area {
    display: flex;
    flex-direction: column;
}
.mensajes-text-area .boton-secundario {
    align-self: self-end;
    margin-top: 20px;
}
.mensajes-text-area label {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 10px;
}
/* cAJAS MENSAJES */
.mensaje-box {
	padding: 15px 20px 15px 28px;
	border-radius: 8px;
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
}
.mensaje-box-header {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	margin-bottom: 15px;
}
.mensaje-box-header small {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0;
}
.mensaje-box.Ejecutivo {
	background: rgba(31, 122, 187, 0.05);
}
.mensaje-box.Yo {
	background: rgba(133, 160, 182, 0.1);
}
.Yo .mensaje-box-header ,
.Yo .mensaje-box-header small {
	color: #ffa500;
}
.Ejecutivo .mensaje-box-header ,
.Ejecutivo .mensaje-box-header small {
	color: #1f7abb;
}
.mensaje-box-msj {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 19px;
	color: #546E7A;
	margin: 0;
}
div#contenedor-historial-mensaje {
    margin-bottom: 60px;
    max-height: 30vh;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
	scrollbar-width: thin;
}
.msj-formulario--mensajes {
	justify-content: flex-start;
}
.nuevo-msj {
	position: relative;
}
.nuevo-msj a {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #1F7ABB;
	text-decoration: none;
	transition: all ease .3s
}
.nuevo-msj a:hover {
	opacity: .7;
}
.nuevo-msj svg {
	fill: #1F7ABB !important;
}
.nuevo-msj:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fa0202;
    border-radius: 5px;
    right: -5px;
    top: -2px;
    position: absolute;
}
div#responder-denuncia {
    display: flex;
    justify-content: flex-end;
	align-items: flex-end;
}
div#responder-denuncia a {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #F48948;
	text-decoration: none;
}
div#responder-denuncia i {
    position: relative;
    top: 3px;
    margin-left: 3px;
}
.tienes-mensajes {
	text-decoration: none;
}
a.documento-mensaje {
    align-self: flex-end;
    margin-top: 15px;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #1F7ABB;
	transition: all ease .3s;
}
a.documento-mensaje:hover {
	opacity: .75;
}
a.documento-mensaje img {
    display: flex;
    margin-left: 5px;
}