.intra_bg {
    background-color: #FAFAFA !important;
}
.componentGeneral {
    overflow-x: hidden;
    display: flex;
    width: 100.65%;
    height: calc(100vh - 83px);
    justify-content: center;
}

.col {
    display: flex;
    flex-direction: column;
}

.componentOne {
    background-image: url('../../assets/images/login_fondo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 55%;
    height: 100%;
}

.c-one-content {
    display: flex;
    z-index: 0;
    padding-top: 5rem;
    width: 100%;
    justify-content: center;
}

.opa-5 {
    background-color: rgba(00,00,00,0.5);
}

.c-one-sub-content {
    display: flex;
    width: 50%;
    z-index: 1;
}

.items_benefits{
    width: 100%;
    height: 20px;
    justify-content: flex-start;

}

.icon-benefits {
    width: 10% !important;
}

.txt-benefits {
    width: 90% !important;
}

.txt-40 {
    font-size: 40px;
}

.f-f-bold {
    font-weight: bold;
}

.f-f-9 {
    font-weight: 900;
}

.txt-18 {
    font-size: 18px;
}

.line-h-1-5 {
    line-height: 1.5;
}

/*Componente 2*/

.componentTwo {
    background-color: #1F2056;
    display: flex;
    width: 45%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.login_content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 400px;
}

.componentOne img {
    width: 100%;
}

.login_facebook {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 295px;
    height: 56px;
    background-color: #1778F2;
    border-radius: 10px;
}

.facebook_img {
    font-size: 30px;
}

.facebook_string {
    color: white;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
}

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

.register_here {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: normal;
}

.init_session_letter_one{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: normal;
    color: white;
}

.init_session_letter_two{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: bold;
    color: #3AF397;
}

.init_session_letter_three{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.f_f_Poppins {
    font-family: 'Poppins', sans-serif;
}

.f-style-oblique {
    font-style: oblique;
}

.init_session_letter{
    text-align: center;
    line-height: 1.5;
}

.reset_input {
    background:none; 
    border:none; 
    outline:0;
    margin:0; 
    padding:0;
}

.input_email {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: white;
    padding: 10px;
    width: 295px;
    height: 50px;
    border-radius: 10px;
}

.input_email::placeholder {
    font: popppins;
}

.input-icon {
    color: #191919;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

.rela {
    position: relative;
}

.password {
    display: flex;
    width: 295px;
    height: 50px;
}

.img_password {
    left: unset;
    right: 12px;
}

.button_reset {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -webkit-appearance: button;
    -moz-user-select: none;
        -ms-user-select: none;
}

.button_login {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #3C5EC7;
    padding: 10px;
    width: 295px;
    height: 50px;
    border-radius: 20px;
    color: white;
}

.txt_white {
    color: white;
}

.txt_green {
    color: #3AF397;
}

.b-radius-20 {
    border-radius: 20px;
}

.modal_venden_pn {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 41px 17px 42px;
    width: 375px;
    min-height: 450px;
}
  .modal_subscribe {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  

  /* Modal Content/Box */
  .modal_content_subscribe {
    background-color: transparent;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid transparent;
    width: 30%;
    /* Cambiar height a auto para que crezca según el contenido */
    height: auto;
    display: flex; /* Usar flexbox para permitir que el contenido crezca */
    flex-direction: column; /* Asegura que los elementos dentro se apilen verticalmente */
  }
  

@media (max-width: 600px) {
    .modal_content_subscribe {
        width: 70%;
    }
}

.close-content {
    justify-content: flex-end;
}
  
  .close_content_subscribe {
    justify-content: flex-end;
    width: 100%;
  }

  .close_subscribe {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close_subscribe:hover,
  .close_subscribe:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

  .body_modal_content_subscribe {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    max-width: 100%;
    height: 100%;
    margin: 0px;
    background-color: white;
}

  .img_alert_subscribe{
    width: 140px;
  }

  .button_close_subscribe {
    color: white;
    border-radius: 4px;
    background-color: #3C5EC7;
    height: 48px;
}

  .txt_15_subscribe {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: normal;
    color: #797979;
  }

  .txt_20_subscribe {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: black;
  }

  .modal_content_buttons_subscribe {
    width: 100%;
    height: auto;
    justify-content: center;
    background-color: #7B99FF;
    border-radius: 4px;
  }

  .modal_content_buttons_continue_subscribe {
    width: 100%;
    height: 48px;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: normal;
    color: white;
  }

  .retrieve_password_three_content_general {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background-image: url('../../assets/images/venden-pn/venden_pn_02.png');
    background-size: cover;
    background-repeat: no-repeat;
}

  .retrieve_password_three_content_general::after{

    width: 100%;
    height: 100vh;
    z-index: 1000;
     background-color: rgb(0, 0, 0);

  }


.retrieve_password_three_content_general_background_opacity {
  background-color: rgba(00,00,00,0.5);
}

.retrieve_password_three_sub_content_general_one {
  display: flex;
  flex-direction: column;
}

.retrieve_password_three_sub_content_one {
    width: 100%;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.retrieve_password_three_sub_content_two {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .retrieve_password_three_sub_content_two_button {
    width: 295px;
    height: 50px;
    border-radius: 20px;
    background-color: #3C5EC7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 20px;
    line-height: 66px;
  }

  .retrieve_password_three_sub_content_general_two{
    display: none;
    flex-direction: column;
    justify-content: center;
  }

  .retrieve_password_three_sub_content_three{
    display: flex;
    width: 100%;
    height: 121px;
    justify-content: center;
  }

  .retrieve_password_three_sub_content_three_image{
    width: 180px;
    height: 121px;
  }

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

  .retrieve_password_three_sub_content_four_txt{
    width: 60%;
    height: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }


  .retrieve_password_three_sub_content_five{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.retrieve_password_three_sub_content_five_button {
    width: 295px;
    height: 50px;
    border-radius: 20px;
    background-color: #3C5EC7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 20px;
    line-height: 66px;
}

.retrieve_password_three_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.retrieve_password_three_modal_modal_content {
    background-color: transparent;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid transparent;
    width: 30%;
}

@media (max-width: 600px) {
    .retrieve_password_three_modal_modal_content {
        width: 70%;
    }
}

/* The Close Button */
.retrieve_password_three_modal_modal_content_close_content {
    justify-content: flex-end;
}

.retrieve_password_three_modal_modal_content_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.retrieve_password_three_modal_modal_content_close:hover,
.retrieve_password_three_modal_modal_content_close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.retrieve_password_three_modal_body_modal_content {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    background-color: white;
}


.retrieve_password_three_modal_body_modal_content_txt {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.retrieve_password_three_modal_modal_content_img_alert{
    width: 87px;
}

.retrieve_password_three_modal_super_modal_content_button_close_modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.retrieve_password_three_modal_modal_content_button_close_modal {
    color: white;
    border-radius: 4px;
    background-color: #3C5EC7;
    height: 40px;
    font-weight: 300;
    font-size: 15px;
}

.register_welcome_content_general {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background-image: url('../../assets/images/venden-pn/venden_pn_01.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.register_welcome_content_general_background_opacity {
  background-color: rgba(00,00,00,0.5);
}

.register_welcome_sub_content {
  display: flex;
  flex-direction: column;
}

.register_welcome_sub_content_one, .register_welcome_sub_content_one p {
    color: #3AF397;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_welcome_sub_content_two, .register_welcome_sub_content_two p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 30px;
    line-height: 66px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.register_welcome_sub_content_two_italic {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 30px;
    line-height: 66px;
    color: white;
    text-align: center;
    font-style: italic;
}

.register_welcome_sub_content_two_bold {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    line-height: 66px;
    color: white;
    text-align: center;
}

.register_welcome_sub_content_three {
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register_welcome_sub_content_three_button {
    width: 28vh;
    height: 60px;
    border-radius: 20px;
    background-color: #3C5EC7;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 66px;
}

.dashboard_no_advertisements_general_component {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}

.dashboard_no_advertisements_sub_component_one{
    display: flex;
    width: 100%;
    height: 482px;
    justify-content: center;
    background-color: #3C5EC7;
    flex-direction: row;
}

.dashboard_no_advertisements_sub_component_one_sub_one {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.dashboard_no_advertisements_sub_component_one_sub_one_content {
    display: flex;
    width: 339px;
    height: 248px;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard_no_advertisements_sub_component_one_sub_one_content_txt_one {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.dashboard_no_advertisements_sub_component_one_sub_one_content_txt_two {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.dashboard_no_advertisements_sub_component_one_sub_one_content_button_div {
    width: 100%;
    display: flex;
    justify-content: left;
}

.dashboard_no_advertisements_sub_component_one_sub_one_content_button_div_button {
    width: 90%;
    display: flex;
    background: #FEB219;
    border-radius: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    height: 48px;
}

.dashboard_no_advertisements_sub_component_one_sub_two {
    display: flex;
    width: 60%;
}

.dashboard_no_advertisements_sub_component_one_sub_two_content {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}

.dashboard_no_advertisements_sub_component_one_sub_two_content_image {
    width: 80%;
}

.dashboard_no_advertisements_sub_component_two{
    display: flex;
    width: 100%;
    height: 482px;
    justify-content: center;
    align-items: flex-start;
}

.dashboard_no_advertisements_sub_component_two_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 933px;
    height: 100px;
    background: rgba(87, 201, 153, 0.5);
    border-radius: 4px;
}

.dashboard_no_advertisements_sub_component_two_content_txt_one {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    width: 82%;
    color: #000000;
}

.dashboard_no_advertisements_sub_component_two_content_txt_one span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}










  /** venden_pn_dashboard_advertisements INICIO**/

.venden_pn_dashboard_advertisements_general_component {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.venden_pn_dashboard_advertisements_sub_component_one{
    display: flex;
    width: 100%;
    height: 330px;
    justify-content: center;
    background-color: #3C5EC7;
    flex-direction: row;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one_content {
    display: flex;
    width: 339px;
    height: 248px;
    flex-direction: column;
    justify-content: space-between;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one_content_txt_one {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one_content_txt_two {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one_content_button_div {
    width: 100%;
    display: flex;
    justify-content: left;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_one_content_button_div_button {
    width: 90%;
    display: flex;
    background: #FEB219;
    border-radius: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    /* BALCK */
    color: #000000;
    height: 48px;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_two {
    display: flex;
    width: 60%;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_two_content {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}

.venden_pn_dashboard_advertisements_sub_component_one_sub_two_content_image {
    width: 80%;
}

.venden_pn_dashboard_advertisements_sub_component_two{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.venden_pn_dashboard_advertisements_sub_component_two_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    width: 80%;
    height: 100px;
    border-radius: 4px;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_one {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    /* identical to box height */


    /* BALCK */

    color: #000000;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_two {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */


    /* BALCK */

    color: #000000;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_two_one {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    font-size: 15px;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_two_two {
    width: 20%;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_two_two_select {
    width: 169px;
    height: 27px;

    /* GRIS OSC */

    border: 1px solid #797979;
    border-radius: 4px;
}

select.select-control-anun {
    width: 295px;
    height: 20px;
    padding: 12px 13px;
    border-radius: 4px;
    background-color: blue;
}

select.select_control_anum {
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #797979;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    background-color: transparent;
    cursor: pointer;
}

select.select_control_wizard {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.wizard_control .triangle-select-anun {
    top: 10px;
}

select.select_control_wizard option p, select.select_control_wizard option {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #797979;
}

select.select-control-anun option {
    width: 100%;
    height: 100%;
    padding: 12px 13px;
    border-radius: 4px;
    background-color: red;
}

.brand-select-anun {
    position: relative;
    background-color: white;
}

.triangle-select-anun {
    color: black !important;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    right: 5px;
    z-index: 1;
}

.venden_pn_dashboard_advertisements_sub_component_two_content_three {
    width: 100%;
    height: auto;
}

.venden_pn_dashboard_producto_close_preview {
    background-color: #FEB219;
    display: flex;
    justify-content: center;
    height: 32px;
}

/** Create advertisements **/

.venden_pn_dashboard_advertisements_create_super_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

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

.venden_pn_dashboard_advertisements_create_return_txt {
    display: flex;
    width: 80%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: center;
    /* GRIS OSC */
    color: #797979;
}

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

.venden_pn_dashboard_advertisements_create_sub_container {
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 600px) {
    .venden_pn_dashboard_advertisements_create_sub_container {
        width: 95%;
    }

    .stepper__header  {
        max-width: 250px !important;
    }

    .step__label {
        width: 80px !important;
        font-size: 12px !important;
    }
}

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

.stepper__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venden_pn_dashboard_advertisements_create_container_txt_one {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.venden_pn_dashboard_advertisements_create_step_one, .venden_pn_dashboard_advertisements_create_step_two, .venden_pn_dashboard_advertisements_create_step_three {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.venden_pn_dashboard_advertisements_create_container_add_photos {
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    height: 15rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input__wizard, textarea.input__wizard, p.input__wizard {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 52px;
    padding-left: 10px;
    font-size: 18px;
    background-color: white;
}
p.input__wizard {
    width: 100%;
    border: 1px solid #7B99FF;
    border-radius: 5px;
    height: 52px;
    padding-left: 10px;
    font-size: 18px;
    background-color: rgba(123, 153, 255, 0.4);
    color: black;
}

textarea.input__wizard {
    font-family: 'Poppins';
    height: 300px;
    resize: none;
}

.button__preview__zone {
    display: flex;
    padding-left: 10px;
    align-items: center;
    gap: 5px;
}

.text__wizard__header {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.border_switch_wizard {
    border: 1px solid #E7E7E7;
    background-color: whtie;
}

.venden_pn_dashboard_advertisements_create_container_add_photos_content {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #797979;
}

.venden_pn_dashboard_advertisements_create_container_add_photos_content_img {
    display: flex; 
    width: 3rem; 
    justify-content: center;

}

.venden_pn_dashboard_advertisements_create_container_bot_text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
}

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

.brdr_c_g {
    border-color: #D9D9D9 !important;
}

.c_g {
    color: #797979 !important;
}

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

.venden_pn_dashboard_advertisements_create_container_button_next {
    display: flex;
    width: 45%;
    height: 3rem;
    background: #7B99FF;
    border-radius: 4px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: background-color 0.3s ease;
}

.venden_pn_dashboard_advertisements_create_container_button_next:hover {
    background: #5A78CC; /* Un color más oscuro */
}

/*Profile Perfil imafes*/

.profile_asesor_image {
    width: 8rem;
}

.profile_asesor_image_two {
    width: 4rem;
    height: 4rem;
}

.profile_asesor_image_change {
    width: 3rem;
}

.profile_asesor_image_change_border {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.profile_asesor_input {
    max-width: 100% !important;
    width: 100% !important;
}

.font_size_profile_10 {
    font-size: 10px;
}

.font_size_profile_15 {
    font-size: 15px;
}

.font_size_profile_20 {
    font-size: 20px;
}

.font_size_profile_25 {
    font-size: 25px;
}

.bg-key-image {
    background: rgba(123, 153, 255, 0.4);
}

.bg-key-border {
    border-radius: 15px;
}

.venden-supervisores-edit-asesor-content-one {
    display: flex;
}

.venden-supervisores-edit-asesor-content-two {
    display: none;
}


/**Cards carritos adevertisments anuncios**/


.dashboard__cart_general_component__content{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
    position: relative;
}

.dashboard__cart_general_component__content__image{
    width: 100%;
    height:206.88px;
    position: relative;
}

.dashboard__cart_general_component__content__image_car1{
   border-radius: 4px;
   width: 100%;
   height: 100%;
}

.dashboard__cart_general_component__content_buttons {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7px;
}

.modal__subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.modal__opcions{
    border-top:1px solid #b9b7b7;
}
.modal__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date__modal {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #797979;
}

.car__estadistic--item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;    
}
.dashboard__cart_general_component__content__image__camera{
    position: absolute;
    width: 73px;
    height: 43px;
    background: rgba(0, 0, 0, .5);
    border-radius: 0px 0px 0px 4px;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.dashboard__cart_general_component_target {
    width: 125px;
    height: 27px;
    position: absolute;
    top: .5rem;
    right: -.8rem;

    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    border-radius: 150px 4px 4px 150px;
}

.triangle_eti{
    width: 12%;
    height: 54%;
    transform: rotate(45deg);
    background: #3AF397;
    position: absolute;
    top: 6.5px;
    left: -4px;

}

.triangle_eti_name {
    border-radius: 0px 4px 4px 0px;
    background: #3AF397;
    z-index: 2;
    
}

.offer_pause {
    border-radius: 4px;
    border: 1px solid #797979;
}

@media (max-width: 1147px) {
    #cards_cars {
        display: flex;
        flex-direction: column;
    }

    .dashboard__cart_general_component__content {
        width: 100% !important;
        margin-bottom: 3rem;
    }

    .triangle_eti {
        top: 6px;
        left: 14px;
    }

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

    .venden_pn_dashboard_advertisements_sub_component_two_content_two_one {
        width: 40%;
    }

   
    .venden_pn_dashboard_advertisements_sub_component_one_sub_one {
        width: 100%;
    }

    .venden_pn_dashboard_advertisements_sub_component_one_sub_one_content_txt_two {
        display: none;
    }

    .venden_pn_dashboard_advertisements_sub_component_one_sub_one_content {
        justify-content: space-evenly;
    }
}



@media (max-width: 1023px) {
     .venden_pn_dashboard_advertisements_sub_component_one_sub_two {
        display: none;
    }
}


  /** venden_pn_dashboard_advertisements FIN **/


  /**Circulos de pagination**/

.circle-pagination {
    color: #797979;
    border: 1px solid #797979;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.circle-pagination-others {
    color: #797979;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: flex-end;
    text-align: end;
    justify-content: center;
}

.circle-pagination-selected {
    background-color: #FEB219;
    color: #1F2056;
    border: 1px solid #FEB219;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.b-radius-5 {
    border-radius: 5px;
}



@media (max-width: 600px) {
    .catalogo_pagination {
        width: 100% !important;
    }
}













.navbar__main {
    background-color: white;
    height: 81px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.navbar__main--form {
    border: 1px solid #000;
    border-radius: 20px;
    width: 330px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

label.navbar__main--form__label {
    color: #797979;
    font-weight: 400;
    position: absolute;
    left: 45px;
    z-index: 1;
}

.navbar__main--form__button {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
}

.navbar__main--form__input {
    width: calc(100% - 45px);
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #797979;
}

.navbar__main--rest {
    display: flex;
    align-items: center;
}

.navbar__main--nav__list {
    color: black;
    align-items: center;
}

.navbar__main--nav__item {
    margin: 0px 12.5px;
    text-align: center;
    cursor: pointer;
}

.bar__previsualization {
    background-color: #FEB219;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
}

.navbar__main--nav__button {
    margin-right: 0px;
    padding: 10px 13px;
    background: #FEB219;
    border-radius: 20px;
}

.ads__min {
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 940px) {
    .ads__min {
        display: block !important;
   
    }

    .ads__min img {
        width: 100%;
    }
}

.label__car {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Poppins';
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.category__landing--title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car__container {
    position: relative;
}

.category__text {
    font-family: Allan,cursive;
    font-size: 3rem;
    line-height: 1;
    font-size: 30px;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.brands__cars {
    max-width: 700px;
    margin: 0 auto;
}

.brands__name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #797979;
}

.brands__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 144px;
}

.callback__landing {
    width: 100%;
    margin: 40px 0px;
}

.callback__landing--content {
    max-width: 695px;
    width: 95%;
    margin: 0 auto !important;
    height: 127px;
    background: #3C5EC7;
    border: 1px solid #F5F5F5;
    border-radius: 10px;

    display: flex;
    justify-content: space-between;
    padding: 44px 58px;

}

.callback__landing--publish {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #FAFAFA;
}

.callback__landing--wording {
    display: flex;
}

@media (max-width: 700px) {
    .callback__landing--content {
        height: 165px;
        margin: 20px 15px;
    }

    .callback__landing--content {
        height: 120px !important;
    }

    .callback__landing--wording {
        display: block;
        min-height: 60px;
    }    
}

.callback__landing--call {
    font-style: italic;
    font-weight: 600;
    margin-left: 10px;
    font-size: 28px;
    line-height: 38px;
    color: #FEB219;
}

.product__page {
    background-color: #FAFAFA;
}

.product__page--anouncement__img {
    max-width: 814px;
    width: 100%;
}

/* Footer */
.footer__main {
    width: 100vw;
    background-color: #1D1E3F;
    min-height: 424px;
    color: white;
}

.footer__main--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__main--item {
    
    padding-top: 62px;
   
}

.footer__main--form__input {
    background-color: #F5F5F5;
    color: #797979;
    width: 100%;

    padding: 12px 14px;
    border-radius: 10px;
    height: 52px;
    margin-top: 11px;
    font-size: 18px;
    line-height: 27px;
}

input.footer__main--form__input::placeholder {
    color: #797979;
}

.footer__main--form__button {
    background-color: #7B99FF;
    border-radius: 20px;
    height: 48px;
    margin-top: 15px;
    width: 100%;
   

}


.width-35 {
    width: 35%;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.footer__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.font__size--color__yellow {
    color: #FEB219;
}

.footer__main--item__contact, .footer__main--item__support {
    display: flex;
    color: white;
}

.light__text {
    font-weight: 400;
    font-size: 14px;
}

.address__zone {
    margin-bottom: 70px;
}

.contact__icon {
    width: 30px;
    height: 30px;
    color: white !important;
}

a.footer__link {
    color: white;
    margin-top: 22px;
}

.white-icon {
    color: white;
}

.filters {
    width: 100%;
    padding: 0px 15px;
 }
 
 .filters__header {
     width: 100%;
     height: 57px;
     padding: 15px 39px;
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #797979;
 }
 
 .acordion {
     width: 100%;
 }
 
 .no__click {
     transition: all ease-in-out 500ms;
     pointer-events: none;
 }
 
 .rotate__180 {
     transform: rotate(180deg);
     transition: all ease-in-out 500ms;
 }
 
 .acordion__header {
     width: 100%;
     height: 48px;
     border-bottom: 1px solid #cdcdcd;
     padding: 15px 39px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background-color: white;
 }
 
 .acordion__body {
     background-color: #FAFAFA;
     padding: 24px 39px;
     display: flex;
     gap: 8px;
     border-bottom: 1px solid #cdcdcd;
     flex-wrap: wrap;
 }
 
 .selected__filter--item {
     background: #3C5EC7;
     color: white !important;
     border-color: #3C5EC7 !important;
 }
 
 .acordion__item {
     font-family: 'Poppins';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 21px;
     color: #797979;
     border-radius: 4px;
     border: 1px solid #797979;
     padding: 8px 15px;
     cursor: pointer;
 }
 .filters__result {
    max-width: 1065px;
    width: 100%;
    background-color: #f5f5f5;
}

.container__catalog {
    background-color: #f5f5f5;
}

.filters__result--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 57px;
    border-bottom: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.filters__result--header select {
    width: 162px;
    height: 27px;
    border: 1px solid #797979;
    border-radius: 4px;
    padding: 0px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.filters__result--body {
   
    background-color: #F5F5F5;
}

.ad__width {
    width: 100%;
}

.ad__width img {
    width: 100%;
}

.item__price--box {
    margin-bottom: 5px;
    padding: 0px 0px;
}

.item__price--offer {
    display: flex;
    gap: 12px;
}

.price__offer--desc {
    background-color: #FEB219;
    border-radius: 4px;
    padding: 2px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.price__offer {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: black;
}

.btn--review {
    width: 138px;
    height: 28px;
    font-size: 14px !important;
    cursor: pointer;
}

.offer__original {
    font-size: 16px;
    color: #797979;
}

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

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px;
}

.item__car {
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 10px 7px;
    margin: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item__car__suggested {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
 
    box-sizing: border-box;
 
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}

.item__car__suggested--image {
    position: relative;
}

.item__car__suggested--chip {
    position: absolute;
    width: 86px;
    height: 20px;
    top: 6px;
    right: -6px;
    display: flex;
}

.text--minimal {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
}

.blog__card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 7px;
    box-sizing: border-box;
    min-height: 400px;
    margin-bottom: 39px;
}

.car__info--gasoline, .car__info--year, .car__info--price {
    width: 100%;
    min-height: 20px;
    margin-bottom: 7px;
    display: flex;
    gap: 4px;
}

@media (max-width: 600px) {
    .items__cars {
        column-gap: 12px;
    }
}


.car__chips--item {
    height: 20px;
    padding: 0px 10px;
    border-radius: 4px;
    border: 1px solid #7B99FF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7B99FF;
    pointer-events: none;
}

.car__chips--item-no-button {
    height: 20px;
    padding: 0px 10px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: black;
    pointer-events: none;
}

.car__chips--item--selled {
    display: flex; /* Activa flexbox */
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    height: 24px; /* Aumenta la altura para mejor visualización */
    padding: 0 12px; /* Espaciado horizontal */
    border-radius: 6px; /* Bordes más redondeados */
    border: 2px solid #03C100; /* Borde verde más visible */
    background-color: #E6F9E6; /* Fondo verde claro */
    font-family: 'Poppins', sans-serif;
    font-weight: 500; /* Un poco más grueso para mejor legibilidad */
    font-size: 14px;
    line-height: 21px;
    color: #03C100; /* Texto verde */
}


.item--info {
    display: flex;
    gap: 6px;
    margin: 2px 0px;
    justify-content: flex-start;
    align-items: center;
}

.item--info p {
    font-size: 14px !important;
}

.new {
    background-color: #3AF397;
}

.filters__result {
    max-width: 1065px;
}

.filters__result--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 57px;
    border-bottom: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.filters__result--header select {
    width: 162px;
    height: 27px;
    border: 1px solid #797979;
    border-radius: 4px;
    padding: 0px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.filters__result--body {

    background-color: #F5F5F5;
}

.items__cars {
    width: 100%;
    row-gap: 30px;
    column-gap: 17px;
}

@media (max-width: 600px) {
    .items__cars {
        column-gap: 12px;
    }
}

.item__price--box {
    margin-bottom: 5px;
    padding: 0px 15px;
}

.go__blog {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #3C5EC7;
}

.item__price--offer {
    display: flex;
    gap: 12px;
}

.price__offer--desc {
    background-color: #FEB219;
    border-radius: 4px;
    padding: 2px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.price__offer {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: black;
}



.offer__original {
    font-size: 16px;
    color: #797979;
}

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

.item__car--photos {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 43px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.item__car--photos p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.item__car--image {
    width: 100%;
   
    border-radius: 5px;
    position: relative;
}
.item__car--image__anuncio {
    width: 100%;
    
}

.item__car--image img.image__full {
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 100%;
}

.item__car--chip {
    position: absolute;
    width: 125px;
    height: 27px;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: center;
    border-radius: 4px;
    right: -7px;
    top: 9px;
}

.item__car--chip p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    z-index: 2;
    text-align: center;
    padding-left: 10px;
}

.name__car {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
}


.title__suggested {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.description__suggested {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #797979;
}

.description__suggested__container {
    width: 100%;
    min-height: 60px;
    height: 60px;
}

.address__suggested {
    background-color: #7b99ff47;
    border-radius: 4px;
    width: 100%;
    min-height: 27px;
    padding: 3px;
}

.gray--text {
    color: #797979;
}

.seminew {
    background-color: #FEB219;
}

.no__result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.no__result--title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #000000;
}

.no__result--content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #797979;
    margin-top: 22px;
}

.brands__links {
    margin-top: 17px;
    width: 376px;
}

.traffic__light {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 40px;
}

.error__screen, .terms__page, .politic__page {
    padding: 117px 100px !important;
    background-color: #F5F5F5;
    width: 100%;
}

.error__title, .terms__title, .text__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 66px;
    text-align: center;
    color: #000000;
}

.error__description, .terms__text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #797979;
}

.error__description {
    margin-bottom: 48px;
}

.terms__text {
    margin-bottom: 24px;
}

.error__links a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-decoration-line: underline;
    display: flex;
    flex-direction: column;
    color: #3C5EC7;
    margin-bottom: 45px;
}

.traffic__light--red {
    position: absolute;
    right: 0;
    top: 100px;
}

.plans__select {
    background-color: #F5F5F5;
    padding-top: 70px;
    width: 100%; 
    padding-bottom: 70px;   
}

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

.card {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
}
.card__personal {
    max-width: 343px;
    width: 100%;
}

.card__header__svg {
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.divider {
    width: 100%;
    background-color: #797979;
    height: 1px;
    opacity: .3;
}

.text--blue {
    color: #3C5EC7 !important;
    font-weight: 400 !important;
}

.title__description {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #3C5EC7;
}

.content__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.card__title__contact {
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.card__corporation {
    max-width: 558px;
    width: 95%;
}

.card__header {
    width: 100%;
    position: relative;
    height: 40px;
}

.mobile__only {
    display: none;
}

.desktop__only {
    display: block;
}

@media (max-width: 600px) {
    .card__header {
        height: 60px;
    }

    .mobile__only {
        display: block;
    }
    
    .desktop__only {
        display: none;
    }

    .card__items {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    
    .separate__list--item {
        padding: 15px 15px 0px 15px !important;
    }

    .callback__contact--link {
        display: block !important;
    }

    .callback__contact__gray {
        align-items: flex-start !important;
        padding: 15px;
        height: 150px !important;
    }
}

.separate__list--item {
    padding: 0px;
}

.card__content {
    padding: 26px 21px;
}

.callback__contact--link {
    display: flex;
}

.callback__contact--link p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: black;
}

.card__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.catalog {
    width: 100%;
    margin: 0 auto;
}

.error__description, .terms__text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #797979;
}

.card__items {
    margin-top: 26px;
    margin-bottom: 35px;
}

.card__item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
}

.btn__callback__black {
    background-color: black;
    color: white;
    padding: 16px auto;
    width: 100%;
    height: 60px;
    border-radius: 20px;
}

.text--common__card {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
}

.btn__callback__black p, .callback__contact--title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.text--black {
    color: black;
}

.error__description {
    margin-bottom: 48px;
}

.terms__text {
    margin-bottom: 24px;
}

.error__links a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-decoration-line: underline;
    display: flex;
    flex-direction: column;
    color: #3C5EC7;
    margin-bottom: 45px;
}

.traffic__light--red {
    position: absolute;
    right: 0;
    top: 100px;
}

.autos__card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.callback__contact {
    width: 517px;
    height: 120px;
    background: #E7E7E7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 75px 32px;
}

.blog__main {
    background-color: white;

}

.blog__main--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;

}

.blog__header--item {
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #797979;
    border-radius: 4px;
    padding: 3px 30px;
    color: #797979;
    font-weight: 400;
    cursor: pointer;
}

.title--giant {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 66px;
    color: #7B99FF;
}

.gap__blog {
    row-gap: 8px;
    column-gap: 39px;
}

.tipe__card {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #797979;
    font-weight: 400;
}

.blog__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.blog__description, .blog__date__image {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
}

.blog__date__image {
    display: none;
}

.blog--image {
    background-color: grey;
    width: 100%;
    height: 396px;
}

.align--horizontal--center {
    display: flex;
    align-items: center;
}

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

.related__post {
    width: 100%;
}

.related__post h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #3C5EC7;
}

.image__product {
    height: 489px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 766px) {
    .image__product {
        height: 350px;
    }
}

/* @media (max-width: 500px) {
    .image__product {
        height: 300px;
    }
} */

.bar__new {
    width: 100%;
    height: 27px;
    background-color: #3AF397;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.product__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #000000;
}

.product__date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #797979;
}

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

.product__discount {
    align-items: center;
    display: flex;
}

.price__car {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}

.due__statement {
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #E50017;
    text-align: right;
}

.before__price {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #797979;
}

.box__discount {
    width: 49px;
    height: 27px;
    background: #FEB219;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price__discount {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.santander__button {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E50017;
    border-radius: 4px;
    padding: 0 24px;
}

.white__text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.callback__contact__gray {
    height: 90px;
    width: 100%;
    background: #E7E7E7;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.callback__contact {
    height: 60px;
    width: 100%;
    background: #3AF397;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .title__publish__announcement {
    display: flex;
    align-items: center;
    justify-content: center; */
/* } */

.contact__anounciante {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.button__images {
    border: 1px solid black;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.rotate__180 {
    transform: rotate(180deg);
}

.images__collection {
    display: flex;
    align-items: center;
}

.buttons__section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 29px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.text--white {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.title__data {
    color: #3C5EC7;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.item__data {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.item__data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
}

.item__data p:first-child {
    width: 100px;
}

.button__data {
    margin-top: 40px;
}

.resume__dashboard {
    width: 100%;
    padding: 41px 10px;   
}

.resume__dashboard--separate {
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
}

.resume__dashboard--header {
    padding: 0px 31px;
}

.resume__dashboard--header h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.resume__dashboard--header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.resume__dashboard--content {
    
}







.modal_backdrop {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: wheat;
}

.modal {
    background-color: white;
    border-radius: 10px;
    padding: 41px 17px 42px;
    width: 375px;
    min-height: 450px;
}

.modal__buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.modal__subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.modal__opcions{
    border-top:1px solid #b9b7b7;
}
.modal__sub_option{
    border-bottom:1px solid #b9b7b7; ;
}
.modal__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date__modal {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #797979;
}



/* Col mode 15 */
.col-15-1 {
    width: calc((100% / 15) * 1);
}
.col-15-2 {
    width: calc((100% / 15) * 2);
}
.col-15-3 {
    width: calc((100% / 15) * 3);
}
.col-15-4 {
    width: calc((100% / 15) * 4);
}
.col-15-5 {
    width: calc((100% / 15) * 5);
}
.col-15-6 {
    width: calc((100% / 15) * 6);
}
.col-15-7 {
    width: calc((100% / 15) * 7);
}
.col-15-8 {
    width: calc((100% / 15) * 8);
}
.col-15-9 {
    width: calc((100% / 15) * 9);
}
.col-15-10 {
    width: calc((100% / 15) * 10);
}
.col-15-11 {
    width: calc((100% / 15) * 11);
}
.col-15-12 {
    width: calc((100% / 15) * 12);
}
.col-15-13 {
    width: calc((100% / 15) * 13);
}
.col-15-14 {
    width: calc((100% / 15) * 14);
}
.col-15-15 {
    width: calc((100% / 15) * 15);
}
.col-15-xs-0 {
    width: 0%;
}
.col-15-sm-0 {
    width: 0%;
}
.col-15-md-0 {
    width: 0%;
}
.col-15-lg-0 {
    width: 0%;
}
.col-15-xl-0 {
    width: 0%;
}
.col-15-xxl-0 {
    width: 0%;
}
.col-15-oxxl-0 {
    width: 0%;
}
@media (min-width: 410px) {
    .col-15-sm-1 {
        width: calc((100% / 15) * 1);
   }
    .col-15-sm-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-sm-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-sm-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-sm-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-sm-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-sm-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-sm-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-sm-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-sm-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-sm-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-sm-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-sm-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-sm-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-sm-15 {
        width: calc((100% / 15) * 15);
   }
}
@media (min-width: 576px) {
    .col-15-md-1 {
        width: calc((100% / 15) * 1);
   }
    .col-15-md-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-md-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-md-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-md-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-md-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-md-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-md-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-md-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-md-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-md-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-md-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-md-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-md-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-md-15 {
        width: calc((100% / 15) * 15);
   }
}
@media (min-width: 768px) {
    .col-15-lg-1 {
        width: calc((100% / 15) * 1);
   }
    .col-15-lg-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-lg-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-lg-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-lg-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-lg-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-lg-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-lg-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-lg-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-lg-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-lg-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-lg-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-lg-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-lg-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-lg-15 {
        width: calc((100% / 15) * 15);
   }
}

.rangeValue__label {
    position: absolute;
    top: 32px;
}


@media (min-width: 992px) {
    .col-15-xl-1 {
        width: calc((100% / 15) * 1);
   }

    .col-15-xl-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-xl-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-xl-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-xl-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-xl-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-xl-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-xl-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-xl-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-xl-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-xl-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-xl-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-xl-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-xl-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-xl-15 {
        width: calc((100% / 15) * 15);
   }
}
@media (min-width: 1200px) {
    .col-15-xxl-1 {
        width: calc((100% / 15) * 1);
   }
    .col-15-xxl-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-xxl-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-xxl-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-xxl-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-xxl-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-xxl-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-xxl-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-xxl-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-xxl-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-xxl-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-xxl-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-xxl-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-xxl-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-xxl-15 {
        width: calc((100% / 15) * 15);
   }
}
@media (min-width: 1400px) {
    .col-15-oxxl-1 {
        width: calc((100% / 15) * 1);
   }
    .col-15-oxxl-2 {
        width: calc((100% / 15) * 2);
   }
    .col-15-oxxl-3 {
        width: calc((100% / 15) * 3);
   }
    .col-15-oxxl-4 {
        width: calc((100% / 15) * 4);
   }
    .col-15-oxxl-5 {
        width: calc((100% / 15) * 5);
   }
    .col-15-oxxl-6 {
        width: calc((100% / 15) * 6);
   }
    .col-15-oxxl-7 {
        width: calc((100% / 15) * 7);
   }
    .col-15-oxxl-8 {
        width: calc((100% / 15) * 8);
   }
    .col-15-oxxl-9 {
        width: calc((100% / 15) * 9);
   }
    .col-15-oxxl-10 {
        width: calc((100% / 15) * 10);
   }
    .col-15-oxxl-11 {
        width: calc((100% / 15) * 11);
   }
    .col-15-oxxl-12 {
        width: calc((100% / 15) * 12);
   }
    .col-15-oxxl-13 {
        width: calc((100% / 15) * 13);
   }
    .col-15-oxxl-14 {
        width: calc((100% / 15) * 14);
   }
    .col-15-oxxl-15 {
        width: calc((100% / 15) * 15);
   }
}

p.wizard__banner--fee__text {
    position: absolute;
    transform: translate(0, 0) rotate(-29deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    color: rgb(255 255 255/1);
    top: 21px;
    left: 20px;
}

.tips__card {
    font-size: 24px;
}

@media (max-width: 768px) {
    .wizard__banner--fee {
        display: none !important;
    }

 
}


.stepper__header {
    height: 1px;
    width: 100%;
    background-color: #797979;
    max-width: 282px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stepper__labels {
    display: flex;
}

.step__complete {
    background-color: #7B99FF !important;
}

.step__label {
    width: 94px;
    padding-top: 15px;
    display: flex;
    color: #797979;
    align-items: center;
    justify-content: center;
}

.label__current {
    color: black;
}

.label__complete {
    color: var(--electric-blue);
}

.current__step {
    background-color: #3AF397 !important;
}

.step__item {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #797979;
}

/* Register page */
@media (max-width: 850px) {
    .componentOne {
        display: none;
    }

    .componentTwo {
        width: 100% !important;
    }

    .register_welcome_sub_content_one, .register_welcome_sub_content_one p {
        font-size: 35px;
        line-height: 44px;
    }

    .register_welcome_sub_content_one {
        display: block;
    }

 .blog__main {
        width: 95%;
        margin: 0 auto;
    } 

    .tips__card {
        font-size: 16px;
    }

    .title--giant {
        font-size: 35px;
        line-height: 40px;
    }

    .register_welcome_sub_content_two {
        display: block;
    }

   /*  .title__publish__announcement {
        flex-direction: column;
    } */

    .contianer__cards {
        flex-direction: column;
    }

    .blog__description {
        display: none;
    }

    .blog__date__image {
        display: block;
    }

    .image__share__container {
        display: none;
    }

    .callback__landing--publish {
        font-size: 20px;
        line-height: 30px;
    }

    .callback__landing--call {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #FEB219;
    }

    .callback__landing--content {
        padding: 30px;
        height: 96px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .ml-md-0 {
        margin-left: 0px;
    }

    .mt-md-0 {
        margin-top: 0px !important;
    }

    .wizard__otp--end {
        padding: 40px 20px 90px !important;
    }

    .wizard__email--info p { 
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .otp__numbers input[type=text] {
        width: 40px !important;
        height: 40px !important;
    }

    .change-direction-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-center-md p { 
        text-align: center;
    }
}