@charset "UTF-8";
/*
Theme Name:   Storefront Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  Storefront Theme Para la Uba
Author:           Squuad - Edusof
Author URL:   http://example.com
Template:         storefront
Version:          1.0.34
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  storefront-child
*/
:root {
  --primary-color-rgb: 5, 65, 116;
  --primary-color: #054174;
  --secondary-color: #54595F;
  --primary-text-color:#000;
  --primary-border-color: #cccccc;
}

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;
  height: 51.88px;
}
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;
}

textarea {
  border-radius: 8px;
}
textarea:focus {
  outline-color: transparent;
}

.formdata {
  width: 100%;
  padding: 12px 16px !important;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  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;
}

.checkboxes {
  font-size: 12px;
}

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;
}

.group-field {
  width: 100%;
  border-radius: 8px;
  background-color: #fff !important;
  outline-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
  position: relative;
  overflow: hidden;
}
.group-field select {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px 0px 0px 8px;
  border: 0px solid transparent !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1254901961) !important;
  outline-color: transparent !important;
  background-color: #fff;
}
.group-field select:focus {
  background-color: transparent !important;
  outline-color: transparent !important;
  border: 0px solid transparent !important;
}
.group-field .formdata {
  border: 0px;
  border: 0px solid transparent !important;
  border-radius: 0px 8px 8px 0px !important;
}
.group-field .formdata:focus {
  border: 1px solid transparent !important;
  outline-color: transparent !important;
}

.div-subtitle {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%; /* Ajusta el ancho según lo necesites */
  color: #495057; /* Color del texto */
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px;
}
.div-subtitle::before, .div-subtitle::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cbd5e1;
}
.div-subtitle::before {
  margin-right: 15px;
}
.div-subtitle::after {
  margin-left: 15px;
}

/* ==========================================================================
   STED ULTIMATE GRID FRAMEWORK (SASS - Prefix: .sted-)
   ========================================================================== */
.sted-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .sted-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sted-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sted-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sted-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sted-container {
    max-width: 1320px;
  }
}

.sted-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-container-sm-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-container-md-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-container-lg-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-container-xl-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-container-xxl-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.sted-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*=sted-col-] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.sted-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.sted-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.sted-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.sted-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.sted-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.sted-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.sted-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.sted-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.sted-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.sted-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.sted-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.sted-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .sted-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sted-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sted-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sted-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sted-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sted-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sted-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sted-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sted-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sted-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sted-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sted-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sted-offset-sm-0 {
    margin-left: 0%;
  }
  .sted-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .sted-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .sted-offset-sm-3 {
    margin-left: 25%;
  }
  .sted-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .sted-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .sted-offset-sm-6 {
    margin-left: 50%;
  }
  .sted-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .sted-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .sted-offset-sm-9 {
    margin-left: 75%;
  }
  .sted-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .sted-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .sted-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sted-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sted-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sted-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sted-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sted-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sted-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sted-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sted-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sted-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sted-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sted-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sted-offset-md-0 {
    margin-left: 0%;
  }
  .sted-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .sted-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .sted-offset-md-3 {
    margin-left: 25%;
  }
  .sted-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .sted-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .sted-offset-md-6 {
    margin-left: 50%;
  }
  .sted-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .sted-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .sted-offset-md-9 {
    margin-left: 75%;
  }
  .sted-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .sted-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .sted-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sted-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sted-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sted-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sted-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sted-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sted-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sted-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sted-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sted-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sted-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sted-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sted-offset-lg-0 {
    margin-left: 0%;
  }
  .sted-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .sted-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .sted-offset-lg-3 {
    margin-left: 25%;
  }
  .sted-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .sted-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .sted-offset-lg-6 {
    margin-left: 50%;
  }
  .sted-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .sted-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .sted-offset-lg-9 {
    margin-left: 75%;
  }
  .sted-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .sted-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .sted-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sted-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sted-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sted-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sted-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sted-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sted-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sted-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sted-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sted-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sted-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sted-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sted-offset-xl-0 {
    margin-left: 0%;
  }
  .sted-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .sted-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .sted-offset-xl-3 {
    margin-left: 25%;
  }
  .sted-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .sted-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .sted-offset-xl-6 {
    margin-left: 50%;
  }
  .sted-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .sted-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .sted-offset-xl-9 {
    margin-left: 75%;
  }
  .sted-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .sted-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .sted-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sted-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sted-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sted-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sted-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sted-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sted-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sted-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sted-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sted-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sted-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sted-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sted-offset-xxl-0 {
    margin-left: 0%;
  }
  .sted-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .sted-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .sted-offset-xxl-3 {
    margin-left: 25%;
  }
  .sted-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .sted-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .sted-offset-xxl-6 {
    margin-left: 50%;
  }
  .sted-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .sted-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .sted-offset-xxl-9 {
    margin-left: 75%;
  }
  .sted-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .sted-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.sted-w-25 {
  width: 25% !important;
}

.sted-w-50 {
  width: 50% !important;
}

.sted-w-75 {
  width: 75% !important;
}

.sted-w-100 {
  width: 100% !important;
}

.sted-w-auto {
  width: auto !important;
}

.sted-d-flex {
  display: flex !important;
}

.sted-justify-start {
  justify-content: flex-start !important;
}

.sted-justify-end {
  justify-content: flex-end !important;
}

.sted-justify-center {
  justify-content: center !important;
}

.sted-justify-between {
  justify-content: space-between !important;
}

.sted-justify-around {
  justify-content: space-around !important;
}

.sted-align-start {
  align-items: flex-start !important;
}

.sted-align-end {
  align-items: flex-end !important;
}

.sted-align-center {
  align-items: center !important;
}

.sted-align-stretch {
  align-items: stretch !important;
}

.sted-flex-row {
  flex-direction: row !important;
}

.sted-flex-column {
  flex-direction: column !important;
}

.sted-flex-wrap {
  flex-wrap: wrap !important;
}

.sted-flex-nowrap {
  flex-wrap: nowrap !important;
}

.sted-form-group {
  margin-bottom: 1rem;
}
.sted-form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.stde-fiedl:focus {
  outline: none;
}

/* 2. Opción recomendada: Usar 'box-shadow' (no afecta el espacio) */
.stde-fiedl:focus, .stde-fiedl:focus-within {
  box-shadow: 0 0 0 1px rgba(66, 133, 244, 0.5) !important; /* Efecto estilo Google */
  border-color: #4285f4 !important;
}

.aes-header .site-branding {
  margin-bottom: 0px;
}
.aes-header .site-branding a {
  padding: 5px 0px;
}
.aes-header .site-branding a img {
  height: 60px;
  width: auto;
}
.aes-header .menu-toggle {
  top: 20px;
}

.site-content {
  min-height: 80vh !important;
}

@media (min-width: 1400px) {
  .aes-header .col-full {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .aes-header {
    display: grid;
    grid-template-columns: 170px auto !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0px;
    align-items: center;
  }
  .aes-header:before {
    display: none;
  }
  .aes-header .site-branding {
    margin-bottom: 0px;
  }
  .aes-header .site-branding a {
    padding: 10px 0px;
  }
  .aes-header .site-branding a img {
    height: 70px;
    width: auto;
  }
  .aes-header .col-full {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 15px !important;
  }
  .aes-header .col-full .site-search {
    display: none;
  }
  .aes-header .col-full .site-branding {
    width: 100%;
  }
  .aes-header .col-full .main-navigation {
    width: 100%;
    margin-right: 0px;
    text-align: end;
  }
}
.site-footer {
  position: relative;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 0px;
  }
}
.site-header {
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  padding: 0px;
}

@media (min-width: 768px) {
  .col-full {
    max-width: 1400px;
  }
}
.entry-content {
  min-height: 60vh;
}

.btn-ticket {
  border-radius: 20px !important;
  font-size: 14px !important;
}

.background-footer-aes {
  background: rgb(231, 31, 59);
  background: linear-gradient(90deg, rgb(231, 31, 59) 0%, rgb(116, 39, 124) 50%, rgb(0, 47, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71f3b",endColorstr="#002fbd",GradientType=1);
}
.background-footer-aes a {
  color: white !important;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}

.icon-footer::before {
  vertical-align: unset !important;
}

.contact-info-aes {
  display: flex;
  justify-content: space-evenly;
  color: #ffffff;
}

@media (max-width: 768px) {
  .contact-info-aes {
    display: block !important;
  }
  .contact-info-aes div {
    margin: 10px 0px;
  }
}
.powered-by-footer {
  padding: 0 !important;
  background-color: #000000 !important;
  color: #c9c9c9 !important;
}
.powered-by-footer p.footer-powered-line {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  width: 100% !important;
  white-space: nowrap !important;
}
.powered-by-footer .footer-logo {
  display: block !important;
  height: 22px !important;
  width: auto !important;
}
.powered-by-footer .powered-by-text {
  color: #c9c9c9 !important;
}

.lux-unitas-footer {
  background-color: rgba(255, 255, 255, 0) !important;
}
.lux-unitas-footer img {
  pointer-events: none !important;
}

.page-not-fount-code-error {
  font-weight: bold;
  font-size: 180px;
  color: #091c5c;
}
@media (max-width: 768px) {
  .page-not-fount-code-error {
    font-size: 60px !important;
  }
}

.edusof-body-dashboard #page, .edusof-body-dashboard .site {
  /* Ocupa el 100% del alto de la ventana de visualización */
  min-height: 100vh;
  /* Opcional: Asegura que ocupe todo el ancho */
  width: 100%;
  /* Para estilos visuales de prueba */
  background-color: #c5c5c5 !important;
}
.edusof-body-dashboard .site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white !important;
  border-bottom: var(--primary-border-color) solid 1px;
}
.edusof-body-dashboard .site-header .header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 77px;
  padding-left: 270px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .edusof-body-dashboard .site-header .header {
    padding-left: 0px !important;
  }
}
.edusof-body-dashboard .site-header .header .dashboard-logo {
  display: none;
}
.edusof-body-dashboard .site-header .header .dashboard-logo a {
  display: flex;
  align-items: center;
}
.edusof-body-dashboard .site-header .header .dashboard-logo a img {
  height: 50px;
  width: auto;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .edusof-body-dashboard .site-header .header .dashboard-logo {
    display: flex;
  }
}
.edusof-body-dashboard .site-header .header .welcome h3 {
  color: var(--primary-text-color);
  font-size: 20px;
  margin-bottom: 0px;
}
.edusof-body-dashboard .site-header .header .main-navigation, .edusof-body-dashboard .site-header .header #site-navigation {
  float: none !important;
  margin: 0px !important;
  width: auto;
}
.edusof-body-dashboard .site-header .header .main-navigation ul li, .edusof-body-dashboard .site-header .header #site-navigation ul li {
  vertical-align: middle;
}
.edusof-body-dashboard .site-header .header .main-navigation .avatar-e, .edusof-body-dashboard .site-header .header #site-navigation .avatar-e {
  width: 40px;
  height: 40px;
  background-color: #54595F;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .edusof-body-dashboard .site-header .header .main-navigation .primary-navigation, .edusof-body-dashboard .site-header .header #site-navigation .primary-navigation {
    display: block !important;
  }
}
.edusof-body-dashboard .site-header .header .main-navigation .burger-button, .edusof-body-dashboard .site-header .header #site-navigation .burger-button {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.edusof-body-dashboard .site-header .header .main-navigation .burger-button .line, .edusof-body-dashboard .site-header .header #site-navigation .burger-button .line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .edusof-body-dashboard .site-header .header .main-navigation .burger-button, .edusof-body-dashboard .site-header .header #site-navigation .burger-button {
    display: flex;
  }
}
.edusof-body-dashboard .site-header .header .main-navigation, .edusof-body-dashboard .site-header .header #site-navigation {
  /* Ocultar el checkbox de control en todo momento */
}
.edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox, .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox {
  display: none;
  /* --- LÓGICA DE ESTADOS RESPONSIVE (:checked) --- */
}
@media screen and (max-width: 768px) {
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox, .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox {
    /* 1. Desplegar el menú */
  }
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox:checked ~ .nav-links, .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox:checked ~ .nav-links {
    max-height: 300px;
  }
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox, .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox {
    /* 2. Animación de la Hamburguesa a "X" */
  }
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox:checked + .burger-button .line:nth-child(1), .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox:checked + .burger-button .line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox:checked + .burger-button .line:nth-child(2), .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox:checked + .burger-button .line:nth-child(2) {
    opacity: 0;
  }
  .edusof-body-dashboard .site-header .header .main-navigation .menu-checkbox:checked + .burger-button .line:nth-child(3), .edusof-body-dashboard .site-header .header #site-navigation .menu-checkbox:checked + .burger-button .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .edusof-body-dashboard .site-header .header .main-navigation .primary-navigation ul, .edusof-body-dashboard .site-header .header #site-navigation .primary-navigation ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    padding-right: 10px !important;
  }
  .edusof-body-dashboard .site-header .header .main-navigation .logout-btn, .edusof-body-dashboard .site-header .header #site-navigation .logout-btn {
    display: none !important;
  }
}
.edusof-body-dashboard .col-full {
  max-width: 100% !important;
  padding: 0px !important;
}
@media (min-width: 768px) {
  .edusof-body-dashboard .col-full {
    max-width: 100%;
  }
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation {
  position: fixed;
  z-index: 1000 !important;
  background-color: white;
  top: 0px;
  height: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  width: 250px;
  border-right: var(--primary-border-color) solid 1px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .dashboard-logo {
  width: 100%;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .dashboard-logo a {
  margin-bottom: 0px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .dashboard-logo a img {
  height: 55px !important;
  width: auto !important;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-y: auto;
  height: calc(100% - 77px);
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation::-webkit-scrollbar {
  width: 4px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation::-webkit-scrollbar-track {
  background: transparent;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation ul {
  padding: 15px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation ul li {
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 10px;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #e8e8e8;
}
.edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #e8e8e8;
}
@media (max-width: 768px) {
  .edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation {
    right: -250px !important;
    top: 77px !important;
    transition: 0.3s ease-in-out !important;
    z-index: 998 !important;
    border-left: solid 1px var(--primary-border-color) !important;
  }
  .edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .dashboard-logo {
    display: none;
  }
  .edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation .woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
  }
}
@media (min-width: 768px) {
  .edusof-body-dashboard .col-full .woocommerce .fixed-dashboard-navigation {
    left: 0px !important;
    top: 0px !important;
  }
}
.edusof-body-dashboard .col-full .woocommerce .woocommerce-MyAccount-content {
  padding-top: 110px;
  width: 100%;
  float: none !important;
  padding-left: 300px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .edusof-body-dashboard .col-full .woocommerce .woocommerce-MyAccount-content {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .edusof-body-dashboard .col-full .woocommerce .woocommerce-MyAccount-content {
    margin-top: 0px !important;
  }
}
.edusof-body-dashboard .content {
  background-color: red;
}
.edusof-body-dashboard .woocommerce-notices-wrapper,
.edusof-body-dashboard .woocommerce-message,
.edusof-body-dashboard .woocommerce-error,
.edusof-body-dashboard .woocommerce-info {
  position: relative;
  z-index: 998;
  margin-bottom: 30px;
}
@media (max-width: 66.4989em) {
  .edusof-body-dashboard {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.uba-notifications {
  background-color: #ffffff;
  border: 1px solid var(--primary-border-color);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 30px;
}
.uba-notifications__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 0 0 20px;
}
.uba-notifications__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.uba-notifications__item {
  border: 1px solid var(--primary-border-color);
  border-left: 4px solid var(--primary-border-color);
  border-radius: 8px;
  padding: 16px;
  background-color: #fafafa;
}
.uba-notifications__item--unread {
  border-left-color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.uba-notifications__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.uba-notifications__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #ffffff;
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 3px 10px;
}
.uba-notifications__badge--importance-1 {
  background-color: #3aa76d;
}
.uba-notifications__badge--importance-2 {
  background-color: #f0a500;
}
.uba-notifications__badge--importance-3 {
  background-color: #e2211f;
}
.uba-notifications__date {
  font-size: 13px;
  color: #6c757d;
}
.uba-notifications__message {
  font-size: 14px;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 12px;
}
.uba-notifications__footer {
  text-align: right;
}
.uba-notifications__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}
.uba-notifications__link:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.uba-notifications__header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uba-notifications__dismiss {
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  color: #6c757d;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.uba-notifications__dismiss:hover {
  color: #e2211f;
}/*# sourceMappingURL=style.css.map */