@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

::-webkit-scrollbar {
  width: 15px;
  background: #4e4e4e;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-marca1);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-marca1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: #2196f3;
}

body {
  --color-marca1: #76aadb;
  --color-marca2: #006cc0;
  --color-marca3: #fffdf1;
  --color-marca4: #e3f4e7;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style2 .title-sol span,
.title-sol.style2 span {
  color: var(--color-marca2);
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
  padding-top: 60px;
}

div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(233, 30, 99, 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;
}

.top-bar {
  background: var(--color-marca2);
  border: 0;
}

.top-bar a {
  color: #fff;
}

.top-bar .search {
  display: none;
}

div#leyenda_gral_top {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 10%;
}

ul#menutop li:nth-child(4),
ul#menutop li:nth-child(5) {
  display: none !important;
}

ul#menutop {
  margin-bottom: 0;
}

.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

header#header {
  z-index: 100;
}

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  padding-top: 10px;
  height: auto;
}

.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
}

.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 {
  background: #000;
  color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: var(--color-marca1);
  color: #fff;
}

.menu-info {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  top: 85px;
  padding-left: 10%;
  border-top: 1px solid #ccc;
}

form#top-buscar {
  width: 350px;
  margin-top: 0;
  position: absolute;
  top: -60px;
  left: 10%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 340px;
  border: 1px solid var(--color-marca1);
  -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
}

.btn-buscartop {
  background: transparent;
}

.caja_func_sup {
  text-transform: uppercase;
  line-height: 60px;
}

#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;
}

.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: 20px;
  margin-left: 16px;
}

#cantidad_carrito.badge {
  background: var(--color-marca1);
}

ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0;
}

.ban-top-izquierda {
  position: absolute;
  left: 47%;
  top: 5%;
  z-index: 10;
}

.in_seguridad {
  position: absolute;
  width: 120px !important;
  left: 15%;
}

/***** SLIDER *****/
div#slides_ofertas_t {
  margin-top: 3%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/***** SPOT *****/
.spot_top {
  line-height: 0;
  margin-top: 60px;
  background: #f1f1f1;
  padding: 25px 0px;
}

.spot_top .container {
  width: 90%;
  padding: 0;
}

.spot_top a,
.spot_ofertas_sup a {
  display: inline-block;
  width: 25%;
  overflow: hidden;
  animation: fadeIn;
  animation-duration: 3s;
}

.spot_top img,
.spot_ofertas_sup 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;
}

.spot_top img:hover,
.spot_ofertas_sup img:hover {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.spot_top .img-responsive {
  margin: 0 !important;
  width: 80%;
  place-self: center;
  border-radius: 7px;
  box-shadow: 6px 5px 8px #00000040;
  margin-bottom: 25px !important;
}

/***** HOME *****/
#ofertas .container.general {
  padding-bottom: 0;
  width: 100%;
  padding: 0;
}

#ofertas .general .row {
  margin: 0 auto;
}

#ofertas .col-md-12.col-xs-12.cols-grals {
  padding: 0;
}

#ofertas .cols-grals {
  padding: 0;
}

.container.general {
  margin-top: 5%;
}

.prod-top img {
  height: 400px;
}

.ofertas .product:hover {
  background: #fff;
}

.prod-top,
.noticiashome,
.novedadesrow.row,
.ofertasrow.row {
  width: 80%;
  margin: 2% auto;
}

.title-sol {
  font-family: Calibri, sans-serif;
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}

.featuredImgLook2 .inner:hover,
.product:hover {
  border-color: var(--color-marca1);
}

.product,
.product:hover {
  /* border:none !important; */
}

.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.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.price-standard {
  color: var(--color-marca1);
  font-weight: 100;
}

.price-sales {
  color: var(--color-marca2);
  font-weight: 100;
}

.price {
  margin-bottom: 5%;
  font-weight: 400;
}

.container-fluid.top-promos {
  background: url(../b/top-promo.jpg);
  height: 32px;
  margin-top: 5%;
}

.home-promos {
  background: var(--color-marca4);
  text-align: left;
  padding: 5% 8%;
}

.fad.fa-lock-alt:after,
.fad.fa-credit-card:after,
.fad.fa-store:after,
.fad.fa-truck:after {
  color: var(--color-marca1);
  opacity: 1;
}

.fad.fa-lock-alt:before,
.fad.fa-credit-card:before,
.fad.fa-store:before,
.fad.fa-truck:before {
  color: var(--color-marca2);
  opacity: 1;
}

.hormigafoot h2 {
  margin: 0;
}

p.iva {
  padding: 0;
}

.datos-footer {
  background: #006cbf;
  padding: 3% 8%;
}

.datos-footer h1 {
  font-size: 20px;
  color: #ffffff;
}

.datos-footer .rsocial li i {
  border-radius: 100%;
  background: #ffffff;
  color: #006cbf;
  text-align: center;
  padding: 10px;
  height: 40px;
  width: 40px;
  font-size: 20px;
}

.datos-footer li {
  padding: 8px 0;
  color: #fff;
}

.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);
}

.modal-header-primary {
  background: var(--color-marca1);
}

.modal h5 {
  margin: 15px !important;
}

/***** DETALLES *****/
aside.cols-grals {
  z-index: 999999 !important;
}

.navbar-lateral {
  box-shadow: none;
}

.stButton {
  background: var(--color-marca4) !important;
  border-radius: 100%;
}

.stButton:after {
  color: var(--color-marca2) !important;
}

.socialIcon a {
  background: transparent !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;
}

.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;
}

table.tabla_precio_x_cantidad tr.cab td {
  background: var(--color-marca1);
}

table.tabla_precio_x_cantidad,
table.tabla_precio_x_cantidad td,
table.tabla_precio_x_cantidad tr.cab td {
  border-color: var(--color-marca1);
}

.productFilter {
  border: 0;
}

.form-group .form-control {
  border-color: #ccc;
}

/***** BOTONES *****/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.btn.btn-compra:hover,
.btn.btn-compra:focus {
  background: var(--color-marca1);
  color: #fff;
  border: 0;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago {
  background: var(--color-marca2);
  color: #fff;
  border: 0;
}

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-marca1);
  color: #fff;
  border: 0;
}

input#cantidad {
  width: 80px;
}

input#boton_compra {
  position: absolute;
  left: 20%;
  top: 35%;
  border: 0;
}

.seguir_superior,
.seguir_inferior {
  display: none;
}

/***** MEDIA *****/
@media (min-width: 1920px) {
  div#slides_ofertas_t {
    margin-top: 2%;
  }

  form#top-buscar {
    left: 20%;
  }

  .menu-info {
    padding-left: 20%;
  }
}

@media (max-width: 1280px) {
  form#top-buscar {
    left: 5%;
  }
}

@media (max-width: 480px) {
  div#leyenda_gral_top {
    top: 0;
    position: fixed;
    z-index: 100;
    left: 0;
  }

  .modal-buscar form#form-buscar {
    width: 90%;
  }

  .modal-buscar input.search-form,
  .modal-buscar input.search-form:hover,
  .modal-buscar input.search-form:active {
    width: 95%;
  }

  h4.modal-title {
    padding: 0 10px;
  }

  div#leyenda_gral_top i {
    color: #fff;
  }

  .navbar-default {
    height: auto;
    padding: 0;
  }

  button.navbar-toggle {
    z-index: 100;
    margin-right: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }

  .ban-top-izquierda {
    position: relative;
    left: 0;
    top: 0;
  }

  /*form#top-buscar {position: relative; top: 10px; }*/
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: var(--color-marca4);
  }

  form#top-buscar {
    display: none;
  }

  .menu-info {
    padding-left: 0;
    top: auto;
    border: 0;
    position: relative;
  }

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-collapse.in {
    margin: 15px 0;
    padding: 0;
  }

  .navbar-default .navbar-collapse {
    border: 0;
  }

  .spot_top a,
  .spot_ofertas_sup a {
    width: 50%;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: var(--color-marca1);
    border: 0;
  }

  input#boton_compra {
    left: 35%;
  }
}

div.boton_arrepentimiento a {
  border: none !important;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
  font: 700 18px "varela round", sans-serif;
}

.detalle .price-sales,
.detalle .price-standard,
.detalle .price {
  font: 700 22px "varela round", sans-serif;
}

.product-price {
  font: 700 18px "varela round", sans-serif;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.5s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.fade.active {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ban-top-izquierda {
  position: absolute;
  left: 43%;
  top: 6%;
  z-index: 10;
}

.ban-top-izquierda img {
  width: 80%;
}

.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.product {
  border-radius: 10px;
}

.prod-top .image {
  border-right: solid 1px #f1f1f1;
}

.title-sol {
  font-family: "Montserrat";
  font-weight: 400 !important;
}

a.titprod {
  font: 500 11px "Montserrat", sans-serif !important;
}

.price span {
  font: 700 18px "Montserrat", sans-serif;
  color: #006cc0;
}

.datos-footer p,
.datos-footer a,
.datos-footer i {
  color: #fff;
}

.detalle .spot_top {
  padding: 0;
}

body.detalle {
  padding-top: 170px;
}

.detalle input#boton_compra {
  position: absolute;
  left: 20%;
  top: 26%;
  border: 0;
}

.datos-footer .col-md-3 img {
  width: 100px;
  height: auto;
}

.datos-footer .col-md-3 img+img {
  padding: 0 10px;
}

.stButton {
  background: transparent !important;
  border-radius: 100%;
}

a.fa-whatsapp {
  color: #008000 !important;
}

.detalle-pedido .btn-lg {
  width: auto;
}

.cartMiniTable button.btn.btn-default {
  width: 100%;
  margin-bottom: 10px;
}

.lista-medios-pago .bordePago2 {
  border: 2px solid #0070b7;
  background: transparent;
}

.spot_top {
  line-height: 0;
  margin-top: 60px;
  background: #f1f1f1;
  padding: 25px 0px;
  display: none;
}

ul.subcate {
  padding: 0;
}

ul.subcate li {
  display: inline-block;
  margin: 15px 0;
  margin-right: 10px;
}

ul.subcate li a {
  font-weight: 700;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 12px;
  padding: 8px 24px;
  color: var(--color-marca2);
  border: 2px solid var(--color-marca2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-transform: uppercase;
}

/* Alineacion a la derecha */
.list-view .product .info-prod1,
.list-view .product .info-prod2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.list-view .product .info-prod2 {
  align-content: flex-end;
  flex-wrap: wrap;
}

.list-view .col-md-9.col-xs-9 {
  margin-top: 42px;
}

/* Alineacion al medio */

/* .list-view .product .info-prod1 {
    width: 100%;
    margin: 10px 0;
}

.list-view .product .info-prod2 {
    width: 100%;
    display: flex;
} */

.estaLogueado span#nombre_usuario strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-transform: none;
  width: 100px;
}

.caja_func_sup.pull-right.hidden-xs.estaLogueado {
  margin-right: -40px;
}

.fa-instagram:before,
.fa-facebook:before {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
}

span.ultimaact {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.col-md-12.contact-form {
  background: #fafafa;
  border-radius: 25px;
  padding: 10px 25px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: var(--color-marca1);
  border-color: var(--color-marca1);
  color: #fff;
}

.container.general {
  margin-top: 0;
}

.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 {
  background: var(--color-marca2);
  color: #fff;
}

.caja_func_sup {
  margin-top: 0;
  margin-bottom: 5px;
}

/* FOOTER GENERAL STYLES */
.datos-footer h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.datos-footer p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* NAVIGATION LINKS */
.datos-footer ul.list-unstyled {
  padding-left: 0;
}

.datos-footer ul.list-unstyled li {
  margin-bottom: 10px;
}

.datos-footer ul.list-unstyled li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}

.datos-footer ul.list-unstyled li a:hover {
  color: #ddd;
  padding-left: 5px;
}

/* SOCIAL MEDIA ICONS */
.rsocial {
  margin-top: 20px;
}

.rsocial li {
  display: inline-block;
  margin-right: 15px;
}

.rsocial li a {
  color: #555;
  background-color: #eaeaea;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.rsocial li a:hover {
  background-color: #0066cc;
  color: white;
  transform: translateY(-3px);
}

/* PAYMENT METHODS */
.datos-footer .list-inline img {
  max-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  filter: grayscale(30%);
  transition: all 0.3s ease;
}

.datos-footer .list-inline img:hover {
  filter: grayscale(0%);
}

/* SHIPPING INFO */
.datos-footer .fa-truck {
  color: #fff;
  margin-right: 8px;
}

/* IVA TEXT */
.text-center {
  text-align: center;
  padding: 15px 0;
  /* background-color: #2c3e50; */
  color: white;
  font-size: 14px;
  margin: 0;
}

footer {
  background: #005190;
}

/* SECCIÓN NOSOTROS - ESTILOS MEJORADOS */
.section-nosotros {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.section-title span {
  color: #f3f3f3;
  font-weight: 300;
}

.divider {
  width: 100px;
  height: 3px;
  background: #fff;
  margin: 20px auto 20px;
  position: relative;
}

.divider:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--color-marca1);
  bottom: -8px;
  left: 35px;
}

/* CARDS IGUALES EN ALTURA */
.equal-height-cards {
  display: flex;
  margin-top: 20px;
}

.equal-height-cards [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.about-card {
  background: white;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 3px solid var(--color-marca1);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  text-align: center;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 108, 192, 0.1);
}

.about-card h3 {
  color: var(--color-marca2);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.about-card p {
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
}

.icon-box {
  width: 80px;
  height: 80px;
  background: rgba(118, 170, 219, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-marca2);
  font-size: 36px;
  margin: 0 auto 25px;
}

.mision-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--color-marca2);
}

.mision-box .fa {
  color: #fafafa;
  margin-bottom: 20px;
}

.mision-box h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.mision-box .lead {
  font-size: 18px;
  color: #fafafa;
  line-height: 1.6;
}

.nosotros .titulo {
  display: none;
}

.nosotros .text-center {
  background-color: #005190;
}

.top-number.pull-left.hidden-xs {
  width: 100%;
}

.slider-text {
  text-align: center;
  font-size: 16px;
  height: 10px;
  overflow: hidden;
  color: var(--color-marca3);
}

.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 {
  display: none;
}
.fa-instagram:before {
    content: "\f16d";
}
.como-faq {
  margin: 40px auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

.titulo-seccion {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.intro {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

/* --- Pasos --- */
.paso {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 25px 15px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  height: 100%;
}

.paso:hover {
  background: #e9f3ff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.paso .numero {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 18px;
}

.paso h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.paso p {
  font-size: 14px;
  color: #555;
}

/* --- Separador --- */
.separador {
  margin: 40px 0;
  border-top: 2px solid #eee;
}

/* --- FAQ --- */
.faq-lista {
  margin-top: 10px;
}

.faq-item {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.faq-item:hover {
  background: #eaf4ff;
}

.faq-item h4 {
  font-size: 16px;
  color: #007bff;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 767px) {
  .titulo-seccion {
    font-size: 22px;
  }

  .paso {
    padding: 20px 10px;
  }

  .faq-item {
    padding: 15px;
  }
}

body.faq h1.titulo {
    display: none;
}

i.fa.fa-money:before {
    content: "\f0d6";
}
.orderStep {
    margin-left: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-nosotros {
    padding: 60px 0;
  }

  .section-title {
    font-size: 26px;
  }

  .about-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  .mision-box {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 992px) {

  .datos-footer .col-md-3,
  .datos-footer .col-md-2 {
    margin-bottom: 30px;
  }

  .datos-footer h1 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .datos-footer {
    padding: 30px 0;
  }

  .datos-footer .row>div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .datos-footer .row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .datos-footer h1 {
    margin-bottom: 15px;
  }

  .rsocial {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .ban-top-izquierda {
    left: 0;
    top: 0;
    position: relative;
  }

  #leyenda_gral_top a.btn.btn-lg {
    width: 100px;
  }

  .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 {
    background: var(--color-marca2);
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: var(--color-marca1);
    color: #fff;
  }

  ul.social-share li {
    display: inline-block;
    margin: 0 10px;
  }

  .social-share {
    margin: 0 100px;
  }

  a.dropdown-toggle.pull-right.hidden-md.hidden-lg i.fa.fa-shopping-cart:before {
    content: "\f2bd";
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    font-size: 21px;
  }

  a.dropdown-toggle {
    padding-top: 2px;
  }

  .open ul.dropdown-menu.dropdown-cart {
    background: var(--color-marca1);
    top: 45px;
    right: 25px;
    width: 200px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #nombre_usuario strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-transform: none;
    width: 100px;
  }

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-collapse.in {
    margin: 32px 0;
    padding: 0;
  }

  input#tximseguridad {
    position: relative;
    top: -12px;
  }

  .form-group.col-md-4 button.btn.load.btn-success.pull-right {
    width: 100%;
  }

  body.default {
    padding-top: 200px;
  }

  .contact-form input#tximseguridad {
    top: 0;
  }

  body.ofertas {
    padding-top: 90px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .ban-top-izquierda img {
    width: 180px;
  }

  .social.pull-right {
    display: inline-block;
  }

  .social-share {
    margin: 0 50px;
  }
  .orderStep li {
    min-height: 100px;
}
.detalle-pedido .col-lg-9.col-md-9.col-sm-7 {
    width: 100% !important;
    padding: 0 !important;
}
.detalle-pedido .row.userInfo .col-xs-12 {
    padding: 0 !important;
}
body.carrito .container.general {
    padding: 0;
    width: 100% !important;
} 
.couponForm input[type=text] {
    width: 100%;
}
.car-precio .price > span {
    font-size: 14px !important;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 10px;
}
body.busquedaAvanzada .col-md-3.col-xs-3.image_lista {
    width: 100%;
    margin: 0 auto;
}

body.busquedaAvanzada .product .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
}