@media (min-width: 0px) and (max-width: 770px) {
    /*Mobile-m*/
    .aviso_file {
        position: relative;
        top: -52px;
        color: #636d89;
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
    }

    .btnPass {
        top: -28px;
        left: 84%;
    }

    p.alert.alert-danger {
        width: 100%;
        font-size: 13px;
        text-align: justify;
    }

    .tc_btn_form_primary {
        height: 44px;
        width: 100%;
        border-radius: 5px !important;
    }

    /*              Aliados                 */
    .der_gallery {
        width: 15%;
        position: absolute;
        top: 88vh;
        left: 6px;
    }

    .izq_gallery {
        width: 15%;
        position: absolute;
        top: 88vh;
        right: 6px;
    }

    .gallery-0 {
        left: -68vw;
    }

    .gallery-1 {
        left: -13vw;
    }

    .gallery-2 {
        left: 102vw;
    }

    .gallery-3 {
        left: 103vw;
        display: none;
    }

    .gallery-4 {
        left: 105vw;
        display: none;
    }

    .tc_card_gallery {
        transition: all .3s ease-in-out;
        height: 16vh;
        width: 60vw;
        border-radius: 20px;
        /* margin-right: 12px; */
        position: relative;
    }

    .gallery_slide {
        display: flex;
        width: 200vw;
        height: 17vh;
        align-items: center;
        position: relative;
        left: -23vw;
    }

    .ally_window {
        width: 90%;
        overflow: hidden;
    }

    .btn_close_card {
        width: 25px;
        height: 25px;
        left: 7px;
        position: absolute;
        border-radius: 13px;
        top: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .tc_card_gallery .front_face {
        position: relative;
        background-color: white;
        border-radius: 23px;
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 5vw;
        width: 100%;
    }

    .tc_card_gallery .back_face {
        display: none;
    }


    .card_clicked .back_face {
        position: fixed;
        border-radius: 27px;
        height: 90vh;
        top: 2vh;
        left: 2vw;
        width: 95vw;
        display: flex;
        flex-direction: row;
        backface-visibility: hidden;
        z-index: 10000;
        transition: 1s;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card_clicked .front_face {
        border-radius: 27px;
        display: none;
    }

    .title_empresa h4 {
        color: white;
        font-weight: 500;
        font-size: 34px;
        text-align: start;
        width: 80%;
        margin: auto;
    }

    .title_empresa {
        width: 100%;
    }

    .column_backface {
        display: flex;
        width: 78%;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    img.image_empresa {
        border-radius: 13px;
        width: 80%;
        margin: auto;
    }

    .info_empresa p {
        font-size: 13px;
        font-weight: 500;
        margin: 15px 0px;
    }

    .datos_empresa p {
        font-size: 16px;
        margin: 1px 4px;
    }

    .logo_empresa_back {
        width: 60%;
        margin: auto;
    }

    .datos_empresa {
        /* margin: 36px 0px; */
        width: 94%;
    }

    .redes_empresa {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    a.rs_email:hover {
        background-color: #936500;
        color: #ffffffe6;
        border-radius: 10px;
    }

    .rs {
        width: 42px;
        height: 42px;
        font-size: 28px;
        display: flex;
        margin: 0px 8px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .rs_facebook:hover {
        background-color: #364081;
        color: #ffffffe6;
        border-radius: 15px;
    }

    .rs_instagram:hover {
        background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        color: #ffffffe6;
        border-radius: 15px;
    }

    a.rs.rs_youtube:hover {
        background-color: #db5b5b;
        color: #ffffffe6;
        /* font-size: 36px; */
        border-radius: 15px;
    }

    /*--------------------------------------*/
    .info_payment {
        background-color: #ffff8d;
        width: 100%;
        color: #48463a;
        padding: 4vh 5vw;
        border-radius: 25px;
        border: solid 1px #48463a;
        font-size: 16px;
        text-align: justify;
    }

    .info_envio {
        width: 100%;
        background-color: #aabcff73;
        margin-top: 34px;
        padding: 4vh 4vw;
        border-radius: 15px;
    }

    .tc_content_transaction {
        display: flex;
        flex-direction: row;
        width: 84vw;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    h2.title_transaction {
        width: 100%;
        margin-block: 30px;
    }

    .tc_form_transaction {
        width: 100%;
        margin-top: 28px;
        display: grid;
        grid-row-gap: 13px !important;
    }

    .form_content {
        width: 100%;
    }

    /*_____________________________________________*/
    .form_payment {
        width: 90%;
        border-radius: 30px;
        margin-left: 5%;
        padding: 1vh 1vw;
        background-color: #4041;
    }

    .btn_file {
        background-color: #0096d214;
        height: 44px;
        padding: 0px 5px 0px 0px;
        text-align: center;
        border-radius: 0 5px 5px 0;
        width: 27%;
        font-size: 11px;
    }

    .tc_form-file {
        width: 100%;
        border: 1px solid #aaa;
        border-radius: 5px;
        height: 44px;
        position: relative;
        top: -44px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /*.tc_form_element {
        margin: 15px 16px;
    }*/
    .title_register > h5, .title_register_seller > h5 {
        color: white;
        font-size: 23px;
        line-height: 43px;
    }

    .tc_form_element > label, .tc_form_element > input {
        margin-left: 0;
    }

    .form_checkbox {
        margin-left: 0%;
        width: 100%;
        margin-top: 6px;
        display: flex;
        align-items: center;
    }

    . {
        margin: 19px;
        border: 1px solid #aaaaaa42;
        border-radius: 28px;
        padding: 27px;
        box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgb(104 104 104 / 34%);
        width: 90%;
    }

    .tc_form-control {
        width: 100%;
        border: 1px solid #aaa;
        border-radius: 5px;
        padding-inline: 15px;
        height: 44px;
    }

    .tc_btn_form {
        height: 44px;
        width: 100%;
        border-radius: 5px !important;
    }

    .tc_a_btn_form {
        height: 5vh;
        width: 29vw;
        border-radius: 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cuenta {
        display: flex;
        height: 10vh;
        align-items: center;
    }

    .icon_cuenta {
        color: var(--colorCircle);
        width: 13%;
    }

    .data_account {
        width: 21%;
        height: 45%;
    }

    .cuenta_title {
        font-weight: 400;
        height: 65%;
        font-size: 9px;
    }

    .cuenta_content {
        font-size: 6px;
        height: 75%;
        display: flex;
        align-items: flex-end;
    }

    i.ti-wallet {
        font-size: 29px;
        justify-content: flex-end;
        display: flex;
        margin-right: 1vw;
    }

    .banner_pc {
        display: none !important;
    }

    #body_info {

        background-color: aliceblue;
        height: max-content;
        width: 77vw;
        border-radius: 5vh;
        padding: 3vh 6vw;
    }

    #info_title {
        text-align: center;
        color: #1f4c78;
        line-height: 16px;
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }

    p#info_text {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
        color: black;
        margin-top: 13px;
    }

    .tc_header {
        flex-direction: row;
        align-content: flex-start;
        padding: 10px;
        display: flex;
        justify-content: center;
    }

    .tc_header_seller {
        flex-direction: row;
        align-content: flex-start;
        padding: 10px;
        display: flex;
        justify-content: center;
    }

    .tc_fixed {
        padding-top: 18vh;
    }

    .tc_btn {
        width: 100%;
    }

    td.table-bordered.border {
        display: flex;
        justify-content: center;
    }

    label.tc_form-file > p {
        width: 76%;
        font-size: 14px;
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: inherit;
        position: relative;
        top: 19px;
        left: 3px;
    }

    .search-bar-header {
        max-width: 85%;
        margin-right: 0px;
    }

    .fas.fa-user.icon-size-h {
        color: #FFFFFF;
        line-height: 1.5;
    }

    .fa.fa-clipboard-list.icon-size-h {
        color: #FFFFFF;
        line-height: 1.5;
    }

    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 30px;
        background-color: transparent;
        color: #FFFFFF;
        margin-right: 22px;
    }

    .icon-size-h {
        font-size: 15px;
    }

    .icon-size-ha {
        font-size: 16px;
    }

    .login-cart {
        position: fixed;
        top: 0;
        left: 0;
    }

    .login-cart .container-login {
        display: flex;
        width: 100%;
    }

    .container-login {
        padding: 10px 0px;
    }

    .login-cart .container-login .txt-login {
        border-bottom: 1px solid #FFFFFF;
        width: 100%;
        padding: 0.3rem 10px;
    }

    .login-cart .container-login .txt-login span {
        margin-left: 8px;
    }

    .container-header-nav .login-cart {
        opacity: 0;
        visibility: hidden;

        width: 60%;
        flex-direction: column;
        align-items: flex-start;
        background-color: #0096d2f2;
        bottom: 0;
        padding: 15px 20px;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    }

    .container-header-nav .login-cart.visible {
        opacity: 1;
        visibility: visible;
    }

    .login-cart li i,
    .login-cart li span,
    .login-cart .dropdown span {
        display: inline-block;
    }

    .login-cart li {
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 5px;
        width: 100%;
    }

    .header.no-landing .container-logo {
        display: none;
        justify-content: center;
        align-items: center;
    }

    .container-logo {
        order: 0;
        width: 65px !important;
        height: 100%;
    }

    .label-hidden {
        margin-left: 10px;
    }

    .container-logo img {
        margin: auto;
    }

    .logo_p {
        display: none;
    }

    .logo_s {
        display: block;
        width: 90%;
    }

    .btn-search-container {
        width: 16%;
        padding: 0px 4px;
    }

    .dropdown {
        width: 100%;
    }

    .main-content {
        margin-top: 25px;
    }


    .logo_p {
        display: none;
    }

    .logo_s {
        display: block;
        width: 70%;
    }

    .dropdown {
        width: 100%;
    }

    .main-content {
        margin-top: 25px;
    }

    .disp-n-movil-est {
        display: none !important;
    }

    .disp-movil-est {
        display: none !important;
    }


    #budgetary_list {
        width: 100% !important;
    }

    #nav-requests > .row {
        display: inherit;
        margin-right: -20px;
        margin-left: 1px;
        background-color: #FFFFFF;
    }

    .col-12 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .wishlist_table .table td {
        width: 95%;
        text-align: center !important;
    }

    .div-btn-detail-est {
        margin-bottom: 20px;
        width: 70% !important;
    }


    .filter_label {
        font-size: 14px; /* Ajusta el tamaÃ±o de la letra */
        margin-left: 20px; /* Ajusta el margen izquierdo */
        color: #838383;
        font-weight: bold;
        text-decoration: none;
    }

    .filter-request, .filter-sales, .filter-sales {
        display: block;
    }

    .cart-div .title-cart {
        display: none;
    }

    .cart-div li a i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .search {
        height: 42px !important;
    }

    .cart-div .nav-link {
        padding: 0;
        margin-left: 15px;
    }

    .tc_input_search {
        background-color: transparent;
        display: flex;
        text-align: initial;
        border: 0;
        width: 100% !important;
        margin-left: 0;
        font-weight: 300;
        height: 100%;
        font-size: 16px;
        /* position: fixed; */
    }

    #search::placeholder {
        font-size: 16px !important;
        padding-left: 4px;
    }


    .dropdown-menu2 {
        width: 220px;
    }

    .div-panel-movil {
        justify-content: center;
        margin-right: -8px !important;
    }

    .tab-content {
        margin-left: 0px !important;
    }

    .div-label-name {
        padding-left: 0;
    }

    .div-label-name .col-12 {
        padding-left: 0;
    }

    .div-pad-request .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .div-pad-request .form-control {
        width: 100%;
    }

    .div-label-name .form-control {
        width: 100%;
    }

    .div-label-name span {
        display: inline-block;
        text-align: justify;
    }

    .div-btn-est-budgetary .col-12 {
        width: 20% !important;
    }

    .nav-pills .nav-link {
        width: 100%;
        margin-bottom: 20px;
    }

    .dropdown-menu2 li a i {
        font-size: 16px;
        margin-right: 8px;
        margin-top: 5px;
    }

    .nav_request a {
        text-align: center;
    }

    .div-btn-ad {
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0;
    }

    .div-btn-request {
        width: 90% !important;
    }

    .div-row-request {
        justify-content: center;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .div-btn-est-budgetary .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .div-btn-est-budgetary {
        padding-top: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.div-tabpanel-mov {*/
    /*    margin-left: 15px !important;*/
    /*}*/
    .progress-barm .step {
        padding-right: 5px;
        padding-left: 5px;
    }

    .btn-next-first {
        width: 80% !important;
    }

    .btn-next, .btn-prev {
        width: 45% !important;
    }

    .div-radio .form-control li {
        padding: 0;
    }

    .div-radio .form-control label {
        font-size: 13px;
    }

    .div-radio .form-control {
        padding: 0;
        justify-content: center;
        align-items: center;
        align-content: center;
        display: flex;
    }

    .div-radio input[type="radio"] {
        width: 25px;
        height: 21px;
    }


    #user-content {
        margin-top: 1vh;
        height: auto;
    }

    /* Aplicamos Flexbox al contenedor de las opciones de menú */
    .container .row .buyer-line {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; /* Evita que se envuelva en varias filas */
        justify-content: flex-start; /* Alinea los elementos a la izquierda */
    }

    /* Ajustamos el ancho de cada opción de menú */
    .container .row .buyer-line .row {
        flex: 1; /* Ocupa el espacio disponible igualmente */
    }

    /* Estilo adicional para los íconos y enlaces */
    .container .row .buyer-line i {
        margin: 0 auto; /* Centra los elementos horizontalmente en su espacio asignado */
    }

    .container .row .buyer-line a {
        display: block;
    }

    .tc-buyer-profile {
        margin: inherit;
        border-bottom: 1px #FFFFFF;
    }

    .buyer-line {
        border-right: 1px #FFFFFF;
    }

    .container .row .buyer-line abbr {
        white-space: normal;
        color: #000000;
        font-size: 15px;
    }

    #Additional-info .table-responsive {
        display: contents;
        width: 100%;
        overflow-x: auto;
    }

    /*Estilos del detalle de producto*/
    .slick-list.draggable {
        max-width: 300px;
        height: 100%;
    }

    .product_title{
        font-size: 24px !important;
    }

    .product_gallery_item.slick-slider .slick-slide {
        margin-right: 5px !important;
        margin-left: 5px !important;
        width: 100px !important;
    }
    .slick-slider{
        justify-content: center!important;
        display: flex !important;
    }

    .col-md-10.gallery {
        max-width: 100%;
    }

    #pr_item_gallery {
        overflow: hidden;
        height: 100px;
        margin-top: 5px;
    }

    .col-md-6.mb-4.car {
        width: 53%;
    }

    .col-md-6.car {
        width: 100%;
        margin-left: 15px;
        justify-content: center;
        display: flex;
    }

    .btn.tc_btn_disabled_light.add-product {
        width: 43vh;
    }

    .pr_desc.mb-4 {
        margin-bottom: 0px !important;
    }

    .logo_s_mov {
        width: 85px;
        height: 40px;
        margin-top: -8px;
        margin-left: -8px;
    }

    .tc_login {
        background-color: white;
        margin-top: 60px !important;
        margin: 25px;
        border: 1px solid rgba(170, 170, 170, 0.26);
        border-radius: 5px;
        padding: 38px;
        box-shadow: 0px 6px 20px 0px rgba(104, 104, 104, 0.34);
    }

    #search::placeholder {
        font-size: 12px;
    }

    .btn-garant {
        width: 120px;
    }

    .prod-name-info-sol {
        font-size: 14px;
    }

    .lbl-info-product-req {
        font-size: 12px;
    }

    .req-span-info-prod {
        font-size: 12px;
        margin-left: 5px;
        color: #000000;
    }

    .div-row-table-info-prod-sol {
        margin-right: -10px;
        margin-left: -10px;
    }

    .lbl-comment-reneg-info-prod {
        display: flex;
        justify-content: left;
        font-weight: 500;
        color: #545454;
        font-size: 13px;
    }

    .div-comment-info-sol {
        display: grid;
        margin-top: 8px;
    }

    .table .td-ren-com {
        display: block !important;
    }

    .lbl-switch-info-prod-sol {
        top: 2px;
    }

    .lbl-switch-info-prod-sol {
        width: 40px;
        height: 20px;
    }

    .div-details-product-slctd {
        align-items: center;
        display: flex;
    }

    /*.div-tc-table-prod-sol .td-ren-com {*/
    /*    display: block !important;*/
    /*    width: 100% !important;*/
    /*}*/
    /*.div-tc-table-prod-sol {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
    /*.td-product-img-sol {*/
    /*    width: 44%;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.td-info-details-prod-sol {*/
    /*    width: 56%;*/
    /*}*/
    .lbl-switch:after {
        width: 20px;
        height: 20px;
        top: 2px;
        left: 4px;
    }

    .switch input[type="checkbox"]:checked + .lbl-switch:after {
        left: 29px;
    }

    /*.btn_reneg_prod_mov {*/
    /*    width: 97%;*/
    /*    margin: 0px;*/
    /*    font-weight: 600;*/
    /*    height: 36px;*/
    /*    margin-bottom: 6px;*/
    /*    font-size: 12px;*/
    /*}*/
    /*.div-table-info-prod-sol {*/
    /*    width: 90%;*/
    /*    margin-left: 0;*/
    /*}*/
    #div-reneg-prod-max {
        display: none;
    }

    .texta-info-prod-sol {
        text-align: justify;
        padding: 4px;
        font-size: 13px;
        width: 100%;
        color: #545454 !important;
    }

    .texta-info-prod-sol {
        min-height: 100px;
    }

    /*.div_tc_info_prod {*/
    /*    width: 95%;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/
    .div-reneg-prod-sol {
        margin-bottom: 3px;
    }

    .td_rta_tipo, .td_tipo {
        display: none;
    }

    .td_address {
        display: none;
    }

    .td_rta_address {
        display: none;
    }

    .font-success-prod {
        color: var(--TcColorGreen);
        font-size: 12px;
    }

    .font-danger-prod {
        color: var(--TcColorRed);
        font-size: 12px;
    }

    .table-info-prod-sol td {
        font-size: 13px;
        padding: 2px 0 !important;
    }

    .div-content-btn-resum-comp {
        justify-content: space-between;
    }

    .box-btn-vol-resum .btn-prod-info,
    .box-btn-comp-resum .btn-prod-info {
        font-size: 12px;
        height: 36px;
    }

    .div-title-resum-comp {
        display: none;
    }

    #div-reneg-prod-min .btn_reneg_prod,
    #div-reneg-prod-min .tc_btn_danger_light,
    #div-reneg-prod-min .tc_btn_success_light {
        height: 40px;
    }

    input#id_price.form-control {
        width: 225px;
    }

    form#payment_form p {
        display: block;
        width: 100%;
    }

    .tc_cont_payment {
        /*padding: 15px;*/
    }

    .div-tc-content-steps {
        width: 85%;
    }

    .tc_content_float {
        border: solid 0.5px #a4a4a4;
        width: 52.6%;
        background-color: white;
        margin-inline: auto;
        position: fixed;
        left: 35%;
        top: 83px;
        z-index: 10000;
        border-radius: 5px;
        overflow: hidden;
        height: 40%;
        padding-top: 10px;
    }

    .tc_content_float .df-card__title {
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 17px;
    }

    .banner-container {
        display: none;
    }

    /*Cambios para vista de mi cuenta*/
    .tc-buyer-profile {
        height: 8vh;
    }

    .icon-account-account {
        font-size: 47px !important;
    }

    .icon-account-shopping {
        font-size: 38px !important;
        color: black !important;
    }

    .icon-account-requests {
        font-size: 64px !important;
    }

    .icon-account-price {
        font-size: 38px !important;
    }

    .icon-account-address {
        font-size: 42px !important;
    }

    .icon-account-preferences {
        font-size: 40px !important;
    }

    .icon-account-security {
        font-size: 45px !important;
    }

    .div-title-account-options {
        display: none;
    }

    .div-icon-account-options {
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        line-height: 0;
    }

    .tc-buyer-profile {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .row-options-account-menu {
        display: flex;
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        justify-content: space-between;
    }

    .user-content-account {
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    .buyer-line {
        border-right: none;
        border-bottom: 3px solid var(--TcColorBlue);
    }

    .row-options-account {
        display: flex;
        justify-content: center;
        width: inherit;
    }

    .buyer-line {
        border-right: none;
        border-bottom: none;
    }

    .tc-buyer-profile:hover {
        color: white !important;
    }

    .tc-buyer-profile:hover a {
        color: var(--TcColorBlue) !important;
    }

    .tc-buyer-profile:hover i {
        color: var(--TcColorBlue) !important;
    }

    .selected-option {
        background-color: var(--TcColorBlue) !important;
        color: white !important;
    }

    .selected-option a {
        color: white !important;
        font-weight: 600;
    }

    .selected-option i {
        color: white;
    !important;
    }

    .main_content_buyer {
        margin: 30px auto;

    }

    .row-options-account-menu {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .df-icon-list {
        visibility: hidden;
    }

    .df-mobile .df-mobile__button {
        color: var(--TcColorBlue) !important;
    }

    .df-aside {
        width: 235px !important;
        margin-right: 0px !important;
    }

    .width-day-input {
        display: flex;
        width: 198px;
        height: 35px;
        padding: 11.5px 15px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #DEE2E6;
        background: #FFF;
    }

    .select-day {
        width: 80px;
        height: 44px;
        padding: 8px 8px;
        border-radius: 5px;
        border: 1px solid #CED4DA;
        background: #FFF;
        display: flex;
        justify-content: center;
    }

    .typography-preferences {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .typography-preferences-text {
        color: #404450;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .tc_title_buyer {
        color: #545454;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .text-buyer-modal {
        color: #404450;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .text-buyer-button {
        color: #636363;
        font-size: 17px;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }

    .text-buyer-request {
        color: #404450;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .title-preferences-modal {
        color: #545454;
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        line-height: normal;
    }

    .second-title-preferences-modal {
        color: #545454;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .change-option-modal {
        color: #0096D2;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
    }

    .response-preferences-modal {
        color: #687188;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .shop_cart_table .quantity input[type="button"], .shop_cart_table .quantity input[type="text"] {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .shop_cart_table .product-name .product-description {
        color: #545454;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .shop_cart_table .product-name .remove-product {
        color: #545454;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .shop_cart_table .product-similar {
        color: #545454;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }

    .shop_cart_table .tc_btn {
        width: 149px;
        height: 38px;
    }

    .text-alternative-error {
        font-size: 16px !important;
    }

    .text-alternative-request {
        font-size: 14px !important;
    }

    .icon-alternative-error {
        font-size: 19px;
    }

    .icon-alternative-i {
        font-size: 18px !important;
    }

    .text-alternative-offer {
        font-size: 14px !important;
    }

    .icon-alternative-offer {
        font-size: 18px !important;
    }

    .text-payment-response {
        font-size: 28px !important;
    }

    .div-best-offer {
        font-size: 15px !important;
    }

    .best-offer-description {
        font-size: 15px !important;
    }

    .best-offer-answer {
        font-size: 15px !important;
    }

    .ver-alternative {
        font-size: 15px !important;
    }

    .detail_product-offer {
        font-size: 15px !important;
    }

    .spacing-list {
        gap: 4px !important;
    }

    .title-list-detail {
        font-size: 14px !important;
    }

    .description-list-detail {
        font-size: 14px !important;
    }

    .p-description-product {
        font-size: 14px !important;
    }

    .text-seller-name {
        font-size: 18px;
    }

    .shipping-tracking-description {
        font-size: 16px;
    }

    .message-start {
        font-size: 15px;
    }

    .renegotiation-offers {
        font-size: 15px;
    }

    .time-left-offers {
        font-size: 15px;
    }

    .title-product {
        font-size: 10px;
    }

    .value-pay {
        font-size: 11px;
    }

    .list-product {
        font-size: 13px;
    }

    .filters-section.col-2 {
        display: none;
    }

    .filter-movil {
        position: sticky;
        top: 55px;
        z-index: 99;
        background-color: #FFFFFF;
        display: flex !important;
        margin-top: 20px;
        padding: 5px;
        margin-bottom: 10px;
        justify-content: space-around;
    }

    .open-filters-btn {
        margin-right: 25px;
        background-color: #FFFFFF;
        border: none;
        font-weight: bold;
    }

    .filter-info {
        display: flex;
        background-color: rgb(23, 193, 248);
        border-radius: 5px;
        color: #FFFFFF;
        font-weight: bold;
        padding-inline: 15px;
        align-items: center;
        width: 230px;
        justify-content: space-evenly;
    }

    .clear-filter-btn {
        cursor: pointer;
        margin-left: 3px;
    }

    .button-negotiate {
        font-size: 13px;
    }

    .button-pay {
        font-size: 14px;
    }

    .button-no-negotiate {
        font-size: 13px;
    }

    .title-detail-buy {
        font-size: 23px;
    }

    .text-empty-list {
        font-size: 15px;
    }

    .text-start {
        font-size: 15px;
    }

    i.icon-size-ha {
        margin-top: 6px;
    }

    i.icon-menu-mobile {
        margin-top: 4px;
    }

    i.icon-sesion-mobile {
        margin-top: 2px;
    }

    .name-tablet {
        margin-top: 2px;
    }

    .question-mark-icon {
        font-size: 80px;
    }

    .directionless-preferences {
        font-size: 20px;
    }

    .active-section {
        font-size: 14px;
    }

    .create-address {
        font-size: 16px;
    }

    .filterss {
        display: none;
    }

    .selected-filter {
        display: flex;
        background-color: rgb(23, 193, 248);
        border-radius: 5px;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px;
        justify-content: space-around;
    }

    .start-index {
        margin-left: -25px;
    }

    .left-index {
        margin-left: -18px;
    }

    .start-filter {
        display: none;
    }

    .margin-card-login {
        margin-top: -18px;
    }
}

@media screen and (max-width: 450px) {
    .icon-account-account {
        font-size: 40px !important;
    }

    .icon-account-shopping {
        font-size: 31px !important;
        color: black !important;
    }

    .icon-account-requests {
        font-size: 49px !important;
    }

    .icon-account-price {
        font-size: 25px !important;
    }

    .icon-account-address {
        font-size: 35px !important;
    }

    .icon-account-security {
        font-size: 38px !important;
    }

    .icon-account-preferences {
        font-size: 35px !important;
    }

    .selected-option {
        background-color: var(--TcColorBlue) !important;
        color: white !important;
    }

    .selected-option a {
        color: white !important;
        font-weight: 600;
    }

    .selected-option i {
        color: white !important;
    }

    .main_content_buyer {
        margin: 30px auto;
        margin-top: 0px;
    }

    .row-options-account-menu {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .df-icon-list {
        visibility: hidden;
    }

    .df-mobile .df-mobile__button {
        color: var(--TcColorBlue) !important;
    }

    .width-day-input {
        display: flex;
        width: 198px;
        height: 35px;
        padding: 11.5px 15px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #DEE2E6;
        background: #FFF;
    }

    .select-day {
        width: 80px;
        height: 44px;
        padding: 8px 8px;
        border-radius: 5px;
        border: 1px solid #CED4DA;
        background: #FFF;
        display: flex;
        justify-content: center;
    }

    .typography-preferences {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .typography-preferences-text {
        color: #404450;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    /* Presupuestales */
    .movil {
        display: none;
    }

    .filter-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }

    .filter-chip {
        background-color: #17a2b8;
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        border: none;
        font-weight: bold;
    }

    .filter-chip .remove-chip {
        margin-left: 8px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        font-weight: bold;
    }

    .empty-list .btn-warning {
        width: 10rem !important;
    }
}

@media (min-width: 517px) and  (max-width: 767px) {
    #day4 {
        margin-top: 0px !important;
    }
}

@media (min-width: 640px) and  (max-width: 767px) {
    #day5 {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and  (max-width: 770px) {
    .disp-movil-est {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media screen and (max-width: 380px) {
    .input-group-text.input-height {
        height: 40px;
    }
}

@media screen and (min-width: 381px) and (max-width: 575px) {
    .input-group-text.input-height {
        height: 44px;
    }
}

@media (min-width: 0px) and (max-width: 599px) {
    .bordered-sale-product {
        padding: 16px !important;
        width: 400px !important;
    }

    .tc_list_product {
        padding: 16px 20px;
    }

    .p-step::after {
        font-size: 12px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .bordered-sale-product {
        padding: 16px 20px !important;
        width: 550px !important;
    }
}

@media screen and (max-width: 767px) {
    .width-img-product {
        width: 40%;
    }

    .width-img-product img {
        max-width: 117%;
    }

    .width-info-product {
        width: 40%;
    }

    .custom-responsive {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-responsive .badge_product {
        order: 1;
        align-self: flex-end;
        margin-bottom: 10px;
    }

    .custom-responsive .message-start {
        order: 2;
        width: 100%;
        text-align: left;
    }

    .custom-responsive u {
        width: 100%;
        text-align: center;
    }

    .text-align-budget {
        text-align: right !important;
    }

    .size-text-card {
        font-size: 14px !important;
        text-align: center;
        line-height: 18px;
    }

    .size-text-card2 {
        font-size: 14px !important;
        text-align: center;
    }

    .card-body {
        padding: 7px;
    }

    .card-detail-presupuestal {
        display: none;
    }
}

@media screen and (max-width: 534px) {
    .height-card-body {
        height: 124px;
    }
}

@media (min-width: 600px) and (max-width: 694px) {
    .height-card-body {
        height: 132px;
    }
}

@media (min-width: 695px) and (max-width: 767px) {
    .height-card-body {
        height: 122px;
    }
}

@media (min-width: 651px) and (max-width: 694px) {
    .margin-card-body {
        margin-top: 10px;
    }
}

@media (min-width: 550px) and (max-width: 770px) {
    .padding-form-card {
        padding-inline: 80px;
    }
}

@media (min-width: 0px) and (max-width: 550px) {
    .padding-form-card {
        padding-inline: 0px;
    }
}

@media (min-width: 749px) and (max-width: 770px) {
    .button-adjustment {
        margin-left: 28px;
    }
}

@media (min-width: 771px) and (max-width: 964px) {
    .button-adjustment {
        margin-left: 48px;
        margin-bottom: 6px;
    }
}

@media (min-width: 965px) and (max-width: 991px) {
    .button-adjustment {
        margin-left: 18px;
        margin-bottom: 6px;
    }
}

@media (min-width: 768px) {
    .card-detail-presupuestal {
        display: block;
    }
}

@media (max-width: 991px) {
    .tc_info_prod {
        margin: 0;
        width: 100%;
        padding: 16px 22px;
        position: fixed !important;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 800px) and (max-width: 991px) {
    .tc_list_product {
        padding-inline: 10%;
    }
}