/* Aqui los CSS */
/* ==================== */
/* scroll */
.scroll_edit::-webkit-scrollbar {
    width: 10px;     /* Tamaño del scroll en vertical */
    height: 7px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.scroll_edit::-webkit-scrollbar-thumb {
    background: var(--main-bg-color-primario);
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.scroll_edit::-webkit-scrollbar-thumb:hover {
    background: var(--main-bg-color-secundario);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
.scroll_edit::-webkit-scrollbar-thumb:active {
    background-color: var(--main-bg-color-secundario);
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.scroll_edit::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
.scroll_edit::-webkit-scrollbar-track:hover,
.scroll_edit::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.basic_link, .basic_link:hover {
  color: #212529;
  text-decoration: none;
}

/* ============= */
/* Fonts */
@font-face {
  font-family: TemplateFont;
  src: url(/template_3/css/fonts/electrolux.ttf);
}
.font-template {font-family: TemplateFont, serif;}

@font-face {
  font-family: 'template14';
  src: url('/template_14/css/fonts/Lexend-Regular.ttf');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'template14';
  src: url('/template_14/css/fonts/Lexend-Medium.ttf');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'template14';
  src: url('/template_14/css/fonts/Lexend-Bold.ttf');
  font-style: normal;
  font-weight: 700;
}
body {font-family: 'template14', sans-serif;}
/* ============= */

/* main {background-color: #fafafa;} */

.bg_template_1 {background: var(--main-bg-color-primario);}

/* Header */
header .sticky_element {z-index: 1000;}
header.version_1 .main_nav {background-color: #fff;}
header .main_nav .custom-search-input {border-radius: 5px;}

.btn_menu_1 {
    height: auto!important;
    background: var(--main-bg-color-primario);
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
}

.money_select .dropdown-toggle {
    background: inherit;
    border: none;
    color: #6f6f6e;
    font-weight: 700;
    padding: 0px;
}
.money_select .dropdown-toggle:hover {
  color: #6f6f6e;
  text-decoration: none;
}
.money_select .btn-link:focus {text-decoration: none;}
.money_select .dropdown-item {
  height: auto;
  font-weight: 700;
}
.money_select .dropdown-item:hover {
  color: var(--main-bg-color-primario)!important;
  font-weight: 700;
}
.money_select .dropdown-menu {background-color: var(--main-bg-color-primario);}

@media (max-width: 902px) {
  .name_money {display: none;}
}

footer {background-color: var(--main-bg-color-footer);}

.btn_footer_1 {
    background: var(--main-bg-color-secundario);
    font-size: 18px;
    font-weight: 700;
}
.btn_social {
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
footer .links ul li a {color: #000;}
footer .links ul li a:hover {color: var(--main-bg-color-primario);}
footer .links ul li a:hover:after {color: var(--main-bg-color-primario);}
footer hr {border-color: #ddd;}

.hamburger-inner::before {top: -8px;}
.hamburger-inner::after {bottom: -8px;}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {height: 2px;}

header.version_1 .menu ul li>span a .hamburger-inner,
header.version_1 .menu ul li>span a .hamburger-inner::before,
header.version_1 .menu ul li>span a .hamburger-inner::after {
  background-color: var(--main-bg-color-terciario);
}
header.version_1 .menu ul li>span a {
    color: #6f6f6e ;
}

@media (max-width: 900px) {
  header.header_movil ul.top_tools>li:nth-child(4), header ul.top_tools>li:nth-child(5) {
      display: inline-block;
  }
  header.header_movil ul.top_tools {
    float: none;
    width: 100%;
  }
  header.header_movil ul.top_tools>li:last-child {
    float: left;
    margin-left: 0;
  }
  header.header_movil .main_nav {
    padding: 8px 0 15px 0;
  }
  header.header_movil ul.top_tools>li a {
      height: 28px;
      line-height: 28px;
  }
}
#nav_category .owl-item,
.pad_categories {
  padding-top: 5px;
  padding-bottom: 5px;
}

.counter_car {
      background: var(--main-bg-color-primario);
      padding: 1px 8px;
      border-radius: 50%;
      position: absolute;
      top: 38px;
      right: 55px;
      font-size: 11px;
      font-weight: 700;
}

header.version_1 .main_nav ul.top_tools>li a,
header.version_1 .main_nav ul.top_tools>li .dropdown-cart:hover>a,
header.version_1 .main_nav ul.top_tools>li .dropdown-access:hover>a  {color: #6f6f6e;}
header.version_1 .main_nav ul.top_tools>li a .counter_car {color: #fff;}

.dropdown-access .dropdown-menu ul.option_user_head li a i {top: 12%;}
/* Botones */
.btn_1 {
  border-radius: 25px!important;
}
.btn_2 {
  background-color: var(--main-bg-color-secundario);
  border-radius: 25px!important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
}
.btn_2:hover {
  background-color: var(--main-bg-color-cuarto);
  color: #fff;
}
.btn_3 {
  background: var(--main-bg-color-primario);
  height: auto!important;
  line-height: normal!important;
  padding: 6px 18px;
  margin-top: 15px;
  border-radius: 25px;
  color: #fff!important;
}
.btn_3:hover {
  background: var(--main-bg-color-secundario);
  color: #fff;
}

.btn_4 {
  background: var(--main-bg-color-secundario);
  height: auto!important;
  line-height: normal!important;
  padding: 6px 20px;
  border-radius: 25px;
  color: #fff!important;
}
.btn_4:hover {
  background: var(--main-bg-color-primario);
  color: #fff;
}

header ul.top_tools>li .dropdown-cart .dropdown-menu a.btn_5,
.dropdown-cart .dropdown-menu a.btn_5 {
  border: none;
  color: #fff;
  background-color: #bb0000;
  height: auto;
  line-height: 1.4;
  text-decoration: none;
  padding: 12px 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
  font-size: 0.875rem;
  margin-top: 10px;
}
header ul.top_tools>li .dropdown-cart .dropdown-menu a.btn_5:hover,
.dropdown-cart .dropdown-menu a.btn_5:hover {
  background-color: #e44d51;
  color: #fff;
}

.client {
    transition: filter .3s ease;
}
.client:not(:hover) {
    filter: grayscale(1);
    opacity: .5;
}
header.version_1 .main_nav ul.top_tools>li a.cart_bt strong {
    background-color: #e98b3b;
}
@media (min-width: 992px) {
  .nav_center {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .btn_sub {
    position: absolute;
    right: 30px;
    top: -27px;
  }
}
.marrieage_form {max-height: 600px;}
@media (max-width: 576px) {
  .marrieage_form {max-height: 1050px;}
}

/* nosotros */
.description_about h2 {line-height: 0.8!important;}
.history_desc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  overflow-y: hidden;
}

@media (max-width: 1138px) {
  .history_desc {padding: 30px 0px;}
}

/* productos */
.brand_ribbon {
  position: absolute;
  top: -16px;
  right: -16px;
}
.brand_ribbon>img {
    width: 64px!important;
    height: 64px;
    padding-top: 12px;
    padding-right: 10px;
}

/* Barra de menu de categorias */
.category_item {
  background: var(--main-bg-color-secundario);
  color: #fff;
}

.category_img {
  width: 25px!important;
  margin-left: auto;
  margin-right: auto;
}

#nav_category > .owl-stage-outer > .owl-stage > .owl-item:hover {
  background: #d9d9d9!important;
}

#nav_category2 > .owl-stage-outer > .owl-stage > .owl-item:hover {
  background: var(--main-bg-color-secundario)!important;
}

.logo_menu {
  width: 200px;
  padding-top: 12px;
  padding-right: 15px;
}

#menu_routes {
    /* position: absolute; */
    width: 300px;
    /* right: 0;
    z-index: 1000;
    transition: height 2s; */
}
#menu_routes a, #sign_menu a {
    color: var(--main-bg-color-primario);
    padding: 10px 20px;
    height: auto;
    line-height: normal;
}
#menu_routes a:hover, #sign_menu a:hover {
    background: var(--main-bg-color-primario);
    color: #fff;
}

@media (max-width: 767px) {
  .btn_3 {margin-top: 0px;}
  .small-gutters {margin-bottom: 1px}
  .mm-sticky {padding-bottom: 20px!important; margin-top: 0px !important;}
  .desktop_header {display: none;}
  .sm_none {display: none!important;}
  .padding_we {padding-top: 80px;}
  .justify-content-end{margin-top: 1px !important;}
}
@media (min-width: 767px) {
  .movil_header {display: none;}
  .md_none {display: none;}
  .perfil_column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
@media (max-width: 468px) {
  .name_tab_perfil {display: none;}
}
@media (min-width: 468px) {
  .icon_tab_perfil {display: none;}
}
/* checkout */
.total_checkout {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-bg-color-terciario);
}

.rest_checkout {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-bg-color-cuarto);
}

.club_background {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.club_background2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}
.table.cart-list th:nth-child(1) {
    width: 15%!important;
}
.table.cart-list th:nth-child(2) {
    width: 70%!important;
}
.table.cart-list tfoot td {
  background: #ededed;
  border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
  .shop_cart_area .table.cart-list td:nth-of-type(1):before {content: "Stock";}
  .shop_cart_area .table.cart-list td:nth-of-type(2):before {content: "Producto";}
  .shop_cart_area .table.cart-list td:nth-of-type(3):before {content: "Precio Unit.";}
  .shop_cart_area .table.cart-list td:nth-of-type(4):before {content: "Cantidad";}
  .shop_cart_area .table.cart-list td:nth-of-type(5):before {content: "SubTotal";}
}

/* logistica */
.ligistic_nav li {
  display: inline;
}
.ligistic_nav li::before {
  content: "\2192";
  color: var(--main-bg-color-primario);
  font-size: 50px;
  vertical-align: -9px;
}

/* logistica */
.ligistic_nav_description li {
  display: inline;
}
.ligistic_nav_description li::before {
  content: "\2192";
  color: var(--main-bg-color-primario);
  font-size: 50px;
  vertical-align: -9px;
}
.ligistic_text {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-primary {background-color: var(--main-bg-color-primario)!important;}
.bg-info {background-color: var(--main-bg-color-secundario)!important;}
.bg-danger {background-color: #dc3545!important;}
.bg-warning {background-color: #ffc107!important;}

/* Barra de menu de categorias */
.category_item {
  background: var(--main-bg-color-secundario);
  color: #fff;
}
.category_item:hover {
  background: #ddd;
  /* color: #fff; */
  color: #fff;
}
.category_img {
  width: 25px!important;
  margin-left: auto;
  margin-right: auto;
}

/* #nav_category > .owl-nav > .owl-prev,
#nav_category > .owl-nav > .owl-next {
  height: 100%;
  width: 15px;
  font-weight: 700;
  font-size: 32px;
  background: none!important;
  border: none!important;
  color: #000;
} */

#nav_category .owl-nav .owl-next, #nav_category .owl-nav .owl-prev {
        position: absolute;
        top: 48%;
        /* transform: translateY(-50%);
        -webkit-transform: translateY(-50%); */
}

#nav_category .owl-nav .owl-next {
        right: -66px;
        display: flex;
        margin-right: 2%;

}

#nav_category .owl-nav .owl-prev{
        left: -177px;
        display: flex;
        margin-left: 2%;
}

#nav_category .owl-prev, #nav_category .owl-next {
    width: 35px;
    height: 35px;
    font-size: 25px !important;
    background-color: inherit!important;
    color: #000;
    line-height: 1!important;
    border: none!important;
    font-weight: 700;
    border-radius: 50%;
}

#nav_category2 > .owl-nav > .owl-prev,
#nav_category2 > .owl-nav > .owl-next {
  height: 100%;
  width: 15px;
  font-weight: 700;
  font-size: 32px;
  background: none!important;
  border: none!important;
  color: #fff;
}

#nav_category > .owl-stage-outer > .owl-stage > .owl-item a {
  color:  #6f6f6e !important;
}

/* Categorias */
.title_1 {
  font-size: 33px;
  margin-top: 30px;
  text-align: center;
}
.title_1.linea {
  position: relative;
  z-index: 1;
}
.title_1.linea:before {
  border-top: 1px solid #d9d9d9;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.title_1.linea span {
  background: #fafafa;
  padding: 0 15px;
}

/* Featrures */
.item_name {
  font-size: 13px;
  color: var(--main-bg-color-terciario);
}
.numbers-row {
  border: none;
  border-radius: 0;
}
.numbers-row.checkout_input {text-align: center!important;}

.button_inc {
  width: 40px;
}
.dec.button_inc {
  background-color: #eee;
}
.inc.button_inc {
  background-color: #9e9e9e;
  color: #fff;
}

.btn_offers {
  background-color: var(--main-bg-color-primario);
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.btn_cars {
  background-color: var(--main-bg-color-car);
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.btn_cars:hover {
  background-color: var(--main-bg-color-car-hover);
  color: #fff;
}
.btn_cars:focus {
  color: #fff;
}

/* catalogo */

.item_catalog {
  border: 1px solid #eee;
}

.subscription_title {
  color: var(--main-bg-color-primario);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.subscription_subtitle {color: var(--main-bg-color-primario);}
.btn_subscription {
  background-color: var(--main-bg-color-primario);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.popup_wrapper.new_popup .popup_content {background-color: var(--main-bg-color-secundario);}

.description_item_catalog {
  font-size: 10px;
}
.description_item_catalog div {
  border: 1px solid var(--main-bg-color-primario);
  margin-bottom: 2px;
  padding: 1px 2px;
  text-align: center;
}

.description_item_catalog_2 {
    background: #00b1ff;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    /* font-weight: 700; */
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 5px;
}


/* @media (min-width: 576px) {
  .md_none {display: none;}
}
@media (max-width: 576px) {
  .sm_none {display: none;}
} */
.toolbox.sticky {top: 55px!important;}
.toolbox.sticky .container>ul li a {
    color: #000!important;
}
.toolbox.sticky .sort_select:after {
    color: #000!important;
}

#search_product_mobile {
    background: var(--main-bg-color-primario);
}
#search_product_mobile:hover {
    background: var(--main-bg-color-primario);
        color: #fff !important;
}

header.version_1 .main_nav ul.top_tools>li a:hover {
    color: #fff;
}

/* Extras */
 .sales_car {
   color: #fff;
   background-color: var(--main-bg-color-car);
   font-weight: 500;
   font-size: 0.875rem;
 }

header ul.top_tools>li .dropdown-cart .dropdown-menu a.sales_car,
header ul.top_tools>li .dropdown-access .dropdown-menu a.sales_car {
    color: #fff;
    background-color: var(--main-bg-color-car);
    height: auto;
    line-height: 1.4;
}

header ul.top_tools>li .dropdown-cart .dropdown-menu a.sales_car:hover,
header ul.top_tools>li .dropdown-access .dropdown-menu a.sales_car:hover,
.sales_car:hover{
    color: #fff !important;
    background-color: var(--main-bg-color-car-hover);
}

.catalog-subcategory__change {color: #444;}
.catalog-subcategory__change:hover {color: var(--main-bg-color-primario);}

.btn_pay {color: #444;}
.btn_pay:hover {color: var(--main-bg-color-primario);}

.icon_faq::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    transition: 0.5s;
}
.btn_pay .icon_faq::before {content: "\f106";}
.btn_pay.collapsed .icon_faq::before {content: "\f107";}

.step h3 {
    background: #ddd!important;
    color: #000!important;
}
.step h3:after {
    border-left: 10px solid #ddd!important;
}

.text_pedidos {font-size: 15px;}
@media (min-width: 1186px) {
  .text_pedidos {font-size: 18px;}
}
@media (max-width: 1186px) {
  .img_none {display: none;}
  header ul.top_tools>li {width: auto;}
  .counter_car {right: -20px;}
  #nav_category .owl-nav .owl-next {right: -40px;}
}
@media (max-width: 968px) {
  .label_pedidos {display: none;}
}
@media (max-width: 354px) {
  .logo_iphone {
    position: absolute!important;
    left: 35px;
  }
}

.menu ul li ul {
    /* overflow-y: auto; */
    max-height: 75vh;
}
.menu ul li ul.expanded {
    width: auto;
}

.menu ul li ul li ul.scroll_menu {
  /* min-height: 700px; */
  background: #fff;
  height: auto;
}

.scroll_menu::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll_menu::-webkit-scrollbar:vertical {
    width: 8px;
}

.scroll_menu::-webkit-scrollbar-button:increment,.scroll_menu::-webkit-scrollbar-button {
    display: none;
}

.scroll_menu::-webkit-scrollbar:horizontal {
    height: 8px;
}

.scroll_menu::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 20px;
    border: 2px solid #c8c8c8;
}

.scroll_menu::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* pagination */
.pagination .active span {
  background: var(--main-bg-color-primario);
  color: #fff;
  font-weight: 700;
}
.open_filters {color: #000;}
.open_filters:hover {color: var(--main-bg-color-primario);}
@media (max-width: 767px) {
  .product_actions ul {
      display: block!important;
  }
  .product_actions ul li a span {
      display: contents!important;
      font-family: 'template14', sans-serif!important;
  }
}
@media screen and (max-width: 576px) {
  .tooltip {position: absolute!important;}
}

/* ////////////////////////////////////////////////////////////////// */
/* For template 14 */
.option_head_1 {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
a .option_head_1, a:hover .option_head_1 {color: #6f6f6e;}
.font-bold {font-weight: 700;}
header.version_1 .main_nav .custom-search-input {
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 25px;
  font-size: 12px;
}
header .main_nav .custom-search-input input[type='text'] {font-weight: 700;}
.menu_head_1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu_head_1 a {
  padding-left: 5px;
  padding-right: 5px;
}
.border_r {border-right: 1px solid #ccc;}
.border_l {border-left: 1px solid #ccc;}
.container_menu_1 {
  padding-left: 20px;
  padding-right: 20px;
}
header.version_1 .main_nav .menu_head_1 .dropdown-cart .dropdown-menu,
header.version_1 .main_nav .menu_head_1 .dropdown-access .dropdown-menu {
    border-top: 2px solid var(--main-bg-color-primario);
    margin-top: 0;
}
header .menu_head_1 .dropdown-cart .dropdown-menu,
header .menu_head_1 .dropdown-access .dropdown-menu {
    border: none;
    min-width: 0;
    padding: 15px;
    width: 260px;
    top: 100%;
    border-radius: 0;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 18%);
    font-size: 0.8125rem;
}
header.version_1 .main_nav .menu_head_1 .dropdown-cart .dropdown-menu:before,
header.version_1 .main_nav .menu_head_1 .dropdown-access .dropdown-menu:before {
    border-bottom-color: var(--main-bg-color-primario);
}
header .menu_head_1 .dropdown-cart .dropdown-menu:before,
header .menu_head_1 .dropdown-access .dropdown-menu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px;
}
.option_head_1 .counter_car {
    top: 48px;
    right: 70px;
    color: #fff;
}

@media screen and (max-width: 1154px) {
  .head_sm_none {display: none;}
  .option_head_1 .counter_car {
    top: 48px;
    right: 10px;
    color: #fff;
  }
}
@media screen and (min-width: 1154px) {
  .head_md_none {display: none;}
}

/* Home barra */
@media screen and (min-width: 893px) {
  .barra_info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 893px) and (min-width: 576px) {
  .barra_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .barra_info .barra_data {
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .barra_info .barra_data img {width: 45px;}
}
@media screen and (max-width: 576px) {
  .barra_info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .barra_info .barra_data {
    /* flex: 0 0 100%;
    max-width: 100%; */
  }
  .barra_info .barra_data .d-flex {justify-content: center;}
  .barra_info .barra_data span {display: none;}
  .barra_info .barra_data img {
    width: 38px;
    filter: brightness(10);
  }
}

.barra_info_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.barra_data img {
  width: 38px;
  filter: brightness(10);
}
@media screen and (max-width: 956px) {
  .barra_none {display: none;}
}
@media screen and (max-width: 470px) {
  .barra_info_2 .col-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
}

header.header_movil ul.top_tools>li {margin-left: 8px;}
header.header_movil .main_nav ul.top_tools>li a.btn_cat_mob .hamburger-inner,
header.header_movil .main_nav ul.top_tools>li a.btn_cat_mob .hamburger-inner::before,
header.header_movil .main_nav ul.top_tools>li a.btn_cat_mob .hamburger-inner::after {
    background-color: var(--main-bg-color-primario);
}
header.header_movil .main_nav ul.top_tools>li a,
header.header_movil .main_nav ul.top_tools>li .dropdown-cart:hover>a,
header.header_movil .main_nav ul.top_tools>li .dropdown-access:hover>a,
header.header_movil .main_nav ul.top_tools>li a:hover {
    color: var(--main-bg-color-primario);
}
footer .footer_cards {height: 40px;}
@media screen and (max-width: 345px) {
  footer .footer_cards {height: 30px;}
}
/* Banner home */
.carousel_img_banner.owl-carousel .owl-nav .owl-prev {
  top: 45%;
  left: 0px;
  background-color: #f29100!important;
  border: none!important;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: auto;
  height: auto;
  display: flex!important;
  align-items: center;
  padding: 6px 15px 6px 20px!important;
}
.carousel_img_banner.owl-carousel .owl-nav .owl-next {
  top: 45%;
  right: 0px;
  background-color: #f29100!important;
  border: none!important;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: auto;
  height: auto;
  display: flex!important;
  align-items: center;
  padding: 6px 20px 6px 15px!important;
}
.carousel_img_banner.owl-carousel .owl-nav .owl-prev i,
.carousel_img_banner.owl-carousel .owl-nav .owl-next i {
  font-size: 30px;
  color: #fff!important;
}
.carousel_img_banner.owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.carousel_img_banner.owl-carousel .owl-dots .owl-dot {
  border: none;
  color: #fff;
  padding-left: 5px!important;
  padding-right: 5px!important;
  font-size: 25px;
}
.carousel_img_banner.owl-carousel .owl-dots .owl-dot::after {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f111";
}
.carousel_img_banner.owl-carousel .owl-dots .owl-dot.active::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  content: "\f111";
}


/* joun us */
.bg_join_us {
  background: linear-gradient(white 30%, #e6e6e6 0%, #e6e6e6 80%, white 0%);
}
.text_1 {color: var(--main-bg-color-primario);}
.text_2 {color: var(--main-bg-color-secundario);}

.img_join {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.video_join_icon {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
}
.join_banner {
  background: #f29100;
  border-radius: 8px;
}
.btn_join {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.btn_join:hover, .btn_join:focus {color: #fff;}
.btn_footer_2 {
    background: #00b1ff;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.btn_footer_2:hover, .btn_footer_2:focus {color: #fff;}
.img_news .img_join {border-radius: 0px;}
.btn_news {
    background: #f29100;
    color: #fff;
    font-size: 15px;
}
.btn_news:hover {color: #fff;}
.bg_counter {
  background: #ff60a2;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.counter_area {
  display: flex;
  justify-content: flex-end;
}
.counter_area label {
  background-color: #00b1ff;
  color: #fff;
  margin-bottom: 0px;
  padding: 5px 10px 5px 25px;
  font-size: 24px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn_template_1 {
  background: var(--main-bg-color-primario);
  color: #fff;
  font-weight: 700;
}
.btn_template_1:hover {color: #fff;}

/* ////////////////////////////////////// */
/* grilla de Catalogo */
header .sticky_element {box-shadow: none;}
.filters_area {
  border: 1px solid #ccc;
  border-radius: 8px;
}
.is-sticky .filters_area {border: none;}
.filters_area select {
  border: none;
  background: inherit;
  color: #555;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.filters_area select:hover {color: var(--main-bg-color-primario);}
.filters_area select:focus-visible {outline: none;}

.filters_area .btn-link {color: #555;}
.filters_area .btn-link:hover,
.filters_area .btn-link:focus {
    color: var(--main-bg-color-primario);
    text-decoration: none;
}
.filters_area .btn-link:focus-visible {outline: none;}
.filters_area .dropdown-toggle::after {color: var(--main-bg-color-primario);}
.filters_area .dropdown-item.active, .filters_area .dropdown-item:active {
    color: #000;
    background-color: #ddd;
}

.filters_area .btn_template_1 {
  font-size: 13.333px;
  font-weight: 400;
}
.filters_area a, .filters_area a:hover {color: #555;}
.img_grid {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  overflow: hidden;
}
.products_carousel.owl-carousel .owl-item img {
  width: auto;
}
.img_grid .desktop {
  max-height: 100%;
  max-width: 100%!important;
}


.img_grid .item_grid_options {display: none;}
.img_grid:hover .item_grid_options {display: flex;}
.item_grid_options {
  position: absolute;
  width: 100%;
  height: 400px;
  align-items: flex-end;
  top: 0;
  left: 0;
}
.option_grid_view {background: #ffffffbf;}
.option_grid_view label.btn {border-radius: 50%;}
.option_grid_view label.btn.active {border: 4px solid var(--main-bg-color-primario);}

.option_grid_view a.btn.active {border: 3px solid var(--main-bg-color-primario);}
.option_grid_view .btn.focus, .option_grid_view .btn:focus {box-shadow: none;}
.option_grid_view img {
  height: 34px;
  border-radius: 0.25em;
}
.option_grid_view a.btn.active img {border-radius: 0px;}

.item_grid_options .inc.button_inc,
.item_grid_options .dec.button_inc {height: 35px;}
.item_grid_options .btn_cars {background: var(--main-bg-color-primario);}
.item_grid_home .btn_cars {background: var(--main-bg-color-primario);}
.item_grid_options .old_price {
  font-size: 12px;
  text-decoration: line-through;
}

.item_grid_options .select-size-id,
.input_item_cant .select-size-id {
  border-color: #ddd;
  padding: 2px;
  border-radius: 5px;
}

.grid_catalog .offer_grid_icon {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
}

.non_stock_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 400px;
  background: #000000bf;
}

.filters_select .dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .filters_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filters_select {
    display: flex;
    align-items: center;
  }
  .filters_options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .filters_area select {width: 100%;}
}
@media (max-width: 767px) {
  .grid_sm_none {display: none;}
}
@media (min-width: 768px) {
  .grid_md_none {display: none;}
}

/* Catalogo home */
/* .item_grid:hover {box-shadow: 0 0 0.5rem 1px #ccc9c9;} */
/* .products_carousel .img_grid {height: 360px;}
.products_carousel .item_grid_options {height: 360px;}
.products_carousel .non_stock_grid {height: 360px;} */
.owl-carousel .owl-item .non_stock_grid img {display: inline;}
.products_carousel .info_grid h6 {font-size: 15px;}
.products_carousel .item_grid_options {width: 100%;}
/* .products_carousel .item_grid_options .button_inc {width: 20px;}
.products_carousel .item_grid_options .btn_cars {font-size: 12px;} */
.products_carousel .offer_grid_icon {
  position: absolute;
  top: 0;
  right: 0;
}
/* @media screen and (max-width: 560px) {
  .products_carousel .img_grid,
  .products_carousel .item_grid_options,
  .products_carousel .non_stock_grid {height: 400px;}
} */

/* banner offer */
@media screen and (min-width: 560px) {
  .offer_ban_area img {
    min-height: 400px;
  }
}

/* emprender */
.bg_emprender {background: #e6e6dc;}
.card_emprender {
  border: none;
  border-radius: 10px;
  height: 100%;
}
.modal-content.video {padding: 0px;}
.close_video {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 8px;
  font-size: 30px;
  line-height: 0.8;
}
.close_video:hover {color: var(--main-bg-color-primario);}

/* ////////////////////// */
.dropdown-cart .dropdown-menu ul li a {
  display: flex;
  align-items: center;
}
#cart_tbody td .inc.button_inc,
#cart_tbody td .dec.button_inc  {
    background-color: unset;
    color: #000;
}
td .cart__remove-product,
td .cart__remove-product:hover {color: var(--main-bg-color-car);}
.resumen a.btn_1.outline, .resumen .btn_1.outline {
  border: 2px solid var(--main-bg-color-car);
  color: var(--main-bg-color-car);
  border-radius: 3px!important;
  font-weight: 700;
  padding: 9px 30px;
}
.resumen a.btn_1.outline:hover, .resumen .btn_1.outline:hover {
  border: 2px solid var(--main-bg-color-car);
  color: var(--main-bg-color-car);
}
.quit_cupon,
.quit_cupon:hover {
  color: var(--main-bg-color-car);
  text-decoration: underline;
}
.store_area {
  max-height: 400px;
  overflow-y: auto;
}
.no-gutters .nice-select  {display: none;}
/* Perfil de catalogo 2 */
.navegation_catalog a {color: #444;}
.navegation_catalog a:hover {text-decoration: underline;}
.info_perfil_2 .all .slider .item-box,
.info_perfil_2 .all .slider-two .item-box {
    background-size: contain;
    background-repeat: no-repeat;
}
.info_perfil_2 .all .slider-two .item {
    background-size: contain;
    background-repeat: no-repeat;
}
.perfil_tittle_1 {
  font-weight: 700;
  line-height: 1.1;
}
.talla_perfil_view .nav-link {
  margin-right: 5px;
  background: #e6e6e6;
  height: auto;
  line-height: 1;
}
.talla_perfil_view .nav-link.active {
  border: 2px solid var(--main-bg-color-primario);
  background: #e6e6e6;
  color: #444;
}
.talla_perfil_view .tab-content {background: #e6e6e6;}
.guia_tallas {
  color: #444;
  text-decoration: underline;
}
.guia_tallas:hover {text-decoration: underline;}
.description_info .card {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.description_info .card-header {
  background: none;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.description_info .card-header a {
  color: #444;
  font-weight: 700;
  font-size: 20px;
}
/* .description_info .collapse.show {border-top: 1px solid #e6e6e6;} */
.description_info .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.description_info p {margin-bottom: 0px;}
.description_info .card-link .collapse_arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d8";
  color: var(--main-bg-color-primario);
}
.description_info .card-link.collapsed .collapse_arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
  color: var(--main-bg-color-primario);
}

.comentary_form input[type="radio"] {
  display: none;
}
.comentary_form .clasificacion label {
  color: grey;
  font-size: 25px;
}
.comentary_form .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.comentary_form .clasificacion label:hover,
.comentary_form .clasificacion label:hover ~ label {
  color: orange;
}
.comentary_form input[type="radio"]:checked ~ label {
  color: orange;
}
.answer_area .star {
  color: grey;
  font-size: 25px;
}
.answer_area .star.active {color: orange;}
.comentary_form .add_img {
  background: grey;
  color: #fff;
}
.comentary_form .add_img:hover {color: #fff;}

/* nuevo slider */

fieldset.active {display: block !important}
fieldset {display: none}
.pic0 {
    width: 400px;
    height: 500px;
    /* margin-left: 85px; */
    margin-left: auto;
    margin-right: auto;
    display: block
}
.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}
.thumbnails {position: absolute}
.fit-image {
    width: 100%;
    object-fit: cover
}
.tb {
    width: 62px;
    height: auto;
    /* border: 1px solid grey; */
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}
.tb-active {opacity: 1}
/* .thumbnail-img {
    width: 60px;
    height: 60px
} */
@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px;
        margin-left: 85px;
    }
}
/* Nosotros v2 */
#abaout_us_owl .owl-prev,
#abaout_us_owl .owl-next {
  background: none!important;
  border: none!important;
  color: var(--main-bg-color-primario);
  top: 45%;
}
#abaout_us_owl .owl-prev i,
#abaout_us_owl .owl-next i {
  color: var(--main-bg-color-primario);
  font-size: 30px;
}
#abaout_us_owl .owl-prev {left: 10px;}
#abaout_us_owl .owl-next {right: 10px;}
@media screen and (min-width: 1270px) {
  #abaout_us_owl .owl-prev {left: -40px;}
  #abaout_us_owl .owl-next {right: -40px;}
}
@media screen and (max-width: 768px) {
  #abaout_us_owl .owl-nav {display: none;}
  #abaout_us_owl .owl-dots .owl-dot::after {
      font-family: "Font Awesome 5 Free";
      font-weight: normal;
      content: "\f111";
  }
  #abaout_us_owl .owl-dots .owl-dot.active::after {
      font-family: "Font Awesome 5 Free";
      font-weight: bolder;
      content: "\f111";
  }
  #abaout_us_owl  .owl-dots {
    width: 100%;
    text-align: center;
  }
  #abaout_us_owl  .owl-dots .owl-dot {
    border: none;
    color: var(--main-bg-color-primario);
    padding-left: 5px!important;
    padding-right: 5px!important;
    font-size: 20px;
  }
}

/* new acceder */
.text_template_1 {color: var(--main-bg-color-primario);}
.font_bold {font-weight: 700;}
.link_redirecction {
  color: #495057;
  text-decoration: underline;
}
.link_redirecction:hover {
  color: var(--main-bg-color-car);
  text-decoration: underline;
}
.btn_login {
  background: var(--main-bg-color-car);
  color: #fff;
  font-weight: 700;
}
.btn_login:hover {color: #fff;}
.btn_login_outline {
  border: 1px solid var(--main-bg-color-car);
  color: var(--main-bg-color-car);
  font-weight: 700;
}
.btn_login_outline:hover {color: var(--main-bg-color-car);}
.btn_login_outline.facebook {
  border: 1px solid #1877f2;
  color: #1877f2;
}
.btn_login_outline.facebook:hover {color: #1877f2;}

/* //// */
/* catalog responsive */
.fig_item {
  height: 250px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.countdown_inner {
  position: absolute;
  top: 230px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.countdown_inner .countdown_new {
  background: #ff0000;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  width: auto;
}
.name_item_new .brand_item_new {
  height: 18px;
  overflow: hidden;
}
.name_item_new .item_name {
  height: 40px;
  overflow: hidden;
}
.price_item_area {
  height: 40px;
  overflow: hidden;
}
.price_item_area .old_item_price {
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
}
.price_item_area .actual_item_price {
  color: #d8203c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.price_item_area .detail_item_price {
  font-size: 15px;
  color: #d8203c;
  font-weight: 700!important;
  line-height: 1.2;
}
.min_item_buy {
  font-size: 11px;
  font-weight: 700;
}
.input_item_cant .min_item_buy {
  height: 17px;
  overflow: hidden;
}
.price_item_area .non_item_stock {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.name_item_new a:hover .item_name {
  text-decoration: underline;
}
.fig_item .brand_ribbon {right: -10px;}
.fig_item .brand_ribbon>img {height: auto;}
.fig_item .ribbon_ofert {
  position: absolute;
  top: 0px;
  left: .5rem;
  color: #fff;
  background: var(--main-bg-color-car);
  font-weight: 700;
  padding: 2px 5px;
}
.pagination__wrapper {
  height: auto;
  margin-bottom: 0px;
}
/* new filters */
@media screen and (max-width: 767px) {
  .filters_sm_none {display: none;}
}
@media screen and (min-width: 768px) {
  .filters_md_none {display: none;}
}
.btn_filters {
  background-color: var(--main-bg-color-primario);
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.btn_filters_2 {
  border: 1px solid var(--main-bg-color-primario);
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.btn_filters:hover, .btn_filters_2:hover {color: #000;}

/* //// */
.non_changed {
  border: none;
  background: none;
  color: #007bff;
}
.non_changed:hover {
  color: #007bff;
  text-decoration: underline;
}
.name_direction p {
  margin-bottom: 0px;
  line-height: 1.2;
}
/* images perfil catalog */
.pic0 {
  width: auto;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .pic0 {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }
}

.payments label img {margin-bottom: 4px;}

#drop_cart_responsive.dropdown-menu {top: 48px;}
#drop_cart_responsive.dropdown-menu.active {display: block!important;}
header ul.top_tools>li .dropdown-cart #drop_cart_responsive.dropdown-menu {
  width: 310px;
  left: -60px;
}
@media (max-width: 350px) {
  header ul.top_tools>li .dropdown-cart #drop_cart_responsive.dropdown-menu {
    width: 95vw;
    left: unset;
    right: -15px;
  }
}

.table_shopping th,
.table_shopping td {vertical-align: middle;}
.table_shopping thead th {border-top: none;}
.table_shopping tfoot td {
  background: #ededed;
  border-top: 2px solid #ccc;
}
@media (max-width: 991px) {
  .table_shopping td .img_table_responsive {
    display: block;
    width: 50px;
  }
  .table_shopping thead th,
  .table_shopping tbody td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 991px) {
  .table_shopping td .img_table_responsive {display: none;}
}

.btn_whatsapp {
  background: #4dc247;
  color: #fff;
  font-size: 30px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 2;
  line-height: 1;
  padding: 9px 10px;
  border-radius: 50%;
}
.btn_whatsapp:hover, .btn_whatsapp:focus {color: #fff;}

.btn_home_area {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 2;
  padding: 9px;
  width: 55px;
}
.btn_home_area img {width: 100%; margin-bottom: 5px;}

/* aside menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s all;
  background: #f8f8f8;
}
#page {transition: .5s;}
.content_menu_side {
  padding: 1rem 1.5rem;
  display: none;
  transition: all .5s;
}

#page.toggled {padding-right: 450px;}
#page.toggled .sidenav {
  width: 450px;
  z-index: 1001;
}
/* #page.toggled header .main_nav {overflow-x: hidden;} */
#page.toggled .content_menu_side {display: block;}

.close_menu_side {
  font-size: 18px;
  line-height: 1;
  color: #111;
  text-decoration: none;
}
.close_menu_side:hover {
  color: #111;
  text-decoration: none;
}

.table_clear_style thead th {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.table_clear_style tbody td {vertical-align: middle;}
.content_menu_side .table_clear_style {width: 100%;}
.content_menu_side .table_clear_style td,
.content_menu_side .table_clear_style th {
  padding: 2px;
  font-size: 14px;
}
.content_menu_side .table_clear_style td i {font-size: 16px;}
.table_clear_style .img_menu {
  display: inline-flex;
  align-items: center;
}
.table_clear_style .img_menu p {
  margin-bottom: 0px;
  line-height: 1.1;
}
.table_clear_style .img_menu p b {font-size: 10px;}
.table_clear_style td .inc.button_inc, .table_clear_style td .dec.button_inc {
  background-color: unset;
  color: #000;
  width: 25px;
  font-size: 14px;
}
.content_menu_side .table_clear_style input.qty2 {
  width: 70px;
}
.content_menu_side .table_clear_style .numbers-row.checkout_input,
.content_menu_side .table_clear_style input.qty2,
.content_menu_side .table_clear_style .inc.button_inc,
.content_menu_side .table_clear_style .dec.button_inc  {
  height: 35px;
}

.mensaje-error li.error-block {
    list-style: none;
    color: red;
    font-size: 12px;
}
/* pos */
.pos_link {
  text-decoration: underline;
  color: #111;
}
.pos_link:hover {
  text-decoration: underline;
  color: var(--main-bg-color-primario);
}
.pos_item_table tbody td {
  vertical-align: middle;
}
.pos_item_table a b {font-size: 20px;}
.cart_pos_area .table_clear_style tbody td {
    padding: 10px;
}

/* pos slider */
.img_slider_pos img, .img_pos_list img {width: 100%;}

.list_movil_2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  padding: 5px 0px;
}
.dropdown-cart .dropdown-menu ul li .list_movil_2 a {
  border-bottom: none;
  min-height: auto;
  padding: 1px 5px;
  margin-bottom: 0;
  width: auto;
}

.list_movil_2 .inc.button_inc, .list_movil_2  .dec.button_inc {
    background-color: unset;
    color: #000;
}

.list_movil_2 input.qty2 {background: #f2f2f2;}
.img_list_2 {
  display: flex;
  align-items: center;
}
.img_list_2 img {
  height: auto;
  width: 50px;
  border: 1px solid #ededed;
}
.dropdown-cart .dropdown-menu ul li a .img_list_2 strong {
  margin-top: 0px;
  width: 80px;
}
.list_movil_2 .input-group input {
  border-color: #6c757d;
  border-radius: 0.25rem!important;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
.list_movil_2 .input-group .input-group-append {
  position: absolute;
  right: 0;
}
.list_movil_2 .input-group .input-group-prepend {
  position: absolute;
  left: 0;
}
.list_movil_2 .input-group .btn-outline-secondary {border: none;}
.list_movil_2 .input-group .btn-outline-secondary:hover {
  background-color: transparent;
  color: #000;
  font-weight: 900;
}

/* login distributor */
#show_hide_password a,
#show_hide_password a:hover,
#show_hide_password a:focus,
#show_hide_password_2 a,
#show_hide_password_2 a:hover,
#show_hide_password_2 a:focus {color: #111;}

/* perifl 2022 */
.text-info {color: #32bdfe!important;}
table.shop_table tbody td {vertical-align: middle;}
table.shop_table thead th:last-child,
table.shop_table tbody td:last-child {text-align: center;}
table.shop_table tbody td:last-child img {height: 35px;}

.modal_2022 .modal-content {padding: 0px;}
.modal_2022 .modal-header {
  background: #9e9e9e;
  border-radius: 0;
  align-items: center;
}
.modal_2022 .modal-header h4 {color: #fff;}
.modal_2022 .modal-header .close {
  color: #fff;
  opacity: 1;
}
.checks_area {
  display: flex;
  align-items: center;
}
.checks_area .col_line {
  border-top: 1px solid #ccc;
  width: 100%;
}
.checks_area .check_top {
    height: 20px;
    text-align: center;
    line-height: 1;
}
.checks_area .check_top img {height: 100%;}
.seg_top_title {
  font-size: 8px;
  text-align: center;
  height: 22px;
  line-height: 1.4;
}
.checks_area .check_top img {display: none;}
.checks_area .checked .check_top img {display: inline;}
.checks_area .img_hecho {display: none;}
.checks_area .checked .img_hecho {display: block;}
.checks_area .checked .img_pendiente {display: none;}

@media (max-width: 945px) {
  .timeline.logistic_area .event::before {
      width: 135px;
      text-align: left;
  }
}
@media (max-width: 768px) {
  .timeline.logistic_area .event:nth-child(1)::before, .timeline.logistic_area .event:nth-child(3)::before, .timeline.logistic_area .event:nth-child(5)::before {
      top: 20px;
  }
}

/* emprendedoras 2022 */
.benefit_item, .benefit_item h5 {color: #595853;}
#preguntas_slide .carousel-control-prev {left: -15px;}
#preguntas_slide .carousel-control-next {right: -15px;}
.testimonio_img img {border-radius: 10px;}

.selector_periodo {
  display: flex;
  align-items: center;
}
.selector_periodo label {
  margin-bottom: 0px;
  margin-right: 2px;
}
.selector_periodo .form-control {
  width: auto;
  max-width: 100%;
}

/* popup */
.img_central {position: relative;}
.img_central img {
  width: 100%;
  height: auto;
}

/*  */
.video_mp4_2 {
  position: relative;
  height: 100vh;
}
.video_mp4_2 iframe {
  width: 100%;
  height: 100%;
  box-sizing: inherit;
  border: none;
}
.back_text_mp4 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000038;
  top: 0;
  left: 0;
}
.video_mp4 {position: relative;}
.video_mp4 video {
  position: relative;
  max-height: 100%;
  box-sizing: inherit;
  border: none;
}

.select_on_responsive .select2-container {
  width: 100%!important;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.select_on_responsive .select2-container--default .select2-selection--single {
  padding: 5px;
  height: auto;
}
.counter_text {
  color: #db802c;
  font-weight: 700;
  margin-right: 5px;
}
#join_us_owl .owl-nav{
    position: absolute;
    top: 30%;
    width: 100%;
}
#join_us_owl .owl-prev{
    float:left;
 }
#join_us_owl .owl-next{
    float:right;
}
#join_us_owl .owl-prev, #join_us_owl .owl-next {
  background: none!important;
  border: none!important;
}
#join_us_owl .owl-prev i, #join_us_owl .owl-next i {
  font-size: 30px;
  color: #ff9200;
}
