*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}
*::placeholder {
  padding-left: 4px;
}
/*******TIPOGRAFIA*******/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.montserrat-<uniquifier > {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --color-primary: #576601;
  --color-secondary: #91aa02;
  --color-dark: #352d2c;
  --color-light: #fefefe;
  --color-text: #171717;
  --color-border: #e0e0e0;
  --color-highlight: #fff9c4;
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 4px 15px rgba(0, 0, 0, 0.1);
  --border-radius: 8px;
}

/*******FIN TIPOGRAFIA*******/
body {
  /*******COLORES*******/
  --color-marca1: #dae57e;
  --color-marca2: #cddc00;
  --color-marca3: #352d2c;
  --color-marca4: #b3d200;
  --color-marca5: #deeb9f;
  --color-marca6: #9aa262;
  --color-marca7: #98b201;
  --color-marca8: #4eb302;
  --color-marca9: #b38f02;
  --color-marca10: #b3a502;
  --color-marca11: #f1f1f1;
  --color-marca12: #000000;
  --color-marca13: #576601;
  --color-marca14: #91aa02;
  --bg: #fefefe;
  --txt: #171717;
  /*******FIN COLORES*******/
  /*******TIPOGRAFIA VARIABLE*******/
  --font: "Montserrat", sans-serif;
  /*******FIN TIPOGRAFIA VARIABLE*******/
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font);
  padding-top: 170px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-marca2);
  font-family: var(--font);
}
h6 {
  border-bottom: none;
}
h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
  border: 0px;
  font-size: 20px;
  text-align: left;
  letter-spacing: normal;
}
ul {
  margin-left: 0;
}
body.ofertas {
  padding-top: 125px;
}
/*******BARRA DEMO*******/
div#barraDemo {
display: none;
}

/*******FIN BARRA DEMO*******/
/*******CUCARDAS*******/
.promotion {
  position: absolute;
  z-index: 8;
  bottom: 10px;
  left: 10px;
  top: auto;
  height: 24px;
  width: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 18px;
}

.promotion span.descuento,
.promotion span.etiq3-prod,
.promotion span.etiq4-prod,
.promotion .discount,
.promotion .new-product,
.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6p;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 11px;
}
.promotion .new-product,
.promotion .discount {
  height: auto;
  float: none;
  display: initial;
}
.promotion .new-product {
  color: var(--color-marca3);
  background: var(--color-marca7) !important;
}
.promotion .discount {
  background: var(--color-marca1);
  color: var(--color-marca3);
}
.promotion span.descuento {
  color: var(--color-marca7);
  background-color: var(--color-marca8);
}

.promotion span.etiq3-prod {
  background: var(--color-marca6);
  color: var(--color-marca3);
}
.promotion span.etiq4-prod {
  background: var(--color-marca10);
  color: var(--color-marca3);
}
.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
  display: inline;
  width: initial;
  position: static;
  margin: 5px 0;
  background: var(--color-marca9);
  color: var(--color-marca3);
}
.promotion span.envio_gratis i,
.promotion span.envio_gratis_todos i {
  margin-right: 5px;
}
body.productos .promotion {
  left: 0;
}
body.productos .promotion span.descuento,
body.productos .promotion span.etiq3-prod,
body.productos .promotion span.etiq4-prod,
body.productos .promotion .discount,
body.productos .promotion .new-product,
body.productos .promotion span.envio_gratis,
body.productos .promotion span.envio_gratis_todos {
  padding: 5px;
  font-size: 10px;
}

div#detalle .promotion {
  top: 20px;
  bottom: auto;
}

div#detalle .promotion span.descuento,
div#detalle .promotion span.etiq3-prod,
div#detalle .promotion span.etiq4-prod,
div#detalle .promotion .discount,
div#detalle .promotion .new-product,
div#detalle .promotion span.envio_gratis,
div#detalle .promotion span.envio_gratis_todos {
  font-size: 13px;
}
/*******FIN CUCARDAS*******/
/*******TOP-BAR*******/
header#header {
  z-index: 100;
}
.top-bar {
  background: var(--txt);
  border: none;
  height: 45px;
}
/*////BUSCADOR////*/
.top-bar .search {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 99;
}
.top-bar .search-fixed {
  position: fixed;
  top: 20px;
  right: 25%;
}
.top-bar .search input.search-form {
  border: 1px solid #ddd;
  border-radius: 7px;
}
.top-bar .search {
    display: none;
}
.top-bar .search div#autocompletar {
  width: initial;
}
.top-bar .search input.search-form,
.top-bar .search input.search-form:hover,
.top-bar .search input.search-form:focus {
  width: 300px;
}
/*////FIN BUSCADOR////*/
/*////SOCIAL-REDES////*/
.fa-twitter:before {
  content: "\e61b" !important;
}
/*////FIN SOCIAL-REDES////*/
ul#menutop {
  margin-bottom: 0;
}
ul#menutop li {
  display: none;
}
ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
  display: initial;
}
ul#menutop li a,
ul.social-share li a {
  color: var(--color-marca4);
}
ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--color-marca2);
}
#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 18px;
  display: none;
}
a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 18px;
}
.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 18px;
}
#login_sup:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 18px;
}
.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 18px;
}
.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 18px;
}
/*////COTIZACION TOP-BAR Y MENU////*/
.top-bar .cotizacion {
  float: left;
  padding: 3px 10px;
  color: var(--color-marca7);
  background-color: rgb(202 225 248);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 2px;
}

.top-bar .cotizacion span.leyenda_cotizacion,
.caja_func_sup .cotizacion span.leyenda_cotizacion {
  margin-right: 5px;
  font-weight: 400;
}
.caja_func_sup .cotizacion {
  text-align: right;
  color: var(--color-marca7);
  font-weight: 700;
  line-height: normal;
}
/*////FIN COTIZACION TOP-BAR Y MENU////*/
/*******FIN TOP-BAR*******/
/*******MENU*******/

.navbar-header {
  padding-top: 0;
}
.navbar-default {
  box-shadow: none;
}
nav#navbar-sidebar {
  background: var(--color-marca3);
}
.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  color: var(--txt);
  cursor: pointer;
  font-family: var(--font);
  letter-spacing: 0.3px;
}
.navbar-default .navbar-nav > li > a span {
  /* background: var(--color-marca4); */
  background: var(--txt);
  color: var(--bg);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a span:hover {
  color: var(--txt);
  background: var(--color-marca1);
}
.navbar-default .navbar-nav > li > a span.caret {
  background: no-repeat;
  padding: 0;
  border-radius: 0px;
}
.dropdown-menu {
  /* background: var(--color-marca3); */
  background: var(--txt);
  border-radius: 5px !important;
  box-shadow: 0 0 5px var(--color-marca12);
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: var(--color-marca11);
  /* color: var(--color-marca2); */
  /* border-left: 4px solid var(--color-marca3); */
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  /* background: var(--color-marca3); */
  background: var(--txt);
  color: var(--color-marca2);
  /* border-left: 4px solid var(--color-marca1); */
}
.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  color: var(--color-marca7);
}

.navbar-nav.sm-collapsible .caret:before {
  font-size: 20px !important;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 0px !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: var(--color-marca7);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: var(--color-marca11) !important;
}
/*////LOGIN Y CARRITO MENU////*/
.caja_func_sup {
  margin-top: 13px;
}
.caja_func_sup,
.caja_func_sup a {
  color: var(--color-marca2);
}
.caja_func_sup span#nombre_usuario {
  display: none;
}
.caja_func_sup.estaLogueado span#nombre_usuario {
  display: initial;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
span#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}
div#carrito_top {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
#cantidad_carrito.badge {
  background: var(--color-marca2);
}
/*////FIN LOGIN Y CARRITO MENU////*/
.socialIcon.pull-right {
  display: none;
}
nav#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical li a:hover {
  color: var(--color-marca2);
}
div#datos_pedido .provincia {
  clear: both;
}
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}
form#registro_form .form-group.col-md-8.has-feedback {
  clear: both;
}
.navbar-lateral .ley_cate_lateral_xs {
  font-family: var(--font);
  padding: 20px 15px;
  display: block;
  padding-bottom: 10px;
  color: var(--color-marca2);
}
.menu-info {
  position: relative;
  width: auto;
  background: var(--bg);
  left: 30px;
  top: 95%;
  padding-left: 5%;
}

.navbar-default .navbar-nav .dropdown-menu a:after,
nav#navbar-sidebar .navbar-nav > li a:after {
  display: none;
}
/*******FIN MENU*******/
i.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f16d";
}
div.boton_arrepentimiento {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
ul.subcate {
  padding-left: 0px;
}
ul.subcate li {
  display: inline-block;
  padding: 10px 0;
}
ul.subcate li {
  float: left;
  padding: 0px;
  margin: 5px;
  overflow: hidden;
}
ul.subcate li a {
  font-weight: 400;
  font-size: 15px;
}
ul.subcate li:after {
  content: "/";
  color: var(--color-marca1);
  font-size: 18px;
  font-weight: 700;
  margin: 10px;
}

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -55px;
  left: 28%;
}

.btn-buscartop {
  background: transparent;
}

ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 15px;
  border-top: none;
  box-shadow: var(--box-shadow);
  --box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  --box-shadow-over: 0 0 16px rgba(0, 0, 0, 0.14);
  box-shadow: none;
}

.navbar-fixed-top ul#nav {
  margin-top: 5px;
}
.slick-next:before {
  content: "\f054";
}

.slick-prev:before {
  content: "\f053";
}

.slick-prev:before,
.slick-next:before {
  color: transparent;
}

.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover
  .slick-prev:before,
.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover
  .slick-next:before {
  color: var(--color-marca3);
}
div#slides_ofertas_t .slick-slide img {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
.content_marcas .verprod {
  background: var(--color-marca1);
  display: block;
  color: var(--color-marca3);
}

.content_marcas .verprod a {
  color: var(--color-marca2);
  padding: 5px 10px;
  display: block;
}
a.btn.btn-primary.btn-whatsapp {
  padding: 8px 20px;
  font-size: 13px;
}
a.btn.btn-primary.btn-whatsapp i {
  margin-right: 5px;
}
body.detalle div#detalle a.btn.btn-primary.btn-whatsapp {
  padding: 12px 35px;
  font-size: 14px;
}
/***** DETALLE DE CONTENIDO *****/
div#detalle .post-lead-image img {
    float: left;
    margin-right: 20px;
    max-width: 600px;
    margin: 20px 0 !important;
}

div#detalle {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 0;
}
/***** HOME *****/
.ofertas .container.general,
.navbar-default .container,
.container.menu_pie,
body.productos .container.general,
.top-bar .container {
  width: 90%;
  margin: 0 auto;
}

.container.datos-footer {
  width: 90%;
}
.ofertas .container.general {
  margin-top: 0;
}
.container.general {
  margin-top: 3%;
}
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}
.style2 .title-sol span,
.title-sol.style2 span {
  font-family: var(--font);
  color: var(--color-marca4);
  display: initial;
  padding: 0;
}
.product:hover {
  background: var(--color-marca3);
}
.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--color-marca2);
}
.price-standard {
  color: var(--color-marca1);
  font-size: 90%;
}
.price-sales {
  color: var(--color-marca2);
}
.price {
  margin-bottom: 5%;
  font-weight: 700;
  font-family: var(--font);
}
.spot_ofertas_sup a {
  float: left;
  max-width: 50%;
}

.spot_ofertas_sup a:nth-child(1) {
  padding-right: 5px;
}

.spot_ofertas_sup a:nth-child(2) {
  padding-left: 5px;
}

.spot_ofertas_sup {
  padding: 0;
}
.spot_ofertas_sup a img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
p.iva {
  background: #f0f0f0;
}
.spot_ofertas_inf .img-responsive {
  float: left;
  width: 33.33333333%;
  border: 4px solid var(--color-marca3);
}
.datos-footer {
  padding: 1% 0;
}
.datos-footer h1,
.datos-footer .footer-top h4 {
  font-size: 16px;
  color: #444;
}
.datos-footer h2 {
  font-family: "Fredoka One", cursive;
  font-size: 33px;
  color: #ff1300;
}
.datos-footer .redes li a {
  font-size: 28px;
  color: #ff1300;
  margin-right: 5px;
}
.datos-footer h2 a {
  color: #ff1300;
}
.datos-footer li {
  padding: 5px 0;
}
.datos-footer .redes li {
  display: inline-block;
}
.datos-footer2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.datos-footer2 {
  background: #f1f1f1;
  padding: 20px 0;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
}
.datos-footer .footer-top {
  border-bottom: 1px solid rgb(218 218 218 / 35%);
  padding: 20px 15px;
  padding-top: 0px;
}
.datos-footer .footer-top .pie2 {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.datos-footer .footer-top hr {
  width: 30px;
  margin: 15px 0;
}
.datos-footer .footer-top h3,
.datos-footer .footer-top p {
  margin: 0;
}
.datos-footer .footer-top h3,
.datos-footer h1,
.datos-footer .footer-top h4 {
  color: var(--color-marca14);
}
.datos-footer .footer-top .col-md-3 {
  text-align: left;
}
.datos-footer .redes-sociales a {
  padding: 8px 12px;
  /* background: var(--color-marca4); */
  /* color: var(--color-marca3); */
  background: var(--color-marca14);
  color: var(--bg);
  border-radius: 50%;
  font-size: 17px;
  margin-right: 5px;
  width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 24px;
}

.datos-footer .redes-sociales a:hover {
  background: var(--color-marca5);
  color: var(--color-marca3);
}
.datos-footer ul.list-inline.redes-sociales {
  margin-left: 10px;
  margin-top: 10px;
}
p.datos_pie {
  margin-top: 30px;
}
/***** PROYECTOR DE SCROLL *****/
.scroll_inf,
.scroll_sup {
  width: 90%;
  padding: 10px 0;
}

.scroll_inf.container .row,
.scroll_sup.container .row {
  margin: 0;
}

.scroll_inf.container .slick-slide img,
.scroll_sup.container .slick-slide img {
  padding: 0 15px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}

.scroll_inf.container .slick-slide img:hover,
.scroll_sup.container .slick-slide img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.scroll_inf.container .control,
.scroll_sup.container .control {
  display: block;
}

.scroll_inf.container .control,
.scroll_sup.container .control {
  position: relative;
  display: block;
}

.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#nextBrand {
  right: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_sup.container .control a#prevBrand {
  left: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#prevBrand,
.scroll_sup.container .control a#nextBrand {
  position: absolute;
  top: 20px;
}

.scroll_inf.container
  ul.no-margin.brand-carousel.slick-initialized.slick-slider,
.scroll_sup.container
  ul.no-margin.brand-carousel.slick-initialized.slick-slider {
  margin: 0 30px;
}
/***** FIN PROYECTOR DE SCROLL *****/
.product-title {
  font-size: 20px;
  color: #4f4f4f;
}
.financiacion {
  color: #333;
  margin: 10px 0;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--font);
}
.financiacion span.cuotas {
  font-weight: 700;
}
.detalle .detalle_producto .financiacion {
  font-size: 14px;
}
.favButton {
  color: var(--color-marca2);
}
.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}
.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca1);
}
.favButton.favDetalle:hover,
.favButton.activo {
  color: var(--color-marca1);
}
.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}
.avisoStockButton {
  color: var(--color-marca2);
}

span.avisoStockButton.favCaja {
  margin-top: 15px;
  margin-right: 45px;
  left: 30px;
}
.avisoStockButton.favCaja:hover,
.favButton.favCaja:hover {
  font-size: 25px;
  color: var(--color-marca1);
}
a.favoritos_top {
  float: left;
  color: var(--color-marca1);
  margin-right: 10px;
}
a.favoritos_top i.far.fa-heart {
  font-size: 20px;
  color: var(--color-marca3);
}
span#nombre_usuario strong {
  font-weight: 400;
}
input#n_ped_sel {
  margin-right: 10px;
}

.destacados {
  padding: 50px 0;
}
.destacados {
  padding: 50px 0;
}
.destacados .imagen {
  background: #f0f0f0;
  border-radius: 50%;
  height: 160px;
  margin: 0 auto;
}
.destacados .imagen img {
  width: 100px;
  margin: 0 auto;
  padding: 25px 0;
}
span.container.leyenda_slide {
  position: absolute;
}
span.container.leyenda_slide h2 {
  margin-top: 20%;
  font-size: 30px;
  color: var(--color-marca3);
  padding-left: 20%;
}
span.container.leyenda_slide h1 {
  margin-top: 10px;
  color: var(--color-marca3);
  padding-left: 20%;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 8;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  background: #000;
}

.newsletter a.btn.btn-primary.btn-arrepentimiento {
  background: var(--color-marca2);
  font-size: 13px;
}
.newsletter {
  margin-top: 20px;
}
div#divofertas {
  clear: both;
  padding: 40px 0;
}
h5.title-sol.style2.solofertas {
  clear: both;
}
.title-sol-style2,
.title-sol.style2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
footer {
  background: var(--txt);
  padding: 10px 0;
  text-align: center;
}
/***** MODO LISTA *****/
.item.list-view .product .image_lista {
  width: 16.66666667%;
}

.item.list-view .product .col-md-9.col-xs-9 {
  width: 83.33333333%;
}
.item.list-view .price {
  font-size: 20px;
  margin-bottom: 0;
}
.item.list-view .product .description {
  border-top: 0px;
  padding-top: 0px;
}
/***** FIN MODO LISTA *****/
/***** FILTROS *****/
h4.panel-title.panel-title-filtros {
  padding-right: 0px;
}
h4.panel-title.panel-title-filtros {
  background: transparent;
  padding: 12px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 20px;
  border: 1px solid var(--color-marca2);
  color: var(--color-marca2);
}
ul.fct-scroll {
  list-style-type: square;
  color: var(--color-marca1);
}
div#RangoPrecio ul.fct-scroll {
  padding: 0;
  list-style: none;
}
i.indicator.pull-right.hasPlus {
  margin-right: 10px;
  margin-top: 0px;
}
.panel-flat .panel-heading .panel-title {
  font-family: var(--font);
  text-transform: uppercase;
  font-family: var(--font);
  letter-spacing: 0.3px;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--color-marca2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.panel-flat li {
  font-family: var(--font);
  letter-spacing: 0.3px;
  font-weight: 400;
}

/***** CONTENIDOS *****/
.product h3.leyendaConStock,
.product h3.leyendaSinStock,
.product h4,
.product .price,
.product .financiacion,
small.art_cod_precios {
  padding: 0 20px;
}
.product .description {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 20px;
}
.product h4,
.product h4 a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font);
}
.product .image a img {
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
.product .image a img:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product .image {
  overflow: hidden;
}

.product {
  padding-bottom: 0px;
  padding: 0 10px;
  border: 0px;
  border: 1px solid var(--color-marca3);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}
/***** SEMAFORO *****/
.semaf_amarillo,
.semaf_rojo,
.semaf_verde {
  margin: 0 20px;
}
/***** PRECIOS *****/
.price-standard {
  color: var(--color-marca2);
  font-weight: 400;
  padding-bottom: 10px;
}
.price-sales {
  font-weight: 400;
  color: var(--color-marca7);
  font-size: 100%;
}
.price {
  margin-bottom: 5%;
  font-weight: 400;
  font-size: 120%;
  text-align: left;
}
/***** FIN PRECIOS *****/
/***** CARRITO *****/
/*////CABECERA CARRITO////*/
.orderStep li {
  padding: 8px;
  background: none;
  border-right: 1px solid #d0d0d0;
  border-bottom: 4px solid var(--color-marca4);
  min-height: auto;
  font-size: 14px;
  color: var(--color-marca2);
  font-weight: 400;
}
.orderStep li.active {
  border-bottom: 4px solid var(--color-marca1);
  background: none;
  color: var(--color-marca2);
}
.orderStep li i {
  display: none;
}
.orderStep li.active:after {
  border-top-color: var(--color-marca1) !important;
}
.orderStep li.active span b {
  background: var(--color-marca1);
  color: var(--color-marca2);
}

.orderStep li span b {
  background: var(--color-marca11);
  padding: 5px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: var(--color-marca4);
  margin-right: 5px;
}
.orderStep {
  border: 1px solid #d0d0d0;
}

.orderStep li:nth-child(3) {
  border-right: 0px;
}
/*////FIN CABECERA CARRITO////*/
/*////DETALLE DE COMPRA + CUPON////*/
.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
  width: 50px;
  max-width: 100% !important;
}
form#carrito .price {
  font-size: 13px;
  font-weight: 400;
}
.CartProduct .delete i {
  font-size: 1.5em;
}
.CartProduct .delete i:before {
  content: "\e2ae";
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-weight: 400;
}
.CartProduct .delete i,
.navbar-lateral .dropdown-menu span.caret:before {
  top: -2px;
  position: relative;
}
td.car-nombre h4 {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
.CartDescription h4 a {
  font-size: 13px !important;
  line-height: normal;
}
tr.CartProduct {
  border-bottom: 1px solid #e7e9ec;
  font-weight: 400;
}
tr.CartProduct td.hidden-xs {
  color: var(--color-marca3);
}
tr.CartProduct.cartTableHeader {
  font-size: 12.5px;
}
/*////FIN DETALLE DE COMPRA + CUPON////*/
/*////FORMA DE PAGO////*/
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}
tr.tr_total td,
td#total-price {
  font-weight: 700 !important;
}
small.forma_pago_descripcion {
  font-size: 100%;
}

small.forma_pago_descripcion span {
  line-height: 21px;
}

small.forma_pago_descripcion span a {
  margin-right: 5px;
  text-align: left;
  width: 50%;
  display: inline-block;
}

small.forma_pago_descripcion span.forma_pago_total b {
  font-size: 120%;
}

small.forma_pago_descripcion span b {
  text-align: right;
  width: 45%;
  display: inline-block;
}
.opcionesTipo img {
  height: 30px;
  margin-bottom: 10px;
}

.opcionesTipo label {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  padding-left: 25px;
}

.opcionesTipo b {
  display: block;
  font-size: 110%;
}
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}
tr.tr_total td,
td#total-price {
  font-weight: 700 !important;
}
.rightSidebar div#order-detail-content .price {
  white-space: nowrap;
  font-weight: 600;
}
.cartMiniTable tr#imi td.price,
.cartMiniTable tr#iva td.price {
  font-weight: 400;
}
tr.bg-info td#total_con_costo {
  font-weight: 700;
}
table#cart-summary tr#total td#total-price {
  font-family: var(--font);
}
table#entrega,
table#resumen {
  font-family: var(--font);
}
div#order-detail-content tr.tr_total_pagar {
  font-weight: 600;
  background: var(--color-marca11);
}

div#order-detail-content tr.tr_total_pagar td {
  font-weight: 600;
}
button#iniciarpago {
  margin-top: 20px;
}
/*////FIN FORMA DE PAGO////*/
/***** FIN CARRITO *****/
.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--color-marca3);
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.product .description {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 20px;
}
.medios-pago i {
  padding: 20px;
  font-size: 30px;
  background: var(--color-marca1);
  color: var(--color-marca3);
  border-radius: 50%;
}
body.default h1.titulo {
  text-align: center;
  font-size: 20px;
}
.medios-pago {
  margin-top: 20px;
}
.cajasnove .mas_nov a {
  color: var(--color-marca3);
}
.breadcrumb {
  background: #fff;
}
input#cantidad {
  width: 80px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.productFilter {
  border-top: 0;
}
.cart-actions {
  border-bottom: 0;
}
.stButton {
  background: #f0f0f0;
}
.stButton:after {
  color: var(--color-marca3) !important;
}
.socialIcon a {
  background: #f0f0f0 !important;
  color: var(--color-marca3) !important;
}
span.st_googleplus_large {
  display: none;
}
span.st_facebook_large:hover .stButton:after {
  color: #3b5998 !important;
}
span.st_twitter_large:hover .stButton:after {
  color: #00acee !important;
}
.detalle-form {
  background: #f5f5f5;
  border-top: 4px solid var(--color-marca1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: var(--color-marca2);
}
.nav-tabs {
  border-bottom: 3px solid var(--color-marca2);
}
.nav-tabs li a {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.modal-header-primary {
  background: var(--color-marca3);
  padding: 5px;
}
h3.leyendaConStock:before,
.product h3.leyendaConStock:before {
  color: #14d685;
}
form#reg .row .form-group.col-md-4 {
  width: 50%;
}
.modal-body {
  font-size: 14px;
}
.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}
.modal span#nombre_prod_alert {
  color: #000;
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: var(--color-marca3);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000;
  border: 0;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
h4.panel-title.panel-title-filtros {
  padding-left: 0;
  font-weight: 600;
}
h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
  font-weight: 400;
}
.change-view a {
  background: #fff;
}
.content_marcas {
  margin: 2% 0;
}
.financiacion {
  color: var(--color-marca12);
  font-weight: 500;
}
.detalle .detalle_producto .financiacion br {
  display: none;
}

.modal-header-primary h5 {
  color: #000;
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 0;
}
/***** BOTONES *****/
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
input.cargarViejos.foco,
input.descartarViejos {
  background: var(--color-marca1);
  color: var(--color-marca3);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
a.btn.btn-default.btn-lg.btn-block {
  width: 100%;
}
input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
input.cargarViejos.foco:hover,
input.descartarViejos:hover {
  background: var(--color-marca2);
  color: var(--color-marca1);
}
input#boton_compra {
  position: absolute;
  left: 20%;
  top: 25%;
  border: 0;
}
.product button.btn.btn-primary.btn-compra {
  margin: 0 20px;
}
input.cargarViejos.foco,
input.descartarViejos,
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago,
input#boton_datos {
  background-color: var(--color-marca1);
  /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
  border: 0px;
  padding: 8px 16px;
  background-size: 200% auto;
  text-transform: uppercase;
  color: var(--color-marca2);
  transition: 0.5s;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
  background-color: #ea4335 !important;
}
a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb {
  background: #1877f2 !important;
}
a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb,
a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
  width: 100% !important;
  opacity: 9 !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
a.popolvido,
a.popregistrar {
  opacity: 9;
}
/***** FIN BOTONES *****/
span.marca_span {
  background: var(--color-marca1);
  color: white;
  display: inline-block;
  padding: 5px 8px;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div#order-detail-content button.col-lg-4.btn.btn-default {
  display: block;
  clear: both;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div#order-detail-content input#cupon_descuento {
  width: 100%;
}
.datos-footer .footer-top img {
  margin-top: 20px;
}
.datos-footer .footer-top li.data-fiscal img {
  margin-top: 0;
}
.container.datos-footer .footer-top .list-inline li a {
  font-size: 21px;
  padding: 10px 5px;
}

div#boton_comparar a:hover {
  color: white;
}
a#quitarTodosComparativa:hover {
  color: #6e82ff !important;
}
.destacados h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 110%;
}

.form-group .form-control,
form#registro_form input,
div#datos_pedido input,
div#datos_pedido .form-control {
  padding: 7px 12px;
  border-color: #c2c2c2;
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
input.form-control.in_seguridad.pull-left {
  width: 100px !important;
}
.seguir_superior,
.seguir_inferior {
  display: none;
}
#navbar-sidebar .navbar-left {
  box-shadow: none;
}
/*****Leyenda General Ofertas Central 1*****/
section.info-destacada {
  background: var(--color-marca11);
  margin-top: 20px;
  padding: 15px 0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16p;
}

section.info-destacada .info-sup .media-body h2 {
  text-transform: uppercase;
  font-size: 120%;
  margin-bottom: 0px;
}
section.info-destacada .info-sup:hover .media-body h2 {
  letter-spacing: 0.8px;
  color: var(--color-marca4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.info-destacada .info-sup .media-left i {
  font-size: 3.5rem;
}

section.info-destacada .info-sup .media-left {
  vertical-align: middle;
  padding-left: 8px;
}

section.info-destacada .info-sup .media-body {
  border-right: 1px solid var(--color-marca4);
}

section.info-destacada .info-sup:nth-child(4) .media-body {
  border-right: 0px;
}

/***** FIN Leyenda General Ofertas Central 1*****/

/***** NOTAS HOME O *****/
.row.noticiashome0,
.container-fluid.noticiashome0 {
  background: var(--color-marca11);
  text-align: center;
}
.container-fluid.noticiashome0 .cajasnove,
.row.noticiashome0 .cajasnove,
.spot_ofertas_sup a img,
.spot_ofertas_inf img,
.row.noticiashome2 .cajasnove {
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.container-fluid.noticiashome0 .cajasnove:hover,
.row.noticiashome0 .cajasnove:hover,
.spot_ofertas_sup a img:hover,
.spot_ofertas_inf img:hover,
.row.noticiashome2 .cajasnove:hover {
  transform: translateY(-4px);
}
.row.noticiashome0 h5.title-sol.style2.solnuevo.solnoticias,
.row.noticiashome0-titproy {
  display: none;
}
.row.noticiashome0 .cajasnove img,
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: var(--color-marca3);
  transition: background-color 0.5s;
  padding: 20px;
}
.noticiashome0 div#notas_oferta_0 .cajasnove img {
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
.row.noticiashome0 .cajasnove h4,
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
  font-size: 120%;
}
.row.noticiashome0 .noticiashome0-row.row a.btn.btn-default.btn-vernota,
.noticiashome0 div#notas_oferta_0 a.btn.btn-default.btn-vernota {
  display: none;
}
.row.noticiashome0 .noticiashome0-row.row,
.noticiashome0 div#notas_oferta_0 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
/***** FIN NOTAS HOME O *****/

/***** NOTAS HOME 1 *****/
.row.noticiashome1 .noticiashome1-row.row,
.row.noticiashome2 .noticiashome2-row.row {
    /* margin: 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
/* .row.noticiashome1 .cajasnove {
  box-shadow: rgba(40, 41, 61, 0.04) 0px 1px 2px,
    rgba(96, 97, 112, 0.16) 0px 2px 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  margin: 15px 10px;
  width: 23%;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
} */
 body.ofertas .noticiashome1 .des_nov {
    display: none;
}
.row.noticiashome1 .cajasnove {
    box-shadow: rgba(40, 41, 61, 0.04) 0px 1px 2px,
    rgba(96, 97, 112, 0.16) 0px 2px 4px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 15px;
    width: 22%;
    transform: translateY(0);
    transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.row.noticiashome1 .cajasnove:hover {
  transform: translateY(-4px);
}

.row.noticiashome1 .cajasnove h4 {
  order: 1;
  text-align: center;
  font-size: 120%;
}
.row.noticiashome1 .cajasnove h4 a {
  /* color: var(--color-marca2); */
}

.row.noticiashome1 .cajasnove h4 a.btn.btn-default.btn-vernota {
  order: 3;
}

.row.noticiashome1 .cajasnove a.btn.btn-default.btn-vernota {
  order: 3;
  /* background: none; */
  color: var(--color-marca1);
  border-color: transparent;
  box-shadow: none;
  /* padding: 0; */
  width: 100%;
}

.row.noticiashome1 .cajasnove img {
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
/***** FIN NOTAS HOME 1 *****/

/***** NOTAS HOME 2 *****/
.noticiashome2-row.row {
  /* margin: 0; */
}
.row.noticiashome2 h5.title-sol.style2.solnuevo.solnoticias {
  /* display: none; */
}

/* .row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
  position: absolute;
  right: 40px;
  bottom: 30px;
} */
.row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
    position: unset;
    width: 100%;
}
/* .row.noticiashome2 .cajasnove h4 {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
} */
.row.noticiashome2 .cajasnove h4 a {
  color: #1c304e;
}
.row.noticiashome2 .cajasnove img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
.row.noticiashome2 .cajasnove:hover img,
.noticiashome0 div#notas_oferta_0 .cajasnove:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
body.ofertas .noticiashome2 .des_nov {
    display: none;
}
.noticiashome2 .fecha_nov {
    order: 0;
}
.noticiashome2 .copete {
    order: 1;
}
.noticiashome2 a {
    order: 2;
}
.noticiashome2 .cajasnove h4 {
    order: 3;
}
.noticiashome2 a.btn {
    order: 4;
}
/***** FIN NOTAS HOME 2 *****/

/***** NOTAS HOME 3 *****/
.container-fluid.noticiashome3 h2.titproyhome,
.row.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
  text-align: center;
}

.container-fluid.noticiashome3 .owl-item {
  padding: 10px;
  text-align: center;
}
.row.noticiashome3 .noticiashome3-row.row .cajasnove {
  text-align: center;
}
.container-fluid.noticiashome3 .owl-item .cajasnove img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
.container-fluid.noticiashome3 .owl-item .cajasnove:hover img,
.row.noticiashome3 .noticiashome3-row.row .cajasnove:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.noticiashome3 a.btn.btn-default.btn-vernota {
    width: 100%;
}
/***** FIN NOTAS HOME 3 *****/

#divPostLonuevo {
  clear: both;
  padding: 40px 0;
}

.owl-carousel .owl-wrapper {
  padding-bottom: 40px;
  padding-top: 10px;
}

/***** DETALLE DE PRODUCTO *****/
.breadcrumb > li.bread-volver,
.breadcrumb > li.bread-vertodos,
.breadcrumb > li.bread-imprimir {
  display: none;
}
.detalle-form,
.panel-default > .panel-heading {
  border-top: 4px solid var(--color-marca1);
}
body.detalle .detalle_producto {
  border: 1px solid rgb(218, 218, 218);
  padding: 20px 30px;
  border-radius: 8px;
}
body.detalle .detalle_producto .marca_imagen {
  display: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border-bottom: 4px solid var(--color-marca7);
  background: none;
  color: #555 !important;
}
.nav-tabs > li:hover > a {
  color: var(--color-marca2) !important;
  border-bottom: 4px solid var(--color-marca4) !important;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  border-bottom: 4px solid var(--color-marca3);
  background: none;
}
.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #bfc9ca;
}
.fila_cuotas_tarjeta_detalle {
  padding: 5px 10px;
}
#detalle .details-description {
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-marca2);
}
.secciones h5 {
  font-size: 140%;
  margin-top: 30px;
}

.secciones {
  padding: 30px 0;
}

.secciones .descripcion {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-marca2);
}

.secciones img {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.secciones .seccion1,
.secciones .seccion2,
.secciones .seccion3,
.secciones .seccion4,
.secciones .seccion5 {
  margin: 30px 0;
  margin-bottom: 50px;
}
.cuadro_cuotas {
  border: 1px solid rgb(218, 218, 218);
  margin: 10px 0px;
  margin-top: 0px;
  padding: 10px;
  padding-bottom: 25px;
  border-radius: 8px;
}
.div_ver_cuotas_todas {
  margin-top: 20px;
}
a.ver_cuotas_todas {
  padding: 8px 20px;
  border: 1px solid var(--color-marca7);
  border-radius: 8px;
  color: var(--color-marca7);
  font-weight: 400;
}
.precio_diferenciado.row {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0;
  background: var(--color-marca11);
  border: 0px;
  padding: 10px 0;
}
.sp-large {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
body.detalle .detalle_producto .semaf_amarillo,
body.detalle .detalle_producto .semaf_rojo,
body.detalle .detalle_producto .semaf_verde {
  margin: 0;
}
/***** FIN DETALLE DE PRODUCTO *****/
/***** IFRAME *****/
iframe {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 10px 0;
}
/***** IFRAME *****/
/***** ALERTS *****/
div#avisostock,
div#mensaje3 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
div#mensaje3 {
  background: none;
  border: none;
  padding: 0;
  font-weight: 600;
  color: #dc0000;
}
label.error {
  color: #dc0000;
  font-size: 100%;
  font-weight: 600;
}
div#avisostock ul {
  margin-bottom: 0px;
}

div#avisostock ul li {
  font-weight: 600;
}

.envio_gratis_leyenda {
  font-weight: 600;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/***** FIN ALERTS *****/
/***** DATOS USUARIOS *****/
.datos_usuario h6 i,
.datos_usuario h6 {
  color: var(--color-marca4);
}
.datos_usuario h1 {
  font-size: 200%;
}
.datos_usuario ul li {
  padding: 5px 0;
}

/* Inicio Biotec */
.col-md-12.text-center.div-vertodos-noticias.vertodos_OPC_NOTAS_OFERTAS_0 {
  display: none;
}

.cotizacion {
  display: none;
}
.whatsapp-bubble {
  position: fixed;
  bottom: 110px;
  right: 15px;
  background-color: #25d366;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-family);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(0) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.whatsapp-bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #25d366;
}

.whatsapp img {
  width: 70px;
  transition: all 0.3s ease-in-out;
}

.whatsapp img:hover {
  transform: translateY(-5px);
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
}

.aparece {
  left: 20px;
}

/* slider text */

.top-number.pull-left.hidden-xs {
  width: 100%;
}

.slider-text {
  text-align: center;
  font-size: 16px;
  height: 10px;
  overflow: hidden;
  color: #fff;
}

.slider-text p i {
  margin-right: 5px;
}

.slider-text p {
  margin: 0;
  line-height: 0;
  animation: slide 16s infinite;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -5px;
  font-size: 2rem;
}

.slider-text p:nth-child(1) {
  animation-delay: 0s;
}

.slider-text p:nth-child(2) {
  animation-delay: 4s;
}

.slider-text p:nth-child(3) {
  animation-delay: 8s;
}

.slider-text p:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

ul#menutop li,
ul#menutop li.menutopcontacto {
  display: none !important;
}

.social.pull-right .social-share {
  display: none;
}

.navbar {
  padding: 10px 0px;
}

li.favorito_boton {
  display: none;
}

.caja_func_sup.pull-right.hidden-xs {
  display: none;
}

a.favoritos_top {
  display: none;
}

/* inicio "nosotros" (home y notas) */

/*
.nosotros-section {
  padding: 30px 0;
}

.nosotros-section .section-title {
  color: var(--color-marca1);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}

.nosotros-section .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 50px;
  height: 3px;
  background-color: var(--acento-1);
}

.nosotros-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
}

.nosotros-content .valor-quote {
  margin: 20px 0 40px 0;
  border-bottom: 1px solid var(--color-marca2);
  padding-bottom: 15px;
}

.nosotros-image img {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

body.nosotros .nosotros-image img {
  width: 100%;
}

.nosotros-image img:hover {
  transform: scale(1);
}

.btn-conoce-mas {
  background-color: var(--color-marca1);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.btn-conoce-mas:hover {
  background-color: var(--color-marca4);
  color: white;
  transform: translateY(-2px);
}

.btn-conoce-mas i {
  margin-left: 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
    .nosotros-section {
        padding: 30px 0;
    }
    
    .nosotros-image {
        margin-top: 30px;
    }
    
    .section-title {
        font-size: 24px;
    }
}

*/

/* Sección Quiénes Somos - Home */
.section-home-about {
  padding: 100px 0;
  /* background: linear-gradient(135deg, var(--color-light) 0%, #f8f9fa 50%, var(--color-light) 100%); */
  position: relative;
  overflow: hidden;
}

.section-home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--color-border) 50%,
    transparent 100%
  );
}

.container-home-about {
  /* max-width: 1200px; */
  position: relative;
  z-index: 2;
  width: 100%;
}

.row-home-about {
  align-items: center;
}

/* Columna de contenido */
.col-home-about-content {
  padding-right: 40px;
}

.content-wrapper-home-about {
  /* max-width: 540px; */
}

.badge-home-about {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  color: var(--color-light);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  box-shadow: var(--shadow-light);
}

.badge-home-about i {
  margin-right: 8px;
  font-size: 1.2rem;
}

.title-home-about {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.2;
  margin-bottom: 25px;
}

.highlight-home-about {
  color: var(--color-primary);
  position: relative;
}

/* .highlight-home-about::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color-highlight);
  z-index: -1;
  opacity: 0.7;
} */

.text-home-about {
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 35px;
}

.text-home-about strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Features */
.features-home-about {
  margin-bottom: 40px;
}

.feature-item-home-about {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  background: var(--color-light);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.feature-item-home-about:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
  border-color: var(--color-secondary);
}

.feature-icon-home-about {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: var(--color-light);
  font-size: 1.2rem;
}

.feature-content-home-about {
  flex: 1;
}

.feature-title-home-about {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.feature-text-home-about {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 0;
}

/* Quote */
.quote-home-about {
  /* background: linear-gradient(135deg, #ddd 0%, #ccc 100%); */
  background: #fafafa;
  border-left: 4px solid var(--color-secondary);
  padding: 25px;
  border-radius: var(--border-radius);
  margin-bottom: 35px;
  position: relative;
}

.quote-icon-home-about {
  position: absolute;
  top: 15px;
  left: 15px;
  color: var(--color-secondary);
  opacity: 0.3;
  font-size: 2rem;
}

.quote-content-home-about {
  padding-left: 30px;
}

.quote-text-home-about {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--color-dark);
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.4;
}

.quote-author-home-about {
  font-size: 1.4rem;
  color: var(--color-primary);
  font-weight: 500;
}

/* CTA */
.cta-wrapper-home-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn-home-about {
    /* background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  ); */
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--color-light);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 280px;
    background: var(--color-marca12);
    font-family: var(--fofnt);
}

.btn-home-about:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
    color: var(--color-light);
    /* background: linear-gradient(
    135deg,
    var(--color-secondary) 0%,
    var(--color-primary) 100%
  ); */
    background: var(--txt);
}

.btn-home-about i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-home-about:hover i {
  transform: translateX(5px);
}

.trust-badge-home-about {
  display: inline-flex;
  align-items: center;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: var(--color-text);
  width: fit-content;
  box-shadow: var(--shadow-light);
  display: none;
}

.trust-badge-home-about i {
  margin-right: 8px;
  color: var(--color-secondary);
}

/* Columna de imagen */
.col-home-about-image {
  padding-left: 20px;
}

.image-wrapper-home-about {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.main-image-home-about {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  height: 480px;
}

.img-home-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.main-image-home-about:hover .img-home-about {
  transform: scale(1.05);
}

.image-overlay-home-about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(87, 102, 1, 0.1) 0%,
    rgba(145, 170, 2, 0.05) 100%
  );
  pointer-events: none;
}

/* Floating cards */
.floating-card-home-about {
  position: absolute;
  background: var(--color-light);
  border-radius: 12px;
  padding: 15px;
  box-shadow: var(--shadow-medium);
  display: flex;
  align-items: center;
  animation: float 3s ease-in-out infinite;
  border: 1px solid var(--color-border);
  z-index: 3;
}

.floating-card-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.floating-card-2 {
  bottom: 25%;
  left: -20px;
  animation-delay: 1s;
}

.floating-card-3 {
  bottom: 10%;
  right: 20%;
  animation-delay: 2s;
}

.floating-icon-home-about {
  width: 40px;
  height: 40px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-light);
  margin-right: 12px;
  flex-shrink: 0;
}

.floating-content-home-about {
  display: flex;
  flex-direction: column;
}

.floating-number-home-about {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.floating-text-home-about {
  font-size: 1.3rem;
  color: var(--color-text);
  white-space: nowrap;
}

/* Animación flotante */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .section-home-about {
    padding: 80px 0;
  }

  .col-home-about-content {
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .col-home-about-image {
    padding-left: 15px;
  }

  .title-home-about {
    font-size: 2.4rem;
  }

  .content-wrapper-home-about {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-home-about {
    padding: 60px 0;
  }

  .title-home-about {
    font-size: 2rem;
  }

  .feature-item-home-about {
    padding: 15px;
  }

  .feature-icon-home-about {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 1rem;
  }

  .main-image-home-about {
    height: 400px;
  }

  .floating-card-home-about {
    padding: 12px;
  }

  .floating-card-2 {
    left: 10px;
  }

  .btn-home-about {
    min-width: 100%;
    text-align: center;
  }

  .trust-badge-home-about {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .title-home-about {
    font-size: 1.8rem;
  }

  .badge-home-about {
    font-size: 0.8rem;
    padding: 6px 15px;
  }

  .quote-text-home-about {
    font-size: 1.1rem;
  }

  .floating-card-home-about {
    position: relative;
    margin-bottom: 15px;
    animation: none;
    width: 100%;
    max-width: 200px;
  }

  .floating-card-1,
  .floating-card-2,
  .floating-card-3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 10px auto;
  }
}

/* Estilos para la sección Quiénes Somos y Valores */
.section-about {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--color-light) 0%, #f8f9fa 100%);
}

.container-about {
  max-width: 1200px;
}

.card-about {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-light);
  overflow: hidden;
}

.card-header-about {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  color: var(--color-light);
  padding: 40px 30px 30px;
  text-align: center;
  border-bottom: none;
}

.section-title-about {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-light);
}

.section-subtitle-about {
  font-size: 2rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.card-body-about {
  padding: 50px 40px;
}

.content-block-about {
  margin-bottom: 30px;
}

.icon-wrapper-about {
  text-align: center;
  margin-bottom: 25px;
}

.icon-wrapper-about i {
  font-size: 3rem;
  color: var(--color-primary);
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.content-title-about {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
}

.content-text-about {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-text);
}

.content-text-about p {
  margin-bottom: 20px;
}

.content-text-about strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Estilos para la sección de Valores */
.content-block-values {
  margin-bottom: 30px;
}

.icon-wrapper-values {
  text-align: center;
  margin-bottom: 25px;
}

.icon-wrapper-values i {
  font-size: 3rem;
  color: var(--color-primary);
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.content-title-values {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
}

.values-container-main {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.value-card-main {
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  width: 30%;
}

.value-card-main:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
  border-color: var(--color-secondary);
}

.value-title-main {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.value-title-main i {
  margin-right: 10px;
  font-size: 2rem;
  color: var(--color-secondary);
}

.value-text-main {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 0;
  text-align: left;
}

.value-text-main strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Estilos para la sección CTA */
.cta-section-about {
  margin-top: 50px;
  padding: 40px 0 0;
  border-top: 1px solid var(--color-border);
}

.cta-content-about {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, #171717 0%, #252525 100%);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
}

.cta-title-about {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 10px;
}

.cta-text-about {
  font-size: 1.5rem;
  color: #fefefe;
  margin-bottom: 25px;
}

.btn-cta-about {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-light);
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
}

.btn-cta-about:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  color: var(--color-light);
  background: linear-gradient(
    135deg,
    var(--color-secondary) 0%,
    var(--color-primary) 100%
  );
}

.btn-cta-about i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-cta-about:hover i {
  transform: translateX(4px);
}

/* Estilos para la sección Historia */
.timeline-decade h3 {
  font-size: 2rem;
}
.section-history {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.card-history {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-light);
  overflow: hidden;
}

.card-header-history {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  color: var(--color-light);
  padding: 40px 30px 30px;
  text-align: center;
  border-bottom: none;
}

.section-title-history {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-light);
}

.section-subtitle-history {
  font-size: 2.2rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.card-body-history {
  padding: 50px 40px;
}

.history-intro-main {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.history-intro-main p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 auto;
}

.history-intro-main strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Estilos para la línea de tiempo */
.timeline-history {
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
}

.timeline-history::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
}

.timeline-decade-history {
  margin-bottom: 60px;
  position: relative;
}

.decade-title-history {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-light);
  margin-bottom: 40px;
  padding: 10px 20px;
  background-color: var(--color-marca12);
  border-radius: var(--border-radius);
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item-history {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.timeline-item-history:nth-child(odd) {
  flex-direction: row;
}

.timeline-item-history:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-year-history {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  color: var(--color-light);
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 1.5rem;
  min-width: 80px;
  text-align: center;
  z-index: 2;
  box-shadow: var(--shadow-light);
}

.timeline-item-history:nth-child(odd) .timeline-year-history {
  margin-right: 10px;
}

.timeline-item-history:nth-child(even) .timeline-year-history {
  margin-left: 10px;
}

.timeline-content-history {
  flex: 1;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-content-history:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
  border-color: var(--color-secondary);
}

.timeline-content-history::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 15px;
  height: 15px;
  background: var(--color-secondary);
  border-radius: 50%;
}

.timeline-item-history:nth-child(odd) .timeline-content-history::before {
  right: 100%;
  margin-right: -7.5px;
}

.timeline-item-history:nth-child(even) .timeline-content-history::before {
  left: 100%;
  margin-left: -7.5px;
}

.timeline-event-title-history {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.timeline-content-history p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 0;
}

.history-cta-main {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
}

.btn-history-cta {
  background-color: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  color: var(--color-dark);
  transition: all 0.3s ease;
}

.btn-history-cta:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-light);
}

.btn-history-cta i {
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .card-body-about,
  .card-body-history {
    padding: 40px 30px;
  }

  .section-title-about,
  .section-title-history {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .section-about,
  .section-history {
    padding: 60px 0;
  }

  .card-body-about,
  .card-body-history {
    padding: 30px 20px;
  }

  .card-header-about,
  .card-header-history {
    padding: 30px 20px 25px;
  }

  .section-title-about,
  .section-title-history {
    font-size: 1.8rem;
  }

  .content-title-about,
  .content-title-values {
    font-size: 1.5rem;
  }

  .timeline-history::before {
    left: 30px;
  }

  .timeline-item-history {
    flex-direction: row !important;
  }

  .timeline-year-history {
    margin-right: 20px !important;
    margin-left: 0 !important;
    min-width: 70px;
  }

  .timeline-content-history::before {
    left: -7.5px !important;
    right: auto !important;
  }

  .decade-title-history {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .value-card-main {
    padding: 20px 15px;
  }

  .cta-content-about {
    padding: 20px 15px;
  }

  .btn-cta-about {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
/* fin "nosotros" (home y notas) */

/* inicio footer */
/* Footer Principal */
.footer-main {
  /* background: linear-gradient(135deg, var(--color-dark) 0%, #2a2524 100%); */
  color: var(--color-light);
  /* padding: 60px 0 20px; */
  position: relative;
  overflow: hidden;
}

/* .footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
} */

.container-fluid-footer {
  max-width: 1200px;
  margin: 0 auto;
}

.row-footer-main {
  margin-bottom: 40px;
  align-items: flex-start;
}

/* Sección Brand */
.col-footer-brand {
  padding-right: 40px;
}

.brand-section-footer {
  margin-bottom: 30px;
}

.logo-wrapper-footer {
    margin-bottom: 20px;
    max-width: 180px;
    margin: 20px auto 20px auto;
}

.logo-footer {
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.logo-footer:hover {
  transform: scale(1.05);
}

.tagline-footer {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 25px;
  border-left: 3px solid var(--color-secondary);
  padding-left: 15px;
  text-align: left;
}

.social-section-footer {
  margin-top: 30px;
}

.social-title-footer {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-light);
  margin-bottom: 15px;
}

.social-list-footer {
  margin: 0;
  padding: 0;
}

.social-item-footer {
  margin-right: 0;
  margin-bottom: 10px;
}

.social-link-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--color-light);
  font-size: 1.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link-footer:hover {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: var(--color-light);
}

/* Sección de Enlaces */
.col-footer-links {
  padding-left: 20px;
}

.row-footer-links {
  margin-bottom: 30px;
}

.col-footer-nav {
  margin-bottom: 30px;
}

.nav-section-footer {
  padding: 0 15px;
}

.nav-title-footer {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-light);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-secondary);
  display: flex;
  align-items: center;
}

.nav-title-footer i {
  margin-right: 10px;
  color: var(--color-secondary);
  font-size: 1.7rem;
}

.nav-list-footer {
  margin: 0;
  padding: 0;
}

.nav-item-footer {
  margin-bottom: 12px;
}

.nav-link-footer {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.nav-link-footer:hover {
  color: var(--color-secondary);
  transform: translateX(5px);
  text-decoration: none;
}

.nav-link-footer i {
  margin-right: 8px;
  font-size: 0.8rem;
  color: var(--color-secondary);
  transition: transform 0.3s ease;
}

.nav-link-footer:hover i {
  transform: translateX(3px);
}

/* Sección de Contacto */
.row-contact-info {
  margin: 20px auto;
}

.contact-section-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item-footer {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
    flex-direction: row;
}

.contact-icon-footer {
  width: 40px;
  height: 40px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--color-light);
  font-size: 2rem;
  flex-shrink: 0;
}

.contact-content-footer {
    flex: 1;
    text-align: left;
    margin-left: 10px;
}
.contact-title-footer {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-light);
    margin-bottom: 5px;
}

.contact-text-footer {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Línea Divisora */
.footer-divider-main {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  margin: 30px 0;
}

/* Copyright */
.row-copyright {
  margin-top: 20px;
}

.copyright-section-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-text-footer {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.copyright-extra-footer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.certifications-footer {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.certification-badge-footer {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.certification-badge-footer i {
  margin-right: 6px;
  color: var(--color-secondary);
  font-size: 0.7rem;
}

/* Responsive */
@media (max-width: 991px) {
  .col-footer-brand {
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center;
  }

  .col-footer-links {
    padding-left: 15px;
  }

  .logo-wrapper-footer {
    margin: 0 auto 20px;
  }

  .social-list-footer {
    justify-content: center;
  }

  .contact-section-footer {
    flex-direction: column;
    gap: 20px;
  }

  .contact-item-footer {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 40px 0 20px;
  }

  .row-footer-main {
    margin-bottom: 30px;
  }

  .nav-section-footer {
    padding: 0 10px;
    text-align: center;
  }

  .nav-title-footer {
    justify-content: center;
  }

  .copyright-section-footer {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .certifications-footer {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .brand-section-footer {
    margin-bottom: 25px;
  }

  .tagline-footer {
    font-size: 0.9rem;
  }

  .nav-title-footer {
    font-size: 1.2rem;
  }

  .nav-link-footer {
    font-size: 0.95rem;
    justify-content: center;
  }

  .contact-section-footer {
    padding: 20px 15px;
  }

  .copyright-text-footer {
    font-size: 0.85rem;
  }

  .certification-badge-footer {
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}
/* fin footer */

#slides_ofertas_m,
#slides_ofertas_b {
  margin: 40px auto;
}

#slides_ofertas_m img, #slides_ofertas_b img {
    border-radius: 7px;
    margin: 0 auto;
    width: 100% !important;
    padding: 0 !important;
}

/* inicio estructura base notas (body default) */
.post-description .post-lead-image img {
    width: 100%;
    display: block;
    margin: 20px auto !important;
    float: none !important;
    border-radius: 10px;
}

.post-description .nov_dcorta {
    text-align: center;
    margin: 15px auto;
    font-size: 1.5rem;
}
body.default h1.titulo {
    text-align: center;
    font-size: 4rem;
}
.post-description .nov_dlarga {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 30px;
}
body.ofertas .des_nov {
    min-height: 70px;
}
/* fin estructura base notas (body default) */
p.iva {
    background: #f0f0f0;
    display: none;
}
/* inicio redisenio  caja notas*/
.cajasnove {
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: auto !important;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0 10px;
}

.noticiashome2 .cajasnove {
    background: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    height: auto !important;
    position: relative;
    overflow: hidden;
    align-items: center;
    align-content: center;
    margin: 15px 7px;
    width: 19%;
    flex-wrap: wrap;
    justify-content: center;
}

.cajasnove:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
  border-color: var(--color-secondary);
}

/* Fecha */
.fecha_nov {
  display: none;
}

/* Copete/Categoría */
.copete {
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  display: block;
}

/* Título */
.cajasnove h4 {
    height: auto !important;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.3;
    min-height: 55px;
}

.titnotlink {
  color: var(--color-dark);
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.titnotlink:hover {
  color: var(--color-primary);
  text-decoration: none;
}

/* Imagen */
.cajasnove img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: calc(var(--border-radius) - 2px);
  margin: 0.5rem 0 1rem 0;
  transition: transform 0.3s ease;
}

.cajasnove:hover img {
  transform: scale(1.02);
}

/* Descripción */
.des_nov {
  height: auto !important;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mas_nov {
  display: none;
}

body.ofertas .cajasnove .des_nov p {
  margin-bottom: 0;
  font-size: 1.5rem;
  /* text-align: left; */
}
/* Botón */
.btn-vernota {
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary)
  );
  color: var(--color-light) !important;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  width: fit-content;
  align-self: center;
  box-shadow: 0 2px 8px rgba(87, 102, 1, 0.2);
}

.btn-vernota:hover {
  background: linear-gradient(
    135deg,
    var(--color-secondary),
    var(--color-primary)
  );
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(87, 102, 1, 0.3);
  color: var(--color-light) !important;
  text-decoration: none;
}

/* Estados de focus para accesibilidad */
.btn-vernota:focus,
.titnotlink:focus {
  outline: 2px solid var(--color-highlight);
  outline-offset: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .cajasnove {
    padding: 1rem;
  }

  .titnotlink {
    font-size: 1.1rem;
  }

  .cajasnove img {
    height: 150px;
  }

  .btn-vernota {
    width: 100%;
    text-align: center;
  }
}

/* Efecto de borde superior decorativo */
.cajasnove::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-secondary)
  );
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.cajasnove:hover::before {
  transform: scaleX(1);
}

.noticiashome1 h2.titproyhome,
.noticiashome2 h2.titproyhome,
.noticiashome3 h2.titproyhome {
  text-align: left;
  font-size: 3rem;
  color: var(--txt);
  margin-bottom: 20px;
}

a.vertodos-noticias {
    background: linear-gradient(
    334deg,
    var(--color-primary),
    var(--color-secondary)
  );
    border-radius: 10px;
    padding: 5px 10px;
    color: #fefefe;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

a.vertodos-noticias:hover {
     background: linear-gradient(
    154deg,
    var(--color-primary),
    var(--color-secondary)
  );
}

/* fin redisenio caja notas */

.destacado-slider + p {
    display: none;
}

.destacado-slider {
    background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary)
  );
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

.destacado-slider .destaca {
    display: inline-block;
    animation: moverTexto 30s linear infinite;
    display: block;
}

@keyframes moverTexto {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.destacado-slider h3 {
    margin: 0;
    color: var(--bg);
}

.col-listar .caja_nov_listar .desdoc {
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* cantidad de renglones a mostrar */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;      /* controla la altura de cada renglón */
  max-height: calc(1.5em * 4); /* asegura que no se pase de 4 líneas */
  margin: 10px 0;
}

#imagen_listar img.img-responsive {
    border-radius: 10px;
    margin: 10px 0;
}
.col-listar .caja_nov_listar {
     box-shadow: rgba(40, 41, 61, 0.04) 0px 1px 2px,
    rgba(96, 97, 112, 0.16) 0px 2px 4px;
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 15px;
    transform: translateY(0);
    transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.col-listar .caja_nov_listar:hover {
    transform: translateY(-4px);
}
.col-listar .caja_nov_listar a.btn {
    width: 100%;
}

/* inicio seccion politicas empresariales */
.politicas-section {
  padding: 60px 15px;
  color: #333;
}

.titulo-seccion {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #004c8b;
  text-transform: uppercase;
  display: none;
}

.intro-text {
  font-size: 1.1em;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #555;
}

.cards-container {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

/* Cards */
.card-politica {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 30px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: pointer;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.card-politica i {
  font-size: 40px;
  color: var(--color-marca13);
  margin-bottom: 15px;
  display: block;
  transition: color 0.3s ease;
}

.card-politica h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0;
    color: var(--color-marca13);
}

.card-politica:hover {
  background: var(--color-marca12);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}


.card-politica:hover i,
.card-politica:hover h4 {
  color: #fff;
}


@media (max-width: 767px) {
  .titulo-seccion {
    font-size: 1.8em;
  }
  .card-politica {
    padding: 25px 15px;
  }
}

/* fin seccion politicas empresariales */

.navbar.navbar-default.navbar-superior {
    box-shadow: 0 0 5px #ccc;
}
body.default {
    padding-top: 110px;
}
.contact-form h1, .contact-form h5 {
    color: #171717;
}
.contact-form .form-group.col-md-4:nth-child(5) {
    display: none;
}
.contact-form .form-group.col-md-4.col-sm-4.col-xs-12 {
    margin: 0 !important;
    padding: 0 !important;
    width: 32% !important;
}
.contact-form .btn {
    width: 40%;
    background: var(--color-marca12);
    color: #fff;
}
.contact-form .btn:hover {
    background: var(--color-marca13);
}
.nota-politicas .col-md-4.col-xs-12 img {
    margin: 0 auto;
    display: block;
}

/* Fin Biotec */
/***** RESPONSIVE MEDIA QUERIES *****/
@media (min-width: 1920px) {
  form#top-buscar {
    left: 32%;
  }
  .menu-info {
    padding-left: 0;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 75%;
    margin: 0 auto;
  }
  .search.search-fixed {
    position: fixed;
    right: 12%;
    top: 15px;
  }
  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 75%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1666px)  {
  .menu-info {
    position: relative;
    width: auto;
    background: var(--bg);
    left: 0;
    top: 0;
    padding-left: 0;
    margin: 0 !important;
}
.ban-top-izquierda img {
    max-width: 150px;
}
div#navbar-menu-superior {
    width: auto;
    /* display: flex ; */
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-start;
    align-items: center;
}
.navbar-default .navbar-nav > li > a {
    padding: 14px;
}
body.ofertas {
    padding-top: 115px;
}
    .noticiashome2 .cajasnove {
    width: 23%;
}
ul#nav {
    padding-left: 50px;
}
.row.noticiashome1 .cajasnove {
    margin: 5px;
    width: 24%;
}
.row.noticiashome1 .noticiashome1-row.row, .row.noticiashome2 .noticiashome2-row.row {
    /* margin: 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.noticiashome2 .cajasnove {
    width: 18%;
}
.col-listar .caja_nov_listar {
    margin: 5px;
    height: auto !important;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}
}
@media (max-width: 1441px) {
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 600px;
  }
}
@media (max-width: 1368px) {
  ul#nav {
    padding-left: 0px;
}
  .row.noticiashome1 .noticiashome1-row.row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.noticiashome1 .cajasnove {
    margin: 5px;
    width: 24%;
}
.row.noticiashome2 .noticiashome2-row.row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.noticiashome2 .cajasnove {
    width: 19%;
    margin: 5px;
}
  .top-bar .search {
    right: 24%;
  }
  .search.search-fixed {
    right: 35%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 600px;
  }
  .search.search-fixed {
    right: 26%;
  }
}
@media (max-width: 1281px) {
  ul#nav {
    padding-left: 0px;
}
  .row.noticiashome2 .noticiashome2-row.row {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
  .row.noticiashome2 .cajasnove {
    width: 19%;
}
.navbar-default .navbar-nav > li > a {
    padding: 14px 9px;
}
  form#top-buscar {
    left: 23%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 500px;
  }
  .top-bar .search {
    right: 29%;
  }
  .top-bar .social-fixed .search {
    right: 31%;
  }
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 450px;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
}
@media (max-width: 1025px) {
  .top-bar .social-fixed .search {
    right: 25%;
  }
}
@media (max-width: 1024px) {
  .menu-info {
    padding-left: 0%;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 100%;
    margin: 0 auto;
  }
  .navbar-nav > li > a {
    padding: 10px 8px;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 340px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
  }
  .top-bar .search {
    right: 25%;
  }
  .destacados .imagen img {
    width: 80px;
  }
  .destacados .imagen {
    height: auto;
  }

  body.ofertas {
    padding-top: 110px;
  }
  .row.noticiashome1 .cajasnove {
    width: 22%;
  }
  .product h3.leyendaConStock,
  .product h3.leyendaSinStock,
  .product h4,
  .product .price,
  .product .financiacion,
  small.art_cod_precios {
    padding: 0 10px;
  }
  .product button.btn.btn-primary.btn-compra {
    margin: 0 10px;
  }
  .price {
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 150%;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 320px;
  }
  .ban-top-izquierda img {
    max-width: 170px;
  }
  .top-bar .search {
    right: 29%;
    top: 50px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 16px;
  }
  input#boton_compra {
    left: 35%;
  }
  body.ofertas {
    padding-top: 150px;
  }
  ul.slick-dots {
    display: none !important;
  }
  .scroll_inf,
  .scroll_sup {
    width: 100%;
  }
  .brand-carousel li {
    width: 150px !important;
  }
  div#RangoPrecio ul.fct-scroll input {
    width: 70px !important;
  }
  i.fa.fa-search.aplicar_precio {
    margin-left: 7px;
  }
  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  .caja_func_sup .cotizacion {
    display: none;
  }
  .caja_func_sup.estaLogueado span#nombre_usuario {
    display: none;
  }
  .contact-form form#reg .row .form-group.col-md-4 {
    width: 100%;
  }
  .menu-info {
    top: 160%;
  }
  .navbar-default .navbar-nav > li > a span.caret {
    background: no-repeat;
    padding: 0;
    border-radius: 0px;
    border-radius: 4px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 57px;
  }
  a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    display: block;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 100%;
  }
  section.info-destacada .info-sup .media-body {
    border-right: 0px solid var(--color-marca4);
  }
  section.info-destacada .info-sup:hover .media-body h2 {
    letter-spacing: 0px;
  }
  section.info-destacada .info-sup .media-body {
    height: 110px;
  }
  div#detalle .post-lead-image img {
    max-width: 100%;
  }

  .cols-grals .row {
    margin: 0;
  }
  .top-bar .cotizacion {
    padding: 6px 10px;
  }

  .social {
    width: 100%;
  }
  .top-bar .search div#autocompletar,
  .top-bar .search input.search-form,
  .top-bar .search input.search-form:hover,
  .top-bar .search input.search-form:focus {
    width: 96%;
  }
  .orderStep li {
    display: none;
  }
  .orderStep li.active {
    width: 100%;
    display: block;
    border-right: 0px;
  }
  table#carrito {
    display: flex;
    flex-direction: column;
  }
  td.car-cant input[type="number"] {
    width: 30px !important;
    height: 30px;
    font-size: 11px;
  }
  tr.CartProduct td,
  tr.CartProduct th {
    padding: 5px;
    font-family: "Inter Tight", sans-serif;
  }
  .CartDescription h4 a {
    font-size: 11px !important;
    line-height: 15px;
  }
  td.car-imi,
  td.car-imp {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
  }
  form#carrito .price {
    font-size: 11px;
    font-weight: 400;
    text-wrap: nowrap;
  }
  td.car-nombre .CartDescription {
    width: 100px;
  }
  td.car-nombre h4,
  td.car-nombre h4 a {
    white-space: normal;
    font-size: 10px;
    text-overflow: initial;
  }
  table#resumen {
    position: relative;
  }
  .row.userInfo {
    margin-right: -15px;
    margin-left: -15px;
  }

  form#form_envio {
    margin: 0 15px;
  }
  button#iniciarpago {
    margin-top: 15px;
  }
  table#resumen {
    position: relative;
    margin-bottom: 60px;
  }
  td#total_pedido + td {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    height: 90px;
    border: 0px;
    clear: both;
    margin-bottom: 30px;
  }
  .promotion span.descuento,
  .promotion span.etiq3-prod,
  .promotion span.etiq4-prod,
  .promotion .discount,
  .promotion .new-product,
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    padding: 5px;
    font-size: 10px;
  }

  .promotion {
    bottom: 15px;
  }

  .product {
    padding: 0;
  }
  ul.dropdown-menu.dropdown-cart {
    top: 90px;
  }

  .content_marcas {
    width: 50%;
    float: left;
  }
  .row.noticiashome1 .cajasnove {
    width: 44%;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: var(--color-marca2) !important;
  }
  .navbar-toggle {
    float: left;
    margin-right: 10px;
  }
  .caja_func_sup.pull-right.hidden-xs {
    display: block !important;
    margin-top: 15px;
  }
  .caja_func_sup.pull-right.hidden-xs span.whatsapp-top {
    display: none;
  }
  #carrito_top,
  #login_sup,
  #micuenta_top,
  #nombre_usuario,
  #login_sup a,
  #login_sup:before,
  a.cambiar_cuenta_top,
  a.terminar_sesion_top {
    display: none;
  }
  .buscador {
    float: right;
  }
  .buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
  }

  .buscador ul.dropdown-menu i {
    color: white;
  }

  .buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100%;
    margin: 10px;
    letter-spacing: 0.8px;
    border-bottom: 0px !important;
    border: none;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form::placeholder {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form:active {
    border: 0px;
  }

  .buscador a.btn.btn-lg,
  a.registracion {
    padding: 0px 10px;
  }

  .buscador a:hover i,
  .buscador a i {
    font-weight: 700;
  }

  .buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 5px 10px;
  }

  .buscador button.btn.btn-default.btn-close {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    padding: 10px;
  }

  .buscador button.btn.btn-buscartop {
    font-size: 20px;
  }

  .buscador a.dropdown-toggle {
    padding: 10px;
    padding-top: 7px;
    font-size: 18px;
    color: var(--color-marca2);
  }

  .caja_func_sup .buscador {
    display: block;
    margin-right: 25px;
    margin-top: -10px;
  }
  .spot_ofertas_sup a {
    float: none;
    max-width: 100%;
  }
  .spot_ofertas_sup {
    padding-bottom: 0;
  }

  .search {
    display: none;
  }
  .scroll_inf.container {
    width: 95%;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    background: linear-gradient(to right bottom, #142032 0, #003d8f);
    top: 65px;
  }
  .col-md-2.cajasnuevo,
  .col-md-2.cajasoferta {
    width: 50%;
  }
  .ofertas .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container {
    width: 100%;
    margin: 0 auto;
  }
  .row.noticiashome0 .noticiashome0-row.row {
    width: 90%;
  }
  .noticiashome0 div#notas_oferta_0 {
    width: 100%;
  }
  .product h3.leyendaConStock,
  .product h3.leyendaSinStock,
  .product h4,
  .product .price,
  .product .financiacion,
  small.art_cod_precios {
    padding: 0 10px;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .product h4,
  .product h4 a {
    font-size: 13px;
  }
  .row.noticiashome0 .cajasnove {
    margin: 20px 0;
    margin-bottom: 30px;
  }

  div#productslider-notas0 {
    padding: 0;
    margin: 0;
  }
  .noticiashome0 div#notas_oferta_0 {
    padding: 30px 0;
  }

  .novedades-home-row.row {
    margin: 0;
  }
  li.suscripcion {
    display: none !important;
  }

  ul.dropdown-menu.dropdown-cart .buscador {
    display: none;
  }
  ul.dropdown-menu.dropdown-cart a.cambiar_cuenta_top,
  ul.dropdown-menu.dropdown-cart a.terminar_sesion_top,
  ul.dropdown-menu.dropdown-cart li#nombre_usuario,
  ul.dropdown-menu.dropdown-cart li#login_sup a,
  ul.dropdown-menu.dropdown-cart li#micuenta_top,
  ul.dropdown-menu.dropdown-cart li#carrito_top {
    display: block;
    font-size: 16px;
    text-align: right;
  }
  ul.dropdown-menu.dropdown-cart li#login_sup a {
    display: inline-block;
  }
  ul.dropdown-menu.dropdown-cart {
    width: 250px;
  }
  a.favoritos_top {
    color: var(--color-marca2);
    position: absolute;
    right: 15%;
    font-size: 20px;
  }
  .social ul.social-share {
    margin-right: 0px;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    display: none;
  }
  .top-bar {
    padding: 0;
    line-height: 10px;
  }

  .top-bar a {
    color: var(--color-marca2);
    font-size: 20px;
  }
  .top-bar ul.dropdown-menu.dropdown-cart a {
    color: var(--color-marca4);
    font-size: 16px;
  }
  ul#menutop li a,
  ul.social-share li a {
    display: inline-block;
    padding: 5px 7px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .social-share-fixed,
  .dropdown-toggle-fixed {
    position: fixed !important;
  }
  .social-share-fixed {
    display: none;
  }
  div#filtros {
    background: transparent;
  }
  .row.userInfo {
    margin-right: -15px;
    margin-left: -15px;
  }
  .ban-top-izquierda img {
    max-width: 170px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-marca2);
  }
  .datos-footer .row {
    margin: 0;
  }
  .top-bar .search {
    top: 95px;
    right: 0;
    background: var(--color-marca11);
    padding-right: 10%;
    width: 100%;
    margin-right: 0px;
    position: absolute;
    padding-top: 8px;
    display: block;
    left: 0;
  }
  .top-bar .search-fixed {
    top: 57px;
  }
  .top-bar .search-fixed {
    position: fixed;
  }
  .dropdown-toggle.pull-right.hidden-md.hidden-lg {
    position: absolute;
    z-index: 11;
    display: block;
    right: 20px;
    top: 40px;
  }
  .dropdown-toggle.pull-right.hidden-md.hidden-lg.dropdown-toggle-fixed {
    top: 10px;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 280px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
  }
  body.ofertas {
    padding-top: 145px;
  }
  .destacados .col-md-2 {
    width: 33%;
    float: left;
  }
  .destacados .imagen {
    height: auto;
    width: 140px;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: #9d4bff;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav > li a:after {
    display: none;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--color-marca2);
    text-align: center;
  }
  .dropdown-cart-fixed {
    position: fixed;
  }

  ul.dropdown-menu.dropdown-cart.dropdown-cart-fixed {
    right: 0;
    top: 58px;
  }
  .dropdown-menu #nombre_usuario {
    color: #2c464f;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 120%;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 10px;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0px;
  }
  .price {
    font-size: 130%;
  }
  button.navbar-toggle {
    padding-top: 15px;
    margin-right: 0;
  }
  .container.menu_pie ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }
  .datos-footer .footer-top img {
    margin: 0 auto;
  }
  .container.datos-footer .footer-top .list-inline {
    text-align: center;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0;
    padding: 10px 8px !important;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: var(--color-marca11) !important;
    color: var(--color-marca2) !important;
  }
  .discount,
  .new-product,
  span.etiq3-prod,
  span.etiq4-prod {
    font-size: 10px;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
  }

  .datos-footer .footer-top .col-md-3 {
    width: initial;
    text-align: center;
  }
  .datos-footer .footer-top hr {
    width: 30px;
    margin: 15px auto;
  }
  .ban-top-izquierda {
    margin-left: 60px;
  }
  .datos_usuario h1 {
    font-size: 160%;
  }
  .datos_usuario .col-md-4.col-xs-6 {
    width: 100%;
  }
  .datos_usuario h6 i,
  .datos_usuario h6 {
    color: var(--color-marca4);
  }
}
@media (max-width: 680px) {
  .product .price .price-standard {
    display: block;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove img {
    padding: 20px;
    max-width: 140px;
  }
  .container-fluid.noticiashome0 .cajasnove,
  .row.noticiashome0 .cajasnove {
    padding: 10px;
  }
  .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 100%;
  }
  .noticiashome0 div#notas_oferta_0 {
    padding: 10px 0;
  }
  section.info-destacada .info-sup .media-body h2 {
    font-size: 85%;
  }
  section.info-destacada {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  section.info-destacada .info-sup {
    padding: 0;
    text-align: center;
  }
  section.info-destacada .info-sup .media-left i {
    font-size: 2.5rem;
  }
  section.info-destacada .info-sup .media-body {
    height: 70px;
  }
  .row.noticiashome2 .cajasnove {
    padding: 0 8px;
  }

  .row.noticiashome2 .cajasnove h4 {
    top: 10px;
    right: 20px;
    font-size: 100%;
  }

  .row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
    right: 20px;
    bottom: 20px;
    padding: 5px 8px;
    font-size: 13px;
  }
  .brand-carousel li {
    width: 100px !important;
  }
  .promotion span.descuento,
  .promotion span.etiq3-prod,
  .promotion span.etiq4-prod,
  .promotion .discount,
  .promotion .new-product,
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    font-size: 9px;
  }
  .promotion span.envio_gratis,
  .promotion span.envio_gratis_todos {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .navbar-collapse.collapse {
    display: none ;
}
.navbar-collapse.collapse.in {
    display: block;
    width: 100% !important;
}
ul#nav {
    background: #fff;
}
.navbar-default .navbar-nav > li > a {
    border: none;
}
li.open {
    background: #000;
}
body.ofertas, body {
    padding-top: 115px;
}
.navbar.navbar-default.navbar-superior {
    height: 70px;
}
.navbar-default .container {
    padding: 0;
}
.top-bar .search {
    display: none;
}
body.default h1.titulo {
    font-size: 3rem;
}
.container-about {
    padding: 0;
}
.card-header-about, .card-header-history {
    padding: 15px;
}
.card-body-about, .card-body-history {
    padding: 0;
    text-align: -webkit-left;
}
.icon-wrapper-about {
    display: none;
}
.icon-wrapper-values {
    display: none;
}
.cta-section-about {
    margin-top: 0;
}
.cta-content-about {
    padding: 20px 15px;
    margin-bottom: 10px;
}
.nav-link-footer {
    font-size: 1.5rem;
}
.col-footer-nav {
    margin-bottom: 20px;
}
.footer-divider-main {
    margin: 0;
    padding: 0;
}
.row-footer-links {
    margin-bottom: 0;
}
.contact-form .form-group.col-md-4.col-sm-4.col-xs-12 {
    width: 100% !important;
}
.intro-text {
    text-align: left !important;
}
.cards-container {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cards-container .col-sm-6 {
    width: 100%;
}
.card-politica {
    justify-content: center;
}
a.btn.btn-primary.btn-home-about {
    max-width: 350px;
    margin: 0;
    font-size: 10px;
    width: 80%;
}
.row.noticiashome2 .noticiashome2-row.row {
    flex-wrap: wrap;
    flex-direction: column;
}
.row.noticiashome2 .cajasnove {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    padding-bottom: 10px;
}
.cajasnove h4 {
    height: auto !important;
    min-height: unset;
}
  div.item-slide.imagen-slide-2 {
    background-repeat: no-repeat !important;
  }
  div.item-slide.imagen-slide-2 {
    height: 430px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
.ban-top-izquierda img {
    max-width: 200px;
    margin: 0 auto;
}
  .top-bar .search {
    top: 80px;
  }
  .top-bar .social-fixed .search {
    right: 29%;
    top: 50px;
  }

  .datos-footer .footer-top .col-md-3 {
    width: 100%;
    text-align: center;
  }
  section.info-destacada .info-sup .media-left {
    display: block;
    padding: 5px;
  }
  .iconos-top .iconos-sup .media-left {
    display: block;
    font-size: 80%;
    padding: 0;
  }

  .iconos-top .iconos-sup .media-body {
    text-align: center;
  }

  .iconos-top .iconos-sup .media-body h2 {
    font-size: 140%;
  }
  input#boton_compra {
    left: 35%;
  }

  .ban-top-izquierda {
    margin-left: 5px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  ul.nav.navbar-nav {
    margin: 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin: 0;
    padding: 0;
  }
  #micuenta_top.cart_top {
    text-align: right;
  }
  #micuenta_top.cart_top span a:nth-child(1) {
    padding-right: 10px;
  }
  .navbar-nav > li {
    margin-top: 10px;
  }
  .menu-info {
    position: relative;
    padding-left: 0;
    top: auto;
    left: 0;
    background: var(--txt);
  }
  .spot_ofertas_inf .img-responsive {
    float: none;
    width: 100%;
  }
  .destacados .col-md-2 {
    width: 50%;
    float: left;
  }
  div.item-slide.imagen-slide-2 {
    overflow: hidden;
    position: relative;
  }

  .destacados {
    padding: 10px 0;
  }
  div#navbar-menu-superior {
    background: white;
    margin-top: 0px;
  }
  .destacados .imagen {
    background: #f0f0f0;
    border-radius: 50%;
    width: 140px;
  }
  form#top-buscar {
    width: 90%;
    position: relative;
    left: 0;
    margin-top: 10px;
    top: 10%;
  }
  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 100%;
  }
  div#autocompletar {
    width: 320px;
  }
li.open {
    background: var(--color-marca3);
}
  li.open ul li.open {
    background: var(--color-marca3);
  }
  .navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
  .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding: 10px 8px !important;
  }
  .spot_ofertas_inf img {
    width: 100%;
  }
  nav#navbar-sidebar {
    display: none;
  }
  .navbar-default {
    -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
    padding-bottom: 5px;
    padding: 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > li > a {
    color: var(--color-marca4);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--color-marca4);
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  li#sucursal_movil {
    display: none;
  }
  .cta-wrapper-home-about {
    align-items: center;
}
.floating-card-home-about {
    max-width: none !important;
}
.row.noticiashome1 .cajasnove {
    width: 90%;
}
.noticiashome2 .cajasnove {
    width: 100%;
}
.form-group .btn {
    width: 100%;
    background: var(--color-marca7);
    color: #fff;
    border-radius: 25px;
}
.values-container-main {
    flex-direction: column;
}
.value-card-main {
    width: 100%;
}
a.btn.btn-primary.btn-lg.btn-cta-about {
    width: 100% !important;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0;
}
.btn-cta-about i {
    display: none;
}
}
@media (max-width: 376px) {
  div.item-slide.imagen-slide-2 {
    height: 390px;
  }
}
@media (max-width: 362px) {
  div.item-slide.imagen-slide-2 {
    height: 375px;
  }
}
@media (max-width: 322px) {
  div.item-slide.imagen-slide-2 {
    height: 330px;
  }
  .ban-top-izquierda {
    width: 45%;
    margin-left: 0;
  }
  .ban-top-izquierda img {
    max-width: 45px;
  }
  ul.social-share li a {
    padding: 5px 7px;
  }
  .social ul.social-share {
    margin-right: 10px;
  }
}
/***** FIN RESPONSIVE MEDIA QUERIES *****/
