/* Import fuente Wix */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");

:root {
  --brcolor: #9a2d28;
  --brcolorsecondary: #e2918c;
  --brhovercolor: #9a2d28;
  --bropacity: rgba(154, 45, 40, 0.6);
  --bdhcolor: #9a2d28;
  --primaryfont: Segoe UI, sans-serif;
  --secondaryfont: "Wix Madefor Display", sans-serif;
  --gradient-webkit: -webkit-linear-gradient(110deg, #4e1615 0%, var(--brcolor) 38%, #c80a00 100%);
  --gradient: linear-gradient(110deg, #4e1615 0%, var(--brcolor) 38%, #c80a00 100%);
}
body,
p,
.font-segoe {
  font-family: var(--primaryfont);
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
.font-wix,
button {
  font-family: var(--secondaryfont);
}

/* =============== Resets =============== */
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 12px;
  }
}

/* =============== Generales =============== */
.fz-12 {
  font-size: 12px;
}

.fz-22 {
  font-size: 22px;
}

.fc-red {
  color: var(--brcolor);
}

.fc-white {
  color: white !important;
}

.fc-gray {
  color: #8e9098;
}

.bg-gray {
  background: #f2f2f3;
}

.fix-content {
  width: fit-content !important;
}

.no-mb-inputs input,
.no-mb-inputs textarea {
  margin-bottom: 0;
}

/* =============== Header top =============== */
.bg-gradient {
  background: var(--bdhcolor);
  background: linear-gradient(90deg, #4e1615 0%, rgba(154, 45, 40, 1) 40%, #9a2d28 74%, #14141a 74%) !important;
}
.triangle {
  position: relative;
}
.triangle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -3px;
  background-color: transparent;
  border-color: transparent #14141a #14141a transparent;
  border-style: solid;
  border-width: 0px 5px 32px 32px;
}

/* Menú de banderas */
.menu-language {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 5px;
  z-index: 10;
}

.menu-language + .elementor-shortcode {
  display: none;
}

.menu-language .lang-toggle-icon i {
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
}

.menu-language .lang-dropdown-menu {
  display: none; /* Oculto por defecto */
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 10px 10px;
}

.menu-language:hover .lang-dropdown-menu {
  display: block; /* Vuelve visible el contenedor */
}

.menu-language .lang-item a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}

.menu-language .lang-item a:hover {
  background-color: #f0f0f0;
}

.menu-language .lang-flag {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.menu-language .lang-code {
  font-weight: bold;
  margin-right: 5px;
  font-size: 12px;
}

.menu-language .lang-name {
  font-size: 0.9em;
  color: #666;
}

/* =============== Main Menu =============== */
.poket-main-menu .poket_nav_area {
  -moz-box-shadow: 0 0 16px -10px #000000ed;
  -webkit-box-shadow: 0 0 16px -10px #000000ed;
  -o-box-shadow: 0 0 16px -10px #000000ed;
  box-shadow: 0 0 16px -10px #000000ed;
}
.poket-main-menu .poket_menu {
  justify-content: end;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i,
.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i:not(:hover) {
  color: var(--e-global-color-primary);
}
.poket_menu > ul > li > a {
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
  width: 129px;
  font-size: 14px;
  margin: 15px 0;
}
.top-right-menu .social-icons li a {
  font-size: 12px;
}

/* =============== Footer =============== */
.witrfm_area {
  background: #f2f2f3;
}
.footer-middle {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer-middle .border-top {
  border-color: #180919 !important;
}
.footer-middle p {
  font-size: 12px;
}
.footer-middle .big-text {
  font-size: 48px !important;
  margin-bottom: 3rem !important;
  color: var(--brcolor) !important;
}
.footer-middle .big-text span {
  font-weight: 600;
  color: #14141a;
}
.footer-middle #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-middle #menu-footer-menu li {
  line-height: 0;
  border-right: 1px solid;
  padding: 5px 10px;
}
.footer-middle #menu-footer-menu li:first-child {
  padding-left: 0;
}
.footer-middle #menu-footer-menu li:last-child {
  border: 0;
}
.footer-middle #menu-footer-menu li a {
  font-size: 12px;
  margin: 0;
}
.footer-middle #menu-footer-menu li a:hover {
  color: var(--brhovercolor);
}

/* =============== Buttons =============== */
.btnallbt {
  color: white;
  /*background-image: -moz-linear-gradient(101deg, #9a2d28, #e75b31);
    background-image: -webkit-linear-gradient(101deg, #9a2d28, #e75b31);
    background-image: -o-linear-gradient(101deg, #9a2d28, #e75b31);
    background-image: -ms-linear-gradient(101deg, #9a2d28, #e75b31);
    background-image: linear-gradient(-11deg, #9a2d28, #e75b31);*/
  background: var(--gradient-webkit);
  background: var(--gradient);
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  -moz-box-shadow: 0 8px 16px #000033;
  -webkit-box-shadow: 0 8px 16px #000033;
  -o-box-shadow: 0 8px 16px #000033;
  box-shadow: 0 8px 16px #000033;
  padding: 0.9rem 4rem;
  border: 0;
}

/* =============== Gradient buttons =============== */
.btn-radius-fn .witr_gbtn {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 0;
  color: white;
}
.btn-radius-fn .witr_gbtn,
.btn-radius-fn .witr_button_area {
  overflow: initial;
}
.btn-radius-fn .witr_gbtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 40vh;
  background: var(--brcolor);
  background: linear-gradient(180deg, #9a2d28 0%, #4d171400 100%);
  position: absolute;
  top: 100%;
  opacity: 0.7;
}
.witr_gbtn {
  overflow: hidden;
}
.witr_gbtn:hover {
  background: var(--brcolor) !important;
}
.witr_gbtn,
.witr_vgbtn,
.witr_vhgbtn {
  background: var(--gradient-webkit) !important;
  background: var(--gradient) !important;
}
.witr_gbtn:before,
.witr_gbbtn:before,
.witr_vhgbtn:before,
.witr_vbgbtn:before,
.witr_vbgbtn:after,
.witr_vbbgbtn_inner:before,
.witr_vbbgbtn:before,
.witr_vdbbgbtn_inner:before,
.witr_vdbbgbtn:before {
  display: none;
}

.witr_gbtn:disabled {
  background: #f2f2f3 !important;
  color: var(--bdcolor) !important;
}

.btn-outline-white a {
  border-color: white;
  color: white;
}
.btn-outline-white a:hover {
  background-color: white;
  color: #17305c;
  font-weight: 600;
}

/* =============== Meta data in Post =============== */
.wblogpart {
  box-shadow: none;
}
.wblogpart .wblogthumb {
	border-radius: 10px;
}
.wblogpart .wblogthumbinner a:before {
  display: none;
}
.wblogpart .wblogthumbinner img {
  min-height: 182px;
  object-fit: cover;
}
.wblogpart .wblogtitle a {
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wblogpart .wblogcontent {
  padding: 0;
}
.wblogpart .wblogmeta span {
  text-transform: uppercase;
  margin: 0;
}
.wblogpart .wblogmeta a {
  color: white;
}
.wblogpart .wblogmeta span,
.wblogpart .wblogmeta a {
  font-size: 14px;
}
.wblogpart .wblogmeta span:nth-child(2) {
  color: #e2918c !important;
}
.wblogpart .wblogmeta .ti-tag,
.wblogpart .wblogmeta span::before {
  display: none;
}
.tts .txbdstitle {
  margin-bottom: 0.8rem;
}
.custom-card {
  overflow: hidden;
  background-color: #f2f2f3;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.txbdbfall::before {
  display: none;
}
.align-left-items .slick-list {
  padding-left: 0 !important;
}

/* =============== Single page Events =============== */
.poket-event-singlea .event-dsc-info .poket_meta span {
  margin-left: 0;
}

.poket-event-singlea .event-dsc-info .poket_meta span::before {
  display: none;
}

.poket-event-singlea .event-item:last-child {
  margin-bottom: 0;
}

/* ============================================== */
/* =============== Components =============== */
/* ============================================== */
/* == list-info == */
.list-info {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 1rem;
}

.list-info::-webkit-scrollbar-track {
  background-color: transparent;
}

.list-info::-webkit-scrollbar {
  height: 8px;
}

.list-info::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bfc0c5;
}

.list-info_item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin-right: 2rem;
  z-index: 5;
}

.list-info_item:last-child() {
  margin-bottom: 0;
}

.list-info_number {
  position: relative;
  display: flex;
  color: #8e9098;
  font-family: var(--secondaryfont);
  font-weight: 800;
  font-size: 90px;
  transition: all 0.3s ease-in-out;
  width: 280px;
}

@media (min-width: 768px) {
  .list-info_number {
    width: auto;
  }
}

.list-info_number::before {
  content: "";
  position: relative;
  background-color: #9a2d28;
  width: 8px;
  display: block;
  border-radius: 8px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.list-info_text {
  transition: all 0.3s ease-in-out;
  color: #8e9098;
  flex: auto;
}

.list-info_button {
  box-shadow: 0px 5px 12px #00000033;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-shadow: 0px 1px 2px #0000004d;
  text-wrap: nowrap;
  background-color: transparent;
  padding: 0.6rem 2.8rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-family: var(--secondaryfont);
  text-align: center;
}

/* Hover */
.list-info_item:hover .list-info_number::before {
  background-color: #f2f2f3;
}

.list-info_item:hover .list-info_number,
.list-info_item:hover .list-info_text {
  color: #f2f2f3;
}

.list-info_item:hover .list-info_button {
  background-color: #9a2d28;
  border-color: #9a2d28;
  color: white;
}

@media (min-width: 768px) {
  .list-info {
    flex-direction: column;
  }

  .list-info_item {
    margin-bottom: 4rem;
    flex-direction: row;
    margin-right: 0;
  }

  .list-info_item:last-child {
    margin-bottom: 0;
  }

  .list-info_button {
    width: auto;
  }
}

/* == Slick carousel == */
.slick-active button {
  width: 50px !important;
}

/* == elementor-widget-witr_ac_TAB == */
.elementor-widget-witr_ac_TAB .nav-link {
  display: flex;
  align-items: center;
}

.elementor-widget-witr_ac_TAB .nav-link .witr_tab_text {
  display: flex;
  flex-direction: column;
}

.elementor-widget-witr_ac_TAB .nav-link .witr_tab_text p {
  display: none;
}

@media (max-width: 474px) {
  .elementor-widget-witr_ac_TAB .nav-link .witr_tab_text strong {
    font-size: 16px !important;
  }
}

@media (min-width: 1025px) {
  .elementor-widget-witr_ac_TAB .nav-link .witr_tab_text {
    max-width: 280px;
  }

  .elementor-widget-witr_ac_TAB .nav-link .witr_tab_text p {
    display: block;
  }
}

/* == breadcumb == */
.breadcumb-inner .separator {
  margin: 0 10px;
}

/* == Scroll */
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: white;
}
