/* Minification failed. Returning unminified contents.
(78,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */
body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F7F6F1;
    background-image: url(../images/background.png);
}

.form-signin {
    /*max-width: 319px;*/
    padding: 15px;
    /*margin: 0 auto;*/
    background-color: #ffffff;
    /*background-image: url(../img/bgLogin.png);
    background-repeat: no-repeat;
    background-position: top;*/
    /*border: 1px solid #999999;*/
    border-radius: 4px;
    /*box-shadow: 0px 0px 10px #999999;*/
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.opcoes {
    padding: 15px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 4px;
    margin-top: 15px;
}

.divIconeMenu {
    background-color: #fff;
    height: 175px;
    border: 2px solid #bdbbbb;
    border-radius: 20px;
    color: #bdbbbb;
    width: 159px;
    margin-left: 26px;
}

.divIconeMenuMobile {
    background-color: #ffff;
    /*width: 190px;*/
    height: 190px;
    border: 2px solid #bdbbbb;
    border-radius: 30px;
    color: #bdbbbb;
}

    .divIconeMenu:hover {
        cursor: pointer;
        color: #ffffff;
        background: #37b5e6;
        border: 0;
        background: -moz-radial-gradient(center, ellipse cover, #37b5e6 2%, #008fdb 97%);
        background: -webkit-radial-gradient(center, ellipse cover, #37b5e6 2%,#008fdb 97%);
        background: radial-gradient(ellipse at center, #37b5e6 2%,#008fdb 97%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b5e6', endColorstr='#008fdb',GradientType=1 );
    }

.divIconeMenuMobile:hover {
    cursor: pointer;
    color: #ffffff;
    background: #37b5e6;
    border: 0;
    background: -moz-radial-gradient(center, ellipse cover, #37b5e6 2%, #008fdb 97%);
    background: -webkit-radial-gradient(center, ellipse cover, #37b5e6 2%,#008fdb 97%);
    background: radial-gradient(ellipse at center, #37b5e6 2%,#008fdb 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b5e6', endColorstr='#008fdb',GradientType=1 );
}

.iconeMenu {
    margin-top: 41px;
    font-size: 50px;
}

.menuLeft {
    margin-left: 10px;
}

.hvr-grow-shadow {
    transition-duration: 0.50s;
}

.inputLogin {
    width: 100%;
    font-size: 20px;
    font-family: Helvetica;
    font-style: italic;
    border: 0;
    border-bottom: 2px solid #dcdcdc;
    /*color: #dcdcdc;*/
    height: 40px;
}

.btnLogin {
    border-radius: 5px;
    background-color: #e6c338;
    color: #ffffff;
    height: 60px;
    width: 100%;
    font-size: 20px !important;
    font-family: Helvetica;
    border: 0;
    font-weight: bold
}

    .btnLogin:hover {
        background-color: #e2b70a;
    }

.icone {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #dcdcdc;
    color: #38b5e6;
    font-size: 22px;
}

*:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dcdcdc;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #dcdcdc;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #dcdcdc;
}

:-moz-placeholder { /* Firefox 18- */
    color: #dcdcdc;
}

#cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    background: #026cb6;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 2px 2px 13px rgba(47, 54, 64, 0.85);
    transition: 1s;
    z-index: 99999;
    /*margin: 0px 10%;*/
    text-align: center;
    bottom: -100%;
    padding: 15px;
    font-size: 1.1em;
    backdrop-filter: blur(2px);
}

    #cookie-consent.active {
        /*bottom: 2%;*/
        bottom: 0%;
    }

    #cookie-consent a {
        color: #f5f6fa;
    }

    #cookie-consent svg {
        margin-right: 5px;
    }

#consent {
    background: white;
    border: 0;
    color: black;
    /*padding: 12px 48px;*/
    font-size: 15px;
    /*font-size: 18px;*/
    font-weight: bold;
    /*margin-bottom: 16px;*/
    border-radius: 8px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    opacity: 1;
    transition: 0.2s;
    border: 2px solid #ffffff29;
}

    #consent:hover {
        opacity: 0.7;
    }

.link-cookie:link {
    text-decoration: underline;
}


@media (max-width: 768px) {

    #cookie-consent {
        font-size: 0.9em;
    }

    #consent {
        margin-top: 10px;
        font-size: 15px;
        margin-left: 0px;
    }
}


@media (min-width: 769px) and (max-width: 1400px) {

    #cookie-consent {
        /*font-size: 1em;*/
        font-size: 13px;
        /*margin: 0px 7%;*/
    }

    #consent {
        font-size: 1em;
    }
}
