﻿.menu-text, .text-a2 {
    display: inline-block;
}

nav.nav-header {
    padding: 0;
}

nav .navbar-brand img {
    max-width: 100%;
    height: auto;
    /*width: 1010px;*/
    margin-left: 20px;
}

.menu-brand {
    float: left;
    margin: 8px;
}

.text-a1 {
    font-size: 12px;
}

.text-a2 {
    font-size: 12px;
}

.menu-t .dropdown-toggle::after {
    display: none;
}

.vertical-divider {
    border-left: 1px solid #b5b5b5;
    margin: 5px;
}

.dropdown-menu.menu-t {
    height: 21em;
    width: 16em;
    margin-left: -10em;
}

    .dropdown-menu.menu-t [type=submit] {
        border-radius: 100px;
        background: #C41B17;
        color: white;
        width: 95%;
        margin: 2%;
        margin-bottom: 1.5em;
        font-size: 15px;
    }

    .dropdown-menu.menu-t .dropdown-divider {
        margin-bottom: 1em;
    }

    .dropdown-menu.menu-t .dropdown-divider-text {
        text-align: -webkit-center;
        margin-top: -30px;
        border-right: white solid 0.5em;
        border-left: white solid 0.5em;
        margin-bottom: 0.5em;
    }

        .dropdown-menu.menu-t .dropdown-divider-text span {
            background: white;
            width: 20%;
        }

    .dropdown-menu.menu-t .group-form {
        margin: 10px;
    }

        .dropdown-menu.menu-t .group-form span {
            font-size: small;
        }

        .dropdown-menu.menu-t .group-form input {
            border: 0px;
            border-bottom: 1px solid red;
            width: 100%;
        }

    .dropdown-menu.menu-t a.esqueci {
        float: right;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 400;
        color: #8A8A8A;
    }

    .dropdown-menu.menu-t a.cliente-novo {
        padding: 10px;
        color: #C41B17;
        font-weight: bold;
    }


.header-account {
}

    .header-account.show {
        background: #C41B17;
    }

    .header-account .dropdown-toggle::after {
        content: none;
    }

    .header-account .menu-t-account {
        display: inline-block
    }

        .header-account .menu-t-account svg {
        }

            .header-account .menu-t-account svg path {
                fill: #C41B17;
            }

    .header-account.show .menu-t-account svg path {
        fill: white;
    }


    .header-account .menu-text {
        color: #C41B17;
        display: inline-block
    }

    .header-account.show .menu-text {
        color: white;
    }

#navbarMenu ul {
    justify-content: center;
}

@media (max-width: 575px) {
    #opcoes-header {
        justify-content: flex-start !important;
        padding-left: 25px;
    }
} 

