@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  font-family: Arial, sans-serif;
}
*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

html {
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

body {
  --color-marca1: #00af14;
  --color-marca2: #7da635;
  --color-marca3: #65309c;
  --color-marca4: #2b454e;
  background: #fff;
  font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: Arial, sans-serif;
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
}

ul {
  margin-left: 0;
}

body.ofertas {
  padding-top: 107px;
}

div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}

div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}

div#barraDemo p img {
  position: relative;
  top: -2px;
}

div#barraDemo i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99999999;
}

header {
  background: #fff;
}

.top-bar {
  background: #2b454e;
}

.top-bar a {
  color: #fff;
}

.top-bar .search {
  position: absolute;
  right: 35%;
  top: 45px;
  z-index: 99;
}

.top-bar .search button.btn.btn-buscartop {
  background: rgb(225, 225, 225);
  border-radius: 0px 20px 20px 0px;
}

.top-bar .search,
.top-bar .search i {
  color: #000;
}

.search.search-fixed {
  position: fixed;
  right: 41%;
  top: 10px;
}

.top-bar .search input.search-form {
  background: #fff;
  border: 1px solid #ccc;
}

ul#menutop {
  margin-bottom: 0;
}

.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

header#header {
  z-index: 100;
}

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  background: none;
  box-shadow: none;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

/*
.navbar-fixed-top .navbar-collapse {padding: 0 15px}
*/
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  color: #2b454e;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.navbar-nav.navbar-left > li > a {
  font-weight: 500;
  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: #688d29;
}

.navbar-default {
  padding-bottom: 0;
}

ul.navbar-nav {
  position: absolute;
  left: 170px;
  top: 15px;
  bottom: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #688d29;
  color: #fff;
}

.dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
}

div#navbar-menu-superior {
  padding-bottom: 8px;
  position: relative;
}

.menu-info {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 95%;
  padding-left: 10%;
}

input.search-form {
  border: 1px solid #ccc;
}

.navbar-default .navbar-nav .dropdown-menu a:after,
nav#navbar-sidebar .navbar-nav > li a:after {
  display: none;
}

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -55px;
  left: 28%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 200px;
}

.btn-buscartop {
  background: transparent;
}

.ban-top-izquierda {
  margin-top: 10px;
}

.caja_func_sup {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 99;
}

div.navbar > div.container {
  position: relative;
}

span#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}

#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 20px;
}

a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 20px;
}

.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 20px;
}

#login_sup:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 20px;
  display: none;
}

.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 20px;
}

.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 20px;
}

div#carrito_top {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

#cantidad_carrito.badge {
  background: #7da635;
}

/***** HOME *****/
.ofertas .container.general {
  margin-top: 0;
}

.container.general {
  margin-top: 3%;
}

.style2 .title-sol span,
.title-sol.style2 span {
  font-family: Arial, sans-serif;
  color: var(--color-marca4);
  font-size: 18px;
}

.product:hover {
  background: #fff;
}

.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: Arial, sans-serif;
}

.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
}

p.iva {
  background: #f0f0f0;
}

.datos-footer {
  background: #fff;
  padding: 1% 0;
}

.datos-footer h1 {
  font-size: 16px;
  color: #444;
}

.datos-footer h2 {
  font-family: Arial, sans-serif;
  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);
  padding: 20px 15px;
  padding-top: 0px;
}

.datos-footer h1 {
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top p {
  margin: 0;
}

.favButton {
  color: var(--color-marca3);
}

.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}

.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca3);
}

.favButton.favDetalle:hover,
.favButton.activo {
  color: var(--color-marca3);
}

.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}

a.favoritos_top {
  float: left;
  color: var(--color-marca1);
}

.new-product {
  color: #fff;
  padding: 3px 10px;
  background: var(--color-marca2) !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.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: #fff;
  padding-left: 20%;
}

span.container.leyenda_slide h1 {
  margin-top: 10px;
  color: #fff;
  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;
}

.discount {
  background: #ee40ff;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.promotion {
  position: absolute;
  z-index: 9;
  bottom: auto;
  left: 10px;
  top: 30px;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 18px;
}

h5.title-sol.style2.solofertas {
  clear: both;
}

.title-sol-style2,
.title-sol.style2 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
}

footer {
  background: #2b454e;
  padding: 10px 0;
  text-align: center;
}

/***** CONTENIDOS *****/
.medios-pago i {
  padding: 20px;
  font-size: 30px;
  background: var(--color-marca1);
  color: #fff;
  border-radius: 50%;
}

body.default h1.titulo {
  text-align: center;
  font-size: 20px;
}

.medios-pago {
  margin-top: 20px;
}

.cajasnove .mas_nov a {
  color: #fff;
}

.breadcrumb {
  background: #fff;
}

input#cantidad {
  width: 80px;
}

.productFilter {
  border-top: 0;
}

#detalle .details-description {
  border: 0;
}

.cart-actions {
  border-bottom: 0;
}

.stButton {
  background: #f0f0f0;
}

.stButton:after {
  color: #444 !important;
}

.socialIcon a {
  background: #f0f0f0 !important;
  color: #ccc !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);
}

.modal-header-primary {
  background: #000;
}

.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}

.modal span#nombre_prod_alert {
  color: #000;
}

.orderStep li.active {
  background: var(--color-marca1);
}

.orderStep li {
  background: var(--color-marca2);
  color: #fff;
}

.orderStep li.active:after {
  border-top-color: var(--color-marca1) !important;
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: #fff;
}

.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: Arial, 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-marca4);
  font-weight: 700;
}

.detalle .detalle_producto .financiacion {
  font-size: 20px;
}

.detalle .detalle_producto .financiacion br {
  display: none;
}

/***** BOTONES *****/
.ofertas .btn-compra {
  margin-top: 5%;
}

input#boton_compra,

/*
.btn-default, 
.btn.btn-compra, 
.btn-success,
.btn-danger, 
.btn-primary,
input#iniciarpago, a.btn.btn-default.btn-lg.btn-block {
	background: #7da635;
	color:#fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}


input#boton_compra:hover, 
.btn-default:hover, 
.btn.btn-compra:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover {
	background: var(--color-marca3);
	color: #fff;
}
*/
input#boton_compra {
  position: absolute;
  left: 20%;
  top: 35%;
  border: 0;
}

.datos-footer .footer-top img {
  margin-top: 20px;
}

.cuadro_cuotas {
  border: 1px solid #bdbdbd !important;
  margin: 10px 0px;
  margin-top: 0px;
  padding: 10px;
  padding-bottom: 25px;
}

.div_ver_cuotas_todas {
  margin-top: 20px;
}

a.ver_cuotas_todas {
  padding: 8px 20px;
  border: 1px solid #6e82ff;
  border-radius: 20px;
  color: #6e82ff;
  font-weight: 400;
  font-size: 13px;
}

div#boton_comparar a:hover {
  color: white;
}

a#quitarTodosComparativa:hover {
  color: #6e82ff !important;
}

.destacados h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 110%;
}

.fila_cuotas_tarjeta_detalle {
  padding: 5px 10px;
}

.fila_cuotas_tarjeta_detalle:nth-child(3) {
  margin-bottom: 15px;
}

.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: 20px;
}

input.form-control.in_seguridad.pull-left {
  width: 100px !important;
}

.seguir_superior,
.seguir_inferior {
  display: none;
}

/***** MEDIA *****/
@media (min-width: 1920px) {
  form#top-buscar {
    left: 32%;
  }

  .menu-info {
    padding-left: 20%;
  }
}

@media (max-width: 1366px) {
  .search.search-fixed {
    right: 35%;
  }
}

@media (max-width: 1280px) {
  form#top-buscar {
    left: 23%;
  }
}

@media (max-width: 1024px) {
  .menu-info {
    padding-left: 0%;
  }

  .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: 38%;
  }

  .destacados .imagen img {
    width: 80px;
  }

  .destacados .imagen {
    height: auto;
  }

  body.ofertas {
    padding-top: 145px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
    margin-right: 10px;
  }

  ul.dropdown-menu.dropdown-cart {
    background: #f3f3f3;
    top: 45px;
  }

  .novedades-home-row.row {
    margin: 0;
  }

  li.suscripcion {
    display: none !important;
  }

  .social-share {
    position: absolute;
    right: 10%;
    z-index: 99;
    top: 12px;
  }

  .top-bar {
    padding: 0;
    line-height: 10px;
  }

  a.dropdown-toggle {
    position: absolute;
    right: 2%;
    z-index: 99;
    top: 10px;
    color: #2c464f;
    font-size: 20px;
  }

  .top-bar a {
    color: #2c464f;
    font-size: 20px;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

  .social-share-fixed,
  .dropdown-toggle-fixed {
    position: fixed !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #2c464f;
  }

  .datos-footer .row {
    margin: 0;
  }

  .top-bar .search {
    right: 21%;
    top: 10px;
    background: #fff;
  }

  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: 65px;
  }

  .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: #fff;
    text-align: center;
  }

  .dropdown-cart-fixed {
    position: fixed;
  }

  ul.dropdown-menu.dropdown-cart.dropdown-cart-fixed {
    background: white;
  }

  .dropdown-menu #nombre_usuario {
    color: #2c464f;
  }

  .ban-top-izquierda {
    width: 150px;
    margin-left: 60px;
  }
}

@media (max-width: 480px) {
  body.ofertas,
  body {
    padding-top: 100px;
  }

  div.item-slide.imagen-slide-2 {
    background-repeat: no-repeat !important;
  }

  .ban-top-izquierda {
    width: 50%;
  }

  .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;
    background: #fff;
  }

  .destacados .col-md-2 {
    width: 50%;
    float: left;
  }

  div.item-slide.imagen-slide-2 {
    height: 391px;
    overflow: hidden;
    position: relative;
  }

  .search {
    top: 50px !important;
    right: 0 !important;
    width: 100%;
    margin-right: 0px;
    padding-right: 13%;
    padding-top: 10px;
  }

  .destacados {
    padding: 10px 0;
  }

  div#navbar-menu-superior {
    padding-top: 50px;
    background: white;
  }

  .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: 95%;
  }

  li.open {
    background: #000;
  }

  .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);
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  li#sucursal_movil {
    display: none;
  }
}

@media (max-width: 375px) {
  .ban-top-izquierda {
    width: 45%;
  }
}

div.boton_arrepentimiento a {
  border: none !important;
}

div.ban-top-izquierda img {
  width: 140px;
}

div.social.pull-right {
  display: none;
}

div.top-number ul {
  display: none;
}

div.top-number {
  width: 100%;
}

div.txsup {
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.menu-info {
  position: relative;
  width: 70%;
  background: none;
  left: 0;
  top: 95%;
  padding-left: 0;
  border: none;
}

span#nombre_usuario {
  display: none;
}

section#accesosHome {
  margin-top: -100px;
}

section#accesosHome .col-md-4 {
  padding: 20px;
}

section#accesosHome .col-md-4 img {
  border: 4px solid #fff;
}

@media (min-width: 768px) {
  ul.nav.navbar-nav {
    margin-top: 15px;
    margin-left: 0px;
  }
}

.search {
  position: absolute;
  right: 200px;
  top: 30px;
  z-index: 999;
}

.search form {
  width: 210px;
}

div.noticiashome1 h5.title-sol {
  display: none;
}

div.noticiashome1-row {
  margin-top: -150px;
}

div.noticiashome1-row img {
  border: 4px solid #fff;
}

div.noticiashome1-row .cajasnove {
  margin-bottom: 0px;
}

div.noticiashome1-row .cajasnove .btn-vernota {
  display: none;
}

.row.noticiashome1 .cajasnove h4 {
  position: absolute;
  color: var(--color-marca1);
  text-align: center;
  padding: 10px 30px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  background: #fff;
  opacity: 0.8;
  width: 80%;
  bottom: 30px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.row.noticiashome1 .cajasnove h4 a {
  color: #000;
  font: bold 20px Arial, sans-serif;
}

div.image-show-case-wrapper {
  border-bottom: 0px solid #7da635;
}

div.noticiashome1 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

div#ofertas div.container.general {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

section#institucional {
  background: #e5e5e5;
  margin-top: 30px;
}

section#institucional div.img-institucional {
  background: url(../imagenes/img-section1.jpg) no-repeat;
  height: 300px;
}

section#institucional div.text-institucional {
  padding: 50px 70px 50px 0;
  font: normal 16px Arial, sans-serif;
}

div.navbar-header {
  z-index: 99;
  position: relative;
}

div.fraseHome {
  text-align: center;
  font: bold 25px Arial, sans-serif;
  color: 537716;
  padding: 30px 0 15px 0;
}

.product h4,
.product h4 a {
  color: #3a3a3a;
  text-decoration: none;
  text-transform: none;
  font: normal 14px "Arial", sans-serif;
}

div#divlonuevo {
  max-width: 1170px;
  margin: 0 auto;
}

div#ofertas .cols-grals {
  background: #f4f4f4;
}

.product,
.product:hover {
  border: none;
}

section.prefooter {
  font-family: Arial, sans-serif;
  background: #263338;
  overflow: hidden;
  padding: 60px 25px;
}

section.prefooter ul {
  float: left;
  list-style: none;
  width: 20%;
  padding: 0;
}

section.prefooter ul li {
  padding: 5px 0;
  text-align: center;
}

section.prefooter ul a {
  color: #fff;
  text-decoration: none;
}

section.prefooter ul a:hover {
  color: #7da635;
  text-decoration: none;
}

div.containerprefooter {
  width: 98%;
  margin: 0 auto;
}

section.prefooter + p {
  display: none;
}

div.noticiashome1-row .cajasnove {
  margin-bottom: 0px;
  width: 30%;
  margin: 1%;
}

.cajasnove {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 50px;
}

.row.noticiashome1 .cajasnove h4 {
  position: absolute;
  color: var(--color-marca1);
  text-align: center;
  padding: 10px 30px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  background: none;
  opacity: 0.8;
  width: 80%;
  top: 0;
  bottom: auto;
}

section#spots_info {
  padding: 50px 0;
  background: #f4f4f4;
  text-align: center;
}

section#spots_info .container {
  margin: 0 auto;
}

section#spots_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#spots_info img {
  max-width: 100px;
}

#spots_info h3 {
  font: bold 14px Arial, sans-serif;
}

div#divlonuevo {
  padding: 40px 0;
  max-width: 100%;
  background: #fff;
}

div#divlonuevo h5.title-sol span {
  background: #fff;
  text-transform: none;
}

div#divlonuevo #productslider {
  max-width: 1170px;
  margin: 0 auto;
}

#ofertas .container.general {
  padding-bottom: 0;
}

section#form_home {
  padding: 50px 0;
}

section#form_home div.container {
  margin: 0 auto;
}

section#form_home h2 {
  font: normal 22px Arial, sans-serif;
}

div.cajasnuevo button.btn-detalle {
  display: none;
}

div.cajasnove img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

div.cajasnove > a {
  overflow: hidden;
  display: block;
}

div.cajasnove:hover img {
  transform: scale(1.05);
}

.row.noticiashome1 .cajasnove h4 {
  position: absolute;
  color: var(--color-marca1);
  text-align: center;
  padding: 0;
  padding-top: 10px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  background: none;
  opacity: 0.8;
  width: 100%;
  top: 0;
  bottom: auto;
}

.btn-default {
  background-color: var(--color-marca2);
  color: #ffffff;
  text-shadow: none;
  transition: all 0.5s ease-in-out;
  border-radius: 25px;
}

.btn-default:hover {
  background-color: var(--color-marca1);
}

.dropdown-menu {
  /* background: #fffffff7; */
  background: rgb(255, 255, 255, 90%);
}

.dropdown-menu li {
  border-bottom: 1px solid #00af14;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  color: #000;
}

.search form {
  width: 155px;
}

input.search-form {
  border: 1px solid #ccc;
  width: 150px !important;
  border-radius: 7px;
}

ul.nav.navbar-nav {
  margin-top: 15px;
  margin-left: 20px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: var(--color-marca2);
}

.highlight-box {
  border: 2px solid var(--color-marca1);
  padding: 20px 70px;
  text-align: center;
  font-weight: bold;
  /* font-size: 1.75rem; */
  font-size: 2rem;
  margin: 20px 0;
  /* background-color: #f8fff8; */
}

.list-container {
  color: green;
  font-weight: 500;
}

.list-container ul {
  list-style-type: none;
  padding-left: 0;
}

.list-container li::before {
  content: "• ";
  color: var(--color-marca2);
  font-weight: bold;
  margin-right: 5px;
}

.container-fluid.desc p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
}

.list-container h5 strong {
  font-size: 3rem;
}

.list-container ul li {
  font-size: 2rem;
  letter-spacing: 0.75px;
  margin: 10px 0;
  font-weight: bold;
}

h1.titulo span {
  color: var(--color-marca1);
}

h1.titulo {
  font-size: 5rem;
}

.cajam img.img-responsive.imagen_detalle {
  width: 100%;
}

.detalle input#boton_compra {
  position: absolute;
  left: 20%;
  top: 26%;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--color-marca2);
  border-color: var(--color-marca2);
  color: #ffffff;
}

.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
  background-color: var(--color-marca1);
  color: #ffffff;
}

.btn-success {
  background-color: var(--color-marca1);
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus {
  background-color: var(--color-marca2);
  border-color: var(--color-marca2);
  color: #ffffff;
}

.cart-actions input[type="button"] {
  background: var(--color-marca1);
  border: 2px solid var(--color-marca1);
}

.btn.btn-compra:hover {
  background: var(--color-marca2);
}

/* tabla seccion FAQ */

.faq .table {
  margin-top: 20px;
}

.faq .custom-table {
  width: 100%;
  border: 1px solid #000;
}
.faq .custom-table th,
.faq .custom-table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
  white-space: wrap;
}

.faq .custom-table th {
  background-color: #f4f4f4;
  text-align: center;
}
.faq .bold {
  font-weight: bold;
}

.faq .table-responsive {
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
}

.detalle-form,
.panel-default > .panel-heading {
  border-top: 3px solid var(--color-marca1);
}

.faq .titulo b {
  display: none;
}

.faq h2.faq-title {
  font-size: 5rem;
  color: var(--color-marca1);
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

body.faq {
  padding-top: 65px;
}

h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 2rem;
}

i.fas.fa-plane {
  color: var(--color-marca1);
  margin-right: 10px;
}

i.fas.fa-map-pin {
  color: var(--color-marca1);
  margin-right: 10px;
}

.faq .panel-group .panel {
  margin-bottom: 10px;
  border-radius: 4px;
}

.faq .panel-body {
  font-size: 1.75rem;
  font-weight: 400;
}

.faq .panel-body ul li {
  list-style: none;
  margin-top: 5px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  color: #2b454e;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.ofertas h2.titproyhome {
  text-align: center;
  margin: 30px 0;
  font-size: 4rem;
  color: var(--color-marca1);
  font-weight: bold;
  letter-spacing: 0.7px;
}

span.size.art_cod_precios {
  display: none;
}

.product-code {
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
  display: none;
}

small.art_cod_precios {
  display: none;
}

div#notas_oferta_2 .cajasnove h4 {
  text-align: center;
}

div.cajasnove img {
  border-radius: 7px;
}

.cajasnove a.btn.btn-default.btn-vernota {
  width: 50%;
  margin: 20px auto;
}

div#notas_oferta_2 .cajasnove {
  padding: 10px 20px;
}

div#notas_oferta_2 .cajasnove h4 {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.caja_nov_listar div#imagen_listar img {
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
}

.default .col-md-6.col-sm-6.col-xs-12.col-listar {
  margin-bottom: 30px;
}

.caja_nov_listar h3 {
  margin-left: 10px;
  font-size: 2rem;
  letter-spacing: 0.5px;
}

.caja_nov_listar a.btn.btn-default.btn-vernota {
  margin-left: 10px;
}

div#productslider-notas {
  margin-top: 0;
}

#nav {
  display: flex;
}

#nav li:nth-child(1) {
  order: 3; /* Quienes somos */
}

#nav li:nth-child(2) {
  order: 0; /* Que hacemos */
}

#nav li:nth-child(3) {
  order: 1; /* Que ofrecemos */
}

#nav li:nth-child(4) {
  order: 4; /* FAQ */
}

.container-fluid.noticiashome2 {
  background: #fff;
}

.containerprefooter h4 {
  color: #fff;
  text-align: center;
}

section.prefooter ul {
  float: left;
  list-style: none;
  width: 100%;
  padding: 0;
}

.boton_arrepentimiento a.btn:hover {
  color: var(--color-marca2);
}

@media screen and (max-width: 480px) {
  .menu_pie ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }

  div.noticiashome1-row {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }

  div.noticiashome1-row .cajasnove {
    margin-bottom: 0px;
    width: 100%;
    margin: 0;
  }

  .noticiashome1-row div.cajasnove img {
    border-radius: 7px;
    margin: 0 auto;
    max-width: 90%;
    padding: 0;
    width: 100%;
  }

  .ban-top-izquierda {
    margin-left: 50px;
    margin-bottom: 15px;
  }

  .navbar-toggle {
    margin-top: 30px;
  }

  ul.navbar-nav {
    position: unset;
  }

  div#navbar-menu-superior {
    padding-top: 0;
    background: white;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    border: none;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: var(--color-marca2) !important;
  }

  .search {
    display: none;
  }

  ul.nav.navbar-nav {
    margin-top: 0;
    margin-left: 0 !important;
  }

  #nav {
    display: flex;
    flex-direction: column;
  }

  .menu-info {
    width: 100%;
  }

  .ofertas .container.general .row {
    margin: 0 auto;
  }

  .detalle {
    padding-top: 120px;
}

.detalle input#boton_compra {
    left: 25%;
}
}

.panel-default>.panel-heading a {
  display: block;
  position: relative;
  
  &::after {
    content: "";
    border: solid var(--color-marca1);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
}
@keyframes borderMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Inicio estilos footer */
section.prefooter {
  font-family: Arial, sans-serif;
  background: #263338;
  padding: 60px 200px;
}

div.containerprefooter {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.containerprefooter * {
    color: #fff;
}

ul.contact-info li i {
    margin-right: 5px;
}

section.prefooter > div.containerprefooter > div {
  width: 23%; /* Un poco menos del 25% para considerar espacios */
  margin-bottom: 20px;
}

section.prefooter h4 {
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}

section.prefooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.prefooter ul li {
  padding: 5px 0;
  text-align: left;
}

section.prefooter ul a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

section.prefooter ul a:hover {
  color: #7da635;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  section.prefooter > div.containerprefooter > div {
    width: 100%;
  }
  
  section.prefooter {
    padding: 30px 15px;
  }
}

/* Fin estilos footer */

/* Ajustes 26 Junio */

.cartMiniTable button.btn.btn-default {
    width: 100%;
    margin-bottom: 7px;
}

input#boton_datos {
    background: var(--color-marca4);
    width: 20%;
    transition: all 0.3s ease;
}

input#boton_datos:hover {
  background: var(--color-marca2);
}

.container.general {
    margin-top: 0;
}

.hormigafoot h2 {
    display: none;
}

.highlight-box {
    line-height: 30px;
}

.container-fluid.desc ul li {
    font-size: 2rem;
    line-height: 30px;
}

.container-fluid.desc ul li:before {
    content: "\f00c";
    color: var(--color-marca1);
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.costDetails a.btn.btn-default.btn-lg.btn-block {
    width: auto;
}

input#cupon_descuento {
    width: 100%;
    margin-top: 7px;
}

span#imagen_alert img {
    margin: 0 auto;
    mix-blend-mode: multiply;
}

td.car-precio,
.car-subt {
    display: none;
}

.CartProduct .delete i {
    font-size: 2.5rem;
    margin: 0 10px;
}

#listaprecio .col-md-12 h6 {
    margin: 20px 0;
    font-size: 2rem;
}

#listaprecio .col-md-12 h6 b {
    font-weight: 500;
    text-transform: capitalize;
}

#listaprecio .description h4 a + small {
    display: none;
}

#listaprecio .col-md-12 h1 {
    color: var(--color-marca1);
}


.productos #hormiga h1 a {
    color: var(--color-marca1);
    font-size: 4rem;
    text-transform: none;
}

@media screen and (max-width: 480px) {

  .orderStep li.active {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.orderStep li {
    display: none;
}

div.containerprefooter {
    flex-wrap: wrap;
}

body.nosotros h1.titulo {
    font-size: 3rem;
}

.highlight-box {
    margin: 20px 10px;
}

body.nosotros .row {
    margin-right: 0;
    margin-left: 0;
}

p.datos_pie a {
    white-space: nowrap;
}

body.arrepent .titulo b {
    font-weight: 400;
    font-size: 2.5rem;
}

body.arrepent .row { 
margin-right: 0;
margin-left: 0;
}

#listaprecio .col-md-12 h6 {
    margin: 20px 0 10px 0;
}

#listaprecio .item.list-view .product {
    padding: 10px 0;
}

#listaprecio .col-md-12 h6 b {
    text-transform: math-auto;
}

.detalle input#boton_compra {
    left: 30%;
}

.product-title {
    font-size: 26px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
}

.navbar-default .navbar-nav > li > a {
    text-align: left;
}


html {
  overflow-x: unset;
}
}

.product-title {
    text-transform: unset;
}
body.arrepent span.post-info {
    display: none;
}

body.arrepent h5.col-md-12.tit_form_detalle {
    display: none;
}
body.arrepent form#form_detalle1_nota {
    padding-top: 25px;
}

.socialIcon a.fa-whatsapp {
    color: var(--color-marca1) !important;
}

.socialIcon a.fa-share {
    color: #111 !important;
}

.cartMiniTable {
border: none;
}

.rightSidebar .cartMiniTable #detalle_compra +.std.table {
    display: none;
}

table#cart-summary tbody {
    display: none;
}


body.nosotros .nov_dlarga a {
    color: var(--color-marca1);
	text-decoration: underline;
}