@font-face {
    font-family: 'Segoe UI';
    src: "ftn/segoe-ui-4-cufonfonts/SegoeUIBold.tff";
}

.body {
    font-family: 'Segoe Ui';
    background-image: url("img/home/fundo_dashboard.png");
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
}
 
.titulo {
    text-align: center;
    color: #FFFFFF;
    font: normal normal bold 25px/33px 'Segoe UI';
    letter-spacing: 0px;
    font-size: 30px;
    margin-top: -60px;
    width: 50%;
    margin-left: 25%;
    z-index: 1200 !important;
    position: relative;
    opacity: 1;
}

.logo {
    top: 206px;
    left: 726px;
    width: 288px;
    height: 110px;
    background: transparent 0% 0% no-repeat padding-box;
    opacity: 1;
}

.loader {
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid rgba(255, 255, 255, 0.0);
    border-radius: 50%;
    border-top: 5px solid #264d7d;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

.load {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.container {
    margin-bottom: 100px;
    width: 1000px;

}

.row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;

}

.btnhome {
    display: inline-block;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 12px 12px 0 0;
    width: 219px;
    cursor: pointer;
    padding: inherit;
    margin-bottom: 20px;
}

.imgindice {
    opacity: 1;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.tindice {
    color: #FFFFFF;
    background: #006FFF;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
    font: normal normal bold 'Segoe UI';
    font-size: 16px;
    text-align: center;
    height: 28px;
    width: 219px;
    position: absolute;
    margin: auto;
    padding-top: 6px;
}

.divcel {
    background-color: #FFFFFF;
    border-radius: 12px 12px 0 0;
    width: 80%;
    height: 90px;
    margin-left: 10%;
    margin-bottom: 30px !important;
}

.tindicecel {
    color: #FFFFFF;
    background: #006FFF;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
    font: normal normal bold 'Segoe UI';
    height: 25px;
    position: relative;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.imgcel {
    height: 50px;
    margin-top: 20px;
    margin-left: 0
}

.titpag {
    top: 119px;            
    width: 100%;
    height: 40px;
    text-align: center;
    font: normal normal bold 'Segoe UI';
    font-size:22px;
    font-weight:bold;
    letter-spacing: 0px;
    color: #006FFF;
    opacity: 1;
    margin-bottom: 25px;
}

.titpagcel {
    width: 100%;
    height: 10px;
    text-align: center;
    font: normal normal bold 'Segoe UI';
    font-size:18px;
    font-weight:bold;
    letter-spacing: 0px;
    color: #006FFF;
    opacity: 1;
    margin-top: 40px;
    margin-bottom: -30px;
}

.divModal {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-acesso {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content-acesso {
    margin-top: 20px;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 360px;
    background-color: #FFF;
    font-family: 'Segoe UI';
}

.modal-botao-sim {
    cursor: pointer;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    background: green 0% 0% no-repeat padding-box;
    color: white;
    font: normal normal bold 16px/21px Segoe UI;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40%;
    padding-right: 40%;
}

.modal-botao-nao {
    cursor: pointer;
    border-radius: 12px;
    border: none;
    background: #ECECEC 0% 0% no-repeat padding-box;
    color: white;
    font: normal normal bold 15px Segoe UI;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 60px;
    padding-right: 60px;
    text-decoration: underline;
}

.modal-acesso-cel {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content-acesso-cel {
    margin-top: 500px;
    margin: 35% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    background-color: #FFF;
    font-family: 'Segoe UI';
}

.modal-botao-sim-cel {
    cursor: pointer;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    background: green 0% 0% no-repeat padding-box;
    color: white;
    font: normal normal bold 16px/21px Segoe UI;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40%;
    padding-right: 40%;
}

.modal-botao-nao-cel {
    cursor: pointer;
    border-radius: 12px;
    border: none;
    background: #ECECEC 0% 0% no-repeat padding-box;
    color: white;
    font: normal normal bold 15px Segoe UI;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 60px;
    padding-right: 60px;
    text-decoration: underline;
}

.modal-texto {
    font: normal normal 18px 'Segoe UI';
}

.modal-texto-cel {
    font: normal normal 18px 'Segoe UI';
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

