@charset "UTF-8";
/*
Theme Name:   Storefront Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  Storefront Theme
Author:           Squuad
Author URL:   http://example.com
Template:         storefront
Version:          1.0.10
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
*/
:root {
  --primary-color-rgb: 172, 150, 125;
  --primary-color: #ac967d;
  --secondary-color: #2d2d2c;
}

.aes-header {
  height: 100%;
}
.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: 769px) {
  .aes-header {
    display: grid;
    grid-template-columns: 300px auto;
    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 {
    margin-right: 0px;
    text-align: end;
  }
}
.site-footer {
  position: relative;
}

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

.header-blank {
  background-color: white !important;
  height: 90px;
}

@media (min-width: 769px) {
  .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 .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: 769px) {
  .page-not-fount-code-error {
    font-size: 60px !important;
  }
}

.custom-header-images {
  display: flex; /* Utiliza flexbox para alinear los elementos */
  align-items: center; /* Centra las imágenes verticalmente si tienen diferentes alturas */
  justify-content: flex-start; /* Alinea las imágenes a la izquierda */
  padding: 10px 10px 10px 40px; /* Ajusta el padding si lo necesitas */
}

.custom-header-images img {
  max-height: 50px; /* Ajusta la altura máxima de tus imágenes según sea necesario */
  width: auto; /* Mantiene la proporción de la imagen */
  margin-right: 15px; /* Espacio entre las imágenes */
}

.woocommerce-MyAccount-navigation-link--complete-form a:before {
  margin-right: 8px;
}

.error {
  border-color: #dc3232 !important;
}

.error-message {
  color: #dc3232;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.loading {
  opacity: 0.7;
  pointer-events: none;
}

.saved-notice {
  background: #46b450;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
  display: none;
}/*# sourceMappingURL=style.css.map */