@charset "UTF-8";
/*! 
* IMPORTANTE: Este archivo ha sido creado usando SASS (El archivo fuente se encuentra en la carpeta SCSS),
* Cualquier moficación deberá hacerse en el archivo fuente y no directamente en el CSS 
*/
/**/
:root {
  --color-text-existencia-mucho: #8bbf41;
  --slider-arrow-distance-x: -25px;
  --slider-arrow-distance-y: 50%;
}

/*SLIDERS*/
*, *:focus, *:active, *:focus-within, *:visited {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #F2F2F2;
  color: #706e6f;
}
body.menu-abierto, body.fancybox-active {
  overflow: hidden;
}

.pg-new-design * {
  box-sizing: border-box;
}
.pg-new-design img {
  height: auto;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin-left: initial;
  margin-right: initial;
}

.no-italic {
  font-style: normal !important;
}

.deptos_link {
  position: fixed;
  left: 0;
  top: 35%;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 1469px) {
  .deptos_link {
    display: none;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.chat_link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  max-width: 200px;
}
.chat_link div {
  position: relative;
}
.chat_link a {
  display: inline-block;
}
.chat_link .close_chat {
  position: absolute;
  top: -30px;
  right: 16px;
  background-color: #1e1e1e;
  color: #fff;
  padding: 5px 8px 6px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.chat_link .close_chat:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .chat_link {
    max-width: 130px;
    bottom: 5px;
    right: 5px;
  }
}

.inner_page {
  padding: 30px;
}
@media (max-width: 767.98px) {
  .inner_page.detalle_pedidos, .inner_page.mis_pedidos, .inner_page.contact, .inner_page.almacenes, .inner_page.historia, .inner_page.compromiso_social, .inner_page.checkout {
    padding: 30px 15px;
  }
}

.inner_nav {
  margin-bottom: 30px;
}
.inner_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner_nav ul li {
  display: inline-block;
  background: url(../img/subanv_arrow.svg) right center no-repeat;
  background-size: 6px;
  padding-right: 12px;
  margin-right: 6px;
}
.inner_nav ul li:last-child {
  background: none;
}
.inner_nav ul li:last-child a {
  text-decoration: none;
}
.inner_nav ul li a {
  color: #706e6f;
  font-style: 12px;
}
.inner_nav ul li a:hover {
  color: #1E1E1E;
}

.fancy_modal {
  display: none;
  width: 100%;
  max-width: 420px;
}
.fancy_modal h3 {
  margin: 0 0 2em;
  color: #1E1E1E;
}
.fancy_modal .form label {
  margin-top: 1.5em;
}
.fancy_modal .form input {
  width: 100% !important;
}
.fancy_modal .action_buttons {
  text-align: right;
  padding-top: 20px;
}
.fancy_modal .action_buttons .btn {
  background-color: #EC1C24;
  color: #fff;
  border: 0;
  border-radius: 4px;
  line-height: 32px;
  padding: 0 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.fancy_modal .action_buttons .btn:hover {
  background-color: #ff0000;
}

/*ANCHOR: Buttons*/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #EC1C24;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #ff0000;
}
.btn.btn-secondary {
  background-color: #1E1E1E;
}
.btn.btn-secondary:hover {
  background-color: #000;
}
.btn.btn-success {
  background-color: #8bbf41;
  letter-spacing: 1px;
}
.btn.btn-success:hover {
  background-color: #8bbf41;
}
.btn.btn-info {
  background-color: #2f7dc0;
}
.btn.btn-info:hover {
  background-color: #2f7dc0;
}
.btn.btn-info-ws {
  background-color: #61B55F;
}
.btn.btn-info-ws:hover {
  background-color: #61B55F;
}

.sldr-flex .slick-list, .sldr-flex .slick-track, .sldr-flex .slick-slide, .sldr-flex .sldr {
  display: flex;
}
.sldr-flex .slick-slide, .sldr-flex .sldr {
  justify-content: center;
  align-items: center;
}
.sldr-flex .slick-slide img, .sldr-flex .sldr img {
  display: inline-block;
}

.sldr-dots-st1 .slick-dots {
  display: flex;
  bottom: 20px;
  right: 20px;
  width: auto;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 3px 5px;
}
.sldr-dots-st1 .slick-dots li {
  width: 18px;
  height: 18px;
}
.sldr-dots-st1 .slick-dots li button {
  border: 2px solid #1E1E1E;
  border-radius: 25px;
  width: 18px;
  height: 18px;
}
.sldr-dots-st1 .slick-dots li button::before {
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #1E1E1E;
  border-radius: 25px;
}
.sldr-dots-st1 .slick-dots li.slick-active button {
  border-color: #EC1C24;
}
.sldr-dots-st1 .slick-dots li.slick-active button::before {
  content: "";
  background-color: #EC1C24;
}

.login {
  min-height: calc(100vh - 10px);
  border-bottom: 10px solid #706e6f;
}
.login .header_login {
  background: #EC1C24 url(../img/bg-login.png) center 0 repeat-x;
  background-size: cover;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .login .header_login {
    padding: 20px;
  }
}
.login .header_login .container {
  position: relative;
}
.login .header_login .logo {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .login .header_login .logo {
    width: 170px;
  }
}
.login .header_login a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: url(../img/back-outline.svg) 0 center no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.login .header_login a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 470px) {
  .login .header_login a {
    position: inherit;
    top: inherit;
    transform: none;
    display: block;
    margin-bottom: 20px;
  }
}
.login .main {
  padding: 40px 20px;
  max-width: 528px;
  margin: 0 auto;
  text-align: center;
}
.login .main .content {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(30, 30, 30, 0.16);
  padding: 40px 20px;
  margin-bottom: 30px;
}
.login .main a {
  color: #706e6f;
}
.login .main a:hover {
  text-decoration: none;
}
.login .main a.red_link {
  color: #EC1C24;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 10px;
}
.login .main .form {
  max-width: 342px;
  margin: 0 auto;
}
.login .main .form label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.login .main .form input[type=text], .login .main .form input[type=password],
.login .main .form input[type=number], .login .main .form input[type=date],
.login .main .form input[type=email], .login .main .form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 8px;
  margin-bottom: 15px;
}
.login .main .form button {
  width: 100%;
  background-color: #EC1C24;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  margin: 1em 0;
  cursor: pointer;
}
.login .main .form button:hover {
  background-color: #ff0000;
}

.create_wrap {
  height: auto;
}
.create_wrap .main {
  max-width: 774px;
}
.create_wrap .tabs {
  background-color: #fff;
}
.create_wrap .tabs .tab {
  display: flex;
}
.create_wrap .tabs .tab > div {
  flex: 1;
  text-align: left;
  padding: 10px 30px;
  background-color: #E9E9E9;
  border-bottom: 3px solid #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .create_wrap .tabs .tab > div {
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    text-align: center;
  }
}
.create_wrap .tabs .tab > div i {
  display: inline-block;
  width: 36px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.create_wrap .tabs .tab > div i.usuario {
  background-image: url(../img/icon-usuario-gris.svg);
}
.create_wrap .tabs .tab > div i.experto {
  background-image: url(../img/icon-experto-gris.svg);
}
.create_wrap .tabs .tab > div small {
  display: block;
}
.create_wrap .tabs .tab > div.active {
  background-color: #fff;
}
.create_wrap .tabs .tab > div.active .usuario {
  background-image: url(../img/icon-usuario-color.svg);
}
.create_wrap .tabs .tab > div.active .experto {
  background-image: url(../img/icon-experto-color.svg);
}
.create_wrap .tabs .content {
  padding: 30px;
  box-shadow: none;
}
.create_wrap .tabs .form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .create_wrap .tabs .form {
    display: block;
  }
}
.create_wrap .tabs .form > div {
  width: calc(50% - 20px);
  padding: 0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .create_wrap .tabs .form > div {
    width: 100%;
    padding: 0;
  }
}
.create_wrap .tabs .form input[type=text], .create_wrap .tabs .form input[type=date],
.create_wrap .tabs .form input[type=password], .create_wrap .tabs .form .select {
  height: 36px;
  margin-bottom: 0;
}
.create_wrap .tabs .form .btn {
  margin: 22px 0 0;
}
.create_wrap .tabs #experto_automotriz .btn {
  margin-top: 20px;
}

#header {
  position: relative;
  background: #ec1c24 url(../img/bg-header.png) center top repeat;
  background-size: 1920px auto;
  color: white;
  z-index: 10;
}
@media (min-width: 768px) {
  #header {
    padding-bottom: 54px;
  }
}
#header .hdr {
  position: relative;
}
@media (min-width: 768px) {
  #header .hdr {
    height: 146px;
  }
}
@media (max-width: 767.98px) {
  #header .hdr {
    padding-bottom: 54px;
  }
}
#header *, #header div, #header span, #header li, #header a {
  box-sizing: border-box;
}
#header a {
  color: inherit;
  text-decoration: none;
}
#header .topbar {
  font-weight: bold;
}
#header .topbar .country > a {
  padding: 5PX 0;
}
#header .topbar .country .dropdown-item {
  cursor: pointer;
}
#header .topbar .nav {
  margin: 0;
}
#header .topbar .nav-link {
  display: inline-flex;
  align-items: center;
}
#header .topbar .nav-link i {
  font-size: 20px;
  height: 1em;
  line-height: 1;
}
#header .topbar .nav-link > span {
  display: inline-block;
  padding-left: 4px;
}
@media (min-width: 768px) {
  #header .topbar {
    margin-bottom: 15px;
    padding-top: 20px;
    margin-left: 150px;
  }
}
@media (min-width: 992px) {
  #header .topbar {
    margin-left: 315px;
  }
}
@media (max-width: 767.98px) {
  #header .topbar {
    background-color: rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
  }
  #header .topbar .nav-link {
    padding: 0.5rem 0.6rem;
  }
}
@media (min-width: 768px) {
  #header .middlebar {
    margin-left: 275px;
  }
}
@media (min-width: 992px) {
  #header .middlebar {
    margin-left: 315px;
  }
}
@media (max-width: 767.98px) {
  #header .middlebar {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 54px;
    color: black;
    background: rgb(238, 238, 238);
    background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    transform: translateY(1px);
  }
  #header .middlebar > .row {
    height: 100%;
  }
  #header .middlebar.fixed-hdr {
    position: fixed;
    bottom: auto;
    top: -1px;
    left: 0;
  }
}
#header .logo {
  text-align: center;
  margin-bottom: 10px;
}
#header .logo img {
  width: 218px;
  height: auto;
}
@media (min-width: 768px) {
  #header .logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  #header .logo img {
    width: 260px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #header .logo {
    top: 30px;
  }
  #header .logo img {
    width: 300px;
  }
}
#header .search {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px;
  align-items: center;
  color: #1E1E1E;
  /* .link { 
      color: #606060;

      a {
          display: block;
      }
  }  */
}
@media screen and (max-width: 768px) {
  #header .search {
    margin-top: 0;
  }
}
#header .search .flex {
  flex: 1;
}
#header .search .input-wrap {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 10px;
}
#header .search input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  border: 0;
}
#header .search button {
  background: transparent url(../img/search.svg) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #header .search {
    order: 3;
    flex: inherit;
    width: auto;
    padding: 2px;
    margin-left: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.26);
    /* button {
        display: none;
    } */
    /*&.active {
        width: 80%;

        input {
            margin: 0 10px;
            width: 100%;
        }
    }*/
  }
  #header .search .input-wrap {
    padding: 0;
  }
  #header .search input {
    padding: 0 10px;
  }
}
#header .cart {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #header .cart {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #header .cart {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: visible;
  }
  #header .cart a {
    position: absolute;
    display: block;
    padding: 10px;
    left: -10px;
    top: -10px;
  }
}
#header .cart small {
  font-size: 7px;
  text-transform: uppercase;
  display: block;
}
#header .cart a {
  color: #fff;
  text-decoration: none;
}
#header .cart .cart_icon {
  background: url(../img/cart.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  #header .cart .cart_icon {
    background: url(../img/cart-red.svg) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
#header .cart .cart_icon span {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 25px;
  min-width: 22px;
  min-height: 22px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  background-color: #1E1E1E;
  color: #fff;
}
#header .cart .precio {
  text-align: right;
}
@media screen and (max-width: 700px) {
  #header .cart .precio {
    display: none;
  }
}
#header .mainbar {
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%);
  position: absolute;
  bottom: -1px;
  left: auto;
  width: 100%;
  height: 54px;
  color: black;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
#header .mainbar .row {
  height: 54px;
}
#header a.menuicon {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
#header a.menuicon i {
  font-size: 28px;
  line-height: 1;
  width: 28px;
  height: 28px;
}
#header a.menuicon span {
  font-size: 10px;
  margin-top: -2px;
  text-transform: uppercase;
}
#header a.menuicon:hover {
  color: #ec1c24;
}
#header .col-categorias {
  max-width: calc(100% - 54px) !important;
}
#header .mn-categorias-wrap {
  overflow: hidden;
}
@media (hover: none) and (pointer: coarse) {
  #header .mn-categorias-wrap {
    overflow: auto;
  }
}
#header .mn-categorias-wrap .nav-categorias-hdr {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  display: inline-flex;
  min-width: 100%;
  align-items: center;
  justify-content: center;
}
#header .mn-categorias-wrap .nav-categorias-hdr .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  /* &:not(:last-child)::after{
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      right: 0;
      width: 1px;
      background-color: #404040;
  } */
}
#header .mn-categorias-wrap .nav-categorias-hdr .nav-link:hover {
  color: #ec1c24;
}
@media (min-width: 1200px) {
  #header .mn-categorias-wrap .nav-categorias-hdr .nav-link {
    padding-left: 22px;
    padding-right: 22px;
  }
}
#header .mn-categorias-wrap .nav-categorias-hdr span.divider {
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: #404040;
  padding: 0;
  margin: 0 auto;
}
#header .mn-categorias-wrap .nav-categorias-hdr span.divider:last-child {
  display: none;
}

.country .pais-selected, .country .dropdown-item {
  display: flex;
  align-items: center;
}
.country .pais-selected .flag, .country .dropdown-item .flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.country .pais-selected .flag img, .country .dropdown-item .flag img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767.98px) {
  .label-user {
    max-width: 80px;
    max-width: calc(100vw - 280px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.menu .link {
  background: #E3E3E3;
  text-align: center;
  margin: 5px;
  border-radius: 4px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  position: relative;
  border-top: 1px solid #E8E8E8;
}

.menu li:hover, li.active {
  background-color: #eee;
}

.menu a {
  display: block;
  text-decoration: none;
}

.nav2_content,
.cats_content,
.level2,
.level3 {
  position: fixed;
  left: -250px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 250px;
  transition: all 0.3s ease;
}

.nav2_content.active,
.cats_content.active {
  left: 0;
}

.nav2_content {
  z-index: 20;
}
.nav2_content .inner-content {
  position: absolute;
  right: 0;
  top: 92px;
  width: 250px;
  bottom: 0;
  overflow: auto;
}

.nav2_content .showCats {
  background-color: #1E1E1E;
  color: #fff;
  background-image: url(../img/dots.svg), url(../img/category_arrow.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 24px, 8px;
  background-position: 10px center, 92% center;
  padding: 15px 10px 15px 38px;
  position: relative;
  z-index: 3;
}

.nav2_content li {
  background: url(../img/bullet_nav.svg) 10px center no-repeat;
  border-top: 1px solid #E8E8E8;
}

.nav2_content li > a {
  display: block;
  padding: 15px 10px 15px 38px;
  color: #444;
  text-decoration: none;
}

.nav2_content li.st2 {
  background: url(../img/bullet_nav_red.svg) 10px center no-repeat;
}
.nav2_content li.st2 > a {
  color: #ec1c24;
}

@media screen and (min-width: 769px) {
  .nav2_content .link {
    display: none;
  }
}

.cats_content {
  z-index: 30;
}

.cats_content li > a {
  display: block;
  padding: 15px 10px;
  color: #706E6F;
  text-decoration: none;
  background: url(../img/subanv_arrow.svg) 95% center no-repeat;
}

.cats_content .level3 li > a {
  background-image: none;
}

.level2, .level3 {
  display: none;
  position: fixed;
  height: 100vh;
  box-shadow: inset 2px 0 6px rgba(0, 0, 0, 0.1);
}

.level2 {
  left: 250px;
}

.level3 {
  left: 500px;
}

.level1 > li.active > div,
.level2 > ul > li.active > div {
  display: block;
}

.closeMenu, .closeCats,
.menu li .closeLevel2,
.menu li .closeLevel3 {
  background-color: #EC1C24;
  background-image: url(../img/close_nav.svg);
  background-size: 15px;
  background-position: 15px center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 15px 10px 15px 38px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.menu li .closeLevel2,
.menu li .closeLevel3 {
  background-color: rgba(236, 28, 36, 0.8);
}

@media screen and (max-width: 768px) {
  .level2, .level3 {
    display: block;
    left: -250px;
  }
  .level2 {
    z-index: 10;
  }
  .level3 {
    z-index: 20;
  }
  .level1 > li.active > div,
  .level2 > ul > li.active > div {
    left: 0;
  }
}
.div-content {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  flex-wrap: nowrap;
}
.div-content > .hdr-link {
  flex: 0 0 46px;
  box-sizing: border-box;
  width: 100%;
}
.div-content > ul {
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}

.level1 li > .div-content {
  display: none;
}
.level1 li.active > .div-content {
  display: flex;
}

/*ANCHOR: Estilos Anteriores*/
p {
  line-height: 1.5;
}

a.underlined {
  text-decoration: underline !important;
}

.text_center, .text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
h1, h2, h5, h6 {
  color: #1E1E1E;
}

h2:not(.h-reset), .h2-style {
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2:not(.h-reset), .h2-style {
    font-size: 22px;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  h2:not(.h-reset), .h2-style {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  h2:not(.h-reset), .h2-style {
    font-size: 18px;
  }
}
h2:not(.h-reset) span, .h2-style span {
  color: #EC1C24;
}
h2:not(.h-reset) .slider_buttons, .h2-style .slider_buttons {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  h2:not(.h-reset) .slider_buttons, .h2-style .slider_buttons {
    position: inherit;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
h2:not(.h-reset) .slider_buttons button, .h2-style .slider_buttons button {
  border: 0;
  height: 36px;
  width: 72px;
  margin-right: 8px;
  padding-top: 3px;
  cursor: pointer;
  background-color: #EC1C24;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
h2:not(.h-reset) .slider_buttons button svg, .h2-style .slider_buttons button svg {
  fill: #fff;
  width: 11px;
  height: 20px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
@media screen and (max-width: 768px) {
  h2:not(.h-reset) .slider_buttons button, .h2-style .slider_buttons button {
    height: 34px;
    width: 52px;
  }
}

h4 {
  margin-top: 0;
  font-size: 24px;
  font-style: italic;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  margin: 0 0 1em;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 16px;
  }
}

.tt {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1;
}

.tt-span {
  display: inline-flex;
  color: white;
  padding: 0 35px;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 38px;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.tt-span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #EC1C24;
  z-index: -1;
  transform: skew(-20deg);
}

/*ANCHOR: Titles New*/
h1, .h1, .bs-h1 {
  font-size: 36px;
}

h2, .h2, .bs-h2 {
  font-size: 28px;
}

.h3, .bs-h3 {
  font-size: 24px;
}

.h4, .bs-h4 {
  font-size: 20px;
}

.h5, .bs-h5 {
  font-size: 18px;
}

.h6, .bs-h6 {
  font-size: 16px;
}

.bs-h1, .bs-h2, .bs-h3, .bs-h4, .bs-h5, .bs-h6 {
  font-weight: bold;
}

.tt-main {
  font-style: italic;
  font-weight: 700;
}

.tt-h5 {
  color: #ec1c24;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

.tt-st2 {
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
}
.tt-st2.tt-light {
  color: white;
}
@media (min-width: 768px) {
  .tt-st2 {
    font-size: 34px;
  }
}

.tt-lines {
  text-align: center;
}
@media (min-width: 768px) {
  .tt-lines {
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: visible;
    padding-left: 120px;
  }
  .tt-lines::before, .tt-lines::after {
    content: "";
    display: inline-block;
    margin-bottom: 0.2em;
    position: absolute;
  }
  .tt-lines::before {
    width: 120px;
    height: 3px;
    background-color: #ec1c24;
    left: 0;
    bottom: 1px;
  }
  .tt-lines::after {
    height: 1px;
    background-color: #707070;
    right: 0;
    bottom: 2px;
    left: 130px;
  }
  .tt-lines span {
    display: inline-block;
    background-color: white;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
  }
  .tt-lines.tt-light {
    background-color: inherit;
  }
  .tt-lines.tt-light::after {
    left: 0;
    background-color: white;
  }
  .tt-lines.tt-light::before {
    display: none;
  }
  .tt-lines.tt-light span {
    background-color: inherit;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.home_sliders {
  background-color: #fff;
  padding: 20px 5px;
}
@media (min-width: 768px) {
  .home_sliders {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .home_sliders {
    border-top: 1px solid #ddd;
  }
}
.home_sliders .container.flex {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .home_sliders .container.flex {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .home_sliders .container.flex {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .col-sdr-home {
    max-width: calc(100% - 450px);
  }
}

.slider-home-wrap {
  display: flex;
  background-color: #ccc;
  padding: 1px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .slider-home-wrap {
    max-width: 510px;
  }
}
@media (max-width: 767.98px) {
  .slider-home-wrap {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .slider-home-wrap {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 622px;
    box-sizing: border-box;
  }
}

.image_slider {
  width: 100%;
  max-width: 620px;
  max-height: 382px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .image_slider {
    max-width: 520px;
    margin: 0 auto;
  }
}
.image_slider .slick-dots {
  display: flex;
  bottom: -35px;
  right: 50%;
  transform: translateX(50%);
  width: auto;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 3px 5px;
}
.image_slider .slick-dots li {
  width: auto;
  height: auto;
}
.image_slider .slick-dots li button {
  border: 2px solid #1E1E1E;
  border-radius: 25px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.image_slider .slick-dots li button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #1E1E1E;
  border-radius: 25px;
}
@media (max-width: 767.98px) {
  .image_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .image_slider .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }
}
.image_slider .slick-dots li.slick-active button {
  border-color: #EC1C24;
}
.image_slider .slick-dots li.slick-active button::before {
  content: "";
  background-color: #EC1C24;
}

.sldr-st1 .slick-dots, .sldr-dots-st1 .slick-dots {
  display: flex;
  bottom: 20px;
  right: 20px;
  width: auto;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 3px 5px;
}
.sldr-st1 .slick-dots li, .sldr-dots-st1 .slick-dots li {
  width: 18px;
  height: 18px;
}
.sldr-st1 .slick-dots li button, .sldr-dots-st1 .slick-dots li button {
  border: 2px solid #1E1E1E;
  border-radius: 25px;
  width: 18px;
  height: 18px;
}
.sldr-st1 .slick-dots li button::before, .sldr-dots-st1 .slick-dots li button::before {
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #1E1E1E;
  border-radius: 25px;
}
.sldr-st1 .slick-dots li.slick-active button, .sldr-dots-st1 .slick-dots li.slick-active button {
  border-color: #EC1C24;
}
.sldr-st1 .slick-dots li.slick-active button::before, .sldr-dots-st1 .slick-dots li.slick-active button::before {
  content: "";
  background-color: #EC1C24;
}

.sldr-st1, .sldr-arrows-st1 {
  --slider-arrow-distance-x: 10px;
}
.sldr-st1 .slick-prev::before, .sldr-arrows-st1 .slick-prev::before {
  content: "\e805";
}
.sldr-st1 .slick-next::before, .sldr-arrows-st1 .slick-next::before {
  content: "\e806";
}
.sldr-st1 .slick-arrow.slick-prev, .sldr-arrows-st1 .slick-arrow.slick-prev {
  left: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.sldr-st1 .slick-arrow.slick-next, .sldr-arrows-st1 .slick-arrow.slick-next {
  right: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.sldr-st1 .slick-arrow, .sldr-arrows-st1 .slick-arrow {
  opacity: 1;
  transition: opacity ease 0.3s;
  z-index: 5;
  width: auto;
  height: auto;
}
.sldr-st1 .slick-arrow::before, .sldr-arrows-st1 .slick-arrow::before {
  font-family: "iconossr" !important;
  font-size: 30px;
  color: white;
  opacity: 1;
}
.sldr-st1:hover .slick-arrow, .sldr-arrows-st1:hover .slick-arrow {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sldr-st1, .sldr-arrows-st1 {
    --slider-arrow-distance-x: 0;
  }
  .sldr-st1 .slick-arrow, .sldr-arrows-st1 .slick-arrow {
    width: 40px;
  }
  .sldr-st1 .slick-arrow::before, .sldr-arrows-st1 .slick-arrow::before {
    background-color: rgba(0, 0, 0, 0.56);
    display: inline-block;
    line-height: 36px !important;
    padding-top: 0.08em;
    font-size: 18px;
  }
  .sldr-st1 .slick-arrow.slick-disabled, .sldr-arrows-st1 .slick-arrow.slick-disabled {
    opacity: 0 !important;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .content-slider-wrap {
    position: relative;
    overflow: visible;
    padding: 0 15px;
    /* .slick-list.draggable{
        background-color: white;
    } */
  }
  .content-slider-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-color: #ddd;
    z-index: 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #ccc;
    border-left-color: #bbb;
  }
  .content-slider-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: -8px;
    width: 40px;
    height: 30px;
    background-color: #666;
    z-index: -1;
    transform: skew(-30deg);
  }
}

.content_slider {
  max-width: 435px;
  max-height: 382px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .content_slider {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .content_slider {
    max-width: 520px;
    margin: 0 auto 20px auto;
  }
}
.content_slider .slick-prev, .content_slider .slick-next {
  position: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  width: 100%;
}
.content_slider .slick-prev::before, .content_slider .slick-next::before {
  display: none;
}
.content_slider .slick-prev {
  background: #aaa url(../img/white-arrow-down.svg) center center no-repeat;
  transform: rotate(180deg);
  border-radius: 0 0 5px 5px;
}
.content_slider .slick-next {
  background: #aaa url(../img/white-arrow-down.svg) center center no-repeat;
  border-radius: 0 0 5px 5px;
}
.content_slider .slick-list {
  height: 350px !important;
}
.content_slider .flex {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 6px;
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1024px) {
  .content_slider .flex {
    padding: 10px;
  }
}
.content_slider .flex .icon {
  width: 48px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .content_slider .flex .icon {
    width: 32px;
    margin-right: 12px;
  }
}
.content_slider .flex .desc {
  flex: 1;
}
.content_slider .flex .desc p {
  margin: 3px 0 10px;
  color: #706E6F;
  font-weight: 300;
  line-height: 1.3;
}
.content_slider .flex .desc a {
  color: #706E6F;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../img/ver-mas-arrow.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 26px;
}
.content_slider .flex .desc a:hover {
  text-decoration: underline;
}

.contact_bar {
  background-color: #1E1E1E;
  color: #fff;
  padding: 20px;
}
.contact_bar .container > div:first-child {
  flex: 1;
}
.contact_bar .container > div:last-child {
  width: 705px;
}
.contact_bar .flex {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .contact_bar {
    text-align: center;
  }
  .contact_bar .container.flex {
    flex-direction: column;
  }
  .contact_bar .container.flex > div:last-child {
    width: 100%;
  }
}
.contact_bar .flex > div:first-child {
  max-width: 370px;
}
.contact_bar h4 {
  margin: 0;
}
.contact_bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_bar ul li {
  border-left: 2px solid #fff;
  padding: 0 10px;
}
.contact_bar ul li:first-child {
  border-left: 0;
}
.contact_bar ul li a {
  display: flex;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.2s ease;
  min-width: 130px;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: 600;
}
.contact_bar ul li a span {
  font-size: 1.1em;
}
.contact_bar ul li a img {
  margin-right: 10px;
  width: 42px;
}
.contact_bar ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  .contact_bar ul {
    margin: 10px 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_bar ul li {
    border-left: 0;
    margin: 1em 0;
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .contact_bar ul {
    margin: 5px -10px 0 -10px;
  }
  .contact_bar ul li {
    width: 25%;
  }
  .contact_bar ul li a {
    display: block;
    min-width: 0;
    padding: 0;
  }
  .contact_bar ul li a img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact_bar ul li a span {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .contact_bar ul li a {
    font-size: 12px;
  }
}

.products_container {
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .products_container {
    padding: 50px 20px 40px;
  }
}
.products_container .products_list {
  transition: opacity ease 0.3s;
}
.products_container .products_list .slick-slide > div {
  display: flex;
  justify-content: center;
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  -webkit-column-gap: 20px; 
     -moz-column-gap: 20px; 
          column-gap: 20px; 

  @media screen and (max-width: 1080px) { 
      grid-template-columns: 1fr 1fr 1fr; 
  }
  @media screen and (max-width: 768px) { 
      grid-template-columns: 1fr 1fr; 
  }
  @media screen and (max-width: 600px) { 
      grid-template-columns: 1fr; 
  }*/
}
.products_container .products_list .slick-slide > div .card {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-flex !important;
}
.products_container .products_list:not(.inicializado) {
  opacity: 0;
}
.products_container .products_list.inicializado {
  opacity: 1 !important;
}

.filtro-wrap {
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .filtro-wrap {
    border-radius: 25px;
  }
}
@media (max-width: 767.98px) {
  .filtro-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
  }
  .filtro-wrap .filtro-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.filtro-slider {
  display: inline-flex;
  flex-wrap: nowrap;
}
.filtro-slider a {
  display: inline-block;
  font-size: 16px;
  color: #1E1E1E;
  text-decoration: none;
  text-transform: capitalize;
  font-style: normal;
  border-radius: 25px;
  padding: 0 15px 2px;
  line-height: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .filtro-slider a {
    font-size: 14px;
    padding: 0 12px 2px;
  }
}
.filtro-slider a.active {
  background-color: #1E1E1E;
  color: #fff;
}

@media screen and (max-width: 520px) {
  .slider-buttons-st2 {
    position: inherit;
    display: flex;
    justify-content: center;
  }
}
.slider-buttons-st2 button {
  border: 0;
  height: 36px;
  width: 72px;
  margin-right: 8px;
  padding-top: 3px;
  cursor: pointer;
  background-color: #EC1C24;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.slider-buttons-st2 button svg {
  fill: #fff;
  width: 11px;
  height: 20px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
@media screen and (max-width: 768px) {
  .slider-buttons-st2 button {
    height: 34px;
    width: 52px;
  }
}

.slick-arrow.slick-hidden,
.slick-arrow.slick-disabled {
  display: inline-block !important;
  background-color: #ccc;
  box-shadow: none;
  cursor: default;
}

.card {
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.card .picture {
  height: 140px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.card .picture img {
  max-width: 190px;
  max-height: 140px;
}
@media screen and (max-width: 520px) {
  .card .picture {
    height: auto;
  }
  .card .picture img {
    max-width: 200px;
    max-height: 200px;
  }
}
.card h6 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin: 0 0 5px;
  overflow: hidden;
}
.card h6 a {
  color: #1E1E1E;
  text-decoration: none;
}
.card h6 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  .card h6 {
    text-align: center;
  }
}
.card .price {
  color: #EC1C24;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.card .price .prev_price {
  font-weight: 400;
  text-decoration: line-through;
  color: #aaa;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  .card .price {
    text-align: center;
  }
}

.footer_card {
  margin-top: auto;
}
.footer_card > div:first-child {
  flex: 1;
}

.counter {
  border: 1px solid #706e6f;
  border-radius: 4px;
  margin-right: 10px;
}
.counter input {
  border: 0;
  border-left: 1px solid #706e6f;
  border-right: 1px solid #706e6f;
  height: 30px;
  width: 100%;
  min-width: 38px;
  text-align: center;
  padding: 0;
}
.counter button {
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0 15px;
  background-size: 10px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.counter button.minus {
  background: url(../img/minus.svg) center center no-repeat;
}
.counter button.plus {
  background: url(../img/plus.svg) center center no-repeat;
}

.add_to_cart {
  background-color: #1E1E1E;
  height: 32px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.add_to_cart:hover {
  background-color: #ff0000;
}

.blog_container {
  background: #EC1C24 url(../img/bg-blog.png) center 0 no-repeat;
  padding: 60px 20px;
  /* .blog_list {
      .slick-slide.slick-active:nth-child(3n) .blog_card {
          margin-right: 0; 

          @media screen and (max-width: 768px) {
              margin: 10px;
          }
      }
  } */
}
@media screen and (max-width: 768px) {
  .blog_container {
    padding: 50px 20px 40px;
  }
}
.blog_container h2 {
  color: #fff;
}
.blog_container h2 button {
  background-color: #fff;
}
.blog_container h2 button svg {
  fill: #EC1C24;
}
.blog_container .blog_card {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.blog_container .blog_card .picture {
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog_container .blog_card .picture {
    height: auto;
  }
}
.blog_container .blog_card .desc {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-height: 128px;
}
.blog_container .blog_card .desc p {
  margin-top: 0;
  font-style: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.blog_container .blog_card .desc a {
  color: #EC1C24;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  background: url(../img/ver-mas-rojo.svg) right center no-repeat;
  background-size: 14px;
  padding-right: 26px;
  flex-basis: 0;
  margin-top: auto;
}
.blog_container .blog_card .desc a:hover {
  text-decoration: underline;
}

.home-super-marcas {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .home-super-marcas {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 992px) {
  .home-super-marcas {
    padding: 30px 0 30px 0;
  }
  .home-super-marcas .slick-dots {
    bottom: -50px;
  }
}
.home-super-marcas .brands-slider-container {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .home-super-marcas .brands-slider-container {
    padding: 0 25px;
  }
}
@media (min-width: 1380px) {
  .home-super-marcas .brands-slider-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
}
.home-super-marcas .brands-slider-container .slick-slider .slick-track {
  margin: 0 auto;
}

.brands-slider .brand {
  height: 74px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  position: relative;
}
.brands-slider .brand img {
  display: inline-block;
  max-width: 96%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease, opacity ease 0.3s;
}
.brands-slider .brand:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .brands-slider .brand {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .brands-slider .brand {
    height: 120px;
  }
}
.brands-slider:not(.slick-slider) > .brand + .brand {
  position: absolute;
  visibility: hidden;
}
.brands-slider .slick-arrow.slick-prev {
  left: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.brands-slider .slick-arrow.slick-next {
  right: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.brands-slider .slick-arrow::before, .brands-slider .slick-arrow::after {
  font-family: "iconossr" !important;
  color: #dcdcdc;
}
.brands-slider .slick-arrow.slick-prev::before {
  content: "\e809";
}
.brands-slider .slick-arrow.slick-next::before {
  content: "\e80a";
}
.brands-slider .slick-dots li {
  margin: 0;
  width: auto;
}
.brands-slider .slick-dots li button {
  padding: 0;
  width: 10px;
}
.brands-slider .slick-dots li button::before {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .products_container h2, .blog_container h2,
  .brands_container h2, .related_product h2 {
    text-align: center;
  }
}

/* ANCHOR: Sliders */
.slider-st1 .slider-item {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider-st1 .slider-item a {
  display: block;
}
.slider-st1 .slider-item img {
  width: 100%;
  height: auto;
}
.slider-st1:not(.slick-slider) > .slider-item + .slider-item {
  position: absolute;
  visibility: hidden;
}
.slider-st1.slick-slider .slick-track {
  margin: 0 !important;
}
.slider-st1.slick-slider .slick-dots {
  bottom: 10px;
}
.slider-st1.slick-slider .slick-dots li {
  margin: 0;
}
.slider-st1.slick-slider .slick-dots li button::before {
  font-size: 12px;
  color: white;
  opacity: 1 !important;
}
.slider-st1.slick-slider .slick-dots li.slick-active button::before {
  color: #484848;
}

.sldr-arrows-none .slick-arrow {
  display: none !important;
  visibility: hidden;
}

.mini-banners-home {
  background-color: #f8f9fa;
  background-image: url(../img/bg-mini-banners-home.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .mini-banners-home {
    padding: 85px 0;
  }
}

.mini-banners-container .mini-banner {
  padding: 10px;
  box-sizing: border-box;
}
.mini-banners-container .mini-banner a {
  display: block;
}
@media (min-width: 768px) {
  .mini-banners-container {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mini-banners-container .mini-banner {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.home-productos-promociones {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .home-productos-promociones {
    padding: 50px 0;
  }
}

.home-promos {
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .home-promos {
    padding: 50px 0;
  }
}

.promo-blocks {
  overflow: visible;
}
.promo-blocks .enlaces-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 634px;
  margin: 0 auto;
}
.promo-blocks .enlaces-block a {
  display: block;
  max-width: 100%;
  line-height: 1;
}
.promo-blocks .enlaces-block a img {
  vertical-align: top;
  line-height: 1;
  max-height: 100%;
}
@media (max-width: 767.98px) {
  .promo-blocks .enlaces-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.promo-blocks .slider-block {
  max-width: 634px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.promo-blocks .slider-block .slick-slider .slick-dots {
  bottom: -30px;
}
.promo-blocks .slider-block .slick-slider .slick-dots li:not(.slick-active) button::before {
  color: #d2d2d2;
}
@media (min-width: 768px) {
  .promo-blocks {
    margin: 35px 0 0 0;
    /* .enlaces-block{

        a{
            font-size: 20px;
            padding-left: 185px;
            padding-right: 47px;

            &::before{
                left: 170px;
            }

            img{
                width: 150px;
            }

            &>i{
                font-size: 30px;
                width: 32px;
            }
        }
    } */
  }
  .promo-blocks .slider-block {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .promo-blocks {
    display: flex;
    padding-bottom: 30px;
  }
  .promo-blocks .slider-block {
    flex: 0 0 50%;
    width: 50%;
    padding-bottom: 0;
  }
  .promo-blocks .enlaces-block {
    padding-left: 15px;
  }
  .promo-blocks .enlaces-block a {
    max-height: 30%;
    min-height: 100px;
  }
}

.home-productos-nuevos {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .home-productos-nuevos {
    padding: 50px 0;
  }
}

/*ANCHOR: Super categorias*/
.super-categorias-nav {
  display: block;
  margin-bottom: 15px;
}
.super-categorias-nav a.supcat-nav {
  display: block;
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background-color: #c3cdd2;
  text-decoration: none;
}
.super-categorias-nav a.supcat-nav::after {
  font-family: "iconossr";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80a";
  transform: rotate(90deg);
  margin-left: 4px;
  opacity: 0;
  font-size: 12px;
}
.super-categorias-nav a.supcat-nav::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #94a1a8;
}
.super-categorias-nav a.supcat-nav.active {
  background-color: #801710;
}
.super-categorias-nav a.supcat-nav.active::after {
  opacity: 1;
}
.super-categorias-nav a.supcat-nav.active::before, .super-categorias-nav a.supcat-nav:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .super-categorias-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding: 25px 0;
    justify-content: center;
  }
  .super-categorias-nav a.supcat-nav {
    flex: 0 0 auto;
    margin: 0 2px 4px 2px;
    padding: 6px 25px;
    font-size: 18px;
  }
  .super-categorias-nav a.supcat-nav::after, .super-categorias-nav a.supcat-nav::before {
    display: none;
  }
}

.super-categorias-list {
  display: block;
}
.super-categorias-list .supcat-link {
  margin-bottom: 10px;
}
.super-categorias-list .supcat-link a {
  display: block;
  display: flex;
  position: relative;
  padding: 60px 20px;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}
.super-categorias-list .supcat-link a img, .super-categorias-list .supcat-link a::before, .super-categorias-list .supcat-link a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.super-categorias-list .supcat-link a::before, .super-categorias-list .supcat-link a::after {
  content: "";
  display: block;
  background-color: #ec1c24;
}
.super-categorias-list .supcat-link a::before {
  z-index: 0;
}
.super-categorias-list .supcat-link a::after {
  z-index: 2;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
.super-categorias-list .supcat-link a img {
  object-fit: cover;
  object-position: center;
  z-index: 1;
  mix-blend-mode: multiply;
}
.super-categorias-list .supcat-link a span {
  position: relative;
  color: white;
  z-index: 3;
  text-align: center;
}
.super-categorias-list .supcat-link:not(.show) {
  display: none;
}
@media (min-width: 768px) {
  .super-categorias-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .super-categorias-list .supcat-link {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
  }
  .super-categorias-list .supcat-link a {
    height: 280px;
    min-height: 100%;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .super-categorias-list .supcat-link {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .super-categorias-list .supcat-link a {
    height: 360px;
    font-size: 24px;
  }
}

.video-featured-container {
  background-color: #313442;
  color: white;
  padding: 30px 0;
}
.video-featured-container .tt-st2 {
  background-color: #313442;
}
@media (min-width: 992px) {
  .video-featured-container {
    padding: 85px 0 50px 0;
  }
}
.video-featured-container h3 {
  margin: 0 0 15px 0;
}
.video-featured-container p:last-child {
  margin: 0;
}
.video-featured-container .video-info {
  --padding-x: 0;
  /**/
  text-align: justify;
  margin: 0 auto;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.video-featured-container .video-info p {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .video-featured-container .video-info {
    --padding-x: 10px;
    /**/
    width: 280px;
  }
}
@media (min-width: 992px) {
  .video-featured-container .video-info {
    --padding-x: 30px;
    /**/
    width: 380px;
  }
  .video-featured-container .video-info p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .video-featured-container .video-info h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .video-featured-container .video-info h3 {
    font-size: 16px;
  }
}

.featured-text-line {
  background-color: black;
  color: white;
  padding: 20px 0;
}
.featured-text-line a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.featured-text-line a .left-icon {
  font-size: 36px;
  color: #f6921e;
  margin-right: 15px;
}
.featured-text-line a .text {
  flex: 1;
  display: block;
  font-style: italic;
}
.featured-text-line a .text span, .featured-text-line a .text strong {
  display: inline-block;
  padding-right: 4px;
}
.featured-text-line a .text strong {
  color: #f6921e;
}
.featured-text-line a .btn {
  border-radius: 0;
  font-style: italic;
  font-weight: bold;
  font-size: inherit;
  padding-left: 0.8em !important;
}
.featured-text-line a .btn img {
  width: 44px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .featured-text-line {
    padding: 15px 0;
  }
  .featured-text-line a {
    font-size: 20px;
  }
  .featured-text-line a .left-icon {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .featured-text-line a .btn {
    display: none;
  }
}

.products {
  padding-left: 20px;
  padding-right: 20px;
}
.products .filters_content {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  align-items: flex-end;
}
@media screen and (max-width: 520px) {
  .products .filters_content {
    flex-direction: column;
  }
}
.products .filters_content > div {
  flex: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  .products .filters_content > div {
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .products .filters_content > div {
    max-width: 25%;
  }
}
.products .filters_content > div.view-mode {
  display: none;
}
@media (min-width: 768px) {
  .products .filters_content > div.view-mode {
    max-width: none !important;
    display: flex;
    justify-content: flex-end;
  }
  .products .filters_content > div.view-mode .productos-view-toggle {
    display: inline-flex;
  }
  .products .filters_content > div.view-mode a {
    display: block;
    padding: 6px 10px;
    font-size: 16px;
    border: solid #ec1c24;
    border-width: 1px 1px 1px 0;
    color: #ec1c24;
    height: 35px;
    box-sizing: border-box;
  }
  .products .filters_content > div.view-mode a:first-child {
    border-radius: 5px 0 0 5px;
    border-left-width: 1px;
  }
  .products .filters_content > div.view-mode a:last-child {
    border-radius: 0 5px 5px 0;
  }
  .products .filters_content > div.view-mode a.active {
    background-color: #ec1c24;
    color: white;
  }
}
.products .filters_content label {
  display: block;
  margin-bottom: 8px;
}

.filtros-container {
  margin-bottom: 20px;
}
.filtros-container .toggle-handle a {
  display: block;
  font-size: 18px;
  padding: 5px 48px 15px 0;
  position: relative;
  color: #1E1E1E;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.filtros-container .toggle-handle a::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-next.svg);
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  z-index: 2;
  top: 5px;
  right: 5px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.filtros-container .toggle-handle.open a::after {
  transform: rotate(-90deg);
}
.filtros-container .filters_content {
  display: none;
}
@media (min-width: 768px) {
  .filtros-container .toggle-handle {
    display: none !important;
  }
  .filtros-container .filters_content {
    display: flex !important;
  }
}

.select {
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.select .element {
  width: 40px;
  height: 31px;
  background-color: #F2F2F2;
  border-right: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select .element img {
  max-width: 20px;
}
.select::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  z-index: 0;
}
.select select {
  width: 100%;
  border: 0;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #1E1E1E;
  position: relative;
  background: transparent !important;
  z-index: 2;
}

.view_more {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 520px) {
  .view_more {
    margin: 40px 0 30px;
  }
}
.view_more a {
  background-color: #EC1C24;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.view_more a:hover {
  background-color: #ff0000;
}
.view_more a span {
  background: url(../img/white-arrow-down.svg) 99% center no-repeat;
  display: inline-block;
  padding-right: 22px;
}

.grey_bar {
  background-color: #D2D2D2;
  padding: 10px 20px;
  color: #1E1E1E;
  margin-bottom: 20px;
}
.grey_bar .container.flex {
  justify-content: space-between;
}
.grey_bar ul li {
  border-color: #1E1E1E;
}
.grey_bar ul li a {
  color: #1E1E1E;
}

.product_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 1080px) {
  .product_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .product_list {
    grid-template-columns: 1fr;
  }
}

.existencia-mucho,
.existencia-poco {
  font-weight: 600;
}
.existencia-mucho strong,
.existencia-poco strong {
  font-weight: 900;
}
.existencia-mucho.small,
.existencia-poco.small {
  font-size: 12px;
}

.existencia-mucho {
  color: #708160;
}

.existencia-poco {
  color: #dd7631;
}

.link-info-images {
  color: #666;
}
.link-info-images a {
  color: inherit;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  font-style: italic;
}
.link-info-images a i {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #999;
  color: white;
  margin-left: 4px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-style: normal;
}
.link-info-images a:hover {
  color: #ec1c24;
}
.link-info-images a:hover span {
  text-decoration: underline;
}
.link-info-images a:hover i {
  background-color: #ec1c24;
}

#infoImages {
  width: 98%;
  max-width: 500px;
  text-align: justify;
}
#infoImages .btn {
  background-color: black;
}

.prod-no-disponible {
  margin-top: 10px;
  color: #333;
  line-height: 1;
  padding: 5px 0;
}
.prod-no-disponible a {
  color: inherit;
  font-weight: 900;
  display: inline-block;
  padding-top: 6px;
  text-transform: uppercase;
}
.prod-no-disponible p {
  margin: 0;
  line-height: inherit !important;
}
.prod-no-disponible.ls {
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.prod-no-disponible.ls strong {
  font-size: 14px;
}
.prod-no-disponible.full {
  background-color: #F7EBC7;
  background-image: url(../img/icons/cart-delete.svg);
  background-size: 32px auto;
  background-repeat: no-repeat;
  padding: 10px 54px 10px 10px;
  background-position: 96% 10px;
  color: #856420;
  font-size: 13px;
  border-radius: 5px;
  min-height: 44px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .prod-no-disponible.full {
    padding: 10px 70px 10px 15px;
    background-position: 98% center;
    max-width: 310px;
  }
}

.car-model-info {
  padding: 0 0 10px 0;
  display: flex;
}
.car-model-info i.icon-info {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3e%3cpath id='Trazado_1' data-name='Trazado 1' d='M8,1a7,7,0,1,0,7,7A6.992,6.992,0,0,0,8,1ZM8,2.75a.875.875,0,1,1-.875.875A.878.878,0,0,1,8,2.75Zm2.188,9.625H5.813v-1.75H7.125V6.906H6.25V5.156H8.875v5.469h1.313Z' transform='translate(-1 -1)' fill='%23707070'/%3e%3c/svg%3e ");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.car-model-info span {
  flex-grow: 1;
}
.car-model-info.sm {
  font-size: 12px;
  padding: 5px 0 10px 0;
}

@media (max-width: 991.98px) {
  .contact_bar_product_list {
    display: none !important;
  }
}

/** NUEVO DISEÑO PRODUCTOS **/
.prodlist {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  opacity: 0;
}
.prodlist.view-ready {
  opacity: 1;
}
.prodlist *, .prodlist div {
  box-sizing: border-box;
}
.prodlist > .item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prodlist > .item {
    flex: 0 0 50%;
    width: auto;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .prodlist > .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .prodlist {
    justify-content: center;
  }
  .prodlist > .item {
    max-width: 380px;
  }
}
.prodlist.one-list > .item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.prod-box {
  display: flex;
  background-color: white;
  flex-direction: column;
  padding: 15px;
  min-height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  color: #1E1E1E;
}
.prod-box figure {
  margin-bottom: 10px;
  height: 140px;
}
.prod-box figure a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.prod-box figure img {
  max-width: 100%;
  max-height: 100%;
}
.prod-box .p-content {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
}
.prod-box .p-info {
  flex-grow: 1;
}
.prod-box .p-info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
.prod-box .p-info h3 a {
  color: inherit !important;
  text-decoration: none;
}
.prod-box .p-info .p-meta {
  font-size: 12px;
  padding-top: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  line-height: 1;
  padding-top: 8px;
}
.prod-box .p-info .p-meta span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  overflow: visible;
}
.prod-box .p-info .p-meta span.sku {
  color: #706E6F;
}
.prod-box .p-info .p-meta span::before {
  display: block;
  position: absolute;
  left: -7px;
  content: "";
  top: 0;
  height: 100%;
  border-left: 1px solid #999;
}
.prod-box .precio {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.prod-box .precio strong {
  color: #ec1c24;
  font-weight: 900;
}
.prod-box .precio .antes {
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
  font-size: 14px;
}
.prod-box .add-box {
  display: flex;
}
.prod-box .add-box .counter {
  display: flex;
}
.prod-box .p-desc {
  font-size: 12px;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .prod-box .p-desc {
    display: none;
  }
}
.prod-box .p-desc p {
  margin: 0;
}
.prod-box .p-desc .desc {
  color: #706E6F;
}
.prod-box .p-add {
  padding-top: 10px;
}
.prod-box .prod-no-disponible {
  text-align: center;
  margin-top: 0;
}
.prod-box .prod-no-disponible a {
  display: block;
}

@media (min-width: 768px) {
  .prodlist.view-mode-list > .item, .slick-slider.view-mode-list > .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .prodlist.view-mode-list > .item, .slick-slider.view-mode-list > .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .prodlist.view-mode-list .prod-box, .slick-slider.view-mode-list .prod-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .prodlist.view-mode-list .prod-box figure, .slick-slider.view-mode-list .prod-box figure {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
  }
  .prodlist.view-mode-list .prod-box .p-content, .slick-slider.view-mode-list .prod-box .p-content {
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 0;
    max-width: calc(100% - 95px);
  }
  .prodlist.view-mode-list .prod-box .p-content .p-info, .slick-slider.view-mode-list .prod-box .p-content .p-info {
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 10px;
  }
  .prodlist.view-mode-list .prod-box .p-content .p-info .p-desc, .slick-slider.view-mode-list .prod-box .p-content .p-info .p-desc {
    display: block;
  }
  .prodlist.view-mode-list .prod-box .p-content .precio, .slick-slider.view-mode-list .prod-box .p-content .precio {
    flex: 0 0 auto;
    flex-direction: column;
    text-align: right;
    min-width: 100px;
    align-items: flex-end;
  }
  .prodlist.view-mode-list .prod-box .p-content .p-add, .slick-slider.view-mode-list .prod-box .p-content .p-add {
    padding-top: 0;
  }
  .prodlist.view-mode-list .prod-box .p-content .p-add .add-box, .slick-slider.view-mode-list .prod-box .p-content .p-add .add-box {
    flex-direction: column;
  }
  .prodlist.view-mode-list .prod-box .p-content .p-add .add-box .counter, .slick-slider.view-mode-list .prod-box .p-content .p-add .add-box .counter {
    width: 100px;
    margin: 0 0 6px 0;
  }
  .prodlist.view-mode-list .prod-box figure, .slick-slider.view-mode-list .prod-box figure {
    width: 80px;
    height: 100px;
    margin-right: 15px;
  }
  .prodlist.view-mode-list .prod-box .prod-no-disponible, .slick-slider.view-mode-list .prod-box .prod-no-disponible {
    flex: 0 0 100%;
  }
  .prodlist.view-mode-list .prod-box .prod-no-disponible a, .slick-slider.view-mode-list .prod-box .prod-no-disponible a {
    display: inline-block;
    padding: 0 3px;
  }
}

.popup-relacionados {
  background-color: #f2f2f2 !important;
  width: 714px;
}

.slick-slider {
  /* &.view-mode-list{

      .slick-slide> div{
          padding: 10px 0;
      }
  } */
}
.slick-slider .slick-track {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-slider .slick-track .item {
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  height: auto !important;
}
.slick-slider .slick-track .item .prod-box {
  box-sizing: border-box;
}

.detalle-especificaciones table {
  width: auto;
}
.detalle-especificaciones table tr td {
  padding: 2px 5px 2px 5px;
  font-size: 13px;
  background-color: #f6f6f6;
  border: none;
  border-bottom: 3px solid white;
  line-height: 1;
}
.detalle-especificaciones table tr td:first-child {
  padding-right: 25px;
  font-weight: bold;
  padding-left: 0;
}
@media (min-width: 768px) {
  .detalle-especificaciones table tr td:first-child {
    width: 150px;
  }
}
.detalle-especificaciones table tr:first-child td {
  padding-bottom: 4px;
  background-color: white;
}
.detalle-especificaciones table tr:first-child strong {
  font-size: 16px;
  color: #333;
}

.detalle-proveedores .prov-item {
  position: relative;
  text-transform: uppercase;
}
.detalle-proveedores .prov-item .prov-hdr {
  padding: 8px 0;
  position: relative;
  color: #333;
  cursor: pointer;
}
.detalle-proveedores .prov-item .prov-hdr strong {
  position: relative;
  z-index: 1;
  background-color: white;
  padding-right: 10px;
}
.detalle-proveedores .prov-item .prov-hdr::before, .detalle-proveedores .prov-item .prov-hdr::after {
  position: absolute;
  display: block;
}
.detalle-proveedores .prov-item .prov-hdr::before {
  content: "";
  left: 5px;
  right: 5px;
  z-index: 0;
  bottom: 15px;
  border-top: 1px dashed #ddd;
}
.detalle-proveedores .prov-item .prov-hdr::after {
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 8px;
  font-family: "iconossr" !important;
  content: "";
  background-position: right center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24px' height='24px' viewBox='0 0 24 24' role='img' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3e%3cpath d='M20 12L4 12M12 4L12 20'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-color: white;
  padding-left: 10px;
}
.detalle-proveedores .prov-item .prov-hdr.active::after {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24px' height='24px' viewBox='0 0 24 24' role='img' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3e%3cpath d='M20,12 L4,12'/%3e%3c/svg%3e");
}
.detalle-proveedores .prov-item .prov-content {
  display: none;
  overflow: hidden;
}
.detalle-proveedores .prov-item .prov-inner {
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.3;
}
.detalle-proveedores .prov-item .prov-inner span {
  display: inline-block;
  margin-right: 10px;
}
.detalle-proveedores .prov-item .prov-inner span:not(:last-child)::after {
  content: attr(data-separador);
}

.detalle-marcas {
  padding: 15px 0;
}
.detalle-marcas span {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0 8px 8px 0;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  font-size: 11px;
  text-transform: uppercase;
  color: #5a5a5a;
}

/*New design: marzo 2023*/
.prod-box-v2 {
  display: flex;
  background-color: white;
  flex-direction: column;
  padding: 10px 25px;
  min-height: 100%;
  color: #707070;
  max-width: 300px;
  margin: 0 auto;
}
.prod-box-v2 figure {
  margin-bottom: 10px;
  height: 140px;
}
.prod-box-v2 figure a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.prod-box-v2 figure img {
  max-width: 100%;
  max-height: 100%;
}
.prod-box-v2 .p-content {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
}
.prod-box-v2 .p-info {
  flex-grow: 1;
}
.prod-box-v2 .p-info .prodname {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  min-height: 2em;
  color: inherit;
}
.prod-box-v2 .p-info .prodname a {
  color: inherit !important;
  text-decoration: none;
}
.prod-box-v2 .p-info .p-meta {
  font-size: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  line-height: 1;
  padding-top: 10px;
}
.prod-box-v2 .p-info .p-meta span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  overflow: visible;
}
.prod-box-v2 .p-info .p-meta span::before {
  display: block;
  position: absolute;
  left: -7px;
  content: "";
  top: -1px;
  height: 18px;
  border-left: 1px solid #707070;
}
.prod-box-v2 .precio {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.prod-box-v2 .precio strong {
  color: #ec1c24;
  font-weight: 900;
}
.prod-box-v2 .precio .antes {
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: bold;
}
.prod-box-v2 .add-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prod-box-v2 .add-box .counter {
  display: flex;
  margin: 0 auto;
  width: 140px;
  margin-bottom: 10px;
}
.prod-box-v2 .add-box .add_to_cart {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  background-color: #1E1E1E;
}
.prod-box-v2 .add-box .add_to_cart:hover {
  background-color: #111;
}
.prod-box-v2 .p-desc {
  font-size: 12px;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 8px;
}
.prod-box-v2 .p-desc p {
  margin: 0;
}
.prod-box-v2 .p-desc .desc {
  color: #707070;
}
.prod-box-v2 .p-desc table, .prod-box-v2 .p-desc tbody, .prod-box-v2 .p-desc thead, .prod-box-v2 .p-desc tr {
  display: block;
}
.prod-box-v2 .p-desc td, .prod-box-v2 .p-desc th {
  display: inline-block;
}
.prod-box-v2 .p-add {
  padding-top: 10px;
}
.prod-box-v2 .prod-no-disponible {
  text-align: center;
  margin-top: 0;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.prod-box-v2 .prod-no-disponible a {
  display: flex;
  border-radius: 4px;
  border: 1px solid #1E1E1E;
  text-decoration: none;
  height: 30px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.prod-box-v2 .existencia-mucho {
  color: var(--color-text-existencia-mucho, #8bbf41);
}

.product-list-slider > .slider:not(.slick-slider) {
  opacity: 0;
}
.product-list-slider > .slider:not(.slick-slider) .item + .item {
  visibility: hidden;
  position: absolute;
}
@media (min-width: 1380px) {
  .product-list-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.product-list-slider .slick-slider .slick-track {
  margin: 0 !important;
  display: flex;
}
.product-list-slider .slick-slider .slick-track .item {
  float: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .product-list-slider .slick-slider {
    --slider-arrow-distance-y: 180px;
  }
  .product-list-slider .slick-slider .prod-box-v2 {
    min-height: 0;
  }
}

.product-list-slider .slider, .sldr-arrows-st2 {
  --slider-arrow-distance-x: -5px;
}
.product-list-slider .slider .slick-prev::before, .sldr-arrows-st2 .slick-prev::before {
  content: "\e805";
}
.product-list-slider .slider .slick-next::before, .sldr-arrows-st2 .slick-next::before {
  content: "\e806";
}
.product-list-slider .slider .slick-arrow.slick-prev, .sldr-arrows-st2 .slick-arrow.slick-prev {
  left: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.product-list-slider .slider .slick-arrow.slick-next, .sldr-arrows-st2 .slick-arrow.slick-next {
  right: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.product-list-slider .slider .slick-arrow, .sldr-arrows-st2 .slick-arrow {
  opacity: 1;
  transition: opacity ease 0.3s;
  z-index: 5;
  width: auto;
  height: auto;
}
.product-list-slider .slider .slick-arrow::before, .sldr-arrows-st2 .slick-arrow::before {
  font-family: "iconossr" !important;
  font-size: 30px;
  color: white;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.56);
  display: inline-block;
  line-height: 48px !important;
  padding-top: 0.08em;
}
.product-list-slider .slider .slick-arrow.slick-disabled, .sldr-arrows-st2 .slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden;
}
.product-list-slider .slider:hover .slick-arrow, .sldr-arrows-st2:hover .slick-arrow {
  opacity: 1;
}

.details {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .details .product_info {
    flex-direction: column;
    max-width: 535px;
    margin: 0 auto;
  }
}
.details .product_info > div {
  flex: 1;
  position: relative;
  margin-bottom: 30px;
}
.details .product_info > div:last-child {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .details .product_info > div:last-child {
    padding-left: 0;
  }
}
.details .product_info h1 {
  margin-top: 0;
}
.details .product_info .price {
  color: #EC1C24;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.details .product_info .price .prev_price {
  font-weight: 400;
  text-decoration: line-through;
  color: #aaa;
  display: inline-block;
  margin-left: 10px;
}
.details .product_info .footer_card {
  max-width: 230px;
}
.details .product_info .footer_card > div:first-child {
  flex: 1;
}
.details .product_info .footer_card .counter {
  border: 1px solid #706e6f;
  border-radius: 4px;
  margin-right: 10px;
}
.details .product_info .footer_card .counter input {
  border: 0;
  border-left: 1px solid #706e6f;
  border-right: 1px solid #706e6f;
  height: 28px;
  width: 100%;
  text-align: center;
}
.details .product_info .footer_card .counter button {
  border: 0;
  height: 28px;
  width: 30px;
  background-size: 10px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.details .product_info .footer_card .counter button.minus {
  background: url(../img/minus.svg) center center no-repeat;
}
.details .product_info .footer_card .counter button.plus {
  background: url(../img/plus.svg) center center no-repeat;
}
.details .product_info .footer_card .add_to_cart {
  background-color: #1E1E1E;
  height: 32px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.details .product_info .footer_card .add_to_cart:hover {
  background-color: #ff0000;
}
.details .product_info p {
  line-height: 18px;
}
.details .product_info h6 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
}
.details .product_info .specification_table {
  width: 100%;
}
.details .product_info .specification_table th, .details .product_info .specification_table td {
  padding: 5px 0;
}
.details .product_info .specification_table th {
  text-align: left;
  padding-right: 20px;
  width: 100px;
}
.details .product_info .specification_link {
  margin: 1em 0;
  color: #EC1C24;
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #EC1C24;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.details .product_info .specification_link svg {
  fill: #EC1C24;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  bottom: -1px;
}
.details .product_info .specification_link:hover {
  color: #fff;
  background-color: #EC1C24;
}
.details .product_info .specification_link:hover svg {
  fill: #fff;
}
.details .product_info .zoom {
  background: url(../img/zoom.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
.details .product_info .visor {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 535px;
  margin: 0 auto;
}
.details .product_info .visor a {
  display: block;
  text-align: center;
}
.details .product_info .visor img {
  max-height: 270px;
  margin: 0 auto;
}
.details .product_info .visor .slick-arrow {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  z-index: 100;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.details .product_info .visor .slick-arrow::before {
  display: none;
}
.details .product_info .visor .slick-arrow.slick-prev {
  background-image: url(../img/icons/arrow-prev.svg);
  left: 10px;
}
.details .product_info .visor .slick-arrow.slick-next {
  background-image: url(../img/icons/arrow-next.svg);
  right: 10px;
}
.details .product_info .visor .slick-arrow:hover {
  opacity: 1;
}
.details .product_info .visor .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.details .product_info .slider-nav {
  max-width: 535px;
  margin: 15px auto;
}
.details .product_info .slider-nav:not(.slick-slider) {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.details .product_info .slider-nav .slick-track {
  margin: 0;
}
.details .product_info .slider-nav .slick-slide {
  border: 2px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 7px;
  cursor: pointer;
}
.details .product_info .slider-nav .slick-slide.slick-current {
  border-color: #706e6f;
}
.details .product_info .slider-nav .slick-slide img {
  height: 64px;
  margin: 0 auto;
}

hr {
  margin: 1em 0;
  border: 0;
  height: 1px;
  background-color: #ccc;
}

.related_product {
  padding: 30px 20px;
}
.related_product .slick-slide {
  padding: 0 15px 15px;
}
.related_product .card {
  max-width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.grid .post_item {
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.grid .post_item a {
  display: block;
}
.grid .post_item .content {
  padding: 20px;
}
.grid .post_item .content h3 {
  margin: 0;
  color: #000;
}
.grid .post_item .content .btn {
  background: #EC1C24 url(../img/category_arrow.svg) 88% center no-repeat;
  color: #fff;
  text-decoration: none;
  padding: 0 34px 0 16px;
  line-height: 28px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
}
.grid .post_item .content .btn:hover {
  background-color: #ff0000;
}
.grid .post_item .content .flex {
  align-items: center;
}
.grid .post_item .content span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .grid .post_item:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .grid .post_item:first-child .content {
    padding: 100px 20px 20px;
  }
  .grid .post_item:first-child h3 {
    font-size: 2.2em;
  }
  .grid .post_item:nth-child(2) .content,
  .grid .post_item:nth-child(3) .content {
    padding: 60px 20px 20px;
  }
  .grid .post_item:nth-child(1) .content,
  .grid .post_item:nth-child(2) .content,
  .grid .post_item:nth-child(3) .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
  }
  .grid .post_item:nth-child(1) .content h3,
  .grid .post_item:nth-child(2) .content h3,
  .grid .post_item:nth-child(3) .content h3 {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .grid {
    display: block;
  }
  .grid .post_item {
    margin-bottom: 20px;
  }
}

.post_slider .sldr-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.post_slider > .sldr-item:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
.post_slider .slick-list, .post_slider .slick-track {
  display: flex;
}
.post_slider .slick-slide img {
  display: inline-block;
}
.post_slider .slick-dots {
  display: flex;
  bottom: 20px;
  right: 20px;
  width: auto;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 3px 5px;
}
.post_slider .slick-dots li {
  width: 18px;
  height: 18px;
}
.post_slider .slick-dots li button {
  border: 2px solid #1E1E1E;
  border-radius: 25px;
  width: 18px;
  height: 18px;
}
.post_slider .slick-dots li button::before {
  content: "";
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #1E1E1E;
  border-radius: 25px;
}
.post_slider .slick-dots li.slick-active button {
  border-color: #EC1C24;
}
.post_slider .slick-dots li.slick-active button::before {
  content: "";
  background-color: #EC1C24;
}

.post_body {
  max-width: 850px;
  margin: 3em auto;
}
@media screen and (max-width: 620px) {
  .post_body {
    margin: 3em auto;
  }
}
.post_body h1 {
  margin: 0 0 1em;
  text-align: center;
}

.share strong {
  color: #000;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
.share a {
  display: inline-block;
  background-color: #EC1C24;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  margin-right: 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.share a:hover {
  background-color: #ff0000;
}
.share a svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 620px) {
  .share a {
    padding: 0;
    width: 34px;
    height: 34px;
    color: transparent;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
  }
  .share a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.blog_container > .container {
  overflow: hidden;
}
.blog_container .home-blog-slider {
  margin-left: -10px;
  margin-right: -10px;
  transform: translateX(8px);
}
.blog_container .home-blog-slider .blog-slider-item {
  padding: 10px;
}

.blog-top-container {
  padding: 10px 0 30px 0;
}
@media (min-width: 768px) {
  .blog-top-container {
    padding: 10px 0 40px 0;
  }
}

/*New blog*/
.top-blog-slider-container {
  overflow: visible;
  padding: 0 25px;
}
@media (min-width: 1380px) {
  .top-blog-slider-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0;
  }
  .top-blog-slider-container .top-blog-slider {
    --slider-arrow-distance-x: -25px;
  }
}
.top-blog-slider-container .top-blog-slider {
  --slider-arrow-distance-y: 100px;
  --slider-arrow-distance-x: -25px;
}
.top-blog-slider-container .top-blog-slider .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.top-blog-slider-container .top-blog-slider.slick-slider .slick-arrow.slick-prev {
  left: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.top-blog-slider-container .top-blog-slider.slick-slider .slick-arrow.slick-next {
  right: var(--slider-arrow-distance-x);
  top: var(--slider-arrow-distance-y);
}
.top-blog-slider-container .top-blog-slider .blog-slider-item {
  padding: 0 15px;
  min-height: 100%;
  float: none;
  display: flex;
  height: auto;
}
@media (min-width: 992px) {
  .top-blog-slider-container .top-blog-slider {
    --slider-arrow-distance-y: 125px;
  }
}
.top-blog-slider-container .top-blog-slider:not(.slick-slider) > .blog-slider-item + .blog-slider-item {
  position: absolute;
  visibility: hidden;
}

.top-blog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-blog-item figure {
  padding: 0;
  margin: 0;
  width: 100%;
}
.top-blog-item figure a {
  display: block;
}
.top-blog-item figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.top-blog-item .info {
  flex-grow: 1;
  width: 100%;
}
.top-blog-item .info p {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.2;
}
.top-blog-item .info .desc {
  color: #a61917;
}
.top-blog-item > .btn {
  min-width: 60%;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .top-blog-item figure img {
    height: 250px;
  }
  .top-blog-item .info .desc {
    font-size: 18px;
  }
}

.almacenes .almacen_filter {
  align-items: flex-end;
  padding-bottom: 20px;
}
.almacenes .almacen_filter > div {
  flex: 1;
}
.almacenes .almacen_filter .btn {
  margin: 0 20px;
  line-height: 36px;
}
.almacenes .almacen_content {
  margin: 20px 0;
}
.almacenes .almacen_content > div {
  flex: 1;
}
.almacenes .almacen_content .content {
  padding-left: 30px;
}
.almacenes .almacen_content .content h1 {
  margin: 0;
}
.almacenes .almacen_content .content h3 {
  color: #1E1E1E;
  margin: 30px 0 0;
}
.almacenes .almacen_content .content svg {
  width: 15px;
  height: 15px;
  position: relative;
  bottom: -3px;
  margin-right: 5px;
  fill: #EC1C24;
}
.almacenes .almacen_content .content a {
  color: #1E1E1E;
  text-decoration: none;
}
.almacenes .almacen_content .content .online_channels {
  padding: 1em 0;
}
.almacenes .almacen_content .content .online_channels div {
  margin-right: 20px;
}
.almacenes .almacen_content .content .actions_location {
  margin-top: 20px;
}
.almacenes .almacen_content .content .actions_location a {
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.almacenes .almacen_content .content .actions_location a:hover {
  box-shadow: 0 4px 6px rgba(30, 30, 30, 0.1);
}
.almacenes .almacen_maps {
  height: 360px;
  background-color: #ddd;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .almacenes .flex {
    flex-direction: column;
  }
  .almacenes .almacen_filter {
    align-items: inherit;
    justify-content: center;
    padding-bottom: 5px;
  }
  .almacenes .almacen_filter .select {
    margin-bottom: 20px;
  }
  .almacenes .almacen_filter .btn-ubicacion-wrap {
    text-align: center;
  }
  .almacenes .almacen_filter .btn {
    margin: 0 auto;
  }
  .almacenes .almacen_content .content {
    padding: 20px 0;
  }
  .almacenes .almacen_content .content .online_channels div {
    margin-bottom: 10px;
  }
  .almacenes .almacen_content .content .actions_location {
    margin: 0;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .almacenes h1, .almacenes .h1 {
    font-size: 18px;
  }
  .almacenes .h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500 !important;
  }
}

.almacen_slider, .revistas_slider {
  background-color: #1e1e1e;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: opacity ease 0.3s;
}
.almacen_slider:not(.slick-initialized), .revistas_slider:not(.slick-initialized) {
  opacity: 0;
}
.almacen_slider.slick-initialized, .revistas_slider.slick-initialized {
  opacity: 1 !important;
}
.almacen_slider .slick-slide a, .revistas_slider .slick-slide a {
  padding: 10px;
  display: block;
  text-align: center;
}
.almacen_slider .slick-slide a img, .revistas_slider .slick-slide a img {
  display: inline-block;
}
.almacen_slider .slick-prev, .almacen_slider .slick-next, .revistas_slider .slick-prev, .revistas_slider .slick-next {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 34px;
  top: 0;
  transform: none;
  z-index: 10;
  opacity: 0.7;
}
.almacen_slider .slick-prev:hover, .almacen_slider .slick-next:hover, .revistas_slider .slick-prev:hover, .revistas_slider .slick-next:hover {
  opacity: 1;
}
.almacen_slider .slick-prev, .revistas_slider .slick-prev {
  left: 0;
  background-image: url(../img/left-white.svg);
}
.almacen_slider .slick-next, .revistas_slider .slick-next {
  right: 0;
  background-image: url(../img/right-white.svg);
}
.almacen_slider .slick-prev:before,
.almacen_slider .slick-next:before, .revistas_slider .slick-prev:before,
.revistas_slider .slick-next:before {
  display: none;
}

#almacenes-cercanos h6 {
  font-size: 18px;
}

#links-top-cercanas {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}
#links-top-cercanas li {
  background: transparent url(../img/black_check.svg) no-repeat left top;
  background-size: 16px auto;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
}
#links-top-cercanas li a {
  text-decoration: none;
  color: inherit;
}
#links-top-cercanas li a strong {
  text-decoration: underline;
}
#links-top-cercanas li a:hover {
  color: #EC1C24;
}

.box-almacen-st2 {
  display: block;
  max-width: 290px;
  margin: 0 auto;
}
.box-almacen-st2 a {
  display: block;
  line-height: 1;
}
.box-almacen-st2 a img {
  line-height: 1;
}

.promociones .promos_list, .publicaciones .promos_list {
  margin: 1em -10px;
  flex-wrap: wrap;
  /* @media screen and (max-width:640px) {
      flex-direction: column;
  } */
}
.promociones .promos_list > div, .publicaciones .promos_list > div {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .promociones .promos_list > div, .publicaciones .promos_list > div {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .promociones .promos_list > div, .publicaciones .promos_list > div {
    width: 33.3333%;
    max-width: 33.3333%;
  }
}

.publicaciones_features {
  margin: 1em -10px 0;
}
.publicaciones_features > div {
  flex: 1;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .publicaciones_features {
    margin: 1em 0;
    flex-direction: column;
  }
  .publicaciones_features > div {
    padding: 10px 0;
  }
}
.publicaciones_features .post_item {
  position: relative;
}
.publicaciones_features .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
  padding: 20px;
}
.publicaciones_features .content h3 {
  color: #fff;
}
.publicaciones_features .content .btn {
  background: #ec1c24 url(../img/category_arrow.svg) 88% center no-repeat;
  color: #fff;
  text-decoration: none;
  padding: 0 34px 0 16px;
  line-height: 28px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
}
.publicaciones_features .content .flex {
  align-items: center;
}

#promo.fancy_modal {
  max-width: 520px;
}
#promo.fancy_modal h3 {
  margin: 1em 0;
}

.academia_super .heading {
  margin: 0 0 30px;
  font-style: normal;
}
.academia_super .enfoque_blocks {
  margin: 0 -10px;
}
@media screen and (max-width: 640px) {
  .academia_super .enfoque_blocks {
    display: block;
  }
}
.academia_super .enfoque_blocks > div {
  flex: 1;
}
.academia_super .enfoque_blocks .content {
  background-color: #fff;
  padding: 60px;
  margin: 10px;
  border-bottom: 10px solid #EC1C24;
  box-shadow: 0 7px 8px rgba(204, 204, 204, 0.1);
}
@media screen and (max-width: 768px) {
  .academia_super .enfoque_blocks .content {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  .academia_super .enfoque_blocks .content {
    padding: 30px;
    margin-top: 1em;
  }
}
.academia_super .enfoque_blocks .content h3 {
  margin: 0 0 1em;
  text-transform: uppercase;
  color: #1E1E1E;
}
.academia_super .enfoque_blocks .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.academia_super .enfoque_blocks .content ul li {
  display: flex;
  margin: 30px 0 0;
}
.academia_super .enfoque_blocks .content .image {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border-radius: 100%;
  margin-right: 20px;
  border: 4px solid transparent;
}
@media screen and (max-width: 768px) {
  .academia_super .enfoque_blocks .content .image {
    width: 60px;
    height: 60px;
  }
}
.academia_super .enfoque_blocks .content .image.border_verde {
  border-color: #17A247;
}
.academia_super .enfoque_blocks .content .image.border_morado {
  border-color: #8B4ED7;
}
.academia_super .enfoque_blocks .content .image.border_naranja {
  border-color: #FB9E10;
}
.academia_super .enfoque_blocks .content .image.border_azul {
  border-color: #1462A3;
}
.academia_super .enfoque_blocks .content .image.border_rojo {
  border-color: #EC1C24;
}
.academia_super .enfoque_blocks .content .image.border_aqua {
  border-color: #01ADB1;
}
.academia_super .enfoque_blocks .content .desc {
  flex: 1;
}
.academia_super .enfoque_blocks .content i {
  margin-right: 20px;
}
.academia_super .enfoque_blocks .content i svg {
  width: 36px;
  height: 36px;
  fill: #EC1C24;
}
.academia_super .enfoque_blocks .content h6 {
  margin: 0;
}
.academia_super .enfoque_blocks .content p {
  margin-top: 10px;
}

.academia_super_footer_copy {
  padding: 30px;
  text-align: center;
}

.bottom_banners {
  background-color: #fff;
  padding: 10px;
  margin: 30px 0;
}
.bottom_banners > div {
  flex: 1;
  margin: 10px;
}
@media screen and (max-width: 640px) {
  .bottom_banners {
    display: block;
    padding: 0;
    margin: 0;
  }
  .bottom_banners > div {
    margin: 1em 0;
  }
}

.compromiso_social .tabs_wrap .tabs {
  background-color: #768393;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .compromiso_social .tabs_wrap .tabs {
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs {
    display: block;
    background-color: transparent;
  }
}
.compromiso_social .tabs_wrap .tabs div {
  width: 20%;
  padding: 10px 20px;
  color: #fff;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border-right: 4px solid #f2f2f2;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .compromiso_social .tabs_wrap .tabs div {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs div {
    transform: none;
    border: 0;
    margin: 5px 0;
    background-color: #768393;
  }
}
.compromiso_social .tabs_wrap .tabs div:first-child {
  border-left: 4px solid #f2f2f2;
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs div:first-child {
    border: 0;
  }
}
.compromiso_social .tabs_wrap .tabs div:first-child:hover, .compromiso_social .tabs_wrap .tabs div.active:first-child {
  background-color: #8EBB20;
}
.compromiso_social .tabs_wrap .tabs div:nth-child(2):hover, .compromiso_social .tabs_wrap .tabs div.active:nth-child(2) {
  background-color: #F48F15;
}
.compromiso_social .tabs_wrap .tabs div:last-child:hover, .compromiso_social .tabs_wrap .tabs div.active:last-child {
  background-color: #2E78B7;
}
.compromiso_social .tabs_wrap .tabs div span {
  display: block;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs div span {
    transform: none;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content {
  padding: 30px 0;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content > div {
  max-width: 880px;
  margin: 0 auto;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content > div > div:first-child {
  width: 160px;
  margin-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content > div > div:first-child {
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content > div > div:first-child {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .compromiso_social .tabs_wrap .tabs_container .tabs_content > div > div:first-child img {
    width: 120px;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content > div > div:last-child {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content > div {
    display: block;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content h4, .compromiso_social .tabs_wrap .tabs_container .tabs_content .black_text, .compromiso_social .tabs_wrap .tabs_container .tabs_content strong {
  color: #1E1E1E;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content h4:first-of-type {
  color: #EC1C24;
  font-size: 2em;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content h4:first-of-type {
    font-size: 22px;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content h4 {
  margin: 0;
  font-size: 1.3em;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content h4 span {
  color: #EC1C24;
}
@media (max-width: 767.98px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content h4 {
    font-size: 16px;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content li {
  line-height: 1.5;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content figure {
  padding: 0;
  margin: 30px 0;
  text-align: center;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .img_content div {
  flex: 1;
  padding-right: 30px;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content .img_content div {
    padding-right: 0;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content hr {
  margin: 2em 0;
  border: 0;
  height: 2px;
  background-color: #ddd;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .logo_img_content > div:first-child {
  max-width: 130px;
  margin-right: 20px;
  margin-top: 1em;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .logo_img_content > div:last-child {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content .logo_img_content > div:last-child .img_content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content .cols3 {
    margin: 0 -10px;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .cols3 > div {
  padding: 10px;
  flex: 1;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .multimedia {
  margin: 1em -10px 0;
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs_container .tabs_content .multimedia {
    display: block;
  }
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .multimedia > div {
  background: #EC1C24 url(../img/bg-blog.png) center 0 no-repeat;
  background-size: cover;
  padding: 10px 15px;
  margin: 10px;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .multimedia h6 {
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.compromiso_social .tabs_wrap .tabs_container .tabs_content .multimedia a {
  margin: 5px;
  display: block;
}
.compromiso_social .tabs_wrap .tabs_container #academia > div {
  max-width: 100%;
}
.compromiso_social .tabs_wrap .tabs_container #academia > div > div {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .compromiso_social .tabs_wrap .tabs_container #academia * {
    text-align: left;
  }
  .compromiso_social .tabs_wrap .tabs_container #academia img {
    width: 100%;
  }
  .compromiso_social .tabs_wrap .tabs_container #academia .cols3 {
    display: block;
  }
  .compromiso_social .tabs_wrap .tabs_container #academia .logo_img_content {
    display: block;
  }
  .compromiso_social .tabs_wrap .tabs_container #academia .logo_img_content > div:first-child {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .compromiso_social .tabs_wrap .tabs_container #academia .logo_img_content > div:first-child img {
    width: 120px;
    margin: 1em auto 0;
  }
}

.historia {
  overflow: hidden;
}
.historia .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.historia .left_image {
  float: left;
  max-width: 50%;
  margin-right: 30px;
  margin-bottom: 10px;
}
.historia .left_image img {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .historia .left_image {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.historia .red_box {
  clear: both;
  margin: 40px auto;
  max-width: 800px;
}
@media screen and (max-width: 640px) {
  .historia .red_box {
    margin: 0;
    display: block;
  }
}
.historia .red_box div {
  background: #EC1C24 url(../img/bg-blog.png) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  margin: 10px 20px;
  flex: 1;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .historia .red_box div {
    margin-bottom: 40px;
  }
}
.historia .red_box h4 {
  background-color: #1E1E1E;
  padding: 10px;
  margin: -20px 0 0 -20px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 16px;
}
.historia .red_box h4 span {
  display: block;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
.historia .red_box p {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  text-align: center;
  margin: 0;
  padding: 1em 1.5em 1.5em;
}
.historia strong {
  color: #1E1E1E;
}
.historia h5 {
  margin: 1.5em;
  font-weight: 500;
  text-align: center;
}
.historia small {
  text-transform: capitalize;
}
.historia ul.valores {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .historia ul.valores {
    display: block;
  }
}
.historia ul.valores li {
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 26px;
  background: url(../img/red_bullet.svg) 0 center no-repeat;
  background-size: 6px;
}
@media screen and (max-width: 640px) {
  .historia ul.valores li {
    display: block;
    background: none;
    padding: 10px;
  }
}
.historia ul.valores li:first-child {
  background: none;
}
@media screen and (max-width: 640px) {
  .historia .cols3 {
    display: block;
  }
}
.historia .cols3 > div {
  padding: 10px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .historia .cols3 > div {
    padding: 0;
  }
}
.historia .cols3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.historia .cols3 ul li {
  background: url(../img/check.svg) 0 5px no-repeat;
  background-size: 14px;
  padding-left: 20px;
  line-height: 1.5;
  margin: 1em 0;
}
.historia .cols3 img {
  width: 160px;
}
@media screen and (max-width: 640px) {
  .historia .cols2 {
    display: block;
  }
}
.historia .cols2 > div {
  padding: 0 20px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .historia .cols2 > div {
    padding: 0;
  }
}
.historia .cols2 > div:first-child {
  width: 320px;
  flex: inherit;
}
@media screen and (max-width: 640px) {
  .historia .cols2 > div:first-child {
    width: 100%;
  }
  .historia .cols2 > div:first-child img {
    width: 200px;
  }
}
.historia figure {
  margin: 0;
  padding-bottom: 1em;
  text-align: center;
}
.historia hr {
  max-width: 60%;
  margin: 0 auto;
}

.sldr-historia .sldr {
  background-color: white;
}

.unete h4 {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .unete h4 {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .unete h4 {
    width: 100%;
    padding: 30px 0;
  }
}
.unete .flex > div {
  flex: 1;
  padding: 0 10px 15px;
}
@media screen and (max-width: 768px) {
  .unete .flex {
    display: block;
  }
  .unete .flex > div {
    padding: 0;
  }
}
.unete .form input[type=text],
.unete .form input[type=file],
.unete .form textarea {
  width: 100%;
}
.unete .form input[type=file] {
  background-color: #fff;
  padding: 6px;
}
.unete .form textarea {
  height: 87%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .unete .form {
    width: 80%;
    margin: 0 auto;
  }
  .unete .form label {
    margin-top: 1em;
  }
}
@media screen and (max-width: 520px) {
  .unete .form {
    width: 100%;
  }
}
.unete .action {
  justify-content: flex-end;
  padding: 0 10px 60px;
}
.unete .action .btn {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .unete .action {
    width: 80%;
    margin: 1em auto 0;
    text-align: right;
  }
}
@media screen and (max-width: 520px) {
  .unete .action {
    width: 100%;
    padding: 0 0 60px;
  }
}

.banners div {
  padding: 10px 0;
}

.slider-unete .slider {
  margin-bottom: 60px !important;
}
.slider-unete .slider .slick-dots {
  bottom: -35px;
  right: 50%;
  transform: scaleX(50%);
}

.checkout .head {
  justify-content: space-between;
}
.checkout .head .total {
  color: #1E1E1E;
  line-height: 1;
}
@media screen and (max-width: 620px) {
  .checkout .head .total {
    display: none;
  }
}
.checkout .mobile_label {
  display: none;
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 4px;
}
@media (max-width: 767.98px) {
  .checkout .mobile_label {
    display: block;
  }
}
.checkout .total {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 620px) {
  .checkout .total {
    font-size: 1.5em;
  }
}
.checkout .total strong {
  font-weight: 700;
}
.checkout .cols2 {
  margin: 0 -15px;
}
@media screen and (max-width: 920px) {
  .checkout .cols2 {
    flex-direction: column;
  }
}
.checkout .cols2 > div {
  flex: 1;
  margin: 0 15px 20px;
}
.checkout .content {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 5px;
}
.checkout .content .fiscal_data_no {
  display: none;
}
.checkout .content table {
  width: 100%;
  border-collapse: collapse;
  color: #1E1E1E;
}
.checkout .content table th {
  text-transform: uppercase;
  color: #1E1E1E;
  text-align: left;
  font-size: 12px;
  padding: 10px 0 10px 10px;
}
.checkout .content table table th {
  border-top: 2px solid #ccc;
  background-color: #f2f2f2;
  font-size: 11px;
}
.checkout .content table table tbody tr {
  border-top: 1px solid #ccc;
}
.checkout .content table table tbody td {
  padding: 10px 0 10px 10px;
}
.checkout .content table table tbody td .codigo {
  display: block;
  word-break: break-all;
}
.checkout .content table table tbody td a {
  display: inline-block;
}
.checkout .content table table tbody td a svg {
  height: 18px;
  width: 14px;
  fill: #EC1C24;
}
.checkout .content table table tbody td a:hover svg {
  fill: #1E1E1E;
}
.checkout .content table table tbody td .flex {
  align-items: center;
}
.checkout .content table table tbody td .flex img {
  max-width: 54px;
  max-height: 54px;
}
.checkout .content table table tbody td .footer_card {
  width: 98px;
}
.checkout .content table.carretilla > thead th:first-child,
.checkout .content table.carretilla table tbody td:first-child {
  width: 160px;
}
.checkout .content table.carretilla > thead th:nth-child(2),
.checkout .content table.carretilla table tbody td:nth-child(2) {
  width: auto;
}
.checkout .content table.carretilla > thead th:nth-child(3),
.checkout .content table.carretilla table tbody td:nth-child(3) {
  width: 100px;
}
.checkout .content table.carretilla > thead th:nth-child(4),
.checkout .content table.carretilla table tbody td:nth-child(4) {
  width: 160px;
}
.checkout .content table.carretilla > thead th:nth-child(5),
.checkout .content table.carretilla table tbody td:nth-child(5) {
  width: 100px;
}
.checkout .content table.carretilla > thead th:nth-child(6),
.checkout .content table.carretilla table tbody td:nth-child(6) {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .checkout .content table.carretilla > thead th:first-child,
  .checkout .content table.carretilla table tbody td:first-child {
    width: 80px;
  }
  .checkout .content table.carretilla > thead th:nth-child(2),
  .checkout .content table.carretilla table tbody td:nth-child(2) {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(3),
  .checkout .content table.carretilla table tbody td:nth-child(3) {
    width: 80px;
  }
  .checkout .content table.carretilla > thead th:nth-child(4),
  .checkout .content table.carretilla table tbody td:nth-child(4) {
    width: 130px;
  }
  .checkout .content table.carretilla > thead th:nth-child(5),
  .checkout .content table.carretilla table tbody td:nth-child(5) {
    width: 80px;
  }
  .checkout .content table.carretilla > thead th:nth-child(6),
  .checkout .content table.carretilla table tbody td:nth-child(6) {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .checkout .content table.carretilla > thead th:first-child,
  .checkout .content table.carretilla table tbody td:first-child {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(2),
  .checkout .content table.carretilla table tbody td:nth-child(2) {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(3),
  .checkout .content table.carretilla table tbody td:nth-child(3) {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(4),
  .checkout .content table.carretilla table tbody td:nth-child(4) {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(5),
  .checkout .content table.carretilla table tbody td:nth-child(5) {
    width: auto;
  }
  .checkout .content table.carretilla > thead th:nth-child(6),
  .checkout .content table.carretilla table tbody td:nth-child(6) {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .checkout .content table.carretilla > thead {
    display: none;
  }
  .checkout .content table.carretilla table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout .content table.carretilla table tbody tr td {
    padding: 10px 0;
  }
  .checkout .content table.carretilla table tbody tr td:first-child {
    order: 1;
    width: 50%;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(3) {
    order: 4;
    flex: 1;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(4) {
    order: 6;
    flex: 1;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(5) {
    order: 5;
    flex: 1;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(6) {
    order: 2;
    flex: 1;
    text-align: right;
  }
  .checkout .content table.carretilla table tbody tr td:nth-child(6) a {
    padding: 10px;
  }
}
.checkout .content .resume_table {
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .checkout .content .resume_table > thead {
    display: none;
  }
  .checkout .content .resume_table table td {
    vertical-align: top;
  }
  .checkout .content .resume_table .mobile_label {
    text-align: left;
  }
}
.checkout .content .resume_table td {
  vertical-align: top;
}
.checkout .content .resume_table span.codeprod {
  display: block;
  font-size: 12px;
  color: #666;
}
.checkout .content .resume_table th:first-child,
.checkout .content .resume_table table td:first-child {
  width: 50% !important;
}
.checkout .content .resume_table th:nth-child(2), .checkout .content .resume_table table td:nth-child(2),
.checkout .content .resume_table th:nth-child(4), .checkout .content .resume_table table td:nth-child(4) {
  width: 20% !important;
  text-align: center;
}
.checkout .content .resume_table th:nth-child(3), .checkout .content .resume_table table td:nth-child(3) {
  width: 10% !important;
  text-align: center;
}
.checkout .content .resume_table thead th, .checkout .content .resume_table table td {
  padding: 10px;
}
.checkout .content .resume_table tfoot td {
  text-align: right;
  background-color: #F2F2F2;
  padding: 8px;
  border-top: 1px solid #ccc;
}
.checkout .content .form h6 {
  margin: 0.5em 0 0.8em;
  font-size: 16px;
}
.checkout .content .form input {
  margin-bottom: 20px;
}
.checkout .content .form .flex > div {
  flex: 1;
}
.checkout .content .form .select {
  margin-right: 20px;
}
@media screen and (max-width: 620px) {
  .checkout .content .form .select {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.checkout .content .form .btn_add_outline {
  justify-content: center;
}
.checkout .content .form .retire_location, .checkout .content .form .pago_data_no {
  display: none;
}
.checkout .content .addresss {
  border: 1px solid #1E1E1E;
  padding: 10px;
  position: relative;
  margin-top: 20px;
}
.checkout .content .addresss .inner {
  display: block;
}
.checkout .content .addresss .inner .mapa {
  height: 80px;
  background: #f1f1f1 url(../img/icons/ic-map-pin-gray.svg) no-repeat center;
  background-size: 32px auto;
  margin-bottom: 10px;
}
.checkout .content .addresss .inner .mapa .mapa-content {
  width: 100% !important;
  height: 100% !important;
}
.checkout .content .addresss .inner .mapa img.mapa-content {
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .checkout .content .addresss .inner {
    display: flex;
  }
  .checkout .content .addresss .inner .mapa {
    flex: 0 0 150px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.checkout .content .addresss h6 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .checkout .content .addresss h6 {
    margin: 0 80px 10px 0;
  }
}
.checkout .content .addresss .btn_edit {
  right: 50px;
  background-image: url(../img/btn_editar.svg);
}
.checkout .content .addresss .btn_delete {
  right: 10px;
  background-image: url(../img/btn_eliminar.svg);
}
.checkout .content .addresss .btn_edit, .checkout .content .addresss .btn_delete {
  position: absolute;
  top: 10px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
}
@media screen and (max-width: 620px) {
  .checkout .content .addresss .btn_edit, .checkout .content .addresss .btn_delete {
    position: inherit;
    top: inherit;
    right: inherit;
    display: inline-block;
    margin-top: 1em;
    margin-right: 15px;
  }
}
.checkout .footer_content {
  text-align: right;
}
.checkout .footer_content .subtotal {
  background-color: white;
  padding: 0 10px 10px 10px;
  font-size: 1.2em;
}
.checkout .footer_content .subtotal:first-child {
  padding-top: 10px;
}
.checkout .footer_content .total {
  background-color: #1E1E1E;
  color: #fff;
  padding: 10px;
}
.checkout .footer_actions {
  padding: 20px 0 50px 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .checkout .footer_actions {
    padding: 25px 0;
  }
}
.checkout .footer_actions a, .checkout .footer_actions button {
  display: inline-flex;
  margin-bottom: 10px;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 34px;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.checkout .footer_actions .btn_red_next {
  background: #EC1C24 url(../img/category_arrow.svg) 92% center no-repeat;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 30px 8px 20px;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.16);
  border: none !important;
  cursor: pointer;
}
.checkout .footer_actions .btn_red_next:hover {
  background-color: #ff0000;
}
@media (max-width: 767.98px) {
  .checkout .footer_actions {
    text-align: center;
  }
  .checkout .footer_actions a, .checkout .footer_actions button {
    min-width: 200px;
    text-align: center;
  }
}
.checkout .btn_add_outline {
  color: #EC1C24;
  border: 1px solid #EC1C24;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkout .btn_add_outline svg {
  fill: #EC1C24;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.checkout .btn_add_outline:hover {
  color: #fff;
  background-color: #EC1C24;
}
.checkout .btn_add_outline:hover svg {
  fill: #fff;
}
.checkout .question {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/question.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 5px;
  position: relative;
}
.checkout .question div {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  background: url(../img/cvv.png) 0 0 no-repeat;
  background-size: contain;
  width: 300px;
  height: 183px;
  border-radius: 15px;
  z-index: 5;
  box-shadow: 0 7px 24px rgba(30, 30, 30, 0.16);
}
.checkout .question:hover div {
  display: block;
}
.checkout .code {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.checkout .code > div:first-child {
  flex: 1;
  margin-right: 20px;
}
.checkout .code input {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.checkout .code button {
  background: transparent;
  border: 1px solid #EC1C24;
  border-radius: 4px;
  line-height: 29px;
  color: #EC1C24;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.checkout .code button:hover {
  background-color: #EC1C24;
  color: #fff;
}
.checkout textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  height: 62px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}
.checkout .total_pay {
  text-align: right;
  font-size: 16px;
}
.checkout .total_pay span {
  display: inline-block;
  min-width: 100px;
}
.checkout .total_pay strong {
  color: #000;
}
.checkout .heading .flex {
  align-items: center;
  justify-content: space-between;
}
.checkout .heading .print_logo {
  display: none;
}
.checkout .heading h2 {
  margin: 0 0 0 15px;
  display: inline-block;
}
.checkout .heading h6 {
  margin: 2em 0 0.3em;
  font-size: 16px;
}
.checkout .heading p {
  margin: 0 0 1.5em;
}
.checkout .heading .print img {
  width: 36px;
}
.checkout .resume_table.final_table tfoot td {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.form label {
  display: block;
  margin-bottom: 5px;
}
.form input[type=text],
.form input[type=file],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form .form-control,
.form textarea {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 8px;
  width: 90%;
  box-sizing: border-box;
}
.form .radio {
  display: flex;
}
.form .radio label {
  margin-right: 20px;
}
.form .radio input {
  margin: 0 5px 0 0 !important;
}
@media screen and (max-width: 620px) {
  .form .flex {
    flex-direction: column;
  }
  .form input[type=text] {
    width: 100%;
  }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #ec1c24;
    --active-inner: #fff;
    --border: #B1B1B1;
    --border-hover: #ec1c24;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid #B1B1B1;
    background: var(--b, var(--background));
    /*&:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }
    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }*/
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    border-color: #ec1c24;
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 20px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
    --b: var(--active);
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
    position: relative;
  }
  input[type=radio]:after {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ec1c24;
    opacity: 0;
    transform: scale(0.4);
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.dir-preregistrada {
  border: 1px solid black;
  margin-bottom: 20px;
}
.dir-preregistrada a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 10px;
}
.dir-preregistrada .link {
  display: inline-block;
  text-decoration: underline;
  color: #EC1C24;
  font-weight: bold;
}
.dir-preregistrada p {
  margin: 0;
}
.dir-preregistrada .action {
  padding-top: 5px;
}

/* tabla carretilla */
.tabla-carretilla {
  border-collapse: collapse;
  border-spacing: 0;
}
.tabla-carretilla th, .tabla-carretilla td {
  padding: 10px !important;
  line-height: 1 !important;
  box-sizing: border-box;
}
.tabla-carretilla thead th {
  font-size: 11px !important;
  border-bottom: 2px solid #1E1E1E !important;
  vertical-align: bottom;
  font-weight: bolder;
}
.tabla-carretilla tbody td {
  vertical-align: middle;
  font-size: 12px !important;
}
.tabla-carretilla tbody .th {
  background-color: #eee;
  text-transform: uppercase;
}
.tabla-carretilla .info-prod {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px !important;
}
.tabla-carretilla .info-prod figure {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 0 0;
  flex: 0 0 auto;
}
.tabla-carretilla .info-prod figure img {
  max-width: 100%;
  max-height: 48px;
}
.tabla-carretilla .info-prod p {
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
}
.tabla-carretilla .recompra {
  width: auto;
}
.tabla-carretilla .recompra p {
  margin: 0;
  color: #999;
}
.tabla-carretilla span.codigo {
  color: #666;
}
@media (min-width: 768px) {
  .tabla-carretilla th, .tabla-carretilla td {
    border: 1px solid #1E1E1E !important;
  }
  .tabla-carretilla th.cod, .tabla-carretilla td.cod {
    width: 150px !important;
  }
  .tabla-carretilla th.pun, .tabla-carretilla th.can, .tabla-carretilla th.des, .tabla-carretilla th.pne, .tabla-carretilla th.tot, .tabla-carretilla td.pun, .tabla-carretilla td.can, .tabla-carretilla td.des, .tabla-carretilla td.pne, .tabla-carretilla td.tot {
    text-align: right !important;
    width: 80px !important;
  }
  .tabla-carretilla th.com, .tabla-carretilla td.com {
    text-align: right !important;
    width: 200px;
  }
  .tabla-carretilla tr:hover td {
    background-color: #f5f5f5;
  }
  .tabla-carretilla .recompra {
    display: inline-flex !important;
  }
  .tabla-carretilla .recompra p {
    display: none;
  }
  .tabla-carretilla .recompra .add_to_cart {
    padding: 0 6px;
    font-size: 10px;
  }
  .tabla-carretilla.st2 th, .tabla-carretilla.st2 td {
    border: 1px solid #aaa !important;
  }
}
@media print {
  .tabla-carretilla th, .tabla-carretilla td {
    border: 1px solid #1E1E1E !important;
  }
  .tabla-carretilla th.pun, .tabla-carretilla th.can, .tabla-carretilla th.des, .tabla-carretilla th.pne, .tabla-carretilla th.tot, .tabla-carretilla td.pun, .tabla-carretilla td.can, .tabla-carretilla td.des, .tabla-carretilla td.pne, .tabla-carretilla td.tot {
    text-align: right !important;
    width: 80px !important;
  }
  .tabla-carretilla tbody td {
    border-bottom: 1px solid #ccc;
  }
  .tabla-carretilla th.tot, .tabla-carretilla td.tot {
    border-right: none !important;
  }
  .tabla-carretilla th.com, .tabla-carretilla td.com {
    width: 2px !important;
    padding: 0 !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tabla-carretilla {
    border: 1px solid #1E1E1E;
  }
  .tabla-carretilla, .tabla-carretilla tbody, .tabla-carretilla tr, .tabla-carretilla th, .tabla-carretilla td {
    display: block !important;
  }
  .tabla-carretilla thead {
    display: none !important;
  }
  .tabla-carretilla tbody tr {
    border-bottom: 1px solid #1E1E1E;
  }
}

@media screen and (min-width: 768px) {
  .table-scroll {
    overflow: auto;
    width: 100%;
  }
  .table-scroll .table-scroll-inner {
    min-width: 890px;
  }
}
table.tabla-totales {
  text-align: right;
  width: 100%;
  line-height: 1;
}
table.tabla-totales td {
  color: #666;
  font-size: 16px;
  padding: 3px 5px;
}
table.tabla-totales td strong {
  display: inline-block;
  padding-left: 5px;
}
table.tabla-totales td:last-child {
  width: 80px;
}
table.tabla-totales .spacer td {
  padding: 5px 5px 0 0;
}
table.tabla-totales .total td {
  border-top: 1px solid #ddd;
  color: #EC1C24 !important;
  font-size: 18px;
  padding: 10px 5px 5px;
}

.fs2 {
  padding: 10px;
}

.legend {
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  font-size: 14px;
  margin: 0;
}

@media print {
  body {
    background: white !important;
  }
  .hide-on-print {
    display: none !important;
  }
}
/**** SIDEBAR CARRETILLA ****/
#sidecart {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 0;
  background-color: white;
  z-index: 100;
  transition: width ease 0.3s;
}
#sidecart .sidecontent {
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#sidecart .sidecontent .sd-close {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
}
#sidecart .sidecontent .sd-close img {
  width: 20px;
  height: auto;
}
#sidecart .sidecontent .sd-hdr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 48px;
  text-transform: uppercase;
}
#sidecart .sidecontent .sd-compras {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#sidecart .sidecontent .sd-compras .sd-productos {
  /*flex-grow: 1;
  flex-basis: auto;*/
  overflow: auto;
}
#sidecart .sidecontent .sd-compras .sd-footer {
  flex: 0 0 auto;
}
#sidecart h4.st {
  font-size: 11px;
  font-style: normal;
  background-color: #E9E9E9;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#sidecart .sd-footer {
  border-top: 1px solid #ccc;
}
#sidecart .sd-footer .st {
  text-align: right;
  font-size: 16px;
}
#sidecart .sd-footer .tt {
  color: black;
  font-size: 18px;
  text-align: right;
  padding: 3px 0;
}
#sidecart .sd-footer .btn {
  background: #EC1C24 url(../img/category_arrow.svg) 92% center no-repeat;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.16);
  border: none !important;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 340px) {
  #sidecart .sidecontent {
    width: 300px;
  }
}

.overlay-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.open-sidebar-cart {
  overflow: hidden;
}
.open-sidebar-cart .overlay-sidebar {
  display: block;
}
.open-sidebar-cart #sidecart {
  width: 320px;
}
@media (max-width: 340px) {
  .open-sidebar-cart #sidecart {
    width: 300px;
  }
}

.item-prod {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  position: relative;
}
.item-prod:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
.item-prod a.delete {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  opacity: 0.5;
  z-index: 4;
}
.item-prod a.delete img {
  width: 18px;
  height: auto;
}
.item-prod a.delete:hover {
  opacity: 1;
}
.item-prod figure {
  width: 44px;
  height: 64px;
  text-align: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.item-prod figure img {
  max-height: 100%;
}
.item-prod .desc {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  color: black;
}
.item-prod .desc h5 {
  text-transform: none;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 5px;
  font-style: normal;
  padding-right: 54px;
}
.item-prod .desc .ft {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.item-prod .desc .ft .precio {
  flex-grow: 1;
  flex-basis: 0;
}
.item-prod .desc .ft .add-box {
  flex: 0 0 auto;
  width: 110px;
  padding: 0 8px;
}
.item-prod .desc .ft .add-box .counter {
  margin-right: 0;
}
.item-prod .desc .ft .stotal {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
}

th.no-disponble-hdr {
  text-transform: none !important;
  background-color: white !important;
}
th.no-disponble-hdr .alert {
  display: block !important;
  padding: 10px;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #856420;
}
th.no-disponble-hdr .alert .h5 {
  font-size: 16px;
}
th.no-disponble-hdr .alert a {
  color: inherit !important;
}

tr.no-disponible td {
  color: #999;
  background-color: #f1f1f1;
}
tr.no-disponible td img {
  opacity: 0.6;
}

.info-tarjetas {
  text-align: center;
}
.info-tarjetas p {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 12px;
}
.info-tarjetas figure {
  margin: 0;
  display: inline-flex;
  width: 48px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 1px;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.info-tarjetas figure img {
  height: auto;
  max-width: 38px;
  max-height: 18px;
  line-height: 1;
}

.addresss.beneficiario_resumen {
  display: none;
}
.addresss.beneficiario_resumen.beneficiarioSeleccionado {
  display: block;
}

.addresss.sucursal_resumen {
  display: none;
}
.addresss.sucursal_resumen.sucursalSeleccionada {
  display: block;
}

.retire_address .prod-no-disponible {
  max-width: none;
}

.btn-retornar {
  background-image: url(../img/icons/arrow-prev-white.svg);
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0 20px 0 30px;
}

#add-beneficiario {
  width: 960px;
  max-width: 100%;
}
#add-beneficiario ul {
  margin: 0;
}

.col-mapa-ubicacion {
  display: flex;
  flex-direction: column;
}

.btn-mi-ubicacion {
  font-size: 12px !important;
}

.mapa-ubicacion-wrap {
  min-height: 300px;
  position: relative;
  flex-grow: 1;
}
.mapa-ubicacion-wrap .mapa-content {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .mapa-ubicacion-wrap {
    min-height: 380px;
  }
}

.contact {
  position: relative;
}
.contact h1 {
  background: url(../img/contact.svg) 35% 0 no-repeat;
  background-size: 48px;
  padding-left: 64px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact h1 {
    background: url(../img/contact.svg) 0 0 no-repeat;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .contact h1 {
    background: url(../img/contact.svg) 0 0 no-repeat;
    text-align: left;
  }
}
.contact .bg {
  background-color: #E2E2E2;
  position: absolute;
  left: 0;
  top: 212px;
  width: 100%;
  height: 370px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact .bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_forms {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .contact .contact_forms {
    margin: 0 -15px;
  }
}
.contact .contact_forms > div {
  flex: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .contact_forms > div {
    padding: 0;
  }
}
.contact .contact_ways {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.contact .contact_ways .wrapper {
  max-width: 140px;
}
@media (max-width: 767.98px) {
  .contact .contact_ways {
    padding: 30px 15px;
  }
  .contact .contact_ways .wrapper {
    max-width: 134px;
  }
}
.contact .contact_ways .flex > div {
  flex: 1;
}
.contact .contact_ways h5 {
  margin: 2em 0 1em;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.contact .contact_ways a {
  display: block;
}
.contact .contact_form {
  width: 100%;
  background-color: #1E1E1E;
  color: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact .contact_form {
    padding: 30px;
  }
}
@media screen and (max-width: 620px) {
  .contact .contact_form p {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .contact .contact_form {
    padding: 30px 15px;
  }
}
.contact .contact_form .form {
  width: 304px;
  margin: 0 auto;
}
@media screen and (max-width: 410px) {
  .contact .contact_form .form {
    width: 280px;
  }
}
.contact .contact_form .form .st {
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
}
.contact .contact_form .form > div {
  margin-top: 20px;
}
.contact .contact_form .form label {
  display: block;
}
.contact .contact_form .form input, .contact .contact_form .form textarea {
  width: 100%;
  border: 0;
}
.contact .contact_form .form .btn {
  padding: 0 35px;
}
.contact .contact_form .form .btn-wrap {
  text-align: center;
}
.contact .contact_bottom {
  padding: 60px 0 30px;
  flex-wrap: wrap;
}
.contact .contact_bottom > div {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contact .contact_bottom > div {
    max-width: 50%;
    flex: 0 0 50%;
    padding-bottom: 15px;
  }
}
.contact .contact_bottom h6 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  background: url(../img/black_check.svg) 0 0 no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.contact .contact_bottom h6 small {
  display: block;
  text-transform: lowercase;
  font-size: 14px;
}
.contact .contact_bottom h6 a {
  color: inherit;
  text-decoration: none;
}
.contact .contact_bottom h6 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact .contact_bottom {
    display: block;
    padding: 0;
  }
  .contact .contact_bottom h6 {
    margin: 2em 0;
    padding-left: 0;
    background: none;
    text-align: center;
  }
}

.link-ayuda {
  display: inline-flex !important;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: #1E1E1E;
}
.link-ayuda .img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #ec1c24;
  color: white;
  line-height: 1;
  flex: 0 0 auto;
}
.link-ayuda .img i {
  height: 1em;
}
.link-ayuda .textos {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 5px;
}
.link-ayuda .textos span {
  display: block;
}
.link-ayuda .textos .st {
  font-size: 10px;
}
.link-ayuda .textos .tt {
  font-style: italic;
}
@media (max-width: 767.98px) {
  .link-ayuda .textos {
    font-size: 16px;
  }
}
.link-ayuda:hover .textos .tt {
  color: #ec1c24;
}

@media screen and (max-width: 410px) {
  .g-recaptcha {
    transform: scale(0.93);
    transform-origin: 0 0;
  }
}
.footer {
  background-color: #1E1E1E;
  color: #fff;
}
.footer .sldr-sellos {
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
}
.footer .sldr-sellos > .cert {
  display: flex;
  align-items: center;
}
.footer .sldr-sellos .slick-list, .footer .sldr-sellos .slick-track, .footer .sldr-sellos .slick-slide {
  display: flex;
}
.footer .certificados {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.footer .certificados .cert {
  padding: 10px 15px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
}
.footer .certificados img {
  height: 28px;
  width: auto;
  max-width: none;
}
.footer .certificados img.dom {
  height: 48px;
}
@media (min-width: 768px) {
  .footer .certificados img {
    height: 36px;
  }
  .footer .certificados img.dom {
    height: 48px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .newsletter_socials {
  background-color: #303030;
  padding: 15px 20px;
}
.footer .newsletter_socials .container > .flex {
  align-items: center;
  margin: 0 -20px;
}
@media screen and (max-width: 920px) {
  .footer .newsletter_socials .container > .flex {
    flex-direction: column;
    margin: 0;
  }
}
.footer .newsletter_socials .container > .flex > div {
  padding: 0 20px;
}
@media screen and (max-width: 920px) {
  .footer .newsletter_socials .container > .flex > div {
    max-width: 100% !important;
    padding: 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .footer .newsletter_socials .container > .flex > div {
    flex-direction: column;
  }
  .footer .newsletter_socials .container > .flex > div .newsletter {
    margin-bottom: 10px;
  }
}
.footer .newsletter_socials .container > .flex > div:first-child {
  width: 100%;
  max-width: 340px;
}
.footer .newsletter_socials .container > .flex > div:last-child {
  width: 100%;
  justify-content: space-between;
}
.footer .newsletter_socials .container > .flex > div:last-child .newsletter {
  flex: 1;
  max-width: 452px;
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.footer .newsletter_socials .container > .flex > div:last-child .newsletter input {
  width: 100%;
  border: 0;
  padding-left: 10px;
}
.footer .newsletter_socials .container > .flex > div:last-child .newsletter button {
  background-color: #EC1C24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.footer .newsletter_socials .container > .flex > div:last-child .newsletter button:hover {
  background-color: #ff0000;
}
.footer .newsletter_socials .container > .flex > div:last-child .social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer .newsletter_socials .container > .flex > div:last-child .social li {
  display: inline-block;
  padding: 0 5px;
  width: 32px;
}
.footer .newsletter_socials .container > .flex > div:last-child .social li a {
  display: block;
}
.footer .newsletter_socials .container > .flex > div:last-child .social li a:hover {
  opacity: 0.8;
}
.footer .newsletter_socials .envelop_icon {
  margin-right: 10px;
}
.footer .newsletter_socials h4 {
  margin: 0;
}
.footer .footer_content {
  padding: 20px;
}
.footer .footer_content h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer .footer_content .flex {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_content .flex {
    flex-direction: column;
  }
}
.footer .footer_content .flex > div {
  flex: 1;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_content .flex > div {
    padding: 15px 30px;
  }
}
.footer .footer_content ul li {
  background: url(../img/bullet.svg) 0 1px no-repeat;
  padding-left: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  /* &::before{
      content: "";
      position: absolute;
      display: inline-block;
      left: 0;
      top: 5px;
      width: 6px;
      height: 6px;
  } */
}
.footer .footer_content ul.contact_link {
  list-style: none;
  padding: 0;
}
.footer .footer_content ul.contact_link li {
  background: none;
  padding-left: 0;
  margin-top: 10px;
}
.footer .footer_content ul.contact_link .phone_icon {
  background: url(../img/phone-icon.svg) 0 center no-repeat;
}
.footer .footer_content ul.contact_link .whatsapp_icon {
  background: url(../img/whatsapp-icon.svg) 0 center no-repeat;
}
.footer .footer_content ul.contact_link .mail_icon {
  background: url(../img/mail-icon.svg) 0 center no-repeat;
  background-size: auto 14px;
  padding-left: 32px;
}
.footer .footer_content ul.contact_link .chat_icon {
  background: url(../img/chat-icon.svg) 0 center no-repeat;
}
.footer .footer_content ul.contact_link .phone_icon, .footer .footer_content ul.contact_link .whatsapp_icon, .footer .footer_content ul.contact_link .chat_icon {
  padding-left: 32px;
  background-size: contain;
}
.footer .footer_content ul.inline_list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_content ul.inline_list li {
  width: 142px;
}
@media screen and (max-width: 768px) {
  .footer .footer_content ul.inline_list li {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_content ul.inline_list li {
    width: 100%;
  }
}
.footer .footer_content ul.inline_list li:last-child {
  margin-top: 0;
}
.footer .copy {
  background-color: #131313;
  text-align: center;
  padding: 10px;
  color: #5E5E5E;
}

.mis_pedidos .heading {
  align-items: center;
}
.mis_pedidos .filters {
  margin-top: 30px;
  align-items: flex-end;
}
.mis_pedidos .filters label {
  font-size: 12px;
}
.mis_pedidos .filters > div {
  flex: 1;
}
.mis_pedidos .filters > div.select {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .mis_pedidos .filters > div {
    max-width: 33.33%;
  }
  .mis_pedidos .filters > div.select {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 992px) {
  .mis_pedidos .filters > div {
    max-width: 25%;
  }
}
.mis_pedidos .filters input {
  height: 34px;
}
.mis_pedidos .filters .btn_search {
  border: 0;
  border-radius: 4px;
  background: #EC1C24 url(../img/search.svg) center center no-repeat;
  height: 34px;
  width: 34px;
  cursor: pointer;
  vertical-align: bottom;
}
.mis_pedidos .filters .btn_search:hover {
  background-color: #ff0000;
}
@media screen and (max-width: 640px) {
  .mis_pedidos .filters {
    margin-top: 20px;
    display: block;
  }
  .mis_pedidos .filters input {
    width: 100%;
    margin-bottom: 20px;
  }
  .mis_pedidos .filters .btn_search {
    width: 100%;
  }
}
.mis_pedidos table.mis_pedidos {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.mis_pedidos table.mis_pedidos thead tr {
  border-bottom: 2px solid #ccc;
}
.mis_pedidos table.mis_pedidos thead tr th {
  text-align: left;
  padding: 10px 0;
}
.mis_pedidos table.mis_pedidos tbody tr {
  border-bottom: 1px solid #eee;
}
.mis_pedidos table.mis_pedidos tbody td {
  padding: 10px 0;
}
.mis_pedidos table.mis_pedidos tbody td .codigo {
  display: block;
  word-break: break-all;
  max-width: 100px;
}
.mis_pedidos table.mis_pedidos tbody td .enproceso {
  text-transform: uppercase;
  color: #EC1C24;
}
.mis_pedidos table.mis_pedidos tbody td .completado {
  text-transform: uppercase;
}
.mis_pedidos table.mis_pedidos tbody td a {
  float: right;
  border: 1px solid #EC1C24;
  border-radius: 4px;
  color: #EC1C24;
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.mis_pedidos table.mis_pedidos tbody td a:hover {
  background-color: #EC1C24;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mis_pedidos table.mis_pedidos thead {
    display: none;
  }
  .mis_pedidos table.mis_pedidos tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .mis_pedidos table.mis_pedidos td:first-child {
    order: 1;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(2) {
    order: 2;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(2) .codigo {
    max-width: 100%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(3) {
    order: 3;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(4) {
    order: 4;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(5) {
    order: 5;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(6) {
    order: 6;
    width: 50%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(7) {
    order: 7;
    width: 100%;
  }
  .mis_pedidos table.mis_pedidos td:nth-child(7) a {
    font-size: 12px;
    float: none;
  }
}
.mis_pedidos .grid_pedidos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .mis_pedidos .grid_pedidos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .mis_pedidos .grid_pedidos {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mis_pedidos .grid_pedidos > div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.mis_pedidos .grid_pedidos > div .content {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  box-sizing: border-box;
}
.mis_pedidos .grid_pedidos > div .content > div, .mis_pedidos .grid_pedidos > div .content > fieldset, .mis_pedidos .grid_pedidos > div .content > a {
  width: 100%;
}
.mis_pedidos .grid_pedidos > div .content > fieldset {
  flex-grow: 1;
}
.mis_pedidos .grid_pedidos > div .status_bar {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: #1E1E1E;
  padding: 5px;
  text-transform: uppercase;
}
.mis_pedidos .grid_pedidos > div .status_bar.active {
  background-color: #EC1C24;
}
.mis_pedidos .grid_pedidos > div .pedido_usuario {
  padding: 5px 0;
  font-weight: 600;
}
.mis_pedidos .grid_pedidos > div fieldset {
  margin: 10px 0;
}
.mis_pedidos .grid_pedidos > div .btn_outline_arrow {
  color: #EC1C24;
  border: 1px solid #EC1C24;
  border-radius: 4px;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}
.mis_pedidos .grid_pedidos > div .btn_outline_arrow svg {
  display: block;
  fill: #EC1C24;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mis_pedidos .grid_pedidos > div .btn_outline_arrow:hover {
  background-color: #EC1C24;
  color: #fff;
}
.mis_pedidos .grid_pedidos > div .btn_outline_arrow:hover svg {
  fill: #fff;
}

.detalle_pedidos .heading {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .heading {
    display: block;
  }
  .detalle_pedidos .heading img {
    height: 24px;
  }
  .detalle_pedidos .heading .btn_print {
    margin-top: 20px;
    max-width: 90px;
    text-align: center;
  }
}
.detalle_pedidos .btn_print {
  background: #EC1C24;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 4px;
  display: flex;
  box-shadow: 0 4px 6px rgba(30, 30, 30, 0.15);
}
.detalle_pedidos .btn_print:hover {
  background: #ff0000;
}
.detalle_pedidos .btn_print i {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/btn_print.svg) center center no-repeat;
  margin-left: 8px;
}
.detalle_pedidos .heading2 {
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  color: #1E1E1E;
  margin: 20px 0;
}
.detalle_pedidos .heading2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detalle_pedidos .heading2 ul li {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
.detalle_pedidos .heading2 ul li svg {
  opacity: 0.6;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .heading2 {
    display: block;
  }
  .detalle_pedidos .heading2 ul li {
    display: block;
    margin: 5px 0;
  }
}
.detalle_pedidos .status_content {
  background-color: #fff;
  margin: 20px 0;
  color: #1E1E1E;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .status_content {
    display: block;
  }
}
.detalle_pedidos .status_content > div {
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .status_content > div {
    text-align: center;
  }
}
.detalle_pedidos .status_content > div:last-child {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .status_content > div:last-child {
    padding-top: 0;
  }
}
.detalle_pedidos .status_content .flex {
  align-items: center;
}
.detalle_pedidos .status_content .label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .detalle_pedidos .status_content .label {
    font-size: 16px;
  }
}
.detalle_pedidos .status_content .status_desc {
  color: #EC1C24;
  font-size: 18px;
  font-weight: 700;
}
.detalle_pedidos .status_content .progress_bar {
  justify-content: space-between;
  position: relative;
}
.detalle_pedidos .status_content .progress_bar::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 28%;
  background: #1E1E1E;
}
.detalle_pedidos .status_content .progress_bar span {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 700;
  text-align: center;
  flex-grow: 1;
  max-width: 25%;
}
.detalle_pedidos .status_content .progress_bar span i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  border: 4px solid #1E1E1E;
  border-radius: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.detalle_pedidos .status_content .progress_bar span.checked i {
  background-color: #1E1E1E;
  background-image: url(../img/correct.svg);
  background-size: 18px;
}
.detalle_pedidos .status_content .progress_bar span.active {
  color: #EC1C24;
}
.detalle_pedidos .status_content .progress_bar span.active i {
  background-color: #EC1C24;
  border-color: #EC1C24;
  background-image: url(../img/down.svg);
  background-size: 14px;
}
@media (max-width: 767.98px) {
  .detalle_pedidos .status_content .progress_bar span {
    font-size: 10px;
  }
}
.detalle_pedidos .content_pedidos .history .flex {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.5%;
}
.detalle_pedidos .content_pedidos .history .flex fieldset {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .detalle_pedidos .content_pedidos .history .flex {
    display: block;
    margin: 0;
  }
  .detalle_pedidos .content_pedidos .history .flex fieldset {
    width: auto;
  }
}
.detalle_pedidos .content_table {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .detalle_pedidos .content_table {
    padding: 0;
  }
}
.detalle_pedidos .content_table table.carretilla thead tr,
.detalle_pedidos .content_table table.carretilla tbody td tr {
  display: flex;
}
.detalle_pedidos .content_table table.carretilla thead th {
  width: 100%;
}
.detalle_pedidos .content_table table.carretilla > thead th:first-child,
.detalle_pedidos .content_table table.carretilla table tbody td:first-child {
  width: 150px;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(2),
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(2) {
  width: auto;
  flex: 1;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(3),
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(3) {
  width: 100px;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(4),
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(4) {
  width: 100px;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(5),
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(5) {
  width: 100px;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(6),
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) {
  width: 210px;
  display: flex;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .btn,
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .btn {
  background-color: #1E1E1E;
  margin-left: 16px;
}
.detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .btn:hover,
.detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .btn:hover {
  background-color: #EC1C24;
}
@media screen and (max-width: 768px) {
  .detalle_pedidos .content_table table.carretilla > thead th:first-child,
  .detalle_pedidos .content_table table.carretilla table tbody td:first-child {
    width: 80px;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(3),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(3) {
    width: 80px;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(4),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(4) {
    width: 80px;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(5),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(5) {
    width: 80px;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) {
    width: 105px;
    display: block;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .footer_card,
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .footer_card {
    width: 100%;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .footer_card .counter,
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .footer_card .counter {
    margin-right: 0;
    width: 100%;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .btn,
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .content_table table.carretilla > thead th:first-child,
  .detalle_pedidos .content_table table.carretilla table tbody td:first-child {
    order: 1;
    width: 100% !important;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(2),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(2) {
    order: 2 !important;
    width: 100% !important;
    flex: inherit;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(3),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(3) {
    order: 3 !important;
    flex: 1;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(4),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(4) {
    order: 4 !important;
    flex: 1;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(5),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(5) {
    order: 5 !important;
    flex: 1;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6),
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) {
    order: 6 !important;
    flex: inherit !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .footer_card,
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .footer_card {
    margin: 0 10px 0 0;
  }
  .detalle_pedidos .content_table table.carretilla > thead th:nth-child(6) .btn,
  .detalle_pedidos .content_table table.carretilla table tbody td:nth-child(6) .btn {
    margin: 0 0 0 10px;
  }
}
.detalle_pedidos .total_pedido_retry {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.detalle_pedidos .total_pedido_retry div {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .detalle_pedidos .total_pedido_retry {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .detalle_pedidos .total_pedido_retry div {
    padding: 5px 0;
  }
}

fieldset {
  margin: 10px;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  box-sizing: border-box;
}
fieldset legend {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 8px;
}
fieldset ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
fieldset ul li {
  padding: 5px 10px 5px 24px;
  position: relative;
}
fieldset ul li::before {
  content: "";
  background: url(../img/bullet2.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
}
fieldset ul li strong {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
fieldset a {
  color: #1E1E1E;
}
fieldset a:hover {
  color: #EC1C24;
}

.text-primary {
  color: #EC1C24 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-muted {
  color: #706E6F !important;
}

.text-white {
  color: white !important;
}

.bg-white {
  background-color: white !important;
}

.font-italic {
  font-style: italic !important;
}

.alert {
  padding: 10px 10px 10px 44px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  min-height: 28px;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 15px;
  line-height: 1.2;
  box-sizing: border-box;
}
.alert.alert-success {
  background-color: #EAF5E5;
  color: #6A7A11;
  background-image: url(../img/icons/ic-check-green.svg);
  border-color: #E0EFD8;
}
.alert.alert-warning {
  background-color: #F7EBC7;
  color: #F49C14;
}
.alert p {
  margin-top: 0;
  line-height: inherit;
}
.alert p:last-child {
  margin-bottom: 0;
}

/***********/
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

/*******/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sp-hdr figure {
  width: 400px;
  max-width: 60%;
  margin: 0 auto;
}
.sp-hdr figure img {
  width: 100%;
  height: auto;
}

.sp-subscribe {
  background-color: #EC1C24;
  background-image: url(../img/bg-sp.png);
  background-position: center;
  background-size: cover;
  color: white;
  padding: 20px;
}
.sp-subscribe .inside {
  max-width: 960px;
  margin: 0 auto;
}
.sp-subscribe .ic-email {
  width: auto;
  height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.form-control-2 {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 36px;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  transform: none;
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

.form-input-wrap {
  line-height: 1;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.form-input-wrap::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
  z-index: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.btn-st2 {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 36px;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  transform: none;
  background-color: transparent !important;
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: #EC1C24;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
}

.btn-st2-wrap {
  line-height: 1;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.btn-st2-wrap::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #C4CED4;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-10deg);
  z-index: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.btn-st2-wrap:hover::after {
  background-color: black;
}
.btn-st2-wrap:hover .btn-st2 {
  color: white;
}

.sp-image-articulos figure {
  width: 80%;
  margin: 0 auto;
  max-width: 350px;
}
.sp-image-articulos img {
  width: 100%;
  height: auto;
}

.sp-group {
  background-color: white;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 30px;
}
.sp-group .st {
  margin-bottom: 20px;
}

.sp-articulo {
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  min-height: 100%;
  background-color: #E6E6E6;
}
.sp-articulo figure {
  height: 100px;
  margin: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-articulo figure img {
  max-width: 94%;
  max-height: 94%;
}
.sp-articulo .desc {
  font-weight: 700;
  color: black;
  background-color: #E6E6E6;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1;
}
.sp-articulo .desc p {
  margin: 0 0 5px;
  line-height: 1.1;
}
.sp-articulo .desc .pts {
  font-size: 18px;
  color: #EC1C24;
  font-weight: 900;
  line-height: 1;
}
.sp-articulo .desc .pts span {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sp-articulo figure {
    height: 200px;
  }
  .sp-articulo .desc {
    display: flex;
  }
  .sp-articulo .desc p {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
  }
  .sp-articulo .desc .pts {
    flex: 0 0 auto;
  }
  .sp-articulo .desc .pts span {
    display: block;
    font-size: 14px;
  }
}

.wrap {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-new {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

label.cbx-st1 {
  position: relative;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
label.cbx-st1 input {
  margin-bottom: 0 !important;
}
label.cbx-st1 input + span {
  position: static;
}
label.cbx-st1 input + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  border-radius: 4px;
  border: 2px solid #eee;
}
label.cbx-st1 input:checked + span {
  color: #333;
}
label.cbx-st1 input:checked + span::after {
  border: 2px solid #999;
}
@media screen and (min-width: 768px) {
  label.cbx-st1 {
    padding: 10px 15px;
  }
}

.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #1E1E1E;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px;
  font-family: inherit !important;
}
.form-control.select2-hidden-accessible {
  max-width: 1px;
}

select.form-control {
  padding: 8px 36px 8px 8px !important;
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group {
  margin-bottom: 15px;
}
.form-group > label {
  display: block;
  margin-bottom: 4px;
}
.form-group .select {
  margin: 0 !important;
}
.form-group .form-control {
  width: 100% !important;
  margin: 0 !important;
}

a.btn-st1 {
  display: inline-block;
  font-weight: bold;
  color: #EC1C24 !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
}

.fill-height {
  min-height: 100%;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.text-reset {
  color: inherit !important;
}

/** elegir pais **/
.elegir-pais {
  max-width: 420px;
}
.elegir-pais ul.lista-paises {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elegir-pais ul.lista-paises li {
  margin-bottom: 25px;
}
.elegir-pais ul.lista-paises li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: white;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #777;
}
.elegir-pais ul.lista-paises li a span {
  display: block;
}
.elegir-pais ul.lista-paises li a span.img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.elegir-pais ul.lista-paises li a span.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.elegir-pais ul.lista-paises li a span.texto {
  font-weight: bold;
  font-size: 18px;
}
.elegir-pais ul.lista-paises li a::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.elegir-pais ul.lista-paises li a:hover {
  color: #EC1C24;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}

.password-toggle {
  position: relative;
}
.password-toggle .toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px !important;
  height: 100% !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-size: 20px auto;
  background-image: url(../img/visibility.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
}
.password-toggle .toggle span {
  visibility: hidden;
}
.password-toggle .toggle.visible {
  background-image: url(../img/visibility_off.png) !important;
}
.password-toggle > input {
  padding-right: 40px !important;
  background-image: none !important;
}

div.ico-left {
  display: flex;
  align-items: center;
}
div.ico-left .ico-st1 {
  flex: 0 0 auto;
  width: 28px;
  margin-right: 8px;
}

.text-hidden {
  font-size: 0.01em;
  height: 1px;
  opacity: 0;
  margin: 0 !important;
  overflow: hidden;
}

/******/
.box-cuenta-asociada {
  background-color: white;
  padding: 15px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: black;
}
.box-cuenta-asociada .hdr {
  background-color: black;
  color: white;
}
.box-cuenta-asociada .hdr h3 {
  margin: 0;
  font-size: inherit;
  text-transform: uppercase;
  padding: 5px 10px;
}
.box-cuenta-asociada span.status {
  display: block;
  padding: 5px 0;
}
.box-cuenta-asociada span.status::before {
  content: attr(data-text-inactive);
  text-transform: uppercase;
  font-weight: bold;
}
.box-cuenta-asociada fieldset {
  margin: 0;
}
.box-cuenta-asociada .ft {
  padding-top: 10px;
}
.box-cuenta-asociada .ft a {
  color: black;
  opacity: 0.85;
}
.box-cuenta-asociada .ft a:hover {
  opacity: 1;
}
.box-cuenta-asociada .action-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}
.box-cuenta-asociada .action-btn img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.box-cuenta-asociada .action-btn span {
  text-decoration: underline;
}
.box-cuenta-asociada .action-btn:not(:last-child) {
  margin-right: 15px;
}
.box-cuenta-asociada .btn-activar {
  display: inline-block;
  padding-right: 44px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 24px;
}
.box-cuenta-asociada .btn-activar span {
  display: block;
  width: 64px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
}
.box-cuenta-asociada .btn-activar::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 24px;
  border-radius: 12px;
  background-color: #989898;
  z-index: 1;
}
.box-cuenta-asociada .btn-activar::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  transition: right ease 0.3s;
  z-index: 2;
}
.box-cuenta-asociada.active .hdr {
  background-color: #EC1C24;
}
.box-cuenta-asociada.active span.status::before {
  content: attr(data-text-active);
}
.box-cuenta-asociada.active .btn-activar::before {
  background-color: #EC1C24;
}
.box-cuenta-asociada.active .btn-activar::after {
  right: 4px;
}

.col-categoria {
  overflow: visible;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .col-categoria {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}

.box-categoria {
  display: block;
  position: relative;
  padding: 10px;
  background-color: white;
  border-radius: 2px;
  overflow: visible;
  text-decoration: none;
}
.box-categoria figure {
  position: relative;
  width: 100%;
  height: 1px;
  padding: 0 0 64.7% 0;
  margin: 0;
}
.box-categoria figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box-categoria h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 3;
  margin: 0;
  padding: 15px 65px 15px 15px;
  text-transform: uppercase;
}
.box-categoria .btn-go {
  display: inline-flex;
  width: 60px;
  height: 36px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 3px;
  z-index: 5;
  background-color: #EC1C24;
  transform: skewX(-20deg);
}
.box-categoria .btn-go img {
  width: 14px;
  height: auto;
  transform: skewX(20deg);
}
@media (max-width: 767.98px) {
  .box-categoria {
    padding: 6px;
  }
  .box-categoria h3 {
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 10px 36px 10px 10px;
    line-height: 1;
    font-size: 11px;
  }
  .box-categoria .btn-go {
    width: 32px;
    height: 24px;
    bottom: 10px;
  }
  .box-categoria .btn-go img {
    width: 8px;
  }
}

.text-success {
  color: #488E48 !important;
}

.btn:disabled {
  background-color: #ccc !important;
  color: #999 !important;
  cursor: not-allowed;
}

.btn.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.has-icon > svg {
  color: white;
  fill: white;
  width: 1.1em;
  height: auto;
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

.maxw-none {
  max-width: none !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  background-color: #f1f1f1;
}

.terminos-text {
  line-height: 1.2;
  text-align: justify;
  color: #333;
}
.terminos-text p {
  line-height: 1.2;
}
.terminos-text h2 {
  text-transform: none;
  font-size: 20px;
  padding-top: 15px;
}
.terminos-text a {
  color: inherit;
}
.terminos-text strong {
  color: #222;
}
.terminos-text ul li, .terminos-text ol li {
  margin-bottom: 10px;
}

.swal2-container {
  z-index: 99995 !important;
}

#swal2-content ul {
  text-align: left;
  font-size: 16px;
}
#swal2-content ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.swal2-popup .swal-confirm, .swal2-popup .swal2-styled.swal2-confirm {
  background-color: #EC1C24 !important;
  box-shadow: none !important;
  outline: none !important;
}
.swal2-popup .swal2-title {
  font-size: 20px;
}

.modal-st1 .fancybox-close-small {
  border-radius: 50%;
  top: 10px;
  right: 10px;
  background: white;
}

* {
  -webkit-backface-visibility: hidden;
}

@media (max-width: 767.98px) {
  .fancybox-content {
    padding: 44px 20px;
  }
}
.select2-container--focus .select2-selection--single {
  border-color: black !important;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1E1E1E;
}

.text-justify h1, .text-justify h2, .text-justify h3, .text-justify h4, .text-justify h5 {
  text-align: left;
}

.fancybox-container .fancybox-content {
  padding: 40px 15px 15px 15px;
}
@media (min-width: 992px) {
  .fancybox-container .fancybox-content {
    padding: 40px 20px 20px 20px;
  }
}

.divider-line {
  background-color: #707070;
}

.banner-container {
  display: block;
  text-align: center;
}
.banner-container a {
  display: block;
  line-height: 1;
  text-decoration: none;
}
.banner-container img {
  line-height: 1;
  vertical-align: top;
}

/*ANCHOR: video player*/
.video-youtube-player {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-youtube-player::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.video-youtube-player .custom-video-player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.top-site-banner {
  background-color: black;
  color: white;
  position: relative;
}
.top-site-banner .ts-banner-inner {
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-site-banner .ts-banner-inner figure {
  margin: 0;
}
.top-site-banner .ts-banner-inner figure img {
  width: 100%;
  height: auto;
}
.top-site-banner .desktop + .ts-contador {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.top-site-banner .ts-contador {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 15px;
  box-sizing: border-box;
}
.top-site-banner .ts-contador > div {
  padding-left: 12px;
  font-size: 16px;
  margin: 0 0 0 4px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.top-site-banner .ts-contador > div::before {
  font-size: 12px;
  display: inline-block;
  padding: 0 2px;
  position: absolute;
  top: 6px;
  left: 0;
  font-weight: bold;
}
.top-site-banner .ts-contador > div.d {
  padding-left: 0;
}
.top-site-banner .ts-contador > div.h + .m::before, .top-site-banner .ts-contador > div.m + .s::before {
  content: ":";
}
.top-site-banner .ts-contador strong {
  display: block;
  font-weight: 900;
  font-size: 18px;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: white;
  color: black;
}
.top-site-banner .ts-contador span {
  display: block;
  font-size: 8px;
  padding-top: 2px;
}

@media print {
  #header, .footer, .chat_link, .deptos_link, .print, .inner_nav, .web {
    display: none;
  }
  .print_logo {
    display: block !important;
  }
  .print_logo img {
    width: 200px;
  }
  h2 {
    font-size: 18pt;
  }
  h6 {
    font-size: 12pt;
    margin: 15pt 0 3pt !important;
  }
  p {
    font-size: 10pt;
  }
  .content {
    padding: 0pt !important;
  }
  table td, table tfoot td {
    color: #000 !important;
  }
}
.search .link {
  max-width: 150px;
}

.auto-selected {
  display: block;
  padding: 5px;
  background-color: #8bc53f;
  color: #1E1E1E;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
.auto-selected span {
  display: block;
  font-size: 12px;
}
.auto-selected span img {
  width: 16px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.auto-selected strong {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search .auto-selected span {
  font-size: 10px;
}
.search .auto-selected span img {
  width: 12px;
}
.search .auto-selected strong {
  font-size: 11px;
}

.btn-listado-vehiculos {
  background-color: #8bc53f;
  color: #1E1E1E;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}
.btn-listado-vehiculos .auto-label {
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  padding-left: 8px;
}
.btn-listado-vehiculos .auto-label span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: -0.01em;
  max-width: 100px;
}

#header .btn-listado-vehiculos {
  height: 36px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 991.98px) {
  #header .btn-listado-vehiculos {
    display: inline-block;
    position: relative;
    padding: 4px;
    /* img{
        position: absolute;
        top: 3px;
        left: 4px;
        width: 18px;
    } */
    /*  width: 40px;
     background-image: url(../img/icons/ic-auto-plus.svg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: auto 24px;

     img, strong, span{
         display: none;
     } */
    /* &.auto-selected{

        &::after{
            content: "";
            display: inline-flex;
            position: absolute;
            top: 7px;
            right: 7px;
            background-color: #EC1C24;
            border-radius: 50%;
            width: 6px;
            height: 6px;
            font-size: 8px;
            justify-content: center;
            align-self: center;
            color: white;
            line-height: 1;
        }
    } */
  }
  #header .btn-listado-vehiculos img {
    width: 24px;
    margin-top: 3px;
  }
  #header .btn-listado-vehiculos .auto-label {
    display: none;
    line-height: 1.3;
    padding-top: 2px;
    text-align: right;
    padding-left: 0;
    max-width: 76px;
  }
  #header .btn-listado-vehiculos .auto-label::before {
    content: "";
    display: inline-block;
    width: 15px;
  }
}

#mi-auto {
  width: 96%;
  max-width: 1200px;
  padding: 20px 20px 0;
  background-color: #383b42;
  /* .btn{
      border: 1px solid #EC1C24;
      color: #EC1C24;
      background-color: transparent;
      max-width: 250px;
      text-align: center;
      margin-right: 15px;

      &:hover{
          color: white;
          background-color: $rojo;
      }
  } */
}
#mi-auto .content .title {
  margin: 0 0 5px 0;
}
@media (max-width: 767.98px) {
  #mi-auto {
    padding: 20px 0 0 0;
  }
}

fieldset.fls-vehiculo {
  border: 1px solid #1e1e1e;
  padding: 10px;
}
fieldset.fls-vehiculo legend {
  background-color: white;
  padding: 2px 10px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
fieldset.fls-vehiculo h6 {
  font-size: 16px;
  margin: 0;
  font-style: normal;
  font-weight: bold;
}

.box-auto {
  border: 1px solid #1e1e1e;
  padding: 15px 15px 0;
  margin-bottom: 30px;
}
.box-auto .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  min-height: 60px;
}
.box-auto .info figure {
  flex: 0 0 40px;
  padding: 0;
  margin: 0;
}
.box-auto .info figure img {
  width: 32px;
  height: auto;
}
.box-auto .info .desc {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
}
.box-auto .info .desc h3, .box-auto .info .desc p {
  margin: 0;
}
.box-auto .options {
  position: relative;
  border-top: 1px solid #eee;
  padding-right: 60px;
}
.box-auto .options .actions {
  position: absolute;
  bottom: 5px;
  right: -5px;
}
.box-auto .options .actions a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.box-auto .options .actions a img {
  width: 24px;
  height: auto;
}
.box-auto .options .current-auto {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}
.box-auto .options .current-auto img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.box-auto.active {
  border: 1px solid #EC1C24;
  color: #1e1e1e;
}
.box-auto.active .options .current-auto {
  color: #EC1C24;
}

.bg-white {
  background-color: white !important;
}

.btn-icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.car-selection-container {
  background-color: #383b42;
  color: white;
}
.car-selection-container div, .car-selection-container h2, .car-selection-container h6, .car-selection-container p, .car-selection-container span, .car-selection-container strong, .car-selection-container a, .car-selection-container a:hover {
  color: inherit;
}
.car-selection-container .fls-vehiculo {
  color: white;
  border: 1px solid white;
  margin: 0;
  padding: 15px;
  position: relative;
}
.car-selection-container .fls-vehiculo .form-group {
  margin: 0;
}
.car-selection-container .fls-vehiculo .legend {
  color: white;
  background-color: #383b42;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 2;
  padding: 0 15px 0 5px;
  display: inline-block;
  margin: 0;
  max-width: 90%;
  font-style: italic;
  font-weight: normal;
}
.car-selection-container .fls-vehiculo h4 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.car-selection-container .fls-vehiculo .btns-wrap {
  text-align: center;
  padding-top: 15px;
}
.car-selection-container .fls-vehiculo .btns-wrap .btn {
  border-radius: 0;
}
@media (min-width: 768px) {
  .car-selection-container .fls-vehiculo .car-info {
    min-height: 50px;
  }
}

.my-row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.my-row .col, .my-row .col-auto, .my-row .col-md, .my-row .col-md-auto, .my-row .col-md-4, .my-row .col-md-8, .my-row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.my-row .col-md-6 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.my-row .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.my-row .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .my-row .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .my-row .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .my-row .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .my-row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .my-row .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 15px !important;
}

.mb-3 {
  margin-bottom: 25px;
}

.p-3 {
  padding: 15px !important;
}

.pt-2 {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 35px !important;
  }
}
.step-guia {
  display: flex;
  color: black;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step-guia {
    margin-bottom: 60px;
  }
}
.step-guia figure {
  flex: 0 0 auto;
  width: 80px;
  min-height: 80px;
  border-right: 2px solid #EC1C24;
  margin: 0 15px 0 0;
}
.step-guia figure img {
  width: 80%;
  height: auto;
}
@media (min-width: 768px) {
  .step-guia figure {
    width: 120px;
    min-height: 90px;
    text-align: center;
    border-right: 3px solid #EC1C24;
  }
}
.step-guia .desc {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 16px;
}
.step-guia .desc h4 {
  font-style: normal;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}
.step-guia .desc p {
  margin: 5px 0 0 0;
  color: inherit;
  line-height: 1.1;
  max-width: 340px;
}
.step-guia .desc p.small {
  font-size: 13px;
}
@media (min-width: 768px) {
  .step-guia .desc {
    font-size: 18px;
  }
}

.faq-item {
  color: black;
  border-top: 1px solid #ccc;
}
.faq-item:last-child {
  border-bottom: 1px solid #ccc;
}
.faq-item > h6 {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.faq-item > h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 15px 25px 15px 0;
  position: relative;
}
.faq-item > h6 a:hover {
  color: #EC1C24;
}
.faq-item > h6 a::after {
  position: absolute;
  top: 20px;
  right: 5px;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 0.45em;
  transform: rotate(135deg);
  width: 0.45em;
  z-index: 0;
  transition: all ease 0.3s;
}
.faq-item > h6 a.active {
  color: #EC1C24;
}
.faq-item > h6 a.active::after {
  transform: rotate(-45deg);
  top: 25px;
}
.faq-item .info {
  display: none;
}
.faq-item .info p {
  margin: 0 0 15px 0;
}
.faq-item .info a {
  color: inherit;
}/*# sourceMappingURL=main.css.map */