.btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 24px;
  transition: ease-in-out all 0.5s;
}
.btn-default {
  border-color: #1a376f;
  color: #244b98;
}
.btn-default:hover {
  border-color: #244b98;
  color: #244b98;
}
.btn-personalizado {
  background-color: #244b98;
  border-color: #1a376f;
  color: #fff;
}
.btn-personalizado:hover {
  background-color: #102246;
  border-color: #244b98;
  color: #fff;
}
.btn-link {
  color: #244b98;
}
.btn-account {
  background-color: #f7f6f2;
  color: #244b98;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.btn-account i {
  margin-bottom: 20px;
}
.btn-account:hover {
  background-color: #f8faff;
  color: #102246;
}
.btn-signout {
  color: red;
}
.btn-signout:hover {
  color: #cc0000;
}
.tabbable ul.nav-pills .badge {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabbable ul.nav-pills li:hover a {
  background-color: #f7f6f2;
}
.tabbable ul.nav-pills li.active a {
  background-color: #244b98;
  color: #ffffff;
}
.tabbable ul.nav-pills li a {
  color: #244b98;
  border-radius: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#banner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
#banner.banner {
  background-color: #999999;
  height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
#banner.banner a {
  color: #ffffff;
  display: block;
  padding-top: 7px;
}
#banner.banner i {
  font-size: 14px !important;
}
#banner.banner .btn {
  color: #ffffff;
  padding: 0px;
  padding-top: 4px;
}
#banner.banner.expandir {
  height: 60px;
  font-size: 16px;
}
#banner.banner.expandir a {
  padding-top: 18px;
}
#banner.banner.expandir i {
  font-size: 16px !important;
}
#header {
  position: fixed;
  z-index: 1000;
}
#header.header-alt {
  top: 0 !important;
}
#header .grid {
  display: grid;
  grid-template-columns: 220px auto 220px;
  grid-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  #header .grid {
    grid-template-columns: 220px auto;
  }
}
#header.header {
  background-color: #deebff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c4dcff;
  width: 100%;
  height: 60px;
  top: 30px;
}
#header.header .logo {
  text-align: left;
  padding-left: 20px;
}
#header.header .logo img {
  height: 60px;
}
#header.header .menu .btn {
  display: table-cell;
  height: 60px;
  color: #244b98;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  transition: none !important;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: center;
}
#header.header .menu .btn:hover {
  color: #102246;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #244b98;
}
#header.header .menu .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) and (max-width: 994px) {
  #header.header .menu .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 995px) and (max-width: 1300px) {
  #header.header .menu .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1237px) {
  #header.header .menu #contacto {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1134px) {
  #header.header .menu #servicio-tecnico {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 955px) {
  #header.header .menu #inicio {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 872px) {
  #header.header .menu #representaciones {
    display: none;
  }
}
@media (min-width: 1301px) and (max-width: 1444px) {
  #header.header .menu .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header.header .botones {
  text-align: right;
  justify-self: end;
  padding-right: 20px;
}
@media (max-width: 375px) {
  #header.header .botones .btn-my-account {
    display: none;
  }
}
#header.header .botones .btn {
  position: relative;
  margin-top: 8px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  background-color: transparent;
  color: #244b98;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
}
#header.header .botones .btn i {
  font-size: 24px !important;
  margin-bottom: 10px;
}
#header.header .botones .btn .bolsaBadge {
  position: absolute;
  top: 4px;
  right: 2px;
  background-color: #de514a;
  color: #ffffff;
  padding-left: 4px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
  border-radius: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 8px;
}
#header.header .botones .btn:hover {
  color: #102246;
}
#header.header .botones .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  #header.header .botones .btn {
    width: 37px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #header.header .logo {
    padding-left: 15px;
  }
  #header.header .botones {
    padding-right: 15px;
  }
}
#header #collapseBuscar {
  grid-column-end: span 3;
  background-color: #deebff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c4dcff;
}
#header #collapseBuscar .searchbar {
  display: grid;
  grid-template-columns: 50px auto 50px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  height: 60px;
  padding-left: 80px;
  padding-right: 80px;
  align-items: center;
}
#header #collapseBuscar .searchbar i,
#header #collapseBuscar .searchbar svg {
  font-size: 24px;
  color: #244b98;
}
#header #collapseBuscar .searchbar input {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 60px;
  color: #244b98;
  font-size: 24px;
  box-shadow: none;
  outline: none;
}
#header #collapseBuscar .searchbar .lupa {
  justify-self: start;
}
#header #collapseBuscar .searchbar .cerrar {
  justify-self: end;
}
@media (max-width: 767px) {
  #header #collapseBuscar {
    grid-column-end: span 2;
  }
  #header #collapseBuscar .searchbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.label {
  border-radius: 24px;
}
.label-xl {
  font-size: 16px !important;
}
.label-lg {
  font-size: 14px;
  padding: 0.3em 0.7em 0.4em;
}
.label-float {
  position: absolute;
  top: 5px;
  left: 5px;
}
.label-new {
  background-color: #244b98;
}
.label-oferta {
  background-color: red;
}
#menu-lg-md-sm {
  z-index: 1000;
  position: fixed;
  top: 90px;
  left: 0px;
  display: none;
  background-color: #f7f6f2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e0d2;
  width: 100%;
  padding: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
#menu-lg-md-sm.menu-lg-md-sm-alt {
  top: 60px !important;
}
#menu-lg-md-sm.menu-lg-md-sm ul {
  list-style: none;
  line-height: 30px;
  padding-left: 20px;
  font-weight: 400;
}
#menu-lg-md-sm.menu-lg-md-sm ul a:hover {
  color: #000000;
}
#menu-lg-md-sm.menu-lg-md-sm a {
  color: #524b32;
}
#menu-lg-md-sm.menu-lg-md-sm a:hover {
  text-decoration: none;
}
#menu-lg-md-sm.menu-lg-md-sm .nivel1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
#menu-lg-md-sm.menu-lg-md-sm .menu-lg-md-sm-contenido {
  display: none;
}
#menu-lg-md-sm.menu-lg-md-sm .menu-lg-md-sm-contenido .border {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #dddddd;
}
#menu-xs {
  z-index: 1030;
  position: fixed;
  top: 0;
  bottom: 0;
  right: auto;
  overflow-y: auto;
  width: 250px;
  background-color: #f7f6f2;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e4e0d2;
}
#menu-xs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#menu-xs ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu-xs ul li a {
  color: #524b32;
}
#menu-xs ul li a:hover {
  text-decoration: none;
  color: #000000;
}
#menu-xs ul li .row {
  margin-top: 10px;
}
#menu-xs ul li .titulo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}
#menu-xs ul li .principal {
  font-size: 16px;
  font-weight: 400;
}
#menu-xs ul li .secundario {
  padding-left: 30px;
}
#menu-xs ul li ul {
  padding: 10px;
}
#menu-xs.offcanvas-collapse {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #FFFFFF;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1000;
}
#menu-xs.offcanvas-collapse.no-news {
  top: 10px !important;
}
#menu-xs.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#menu-xs.offcanvas-collapse-alt {
  top: 60px !important;
}
#grilla {
  /*@media (max-width: 767px)
	{
		.producto
		{
			min-height: @producto-grilla-min-height-xs;
		}
	}
	@media (min-width: 768px) and (max-width: 994px)
	{
		.producto
		{
			min-height: @producto-grilla-min-height-sm;
		}
	}
	@media (min-width: 995px) and (max-width: 1199px)
	{
		.producto
		{
			min-height: @producto-grilla-min-height-md;
		}
	}
	@media (min-width: 1200px)
	{
		.producto
		{
			min-height: @producto-grilla-min-height-lg;
		}
	}*/
}
@media (min-width: 1200px) {
  #grilla .container-tienda {
    width: 100%;
    padding: 3px;
    padding-bottom: 50px;
  }
  #grilla .container-filtros {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#grilla .container-filtros {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 60px;
  min-height: 60px;
}
#grilla .container-filtros .filtros {
  padding-top: 9px;
}
#grilla .container-filtros a {
  color: #524b32;
}
#grilla .container-filtros .badge {
  background-color: #524b32 !important;
}
#grilla .container-filtros-alt {
  margin-top: 90px !important;
}
#grilla .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3px;
  grid-row-gap: 50px;
}
#grilla .no-results {
  grid-column: 1 / span 4;
  padding: 15px;
}
@media (max-width: 767px) {
  #grilla .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    grid-row-gap: 40px;
  }
  #grilla .big {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #grilla .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    grid-row-gap: 40px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  #grilla .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    grid-row-gap: 45px;
  }
}
#grilla .canvas {
  position: relative;
  z-index: 800;
  margin-bottom: 10px;
}
#grilla .canvas .marca {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
}
#grilla .loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ffffff;
  opacity: 0.9;
}
#grilla .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -20px;
  margin-left: -14px;
  width: 120px;
}
#grilla .colores {
  position: absolute;
  bottom: 4px;
  right: 5px;
}
#grilla .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 50%;
  padding: 0px;
  transition: border-color 0.5s ease;
}
#grilla .color:hover {
  border-color: #000000;
}
#grilla .color-hex {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
#grilla .cuotas {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
#grilla a {
  color: #000000;
}
#grilla h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
#grilla h1 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#grilla h1 .separador {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 375px) {
  #grilla h1 .separador {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 375px) {
  #grilla h1 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #grilla h1 {
    margin-top: 8px !important;
  }
}
#grilla h2 {
  margin-top: 10px;
}
#grilla .filtros {
  font-size: 12px;
  font-weight: 300;
  margin-top: 3px;
}
#grilla .filtros a {
  text-decoration: none;
}
#grilla .filtros a:hover {
  font-weight: 400;
}
#grilla .filtros h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#grilla .filtros ul {
  list-style: none;
}
#grilla .filtros ul li {
  line-height: 2;
  float: left;
  min-width: 50px;
  margin-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#grilla .filtros ul li.active {
  font-weight: 400;
}
@media (max-width: 767px) {
  #grilla .producto {
    padding-left: 1px;
    padding-right: 1px;
  }
}
#grilla .producto {
  text-align: center;
}
#grilla .producto a,
#grilla .producto a:hover {
  text-decoration: none;
}
#grilla .producto h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
#grilla .producto .precios {
  font-size: 14px;
  font-weight: 600;
  color: #244b98;
}
#grilla .producto .precios .off {
  color: red;
  font-weight: 600;
}
#grilla .producto .precios .antes {
  color: #dddddd;
  text-decoration: line-through;
}
#grilla .producto .extras {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
}
#grilla .paginacion {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
}
#grilla .paginacion ul li.active a {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
#grilla .pagination > li:first-child > a,
#grilla .pagination > li:first-child > span,
#grilla .pagination > li:last-child > a,
#grilla .pagination > li:last-child > span {
  border-radius: 0;
}
#destacados .canvas {
  position: relative;
  z-index: 800;
}
#destacados .loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ffffff;
  opacity: 0.9;
}
#destacados .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -14px;
  margin-left: -20px;
  width: 120px;
}
#destacados .colores {
  position: absolute;
  bottom: 4px;
  right: 5px;
}
#destacados .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 50%;
  padding: 0px;
  transition: border-color 0.5s ease;
}
#destacados .color:hover {
  border-color: #000000;
}
#destacados .color-hex {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
#destacados .cuotas {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
#destacados a {
  color: #000000;
}
#destacados .producto a,
#destacados .producto a:hover {
  text-decoration: none;
}
#destacados .producto h2 {
  font-size: 16px;
}
#destacados .producto .precios {
  font-size: 14px;
  font-weight: 600;
  color: #244b98;
}
#destacados .producto .precios .off {
  color: red;
  font-weight: 600;
}
#destacados .producto .precios .antes {
  color: #dddddd;
  text-decoration: line-through;
}
#destacados .producto .extras {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
#producto {
  /*@media (min-width: 1200px) {
		.container-path {
			padding-left: 25px;
			padding-right: 25px;
		}
	}*/
}
#producto .container-path {
  background-color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-color: #e4e0d2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 60px;
  min-height: 60px;
}
#producto .container-path a {
  color: #524b32;
}
#producto .container-path h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
#producto .container-path h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#producto .container-path h2 .separador {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #producto .container-path h2 .separador {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 375px) {
  #producto .container-path h2 .separador {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  #producto .container-path {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#producto .container-path-alt {
  margin-top: 90px !important;
}
#producto .container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 3px;
}
#producto .datos {
  padding: 20px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 110px;
  background-color: #FFFFFF;
}
#producto .info {
  font-size: 16px;
}
#producto .info .fa-info-circle {
  margin-right: 5px;
}
#producto .info .pull-right {
  padding-top: 10px;
}
#producto .info a,
#producto .info a:hover {
  text-decoration: none;
}
#producto h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#producto h2,
#producto h3 {
  /*font-family: @grilla-h1-font-family;*/
  font-size: 14px;
  color: #524b32;
}
#producto p,
#producto em {
  font-size: 14px;
  color: #524b32;
}
#producto .botones {
  padding-left: 30px;
  padding-right: 30px;
}
#producto .marca {
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  -moz-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
}
#producto .precios {
  font-size: 18px;
  font-weight: 600;
  color: #244b98;
}
#producto .precios .off {
  color: red;
  font-weight: 600;
}
#producto .precios .antes {
  color: #dddddd;
  text-decoration: line-through;
}
#producto .cuotas,
#producto .extras {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
#producto .btn-radio {
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-width: 1px;
  padding: 14px;
  font-size: 16px;
}
#producto .btn-radio.active {
  border-color: #000;
  border-width: 2px;
  padding: 13px;
}
@media (max-width: 767px) {
  #producto .container-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0px;
  }
  #producto .datos {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #producto .botones {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #producto .datos {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 70px;
  }
  #producto .botones {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  #producto .datos {
    padding-left: 80px;
    padding-right: 90px;
  }
}
#producto .container-relacionados {
  background-color: #FFFFFF;
  padding-top: 50px;
}
#producto .container-relacionados h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
#producto .container-relacionados h4 .sub {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #244b98;
}
#bolsa.bolsa .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 767px) {
  #bolsa.bolsa .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    grid-row-gap: 25px;
    padding-bottom: 50px;
  }
}
#bolsa.bolsa .item {
  display: grid;
  grid-template-columns: 50% auto 15px;
  grid-gap: 0px;
  grid-row-gap: 0px;
}
#bolsa.bolsa .item .datos {
  padding-left: 10px;
}
#bolsa.bolsa .item .sku {
  font-size: 10px;
}
#bolsa.bolsa .item .cantidad {
  width: 50%;
}
#bolsa.bolsa .subtotal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  grid-row-gap: 20px;
}
#bolsa.bolsa .boton {
  grid-column-end: span 2;
}
#bolsa.bolsa h2 {
  font-size: 14px;
  font-weight: 800;
  line-height: 0;
}
#bolsa.bolsa .cuotas {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
#bolsa.bolsa .btn-link {
  padding: 0;
  margin: 0;
}
#bolsa.bolsa .btn-link:hover {
  color: #a02622;
  text-decoration: none;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #244b98;
  border: 0;
  color: #ffffff;
}
#footer input {
  border-color: #ffffff;
  background-color: #deebff;
  width: 350px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  color: #244b98;
}
@media (max-width: 767px) {
  #footer input {
    width: 280px;
  }
}
#footer .btn {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#footer a {
  color: #deebff;
}
#footer .newsletter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
#footer .newsletter h2 {
  margin-bottom: 20px;
}
#footer .newsletter .form-newsletter {
  margin-left: auto;
  margin-right: auto;
}
#footer .btn-newsletter {
  background-color: #deebff;
  border-color: #244b98;
  color: #244b98;
}
#footer .btn-newsletter:hover {
  background-color: #102246;
  color: #ffffff;
}
#footer .menu {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
#footer .menu a {
  margin: 10px;
}
#footer .menu a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#footer .social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#footer .social a {
  margin: 10px;
}
#footer .social .instagram:hover {
  color: #dc3472;
}
#footer .social .facebook:hover {
  color: #3478e9;
}
#footer .social .whatsapp:hover {
  color: #49c15a;
}
#footer .external {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#footer .external a {
  margin: 10px;
}
#footer .copy {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 10px;
}
.navegadores-body {
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-weight: lighter;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  background-image: none !important;
  background-color: #ffffff;
}
.navegadores-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.navegadores-title {
  padding-top: 35px;
  font-family: Helvetica, Arial;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.navegadores {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.navegadores li {
  float: left;
}
.navegador {
  text-align: center;
}
.navegadores-movil {
  padding-top: 20px;
}
#signin .o-bien {
  color: #d0cab3;
  padding-top: 10px;
}
#error {
  background-color: #f9e2e2 !important;
}
#error h1 {
  color: #d9534f;
}
#error h1 .sub {
  border-color: #d9534f;
}
#warning {
  background-color: #fdf5e9 !important;
}
#warning h1 {
  color: #f0ad4e;
}
#warning h1 .sub {
  border-color: #f0ad4e;
}
#success {
  background-color: #d8eed8 !important;
}
#success h1 {
  color: #5cb85c;
}
#success h1 .sub {
  border-color: #5cb85c;
}
.carousel {
  width: 100%;
}
.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}
.carousel-control {
  background-image: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.carousel-caption {
  text-decoration: none;
  z-index: 10;
  height: 100%;
  left: 0;
  right: 0;
  /*text-decoration: none;
	
	z-index: 10;

	color: #fff;

	top: 40%;
	bottom: 40%;

	//text-shadow: 2px 2px 20px #fff;

	h1 {
		//font-family: "Courier New";
		font-family: "AnishaFree-Regular";
		font-size: 56px;
	}*/
}
.carousel-caption a {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel-indicators .active {
  background-color: #000;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.carousel-indicators {
  bottom: -50px !important;
}
.carousel-indicators li {
  background-color: transparent;
  margin: 0;
  margin-right: 10px !important;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  width: 10px !important;
  height: 10px !important;
}
.carousel-control .fa-angle-left {
  background-color: #000;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -17px;
  z-index: 5;
  font-size: 35px;
  text-shadow: none;
  color: #fff;
  padding-top: 17px;
  line-height: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.carousel-control .fa-angle-right {
  background-color: #000;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -17px;
  z-index: 5;
  font-size: 35px;
  text-shadow: none;
  color: #fff;
  padding-top: 17px;
  line-height: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.carousel-control .fa-angle-left:hover,
.carousel-control .fa-angle-right:hover {
  opacity: 1;
  background-color: #1a1a1a;
  color: #fff;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-2021s-0 {
  background-image: url('../../images/front-end/2021-s/LC0.jpg?v=1.1');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.carousel-2021s-1 {
  background-image: url('../../images/front-end/2021-s/LC1.jpg?v=1.1');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.carousel-2021s-2 {
  background-image: url('../../images/front-end/2021-s/LC2.jpg?v=1.1');
  background-size: cover;
  background-position: top left;
}
.carousel-2021s-3 {
  background-image: url('../../images/front-end/2021-s/LC3.jpg?v=1.1');
  background-size: cover;
  background-position: top right;
}
.carousel-2021s-4 {
  background-image: url('../../images/front-end/2021-s/LC4.jpg?v=1.1');
  background-size: cover;
  background-position: top right;
}
@media (max-width: 767px) {
  .carousel-2021s-0 {
    background-image: url('../../images/front-end/2021-s/xs-LC0.jpg?v=1.1');
    background-position: top center;
  }
  .carousel-2021s-1 {
    background-image: url('../../images/front-end/2021-s/xs-LC1.jpg?v=1.1');
    background-position: top center;
  }
  .carousel-2021s-2 {
    background-image: url('../../images/front-end/2021-s/xs-LC2.jpg?v=1.1');
    background-position: top center;
  }
  .carousel-2021s-3 {
    background-image: url('../../images/front-end/2021-s/xs-LC3.jpg?v=1.1');
    background-position: top center;
  }
  .carousel-2021s-4 {
    background-image: url('../../images/front-end/2021-s/xs-LC4.jpg?v=1.1');
    background-position: top center;
  }
}
#contact .btn {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 50px;
  padding: 0px;
  padding-top: 3px;
  padding-left: 1px;
  z-index: 1000;
  border-width: 1px;
  border-style: solid;
  border-color: #65cf72;
  border-radius: 50%;
  background: linear-gradient(to bottom left, #65cf72 0%, #3ec34e 48%, #319d3e 100%);
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  -webkit-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  -moz-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
}
#contact .btn:hover {
  background: linear-gradient(to bottom left, #3ec34e 0%, #319d3e 48%, #25762f 100%);
  text-decoration: none;
}
#entrega .radio,
#entrega .checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}
#entrega .radio input,
#entrega .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
#entrega .radio input:checked + label::before,
#entrega .checkbox input:checked + label::before {
  border-color: #244b98;
}
#entrega .radio input:checked + label::after,
#entrega .checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 3px;
  top: 5px;
  margin-left: -20px;
  border: 1px solid #244b98;
  border-radius: 50%;
  background-color: #244b98;
}
#entrega .radio label,
#entrega .checkbox label {
  display: inline-block;
  position: relative;
  padding-top: 8px;
  padding-left: 30px;
}
#entrega .radio label::before,
#entrega .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
#entrega .radio.disabled label,
#entrega .checkbox.disabled label {
  color: #ccc;
}
#entrega .radio.disabled label::before,
#entrega .checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
#entrega .checkbox input:checked + label::before {
  border-color: #244b98;
  background-color: #244b98;
}
#entrega .checkbox input:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  left: 3px;
  top: 0px;
  border-color: transparent;
  background-color: transparent;
}
#entrega .checkbox label::before {
  border-radius: 2px;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.chosen-default {
  color: #244b98 !important;
}
.chosen-container-single .chosen-single {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #244b98;
  border-radius: 4px;
  color: #244b98;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.chosen-container-single .chosen-single div b {
  background-image: url('../../ui/scripts/chosen/img/chosen-sprite-black@2x.png');
  background-position: 0 12px;
}
.chosen-container-single .chosen-search input {
  background-image: url('../../ui/scripts/chosen/img/chosen-sprite-black@2x.png');
}
.chosen-container-single .chosen-results {
  color: #000000;
  font-size: 16px;
}
.chosen-container-single .chosen-results li.highlighted {
  background-color: #244b98;
}
.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-color: #244b98;
  border-top-color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 13px;
}
.alert-warning {
  background-color: #fefbf7;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.alert-success {
  background-color: #f5fbf5;
  border-color: #5cb85c;
  color: #5cb85c;
}
.alert-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
  color: #d9534f;
}
.alert-info {
  background-color: #f4fbfd;
  border-color: #5bc0de;
  color: #5bc0de;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 453px;
  color: #444242;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 603px;
  }
}
hr {
  border-color: #e4e0d2;
}
h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
}
h1 .sub {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #244b98;
}
h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
h1 {
  margin-bottom: 60px;
}
a {
  color: #244b98;
}
textarea {
  font-size: 18px !important;
}
input,
textarea,
.input-group-addon {
  border-color: #244b98 !important;
}
.input-group-addon {
  background-color: #deebff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f7f6f2;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f7f6f2;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f6f2;
}
.table-hover > tbody > tr:hover {
  background-color: #f8faff;
}
.swiper-pagination-bullet {
  background-color: #a99f74 !important;
  width: 20px !important;
  height: 3px !important;
  border-radius: 2px !important;
}
.swiper-pagination-bullet-active {
  background-color: #244b98 !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #244b98 !important;
}
.alert {
  font-weight: 300;
}
.well {
  border: 0;
  background-color: #f7f6f2;
  color: #524b32;
}
.breadcrumb {
  background-color: #f7f6f2;
  color: #524b32;
  border-radius: 24px;
  padding-left: 20px;
}
.breadcrumb .active {
  color: #524b32;
}
.breadcrumb .badge {
  background-color: #524b32;
}
.breadcrumb > li + li:before {
  color: #bdb493;
}
.btn-group .btn {
  border-radius: 0;
}
.panel .panel-heading {
  text-align: center;
  background-color: #f7f6f2;
  color: #524b32;
}
.panel .panel-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.panel a.pull-right {
  color: #3399ff;
}
.panel-config {
  margin-top: 20px !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container-principal {
  padding-top: 90px;
  padding-bottom: 60px;
}
.container-principal-alt {
  padding-top: 60px !important;
}
.container-datos {
  padding-bottom: 60px;
}
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ds-flecha {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1000;
  color: #244b98;
  font-size: 24px;
  text-align: center;
}
#principal h1 {
  font-size: 20px;
  color: #000000;
}
#principal a {
  width: 150px;
}
.ver-mas {
  text-align: center;
  height: 200px;
}
.ver-mas a {
  width: 150px;
}
#contacto ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#contacto ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq-answer {
    border: 0px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .faq-answer {
    border: 0px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .faq-answer {
    border-left-color: #dddddd;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (min-width: 1200px) {
  .faq-answer {
    border-left-color: #dddddd;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.atencion-cliente {
  font-weight: 300;
}
.modal-content {
  border-radius: 0px !important;
}
#contacto .fa-instagram,
#contacto .fa-whatsapp {
  font-size: 21px;
}
#contacto i {
  width: 25px;
  color: #244b98;
}
#contacto a {
  color: #244b98;
}
#contacto a:hover {
  color: #102246;
  text-decoration: none;
}
#contacto .social a {
  padding: 20px;
}
#contacto .local-map {
  width: 100%;
  height: 300px;
}
#contacto hr {
  border-top: 3px solid #244b98;
  margin-left: 0px;
  width: 20px;
}
#servicio-tecnico .banner,
#representaciones .banner,
#nosotros .banner,
#contacto .banner,
#terminos-condiciones .banner {
  width: 100%;
  height: 300px;
  background-position: center;
}
#servicio-tecnico .banner {
  background-image: url('../../images/front-end/secciones/servicio-tecnico.webp');
}
#servicio-tecnico .servicio {
  padding-left: 10px;
  padding-right: 10px;
}
#servicio-tecnico .servicio i {
  color: #244b98;
}
#servicio-tecnico .servicio h2 {
  color: #244b98;
  margin-bottom: 40px;
}
#nosotros .banner {
  background-image: url('../../images/front-end/secciones/nosotros.jpg');
}
#nosotros .nosotros {
  padding-left: 10px;
  padding-right: 10px;
}
#nosotros .nosotros i {
  color: #244b98;
}
#nosotros .nosotros h2 {
  color: #244b98;
  margin-bottom: 40px;
}
#representaciones .banner {
  background-image: url('../../images/front-end/secciones/representaciones.webp');
}
#terminos-condiciones .banner {
  background-image: url('../../images/front-end/secciones/terminos-condiciones.webp');
}
.search-suggested {
  display: inline-block;
  background-color: #5086ec;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  border-style: solid;
  border-color: #2266e7;
  border-width: 1px;
  color: #fff;
  margin: 8px;
  font-size: 14px;
}
.search-suggested:hover {
  text-decoration: none;
  background-color: #2266e7;
  color: #fff;
}
.modal-loading-body {
  color: #244b98;
}
.detail {
  font-size: 12px;
}
.canal-web {
  color: #e80074;
}
.canal-offline {
  color: #805300;
}
.canal-ios {
  color: #0c70b5;
}
.ios {
  color: #4eaff3;
}
.canal-android {
  color: #2b9e49;
}
.order-total-label {
  padding-right: 10px;
  padding-bottom: 10px;
}
.order-total-input {
  padding-bottom: 10px;
}
.modal-popup .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #deebff;
  border-radius: 26px !important;
}
.modal-popup .modal-header {
  border: 0;
}
.modal-popup .modal-title {
  text-align: center;
  color: #244b98;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
}
.modal-popup .modal-title .sub {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #244b98;
}
.modal-popup .modal-body {
  text-align: center;
}
.modal-popup .modal-body .fa-exclamation-triangle {
  color: #244b98;
}
.modal-popup .modal-footer {
  border-top-color: #deebff;
  text-align: center;
}
.spinner-msz {
  --size-of-spinner: 80px;
  --spinner-border-width: 4px;
  --spinner-color: #244b98;
  --circle-color: rgba(36, 75, 152, 0.4);
  --speed-of-animation: 2s;
  --scale: 1.3;
  width: var(--size-of-spinner);
  height: var(--size-of-spinner);
  background: var(--circle-color);
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-top: 20px;
}
.spinner-msz::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  inset: 0;
  border: var(--spinner-border-width) solid var(--spinner-color);
  border-left-color: transparent;
  border-right-color: transparent;
  animation: spinny var(--speed-of-animation) linear infinite;
}
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(var(--scale));
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/*# sourceMappingURL=style.css.map */