@charset "UTF-8";
/*antiguos*/
/* $colorChatI:#D3D8DE; */
/* $colorChatI:#f1f1f1;
$colorChatYou:#fff;
$colorBgChat:#F0F3FF;
$colorBgChatI:#F0F3FF;
$colorBgChatYou:#FFF;
$cTxtChat:#566394; */
:root {
    --nav-width: 43px;
    --first-color: #0038FF;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: "PrologueMedium";
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

.icon-cambio {
    color: red;
}

@font-face {
    font-family: "PrologueMedium";
    src: url("../fonts/PrologueMedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PrologueRegular";
    src: url("../fonts/PrologueRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PrologueSemiBold";
    src: url("../fonts/PrologueSemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.menuUsuario .zonaPrevio .prev span:nth-of-type(1) {
    width: 30px;
    height: 30px;
}
.menuUsuario .zonaPrevio .prev span:nth-of-type(1) img {
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.tox.tox-silver-sink.tox-tinymce-aux {
    width: 100% !important;
}

/* punto para iconos */
i.point {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
i.point::after {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    top: -2px;
    right: -2px;
    position: absolute;
}

button {
    border: unset;
}

/* botones texto centrado*/
.btnPrimary {
    background-color: #0038FF;
    height: 33px;
    border-radius: 3.84px;
    color: white;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: fit-content;
    gap: 0.5rem;
}
.btnPrimary:hover, .btnPrimary:active {
    background-color: #000;
}
.btnPrimary i {
    color: white;
    padding: 2px;
}
.btnPrimary.disabled {
    pointer-events: none !important;
    background-color: rgb(197, 197, 197) !important;
    border: none;
    color: #000;
}

.btnSecondary {
    background-color: #0038FF;
    height: 33px;
    border-radius: 3.84px;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: fit-content;
    gap: 0.5rem;
    background-color: #C6D2FF;
    color: #0038FF;
}
.btnSecondary:hover, .btnSecondary:active {
    background-color: #000;
    color: white;
}
.btnSecondary i {
    /*   color: white; */
    padding: 2px;
}
.btnSecondary.disabled {
    pointer-events: none !important;
    background-color: rgb(197, 197, 197) !important;
    border: none;
    color: #000;
}

.btnPrimaryOrange {
    background-color: #EBA000;
    height: 33px;
    border-radius: 3.84px;
    color: #000;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: fit-content;
    gap: 0.5rem;
}
/* esta clase la debe tener el equipo de diseño para que lo incorpore */
.btnPrimaryRed {
    background-color: #dc3545;
    height: 33px;
    border-radius: 3.84px;
    color: #000;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: fit-content;
    gap: 0.5rem;
}
.btnPrimaryOrange:hover, .btnPrimaryOrange:active, .btnPrimaryRed:hover, .btnPrimaryRed:active{
    background-color: #000;
    color: #fff;
}
.btnPrimaryOrange:hover i, .btnPrimaryRed:active i, .btnPrimaryRed:hover i, .btnPrimaryRed:active i {
    color: #fff;
}
.btnPrimaryOrange i, .btnPrimaryRed i {
    transition: all 0.15s ease-in-out;
    color: #000;
    padding: 2px;
}
.btnPrimaryOrange.disabled, .btnPrimaryRed.disabled {
    pointer-events: none !important;
    background-color: rgb(197, 197, 197) !important;
    border: none;
    color: #000;
}

.btnPrimaryBig {
    background-color: #0038FF;
    height: 48px;
    border-radius: 3.84px;
    color: white;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: fit-content;
    gap: 0.5rem;
}
.btnPrimaryBig:hover, .btnPrimaryBig:active {
    background-color: #000;
}
.btnPrimaryBig i {
    color: white;
    padding: 2px;
    transition: all 0.15s ease-in-out;
}
.btnPrimaryBig i.point {
    margin: 0;
}
.btnPrimaryBig.disabled {
    pointer-events: none !important;
    background-color: rgb(197, 197, 197) !important;
    border: none;
    color: #000;
}

/* botones cards*/
.btnCardPrimary,
.btnCardSecondary,
.btnCardTerciary {
    background-color: #0038FF;
    height: 33px;
    border-radius: 3.84px;
    color: white;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem 0 calc(20px + 0.5rem);
    align-items: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: 100%;
    gap: 0.5rem;
    cursor: pointer;
}
.btnCardPrimary:hover, .btnCardPrimary:active,
.btnCardSecondary:hover,
.btnCardSecondary:active,
.btnCardTerciary:hover,
.btnCardTerciary:active {
    background-color: #000;
}
.btnCardPrimary i,
.btnCardSecondary i,
.btnCardTerciary i {
    padding: 2px;
}
.btnCardPrimary i.point,
.btnCardSecondary i.point,
.btnCardTerciary i.point {
    position: relative;
    margin: 0;
    display: unset;
}
.btnCardPrimary i.point::after,
.btnCardSecondary i.point::after,
.btnCardTerciary i.point::after {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}
.btnCardPrimary.disabled,
.btnCardSecondary.disabled,
.btnCardTerciary.disabled {
    pointer-events: none !important;
    background-color: rgb(197, 197, 197) !important;
    border: none;
    color: #000;
}

.btnCardSecondary {
    background-color: #C6D2FF;
    color: #0038FF;
}
.btnCardSecondary:hover, .btnCardSecondary:active {
    background-color: #000;
    color: white;
}

.btnCardTerciary {
    background-color: transparent;
    color: #0038FF;
    border: 1px solid #C6D2FF;
}
.btnCardTerciary:hover, .btnCardTerciary:active {
    background-color: #000;
    color: white;
}

.btnFixIcon {
    background-color: #fff;
    height: 33px;
    border-radius: 3.84px;
    color: #000;
    display: flex;
    text-wrap: nowrap;
    padding: 0 1rem;
    align-items: center;
    font-size: 12.8px;
    transition: all 0.15s ease-in-out;
    width: 100%;
    gap: 0.5rem;
    position: relative;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px rgba(224, 224, 224, 0.25);
    border: 1px solid rgba(224, 224, 224, 0.8);
}
.btnFixIcon:hover, .btnFixIcon:active {
    background-color: #e4eaff;
    border-color: #0038FF;
}
.btnFixIcon i.iconFixLeft {
    position: absolute;
    left: 1rem;
    font-size: 14px;
    font-weight: 400;
}

.btnFixIcon:has(i.iconFixLeft) {
    padding: 0 2.5rem;
}

/* /* botones bootstrap tuneados*/
/* btn-primary con icono */
/* Icono general inicio articcle boxPrevioImg */
.boxPrevioImg .txt h1 {
    display: inline-flex;
    align-items: center;
}

.entornoHeader .logo.logoMarket {
    max-width: 250px;
}
@media screen and (min-width: 576px) {
    .entornoHeader .logo.logoMarket {
        max-width: unset;
    }
}
.entornoHeader .logo.logoMarket img {
    width: 100%;
}

.loginCont .loginMarket {
    text-align: center;
}
.loginCont .loginMarket img {
    width: 100% !important;
    max-width: 260px !important;
    margin-bottom: 1em;
}

.blockPerfil {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
    .blockPerfil {
        flex-direction: row;
    }
}
@media screen and (min-width: 768px) {
    .blockPerfil div:first-child {
        max-width: 280px;
        width: 100%;
        text-align: center;
    }
}
.blockPerfil div:last-child {
    width: 100%;
}
.blockPerfil textarea {
    width: 100%;
    height: 200px;
    width: 100%;
    resize: none;
    display: block;
    box-sizing: border-box;
}

.mp-scBgCarga {
    display: grid;
    grid-gap: 1em;
    align-items: center;
    max-width: 280px;
    padding: 0;
}
.mp-scBgCarga .mp-scBg {
    width: 100%;
    height: 200px;
    padding: 5px;
    border: solid 1px #e2e2e2;
    border-radius: 0.5em;
    /*         background: repeating-linear-gradient(135deg, #DFDFDF 0, #ccc 10%, transparent 0, transparent 50%); */
    /*  background-size: 5px 5px; */
    background-color: #ffffff;
    opacity: 1;
    overflow: hidden;
    position: relative;
}
.mp-scBgCarga .mp-scBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mp-scBgCarga .mp-scBg .delImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /* background: rgb(0,0,0); */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.mp-scBgCarga .mp-scBg .delImage::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.mp-scBgCarga .mp-scBg .delImage .btnDel {
    display: inline-flex;
    padding: 4px;
    background-color: red;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1rem;
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
}
.mp-scBgCarga .mp-scBg .delImage .btnDel i {
    color: white;
    padding: 5px;
    font-size: 14px;
}
.mp-scBgCarga .mp-scBg .delImage .btnDel:hover {
    transform: scale(1.2);
}
.mp-scBgCarga .mp-scBg .delImage:has(.btnDel:hover)::before {
    opacity: 1;
}

.seccCrea {
    width: min(100vw - 2em, 280px);
    background-color: #F2F5FF;
    justify-self: center;
    border-radius: 0.5em;
    border: solid 1px #e2e2e2;
    padding: 1em;
    flex-direction: column;
    gap: 1em;
    display: flex;
    align-items: center;
}
.seccCrea i {
    display: block;
    font-size: 29px;
    font-weight: 900;
}
.seccCrea h2 {
    margin: 0;
}
.seccCrea p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.edicionServicio.crmTags {
    margin-top: 3px;
}
.edicionServicio.crmTags .listadoTags {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.edicionServicio.crmTags .listadoTags li {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 1em;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em;
    background: #D8D8D8;
    gap: 0.5rem;
}
.edicionServicio.crmTags .listadoTags li i {
    margin-left: 0.5em;
    padding-left: 0.5em;
    font-size: 0.7em;
    cursor: pointer;
}
.edicionServicio.crmTags .listadoTags li.tagReset {
    background: none;
}
.edicionServicio.crmTags .listadoTags li.tagReset:hover {
    color: white;
    background-color: #0038FF;
}

.blockDescServicio textarea {
    height: 90px;
    width: 100%;
    resize: none;
    display: block;
    box-sizing: border-box;
}

.blockImagenes {
    overflow: hidden;
}

.blockImagenes {
    max-width: 800px;
    overflow: hidden;
}
.blockImagenes .imges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges {
        flex-direction: row;
    }
}
.blockImagenes .imges .imgesItem {
    width: 100%;
    position: relative;
    border: solid 1px #e2e2e2;
    border-radius: 0.3em;
    position: relative;
    display: flex;
    overflow: hidden;
    /*   border: 1px solid red; */
}
.blockImagenes .imges .imgesItem img {
    width: 100% !important;
    height: 100%;
    min-height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
    position: relative;
    display: block;
}
.blockImagenes .imges .imgesItem .addImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}
.blockImagenes .imges .imgesItem .addImage p {
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.5rem;
}
.blockImagenes .imges .imgesItem .delImage {
    /*   display: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /* background: rgb(0,0,0); */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.blockImagenes .imges .imgesItem .delImage::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.blockImagenes .imges .imgesItem .delImage .btnDel {
    display: inline-flex;
    padding: 4px;
    background-color: red;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1rem;
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
}
.blockImagenes .imges .imgesItem .delImage .btnDel i {
    color: white;
    padding: 5px;
    font-size: 14px;
}
.blockImagenes .imges .imgesItem .delImage .btnDel:hover {
    transform: scale(1.2);
}
.blockImagenes .imges .imgesItem .delImage:has(.btnDel:hover)::before {
    opacity: 1;
}
.blockImagenes .imges .firstCont {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges .firstCont {
        max-width: 286px;
        height: 100%;
        max-height: 333px;
    }
}
.blockImagenes .imges .firstCont .wrappItem .imgesItem {
    aspect-ratio: 1/0.6;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges .firstCont .wrappItem .imgesItem {
        aspect-ratio: 1/1;
        height: 100%;
        max-height: 284px;
        max-width: 284px;
    }
}
.blockImagenes .imges .firstCont small {
    text-align: center;
    height: 1rem;
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}
.blockImagenes .imges .lastCont {
    width: 100%;
    display: grid;
    overflow: hidden;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges .lastCont {
        margin-bottom: 1.5rem;
        height: 283px;
    }
}
.blockImagenes .imges .lastCont .wrappItem {
    height: 100%;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/0.8;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges .lastCont .wrappItem {
        aspect-ratio: unset;
        height: 145.5px;
        height: 133px;
    }
}
.blockImagenes .imges .lastCont .wrappItem .imgesItem {
    /*   height: calc(100% - 20.5px); */
    width: 100%;
    position: relative;
    /*  aspect-ratio: 1/.5; */
    height: 100%;
}
@media screen and (min-width: 576px) {
    .blockImagenes .imges .lastCont .wrappItem .imgesItem {
        aspect-ratio: unset;
        height: 122.5px;
        height: 100%;
    }
}

.blockProgramServicio .dashPrevFiltro.reloj {
    display: flex;
    align-items: center;
}
.blockProgramServicio .dashPrevFiltro.reloj h3 {
    margin: 0 !important;
}
.blockProgramServicio .dashPrevFiltro.reloj .typeRadio input.radioBg[type=checkbox] {
    background: url(../img/iconos/check-relojOFF.svg) no-repeat left center;
}
.blockProgramServicio .dashPrevFiltro.reloj .typeRadio input.radioBg[type=checkbox]:checked {
    background: url(../img/iconos/check-relojON.svg) no-repeat left center;
}

.blockPausaServicio {
    display: flex;
}
.blockPausaServicio .dashPrevFiltro.pausa {
    display: flex;
    align-items: center;
}
.blockPausaServicio .dashPrevFiltro.pausa h3 {
    margin: 0 !important;
}
.blockPausaServicio .dashPrevFiltro.pausa .typeRadio {
    display: flex;
}
.blockPausaServicio .dashPrevFiltro.pausa .typeRadio input.radioBg[type=checkbox] {
    background: url(../img/iconos/check-pausaOFF.svg) no-repeat left center;
}
.blockPausaServicio .dashPrevFiltro.pausa .typeRadio input.radioBg[type=checkbox]:checked {
    background: url(../img/iconos/check-pausaON.svg) no-repeat left center;
}

.blockPausaServicio .dashPrevFiltro.pausa,
.blockProgramServicio .dashPrevFiltro.reloj {
    justify-content: space-between;
}
@media screen and (min-width: 576px) {
    .blockPausaServicio .dashPrevFiltro.pausa,
    .blockProgramServicio .dashPrevFiltro.reloj {
        justify-content: flex-start;
    }
}
.blockPausaServicio .dashPrevFiltro.pausa .typeRadio input,
.blockProgramServicio .dashPrevFiltro.reloj .typeRadio input {
    order: 2;
}
@media screen and (min-width: 576px) {
    .blockPausaServicio .dashPrevFiltro.pausa .typeRadio input,
    .blockProgramServicio .dashPrevFiltro.reloj .typeRadio input {
        order: 1;
    }
}
.blockPausaServicio .dashPrevFiltro.pausa .typeRadio small,
.blockProgramServicio .dashPrevFiltro.reloj .typeRadio small {
    order: 1;
}
@media screen and (min-width: 576px) {
    .blockPausaServicio .dashPrevFiltro.pausa .typeRadio small,
    .blockProgramServicio .dashPrevFiltro.reloj .typeRadio small {
        order: 2;
    }
}

.btnsEditServicio {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    width: 100%;
}
.btnsEditServicio .btn {
    width: 100%;
    display: block;
    text-wrap-mode: nowrap;
    text-decoration: none;
}
@media screen and (min-width: 876px) {
    .btnsEditServicio .btn {
        width: fit-content;
    }
}
.btnsEditServicio .btn-link.custo {
    text-decoration: none;
    color: #CA0000;
    position: relative;
}
.btnsEditServicio .btn-link.custo::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(219, 219, 219);
    position: absolute;
    top: -0.5rem;
    left: 0;
}
@media screen and (min-width: 876px) {
    .btnsEditServicio .btn-link.custo::before {
        width: 1px;
        height: 100%;
        top: 0;
        left: unset;
        right: -0.5rem;
    }
}
@media screen and (min-width: 876px) {
    .btnsEditServicio {
        flex-direction: row;
        justify-content: flex-end;
    }
    .btnsEditServicio .btn:nth-child(1) {
        order: 5;
    }
    .btnsEditServicio .btn:nth-child(2) {
        order: 4;
    }
    .btnsEditServicio .btn:nth-child(3) {
        order: 3;
    }
    .btnsEditServicio .btn:nth-child(4) {
        order: 2;
    }
    .btnsEditServicio .btn:nth-child(5) {
        order: 1;
    }
}

.multiSelect {
    overflow: hidden;
}
.multiSelect > label {
    text-wrap-mode: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.linkCompletaPerfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}
@media screen and (min-width: 576px) {
    .linkCompletaPerfil {
        flex-direction: row;
    }
}
.linkCompletaPerfil > span {
    display: inline-flex;
    gap: 0.5rem;
    font-size: 22px;
    text-align: center;
    flex-direction: column;
}
@media screen and (min-width: 576px) {
    .linkCompletaPerfil > span {
        text-align: unset;
        flex-direction: row;
    }
}
.linkCompletaPerfil > span i {
    background-color: #F47A00;
    padding: 4px;
    border-radius: 0.3em;
    align-self: center;
    color: white;
    display: inline-flex;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (min-width: 576px) {
    .linkCompletaPerfil > span i {
        align-self: flex-start;
    }
}
.linkCompletaPerfil > span p {
    margin-bottom: 0;
    display: inline-flex;
    gap: 0.5rem;
    color: #000;
}
.linkCompletaPerfil .btn {
    text-wrap-mode: nowrap;
    align-self: center;
}
@media screen and (min-width: 576px) {
    .linkCompletaPerfil .btn {
        align-self: self-start;
    }
}

.estados {
    margin-top: 1rem;
    overflow: hidden;
}

.blockEstado {
    overflow: hidden;
}
.blockEstado > h2 {
    display: inline-flex;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    align-items: center;
}
.blockEstado > h2 i {
    padding-left: 1px;
}
.blockEstado > p {
    font-size: 14px;
}

.blockEstado .ulCards {
    margin: 2rem 0;
    padding-left: 0;
    padding-bottom: 2rem;
    gap: 2rem;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
}
@media screen and (min-width: 576px) {
    .blockEstado .ulCards {
        overflow-x: unset;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

.blockEstado .ulCards .liCard {
    overflow: hidden;
    border-radius: 0.3em;
    background-color: #F0F3FF;
    flex-direction: column;
    display: inline-flex;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
}
@media screen and (min-width: 576px) {
    .blockEstado .ulCards .liCard {
        flex: unset;
        width: unset;
        max-width: unset;
        flex-wrap: unset;
    }
}

.blockEstado .ulCards .liCard.add {
    background: transparent;
    height: unset;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    box-shadow: none;
}
.blockEstado .ulCards .liCard.add .blockAdd {
    aspect-ratio: 1/0.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.blockEstado .ulCards .liCard.add .blockAdd span {
    height: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blockEstado .ulCards .liCard.add .blockAdd span i {
    font-size: 36px;
    padding: 16px;
    background-color: #0038FF;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    object-position: center;
    transition: all 200ms ease;
}
.blockEstado .ulCards .liCard.add .blockAdd p {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-size: 18px;
}
.blockEstado .ulCards .liCard.add .blockAdd:hover i {
    font-size: 38px;
    padding: 18px;
}

.blockEstado .ulCards .liCard figure {
    aspect-ratio: 297/147;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.blockEstado .ulCards .liCard figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blockEstado .ulCards .liCard figure > img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
}
.blockEstado .ulCards .liCard figure .tagEstado {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 12px;
    display: flex;
    gap: 0.5rem;
    background-color: #889BD1;
    border-radius: 50px;
    padding: 6px 12px;
    align-items: center;
    width: fit-content;
}
.blockEstado .ulCards .liCard figure .tagEstado p,
.blockEstado .ulCards .liCard figure .tagEstado i {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.blockEstado .ulCards .liCard figure .infoComprador {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 1rem 0.5rem;
    align-items: center;
}
.blockEstado .ulCards .liCard figure .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.blockEstado .ulCards .liCard figure .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}
.blockEstado .ulCards .liCard figure span.lineCard {
    width: calc(100% + 2rem);
    height: 1px;
    background-color: #efefef;
    background-color: #e1e8ff;
    margin: 0 -1rem;
    margin: 0;
    width: 100%;
}

.blockEstado .ulCards .liCard .infoCard {
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blockEstado .ulCards .liCard .infoCard > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockEstado .ulCards .liCard .infoCard .textProduct {
    display: flex;
    gap: 0.5rem;
    color: #000;
    font-weight: 600;
}
.blockEstado .ulCards .liCard .infoCard .textProduct p.text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockEstado .ulCards .liCard .infoCard .textProduct p.precio {
    font-size: 16px;
    text-wrap: nowrap;
    align-self: center;
    margin-bottom: 0;
}
.blockEstado .ulCards .liCard .infoCard .infoComprador {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.blockEstado .ulCards .liCard .infoCard .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.blockEstado .ulCards .liCard .infoCard .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockEstado .ulCards .liCard .infoCard .infoComprador span.lineCard {
    width: calc(100% + 2rem);
    height: 1px;
    background-color: #efefef;
    background-color: #e1e8ff;
    margin: 0 -1rem;
    margin: 0;
    width: 100%;
}
.blockEstado .ulCards .liCard .infoCard span.lineCard {
    width: calc(100% + 2rem);
    height: 1px;
    background-color: #efefef;
    background-color: #e1e8ff;
    margin: 0 -1rem;
    margin: 0;
    width: 100%;
}
.blockEstado .ulCards .liCard .infoCard .btn {
    margin-top: auto;
}

.infoFecha {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-left: 4px;
}
.infoFecha i {
    color: #0038FF;
    display: inline-flex;
}
.infoFecha i.icon-tarjeta-off {
    color: #000;
}
.infoFecha p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    align-self: center;
    display: inline-flex;
}

.contentBtn {
    display: flex;
}
@media screen and (min-width: 576px) {
    .contentBtn {
        justify-content: flex-end;
    }
}
.contentBtn .btnPrimary {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .contentBtn .btnPrimary {
        width: initial;
    }
}

/* bloque borradores */
.blockEstado.borradores {
    /*   button{ */
    /* margin-top: 1rem; */
    /* } */
}
.blockEstado.borradores .liCard figure img {
    opacity: 1;
}

/* .blockEstado.activos{

} */
.blockEstado.pausados .liCard figure img {
    opacity: 1;
}
.blockEstado.pausados .textProduct {
    opacity: 0.3;
}

/*  Modal finalizar servcio */
.modal-backdrop {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #F2F5FF;
}

.modal-header {
    background-color: transparent;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "";
    background-image: url(/assets/img/iconos/upload.svg);
    background-repeat: no-repeat;
    /*     background-color: #e9ecef; */
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.modal label {
    color: #7C89B5;
}
.modal .icon-info:before {
    content: "\e917";
    margin-top: 10px;
    color: white;
    font-size: 10px;
    background-color: grey;
    border-radius: 5px;
}
.modal textarea {
    font-size: 14px;
}

.blockMultiselect {
    background-color: #E9ECEF;
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
}
.blockMultiselect .itemSelect {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 0 12px;
    border-bottom: dashed 1px #e2e2e2;
    padding: 0.5rem 0.8rem;
    gap: 0.3rem;
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.blockMultiselect .itemSelect:hover {
    background-color: #e3e5e7;
}
.blockMultiselect .itemSelect:last-child {
    border-bottom: none;
}
.blockMultiselect .itemSelect .nomArchivo {
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    overflow: hidden;
    flex: 1;
}
.blockMultiselect .itemSelect .nomArchivo p {
    margin: 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blockMultiselect .itemSelect i {
    font-weight: 700;
    flex: 0;
    font-size: 10px;
}

/*  Modal trabajo enviado */
/* .trabajoEnviado{ */
h1.solicitudRechazada,
h1.trabajoEnviado {
    color: #0038FF;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

p.solicitudRechazada,
p.trabajoEnviado {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
}

.modalEliminarTodos.modal-header,
.modalEliminar.modal-header,
.modalCancelar.modal-header,
.modalAceptar.modal-header {
    border: none;
}

.modalEliminar.buttons,
.modalCancelar.buttons,
.modalAceptar.buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modalEliminarTodos.buttonsRow {
    display: flex;
    gap: 1rem;
}

h1.modalElimiar,
h1.modalCancelar,
h1.modalAceptar {
    /*  color: $color; */
    width: 100%;
    /*   text-align: center; */
    /*   font-size: 24px; */
    font-weight: 600;
}

p.modalEliminarTodos,
p.modalEliminar,
p.modalCancelar,
p.modalAceptar {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 1rem;
}

.modal-header.sobreMiMod {
    border: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
}
.modal-header.sobreMiMod img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 4px 4px 0px #CECECE;
    margin-top: 0.5rem;
}

.modal-header.sobreMiMod h1 {
    color: #0038FF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.modal-header.sobreMiMod p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.modal-body.sobreMiMod {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.modal-dialog.mDisputas {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    bottom: unset;
    top: 0;
    margin: 1em;
    width: calc(100% - 2em);
}
@media screen and (min-width: 768px) {
    .modal-dialog.mDisputas {
        margin: 0;
        top: unset;
        bottom: 1rem;
        right: calc(1rem - 2px);
        left: unset;
        width: calc(100% - (230px + 2rem - 4px));
    }
}
@media screen and (min-width: 1030px) {
    .modal-dialog.mDisputas {
        max-width: 800px;
    }
}

.mDisputas .modal-content {
    background-color: #fff;
    border: none;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 0 0;
    height: 100%;
    max-height: calc(100dvh - 50px);
    border-radius: 12px;
}
.mDisputas .modal-header {
    background-color: transparent;
}
.mDisputas .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    flex: 1;
}

.mDisputas .modal-header {
    flex: 0;
}
.mDisputas .modal-header .infoUsuario {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.mDisputas .modal-header .infoUsuario img {
    width: 34px;
    height: 34px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50px;
    align-self: center;
}
.mDisputas .modal-header .infoUsuario .info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    color: #000;
}
.mDisputas .modal-header .infoUsuario .info .nomUsuario {
    margin-bottom: 0;
    font-size: 12px;
}
.mDisputas .modal-header .infoUsuario .info .nomUsuario span {
    color: #0038FF;
}
.mDisputas .modal-header .infoUsuario .info .nomServicio {
    font-size: 18px;
    margin-bottom: 0;
}

.mDisputas .modal-body .innerBody {
    height: 100%;
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.mDisputas .modal-body .innerBody h1 {
    color: #0038FF;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
}
.mDisputas .modal-body .innerBody .normas {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.mDisputas .modal-body .innerBody .normas li::marker {
    font-size: 18px;
    font-weight: 600;
}
.mDisputas .modal-body .innerBody .normas > p {
    margin-bottom: 1em;
}
.mDisputas .modal-body .innerBody .normas .pBolder {
    font-size: 18px;
    font-weight: 600;
}
.mDisputas .modal-body .innerBody .normas ol li p {
    margin-bottom: 1rem;
}
.mDisputas .modal-body .innerBody .normas ol li p a {
    color: #0038FF;
    cursor: pointer;
    text-decoration: underline;
}

.mDisputas .modal-body .footerDisputas {
    border-top: none;
    flex: 0;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.mDisputas .modal-body .footerDisputas .btn {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .footerDisputas .btn {
        max-width: 250px;
        align-self: flex-start;
    }
}

.mDisputas .modal-body .innerBody .block .footerDisputas.fixed {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    background-color: white;
    left: 0;
    right: 0;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody .block .footerDisputas.fixed {
        position: unset;
        padding: 0;
    }
}

.mDisputas .modal-body .innerBody:has(.block .footerDisputas.fixed) {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody:has(.block .footerDisputas.fixed) {
        margin-bottom: unset;
    }
}

.mDisputas .modal-body .innerBody:has(.block) {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody:has(.block) {
        gap: 1rem;
        flex-direction: row-reverse;
    }
    .mDisputas .modal-body .innerBody:has(.block) .block:first-child {
        flex: 1 1 240px;
        border-left: 1px solid #d9d9d9;
        padding: 0.1rem;
    }
    .mDisputas .modal-body .innerBody:has(.block) .block:last-child {
        flex: 2 1 240px;
        padding: 0 2px;
    }
}

.mDisputas .modal-body .innerBody .block:last-child > .smallInfo {
    display: block;
    margin-top: 3rem;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody .block:last-child > .smallInfo {
        margin-top: 1rem;
    }
}

.mDisputas .modal-body .innerBody .block ul.blockPasos {
    list-style: none;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody .block ul.blockPasos {
        margin-bottom: 0;
    }
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li {
    position: relative;
    margin-bottom: 2rem;
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li.active::before, .mDisputas .modal-body .innerBody .block ul.blockPasos li.active::after {
    background-color: #0038FF;
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li.active::after {
    border-color: #0038FF;
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    left: -24px;
    top: 4px;
    border-radius: 3px;
    overflow: hidden;
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 2rem - 12px);
    background-color: #d9d9d9;
    left: -18px;
    top: 17px;
    overflow: hidden;
    display: none;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody .block ul.blockPasos li::before {
        display: block;
    }
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li p.pPaso {
    font-size: 19px;
    font-weight: 600;
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li:last-child {
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .mDisputas .modal-body .innerBody .block ul.blockPasos li:last-child {
        margin-bottom: 0px;
    }
}
.mDisputas .modal-body .innerBody .block ul.blockPasos li:last-child::before {
    display: none;
}

.chatDisputa {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chatDisputa .time {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chatDisputa .time span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 24px;
    background-color: #f1f1f1;
    padding: 0 0.8rem;
    border-radius: 0.8rem;
    color: #000;
    width: fit-content;
    overflow: hidden;
}

.chatDisputa .blockYou,
.chatDisputa .blockI {
    width: 100%;
    max-width: 80%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.chatDisputa .blockYou p,
.chatDisputa .blockI p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.chatDisputa .blockYou .hora,
.chatDisputa .blockI .hora {
    font-size: 10px;
    color: #4a4a4a;
}
.chatDisputa .blockYou .archivo,
.chatDisputa .blockI .archivo {
    height: 100%;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.chatDisputa .blockYou .archivo a,
.chatDisputa .blockI .archivo a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0.5rem 0 0.5rem 1rem;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}
.chatDisputa .blockYou .archivo a p,
.chatDisputa .blockI .archivo a p {
    word-break: break-all;
    flex: 1;
    overflow: hidden;
    border-right: 1px solid #D3D8DE;
    padding-right: 0.3rem;
    font-size: 14px;
}
.chatDisputa .blockYou .archivo a .icono,
.chatDisputa .blockI .archivo a .icono {
    width: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.chatDisputa .blockYou .archivo a .icono i,
.chatDisputa .blockI .archivo a .icono i {
    height: 100%;
    margin: auto;
    transition: color 300ms ease;
    color: #212121;
}
.chatDisputa .blockYou .archivo a:hover .icono i,
.chatDisputa .blockI .archivo a:hover .icono i {
    color: #000;
    font-weight: 600;
}

.archivo.download a .icono .icon-descargar-url2,
.archivo.download a .icono .icon-descargar-url {
    transform: none;
    font-size: 18px;
}

.archivo.download a .icono .icon-upload {
    transform: rotate(180deg);
}

.chatDisputa .blockI {
    background-color: #f1f1f1;
    align-self: flex-end;
}
.chatDisputa .blockI .hora {
    align-self: flex-end;
}
.chatDisputa .blockI .archivo {
    background-color: #fff;
}

.chatDisputa .blockYou {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.chatDisputa .blockYou .hora {
    align-self: flex-start;
}
.chatDisputa .blockYou .archivo {
    background-color: #f1f1f1;
}

.entornoBody:has(.modal-dialog.mChat) {
    background: transparent;
}

@media (min-width: 576px) {
    .modal.fade.show .modal-dialog.mDisputas,
    .modal.fade.show .modal-dialog.mChat {
        max-width: unset;
    }
}
@media (min-width: 768px) {
    .modal.fade.show .modal-dialog.mDisputas,
    .modal.fade.show .modal-dialog.mChat {
        max-width: 800px;
    }
}

.modal.fade.show .modal-dialog.mDisputas,
.modal.fade.show .modal-dialog.mChat {
    transform: translateY(calc(100dvh - (100% + 2em)));
}
@media screen and (min-width: 768px) {
    .modal.fade.show .modal-dialog.mDisputas,
    .modal.fade.show .modal-dialog.mChat {
        transform: translate(0, 0);
    }
}

.modal.fade .modal-dialog.mDisputas,
.modal.fade .modal-dialog.mChat {
    transition: transform 0.2s ease-out;
    transform: translate(0, 300px);
}

.modal-dialog.mChat {
    position: fixed;
    bottom: unset;
    top: 0;
    margin: 1em;
    width: calc(100% - 2em);
}
@media screen and (min-width: 768px) {
    .modal-dialog.mChat {
        margin: 0;
        top: unset;
        bottom: 1rem;
        right: calc(1rem - 2px);
        left: unset;
        width: calc(100% - (230px + 2rem - 4px));
    }
}
@media screen and (min-width: 1030px) {
    .modal-dialog.mChat {
        max-width: 800px;
    }
}

.mChat .modal-content {
    background-color: #fff;
    border: none;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 100%;
    height: calc(100dvh - 70px);
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .mChat .modal-content {
        border-radius: 12px;
        height: calc(100dvh - 200px);
    }
}
.mChat .modal-header {
    background-color: transparent;
}
.mChat .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.mChat .modal-body .innerBody {
    height: 100%;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    scroll-behavior: smooth;
    margin-bottom: 1rem;
}
.mChat .modal-body .innerBody .chatContent {
    margin-top: auto;
    width: 100%;
    margin-bottom: 1rem;
}
.mChat .modal-body .blockInputChat {
    flex-grow: 0;
}
.mChat .modal-body .blockInputChat .btn {
    align-items: center;
    display: flex;
    border-radius: 100px;
    width: 42px;
    height: 42px;
}
.mChat .modal-body .blockInputChat .btn i {
    font-size: 18px;
    aspect-ratio: 1/1;
    font-weight: 900;
}

.mChat .modal-header {
    flex: 0;
    gap: 0.5rem;
}
.mChat .modal-header .btnArrowNav,
.mChat .modal-header .btnNavFiltros {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}
.mChat .modal-header .btnArrowNav i,
.mChat .modal-header .btnNavFiltros i {
    font-size: 20px;
    font-weight: 900;
    padding: 4px;
    color: #000;
}
.mChat .modal-header .btnArrowNav:hover > i,
.mChat .modal-header .btnNavFiltros:hover > i {
    font-weight: 900;
}
.mChat .modal-header ul.optionsFilter {
    background-color: white;
    border-radius: 0.5em;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    list-style: none;
    padding: 1rem 0.5rem;
    border: 1px solid lightgrey;
    margin-bottom: 0;
    flex-direction: column;
    z-index: 1;
    width: 200px;
    display: none;
}
.mChat .modal-header ul.optionsFilter.active {
    display: flex;
}
.mChat .modal-header ul.optionsFilter .item {
    overflow: hidden;
    padding: 0.5rem;
}
.mChat .modal-header ul.optionsFilter .item:hover {
    background-color: #f5f5f5;
}
.mChat .modal-header ul.optionsFilter .item p {
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}
.mChat .modal-header .infoNav,
.mChat .modal-header .infoUsuario {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.mChat .modal-header .infoUsuario img {
    width: 34px;
    height: 34px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50px;
    align-self: center;
}
.mChat .modal-header .infoUsuario .info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    color: #000;
}
.mChat .modal-header .infoUsuario .info .nomUsuario {
    margin-bottom: 0;
    font-size: 12px;
}
.mChat .modal-header .infoUsuario .info .nomUsuario span {
    color: #0038FF;
}
.mChat .modal-header .infoUsuario .info .nomServicio {
    font-size: 18px;
    margin-bottom: 0;
}
.mChat .modal-header .infoNav .ulNavHeader {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    height: 39.19px;
    gap: 0.6rem;
}
@media screen and (min-width: 361px) {
    .mChat .modal-header .infoNav .ulNavHeader {
        gap: 1rem;
        margin-left: 0.5rem;
    }
}
.mChat .modal-header .infoNav .ulNavHeader li span {
    display: inline-flex;
    font-size: 14px;
    height: 28px;
    padding: 0 0.7rem;
    border-radius: 12px;
    border: 1px solid #0038FF;
    color: #0038FF;
    align-items: center;
    transition: all 300ms ease;
    cursor: pointer;
}
.mChat .modal-header .infoNav .ulNavHeader li span:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.mChat .modal-header .infoNav .ulNavHeader li.active span {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.mChat .modal-header:has(.ulNavHeader) {
    justify-content: flex-start;
}

/* contenedor chat */
.chatContent {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chatContent .time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
.chatContent .time span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 24px;
    background-color: #e5ebff;
    padding: 0 0.8rem;
    border-radius: 0.8rem;
    color: #0038FF;
    width: fit-content;
    overflow: hidden;
}

.chatContent .blockYou,
.chatContent .blockI {
    width: 100%;
    max-width: 80%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.chatContent .blockYou p,
.chatContent .blockI p {
    font-size: 16px;
    margin-bottom: 0;
    color: #566394;
}
.chatContent .blockYou .hora,
.chatContent .blockI .hora {
    font-size: 10px;
    color: #4a4a4a;
}
.chatContent .blockYou .archivo,
.chatContent .blockI .archivo {
    height: 100%;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.chatContent .blockYou .archivo a,
.chatContent .blockI .archivo a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0.5rem 0 0.5rem 1rem;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}
.chatContent .blockYou .archivo a p,
.chatContent .blockI .archivo a p {
    word-break: break-all;
    flex: 1;
    overflow: hidden;
    border-right: 1px solid #D3D8DE;
    padding-right: 0.3rem;
    font-size: 14px;
}
.chatContent .blockYou .archivo a .icono,
.chatContent .blockI .archivo a .icono {
    width: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.chatContent .blockYou .archivo a .icono i,
.chatContent .blockI .archivo a .icono i {
    height: unset;
    margin: auto;
    transition: color 300ms ease;
    color: #212121;
}
.chatContent .blockYou .archivo a:hover .icono i,
.chatContent .blockI .archivo a:hover .icono i {
    color: #000;
    font-weight: 600;
}

.archivo.download a .icono i {
    transform: rotate(180deg);
}

.chatContent .blockI {
    background-color: #e5ebff;
    align-self: flex-end;
}
.chatContent .blockI .hora {
    align-self: flex-end;
}
.chatContent .blockI .archivo {
    background-color: #f6f6f6;
    background-color: #fff;
}

.chatContent .blockYou {
    background-color: #f6f6f6;
}
.chatContent .blockYou .hora {
    align-self: flex-start;
}
.chatContent .blockYou .archivo {
    background-color: #e5ebff;
    background-color: #fff;
}

.innerBody {
    position: relative;
}

.chatContent {
    height: min-content;
}

.mChat .blockInputChat {
    background-color: #e5ebff;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: -1rem;
    padding: 1rem;
    border-radius: 12px 12px 0 0;
    position: relative;
    /*     botón enviar */
}
.mChat .blockInputChat form {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
.mChat .blockInputChat input.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.mChat .blockInputChat .fileLabel {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    color: red;
    padding: 12px;
    background-color: #fff;
    margin: 0;
    width: 42px;
    height: 42px;
}
.mChat .blockInputChat .fileLabel:hover .icon-mas {
    color: #000;
}
.mChat .blockInputChat .fileLabel .icon-mas {
    color: #0038FF;
    font-size: 18px;
    font-weight: 900;
    transition: color 300ms ease;
}
.mChat .blockInputChat .fileLabel .icon-cerrar {
    color: #0038FF;
    font-size: 18px;
    font-weight: 900;
    transition: color 300ms ease;
    color: red;
    font-size: 12px;
    line-height: 100%;
    width: 100%;
    text-align: center;
}
.mChat .blockInputChat .btnCerrarTodos {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    color: red;
    padding: 12px;
    background-color: #fff;
    margin: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    flex: 0 0 42px;
}
.mChat .blockInputChat .btnCerrarTodos .icon-cerrar {
    color: #0038FF;
    font-size: 18px;
    font-weight: 900;
    transition: color 300ms ease;
    color: red;
    font-size: 12px;
    line-height: 100%;
    width: 100%;
    text-align: center;
}
.mChat .blockInputChat input.inputText {
    border: none;
    font-size: 16px;
    color: #566394;
}
.mChat .blockInputChat input.inputText::placeholder {
    font-size: 16px;
    color: #566394;
}
.mChat .blockInputChat span.btn,
.mChat .blockInputChat button[type=submit] {
    border-radius: 100px;
    width: 42px;
    height: 42px;
}
.mChat .blockInputChat span.btn i,
.mChat .blockInputChat button[type=submit] i {
    font-size: 18px;
    aspect-ratio: 1/1;
    font-weight: 900;
}
.mChat .blockInputChat.disabled form {
    cursor: defalult;
    pointer-events: none;
    opacity: 0.5;
}

.mChat .blockInputChat .blockMultiSelect {
    width: 100%;
    background-color: #e5ebff;
    width: 100%;
    padding: 1rem;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 60px;
    /*     box-shadow: 1px -20px 19px 0px rgba(0, 0, 0, 0.1); */
    gap: 0.3rem;
}
.mChat .blockInputChat .blockMultiSelect .cerrarTodos {
    display: inline-flex;
    cursor: pointer;
    padding: 0.3rem 0.98rem;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.mChat .blockInputChat .blockMultiSelect .cerrarTodos:hover p {
    color: #000;
}
.mChat .blockInputChat .blockMultiSelect .cerrarTodos i {
    color: red;
    /*  font-weight: 400;
    transition: font-weight 200ms ease; */
}
.mChat .blockInputChat .blockMultiSelect .cerrarTodos p {
    font-size: 12px;
    color: #566394;
    font-weight: 400;
    transition: color 200ms ease;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 0 12px;
    padding: 0.3rem 3.4rem 0.3rem 0.98rem;
    gap: 1.5rem;
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect:hover .nomArchivo p {
    color: #000;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect .icon-cerrar {
    color: red;
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect .nomArchivo {
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect .nomArchivo p {
    margin: 0;
    display: block;
    color: #566394;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect .nomArchivo p:nth-of-type(1) {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    color: #566394;
}
.mChat .blockInputChat .blockMultiSelect .itemSelect .nomArchivo p:nth-of-type(2) {
    display: block;
    text-overflow: none;
    margin-left: 1rem;
}

.inicioChatContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    height: 100%;
    /*     .tagEstado{
            height: 36px;
            width: 100%;
            position: relative;
            max-width: 630px;
            margin: 0 auto;
            flex-direction: column;
            flex:0 0 36px;
            span.cerrar{
                position: absolute;
                transform: translateY(-50%);
                right: 1rem;
                top: 50%;
                cursor: pointer;
                font-weight: 900;
                i{
                    font-weight: 900;
                    color: $color1;
                    font-size: 12px;
                 }
            }
            .estRechazado,
            .estAprobado,
            .estPendiente{
                border-radius: .5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                color:white;
                height: 100%;
                font-weight: 600;
                padding:0 2rem;
                gap: .5rem;

                i{
                    font-weight: 600;
                }
                p{
                    display:block;
                    text-wrap-mode: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-bottom: 0;
                }

            }
            .estRechazado{
                background-color: #828282;
            }
            .estAprobado{
                background-color: #257600;
            }
            .estPendiente{
                background-color: $colorOrange;
                color: $color1;
            }

        } */
    /*   .tagEstado:has(.estAprobado) span.cerrar i,
      .tagEstado:has(.estRechazado) span.cerrar i{
          color: white
      } */
}
.inicioChatContent .buttonsDuo {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
.inicioChatContent .buttonsDuo button {
    flex: 1 1 auto;
    display: flex;
    font-weight: 600;
}
.inicioChatContent .buttonsDuo button i {
    font-weight: 600;
}
.inicioChatContent .modal-content .tagEstado {
    height: 36px;
    width: 100%;
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    flex-direction: column;
    flex: 0 0 36px;
}
.inicioChatContent .modal-content .tagEstado span.cerrar {
    position: absolute;
    transform: translateY(-50%);
    right: 1rem;
    top: 50%;
    cursor: pointer;
    font-weight: 900;
}
.inicioChatContent .modal-content .tagEstado span.cerrar i {
    font-weight: 900;
    color: #000;
    font-size: 12px;
}
.inicioChatContent .modal-content .tagEstado .estRechazado,
.inicioChatContent .modal-content .tagEstado .estAprobado,
.inicioChatContent .modal-content .tagEstado .estPendiente {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    font-weight: 600;
    padding: 0 2rem;
    gap: 0.5rem;
}
.inicioChatContent .modal-content .tagEstado .estRechazado i,
.inicioChatContent .modal-content .tagEstado .estAprobado i,
.inicioChatContent .modal-content .tagEstado .estPendiente i {
    font-weight: 600;
}
.inicioChatContent .modal-content .tagEstado .estRechazado p,
.inicioChatContent .modal-content .tagEstado .estAprobado p,
.inicioChatContent .modal-content .tagEstado .estPendiente p {
    display: block;
    text-wrap-mode: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.inicioChatContent .modal-content .tagEstado .estRechazado {
    background-color: #828282;
}
.inicioChatContent .modal-content .tagEstado .estAprobado {
    background-color: #257600;
}
.inicioChatContent .modal-content .tagEstado .estPendiente {
    background-color: #EBA000;
    color: #000;
}
.inicioChatContent .modal-content .tagEstado:has(.estAprobado) span.cerrar i,
.inicioChatContent .modal-content .tagEstado:has(.estRechazado) span.cerrar i {
    color: white;
}
.inicioChatContent .infoInicio {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    max-width: 92%;
    margin: 2rem auto;
}
@media screen and (min-width: 768px) {
    .inicioChatContent .infoInicio {
        max-width: 80%;
    }
}
.inicioChatContent .infoInicio img {
    /*    width: 120px; */
    border-radius: 200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.inicioChatContent .infoInicio h1 {
    color: #0038FF;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.inicioChatContent .infoInicio p {
    font-size: 22px;
    color: #566394;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem;
}

.modal-content .tagEstado {
    height: 36px;
    width: 100%;
    position: relative;
    max-width: 630px;
    margin: 0 auto 1rem;
    flex-direction: column;
    flex: 0 0 36px;
}
.modal-content .tagEstado span.cerrar {
    position: absolute;
    transform: translateY(-50%);
    right: 1rem;
    top: 50%;
    cursor: pointer;
    font-weight: 900;
}
.modal-content .tagEstado span.cerrar i {
    font-weight: 900;
    color: #000;
    font-size: 12px;
}
.modal-content .tagEstado .estRechazado,
.modal-content .tagEstado .estAprobado,
.modal-content .tagEstado .estPendiente {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    font-weight: 600;
    padding: 0 2rem;
    gap: 0.5rem;
}
.modal-content .tagEstado .estRechazado i,
.modal-content .tagEstado .estAprobado i,
.modal-content .tagEstado .estPendiente i {
    font-weight: 600;
}
.modal-content .tagEstado .estRechazado p,
.modal-content .tagEstado .estAprobado p,
.modal-content .tagEstado .estPendiente p {
    display: block;
    text-wrap-mode: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.modal-content .tagEstado .estRechazado {
    background-color: #828282;
}
.modal-content .tagEstado .estAprobado {
    background-color: #257600;
}
.modal-content .tagEstado .estPendiente {
    background-color: #EBA000;
    color: #000;
}
.modal-content .tagEstado:has(.estAprobado) span.cerrar i,
.modal-content .tagEstado:has(.estRechazado) span.cerrar i {
    color: white;
}

/* buttonsDuo fuera */
.buttonsDuo {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 630px;
    margin: 0 auto 1rem;
}
.buttonsDuo button {
    flex: 1 1 auto;
    display: flex;
    font-weight: 600;
}
.buttonsDuo button i {
    font-weight: 600;
}

.tagEstado {
    height: 36px;
    width: 100%;
    position: relative;
    max-width: 630px;
    margin: 0 auto 1rem;
    flex-direction: unset;
    flex: 0 0 36px;
    overflow: hidden;
}
.tagEstado span.cerrar {
    position: absolute;
    transform: translateY(-50%);
    right: 1rem;
    top: 50%;
    cursor: pointer;
    font-weight: 900;
}
.tagEstado span.cerrar i {
    font-weight: 900;
    color: #000;
    font-size: 12px;
}
.tagEstado .estRechazado,
.tagEstado .estAprobado,
.tagEstado .estPendiente {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100%;
    font-weight: 600;
    padding: 0 2rem;
    gap: 0.5rem;
}
.tagEstado .estRechazado i,
.tagEstado .estAprobado i,
.tagEstado .estPendiente i {
    font-weight: 600;
}
.tagEstado .estRechazado p,
.tagEstado .estAprobado p,
.tagEstado .estPendiente p {
    display: block;
    text-wrap-mode: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tagEstado .estRechazado {
    background-color: #828282;
}
.tagEstado .estAprobado {
    background-color: #257600;
}
.tagEstado .estPendiente {
    background-color: #EBA000;
    color: #000;
}

.tagEstado:has(.estAprobado) span.cerrar i,
.tagEstado:has(.estRechazado) span.cerrar i {
    color: white;
}

.mChat:has(.innerBody .inicioChatContent .tagEstado .estRechazado) .infoInicio {
    opacity: 0.5;
}
.mChat:has(.innerBody .inicioChatContent .tagEstado .estRechazado) .blockInputChat form {
    pointer-events: none;
    opacity: 0.5;
}

.modal-body .innerBody {
    padding: 0 5px;
}

.modal-body .innerBody::-webkit-scrollbar {
    width: 5px;
}

.modal-body .innerBody::-webkit-scrollbar-thumb {
    background: #0038FF;
    border-radius: 4px;
}

.modal-body .innerBody::-webkit-scrollbar-thumb:active {
    background-color: #000;
}

.modal-body .innerBody::-webkit-scrollbar-thumb:hover {
    background: #000;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.modal-body .innerBody::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.modal-body .innerBody::-webkit-scrollbar-track:hover,
.modal-body .innerBody::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.tablaComun thead th,
.tablaComun thead td,
.tablaComun tbody th,
.tablaComun tbody td {
    text-wrap-mode: nowrap !important;
    text-overflow: ellipsis !important;
}
.tablaComun thead tbody tr td a {
    position: relative;
}
.tablaComun tbody tr td a.point::after {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    top: -2px;
    right: -4px;
    position: absolute;
}
.tablaComun tbody tr td .menuXtraRight .opciones {
    z-index: 3 !important;
}
.tablaComun tbody tr:nth-last-child(3) td:nth-last-child(1) .menuXtraRight .opciones,
.tablaComun tbody tr:nth-last-child(2) td:nth-last-child(1) .menuXtraRight .opciones,
.tablaComun tbody tr:nth-last-child(1) td:nth-last-child(1) .menuXtraRight .opciones {
    top: inherit;
    bottom: -1em;
}

.tablaComun tbody.noWrap tr td,
.tablaComun .thead tr.noWrap th {
    text-wrap-mode: nowrap !important;
    text-overflow: ellipsis !important;
}

.tablaComun tbody tr.noWrap td {
    text-wrap-mode: nowrap !important;
    text-overflow: ellipsis !important;
}

.icon-crm-estado.mpEstadoAceptado {
    color: #57E200;
    font-size: 0.5em;
}

.icon-crm-estado.mpEstadoPendiente {
    color: #F4B300;
    font-size: 0.5em;
}

.icon-crm-estado.mpEstadoEnProceso {
    color: blue;
    font-size: 0.5em;
}

.icon-crm-estado.mpEstadodenegado {
    color: red;
    font-size: 0.5em;
}

@media screen and (min-width: 1000px) {
    .crmFiltro.mp {
        grid-template-columns: 2fr 6fr;
    }
}

.tablaComun tbody tr td span.ancla {
    position: relative;
    cursor: pointer;
    color: #0038FF;
}

.tablaComun tbody tr td a {
    position: relative;
}

.tablaComun tbody tr td a.point::after {
    content: "";
    width: 5px;
    height: 5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    top: -2px;
    right: -4px;
    position: absolute;
}

.tSickyFirstLast tr td:first-child {
    z-index: 1 !important;
}

.tablaComun tbody tr td span.point::after {
    content: "";
    width: 5px;
    height: 5px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    top: -2px;
    right: -4px;
    position: absolute;
}

.entornoMenu i.point::after {
    top: 3px;
    right: 4px;
}

.zonaMenu .tagNuevo {
    width: fit-content;
    color: white;
    height: 20px;
    padding: 4px 10px;
    border-radius: 0.3em;
    background-color: #CF0000;
    margin-left: 1rem;
}

.entornoMain {
    overflow: hidden;
}
.entornoMain .mainCategorias {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 576px) {
    .entornoMain .mainCategorias {
        display: grid;
        grid-template-columns: 275px auto;
        grid-template-rows: auto 1fr;
        gap: 1rem;
    }
}

.btnCategoriasMovil {
    height: 60px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 0.3rem;
    grid-column: 1/2;
    grid-row: 2/3;
    cursor: pointer;
}
.btnCategoriasMovil p {
    margin-bottom: 0;
}
.btnCategoriasMovil i {
    font-weight: 900;
    color: #0038FF;
}
@media screen and (min-width: 576px) {
    .btnCategoriasMovil {
        display: none;
    }
}

.blockFilters {
    width: 100%;
    overflow: visible;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
    .blockFilters {
        margin-bottom: unset;
        display: flex;
        flex-direction: column;
        grid-column: 2/3;
        width: unset;
    }
}
@media screen and (min-width: 1024px) {
    .blockFilters {
        flex-direction: row;
    }
}
.blockFilters .resultados {
    width: 100%;
    display: grid;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
    grid-column: 1/3;
    grid-row: 1/2;
}
@media screen and (min-width: 576px) {
    .blockFilters .resultados {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
.blockFilters .resultados h2 {
    display: flex;
    gap: 0.5rem;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    width: fit-content;
    align-items: center;
}
.blockFilters .resultados ul.listadoTags {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.blockFilters .resultados li.item {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 1em;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em;
    background: #D8D8D8;
    gap: 0.5rem;
}
.blockFilters .resultados li.item p {
    max-width: calc(33vw - (4em + 11px));
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    cursor: default;
}
@media screen and (min-width: 576px) {
    .blockFilters .resultados li.item p {
        max-width: 100px;
    }
}
.blockFilters .resultados li.item i {
    cursor: pointer;
    font-weight: 800;
    font-size: 10px;
}
.blockFilters .resultados li.item.tagReset {
    background: none;
}
.blockFilters .blockOptionsFilter {
    display: grid;
    color: #000;
    text-wrap-mode: nowrap;
    overflow: visible;
    position: relative;
    height: 60px;
    width: fit-content;
    justify-self: flex-end;
    align-self: flex-end;
    align-items: center;
    grid-column: 2/3;
    grid-row: 2/3;
}
@media screen and (min-width: 576px) {
    .blockFilters .blockOptionsFilter {
        height: 40px;
        display: flex;
        width: unset;
    }
}
.blockFilters .blockOptionsFilter .text {
    font-size: 13px;
}
.blockFilters .blockOptionsFilter .text span.buttonn {
    cursor: pointer;
}
.blockFilters .blockOptionsFilter .text span span {
    font-weight: 600;
    text-decoration: underline;
}
.blockFilters .blockOptionsFilter .text span span .icon-orden-filtro {
    font-weight: 800;
}
.blockFilters .blockOptionsFilter ul.optionsFilter {
    background-color: #fbfbfb;
    border-radius: 0.5em;
    position: absolute;
    top: 60px;
    right: 0;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    list-style: none;
    padding: 1rem 0.5rem;
    border: 1px solid lightgrey;
    margin-bottom: 0;
    flex-direction: column;
    z-index: 1;
    display: none;
    width: 100%;
    width: 195px;
}
@media screen and (min-width: 576px) {
    .blockFilters .blockOptionsFilter ul.optionsFilter {
        top: 40px;
    }
}
.blockFilters .blockOptionsFilter ul.optionsFilter.active {
    display: flex;
}
.blockFilters .blockOptionsFilter ul.optionsFilter .item {
    overflow: hidden;
    padding: 0.5rem;
}
.blockFilters .blockOptionsFilter ul.optionsFilter .item:hover {
    background-color: #f5f5f5;
}
.blockFilters .blockOptionsFilter ul.optionsFilter .item p {
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-bottom: 0;
}

.mpSelecCategorias {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
}
.mpSelecCategorias.active {
    grid-template-rows: 1fr;
    margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
    .mpSelecCategorias {
        display: unset;
        grid-template-rows: unset;
        width: 275px;
        flex: 0 0 275px;
        grid-column: 1/2;
        grid-row: 1/3;
    }
}

ul.mpListado {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: unset;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
}
ul.mpListado li.mpItem .mpItemLink {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    color: grey;
    align-items: center;
    cursor: pointer;
}
ul.mpListado li.mpItem .mpItemLink .mpInfo {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    gap: 0.5rem;
}
ul.mpListado li.mpItem .mpItemLink .mpInfo > p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
ul.mpListado li.mpItem .mpItemLink i.arrowDrop {
    flex-grow: 0;
    display: inline-block;
    padding-left: 2px;
    font-size: 16px;
    font-weight: 900;
    color: #000;
}
ul.mpListado .mpDropdown {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease;
}
ul.mpListado .mpDropdown.active {
    grid-template-rows: 1fr;
}
ul.mpListado .mpDropdown .mpHidden {
    overflow: hidden;
    overflow-x: visible;
}
ul.mpListado .mpDropdown .mpHidden > .mpContent {
    /*  padding-top:5px; */
    /*   padding: .5rem; */
    overflow-x: visible;
    margin: 0 0 0.5rem 0;
}

ul.mpListado .mpDropdown .mpHidden .mpContent {
    display: flex;
    flex-direction: column;
    /* gap: .8rem; */
}
ul.mpListado .mpDropdown .mpHidden .mpContent .form-check {
    margin-bottom: 0;
    min-height: unset;
    padding: 0.8rem 1em 0 2em;
}
ul.mpListado .mpDropdown .mpHidden .mpContent label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    /*       width: calc(100% - 1.7em); */
}
ul.mpListado .mpDropdown .mpHidden .mpContent label input {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
ul.mpListado .mpDropdown .mpHidden .mpContent label span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
ul.mpListado .mpDropdown .mpHidden .mpContent label span p {
    font-size: 16px;
    margin-bottom: 0;
}
ul.mpListado .mpDropdown .mpHidden .mpContent label span p:first-child {
    text-wrap-mode: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
}

/* submenú "ver más" de mpSelecCategorias  */
.mpListado.listadoVerMas {
    overflow-x: visible;
    overflow: visible;
}

.mpListado.listadoVerMas .mpItem {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.mpListado.listadoVerMas .mpItem .mpDropdown .mpHidden .mpContent {
    padding: 0 0 1rem;
    padding: 0;
    margin-top: 0;
}

.mpListado.listadoVerMas .mpItem .mpItemLink {
    padding-top: 1rem;
    justify-content: center;
    padding-bottom: 0;
}
.mpListado.listadoVerMas .mpItem .mpItemLink .mpInfo {
    display: inline;
    width: fit-content;
    flex: 0;
}
.mpListado.listadoVerMas .mpItem .mpItemLink .mpInfo p {
    font-size: 12px;
    text-decoration: underline;
    width: fit-content;
    text-wrap-mode: nowrap;
    line-height: 1.2;
}
.mpListado.listadoVerMas .mpItem .mpItemLink i.arrowDrop {
    font-size: 12px;
}

.mpCategorias {
    overflow: hidden;
    grid-column: 2/3;
}

.mpBlockCategorias {
    overflow: hidden;
}
.mpBlockCategorias > h2 {
    display: inline-flex;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    align-items: center;
}
.mpBlockCategorias > p {
    font-size: 14px;
}

.mpBlockCategorias .ulCards {
    margin: 0 0 2rem;
    padding-left: 0;
    padding-bottom: 2rem;
    gap: 2rem;
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
}
@media screen and (min-width: 576px) {
    .mpBlockCategorias .ulCards {
        overflow-x: unset;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

.mpBlockCategorias .ulCards .liCard {
    overflow: hidden;
    border-radius: 0.3em;
    background-color: #F0F3FF;
    flex-direction: column;
    display: inline-flex;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    height: unset;
}
@media screen and (min-width: 576px) {
    .mpBlockCategorias .ulCards .liCard {
        flex: unset;
        width: unset;
        max-width: unset;
        flex-wrap: unset;
    }
}

.mpBlockCategorias .ulCards .liCard figure {
    aspect-ratio: 297/147;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.mpBlockCategorias .ulCards .liCard figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.mpBlockCategorias .ulCards .liCard figure > img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
}
.mpBlockCategorias .ulCards .liCard figure .tagEstado {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 12px;
    display: flex;
    gap: 0.5rem;
    background-color: #889BD1;
    border-radius: 50px;
    padding: 6px 12px;
    align-items: center;
    width: fit-content;
}
.mpBlockCategorias .ulCards .liCard figure .tagEstado p,
.mpBlockCategorias .ulCards .liCard figure .tagEstado i {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.mpBlockCategorias .ulCards .liCard figure .infoComprador {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 1rem 0.5rem;
    align-items: center;
}
.mpBlockCategorias .ulCards .liCard figure .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.mpBlockCategorias .ulCards .liCard figure .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}

.mpBlockCategorias .ulCards .liCard .infoCard {
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.mpBlockCategorias .ulCards .liCard .infoCard > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.mpBlockCategorias .ulCards .liCard .infoCard .textProduct {
    display: flex;
    gap: 0.5rem;
    color: #000;
    font-weight: 600;
}
.mpBlockCategorias .ulCards .liCard .infoCard .textProduct p.text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.mpBlockCategorias .ulCards .liCard .infoCard .textProduct p.precio {
    font-size: 16px;
    text-wrap: nowrap;
    align-self: center;
    margin-bottom: 0;
}
.mpBlockCategorias .ulCards .liCard .infoCard .infoComprador {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.mpBlockCategorias .ulCards .liCard .infoCard .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.mpBlockCategorias .ulCards .liCard .infoCard .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.mpBlockCategorias .ulCards .liCard .infoCard span.lineCard {
    width: calc(100% + 2rem);
    height: 1px;
    background-color: #efefef;
    background-color: #e1e8ff;
    margin: 0 -1rem;
    margin: 0;
    width: 100%;
}
.mpBlockCategorias .ulCards .liCard .infoCard button {
    margin-top: auto;
}

section.estadosComprador {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1em;
}
@media screen and (min-width: 920px) {
    section.estadosComprador {
        flex-direction: row;
        display: grid;
        grid-template-columns: 304px auto;
        grid-template-rows: auto auto;
    }
}
@media screen and (min-width: 1390px) {
    section.estadosComprador {
        /*  grid-template-columns: auto auto;
         grid-template-rows: auto; */
        grid-template-columns: 304px 1fr auto;
        grid-template-rows: auto;
    }
}

.blockSelectImg {
    width: 100%;
    height: fit-content;
}
@media screen and (min-width: 576px) {
    .blockSelectImg {
        width: 100%;
        max-width: 304px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1080px) {
    .blockSelectImg {
        display: grid;
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
.blockSelectImg .imgPrincipal {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}
@media screen and (min-width: 576px) {
    .blockSelectImg .imgPrincipal {
        aspect-ratio: 1/1;
        border-radius: 10px;
        height: 304px;
        width: 304px;
    }
}
.blockSelectImg .imgPrincipal img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}
.blockSelectImg .imgsMiniatura {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.blockSelectImg .imgsMiniatura .inner {
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.6rem;
}
.blockSelectImg .imgsMiniatura .imgMiniatura {
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    max-width: 52px;
    height: fit-content;
}
.blockSelectImg .imgsMiniatura .imgMiniatura:hover img {
    opacity: 0.8;
}
.blockSelectImg .imgsMiniatura .imgMiniatura img {
    opacity: 1;
    transition: all 300ms ease;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}

.blockInformativo {
    display: flex;
}
@media screen and (min-width: 576px) {
    .blockInformativo {
        /*  flex: 1 1 492px; */
    }
}
@media screen and (min-width: 920px) {
    .blockInformativo {
        display: grid;
        grid-column: 1/3;
        grid-row: 2/3;
    }
}
@media screen and (min-width: 1390px) {
    .blockInformativo {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}

.blockInformativo .contentText {
    background-color: white;
    overflow: hidden;
    height: 100%;
    max-height: 366px;
    transition: all 500ms ease;
    position: relative;
    /*  &.active{
         max-height: fit-content;
     } */
}

.blockInformativo .contentText .hidden {
    overflow: hidden;
    height: fit-content;
}
.blockInformativo .contentText .hidden h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.blockInformativo .contentText .hidden p {
    font-size: 14px;
    margin-bottom: 22px;
}
.blockInformativo .contentText .hidden p:last-child {
    margin-bottom: 40px;
}

.blockInformativo .contentText .ver {
    position: absolute;
    background-color: white;
    bottom: 24px;
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    display: none;
    width: 100%;
    bottom: 0;
}
.blockInformativo .contentText .ver .mas,
.blockInformativo .contentText .ver .menos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    transition: opacity 300ms ease;
}
.blockInformativo .contentText .ver .mas i,
.blockInformativo .contentText .ver .menos i {
    margin-left: 0.3rem;
    font-weight: 600;
}
.blockInformativo .contentText .ver .mas:hover,
.blockInformativo .contentText .ver .menos:hover {
    opacity: 0.7;
}
.blockInformativo .contentText .ver .mas::before {
    content: "";
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(225, 225, 255, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
}
.blockInformativo .contentText .ver .menos {
    display: none;
}

.blockInfoEstado {
    display: flex;
    width: 100%;
}
@media screen and (min-width: 576px) {
    .blockInfoEstado {
        /*  flex: 0 1 492px; */
    }
}
@media screen and (min-width: 920px) {
    .blockInfoEstado {
        grid-column: 2/3;
        grid-row: 1/2;
        /*  display: grid; */
    }
}
@media screen and (min-width: 1390px) {
    .blockInfoEstado {
        grid-column: 3/4;
        grid-row: 1/2;
        width: 492px;
    }
}

.blockInfoEstado .card {
    display: flex;
    flex-direction: column;
    background-color: #F6F8FF;
    border: 1px solid #0038FF;
    border-radius: 12px;
    width: 100%;
    /*     min-width: 492px; */
    padding: 1rem;
    gap: 0.5rem;
    height: fit-content;
}
@media screen and (min-width: 576px) {
    .blockInfoEstado .card {
        min-height: 366px;
    }
}

.blockInfoEstado .card .precio {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    display: none;
}
@media screen and (min-width: 576px) {
    .blockInfoEstado .card .precio {
        display: inline;
    }
}

.blockInfoEstado .card .wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 1.2rem 1.65rem;
    z-index: 2;
}
@media screen and (min-width: 576px) {
    .blockInfoEstado .card .wrapper {
        padding: 0;
        position: unset;
        bottom: unset;
        width: 100%;
        background-color: transparent;
    }
}

.blockInfoEstado .card .wrapper .btnPrimaryBig {
    width: calc(100vw - 3.5rem);
    z-index: 1;
    font-size: 19px;
}
.blockInfoEstado .card .wrapper .btnPrimaryBig > span {
    display: inline;
    font-weight: 600;
    margin-left: 0.5rem;
}
.blockInfoEstado.pendiente .card .wrapper .btnPrimaryBig:nth-child(2) {
    background-color: #dc3545;
    color: white;
}
.blockInfoEstado.pendiente .card .wrapper .btnPrimaryBig:nth-child(2) i {
    color: white;
}
.blockInfoEstado.pendiente .card .wrapper .btnPrimaryBig:nth-child(2):hover {
    background-color: #000;
    color: white;
}
.blockInfoEstado.pendiente .card .wrapper .btnPrimaryBig:nth-child(2):hover i {
    color: white;
}
@media screen and (min-width: 576px) {
    .blockInfoEstado .card .wrapper .btnPrimaryBig {
        position: unset;
        bottom: unset;
        width: 100%;
    }
    .blockInfoEstado .card .wrapper .btnPrimaryBig > span {
        display: none;
    }
}

.blockInfoEstado .card .infoAnunciante {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    align-items: center;
    cursor: pointer;
    margin-top: 0.5rem;
}
.blockInfoEstado .card .infoAnunciante:hover p {
    color: #0038FF;
}
.blockInfoEstado .card .infoAnunciante img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    align-self: center;
}
.blockInfoEstado .card .infoAnunciante p {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    /*         -webkit-line-clamp: 1;
            line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    transition: color 300ms ease;
}

.blockInfoEstado .card .pCategoria {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 52px;
    font-size: 16px;
    color: #000;
    margin-top: 0;
}
.blockInfoEstado .card .pCategoria i {
    font-weight: 600;
    align-self: flex-start;
    margin-top: 3px;
}

.blockInfoEstado .card .text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #000;
}

.blockInfoEstado .card .verPerfil {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0038FF;
    height: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: color 300ms ease;
    margin-top: auto;
}
.blockInfoEstado .card .verPerfil:hover {
    color: #0038FF;
}

.blockInfoEstado.pendiente .card {
    border-color: #EBA000;
}
.blockInfoEstado.pendiente .card .precio {
    display: none;
}
.blockInfoEstado.pendiente .card .wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:first-child {
    background-color: #EBA000;
    color: #000;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:first-child i {
    color: #000;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:first-child:hover {
    background-color: #000;
    color: white;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:first-child:hover i {
    color: white;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:last-child {
    background-color: #dc3545;
    color: white;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:last-child i {
    color: white;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:last-child:hover {
    background-color: #000;
    color: white;
}
.blockInfoEstado.pendiente .card .btnPrimaryBig:last-child:hover i {
    color: white;
}

.blockInfoEstado.cancelar .card {
    border-color: #dc3545;
}
.blockInfoEstado.cancelar .card .precio {
    display: none;
}
.blockInfoEstado.cancelar .card .btnPrimaryBig {
    background-color: #dc3545;
    color: white;
}
.blockInfoEstado.cancelar .card .btnPrimaryBig i {
    color: white;
}
.blockInfoEstado.cancelar .card .btnPrimaryBig:hover {
    background-color: #000;
    color: white;
}
.blockInfoEstado.cancelar .card .btnPrimaryBig:hover i {
    color: white;
}

.blockInfoEstado.aprobado .card {
    border-color: #257600;
}
.blockInfoEstado.aprobado .card .btnPrimaryBig {
    background-color: #257600;
}
.blockInfoEstado.aprobado .card .btnPrimaryBig:hover {
    background-color: #000;
}

.blockInfoEstado.rechazado .card {
    border-color: #B2B0AD;
}
.blockInfoEstado.rechazado .card .btnPrimaryBig {
    background-color: #B2B0AD;
    color: #000;
}
.blockInfoEstado.rechazado .card .btnPrimaryBig i {
    color: #000;
}
.blockInfoEstado.rechazado .card .btnPrimaryBig:hover {
    background-color: #000;
    color: white;
}
.blockInfoEstado.rechazado .card .btnPrimaryBig:hover i {
    color: white;
}
.blockInfoEstado.rechazado .card .infoAnunciante,
.blockInfoEstado.rechazado .card .pCategoria,
.blockInfoEstado.rechazado .card .text {
    opacity: 0.4;
}

.blockInfoEstado.respuestaFinalizado .card .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.entornoMain:has(.respuestaFinalizado) {
    margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
    .entornoMain:has(.respuestaFinalizado) {
        margin-bottom: unset;
    }
}

section.misServicios {
    margin-top: 2rem;
    overflow: hidden;
}

.blockMisServicios {
    overflow: hidden;
}
.blockMisServicios > h2 {
    display: inline;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    align-items: center;
}
.blockMisServicios > p {
    font-size: 14px;
}

.blockMisServicios .ulCards {
    margin: 1rem 0 2rem;
    padding-left: 0;
    padding-bottom: 2rem;
    gap: 2rem;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
@media screen and (min-width: 576px) {
    .blockMisServicios .ulCards {
        overflow-x: unset;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

.blockMisServicios .ulCards .liCard {
    overflow: hidden;
    border-radius: 0.3em;
    background-color: #F0F3FF;
    flex-direction: column;
    display: inline-flex;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    height: unset;
}
@media screen and (min-width: 576px) {
    .blockMisServicios .ulCards .liCard {
        flex: unset;
        width: unset;
        max-width: unset;
        flex-wrap: unset;
    }
}

.blockMisServicios .ulCards .liCard figure {
    aspect-ratio: 297/147;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.blockMisServicios .ulCards .liCard figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blockMisServicios .ulCards .liCard figure > img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
}
.blockMisServicios .ulCards .liCard figure .tagEstado {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 12px;
    display: flex;
    gap: 0.5rem;
    background-color: #889BD1;
    border-radius: 50px;
    padding: 6px 12px;
    align-items: center;
}
.blockMisServicios .ulCards .liCard figure .tagEstado p,
.blockMisServicios .ulCards .liCard figure .tagEstado i {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.blockMisServicios .ulCards .liCard figure .infoComprador {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 1rem 0.5rem;
    align-items: center;
}
.blockMisServicios .ulCards .liCard figure .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.blockMisServicios .ulCards .liCard figure .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}

.blockMisServicios .ulCards .liCard .infoCard {
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blockMisServicios .ulCards .liCard .infoCard > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockMisServicios .ulCards .liCard .infoCard .textProduct {
    display: flex;
    gap: 0.5rem;
    color: #000;
    font-weight: 600;
}
.blockMisServicios .ulCards .liCard .infoCard .textProduct p.text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockMisServicios .ulCards .liCard .infoCard .textProduct p.precio {
    font-size: 16px;
    text-wrap: nowrap;
    align-self: center;
    margin-bottom: 0;
}
.blockMisServicios .ulCards .liCard .infoCard .infoComprador {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.blockMisServicios .ulCards .liCard .infoCard .infoComprador img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    align-self: center;
}
.blockMisServicios .ulCards .liCard .infoCard .infoComprador p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blockMisServicios .ulCards .liCard .infoCard span.lineCard {
    width: calc(100% + 2rem);
    height: 1px;
    background-color: #efefef;
    background-color: #e1e8ff;
    margin: 0 -1rem;
    margin: 0;
    width: 100%;
}
.blockMisServicios .ulCards .liCard .infoCard button {
    margin-top: auto;
}

.infoFecha {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-left: 4px;
}
.infoFecha i {
    color: #0038FF;
    display: inline-flex;
}
.infoFecha i.icon-tarjeta-off {
    color: #000;
}
.infoFecha p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    align-self: center;
    display: inline-flex;
}

.contentBtn {
    display: flex;
}
@media screen and (min-width: 576px) {
    .contentBtn {
        justify-content: flex-end;
    }
}
.contentBtn .btnPrimary {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .contentBtn .btnPrimary {
        width: initial;
    }
}

section.mpPreguntas {
    margin: 2rem auto;
    width: 100%;
    padding: 1rem;
}
section.mpPreguntas h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
section.mpPreguntas .ulPreguntas {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}
section.mpPreguntas .liPregunta {
    list-style: none;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(239, 239, 239);
}
section.mpPreguntas .liPregunta:last-child {
    border-bottom: none;
}
section.mpPreguntas .liPregunta .pregunta {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    opacity: 1;
    transition: opacity 300ms ease;
    height: 60px;
    align-items: center;
    gap: 1rem;
}
section.mpPreguntas .liPregunta .pregunta:hover {
    opacity: 0.6;
}
section.mpPreguntas .liPregunta .pregunta p,
section.mpPreguntas .liPregunta .pregunta i {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
section.mpPreguntas .liPregunta .pregunta p {
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
section.mpPreguntas .liPregunta .contenido {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms ease;
}
section.mpPreguntas .liPregunta .contenido.active {
    grid-template-rows: 1fr;
}
section.mpPreguntas .liPregunta .contenido .hidden {
    overflow: hidden;
}
section.mpPreguntas .liPregunta .contenido .hidden p {
    font-size: 14px;
}
section.mpPreguntas .liPregunta .contenido .hidden p:last-child {
    margin-bottom: 1rem;
}

section.perfilVendedor {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 2rem;
    padding: 1em;
    container-name: card-grid;
    container-type: inline-size;
}

section.perfilVendedor .blockPerfilVendedor {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /*     @container card-grid (width > 768px) {
            background-color: color;
            } */
    /*  } */
}
@media screen and (min-width: 768px) {
    section.perfilVendedor .blockPerfilVendedor {
        flex-direction: row;
        width: 100%;
    }
}
section.perfilVendedor .blockPerfilVendedor .imgPrincipal {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    max-height: fit-content;
}
@media screen and (min-width: 768px) {
    section.perfilVendedor .blockPerfilVendedor .imgPrincipal {
        aspect-ratio: 1/1;
        border-radius: 10px;
        max-width: 304px;
    }
}
section.perfilVendedor .blockPerfilVendedor .imgPrincipal img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}

section.perfilVendedor .infoVendedor {
    width: 100%;
}
section.perfilVendedor .infoVendedor h2 {
    font-size: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    width: fit-content;
    margin-bottom: 1rem;
}
section.perfilVendedor .infoVendedor h2 span:first-child {
    margin-right: 1rem;
}
section.perfilVendedor .infoVendedor h2 span.sobreMi {
    display: inline-flex;
    gap: 0.3rem;
    font-size: 14px;
    align-items: center;
    transition: color 300ms ease;
    cursor: pointer;
}
section.perfilVendedor .infoVendedor h2 span.sobreMi:hover p {
    color: #000;
}
section.perfilVendedor .infoVendedor h2 span.sobreMi i {
    color: #000;
}
section.perfilVendedor .infoVendedor h2 span.sobreMi p {
    color: #0038FF;
    text-decoration: underline;
    margin-bottom: 0;
    transition: color 300ms ease;
}
section.perfilVendedor .infoVendedor > p {
    display: flex;
    gap: 0.5rem;
    font-size: 18px;
}
section.perfilVendedor .infoVendedor > p i {
    font-weight: 600;
}

.infoVendedor .blockInformativo {
    display: grid;
    margin-top: 1.5rem;
}

.infoVendedor .blockInformativo .contentText {
    background-color: white;
    overflow: hidden;
    height: 100%;
    max-height: 122px;
    transition: all 500ms ease;
    position: relative;
    /*    border: 1px solid red; */
    /*  &.active{ */
    /*      max-height: fit-content;
     } */
}

.infoVendedor .blockInformativo .contentText .hidden {
    overflow: hidden;
    height: fit-content;
}
.infoVendedor .blockInformativo .contentText .hidden h4 {
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.infoVendedor .blockInformativo .contentText .hidden p {
    font-size: 14px;
    margin-bottom: 22px;
    /* word-break: break-all; */
}
.infoVendedor .blockInformativo .contentText .hidden p:last-child {
    margin-bottom: 40px;
}

.infoVendedor .blockInformativo .contentText .ver {
    position: absolute;
    background-color: white;
    bottom: 24px;
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    display: none;
    width: 100%;
    bottom: 0;
}
.infoVendedor .blockInformativo .contentText .ver .mas,
.infoVendedor .blockInformativo .contentText .ver .menos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    transition: opacity 300ms ease;
}
.infoVendedor .blockInformativo .contentText .ver .mas i,
.infoVendedor .blockInformativo .contentText .ver .menos i {
    margin-left: 0.3rem;
    font-weight: 600;
}
.infoVendedor .blockInformativo .contentText .ver .mas:hover,
.infoVendedor .blockInformativo .contentText .ver .menos:hover {
    opacity: 0.7;
}
.infoVendedor .blockInformativo .contentText .ver .mas::before {
    content: "";
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(225, 225, 255, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
}
.infoVendedor .blockInformativo .contentText .ver .menos {
    display: none;
}

/* section.misServicios{
    margin-top: 2rem;
    overflow: hidden;
}
.blockMisServicios{
    overflow: hidden;
    & > h2{
        display: inline;
        gap: 0.5rem;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: .5rem;
        align-items: center;
    }
    & > p{
        font-size: 14px;
    }
}
.blockMisServicios .ulCards {
    margin: 1rem 0 2rem;
    padding-left: 0;
    padding-bottom: 2rem;
    gap: 2rem;
    display:flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    @media screen and (min-width: 576px){
        overflow-x: unset;
        display: grid;

        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}
.blockMisServicios .ulCards .liCard{
    overflow: hidden;
    border-radius: $radiusSm;
    width: 297px;
    background-color: #F0F3FF;
    flex-direction: column;
    height: fit-content;
    display: inline-flex;
    flex-wrap: nowrap;
    flex: 0 0 297px;
    box-shadow: $shadowCard;
    @media screen and (min-width: 576px){
        flex: unset;
        width: unset;
        max-width: unset;
        flex-wrap: unset;
        height: fit-content;
    }
}
.blockMisServicios .ulCards .liCard figure{
    aspect-ratio: 297 / 147;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    &::before{
        content:"";
        position: absolute;
        left:0;
        top:0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    }
    & > img{
        object-fit: cover;
        object-position: center;
        min-height: 100%;
        min-width: 100%;
        height: 100%;
        width: 100%;
    }
    .tagEstado{
        position: absolute;
        top:.5rem;
        left: .5rem;
        font-size: 12px;
        display: flex;
        gap: .5rem;
        background-color: #889BD1;
        border-radius: 50px;
        padding: 6px 12px;
        align-items: center;
        p,
        i{
            color: #000;
            font-weight: 600;
            margin-bottom: 0;
        }
    }

    .infoComprador{
        display: flex;
        gap:.5rem;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 1rem .5rem;
        align-items: center;
        img{
            width: 20px;
            height: 20px;
            object-fit: cover;
            object-position: center;
            border-radius: 10px;
            align-self: center;
        }
        p{
            font-size: 14px;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
            color: white;
            font-weight: 600;
        }
    }


}

.blockMisServicios .ulCards .liCard .infoCard{
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    .textProduct{
        display:flex;
        gap:.5rem;
        color: $color1;
        font-weight: 600;
        p.text{
            font-size: 16px;

            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
        }
        p.precio{
            font-size: 16px;
            text-wrap: nowrap;
            align-self: center;
            margin-bottom: 0;
        }
    }
    .infoComprador{
        display: flex;
        gap:.5rem;
        align-items: center;
        img{
            width: 20px;
            height: 20px;
            object-fit: cover;
            object-position: center;
            border-radius: 10px;
            align-self: center;
        }
        p{
            font-size: 14px;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
        }
    }
    span.lineCard{
        width: calc(100% + 2rem);
        height: 1px;
        background-color: $colorline2;
        background-color: $color3;
        margin: 0 -1rem;
        margin:0;
        width: 100%;
    }
}

.infoFecha{
    display: flex;
    gap:.7rem;
    align-items: center;
    margin-left: 4px;

    i{
        color: $color;
        display: inline-flex;
    }
    i.icon-tarjeta-off{
        color: $color1;

    }
    p{
        font-size: 12px;
        font-weight: 300;
        margin:0;
        align-self: center;
        display: inline-flex;
    }
}
.contentBtn{
    display: flex;
     @media screen and (min-width: 576px){
        justify-content: flex-end;
    }
    .btnPrimary{
        width: 100%;
        @media screen and (min-width: 576px){
            width: initial;
        }
    }
}

///////secion preguntas
section.mpPreguntas{
    margin: 2rem auto;
    width: 100%;
    padding: 1rem;
    h2{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .ulPreguntas{
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 0;
        overflow: hidden;
    }
    .liPregunta{
        list-style: none;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid rgb(239, 239, 239);

        &:last-child{
            border-bottom: none;
        }
    }
    .liPregunta .pregunta{
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        opacity: 1;
        transition: opacity 300ms ease;
        height: 60px;
        align-items: center;
        gap: 1rem;
        &:hover{
            opacity: 0.6;
        }
        p,
        i{
            font-size: 16px;
            font-weight: 600;
            color: $color1;
            margin-bottom: 0;
        }
        p{
            overflow: hidden;
            text-wrap: nowrap;
            text-overflow: ellipsis;
        }

    }
    .liPregunta .contenido{
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 500ms ease;
        &.active{
            grid-template-rows: 1fr;
        }
        .hidden{
            overflow: hidden;
            p{
                font-size: 14px;
            }
            p:last-child{
                margin-bottom: 1rem;
            }
        }
    }

}
 */
.bNotificacion {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
    border: 1px solid;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}
.bNotificacion .close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    padding: 1px;
}
.bNotificacion .close i {
    font-weight: 900;
    font-size: 10px;
}
.bNotificacion .title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.bNotificacion .title i {
    font-size: 16px;
    font-weight: 900;
}
.bNotificacion .title i.icon-notificacion {
    position: relative;
}
.bNotificacion .title i.icon-notificacion::after {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: inline-block;
    top: -1px;
    right: 1px;
    position: absolute;
}
.bNotificacion .title p {
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 0;
}
.bNotificacion .text p {
    font-size: 16px;
}
.bNotificacion span.hora {
    font-size: 10px;
    opacity: 0.8;
}

.bNotificacion.green {
    background-color: #BAFFB5;
    color: #065100;
    border-color: #33B829;
}
.bNotificacion.green i.icon-notificacion::after {
    background-color: #065100;
}

.bNotificacion.danger {
    background-color: #FFB5B5;
    color: #510000;
    border-color: #B82929;
}
.bNotificacion.danger i.icon-notificacion::after {
    background-color: #510000;
}

.bNotificacion.warning {
    background-color: #FFF9B5;
    color: #513E00;
    border-color: #513E00;
}
.bNotificacion.warning i.icon-notificacion::after {
    background-color: #513E00;
}

.bNotificacion.soporte {
    background-color: #E7EAFF;
    color: #0038FF;
    border-color: #0038FF;
}
.bNotificacion.soporte i.icon-notificacion::after {
    background-color: #0038FF;
}

.linksContent {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.contentArchivo {
    display: flex;
    background-color: #F0F3FF;
    border-radius: 12px;
    box-shadow: 0px 1px 4px 0px rgba(115, 110, 110, 0.25);
    overflow: hidden;
    width: 100%;
    max-height: 101.3px;
    height: fit-content;
}
.contentArchivo .img img {
    height: 100%;
    max-height: 105px;
    width: 93px;
    object-fit: cover;
    object-position: center;
}
.contentArchivo .info {
    /*  flex:1; */
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    overflow: hidden;
    justify-content: center;
    gap: 0.72rem;
    width: 100%;
    height: fit-content;
}
.contentArchivo .info .title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    margin-bottom: 0;
}
.contentArchivo .info a.enlace {
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    gap: 0.2rem;
}
.contentArchivo .info a.enlace img {
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    display: flex;
    flex: 0 0 16px;
}
.contentArchivo .info a.enlace p {
    display: block;
    color: #0038FF;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}
.contentArchivo .info .tiempo {
    display: flex;
    font-size: 12px;
    color: #1B1B1B;
    width: 100%;
    gap: 1rem;
}
.contentArchivo .info .tiempo .fecha {
    display: inline-flex;
    flex: 0;
}
.contentArchivo .info .tiempo .fecha p {
    display: block;
    text-align: left;
    margin: 0;
    text-wrap: nowrap;
}
.contentArchivo .info .tiempo .hora {
    align-self: flex-end;
    display: inline-flex;
    margin-left: auto;
    text-align: right;
    flex: 1 1 auto;
}
.contentArchivo .info .tiempo .hora p {
    display: block;
    text-align: right;
    margin: 0;
    width: 100%;
    text-wrap: nowrap;
}