@font-face {
    font-family: fontesegurança;
    src: url(../app-assets/fonts/antifalsificacao/fonte.ttf);
}

/*Datatables customizations*/

.fonte_anti {
    font-family: fontesegurança;
    margin-top: -6%;
}

.fonte_anti_moto {
    font-family: fontesegurança;
    font-size: 5rem;
}

.preto {
    color: black;
}

.preto_moto {
    color: black;
}

.azul {
    color: #002e9d;
}

.azul_moto {
    color: #002e9d;
}

.vermelho {
    color: #c4022b;
}

.vermelho_moto {
    color: #c4022b;
}

.verde {
    color: #00764f;
}

.verde_moto {
    color: #00764f;
}

.amarelo {
    color: #efa300;
}

.amarelo_moto {
    color: #efa300;
}

.cinza {
    color: #5d6166;
}

.cinza_moto {
    color: #5d6166;
}

.div_texto {
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

#money {
    width: 85px;
    height: 35px;
    background: #b3e5fc;
    border-width: 2px;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    vertical-align: middle;
    color: black;
}

.square {
    height: 350px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.input-field[type="text"] {
    border: 2px solid #1976d2;
    border-radius: 4px;
}

.square2 {
    width: 550px;
    height: 375px;
    border-width: 3px;
    border-color: #1976d2;
    border-style: solid;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.square4 {
    width: 600px;
    height: 220px;
    background: #90caf9;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: black;
}

.productsDiv {
    width: 300px;
    height: 75px;
    vertical-align: middle;
}

label {
    font-size: 16px;
}

/*custom font*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);
#progressbar {
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: rgb(5, 5, 5);
    background: rgba(201, 199, 199, 0.973);
    border-radius: 30px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(241, 240, 240, 0.973);
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f70606;
    color: white;
}

#progressbar li.activepulse.active:before {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(11, 3, 88);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(40, 5, 235, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(40, 6, 192, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(6, 20, 221, 0);
    }
}

#image-bg1 {
    /* background-color: #002E9D; */
    /* background: image('../../../imagens/autorizacao.jpg'); */
    background-image: url("../../../imagens/404-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    /* background-image: url('../../../images/gallery/3.png');
     */
}

.divider {
    height: 2px;
    background-color: #2c3a59;
    margin-bottom: 50px;
}

.btn-blue {
    background-color: #2c3a59;
}

.btn-green {
    background-color: #00764f;
}

.paymentTitle {
    font-weight: bolder !important;
    font-size: 20px;
    color: black;
}

.input-box {
    /*    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);*/
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #2c3a59 !important;
    border-radius: 5px 5px 5px 5px !important;
    text-align: center !important;
    height: 30px !important;
    display: inline-block;
}

th,
td {
    text-align: center;
}

.input-box-delivery {
    text-align: center !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #2c3a59 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    height: 30px !important;
}

.mainFooter {
    background: transparent;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainFooter span {
    font-weight: 500;
}

.stepsImg {
    width: 100%;
}

.mainNav {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    /* border-bottom: 0.5px solid #777; */
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.brand,
.links {
    display: flex;
    justify-content: center;
    align-items: center !important; /* Center vertically */
    margin: 0;
}

.brand img {
    width: 40px;
    margin-right: 0.6em;
}

.brand span {
    transition: 0.4s;
    font-weight: bolder;
    color: #1d2447;
    font-size: 1.2em;
}

.brand:hover > span {
    color: white;
}

.links li {
    margin-right: 1em;
    list-style: none;
}

.links a {
    padding: 0.5em;
    font-weight: 600;
    font-size: 1em;
    color: #1d2447;
}

.links a:hover {
    background-color: #1d2447;
    border-radius: 1.3em;
    color: white;
}

.checkRequest {
    font-size: 15px;
    color: #1d2447;
}

.checkRequest:hover {
    background-color: #1d2447;
    border-radius: 1.3em;
    color: white;
    padding: 0.5em;
}

.mainTitle {
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    color: #1d2447;
}

.rightDisplay {
    display: flex;
    justify-content: right;
    align-items: center;
}

.topCenterDisplay {
    display: flex;
    justify-content: center;
    align-items: start;
}

.centerDisplay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceEvenlyDisplay {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.spaceBetweenDisplay {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftDisplay {
    display: flex;
    justify-content: left;
    align-items: center;
}

.mainFooterContent {
    display: flex;
    justify-content: space-between;
}

.mainBackground {
    background-color: #1d2447;
}

.mainColor {
    color: #1d2447;
}

.mainDiv {
    min-height: 550px;
}

.stepsRow {
    display: flex;
    justify-content: space-evenly;
}

#pricesTable {
    margin: auto;
    width: 60%;
    padding: 10px;
    border: 3px solid black;
}

#storePrices {
    display: none;
    margin: 2em;
}

.storeDataT {
    font-weight: 600;
    color: black;
}

.storeData {
    font-size: 1.1em !important;
}

li:has(> .storeData) {
    border-bottom: solid #1d2447 0.5px;
    margin-bottom: 0.5em;
}

.btn-floating {
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 100%;
    background-color: #1565c0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-small {
    width: 30px;
    height: 30px;
}

.centerText {
    text-align: center;
}

.titleOrderSummary {
    color: black;
}

.paymentRightData {
    font-size: 15px;
    font-weight: bolder;
}

.totalPrice {
    color: black;
    font-weight: bold;
}

.cardPayment {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sumaryDiv {
    border-bottom: solid gray 0.5px;
    margin-bottom: 1em;
}

.titleAssurance {
    margin-bottom: 1em;
    font-weight: bolder;
    color: black;
}

.verRequestDiv {
    margin: 1em;
}

.verRequestTitle {
    color: white;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.verRequestRow {
    margin-bottom: 1em;
    border-bottom: solid #1d2447 1px;
}

.verRequestRow .verRequestItem {
    width: fit-content;
    max-width: 70%;
}
