body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    /* height: 100vh; */
}

body, html, html a {
    -webkit-font-smoothing: antialiased;
}

.itg-container{
    width: 100%;
    max-height: 600px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    /* min-width: 400px; */
    background-color: #ffff;
    border-radius: 6px;
    padding-bottom: 10px;
}

#navbarDropdown{
    font-size: 0.875rem;
    color: #1D2A3B;
}

.dropdown-item {
    font-size: 0.875rem;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.welcome{
    color: #1D2A3B;
    font-weight: 100;
    font-size: 0.875rem;
}

.username {
    color: #1D2A3B;
    font-weight: 600;
    font-size: 0.875rem;
}

@media screen and (max-width: 394px){
    .welcome{
        font-size: 0.65rem;
    }
    .username{
        font-size: 0.65rem;
    }
}

.itg-profile-photo{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    
}

.navbar-nav>li>a {
    font-size: 0.875rem;
    padding-top: 10px;
    padding-bottom: 10px;

}

.itg-navlink:hover{
    /* background-color: #F8F7FC; */
    color: black;
}

.itg-logout{
    font-size: 0.875rem;
}

.itg-logout:hover {
    color: #1d68a7;
    text-decoration: none;
}

.itg-logotipo{
    margin-top: 122px;
}

.card-img-top{
    width: 75px;
    height: 75px;
}

.container-cards{
    margin-top: 60px;
    max-width: 650px;
}

.itg-link-name-container{
    max-width: 88px;
}

a:hover{
    text-decoration: none;
}

.itg-link-name{
    font-size: 0.875rem;
    color: black;
}

.itg-card{
    border: none;
    /* width: 144px;
    height: 160px; */
    border-radius:50%;
    background-color: #F2F4F7;
    color: black;
    -webkit-transform: perspective(0) translateZ(px);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
  
}

.itg-card:hover{
    cursor: pointer;
    box-shadow: 2px 9px 17px rgba(219,218,227,0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-transform: none;
    text-decoration: none;
    color: red;
}

.itg-icon-home{
    font-size: 1.2rem;
    background-color: #F2F4F7;
    padding: 12px;
    border-radius: 50%;
    transition: ease .1s;
}

.itg-icon-home:hover{
    font-size: 1.2rem;
    background-color: #F2F4F7;
    padding: 12px;
    border-radius: 50%;
}

.fa-cog, .fa-user, .fa-dice-d6{
    color: #626274;
}

.itg-auth-container {
    position: relative;
    background-color: #212529;
    background: transparent url('../img/bkg-auth-layout.svg') 0% 0%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.itg-login-title {
    font-size: 32px;
    color: #3A3A4F;
    text-align: left;
    letter-spacing: 0px;
    line-height: normal;
}

.itg-auth-col-right {
    border-radius: 8px;
    box-shadow: 0px 3px 16px #00000029;
    padding: 74px 64px 60px 64px;
    max-width: 455px;
}

.itg-auth-col-center {
    border-radius: 8px;
    box-shadow: 0px 3px 16px #00000029;
    padding: 74px 43px 60px 43px;
    max-width: 455px;
    font-size: 14px;
}

.itg-auth-text-small {
    font-size: 13px;
    color: #767686;
}

.itg-auth-row {
    background: url('../img/Grupo\ 11028.png');
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.itg-auth-otp-number {
    width: 42px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
}

.itg-auth-otp-number:focus {
    border-bottom: 3px solid #EF4B23;
    outline: none;
}
  
.itg-auth-otp-number:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
}

.itg-auth-btn-orange {
    height: 40px;
    font-size: 16px;
    background: #EF4B23 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 0px #00000005;
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFFE0;
    text-transform: uppercase;
    border: none;
}

.itg-auth-btn-orange:hover {
    background: #F28065;
}

.itg-auth-btn-orange:focus {
    background: #F28065;
}

.itg-auth-btn-orange:active {
    background: #F28065;
}

.itg-auth-btn-orange:disabled {
    background: #F28065;
}

.itg-auth-text-lines {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #E8E8E8;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: #8C8C8C;
    font-size: 14px;
}