﻿@import url(montserrat/montserrat.css);

#body {
    background: url(../../../../imagenesMOD/fondo.png) no-repeat;
    background-color: #295B8C;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    overflow-y: hidden;
    font-family: 'Montserrat', sans-serif;
    animation-duration: 1.6s;
    animation-name: camb;
    animation-iteration-count: unset;
}

@keyframes camb {
    from {
        background-color: #295B8C;
        /* opacity:0;  */
    }

    to {
        background: url(../../../../imagenesMOD/fondo.png) no-repeat;
      /*  opacity:1;  */
    }
}

    .login {
        padding: 20px;
        border-top: 0;
        background-color: #3677AF;
        margin-top: 50px;
        border-radius: 15px;
        bottom: 10em;
    }

#LoginUser{
    margin-top:-6.5em;
}
.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    top: -60px;
}

.form-control {
       border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: #d2d6de;
    box-shadow:none;
}

.lblIngresar {
    position: relative;
    top: -65px;
    text-align:center;
    bottom:-10px;
    color: #ffffff;
    
    /*font-weight: bold;*/
    font-family: 'Montserrat Black', sans-serif;
}

.btnLink {
    color: #ffffff;
    font-size: 12px;
}

.botones {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    border: 2px solid #FFF;
    transition-duration: 1.2s;
    transition-property: all;
}

    .botones:hover {
        background-color: #FFF;
        color: #0469a8;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        border-radius: 20px;
        border: 2px solid #0469a8;
    }

      .botones:focus {
        background-color: #FFF;
        color: #0469a8;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        border-radius: 20px;
        border: 2px solid #0469a8;
    }

.logo {
    height: 70px;
    margin-top: 30px;
    margin-bottom: -16px;
    transition-duration: 0.5s;
    transition-property: all;
}
    .logo:hover {
        cursor: pointer;
        background-color: transparent;
        transform: scale(1.2);
        filter: saturate(200%);
        transition-delay: 0.2s;
        
    }

/*modulos */
.btnModulos {
    height: 110px;
    width: 110px;
    margin-right: auto;
    display: inline-block;
    margin-bottom: 70px;
    transition-duration: 1.2s;
    transition-property: all;
}

    .btnModulos:hover {
        background-color: transparent;
        transform: scale(1.5);
        filter: saturate(190%);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.4);

        /*box-shadow: 0px 0px 50px 0px #3474b4;*/
    }

.lblModulos {
    color: #ffffff;
    font-weight: bold;
     font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    display: inline-block;
}


.modulos {
    padding: 20px;
    border-top: 0;
    /*background-color: #3677AF;*/
    background-color: #639dcf;
    border: 1px solid #3677AF;
    margin-top: 40px;
    border-radius: 10px;
}

.labelTitulos {
    font-size: 11px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: inline-block;
    /*font-family: 'Montserrat', arial;*/
}
