/*
Theme Name: Astra Child
Template: astra
*/
/* ==========================================================================
   1. FUENTES, WHATSAPP Y ESTILOS GENERALES Y ANIMACIONES
========================================================================== */
/* #region GENERALES */


body {
  font-family: 'Poppins', sans-serif !important; 
}
  .floating-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.whatsapp-text-box {
  background-color: #d8daff;
  padding: 0.7rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
  font-size: 0.9rem;
}

.whatsapp-text-box h2 {
  margin: 0;
  color: #022e47;
  font-size: 17px;
  line-height: 15px;
}

.whatsapp-text-box h3 {
  margin: 0;
  color: #022e47;
  font-size: 13px;
  text-align: center;
}

.whatsapp-text-box strong {
  display: block;
  font-size: 1rem;
  color: #6265fe;
  margin-top: 0.3rem;
}

.whatsapp-icon-circle {
  background-color: #b5b8fe;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


.whatsapp-icon-circle img {
  width: 50px;
  height: 50px;
}


/* Personalización del aviso de éxito de WooCommerce */
.woocommerce .woocommerce-message {
  background: #6265fe; /* Azul, cámbialo si quieres otro tono */
  color: #fff; /* Letras blancas */
  border: none;
  border-radius: 16px; /* Bordes redondeados */
  box-shadow: 0 4px 20px rgba(62,71,226,0.10);
  font-size: 1.15rem;
  padding: 1.2rem 2rem;
  margin-top: 6rem; /* Ajusta según tu header */
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.woocommerce .woocommerce-message::before {
  color: #fff; /* Ícono blanco también */
}

.woocommerce .woocommerce-message a {
  color: #fff;
  text-decoration: underline;
}

/* Opcional: también aplica estilo a error e info */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background: #6265fe;
  color: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(62,71,226,0.10);
  font-size: 1.15rem;
  padding: 1.2rem 2rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  color: #fff;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* #endregion */








/* ==========================================================================
   2. HEADER Y MENÚ DE NAVEGACIÓN
========================================================================== */

/* #region HEADER */
.custom-header {
  padding: 3rem 5rem;
  background: transparent;
  top: 30px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.logo-area {
  flex: 0 0 auto;
}

.logo-area .site-logo {
  height: 55px;
}

/* #endregion */

/* #region MENÚ */
.main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
padding-right: 2rem;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 19.2px;
  padding: 0.4rem 0.8rem;
  border-radius: 16px;
  transition: background 0.3s ease;
}

.nav-menu li.current-menu-item a,
.nav-menu li a:hover {
  background-color: #5b6eff;
  color: white;
}

.nav-menu li ul {
  list-style: none;
  background-color: rgba(2, 46, 71, 0.6);
  padding: 0.5rem 0.4rem;
  position: absolute;
  top: 110%;
  left: 50%;
  display: none;
  border-radius: 1.3rem;
  z-index: 999;
  min-width: 180px;
  transform: translateX(-50%);
}

.nav-menu li:hover > ul {
  display: block;
}

.nav-menu li ul li a {
  color: white;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: 300;
  font-size: 0.9rem;
  border-radius: 1.3rem;
  transition: background-color 0.2s ease;
}

.nav-menu li ul li a:hover {
  background-color: #6265fe;
}

/* #endregion */

/* #region ICONOS HEADER */
.header-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.login-trigger {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 40%;
  padding: 0.4rem 0.5rem 0.1rem 0.5rem;
  transition: transform .3s ease;
}

.login-icon {
  width: 18px;
  color: white;
  margin-bottom: 5px;
   height: auto;
}

.login-trigger:hover {
  background-color: #6265fe;
}

.login-trigger:hover .login-icon {
  color: #ffffff;
}

.cart-icon-header {
  margin-bottom: 5px;
}

.cart-icon-header a.cart-contents {
  color: white;
  font-size: 23px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.4rem;
  border-radius: 40%;
  transition: all 0.3s ease;
}

.cart-icon-header .cart-count {
  background-color: #022e47;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 0 6px;
  position: absolute;
  top: -8px;
  right: -12px;
}

.cart-icon-header a.cart-contents:hover {
  background-color: #6265fe;
  color: #ffffff;
}

/* #endregion */

/* #region BOTÓN HAMBURGUESA */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1001;
}
/* #endregion */

/* #region RESPONSIVE */

/* Tablets */
@media (max-width: 992px) {
  .custom-header {
    padding: 1.5rem 2rem;
  }

  .nav-menu li a {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .custom-header {
    position: relative;
    padding: 1rem;
    background-color: #022e47;
  }

  .header-container {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .logo-area {
    width: 40%;
  }

  .header-icons {
    width: 46%;
    display: flex;
    margin-top: 1.6rem;
    align-items: center;
  }

  .mobile-menu-toggle {
    display: inline-block !important;
    margin-left: 2rem;
    margin-top: 0.5rem;
    padding: 0.2rem 0.5rem; 
  }

  .main-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-nav-wrapper {
    display: none;
    background: #022e47;
    width: 100%;
    padding: 2rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
  }

  .mobile-nav-wrapper.active {
    display: block !important;
  }
.mobile-menu-toggle:hover {
  background-color: #6265fe;
  color: white;
  transform: scale(1.1);
}
  .nav-menu {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-menu li {
    text-align: left;
  }

  .cart-icon-header a.cart-contents {
    font-size: 20px;
  }

  .login-icon {
    width: 20px;
  }
}

/* Escritorio grande */
@media (min-width: 1440px) {
  .custom-header {
    padding: 4rem 8rem;
  }

  .logo-area .site-logo {
    height: 65px;
  }

  .nav-menu li a {
    font-size: 21px;
    padding: 0.5rem 1rem;
  }

  .cart-icon-header a.cart-contents {
    font-size: 26px;
  }
}

/* #endregion */



/* ==========================================================================
   4. PÁGINA DISTRIBUCIÓN
========================================================================== */
/* #region MAPA */
body.distribucion .custom-header {
  background-color: #022e47 !important;
  color: white;
}

body.distribucion .custom-header a {
  color: white !important;
}

.map-distribution {
  background-color: #f4f5f5;
  padding: 4rem 2rem 0rem 2rem;
  text-align: center;
  margin-top: 10rem;
}

/* Título */
.map-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: -7rem;
  color: #6265fe;
  font-family: 'Poppins', sans-serif;
}

/* Contenedor del mapa */
#map {
  width: 100% !important;
  max-width: 1400px !important;
  height: 700px !important;
  margin: 0rem auto;
  display: block;
  position: relative;
}

/* Leyenda */
.legend {
  margin-top: -3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
}

.legend-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  box-shadow: #000000;
}

.legend-box::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.legend-box.has-distributor::before {
  background-color: #76a6ef;
}

.simplemaps-credits, 
a[href*="simplemaps.com"] {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 120px;
  height: 25px;
  background-color: #f4f5f5;
  z-index: 999;
  text-indent: -9999px;
  overflow: hidden;
}
/* #endregion */

/* #region DISTRIBUIDORES */
.distributors-grid-section {
  background-color: #f4f5f5;
  padding: 0rem 2rem 4rem 2rem;
  text-align: center;
}

.distributor-subtitle {
  font-size: 2.2rem;
  margin-top: 5rem!important;
  font-weight: 700;
  color: #022e47;
  margin-bottom: 1rem!important;
}
.partner-contact-link {
  color: #6265fe;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.partner-contact-link:hover {
  color: #223284; /* Un azul más oscuro, o el color que prefieras */
  text-decoration: underline;
}

.distributors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* o 280px, tú decides */
  gap: 2rem;
  justify-content: center;
  max-width: 1200px;
  margin:  auto;
}

.distributor-card {
  perspective: 1000px;
  width: 100%;
  height: 240px;
  position: relative;
  border-radius: 1.2rem;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.distributor-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.card-front .logo-wrapper {
  height: 100px; /* espacio reservado igual para todos */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-front img {
  width: 150px;         /* ← fuerza el ancho */
  height: auto;         /* ← se adapta en alto */
  object-fit: contain;
  display: block;
}
.card-front h3 {
  font-size: 25px;
  font-weight: 700;
  color: #6265fe;
  margin-top: 2rem;
}

.card-back {
  transform: rotateY(180deg);
  background-color: #6265fe;
  color: white;
  padding: 2rem;
  justify-content: center;
  align-items: center;
}
.card-back p {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.card-back em {
  font-style: italic;
  font-size: 19px;
  font-weight: 500;
  color: #fefefe;
  display: block;
  text-align: justify;
  margin-bottom: 0.5rem;
}
/* #endregion */

/* #region RESPONSIVE */
@media (max-width: 992px) {
    .map-distribution {
    padding: 2rem 1rem;
    margin-top: 4rem;
  }

    .map-title {
    font-size: 1.6rem;
    margin-top: -3rem;
  }
    #map {
    height: 400px !important;
  }

  .legend {
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
    .simplemaps-credits,
  a[href*="simplemaps.com"] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .map-title {
    font-size: 1.8rem;
    margin-top: -4rem;
  }

  #map {
    height: 400px !important;
  }

  .legend {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-top: -6rem;
  }

  .legend-box {
    font-size: 0.95rem;
    gap: 0.6rem;
    margin-top: -2rem;
  }
  .distributor-subtitle {
    margin-top: -2rem!important;
  }
}
@media (min-width: 1440px) {
  .map-distribution {
    padding: 6rem 6rem 2rem 6rem;
    max-width: 1800px;
    margin: 10rem auto 2rem auto;
  }

  .map-title {
    font-size: 3.2rem;
    margin-top: -4rem;
  }

  #map {
    height: 800px !important;
  }

  .legend {
    margin-top: -8rem;
    gap: 3rem;
    font-size: 1.2rem;
  }

  .legend-box {
    font-size: 1.1rem;
    gap: 1.5rem;
  }
}
/* #endregion */



/* ==========================================================================
   6. PÁGINA BLOG/NOTICIAS
========================================================================== */
/* #region BLOG */
.blog-hero {
  position: relative;
  background-image: url('../assets/images/historia-hero.jpg'); /* corregido el nombre */
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  color: white;
}

.blog-hero .overlay {
  background-color: rgba(0, 45, 64, 0.6);
  padding: 4rem 2rem;
  width: 100%;
}

.blog-hero h1 {
  color: white;
  font-size: 40px;
  margin-top: 130px;
  margin-left: 110px;
}

.blog-hero p {
  color: white;
  font-size: 16px;
  margin-left: 110px;
  margin-right: 110px;
}
.blog-hero .container {
  padding: 3.5rem 2rem 2.5rem 2rem;
}


/* TABS */
.news-tabs {
  display: flex;
  gap: 2.5rem;
  position: relative;
  margin: 5.5rem auto 2.5rem auto;
  justify-content: center;
  align-items: flex-end;
}
.news-tabs .tab {
  background: none;
  border: none;
  color: #022e47;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.5rem 1.7rem 0.8rem 1.7rem;
  position: relative;
  transition: color .2s;
  text-decoration: none;
  border-radius: 18px;
}
.news-tabs .tab.active
{
  color: #ffffff;
  background: #022e47;
  box-shadow: 0 2px 10px 0 rgba(38,50,56,0.20);
}
.news-tabs .tab:hover {
  color: #ffffff;
  background: #6265fe;
  box-shadow: 0 2px 10px 0 rgba(38,50,56,0.10);
}

/* NEWS LIST */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin: auto 6rem auto 6rem;
}

/* CARD */
.news-card {
  display: flex;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 18px 0 rgba(38,50,56,.08);
  overflow: hidden;
  align-items: stretch;
  min-height: 200px;
  transition: box-shadow .18s, transform 0.19s cubic-bezier(.42,1.41,.71,.98);
}
.news-card:hover {
  transform: scale(1.04) translateY(-7px);
  box-shadow: 0 12px 36px 0 rgba(38,50,56,.17);
  z-index: 1;
}
.news-card-img img, .news-card-img div {
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 20px 5px 20px 20px;
  display: block;
  background: #022e47;
}
.news-card-content {
  flex: 1;
  padding: 1.5rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .6rem;
  line-height: 1.2;
}
.news-card-title a {
  text-decoration: none;
  color: #022e47;
  transition: color .2s;
}
.news-card-title a:hover {
  color: #0056b3;
}
.news-card-meta {
  color: #888;
  font-size: 0.96rem;
  margin-bottom: 1rem;
}
.news-card-excerpt {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 1rem;
}
.news-card-footer {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: auto;
}
.news-card-btn {
  background: #6265fe;
  color: #fff;
  padding: 0.48rem 1.3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: background .17s;
  font-size: 1rem;
}
.news-card-btn:hover {
  background: #022e47;
  color: #ffffff;
}
.news-card-arrow {
  font-size: 1.5rem;
  color: #6265fe;
}

/* PAGINATION */
.news-pagination {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin: 2.2rem 0 3rem;
}
.news-pagination .page-numbers {
  background: #f4f5f5;
  color: #0056b3;
  padding: 0.5rem 1.15rem;
  border-radius: .6rem;
  font-weight: 500;
  text-decoration: none;
}
.news-pagination .current {
  background: #0056b3;
  color: #fff;
}


body.blog .custom-header a,
body.blog .custom-header .login-icon {
  color: #022e47; /* azul muy oscuro */
}
body.blog .custom-header .login-trigger:hover .login-icon {
  color: #ffffff;
}

body.blog .custom-header .nav-menu > li > a:hover {
  background-color: #6265fe; /* o el color que prefieras */
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.blog .custom-header .sub-menu a {
  color: white !important;
}

body.blog .custom-header .sub-menu a:hover {
  background-color: #6265fe;
  color: white;
}
/* #endregion */

/* #region single post */
.single-post-main {
  padding-top: 0;
}

/* Imagen destacada tipo hero */
.post-hero {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.featured-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.overlay {
  background-color: rgba(15, 5, 94, 0.6); /* azul con transparencia */
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}

.post-hero-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #f4f5f5;
}

.post-hero-text h1 {
  font-size: 42px;
  font-weight: bold;
  margin: 0;
  color: white;
}

/* Fecha */
.post-date {
  margin-top: 1.5rem;
  text-align: left;
  padding-left: 2rem;
  font-size: 16px;
  color: #022e47;
  font-weight: 500;
  background-color: #f4f5f5;
}
.single-post-main,
.post-date,
.post-content-section {
  background-color: #f4f5f5;
}
/* Contenido en 2 columnas */
.post-content-section .post-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2.5rem 2rem 2rem;
  background-color: #f4f5f5;
  color: #022e47;
  margin-top: 0rem;
}

.post-content-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* #endregion */

/* #region RESPONSIVE */
/* -------------------- MÓVILES (≤768px) -------------------- */
@media (max-width: 768px) {
  .blog-hero {
    height: auto;
    padding: 20rem 1.5rem 2rem;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .blog-hero .overlay {
    padding: 3rem 1rem;
  }

  .blog-hero .container {
    padding: 0 1rem;
  }

  .blog-hero h1 {
    font-size: 28px;
    margin: 0 auto 1rem;
  }

  .blog-hero p {
    font-size: 15px;
    margin: 0 auto;
  }

  .news-tabs {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .news-tabs .tab {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }

  .news-list {
    margin: 0 1rem;
  }

  .news-card {
    flex-direction: column;
    min-height: auto;
  }

  .news-card-img img,
  .news-card-img div {
    width: 100%;
    height: 180px;
    border-radius: 1rem 1rem 0 0;
  }

  .news-card-content {
    padding: 1.2rem;
  }

  .news-card-title {
    font-size: 1.2rem;
  }

  .news-card-meta {
    font-size: 0.85rem;
  }

  .news-card-excerpt {
    font-size: 1rem;
  }

  .news-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .news-card-btn {
    font-size: 0.95rem;
    padding: 0.4rem 1rem;
  }

  .news-card-arrow {
    font-size: 1.3rem;
  }

  .news-pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* SINGLE POST */
  .post-hero {
    height: 300px;
  }

  .post-hero-text h1 {
    font-size: 24px;
  }

  .post-content-section .post-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .post-date {
    padding-left: 1rem;
    font-size: 14px;
  }
}


/* -------------------- TABLET (769px–992px) -------------------- */
@media (max-width: 992px) {
  .blog-hero {
    display: block; /* fuerza el flujo normal */
    padding: 8rem 1rem 3rem;
    min-height: 300px; /* altura mínima decente */
    background-size: cover;
    background-position: center;
  }

  .blog-hero h1 {
    font-size: 28px;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

  .blog-hero p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
  }

  .blog-hero .container {
    padding: 0 1rem;
    text-align: center;
  }
  .news-list {
    margin: 0 2rem;
  }

  .news-card-content {
    padding: 1.4rem 1.5rem;
  }

  .news-card-title {
    font-size: 1.35rem;
  }

  .news-card-excerpt {
    font-size: 1.05rem;
  }

  .news-card-btn {
    font-size: 1rem;
  }

  .news-card-arrow {
    font-size: 1.3rem;
  }

  /* SINGLE POST */
  .post-hero-text h1 {
    font-size: 32px;
  }
}


/* -------------------- ESCRITORIOS GRANDES (≥1440px) -------------------- */
@media (min-width: 1440px) {
  .blog-hero h1 {
    font-size: 48px;
    margin-left: 140px;
  }

  .blog-hero p {
    font-size: 18px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .news-list {
    margin: auto 10rem;
  }

  .news-card-img img,
  .news-card-img div {
    width: 260px;
    height: 190px;
  }

  .news-card-title {
    font-size: 1.6rem;
  }

  .news-card-excerpt {
    font-size: 1.15rem;
  }

  .news-card-btn {
    font-size: 1.1rem;
  }
}
/* #endregion */




/* ==========================================================================
   7. PÁGINA PRIVACIDAD
========================================================================== */

/* #region PRIVACIES PAGE STYLES ONLY */

.privacies-section {
  padding: 5rem 2rem;
  background-color: #f4f5f5;
  zoom: 1.05;
}

.privacy-hero{
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  color: white;
}
.privacy-hero h1 {
  color: white;
  font-size: 40px;
  margin-top: 210px;
  margin-left: 110px;
}

.privacy-hero p {
  color: white;
  font-size: 16px;
  margin-left: 110px;
}

.privacy-hero .overlay {
  background-color: rgba(0, 11, 64, 0.6);
  padding: 4rem 2rem;
  width: 1
}
.policies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.policies-grid .category-card {
  height: 150px;
  border-radius: 1.3rem;
  background-color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #6265fe;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  font-size: 20px;
}

.policies-grid .category-icon {
  width: 65px;
  height: 65px;
  margin-top: 2.2rem;
  margin-bottom: 0.3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  transition: filter 0.3s, transform 0.3s;
}

.policies-grid .category-card:hover .category-icon {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

/* Hover para cada tipo de tarjeta de privacy */
.policies-grid .category-card.website:hover   { background-color: #6265fe; color: #fff; }
.policies-grid .category-card.customers:hover { background-color: #6265fe; color: #fff; }
.policies-grid .category-card.suppliers:hover { background-color: #6265fe; color: #fff; }
.policies-grid .category-card.qualityp:hover  { background-color: #6265fe; color: #fff; }

/* Submenu info al hover */
.policies-grid .submenu {
  display: none;
  position: absolute;
  top: 80%;
  left: 2rem;
  width: 80%;
  background: white;
  border-radius: 1rem;
  padding: 1rem 1rem 0.5rem 1.5rem;
  text-align: left;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  z-index: 10;
  color: #6265fe;
  font-size: 0.9rem;
  font-weight: 400;
}
.policies-grid .submenu p {
  margin: 0px 5px 5px 5px;
  line-height: 1.1;
}

.policies-grid .category-card.website:hover .submenu,
.policies-grid .category-card.customers:hover .submenu,
.policies-grid .category-card.suppliers:hover .submenu,
.policies-grid .category-card.qualityp:hover .submenu {
  display: block;
}

/* #endregion */

/* #region templates */
body.page-template-template-policies .custom-header {
  background:linear-gradient(to bottom right, #f4f5f5, #5302cc)!important;
  color: white !important;
}

body.page-template-template-policies .custom-header a {
  color: white !important;
}

.privacies-title {
  background: linear-gradient(90deg, #e1aff9, #5302cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  text-align: center!important;
  font-weight: 800;
  font-size: 3rem; /* Ajusta el tamaño según tu diseño */
  margin-top: 9rem;
}
.privacies-title-wrapper {
  text-align: center;
}

.privacies-main {
  background-color: white;
  min-height: 100vh; /* ← asegura fondo hasta el final */
  padding-bottom: 1rem; /* opcional: más aire abajo */
}
.policy-single-content {
  position: relative;
  max-width: 900px;
  margin: 2rem auto 2rem auto;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  padding: 3rem 2rem;
}
.policy-logo-vertical {
  position: absolute;
  top: 2.5%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 10;
}
.policy-logo-vertical img {
  width: 120px;
  height: auto;
  object-fit: contain;
}
.policy-flex {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.policy-content-col {
  flex: 1;
}
.policy-main-text {
  font-size: 16px;
  color: #022e47;
}
.policy-back {
  margin-top: 2rem;
}

body.page-template-template-policies .wp-block-heading{
  font-size: 18px;
  color: #6265fe;
}
body.page-template-template-policies .site-footer {
  background:linear-gradient(to bottom right, #f4f5f5, #5302cc)!important;
  color: white !important;
}
/* #endregion */

/* #region RESPONSIVE PRIVACIES */

/* -------------------- MÓVIL (≤768px) -------------------- */
@media (max-width: 768px) {
    .privacy-hero h1 {
      margin-top: 130px;
      margin-left: 0px;
    }
  .privacy-hero p{
    margin-left: 0px
  }

  .privacies-title h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .privacies-section {
    padding: 3rem 1rem;
  }

  .policies-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .policies-grid .category-card {
    font-size: 18px;
    height: 140px;
  }

  .policies-grid .category-icon {
    width: 60px;
    height: 60px;
    margin-top: 1.5rem;
  }

  .policies-grid .submenu {
    left: 1rem;
    width: 90%;
    font-size: 0.85rem;
  }

  .policy-single-content {
    padding: 2rem 1.2rem;
    margin: 2rem 1rem;
  }

.policy-logo-vertical {
  display: none;
}

  .policy-flex {
    flex-direction: column;
    gap: 1.5rem;
  }

  .policy-main-text {
    font-size: 15px;
  }
}


/* -------------------- TABLET (769px–992px) -------------------- */
@media (min-width: 769px) and (max-width: 992px) {
  .privacies-title {
    margin-top: 8rem;
    padding: 1rem;
    text-align: center;
  }

  .privacies-section {
    padding: 4rem 2rem;
  }

  .policies-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .policies-grid .category-card {
    font-size: 19px;
    height: 150px;
  }

  .policies-grid .category-icon {
    width: 60px;
    height: 60px;
    margin-top: 2rem;
  }

  .policy-single-content {
    padding: 2.5rem;
  }

  .policy-logo-vertical img {
    width: 100px;
  }

  .policy-main-text {
    font-size: 16px;
  }
}


/* -------------------- DESKTOP GRANDE (≥1440px) -------------------- */
@media (min-width: 1440px) {
  .privacies-title {
    font-size: 48px;
  }

  .privacies-section {
    padding: 6rem 3rem;
  }

  .policies-grid {
    gap: 3.5rem;
    max-width: 1100px;
  }

  .policies-grid .category-card {
    height: 160px;
    font-size: 22px;
  }

  .policies-grid .category-icon {
    width: 70px;
    height: 70px;
  }

  .policy-single-content {
    padding: 4rem;
  }

  .policy-logo-vertical img {
    width: 130px;
  }

  .policy-main-text {
    font-size: 17px;
  }
}

/* #endregion */





/* ==========================================================================
   19. PÁGINA CONTACTO
========================================================================== */
/* #region contact*/
body.contact-page-template {
  background-color: #f4f5f5 !important;
  font-family: 'Poppins', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}

body.contact-page-template .contact-page,
body.contact-page-template .contact-page2,
body.contact-page-template .contact-section-box,
body.contact-page-template .form-wrapper,
body.contact-page-template .contact-info-boxes,
body.contact-page-template .technical-support-section,
body.contact-page-template .contact-logo {
  background-color: #f4f5f5 !important;
  font-family: 'Poppins', sans-serif;
}

body.contact-page-template .contact-title {
  background-color: #022e47;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  margin: 0 -1rem;
  padding: 3rem 0 !important;
  border-radius: 0;
}

body.contact-page-template .contact-section-box {
  background-color: white;
  max-width: 1140px;
  margin: 0 auto 0rem auto;
  padding: 2.5rem;
  border-radius: 16px;
}

body.contact-page-template .form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 3rem 0 0 0;
}

body.contact-page-template .contact-form {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

body.contact-page-template .contact-form .row {
  display: flex;
  gap: 1rem;
}

body.contact-page-template .input-half {
  flex: 1;
}

body.contact-page-template .contact-form input,
body.contact-page-template .contact-form textarea,
body.contact-page-template .contact-form button {
  background-color: #76a6ef !important;
  color: white;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 30px !important;
  font-size: 1rem;
  width: 100%;
}

body.contact-page-template .contact-form input::placeholder,
body.contact-page-template .contact-form textarea::placeholder {
  color: white;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
}

body.contact-page-template .contact-form input.input-half,
body.contact-page-template .contact-form input[type="text"],
body.contact-page-template .contact-form input[type="email"] {
  height: 50px;
}

body.contact-page-template .contact-form textarea {
  height: 280px;
  resize: none;
}

body.contact-page-template .contact-form button {
  width: auto;
  background-color: #76a6ef !important;
  align-self: flex-start;
  cursor: pointer;
  color: white;
  font-weight: bold;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

body.contact-page-template .contact-form button:hover {
  background-color: white !important;
  transform: scale(1.03);
  color: #76a6ef;
}

body.contact-page-template .form-button-inside-widget {
  position: static !important;
  margin-top: 1rem;
  text-align: left;
}

body.contact-page-template .form-widget {
  position: relative;
  flex: 1 1 40%;
  overflow: hidden;
  border-radius: 20px;
  background: url('assets/images/contact-widget.webp') center/cover no-repeat !important;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 417px;
}

body.contact-page-template .form-widget .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(2, 3, 43, 0.7);
  z-index: 1;
}

body.contact-page-template .form-widget .widget-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.contact-page-template .form-widget h3 {
  color: white !important;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: -20px;
}

body.contact-page-template .form-widget p {
  color: white !important;
  text-align: justify;
  font-size: 16px;
}

/* INFO BOXES */
body.contact-page-template .contact-info-boxes {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
}

body.contact-page-template .info-box {
  flex: 1 1 30%;
  background-color: #76a6ef !important;
  min-height: 100px;
  color: white;
  border-radius: 12px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

body.contact-page-template .info-box span {
  font-size: 16px;
  color: white;
  margin-top: 6px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

/* MAPA */
body.contact-page-template .contact-map iframe {
  width: 100%;
  height: 300px !important;
  border-radius: 12px;
  border: none;
  display: block;
  margin-top: -3rem;
  margin-bottom: 0 !important;
}

/* SOPORTE TÉCNICO */
body.contact-page-template .technical-support-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #6265fe;
  margin-bottom: 1.5rem;
  text-align: center;
}

body.contact-page-template .technical-support-section p {
  font-size: 16px;
  max-width: 1060px;
  margin: auto;
  text-align: center;
  color: #022e47;
  line-height: 1.6;
}

body.contact-page-template .technical-support-section a {
  color: #6265fe;
  font-weight: 600;
  text-decoration: none;
}

/* HEADER personalizado */
body.contact-page-template .custom-header {
  background-color: #022e47 !important;
  color: white;
}

body.contact-page-template .custom-header a {
  color: white !important;
}
/* DEBUG */
body.contact-page-template::after {
  content: "ESTILO ACTUAL CARGADO";
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #6265fe;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  z-index: 9999;
}
body.contact-page-template .site-content,
body.contact-page-template .content-area,
body.contact-page-template #primary,
body.contact-page-template main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background-color: #f4f5f5 !important;
}


/* #endregion */








/* ==========================================================================
   20. PÁGINA CARRITO
========================================================================== */

/* #region carrito */
body.woocommerce-cart .woocommerce-message:has(.rfqcart-link-shop),
body.archive .woocommerce-message:has(.rfqcart-link-shop),
body.tax-product_cat .woocommerce-message:has(.rfqcart-link-shop) {
  display: none !important;
}
.custom-success-message.woocommerce-message {
    background: #6265fe !important;
    color: #fff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(62, 71, 226, 0.10) !important;
    font-size: 1.15rem;
    padding: 1.2rem 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 10000;
}


/* #region Checkout personalizado */
.woocommerce-cart .quote-checkout .container {
  width: 1080px!important;
}
/* Fondo general + fuente */
body.woocommerce-cart {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
}

/* Contenedor general */
body.woocommerce-cart .quote-checkout {
  padding: 2rem 2rem;
  margin-bottom: 3rem;
}

/* Diseño en dos columnas */
.quote-checkout .container {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5rem;
}

/* Carrito */
.cart-section {
  flex: 50%;
  background-color: white;
  border-radius: 16px;
  padding: 2rem;
}

.cart-section h2 {
  font-size: 30px;
  color: #6265fe !important;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

/* Tabla del carrito sin precios */
.woocommerce-cart-form__contents {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce-cart-form__contents th {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  background-color: #ffffff;
  margin-top: 3rem!important;
}

.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #ccc;
}

.woocommerce-cart-form__cart-item td {
  padding: 0.8rem 0.5rem;
  vertical-align: middle;
}

/* Ícono eliminar */
.woocommerce-cart-form__cart-item .product-name::before {
  content: "🔵";
  color: #555;
  margin-right: 0.5rem;
  font-weight: bold;
}

/* Cantidad */
.woocommerce-cart-form__cart-item .product-quantity {
  font-weight: 600;
}

/* Botones debajo del carrito */
.cart-section .actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-section .actions .button {
  padding: 0.6rem 1.3rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Botón continuar comprando */
.cart-section .actions .button:first-child {
  background-color: white;
  color: #6b6bff;
  border: 2px solid #6b6bff;
}

/* Botón actualizar */
.cart-section .actions .button:last-child {
  background-color: #4f4fd9;
  color: white;
}

.cart-section .actions .button:last-child:hover {
  background-color: #4f4fd9;
}

/* Formulario de cotización */
.quote-form-section {
  flex: 35%; /* antes era 1, ahora más ancho */
  background-color: #6265fe;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 100%; /* evita que se achique demasiado */
}

.quote-form-section h2 {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* Campos de formulario */
.quote-form input,
.quote-form select,
.quote-form textarea {
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 14px !important;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  width: 100%;
  transition: border 0.3s ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #6b6bff;
  outline: none;
}


/* Campos dobles */
.quote-form .row {
  display: flex;
  gap: 1rem;
}

.quote-form .row input {
  flex: 1;
}

/* Botón */
.quote-form button {
  background-color: #ffffff;
  color: #6265fe;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quote-form button:hover {
  background-color: #7aa9ff!important;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .quote-checkout .container {
    flex-direction: column;
  }

  .cart-section,
  .quote-form-section {
    width: 100%;
  }
}

/* Encabezado en carrito */
body.woocommerce-cart .custom-header{
  background-color: #6265fe;
}
body.woocommerce-cart .custom-header a,
body.woocommerce-cart .custom-header .login-icon {
  color: #fefefe; /* azul muy oscuro */
}
body.woocommerce-cart .custom-header .login-trigger:hover .login-icon {
  color: #6265fe;
}

body.woocommerce-cart .custom-header .nav-menu > li > a:hover {
  background-color: #fefefe; /* o el color que prefieras */
  color: #6265fe;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.woocommerce-cart .custom-header .sub-menu a {
  color: white !important;
}

body.woocommerce-cart .custom-header .sub-menu a:hover {
  background-color: #fefefe;
  color: #6265fe !important;
}
body.woocommerce-cart .custom-header .nav-menu li ul {
background-color: rgba(92, 101, 254, 0.6);
}

body.woocommerce-cart .custom-header .cart-icon-header a.cart-contents:hover {
  color: #6265fe;
  background-color: white;
}

.entry-content.clear,  
.woocommerce-message, 
.woocommerce-error 
.woocommerce-info {
  margin-top: 8rem !important; /* Ajusta el valor según la altura de tu header */
  position: relative;
  z-index: 99;
}
.woocommerce-notices-wrapper{
  position: relative;
  z-index: 99;
}
.woocommerce-message {
  background-color: #e6ecff;
  color: #2a3e8c;
  border-left: 4px solid #6b6bff;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  font-weight: 500;
}


.hidden-product-list {
  display: none;
}
/* 1) Quita todas las líneas (bordes) de la tabla */
.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: none !important;
}

/* 2) Asegúrate de que el colapso de bordes esté activo */
.woocommerce-cart table.shop_table {
  border-collapse: collapse !important;
}

/* 3) Añade sólo una línea inferior a cada fila de producto */
.woocommerce-cart table.shop_table tbody tr:not(:last-child) td {
  border-bottom: 1.5px solid #022e47 !important;
}

/* 4) Opcional: espacio extra bajo la última fila para separación visual */
.woocommerce-cart table.shop_table tbody tr:last-child td {
  padding-bottom: 1rem;
}
/* #endregion */ 

.custom-cart-message {
  background-color: #6265fe !important;
  color: #fff !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(62, 71, 226, 0.10) !important;
  font-size: 1.15rem;
  padding: 1.2rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10000;
}

.custom-cart-message .view-quote-link {
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline;
}

/* #endregion */

/* #region RESPONSIVE */
/* ========== CARRITO – TABLETS (≤992px) ========== */
@media (max-width: 992px) {
  .quote-checkout .container {
    flex-direction: column;
  }

  .cart-section,
  .quote-form-section {
    width: 65%;
  }

  .cart-section h2,
  .quote-form-section h2 {
    text-align: center;
  }

  .cart-section .actions {
    justify-content: center;
  }
}

/* ========== CARRITO – MÓVILES PEQUEÑOS (≤480px) ========== */
@media (max-width: 480px) {
  .quote-checkout,
  .quote-checkout .container,
  .quote-form-section,
  .cart-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
  }
.quote-checkout .container{
  margin-top: -2rem;
}
  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    font-size: 13px;
    padding: 0.6rem 1rem;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .quote-form button {
    width: 100% !important;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }

  .quote-form .row {
    flex-direction: column !important;
  }

  .quote-form .row input {
    width: 100% !important;
  }
}



/* #endregion */



/* ==========================================================================
   22. FOOTER
========================================================================== */
/* #region FOOTER*/
.site-footer {
  background-color: #00263a;
  color: white;
  padding: 3.5rem 2rem 2rem 2rem;
  font-family: 'Poppins', sans-serif;
  min-height: 350px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alinea todo a la izquierda */
}

.footer-column h2,
.footer-column h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fefefe;
  text-align: left; /* Asegura alineación izquierda */
}


.footer-logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 0rem;
}

.footer-logo-placeholder {
  display: none;
  line-height: 9px;
}

.footer-copyright {
  background-color: rgba(255, 255, 255, 0.904);
  color: #022e47;
  text-align: center;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 500;
  margin-top: 1.5rem;
  width: 180px;
  height:40px;
}


.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
  text-align: left;
  line-height: 1;
}

.footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #6265fe;
}
.footer-column p,
.footer-column li {
  font-size: 0.85rem; /* Ajusta el tamao a gusto (por defecto es ~1rem) */
}

.footer-column p {
  line-height: 2.1;
}

.arrow {
  font-size: 1.4rem;
  color: #f4f5f5 !important;
  margin-right: 0.4rem;
  vertical-align: middle;
}

/* #endregion */




.woocommerce-message .close-message {
  font-size: 1.6rem;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  margin-left: auto;
  margin-right: 0.5rem;
}

html body .woocommerce-message > p {
  margin: 1.75em !important;
}
.cart-empty.woocommerce-info {
  margin-top: 7rem!important; /* o el valor que tú necesites */
}