@charset "UTF-8";
@import "bootstrap.min.css";

/*================================================
Prefeitura Styles
=================================================*/
/* -- ULTIMA EDIÇÃO : MarcosZ 11/07/2024 -- */
/* Versão 0.0.2*/

:root {
    --primary: #265a88;
    --secondary: #4C83B3;
    --success: rgb(8, 145, 8);
    --danger: #e14130;
    --bg-pmsv: #FFFAFA;
    --bg-footer: #EBE8E8;
}

.bg-pmsv {
    background-color: var(--bg-pmsv) !important;
}

.bg-pmsv-primary {
    background-color: var(--primary) !important;
}

.bg-psmv-secondary {
    background-color: var(--secondary) !important;
}

.text-pmsv-primary {
    color: var(--primary)
}

.text-pmsv-secondary {
    color: var(--secondary)
}

html, body{
    height: 100%;
}

img{
    max-width: 100%;
}

/*--------- buttons -----------*/

.btn-pmsv {
    --bs-btn-padding-x: 0.90rem;
    --bs-btn-padding-y: 0.475rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.675rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-pmsv:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-pmsv:disabled,
.btn-pmsv.disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-pmsv-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #143f66;
    --bs-btn-hover-border-color: #143f66;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1c558a;
    --bs-btn-disabled-border-color: #1c558a;
}

.btn-pmsv-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #346692;
    --bs-btn-hover-border-color: #346692;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondary);
    --bs-btn-active-border-color: var(--secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5387b5;
    --bs-btn-disabled-border-color: #5387b5;
}

.btn-pmsv-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-pmsv-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

/*------width--------*/

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

/*------font--------*/
.f-10 {
    font-size: 10px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-60 {
    font-size: 60px;
}

.f-70 {
    font-size: 70px;
}

.f-80 {
    font-size: 80px;
}

.f-90 {
    font-size: 90px;
}

.f-100 {
    font-size: 100px;
}

/*----- cursor --------*/
.cursor-pointer {
    cursor: pointer;
}

/*--- Navbar ---*/
.active,
.nav-item:hover {
    color: white;
    background-color: #346692;
}


/*------FOOTER------*/
.footer {
    min-height: 135px;
    background-color: var(--bg-footer);
}

.footer__title p {
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.footer__paragrafo p {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 500px) {

    .footer__title,
    .footer__paragrafo {
        width: 80%;
    }
}

/*------LOGIN------*/
.login_container {
    display: flex;
    width: unset;
    max-width: 900px;
    min-height: 400px;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 600px) {
    .login_container{
        flex-direction: column;
        align-items: center;
    }
}

.login_img {
    width: 50%;
    position: relative;
    background-color: #265A88;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: black;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    background: transparent;
}

.login_input:focus~.login_label,
.login_input:valid~.login_label {
    top: -20px;
    left: 0;
    color: #295872;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .login_img, .login_inputs{
        width: 100% !important;
    }
}

.login_titulo {
    font-weight: bold;
    margin-top: 30px;
    color: #265A88;
}

.login_form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
}

.login_form .form-group {
    width: 65%;
}

.login_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: black;
    pointer-events: none;
    transition: .5s;
}

/*---------- CARD --------------------*/
.card-pmsv {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 200px;
    border-radius: 14px;
    cursor: pointer;
    padding: 0 1.5%;
    width: 20%;
    min-width: 190px;
    text-decoration: none;
}

.card-pmsv .card-pmsv-title {
    height: 40%;
    color: #346692;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
}

.card-pmsv .card-pmsv-icon {
    height: 60%;
}

.card-pmsv span.material-symbols-outlined {
    color: #346692;
    font-size: 80px;
}

.card-pmsv:hover {
    transform: scale(1.1);
    transition: 0.3s;
    background-color: #f6f6f6;
    z-index: 9;
}

.card-pmsv:disabled{
    filter: grayscale(1);
}

@media only screen and (max-width: 480px) {

    /* div.row {
        gap: 10px !important;
   } */
    .card-pmsv {
        width: 10%;
        min-width: 150px;
        height: max-content;
        min-height: 120px;
        margin: 10px;
    }

    .card-pmsv .card-pmsv-title {
        font-size: 15px;
    }

    .card-pmsv span.material-symbols-outlined {
        font-size: 50px;
    }
}