.elementor-kit-27{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CCCCCC;--e-global-color-94a1612:#7A7A7A;--e-global-typography-primary-font-family:"Futura";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Universe";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Universe";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Universe";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:100;background-color:#000000;font-family:"Universe", Sans-serif;font-weight:100;}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27 a{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1450px;}.e-con{--container-max-width:1450px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin-bottom: 0;
}

a span{
    justify-content: space-between !important;
}

a{
    width: 100%;
}

.blockOverlay{
    display: none !important;
}

/* === EFECTO IMAGE HOVER == */
  .hover-text {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .floating-image {
    position: absolute;
    top: -200%;
    display: flex;
    left: 0;
    width: 380px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translate(-9999px, -9999px); /* fuera de pantalla al inicio */
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
  
  .floating-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    position: relative;
    top: -140px;
  }
  
  .hover-text:hover + .floating-image {
    opacity: 1;
  }

@media (max-width: 768px) {
 
  .hover-text,
  .obsn-item {
    position: static !important;
    font-size: 30px !important;
    line-height: 1.4em !important;
    letter-spacing: -3px !important;
  }
  
  .hover-area{
      flex-direction: column !important;
      gap: 10px;
      align-items: start;
  }
  
}


/* === EFECTO IMAGE HOVER == */

h2{
    letter-spacing: -1px !important;
}

.ti-next,
.ti-prev{
    display: flex !important;
}

.ti-widget.ti-goog .ti-col-4 .ti-review-item{
    flex: 0 0 33% !important;
    max-width:  100% !important;
}

@media screen and (max-width:767px){
    .elementor-kit-27{
         flex: 0 0 100% !important;
    }
}


.woocommerce-notices-wrapper{
    position: fixed;
left: 50%;
top: 138px;
transform: translateX(-50%);
width: 1450px;
z-index: 9;
}

.woocommerce-message,
.woocommerce-error{
    border: none;
width: 35%;
border-radius: 10px;
background-color: rgba(0,0,0,0.4);
backdrop-filter: blur(30px);
color: white;

}

.woocommerce-error{
    display: flex;
gap: 15px;
}

.woocommerce-message a,
.woocommerce-error a{
    display: none !important;
}

.woocommerce-error::before{
    position: static;
}

.ti-read-more{
    display: none !important;
}

@media screen and (max-width:767px){
    .woocommerce-message,
    .woocommerce-error{
        width:100%
    }
    
    .woocommerce-notices-wrapper{
        left: 0;
        top: 130px;
        transform: translateX(0%);
        width: 100%;
        padding: 0 20px;
        position: absolute;
    }
}



body.woocommerce-order-received .woocommerce-order,
body.woocommerce-order-received .woocommerce-order * {
    color: #fff !important;
    background: transparent !important;
    text-shadow: none !important;
    border-color: #fff !important;
}

body.woocommerce-order-received .woocommerce-order a {
    color: #fff !important;
    text-decoration: underline; /* O none, como prefieras */
}

.woocommerce-customer-details{
    display: none !important;
}

.wc-booking-summary-list li{
    font-size: 20px !important;
}


.hover-fecha{
    min-width: 230px !important;
    max-width: 230px !important;
    white-space: wrap !important;
    line-height: 1.5em !important;
}


@media (max-width:767px){
    .obsn-item a{
        color: white !important;
        font-size: 30px !important;
    }
    
    .hover-fecha{
        font-size: 20px !important;
    }
}



/*PAGINA DE GRACIAS */
.gracias-contenedor {
  background-color: #1f1f1f;
  color: #fff;
  max-width: 450px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  font-family: 'Arial', sans-serif;
}

.gracias-contenedor h2,
.gracias-contenedor p,
.gracias-contenedor li,
.gracias-contenedor strong {
  color: #fff;
}

.gracias-contenedor .woocommerce-order-overview,
.gracias-contenedor .shop_table {
  margin-bottom: 30px;
}

.gracias-contenedor .woocommerce-order-overview li {
  margin: 10px 0;
  list-style: none;
}

.gracias-contenedor .woocommerce-order-details__title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.gracias-contenedor table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.gracias-contenedor table.shop_table th,
.gracias-contenedor table.shop_table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #333;
}

.gracias-contenedor .woocommerce-notice--success {
  background: #2e2e2e;
  padding: 15px 15px 15px 0;
  border-radius: 8px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

.gracias-contenedor .woocommerce-order-overview{
    padding: 0 !important;
}

.gracias-contenedor .wc-item-meta{
    padding: 0 !important;
    margin-top: 20px !important;
}

.woocommerce-order-details__title{
    border: none !important;
    font-weight: 700;
    padding-top: 30px;
}



body.woocommerce-order-received .woocommerce-order, body.woocommerce-order-received .woocommerce-order *{
    border-color: #393939 !important;
}

.gracias-contenedor .woocommerce-table__product-total.product-total{
    padding-top: 0 !important;
vertical-align: top !important;
}

.gracias-contenedor .woocommerce-table__product-name.product-name{
    padding-top: 0 !important;
}

.woocommerce-table__line-item.order_item{
    border-bottom: solid 1px !important;
    padding-bottom: 20px !important;
}

.woocommerce-order-overview li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 15px;
  border-right: none !important;
  border-bottom: solid 1px !important; 
  width: 100% !important;
  padding-bottom: 20px;
}

.gracias-contenedor .woocommerce-order-overview li strong {
  margin-left: 10px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.gracias-contenedor .woocommerce-table__product-name.product-name strong{
    font-weight: 700;
}

.gracias-contenedor .woocommerce-table__product-name.product-name{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.gracias-contenedor .woocommerce-table__product-total.product-total{
    padding-top: 20px !important;
}

.gracias-contenedor th.woocommerce-table__product-name.product-name{
    padding-top: 0 !important;
}

.gracias-contenedor thead{
    border-bottom: solid 1px !important;
}

.fecha-gracias{
    margin-top: 15px;
}
/*PAGINA DE GRACIAS *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/Futura-Book.woff') format('woff');
}
@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/Futura-Heavy.woff') format('woff');
}
@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/Futura-Medium.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Universe';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/UniversLight.woff') format('woff');
}
@font-face {
	font-family: 'Universe';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/UniversBold.woff') format('woff');
}
@font-face {
	font-family: 'Universe';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://galactica.org.es/wp-content/uploads/2025/05/UniversRegular.woff') format('woff');
}
/* End Custom Fonts CSS */