body {

    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Montserrat';
    background-image: url("./assets/jpg/back_login_compra_divisas_2600px2600px.jpg");

}

main {

    /* width: 100vw;
            height: 100vh;
            max-width: 100vw;
            max-height: 100vh; */
    display: flex;
    place-content: center;
    min-height: 100vh;
    align-items: center;


}

.box_login {
    width: 100%;
    max-width: 460px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    /*height: 10rem;*/


    background: #fff;
    min-height: 460px;

    column-gap: 24px;
    margin: 10px;

    animation: cardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lgo_ecity {
    width: 90px;
}

.lgo_fontech {
    width: 150px;
}


.lgo_ecity, .lgo_fontech {
    display: block;
    margin: 0 auto;
}

.card-header {
    background: #1588ca;
    padding: 40px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 30px 30px 0 0;
}



.divider-v {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
}

.divider-h {
    width: 250px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
}


.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white);
    padding: 28px 20px 32px;
}

.container{
    width: 100%;
    max-width: 360px;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #213b78;
    text-align: center;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
    
}

.btn-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 16px;
    background-color: #213b78;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;

    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(33, 59, 120, 0.45);
    filter: brightness(1.12);
}

.btn-option:active {
    transform: translateY(0px);
    filter: brightness(0.95);
}

.pregunta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #3333534;
    text-align: center;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.btn-main {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px 0px 20px;
}

.ico_soporte {
    width: 50px;
}

.ico_wp {
    width: 18px;
}

.ico_comercial {
    width: 40px;
}

.ico_ïnfo {
    width: 18px;
}

.btn-main span{
    font-weight: 700;
    font-size: 1.4rem;
}

.txt_linea2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
}

.box_info{
 display: flex;
 align-items: center;
 gap: 8px;
}
