﻿@font-face {
    font-family: 'Gilroy-Light';
    src: url('../Fonts/Gilroy-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../Fonts/Gilroy-ExtraBold.otf') format('opentype');
}

body {
    background-color: #fedf03 !important;
    font-family: 'Gilroy-Light' !important;
    color: #5f5f5f;
    font-size: 12pt;
}

html {
    font-family: 'Gilroy-Light' !important;
    font-size: 12pt;
}

.form-control {
    font-family: 'Gilroy-Light' !important;
    color:#000000;
    font-size: 12pt !important;
    font-weight: bold !important;
}

@media (max-width: 479px) {
    #header_master {
        position: relative;
        background: url('../Imagens/fundo_1920_1080.jpg') no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #fedf03;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position:relative;
        margin-top:120px;
    }

    #divCorpo {
        position: relative;
        margin-top: 0px;
    }

    .navbar_aux {
        margin-top: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #header_master {
        position: relative;
        background: url('../Imagens/fundo_1920_1080.jpg') no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #fedf03;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top: 120px;
    }

    #divCorpo {
        position: relative;
        margin-top: 0px;
    }

    .navbar_aux {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #header_master {
        position: relative;
        background: url('../Imagens/fundo_1920_1080.jpg') no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #fedf03;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top: 150px;
    }

    #divCorpo {
        position: relative;
        margin-top: 0px;
    }

    .navbar_aux {
        margin-top: -35px;
    }
}

@media (min-width: 1200px) {
    #header_master {
        position: relative;
        background: url('../Imagens/fundo_1920_1080.jpg') no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #fedf03;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top:50px;
    }

    #divCorpo {
        position: relative;
        margin-top:0px;
    }

    .navbar_aux {
        margin-top: -35px;
    }
}

.divLoginSistema {
    background-color: #fedf03;
    width:100%;
    min-height:200px;
    height:100%;
    margin-top:20px;
    border-style: solid;
    border-width:1px;
    border-color:#ffffff;
    border-radius:20px;
}

.divTelaLightBox_Main {
    background: url('../Imagens/fundo_1920_1080.jpg') no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000000;
    opacity: 1;
}

.divTelaLightBox_SubMain {
    background-color: transparent;
    width: 90%;
    height: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top:2.5%;
    padding: 20px;
}

.divTelaLightBox {
    background-color: #fedf03 !important;
    width: 100%;
    min-height: 200px;
    height: 100%;
    margin-top: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff !important;
    border-radius: 20px;
    box-shadow: none !important;
    transition: none !important;
}

.divProcesso {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    vertical-align: middle;
    opacity: 0.8;
    z-index: 999;
}
