a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.container {
    max-width: 1200px;
}


/* Estilo iOS */


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #78c876;
}

input:focus+.slider {
    box-shadow: 0 0 1px #78c876;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.fundo-button {
    background-color: #77777a;
}

.cor-btn {
    background-color: #ff0000;
    border-radius: 25px !important;
}

.cor-btn-saiba {
    background-color: #402626;
    border-radius: 25px !important;
}

.cor-btn-p {
    background-color: #ff0000;
    border-radius: 25px !important;
    padding: 5px 20px 5px 20px;
}


/*Custom translucent site header*/

.input-borda-div {
    border-color: #da1616 !important;
    border-bottom: 1px solid #434244 !important;
}

.input-borda {
    border: 0px solid #000000;
}

textarea {
    border: 1px solid #000000;
    background: #cccccc;
    width: 150px;
    height: 100px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 2px #333333;
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
}

input[type=text]:hover,
textarea:hover {
    background: #ffffff;
    border: 1px solid #990000;
}

input[type=submit] {
    background: #006699;
    color: #ffffff;
}

.site-header {
    background-color: #472b74;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    font-family: Banco24Horas-Regular;
    font-size: small;
}

.site-header a {
    color: rgb(255, 255, 255);
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #bd0d31;
    text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #bd0d31;
    font-weight: bold;
    background-color: #007bff00;
}

#navbar-menu {}

#navbar-menu ul {}

#navbar-menu ul li {
    margin-top: 20px;
    border-left: 2px dotted #705c5c;
    background-color: white;
    border-top: 3px solid #402626;
}

#navbar-menu ul li:first-child {
    margin-top: 20px;
    border-radius: 9px 0 0 0;
    border-left: none;
}

#navbar-menu ul li:last-child {
    margin-top: 20px;
    border-radius: 0 9px 0 0;
    border-top: 3px solid #402626;
}

#navbar-menu ul li:first-child a {
    border: none;
    border-radius: 7px 0 0 0;
}

#navbar-menu ul li:last-child a {
    border: none;
    border-radius: 0 7px 0 0;
}

#navbar-menu ul li a {
    /* padding-top: 0;    padding-bottom: 0; */
}

.linha-vertical {
    border-left: 2px solid;
    box-sizing: border-box;
    margin: 10px 10px 0 10px;
    height: 20px;
    color: #fff;
    margin-left: 25px;
}

.linha-vertical_2 {
    height: 50%;
    border-left: 2px solid;
    box-sizing: border-box;
    color: #999898;
}

.box_logado {
    font-family: 'Banco24Horas-Bold';
    font-size: x-small;
    width: 18%;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    line-height: 94px;
    min-width: 211px;
    border: 1px solid #402626;
}

.box_avatar_user {
    font-family: 'Banco24Horas-Bold';
    background-color: #ff0000;
    border-radius: 8px 8px 8px 8px;
    line-height: 62px;
    float: left;
}

.box_ola_user {
    font-family: 'Banco24Horas-Bold';
    border-radius: 8px 8px 8px 8px;
    line-height: 20px;
}

.box_nome_user {
    font-family: 'Banco24Horas-Bold';
    background-color: #ff0000;
    border-radius: 5px;
    line-height: 20px;
    color: #fff;
}

.box_msg_pontos_user {
    font-family: 'Banco24Horas-Bold';
    color: #f6dd34;
    border-radius: 8px 8px 8px 8px;
    line-height: 20px;
    float: left;
}

.box_pontos_user {
    font-family: 'Banco24Horas-Bold';
    font-size: xx-large;
    color: #f6dd34;
    border-radius: 8px 8px 8px 8px;
    line-height: 38px;
    float: left;
}

.box_fundo_titulo {
    text-align: center;
    padding: 10px;
    box-shadow: -7px 10px 10px 3px black;
    background-color: #ff0000;
    margin-bottom: 25px;
}

.box_fundo_titulo span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.texto-titulo {
    font-size: 2.1rem;
    text-align: center;
    padding: 21px;
}

.texto-titulo b {
    display: inline-block;
    background-color: #ff0000;
    margin: 10px;
    padding: 6px;
    width: 190px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
}

.bg-laranja-24hrs {
    background-color: #f49c24 !important;
    color: #f9f9f9;
}

.bg-azul-24hrs {
    background-color: #008ece !important;
    color: #f9f9f9;
}

.bg-vermelho-24hrs {
    background-color: #ff0000 !important;
    color: #f9f9f9;
}


/*Fontes especiais*/

.Banco24Horas-Thin {
    font-family: Banco24Horas-Thin;
}

@font-face {
    font-family: 'Banco24Horas-Thin';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-Thin.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-Thin-web.ttf') format("truetype");
}

.Banco24Horas-Light {
    font-family: Banco24Horas-Light;
}

@font-face {
    font-family: 'Banco24Horas-Light';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-Light.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-Light-web.ttf') format("truetype");
}

.Banco24Horas-Regular {
    font-family: Banco24Horas-Regular;
}

@font-face {
    font-family: 'Banco24Horas-Regular';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-Regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-Regular-web.ttf') format("truetype");
}

.Banco24Horas-Medium {
    font-family: Banco24Horas-Medium;
}

@font-face {
    font-family: 'Banco24Horas-Medium';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-Medium-web.ttf') format("truetype");
}

.Banco24Horas-Bold {
    font-family: Banco24Horas-Bold;
}

@font-face {
    font-family: 'Banco24Horas-Bold';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-Bold-web.ttf') format("truetype");
}

.Banco24Horas-XBold {
    font-family: Banco24Horas-XBold;
}

@font-face {
    font-family: 'Banco24Horas-XBold';
    src: url('../fonts/Webfonts/EOT/Banco24Horas-XBold.eot?#iefix') format("embedded-opentype"), url('../fonts/Webfonts/TTF-WEB/Banco24Horas-XBold-web.ttf') format("truetype");
}

html {
    font-family: Banco24Horas-Regular;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: Banco24Horas-Regular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #402626;
    text-align: left;
    background-color: #fff;
}

.fundo {
    background-image: url(../images/Círculo_240x241.png);
    background-repeat: no-repeat;
}

.logo-primary,
.logo-secondary {
    height: 55px;
}


/* Dummy devices (replace them with your own or something else entirely!)*/

.imagem-de-background {
    background-image: url(../images/login_bravecto_background_color.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

.imagem-de-background-paginas {
    background-image: url(../images/background_paginas.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

.imagem-de-background-mecanica {
    background-image: url(../images/background_mecanica.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

.imagem_tabela {
    background-image: url(../images/tabela_bravecto.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.imagem_li {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    padding: 5px 15px;
    list-style: square url("../images/favicon-16x16.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
}

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.rodape {
    background-image: url(../images/bottom.png);
    background-repeat: repeat-x;
    margin-right: auto;
    background-size: 791px;
    background-position-x: left;
    padding-top: 12px;
    padding-bottom: 45px;
    width: 100%;
}

.rodape .logos {
    padding: 0px 30px 0px 30px;
    width: 12%;
}


/* Extra utilities*/

.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

.copyright_texto {
    font-size: x-small;
    color: #6d6d6d;
    float: right;
    width: 77%;
    text-align: right;
    padding-right: 15px;
}

.centro {
    text-align: center;
}

.centro_force {
    width: xpx;
    margin: 0 auto;
}

.centrando {
    display: inline-block;
}


/*modificados*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 0px solid rgb(0 0 0 / 0%);
    border-radius: .25rem;
}

.card-header {
    padding: .15rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.05rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.titulo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #ff0000;
    box-shadow: -3px 7px 7px 3px black;
    display: inline-block;
    padding: 0.41em 1.5em 0.41em 1.5em;
    margin-bottom: 3%;
    min-width: 35%;
}

@media screen and (max-width: 400px) {
    .box_fundo_titulo span {
        color: #fff;
        font-size: 17px;
    }
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 38%;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 32px;
        font-weight: bold;
    }
}

@media screen and (max-width: 576px) and (min-width: 400px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 25%;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 32px;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 25%;
    }
    .box_fundo_titulo span {
        color: #fff;
        font-size: 23px;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: right;
        width: 50%;
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        line-height: 32px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 16%;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: right;
        width: 68%;
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        line-height: 32px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 14%;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: right;
        width: 72%;
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        line-height: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 12%;
    }
    .copyright_texto {
        font-size: x-small;
        color: #6d6d6d;
        float: right;
        width: 76%;
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        line-height: 32px;
    }
}

@media screen and (min-width: 1400px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 12%;
    }
}

@media screen and (min-width: 1900px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 12%;
    }
}

@media screen and (min-width: 2500px) {
    .rodape .logos {
        padding: 0px 30px 0px 30px;
        width: 12%;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    overflow-hidden {
        overflow: hidden;
    }
    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }
    .page {
        margin: 40px;
    }
    h1 {
        margin: 40px 0 60px 0;
    }
    .dark-area {
        background-color: #666;
        padding: 40px;
        margin: 0 -40px 20px -40px;
        clear: both;
    }
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    .clearfix:after {
        clear: both;
    }
    .clearfix {
        *zoom: 1;
    }
    .nav-container {
        /* background-image: url(../images/bottom.png); */
        background-repeat: repeat;
        background-position: bottom;
        padding-bottom: 10px;
    }
    .sina-nav {
        position: absolute;
    }
    .sina-nav.navbar-transparent {
        background-color: #472b74;
    }
    nav-container {}
    .sina-nav {
        position: absolute;
    }
    .sina-nav.navbar-transparent {
        background-color: #ff0000;
    }
}