﻿@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('../Fonts/GreatVibes-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto_Rg';
    src: url('../Fonts/Soleto_Rg.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto';
    src: url('../Fonts/Soleto.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto_BdIt';
    src: url('../Fonts/Soleto_BdIt.ttf') format('truetype');
}

@font-face {
    font-family: 'Hind-Regular';
    src: url('../Fonts/Hind-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'verdana';
    src: url('../Fonts/verdana.ttf') format('truetype');
}

body {
    background-color: #FFFFFF;
    font-family: 'Soleto_Rg' !important;
    color: #5f5f5f;
    font-size: 12pt;
}

html {
    font-family: 'Soleto_Rg' !important;
    font-size: 12pt;
}

.form-control {
    font-family: 'Soleto_Rg' !important;
    color: #FFFFFF;
    font-size: 12pt !important;
    background-color:transparent !important;
}

@media (max-width: 479px) {
    #header {
        position: relative;
        /*background: url('../Imagens/fundo_480.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
        background-color: #000000;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position:relative;
        margin-top:0px;
    }

    #divCorpo {
        position: relative;
        margin-top: 0px;
    }

    #divMenu {
        margin-top:0px;
    }

    #divArea_1 {
        position: relative;
        z-index: 1;
    }

    #divArea_2 {
        position: relative;
        width: 100vw;
        z-index: 2;
    }

    .divBannerPrincipal_Texto {
        position: absolute;
        top: 6vh;
    }

    .p_BannerPrincipal_Texto {
        font-size: 15px;
        color: #ffffff;
        background-color: #000000;
        padding: 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0.8;
        text-align: right;
        border-style: solid;
        border-color: #ffffff;
        border-left-width: 0px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #header {
        position: relative;
        /*background: url('../Imagens/fundo_800.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
        background-color: #000000;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top:0px;
    }

    #divCorpo {
        position: relative;
        margin-top: 0px;
    }

    #divArea_1 {
        position: absolute;
        z-index: 1;
    }

    #divArea_2 {
        position: absolute;
        width: 100vw;
        z-index: 2;
        top: 350px;
    }

    .divBannerPrincipal_Texto {
        position: absolute;
        top: 6vh;
    }

    .divBannerPrincipal_Texto {
        position: absolute;
        top: 6vh;
    }

    .p_BannerPrincipal_Texto {
        font-size: 18px;
        color: #ffffff;
        background-color: #000000;
        padding: 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0.8;
        text-align: right;
        border-style: solid;
        border-color: #ffffff;
        border-left-width: 0px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #header {
        position: relative;
        /*background: url('../Imagens/fundo_1280.jpg') no-repeat center right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
        background-color: #000000;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top:0px;
    }

    #divCorpo {
        position: relative;
        margin-top:0px;
    }

    #divMenu {
        margin-top:-20px;
    }

    #divArea_1 {
        position: relative;
        z-index: 1;
    }

    #divArea_2 {
        position: relative;
        width: 100vw;
        z-index: 2;
    }

    .divBannerPrincipal_Texto {
        position: absolute;
        top: 15vh;
    }

    .p_BannerPrincipal_Texto {
        font-size: 32px;
        color: #ffffff;
        background-color: #000000;
        padding: 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0.8;
        text-align: right;
        border-style: solid;
        border-color: #ffffff;
        border-left-width: 0px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }
}

@media (min-width: 1200px) {
    #header {
        position: relative;
        /*background: url('../Imagens/fundo_1920.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
        background-color: #000000;
        width: 100%;
        min-height: 100vh;
        height: 100%;
        top: 0px;
        opacity: 0.9;
        overflow-x: hidden;
        z-index: 1;
    }

    #divLogo {
        position: relative;
        margin-top:0px;
    }

    #divCorpo {
        position: relative;
        margin-top:0px;
    }

    #divMenu {
        margin-top:-20px;
    }

    #divArea_1 {
        position: absolute;
        z-index: 1;
    }

    #divArea_2 {
        position: absolute;
        width: 100vw;
        z-index: 2;
        top: 90vh;
    }

    .divBannerPrincipal_Texto {
        position: absolute;
        top:25vh;
    }

    .p_BannerPrincipal_Texto {
        font-size: 32px;
        color: #ffffff;
        background-color: #000000;
        padding: 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0.8;
        text-align: right;
        border-style:solid;
        border-color:#ffffff;
        border-left-width:0px;
        border-top-width:1px;
        border-bottom-width:1px;
        border-right-width:1px;
    }
}

.divProcesso {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    vertical-align: middle;
    opacity: 0.96;
    z-index: 999;
}

.divLightBox_Fundo {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    vertical-align: middle;
    opacity: 0.85;
    z-index: 999;
}

.divLightBox_Conteudo {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 90%;
    height: 90vh;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.divLightBox_Fechar {
    position: fixed;
    bottom: 3px;
    right: 5%;
    background-color: #003049;
    color:#ffffff;
    font-weight:bold;
    padding:10px;
    border-radius:6px;
    cursor:hand;
    cursor:pointer;
    z-index: 1001;
}

.divBannerPrincipal
{
    position:relative;
    width:100vw;
    height:auto;
    margin-top:0px !important;
    padding:0px !important;
}



