@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  color: #495057;
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}

a:focus {
  outline-color: transparent !important;
}

button.menu-toggle {
  border-color: transparent !important;
}
button:focus {
  outline-color: transparent !important;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  width: 100%;
  border-radius: 8px;
  border: solid 1px;
  box-shadow: none !important;
}

textarea {
  width: 100%;
  border-radius: 8px !important;
  border: solid 1px;
  box-shadow: none !important;
}

select {
  width: 100%;
  padding: 12px 16px !important;
  border: none;
  border-radius: 8px;
  background-color: #fff !important;
  outline-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
}
select:focus-visible {
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
  outline-color: rgba(0, 0, 0, 0.125) !important;
}
select:-ms-expand {
  right: 16px !important;
}

input {
  border-radius: 8px;
}
input:focus {
  outline-color: transparent !important;
}

textarea {
  border-radius: 8px;
}
textarea:focus {
  outline-color: transparent !important;
}

.formdata {
  width: 100%;
  padding: 12px 16px !important;
  border: none;
  border-radius: 20px;
  background-color: #fff !important;
  outline-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
}

.formdata:focus {
  background-color: #ffffff !important;
  outline-color: #ffffff !important;
}

label {
  font-size: 16px;
  line-height: 30px;
}

label,
input, textarea {
  transition: all 0.2s;
  touch-action: manipulation;
}

[type=checkbox] {
  vertical-align: middle;
  outline-color: #ffffff !important;
  cursor: pointer;
}

.title {
  font-weight: 600 !important;
  text-align: center;
  color: black;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-size: 28px;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .title {
    width: 100%;
  }
}

.checkboxes {
  font-size: 14px;
}

.submit {
  width: 50%;
  padding: 10px 20px !important;
  text-align: center;
  background-color: var(--primary-color) !important;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  margin: auto;
  border-radius: 20px;
}
.submit:hover {
  color: white !important;
  opacity: 0.75;
}

.bottom {
  border-bottom: 5px solid #00AEEF;
  padding-bottom: 2rem !important;
  border-radius: 10px;
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

.checkboxes {
  font-size: 12px;
}

.mt-10 {
  margin-top: 10px !important;
}

.storefront-handheld-footer-bar ul li.search .site-search {
  bottom: -5em !important;
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100% !important;
}

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 7em !important;
  outline-color: #ffffff !important;
}

.storefront-handheld-footer-bar ul li.search .site-search {
  bottom: -5em !important;
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100% !important;
}

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 7em !important;
  outline-color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
  padding-top: 5px !important;
  background-color: white !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px !important;
  padding-top: 4px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary-color) !important;
}

.select2-selection__arrow {
  height: 43.75px !important;
}

.site {
  min-height: 95vh;
}

.site-footer {
  padding: 1.6em !important;
}

.entry-header {
  display: none;
}

.woocommerce-additional-fields {
  display: none;
}

.storefront-breadcrumb {
  padding: 0px !important;
}
.storefront-breadcrumb .col-full {
  display: none;
}

.storefront-handheld-footer-bar {
  display: none;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .site-header {
    margin-bottom: 0px !important;
  }
}

#order_review_heading {
  display: none;
}

@media screen and (max-width: 767px) {
  #order_review {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-content {
    margin-top: 40px !important;
  }
}

.woocommerce-billing-fields > h3 {
  display: none;
}

.create-account {
  display: none;
}

.order-again {
  display: none;
}

.flatpickr-monthDropdown-months {
  padding-top: 0px !important;
}

.content-dashboard {
  margin-top: 20px;
}

#billing_phone_hidden {
  display: none;
}

.input-no-style {
  background: none !important;
  box-shadow: none !important;
}

.button-primary {
  width: 100%;
  padding: 5px 20px !important;
  text-align: center;
  background-color: var(--primary-color) !important;
  border-radius: 20px;
  color: white !important;
  font-size: 18px;
}
.button-primary:hover {
  opacity: 0.75;
}

.button-success {
  padding: 5px 20px !important;
  text-align: center;
  background-color: green !important;
  border-radius: 20px;
  color: white !important;
  font-size: 18px;
}
.button-success:hover {
  opacity: 0.75;
}

.button-danger {
  padding: 5px 20px !important;
  text-align: center;
  background-color: red !important;
  border-radius: 20px;
  color: white !important;
  font-size: 18px;
}
.button-danger:hover {
  opacity: 0.75;
}

.iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#number_phone, #number_partner, #rector_phone, #number_phone_account, #billing_phone {
  padding-left: 100px !important;
}

.text-align-center {
  text-align: center;
}

.flatpickr-day.selected {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.hentry .entry-content a {
  text-decoration: none !important;
}

.woocommerce-error, .woocommerce-success, .woocommerce-notices, .woocommerce-info, .woocommerce-message {
  border-radius: 20px !important;
  border-left: none !important;
}

.show-password-input {
  padding: 0.818em !important;
}

.color-link {
  color: var(--primary-color) !important;
}

#terms:checked {
  background-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  border-top: none !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  border-bottom: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active {
  width: 100%;
  text-align: left;
  background-color: var(--secondary-color) !important;
  color: white !important;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active:hover {
  color: white !important;
  opacity: 0.75;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li:first-child {
  border-radius: 10px 10px 0px 0px !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li:last-child {
  border-radius: 0px 0px 10px 10px !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li:hover {
  background-color: var(--secondary-color) !important;
  opacity: 0.75;
  color: white !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active:first-child {
  border-radius: 10px 10px 0px 0px;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active:last-child {
  border-radius: 0px 0px 10px 10px;
}

.woocommerce-info {
  background-color: var(--primary-color) !important;
}

fieldset {
  background-color: white !important;
}

.input-text {
  width: 100%;
  padding: 12px 16px !important;
  border: none;
  border-radius: 8px;
  background-color: #fff !important;
  outline-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
}

.woocommerce-billing-fields__field-wrapper > .form-row {
  margin-bottom: 10px;
}

.wc-credit-card-form.wc-payment-form {
  background-color: transparent !important;
}

button.alt {
  border-radius: 20px !important;
  background-color: var(--primary-color) !important;
  color: white !important;
}

.woocommerce-privacy-policy-text {
  display: none;
}

#payment > .place-order {
  background-color: transparent !important;
}

input[type=radio]:first-child:checked + label:before {
  color: var(--primary-color) !important;
}

.button {
  border-radius: 20px !important;
}

h3 {
  font-size: 20px;
}

.site-footer {
  background-color: #f8f8f8 !important;
  z-index: 2;
}

.powered-by-text {
  color: var(--primary-color) !important;
  font-weight: 600;
}

/* Estilo para los inputs radio */
.radio-input {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.radio-input input[type=radio] {
  display: none;
}

.radio-input label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  cursor: pointer;
}

.radio-input label:hover {
  background-color: #eee;
}

.radio-input input[type=radio]:checked + label {
  background-color: #4CAF50;
  color: #fff;
  border: 1px solid #4CAF50;
}

.radio-input input[type=radio]:checked + label::before {
  content: "✓";
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.form-aes .required {
  margin-left: 5px;
}

.radio-input {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.radio-input input[type=radio] {
  display: none;
}

.radio-input label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  cursor: pointer;
}

.radio-input label:hover {
  background-color: #eee;
}

.radio-input input[type=radio]:checked + label {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.radio-input input[type=radio]:checked + label::before {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  display: none;
}

.form-aes .required {
  margin-left: 5px;
} 
#apply-scholarship-btn {
  /* Color de fondo */
  background-color: #4abf47;
  /* Color de texto */
  color: #ffffff;
  /* Estilos de fuente */
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  /* Estilos de botón */
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  /* Efecto de hover */
  transition: background-color 0.3s ease;
}

#apply-scholarship-btn:hover {
  background-color: #063584; /* Color de fondo al pasar el mouse */
}

/* The container */
.fee-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fee-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.fee-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fee-container input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.fee-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.fee-container .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "✓";
  color: #fff;
  font-size: 14px;
}

.capitalize {
  text-transform: capitalize;
}

.woocommerce-MyAccount-navigation {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    display: none !important;
  }
}
.custom-file {
  position: relative;
  display: inline-block;
}

.custom-file-input {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0; /* hide the input field */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-file-label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.custom-file-label:hover {
  background-color: #e7e7e7;
}

.custom-file-label:active {
  background-color: #ddd;
}

.info-box {
  background-color: #f7f7f7;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: gray;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list i {
  font-size: 18px;
  margin-right: 10px;
  color: #666;
}

.info-note {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.woocommerce-form-row {
  margin-top: 20px !important;
}

.lost_reset_password {
  width: 60%;
  margin: auto;
}

/* Mobile responsive */
@media (max-width: 480px) {
  .lost_reset_password {
    width: 90%;
    display: grid;
  }
  .lost_reset_password p {
    width: 100% !important;
  }
}
/* Tablet responsive */
@media (min-width: 481px) and (max-width: 768px) {
  .lost_reset_password {
    width: 60%;
    display: grid;
  }
  .lost_reset_password p {
    width: 100% !important;
  }
}
/* Desktop responsive */
@media (min-width: 769px) {
  .lost_reset_password {
    width: 32%;
    display: grid;
  }
  .lost_reset_password p {
    width: 100% !important;
  }
}
/* Style the segment */
.segment {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0;
  width: 250px;
  margin: auto;
  margin-bottom: 23px;
}

/* Style the segment buttons */
.segment-button {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border: none;
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  color: #000;
}

.segment-button:first-child {
  border-radius: 10px 0 0 10px;
}

.segment-button:last-child {
  border-radius: 0 10px 10px 0;
}

.segment-button:hover {
  background-color: #ccc;
}

.segment-button.active {
  background-color: var(--primary-color);
  color: #fff;
}

/* Add animation to the segment buttons */
.segment-button {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.segment-button:hover {
  transform: scale(1.05);
}

.segment-button.active {
  transform: scale(1.1);
  z-index: 1000;
}

.hide-from-menu {
  display: none;
}

.loading-dots {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.loading-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  animation: loading-dot 1s infinite;
}

.loading-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  animation: loading-dot 1s infinite;
  animation-delay: 0.3s;
}

.loading-dots::after::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  animation: loading-dot 1s infinite;
  animation-delay: 0.6s;
}

@keyframes loading-dot {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid var(--primary-color);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-remove-coupon {
  display: none;
}

.modal-missing-documents {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto; /* Enable scroll if needed */
}
@media screen and (max-width: 767px) {
  .modal-missing-documents {
    padding: 0 !important;
  }
}
.modal-missing-documents .modal-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal-missing-documents .modal-content {
    width: 100% !important;
    border-radius: 0px !important;
    margin: 0;
  }
}
.modal-missing-documents .modal-content #canvas {
  border-bottom: 1px solid black;
  margin: auto;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-enrollment {
  border-radius: 0px !important;
  width: 210mm !important;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal-enrollment {
    width: 100% !important;
    margin: 0 !important;
  }
}

body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}

.notification-card {
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}

.notification-notice {
  background-color: #dadde7;
}

.notification-warning {
  background-color: #ebf177;
}

.notification-urgent {
  background-color: #f17777;
  color: #fff;
}

.content-notification-card {
  margin: auto;
  width: 60%;
  margin-top: 18px;
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
  .content-notification-card {
    width: 100%;
  }
}
.container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .container .card {
    margin: auto !important;
  }
}

.container-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.container-content .container-content-text {
  background-color: #ededed;
  padding: 10px;
}
.container-content .container-content-text div {
  padding: 10px;
}
.container-content .container-content-text .container-content-text-title {
  color: var(--primary-color);
}
.container-content .container-content-text .container-content-text-content {
  color: black;
  font-size: 12px;
}

.card {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  margin: 0 !important;
  cursor: pointer;
}
.card .header-select-payment {
  display: flex;
  background-color: var(--primary-color);
  border-radius: 10px 10px 0px 0px;
}
.card .header-select-payment .letter-select-payment {
  margin: auto 20px;
  font-size: 80px;
  color: #1052c2;
  font-family: emoji;
  font-weight: bold;
}
.card .header-select-payment .content-select-payment {
  margin: auto;
  color: white;
  padding: 10px;
}
.card .card-payment-commission {
  text-align: center;
  padding: 30px;
  background-color: red;
  border-radius: 10px 10px 0px 0px;
  color: white;
}
.card .card-content {
  background-color: #f6f6f6;
  border-radius: 0px 0px 10px 10px;
}
.card .card-content .card-content-header {
  padding: 10px;
  text-align: center;
}
.card .card-content .card-content-commission {
  font-size: 38px;
  font-weight: bold;
  font-family: emoji;
  color: var(--primary-color);
}
.card .card-content .card-content-divisor {
  width: 70%;
  margin: auto;
  height: 4px;
  background-color: #dbdbdb;
  border-radius: 50px;
}

.card:hover {
  transform: scale(1.05);
}

.card-selected-payment {
  transform: scale(1.05);
  border: 1px solid var(--primary-color);
}

.text-uppercase {
  text-transform: uppercase !important;
}

.signatures_squares {
  display: flex;
}
.signatures_squares .signature_square_field {
  flex: 50%;
}
@media screen and (max-width: 900px) {
  .signatures_squares {
    display: block !important;
  }
  .signatures_squares .signature_square_field {
    flex: auto !important;
  }
}

#progressButton {
  width: 50%;
  height: 47px;
  padding: 10px 20px !important;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white !important;
  background-color: var(--primary-color);
  margin: auto;
}
@media screen and (max-width: 900px) {
  #progressButton {
    width: 100% !important;
  }
}

#progressButton:hover {
  color: white !important;
  opacity: 0.75;
}

#progressBar {
  width: 0%;
  height: 100%;
  background: #0f834d;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

#buttonText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  pointer-events: none;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
.woocommerce-MyAccount-navigation li {
  padding-left: 10px;
  color: #333333 !important;
}

.logout-button-container {
  background-color: rgba(var(--primary-color-rgb), 0.5);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

.woocommerce-error::before {
  font-family: "Dashicons" !important;
  content: "\f14c" !important;
}

/* Iconos Dashicons */
.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "Dashicons" !important;
  content: "\f102" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "Dashicons" !important;
  content: "\f18e" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--teacher-documents a:before {
  font-family: "Dashicons" !important;
  content: "\f497" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--student-documents a:before {
  font-family: "Dashicons" !important;
  content: "\f497" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--student a:before {
  font-family: "Dashicons" !important;
  content: "\f12e" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--my-tickets a:before {
  font-family: "Dashicons" !important;
  content: "\f546" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--my-requests a:before {
  font-family: "Dashicons" !important;
  content: "\f14c" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--califications a:before {
  font-family: "Dashicons" !important;
  content: "\f535" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--teacher-courses a:before {
  font-family: "Dashicons" !important;
  content: "\f535" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--my-card a:before {
  font-family: "Dashicons" !important;
  content: "\f484" !important;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  margin-right: 8px;
}

.generate-next-quote {
  text-align: center;
}
.generate-next-quote button {
  width: 30%;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 900px) {
  .generate-next-quote button {
    width: 100% !important;
  }
}

.grecaptcha-badge {
  display: none;
}

#result img {
  margin: auto;
}

.swiper-container {
  max-width: 1920px;
  margin: 20px auto;
}

@media (max-width: 767px) {
  .swiper-container {
    max-width: 360px;
  }
}
.swiper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .swiper {
    height: 100px;
  }
}
.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--mobile-image);
}

@media (min-width: 768px) {
  .swiper-slide {
    background-image: var(--desktop-image);
  }
}
.document-container {
  background-color: #f7f7f7;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-size: 14px;
}

.document-header {
  border-bottom: 1px solid #a9a9a9;
  margin: 0 0 20px 0;
}

.document-header h4 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.document-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 10px;
}

.document-name {
  width: 70%;
}

.document-status {
  width: 30%;
  text-align: end;
}

.document-link {
  text-decoration: none;
}

.document-link.blue {
  color: blue;
}

.document-link.yellow {
  color: yellow;
}

.document-link.red {
  color: red;
}

.document-link.green {
  color: green;
}

.document-status.blue {
  color: blue;
}

.document-status.yellow {
  color: yellow;
}

.document-status.red {
  color: red;
}

.document-status.green {
  color: green;
}

.deadline {
  color: red;
}

.upload-link {
  text-align: center;
}

.upload-link a {
  text-decoration: underline;
  color: #002fbd;
  font-size: 14px;
}

#modal-request .select-type-document {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#modal-request .select-type-document div {
  flex: 1.2;
}
#modal-request .select-type-document .price-type {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-end;
  flex: 0.8;
  width: 100%;
}
#modal-request .total {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
}

/* Storefront: Deshabilitar el clic en el logo solo para usuarios logueados */
body.logged-in .custom-logo-link {
  pointer-events: none;
  cursor: default; /* Muestra el cursor normal, no la mano */
}/*# sourceMappingURL=style.css.map */