/*********************--------- HEADER -------********************************/

/* --- ESTILOS GENERALES --- */
.divMargenSuperiorNoHome{
  margin-top: 80px;
}
.divMargenSuperiorHome {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .divMargenSuperiorHome {
    margin-top: 0px;
    /* o el valor que se vea bien en tu diseño móvil */
  }
  .divMargenSuperiorNoHome{
  margin-top: 0px;
}

#navbar_top{
  padding-right: 0px;
}
}

.style-enlaces-nav {
  font-size: 22px;
  font-weight: 900;
}

.navbar {
  background-color: #fffefa;
  box-shadow: none;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0px;
}

.nav-link {
  color: #333 !important;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
}

.nav-item.active .nav-link {
  color: #f8a488 !important;
  border-bottom: 6px solid #f8a488;
}

.nav-item a {
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.nav-item a:hover {
  color: #f8a488;
  border-bottom: 6px solid #f8a488;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f8a488;
  border-bottom: 6px solid #f8a488;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
}

.responsive-logo {
  max-height: 50px;
  height: auto;
  width: auto !important;
}

@media screen and (min-width: 1200px) {
  .responsive-logo {
    max-height: 70px;
  }
}

li {
  white-space: nowrap;
  text-decoration: none;
}

ul li.cart-menu {
  list-style: none;
}

#header-cart-widget {
  position: fixed;
  top: 100px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9999;
}

#header-cart-widget.mostrar-cart-widget {
  opacity: 1;
  pointer-events: auto;
}

.logo-col {
  text-align: center;
  position: relative;
  z-index: 2;
}

.navbar-nav {
  flex-wrap: nowrap;
  max-height: none !important;
  overflow: visible !important;
}

.area-privada-btn {
  border: 1px solid #333;
  border-radius: 30px;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  background-color: rgba(237, 190, 174, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.navbar-toggler-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000 !important;
  margin: 5px auto;
  transition: all 0.3s ease;
}


.navbar-toggler {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.dropdown-menu {
  max-height: none !important;
  overflow: visible !important;
}

.navbar-collapse {
  max-height: none !important;
  overflow: visible !important;
}

/* Estilos responsive móviles extendidos hasta 991px */
@media screen and (max-width: 991.98px) {

  .responsive-logo {
    max-height: 70px;
  }

  .mobile-logo-outside-collapse {
    display: block !important;
    text-align: center;
    flex-grow: 1;
    order: 2;
  }

  .mobile-logo-outside-collapse img {
    display: block;
    margin: 0 auto;
  }

  .navbar {
    position: relative;
  }

  .navbar-toggler {
    position: absolute;
    right: 1rem;
    z-index: 1050;
    margin-top: 50px;
  }

  .collapse.navbar-collapse .mobile-logo-inside-collapse {
    display: none !important;
  }

  .navbar-collapse .navbar-nav {
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .navbar-collapse .dropdown .dropdown-menu {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    max-height: none !important;
    overflow: visible !important;
  }

  .navbar-collapse .dropdown-menu a.dropdown-item {
    padding-left: 2rem;
  }

  .navbar-collapse .nav-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .collapse.navbar-collapse .order-1.order-lg-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .navbar-collapse .mt-5.mt-lg-0 {
    margin-top: 0 !important;
  }

}

@media screen and (min-width: 992px) {
  .mobile-logo-outside-collapse {
    display: none !important;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 0.125rem;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
    background-color: #fff;
  }

  .navbar-nav .dropdown-menu a.dropdown-item {
    padding: .25rem 1.5rem;
    color: #212529;
  }
}

@media screen and (min-width: 991px) and (max-width: 991.98px) {

  .navbar-toggler,
  .navbar-collapse {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .navbar-collapse .d-flex {
    flex-direction: column !important;
  }

  .navbar .navbar-collapse .order-lg-2 {
    order: 1 !important;
  }

  .navbar .navbar-collapse .order-lg-1,
  .navbar .navbar-collapse .order-lg-3 {
    order: 2 !important;
  }

  .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .w-lg-33 {
    width: 33.3333% !important;
  }

  .navbar .logo-col {
    margin-bottom: 10px;
  }
}

/*********************--------- FIN HEADER -------********************************/

/*-----------------------------------------------------------------------------*/

/*********************--------- FOOTER -------********************************/
.footer-main .col-md-5 {
  height: auto;
  min-height: 100px;
}

/** LISTA ENLACES FOOTER */
.footer-main .lista_enlaces ul {
  padding: 0;
  margin: 0;
}

.footer-main .lista_enlaces ul li {
  display: block;
  margin-bottom: 6px;
  line-height: 1.5;
}

.footer-main .lista_enlaces a span {
  position: relative;
  display: inline-block;
}

.footer-main .lista_enlaces a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #FD6508;
  transition: width 0.3s ease-in-out;
}

.footer-main .lista_enlaces a:hover span::after {
  width: 100%;
}

/** ICONOS RED SOCIAL FOOTER */
.footer-main .icono-facebook:hover {
  color: #007bff;
  transform: scale(1.6);
}

.footer-main .icono-instagram:hover {
  color: #E4405F;
  transform: scale(1.6);
}

/** BOTON CONTACT FORM 7 */
.footer-main .wpcf7-submit {
  margin-right: 20px;
  background-color: rgb(206, 105, 49);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

/* ANIMACIONES PARA REVIEWS */
.footer-main .whatClientSay {
  animation: whatClientSay 2s forwards;
}

.footer-main .hidden {
  opacity: 0;
}

.footer-main #h2_whatClientSay {
  opacity: 0;
}

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

  100% {
    opacity: 1;
  }
}

/** COLOR FONDO FOOTER */
.footer-main footer {
  background: #f5f2eb;
  padding-bottom: 0px !important;
}

.footer-main #p-footer {
  color: rgb(126, 125, 125);
}

/** PARTE COPYRIGHT */
.footer-main #copyright {
  background: rgb(34, 34, 34) !important;
}

.footer-main #copyright p {
  color: white !important;
}

.footer-main #copyright a {
  color: rgba(247, 247, 247, 0.61) !important;
}

.footer-main #copyright a:hover {
  color: rgb(255, 255, 255) !important;
}

.footer-main #p-multiplika {
  font-weight: 500;
}

.footer-main #a-enlace-multiplika {
  text-decoration: underline;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-main #a-enlace-multiplika:hover {
  color: rgb(248, 242, 242) !important;
  transform: scale(1.1) !important;
}

.footer-main #copyright a span {
  position: relative;
  display: inline-block;
}

.footer-main #copyright a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: rgba(247, 247, 247, 0.61);
}

.footer-main #copyright a:hover span::after {
  width: 100%;
}

/** SCROLL SUAVE */
html {
  scroll-behavior: smooth;
}

/* SWIPER EN FOOTER */
.footer-main .reviews-slider {
  width: 100%;
  height: auto;
}

.footer-main .swiper-button-prev,
.footer-main .swiper-button-next {
  color: #000;
  font-size: 20px;
  width: 30px;
  height: 30px;
}

.footer-main .swiper-button-prev::after,
.footer-main .swiper-button-next::after {
  font-size: 20px;
}

.footer-main .swiper-pagination-bullet {
  background-color: #000;
}

.footer-main .swiper-container+.swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/* --- FIN ESTILOS ADICIONALES PARA SWIPER --- */

/*********************--------- FIN FOOTER -------********************************/