@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 100;
    background-color: #eaeae9;
    
}

#introducao {
    position: relative;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: available;
}

div#loginTopBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/javax.faces.resource/imagens/banner2023.jpg.xhtml");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70vh;
    width: 90%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
/*    border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

div#loginBottomMenu {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    width: 100%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #f86e5b;    
    align-items: center;
    flex-direction: row;
    -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}

h1 {
    text-align: center;
}

.red {
    color: red;
}

.centeredText {
    text-align: center
}

.bolderText {
    font-weight: bolder;
}

div#contentLogin {
    position: relative;
}

body .ui-panelgrid .ui-panelgrid-cell {
    background: rgb(255, 202, 8, 0.6);
}

body input .ui-state-hover {
    border-color: #FFCA08 !important;
}

/*.panelGridCenterLogin {
    position: relative;
    width: 30%;
    margin: 1%;
    margin-left: 35%;
    margin-right: 35%;
    align-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.input {
    width: 130px;
    margin-right: 10px !important;
    border-radius: 20px !important;
}

.verticalButton {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.verticalButton .ui-button {
    width: 60px !important;
    height: 60px !important;    
    background-color: white !important;
    border-color: white !important;
    color: #f86e5b !important;
    vertical-align: middle !important;
    
}

.verticalButton .ui-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-top: 0px !important;
    margin-left: 0px !important;
    font-size: 30px !important;
    background-color: white !important;
    border-color: white !important;
}

.fontBolder {
    font-weight: bolder;
}

.container {
    position: relative;
}

/*form#login {
    position: relative;
    top: auto;
    padding: 9px;
}*/


#header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
}

div#footer {
    position: fixed;
    padding-top: 8px;
    padding-bottom: 8px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    float: left;
    background-color: rgb(255, 202, 8, 0.6);
    color: white;
}


#footer h2 {
    color: white;
    font-size: 15px;
    margin-left: 1%;
    padding-top: 8px;
    padding-bottom: 3px;
}

/*#footer #autarquia {
    color: white;
    font-size: 15px;
    clear: left;
    margin-left: 1%;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

#footer img {
    float: left;
    margin-left: 1%;
    padding-top: 15px;
    clear: right
}*/

/*body .ui-button {
    background-color: #ffca08 !important;
    border: 1px solid #ffca08 !important;
    color: rgb(62, 62, 62) !important;
    margin-right: 10px !important;
}*/

.verticalButton .ui-button.ui-button-warning.ui-button-outlined:enabled:hover {
    background-color: #ffd673 !important;
    border-color: #f86e5b !important;
    color: white !important;
}

.imageCentered {
    text-align: center;
}

#infoPanel_content {
    background-color: #E68301;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

#infoPanel {
    border: none;
}

#fabMenu {
    bottom: 90vh;
    right: 20vw;
}

#loginInfoDialog {
    width: 400px;
    height: 300px;
    top: 200px !important;
}

form#cardForm .ui-widget {
    font-size: 18px !important;
}

form#cardForm img {
    width: auto;
    max-width: 98vw;
    max-height: 100%;
}

.ui-menuitem {
    background-color: #f86e5b !important;
}

body .ui-button {
    background-color: #f86e5b !important;
    border: 1px solid #f86e5b !important;
    color: white !important;
}

body .ui-menu.ui-menubar {
    background-color: #f86e5b !important;
}

body label {
    color: white !important;
}

body .ui-inputfield {
    border-color: #f86e5b !important;
}

.loginCard {
    width: 400px;
}

/*.loginContent {
    padding: 15px;
}

.header-login {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

form#frmLogin {
    display: flex;
    position: relative;
    flex-direction: column !important;
    align-content: center;
    align-items: center;    
    width: 100%;    
    margin-top: 1%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(33, 37, 41);
    border-radius: 3px;
}



.input_login_senha {
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 100%;    
}

.input_login_senha input {
    background-color: white !important;
    margin-top: 5px;
    margin-bottom: 15px;
}

.enter-reset-create-login {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enter {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 15px;
}

.enter .ui-button-raised, .ui-button-warning {
    width: 100% !important;
}

.enter .ui-panelgrid {
    width: 100% !important;
}

.enter .ui-widget-content {
    padding: 5px !important;
    margin: 0px auto;
    width: 100% !important;
}

.reset_create a {
    font-size: 16px !important;
    color: #2196f3 !important;
}

.reset_create {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between;
}

.reset_create .ui-panelgrid {
    width: 100% !important;
}

 
.reset_create .ui-widget-content {
    width: 100% !important;
}

.reset_create .ui-fluid, .ui-button {
    width: fit-content !important;
}

.enter .enter-button button {
    width: 100% !important;
}*/

@media only screen and (max-width: 599px) {
/*    .menuTopLogin {
        display: flex !important;
        position: relative !important;
        flex-direction: column !important;
        padding: 4px;
    }*/
    
    .userLabel {
        display: flex;
        position: relative;
        align-items: center;
        padding: 0px;
        margin: 0px;
    }
    
/*    .menuTopLogin button {
        background-color: #fbce2b !important;
        border: none !important;
        margin-top: 10px;
    }*/
        
    div#menutopnav li {
        margin: 0 !important;
    }
    
    div#menutopnav {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    
    body .ui-menu {
        background-color: rgb(255, 202, 8, 0.6) !important;
    }
    
    .ui-menuitem {
        background-color: #f86e5b !important;
    }
    
/*    .panelGridCenterLogin {
        position: relative;
        margin-top: 1%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        align-content: center;
    }*/

    #content {
        position: relative;
        bottom: 1%;
    }

    div#contentLogin {
        position: relative;
        bottom: 2%;
    }
    
    div#loginBottomMenu {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    
    div#loginTopBanner {
        width: 100%;
        height: 100vh;
        border-radius: unset;
    }

/*    div#loginTopBanner img {
    height: 200px;
    width: 95%;
    border-radius: 5px;
    }*/
}

@media only screen and (min-width: 200px) and (max-width: 560px) {
/*    .panelGridCenterLogin {
        position: relative;
        margin-top: 1%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        align-content: center;
    }*/

    #selo {
        width: 100%;
    }

    .container {
        position: relative;
    }

    footer {
        padding: 10px;
    }

    div#footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#contentLogin {
        position: relative;
    }
}

@media only screen and (max-width: 799px) {
/*    .panelGridCenterLogin {
        position: relative;
        margin-top: 1%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        align-content: center;
    }*/

    div#loginTopBanner {
        background-image: url("/javax.faces.resource/imagens/banner2023Mobile.png.xhtml");
    }

    #selo {
        width: inherit;
    }

    .container {
        position: relative;
    }

    footer {
        padding: 10px;
    }

    div#footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#contentLogin {
        position: relative;
    }
}

@media only screen and (max-width: 1024px) {
/*    .panelGridCenterLogin {
        position: relative;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        align-content: center;
    }*/

    div#footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer {
        padding: 10px;
    }

    form#login {
        padding: 20px;
    }
    
}

@media only screen and (min-width: 1920) {
    div#loginTopBanner {
        width: 80%;
    }
}

/*@media only screen and (min-width: 804px) {
    div#loginContent {
        display: none !important;
    }
}*/