/********************************
*********************************
OLD-STYLES.CSS
Estilos específicos para vistas legacy
(aboutus, services, events, eventview, privacy, terms)
que usan el layout layouts.website

JIC 2025.01 - Separación de estilos legacy
*********************************
*********************************/
:root {
  --font-family-base: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

blockquote, .quotes-font-family {
    font-family: "PT Serif", Georgia, Serif;
    font-family: var(--quotes-font-family);
}

/* ===== section-sub-heading-lines (legacy) ===== */
.small-title, .section-sub-heading-lines, .btn-fancy, .btn-line-under, .quotes-carousel-thumbs small, .generic-nav a {
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}

.section-sub-heading-lines {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.section-sub-heading-lines .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--purple);
  font-family: var(--font-family-base);
}
.section-sub-heading-lines .title:after, .section-sub-heading-lines .title:before {
  content: '';
  display: block;
  height: 1px;
  width: 3.125rem;
  opacity: .5;
  background-color: var(--purple);
}
.section-sub-heading-lines .title:before {
  margin-right: 0.9375rem;
}
.section-sub-heading-lines .title:after {
  margin-left: 0.9375rem;
}
.section-sub-heading-lines i {
  font-size: 1.875rem;
  line-height: 1;
  color: var(--purple);
}
.section-sub-heading-lines.text-white, .contact-info-img-over .section-sub-heading-lines.contact-info-content {
  color: #fff;
}
.section-sub-heading-lines.text-white i, .contact-info-img-over .section-sub-heading-lines.contact-info-content i {
  color: rgba(255, 255, 255, 0.5);
}
.section-sub-heading-lines.text-white .title, .contact-info-img-over .section-sub-heading-lines.contact-info-content .title {
  color: #fff;
}
.section-sub-heading-lines.text-white .title:after, .contact-info-img-over .section-sub-heading-lines.contact-info-content .title:after,
.section-sub-heading-lines.text-white .title:before, .contact-info-img-over .section-sub-heading-lines.contact-info-content .title:before {
  background: #fff;
}
.section-sub-heading-lines.text-left, .section-sub-heading-lines.text-right {
  flex-direction: row;
}
.section-sub-heading-lines.text-left {
  text-align: left;
}
.section-sub-heading-lines.text-left .title:before {
  display: none;
}
.section-sub-heading-lines.text-left i {
  margin-right: 1.25rem;
}
.section-sub-heading-lines.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-sub-heading-lines.text-center i {
  margin-bottom: .5em;
}
.section-sub-heading-lines.text-right {
  text-align: right;
}
.widget_layered_nav li, .section-sub-heading, .section-sub-heading-lines,
.color-muted {
  color: #ccc;
}
.section-sub-heading .title, .section-sub-heading-lines .title, .blogpost-mediabox h5, .accordion h5, .icon-box h6, .pricing-box-minimal .pricing-currency, .pricing-box-border .pricing-currency, .event-item .event-body h6, .timelines-alternate-image .timeline-heading, .timelines-alternate-image .timeline-time, .timetable .title, .error-title, .error-subtitle, .coming-soon-page .coming-soon-title, .coming-soon-page .newsletter-title, .team-hover-fancy .team-name,
.team-hover-fancy .team-title, .team-hover-fancy .team-name-side, .counter-box-line-under .counter, .contact-info-icon-left .contact-info-title,
.font-family-base {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--font-family-base);
}
.small, .ribbon-text, .counter-box-line-under .counter-box-title, .small-title, .section-sub-heading-lines, .btn-fancy, .btn-line-under, .quotes-carousel-thumbs small, .generic-nav a, .tagcloud li, .tagcloud a, .comment-author time,
.commentlist .meta time, .comment-reply-link, .product_list_widget .amount,
.product_list_widget .reviewer,
.product .price,
.widget_layered_nav .count,
.woocommerce-Price-amount,
.widget_shopping_cart_content header, .product del .woocommerce-Price-amount, .add_to_cart_button, .product_meta > span, .woocommerce-review-link, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce .wc-tab .submit, .woocommerce td .coupon .button, .widget_shopping_cart_content .quantity, .woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount, .breadcrumb, .progress-bar span, .progress-vertical .progress-title, figcaption,
.font-size-sm {
  font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .section-sub-heading-lines .title::after, .section-sub-heading-lines .title::before {
    display: none;
  }
}
/* ===== END section-sub-heading-lines (legacy) ===== */

/********************************
*********************************
Page Title / Breadcrumbs
*********************************
*********************************/
.page-title {
  background-color: #fafbfd;
  background-color: var(--page-title);
  padding: 2.5rem 0;
  text-align: center; }

.page-title-short {
  padding: 1.5rem 0; }

.breadcrumbs {
  margin-bottom: 0; }

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #ccc; }

.breadcrumb-item.active {
  color: #777; }

.breadcrumb-item a {
  color: #222; }

/********************************
*********************************
Widget Structure (Legacy Layout)
*********************************
*********************************/
.widget-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.widget-holder {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.widget-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  }

.widget-body {
  position: relative;
  z-index: 1;
  width: 100%; }

/* About Page Specific */
#about-page__bg-widget .widget-bg {
  min-height: 400px; }

#about-page__info-widget .widget-bg {
  padding: 60px 0;
  min-height: auto; }

#about-page__info-title {
  position: relative;
  margin-bottom: 1.5rem; }

/********************************
*********************************
Main Content / Wrapper
*********************************
*********************************/
.main-wrapper {
  padding-top: 0px; }

.content-wrapper {
  min-height: 100vh; }

.main-content {
  margin-bottom: 6rem; }

/********************************
*********************************
Blog / Post Styles (Events)
*********************************
*********************************/
.post {
  background-color: #f7f2ff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  position: relative; }

.entry-header {
  padding-top: 1rem;
  margin-bottom: 2rem; }

.entry-title {
  letter-spacing: 0;
  margin-bottom: .625rem; }

.entry-title a {
  color: inherit; }

.entry-title a:hover {
  color: var(--purple); }

.entry-thumbnail {
  margin-bottom: 0;
  overflow: hidden; }

.entry-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease; }

.entry-thumbnail:hover img {
  transform: scale(1.05); }

.entry-meta {
  font-size: .8125rem;
  font-style: italic;
  position: relative;
  align-items: center;
  justify-content: center; }

.entry-meta i {
  font-size: 1.125rem;
  position: relative;
  top: 2px;
  margin-right: 5px; }

.entry-meta span {
  display: inline-block; }

.entry-content {
  margin-bottom: 2rem; }

.entry-content p {
  margin-bottom: 1rem; }

.entry-footer {
  clear: both; }

/********************************
*********************************
Icon Box
*********************************
*********************************/
.icon-box {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease; }

.icon-box i.fs-18 {
  font-size: 1rem !important;
  margin-left: 16px;
  margin-right: 6px;
  display: inline-block;
}

.icon-box h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1rem; }

.icon-box p {
  font-size: 0.875rem;
  color: #777; }

.icon-box:hover i {
  transform: scale(1.1); }

/* Icon Box Circle */
.icon-box-circle i.fs-18 {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  background: rgba(111, 66, 193, 0.1);
  color: var(--purple); }

/********************************
*********************************
Buttons
*********************************
*********************************/
.btn-fancy {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--purple);
  background: transparent;
  color: var(--purple);
  border-radius: 0;
  transition: all 0.3s ease; }

.btn-fancy:hover {
  background: var(--purple);
  color: #fff; }

.btn-fancy i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease; }

.btn-fancy:hover i {
  transform: translateX(5px); }

.read-more-link {
  text-decoration: none; }

/********************************
*********************************
Cards
*********************************
*********************************/
.card {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.card-body {
  padding: 1.5rem; }

.card-header {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/********************************
*********************************
Service Title
*********************************
*********************************/
.service-title h4 {
  margin-bottom: 1.5rem; }

.service-title p {
  margin-bottom: 1rem; }

/********************************
*********************************
Utility Classes
*********************************
*********************************/
.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/********************************
*********************************
Legacy Accordion Styles
*********************************
*********************************/
.accordion .card {
  margin-bottom: 0; }

.accordion .card:not(:first-child) {
  border-top: 0; }

.accordion .card-header {
  cursor: pointer; }

.accordion .card-header h2 {
  font-size: 1rem; }

.accordion .btn-link {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  width: 100%; }

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  text-decoration: none; }

.accordion .card-body {
  padding-top: 0; }

/********************************
*********************************
Header / Navbar Legacy Styles
*********************************
*********************************/
.header-navbar {
  height: calc(5rem + 1px);
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: transparent;
  padding: 0 1.875rem;
  position: relative;
  z-index: 99;
  background: #fff; }

body.header-overlay .header-navbar,
body.home .header-navbar {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10; }

body:not(.header-overlay) .header-navbar {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04); }

.header-navbar .navbar-header {
  height: 100%;
  display: block; }

.header-navbar .navbar-brand {
  height: 100%;
  padding: 0;
  display: block; }

.header-navbar .navbar-brand img {
  height: auto;
  max-height: 100%;
  width: auto; }

/* Sticky Menu */
.header-navbar.navbar.js-is-sticky,
.header-navbar.navbar.js-is-stuck {
  background: #fff;
  z-index: 99 !important;
  height: 3.75rem; }

/********************************
*********************************
Site Navigation Legacy
*********************************
*********************************/
.site-navigation {
  margin-bottom: 0; }

.site-navigation li.menu-item {
  padding: 0 1.5625rem;
  font-size: 14px; }

.site-navigation li.menu-item > a {
  position: relative;
  display: block;
  line-height: 3;
  transform: translate(0px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1), color 200ms ease-in, background 200ms ease-in, opacity 200ms ease-in;
  padding: 0 1.07143em;
  font-size: 0.92857em; }

.site-navigation > li.menu-item {
  display: inline-block;
  padding: 0; }

.site-navigation > li.menu-item > a {
  padding: 0 1.78571em;
  line-height: 5rem;
  font-size: 1em;
  letter-spacing: 0; }

.site-navigation .menu-item-has-children {
  position: relative; }

/* Sub Menu */
.nav-container .site-navigation > li > .sub-menu {
  top: 100%;
  left: 0;
  transform: translateY(25px); }

.nav-container .site-navigation .sub-menu {
  position: absolute;
  top: -1.3125rem;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition-property: opacity, transform, visibility;
  background: #fff;
  min-width: 14rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-width: 1px;
  border-style: solid; }

.nav-container .site-navigation .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0); }

/********************************
*********************************
Right Sidebar Legacy
*********************************
*********************************/
.right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1); }

.right-sidebar .right-sidebar-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  width: 100%;
  max-width: 21.875rem;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0.9375rem 2.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }

.right-sidebar[data-template-open='true'] {
  visibility: visible;
  background: rgba(0, 0, 0, 0.6); }

.right-sidebar[data-template-open="false"] {
  visibility: hidden; }

.right-sidebar .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  height: 5rem;
  width: 5rem;
  position: relative;
  top: -0.9375rem;
  right: -2.6875rem;
  display: block; }

.right-sidebar .menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 3.33333em;
  margin-right: -1em;
  margin-left: -1em; }

.right-sidebar .menu a {
  font-weight: 300; }

.right-sidebar .menu ul {
  list-style: none;
  padding-left: 1em; }

.right-sidebar .menu .sub-menu {
  margin: 1em 0;
  background: none;
  box-shadow: none;
  border: 0; }

/********************************
*********************************
Responsive Adjustments
*********************************
*********************************/
@media only screen and (max-width: 992px) {
  body.menu-overlay-active {
    overflow: hidden; }

  body.menu-overlay-active .menu-toggle-backdrop {
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .header-navbar,
  .header-navbar.navbar.js-is-sticky,
  .header-navbar.navbar.js-is-stuck {
    height: 3.125rem; }

  body.header-overlay .header-navbar + *,
  body.header-overlay .header-navbar.navbar.js-is-sticky + *,
  body.header-overlay .header-navbar.navbar.js-is-stuck + * {
    margin-top: -3.125rem; }

  .site-navigation > li.menu-item > a {
    line-height: 3.125rem; }
}

@media (max-width: 992px) {
  .entry-meta {
    display: inline-block;
    text-align: auto; }

  .entry-meta span {
    display: inline-block; }

  .entry-meta::after,
  .entry-meta::before {
    display: none; }
}

/********************************
*********************************
Header Skin Light (Legacy)
*********************************
*********************************/
body[data-header-skin='light'] .header-navbar {
  border-bottom: none !important;
  background: #6f42c1 !important; }

body[data-header-skin='light'] .header-navbar .site-navigation > li > a:not(.btn) {
  color: #fff !important; }

body[data-header-skin='light'] .header-navbar .site-navigation > li > a.sidebar-toggle {
  color: #fff; }

body[data-header-skin='light'] .header-navbar:not(.js-is-stuck) .light-logo,
body[data-header-skin='light'] .header-navbar:not(.js-is-sticky) .light-logo {
  display: block; }

body[data-header-skin='light'] .header-navbar:not(.js-is-stuck) .dark-logo,
body[data-header-skin='light'] .header-navbar:not(.js-is-sticky) .dark-logo {
  display: none; }

body[data-header-skin='light'] .header-navbar:not(.js-is-stuck) .sticky-logo,
body[data-header-skin='light'] .header-navbar:not(.js-is-sticky) .sticky-logo {
  display: none; }

body[data-header-skin='light'] .header-navbar.js-is-stuck .light-logo,
body[data-header-skin='light'] .header-navbar.js-is-sticky .light-logo {
  display: none; }

body[data-header-skin='light'] .header-navbar.js-is-stuck .dark-logo,
body[data-header-skin='light'] .header-navbar.js-is-sticky .dark-logo {
  display: none; }

body[data-header-skin='light'] .header-navbar.js-is-stuck .sticky-logo,
body[data-header-skin='light'] .header-navbar.js-is-sticky .sticky-logo {
  display: block; }

body[data-header-skin='light'] .header-navbar.js-is-stuck .site-navigation > li > a.sidebar-toggle,
body[data-header-skin='light'] .header-navbar.js-is-sticky .site-navigation > li > a.sidebar-toggle {
  color: #fff; }

/********************************
*********************************
Social List Legacy
*********************************
*********************************/
.social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;}

.social-list li {
  margin-right: 0.5rem; }

.social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s ease; }

.social-list a i {
  font-size: 1rem; }

.social-list-hover-tertiary a:hover {
  background: var(--purple);
  color: #fff; }

/********************************
*********************************
Text Widget Legacy
*********************************
*********************************/
.text-widget {
  font-size: 0.875rem;
  line-height: 1.7; }

.text-widget a {
  color: inherit; }

.text-widget a:hover {
  color: var(--purple); }

/********************************
*********************************
Gallery Legacy (Title First Col)
*********************************
*********************************/
.gallery-title-first-col {
  align-items: stretch; }

.gallery-title-first-col [class^="col-"] {
  display: flex;
  overflow: hidden;
  padding: 0; }

.gallery-title-first-col figure {
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1; }

.gallery-title-first-col figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent; }

.gallery-title-first-col figcaption {
  visibility: hidden; }

.gallery-title-first-col figure:hover {
  transform: scale(1.1); }

/********************************
*********************************
Quotes / Testimonials Carousel
*********************************
*********************************/
.quotes blockquote {
  border-left: 0;
  padding-left: 0; }

.quotes img {
  border-radius: 4rem;
  height: 4rem;
  width: 4rem;
  margin-right: 20px; }

.quotes p {
  font-weight: 600;
  font-size: 1rem;
  margin: .375rem 0 0;
  line-height: 1.5;
  color: var(--purple); }

@media screen and (max-width: 768px) {
  .quotes {
    margin-bottom: 3em; } }

.quotes-carousel-container,
.quotes-carousel-thumbs-container {
  max-width: 45rem;
  margin: 0 auto;
  cursor: all-scroll; }

.quotes-carousel-thumbs-container {
  position: relative; }

.quotes-carousel-thumbs-container .slick-track {
  padding-top: 20px; }

.quotes-carousel-thumbs-container .slick-slider-controls {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%; }

.quotes-carousel-thumbs-container .slick-slider-left,
.quotes-carousel-thumbs-container .slick-slider-right {
  position: absolute;
  top: 30px;
  left: 0;
  transition-property: color;
  color: #ccc; }

.quotes-carousel-thumbs-container .slick-slider-left:focus,
.quotes-carousel-thumbs-container .slick-slider-left:hover,
.quotes-carousel-thumbs-container .slick-slider-right:focus,
.quotes-carousel-thumbs-container .slick-slider-right:hover {
  color: var(--purple); }

.quotes-carousel-thumbs-container .slick-slider-right {
  left: auto;
  right: 0; }

.quotes-carousel-thumbs-container i {
  font-size: 2.25rem; }

.quotes-carousel blockquote {
  border-left: 0;
  padding-left: 0;
  text-align: center;
  line-height: 2rem;
  font-size: 1.125rem;
  font-style: italic;
  color: #777; }

.quotes-carousel blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 1rem;
  color: #222; }

.quotes-carousel-thumbs {
  padding: 0 4rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600; }

.quotes-carousel-thumbs figure {
  height: 5rem;
  width: 5rem;
  margin-right: auto;
  margin-bottom: 1.875rem;
  margin-left: auto; }

.quotes-carousel-thumbs img {
  height: 3.75rem;
  width: 3.75rem !important;
  border-radius: 100px;
  margin-bottom: 2.5rem;
  display: inline-block !important;
  transition: all 0.6s ease; }

.quotes-carousel-thumbs p {
  margin-bottom: 0;
  color: #222;
  color: var(--headings-color); }

.quotes-carousel-thumbs .owl-stage {
  padding-top: 1.25rem; }

.quotes-carousel-thumbs .slider-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding-bottom: 3rem;
  position: relative; }

.quotes-carousel-thumbs .slider-item div {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(25px);
  transition-property: opacity, transform, visibility;
  transition-duration: 0.6s;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px; }

.quotes-carousel-thumbs small {
  opacity: .5;
  letter-spacing: .2em;
  font-size: 0.6875rem;
  text-transform: uppercase; }

.quotes-carousel-thumbs .slick-center img {
  height: 5rem;
  width: 5rem !important;
  margin-top: -10px; }

.quotes-carousel-thumbs .slick-center.slider-item div {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0); }

/********************************
*********************************
Feather Icons
*********************************
*********************************/
[class^="feather-"],
[class*=" feather-"] {
  font-family: 'Feather' !important;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.feather-arrow-right:before {
  content: "\e912"; }

.feather-arrow-left:before {
  content: "\e92f"; }

.feather-arrow-down:before {
  content: "\e92e"; }

.feather-arrow-up:before {
  content: "\e931"; }

.feather-calendar:before {
  content: "\e936"; }

.feather-menu:before {
  content: "\e98a"; }

.feather-x:before {
  content: "\e9c3"; }

.feather-mail:before {
  content: "\e984"; }

/********************************
*********************************
Slick Slider Base
*********************************
*********************************/
.slick-arrow-left:focus,
.slick-arrow-right:focus {
  outline: none; }

.slick-slider {
  width: 100%;
  position: relative; }

.slider-item:focus {
  outline: 0; }

/* Slick Container Home */
.slick-container-home {
  overflow-x: hidden; }

.slick-container-home .slick-slide {
  height: 100vh;
  min-height: 30rem;
  display: flex;
  align-items: center; }

.slick-container-home .slick-arrow-left,
.slick-container-home .slick-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  border-radius: 500px;
  text-align: center;
  line-height: 2.625rem;
  font-size: 1.875rem;
  background: #fff;
  display: inline-block;
  opacity: 1;
  z-index: 9;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none;
  color: #777;
  transition: all 0.6s ease; }

.slick-container-home .slick-arrow-left::before,
.slick-container-home .slick-arrow-right::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  border: 2px solid #fff;
  opacity: 0;
  transition: inherit; }

.slick-container-home .slick-arrow-left::after,
.slick-container-home .slick-arrow-right::after {
  content: '\e92f';
  font-family: 'Feather';
  font-size: 1.125rem; }

.slick-container-home .slick-arrow-left:focus,
.slick-container-home .slick-arrow-left:hover,
.slick-container-home .slick-arrow-right:focus,
.slick-container-home .slick-arrow-right:hover {
  transform: translateY(-50%) scale(0.75);
  color: #fff;
  background: var(--purple); }

.slick-container-home .slick-arrow-left:focus::before,
.slick-container-home .slick-arrow-left:hover::before,
.slick-container-home .slick-arrow-right:focus::before,
.slick-container-home .slick-arrow-right:hover::before {
  opacity: 1;
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border-color: var(--purple); }

.slick-container-home .slick-arrow-left {
  left: 40px; }

.slick-container-home .slick-arrow-right {
  right: 40px; }

.slick-container-home .slick-arrow-right::after {
  content: '\e930'; }

.slick-container-home .slick-dots {
  position: absolute;
  top: calc(50% + 80px);
  right: 3.25rem;
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 0.3125rem;
  transform: translateY(-50%); }

.slick-container-home .slick-dots li {
  font-size: inherit;
  padding: 0.625rem;
  cursor: pointer; }

.slick-container-home .slick-dots button {
  display: block;
  height: 1em;
  width: 1em;
  text-indent: -9999px;
  background: #fff;
  border: 0;
  font-size: inherit;
  padding: 0;
  border-radius: 100%;
  opacity: .8;
  transition: all 0.6s ease; }

.slick-container-home .slick-dots button:focus {
  outline: none; }

.slick-container-home .slick-dots .slick-active button {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.slick-container-home .slider-item > * {
  visibility: hidden; }

.slick-container-home .slider-item.slick-current > * {
  visibility: visible; }

@media screen and (max-width: 992px) {
  .slick-container-home .slider-item {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }

  .slick-container-home .slick-dots {
    display: none !important; }

  .slick-container-home .slick-arrow-left {
    left: -20px;
    padding-left: 10px; }

  .slick-container-home .slick-arrow-right {
    right: -20px;
    padding-right: 10px; }
}

/* ===== .media, .widget_uni_posts a, .event-item, .contact-info-icon-left (legacy) ===== */
.media, .widget_uni_posts a, .event-item, .contact-info-icon-left {
  display: flex;
  align-items: flex-start;
}

.media-body, .widget_uni_posts .content, .event-item .event-body, .contact-info-icon-left .contact-info-content {
  flex: 1;
  text-align: left;
}
/* ===== END .media, .widget_uni_posts a, .event-item, .contact-info-icon-left (legacy) ===== */

/* ===== #main-footer and #main-subfooter (legacy) ===== */
#main-footer {
  .widget-bg {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #221c25;
    background: linear-gradient(to right, #221c25 0%,#221c25 50%,#251f28 50%,#251f28 100%);
  }
}

#main-subfooter {
  .widget-bg {
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #333;
    background: linear-gradient(to right, #221c25 0%,#221c25 50%,#251f28 50%,#251f28 100%)
  }
  a {
    color: var(--purple);
  }
}
/* ===== END #main-footer and #main-subfooter (legacy) ===== */

/* ===== social-list-colored-circle, bg-facebook, bg-instagram, bg-youtube (legacy) ===== */
.social-list-colored-circle li {
  display: inline-block;
  margin-left: 1.5rem;
}
.social-list-colored-circle li:first-child {
  margin-left: 0;
}

.social-list-colored-circle a {
  height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  border-radius: 3.125rem;
}

.social-list-colored-circle i {
  line-height: 3.125rem;
  font-size: 1.125rem;
}

body.rtl .social-list-colored-circle li:first-child {
  margin-left: 1.5rem;
}

body.rtl .social-list-colored-circle li:last-child {
  margin-left: 0;
}

.bg-facebook {
  background-color: #4b64a6 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #3b4f83 !important;
}

.bg-instagram {
  background-color: #c13584 !important;
}

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #992a69 !important;
}

.bg-youtube {
  background-color: #e74c3c !important;
}

a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #d62c1a !important;
}
/* ===== END social-list-colored-circle, bg-facebook, bg-instagram, bg-youtube (legacy) ===== */

/* ===== .breadcrumb, .breadcrumb-item (legacy) ===== */
.breadcrumbs {
    .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.6875rem;
    justify-content: center;
    }

    .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    width: 0px;
    height: 0px;
    background-color: transparent;
    margin-right: var(--bs-breadcrumb-item-padding-x);
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    }

    .breadcrumb-item.active {
    color: #6c757d;
    }

    .breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:hover, .breadcrumb-item + .breadcrumb-item::before {
    color: #08cc96;
    color: var(--purple);
    display: inline-block;
    }

    .text-white .breadcrumb-item.active, .contact-info-img-over .contact-info-content .breadcrumb-item.active {
    color: #fff;
    }
}
/* ===== END .breadcrumb, .breadcrumb-item (legacy) ===== */

/* ===== .team-hover-fancy (legacy) ===== */
#members-page{
    .team-hover-fancy {
    position: relative;
    }
    .team-hover-fancy .team-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-flow: column;
    padding: 1.66667em;
    z-index: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-duration: 0.6s;
    }
    .team-hover-fancy .team-content:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    background: linear-gradient(225deg, #ad4697, #7c19be);
    }
    .team-hover-fancy .team-name,
    .team-hover-fancy .team-title {
    letter-spacing: 0;
    margin-bottom: .3em;
    transform: translateY(1.875rem);
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-duration: 0.6s;
    }
    .team-hover-fancy .team-name, .team-hover-fancy .team-name a,
    .team-hover-fancy .team-title,
    .team-hover-fancy .team-title a {
    color: #fff;
    }
    .team-hover-fancy .team-name {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 1.25rem;
    }
    .team-hover-fancy .team-title {
    font-size: 0.8125rem;
    font-weight: 400;
    }
    .team-hover-fancy .team-name-side {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.75rem;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    z-index: 3;
    transform-origin: left;
    transform: rotate(-90deg);
    padding: 1em;
    pointer-events: none;
    visibility: visible;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-duration: 0.6s;
    }
    .team-hover-fancy .social-list {
    flex: 1;
    }
    .team-hover-fancy .social-list li {
    transform: translateY(1.25rem);
    opacity: 0;
    visibility: hidden;
    }
    .team-hover-fancy .social-list a {
    color: #fff;
    }
    .team-hover-fancy .social-list a i {
    font-size: 1.125rem;
    }
    .team-hover-fancy:hover .team-name-side {
    transform: rotate(-90deg) translateX(20px);
    opacity: 0;
    visibility: hidden;
    }
    .team-hover-fancy:hover .team-content {
    opacity: 1;
    visibility: visible;
    }
    .team-hover-fancy:hover .team-name,
    .team-hover-fancy:hover .team-title {
    transform: translateY(0);
    opacity: 1;
    }
    .team-hover-fancy:hover .team-title {
    transition-delay: .05s;
    }
    .team-hover-fancy:hover .social-list li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    }
    .team-hover-fancy:hover .social-list li:nth-child(1) {
    transition-delay: 0.04s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(2) {
    transition-delay: 0.08s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(3) {
    transition-delay: 0.12s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(4) {
    transition-delay: 0.16s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(5) {
    transition-delay: 0.2s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(6) {
    transition-delay: 0.24s;
    }
    .team-hover-fancy:hover .social-list li:nth-child(7) {
    transition-delay: 0.28s;
    }
    /* ===== END .team-hover-fancy (legacy) ===== */

    /* ===== .list-group, .list-group-item (legacy) ===== */
    .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    }

    .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
    }
    .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
    }
    .list-group-item-action:active {
    color: #777;
    background-color: #e9ecef;
    }

    .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    }
    .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    }
    .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    }
    .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
    }
    .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
    }
    .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7c19be;
    border-color: #7c19be;
    }

    .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    }

    .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
    }
    .wp-post-image{
        max-width: 100%;
    }
    .product_meta > span {
        display: block;
        padding-bottom: 0.75em;
        margin-bottom: 0.75em;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .social-list{
        justify-content: flex-start;
    }
    .accordion button[aria-expanded="true"]:before {
        content: "\e996";
    }

    .accordion button:before {
        font-family: "Feather";
        content: "\e9b1";
        margin-right: .5em;
        line-height: 1;
    }
    .accordion .card{
        border: none !important;
    }
}
/* ===== END .list-group, .list-group-item (legacy) ===== */

#whatsapp-icon {
    position: fixed;
    bottom: 130px;
    right: 28px;
    font-size: 40px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    color: white;
    cursor: pointer;
    z-index: 1000;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
  }
#whatsapp-icon i {
    top: 9px;
    position: absolute;
    left: 14px;
}
@media screen and (max-width: 767px) {
    #whatsapp-icon {
        bottom: 86px !important;
        right: 16px !important;
        font-size: 30px !important;
        width: 48px !important;
        height: 48px !important;
    }
    #whatsapp-icon i {
        top: 9px !important;
        left: 11px !important;
      }
}
#ollin-cuencos-page {
    * {
        font-family: Prata, sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .h1, .fancy-heading, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 1.25rem;
        font-weight: 600;
        line-height: 1.25;
        color: var(--dark);
    }
    #about-page__info-title {
        font-size: 48px;
    }
    .image, .image img{
        max-width: 100%;
    }
}

/* ===== eventview (legacy) ===== */
#event-detail-page {
    h1, h2, h3, h4, h5, h6, p {
        font-family: Prata, sans-serif;
    }
    .image, .image img{
        max-width: 100%;
    }
    .widget {
        margin-top: 3rem;
    }
    .widget-title {
        font-size: .8125rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        margin-bottom: 2rem;
        font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-family: var(--font-family-sans-serif);
        font-size: .8125rem;
    }
    .widget-title::after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        height: 2px;
        width: 3rem;
        opacity: .3;
        background-color: var(--purple);
    }

    .widget_categories ul,
    .widget_archive ul,
    .widget_recent_comments ul,
    .widget_layered_nav ul {
        list-style: none;
        padding-left: 0;
    }

    .widget_categories li,
    .widget_archive li,
    .widget_recent_comments li,
    .widget_layered_nav li {
        padding-top: .25rem;
        padding-bottom: .25rem;
        position: relative;
        font-size: .75rem;
        letter-spacing: 1px;
        line-height: 1.5rem;
    }
    .widget_categories li:first-child,
    .widget_archive li:first-child,
    .widget_recent_comments li:first-child,
    .widget_layered_nav li:first-child {
        padding-top: 0;
    }
    .widget_categories a{
        color: #777;
        color: var(--body-color);
        text-decoration: none;
        background-color: transparent;
    }

    .widget_uni_social {
        font-size: .6875rem;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .widget_uni_social .widget-title{
        display: none;
    }
    .widget_uni_social ul{
        list-style: none;
        padding-left: 0;
    }
    .widget_uni_social a {
        display: flex;
        align-items: center;
        color: #ccc;
        line-height: 1.5625rem;
        padding: 10px 20px;
        background: #fff;
        border-width: 1px;
        border-style: solid;
        border-top: 0;
        border-radius: 2px;
    }
    .widget_uni_social li:first-child a {
        border-top-width: 1px;
        border-top-style: solid;
    }
    .widget_uni_social strong {
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 1em;
        margin-left: 1em;
        color: #222;
        color: var(--headings-color);
    }
    .widget_uni_social span {
        margin-left: auto;
        line-height: 1.3;
        height: 1.3em;
        overflow: hidden;
    }
    .widget_uni_social i {
        line-height: inherit;
        font-size: 1.125rem;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .widget_uni_social .uni_social_facebook a:hover {
        background-color: #4b64a6;
        background-color: var(--facebook);
    }
    .widget_uni_social .uni_social_facebook i,
    .color-facebook {
        color: #4b64a6;
        color: var(--facebook);
    }

    .widget_uni_social .uni_social_instagram a:hover {
        background-color: #c13584;
        background-color: var(--instagram);
    }
    .widget_uni_social .uni_social_instagram i, .color-instagram {
        color: #c13584;
        color: var(--instagram);
    }

    .widget_uni_social a:hover strong, .widget_uni_social a:hover i{
        color: white;
    }

    .first-char-large > p:first-child:first-letter {
        float: left;
        font-size: 3.75rem;
        line-height: 3.75rem;
        padding-right: 0.5rem;
        padding-left: 0.25rem;
    }

    .comment-form p {
        margin-bottom: 8px;
    }

    .comment-form input[type=text],
    .comment-form input[type=email],
    .comment-form textarea,
    .comment-form select {
        display: block;
        width: 100%;
        line-height: 3.125rem;
        border-width: 1px;
        border-style: solid;
        outline: none;
        padding: 0 1.5rem;
        border-radius: 4px;
        transition: border-color ease-in 200ms;
    }
    .comment-form input[type=text]::-webkit-input-placeholder,
    .comment-form input[type=email]::-webkit-input-placeholder,
    .comment-form textarea::-webkit-input-placeholder,
    .comment-form select::-webkit-input-placeholder {
        color: #aaa;
    }
    .comment-form input[type=text]:-moz-placeholder,
    .comment-form input[type=email]:-moz-placeholder,
    .comment-form textarea:-moz-placeholder,
    .comment-form select:-moz-placeholder {
        color: #aaa;
    }
    .comment-form input[type=text]::-moz-placeholder,
    .comment-form input[type=email]::-moz-placeholder,
    .comment-form textarea::-moz-placeholder,
    .comment-form select::-moz-placeholder {
        color: #aaa;
    }
    .comment-form input[type=text]:-ms-input-placeholder,
    .comment-form input[type=email]:-ms-input-placeholder,
    .comment-form textarea:-ms-input-placeholder,
    .comment-form select:-ms-input-placeholder {
        color: #aaa;
    }
    .comment-form input[type=text]:focus,
    .comment-form input[type=email]:focus,
    .comment-form textarea:focus,
    .comment-form select:focus {
        border-color: #666;
    }

    .comment-form textarea {
        line-height: inherit;
        padding-top: .625rem;
        padding-bottom: .625rem;
    }
    .entry-content ul {
        list-style: none;
        padding-left: 1rem;
    }
    .entry-content li {
        margin-bottom: .625rem;
        padding-left: 1.875rem;
        position: relative;
    }
    .entry-content li::before {
        content: "";
        position: absolute;
        top: 0.6875rem;
        left: 0;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 5rem;
        background-color: #08cc96;
        background-color: var(--purple);
    }
    .badge-primary {
        color: #fff;
        background-color: #7c19be;
    }

    .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}
/* ===== END eventview (legacy) ===== */