/*
Theme Name: Festiva ...
*/

/* ---------------------- CALENDARIZAR ---------------------- */
.calendar-container {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 9999;
  font-family: 'Barlow Condensed', sans-serif;
}

.calendar-btn {
  background-color: #041439;
  color: #fff;
  border: none;
  padding: 16px 22px;
  border-radius: 0 0 12px 12px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  animation: subtleShake 1s ease-in-out 20s infinite;
}

@keyframes subtleShake {
  0%, 100% { transform: translate(0, 0); }
  2% { transform: translate(-1px, 0); }
  4% { transform: translate(1px, 0); }
  6% { transform: translate(-1px, 0); }
  8% { transform: translate(1px, 0); }
  10% { transform: translate(0, 0); }
}

.calendar-dropdown {
  display: none;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  min-width: 200px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9999;
}

.calendar-dropdown.show {
  display: flex;
}

.calendar-dropdown a {
  padding: 14px 18px;
  color: #041439;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: background-color 0.2s;
  border-bottom: 1px solid #eee;
}

.calendar-dropdown a:last-child {
  border-bottom: none;
}

.calendar-dropdown a:hover {
  background-color: #f1f1f1;
}

/* ---------------- DESKTOP HOVER ---------------- */
@media (min-width: 426px) {
  .calendar-container:hover .calendar-dropdown {
    display: flex;
  }
}

/* ---------------- MOBILE FIX ---------------- */
@media (max-width: 425px) {
  .calendar-container {
    top: 20vh;
    right: 12px;
  }

  .calendar-btn {
    padding: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .calendar-btn i {
    font-size: 24px;
    margin: 0;
  }

  .calendar-label {
    display: none !important;
  }

.calendar-dropdown {
  display: none;
  flex-direction: column;
  top: 64px;
  right: 0;
  min-width: 180px;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

  .calendar-dropdown a {
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* ---------------------- THEME OVERRIDES ---------------------- */
@media screen and (max-width: 1200px) {
  #pxl-header-default .pxl-header-main,
  #pxl-header-elementor .pxl-header-main {
    background: var(--purple-grad-2, linear-gradient(180deg, #041439 0%, #002159 100%)) !important;
    position: relative;
  }

  #pxl-header-default #pxl-nav-mobile,
  #pxl-header-elementor #pxl-nav-mobile {
    color: #011b4a !important;
    background: var(--purple-grad-4, linear-gradient(90deg, #d9d9d9 0%, #ffffff 100%)) !important;
  }

  .pxl-nav-mobile-button:before,
  .pxl-nav-mobile-button:after,
  .pxl-nav-mobile-button span {
    background-color: #021a48 !important;
  }

  .pxl-header-menu {
    background: linear-gradient(180deg, #0b2256 0%, #041439 100%) !important;
  }

  .pxl-menu-primary a {
    color: #ffffff;
    font-family: 'Barlow Condensed' !important;
    line-height: 46px !important;
  }

  .pxl-close:before,
  .pxl-close:after {
    background-color: #ffffff !important;
  }
}











.ginput_container input {
    font-size: 20px !important;
}
div#gform_confirmation_wrapper_1 {
    margin-top: 60px !important;
}
p.titulo-confirmacion-carta {
    font-family: 'Barlow Condensed' !important;
    font-size: 36px !important;
    font-weight: 700 !important;
	margin: 0px !important;
	line-height: 10px !important;
}
.parrafo-boton-descarga a {
    background-color: #f9893d !important;
    color: #fff !important;
    font-family: 'Barlow Condensed' !important;
    padding: 10px 30px !important;
    font-size: 25px !important;
    border-radius: 30px !important;
}
.parrafo-boton-descarga a:hover {
    background-color: #041439 !important;
}


@media screen and (max-width: 768px) {

}
@media screen and (max-width: 425px) {
    .pxl-header-mobile.pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a {
        color: #ffffff !important;
        font-size: 20px !important;
    }	
    .pxl-header-nav .pxl-menu-primary li.menu-item > a {
        display: block;
        line-height: 46px;
        --menu-hover-color: rgb(255 255 255) !important;
        font-weight: 600;
		font-size: 20px !important; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
.pxl-header-nav span.pxl-menu-toggle
Specificity: (0,2,1)
 {
    background-color: rgb(249 137 61) !important;
}
	
	
	
	
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 375px) {

}



@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1280px) {
	
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1440px) {
}
@media screen and (min-width: 1536px) {
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1920px) {

}
