*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;

}

body {
    font-family: "Open Sans";
    color: #4A4A4A;
    font-size: 15px;
}
a, a:hover{
    color: #4A4A4A; 
}
.menu-principal-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.menumobile {
    background-color: black;
    position: relative;
}

.icono-menu-mobile {
    background-image: url(img/icons/hamburger-ico.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 37px;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
}
.items-menu-mobilex {
    position: absolute;
    background-color: #000;
    float: right;
    z-index: 3;
    width: 100%;
    top: 13vw;
    left: 0;
    transition: left .5s ease;
}
.logo-header {
    font-family: "gobCL";
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px 0px 25px 0px;
    width: auto;
    
    background-repeat: no-repeat;
    background-size: 125px auto;
    background-position: top left;
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    line-height: 113.66%;
    letter-spacing: 0px;
    color: #4A494E;
    opacity: 1;
}
.logo-sub-title{
    color: #8A8A8A;
    padding-left: 15px;
    border-left: 1px solid #707070;
    font-weight: normal;
    letter-spacing: -0.36px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.buscador, .leguaje-selector {
    margin-top: 0px;
}
.logo-img{
    min-width: 100px;
    font-weight: 700;
}
.logo-img a:hover{
    text-decoration: none;
    color: #4A494E;
}
.custom-logo-link img{
    width: 100%;
    height: auto;
}
.search-form{
    margin-bottom: 0;
}
.search-form label{
    margin-bottom: 0;
}
.searchform input {
    border: 1px solid #707070;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
}
.searchsubmit {
    background-size: 40%;
    width: 40px;
    border-right: 1px solid #707070 !important;
    border-left: none !important;
    background-image: url(img/icons/lupa.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 15px;
}
.acceso-mi-cuenta{
    text-align: center;
    font-size: 15px;
}
.acceso-mi-cuenta a{
    line-height: 100%;
}
.menu {
    width: 100%;
    margin-bottom: 0;
}

.menu > .menu-item-has-children:after {
    background-image: url(img/icons/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
    width: 16px;
    height: 18px;
}
.menu>.menu-item>a {
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
}
.menu-principal-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
ul.menu {
    list-style: none;
    padding-inline-start: 0px;
    align-items: center;
    height: 100%;
}
ul.menu > li {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1 1 0px;
    justify-content: center;
}
ul.sub-menu {
    background-color: transparent;
    break-inside: avoid-column;
    padding-inline-start: 0px;
    list-style: none;
    padding: 10px 0px 35px 0px;
    position: absolute;
    z-index: 2;
    display: none;
    min-width: 160px;
    color: #fff;
    column-rule: 1px solid #fff;
    top: 100%;
    column-gap: 0px;
}
.menu>.current-menu-item, .menu>.current_page_item, .menu>.current-page-ancestor, .menu>.current-menu-parent, .menu>.current-menu-ancestor, .menu>.current-menu-parent {
    background-color: #2D717C;
}
.items-menu-mobilex ul.menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3vw;
    padding-bottom: 6vw;
}
.items-menu-mobilex .menu>.menu-item, .items-menu-mobilex .sub-menu-container {
    border: none;
    padding-left: 4.68vw;
    padding-right: 24vw;
    display: block;
    text-align: left;
}
.items-menu-mobilex li {
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.items-menu-mobilex .sub-menu-container {
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.items-menu-mobilex .menu>.menu-item {
    justify-content: center;
}
.items-menu-mobilex ul.menu li {
    height: auto;
}
.items-menu-mobilex .menu>.menu-item>a, .items-menu-mobilex .menu>.menu-item>div>a {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}
.acceso-mi-cuenta svg{
    width: 25px;
}

footer {
    margin-top: 55px;
}
#footer-links {
    background-color: #eeeeee;
    padding-top: 38px;
    padding-bottom: 30px;
}
#footer-links .subtitulo4 {
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 20px;
}
#footer-links ul.menu {
    display: block;
}
#footer-links .menu>.current-menu-item, #footer-links .menu>.current_page_item, #footer-links .menu>.current-page-ancestor, #footer-links .menu>.current-menu-parent, #footer-links .menu>.current-menu-ancestor, #footer-links .menu>.current-menu-parent {
    background-color: transparent;
}
#footer-links ul.menu li, .links-recorridos-footer li {
    text-align: left;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
#footer-links .current-menu-item, #footer-links .current_page_item {
    text-decoration: underline;
}
#footer-links li {
    border-bottom: none;
    padding-left: 0px !important;
    justify-content: flex-start;
}
#footer-links .menu>.menu-item>a, .links-recorridos-footer a {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 15px;
    line-height: 20px;
}
#footer-links a {
    color: #707070;
}
.icon-social-network-footer a{
    color: #8a8a8a;
}
#footer-social-networks {
    background-color: #eeeeee;
}
.footer-social-networks {
    border-top: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    height: 78px;
    font-size: 13px;
    line-height: 20px;
}
.footer-social-networks .fab {
    font-size: 20px;
}
#footer-related-links {
    background-color: #eeeeee;

    padding-bottom: 13.8vw;
    padding-top: 7.8vw;

}
.footer-related-link {
    width: 45%;
    background-color: #fff;
    margin-right: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #6e6e6e;
    overflow: hidden;
    background-image: url(img/fondos/bg-linea-bicolor.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;

    margin-top: 1.3vw;
    font-size: 9px;
    line-height: 13px;
    height: 54px;
    padding-left: 6px;
    padding-right: 6px;


}
#ir-arriba {
    display: scroll;
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 10;
}
.ir-arriba {
    background-color: #000000;
    padding: 0.5rem 0.6rem;
    float: right;
    font-size: 1rem;
    cursor: pointer;
}
#ir-arriba a {
    color: #eaeaea;
}
#footer-copy-rights {
    background-color: black;
    color: #8A8A8A;
    padding-top: 50px;
}
#footer1 {
    padding-bottom: 33px;
}
.texto-footer, .texto-footer a {
    color: #8a8a8a;
}
#footer2 {
    border-top: 2px solid #8A8A8A;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.texto-footer, .texto-footer a, #footer2 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
}
.blog-main{
    padding-top: 0;
}
.blog-main p, .blog-main li,
.prestamos-list, .prestamo-row{
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 13px!important;
    line-height: 161.53%!important;
    text-align: left;
    color: #4A4A4A;
}
.prestamo-row .btn{
    font-size: 13px!important;
}
.prestamos-list{
    padding-top: 0px;
}
.prestamos-list .titulo{
    background-color: #6a6a6a;
    color: #feffff;
    text-align: center;
    padding: 20px 0px;
}
.prestamo-row{
    padding: 0px;
    border: 1px solid;
}
.prestamo-row .btn {
    width: 100%;
    background-color: #0b8843;
    border-color: #0b8843;
    border-radius: 0;
    word-break: break-all;
}
.prestamo-row:nth-child(odd) 
{
    background: rgb(238, 236, 236)
}
.blog-main ul {
    list-style: none;
    padding-inline-start: 10px;
}
.blog-main li:before { 
    content: "-   " ;
    margin-left: -9px;
}

h1{
    margin: 35px 0px 30px 0px !important;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #2D717C;
    font-family: "Open Sans" !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 136% !important;
    padding-bottom: 12px !important;
    text-align: left !important;
    color: #000;
}
h4{
    font-size: 18px !important;
}
.elementor-button-icon{
    margin-top: -2px;
}

.banner-container{
    padding-top: 75.10%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#confirmation-modal .btn{
    flex: 1 1 0px;
    border-radius: 0;
}
.btn-enviar-correo,
.btn-ver-prestamos,
.btn-descargar,
.btn-send-mail{
    width: 100%;
}
.btn-black a{
    background-color: #000;
    color: #fff;
    width: 100%;
    border-radius: 0 !important;
}
.btn-green a{
    background-color: #0b8843;
    color: #fff;
    width: 100%;
    border-radius: 0 !important;
}
.btn-gray a{
    background-color: #dedede;
    color: #4A4A4A !important;
    width: 100%;
    border-radius: 0 !important;
}
.btn-clave-unica a{
    background-color: #0f69c4;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0 !important;
}
.btn-borrar{
    background-color: #e32c2c;
    color: #fff;
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 0 !important;
}
.btn-enviar{
    background-color: #0b8843;
    color: #fff;
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: unset !important;
}
.px-0>.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
.h-70{
    min-height: 70px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px; 
}

.wpcf7 input,
.form-container input,
.wpcf7 textarea,
.wpcf7 select{
    max-width: 100%;
    width: 100%;
}
.form-row{

    flex-wrap: nowrap !important;
}
.wpcf7-response-output{
    margin: 2em 0em 1em;
    color: #E22C2C;
    background-color: whitesmoke;
    font-size: small;
}

.wpcf7 .ajax-loader,
.form-container .ajax-loader{
    margin: 7px auto;
    float: right;
    position: absolute;
}
form {
    margin-block-end: 0;
}
input[type="rut"].wpcf7-form-control.wpcf7-not-valid,
input[type="password"].wpcf7-form-control.wpcf7-not-valid,
.wpcf7 input[type="rut"].wpcf7-not-valid,
.wpcf7 input[type="password"].wpcf7-not-valid,
.wpcf7 input[type="text"].wpcf7-not-valid, 
.wpcf7 input[type="email"].wpcf7-not-valid{
    border: 1px solid #E22C2C;
}
input[type="rut"].wpcf7-form-control,
input[type="password"].wpcf7-form-control,
.wpcf7 input[type="rut"],
.wpcf7 input[type="password"],
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7-response-output {
    padding: 10px 12px;
    font-size: 18px;
}

input[type="rut"]::placeholder,
input[type="password"]::placeholder,
.wpcf7 input[type="rut"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.wpcf7 input[type="text"]::placeholder, 
.wpcf7 input[type="email"]::placeholder, 
.wpcf7 select:first-child {
    color: #8A8A8A;
}

.wpcf7 label span,
.form-container label span{
    color: #E22C2C;
}
.wpcf7 .wpcf7-not-valid-tip,
.form-container .wpcf7-not-valid-tip{
    display: none;
}
.elementor-widget-container {
    border-color: transparent !important;
}
.elementor a {
    color:#0e69b4;
}
.elementor-button-text{
    color:#fff;
}
.divisor{
    width: 1px;
    background-color: #000;
    height: 70%;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.btn-enviar:hover, .btn-borrar:hover{
    color: #fff;
    filter: brightness(95%);
}
.form-group {
    margin-bottom: 18px;
}
.preguntas-frecuentes .elementor-widget-container{
    border-color: #707070 !important;
}
*:focus {
    outline: none;
}
input:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E22C2C !important;
    opacity: 1; /* Firefox */
  }
  
input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E22C2C !important;
  }
    
.form-control:focus,
.wpcf7-form-control:focus,
input:focus {
    border-color: #E22C2C;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    background: transparent;
  }
  
@media (min-width: 376px){
    .footer-related-link {
        width: 30%;
    }
}
@media (min-width: 576px){
    .container {
        max-width: 100%;
    }
    .banner-container{
        padding-top: 35.28%;
    }
    .wpcf7,
    .form-container{
        max-width: 100%;
        width: 100%;
    }
    .blog-main{
        padding-top: 40px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 100%;
    }
    .searchsubmit {
        background-size: 50%;
    }
    .acceso-mi-cuenta{

        text-align: right;
    }
    #footer-related-links {
        padding-bottom: 2.38vw;
        padding-top: 1.38vw;
    }
    .contenedor-logo-footer {
        margin-right: 2.6761vw;
    }
    .texto-footer, .texto-footer a, #footer2 {
        margin-top: 0px;
    }
    .prestamo-row{
        border-bottom: none;
        border-left: none;
        border-top: none;
    }
    .prestamo-row:last-child{
        border-bottom: 1px solid;
    }
    .prestamo-row > div > div{
        border-left: 1px solid;
    }
}
@media (min-width: 992px){
    .form-group {
        margin-bottom: 20px;
    }
    .ir-arriba {
        font-size: 2rem;
    }
    .divisor{
        width: 1px;
        background-color: #000;
        height: 55%;
    }
    .wpcf7,
    .form-container{
        max-width: 100%;
        width: 100%;
    }
    .banner-container{
        padding-top: 23.9711%;
    }
    .h-lg-70{
        min-height: 75px;
    }
    .pr-lg-0{
        padding-right: 0 !important;
    }
    .contenedor-menu-desktop {
        background-color: #000;
        height: 3.8095vw;
    }
    .d-lg-none {
        display: none !important;
    }
    .logo-img{
        width: 18vw;
        padding: 0px 0px 0.5952vw 0px;
    }
    .logo-header {
        background-size: 11vw auto;
        font-size: 1.3095vw;
        padding: 0px 0px 2.3809vw 0px;
    }
    .logo-sub-title {
        padding-left: 2.3809vw;
        margin-bottom: 0;
        font-size: 1.25vw;
    }
    .searchform input {
        font-size: 1.071vw;
        padding: 0.29vw;
    }
    .searchsubmit {
        width: 2.38vw;
    }
    body {
        font-size: 1.071vw;
        
    }
    ul.menu {
        display: flex;
        justify-content: space-between;;
    }
    .menu-item-has-children {
        padding-right: 1.7857vw;
    }
    .menu-item-has-children>a {
        margin-right: 0.5952vw !important;
        color:#fff;
    }
    .menu>.menu-item>a {
        margin-left: 1.7857vw;
        font-size: 1.19vw;
    }
    #footer-links {
        padding-top: 2.2619vw;
        padding-bottom: 2.2619vw;
    }
    #footer-links .subtitulo4 {
        font-size: 1.1904vw !important;
        margin-bottom: 1.7857vw;
    }
    #footer-links ul.menu li, .links-recorridos-footer li {
        height: 1.78vw;
    }
    #footer-links .menu>.menu-item>a, .links-recorridos-footer a {
        font-size: 1.07vw !important;
        line-height: 1.428vw !important;
    }
    .footer-social-networks {
        height: 4.6428vw;
        font-size: 0.8928vw;
        line-height: 1.1904vw;
    }
    .footer-social-networks .fab {
        font-size: 1.1904vw;
    }
    .footer-related-links {
        padding-bottom: 2.38vw;
        padding-top: 1.3095vw;
    }
    .footer-related-link {
        width: 24%;
        margin-top: 1.07142vw;
        font-size: 0.7738vw;
        line-height: 0.8333vw;
        height: 3.2434vw;
        padding-left: 1.7857vw;
        padding-right: 1.7857vw;
    }
    #footer-copy-rights {
        padding-top: 2.9761vw;
    }
    #footer1 {
        padding-bottom: 2.9761vw;
    }
    .contenedor-logo-footer {
        margin-right: 2.6761vw;
    }
    .texto-footer, .texto-footer a {
        font-size: 0.8928vw;
        line-height: 1.5476vw;
    }
    #footer2 {
        font-size: 0.8928vw;
        line-height: 1.5476vw;
        padding-top: 1.7857vw;
        padding-bottom: 1.7857vw;
    }
    h1 {
        font-size: 2.38vw !important;
        line-height: 3.2738vw !important;
        padding-bottom: 0.7142vw !important;
        margin-bottom: 2.9761vw !important;
    }
    .blog-main p, .blog-main li,
    .prestamos-list, .prestamo-row{
        font-size: 1.1vw!important;
    }
    .prestamo-row .btn{
        font-size: 1.1vw!important;
    }
    .blog-main{
        padding-top: 2.38vw;
    }
    input[type="rut"].wpcf7-form-control,
    input[type="password"].wpcf7-form-control,
    .wpcf7 input[type="rut"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="text"], 
    .wpcf7 input[type="email"],
    .wpcf7 select,
    .form-container form .wpcf7-response-output {
        font-size: 1.07vw;
    }
}

@media screen and (min-width: 1680px)
{
    .contenedor-menu-desktop {
        height: 64px;
    }
    .max-container {
        max-width: 1408px;
    }
    .logo-img{
        max-width: 320px;
        padding: 0px 0px 73px 0px;
    }
    .logo-sub-title {
        padding-left: 40px;
        margin-bottom: 56px;
        font-size: 21px;
    }
    .logo-header {
        background-size: 200px auto;
        padding: 0px;
        font-size: 18px;
    }
    body {
        font-size: 18px;
        
    }
    #footer-links .subtitulo4 {
        font-size: 20px !important;
        margin-bottom: 30px;
    }
    #footer-links .menu>.menu-item>a, .links-recorridos-footer a {
        font-size: 18px;
        line-height: 24px;
    }
    #footer-links {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .footer-social-networks {
        height: 78px;
        font-size: 15px;
        line-height: 20px;
    }
    .footer-social-networks .fab {
        font-size: 20px;
    }
    .footer-related-links {
        padding-bottom: 40px;
        padding-top: 22px;
    }
    .footer-related-link {
        margin-top: 18px;
        font-size: 13px;
        line-height: 14px;
        height: 54.49px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #footer-copy-rights {
        padding-top: 50px;
    }
    #footer1 {
        padding-bottom: 50px;
    }
    .contenedor-logo-footer {
        margin-right: 50px;
    }
    .texto-footer, .texto-footer a {
        font-size: 15px;
        line-height: 26px;
    }
    #footer2 {
        font-size: 15px;
        line-height: 26px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h1 {
        font-size: 40px !important;
        line-height: 55px !important;
        padding-bottom: 12px !important;
        margin-bottom: 50px !important;
    }
    .blog-main p, .blog-main li,
    .prestamos-list, .prestamo-row{
        font-size: 18px!important;
    }
    .prestamo-row .btn{
        font-size: 18px!important;
    }
    .blog-main{
        padding-top: 50px;
    }
    .menu>.menu-item>a {
        margin-left: 30px;
        font-size: 18px;
    }
    input[type="rut"].wpcf7-form-control,
    input[type="password"].wpcf7-form-control,
    .wpcf7 input[type="rut"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="text"], 
    .wpcf7 input[type="email"],
    .wpcf7 select,
    .form-container form .wpcf7-response-output {
        font-size: 18px;
    }
}
.spinner-container{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    background-color: rgba(255,255,255,.7);
}
.text-primary-new{
    color:#0F69B4;
    font-size: 13px;
}
