/* @import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: 'Nunito', sans-serif;
} */


header.menu-portal {
    background: #fff;
    height: 75px;
    display: flex;
    align-items: center;
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

header.menu-portal img {
    width: 220px;
}

section.banner-portal {
    background-color: #E7E7E7;
    position: relative;
    height: 70vh;
}

/*BLOCOS*/
.block-perguntas {
    background: #323232;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 240px;
    border-radius: 8px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 4px 1px #8F8F8F;
    box-shadow: 0px 0px 4px 1px #8F8F8F;
    margin-bottom: 20px;
}

.block-perguntas div {
    background: #D2D2D2;
    padding: 10px;
    border-radius: 8px;
    color: #ab1815;
    width: 51px;
    height: 42px;
    text-align: center;
}

.block-perguntas p {
    margin: 0px 0 0px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}

.block-perguntas.pergunta-destaque {
    background: #ab1815;
}
div#perguntas {
    margin-top: 9vh;
}
/*FOOTER*/
footer.footer-portal {
    background: #161616;
    background-image: url(../images/moked-ia/footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

footer.footer-portal p, footer.footer-portal a {
    color: #fff;
}
.certificados img {
    height: 65px;
    position: relative;
    z-index: 100;
}

.certificados {
    display: flex;
    justify-content: space-evenly;
}

footer.footer-portal {
    padding-top: 74px;
    position: relative;
    overflow: hidden;
}
footer.footer-portal .cubos-rigt {
    transform: rotateZ(-90deg);
    position: absolute;
    right: 0;
    top: 0;
    filter: opacity(0.3);
}

/*LOGIN*/

.login100-form {
    max-width: 420px;
    margin: 15vh 0 0;
}

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;

    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.input100 {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    background: #ffffff;
    height: 45px;
    padding: 0 30px 0 68px;
    border: none;
    -webkit-box-shadow: 0px 0px 4px 1px #c1c1c1;
    box-shadow: 0px 0px 4px 1px #c1c1c1;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: #ab1815;
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 19px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    pointer-events: none;
    color: #666666;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #ab1815;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: #ab1815;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}

.login100-form-btn:hover {
    background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        margin: auto;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}

.p-t-136 {
    padding-top: 40px;
}

.p-t-12 {
    padding-top: 12px;
}

/* ------------------------------------ */
.text-center {
    text-align: center;
}
.text-center a {
    color: unset;
}
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-middle {
    vertical-align: middle;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}