.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-size: 1.22em;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-default,
.navbar-default .navbar-nav .open .dropdown-menu {
  /*background-color: #f2e9e4;*/
  background-color: transparent;
}
.navbar-default {
  border: none;
  margin-top: 0px;
}
.navbar-default .container-fluid {
  padding: 0px;
}
.navbar-default .navbar-collapse {
  padding: 0px;
}
.navbar-default .navbar-collapse.in {
  border: 1px solid #666666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0px 15px 0px 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: #f2e9e4;
}
.navbar-default .navbar-toggle {
  height: 30px;
  width: 42px;
  padding: 0px 0px 0px 9px;
  margin-right: 25px;
  border-color: #999999;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color: #f2e9e4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b90449;
}
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #660033;
}
.navbar-default .navbar-nav > li > .dropdown-toggle {
  cursor: pointer;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  border-color: #666666;
  -webkit-border-radius: 4px;
  padding: 0px 0px 0px 0px;
  background-color: #f2e9e4;
}
.navbar-default .navbar-nav .open .dropdown-menu .divider {
  background-color: #999999;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #b90449;
  font-weight: bold;
}
.navbar-default .navbar-nav .open > a {
  color: #660033;
  background-color: #f2e9e4;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e53d7b;
}
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #e53d7b;
  background-color: #f2e9e4;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #660033;
  background-color: #f2e9e4;
}
.navbar-default .navbar-nav .open .active > a {
  color: #e53d7b;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e53d7b;
  background-color: #f2e9e4;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #e53d7b;
}
.navbar-default .navbar-nav {
  float: left;
}
.form-control {
  color: #000000;
}
.btn.btn-primary {
  background-color: #d74499;
  border-color: #d74499;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn-primary:hover {
  background-color: #bb3377;
  border-color: #bb3377;
  color: #ffffff;
  font-weight: bold;
}
.btn.btn-primary:active {
  background-color: #bb3377;
  border-color: #bb3377;
  color: #ffffff;
  font-weight: bold;
}
.escondido {
  visibility: hidden !important;
  display: none !important;
  position: absolute !important;
}
.cursorpointer {
  cursor: pointer;
}
.width_100 {
  width: 100%;
}
.width_max_100 {
  max-width: 100%;
}
body {
  font-family: sans-serif, Arial, Tahoma, Verdana;
  background: #fcfcfc;
}
.nowrap,
.nowrap * {
  white-space: nowrap;
}

.container.grande,
div.container.grande {
  width: 100%;
  max-width: 1600px;
}
.container.max,
div.container.max {
  width: 100%;
  max-width: 100%;
}

.container,
div.container {
  width: 100%;
  max-width: 1400px;
}
.container.header,
div.container.header,
.container.banner,
div.container.banner,
.container.content,
div.container.content,
.container.pie_pagina
div.container.pie_pagina {
  width: 100%;
}
.container.content,
div.container.content {
  padding-left: 0px;
  padding-right: 0px;
}
.encabezado,
div.encabezado,
.pie_pagina,
div.pie_pagina {
  width: 100%;
  padding: 0px;
  color: #ffffff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top;
  border: none;
}
.menu,
div.menu {
  background-color: transparent;
}
@media (max-width: 767px) {
  .container.header,
  div.container.header {
    position: relative;
    max-width: 741px;
    padding-top: 44.8%;
  }
  .container.pie_pagina,
  div.container.pie_pagina {
    position: relative;
    max-width: 741px;
    padding-top: 4.6%;
    margin-top: 3%;
    margin-bottom: 24px;
  }
  .container.banner,
  div.container.banner,
  .container.content,
  div.container.content,
  .container.pie_pagina,
  div.container.pie_pagina {
    max-width: 741px;
  }
  .encabezado {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('imagenes/encabezado_xs.jpg');
    background-size: contain;
  }
  .pie_pagina_fondo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('imagenes/pie_xs.jpg');
    background-size: contain;
  }
  div.menu {
    position: relative;
    z-index: 30;
    height: 100%;
    width: 100%;
    padding: 5px 5px 0px 0px;
    margin: auto;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 0.9em;
  }
  .row.content,
  div.row.content {
    padding: 10px 30px 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.header,
  div.container.header {
    max-width: 900px;
    margin-bottom: -32px;
  }
  .container.pie_pagina,
  div.container.pie_pagina {
    margin-top: 28px;
    margin-bottom: 30px;;
  }
  .container.banner,
  div.container.banner,
  .container.content,
  div.container.content,
  .container.pie_pagina,
  div.container.pie_pagina {
    width: 741px;
  }
  .encabezado {
    height: 367px;
    background-image: url('imagenes/encabezado_sm.jpg');
  }
  .pie_pagina_fondo {
    height: 34px;
    background-image: url('imagenes/pie_sm.jpg');
  }
  div.menu {
    height: 367px;
    width: 741px;
    padding: 243px 5px 0px 0px;
    margin: auto;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 0.83em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container.header,
  div.container.header {
    max-width: 1130px;
    margin-bottom: -39px;
  }
  .container.pie_pagina,
  div.container.pie_pagina {
    margin-top: 33px;
    margin-bottom: 35px;;
  }
  .container.banner,
  div.container.banner,
  .container.content,
  div.container.content,
  .container.pie_pagina,
  div.container.pie_pagina {
    width: 929px;
  }
  .encabezado {
    height: 460px;
    background-image: url('imagenes/encabezado_md.jpg');
  }
  .pie_pagina_fondo {
    height: 43px;
    background-image: url('imagenes/pie_md.jpg');
  }
  div.menu {
    height: 460px;;
    width: 929px;
    padding: 317px 10px 0px 0px;
    margin: auto;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.115em;
  }
}
@media (min-width: 1200px) {
  .container.header,
  div.container.header {
    max-width: 1375px;
    margin-bottom: -51px;
  }
  .container.pie_pagina,
  div.container.pie_pagina {
    margin-top: 40px;
    margin-bottom: 40px;;
  }
  .container.banner,
  div.container.banner,
  .container.content,
  div.container.content,
  .container.pie_pagina,
  div.container.pie_pagina {
    width: 1130px;
  }
  .encabezado {
    height: 560px;
    background-image: url('imagenes/encabezado_lg.jpg');
  }
  .pie_pagina_fondo {
    height: 52px;
    background-image: url('imagenes/pie_lg.jpg');
  }
  .menu,
  div.menu {
    height: 560px;;
    width: 1130px;
    padding: 380px 20px 0px 0px;
    margin: auto;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.3em;
  }
}

h1 {
  margin: 0;
  text-align: center;
  height: 50px;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.7em;
    padding: 13px 0px 0px 0px;
  }
  h2 {
    font-size: 1.55em;
  }
  h3 {
    font-size: 1.3em;
  }
  img.logo {
    margin-right: -100px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  h1 {
    font-size: 1.9em;
    padding: 10px 0px 0px 0px;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  img.logo {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2em;
    padding: 8px 0px 0px 0px;
  }
  h2 {
    font-size: 1.85em;
  }
  h3 {
    font-size: 1.6em;
  }
  img.logo {
    margin-right: -10px;
  }
}
.carousel.slide {
  /*border-top: 1px solid #006dea;*/
  border-bottom: 1px solid #006dea;
}
.carousel-control {
  background-image: none !important;
  background-color: transparent;
  filter: none !important;
  opacity: 1;
  margin-top: -8px !important;
}
.carousel-control span {
  color: #ffffff;
  font-size: 30px !important;
}
.carousel-indicators {
  margin-bottom: -12px;
}
.carousel-indicators li {
  border: 1px solid #ffffff;
}
.carousel-indicators li.active {
  background-color: #ffffff;
}
.carousel .carousel-inner .item {
  padding-top: 25%;
}
.carousel .carousel-inner .item img,
.carousel img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sin_padding {
  padding: 0px;
}
.sin_margin {
  margin: 0px;
}
.sin_margin_top {
  margin-top: 0px;
}
.sin_margin_bottom {
  margin-bottom: 0px;
}
.campo_opcional {
  font-weight: normal;
}
.input-fallado {
  background-color: #ffdddd;
}
h1 {
  color: #bb3377;
}
h2 {
  color: #d74499;
}
h3 {
  color: #d74499;
}
h4,
h5,
h6 {
  color: #d74499;
}
.h_pagina {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
}
hr {
  border-top: 1px solid #999999;
}
.texto_alerta {
  font-size: 1.5em;
  font-weight: normal;
}
.celdacanales a {
}
.celdacanales .direccion {
  margin-bottom: 15px;
  margin-left: 1px;
}
.tel_celda {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tel_celda,
  .celdacanales .direccion {
    padding-left: 42px;
    padding-right: 42px;
  }
  .contacto .tel_celda,
  .contacto .celdacanales .direccion {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.data_fiscal {
  max-width: 60px;
  width: 100%;
  border: none;
}
.lista1 {
  padding-left: 2em;
}
.lista1 li {
  padding-bottom: 0.2em;
}
a:link,
a:visited {
  color: #550077;
  text-decoration: none;
}
a:hover,
a:active {
  color: #dd0077;
  text-decoration: none;
}
.titulo_nota_inicio h2,
.titulo_nota_quienes_somos h2,
.titulo_nota_rubro h2 {
  text-align: center;
  margin-bottom: 18px;
}
.iconotelefono {
  height: 35px;
  vertical-align: center;
  margin: -5px 13px 0px -2px;
}
.precio_venta {
  text-align: center;
}
.precio_venta big {
  font-weight: bold;
}
.precio_venta button {
  margin-top: -8px;
  margin-left: 10px;
}
.precio_anterior {
  text-decoration: line-through !important;
}
.texto_descuento {
  text-align: center;
}
.finder-activator {
  height: 26px;
  width: 26px;
  position: absolute;
  right: 12px;
  padding: 3px 0px 0px 2px;
}
.finder {
  position: fixed;
  top: -50px;
  left: 50%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 34px;
  background: #fff;
  font-size: 18px;
  padding: 1px;
  transition: top 0.15s ease-out;
}
.texto_nota_inicio {
  color: #b90449
}
.texto_nota_inicio img,
.texto_nota_quienes_somos img {
  width: 100%;
}
@media (max-width: 480px) {
  .finder {
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }
  .texto_nota_inicio p,
  .texto_nota_quienes_somos p {
    font-size: 1.1em;
    padding-bottom: 0.3em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .finder {
    width: 480px;
    margin-left: -240px;
  }
  .texto_nota_inicio p,
  .texto_nota_quienes_somos p {
    font-size: 1.3em;
    padding-bottom: 0.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .finder {
    width: 640px;
    margin-left: -320px;
  }
  .texto_nota_inicio p,
  .texto_nota_quienes_somos p {
    font-size: 1.1em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .finder {
    width: 800px;
    margin-left: -400px;
  }
  .texto_nota_inicio p,
  .texto_nota_quienes_somos p {
    font-size: 1.3em;
    padding-bottom: 0.9em;
  }
}
@media (min-width: 1200px) {
  .finder {
    width: 900px;
    margin-left: -450px;
  }
  .texto_nota_inicio p,
  .texto_nota_quienes_somos p {
    font-size: 1.4em;
    padding-bottom: 1.3em;
  }
}
.finder.active {
  top: 1px;
}
.finder-input {
  flex-grow: 1;
  width: 0;
  height: 30px;
  border: none;
  padding: 8px;
  outline: none !important;
}
.finder-activator,
.finder,
.btn-finder {
  border: 1px solid #999999;
}
.finder-activator:focus,
.btn-finder:focus {
  background-color: #ffffff;
}
.finder-activator:hover,
.btn-finder:hover {
  background-color: #eaf4ff;
}
.finder-input.not-found {
  color: #e7353f;
}
.finder-input,
.btn-finder:not(:last-child) {
  margin-right: 10px;
}
.finder-count {
  display: none;
}
.finder-highlight {
  background: #ff8;
}
.finder-highlight.active {
  background: #ffd71b;
}
.celdacanales.contacto .tel_celda img {
  height: 30px;
  margin-right: 10px;
}
div.googlemap {
  position: relative;
  width: 100%;
  padding-top: 90%;
  margin-top: 1em;
}
div.googlemap div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0px 14px 0px 17px;
}
@media (max-width: 767px) {
  div.googlemap div {
    padding: 0px 1px 0px 2px;
  }
}

.a_tarjeta:link,
.a_tarjeta:visited,
.a_tarjeta:hover,
.a_tarjeta:active {
  text-decoration: none;
}
.tarjeta {
  margin-top: 15px;
  border: 1px solid #999999;
}
.tarjeta:hover {
  border: 1px solid #666666;
}
@media (min-width: 768px) {
  .tarjeta {
    height: 180px;
    overflow: hidden;
  }
}

.tarjeta .tarjeta-heading {
  padding: 6px 3px 6px 3px;
}
.tarjeta .tarjeta-heading h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}
.tarjeta .tarjeta-heading h2 div {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  margin-top: -6px;
}
.tarjeta .tarjeta-body {
  text-align: justify;
  padding: 0px 6px 0px 6px;
}

div.nota_rubro img {
  width: 100%;
}
div.nota_rubro_col2 {
  margin-bottom: 4em;;
}

div.producto {
  overflow: hidden;
  text-align: center;
}
div.producto h1,
div.producto h2,
div.producto h3,
div.producto h4,
div.producto h5 {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
div.producto-foto {
  position: relative;
  padding-top: 0;
  margin-bottom: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
div.producto-foto-trans {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 350px) {
  div.producto {
    margin-bottom: 2em;
  }
  div.producto-foto {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 351px) and (max-width: 550px) {
  div.producto {
    margin-bottom: 3em;
  }
  div.producto-foto {
    width: 95%;
    margin: auto;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  div.producto {
    margin-bottom: 3em;
  }
  div.producto-foto {
    width: 85%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  div.producto-foto-trans {
    position: absolute;
    top: 0;
    left:0;
  }
}
div.producto-body {
  padding-top: 10px;
}

