/**
 * Estilos para widgets personalizados de OliMarket
 * Basado en diseño Figma
 * 
 * Este archivo contiene todos los estilos base necesarios para los widgets.
 * Los estilos personalizados desde Elementor se generan dinámicamente,
 * pero estos estilos base aseguran que los widgets funcionen correctamente.
 */

/* Cargar fuente Poppins desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Variables CSS para colores del diseño Figma (valores por defecto) */
:root {
	--olimarket-dark-green: #003333;
	--olimarket-orange-deep: #DE4408;
	--olimarket-orange-bright: #FF9933;
	--olimarket-mint: #66CC99;
	--olimarket-white: #FFFFFF;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  width: 48px !important;
  height: 48px !important;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #F93 !important;
  color: #FFFFFF;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none !important;
}


/* Estilos para el Hero Widget */
.olimarket-hero-wrapper {
	position: relative;
	overflow: hidden;


}

.olimarket-hero-decoration-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

}

.olimarket-hero-content-wrapper {
  display: flex;
	min-height: 600px;
	padding-bottom: 90px;
  width: 100%;
}

.olimarket-hero-left {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #003333;
  border-radius: 0 0 24px 24px;
  padding-bottom: 100px;
  padding: 0 10px 150px 10px;

}

.olimarket-hero-wave {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(to bottom, rgba(102, 204, 153, 0.3), transparent);
	clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}

.olimarket-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
  width: 100%;
  overflow: hidden;
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.olimarket-hero-content-inner {  
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  max-width: 609px;
  border-left: 1px solid #BBD1C6;
  border-bottom: 1px solid #BBD1C6;
  border-right: 1px solid #BBD1C6;
  padding: 80px 0 40px 0;
  width: 100%;
  margin: 0 auto 30px auto;
}

.olimarket-hero-decoration-top {
	position: absolute;
	top: 0;
	left: 0;
}

.olimarket-hero-decoration-bottom {
  position: absolute;
  bottom: -111px;
  left: -103px;
  width: auto;
  z-index: 1;
  opacity: 0.5;
}

.olimarket-hero-badge {
	display: inline-block;
	padding: 8px 20px;
	background-color: #DE4408;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 15px;
	margin-bottom: 0;
  border-radius: 12px;
  vertical-align: middle;
  line-height: 1;
}

.olimarket-hero-title {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	color: #FFFFFF;
	position: relative;
  margin: 0 0 10px 0;
  padding: 0 15px;
}

.olimarket-typewriter-text {
	display: inline;
}

.olimarket-typewriter-cursor {
	display: inline-block;
	color: #66CC99;
	font-weight: 400;
	margin-left: 2px;
	animation: blink 1s infinite;
	vertical-align: baseline;
}

@keyframes blink {
	0%, 50% {
		opacity: 1;
	}
	51%, 100% {
		opacity: 0;
	}
}

.olimarket-hero-description {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 30px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  min-height: 56px;
}

.olimarket-hero-button {
	display: inline-block !important;
	padding: 16px 40px !important;
  border-radius: 16px !important;
  background:  #6C9 !important;
	color: #033 !important;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	transition: all 0.3s ease;
  line-height: 1 !important;
}

.olimarket-hero-button:hover {
	background-color: #55BB88;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 204, 153, 0.4);
}

/* Estilos para el Stats Banner Widget */
.olimarket-stats-banner {
	background-color: #FF9933;
	padding: 60px 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.olimarket-stat-item {
	flex: 1;
	text-align: center;
	padding: 0 20px;
	min-width: 200px;
}

.olimarket-stat-number {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.olimarket-stat-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.olimarket-stat-divider {
	width: 1px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 20px;
}


.olimarket-hero-right {
	position: relative;
	overflow: hidden;
	flex: 1;
}

.olimarket-hero-right img {
	width: 100%;
	height: auto;
}

.olimarket-hero-image-wrapper {
	position: relative;
	width: 100%;
}

.olimarket-hero-image-desktop {
	display: block;
}

.olimarket-hero-referential-text {
	position: absolute;
	bottom: 23%;
	left: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.4;
	z-index: 5;
	pointer-events: none;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
}

.olimarket-hero-image-mobile {
	display: none;
}

.olimarket-hero-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

.olimarket-hero-placeholder-desktop {
	display: flex;
}

.olimarket-hero-placeholder-mobile {
	display: none;
}

@media (max-width: 1100px) {

  .olimarket-hero-content-wrapper {
    flex-direction: column;
    background-color: #003333;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .olimarket-hero-decoration-top {
    width: calc(100% - 16px);
    right: 50%;
    transform: translateX(50%);
    left: auto;
  }

  .olimarket-hero-content {
    padding: 0 13px;
  }

  .olimarket-hero-image-desktop {
    display: none;
  }
  .olimarket-hero-image-mobile {
    display: block;
  }
  .olimarket-hero-referential-text {
    display: none;
  }
  .olimarket-hero-left {
    background-color: transparent;
  }
  .olimarket-hero-decoration-bottom {
    display: none;
  }

  .olimarket-hero-left, .olimarket-hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

}

@media (max-width: 768px) {
  .olimarket-hero-badge {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .olimarket-hero-title {
    font-size: 28px;
  }
  .olimarket-hero-description {
    line-height: 1.2;
  }
}

/* Estilos para el Banner de Estadísticas dentro del Hero */
.olimarket-hero-stats {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	background-color: #FF9933;
	padding: 40px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
  border-radius: 24px;
  background: #F93;
  box-shadow: 0 13px 21.1px 0 rgba(0, 0, 0, 0.23);
	z-index: 10;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
}

.olimarket-hero-stats .olimarket-stat-item {
	flex: 1;
	text-align: center;
	padding: 0 28px;
	min-width: 200px;
}

.olimarket-hero-stats .olimarket-stat-number {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.olimarket-hero-stats .olimarket-stat-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.olimarket-hero-stats .olimarket-stat-divider {
	width: 1px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 20px;
}

/* Responsive */
@media (max-width: 1100px) {
	.olimarket-hero-wrapper {
		flex-direction: column;
		min-height: auto;
	}
	
	.olimarket-hero-left,
	.olimarket-hero-right {
		flex: none;
	}
	
	.olimarket-hero-image-desktop,
	.olimarket-hero-placeholder-desktop {
		display: none;
	}
	
	.olimarket-hero-image-mobile {
		display: block;
	}
	
	.olimarket-hero-placeholder-mobile {
		display: flex;
	}
	
	.olimarket-hero-title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.olimarket-stats-banner {
		flex-direction: column;
		padding: 40px 20px;
	}
	
	.olimarket-stat-divider {
		width: 80%;
		height: 1px;
		margin: 20px 0;
	}
	
	.olimarket-stat-item {
		margin-bottom: 30px;
	}
	
	.olimarket-stat-number {
		font-size: 36px;
	}
	
	.olimarket-hero-wrapper {
		padding-bottom: 0 !important;
	}
	
	.olimarket-hero-stats {
		position: relative !important;
		margin: 0 auto 35px auto !important;
		border-radius: 20px !important;
		padding: 28px 24px !important;
    top: -20px !important;
    width: calc(100% - 48px) !important;
	}
	
	.olimarket-hero-stats .olimarket-stat-divider {
		width: 80% !important;
		height: 1px !important;
		margin: 20px 0 !important;
	}
	
	.olimarket-hero-stats .olimarket-stat-item {
		margin-bottom: 20px;
	}
	
	.olimarket-hero-stats .olimarket-stat-number {
		font-size: 36px;
	}
}

/* Estilos para el Widget "Sobre el Proyecto" */
.olimarket-about-project-wrapper {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	padding: 120px 24px 80px 24px;
}

.olimarket-about-project-dots {
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 0;
	width: auto;
  height: 124px;
	z-index: 1;
}

.olimarket-about-project-content {
	display: flex;
	align-items: center;
	gap: 70px;
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
  width: 100%;
}

.olimarket-about-project-image {
	flex: 1;
	min-width: 0;
}

.olimarket-about-project-image img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.olimarket-about-project-text {
	flex: 1;
	min-width: 0;
}

.olimarket-about-project-title {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	color: #003333;
	margin: 0 0 24px 0;
}

.olimarket-about-project-description {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #333936;
	margin: 0;
}

.olimarket-about-project-placeholder {
	width: 100%;
	aspect-ratio: 4/3;
	background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

/* Responsive para "Sobre el Proyecto" */
@media (max-width: 768px) {
	.olimarket-about-project-wrapper {
		padding: 40px 24px;
	}
	
	.olimarket-about-project-content {
		flex-direction: column;
		gap: 24px;
	}
	
	.olimarket-about-project-title {
		font-size: 28px;
		line-height: 34px;
    text-align: center;
    margin-bottom: 16px;
	}
  .olimarket-about-project-description {
    text-align: center;
  }
}

/* Estilos para el Features Slider Widget */
.olimarket-features-slider-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 120px 24px 80px 24px;
}

.olimarket-slider-content {
	position: relative;
	z-index: 2;
	max-width: 1232px;
	margin: 0 auto;
}

.olimarket-slider-decoration {
	position: absolute;
	top: 40px;
	right: 0;
	width: auto;
	height: 51px;
	z-index: 1;
}

.olimarket-slider-decoration-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1039px;
	height: auto;
	z-index: 0;
}

.olimarket-slider-header {
	text-align: left;
	margin-bottom: 60px;
}

.olimarket-slider-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 58px;
	margin: 0 0 20px 0;
}

.olimarket-slider-title-part1 {
	color: #033;
}

.olimarket-slider-title-badge {
	display: inline-block;
  background-color: #DE4408;
  color: #FFFFFF;
  padding: 9px 16px;
  border-radius: 20px;
  line-height: 1;
  margin-top: 5px;
}

.olimarket-slider-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #606B65;
	margin: 0;
}

.olimarket-swiper-container {
	padding: 40px 0 60px 0 !important;
}

.olimarket-swiper-container .swiper-pagination {
	position: relative;
	margin-top: 40px;
}

.olimarket-feature-card {
	position: relative;
	border-radius: 20px;
	padding: 40px 30px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.olimarket-feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2) !important;
}

.olimarket-feature-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	border: 4px solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	overflow: hidden;
}

.olimarket-feature-icon img {
	width: 40px;
	height: auto;
	object-fit: contain;
}

.olimarket-feature-card-content {
	margin-top: 30px;
}

.olimarket-feature-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 16px 0;
}

.olimarket-feature-card-description {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
}

/* Swiper personalización */
.olimarket-swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
  border: 1px solid #033;
  background-color: transparent;
  opacity: 1;
}

.olimarket-swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #1F474A;
}

/* Responsive para Features Slider */
@media (max-width: 768px) {
	.olimarket-features-slider-wrapper {
		padding: 70px 24px 40px 24px;
	}
	
	.olimarket-slider-title {
		font-size: 28px;
		line-height: 44px;
    text-align: center;
	}
	
	.olimarket-slider-title-badge {
		font-size: 24px;
		padding: 4px 12px;
		margin-left: 6px;
	}
	
	.olimarket-feature-card {
		min-height: 250px;
		padding: 30px 20px;
	}
	
	.olimarket-feature-icon {
		width: 60px;
		height: 60px;
		top: -25px;
	}
	
	.olimarket-feature-icon img {
		width: 36px;
		height: 36px;
	}
	
	.olimarket-feature-card-title {
		font-size: 20px;
	}
	
	.olimarket-feature-icon svg {
		width: 36px;
		height: 36px;
	}

  .olimarket-slider-decoration {
    top: 20px;
    right: -50px;
    height: 30px;
  }

  .olimarket-slider-decoration img {
    height: 100%;

  }

  .olimarket-slider-header {
    margin-bottom: 24px;
  }
  .olimarket-swiper-container {
    padding: 28px 0 60px 0 !important;
  }
}

/* Estilos para el Categories Slider Widget */
.olimarket-categories-slider-wrapper {
	position: relative;
	overflow: hidden;
	padding: 100px 24px 80px 24px;
}


.olimarket-categories-content {
	display: flex;
	gap: 60px;
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
  align-items: center;
}

.olimarket-categories-left {
	flex: 1;
	min-width: 0;
}

.olimarket-categories-right {
	flex: 1;
	min-width: 0;
  max-width: 450px;
}

.olimarket-categories-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #FFFFFF;
  margin: 0 0 32px 0;
  max-width: 460px;
}

.olimarket-categories-title-badge {
  display: inline-block;
  background-color: #DE4408;
  color: #FFFFFF;
  padding: 9px 16px;
  border-radius: 20px;
  line-height: 1;
  margin-top: 5px;
}

.olimarket-categories-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0 0 40px 0;

}

.olimarket-categories-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.olimarket-categories-features li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.olimarket-categories-feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.olimarket-categories-feature-icon,
.olimarket-categories-feature-icon-empty {
	width: 40px;
	height: 40px;
	background-color: #DE4408;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	flex-shrink: 0;
}

.olimarket-categories-feature-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.olimarket-categories-feature-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.olimarket-categories-features-swiper {
	display: none;
}

.olimarket-categories-features-nav {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.olimarket-categories-features-nav-mobile {
	width: 100%;
  display: none !important;
}

.olimarket-categories-features-nav-prev,
.olimarket-categories-features-nav-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	background-color: #FF9933 !important;
	border: none !important;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.olimarket-categories-features-nav-prev:hover,
.olimarket-categories-features-nav-next:hover {
	background-color: #F28E20;
	transform: scale(1.1);
}

.olimarket-categories-features-nav-prev:active,
.olimarket-categories-features-nav-next:active {
	transform: scale(0.95);
}

.olimarket-categories-features-nav-prev svg,
.olimarket-categories-features-nav-next svg {
	width: 24px;
	height: 24px;
}

.olimarket-categories-features-swiper {
  align-items: center;
  justify-content: center;
}


.olimarket-categories-features-swiper .swiper-slide {
	height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.olimarket-categories-features-nav-mobile .olimarket-categories-feature-item {
  border-radius: 16px;
  background: #FFF;
  padding: 16px;

}

.olimarket-categories-features-nav-mobile .olimarket-categories-feature-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #333936;
}

.olimarket-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
  padding-top: 10px;
}

.olimarket-category-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px auto;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.olimarket-category-circle:hover {
	transform: scale(1.1);
}

.olimarket-category-circle img {
	width: auto;
	height: 40px;
	object-fit: contain;
}

.olimarket-category-item {
	text-align: center;
}

.olimarket-category-name {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}

.olimarket-categories-swiper {
	padding: 20px 0 40px 0;
	position: relative;
}

/* Slider Desktop - visible solo en desktop */
.olimarket-categories-swiper-desktop {
	display: block;
}

/* Slider Mobile - oculto por defecto */
.olimarket-categories-swiper-mobile {
	display: none;
}

/* Grid para mobile - 4 elementos por fila */
.olimarket-categories-grid-mobile {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	padding-top: 10px;
}

.olimarket-categories-swiper .swiper {
	overflow: visible;
}

.olimarket-categories-swiper .swiper-pagination {
	position: relative !important;
	margin-top: 30px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 12px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box;
	width: auto;
	height: auto;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

/* Paginación específica para mobile - mostrar todos los bullets */
.olimarket-categories-swiper-mobile .swiper-pagination {
	max-width: none;
	overflow: visible;
	flex-wrap: wrap;
}

.olimarket-categories-swiper .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	opacity: 0.3;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 0 !important;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block !important;
}

.olimarket-categories-swiper .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF;
}
/* 
.olimarket-categories-swiper .swiper-pagination-bullet:nth-child(n+6) {
	display: none !important;
} */

/* Responsive para Categories Slider */
@media (max-width: 1024px) {
	.olimarket-categories-content {
		flex-direction: column;
		gap: 40px;
	}
	
	.olimarket-categories-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	
	.olimarket-category-circle {
		width: 100px;
		height: 100px;
	}
	
	.olimarket-category-circle img {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 768px) {
	.olimarket-categories-slider-wrapper {
		padding: 80px 24px 40px 24px;
	}
	
	/* Ocultar slider desktop en mobile */
	.olimarket-categories-swiper-desktop {
		display: none !important;
	}
	
	/* Mostrar slider mobile en mobile */
	.olimarket-categories-swiper-mobile {
		display: block !important;
    padding: 0 25px !important;
	}
	
	/* Ajustar grid mobile para 4 elementos */
	.olimarket-categories-grid-mobile {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
	
	/* Ajustar tamaño de círculos en mobile */
	.olimarket-categories-grid-mobile .olimarket-category-circle {
		width: 70px;
		height: 70px;
		margin-bottom: 8px;
	}
	
	.olimarket-categories-grid-mobile .olimarket-category-circle img {
		width: 36px;
		height: 36px;
	}
	
	.olimarket-categories-grid-mobile .olimarket-category-name {
		font-size: 12px;
		line-height: 16px;
	}
	
	/* Ajustar paginación mobile para mostrar todos los bullets */
	.olimarket-categories-swiper-mobile .swiper-pagination {
		max-width: none !important;
		overflow: visible !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
	}
	
	.olimarket-categories-swiper-mobile .swiper-pagination-bullet {
		display: inline-block !important;
	}
	
	.olimarket-categories-title {
		font-size: 28px;
		line-height: 35px;
    text-align: center;
	}
	
	.olimarket-categories-title-badge {
		font-size: 24px;
		padding: 4px 12px;
		margin-left: 6px;
	}

  .olimarket-categories-subtitle {
    display: none;
  }

  
  .olimarket-categories-features-nav-mobile .olimarket-categories-subtitle {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
  }
	
	.olimarket-categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
    max-width: 350px;
    margin: 0 auto;
	}
	
	.olimarket-category-circle {
		width: 90px;
		height: 90px;
	}
	
	.olimarket-category-circle img {
		width: 48px;
		height: 48px;
	}
	
	.olimarket-category-name {
		font-size: 14px;
	}
	
	.olimarket-categories-features {
		display: none;
	}
	
	.olimarket-categories-features-swiper {
		display: block;
	}
	
	.olimarket-categories-features-nav {
		display: flex !important;
	}
	
	.olimarket-categories-features-swiper .olimarket-categories-feature-item {
		margin-bottom: 0;
	}

  .olimarket-categories-features-nav-mobile {
    display: block !important;
  }
}

/* Estilos para el Gallery Slider Widget */
.olimarket-gallery-slider-wrapper {
	position: relative;
	background-color: #FFFFFF;
	padding: 80px 24px;
}

.olimarket-gallery-content {
	max-width: 1232px;
	margin: 0 auto;
}

.olimarket-gallery-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
	gap: 20px;
}

.olimarket-gallery-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #003333;
	margin: 0;
}

.olimarket-gallery-title-badge {
	display: inline-block;
	background-color: #DE4408;
	color: #FFFFFF;
	padding: 9px 16px;
	border-radius: 16px;
	margin-left: 8px;
  line-height: 1;
}

.olimarket-gallery-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.olimarket-gallery-select-wrapper {
	display: none;
}

.olimarket-gallery-tab {
	padding: 16px !important;
	border: 2px solid #003333 !important;
	background-color: #FFFFFF !important;
	color: #003333 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
  border-radius: 30px !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
}
.olimarket-gallery-tab:hover,
.olimarket-gallery-tab.active {
	/* background-color: #003333 !important; */
	color: #FFFFFF !important ;
	border-color: #003333 !important ;
  box-shadow: 0 0 0 1.5em #003333 inset;
}


.olimarket-gallery-tab-content {
	display: none;
}

.olimarket-gallery-tab-content.active {
	display: block;
}

.olimarket-gallery-thumb {
	border-radius: 8px;
	overflow: hidden;
	border: 3px solid transparent;
	transition: all 0.3s ease;
}

.olimarket-gallery-thumb:hover {
	border-color: #66CC66;
	transform: scale(1.05);
}

.olimarket-gallery-thumbs-swiper .swiper-slide-thumb-active .olimarket-gallery-thumb {
	border-color: #66CC66;
}

.olimarket-gallery-main-swiper img {
	width: 100%;
	height: auto;
	display: block;
}

.olimarket-gallery-main-swiper {
	margin-bottom: 30px;
  max-width: 1024px;
  margin: 0 auto 30px auto;
}

.olimarket-gallery-main-slide {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.olimarket-gallery-main-swiper img {
	width: 100%;
	height: auto;
	display: block;
}

.olimarket-gallery-thumbs-swiper {
	position: relative;
  padding: 7px 60px !important;
}

.olimarket-gallery-thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

.olimarket-gallery-thumbs-swiper .swiper-slide {
	cursor: pointer;
}

.olimarket-gallery-empty {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.olimarket-gallery-referencial-text {
	color: rgba(0, 51, 51, 0.49);
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.1px;
	font-style: oblique;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
}

.olimarket-gallery-thumbs-swiper .swiper-button-prev,
.olimarket-gallery-thumbs-swiper .swiper-button-next,
.olimarket-gallery-nav-prev,
.olimarket-gallery-nav-next {
	display: flex;
	align-items: center;
	justify-content: center;
}

.olimarket-gallery-thumbs-swiper .swiper-button-prev,
.olimarket-gallery-nav-prev {
	left: 2px;
}

.olimarket-gallery-thumbs-swiper .swiper-button-next,
.olimarket-gallery-nav-next {
	right: 3px;
}

.olimarket-gallery-thumbs-swiper .swiper-button-prev:after,
.olimarket-gallery-thumbs-swiper .swiper-button-next:after,
.olimarket-gallery-nav-prev:after,
.olimarket-gallery-nav-next:after {
	display: none;
}

.olimarket-gallery-main-swiper {
	position: relative;
}

.olimarket-gallery-mobile-nav {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.olimarket-gallery-main-nav-prev,
.olimarket-gallery-main-nav-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	background-color: #F28E20 !important;
	border: none !important;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
}

.olimarket-gallery-main-nav-prev:hover,
.olimarket-gallery-main-nav-next:hover {
	background-color: #F28E20;
	transform: scale(1.1);
}

.olimarket-gallery-main-nav-prev:active,
.olimarket-gallery-main-nav-next:active {
	transform: scale(0.95);
}

.olimarket-gallery-main-nav-prev svg,
.olimarket-gallery-main-nav-next svg {
	width: 24px;
	height: 24px;
}


/* Estilos para el Select de Gallery (Mobile) */
.olimarket-gallery-select-wrapper {
	position: relative;
	width: 100%;
}

.olimarket-gallery-select {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px 8px;
	padding-right: 50px;
}

.olimarket-gallery-select:focus {
	outline: none;
	border-color: #003333;
}

.olimarket-gallery-select option {
	padding: 12px;
}

/* Responsive para Gallery Slider */
@media (max-width: 768px) {
	.olimarket-gallery-slider-wrapper {
		padding: 40px 24px;
	}
	
	.olimarket-gallery-header {
		flex-direction: column;
		align-items: center;
    margin-bottom: 40px;
	}
	
	.olimarket-gallery-title {
		font-size: 28px;
		line-height: 35px;
    text-align: center;
	}
	
	.olimarket-gallery-title-badge {
		font-size: 28px;
		padding: 4px 12px;
		margin-left: 0px;
	}
	
	.olimarket-gallery-tabs {
		display: none;
	}
	
	.olimarket-gallery-select-wrapper {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	
	.olimarket-gallery-thumbs-swiper {
		display: none !important;
	}
	
	.olimarket-gallery-thumbs-swiper .swiper-button-prev,
	.olimarket-gallery-thumbs-swiper .swiper-button-next,
	.olimarket-gallery-nav-prev,
	.olimarket-gallery-nav-next {
		display: none;
	}
	
	.olimarket-gallery-mobile-nav {
		display: flex !important;
	}
}

/* Estilos para el 360° Tour Widget */
.olimarket-360-tour-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 80px 24px;
}

.olimarket-360-decoration {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.olimarket-360-content {
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.olimarket-360-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #003333;
	margin: 0 0 40px 0;
}

.olimarket-360-title-badge {
	display: inline-block;
	background-color: #DE4408;
	color: #FFFFFF;
	padding: 4px 16px;
	border-radius: 20px;
	margin-left: 8px;
	font-size: 40px;
	font-weight: 700;
}

.olimarket-360-player-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	background-color: #000;
}

.olimarket-360-preview {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	background-color: #000;
	overflow: hidden;
}

.olimarket-360-preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.olimarket-360-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 4px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	padding: 0;
}

.olimarket-360-play-button svg {
	fill: #003333;
	margin-left: 4px;
}

.olimarket-360-play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.olimarket-360-badge {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #66CC66;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.olimarket-360-badge span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}

.olimarket-360-preview-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

.olimarket-360-embed {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.olimarket-360-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Responsive para 360° Tour */
@media (max-width: 768px) {
	.olimarket-360-tour-wrapper {
		padding: 40px 24px;
	}
	
	.olimarket-360-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.olimarket-360-title-badge {
		font-size: 32px;
		padding: 4px 12px;
		margin-left: 6px;
	}
	
	.olimarket-360-play-button {
		width: 60px;
		height: 60px;
	}
	
	.olimarket-360-play-button svg {
		width: 24px;
		height: 24px;
	}
	
	.olimarket-360-badge {
		width: 50px;
		height: 50px;
		bottom: 15px;
		right: 15px;
	}
	
	.olimarket-360-badge span {
		font-size: 14px;
	}
}

/* Estilos para el Floor Plans Widget */
.olimarket-floor-plans-wrapper {
	position: relative;
	overflow: hidden;
	padding: 80px 24px;
}


.olimarket-floor-plans-dots {
	position: absolute;
	top: 83px;
	right: 0px;
	width: 230px;
	height: 124px;
	z-index: 1;
}

.olimarket-floor-plans-content {
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.olimarket-floor-plans-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0 0 40px 0;
}

.olimarket-floor-plans-title span {
  border-radius: 16px;
  background: #DE4408;
  padding: 4px 16px;
	font-weight: 700;
  line-height: 1;
}

.olimarket-floor-tabs {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.olimarket-floor-tabs-mobile {
	display: none;
}

.olimarket-floor-tab {
	font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 16px !important;
	border-radius: 30px !important;
	color: #66CC99 !important;
	background-color: transparent !important;
	border-color: #c7d6ce;
  border: 1px solid #66CC99 !important;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease !important;
}

.olimarket-floor-tab:hover,
.olimarket-floor-tab.active {
  color: #FFFFFF !important;
  box-shadow: 0 0 0 1.5em #66CC99 inset !important;
}

.olimarket-floor-tabs-mobile {
	display: none;
	margin-bottom: 40px;
}

.olimarket-floor-select {
	width: 100%;
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid rgba(51, 57, 54, 0.25);
	background: #FFF;
	color: #333936;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23333936' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 20px 20px;
	padding-right: 48px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.olimarket-floor-select:hover {
	border-color: rgba(51, 57, 54, 0.4);
}

.olimarket-floor-select:focus {
	outline: none;
	border-color: #66CC99;
	box-shadow: 0 0 0 3px rgba(102, 204, 153, 0.2);
}

.olimarket-floor-select option {
	background-color: #FFFFFF;
	color: #333936;
	padding: 12px;
}

.olimarket-floor-tab:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.olimarket-floor-plan {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 0px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	display: none;
}

.olimarket-floor-plan.active {
	display: block;
}

.olimarket-floor-plan img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

/* Estilos para imágenes desktop y mobile */
.olimarket-floor-plan-image-desktop {
	display: block;
}

.olimarket-floor-plan-image-mobile {
	display: none !important;
}

/* Estilos para imágenes dentro del slider de planos */
.olimarket-floor-plans-swiper .swiper-slide {
	overflow: hidden;
	border-radius: 16px;
}

.olimarket-floor-plans-swiper .olimarket-floor-plan-image-desktop,
.olimarket-floor-plans-swiper .olimarket-floor-plan-image-mobile {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.olimarket-floor-plans-swiper .olimarket-floor-plan-image-desktop {
	display: block;
}

.olimarket-floor-plans-swiper .olimarket-floor-plan-image-mobile {
	display: none !important;
}

@media (max-width: 768px) {
	.olimarket-floor-plan-image-desktop,
	.olimarket-floor-plans-swiper .olimarket-floor-plan-image-desktop {
		display: none !important;
	}
	
	.olimarket-floor-plan-image-mobile,
	.olimarket-floor-plans-swiper .olimarket-floor-plan-image-mobile {
		display: block !important;
	}
}

/* Estilos para el slider de planos */
.olimarket-floor-plans-slider-wrapper {
	display: none;
	margin-bottom: 40px;
	position: relative;
}

.olimarket-floor-plans-slider-wrapper.active {
	display: block;
}

.olimarket-floor-plans-swiper {
	width: 100%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}

.olimarket-floor-plans-referencial-text {
  color: rgba(255, 255, 255, 0.49);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; 
  letter-spacing: 0.1px;
  font-style: oblique;
  text-align: left;
  margin-top: 5px;
}

.olimarket-floor-plans-swiper .swiper-slide {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.olimarket-floor-plans-swiper .olimarket-floor-plan-image {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
	object-fit: cover;
}

/* Estilos para el contenedor de etiquetas */
.olimarket-floor-tags-container {
	display: none;
  max-width: 100%;
  margin: 32px auto 0 auto !important;
  position: relative;
  padding: 0 100px;
}

.olimarket-floor-tags-container.active {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

/* Estilos para el slider de tags */
.olimarket-floor-tags-swiper {
	flex: 1;
	overflow: visible;
	min-width: 0;
  padding-top: 7px !important;
}

.olimarket-floor-tags-wrapper {
	display: flex;
	align-items: center;
}

.olimarket-floor-tags-swiper .swiper-slide {
	width: auto;
	display: flex;
	align-items: center;
}

/* Estilos para las flechas de navegación del slider de tags */
.olimarket-tags-nav-prev,
.olimarket-tags-nav-next {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #DE4408;
	border: none;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin-top: 0;
	flex-shrink: 0;
}

.olimarket-tags-nav-prev::after,
.olimarket-tags-nav-next::after {
	content: '';
	display: none;
}

.olimarket-tags-nav-prev svg,
.olimarket-tags-nav-next svg {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

.olimarket-tags-nav-prev:hover,
.olimarket-tags-nav-next:hover {
	background-color: #C73A06;
	transform: scale(1.05);
}

.olimarket-tags-nav-prev:active,
.olimarket-tags-nav-next:active {
	transform: scale(0.95);
}

.olimarket-tags-nav-prev.swiper-button-disabled,
.olimarket-tags-nav-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: auto;
}

/* Estilos para los botones de etiquetas */
.olimarket-floor-tag-link,
button.olimarket-floor-tag-link {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 11px 16px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.20) !important;
	border: 0 none !important;
	cursor: pointer;
	transition: all 0.3s ease !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
	white-space: nowrap;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
  transition: all 0.3s ease !important;
}

.olimarket-floor-tag-link:hover {
	transform: translateY(-2px);
  color: #333936 !important;
  box-shadow: 0 0 0 1.5em #FFFFFF inset !important;
  & span {
    color: #333936 !important;
  }
}

.olimarket-floor-tag-link:active {
	transform: translateY(0);
  color: #333936 !important;
  box-shadow: 0 0 0 1.5em #FFFFFF inset !important;
  & span {
    color: #333936 !important;
  }
}

/* Estilos para el botón activo */
.olimarket-floor-tag-link.active {
	transform: translateY(-2px);
  color: #333936 !important;
  box-shadow: 0 0 0 1.5em #FFFFFF inset !important;
  background: rgba(255, 255, 255, 1) !important;
}

.olimarket-floor-tag-link.active span {
  color: #333936 !important;
}

.olimarket-floor-tag-link span {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

/* Estilos para el color de la etiqueta (cuando no hay imagen) */
.olimarket-tag-color {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 0 none !important;
  background-color: #033;
}



/* Responsive para etiquetas */
@media (max-width: 1024px) {
	.olimarket-floor-tag-link {
		padding: 10px 20px !important;
		font-size: 14px !important;
		gap: 10px;
	}
	
	.olimarket-floor-tag-link span {
		font-size: 14px !important;
	}
	
	.olimarket-floor-tags-container {
		margin-top: 24px;
		padding: 0 70px;
		gap: 12px;
	}
	
	/* Ajustar tamaño de flechas en mobile */
	.olimarket-tags-nav-prev,
	.olimarket-tags-nav-next {
		width: 40px;
		height: 40px;
	}
	
	.olimarket-tags-nav-prev svg,
	.olimarket-tags-nav-next svg {
		width: 18px;
		height: 18px;
	}
}

.olimarket-floor-features-slider {
	margin-top: 20px;
	display: none;
	position: relative;
}

.olimarket-floor-features-slider.active {
	display: block;
}

.olimarket-features-swiper {
	position: relative;
	padding: 0 50px;
	overflow: visible;
}

.olimarket-features-swiper .swiper-wrapper {
  padding-top: 10px;
}

.olimarket-floor-plans-container {
	margin-bottom: 40px;
}

.olimarket-feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 24px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.olimarket-feature-item span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

.olimarket-feature-item:hover {
	background-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
  box-shadow: 0 0 0 1.5em #fff inset !important;
  cursor: pointer;
  & span {
    color: #333936 !important;
  }
}

.olimarket-feature-color {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	flex-shrink: 0;
}

.olimarket-floor-plan-placeholder {
	width: 100%;
	padding: 200px 20px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 8px;
	color: #999;
}

.olimarket-features-swiper .swiper-slide {
	width: auto;
}

.olimarket-features-swiper .swiper-button-prev,
.olimarket-features-swiper .swiper-button-next,
.olimarket-features-nav-prev,
.olimarket-features-nav-next {
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}

.olimarket-features-swiper .swiper-button-prev,
.olimarket-features-nav-prev {
	left: 0;
}

.olimarket-features-swiper .swiper-button-next,
.olimarket-features-nav-next {
	right: 0;
}

.olimarket-features-swiper .swiper-button-prev::after,
.olimarket-features-swiper .swiper-button-next::after,
.olimarket-features-nav-prev::after,
.olimarket-features-nav-next::after {
	display: none;
}

.olimarket-features-swiper .swiper-button-prev svg,
.olimarket-features-swiper .swiper-button-next svg,
.olimarket-features-nav-prev svg,
.olimarket-features-nav-next svg {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}

.olimarket-features-swiper .swiper-button-prev:hover,
.olimarket-features-swiper .swiper-button-next:hover,
.olimarket-features-nav-prev:hover,
.olimarket-features-nav-next:hover {
	background-color: #FF9933;
	transform: translateY(-50%) scale(1.1);
}

/* Responsive para Floor Plans */
@media (max-width: 1024px) {
	.olimarket-floor-plans-wrapper {
		padding: 40px 24px;
	}
	
	.olimarket-floor-plans-title {
		font-size: 28px;
		line-height: 40px;
    text-align: center;
		margin-bottom: 32px;
	}
  .olimarket-floor-plans-title span {
    font-size: 24px;
    line-height: 31px;
  }
	
	.olimarket-floor-tabs-desktop {
		display: none !important;
	}
	
	.olimarket-floor-tabs-mobile {
		display: block;
		margin-bottom: 32px;
	}
	
	.olimarket-floor-tabs {
		gap: 12px;
	}
	
	.olimarket-floor-tab {
		padding: 10px 24px;
		font-size: 14px;
	}
	
	.olimarket-floor-plans-slider-wrapper {
		margin-bottom: 32px;
	}
	
	.olimarket-floor-plans-swiper {
		border-radius: 12px;
	}
	
	.olimarket-floor-plans-swiper .olimarket-floor-plan-image {
		border-radius: 12px;
	}
	
	.olimarket-floor-plan {
		padding: 20px;
	}
	
	.olimarket-features-swiper {
		padding: 0 40px;
	}
	
	.olimarket-feature-item {
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.olimarket-features-swiper .swiper-button-prev,
	.olimarket-features-swiper .swiper-button-next,
	.olimarket-features-nav-prev,
	.olimarket-features-nav-next {
		width: 35px;
		height: 35px;
	}
	
	.olimarket-features-nav-prev svg,
	.olimarket-features-nav-next svg {
		width: 18px;
		height: 18px;
	}
}

/* Estilos para el Lead Form Widget */
.olimarket-lead-form-wrapper {
	padding: 0;
  width: 100%;
}


.olimarket-lead-form-container {
	max-width: 1232px;
  padding: 80px 0;
	margin: 0 auto;
	display: flex;
	gap: 34px;
	align-items: center;
  position: relative;
}

.olimarket-lead-form-decoration-left {
  background-color: #033;
	position: absolute;
	top: 80px;
	left: 0;
  border-radius: 24px;
  padding: 24px 12px;
}

.olimarket-lead-form-decoration-left img {
	display: block;
}

.olimarket-lead-form {
	border-radius: 12px;
	padding: 80px 0px 80px 34px;
	position: relative;
}

.olimarket-lead-form-content {
	position: relative;
	z-index: 2;
  width: 100%;
  max-width: 522px;
}

.olimarket-lead-form-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #6C6;
	margin: 0 0 12px 0;
  white-space: nowrap;
}

.olimarket-lead-form-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0 0 32px 0;
}

.olimarket-lead-form-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
  width: 100%;
  max-width: 400px;
}

.olimarket-form-field {
	display: flex;
	flex-direction: column;
}

.olimarket-form-field-col-1 {
	grid-column: 1;
}

.olimarket-form-field-col-2 {
	grid-column: 2;
}

.olimarket-form-field-full {
	grid-column: 1 / -1;
}

.olimarket-form-label {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 8px;
  display: none;
}

.olimarket-form-input {
	width: 100%;
	padding: 12px 16px;
	border: none;
	border-radius: 8px;
	background-color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333936;
	box-sizing: border-box;
	transition: all 0.3s ease;
	resize: vertical;
}

.olimarket-form-input:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(102, 204, 153, 0.3);
}

.olimarket-form-submit {
	width: 100%;
	padding: 16px 32px;
	background-color: #66CC99;
	color: #FFFFFF;
	border: none;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.olimarket-form-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.olimarket-form-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.olimarket-form-message {
	grid-column: 1 / -1;
	display: none;
	padding: 16px;
	border-radius: 8px;
	margin-top: 16px;
}

.olimarket-form-referencial-text {
  color: rgba(255, 255, 255, 0.49);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; 
  letter-spacing: 0.1px;
  font-style: oblique;
  margin-top: 5px;
  text-align: left;
}

.olimarket-form-message-success {
	background-color: #66CC99;
	color: #FFFFFF;
}

.olimarket-form-message-error {
	background-color: #CC0033;
	color: #FFFFFF;
}

.olimarket-lead-form-form input,
.olimarket-lead-form-form select,
.olimarket-lead-form-form textarea {
	width: 100%;
	padding: 0px 16px;
	border: none;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333936;
	box-sizing: border-box;
	transition: all 0.3s ease;
	background-color: #FFFFFF;
  height: 48px;
  &::placeholder {
    color: #333936;
    opacity: 1;
  }
}

.olimarket-lead-form-form textarea {
	height: 70px;
	padding: 12px 16px;

}

.olimarket-lead-form-form input:focus,
.olimarket-lead-form-form select:focus,
.olimarket-lead-form-form textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(102, 204, 153, 0.3);
}

.olimarket-lead-form-form button[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.olimarket-lead-form-form button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.olimarket-lead-map {
	position: relative;
	flex: 1;
}

.olimarket-lead-map-image-wrapper {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.olimarket-lead-map-image {
	width: 100%;
	height: auto;
	display: block;
}

.olimarket-lead-map-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FF9933;
	border-radius: 0 100px 100px 0;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 400px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.olimarket-lead-map-badge-text {
	display: flex;
	flex-direction: column;
	gap: 0;
	flex-shrink: 0;
}

.olimarket-lead-map-badge-text-line {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
	display: block;
}

.olimarket-lead-map-badge-price-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	position: relative;
	flex-shrink: 0;
}

.olimarket-lead-map-badge-price-label {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #CC0033;
	padding: 4px 10px;
	border-radius: 6px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	align-self: flex-start;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.olimarket-lead-map-badge-price-box {
	background-color: transparent;
  border-radius: 8px;
  border: 2px solid #FFF;
	padding: 20px 16px 5px 16px;
	display: inline-block;
  position: relative;
}

.olimarket-lead-map-badge-price {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;
}

.olimarket-lead-map-badge-price-box .olimarket-lead-map-badge-price {
	color: #ffffff;
}

.olimarket-lead-map-buttons {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	justify-content: center;
  position: absolute;
  bottom: 16px;
  right: 17px;
}

.olimarket-lead-map-button {
	flex: 1;
	padding: 12px 16px;
	border-radius: 24px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: none;
	cursor: pointer;
  white-space: nowrap;
}

.olimarket-lead-map-button-google {
	background-color: #003333;
	color: #6C9;
}

.olimarket-lead-map-button-google:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	background-color: #002222;
}

.olimarket-lead-map-button-google svg {
	color: #FFFFFF;
}

.olimarket-lead-map-button-waze {
	background-color: #FFFFFF;
	color: #333936;
}

.olimarket-lead-map-button-waze:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	background-color: #f8f8f8;
}

.olimarket-lead-map-button-waze svg {
	color: #333936;
}

.olimarket-lead-map-button svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

/* Responsive para Lead Form */


@media (max-width: 1023px) {
	.olimarket-lead-form-container {
		flex-direction: column-reverse;
    padding: 0;
    gap: 0;
	}
	.olimarket-lead-form {
		background-color: #033;
    padding: 0;
    width: 100%;
    border-radius: 0;
    padding: 50px 24px 45px 24px;
    background-image: url(images/bg-mobile.svg);
    background-position: top center;
    background-repeat: repeat-y-2x;
	}

  .olimarket-lead-map {
    padding: 40px 24px;
    background: #E8F8F0;
  }
	.olimarket-lead-form-decoration-left {
		display: none;
	}
  .olimarket-lead-form-content {
    margin: 0 auto;
    text-align: center;
  }
  .olimarket-lead-form-form {
    margin: 0 auto;
  }
  .olimarket-lead-map-buttons {
    position: static;
    flex-direction: column;
    max-width: 220px;
    margin: 24px auto 0 auto;
  }
  .olimarket-lead-form-title {
    white-space: normal;
  }
}

/* Estilos para el Legal Documents Widget */
.olimarket-legal-documents-wrapper {
	position: relative;
	padding: 40px 24px;
	background-color: #DE4408;
  overflow: hidden;
}

.olimarket-legal-docs-decoration-left {
	position: absolute;
  bottom: -73px;
  left: -138px;
	width: 241px;
	height: 241px;
	z-index: 1;
	pointer-events: none;
  transform: rotate(5deg);
}

@media (max-width: 768px) {
	.olimarket-legal-docs-decoration-left {
    bottom: auto !important;
    top: 41px !important;
    left: 0;
    width: 94px;
    height: 129px;
    transform: rotate(0deg);
	}
}

.olimarket-legal-docs-decoration-left img {
  display: block;
  width: 100%;
}

.olimarket-legal-documents-content {
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 60px;
	align-items: flex-start;
	padding: 0;
}


.olimarket-legal-docs-title-wrapper {
	flex-shrink: 0;
}

.olimarket-legal-docs-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #FFFFFF;
}

.olimarket-legal-docs-title span {
	display: block;
}

.olimarket-legal-docs-slider-wrapper {
	position: relative;
	flex: 1;
	padding-bottom: 100px;
  max-width: 920px;
  overflow: hidden;
  padding-top: 21px;
}



.olimarket-legal-docs-swiper {
	overflow: hidden !important;
  padding-top: 13px !important;
}

.olimarket-legal-docs-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.olimarket-legal-docs-swiper .swiper-slide {
	height: auto;
	display: flex;
	flex-shrink: 0;
}

.olimarket-legal-doc-card {
	display: block;
	padding: 20px 16px;
	border-radius: 16px;
	text-decoration: none;
	width: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
	box-sizing: border-box;
	background-color: #FFCC99;
	color: #333936;
}

.olimarket-legal-doc-card-name {
	font-family: 'Poppins', sans-serif;
	display: block;
  color: #DE4408;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.olimarket-legal-doc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.olimarket-legal-docs-nav-prev,
.olimarket-legal-docs-nav-next {
	position: absolute;
  top: auto !important;
	bottom: 10px !important;
	cursor: pointer;
	z-index: 10;
}

.olimarket-legal-docs-nav-prev {
	right: 60px !important;
  left: auto !important;
}

.olimarket-legal-docs-nav-next {
	right: 4px !important;
  left: auto !important;
}

@media (max-width: 768px) {
	.olimarket-legal-docs-slider-wrapper {
		padding-bottom: 80px;
	}
  .olimarket-legal-docs-nav-prev {
    right: 52% !important;
  }
  
  .olimarket-legal-docs-nav-next {
    left: 52% !important;
    right: auto !important;
  }
}

.olimarket-legal-docs-nav-prev:hover,
.olimarket-legal-docs-nav-next:hover {
	transform: scale(1.1);
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.olimarket-legal-docs-nav-prev svg,
.olimarket-legal-docs-nav-next svg {
	color: #FFFFFF;
}

/* Responsive para Legal Documents */
@media (max-width: 1024px) {
	.olimarket-legal-documents-wrapper {
		padding: 60px 30px;
	}
	
	.olimarket-legal-documents-content {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 20px 0;
	}
	
	.olimarket-legal-docs-title {
		text-align: center;
	}
	
	.olimarket-legal-docs-title-wrapper {
		text-align: center;
	}
	
	.olimarket-legal-docs-nav-prev {
		right: 60px;
		bottom: -60px;
	}
	
	.olimarket-legal-docs-nav-next {
		right: 0;
		bottom: -60px;
	}
}

@media (max-width: 768px) {
	.olimarket-legal-documents-wrapper {
		padding: 60px 20px;
	}
	
	.olimarket-legal-docs-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.olimarket-legal-doc-card {
		min-width: 240px;
		padding: 20px 24px;
	}
	
	.olimarket-legal-docs-swiper .swiper-button-prev,
	.olimarket-legal-docs-swiper .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}

/* Estilos para el Contact Advisors Widget */
.olimarket-contact-advisors-wrapper {
	background-color: #FFFFFF;
	padding: 0 24px 0 24px;
	position: relative;
	overflow: hidden;
}

.olimarket-contact-advisors-decoration {
  position: absolute;
  top: -250px;
  right: 0;
  width: auto;
  height: 241px;
  z-index: 1;
  pointer-events: none;
}

.olimarket-contact-advisors-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0px;
	align-items: start;
}

.olimarket-contact-advisors-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #003333;
	margin: 0 0 16px 0;
}

.olimarket-contact-advisors-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333936;
	margin: 0 0 40px 0;
}

.olimarket-advisors-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
	gap: 32px;
}

.olimarket-advisor-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.olimarket-advisor-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.olimarket-advisor-card-top h3 {
	font-family: 'Poppins', sans-serif;
	color: #606B65;
	margin: 0 0 4px 0;
  font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.2px;
}

.olimarket-advisor-image {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #66CC99;
	padding: 0px;
}

.olimarket-advisor-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.olimarket-advisor-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.olimarket-advisor-info {
	flex: 1;
}

.olimarket-advisor-card-top .olimarket-advisor-title {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 16px 0;
	text-transform: uppercase;
  color:  #333936;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
}

.olimarket-advisor-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.olimarket-advisor-contact-item:last-child {
	margin-bottom: 0;
}

.olimarket-advisor-contact-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #66CC99;
  border-radius: 50%;
}

.olimarket-advisor-icon {
	flex-shrink: 0;
	color: #66CC99;
}

.olimarket-advisor-info a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333936;
	text-decoration: none;
	transition: color 0.3s ease;
}

.olimarket-advisor-info a:hover {
	opacity: 0.8;
}

.olimarket-contact-advisors-main {
  padding: 80px 0 92px 0;
}

.olimarket-contact-advisors-side-image {
	flex-shrink: 0;
	max-width: 365px;
  align-self: flex-end;
}

.olimarket-contact-advisors-side-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Responsive para Contact Advisors */
@media (max-width: 1024px) {
	.olimarket-contact-advisors-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.olimarket-contact-advisors-side-image {
		max-width: 100%;
		text-align: center;
	}
}

/* Versión Móvil del Widget de Contacto con Asesores */
.olimarket-contact-advisors-mobile {
	display: none;
}

@media (max-width: 768px) {
	.olimarket-contact-advisors-wrapper {
		padding: 40px 20px;
	}
	
	/* Ocultar versión desktop en móvil */
	.olimarket-contact-advisors-desktop {
		display: none !important;
	}
	
	/* Mostrar versión móvil */
	.olimarket-contact-advisors-mobile {
		display: block !important;
	}
	
	.olimarket-contact-advisors-mobile-content {
		max-width: 100%;
		margin: 0 auto;
		padding: 0px;
	}

  .olimarket-advisor-card {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
	
	.olimarket-contact-advisors-mobile-title {
		font-family: 'Poppins', sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 36px;
		color: #003333;
		margin: 0 0 12px 0;
		text-align: center;
	}
	
	.olimarket-contact-advisors-mobile-subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 28px !important;
		font-weight: 700;
		line-height: 36px;
		margin: 0 0 12px 0 !important;
		text-align: center;
	}
	
	.olimarket-contact-advisors-mobile-subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 14px !important;
		font-weight: 400;
		line-height: 20px;
		color: #333936;
		margin: 0 0 30px 0 !important;
		text-align: center;
	}
	
	.olimarket-advisors-mobile-slider {
		width: 100%;
		overflow: hidden;
		padding-bottom: 95px !important;
	}
	
	.olimarket-advisor-mobile-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.olimarket-advisor-mobile-image {
		flex-shrink: 0;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		overflow: hidden;
		background-color: #66CC99;
		padding: 4px;
		margin-bottom: 20px;
	}

	.olimarket-advisor-mobile-image-placeholder {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.olimarket-advisor-mobile-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}
	
	.olimarket-advisor-mobile-info {
		width: 100%;
	}
	
	.olimarket-advisor-mobile-info h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #333936;
		margin: 0 0 8px 0;
		text-align: center;
	}
	
	.olimarket-advisor-mobile-info .olimarket-advisor-mobile-title {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #003333;
		margin: 0 0 20px 0;
		text-transform: uppercase;
		text-align: center;
	}

	.olimarket-advisor-mobile-contact-item {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		margin-bottom: 12px;
	}

	.olimarket-advisor-mobile-contact-item:last-child {
		margin-bottom: 0;
	}

	.olimarket-advisor-mobile-icon {
		flex-shrink: 0;
		color: #66CC99;
	}

	.olimarket-advisor-mobile-info a {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #333936;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.olimarket-advisor-mobile-info a:hover {
		opacity: 0.8;
	}
	
	/* Estilos para las flechas de navegación del slider móvil */
	.olimarket-advisors-mobile-slider {
		position: relative;
	}
	
	.olimarket-advisors-mobile-nav-prev,
	.olimarket-advisors-mobile-nav-next {
		position: absolute;
    top: auto !important;
		bottom: 15px !important;
		cursor: pointer;
		z-index: 10;
		margin-top: 0;
		transition: all 0.3s ease;

	}
	
	.olimarket-advisors-mobile-nav-prev {
		left: calc(50% - 56px) !important;
	}
	
	.olimarket-advisors-mobile-nav-next {
		right: calc(50% - 56px) !important;
	}
	
	.olimarket-advisors-mobile-nav-prev:hover,
	.olimarket-advisors-mobile-nav-next:hover {
		transform: scale(1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	}
	
	.olimarket-advisors-mobile-nav-prev::after,
	.olimarket-advisors-mobile-nav-next::after {
		display: none;
	}
	
	.olimarket-advisors-mobile-nav-prev svg,
	.olimarket-advisors-mobile-nav-next svg {
		width: 20px;
		height: 20px;
	}
}

/* Desktop: ocultar versión móvil */
@media (min-width: 769px) {
	.olimarket-contact-advisors-mobile {
		display: none !important;
	}
	
	.olimarket-contact-advisors-desktop {
		display: block !important;
    max-width: 1232px;
    width: 100%;
    margin: 0 auto;
	}
}

/* Estilos para el Institutional Info Widget */
.olimarket-institutional-info-wrapper {
	position: relative;
  padding: 0 24px 0 24px;
}

.olimarket-institutional-info-top {
	background-color: #66CC99;
	padding: 60px 0px;
}

.olimarket-institutional-info-content {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}

.olimarket-institutional-info-title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	color: #333936;
	margin: 0 0 40px 0;
}

.olimarket-institutional-info-columns {
	display: grid;
	position: relative;
  grid-template-columns:300px 1fr 1fr 1fr;
}

.olimarket-institutional-info-column {
	padding-right: 20px;
  border-right: 1px solid #333936;
  margin-right: 20px;
}

.olimarket-institutional-info-column:last-child {
	padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.olimarket-institutional-info-column h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #333936;
	margin: 0 0 12px 0;
}

.olimarket-institutional-info-column p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #333936;
	margin: 0;
}

.olimarket-institutional-info-logo {
	flex-shrink: 0;
}

.olimarket-institutional-info-logo img {
	max-width: 200px;
	height: auto;
	display: block;
}

/* Responsive para Institutional Info */
@media (max-width: 1024px) {
	.olimarket-institutional-info-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.olimarket-institutional-info-logo {
		text-align: center;
	}
	
	.olimarket-institutional-info-logo img {
		margin: 0 auto;
	}
}

/* Versión Móvil del Widget de Información Institucional */
.olimarket-institutional-info-mobile {
	display: none;
}

@media (max-width: 768px) {
	/* Ocultar versión desktop en móvil */
	.olimarket-institutional-info-desktop {
		display: none !important;

	}
	
	/* Mostrar versión móvil */
	.olimarket-institutional-info-mobile {
		display: block !important;
	}
	
	.olimarket-institutional-info-mobile-top {
		background-color: #66CC99;
		padding: 40px 24px !important;
	}
	
	.olimarket-institutional-info-mobile-content {
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.olimarket-institutional-info-mobile-title {
		font-family: 'Poppins', sans-serif;
		font-size: 28px !important;
		font-weight: 700;
		line-height: 32px;
		color: #333936;
		margin: 0 0 30px 0 !important;
		text-align: center;
	}
	
	.olimarket-institutional-info-mobile-columns {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	
	.olimarket-institutional-info-mobile-column {
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.olimarket-institutional-info-mobile-column:last-child {
		border-bottom: none;
	}
	
	.olimarket-institutional-info-mobile-column h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		color: #333936;
		margin: 0 0 8px 0;
		text-align: center;
	}
	
	.olimarket-institutional-info-mobile-column p {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #333936;
		margin: 0;
		text-align: center;
	}
	
	.olimarket-institutional-info-mobile-logo {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
	
	.olimarket-institutional-info-mobile-logo img {
		max-width: 200px;
		height: auto;
		display: block;
	}
	
}

/* Desktop: ocultar versión móvil */
@media (min-width: 769px) {
	.olimarket-institutional-info-mobile {
		display: none !important;
	}
	
	.olimarket-institutional-info-desktop {
		display: block !important;
    width: 100% !important;
    max-width: 1232px !important;
    margin: 0 auto !important;
	}
}

/* Estilos para el Header Menu Widget */
.olimarket-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #FFFFFF;
	height: 90px;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.olimarket-header-container {
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.olimarket-mobile-menu-toggle {
	background: none !important;
	border: none !important;
	cursor: pointer;
	padding: 8px !important;
	flex-direction: column;
	gap: 5px !important;
	z-index: 10010;
	align-items: center !important;
	justify-content: center !important;
	display: none !important;
	position: relative;
}

.olimarket-mobile-menu-toggle.active {
	z-index: 10010;
}

.olimarket-hamburger-line {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #003333;
	transition: all 0.3s ease;
}

.olimarket-header-logos {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-shrink: 0;
}

.olimarket-header-logo-link {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
}

.olimarket-header-logo-primary {
  max-height: auto !important;
  max-width: 141px !important;
	height: auto;
	display: block;

}

.olimarket-mobile-menu .olimarket-header-logo-primary {
  width: 141px;
  height: auto;
  display: block;
  max-height: auto !important;
  object-fit: contain;
}

.olimarket-mobile-menu .olimarket-header-logo-secondary {
  width: 78px;
  height: auto;
  display: block;
  max-height: auto !important;
  object-fit: contain;
}

.olimarket-header-logo-secondary {
  max-height: auto !important;
  max-width: 78px !important;
	height: auto;
	display: block;
}

.olimarket-header-logo-separator {
	width: 1px;
	height: 34px;
	background-color: #CCCCCC;
}

.olimarket-header-nav {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.olimarket-header-menu-list {
	display: flex;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.olimarket-header-menu-list li {
	margin: 0;
}

.olimarket-menu-item {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333936;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	transition: color 0.3s ease;
}

.olimarket-menu-item:hover {
	color: #003333;
  font-weight: 700;
}

.olimarket-menu-item:hover .olimarket-menu-active-underline {
	opacity: 1;
	transform: scaleX(1);
}

.olimarket-menu-item.active {
	color: #003333;
  font-weight: 700;
}

.olimarket-menu-active-underline {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='4' viewBox='0 0 55 4' fill='none'%3E%3Cpath d='M-3.05176e-05 2.28432C-3.05176e-05 2.40799 0.0471268 2.53265 0.141438 2.62663C0.329075 2.81559 0.633617 2.81559 0.822239 2.62663L2.23788 1.20101C2.54341 0.893326 3.04149 0.893326 3.348 1.20101L4.6428 2.50494C4.97289 2.83736 5.41104 3.02039 5.87866 3.02039C6.34628 3.02039 6.78444 2.83637 7.11452 2.50494L8.40835 1.20101C8.71387 0.893326 9.21195 0.893326 9.51944 1.20101L10.8133 2.50494C11.1434 2.83736 11.5825 3.02039 12.0491 3.02039C12.5158 3.02039 12.9549 2.83637 13.285 2.50494L14.5798 1.20101C14.8853 0.893326 15.3834 0.893326 15.6899 1.20101L16.9837 2.50494C17.6645 3.19055 18.7737 3.19055 19.4555 2.50494L20.7503 1.20101C21.0558 0.893326 21.5539 0.893326 21.8604 1.20101L23.1552 2.50494C23.836 3.19055 24.9451 3.19055 25.6259 2.50494L26.9207 1.20101C27.2263 0.893326 27.7243 0.893326 28.0308 1.20101L29.3257 2.50494C30.0065 3.19055 31.1156 3.19055 31.7974 2.50494L33.0912 1.20101C33.3967 0.893326 33.8948 0.893326 34.2023 1.20101L35.4961 2.50494C36.1769 3.19055 37.2861 3.19055 37.9678 2.50494L39.2617 1.20101C39.5672 0.893326 40.0663 0.893326 40.3728 1.20101L41.6666 2.50494C41.9967 2.83736 42.4358 3.02039 42.9025 3.02039C43.3691 3.02039 43.8082 2.83637 44.1383 2.50494L45.4331 1.20101C45.7386 0.893326 46.2367 0.893326 46.5432 1.20101L47.8371 2.50494C48.5188 3.19055 49.627 3.19055 50.3088 2.50494L51.6036 1.20101C51.9091 0.893326 52.4072 0.893326 52.7137 1.20101L54.1785 2.67511C54.3661 2.86506 54.6706 2.86506 54.8593 2.67511C55.0469 2.48615 55.0469 2.17946 54.8593 1.9895L53.3945 0.515402C53.0644 0.182987 52.6263 -3.86238e-05 52.1596 -3.86238e-05C51.693 -3.86238e-05 51.2539 0.183977 50.9238 0.515402L49.629 1.81934C49.3234 2.12702 48.8254 2.12702 48.5188 1.81934L47.224 0.515402C46.5432 -0.171193 45.4341 -0.171193 44.7523 0.515402L43.4585 1.81934C43.153 2.12702 42.6549 2.12702 42.3484 1.81934L41.0536 0.515402C40.3728 -0.171193 39.2636 -0.171193 38.5819 0.515402L37.287 1.81934C37.1387 1.96774 36.9422 2.05084 36.732 2.05084C36.5218 2.05084 36.3253 1.96774 36.1769 1.81934L34.8831 0.515402C34.2013 -0.170203 33.0932 -0.170203 32.4114 0.515402L31.1166 1.81934C30.811 2.12702 30.313 2.12702 30.0065 1.81934L28.7126 0.515402C28.0308 -0.170203 26.9227 -0.170203 26.2409 0.515402L24.9471 1.81934C24.6416 2.12702 24.1435 2.12702 23.837 1.81934L22.5422 0.515402C21.8614 -0.171193 20.7522 -0.171193 20.0704 0.515402L18.7766 1.81934C18.6283 1.96774 18.4308 2.05084 18.2216 2.05084C18.0123 2.05084 17.8148 1.96774 17.6665 1.81934L16.3727 0.515402C15.6919 -0.171193 14.5827 -0.171193 13.901 0.515402L12.6071 1.81934C12.3016 2.12702 11.8025 2.12702 11.496 1.81934L10.2022 0.515402C9.52141 -0.171193 8.41228 -0.171193 7.73049 0.515402L6.43568 1.81934C6.13016 2.12702 5.63208 2.12702 5.32557 1.81934L4.03175 0.515402C3.34996 -0.170203 2.24181 -0.170203 1.56002 0.515402L0.144379 1.94103C0.0500679 2.03501 0.00291824 2.15967 0.00291824 2.28333' fill='%2366CC99'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 80px 4px;
	background-position: center bottom;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.olimarket-menu-item.active .olimarket-menu-active-underline {
	opacity: 1;
	transform: scaleX(1);
}

.olimarket-header-cta {
	flex-shrink: 0;
}

.olimarket-header-cta-button {
	display: inline-block;
	padding: 12px 24px;
	background-color: #003333;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	animation: breatheButton 3s ease-in-out infinite;
}

@keyframes breatheButton {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(102, 204, 153, 0.4);
	}
	50% {
		transform: scale(1.02);
		box-shadow: 0 0 0 8px rgba(102, 204, 153, 0);
	}
}

.olimarket-header-cta-button:hover {
	transform: translateY(-2px);
  background-color: #66CC99;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.olimarket-header-mobile-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #003333;
	display: none;
}

.olimarket-header-spacer {
	height:90px;
}

.olimarket-mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: #FFFFFF;
	z-index: 9998;
	transition: left 0.3s ease;
	overflow-y: auto;
	padding: 80px 0 0;
}

.olimarket-mobile-menu.active {
	left: 0;
}

.olimarket-mobile-menu-content {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
}

.olimarket-mobile-menu-logos {
	margin-bottom: 40px;
	text-align: center;
}

.olimarket-mobile-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
}

.olimarket-mobile-menu-nav {
	width: 100%;
	margin-bottom: 40px;
}

.olimarket-mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.olimarket-mobile-menu-list li {
	margin: 0;
	width: 100%;
	text-align: center;
}

.olimarket-mobile-menu-item {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333936;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	transition: color 0.3s ease;
	display: inline-block;
}

.olimarket-mobile-menu-item:hover {
	opacity: 0.8;
}

.olimarket-mobile-menu-item.active {
	color: #003333;
}

.olimarket-mobile-menu-cta {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}

.olimarket-mobile-cta-button {
	display: inline-block;
	padding: 16px 32px;
	background-color: #003333;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
}

.olimarket-mobile-cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.olimarket-mobile-menu-image {
	margin-top: auto;
	width: 100%;
	padding-top: 40px;
}

.olimarket-mobile-menu-image img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

/* Responsive para Header Menu */
@media (max-width: 1024px) {
	.olimarket-header-container {
		padding: 0 20px;
	}
	
	.olimarket-header-menu-list {
		gap: 24px;
	}
	
	.olimarket-menu-item {
		font-size: 14px;
	}
	
	.olimarket-header-cta-button {
		padding: 10px 20px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	
	.olimarket-header-container {
		padding: 0 15px !important;
		justify-content: flex-start !important;
    margin: 0 !important;
	}
	
	.olimarket-mobile-menu-toggle {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		order: 1 !important;
		margin-right: 0 !important;
	}
	
	.olimarket-header-logos {
		gap: 10px !important;
		order: 2 !important;
		flex: 1 !important;
		justify-content: flex-start !important;
		margin-left: 15px !important;
	}
	
	/* .olimarket-header-logos img:first-child {
		max-height: 30px !important;
	} */
	
	/* .olimarket-header-logos img:last-child {
		max-height: 24px !important;
	} */
	
	.olimarket-header-nav {
		display: none !important;
	}
	
	.olimarket-header-cta {
		display: none !important;
	}
	
	.olimarket-header-mobile-bar {
		display: block !important;
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		height: 4px !important;
		background-color: #003333 !important;
		z-index: 1 !important;
	}
	
	.olimarket-header-spacer {
		height: 80px;
	}
	
	/* .olimarket-header-logo-primary {
		max-height: 30px !important;
	} */
	
	.olimarket-header-logo-secondary {
		/* max-height: 24px !important; */
	}
}

/* Estilos base para la barra móvil (oculta por defecto) */
.olimarket-header-mobile-bar {
	display: none;
}


/* Estilos para el Footer Widget */
.olimarket-footer-wrapper {
	padding: 0 24px;
  border-radius: 24px 24px 0 0;
  background-color: #003333;
  width: 100%;
}

.olimarket-footer-container {
	max-width: 1232px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 330px 1fr 1fr 170px;
	gap: 60px;
  padding: 65px 0 45px 0;
}

.olimarket-footer-brand {
	max-width: 330px;
  text-align: center;
}

/* Asegurar que las animaciones del footer funcionen correctamente */
.olimarket-footer-brand.olimarket-animate-on-scroll.olimarket-fade-in-up,
.olimarket-footer-contact.olimarket-animate-on-scroll.olimarket-fade-in-up,
.olimarket-footer-legal.olimarket-animate-on-scroll.olimarket-fade-in-up,
.olimarket-footer-social.olimarket-animate-on-scroll.olimarket-fade-in-up {
	opacity: 0 !important;
	transform: translateY(30px) !important;
	transition: opacity 0.8s ease, transform 0.8s ease !important;
}

.olimarket-footer-brand.olimarket-animate-on-scroll.olimarket-fade-in-up.animated,
.olimarket-footer-contact.olimarket-animate-on-scroll.olimarket-fade-in-up.animated,
.olimarket-footer-legal.olimarket-animate-on-scroll.olimarket-fade-in-up.animated,
.olimarket-footer-social.olimarket-animate-on-scroll.olimarket-fade-in-up.animated {
	opacity: 1 !important;
	transform: translateY(0) !important;
	animation: fadeInUp 0.8s ease forwards !important;
}

.olimarket-footer-logo {
	margin-bottom: 10px;
}

.olimarket-footer-logo img {
	max-width: 140px;
	height: auto;
	display: block;
	filter: brightness(0) invert(1);
  margin: 0 auto;
}

.olimarket-footer-description {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}

.olimarket-footer-heading {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

.olimarket-footer-contact-list,
.olimarket-footer-legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.olimarket-footer-contact-list li,
.olimarket-footer-legal-list li {
	margin-bottom: 12px;
}

.olimarket-footer-contact-list a,
.olimarket-footer-legal-list a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	transition: opacity 0.3s ease;
  display: block;
}

.olimarket-footer-contact-list span {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
}

.olimarket-footer-contact-list a:hover,
.olimarket-footer-legal-list a:hover {
	opacity: 0.8;
}

.olimarket-footer-social-icons {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.olimarket-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.olimarket-social-icon:hover {
	transform: translateY(-2px);
	opacity: 0.8;
}

.olimarket-social-icon svg {
	width: 24px;
	height: 24px;
}

/* Responsive para Footer */
@media (max-width: 1024px) {
	.olimarket-footer-container {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	
	.olimarket-footer-brand {
		grid-column: 1 / -1;
	}
}

/* Versión Móvil del Footer */
.olimarket-footer-mobile {
	display: none;
  padding:  40px 0; 
}

@media (max-width: 768px) {
	
	/* Ocultar versión desktop en móvil */
	.olimarket-footer-desktop {
		display: none !important;
	}
	
	/* Mostrar versión móvil */
	.olimarket-footer-mobile {
		display: block;
	}
	
	.olimarket-footer-mobile-brand {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.olimarket-footer-mobile-logo {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.olimarket-footer-mobile-logo img {
		max-height: 60px;
		height: auto;
		display: block;
		filter: brightness(0) invert(1);
	}

	.olimarket-footer-mobile-description {
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #FFFFFF;
		margin: 0;
	}
	
	.olimarket-footer-mobile-accordion {
		margin-bottom: 0;
	}
	
	.olimarket-footer-mobile-accordion-toggle {
		width: 100%;
		background: transparent !important;
		border: none;
		border-bottom: 1px solid #ffffff;
		padding: 20px 0 20px 0 !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		color: #FFFFFF;
		transition: all 0.3s ease;
    border-radius: 0 !important;
	}	

  #olimarket-footer-2c95d7a-legal-toggle {
    border-bottom: none !important;
  }

	.olimarket-footer-mobile-accordion-toggle:hover {
		opacity: 0.8;
	}
	
	.olimarket-footer-mobile-accordion-toggle h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		color: #FFFFFF;
		margin: 0;
	}
	
	.olimarket-footer-accordion-icon {
		color: #FFFFFF;
		transition: transform 0.3s ease;
		flex-shrink: 0;
	}
	
	.olimarket-footer-mobile-accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
	.olimarket-footer-mobile-accordion-content > div {
		padding: 20px 0;
	}

	.olimarket-footer-mobile-accordion-content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.olimarket-footer-mobile-accordion-content li {
		margin-bottom: 12px;
	}

	.olimarket-footer-mobile-accordion-content a {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #FFFFFF;
		text-decoration: none;
		transition: opacity 0.3s ease;
	}

	.olimarket-footer-mobile-accordion-content a:hover {
		opacity: 0.8;
	}

	.olimarket-footer-mobile-accordion-content span {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		color: #FFFFFF;
	}
	
	.olimarket-footer-mobile-social {
		margin-top: 40px;
		text-align: center;
	}
	
	.olimarket-footer-mobile-social-heading {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		color: #FFFFFF;
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	.olimarket-footer-mobile-social-icons {
		display: flex;
		gap: 16px;
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* Desktop: ocultar versión móvil */
@media (min-width: 769px) {
	.olimarket-footer-mobile {
		display: none !important;
	}
	
	.olimarket-footer-desktop {
		display: grid !important;
	}
}

/* Animación de pulso para el botón de WhatsApp */
@keyframes olimarket-whatsapp-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/* Estilos para el Botón Flotante de WhatsApp */
.olimarket-whatsapp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 64px;
	height: 64px;
	border-radius: 50% !important;
	background-color: #FFFFFF !important;
	border: none !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9997;
	transition: all 0.3s ease;
	padding: 12px !important;
	animation: olimarket-whatsapp-pulse 2s ease-in-out infinite;
}

.olimarket-whatsapp-float:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	animation-play-state: paused;
}

.olimarket-whatsapp-float:active {
	transform: scale(0.95);
	animation-play-state: paused;
}

/* Estilos para el Modal de WhatsApp */
.olimarket-whatsapp-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.olimarket-whatsapp-modal.active {
	opacity: 1;
	visibility: visible;
}

.olimarket-whatsapp-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
}

.olimarket-whatsapp-modal-content {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 16px;
	max-width: 350px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	z-index: 10001;
	padding: 24px 16px;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.olimarket-whatsapp-modal.active .olimarket-whatsapp-modal-content {
	transform: scale(1);
}

.olimarket-whatsapp-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.olimarket-whatsapp-modal-logo {
	display: flex;
	flex-direction: column;
	line-height: 1;
	align-items: flex-start;
  max-width: 70px;
}

.olimarket-whatsapp-modal-logo-img {
    height: auto;
    display: block;
    width: 100%;
	object-fit: contain;
}

.olimarket-whatsapp-logo-oli {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #66CC99;
}

.olimarket-whatsapp-logo-market {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #003333;
	margin-top: 2px;
}

.olimarket-whatsapp-modal-close {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	background-color: #66CC99 !important;
	border: none !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	transition: all 0.3s ease;
}

.olimarket-whatsapp-modal-close:hover {
	background-color: #55BB88;
	transform: rotate(90deg);
}


.olimarket-whatsapp-modal-message {
	text-align: center;
	margin-bottom: 24px;
}

.olimarket-whatsapp-modal-message p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 0;
}

.olimarket-whatsapp-contacts {
	display: flex;
	flex-direction: column;
}

.olimarket-whatsapp-contact-item {
	display: flex;
	align-items: center;
	padding: 16px 0;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border-radius: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -12px;
	margin-right: -12px;
}

.olimarket-whatsapp-contact-item:hover {
	background-color: #F5F5F5;
}

.olimarket-whatsapp-contact-photo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
}

.olimarket-whatsapp-contact-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.olimarket-whatsapp-contact-placeholder {
	width: 100%;
	height: 100%;
	background-color: #E0E0E0;
}

.olimarket-whatsapp-contact-info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.olimarket-whatsapp-contact-name {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 4px;
}

.olimarket-whatsapp-contact-phone {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.olimarket-whatsapp-contact-divider {
	height: 1px;
	background-color: #8D9E96;
	margin: 0;
  width: 260px;
  align-self: center;
}

/* Responsive para WhatsApp Modal */
@media (max-width: 768px) {
	.olimarket-whatsapp-float {
		width: 56px;
		height: 56px;
		bottom: 20px;
		right: 20px;
	}

	.olimarket-whatsapp-float svg {
		width: 28px;
		height: 28px;
	}

	.olimarket-whatsapp-modal-content {
		width: 95%;
		padding: 20px;
		border-radius: 12px;
	}

	.olimarket-whatsapp-modal-header {
		margin-bottom: 20px;
	}

	.olimarket-whatsapp-logo-oli {
		font-size: 20px;
	}

	.olimarket-whatsapp-logo-market {
		font-size: 14px;
	}

	.olimarket-whatsapp-modal-message {
		margin-bottom: 20px;
	}

	.olimarket-whatsapp-modal-message p {
		font-size: 14px;
		line-height: 20px;
	}

	.olimarket-whatsapp-contact-photo {
		width: 48px;
		height: 48px;
		margin-right: 12px;
	}

	.olimarket-whatsapp-contact-name {
		font-size: 14px;
	}

	.olimarket-whatsapp-contact-phone {
		font-size: 12px;
	}
}

/* ============================================
   ANIMACIONES SUTILES PARA EL SITIO
   ============================================ */

/* Animaciones de entrada al hacer scroll */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Clases para animaciones de scroll reveal */
/* Solo ocultar si tiene la clase específica de animación */
.olimarket-animate-on-scroll.olimarket-fade-in,
.olimarket-animate-on-scroll.olimarket-fade-in-up,
.olimarket-animate-on-scroll.olimarket-slide-in-left,
.olimarket-animate-on-scroll.olimarket-slide-in-right {
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.olimarket-animate-on-scroll.animated {
	opacity: 1;
}

.olimarket-fade-in-up {
	transform: translateY(30px);
}

.olimarket-fade-in-up.animated {
	animation: fadeInUp 0.8s ease forwards;
}

.olimarket-fade-in {
	opacity: 0;
}

.olimarket-fade-in.animated {
	animation: fadeIn 0.8s ease forwards;
}

.olimarket-slide-in-left {
	transform: translateX(-30px);
}

.olimarket-slide-in-left.animated {
	animation: slideInLeft 0.8s ease forwards;
}

.olimarket-slide-in-right {
	transform: translateX(30px);
}

.olimarket-slide-in-right.animated {
	animation: slideInRight 0.8s ease forwards;
}

/* Hover effects sutiles para botones */
.olimarket-hero-button,
.olimarket-header-cta-button,
.olimarket-mobile-cta-button {
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.olimarket-hero-button:hover,
.olimarket-header-cta-button:hover,
.olimarket-mobile-cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.olimarket-hero-button:active,
.olimarket-header-cta-button:active,
.olimarket-mobile-cta-button:active {
	transform: translateY(0);
}

/* Hover effects para cards y elementos interactivos */
.olimarket-stat-item {
	transition: transform 0.3s ease;
}

.olimarket-stat-item:hover {
	transform: translateY(-5px);
}

/* Animación sutil para imágenes */
.olimarket-hero-image-desktop,
.olimarket-hero-image-mobile {
	transition: transform 0.5s ease;
}

/* Animación de entrada para el banner de estadísticas */
.olimarket-hero-stats {
	animation: fadeInUp 0.8s ease 0.2s both;
}

/* Transiciones suaves para todos los elementos interactivos */
a, button {
	transition: all 0.3s ease;
}

/* Animación sutil para el header al hacer scroll */
.olimarket-header-menu {
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Efecto parallax sutil para imágenes de fondo */
.olimarket-parallax {
	transition: transform 0.3s ease-out;
}

/* Animación de pulso sutil para elementos destacados */
@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}

.olimarket-pulse {
	animation: pulse 2s ease-in-out infinite;
}

/* Animación de shake sutil para errores o alertas */
@keyframes shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-5px); }
	75% { transform: translateX(5px); }
}

.olimarket-shake {
	animation: shake 0.5s ease;
}

/* Efecto ripple para botones */
.olimarket-ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transform: scale(0);
	animation: ripple 0.6s ease-out;
	pointer-events: none;
}

@keyframes ripple {
	to {
		transform: scale(2);
		opacity: 0;
	}
}

/* Mejorar transiciones en elementos comunes */
.elementor-section,
.elementor-widget {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Animación sutil para sliders */
.swiper-slide {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide-active {
	opacity: 1;
}

/* Animación de carga sutil */
@keyframes skeleton {
	0% {
		background-position: -200px 0;
	}
	100% {
		background-position: calc(200px + 100%) 0;
	}
}

.olimarket-skeleton {
	animation: skeleton 1.5s ease-in-out infinite;
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200px 100%;
}
