/* AQUI SE ENCONTRA OS ESTILOS DO SISTEMA DE OUVIDORIA PARA SITES DE FORA EXEMPLO PUBLIC/ACESSO.PHP */


/*-----------------------------------------------------
                    LOGIN
    -------------------------------------------------------*/

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

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

.p-b-4 {
    padding-bottom: 4px;
}

.p-b-33 {
    padding-bottom: 33px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-r-55 {
    padding-right: 55px;
}

.m-t-20 {
    margin-top: 20px;
}

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


/*---------------------------------------------*/

.login .item {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.login .item:focus {
    outline: none !important;
}

.login .item:hover {
    text-decoration: none;
}

.login input {
    outline: none;
    border: none;
}

.login input:focus {
    border-color: transparent !important;
}

.login input::-webkit-input-placeholder {
    color: #666666;
}

.login input:-moz-placeholder {
    color: #666666;
}

.login input::-moz-placeholder {
    color: #666666;
}

.login input:-ms-input-placeholder {
    color: #666666;
}


/*---------------------------------------------*/

.login button {
    outline: none !important;
    border: none;
    background: transparent;
}

.login button:hover {
    cursor: pointer;
}

.login iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.login .txt1 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #999999;
}

.login .txt2 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #4272d7;
}

.login .hov1:hover {
    text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.login .limiter {
    width: 100%;
    margin: 0 auto;
}

.login .container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.login .wrap-login100 {
    width: 500px;
    background: #f1f6fe;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

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

.login .login100-form-title {
    display: block;
    font-size: 40px;
    color: #000;
    line-height: 1.2;
    text-align: center;
}


/*------------------------------------------------------------------
[ Input ]*/

.login .wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.login .wrap-input100.rs1 {
    border-top: none;
}

.login .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}


/*---------------------------------------------*/

.login input.input100 {
    height: 68px;
    padding: 0 25px 0 25px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.login .focus-input100-1,
.login .focus-input100-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.login .focus-input100-1::before,
.login .focus-input100-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #4272d7;
}

.focus-input100-1::before {
    top: -1px;
    left: 0;
}

.focus-input100-2::before {
    bottom: -1px;
    right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #4272d7;
}

.login .focus-input100-1::after {
    top: 0;
    right: -1px;
}

.login .focus-input100-2::after {
    bottom: 0;
    left: -1px;
}

.login .input100:focus+.focus-input100-1::before {
    -webkit-animation: full-w 0.2s linear 0s;
    animation: full-w 0.2s linear 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.login .input100:focus+.focus-input100-1::after {
    -webkit-animation: full-h 0.1s linear 0.2s;
    animation: full-h 0.1s linear 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.login .input100:focus+.focus-input100-1+.focus-input100-2::before {
    -webkit-animation: full-w 0.2s linear 0.3s;
    animation: full-w 0.2s linear 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus+.focus-input100-1+.focus-input100-2::after {
    -webkit-animation: full-h 0.1s linear 0.5s;
    animation: full-h 0.1s linear 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes full-w {
    to {
        width: calc(100% + 1px);
    }
}

@keyframes full-h {
    to {
        height: calc(100% + 1px);
    }
}


/*------------------------------------------------------------------
[ Button ]*/

.login .container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #4272d7;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

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


/*--------------------------------------------------------------------------------
                                    # SOBRE O PORTAL
    -----------------------------------------------------------------------------------*/

.info-portal .nav-tabs {
    border: 0;
}

.info-portal h1,
.info-portal h2,
.info-portal h3,
.info-portal h4,
.info-portalh5,
.info-portalh6 {
    font-family: "Raleway", sans-serif;
}

.info-portal .nav-link {
    border: 1px solid #d4d6df;
    padding: 15px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-portal .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.info-portal .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.info-portal .nav-link:hover {
    color: #2487ce;
}

.info-portal .nav-link.active {
    background: #2487ce;
    color: #fff;
    border-color: #2487ce;
}

@media (max-width: 768px) {
    .info-portal .nav-link i {
        padding: 0;
        font-size: 36px;
    }
}

.info-portal .tab-content {
    margin-top: 30px;
}

.info-portal .tab-pane h3 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.info-portal .tab-pane ul {
    list-style: none;
    padding: 0;
}

.info-portal .tab-pane ul li {
    padding-bottom: 10px;
}

.info-portal .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #2487ce;
}

.info-portal .tab-pane p {
    width: 100%;
    text-align: justify;
}