@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #121212;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #121212;
}

h1,
.h1 {
  font-size: 2.8125rem;
  line-height: normal;
}

h1 b,
.h1 b {
  color: #5154F5;
}

h2,
.h2 {
  font-size: 2.1875rem;
  line-height: normal;
}

h2 b,
.h2 b {
  color: #5154F5;
}

h3,
.h3 {
  font-size: 1.5625rem;
  line-height: normal;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  color: #FFA000;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #121212;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

button {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: all 0.3s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

.btn-ele a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 15px 30px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: normal !important;
  border-radius: 13px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  border: none !important;
}

.btn-primary {
  background-color: #FFA000;
  color: #121212;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #121212 !important;
  color: #FFA000 !important;
  border: none !important;
}

.btn-primary-ele a {
  background-color: #FFA000 !important;
  color: #121212 !important;
  border: none !important;
}

.btn-primary-ele a:hover,
.btn-primary-ele a:focus {
  background-color: #121212 !important;
  color: #FFA000 !important;
  border: none !important;
}

.btn-secondary {
  background-color: transparent;
  color: #FFA000;
  border: 1px solid #FFA000;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #FFA000 !important;
  color: #121212 !important;
  border: 1px solid #FFA000 !important;
}

.btn-secondary-ele a {
  background-color: transparent !important;
  color: #FFA000 !important;
  border: 1px solid #FFA000 !important;
}

.btn-secondary-ele a:hover,
.btn-secondary-ele a:focus {
  background-color: #FFA000 !important;
  color: #121212 !important;
  border: 1px solid #FFA000 !important;
}

.btn-tertiary {
  background-color: transparent;
  color: #121212;
  padding: 10px 20px;
  border: none;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
  color: #FFA000;
  border: none;
}

.btn-tertiary-ele a {
  background-color: transparent !important;
  color: #121212 !important;
  padding: 10px 20px !important;
  border: none !important;
}

.btn-tertiary-ele a:hover,
.btn-tertiary-ele a:focus {
  color: #FFA000 !important;
  border: none !important;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 !important;
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.gap-3 {
  gap: 1rem;
}

.gap-20 {
  gap: 20px;
}

@media (max-width: 992px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.1875rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.375rem;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.bodycopy-bold {
  font-weight: 700;
}

.destacado {
  font-size: 0.8125rem;
  font-weight: 400;
}

.destacado-bold {
  font-size: 0.8125rem;
  font-weight: 700;
}

.tag {
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.header-white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  padding: 1.25rem 2rem;
  transition: all 0.3s ease;
  background: transparent;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  padding: 12px 34px;
  height: 94px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

@media (max-width: 1199px) {
  .navbar {
    flex-wrap: wrap;
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 118px;
  flex-shrink: 0;
}

.navbar-brand img {
  width: 132px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease;
}

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

.navbar-nav.menu-principal {
  flex-shrink: 0;
}

.navbar-nav .nav-item {
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #121212;
  padding: 5px 20px !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  background-color: transparent;
  color: #FFA000;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  background-color: #FFFFFF;
}

.navbar-nav .dropdown-item {
  padding: 0.75rem 1.5rem;
  color: #121212;
  transition: all 0.3s ease;
  font-weight: 400;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background-color: rgba(18, 18, 18, 0.05);
  color: #121212;
}

.navbar-nav .dropdown-item.active {
  background-color: #FFA000;
}

.navbar-nav.ms-auto,
.menu-derecha {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  flex-shrink: 0;
}

.boton-idioma {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: transparent;
  position: relative;
}

.boton-idioma:hover {
  background-color: transparent;
}

.boton-idioma .idioma-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.boton-idioma .idioma-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.boton-idioma .wpml-ls-legacy-dropdown,
.boton-idioma .wpml-ls-statics-shortcode_actions,
.boton-idioma a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #121212;
  text-decoration: none;
  white-space: nowrap;
}

.boton-idioma .wpml-ls-legacy-dropdown a {
  border: none;
  background: transparent;
  padding: 0;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background-color: #FFA000;
  color: #121212;
  border-radius: 13px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.header-cta-btn:hover,
.header-cta-btn:focus {
  background-color: #121212;
  color: #FFA000;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
  background: transparent !important;
  margin-left: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  display: inline-block;
  width: 34px;
  height: 30px;
  position: relative;
}

.hamburger-line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #121212;
  transition: transform 0.35s ease, opacity 0.2s ease, top 0.35s ease;
  transform-origin: center center;
  border-radius: 2px;
}

.hamburger-line:nth-child(1) {
  top: 3px;
}

.hamburger-line:nth-child(2) {
  top: 14px;
}

.hamburger-line:nth-child(3) {
  top: 25px;
}

.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1199px) {
  .header-white {
    padding: 1rem;
  }

  .navbar {
    border-radius: 15px;
    padding: 12px 20px;
    height: auto;
    flex-wrap: wrap;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-brand img {
    width: 100px;
    height: auto;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
  }

  .navbar-nav {
    gap: 0.5rem;
    width: 100%;
  }

  .navbar-nav.menu-principal {
    margin-bottom: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    width: 100%;
    justify-content: flex-start;
  }

  .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 0 0 1rem !important;
    border: none !important;
  }

  .dropdown-item {
    padding: 0.75rem 1rem !important;
    color: #121212;
    background-color: transparent !important;
    border: none;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background-color: rgba(18, 18, 18, 0.05) !important;
  }

  .navbar-nav.ms-auto,
  .menu-derecha {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    width: 100%;
    gap: 0.5rem;
    flex-direction: column;
  }

  .boton-idioma {
    width: 100%;
    padding-right: 0;
  }

  .boton-idioma .idioma-icon {
    margin-right: 0.5rem;
  }

  .boton-idioma .idioma-selector {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0;
    padding: 0.75rem 1rem;
  }

  .header-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
  }
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
  background: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  display: inline-block;
  width: 34px;
  height: 30px;
  position: relative;
}

.hamburger-line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #121212;
  transition: transform 0.35s ease, opacity 0.2s ease, top 0.35s ease;
  transform-origin: center center;
  border-radius: 2px;
}

.hamburger-line:nth-child(1) {
  top: 3px;
}

.hamburger-line:nth-child(2) {
  top: 14px;
}

.hamburger-line:nth-child(3) {
  top: 25px;
}

.navbar-toggler.is-active .hamburger-line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.navbar-toggler.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1199px) {
  .header-white {
    padding: 1rem;
  }

  .navbar {
    border-radius: 15px;
    padding: 12px 20px;
    height: auto;
    flex-wrap: wrap;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-brand img {
    width: 100px;
    height: auto;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
  }

  .navbar-collapse .nav-link {
    color: #121212 !important;
  }

  .navbar-nav {
    gap: 0.5rem;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    width: 100%;
  }

  .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 0 0 1rem !important;
    border: none !important;
  }

  .dropdown-item {
    padding: 0.75rem 1rem !important;
    color: #121212;
    background-color: transparent !important;
    border: none;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background-color: rgba(18, 18, 18, 0.05) !important;
  }

  .navbar-nav.ms-auto {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    width: 100%;
  }

  .language-switcher,
  .boton-idioma {
    width: 100%;
    padding-right: 0;
  }

  .language-switcher a,
  .language-switcher .nav-link,
  .boton-idioma a,
  .boton-idioma .nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .header-cta-btn {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1401px) {
  #menu-menu-principal {
    gap: 0rem !important;
  }
}

@media (max-width: 1400px) {
  #menu-menu-principal {
    gap: 0rem !important;
  }

  .header-mytrip-btn,
  .header-cta-btn {
    font-size: 0.85rem !important;
    padding: 0.5rem 1rem !important;
  }
}

@media (max-width: 1200px) {
  #menu-menu-principal {
    gap: 0rem !important;
  }

  #menu-menu-principal .nav-link {
    font-size: 0.9rem;
  }
}

/* Clase de utilidad para bloquear scroll cuando el menú móvil está abierto */
body.menu-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.footer {
  background-color: #FAFAFA;
  color: #121212;
  padding: 3.625rem clamp(1.5rem, 4vw, 4.375rem) 1.5rem;
}

.footer .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.footer .footer-tagline {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  color: #121212;
  margin-bottom: 1.125rem;
}

.footer .footer-tagline p {
  margin: 0;
  line-height: normal;
}

.footer .footer-top-divider {
  border: 0;
  border-top: 1px dashed rgba(18, 18, 18, 0.2);
  margin: 0 0 1.75rem 0;
}

.footer .footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer .footer-col {
  flex: 0 1 auto;
  min-width: 0;
  /*&:nth-child(1) { flex-basis: 117px; } // Sectores
      &:nth-child(2) { flex-basis: 107px; } // Productos
      &:nth-child(3) { flex-basis: 167px; } // Soporte
      &:nth-child(4) { flex-basis: 170px; } // Acerca de
  */
}

.footer .footer-col.footer-col-logo {
  text-align: left;
  flex: 0 1 auto;
}

.footer .footer-logo {
  display: block;
  margin-bottom: 0.9375rem;
}

.footer .footer-logo img {
  width: 100%;
  max-width: 194px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .footer-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 1rem;
  line-height: normal;
  word-wrap: break-word;
}

.footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer .footer-menu li {
  margin: 0;
}

.footer .footer-menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
  word-wrap: break-word;
}

.footer .footer-menu li a:hover {
  color: #FFA000;
  text-decoration: none;
}

.footer .footer-contact {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #121212;
  word-wrap: break-word;
}

.footer .footer-contact p {
  margin: 0 0 0.9375rem 0;
  line-height: normal;
}

.footer .footer-contact a {
  color: #121212;
  text-decoration: underline;
  transition: all 0.3s ease;
  word-break: break-word;
}

.footer .footer-contact a:hover {
  color: #FFA000;
}

.footer .footer-divider {
  border: 0;
  border-top: 1px solid rgba(18, 18, 18, 0.2);
  margin: 2.5rem 0 1.5rem;
}

.footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #121212;
}

.footer .footer-bottom p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer .footer-bottom a {
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .footer-bottom a:hover {
  color: #FFA000;
  text-decoration: underline;
}

.footer .footer-bottom .footer-legal-menu {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-bottom .footer-legal-menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-bottom .footer-legal-menu li::after {
  content: " | ";
  margin: 0 0.5rem;
}

.footer .footer-bottom .footer-legal-menu li:last-child::after {
  display: none;
}

@media (max-width: 1400px) and (min-width: 992px) {
  .footer .footer-columns {
    gap: 1.5rem;
  }

  .footer .footer-col:nth-child(1) {
    flex-basis: 100px;
  }

  .footer .footer-col:nth-child(2) {
    flex-basis: 95px;
  }

  .footer .footer-col:nth-child(3) {
    flex-basis: 140px;
  }

  .footer .footer-col:nth-child(4) {
    flex-basis: 145px;
  }

  .footer .footer-col.footer-col-logo {
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 2rem 1.5rem 1rem;
  }

  .footer .container {
    padding: 0;
  }

  .footer .footer-tagline {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .footer .footer-columns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 0rem;
  }

  .footer .footer-col {
    width: 50%;
    flex-basis: auto;
  }

  .footer .footer-col:nth-child(1) {
    flex-basis: auto;
  }

  .footer .footer-col:nth-child(2) {
    flex-basis: auto;
  }

  .footer .footer-col:nth-child(3) {
    flex-basis: auto;
  }

  .footer .footer-col:nth-child(4) {
    flex-basis: auto;
  }

  .footer .footer-col.footer-col-logo {
    text-align: left;
    flex-basis: auto;
  }

  .footer .footer-menu {
    gap: 0.75rem;
  }

  .footer .footer-logo img {
    width: 150px;
    height: auto;
  }

  .footer .footer-contact {
    font-size: 16px;
  }

  .footer .footer-bottom {
    font-size: 14px;
    text-align: center;
    justify-content: center;
  }

  .footer .footer-bottom p {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 660px) {
  .footer .footer-bottom .footer-legal-menu {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .footer .footer-bottom .footer-legal-menu li::after {
    display: none;
  }
}

@media (max-width: 500px) {
  .footer .footer-col {
    width: 100% !important;
  }
}

.btn-white .elementor-button {
  color: #FFA000 !important;
  background-color: #FAFAFA !important;
  border-color: #FAFAFA !important;
  padding: 15px 30px;
  border-radius: 13px;
  font-weight: 700;
}

.btn-white .elementor-button:hover,
.btn-white .elementor-button:focus,
.btn-white .elementor-button:active {
  color: #FAFAFA !important;
  background-color: #FFA000 !important;
  border-color: #FFA000 !important;
}

.shadow-card {
  background: #FAFAFA;
  border-radius: 20px !important;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.white-text {
  color: #FAFAFA !important;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text span,
.white-text div,
.white-text li {
  color: #FAFAFA !important;
}

.white-text a {
  color: #FAFAFA !important;
  text-decoration: underline !important;
}

.white-text a:hover,
.white-text a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

.white-text .elementor-heading-title,
.white-text .elementor-widget-heading,
.white-text .elementor-text-editor {
  color: #FAFAFA !important;
}

.custom-list ul {
  list-style: none;
  padding-left: 0;
}

.custom-list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.custom-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 8 8' fill='none'%3E%3Ccircle cx='4' cy='4' r='4' fill='%235154F5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-tabs {
  position: relative;
}

.custom-tabs .e-n-tabs {
  display: flex;
  gap: 0 !important;
  border: none;
  border-radius: 20px !important;
  background: transparent;
}

.custom-tabs .e-n-tabs-heading {
  display: flex;
  gap: 1px !important;
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.custom-tabs .e-n-tab-title {
  background: #FAFAFA;
  border: none;
  border-radius: 20px 20px 0 0 !important;
  padding: 20px 30px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #121212 !important;
  text-align: left;
  white-space: normal;
}

.custom-tabs .e-n-tab-title:hover {
  color: #5154F5 !important;
  background: #FAFAFA !important;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.custom-tabs .e-n-tab-title[aria-selected=true] {
  color: #5154F5 !important;
  background: #FAFAFA !important;
  border-bottom: none;
  box-shadow: 0 4px 10px 1px rgba(81, 84, 245, 0.2);
}

.custom-tabs .e-n-tab-title .e-n-tab-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 1.43 !important;
}

.custom-tabs .e-n-tabs-content {
  padding: 30px;
  background: #FAFAFA;
  border-radius: 0 20px 20px 20px !important;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .custom-tabs .e-n-tab-title {
    padding: 15px 20px;
  }

  .custom-tabs .e-n-tab-title .e-n-tab-title-text {
    font-size: 1.125rem !important;
  }

  .custom-tabs .e-n-tabs-content {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .custom-tabs .e-n-tab-title {
    padding: 12px 16px !important;
  }

  .custom-tabs .e-n-tab-title .e-n-tab-title-text {
    font-size: 1rem !important;
  }
}

.card {
  border: 1px solid #FFA000;
  border-radius: 0.375rem;
  overflow: visible;
  position: relative;
  padding-bottom: 2.5rem;
  background-color: #FAFAFA;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.card img {
  width: 100%;
  height: auto;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.card-text {
  color: #121212;
}

.single-wrapper {
  padding: 9rem 0 4rem 0;
}

@media (max-width: 768px) {
  .single-wrapper {
    padding: 2rem 0;
  }
}

.single-image-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0rem;
}

.single-featured-image {
  width: 43rem;
  height: 44rem;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .single-featured-image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

.single-featured-image .single-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single-gallery-slider {
  width: 100%;
  height: 44rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .single-gallery-slider {
    width: 100%;
    height: 400px;
  }
}

.single-gallery-slider .swiper-wrapper {
  height: 100% !important;
  width: 100% !important;
}

.single-gallery-slider .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.single-gallery-slider .swiper-slide img {
  min-width: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.single-gallery-slider .swiper-button-next,
.single-gallery-slider .swiper-button-prev {
  display: none;
}

.single-gallery-slider .swiper-button-next::after,
.single-gallery-slider .swiper-button-prev::after {
  display: none !important;
}

.single-gallery-slider .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.25rem;
  z-index: 20;
}

.single-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F0F0F0;
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.single-gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFA000;
}

.single-no-image {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43rem;
  height: 44rem;
  max-width: 100%;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .single-no-image {
    width: 100%;
    height: 300px;
  }
}

.single-no-image .no-image-placeholder {
  color: #FAFAFA;
  font-size: 1.25rem;
  opacity: 0.8;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.single-image-col .single-gallery-slider .swiper-slide img,
.single-producto-wrapper .single-gallery-slider .swiper-slide img {
  min-width: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.single-content-col {
  padding: 0rem 0rem;
}

@media (min-width: 768px) {
  .single-content-col {
    padding: 0rem 0rem;
  }
}

@media (min-width: 992px) {
  .single-content-col {
    padding: 0rem 0rem;
  }
}

.single-content-wrapper {
  max-width: 650px;
  width: 100%;
  padding-left: 8.38rem;
}

.single-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.81rem;
  color: #121212;
}

@media (min-width: 992px) {
  .single-title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .single-title {
    font-size: 3.5rem;
  }
}

.single-taxonomy {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFA000;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.single-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #121212;
  margin-bottom: 2.5rem;
}

.single-content p {
  margin-bottom: 1.25rem;
}

.single-content p:last-child {
  margin-bottom: 0;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.single-content ul,
.single-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.single-content ul li,
.single-content ol li {
  margin-bottom: 0.5rem;
}

.single-content a {
  color: #FFA000;
  text-decoration: underline;
}

.single-content a:hover {
  opacity: 0.8;
}

.single-cta-btn {
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 1rem;
}

.single-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 160, 0, 0.25);
}

.process-step-connector {
  position: relative;
}

.process-step-connector:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  right: -25%;
  width: 50%;
  height: 1px;
  background-color: #dbdbdb;
  z-index: -1;
}

@media (max-width: 768px) {
  .process-step-connector::after {
    display: none;
  }
}

.cta-big span {
  font-size: 5.1rem;
  font-weight: 700;
  color: #121212;
  line-height: 5rem;
}

.cta-big span b {
  color: #5154F5;
}

/* Estilos para Contact Form 7 — clase raíz .srm-cf7 */
.srm-cf7 {
  max-width: 665px;
  margin: 0 auto;
  padding: 40px 35px;
  font-family: "Roboto", sans-serif;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.srm-cf7 .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}

.srm-cf7 .form-col {
  flex: 1 1 50%;
}

.srm-cf7 .form-col.full-width,
.srm-cf7 .full-width {
  flex: 1 1 100%;
  width: 100%;
}

.srm-cf7 label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: #121212;
  line-height: normal;
}

.srm-cf7 input[type=text],
.srm-cf7 input[type=email],
.srm-cf7 input[type=tel],
.srm-cf7 input[type=date],
.srm-cf7 input[type=number],
.srm-cf7 textarea,
.srm-cf7 select {
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: #FAFAFA;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #121212;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Date input specific styles */
.srm-cf7 input[type=date] {
  position: relative;
  font-family: inherit;
  color: #222;
  cursor: pointer;
}

.srm-cf7 input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.srm-cf7 input[type=date]::-webkit-inner-spin-button,
.srm-cf7 input[type=date]::-webkit-clear-button {
  display: none;
}

.srm-cf7 input[type=date]::-webkit-datetime-edit {
  padding: 0;
  color: #222;
}

.srm-cf7 input[type=date]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.srm-cf7 input[type=date]::-webkit-datetime-edit-text {
  padding: 0 2px;
  color: #222;
}

.srm-cf7 input[type=date]::-webkit-datetime-edit-month-field,
.srm-cf7 input[type=date]::-webkit-datetime-edit-day-field,
.srm-cf7 input[type=date]::-webkit-datetime-edit-year-field {
  padding: 0 2px;
  color: #222;
}

.srm-cf7 input[type=date]::-webkit-datetime-edit-month-field:focus,
.srm-cf7 input[type=date]::-webkit-datetime-edit-day-field:focus,
.srm-cf7 input[type=date]::-webkit-datetime-edit-year-field:focus {
  background-color: rgba(255, 160, 0, 0.1);
  color: #FFA000;
}

/* Number input specific styles */
.srm-cf7 input[type=number] {
  font-family: inherit;
  -moz-appearance: textfield;
}

.srm-cf7 input[type=number]::-webkit-outer-spin-button,
.srm-cf7 input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.srm-cf7 textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}

.srm-cf7 input::-moz-placeholder,
.srm-cf7 textarea::-moz-placeholder {
  color: #BDBDBD;
  font-size: 0.9375rem;
  font-weight: 400;
  opacity: 1;
}

.srm-cf7 input::placeholder,
.srm-cf7 textarea::placeholder {
  color: #BDBDBD;
  font-size: 0.9375rem;
  font-weight: 400;
  opacity: 1;
}

.srm-cf7 input:focus,
.srm-cf7 textarea:focus,
.srm-cf7 select:focus {
  outline: none;
  background: #F0F0F0;
  box-shadow: 0 0 0 2px rgba(255, 160, 0, 0.15);
}

.srm-cf7 .wpcf7-form-control-wrap {
  display: block;
}

.srm-cf7 .wpcf7-list-item {
  margin-left: 0;
}

.srm-cf7 .srm-cf7-accept,
.srm-cf7 .wpcf7-acceptance {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 20px 0 24px 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.4;
}

.srm-cf7 .consent-text {
  font-weight: 400;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 8px;
}

.srm-cf7 .consent-text p {
  font-size: 0.8rem;
}

.srm-cf7 .srm-cf7-accept input[type=checkbox],
.srm-cf7 .wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #FFA000;
}

.srm-cf7 .srm-cf7-accept a,
.srm-cf7 .wpcf7-acceptance a {
  color: #5154F5;
  text-decoration: underline;
  font-weight: 700;
}

.srm-cf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #FFA000;
  color: #121212;
  padding: 15px 30px;
  border-radius: 13px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  transition: all 0.3s ease;
  min-width: 140px;
}

.srm-cf7 .wpcf7-submit:hover,
.srm-cf7 .wpcf7-submit:focus {
  background: #121212;
  color: #FFA000;
  border: none;
}

.srm-cf7 .wpcf7-submit:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 720px) {
  .srm-cf7 .form-row {
    flex-direction: column;
    gap: 14px;
  }

  .srm-cf7 .form-col {
    width: 100%;
  }
}

/* Select arrow */
.srm-cf7 select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #121212 50%), linear-gradient(135deg, #121212 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(1em + 2px), calc(100% - 11px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  padding-right: 40px;
}

/* Phone field with country code */
.srm-cf7 .phone-field-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.srm-cf7 .phone-country-code {
  flex: 0 0 auto;
  min-width: 100px;
}

.srm-cf7 .phone-country-code input {
  padding-left: 36px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 18"><rect width="24" height="6" fill="%23AA151B"/><rect y="6" width="24" height="6" fill="%23F1BF00"/><rect y="12" width="24" height="6" fill="%23AA151B"/></svg>');
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 15px;
}

.srm-cf7 .phone-number {
  flex: 1 1 auto;
}

.archivo-productos .header-section,
.categoria-productos .header-section {
  margin-bottom: 2rem;
}

.archivo-productos .header-section h1,
.categoria-productos .header-section h1 {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.archivo-productos .header-section h1 span,
.categoria-productos .header-section h1 span {
  color: #FFA000;
}

.archivo-productos .header-section p,
.categoria-productos .header-section p {
  font-size: 1.125rem;
  color: #121212;
  opacity: 0.7;
}

.archivo-productos .product-filter-buttons,
.categoria-productos .product-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.archivo-productos .product-filter-buttons .button,
.categoria-productos .product-filter-buttons .button {
  padding: 10px 20px;
  border: 1px solid #F0F0F0;
  border-radius: 13px;
  background: #FAFAFA;
  color: #121212;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.archivo-productos .product-filter-buttons .button:hover,
.categoria-productos .product-filter-buttons .button:hover {
  border-color: #FFA000;
  background: #FFA000;
  color: #121212;
}

.archivo-productos .product-filter-buttons .button.active,
.categoria-productos .product-filter-buttons .button.active {
  border-color: #FFA000;
  background: #FFA000;
  color: #121212;
}

.archivo-productos .product-list .product-card,
.categoria-productos .product-list .product-card {
  height: 100%;
  border: 1px solid #F5F5F5;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #FAFAFA;
}

.archivo-productos .product-list .product-card:hover,
.categoria-productos .product-list .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.archivo-productos .product-list .product-card .product-thumbnail,
.categoria-productos .product-list .product-card .product-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.archivo-productos .product-list .product-card .product-thumbnail img,
.categoria-productos .product-list .product-card .product-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.archivo-productos .product-list .product-card .product-thumbnail:hover img,
.categoria-productos .product-list .product-card .product-thumbnail:hover img {
  transform: scale(1.05);
}

.archivo-productos .product-list .product-card .product-content,
.categoria-productos .product-list .product-card .product-content {
  padding: 1.5rem;
}

.archivo-productos .product-list .product-card .product-content .product-title,
.categoria-productos .product-list .product-card .product-content .product-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.archivo-productos .product-list .product-card .product-content .product-title a,
.categoria-productos .product-list .product-card .product-content .product-title a {
  color: #121212;
  text-decoration: none;
}

.archivo-productos .product-list .product-card .product-content .product-title a:hover,
.categoria-productos .product-list .product-card .product-content .product-title a:hover {
  color: #FFA000;
}

.archivo-productos .product-list .product-card .product-content .product-categories,
.categoria-productos .product-list .product-card .product-content .product-categories {
  margin-bottom: 1rem;
}

.archivo-productos .product-list .product-card .product-content .product-categories .category-badge,
.categoria-productos .product-list .product-card .product-content .product-categories .category-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #F5F5F5;
  border-radius: 13px;
  font-size: 0.8125rem;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archivo-productos .product-list .product-card .product-content .product-categories .category-badge:hover,
.categoria-productos .product-list .product-card .product-content .product-categories .category-badge:hover {
  background: #FFA000;
  color: #121212;
}

.archivo-productos .product-list .product-card .product-content .product-excerpt,
.categoria-productos .product-list .product-card .product-content .product-excerpt {
  margin-bottom: 1rem;
  color: #121212;
  opacity: 0.7;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.single-producto-wrapper {
  padding: 3rem 0;
}

.single-producto-wrapper .single-image-col .single-featured-image {
  width: 100%;
}

.single-producto-wrapper .single-image-col .single-featured-image .single-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.single-producto-wrapper .single-image-col .single-gallery-slider .single-no-image {
  aspect-ratio: 4/3;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.single-producto-wrapper .single-image-col .single-gallery-slider .single-no-image .no-image-placeholder {
  text-align: center;
  color: #121212;
  opacity: 0.4;
}

.single-producto-wrapper .single-content-col .product-categories a.category-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  margin-right: 0.5rem;
  background: #FFA000;
  color: #121212;
  border-radius: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.single-producto-wrapper .single-content-col .product-categories a.category-badge:hover {
  background: #121212;
  color: #FFA000;
}

.single-producto-wrapper .single-content-col .single-title {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #121212;
}

.single-producto-wrapper .single-content-col .product-excerpt {
  font-size: 1.25rem;
  color: #121212;
  opacity: 0.7;
  margin-bottom: 2rem;
}

.single-producto-wrapper .single-content-col .single-description {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.single-producto-wrapper .single-content-col .single-description p {
  margin-bottom: 1rem;
}

.single-producto-wrapper .single-content-col .product-meta {
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
}

.single-producto-wrapper .single-content-col .product-meta .product-price,
.single-producto-wrapper .single-content-col .product-meta .product-sku {
  margin-bottom: 0.75rem;
}

.single-producto-wrapper .single-content-col .product-meta .product-price:last-child,
.single-producto-wrapper .single-content-col .product-meta .product-sku:last-child {
  margin-bottom: 0;
}

.single-producto-wrapper .single-content-col .product-meta .product-price strong,
.single-producto-wrapper .single-content-col .product-meta .product-sku strong {
  margin-right: 0.5rem;
  color: #121212;
}

.single-producto-wrapper .single-content-col .product-meta .product-price .price,
.single-producto-wrapper .single-content-col .product-meta .product-sku .price {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #FFA000;
}

.related-products .product-card {
  border: 1px solid #F5F5F5;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #FAFAFA;
  height: 100%;
}

.related-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.related-products .product-card .product-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.related-products .product-card .product-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.related-products .product-card .product-content {
  padding: 1.5rem;
}

.related-products .product-card .product-content .product-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.related-products .product-card .product-content .product-title a {
  color: #121212;
  text-decoration: none;
}

.related-products .product-card .product-content .product-title a:hover {
  color: #FFA000;
}

@media (max-width: 768px) {

  .archivo-productos .header-section h1,
  .categoria-productos .header-section h1 {
    font-size: 1.75rem;
  }

  .single-producto-wrapper .single-content-col .single-title {
    font-size: 1.75rem;
  }
}

.archivo-descargas .header-section,
.tipo-descarga .header-section {
  margin-bottom: 2rem;
}

.archivo-descargas .header-section h1,
.tipo-descarga .header-section h1 {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.archivo-descargas .header-section h1 span,
.tipo-descarga .header-section h1 span {
  color: #FFA000;
}

.archivo-descargas .header-section p,
.tipo-descarga .header-section p {
  font-size: 1.125rem;
  color: #121212;
  opacity: 0.7;
}

.archivo-descargas .download-filter-buttons,
.tipo-descarga .download-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.archivo-descargas .download-filter-buttons .button,
.tipo-descarga .download-filter-buttons .button {
  padding: 10px 20px;
  border: 1px solid #F0F0F0;
  border-radius: 13px;
  background: #FAFAFA;
  color: #121212;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.archivo-descargas .download-filter-buttons .button:hover,
.tipo-descarga .download-filter-buttons .button:hover {
  border-color: #FFA000;
  background: #FFA000;
  color: #121212;
}

.archivo-descargas .download-filter-buttons .button.active,
.tipo-descarga .download-filter-buttons .button.active {
  border-color: #FFA000;
  background: #FFA000;
  color: #121212;
}

.archivo-descargas .downloads-table,
.tipo-descarga .downloads-table {
  background: #FAFAFA;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.archivo-descargas .downloads-table table,
.tipo-descarga .downloads-table table {
  margin-bottom: 0;
}

.archivo-descargas .downloads-table table thead,
.tipo-descarga .downloads-table table thead {
  background: #FFFFFF;
}

.archivo-descargas .downloads-table table thead th,
.tipo-descarga .downloads-table table thead th {
  font-weight: 700;
  border-bottom: 2px solid #F5F5F5;
  padding: 1rem;
}

.archivo-descargas .downloads-table table tbody tr,
.tipo-descarga .downloads-table table tbody tr {
  transition: all 0.3s ease;
}

.archivo-descargas .downloads-table table tbody tr:hover,
.tipo-descarga .downloads-table table tbody tr:hover {
  background: #FFFFFF;
}

.archivo-descargas .downloads-table table tbody tr td,
.tipo-descarga .downloads-table table tbody tr td {
  padding: 1rem;
  vertical-align: middle;
}

.archivo-descargas .downloads-table table tbody tr td strong a,
.tipo-descarga .downloads-table table tbody tr td strong a {
  color: #121212;
  text-decoration: none;
}

.archivo-descargas .downloads-table table tbody tr td strong a:hover,
.tipo-descarga .downloads-table table tbody tr td strong a:hover {
  color: #FFA000;
}

.badge {
  padding: 0.35rem 0.75rem;
  border-radius: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.badge.badge-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}

.badge.badge-driver {
  background: white;
  color: #5154F5;
}

.badge.badge-manual {
  background: white;
  color: rgb(161.3166666667, 194.6833333333, 84.3166666667);
}

.badge.badge-setup-guide {
  background: rgb(255, 226.5, 178.5);
  color: #332000;
}

.badge.badge-msds {
  background: #ffeccc;
  color: #FFA000;
}

.badge.badge-reach-rohs-svhc {
  background: #787878;
  color: #121212;
}

.single-descarga-wrapper {
  background: #FAFAFA;
}

.single-descarga-wrapper .download-type {
  margin-bottom: 1rem;
}

.single-descarga-wrapper .download-title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #121212;
}

.single-descarga-wrapper .download-meta-info {
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.single-descarga-wrapper .download-meta-info strong {
  display: block;
  color: #121212;
  opacity: 0.7;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}

.single-descarga-wrapper .download-meta-info span {
  font-size: 1.125rem;
  color: #121212;
  font-weight: 500;
}

.single-descarga-wrapper .download-description h3,
.single-descarga-wrapper .download-notes h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #121212;
}

.single-descarga-wrapper .download-description .notes-content,
.single-descarga-wrapper .download-notes .notes-content {
  background: #FFFFFF;
  padding: 1.5rem;
  border-left: 4px solid #FFA000;
  border-radius: 0.375rem;
}

.single-descarga-wrapper .compatible-products h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #121212;
}

.single-descarga-wrapper .compatible-products .products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.single-descarga-wrapper .compatible-products .products-list .product-badge {
  padding: 0.5rem 1rem;
  background: #FFA000;
  color: #121212;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.single-descarga-wrapper .compatible-products .products-list .product-badge:hover {
  background: #121212;
  color: #FFA000;
}

.single-descarga-wrapper .download-sidebar .download-box {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
}

.single-descarga-wrapper .download-sidebar .download-box .btn-download {
  width: 100%;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.single-descarga-wrapper .download-sidebar .download-box .btn-download i {
  margin-right: 0.5rem;
}

.single-descarga-wrapper .download-sidebar .download-thumbnail img {
  width: 100%;
  height: auto;
}

.single-descarga-wrapper .download-sidebar .useful-links h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.single-descarga-wrapper .download-sidebar .useful-links ul li {
  margin-bottom: 0.5rem;
}

.single-descarga-wrapper .download-sidebar .useful-links ul li a {
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}

.single-descarga-wrapper .download-sidebar .useful-links ul li a:hover {
  color: #FFA000;
}

.product-downloads {
  background: #FFFFFF;
}

.product-downloads h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #121212;
}

.product-downloads .downloads-tabs {
  border-bottom: 2px solid #F5F5F5;
}

.product-downloads .downloads-tabs .nav-item {
  margin-bottom: -2px;
}

.product-downloads .downloads-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  color: #121212;
  opacity: 0.6;
  font-weight: 700;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}

.product-downloads .downloads-tabs .nav-item .nav-link:hover {
  color: #FFA000;
  opacity: 1;
  border-bottom-color: #FFA000;
}

.product-downloads .downloads-tabs .nav-item .nav-link.active {
  color: #FFA000;
  opacity: 1;
  border-bottom-color: #FFA000;
  background: none;
}

.product-downloads .downloads-content .tab-pane {
  padding: 2rem 0;
}

.product-downloads .downloads-content .downloads-list .download-item {
  background: #FAFAFA;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}

.product-downloads .downloads-content .downloads-list .download-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.product-downloads .downloads-content .downloads-list .download-item .download-name {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #121212;
}

.product-downloads .downloads-content .downloads-list .download-item .download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-downloads .downloads-content .downloads-list .download-item .download-meta .meta-item {
  font-size: 0.8125rem;
  color: #121212;
  opacity: 0.7;
}

.product-downloads .downloads-content .downloads-list .download-item .download-meta .meta-item strong {
  color: #121212;
  opacity: 1;
}

.product-downloads .downloads-content .downloads-list .download-item .file-size {
  font-size: 1.125rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0.25rem;
}

.product-downloads .downloads-content .downloads-list .download-item .file-name {
  color: #121212;
  opacity: 0.6;
  font-size: 0.8125rem;
}

.product-downloads .downloads-content .downloads-list .download-item .btn-download {
  padding: 15px 30px;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 992px) {
  .product-downloads .downloads-content .downloads-list .download-item .btn-download {
    width: auto;
  }
}

@media (max-width: 768px) {

  .archivo-descargas .header-section h1,
  .tipo-descarga .header-section h1 {
    font-size: 1.75rem;
  }

  .archivo-descargas .downloads-table,
  .tipo-descarga .downloads-table {
    overflow-x: auto;
  }

  .archivo-descargas .downloads-table table,
  .tipo-descarga .downloads-table table {
    min-width: 600px;
  }

  .single-descarga-wrapper .download-title {
    font-size: 1.75rem;
  }

  .single-descarga-wrapper .download-sidebar {
    margin-top: 2rem;
  }

  .product-downloads .downloads-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .product-downloads .downloads-tabs .nav-item .nav-link {
    white-space: nowrap;
    padding: 0.75rem 1rem;
  }

  .product-downloads .downloads-content .download-item .row>div {
    margin-bottom: 1rem;
    text-align: center !important;
  }

  .product-downloads .downloads-content .download-item .row>div:last-child {
    margin-bottom: 0;
  }
}

.dashicons {
  font-family: "dashicons";
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.dashicons.dashicons-download:before {
  content: "\f316";
}

.download-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.download-buttons-wrapper .download-btn-lang {
  flex: 0 0 auto;
  min-width: 150px;
}

@media (max-width: 768px) {
  .download-buttons-wrapper .download-btn-lang {
    width: 100%;
    min-width: 100%;
  }
}

.file-name-line {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.file-name-line:last-child {
  margin-bottom: 0;
}

.archivo-eventos .header-section {
  margin-bottom: 2rem;
  text-align: center;
}

.archivo-eventos .header-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.archivo-eventos .header-section h1 span {
  color: #FFA000;
}

.archivo-eventos .header-section p {
  font-size: 1.125rem;
  color: #666;
}

.archivo-eventos .eventos-list .evento-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}

.archivo-eventos .eventos-list .evento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper .evento-no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFA000 0%, #cc8000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper .evento-no-image .dashicons {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper .evento-fecha-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  color: #FFA000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.archivo-eventos .eventos-list .evento-card .evento-thumbnail-wrapper .evento-hora-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.875rem;
  color: white;
  font-weight: 600;
}

.archivo-eventos .eventos-list .evento-card .evento-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-ubicacion-small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-ubicacion-small .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-title a {
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-title a:hover {
  color: #FFA000;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-excerpt {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions .btn {
  flex: 1;
  text-align: center;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions .btn-outline-primary {
  border: 2px solid #FFA000;
  color: #FFA000;
  background: white;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions .btn-outline-primary:hover {
  background: #FFA000;
  color: white;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions .btn-primary {
  background: #FFA000;
  color: white;
  border: 2px solid #FFA000;
}

.archivo-eventos .eventos-list .evento-card .evento-content .evento-actions .btn-primary:hover {
  background: #cc8000;
  border-color: #cc8000;
}

.archivo-eventos .eventos-list .evento-card:hover .evento-thumbnail-wrapper img {
  transform: scale(1.05);
}

.archivo-eventos .no-eventos {
  text-align: center;
  font-size: 1.125rem;
  color: #666;
  padding: 3rem 0;
}

.single-evento-wrapper {
  padding: 3rem 0;
}

.single-evento-wrapper .evento-info-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.single-evento-wrapper .evento-info-card .evento-fecha-destacada {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #FFA000 0%, #cc8000 100%);
  border-radius: 12px;
  color: white;
}

.single-evento-wrapper .evento-info-card .evento-fecha-destacada .fecha-single .dia,
.single-evento-wrapper .evento-info-card .evento-fecha-destacada .fecha-rango .dia {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.single-evento-wrapper .evento-info-card .evento-fecha-destacada .fecha-single .mes,
.single-evento-wrapper .evento-info-card .evento-fecha-destacada .fecha-rango .mes {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-evento-wrapper .evento-info-card .evento-ubicacion,
.single-evento-wrapper .evento-info-card .evento-horario {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.single-evento-wrapper .evento-info-card .evento-ubicacion:last-of-type,
.single-evento-wrapper .evento-info-card .evento-horario:last-of-type {
  border-bottom: none;
}

.single-evento-wrapper .evento-info-card .evento-ubicacion .dashicons,
.single-evento-wrapper .evento-info-card .evento-horario .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #FFA000;
}

.single-evento-wrapper .evento-info-card .evento-ubicacion strong,
.single-evento-wrapper .evento-info-card .evento-horario strong {
  font-size: 1.125rem;
  color: #121212;
}

.single-evento-wrapper .evento-info-card .evento-ubicacion span,
.single-evento-wrapper .evento-info-card .evento-horario span {
  font-size: 1rem;
  color: #666;
}

.single-evento-wrapper .evento-info-card .evento-cta .btn {
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.single-evento-wrapper .evento-info-card .evento-cta .btn-primary {
  background: #FFA000;
  color: white;
  border: none;
}

.single-evento-wrapper .evento-info-card .evento-cta .btn-primary:hover {
  background: #cc8000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 160, 0, 0.3);
}

.single-evento-wrapper .evento-content-wrapper .evento-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-evento-wrapper .evento-content-wrapper .evento-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #121212;
}

.single-evento-wrapper .evento-content-wrapper .evento-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.single-evento-wrapper .evento-content-wrapper .evento-description p {
  margin-bottom: 1.5rem;
}

.single-evento-wrapper .evento-content-wrapper .evento-description h2,
.single-evento-wrapper .evento-content-wrapper .evento-description h3,
.single-evento-wrapper .evento-content-wrapper .evento-description h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.single-evento-wrapper .evento-content-wrapper .evento-description ul,
.single-evento-wrapper .evento-content-wrapper .evento-description ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 991px) {
  .single-evento-wrapper .evento-info-card {
    position: static;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .archivo-eventos .eventos-list .evento-card .evento-actions {
    flex-direction: column;
  }

  .single-evento-wrapper .evento-content-wrapper .evento-title {
    font-size: 1.875rem;
  }
}

/*# sourceMappingURL=estils.css.map */