/*MIS COMPRAS */
.order-item {
    display: block;
    margin-bottom: 16px;
    padding: 0 24px 16px;
    background-color: #fff;
    color: #222;
}

.order-item-header-line {
    margin: 0 12px;
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
}

.order-item-header-date, .order-item-header-right a span {
    margin: 0 4px;
}


.comet-icon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.order-item-header, .order-item-header label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.order-item-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
}

.order-item-header-status {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 12px;
}

.order-item-header-status-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin-right: 12px;
}

.order-item-header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-item-header-right-info {
    line-height: 1.5;
    text-align: right;
    font-size: 13px;
}

.order-item-store {
    margin: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 16px;
    font-weight: 500;
    color: #222;
}

.order-item-store-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-item-content-body, .order-item-content-img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.order-item-content-body {
    margin-right: 16px;
}

.order-item-content-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    width: 0;
    line-height: 1.5;
}

.order-item-content-info-name, .order-item-content-info-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-item-content-info-sku {
    color: #999;
}
.order-item-content-info-number, .order-item-content-info-sku {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin-bottom: 12px;
}

.order-item-content-info-number {
    margin-bottom: 8px;
}

.order-item-content-info-number, .order-item-content-info-sku {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin-bottom: 12px;
}

.order-item-content-info-name, .order-item-content-info-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-item-content-opt {
    min-width: 288px;
}

.order-item-content-opt-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-item-content-opt-price-total {
    font-weight: 700;
}

.order-item-btns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-item-btns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comet-btn:not(.comet-btn-icon-only):not(.comet-btn-link) {
    min-width: 80px;
}

.order-item-btns .order-item-btn {
    margin: 6px 0;
    width: 224px;
    height: auto;
    white-space: normal;
    word-break: break-word;
}



/*market place*/

.fa, .fas-727272 {
    font-size: 11px;
    color: #727272;
}

.division-25292c {
    background: #25292c;
}

.breadcrumb{
    background-color: #e8e8e8!important;
}

.a:hover{
    text-decoration: none!important;
}

.emptyCart{
    background-color: rgb(246, 246, 246);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 2px;
    margin-bottom: 14px;
}


.material-icons-min {
    padding: 5px;
    font-size: 15px!important;
    color: #727272!important;
}

.white-division{
    background: rgb(255, 255, 255);
}

.white-division p{
    color: black;
}

.white-division h2{
    color: #3f8dc9;
} 

/*fin market place*/

#email-icon {
    position: relative;
}

.email-text {
    display: none;
    position: absolute;
    top: 46%;
    /* right: 100%; */
    left: -28vh;
    transform: translateY(-50%);
    background-color: #3f8dc9;
    padding: 5px 12px;
    border: 1px solid #3f8dc9;
    border-top: none;
    border-radius: 4px;
    color: white;
}

#email-icon:hover .email-text {
    display: block;
}

.center {
    max-width: 95%;
}

.texto-cotiza{
    color: #1f6ba6;
    padding: 0px 0px 40px 0px;
    text-align: center;
}


.texto-cotiza p i {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    color: #1f6ba6;
    transform: rotate(
    -90deg
    );
}

.texto-clientes{
    color: #1f6ba6;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.texto-clientes p i {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    color: #1f6ba6;
    transform: rotate(
    -90deg
    );
}


#contacto{
    padding: 20px;
}

.portafolio{
    background: rgb(255, 255, 255);
}

.portafolio p{
    color: black;
}

.portafolio h2{
    color: #3f8dc9;
}

.cotiza{
    background: rgb(41,41,47);
    background: linear-gradient(90deg, rgba(41,41,47,1) 0%, rgba(34,32,32,1) 35%, rgba(75,72,72,1) 100%); 
}

.cotiza p{
    color: white;
}

.cotiza h2{
    color: #3f8dc9;
}

.titles-heading{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    font-size: 20px;
}

/* Estilo para el contenedor del código QR */
#qr-container {
    text-align: center; /* Centra horizontalmente */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Centra vertical y horizontalmente */
    margin-top: 20px; /* Espacio superior opcional */
}


.qrInptus{
    
}


/*COUNTER*/
.clientes {
    padding-bottom: 20px;
}

.counter-style {
    text-align: center;
    margin: 10px 0;
}

.clientes .box {
    border-right: 1px solid #ccc;
}

.clientes .box b {
    display: block;
    font-weight: bold;
    font-size: 70px;
    color: #5a646a;
    text-align: center;
    min-height: 100px;
}

.clientes .box span {
    width: 120px;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    color: #5a646a;
}

/*CONVENIO MARCO*/
.convenio-marco-home {
    background: #25292c;
}

.convenio-marco-home .center {
    display: grid;
    grid-template-columns: 30% 50%;
    grid-column-gap: 100px;
    grid-template-rows: 150px;
    align-items: center;
    padding: 100px 0;
}

.convenio-marco-home img {
    width: 100%;
}

.convenio-marco-home p {
    margin: 0;
    color: #979798;
}

.convenio-marco-home a {
    display: block;
    color: #fff;
    margin-top: 20px;
}

/*FOOTER*/
footer {
    padding: 50px 0;
    min-height: 370px;
    background: #1e2225;
}

footer .center {
    position: relative;
}

footer .logo-footer {
    padding-bottom: 1px;
}

footer span {
    color: #9aa8b1;
    display: block;
    font-size: 14px;
    margin: 15px 0 30px;
}

footer .menu-footer {
    top: 0;
    padding: 0 50px;
    border-right: 1px solid #313131;
    border-left: 1px solid #313131;
    max-width: 470px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}

footer .menu-footer h3 {
    font-size: 18px;
    font-weight: normal;
    color: #9aa8b1;
    margin-bottom: 20px;
}

footer ul {
    list-style: none;
}

footer .menu-footer ul li {
    margin-bottom: 10px;
    letter-spacing: 0;
}

footer .menu-footer ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-decoration: none;
}

footer .social-media {
    right: 0;
    top: 0;
    text-align: center;
}

footer .social-media h3 {
    font-size: 18px;
    font-weight: normal;
    color: #9aa8b1;
    margin-bottom: 20px;
}

footer .social-media i {
    color: #fff;
    font-size: 27px;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

#lineas {
    padding: 8px 10px;
    text-align: right;
}


/*webs*/
.portada_web{
    margin-top: 45px;
}

.portada_web img{
    width: 100%;
}