/*
Theme Name: The Why Hub
Theme URI: https://rweb.dev
Author: rweb
Author URI: https://rweb.dev
Description: The Theme has been created for The Why Hub. It's fully customized for its purposes.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: thewhyhub
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ----------------- WordPress Core ----------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* ----------------- Normalize ----------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

*:focus {
  outline: 0 !important;
}

input::placeholder {
  color: #ACAAA3 !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ----------------- Theme Specific CSS ----------------- */

:root {
  --thewhyhub-black: #011418;
  --thewhyhub-grey: #F6F6F6;
  --thewhyhub-darkgrey: #E4E4E4;
  --thewhyhub-bordergray: #969696;
  --thewhyhub-white: #fff;
  --thewhyhub-skyblue: #06AED5;
  --thewhyhub-lightblue: #EBF3F5;
  --thewhyhub-yellow: #F0C80B;
  --thewhyhub-purple: #be34da;
  --thewhyhub-green: #98FD1D;
  --thewhyhub-headerfont: "Playfair Display", serif;
  --thewhyhub-mainfont: "Poppins", serif;
}

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

body {
  font-family: var(--thewhyhub-mainfont);
  font: normal, 21px/2.1rem;
  color: var(--thewhyhub-black);
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-top: 0;
  font-family: var(--thewhyhub-headerfont);
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4,
h5 {
  font-size: 20px;
}

p,
li,
span {
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--thewhyhub-black);
  text-decoration: none;
}

a:hover,
a:visited,
.link-underline {
  text-decoration: underline;
}

.link-color {
  color: var(--thewhyhub-skyblue);
}

.link-underline:hover,
.no-link-underline,
.no-link-underline:hover {
  text-decoration: none;
}

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

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

.m-top {
  margin-top: 100px !important;
}

.m-bot {
  margin-bottom: 50px;
}

.bold {
  font-weight: 500;
}

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


.btn-thewhyhub-alt:hover,
.btn-thewhyhub,
.btn-thewhyhub:hover,
.order-again a.button,
.order-again a.button:hover {
  background-color: var(--thewhyhub-skyblue);
  color: var(--thewhyhub-white);
  border: 1px solid var(--thewhyhub-skyblue);
  font-weight: 500 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.btn-thewhyhub-alt {
  background-color: var(--thewhyhub-white);
  color: var(--thewhyhub-black);
  border: 1px solid var(--thewhyhub-black);
  text-decoration: none;
}

.clearfix {
  clear: both;
}

/* Lists */

.ol-thewhyhub,
.ul-thewhyhub {
  margin: 25px 0;
  padding-left: 35px;
  text-align: justify;
}

.ol-thewhyhub li,
.ul-thewhyhub li {
  margin-bottom: 15px;
}

.ol-thewhyhub li::marker,
.ul-thewhyhub li::marker {
  font-weight: 600;
}

/* Flex */

.col-section {
  display: flex;
}

.col-section .col-1 {
  flex: 1;
}

.col-section .col-2 {
  flex: 2;
}

.col-section .col-3 {
  flex: 3;
}

.col-section .col-4 {
  flex: 4;
}

.col-section .col-5 {
  flex: 5;
}

.col-section .col-6 {
  flex: 6;
}

.col-section .col-7 {
  flex: 7;
}

.col-section .col-8 {
  flex: 8;
}

.col-section .col-9 {
  flex: 9;
}

.col-section .col-10 {
  flex: 10;
}

.col-section .col-11 {
  flex: 11;
}

.col-section .col-12 {
  flex: 12;
}

/* Containers */

.container {
  width: 100%;
  margin: 0;
}

.title-solo h1 {
  margin: 0;
}

.gracias-text {
  margin-top: 60px;
}

.content-container {
  background-color: var(--thewhyhub-white);
}

@media (max-width: 912px) {

  .content-container {
    padding: 40px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-section {
    padding-top: 60px;
  }

  .container-section-lg {
    padding-top: 100px;
  }

  .container-section-xlg {
    padding-top: 150px;
  }

  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none !important;
  }

  h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .last-container {
    margin-bottom: 60px;
  }

  .m-top {
    margin-top: 60px !important;
  }
}

@media (min-width: 913px) {

  .content-container {
    padding: 60px;
  }

  .container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .container-section {
    padding-top: 100px;
  }

  .container-section-lg {
    padding-top: 150px;
  }

  .container-section-xlg {
    padding-top: 200px;
  }

  .mobile-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .last-container {
    margin-bottom: 100px;
  }
}


/* ----------------- Header ----------------- */

/* Menu Area*/

.menu-area {
  padding: 20px 100px;
  background-color: var(--thewhyhub-skyblue);
  color: var(--thewhyhub-white);
}

.menu-area a {
  color: var(--thewhyhub-white);
  font-family: var(--thewhyhub-headerfont);
  font-weight: 700;
}

.menu-area .logo {
  margin: auto 0;
  display: flex;
  justify-content: left;
}

.menu-area .logo h1 {
  margin: 0;
}

.menu-area .logo img {
  width: 90px;
}

.menu-area .menu-searchform {
  margin: auto 0;
  position: relative;
  margin-bottom: 15px;
}

.menu-area .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 40%;
}

/* Menú Full Screen */

.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-icons-user {
  position: absolute;
  top: 28px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}

.menu-icons-user i {
  font-size: 24px;
}

.menu-overlay.active~.hamburger {
  display: none;
}

.menu-overlay.active:after {
  display: none;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 6px 0;
  transition: 0.3s;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  background-color: var(--thewhyhub-skyblue);
}

.menu-overlay.closing {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.menu-items {
  list-style: none;
  text-align: center;
  padding: 0;
}

.menu-items li {
  margin: 30px 0;
}

.menu-items a {
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.menu-items a:hover {
  color: var(--thewhyhub-black);
}

.current_page_item>a {
  color: var(--thewhyhub-black);
  text-decoration: underline;
}


/* ----------------- Footer ----------------- */

/* Footer Container */

.footer-area {
  display: flex;
  padding: 80px 100px;
  color: var(--thewhyhub-black);
  background-color: var(--thewhyhub-lightblue);
  gap: 40px
}

.footer-area a,
.footer-area p {
  color: var(--thewhyhub-black);
  font-size: 16px;
}

/* Footer Widgets */

.footer-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--thewhyhub-headerfont);
}

.footer-widget {
  flex: 1;
  padding: 0 20px;
}

.footer-widget p {
  margin-top: 20px;
  font-weight: 300;
}

.footer-widget:first-child {
  padding-left: 0;
}

.social-area {
  margin-top: 30px;
}

.social-area a {
  margin-right: 10px;
}

.footer-widget i {
  font-size: 16px;
}

.footer-widget-libro {
  text-align: center;
}

.footer-widget-libro img {
  display: block;
  width: 22%;
  margin: auto;
  margin-bottom: 20px;
}

.footer-widget-libro .footer-libro-title {
  font-family: var(--thewhyhub-headerfont);
  font-size: 16px;
  font-weight: 700;
}

.footer-widget-libro .footer-empresa {
  margin-bottom: 0;
  text-align: center;
}

.footer-widget-libro .footer-ruc {
  margin-top: 0;
  text-align: center;
}

.footer-widget-logo img {
  width: 90px;
  filter: invert(1);
}

.footer-widget-logo p {
  width: 65%;
}

.footer-widget-categories i {
  color: var(--thewhyhub-skyblue);
  margin-right: 10px;
}

.footer-contact-tel a {
  display: inline-block;
}

/* Footer Social Area */

.social-area {
  display: flex;
  justify-content: left;
}

.social-area a {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-black);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-area a i {
  font-size: 12px;
}

/* Footer Bar */

.footer-bar {
  background-color: var(--thewhyhub-skyblue);
  font-size: 12px;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  color: var(--thewhyhub-white);
}

.footer-policy {
  display: flex;
  justify-content: right;
  margin: auto 0;
}

.footer-policy a {
  margin-left: 40px;
  font-size: 12px;
  color: var(--thewhyhub-white);
}

.footer-date .footer-caption {
  font-size: 12px;
}

.footer-date .footer-caption span.rweb {
  font-size: 12px;
  color: #7400C9;
}

.footer-date .footer-caption:first-child {
  border-right: 1px solid var(--thewhyhub-white);
  padding-right: 8px;
}

.footer-date .footer-caption:nth-child(2) {
  padding-left: 8px;
}


/* ----------------- Elements ----------------- */

/* Cart Mobile Button */

.cart-mobile-btn {
  display: none;
}

/* Table */

.resp-table {
  width: 100%;
  display: table;
}

.resp-table-body {
  display: table-row-group;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: #F4F4F4;
}

.table-head-cell {
  font-weight: 500;
}

.table-equal-head {
  width: 20%;
}

.table-empty-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(odd) .table-body-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(even) .table-body-cell {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-black);
}

.tab-mob-span {
  font-size: 12px;
}

/* Acordeón */

.accordion-container {
  border-bottom: 1px solid var(--thewhyhub-skyblue);
  padding: 0 20px;
}

.accordion-container:first-child {
  margin-top: 0;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 0 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
}

.accordion .accordion-btn-text {
  font-size: 16px;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p,
.panel li {
  padding-right: 50px;
  line-height: 1.6;
}

.panel ul {
  padding-left: 25px;
}

.accordion:after {
  content: '\002B';
  font-size: 25px;
  line-height: 0.5;
  color: #000;
  float: right;
}

.active {
  color: var(--thewhyhub-black);
  background-color: #fff;
}

.active-panel {
  overflow: visible;
  margin-bottom: 30px;
}

.active:after {
  content: "\002D" !important;
  margin-right: 3px;
}

/* Mini Carrito */

.mostrarMinicarrito {
  cursor: pointer;
  position: fixed;
  top: 20%;
  right: 0;
  background-color: var(--thewhyhub-black);
  padding: 15px;
  border-radius: 5px 0 0 5px;
  z-index: 99;
}

.minicart-icon {
  position: relative;
}

.minicart-icon i {
  font-size: 20px;
  color: var(--thewhyhub-white);
}

.minicart-icon .items {
  position: absolute;
  right: -10px;
  top: -7px;
  color: var(--thewhyhub-black);
  background-color: var(--thewhyhub-white);
  border: 2px solid var(--thewhyhub-black);
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: auto;
  font-size: 10px;
  height: auto;
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minicarrito-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.minicarrito {
  position: fixed;
  top: 0;
  right: -1400px;
  height: 100vh;
  background-color: #fff;
  transition: right 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--thewhyhub-grey);
  width: 60vh;
  padding: 20px;
  z-index: 10000;
  overflow-y: auto;
}

.minicarrito h2 {
  font-size: 24px;
  margin-top: 0;
}

.cerrar-minicarrito {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  color: var(--thewhyhub-black);
  border: 0;
}

.minicarrito .mc-producto {
  padding: 10px 0;
  border-bottom: 1px solid var(--thewhyhub-grey);
}

.mc-producto {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.mc-data-container {
  display: flex;
}

.mc-data-container {
  flex: 2;
}

.mc-remove-container {
  flex: 1;
  text-align: right;
}

.mc-thumbnail {
  width: 40%;
  height: auto;
  margin-right: 10px;
}

.mc-data {
  width: 60%;
  margin: auto 0;
}

.mc-data p {
  margin: 0;
  text-align: left;
}

.mc-nombre {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.mc-producto .mc-eliminar {
  color: #ff0000;
  font-size: 20px;
  text-decoration: none;
}

.mc-subtotal,
.mc-descuento,
.mc-impuestos,
.mc-envio {
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  color: var(--thewhyhub-black);
  display: flex;
  justify-content: space-between;
}

.mc-total {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--thewhyhub-skyblue);
  display: flex;
  justify-content: space-between;
}

.mc-total bdi,
.mc-total span {
  font-size: 16px;
  color: var(--thewhyhub-skyblue);
}

.mc-subtotal {
  margin-top: 30px;
}

.mc-botones {
  display: flex;
  gap: 2%;
  margin-top: 20px;
}

.mc-botones .btn-thewhyhub {
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}


/* ----------------- Forms ----------------- */

.form-cf7 .form-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-cf7 .form-container-25 {
  width: 25%;
}

.form-cf7 .form-container-33 {
  width: 33.333333333333%;
}

.form-cf7 .form-container-50 {
  width: 50%;
}

.form-cf7 .form-container-100 {
  display: block;
  margin-bottom: 20px;
}

.form-cf7-footer .form-container-25 input {
  width: 100%;
}

.form-cf7-footer .wpcf7-text {
  columns: var(--thewhyhub-black) !important;
  background-color: var(--thewhyhub-white) !important;
  border-radius: 5px;
}

.form-cf7 .form-title {
  margin: 60px 0 10px;
}

.form-cf7 h2 {
  font-weight: 600;
  font-size: 20px;
}

.form-cf7 input {
  -webkit-appearance: auto;
  appearance: auto;
}

.form-cf7 input.text,
.form-cf7 input.title,
.form-cf7 input[type=email],
.form-cf7 input[type=password],
.form-cf7 input[type=tel],
.form-cf7 input[type=text],
.form-cf7 select,
.form-cf7 textarea {
  font-size: 13px;
  border: 1px solid var(--thewhyhub-bordergray);
  padding: 15px;
  width: 100% !important;
  color: var(--thewhyhub-black);
  font-weight: 400;
  background-color: #00000000;
}

.form-cf7 input[type=date] {
  border: 1px solid var(--thewhyhub-bordergray);
  font-weight: 400;
}

.footer-area .form-cf7 input[type=email] {
  color: #fff;
  border: 1px solid #ffffff85;
}

.form-cf7 textarea {
  height: 120px;
}

.form-cf7 textarea::placeholder {
  opacity: 0.5;
}

.form-cf7 .wpcf7-select {
  height: 44.75px;
  padding: 10px;
}

.form-cf7 .wpcf7-date {
  height: 44.75px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--thewhyhub-black);
}

.form-cf7 .wpcf7-list-item {
  margin: 0;
  font-size: 16px;
  margin: 20px 0 15px;
}

.form-cf7 .wpcf7-spinner {
  display: none;
}

.form-cf7 .wpcf7-submit {
  background-color: var(--thewhyhub-skyblue);
  color: #fff;
  font-size: 16px;
  padding: 15px 50px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.form-cf7 .form-notas p {
  margin-top: 20px;
}

.form-cf7 .form-notas .form-notas-pie {
  margin: 20px 0;
}

.form-cf7 .form-notas .form-notas-pie p {
  margin-top: 10px;
}

.footer-area .form-cf7 .wpcf7-submit {
  background-color: #fff;
  color: var(--thewhyhub-black);
  padding: 10px 50px;
  font-weight: 400;
}

.page-form .form-cf7 .wpcf7-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--thewhyhub-black) !important;
  font-weight: 400;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--thewhyhub-black) !important;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--thewhyhub-black) !important;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--thewhyhub-black) !important;
  font-weight: 400;
  opacity: 1;
}

.form-cf7 a {
  display: inline !important;
  font-size: 16px;
}

.form-cf7 p {
  margin: 0;
  font-size: 16px;
}

/* Mailchimp form */

#mc_embed_shell {
  margin-top: 40px;
}

#mc_embed_signup input {
  font-size: 13px;
  border: 1px solid var(--thewhyhub-bordergray);
  padding: 15px;
  width: 100% !important;
  color: var(--thewhyhub-black);
  font-weight: 400;
  background-color: #00000000;
  margin: 5px 0;
}

#mc_embed_signup .button,
#mc_embed_signup .button:hover {
  border-radius: 0;
  background-color: var(--thewhyhub-skyblue);
  color: var(--thewhyhub-white);
  padding: 0 50px;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 5px !important;
  background-color: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
}


/* ----------------- Loops & Sliders ----------------- */

.loop-container {
  width: 100%;
}

.slider-container {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  padding: 0 80px;
}

.slider-container .slide-item,
.loop-container .loop-item {
  margin: 0 10px;
  position: relative;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  background-color: var(--thewhyhub-lightblue);
}

.experiencia-slider .slide-item {
  background-color: var(--thewhyhub-white);
  margin: 0;
  margin-right: 60px;
}

.slider-container .slide-item .product-image,
.loop-container .loop-item .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 668;
  overflow: hidden;
}

.slider-container .slide-item .product-image img,
.loop-container .loop-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  display: block;
}

.slider-container .slide-item .dirigido-label,
.loop-container .loop-item .dirigido-label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
}

.slider-container .slide-item .agotado-label,
.loop-container .loop-item .agotado-label {
  background-color: var(--thewhyhub-purple);
}

.slider-container .slide-item .dirigido-organizaciones,
.loop-container .loop-item .dirigido-organizaciones {
  background-color: var(--thewhyhub-yellow);
}

.slider-container .slide-item .dirigido-personas,
.loop-container .loop-item .dirigido-personas {
  background-color: var(--thewhyhub-green);
}

.slider-container .slide-item .product-details,
.loop-container .loop-item .product-details {
  margin: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.slider-container .slide-item .product-details p,
.loop-container .loop-item .product-details p {
  font-size: 16px;
}

.slider-container .slide-item .product-details h3,
.loop-container .loop-item .product-details h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.slider-container .slide-item .product-details .product-category,
.loop-container .loop-item .product-details .product-category {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--thewhyhub-skyblue);
  font-weight: 600;
}

.slider-container .slide-item .product-details .product-dual-buttons,
.loop-container .loop-item .product-details .product-dual-buttons {
  margin: auto 0 0;
  display: flex;
  gap: 10px;
}

.slider-container .slide-item .product-details .product-link,
.loop-container .loop-item .product-details .product-link,
.slider-container .slide-item .product-details .product-buy,
.loop-container .loop-item .product-details .product-buy {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
  border-radius: 5px;
  margin: auto 0 0;
  margin-left: 0;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.slider-container .slide-item .product-details .product-link,
.loop-container .loop-item .product-details .product-link {
  color: var(--thewhyhub-black);
  background-color: var(--thewhyhub-lightblue);
  border: 1px solid var(--thewhyhub-black);
  transition: 0.3s ease-in-out;
}

.slider-container .slide-item .product-details .product-link:hover,
.loop-container .loop-item .product-details .product-link:hover {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
}

/* Align Slider left */

.slick-track {
  margin-left: 0 !important;
}

/* Slider arrows */

.prev-slide,
.next-slide {
  background-color: var(--thewhyhub-lightblue);
  color: var(--thewhyhub-black);
  font-size: 20px;
  padding: 5px 10px 8px;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: auto 0;
}

.prev-slide {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.next-slide {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prev-slide:hover,
.next-slide:hover {
  background-color: var(--thewhyhub-skyblue);
  color: #fff;
  border: none;
}

/* Product Loop */

.product-loop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 0;
  margin: 0 auto;
}

.product-loop-empty {
  margin: 20px 50px;
}

.loop-container .loop-item[style="display: none;"] {
  display: none !important;
}

#no-products-message {
  display: none;
}

/* Loop Item Alt */

.loop-item-alt .product-title {
  font-size: 16px !important;
}

.loop-item-alt .product-excerpt {
  font-size: 13px !important;
}

.loop-item-alt .product-dual-buttons {
  gap: 5px !important;
}

.loop-item-alt .product-dual-buttons .button {
  font-size: 12px !important;
  padding: 10px 15px !important;
}


/* ----------------- Form Pages ----------------- */

.page-form .form-cf7 {
  margin: 50px 0 0;
}

.form-woocommerce p:first-child {
  display: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
}

.form-woocommerce button {
  width: 100%;
  background-color: var(--thewhyhub-black) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300 !important;
  margin-top: 10px !important;
  padding: 18px 50px 32px !important;
}

.empresa-details {
  margin-top: 60px;
}

.empresa-details h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}


/* ----------------- Home Page ----------------- */

/* Hero Section */

.hero-section {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  position: relative;
}

.hero-section .hero-background {
  position: relative;
  z-index: 1;
  padding: 0 100px;
}

.hero-section .hero-content {
  position: relative;
  width: 30%;
  padding: 160px 0 160px;
  z-index: 2;
}

.hero-section .hero-content span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.hero-section .hero-content h1 {
  margin: 20px 0;
  font-size: 44;
}

.hero-section .hero-content p {
  font-size: 18px;
}

.hero-section .hero-content .hero-dual-buttons {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.hero-section .hero-content .hero-dual-buttons a {
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: var(--thewhyhub-white);
  text-decoration: none;
}

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

/* Introduction Section */

.introduction-section {
  display: flex;
  align-items: stretch;
  margin: 1px 0;
}

.introduction-section .introduction-img {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.introduction-section .introduction-text {
  width: 50%;
  padding: 150px;
}

.introduction-section .introduction-text h2 {
  font-size: 44px;
}

.introduction-section .introduction-text p {
  margin-bottom: 0;
  font-size: 18px;
}

.introduction-text hr {
  width: 20%;
  border: none;
  height: 2px;
  background-color: var(--thewhyhub-skyblue);
  margin: 40px 0;
}

/* Services Section */

.title-servicios-font h2 {
  font-size: 44px;
}

.title-servicios-font p {
  font-size: 18px;
}

.servicios-section {
  position: relative;
  background-image: url('/wp-content/uploads/2025/03/vector-twh-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.servicios-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0C808;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.servicios-section>* {
  position: relative;
  z-index: 2;
}

.servicios-section .title-servicios {
  text-align: center;
}

.services-pc-grid {
  margin-top: 80px;
}

.services-pc-grid .services-title-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.services-pc-grid .services-title-row .services-title {
  flex: 1;
  text-align: center;
  background-color: var(--thewhyhub-white);
  padding: 30px;
  border-radius: 10px;
}

.services-pc-grid .services-title-row .services-title h3 {
  margin: 0;
}

.services-pc-grid .services-row {
  display: flex;
  gap: 40px;
}

.services-pc-grid .services-row-1 {
  margin-bottom: 10px;
}

.services-pc-grid .services-row .services-row-col {
  display: flex;
  gap: 10px;
}

.services-pc-grid .services-row .services-row-col .services-row-item {
  background-color: var(--thewhyhub-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-img {
  padding: 20px 20px 0 20px;
  text-align: center;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-content p {
  font-size: 16px;
  margin-bottom: 30px;
}

.services-pc-grid .services-row .services-row-col .services-row-item .services-row-item-content a {
  font-size: 16px;
  background-color: var(--thewhyhub-skyblue);
  padding: 10px 20px;
  color: var(--thewhyhub-white);
  border-radius: 5px;
  margin-top: auto;
  text-align: center;
  align-self: center;
  text-decoration: none;
}

.services-pc-grid .services-row .services-row-col {
  flex: 1;
  text-align: center;
}

.services-row-item-empty {
  opacity: 0;
}

/* Blog Section */

.blog-section .container-blog {
  margin-top: 80px;
}

.blog-section .container-blog .loop-post {
  text-align: left;
  background-color: var(--thewhyhub-lightblue);
  padding: 0;
  margin-top: 0;
}

.blog-section .container-blog .loop-post .loop-content {
  padding: 40px;
}

.loop-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

.loop-content p {
  font-size: 16px;
}

.blog-section h2 {
  margin-bottom: 0;
}

.read-more-container {
  margin-top: 20px;
  display: flex;
}

.read-more-container .read-more {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  text-decoration: none;
}

.post-meta {
  display: flex;
  margin-bottom: 20px;
}

.post-meta span {
  font-size: 12px;
}

.blog-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.post-meta-separator {
  margin: 0 15px;
}

/* Anuncios Section */

.anuncios-section {
  display: flex;
}

.anuncios-section .anuncios-img {
  flex: 1;
  background-image: url('/wp-content/uploads/2025/03/anuncios-twh.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 100px;
}

.anuncios-section .anuncios-col {
  flex: 1;
  position: relative;
  background-image: url('/wp-content/uploads/2025/03/vector-twh-2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 100px;
}

.anuncios-section .anuncios-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0C808;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.anuncios-section .anuncios-col>* {
  position: relative;
  z-index: 2;
}

.anuncios-section .anuncios-col .anuncios-title {
  margin-bottom: 40px;
}

.anuncios-section .anuncios-col .anuncios-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--thewhyhub-bordergray);
}

.anuncios-section .anuncios-col .anuncios-item h3 {
  font-size: 18px;
}

.anuncios-section .anuncios-col .anuncios-item p {
  margin-bottom: 0;
  font-size: 16px;
}

.anuncios-section .anuncios-col .anuncio-btn {
  margin-top: 20px;
}

.anuncios-section .anuncios-col .anuncios-item a {
  font-size: 16px;
  background-color: var(--thewhyhub-skyblue);
  padding: 10px 20px;
  color: var(--thewhyhub-white);
  border-radius: 5px;
  margin-top: auto;
  text-align: center;
  display: inline-block;
  width: auto;
  text-decoration: none;
}

.anuncios-section .anuncios-col .anuncios-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* CTA Section */

.home-cta-section {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
}

.home-cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

.home-cta-content a {
  display: inline-block;
}

.home-cta-content .titulo {
  margin-bottom: 50px;
  font-size: 34px;
}


/* ----------------- Pages ----------------- */

/* Page Header */

.page-header {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.page-header h1 {
  margin: 0 0 40px;
}

.page-header p {
  width: 50%;
  margin: 0 auto;
}

.page-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.page-header .content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 150px 100px;
}

/* Page Title */

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

.center-title-section p {
  width: 50%;
  margin: auto;
}


/* ----------------- Servicios Page ----------------- */

.servicios-steps-title {
  text-align: center;
}

.servicios-steps-title p {
  width: 50%;
  margin: 0 auto;
}

.servicios-steps {
  margin-top: 80px;
  text-align: center;
}

.servicios-steps-container {
  display: flex;
  gap: 5px;
  margin-top: 40px;
}

.servicios-steps-item {
  background-color: var(--thewhyhub-lightblue);
  flex: 1;
}

.servicios-steps-item img {
  border-radius: 50%;
  padding: 40px;
}

.servicios-steps-item p {
  margin: 0 20px 40px 20px;
  font-size: 16px;
}

/* Herramientas Section */

.herramientas-section {
  display: flex;
}

.herramientas-section .herramientas-img {
  flex: 1;
  background-image: url('/wp-content/uploads/2025/03/frida.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 100px;
}

.herramientas-section .herramientas-col {
  flex: 1;
  background-color: var(--thewhyhub-white);
  padding: 50px 100px;
}

.herramientas-item-content {
  padding: 40px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.herramientas-item-content p {
  flex-grow: 1;
  margin-bottom: 40px;
}

.herramientas-item-content a {
  font-size: 16px;
  background-color: var(--thewhyhub-skyblue);
  padding: 10px 20px;
  color: var(--thewhyhub-white);
  border-radius: 5px;
  text-align: center;
  align-self: center;
  text-decoration: none;
}

/* Eventos Section */

.eventos-section {
  display: flex;
}

.eventos-section .eventos-img {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 100px;
}

.eventos-section .eventos-col {
  flex: 1;
  background-color: var(--thewhyhub-white);
  padding: 50px 100px;
}

.eventos-section .eventos-col .eventos-title {
  margin-bottom: 40px;
}

.eventos-section .eventos-col .eventos-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--thewhyhub-bordergray);
}

.eventos-section .eventos-col .eventos-item h3 {
  font-size: 18px;
}

.eventos-section .eventos-col .eventos-item p {
  margin-bottom: 20px;
}

.eventos-section .eventos-col .eventos-item .eventos-data {
  margin: 20px 0;
}

.eventos-section .eventos-col .eventos-item .eventos-data p {
  margin: 0;
}

.eventos-section .eventos-col .eventos-item .eventos-dual-buttons {
  margin: auto 0 0;
  display: flex;
  gap: 10px;
}

.eventos-section .eventos-col .eventos-item .eventos-dual-buttons .inscripcion-link,
.eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
  border-radius: 5px;
  margin: auto 0 0;
  margin-left: 0;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link {
  color: var(--thewhyhub-black);
  background-color: var(--thewhyhub-white);
  border: 1px solid var(--thewhyhub-black);
  transition: 0.3s ease-in-out;
}

.eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link:hover {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
}

.eventos-section .eventos-col .eventos-item a {
  font-size: 16px;
  background-color: var(--thewhyhub-skyblue);
  padding: 10px 20px;
  color: var(--thewhyhub-white);
  border-radius: 5px;
  margin-top: auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

.eventos-section .eventos-col .eventos-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.eventos-section .form-cf7 {
  margin-top: 40px;
}


/* ----------------- Contacto Page ----------------- */

.contacto-col {
  display: flex;
}

.contacto-col-form {
  flex: 2;
  margin-right: 100px;
  padding-right: 100px;
  border-right: 1px solid var(--thewhyhub-bordergray);
}

.contacto-col-data {
  flex: 1;
}

.contact-ubicacion {
  font-size: 20px;
  font-family: var(--thewhyhub-headerfont);
  font-weight: 700;
}

.contact-info {
  margin: 40px 0;
}

.contact-info p {
  margin: 5px 0;
}


/* ----------------- FAQ Page ----------------- */

.faq-container h1 {
  margin-top: 0;
}

.accordion-main-container-faq {
  display: none;
}

.accordion-main-container-faq.active {
  display: block;
}

.accordion-main-container-faq .panel p {
  font-weight: 400;
}

.faq-tabs {
  margin-top: 80px;
  text-align: center;
}

.faq-tabs .faq-tab-btn {
  padding: 15px 30px;
  margin: 10px;
  cursor: pointer;
  color: var(--thewhyhub-black);
  background-color: #fff;
  border: 1px solid var(--thewhyhub-black);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.faq-tabs button.active {
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
  color: #fff;
}

.faq-tabs button.active:after,
.accordion-main-container-faq:after {
  display: none;
}


/* ----------------- Nosotros Page ----------------- */

/* Experiencia Section */

.experiencia-container h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}

/* Info Section */

.nosotros-info-section {
  display: flex;
  gap: 100px;
}

.nosotros-info-section-bottom {
  padding-top: 0;
}

.nosotros-info-img {
  flex: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nosotros-info-content {
  flex: 9;
  padding: 100px 0;
}

.nosotros-info-content-right {
  margin-right: 100px;
}

.nosotros-info-content-left {
  margin-left: 100px;
}

.nosotros-info-content-left h2 {
  text-align: right;
}

.nosotros-info-content h2 {
  margin-bottom: 80px;
}

.nosotros-info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px 80px;
}

.nosotros-info-item span {
  color: var(--thewhyhub-skyblue);
  font-family: var(--thewhyhub-headerfont);
  font-size: 28px;
  font-weight: 700;
}

.nosotros-info-item p {
  font-size: 16px;
}

.nosotros-info-item h4 {
  margin: 20px 0;
}

.nosotros-info-empty {
  flex: 3;
}

/* Equipo Section */

.equipo-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  grid-auto-rows: 1fr;
}

.equipo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.equipo-item .equipo-imagen {
  aspect-ratio: 403 / 334;
  overflow: hidden;
}

.equipo-item img {
  display: block;
}

.equipo-item {
  background-color: var(--thewhyhub-lightblue);
}

.equipo-item-content {
  background-color: var(--thewhyhub-lightblue);
  padding: 40px;
}

.equipo-item-content .equipo-text p {
  font-size: 16px;
}

.equipo-item .equipo-titulo {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.equipo-item h4 {
  margin: 10px 0 30px;
}

.equipo-item a {
  margin-top: 40px;
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.equipo-item a i {
  font-size: 12px;
}

/* Consultores Section */

.consultores-section {
  background-color: var(--thewhyhub-lightblue);
  padding-bottom: 100px;
  margin-top: 100px;
}

.consultores-item,
.consultores-item-content {
  background-color: var(--thewhyhub-white);
}

.consultores-item h4 {
  margin-bottom: 0;
}

/* Valores Section */

.valores-section {
  position: relative;
  background-image: url('/wp-content/uploads/2025/03/vector-twh-3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.valores-section .title-valores {
  text-align: center;
  color: var(--thewhyhub-white);
}

.valores-col {
  color: var(--thewhyhub-white);
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-top: 60px;
}

.valores-item {
  flex: 1;
  padding: 40px;
  text-align: center;
}

.valores-item img {
  width: 60%;
}

.valores-col p {
  font-size: 18px;
  margin-bottom: 0;
}


/* ----------------- Blog Page Styles ----------------- */

/* General Styles */

.page-blog .pages-subtitle {
  margin-bottom: 0;
}

/* Blog Loop */

.container-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}

.loop-post {
  width: calc(96% / 3);
  margin-bottom: 2%;
}

.home-sections .loop-post {
  margin-bottom: 0;
}

/* Newsletter Section */

.home-newsletter-section {
  position: relative;
  background-image: url('/wp-content/uploads/2025/03/newsletter-test.jpg');
  background-size: cover;
  background-position: center;
  height: 800px;
  width: 100%;
}

.home-newsletter-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  background-color: var(--thewhyhub-white);
  padding: 40px;
}

.home-newsletter-content .titulo {
  margin-bottom: 20px;
  font-size: 34px;
}

.home-newsletter-content .form-cf7 {
  margin-top: 50px;
}

.home-newsletter-content .form-cf7 p {
  text-align: left;
}

.home-newsletter-content .form-cf7 p .wpcf7-list-item {
  margin-top: 0;
}


/* ----------------- Blog Entry Page ----------------- */

/* Back to blog */

.back-to-blog {
  border-bottom: 1px solid var(--thewhyhub-bordergray);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.back-to-blog a {
  font-size: 16px;
}

/* Blog Entry General Styles */

.page-articulo .archive-sidebar-container {
  margin-top: 80px;
}

.page-articulo h1,
.page-articulo h2,
.page-articulo h3,
.page-articulo h4,
.page-articulo h5 {
  font-family: var(--thewhyhub-headerfont);
  font-weight: 700;
}

/* Blog Entry Meta */

.post-meta-entry {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

/* Blog Entry Content */

.blog-entry-content {
  text-align: justify;
}

.blog-entry-content h1 {
  margin: 0 0 40px;
  font-size: 44px;
}

.blog-entry-content h2 {
  margin-top: 40px;
}

.blog-entry-content h3 {
  margin-top: 30px;
}

.blog-entry-content a {
  color: var(--thewhyhub-skyblue);
  text-decoration: underline;
}

.blog-entry-content figure,
.blog-entry-content .wp-block-columns {
  margin: 40px 0;
}

.blog-entry-content .wp-block-columns figure {
  margin: 0;
}

/* Blog Entry Video */

.wp-block-embed {
  margin: 40px 0;
}

.wp-block-embed__wrapper,
.wp-block-video {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100% !important;
}

.wp-block-embed__wrapper iframe,
.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tag Links */

.entry-tags {
  margin-top: 40px;
}

.entry-tags a {
  font-size: 16px;
  line-height: 2;
  color: var(--thewhyhub-skyblue);
  font-weight: 300;
}

/* Blockquote */

.blog-entry-content blockquote {
  border-left: 3px solid var(--thewhyhub-skyblue);
  padding: 20px 40px;
  margin: 40px 0;
  color: var(--thewhyhub-skyblue);
  font-family: var(--thewhyhub-headerfont);
  font-weight: 600;
}

.blog-entry-content blockquote p {
  font-size: 20px;
  margin: 0;
}

/* Share Links Entry */

.share-links-entry {
  padding: 100px 0;
  border-top: 1px solid var(--thewhyhub-bordergray);
  border-bottom: 1px solid var(--thewhyhub-bordergray);
  margin: 100px 0;
}

.share-links-entry .share-links {
  text-align: left;
  margin: 0;
}

.share-links-entry .share-links h2 {
  margin: 0 0 20px 0;
}

/* Comment Section */

#comments {
  margin-top: 80px;
}

.commentlist {
  list-style: none;
}

.comment-meta img {
  width: auto;
}

.commentlist a {
  text-decoration: underline;
}

.commentlist .reply a {
  font-size: 12px;
  padding: 8px 15px;
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}

/* Comment Form */

.comment-respond {
  margin-top: 80px;
}

.comment-respond form .comment-form-comment,
.comment-respond form .comment-form-author,
.comment-respond form .comment-form-email {
  display: flex;
  flex-direction: column;
}

.comment-respond form .comment-form-comment textarea,
.comment-respond form .comment-form-author input,
.comment-respond form .comment-form-email input {
  padding: 10px;
  border: 1px solid var(--thewhyhub-bordergray);
  border-radius: 5px;
}

.comment-form-url {
  display: none !important;
}

.comment-respond form .comment-form-comment label,
.comment-respond form .comment-form-author label,
.comment-respond form .comment-form-email label {
  font-weight: 600;
}

.comment-respond form .form-submit input {
  font-family: var(--thewhyhub-mainfont) !important;
  font-weight: 500;
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: none;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
}

/* Blog Entry Sidebar */

.noticias-destadas-container img {
  display: block;
}

/* Blog Entry Download */

.entry-herramienta-download-container {
  background-color: var(--thewhyhub-lightblue);
  padding: 40px;
  text-align: center;
  margin-bottom: 80px;
}

/* Blog Entry Audio */

.entry-audio-container {
  margin-bottom: 80px
}

.entry-audio-container h4 {
  font-size: 22px;
  margin-top: 0;
  font-family: var(--thewhyhub-mainfont);
  font-weight: 600;
}


/* ----------------- Highlights ----------------- */

/* Highlight Section */

.highlight-section {
  display: flex;
  gap: 30px;
}

.highlight-section h5 {
  font-family: var(--thewhyhub-mainfont);
  font-weight: 600;
}

.highlight-column-main {
  flex: 2 !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.highlight-column-small {
  flex: 1 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-section h4 {
  margin: 0 0 40px 0;
  font-size: 22px;
}

.highlight-section img {
  display: block;
  margin: 0;
}

/* Entry Cards General */

.news-side-section .entry-title {
  margin-top: 0;
}

/* Entry Card Main */

.entry-card-main span {
  display: block;
  font-size: 16px;
}

.entry-card-main h5 {
  font-size: 24px;
  margin: 20px 0;
}

.entry-card-main p {
  font-size: 16px;
  margin: 0;
}

.entry-card-main .read-more {
  text-decoration: none;
  font-weight: 500;
}

/* Entry Card Small */

.entry-card-small span {
  display: block;
  font-size: 12px;
}

.entry-card-small h5 {
  font-size: 16px;
  margin: 20px 0;
  font-family: var(--thewhyhub-mainfont);
  font-weight: 600;
}

.entry-card-small p {
  font-size: 16px;
  margin: 0;
}

.entry-card-small .read-more {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

/* Entry Card XS */

.entry-card-xs span {
  display: block;
  font-size: 10px;
}

.entry-card-xs h5 {
  font-size: 12px;
  margin: 10px 0 0;
}

/* Entry Cards Separators */

.entry-column-various .entry-card:first-child {
  padding-top: 0;
}

.entry-column-various .entry-card:last-child {
  padding-bottom: 0;
  border: none;
}

/* Entry Cards Flex */

.entry-card-flex {
  display: flex;
}

.entry-card-flex-column {
  flex: 1;
}

.entry-card-flex span {
  margin-top: 5px;
}

.entry-card-flex-img {
  display: flex;
  align-items: stretch;
}

.entry-card-flex-img a {
  display: flex;
  flex: 1;
}

.entry-img-main {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.entry-img-side {
  object-fit: cover;
  width: 100%;
}


.entry-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}


/* Card Text */

.entry-card-content {
  padding: 40px;
  background-color: var(--thewhyhub-lightblue);
}

.highlight-column-small-text span {
  margin-top: 0;
}

.highlight-column-small-text h5 {
  margin-bottom: 0;
}


/* ----------------- Archive ----------------- */

/* Archive Container */

.archive-container {
  display: flex;
  gap: 100px;
}

.archive-container-col-5 {
  flex: 5;
}

.archive-container-col-2 {
  flex: 2;
}

/* Archive Sidebar */

.archive-sidebar-container {
  margin-top: 80px;
}

.noticias-destadas-container h4 {
  font-size: 22px;
  margin-top: 0;
  font-family: var(--thewhyhub-mainfont);
  font-weight: 600;
}

.noticias-destadas-container h4 a {
  text-transform: uppercase;
}

.ultimas-noticias-container h4 {
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase;
}

.ultimas-noticias-container h5 {
  margin-bottom: 0;
}

.ultimas-noticias-container span {
  margin-top: 0;
}

/* Archive Pagination */

.pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.pagination .next,
.pagination .previous {
  width: 40%;
}

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

.pagination a {
  font-size: 16px;
  color: var(--ambar-yellow-text);
  font-weight: 600;
}

/* Archive Entry */

.archive-entry {
  margin: 40px 0;
  border-bottom: 1px solid var(--ambar-lightgrey);
}

.archive-entry:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.archive-entry h5 {
  font-size: 18px;
  font-family: var(--thewhyhub-mainfont);
  font-weight: 600;
}

.archive-entry p {
  font-size: 16px;
}


/* ----------------- Account Pages ----------------- */

/* Formularios de Login/Register */

.woocommerce-account .container {
  padding-right: 25%;
  padding-left: 25%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 1;
}

.woocommerce-account .page-center-md {
  padding: 50px 30% 0;
  margin: 0;
}

.woocommerce-form-register {
  display: none;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.tab-buttons .btn-thewhyhub {
  background-color: #fff;
  border: 1px solid var(--thewhyhub-black);
  color: var(--thewhyhub-black);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.tab-buttons .active {
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
  color: #fff;
  cursor: auto;
}

.tab-button::before,
.tab-button::after {
  content: none !important;
}

/* Form */

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  float: none;
  width: 100%;
  margin: 10px 0;
  background-color: var(--thewhyhub-skyblue);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

.woocommerce .woocommerce-form-register .woocommerce-Button,
.woocommerce .woocommerce-form-register .woocommerce-Button:hover {
  width: 100%;
  margin: 10px 0;
  background-color: var(--thewhyhub-skyblue);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

.woocommerce form.login,
.woocommerce form.register {
  margin-bottom: 0;
}

form.woocommerce-form.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-login.login span,
form.woocommerce-form.woocommerce-form-register.register p,
form.woocommerce-form.woocommerce-form-register.register span {
  font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  gap: 5px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  padding: 12px;
  border: 1px solid var(--thewhyhub-bordergray);
  border-radius: 0;
}

/* General styles account */

.woocommerce-edit-account .container,
.woocommerce-edit-address .container,
.woocommerce-downloads .container,
.woocommerce-orders .container,
.woocommerce-dashboard .container {
  padding-right: 10%;
  padding-left: 10%;
}

.woocommerce-edit-account .content-container,
.woocommerce-edit-address .content-container,
.woocommerce-downloads .content-container,
.woocommerce-orders .content-container,
.woocommerce-dashboard .content-container {
  background-color: var(--thewhyhub-grey);
  padding-top: 0;
}

nav.woocommerce-MyAccount-navigation {
  display: flex;
  flex-direction: column;
}

nav.woocommerce-MyAccount-navigation a {
  border: 1px solid var(--thewhyhub-black);
  margin: 5px 0;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation a:first-child {
  margin-top: 0;
}

.woocommerce-MyAccount-content {
  background-color: var(--thewhyhub-white);
  border-radius: 10px;
  width: 62% !important;
}

nav.woocommerce-MyAccount-navigation a.is-active {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  border: 1px solid var(--thewhyhub-skyblue);
}

/* Datos */

.woocommerce-account fieldset {
  margin: 30px 0;
}

.woocommerce-account .woocommerce-Button {
  display: inline-block;
  padding: 15px 30px !important;
  margin: 5px;
  color: #fff !important;
  background-color: var(--thewhyhub-skyblue) !important;
  font-weight: 500 !important;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
}


.woocommerce-account .woocommerce-orders-table__cell .view {
  color: #fff !important;
  background-color: var(--thewhyhub-skyblue) !important;
  font-weight: 500 !important;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
  width: 100%;
}

.woocommerce .woocommerce-order-details .order-actions-button {
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.woocommerce-MyAccount-content h2 {
  font-size: 20px;
  margin-top: 40px;
}

/* Direcciones */

.woocommerce-account .col2-set {
  display: block;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-account .col2-set .col-2 {
  margin-top: 20px;
}

.woocommerce-account .addresses .title h3 {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  display: block;
  margin-bottom: 20px;
}

/* Notices */

.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  padding: 20px 20px 0 50px;
  display: flex;
  flex-direction: column;
}

.woocommerce-MyAccount-content .woocommerce-error::before,
.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-message::before {
  top: 20px;
  left: 20px;
}

.woocommerce-MyAccount-content .woocommerce-error .button,
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-message .button {
  margin-top: 20px;
  width: max-content;
}


/* ----------------- Politicas Page ----------------- */

.politica-content h2 {
  margin-top: 60px;
  font-size: 22px;
}

.politica-content .resp-table {
  margin: 40px 0;
}

.page-terminos-condiciones .politica-content h2:first-child {
  margin-top: 0;
}

.page-privacidad .politica-content p:first-child,
.page-cookies .politica-content p:first-child {
  margin-top: 0;
}

.page-privacidad h2:first-child {
  margin-top: 0;
}


/* ----------------- 404 Styles ----------------- */

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

.page-404 h1 {
  font-size: 164px;
  line-height: 1;
  margin: 0;
}

.page-404 p {
  margin: 50px 0;
  font-size: 18px;
}


/* ----------------- WOOCOMMERCE STYLES ----------------- */


/* ----------------- Global WooCommerce Styles ----------------- */

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
  margin: 0;
  width: 15px;
  height: 35px;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--thewhyhub-bordergray);
  height: 40px;
  border-radius: 5px;
}


/* ----------------- Woo Default Notices ----------------- */

/* Current notices */
.woo-notice-container a,
.return-to-shop a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-error a,
.woocommerce-checkout .woocommerce-info a {
  background-color: var(--thewhyhub-skyblue) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  width: max-content;
  margin-top: 10px !important;
}

.woocommerce-checkout .woocommerce-message {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--thewhyhub-white);
  border-top-color: var(--thewhyhub-black);
  margin: 0;
  padding: 2em 100px 1.5em 125px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  margin-bottom: 20px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 2em;
  left: 100px;
}

.cartflow-page .woocommerce-error,
.cartflow-page .woocommerce-info,
.cartflow-page .woocommerce-message {
  padding: 1.5em 100px 1.5em 45px;
}

.cartflow-page .woocommerce-error::before,
.cartflow-page .woocommerce-info::before,
.cartflow-page .woocommerce-message::before {
  top: 1.5em;
  left: 20px;
}

.custom-woonotice {
  display: flex;
  flex-direction: column;
}

/* ----------------- Product Page ----------------- */

/* General Styles */

.col-product-info {
  padding-right: 100px;
  margin-right: 100px;
  border-right: 1px solid var(--thewhyhub-bordergray);
  flex-grow: 2;
  flex-shrink: 1;
  min-width: 0;
}

.page-header-producto h1 {
  margin: 0;
}

.product-page-title-data {
  margin-top: 40px;
}

/* Side Content */

.col-product-sidebar {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

.col-product-info h2 {
  font-size: 22px;
  font-weight: 700;
}

.product-paragraph-content h2 {
  margin-bottom: 40px;
}

.col-product-info .col-product-info-container {
  margin-bottom: 80px;
}

/* Video Producto */

.video-pt-container {
  position: relative;
  padding-top: 56.25%;
}

.video-pt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Reviews */

.reviews-container {
  padding: 0;
  position: relative;
  padding: 0 60px;
}

.reviews-container .review-item {
  padding: 50px;
  margin: 10px;
  border: 1px solid #00000020;
  border-radius: 10px;
  position: relative;
}

.reviews-container .review-item p:first-child {
  margin-top: 0;
}

.reviews-container .review-item strong {
  color: var(--thewhyhub-skyblue);
}

.reviews-container .review-item .review-author {
  font-weight: 600;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
}

.reviews-container .review-item .review-tag {
  margin: 0;
  font-size: 13px;
}

.reviews-slider {
  display: flex;
  gap: 20px;
}

.review-quote-wrapper {
  position: relative;
  display: inline-block;
}

.quote-start {
  display: block;
  font-size: 3rem;
  line-height: 0;
  color: #66fd3f;
  margin-top: 50px;
  margin-bottom: -20px;
}

.quote-end {
  display: inline;
  font-size: 3rem;
  line-height: 0;
  color: #66fd3f;
  vertical-align: bottom;
  margin-left: 5px;
}

.reviews-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

/* Mapa Ubicación */

.ubicacion-mapa {
  margin-top: 40px;
}

/* Price Container */

.col-product-sidebar .product-price {
  font-family: var(--thewhyhub-headerfont);
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
}

.col-product-sidebar .product-price .sale-regular-price {
  margin-right: 15px;
  color: #999;
}

.col-product-sidebar .product-price .sale-regular-price del {
  font-size: 28px;
}

.col-product-sidebar .product-price .regular-price span,
.col-product-sidebar .product-price .sale-price span,
.col-product-sidebar .product-price .sale-regular-price span {
  font-size: 28px;
}

.col-product-sidebar .product-price .regular-price span,
.col-product-sidebar .product-price .sale-price span {
  font-weight: 700;
}

/***** Add To Cart Container *****/

.producto-compra-container {
  background-color: var(--thewhyhub-lightblue);
  padding: 40px;
  text-align: center;
}

.producto-comprado-container .add-to-cart-container {
  margin: 0;
}

.add-to-cart-container {
  margin-top: 30px;
}

.add-to-cart-container .product-buy {
  width: 100%;
  color: var(--thewhyhub-white) !important;
  background-color: var(--thewhyhub-skyblue) !important;
  border: 1px solid var(--thewhyhub-skyblue) !important;
  border-radius: 5px !important;
  margin: auto 0 0 !important;
  margin-left: 0 !important;
  padding: 15px 25px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-block;
}

table.variations {
  display: flex;
}

table.variations tr {
  display: flex;
  flex-direction: column;
}

table.variations tr th.label {
  text-align: left;
  margin-bottom: 10px;
}

.reset_variations {
  display: none;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce-variation-price .price ins {
  text-decoration: none !important;
}

.woocommerce-variation-price .price,
.woocommerce-variation-price .price .bdi,
.woocommerce-variation-price .price span {
  font-size: 28px;
  font-weight: 600;
  color: var(--thewhyhub-skyblue);
}

.woocommerce-variation-price .price del {
  margin-right: 15px;
  color: #999;
}

.woocommerce-variation-price .price del .bdi,
.woocommerce-variation-price .price del span {
  color: #999;
  font-weight: 400;
}

/* Product Data Container */

.product-data-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px 50px;
  align-items: start;
}

.product-data-item {
  display: contents;
}

.product-data-item h2 {
  font-size: 16px;
  font-weight: bold;
  margin: auto 0;
}

.product-data-item p {
  margin: 0;
}

.product-highlights-container {
  display: flex;
  gap: 40px;
  padding: 30px 50px 80px !important;
}

.highlight-item {
  flex: 1;
  text-align: center;
}

.highlight-item i {
  color: var(--thewhyhub-skyblue);
  font-size: 28px;
}

.highlight-item p {
  margin-bottom: 0;
  font-weight: 500;
}

/* Description Container */

.product-paragraph-content {
  text-align: justify;
}

.description-container .description-item {
  margin-top: 50px;
}

.description-container .description-item:first-child {
  margin-top: 0;
}

/* Share Links */

.share-links {
  margin-top: 40px;
  text-align: center;
}

.share-links h2 {
  font-size: 18px;
  margin: 20px;
}

.share-links a {
  margin: 0 10px;
}

.share-links a:last-child {
  margin-right: 0;
}

.share-links .copy-url {
  cursor: pointer;
}


/* Related Products Container */

.related-products-side-container {
  margin-top: 80px;
}

.related-products-container h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.related-products-container .product-loop {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* ----------------- Shop Page / Archives Page ----------------- */

.page-archive h1 {
  margin: 0;
  font-weight: 700;
}

.page-archive h1 span {
  font-size: 44px;
}

/* Filtros */

.archive-col-products {
  gap: 40px
}

.archive-filters-content {
  background-color: var(--thewhyhub-white);
  padding: 20px 40px 40px;
}

.archive-filters .filter-name {
  font-size: 16px;
  font-weight: 500;
}

.archive-filters label {
  font-size: 16px;
}

.archive-filters .btn-thewhyhub {
  margin-top: 20px;
  width: 100%;
}

.archive-filters .accordion {
  border-top: 1px solid var(--thewhyhub-bordergray);
  position: relative;
  padding: 0;
  font-family: var(--thewhyhub-mainfont);
}

.archive-filters .accordion:after {
  position: absolute;
  top: 16px;
  right: 20px;
}

.archive-filters .movil-acordion {
  margin-top: 30px;
}

#price-slider {
  margin: 20px 0;
  width: 100%;
}

.price-range {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  color: var(--thewhyhub-black);
}

.filter-items p {
  font-weight: bold;
}

#price-slider {
  width: 86%;
  margin: 10px auto;
}

.noUi-connect {
  background-color: var(--thewhyhub-skyblue) !important;
}

.product-count-number {
  color: var(--thewhyhub-skyblue);
  font-weight: 600;
}

/* Archive Grid */

.categories-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.category-item {
  flex: 1;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.category-image img {
  width: 100%;
  height: auto;
}

.category-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.category-content h3 {
  font-size: 18px;
  margin: 0;
}

.category-content p {
  font-size: 16px;
  flex-grow: 1;
  margin: 20px 0 40px;
}

.category-button {
  display: inline-block;
  margin-top: auto;
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 5px;
  background: var(--thewhyhub-skyblue);
  color: #fff;
  align-self: center;
  text-decoration: none !important;
}

/* No product message */

.no-products-message {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.no-products-message .form-cf7 p {
  text-align: left;
}


/* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

.cartflow-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  color: #fff;
  background-color: var(--thewhyhub-black);
}

.cartflow-text,
.cartflow-bar-text {
  margin: auto 0;
  font-weight: 300;
}

.cartflow-header-logo {
  width: 5%;
  margin: auto 0;
}

.cartflow-footer {
  margin-top: 80px;
}

.cartflow-footer .footer-bar {
  color: #fff;
  background-color: var(--thewhyhub-skyblue);
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
}

.cartflow-footer .footer-date,
.cartflow-footer .footer-date span {
  font-size: 12px;
  font-weight: 300;
}

.cartflow-footer .footer-bar a {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}

.cartflow-footer .footer-bar .footer-bar-links {
  margin: auto 0;
}

/* Steps */

.progress-container {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 5%;
}

.progress-bar {
  counter-reset: step;
}

.progress-bar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--thewhyhub-skyblue);
  color: var(--thewhyhub-skyblue);
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: var(--thewhyhub-white);
}

.progress-bar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  color: #fff;
  background-color: var(--thewhyhub-white);
  top: 25px;
  left: -50%;
  z-index: -1;
}

.progress-bar li:first-child:after {
  content: none;
}

.progress-bar li.active {
  background-color: var(--thewhyhub-white);
}

.progress-bar li.active span {
  color: var(--thewhyhub-black);
}

.progress-bar li.active:before {
  color: #fff;
  background-color: var(--thewhyhub-skyblue);
}

.progress-bar li.active+li:after {
  background-color: var(--thewhyhub-skyblue);
}

/* Go back */

.cartflow-go-back-container {
  padding: 0 60px;
}

.cartflow-go-back-container a {
  font-size: 16px;
  color: var(--thewhyhub-skyblue);
  text-decoration: underline;
}


/* ----------------- Cart Page ----------------- */

.cross-sells {
  display: none;
}

.cartflow-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cartflow-page .cart_totals {
  background-color: var(--thewhyhub-white);
  padding: 40px 60px;
}

.cartflow-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  margin-bottom: 60px;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table .woocommerce-shipping-destination {
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
  border-right: 1px solid #e0dddd;
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
  border-right: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.woocommerce-cart-form__contents th {
  text-align: center;
  font-weight: 700 !important;
  font-family: var(--thewhyhub-headerfont);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
  width: auto !important;
  padding: 15px 50px;
  color: #fff !important;
  background-color: var(--thewhyhub-black) !important;
}

input#coupon_code {
  padding: 10px;
  font-size: 14px;
  width: 50% !important;
  background-color: #fff;
  border: 1px solid var(--thewhyhub-bordergray);
  color: var(--thewhyhub-black);
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-weight: 500;
  font-size: 14px;
  background-color: var(--thewhyhub-skyblue) !important;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 30px;
}

.woocommerce .coupon .button {
  float: none;
  width: 48.5% !important;
  padding: 12px;
}

.woocommerce-cart-form .actions {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cart_totals tr td,
.cart_totals tr th {
  border-top: 1px solid #e0dddd !important;
}

.cart_totals td {
  text-align: center;
}

.cart_totals td,
.cart_totals th {
  padding: 20px !important;
  font-size: 16px;
}

.cart_totals th {
  font-weight: 700 !important;
  font-family: var(--thewhyhub-headerfont);
}

a.checkout-button.button.alt.wc-forward,
a.checkout-button.button.wc-forward {
  color: #fff;
  background-color: var(--thewhyhub-skyblue);
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 0;
}

p#calc_shipping_postcode_field {
  display: none !important;
}

.woocommerce td.product-name dl.variation {
  margin: 0;
}

.woocommerce td.product-name dl.variation dt {
  float: none;
  clear: none;
  margin-right: 0;
  margin-top: 10px;
  font-size: 12px;
}

.woocommerce td.product-name dl.variation dd p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}


/* ----------------- Checkout Page ----------------- */

.woocommerce-checkout .col2-set {
  gap: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid var(--thewhyhub-bordergray);
  color: var(--thewhyhub-black);
  border-radius: 0;
  min-height: 40px;
  padding: 6px 12px;
  font-weight: 300;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--thewhyhub-bordergray);
  border-radius: 0;
  height: 40px;
  padding: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--thewhyhub-black) transparent transparent transparent;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

/* Dropdown checkout */

.checkout-section {
  background-color: var(--thewhyhub-white);
  margin-bottom: 20px;
}

.checkout-section-title {
  background-color: var(--thewhyhub-white);
  padding: 40px 40px 20px;
}

.checkout-section-title h3 {
  font-family: var(--thewhyhub-headerfont);
  font-size: 18px;
  font-weight: 700;
}

.checkout-section-content {
  padding: 0 40px 40px;
}

/* Checkout coupon */

.woocommerce-form-coupon-toggle {
  display: none;
}

.custom-checkout-coupon {
  border: none;
  padding: 0;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
  display: flex !important;
}

.custom-checkout-coupon-input input#coupon_code {
  width: 100% !important;
}

.custom-checkout-coupon-btn button {
  background-color: var(--thewhyhub-black) !important;
  color: #fff !important;
  padding: 0 40px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  height: 42px;
}

/* Checkout payments style */

.choose-payment-title {
  font-family: var(--thewhyhub-headerfont);
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: var(--thewhyhub-lightblue);
  margin: 0;
  padding: 30px 20px;
  border-bottom: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--thewhyhub-black);
  background-color: #fff;
  border: 1px solid #ddd;
}

.payment_box p {
  margin: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: var(--thewhyhub-lightblue);
  margin-bottom: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
}

/* Order Details Table */

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: 600;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  font-family: var(--thewhyhub-headerfont);
}

tr.order_item td:first-child {
  width: 60%;
}

tr.order_item td:last-child {
  width: 40%;
}

tr.order_item td.product-thumbnail {
  position: relative;
  display: flex;
  width: 100%;
}

a.remove.checkout-remove-item {
  position: absolute;
  left: -20px;
  top: 10px;
}

tr.order_item td.product-thumbnail .product-image {
  width: 25%;
}

tr.order_item td.product-thumbnail .product-details {
  width: 75%;
  margin: auto 0;
  padding: 0 20px;
}

tr.order_item td.product-thumbnail .product-image {
  line-height: 0;
}

.quantity-order-details {
  font-weight: 600;
  color: var(--thewhyhub-black);
}

.woocommerce-shipping-totals td {
  font-size: 16px;
  font-weight: 500 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  border-radius: 0;
  margin-top: 20px;
  color: #fff;
  background: var(--thewhyhub-skyblue);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  height: 48px;
}

/* Payment Icons */

.wc_payment_methods label .wc-culqi-container .wc-culqi-title {
  width: 50px !important;
}

.wc_payment_methods label .wc-culqi-container {
  display: flex !important;
  justify-content: unset !important;
}

.wc_payment_methods label img {
  height: 25px !important;
}

.wc-culqi-icon {
  margin-left: 0 !important;
}

/* Thank You Page */

.page-order-received {
  width: 90%;
  margin: 0 auto;
}

.page-order-received .woocommerce-order p {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order h2 {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order section {
  margin-bottom: 80px;
}

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-family: var(--thewhyhub-mainfont);
  margin: 0 0 50px;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 16px;
}

.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-table tfoot:nth-child(3) {
  display: none;
}


/* ----------------- Cursos Page ----------------- */

.curso-page h1 {
  margin: 0;
}

.curso-content {
  margin-top: 80px;
}

.cursos-related-products .product-loop {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.access-course-container {
  margin-bottom: 80px;
}

.access-course-container ul {
  list-style: none;
  padding: 0;
}

.access-course-container ul li a {
  padding: 12px 20px;
  color: var(--thewhyhub-white);
  background-color: var(--thewhyhub-skyblue);
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

a.woocommerce-button.button.ver_curso,
a.woocommerce-button.button.ver_evento {
  color: var(--thewhyhub-black);
  background-color: var(--thewhyhub-yellow);
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

.curso .related-products-side-container {
  margin-top: 0;
}

.curso-videos-container .video-pt-container {
  margin-top: 20px;
}

.curso-materiales-container a {
  display: block;
  text-decoration: none;
  width: max-content;
}

.curso-materiales-container a:hover {
  color: var(--thewhyhub-skyblue);
}

.cuestionario-container p {
  margin-bottom: 40px;
}


/* ----------------- Zoom Pages ----------------- */

/* Zoom Meeting Page */

.zoom-meetings-template-default .vczapi-wrap {
  flex-direction: column;
}

.zoom-meetings-template-default .vczapi-wrap .vczapi-col-8 {
  display: none;
}

.zoom-meetings-template-default .vczapi-wrap .vczapi-col-4 {
  width: 100%;
  max-width: 100%;
}

.dpn-zvc-single-content-wrapper,
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box {
  margin-top: 0;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer {
  margin-bottom: 20px;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
  background-color: var(--thewhyhub-yellow);
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile {
  background-color: var(--thewhyhub-black);
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content {
  background-color: var(--thewhyhub-lightblue);
  margin-bottom: 20px;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link {
  background-color: var(--thewhyhub-skyblue);
  text-decoration: none;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link {
  background-color: var(--thewhyhub-yellow);
  text-decoration: none;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state a {
  display: block;
  margin-bottom: 10px;
}


/* ----------------- Fade Up ----------------- */

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ----------------- Responsive Media Queries ----------------- */

@media (max-width: 1300px) {

  /* ----------------- Home Page ----------------- */

  /* Hero Section */

  .hero-section .hero-background {
    padding: 0 40px;
  }

  .hero-section .hero-content {
    width: 100%;
    padding: 150px 0;
  }

  .hero-section video {
    display: none;
  }

}

@media (max-width: 912px) {

  /* ----------------- Header ----------------- */

  /* Menu Area*/

  .menu-area {
    padding: 20px;
  }

  /* ----------------- Footer ----------------- */

  /* Footer Container */

  .footer-area {
    display: block;
    padding: 60px 20px;
  }

  .footer-area a,
  .footer-area p {
    font-size: 16px;
  }

  /* Footer Widgets */

  .footer-widget {
    padding: 0;
    text-align: center;
    margin-top: 60px;
  }

  .footer-widget:first-child {
    margin-top: 0;
  }

  .footer-widget-logo img {
    width: 35%;
    margin: 0 auto;
  }

  .footer-widget-logo p {
    width: 100%;
  }

  .social-area {
    text-align: center;
    margin-top: 40px;
    justify-content: center;
  }

  .social-area a:first-child {
    margin-right: 0;
  }

  .social-area a:last-child {
    margin-left: 0;
  }

  .social-area a {
    margin: 0 10px;
  }

  .footer-widget i {
    font-size: 20px;
  }

  .footer-widget-libro img {
    width: 15%;
    margin-bottom: 20px;
  }

  /* Footer Newsletter */

  .footer-newsletter {
    padding: 0 40px 60px;
  }

  .footer-newsletter-container {
    padding-top: 60px;
    text-align: center;
  }

  .footer-newsletter p {
    font-size: 16px;
  }

  #mc_embed_signup_scroll {
    flex-direction: column;
    align-items: stretch;
  }

  #mc_embed_signup .mc-field-group {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .optionalParent .clear {
    width: 100%;
  }

  #mc_embed_signup .optionalParent {
    justify-content: center;
  }

  /* Footer Bar */

  .footer-bar {
    font-size: 16px;
    padding: 20px;
    display: block;
    text-align: center;
  }

  .footer-policy {
    display: none;
  }


  /* ----------------- Elements ----------------- */

  /* WhatsApp Button */
  .wa-btn {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    font-size: 30px;
  }

  /* Cart Mobile Button */
  .cart-mobile-btn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 120px;
    background-color: #000;
    color: #fff !important;
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    z-index: 100;
  }

  .cart-mobile-btn span {
    font-size: 20px;
    color: #fff !important;
    margin-left: 5px;
  }

  .cart-mobile-btn i {
    color: #fff !important;
  }

  /* Modal */
  .modal-content {
    width: 100%;
    max-width: 95%;
    padding: 30px;
  }

  /* Acordeón */

  .accordion-container {
    padding: 0 10px;
  }

  .accordion {
    position: relative;
  }

  .accordion .accordion-btn-text {
    font-size: 16px;
    display: block;
    padding-right: 30px !important;
  }

  .accordion:after {
    position: absolute;
    right: 0;
    top: 35%;
  }

  .panel p {
    padding-right: 0;
  }

  /* Mini Carrito */

  .mostrarMinicarritoFooter {
    background-color: #ffffff00;
    padding: 0;
    border: none;
    cursor: pointer;
    height: 58px;
  }

  .minicarrito {
    width: 100%;
  }


  /* ----------------- Forms ----------------- */

  .form-container {
    display: block !important;
  }

  .form-cf7 .form-container-50,
  .form-cf7 .form-container-33,
  .form-cf7 .form-container-25 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-area .form-cf7 .wpcf7-submit {
    width: 100%;
  }

  /* Mailchimp form */

  #mc_embed_signup .mc-field-group label {
    text-align: center;
  }

  #mc_embed_signup .mc-field-group,
  #mc_embed_signup .button,
  #mc_embed_signup .button:hover {
    width: 100% !important;
  }

  #mc_embed_signup .foot {
    display: block !important;
    width: 100% !important;
  }


  /* ----------------- Loops & Sliders ----------------- */

  .slider-container {
    padding: 0;
    margin-top: 20px;
  }

  .product-loop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .slider-container .product-slider .slide-item,
  .loop-container .product-slider .loop-item {
    margin: 0;
  }

  .slider-container .slide-item .product-details .product-dual-buttons,
  .loop-container .loop-item .product-details .product-dual-buttons {
    flex-direction: column;
    text-align: center;
  }

  /* Slider arrows */

  .slider-buttons {
    margin-top: 50px;
  }

  .prev-slide {
    position: relative;
  }

  .next-slide {
    position: relative;
  }


  /* ----------------- Form Pages ----------------- */

  .contact-info-section {
    border-top: 1px solid var(--thewhyhub-bordergray);
    margin: 65px 25px 0;
    padding: 50px 0 0;
  }

  .contact-info-section .col-1 {
    margin-bottom: 50px;
  }

  .contact-info-section .col-1:last-child {
    display: block;
    margin-bottom: 0;
  }

  .page-libro-de-reclamaciones .page-title {
    margin: 0;
  }


  /* ----------------- Home Page ----------------- */

  /* Introduction Section */

  .introduction-section {
    flex-direction: column-reverse;
  }

  .introduction-section .introduction-img {
    padding: 100px;
    width: 100%;
  }

  .introduction-section .introduction-text {
    width: 100%;
    padding: 40px;
  }

  .introduction-section .introduction-text p {
    margin-bottom: 0;
  }

  .introduction-text hr {
    width: 20%;
    border: none;
    height: 2px;
    background-color: var(--thewhyhub-skyblue);
    margin: 40px 0;
  }

  /* Services Section */

  .servicios-section {
    padding-bottom: 60px;
  }

  .services-pc-grid .services-row .services-row-col {
    flex-direction: column;
  }

  .services-pc-grid .services-row .services-row-col .services-row-item {
    width: 100%;
  }

  /* Blog Section */

  .blog-section .container-blog .loop-post {
    margin-top: 20px;
  }

  .blog-section .container-blog .loop-post:first-child {
    margin-top: 0;
  }

  /* Anuncios Section */

  .anuncios-section {
    flex-direction: column;
  }

  .anuncios-section .anuncios-img {
    padding: 100px;
  }

  .anuncios-section .anuncios-col {
    padding: 40px;
  }

  /* CTA Section */

  .home-cta-section {
    position: relative;
    background-image: url('/wp-content/uploads/2025/03/cta-background.webp');
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
  }

  .home-cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
  }

  .home-cta-content a {
    display: inline-block;
  }

  .home-cta-content .titulo {
    margin-bottom: 50px;
    font-size: 34px;
  }


  /* ----------------- Pages ----------------- */

  /* Page Header */

  .page-header p {
    width: 100%;
  }

  .page-header .content {
    padding: 40px;
  }

  /* Page Title */

  .center-title-section p {
    width: 100%;
  }


  /* ----------------- Servicios Page ----------------- */

  .servicios-steps-title p {
    width: 100%;
  }

  .servicios-steps {
    margin-top: 60px;
  }

  .servicios-steps-container {
    flex-direction: column;
    gap: 10px;
  }

  .servicios-steps-item img {
    padding: 40px 30px 30px;
    width: 50%;
  }

  /* Herramientas Section */

  .herramientas-col {
    margin-top: 40px;
    flex-direction: column;
  }

  .herramientas-item {
    width: 100%;
  }

  .herramientas-item-img img {
    height: 200px;
  }

  /* Eventos Section */

  .eventos-section {
    flex-direction: column;
  }

  .eventos-section .eventos-img {
    padding: 100px;
  }

  .eventos-section .eventos-col {
    flex: 1;
    background-color: var(--thewhyhub-white);
    padding: 50px;
  }

  .eventos-section .eventos-col .eventos-title {
    margin-bottom: 40px;
  }

  .eventos-section .eventos-col .eventos-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--thewhyhub-bordergray);
  }

  .eventos-section .eventos-col .eventos-item h3 {
    font-size: 18px;
  }

  .eventos-section .eventos-col .eventos-item p {
    margin-bottom: 20px;
  }

  .eventos-section .eventos-col .eventos-item .eventos-data {
    margin: 20px 0;
  }

  .eventos-section .eventos-col .eventos-item .eventos-data p {
    margin: 0;
  }

  .eventos-section .eventos-col .eventos-item .eventos-dual-buttons {
    margin: auto 0 0;
    display: flex;
    gap: 10px;
  }

  .eventos-section .eventos-col .eventos-item .eventos-dual-buttons .inscripcion-link,
  .eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link {
    color: var(--thewhyhub-white);
    background-color: var(--thewhyhub-skyblue);
    border: 1px solid var(--thewhyhub-skyblue);
    border-radius: 5px;
    margin: auto 0 0;
    margin-left: 0;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
  }

  .eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link {
    color: var(--thewhyhub-black);
    background-color: var(--thewhyhub-white);
    border: 1px solid var(--thewhyhub-black);
    transition: 0.3s ease-in-out;
  }

  .eventos-section .eventos-col .eventos-item .eventos-dual-buttons .evento-link:hover {
    color: var(--thewhyhub-white);
    background-color: var(--thewhyhub-skyblue);
    border: 1px solid var(--thewhyhub-skyblue);
  }

  .eventos-section .eventos-col .eventos-item a {
    font-size: 13px;
    background-color: var(--thewhyhub-skyblue);
    padding: 10px 20px;
    color: var(--thewhyhub-white);
    border-radius: 5px;
    margin-top: auto;
    text-align: center;
    display: inline-block;
    width: auto;
  }

  .eventos-section .eventos-col .eventos-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .eventos-section .form-cf7 {
    margin-top: 40px;
  }


  /* ----------------- Contacto Page ----------------- */

  .contacto-col {
    flex-direction: column;
  }

  .contacto-col-form {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--thewhyhub-bordergray);
  }

  .contacto-col-data {
    text-align: center;
  }


  /* ----------------- Nosotros Page ----------------- */

  /* Info Section */

  .nosotros-info-section {
    gap: 40px;
  }

  .nosotros-info-content {
    flex: 11;
    padding: 20px 0;
  }

  .nosotros-info-content-right {
    margin-right: 25px;
  }

  .nosotros-info-content-left {
    margin-left: 25px;
  }

  .nosotros-info-content h2 {
    margin-bottom: 40px;
  }

  /* Equipo Section */

  .equipo-grid {
    margin-top: 60px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /* Valores Section */

  .valores-section {
    padding-bottom: 60px;
  }

  .valores-section h2 {
    width: 80%;
    margin: 0 auto;
  }

  .valores-col {
    flex-direction: column;
    width: 80%;
    margin-top: 40px;
  }

  .valores-item img {
    width: 50%;
  }


  /* ----------------- Blog Page Styles ----------------- */

  .blog-page-blog-section {
    padding-top: 0;
  }

  /* Blog Loop */

  .loop-post {
    width: 100%;
    margin-top: 60px;
  }

  /* Newsletter Section */

  .home-newsletter-section {
    height: auto;
    width: auto;
    padding: 10%;
  }

  .home-newsletter-content {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin: auto;
    transform: unset;
  }

  .home-newsletter-content .titulo {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .home-newsletter-content .form-cf7 {
    margin-top: 50px;
  }

  .home-newsletter-content .form-cf7 p {
    text-align: left;
  }

  .home-newsletter-content .form-cf7 p .wpcf7-list-item {
    margin-top: 0;
  }


  /* ----------------- Blog Entry Page ----------------- */

  /* General Styles*/

  .blog-entry-columns {
    display: block;
  }

  /* Blog Entry Content */

  .blog-entry-meta-info {
    display: block;
  }

  .blog-entry-meta-info p {
    margin: 10px 0;
  }

  .blog-entry-meta-info .entry-category-tag {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .blog-entry-main-img {
    margin-bottom: 40px;
  }

  .blog-entry-share {
    padding: 60px 0 80px;
  }

  /* Posts Relacionados*/

  .post-relacionados {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--thewhyhub-bordergray);
  }

  /* Sidebar Styles */

  .sidebar-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  /* Blog Entry Download */

  .entry-herramienta-download-container {
    margin-top: 40px;
  }

  /* Blog Entry Audio */

  .entry-audio-container {
    margin-bottom: 40px
  }

  .entry-audio-container h4 {
    font-size: 20px;
  }


  /* ----------------- Archive ----------------- */

  /* Archive Container */

  .archive-container {
    display: block;
  }

  /* Archive Pagination */

  .pagination {
    padding-top: 50px;
  }

  /* Archive Entry */

  .archive-entry {
    padding: 20px 0;
  }

  .archive-entry span {
    font-size: 10px;
    margin-top: 3px;
  }

  .archive-entry h5 {
    font-size: 16px;
  }

  .archive-entry {
    gap: 0;
  }

  .archive-entry {
    padding: 0;
    flex-direction: column;
  }

  .pagination {
    display: none;
  }

  .archive-container {
    margin-bottom: 40px;
  }


  /* ----------------- Blog Entry Page ----------------- */

  /* Blog Entry General Styles */

  .page-articulo .archive-sidebar-container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--ambar-lightgrey);
  }

  /* Blog Entry Meta */

  .blog-entry-meta {
    display: flex;
    margin: 20px 0;
  }

  .blog-entry-meta p {
    padding: 0 10px;
    font-size: 10px;
  }

  /* Blog Entry Content */

  .blog-entry-content h1 {
    margin: 0 0 20px;
    font-size: 24px;
  }


  /* ----------------- FAQ Page ----------------- */

  .faq-container h1 {
    margin-top: 0;
  }

  .faq-container h2 {
    margin-top: 80px;
  }

  .faq-container h2:first-child {
    margin-top: 0;
  }

  .accordion-main-container-faq {
    display: block;
  }

  .faq-tabs {
    display: none;
  }


  /* ----------------- Account Pages ----------------- */

  /* Formularios de Login/Register */

  .woocommerce-account .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  /* General styles account */

  .woocommerce-edit-account .container,
  .woocommerce-edit-address .container,
  .woocommerce-downloads .container,
  .woocommerce-orders .container,
  .woocommerce-dashboard .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .woocommerce-edit-account .content-container,
  .woocommerce-edit-address .content-container,
  .woocommerce-downloads .content-container,
  .woocommerce-orders .content-container,
  .woocommerce-dashboard .content-container {
    padding: 0;
  }

  nav.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  /* Notices */

  .woocommerce-MyAccount-content .woocommerce-error,
  .woocommerce-MyAccount-content .woocommerce-info,
  .woocommerce-MyAccount-content .woocommerce-message {
    padding: 10px 10px 0 40px;
  }

  .woocommerce-MyAccount-content .woocommerce-error::before,
  .woocommerce-MyAccount-content .woocommerce-info::before,
  .woocommerce-MyAccount-content .woocommerce-message::before {
    top: 10px;
    left: 10px;
  }

  .woocommerce-MyAccount-content .woocommerce-error .button,
  .woocommerce-MyAccount-content .woocommerce-info .button,
  .woocommerce-MyAccount-content .woocommerce-message .button {
    font-size: 16px;
  }


  /* ----------------- WOOCOMMERCE STYLES ----------------- */


  /* ----------------- Global WooCommerce Styles ----------------- */

  .woocommerce .quantity .qty {
    height: 60px;
    width: 100px;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    width: 30px;
    height: 60px;
  }


  /* ----------------- Woo Default Notices ----------------- */

  /* Current notices */

  .woo-notice-container,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    position: relative !important;
  }

  .woo-notice-container a,
  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    position: absolute !important;
    bottom: 20px;
  }

  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    margin-left: 0;
  }

  .woo-notice-container .woocommerce-error,
  .woo-notice-container .woocommerce-info,
  .woo-notice-container .woocommerce-message,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    padding-bottom: 65px;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 2em 20px 1.5em 45px;
  }

  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 20px;
  }

  .cartflow-page .woocommerce-error,
  .cartflow-page .woocommerce-info,
  .cartflow-page .woocommerce-message {
    padding: 1.5em 20px 1.5em 45px;
  }

  /* ----------------- Product Page ----------------- */

  /* General Styles */

  .product-main-container {
    flex-direction: column-reverse;
  }

  .col-product-info {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--thewhyhub-bordergray);
  }

  /* Related Products Container */

  .related-products-container .product-loop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /* Reviews */

  .reviews-container {
    padding: 0;
  }

  .reviews-buttons {
    margin-top: 40px;
  }


  /* ----------------- Cursos Page ----------------- */

  .product-main-container-curso {
    flex-direction: column;
    padding-top: 0 !important;
  }

  .curso-content {
    margin-top: 80px;
  }

  .related-products-side-container {
    margin-top: 0;
  }

  .cursos-related-products .product-loop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .access-course-container {
    margin-bottom: 80px;
  }

  .access-course-container ul {
    list-style: none;
    padding: 0;
  }

  .access-course-container ul li a {
    padding: 12px 20px;
    color: var(--thewhyhub-white);
    background-color: var(--thewhyhub-skyblue);
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
  }

  a.woocommerce-button.button.ver_curso,
  a.woocommerce-button.button.ver_evento {
    color: var(--thewhyhub-black);
    background-color: var(--thewhyhub-yellow);
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
  }

  .curso .col-product-info {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-top: 0;
    border-top: none;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--thewhyhub-bordergray);
  }


  /* ----------------- Shop Page / Archives Page ----------------- */

  /* Grid */

  .product-grid {
    gap: 2%;
  }

  .product-grid .product-item {
    width: calc(50% - 1%);
  }

  .archive-col-products {
    flex-direction: column;
    gap: 20px;
  }

  /*Filtros*/

  .archive-filters-content {
    display: none;
  }

  .archive-filters .filter-name {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
  }

  .archive-filters .movil-acordion {
    margin-top: 10px;
  }

  .archive-filters .btn-thewhyhub {
    margin-top: 20px;
  }

  .filter-items {
    display: flex;
    flex-direction: column;
    gap: 5%;
  }

  .filter-items .movil-acordion {
    flex: 1;
  }

  .archive-filters .accordion:after {
    font-size: 18px;
  }

  /* Archive Grid */

  .categories-grid {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

  .category-item {
    flex: 1;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .category-image img {
    width: 100%;
    height: auto;
  }

  .category-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .category-content h3 {
    font-size: 18px;
    margin: 0;
  }

  .category-content p {
    font-size: 16px;
    flex-grow: 1;
    margin: 20px 0 40px;
  }

  .category-button {
    display: inline-block;
    margin-top: auto;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 5px;
    background: var(--thewhyhub-skyblue);
    color: #fff;
    align-self: center;
    text-decoration: none !important;
  }


  /* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

  .cartflow-bar {
    display: flex;
    padding: 20px;
    flex-direction: column-reverse;
  }

  .cartflow-text,
  .cartflow-bar-text {
    text-align: center;
  }

  .cartflow-bar-text p {
    margin-bottom: 0;
    text-align: center;
  }

  .cartflow-header-logo {
    width: 100%;
  }

  .cartflow-header-logo img {
    width: 30%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
  }

  .cartflow-footer {
    margin-top: 50px;
  }

  .cartflow-title h1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .page-cart .container-section {
    padding-top: 40px;
  }

  .cartflow-footer .footer-bar {
    display: block;
    padding: 15px 15px 18px 15px;
  }

  .cartflow-footer .footer-date {
    margin-bottom: 10px;
  }

  /* Steps */

  .progress-container {
    display: none;
  }

  /* Go back */

  .cartflow-go-back-container {
    padding: 0 20px;
  }

  .cartflow-go-back-container a {
    font-size: 16px;
    color: var(--thewhyhub-skyblue);
    text-decoration: underline;
  }


  /* ----------------- Cart Page ----------------- */

  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    width: 100% !important;
  }

  .cart_totals {
    margin-top: 50px;
  }

  .cartflow-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
  .cartflow-page .cart_totals {
    background-color: var(--thewhyhub-white);
    padding: 0 20px;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce #content table.cart img,
  .woocommerce table.cart img,
  .woocommerce-page #content table.cart img {
    width: 50%;
    height: auto;
    display: inline;
    margin-top: 10px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }

  .woocommerce a.remove {
    color: #7c7c7c !important;
    text-align: right;
    width: 100%;
  }

  .woocommerce table.shop_table td {
    border-top: 1px solid var(--thewhyhub-bordergray);
  }

  tr.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 40px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item td {
    border-right: none;
    border-bottom: none;
    border-top: 1px solid var(--thewhyhub-bordergray);
  }

  tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
    border-right: none;
  }

  .woocommerce table .woocommerce-shipping-destination {
    text-align: right;
  }

  .woocommerce td.product-name dl.variation dd p {
    text-align: right;
  }

  .woocommerce-page table.cart td.actions .coupon {
    display: block;
  }

  .woocommerce-page table.cart td.actions input#coupon_code {
    width: 100% !important;
    margin-bottom: 5px;
  }

  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 16px;
  }

  /* Cart texts */

  .woocommerce-cart .product-subtotal span.woocommerce-Price-amount.amount:before {
    content: "Subtotal: " !important;
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-price span.woocommerce-Price-amount.amount:before {
    content: "Precio: ";
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-quantity .quantity:before {
    content: "Cantidad: ";
    float: left;
    line-height: 3;
    font-size: 16px;
    font-weight: 300;
  }

  .woocommerce-cart .product-name a:before {
    content: "Producto: ";
    float: left;
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
  }


  /* ----------------- Checkout Page ----------------- */

  .woocommerce-checkout .col2-set {
    flex-direction: column;
    gap: 0;
  }

  /* Dropdown checkout*/

  #shipping-complete-btn {
    display: block;
  }

  .checkout-section-content {
    padding: 0 20px;
  }

  .checkout-section-title {
    padding-left: 20px;
    padding-right: 20px;
  }


  /* Checkout coupon */

  .custom-checkout-coupon-btn button {
    font-size: 12px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* Payment Icons */

  .wc_payment_methods label {
    font-size: 12px;
  }

  .wc_payment_methods label img {
    height: 20px !important;
  }

  /* Thank You Page */

  .page-order-received {
    width: 100%;
  }

  .order_details {
    padding-left: 0;
  }

  .page-order-received .woocommerce-order section {
    margin-bottom: 60px;
  }

  .woocommerce ul.order_details {
    margin: 0;
  }

  .woocommerce ul.order_details li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-right: 0;
  }


  /* ----------------- Zoom Pages ----------------- */

  /* Zoom Meeting Page */

  .zoom-meetings-template-default .content-area {
    margin: 60px 0;
  }

  .zoom-meetings-template-default .vczapi-wrap {
    gap: 60px;
  }

  .deepn-zvc-single-featured-img {
    margin-bottom: 40px !important;
  }

  .deepn-zvc-single-description .description-container {
    margin-bottom: 40px;
  }

  .single-zoom-meetings .col-product-info {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--thewhyhub-bordergray);
  }
}









































.mi-dify-chat-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  box-sizing: border-box;
}

.mi-dify-chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.mi-dify-chat-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mi-dify-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}

.mi-dify-chat-header button {
  cursor: pointer;
  border: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
}

.mi-dify-messages {
  height: 480px;
  overflow: auto;
  padding: 20px;
  background: #fafafa;
}

.mi-dify-msg {
  max-width: 80%;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.mi-dify-msg-user {
  margin-left: auto;
  background: #111;
  color: #fff;
}

.mi-dify-msg-bot {
  margin-right: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #111;
}

.mi-dify-msg-loading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mi-dify-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #d9d9d9;
  border-top-color: #111;
  border-radius: 50%;
  animation: miDifySpin .8s linear infinite;
  flex: 0 0 18px;
}

@keyframes miDifySpin {
  to {
    transform: rotate(360deg);
  }
}

.mi-dify-chat-form {
  padding: 16px 20px 20px;
  border-top: 1px solid #eee;
  background: #fff;
}

.mi-dify-input {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.mi-dify-form-bottom {
  display: flex;
  justify-content: flex-end;
}

.mi-dify-send-btn {
  cursor: pointer;
  border: 0;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--thewhyhub-skyblue);
  color: #fff;
}

.mi-dify-send-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.mi-dify-status {
  padding: 0 20px 20px;
  color: #b00020;
  font-size: 14px;
}

.mi-dify-access-message{
  max-width: 900px;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: var(--thewhyhub-lightblue)
}

.mi-dify-access-message p{
  margin: 0 0 14px;
  line-height: 1.6;
}

.mi-dify-access-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--thewhyhub-skyblue);
  color: #fff;
  text-decoration: none;
}

.mi-dify-access-btn:hover{
  opacity: .9;
  text-decoration: none;
}

.mi-dify-files-row {
  margin-bottom: 12px;
}

.mi-dify-file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #111;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.mi-dify-file-input {
  display: none;
}

.mi-dify-files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mi-dify-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid #d8e7ff;
  font-size: 13px;
  line-height: 1.2;
}

.mi-dify-file-chip button {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.mi-dify-uploading-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.mi-dify-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 1200px;
  margin: 30px auto;
}

.mi-dify-sidebar {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.mi-dify-sidebar-top {
  margin-bottom: 14px;
}

.mi-dify-new-conversation-btn {
  width: 100%;
  cursor: pointer;
  border: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
}

.mi-dify-conversations {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mi-dify-conversation-item {
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
}

.mi-dify-conversation-item.is-active {
  border-color: var(--thewhyhub-skyblue);
  background: var(--thewhyhub-lightblue);
}

.mi-dify-empty-conversations {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.mi-dify-conversation-row {
  position: relative;
}

.mi-dify-conversation-top {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.mi-dify-conversation-item {
  flex: 1;
  width: auto;
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
}

.mi-dify-conversation-item.is-active {
  border-color: var(--thewhyhub-skyblue);
  background: var(--thewhyhub-lightblue);
}

.mi-dify-conversation-menu-wrap {
  position: relative;
  flex: 0 0 auto;
}

.mi-dify-conversation-menu-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mi-dify-conversation-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 140px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  padding: 6px;
  display: none;
  z-index: 20;
}

.mi-dify-conversation-menu.is-open {
  display: block;
}

.mi-dify-conversation-menu-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.mi-dify-conversation-menu-item:hover {
  background: #f5f5f5;
}

.mi-dify-conversation-menu-item.is-danger {
  color: #b00020;
}

.mi-dify-conversation-counter {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.mi-dify-msg-text {
  white-space: pre-wrap;
  word-break: break-word;
}

.mi-dify-msg-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mi-dify-msg-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

.mi-dify-msg-user .mi-dify-msg-file-chip {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mi-dify-msg-bot .mi-dify-msg-file-chip {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.mi-dify-msg-file-link {
  color: inherit;
  text-decoration: none;
}

.mi-dify-msg-file-link:hover {
  text-decoration: underline;
}

.mi-dify-msg-has-only-files {
  padding-top: 10px;
  padding-bottom: 10px;
}