﻿@font-face {
    font-family: 'edenred';
    src: url('font/edenred.eot?iefix') format('embedded-opentype'), url('font/edenred.otf') format('embedded'), url('font/edenred.woff') format('woff'), url('font/edenred.ttf') format('ttf');
}

@font-face {
    font-family: 'ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('font/ubuntu-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('font/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/ubuntu-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/ubuntu-regular.woff') format('woff'),
    /* Modern Browsers */
    url('font/ubuntu-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/ubuntu-regular.svg#Ubuntu') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'ubuntu-bold';
    font-style: normal;
    font-weight: 600;
    src: url('font/ubuntu-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('font/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/ubuntu-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/ubuntu-regular.woff') format('woff'),
    /* Modern Browsers */
    url('font/ubuntu-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/ubuntu-regular.svg#Ubuntu') format('svg');
    /* Legacy iOS */
}

#contenedor_contenido_pantallas {
    width: 843px;
    height: auto;
    float: left;
    text-align: left;
    background-color: #F6F6F6;
}

.Header_Top {
    margin-top: 0px;
    height: 80px;
    background-color: #4f5a6c;
}

.HeaderContainer {
    width: 984px;
    margin: auto;
    padding-top: 5px;
    height: 100%;
}

.HeaderContainerLogin {
    width: 984px;
    margin: auto;
    padding-top: 5px;
    background-color: #f2f2f2;
    display: initial;
}


#contenido_menu {
    /*width: 923px;*/
    width: 100%;
    height: 50px;
    float: left;
    background-color: white;
    margin-bottom: 10px;
}

.center_divLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

section {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    overflow-x: auto;
}

    section .col-1 {
        height: 579px;
    }

        section .col-1 img {
            width: 491px;
            border-radius: 40px 0 0 40px;
        }

    section .col-2 {
        display: flex;
        width: 490px;
        flex-direction: column;
        border-radius: 0px 40px 40px 0px;
        border: 1px solid #E2E4E7;
        background-color: white;
    }

        section .col-2 .form-head {
            display: flex;
            justify-content: center;
            align-items: center;
  
            width: 491px;
            height: 187px;
        }

        section .col-2 .form-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 60px;
        }

.form-head .col-1 {
    margin-right: 15px;
    height: auto;
}

    .form-head .col-1 img {
        width: 70px;
    }

.form-head .col-2 {
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: auto;
    border-radius: 0;
    border: none;
}

    .form-head .col-2 .form-head-1 {
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
        border-bottom: 2px solid #CDD9E4;
    }

        .form-head .col-2 .form-head-1 img {
            width: 10px;
        }

        .form-head .col-2 .form-head-1 p {
            font-family: 'edenred';
            font-size: 22px;
            margin: 0 0 0 10px;
            color: black;
        }

    .form-head .col-2 .form-head-2 {
        margin-top: 5px;
    }

        .form-head .col-2 .form-head-2 p {
            font-family: 'edenred';
            font-size: 17px;
            margin: 0;
            color: black;
        }

.form-section form {
    display: flex;
    flex-direction: column;
}

    .form-section form label {
        font-size: 12px;
        color: #697282;
        font-family: ubuntu;
        line-height: 18px;
    }

    .form-section form input {
        font-size: 16px;
        padding: 10px 15px;
        width: 280px;
        border: 1px solid #D3D6DB;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .form-section form input[type=submit] {
            background: linear-gradient(180deg, #FF813D 0%, #FC0000 100%);
            border-radius: 50px;
            color: white;
            font-size: 17px;
            font-family: 'edenred';
            line-height: 30px;
        }

.form-section .form-adds {
    display: flex;
    flex-direction: column;
    align-items: center;
}



    .form-section .form-adds .other-user {
        text-decoration: underline;
        color: #28292C;
    }

.form-button {
    margin: auto;
    margin-top: 10%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip img {
        width: 20px;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 280px;
        height: 40px;
        background-color: #456291;
        color: #fff;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        right: -100%;
        margin-left: -60px;
        opacity: 0;
        font-family: 'ubuntu';
        transition: opacity 0.3s;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #456291;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 90%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.DivDataUserFintech {
    width: 350px;
    margin: auto;
    color: #646567;
}

.DivCenterDataUserFintech {
    float: left;
    padding-top: 10px;
    font-weight: lighter;
    color: #646567;
}

.inputsFintech {
    font-size: 16px;
    padding: 10px 15px;
    width: 333px;
    border: 1px solid #D3D6DB;
    border-radius: 10px;

}

.submitdisabledFintech {
    height: 50px;
    border-radius: 50px;
    background: #B9B9B9;
    font-size: 17px;
    font-family: 'edenred';
    width: 250px;
    height: 50px;
    color: white;
    border: #022645;
    pointer-events: none;
}

.submitEnabledFintech {
    background: linear-gradient(180deg, #FF813D 0%, #FC0000 100%);
    border-radius: 50px;
    color: white;
    font-size: 17px;
    font-family: 'edenred';
    line-height: 30px;
    width: 250px;
    height: 50px;
    border: #022645;
}

.remodalFintech {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    border-radius: 8px;
}

.tdDireccion {
    color: #D3D6DB;
    text-decoration: none;
    font-family: 'ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    .HeaderContainer {
        margin: auto;
        padding-top: 5px;
        display: contents;
    }

    .logo {
        justify-content: center;
    }

        .logo img {
            margin-left: 0;
        }

    main {
        height: 763px;
    }

    section .col-1 {
        display: none;
    }

    section .col-2 {
        width: auto;
        border-radius: 40px;
        display: flex;
    }

    .form-head .col-1 {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    section .col-2 .form-head {
        flex-direction: column;
        margin-top: 50px;
    }

    .form-section form {
        margin: 0 25px;
    }

        .form-section form input {
            width: 210px;
        }
    .form-button {
        margin: auto;
        margin-top: 10%;
    }
    
            .form-section form input[type=submit] {
                width: 100%;
                margin-bottom: 15px;
            }

    section .col-2 .form-section {
        margin-bottom: 40px;
    }
}
