html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.container-compra{
    background-color:white;
    border-radius : 20px;

}
.containermb{
    margin-bottom : 300px;
}

.bg-yellow {
    background-color: #FFFF60;
}
.bg-red {
    background-color: #DC3545;
}
.btn-50px {
    width:50px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.ejp-nav {
    display: flex;
    background-color: cornflowerblue;
    height: 20%;
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.meucartao {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 80px;
    min-height: 80px;
    height:280px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0rem;
    width: 12rem;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card-ejp {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    margin: auto;
}

.img-ejp {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.meucartaoDestaque {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 12rem;
    transition: 0.3s;
    max-width: 200px;
    height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .meucartaoDestaque:hover {
        transform: scale(1.05);
        border-radius: 0.75rem;
    }

.img-ejp-destaque {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.border-ejp {
    border-bottom-style: solid;
    margin: auto;
    width: 50%;
    border-color: #0E5F3E;
}

.meucartao:hover {
    transform: scale(1.05);
    border-radius: 0.75rem;
}

.meucartao2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    width: 18rem;
    transition: 0.3s;

}

.meucartao2:hover {
    transform: scale(1.05);
}

.img-qrcode {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.option {
    background-color: #FFFFFF;
}

.option-selected {
    background-color: #285677;

}

.option-list{

}

.separator {
    background-color: lightgray;
    display: flex;
    width: 100%;
    height: 2px;
    margin-left: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.section {
    background: linear-gradient(135deg, #EA1B01 35%,#EA1B01 36%,#EA1B01 39%,#ffffff 39%);
}

.card-ejp-lg {
    background-color: #fff;
    border-radius: 10px;
    height: 110rem;
}

.card-ejp-lg2 {
    background-color: #fff;
    border-radius: 10px;
    height: 75rem;
    width: 80rem;
}

.card-ejp-sm {
    background-color: #fff;
    border-radius: 10px;
    height: 50%;
    width: 85%;
}

.card-ejp-perfil {
    background-color: #fff;
    border-radius: 10px;
    height: 50rem;
    width: 50rem;
    margin: auto;
}

.card-ejp-perfil-cel {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
}


.card-ejp-md {
    border-radius: 10px;
    height: 90%;
    width: 100%;
}

.card-cart {
    background-color: #fff;
    height: 35rem;
    width: 500px;
    border-radius: 5px;
    margin-left: 18%;
    display: flex;
    flex-direction: column;
}

.card-cart-cel {
    background-color: #fff;
    height: 35rem;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom : 10px;
}

.overflowoption{
    overflow:auto;
}

.progress-25 {
    width: 25%;
}

.progress-50{
    width:50%;
}

.progress-100{
    width:100%;
}

.progress-btn-1 {
    margin-top: -1.8%;
    
    max-width: 60px;
}

.progress-btn-2 {
    margin-top: -1.8%;
    max-width: 60px;
    margin-left: auto;
}

.textredcenter{
    color:red;
    text-align:center;
}

.debito-card {
    margin: auto;
    background-color: #fff;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.myshadowbox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-compras {
    background-color: #fff;
    height: 20rem;
    width: 80%;
    border-radius: 5px;
    margin: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 5%;
    flex: 1 1 auto;
    word-wrap: break-word;
    height: auto;
}

.card-ativacao {
    width:450px;
    height:500px;
    margin:auto;
    margin-top:75px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius:25px;
    background-color: white;
}

.img-carousel {
    display: block;
    margin:auto;
    width : 500px;
    height : 500px;
    object-fit:contain;
}

.img-carousel-cel {
    display: block;
    margin: auto;
    width: 150px;
    height: 200px;
    object-fit: contain;
}

.img-car-get{

}

.carousel-border {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-color: lightgray;
    border-radius: 20px;
}

.centerMargin{
    margin:auto;
}

.img-logo {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.repetir-pedido{
    /*classe somente para usar jquery*/
}



.CardPayment{
    
}

.display2 {
    height: 40px;
    width: 100%;
    border: 1px solid rgb(219, 218, 218);
    border-radius: 4px;
    padding: 1px 2px;
    margin: auto;
    margin-top: 32px;
}


.imgDisplayBox {
    margin-top:10px;
    margin-left:10px;
    max-width: 450px;
    max-height: 450px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-color:lightgray;
    border-radius: 10px;
    width:250px;
    height:250px;
    background-color:white;
}

.imgDisplayBoxSelected {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 450px;
    max-height: 450px;
    border: 1px solid rgba(237, 27, 134, 93);
    border-radius: 10px;
    width: 250px;
    height: 250px;
    box-shadow: 0 0 10px 0.3px #ED1B86; /* outer cyan */
    background-color:white
}



.mp-input {
    border-style: none;
    border-width: 1px;
    border-color: lightgray;
    padding: 4px;
    border-radius: 10px;
    background-color: #f1f0fa;
    width: 100%;
    height: 70px;
}

.mp-input-input {
    border: none;
    border-radius: 0px;
    max-width: 90%;
    margin-left: 5px;
    margin-top: 5px;
    color: #241F21;
    background-color:transparent;
}
.mp-input-input:focus, input:focus {
    outline: none;
}

.mp-input-input::placeholder {
    color: #241F21;
}

.mp-input-button {
    border: none;
    background-color: transparent;
}

.floaticon {
    width: 85px;
    height: 85px;
    position: fixed;
    right: 1%;
    bottom: 3%;
    padding: 15px;
    z-index: 10000000;
}
.footerlist a {
    text-decoration : none;
    color:gray;
}

.pnlCart {
    max-width: 600px;
    height: 250px;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color : lightgray;
    box-shadow: 10px 10px 30px lightgray;
    position: fixed;
    left: 2%;
    bottom: 3%;
    z-index: 10000000;
    padding: 20px;
    background-color:white;
}
.pnlCookie{
    padding:10px;
    border:none;
    border-radius:20px;
    background-color:lightgray;
    margin:5px;
}

.anybody-400 {
    font-family: "Anybody", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
