#menu {
    background-image: url("https://static.hayapek.com.br/banners/grupohayamax/banner-gray.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 25px;
}

.btn-menu a {
    display: block;
    color: var(--color-black);
}

.btn-menu:hover {
    background-color: #f27474;
}

.btn-menu:hover a {
    color: #fff
}

.btn {
    transition: 0.3s;
}

.btn-menu {
    background-color: var(--color-white);
    border: 1px solid #dee2e6;
    margin: 3px;
}

.btn-menu a img {
    width: 30px;
    margin-right: 5px;
}

#page-header-pttwo,
#page-header-ptone {
    background-color: var(--color-red);
}

#page-header-pttwo a {
    font-family: "Montserrat Semi Bold";
    color: var(--color-white);
}

a {
    color: var(--color-gray);
}

.form-group {
    position: relative;
}

.form-input {
    padding: 12px;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    min-height: 49.55px;
    -webkit-appearance: none;
}

.form-input:focus {
    outline: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-label {
    color: #b8b8b8;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.form-password {
    color: #b8b8b8;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 13px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    padding: 0 10px;
    cursor: pointer;
}

.form-password:hover {
    color: #949494;
}

.form-input:focus~.form-label,
.form-input:valid~.form-label,
.form-label-active {
    top: -10px;
    font-size: 14px;
    color: var(--color-black);
    width: auto;
    background-color: var(--color-white);
}

.form-input:focus {
    border-color: var(--color-black);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.box-title {
    font-size: 20px;
    font-family: "Montserrat Semi Bold";
    text-align: center;
    vertical-align: middle;
}

.alert-success {
    color: #73790b;
    background-color: #e7ebdd;
    border-color: #dfe3dc;
}

.title-section {
    font-size: 20px;
    font-family: "Montserrat Semi Bold";
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #000;
    border-image: linear-gradient(to right, transparent, var(--color-red), transparent) 1;
    background-color: white;
    padding: 15px;
    border-radius: 4px;
}