/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 16:52:34 */
/* =================================================
   1. VARIABLES & TOKENS
================================================= */

/* =================================================
   2. BASE / RESETS UI
================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: initial;
  padding: initial;
}

html,
body {
  font-family: var(--e-global-typography-f48ca31-font-family), sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

img {
  display: block !important;
  vertical-align: initial;
}

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =================================================
   3. UTILITIES
================================================= */
/* ---------- Texto ---------- */
.ui_text--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ui_text--1line {
  -webkit-line-clamp: 1;
}

.ui_text--2lines {
  -webkit-line-clamp: 2;
}

.ui_text--3lines {
  -webkit-line-clamp: 3;
}

.ui_text--4lines {
  -webkit-line-clamp: 4;
}

/* ---------- Generales ---------- */

/* ---------- Posicionamiento base ---------- */
.ui_pos-rel {
  position: relative;
}

.ui_pos-abs {
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .ui_pos-abs>div {
    height: 100%;
  }

}


/* ---------- Media (imagen / video) ---------- */
.ui_pos-abs img,
.ui_pos-abs video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---------- Caso especial (si realmente lo necesitas) ---------- */
.ui_video {
  position: absolute;
  inset: 0;
}

/* ---------- Overlays ---------- */
.ui_ov {
  position: absolute;
  inset: 0;
}

.ui_ov-000000 {
  background-color: #000000;
}

.ui_ov--0 {
  opacity: 0;
}

.ui_ov--4 {
  opacity: 0.4;
}

.ui_ov--5 {
  opacity: 0.5;
}

.ui_ov--10 {
  opacity: 0.1;
}

.ui_ov--15 {
  opacity: 0.15;
}

.ui_ov--20 {
  opacity: 0.2;
}

.ui_ov--25 {
  opacity: 0.25;
}

.ui_ov--30 {
  opacity: 0.3;
}

.ui_ov--40 {
  opacity: 0.4;
}

.ui_ov--50 {
  opacity: 0.5;
}

.ui_ov--75 {
  opacity: 0.75;
}

.ui_ov--100 {
  opacity: 1;
}

/* ---------- Espaciados ---------- */
/* ===================== */
/* PADDING - BASE */
/* ===================== */

/* General */
.ui_p-20 { padding: 20px; }
.ui_p-26 { padding: 26px; }

/* Horizontal (x) */
.ui_px-28 {
    padding-inline: 28px;
  }
.ui_px-44 { padding-inline: 44px; }
.ui_px-38 { padding-inline: 38px; }
.ui_px-58 { padding-inline: 58px; }
.ui_px-88 { padding-inline: 88px; }

/* Vertical (y) */
.ui_py-10 { padding-block: 10px; }
.ui_py-14 { padding-block: 14px; }
.ui_py-20 { padding-block: 20px; }
.ui_py-24 { padding-block: 24px; }
.ui_py-30 { padding-block: 30px; }
.ui_py-34 { padding-block: 34px; }
.ui_py-38 { padding-block: 38px; }
.ui_py-44 {
  padding-block: 44px;
}
.ui_py-48 { padding-block: 48px; }
.ui_py-60 { padding-block: 60px; }
.ui_py-70 { padding-block: 70px; }
.ui_py-102 { padding-block: 102px; }

/* Top */
.ui_pt-20 { padding-top: 20px; }
.ui_pt-32 { padding-top: 32px; }
.ui_pt-34 { padding-top: 34px; }
.ui_pt-50 { padding-top: 50px; }
.ui_pt-58 { padding-top: 58px; }
.ui_pt-64 { padding-top: 64px; }
.ui_pt-80 { padding-top: 80px; }
.ui_pt-82 {
  padding-top: 82px;
  
}
.ui_pt-110 { padding-top: 110px; }
.ui_pt-114 { padding-top: 114px; }
.ui_pt-146 { padding-top: 146px; }
.ui_pt-170 { padding-top: 170px; }
.ui_pt-520 { padding-top: 520px; }
.ui_pt-66 {
  padding-top: 66px;
}

/* Bottom */
.ui_pb-24 { padding-bottom: 24px; }
.ui_pb-30 { padding-bottom: 30px; }
.ui_pb-40 { padding-bottom: 40px; }
.ui_pb-50 { padding-bottom: 50px; }
.ui_pb-58 { padding-bottom: 58px; }
.ui_pb-66 { padding-bottom: 66px; }
.ui_pb-78 { padding-bottom: 78px; }
.ui_pb-84 { padding-bottom: 84px; }
.ui_pb-94 { padding-bottom: 94px; }
.ui_pb-132 { padding-bottom: 132px; }

/* Left */
.ui_pl-24 { padding-left: 24px; }
.ui_pl-54 { padding-left: 54px; }
.ui_pl-62 { padding-left: 62px; }
.ui_pl-78 { padding-left: 78px; }
.ui_pl-100 { padding-left: 100px; }

/* Right */
.ui_pr-24 { padding-right: 24px; }
.ui_pr-34 { padding-right: 34px; }
.ui_pr-50 { padding-right: 50px; }
.ui_pl-50 {
    padding-left: 50px;
  }
.ui_pr-66 { padding-right: 66px; }
.ui_pr-104 { padding-right: 104px; }


/* ===================== */
/* MEDIA QUERY ≤1200px */
/* ===================== */

@media (max-width: 1200px) {
  .ui_pr-104 { padding-right: 60px; }
}


/* ===================== */
/* MEDIA QUERY ≤1024px */
/* ===================== */

@media (max-width: 1024px) {

  /* General */
  .ui_p-26 { padding: 20px; }

  /* Horizontal */
  .ui_px-38 { padding-inline: 24px; }
	.ui_px-44 {
    padding-inline: 28px;
  }
  .ui_px-58 { padding-inline: 40px; }
  .ui_px-88 { padding-inline: 48px; }

  /* Vertical */
  .ui_py-14 { padding-block: 12px; }
  .ui_py-20 { padding-block: 16px; }
  .ui_py-24 { padding-block: 20px; }
  .ui_py-30 { padding-block: 20px; }
  .ui_py-34 { padding-block: 24px; }
  .ui_py-38 { padding-block: 28px; }
	.ui_py-44 {
    padding-block: 32px;
  }
	.ui_px-28 {
    padding-inline: 20px;
  }
	
	.ui_pt-66 {
    padding-top: 45px;
  }
	
	.ui_pt-82 {
    padding-top: 62px;
  }
	.ui_pt-114 {
    padding-top: 75px;
  }
	.ui_py-48 {
    padding-block: 36px;
  }
  .ui_py-60 { padding-block: 45px; }
  .ui_py-70 { padding-block: 50px; }
  .ui_py-102 { padding-block: 60px; }

  /* Top */
  .ui_pt-20 { padding-top: 16px; }
  .ui_pt-32,
  .ui_pt-34 { padding-top: 24px; }
  .ui_pt-58 { padding-top: 40px; }
  .ui_pt-64 { padding-top: 48px; }  
  .ui_pt-146 { padding-top: 110px; }
  .ui_pt-170 { padding-top: 120px; }
  .ui_pt-520 { padding-top: 320px; }
  .ui_pt-50 { padding-top: 35px; }
	.ui_pt-80 {
    padding-top: 56px;
  }

  /* Bottom */
	.ui_pb-24 {
    padding-bottom: 18px;
  }
  .ui_pb-30 { padding-bottom: 20px; }
  .ui_pb-40 { padding-bottom: 30px; }
  .ui_pb-50 { padding-bottom: 35px; }
	.ui_pb-58 {
    padding-bottom: 40px;
  }
	
	.ui_pb-66 {
    padding-bottom: 48px;
  }
  .ui_pb-78 { padding-bottom: 56px; }
  .ui_pb-84,
  .ui_pb-94 { padding-bottom: 60px; }
  .ui_pb-132 { padding-bottom: 90px; }

  /* Left */
  .ui_pl-24 { padding-left: 16px; }
	.ui_pl-50 {
    padding-left: 34px;
  }
	.ui_pl-54 {
    padding-left: 36px;
  }
	.ui_pt-110 {
    padding-top: 70px;
  }
  .ui_pl-62 { padding-left: 30px; }
  .ui_pl-78 { padding-left: 56px; }
	.ui_pl-100 {
    padding-left: 60px;
  }

  /* Right */
  .ui_pr-24 { padding-right: 16px; }
	.ui_pr-50 {
    padding-right: 34px;
  }
  .ui_pr-66 { padding-right: 40px; }
  .ui_pr-104 { padding-right: 40px; }
}


/* ===================== */
/* MEDIA QUERY ≤767px */
/* ===================== */

@media (max-width: 767px) {

  /* General */
  .ui_p-26 { padding: 16px; }

  /* Horizontal */
	.ui_px-44 {
    padding-inline: 16px;
  }
	 .ui_pt-66 {
    padding-top: 30px;
  }
  .ui_px-38 { padding-inline: 16px; }
  .ui_px-58 { padding-inline: 28px; }
  .ui_px-88 { padding-inline: 20px; }
.ui_px-28 {
    padding-inline: 14px;
  }
  /* Vertical */
  .ui_py-14 { padding-block: 10px; }
	.ui_py-60 {
    padding-block: 30px;
  }
  .ui_py-20 { padding-block: 12px; }
  .ui_py-24 { padding-block: 16px; }
  .ui_py-30 { padding-block: 15px; }
  .ui_py-34 { padding-block: 16px; }
	 .ui_py-44 {
    padding-block: 18px;
  }
	.ui_py-48 {
    padding-block: 20px;
  }
	.ui_pt-114 {
    padding-top: 40px;
  }
  .ui_py-70 { padding-block: 35px; }
  .ui_py-102 { padding-block: 30px; }

  /* Top */
  .ui_pt-20 { padding-top: 12px; }
  .ui_pt-32,
  .ui_pt-34 { padding-top: 16px; }
  .ui_pt-58 { padding-top: 24px; }
  .ui_pt-64 { padding-top: 32px; }  
  .ui_pt-520 { padding-top: 180px; }
  .ui_pt-50 { padding-top: 20px; }
	 .ui_pt-80 {
    padding-top: 32px;
  }
	.ui_pt-82 {
    padding-top: 42px;
  }
	.ui_pt-110 {
    padding-top: 40px;
  }

  /* Bottom */
	.ui_pb-24 {
    padding-bottom: 12px;
  }
  .ui_pb-30 { padding-bottom: 15px; }
  .ui_pb-40 { padding-bottom: 20px; }
  .ui_pb-50 { padding-bottom: 20px; }
	.ui_pb-58 {
    padding-bottom: 24px;
  }
	.ui_pb-66 {
    padding-bottom: 28px;
  }
  .ui_pb-78,
  .ui_pb-84,
  .ui_pb-94 { padding-bottom: 40px; }
  .ui_pb-132 { padding-bottom: 60px; }

  /* Left */
  .ui_pl-24 { padding-left: 12px; }
	.ui_pl-50 {
    padding-left: 16px;
  }
	.ui_pl-54 {
    padding-left: 18px;
  }
  .ui_pl-62 { padding-left: 15px; }
  .ui_pl-78 { padding-left: 32px; }
	.ui_pl-100 {
    padding-left: 24px;
  }

  /* Right */
  .ui_pr-24 { padding-right: 12px; }
	.ui_pr-50 {
    padding-right: 16px;
  }
  .ui_pr-66 { padding-right: 20px; }
  .ui_pr-104 { padding-right: 16px; }
}

/* Margin */
.ui_mb-4 {
  margin-bottom: 4px;
}

/* ---------- Gap ---------- */

.ui_gap-4 {
  gap: 4px;
}

.ui_gap-8 {
  gap: 8px !important;
}

.ui_gap-10 {
  gap: 10px;
}

.ui_gap-12 {
  gap: 12px;
}

.ui_gap-14 {
  gap: 14px;
}

.ui_gap-16 {
  gap: 16px;
}

.ui_gap-20 {
  gap: 20px;
}

.ui_gap-22 {
  gap: 22px;
}

.ui_gap-24 {
  gap: 24px;
}

.ui_gap-28 {
  gap: 28px;
}

.ui_gap-30 {
  gap: 30px;
}

.ui_gap-32 {
  gap: 32px;
}

.ui_gap-38 {
  gap: 38px;
}

.ui_gap-40 {
  gap: 40px;
}

.ui_gap-44 {
  gap: 44px;
}

.ui_gap-50 {
  gap: 50px;
}

.ui_gap-62 {
  gap: 62px;
}

.ui_gap-64 {
  gap: 64px;
}

.ui_gap-66 {
  gap: 66px;
}

.ui_gap-70 {
  gap: 70px;
}

.ui_gap-74 {
  gap: 74px;
}

.ui_gap-82 {
  gap: 82px;
}

.ui_gap-94 {
  gap: 94px;
}

.ui_gap-102 {
  gap: 102px;
}

@media (max-width: 1200px) {
  .ui_gap-74 {
    gap: 40px;
  }

  .ui_gap-94 {
    gap: 72px;
  }
}

@media (max-width: 1024px) {
  .ui_gap-10 {
    gap: 8px;
  }

  .ui_gap-16 {
    gap: 12px;
  }

  .ui_gap-20 {
    gap: 16px;
  }

  .ui_gap-22 {
    gap: 18px;
  }
	
	.ui_gap-24 {
    gap: 18px;
  }


  .ui_gap-28 {
    gap: 20px;
  }

  .ui_gap-30 {
    gap: 24px;
  }
	
	.ui_gap-32 {
    gap: 24px;
  }

  .ui_gap-38 {
    gap: 28px;
  }

  .ui_gap-40 {
    gap: 28px;
  }

  .ui_gap-44 {
    gap: 30px;
  }

  .ui_gap-50 {
    gap: 30px;
  }

  .ui_gap-62 {
    gap: 40px;
  }

  .ui_gap-64 {
    gap: 44px;
  }

  .ui_gap-66 {
    gap: 44px;
  }
	
	.ui_gap-70 {
    gap: 48px;
  }

  .ui_gap-74 {
    gap: 30px;
  }

  .ui_gap-82 {
    gap: 50px;
  }

  .ui_gap-94 {
    gap: 48px;
  }

  .ui_gap-102 {
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .ui_gap-10 {
    gap: 5px;
  }

  .ui_gap-16 {
    gap: 8px;
  }

  .ui_gap-20 {
    gap: 12px;
  }

  .ui_gap-22 {
    gap: 14px;
  }
.ui_gap-24 {
    gap: 12px;
  }
  .ui_gap-28 {
    gap: 16px;
  }

  .ui_gap-30 {
    gap: 18px;
  }
	
	 .ui_gap-32 {
    gap: 16px;
  }

  .ui_gap-38 {
    gap: 18px;
  }

  .ui_gap-40 {
    gap: 16px;
  }

  .ui_gap-44 {
    gap: 20px;
  }

  .ui_gap-50 {
    gap: 20px;
  }

  .ui_gap-62 {
    gap: 20px;
  }

  .ui_gap-64 {
    gap: 28px;
  }

  .ui_gap-66 {
    gap: 26px;
  }
	
	.ui_gap-70 {
    gap: 24px;
  }

  .ui_gap-74 {
    gap: 20px;
  }

  .ui_gap-82 {
    gap: 30px;
  }

  .ui_gap-102 {
    gap: 30px;
  }
}

/* ---------- Bordes / Radio ---------- */
.ui_divider--inset {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ui_divider {
  border: 0 solid rgba(0, 0, 0, 0.1);
}

.ui_divider--top {
  border-top-width: 1px;
}

.ui_divider--bottom {
  border-bottom-width: 1px;
}

.ui_divider--left {
  border-left-width: 1px;
}

.ui_divider--right {
  border-right-width: 1px;
}

/* ---------- Overflows ---------- */
.ui_of-hidden {
  overflow: hidden !important;
}

/* ---------- Border Radius ---------- */
.ui_br-4 {
  border-radius: 4px;
}

/* ---------- Imágenes ---------- */
.ui_img-box {
  position: relative;
}

.ui_img-box--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ui_img-box--contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
}

.ui_img-box--h-10 {
  height: 10px;
}

.ui_img-box--h-14 {
  height: 14px;
}

.ui_img-box--h-16 {
  height: 16px;
}

.ui_img-box--h-18 {
  height: 18px;
}

.ui_img-box--h-22 {
    height: 22px;
  }

.ui_img-box--h-32 {
  height: 32px;
}

.ui_img-box--h-40 {
  height: 40px;
}

.ui_img-box--h-74 {
  height: 74px;
}

.ui_img-box--h-300 {
  height: 300px;
}

.ui_img-box--h-350 {
  height: 350px;
}

.ui_img-box--h-490 {
  height: 490px;
}
.ui_img-box--h-510 {
  height: 510px;
}
.ui_img-box--h-585 {
  height: 585px;
}

.ui_img-box--h-590 {
  height: 590px;
}

.ui_img-box--h-668 {
  height: 668px;
}

.ui_img-box--h-760 {
  height: 760px;
}

@media (max-width: 1200px) {
  .ui_img-box--h-350 {
    height: 320px;
  }

  .ui_img-box--h-585 {
    height: 520px;
  }
}

@media (max-width: 1024px) {
  .ui_img-box--12 {
    height: 10px;
  }

  .ui_img-box--h-16 {
    height: 14px;
  }

  .ui_img-box--h-18 {
    height: 16px;
  }
	
	.ui_img-box--h-22 {
    height: 20px;
  }

  .ui_img-box--h-32 {
    height: 28px;
  }
	
	.ui_img-box--h-40 {
    height: 30px;
  }
	
	.ui_img-box--h-74 {
    height: 60px;
  }

  .ui_img-box--h-300 {
    height: 220px;
  }

  .ui_img-box--h-350 {
    height: 280px;
  }
	
	.ui_img-box--h-490 {
    height: 360px;
  }

  .ui_img-box--h-585 {
    height: 420px;
  }
	.ui_img-box--h-510 {
    height: 380px;
  }
	.ui_img-box--h-590 {
    height: 420px;
  }
	
	.ui_img-box--h-668 {
    height: 420px;
  }
	
	.ui_img-box--h-760 {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .ui_img-box--12 {
    height: 8px;
  }

  .ui_img-box--h-16 {
    height: 12px;
  }

  .ui_img-box--h-18 {
    height: 14px;
  }
	
	.ui_img-box--h-22 {
    height: 18px;
  }
	
	.ui_img-box--h-40 {
    height: 20px;
  }

  .ui_img-box--h-32 {
    height: 24px;
  }
	
	.ui_img-box--h-74 {
    height: 48px;
  }

  .ui_img-box--h-300 {
    height: 160px;
  }

  .ui_img-box--h-350 {
    height: 240px;
  }
	
	.ui_img-box--h-490 {
    height: 320px;
  }
.ui_img-box--h-510 {
    height: 240px;
  }
  .ui_img-box--h-585 {
    height: 300px;
  }
	
	.ui_img-box--h-590 {
    height: 260px;
  }
	
	.ui_img-box--h-668 {
    height: 260px;
  }
	
	.ui_img-box--h-760 {
    height: 320px;
  }
}

/* ---------- Alturas / Anchos ---------- */
.ui_max-w-170 {
  max-width: 170px;
  width: 100%;
  flex: none !important;
}

.ui_max-w-248 {
  max-width: 248px;
  width: 100%;
  flex: none !important;
}

.ui_max-w-266 {
  max-width: 266px;
  width: 100%;
  flex: none !important;
}

.ui_max-w-742 {
  max-width: 742px;
  width: 100%;
}

.ui_h--100--2 {
  height: 100px;
  width: 100px;
}

.ui_h--180 {
  height: 180px;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {}




/* ========================
   CÍRCULO BASE
   ======================== */
.ui_circulo_180 {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui_svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); /* rotar para que empiece arriba */	
}

.ui_base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.30);
  stroke-width: 2;
}

.ui_progress {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 301;
  stroke-dashoffset: 301; /* inicial */
  /* transición suave para pequeños ajustes */
  transition: stroke-dashoffset 0.05s linear;
}

.ui_circulo_180 .ui_arrow {
  position: relative;
  z-index: 2;
  width: 32px;
}

/* ========================
   RESPONSIVE
   ======================== */
@media (max-width: 1024px) {
  .ui_circulo_180 {
    width: 150px;
    height: 150px;
  }
	
	.ui_circulo_180 .ui_arrow {
    width: 24px;
  }
}

@media (max-width: 767px) {
  .ui_circulo_180 {
    width: 80px;
    height: 80px;
  }
	
	.ui_circulo_180 .ui_arrow {
    width: 18px;
  }
}

/* =================================================
   4. LAYOUT / CONTENEDORES
================================================= */
.ui_grupo_secciones {
  padding-left: 50px;
  padding-right: 50px;
  width: 100% !important;
  max-width: 100%;
}

.ui_seccion {
  position: relative;
  left: -50px;
  width: calc(100% + 100px);
  padding-right: 50px;
  padding-left: 50px;
}

.ui_seccion--0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .ui_grupo_secciones {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ui_seccion {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
  }

  .ui_seccion--0 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .ui_grupo_secciones {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ui_seccion {
    left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px;
  }

  .ui_seccion--0 {
    padding: 0;
  }
}

/* =================================================
   5. COMPONENTES
================================================= */
/* HEADER */

.ui_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;    
	z-index:3;
	background-color:#fff;
	transition: .3s linear all;
}

.ui_header::before {
	content: '';
	background-color:transparent;
	border-bottom: 1px solid var(--Neutral-Alpha-White-020, rgba(255, 255, 255, 0.20));
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	pointer-events: none;
}

/* variacion */
.page-id-154 .ui_header,
.single-proyectos .ui_header,
.page-id-1752 .ui_header {
	background-color: transparent;
}

/* Headers */
.page-id-154 .ui_header a img,
.page-id-154 .ui_header .ui_boton *, 
.page-id-154 .ui_header .jet-mega-menu-item__inner,
.single-proyectos .ui_header a img,
.single-proyectos .ui_header .ui_boton *,
.single-proyectos .ui_header .jet-mega-menu-item__inner,
.page-id-1752 .ui_header a img,
.page-id-1752 .ui_header .ui_boton *, 
.page-id-1752 .ui_header .jet-mega-menu-item__inner {
	filter: brightness(0) invert(1);
}

.page-id-154 .ui_header .ui_boton, 
.single-proyectos .ui_header .ui_boton,
.page-id-1752 .ui_header .ui_boton {
	border-color: rgba(255,255,255,0.30);
}

.page-id-154 .ui_header .ui_boton:hover, 
.single-proyectos .ui_header .ui_boton:hover,
.page-id-1752 .ui_header .ui_boton:hover {
	border-color: rgba(255,255,255,1);
}

.ui_header.is-scroll {  
	background-color:#fff;
}

.ui_header.is-scroll .ui_boton *, 
.ui_header.is-scroll .jet-mega-menu-item__inner {
	filter: brightness(0);
}

.ui_header.is-scroll .ui_boton {
	border-color: rgba(0,0,0,0.30);
}

.ui_header.is-scroll .ui_boton:hover {
	border-color: rgba(0,0,0,1);
}

.ui_header.is-scroll a img {
	filter: none;
}

/* Botones */
.ui_boton {
  max-width: max-content;
  display: -webkit-flex;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 8px;
  padding: 0 24px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
	font-family: var(--e-global-typography-4e9361d-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e9361d-font-size);
    line-height: var(--e-global-typography-4e9361d-line-height);
}

.ui_boton:hover {
	border: 1px solid rgba(0, 0, 0, 1);
}

.ui_boton--negro {
	background-color: #000;
	color: #fff;
}

/* Altura para los botones */
.ui_boton--h-42 {
  height: 42px;
}

@media (max-width: 1024px) {
  .ui_boton {
    padding: 0 20px;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .ui_boton {
    padding: 0 18px;
  }
}

/* SEO */
.ui_seo__gray {
  position: absolute;
  top: -102px;
  left: 0;
  width: 50%;
  height: calc(100% + 204px);
  background-color: #F4F4F4;
}

.ui_seo__gray::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 10000%;
  height: 100%;
  background-color: #F4F4F4;
}

@media (max-width: 767px) {
  .ui_seo__gray {
    display: none;
  }
}

/* FOOTER */

.ui_footer_logotipo_absolute {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
}

@media (max-width: 1200px) {
  .ui_gap-38 {
    gap: 8px;
  }
}

@media (max-width: 767px) {


  .ui_footer .ui_max-w-248 {
    max-width: 100%;
  }

  .ui_footer .ui_pl-62 {
    padding-left: 0px;
  }

  .ui_footer .ui_pr-34 {
    padding-right: 0px;
  }

  .ui_footer .ui_max-w-170 {
    max-width: 100%;
  }

  .ui_footer .ui_gap-66 {
    gap: 10px;
  }

  .ui_footer_logotipo_absolute {
    position: relative;
  }

  .ui_footer .ui_max-w-266 {
    max-width: 180px;
  }
}

/* =================================================
   6. EFECTOS & ANIMACIONES
================================================= */

/* =================================================
   7. SECCIONES / PÁGINAS
================================================= */
/* INICIO - SECCION NOSOTROS*/

.ui_inicio_bg_nosotros {
  position: relative;
}

.ui_inicio_bg_nosotros::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10000%;
  height: 100%;
  background-position: center;
  background-repeat: repeat;
  background-image: url("/wp-content/uploads/2026/03/inicio-textura-nosotros.webp");
}

/* BLOG */

/* INICIO - FORMULARIOS Y LIBRO DE RECLAMACIONES */

.ui_contacto {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ui_contacto label,
.ui_form_text_13 {
  font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif;
  font-size: var(--e-global-typography-2e8d700-font-size);
  line-height: var(--e-global-typography-2e8d700-line-height);
}

/* ========================================
   FORM STRUCTURE (.ui_form__)
======================================== */
.ui_form__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ui_form__block--pedido p {
	display: flex;
}

.ui_form__row {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .ui_form__row {
    gap: 16px;
  }
}

.ui_form__row--column p {
  flex-direction: column;
}

.ui_form__row p {
  display: flex;
  width: 100%;
  gap: 8px;
  height: auto;
}

.ui_form__row p span {
  width: 100%;
}

.ui_form__row br {
  display: none;
}

.ui_form__row h3 {
  font-family: var(--e-global-typography-83fd681-font-family), Sans-serif;
  font-size: var(--e-global-typography-83fd681-font-size);
  line-height: var(--e-global-typography-83fd681-line-height);
}

.ui_form__col {
  width: 100%;
}

.ui_form__col p {
  display: flex;
  flex-direction: column;
}

.ui_form__col--pedido {
	display: flex;
  flex-direction: column;
}

/* --- DATE ROW --- */
.ui_form__row--date > div,
.ui_form__row--date > div p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ui_form__row--date input,
.ui_form__row--date p span,
.ui_form__row--date p {
  width: max-content !important;
}

.ui_form__row--date input {
  padding: 0px !important;
  border: none !important;
  outline: none !important;
}

.ui_form__row--date .ui_form__col {
  gap: 10px;
	max-width: max-content;
}

.ui_form__row--date * {
  font-family: var(--e-global-typography-4e9361d-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-69cc671-font-size) !important;
  line-height: var(--e-global-typography-69cc671-line-height) !important;
  color: var(--e-global-color-2133a2c);
}

/* --- BUSCAR --- */
.ui_form__buscar input {
  border: none !important;
  outline: none !important;
}

.ui_form__buscar .jet-ajax-search__submit-icon {
  width: 11px;
  height: 11px;
  background-image: url('/wp-content/uploads/2026/03/icono_buscar.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ui_form__buscar .jet-ajax-search__submit-icon svg {
  display: none;
}

/* --- WPCF7 --- */
.ui_form__row .wpcf7-form-control {
  display: flex;
  gap: 14px;
}

.ui_form__row .wpcf7-form-control span {
  max-width: max-content;
	margin:0px;
}

.ui_form__row .wpcf7-form-control label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ui_form__row .wpcf7-form-control input {
  position: relative;
  top: 0;
  left: 0;
  width: initial;
  flex: initial;
}

/* ========================================
   LIBRO (.ui_form--libro)
======================================== */
.ui_form--libro {
	font-family: var(--e-global-typography-69cc671-font-family), Sans-serif;
    font-size: 14px;
    line-height: var(--e-global-typography-69cc671-line-height);
    color: var(--e-global-color-2133a2c);
	gap: 20px;
}

.ui_form--libro [data-id="group-edad"] {
	gap: 12px;
	display: flex;
  flex-direction: column;
}

.ui_form--libro h3 {
  font-family: var(--e-global-typography-4e9361d-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-096cbc3-font-size) !important;
  line-height: var(--e-global-typography-69cc671-line-height) !important;
  color: var(--e-global-color-2133a2c);
}

.ui_form--libro .ui_form__col {
  display: flex;
  flex-direction: column;
}

.ui_form--libro .ui_form__row--date {
  gap: 8px;
	display: -webkit-flex;
	display: flex;
	justify-content: center; 
}

.ui_form--libro .ui_form__col p {
  flex-direction: row;
  gap: 6px;
}

.ui_form__row--date .ui_form__col {
	display: flex!important;
	align-items: center;
	flex-direction: row;
}

.ui_form--libro input {
	height: auto;
}


/* ========================================
   INPUTS / SELECT / TEXTAREA
======================================== */
body input,
body form select,
body form textarea,
.ui_upload_box {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 50px !important;
  padding: 10px 16px !important;
  font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif;
  font-size: var(--e-global-typography-2e8d700-font-size);
  line-height: var(--e-global-typography-2e8d700-line-height);
  color: #000;
  resize: vertical;
  transition: border 0.2s ease;
}

body select { 
	background-image: url('/wp-content/uploads/2026/03/icono_select.svg')!important; 
	background-repeat: no-repeat!important; 
	background-position: right 12px center!important; 
	background-size: 8px!important; 
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none; 
}

body form textarea {
  height: 80px;
  border-radius: 16px !important;
}

body input::placeholder,
body form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #000 !important;
}

input[type="search"]:focus {
  border: none !important;
}

/* ========================================
   FILE / UPLOAD (.ui_upload_)
======================================== */
.ui_upload_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.ui_upload_box > div {
  position: absolute;
}

.ui_upload_box > div:last-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.ui_upload_box > div p {
  margin: 0;
  padding: 0;
  font-family: var(--e-global-typography-472e64d-font-family), Sans-serif;
  font-size: var(--e-global-typography-472e64d-font-size);
  line-height: var(--e-global-typography-472e64d-line-height);
  color: rgba(0, 0, 0, 0.3);
}

.ui_upload_box .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
}

.ui_upload_box input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* ========================================
   BOTONES
======================================== */
.ui_boton_form {
  position: relative;
}

.ui_boton_form--full {
  width: 100%;
}

.ui_boton_form--full .ui_boton {
  width: 100%;
}

.ui_boton_form input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
}

.ui_boton.is-hover {
  background: #000 !important;
}

.ui_boton--h-40 {
  height: 40px;
}

.ui_boton-100 {
  max-width: 100%;
}

/* error */ 
body .wpcf7-spinner { 
	display: none; 
}

body .wpcf7-not-valid-tip, 
body .wpcf7 form .wpcf7-response-output { 
	font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif; 
	font-size: var(--e-global-typography-2e8d700-font-size); 
	line-height: var(--e-global-typography-2e8d700-line-height); 
	color: #101010; 
}

body .wpcf7 form .wpcf7-response-output { 
	margin: 0; 
	padding: 10px; 
	border: 1px solid var(--color-645044) !important; 
	font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif; 
	font-size: var(--e-global-typography-2e8d700-font-size); 
	line-height: var(--e-global-typography-2e8d700-line-height); 
	color: #101010; 
}

body .wpcf7-not-valid-tip { 
	font-family: var(--e-global-typography-472e64d-font-family), Sans-serif; 
	font-size: var(--e-global-typography-472e64d-font-size); 
	line-height: var(--e-global-typography-472e64d-line-height); 
	color: #101010 !important; 
} 

/* Hover */ 
body .wpcf7-list-item input[type="checkbox"]:hover { border-color: #B3B3B3 !important; }

/* ========================================
   CHECKBOX / RADIO
======================================== */
/* Radios personalizados */
body input[type="radio"] {
  -webkit-appearance: none; /* quitar estilo por defecto */
  appearance: none;
  width: 20px!important;              /* tamaño del radio */
  height: 20px;
	padding:0px!important; 
  border: 2px solid #000;   /* borde negro */
  border-radius: 50%;        /* círculo */
  background-color: #fff;    /* fondo blanco */
  position: relative;
  cursor: pointer;
}

/* Círculo interno cuando está seleccionado */
body input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 12px;               /* tamaño del círculo interno */
  height: 12px;
  background-color: #000;    /* círculo negro */
  border-radius: 50%;
  top: 50%;
  left: 50%;
	z-index:1;
  transform: translate(-50%, -50%);
}

/* Checkboxes CF7 */
body .wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  width: 16px!important;
  height: 16px!important;
  border-radius: 0 !important;
  padding: 0 !important;  
  position: relative;
  background-color: rgba(0,0,0,0.10);
  border: none !important;
}

body .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* ========================================
   OTROS
======================================== */
.ui_blog_pagination .prev .jet-filters-pagination__link,
.ui_blog_pagination .next .jet-filters-pagination__link {
  width: 5px;
  height: 12px;
  font-size: 0px !important;
}

.ui_form__divider {
  width: 100%;
  height: 1px;
  background-color: #222;
  opacity: 0.3;
  margin: 20px 0;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 767px) {
  .ui_form--libro {
    gap: 30px;
  }	
	
	.ui_form__row--date {
		flex-direction: column;
	}
	
}

/* FIN - FORMULARIOS Y LIBRO DE RECLAMACIONES */

/* INICIO - SECCIÓN. NEWSLETTER */
.ui_newsletter {
  position: relative;
}

.ui_contacto.newsletter .ui_form__row p {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

.ui_contacto.newsletter>div:first-child p .wpcf7-form-control-wrap::before {
  content: 'Correo electrónico*';
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  display: block;
  font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif;
  font-size: var(--e-global-typography-2e8d700-font-size);
  line-height: var(--e-global-typography-2e8d700-line-height);
  color: #000;
}


body .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}

.ui_newsletter_single .ui_form__row {
  flex-direction: column;
}

.ui_newsletter_single .ui_boton {
  max-width: 100%;
  width: 100%;
  justify-content: center;
}

.ui_newsletter_single .ui_boton p {
  max-width: max-content;
}

@media (max-width: 1024px) {
  .ui_contacto.newsletter .ui_form__row {
    flex-direction: column;
  }

  .ui_contacto.newsletter .ui_form__row p {
    display: block;
  }

  .ui_contacto.newsletter .ui_form__row .ui_boton {
    width: 100%;
    max-width: 100%;
  }

}

/* FIN - SECCIÓN. NEWSLETTER */

/* INICIO - PAG. SINGLE POST */

.ui_li_seo_paragraph ul li {
  position: relative;
  padding-left: 16px;
}

.ui_li_seo_paragraph ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.ui_li_seo_paragraph.border>* {
  padding-left: 24px;
  padding-right: 24px;
}

.ui_li_seo_paragraph.border {
  position: relative;
}

.ui_li_seo_paragraph.border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  transform: translateX(-50%);
}

.ui_li_seo_paragraph h2 {
  font-size: var(--e-global-typography-b320fab-font-size);
  line-height: var(--e-global-typography-b320fab-line-height);
  color: var(--e-global-color-e919e2a);
}

.ui_li_seo_paragraph h3,
.ui_li_seo_paragraph h4,
.ui_li_seo_paragraph h5,
.ui_li_seo_paragraph h6 {
  font-family: var(--e-global-typography-652337f-font-family), Sans-serif;
  font-size: var(--e-global-typography-652337f-font-size);
  line-height: var(--e-global-typography-652337f-line-height);
  color: var(--e-global-color-e919e2a);
}

.ui_li_seo_paragraph .jet-listing-grid>div {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
  border-bottom: 1px solid #E6E6E6;
}

.ui_li_seo_paragraph .jet-listing-grid>div:last-child {
  border-bottom: none;
}

/* Espacio entre párrafos */
.ui_li_seo_paragraph p+p {
  margin-top: 1em;
}

/* Espacio entre título y párrafo (incluye elementos intermedios como <span>) */
.ui_li_seo_paragraph h1~p,
.ui_li_seo_paragraph h2~p,
.ui_li_seo_paragraph h3~p,
.ui_li_seo_paragraph h4~p,
.ui_li_seo_paragraph h5~p,
.ui_li_seo_paragraph h6~p {
  margin-top: 0.75em;
  /* espacio arriba del párrafo que sigue a un título */
}

/* Espacio entre párrafo y título (maneja spans intermedios) */
.ui_li_seo_paragraph p~h1,
.ui_li_seo_paragraph p~h2,
.ui_li_seo_paragraph p~h3,
.ui_li_seo_paragraph p~h4,
.ui_li_seo_paragraph p~h5,
.ui_li_seo_paragraph p~h6 {
  margin-top: 1.5em;
  /* espacio arriba del título que sigue a un párrafo */
}

/* Espacio entre títulos consecutivos */
.ui_li_seo_paragraph h1~h1,
.ui_li_seo_paragraph h2~h2,
.ui_li_seo_paragraph h3~h3,
.ui_li_seo_paragraph h4~h4,
.ui_li_seo_paragraph h5~h5,
.ui_li_seo_paragraph h6~h6 {
  margin-top: 1.5em;
}

/* Espacio entre imágenes y otros elementos */
.ui_li_seo_paragraph img {
  display: block;
  margin: 1.5em 0;
}

/* Espacio entre listas y otros elementos */
.ui_li_seo_paragraph ul,
.ui_li_seo_paragraph ol {
  margin: 1em 0;
  /* espacio arriba y abajo de la lista */
  padding-left: 1.5em;
  /* indentación de la lista */
}

/* Espacio entre párrafo y lista */
.ui_li_seo_paragraph p+ul,
.ui_li_seo_paragraph p+ol {
  margin-top: 1em;
  /* espacio arriba de la lista que sigue a un párrafo */
}

/* Espacio entre lista y párrafo */
.ui_li_seo_paragraph ul+p,
.ui_li_seo_paragraph ol+p {
  margin-top: 1em;
  /* espacio arriba del párrafo que sigue a una lista */
}

/* Espacio entre listas consecutivas */
.ui_li_seo_paragraph ul+ul,
.ui_li_seo_paragraph ol+ol,
.ui_li_seo_paragraph ul+ol,
.ui_li_seo_paragraph ol+ul {
  margin-top: 1em;
  /* espacio entre listas consecutivas */
}

@media (max-width: 1024px) {
  .ui_li_seo_paragraph.border::before {
    display: none;
  }
}

/* Social Blog */
.ui_social_single {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f4f4f4;
}

.ui_tabla_contenido .elementor-toc__header {
  padding-bottom: 16px;
}

.ui_tabla_contenido .elementor-toc__body {
  padding-top: 24px;
  padding-bottom: 24px;
}
/* FIN- PAG. SINGLE POST */

/* INICIO - PAG. NOSOTROS - MARQUEE */

.marquesina-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 12px 0;
  background: #fff;
}

.marquesina-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquesina-item {
  white-space: nowrap;
  margin-right: 40px;
 font-family: var(--e-global-typography-a6b3cc7-font-family), Sans-serif;
    font-size: var(--e-global-typography-a6b3cc7-font-size);
  color: #000;
  display: flex;
  align-items: center;
}

.marquesina-item .dot {
  margin-left: 20px;
  color: #FFC629;
}

/* FIN - PAG. NOSOTROS - MARQUEE */

/* INICIO - PAG. NOSOTROS - GALERIA */

/* CONTENEDOR */
.ui-marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

/* FILAS */
.ui-marquee {
  overflow: hidden;
  width: 100%;
}

/* TRACK */
.ui-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* 🔥 FORZAR 4 ITEMS VISIBLES */
.ui-item {  
  flex: 0 0 auto;
}

/* IMAGENES ALTURA FIJA */
.ui-item img {
  width: 100%;
  height: 210px; /* 👈 lo que pediste */
  object-fit: cover;
  display: block;
}

/* ANIMACIONES */
.fila-1 .ui-track {
  animation: scroll-left 40s linear infinite;
}

.fila-2 .ui-track {
  animation: scroll-right 45s linear infinite;
}

/* PAUSA HOVER */
.fila-1:hover .ui-track,
.fila-2:hover .ui-track {
  animation-play-state: paused;
}

/* KEYFRAMES */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* TABLET */
@media (max-width: 1024px) {
  .ui-item {
    width: calc(33.33% - 14px);
    min-width: calc(33.33% - 14px);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .ui-item {
    width: calc(10% - 10px);
    min-width: calc(10% - 10px);
  }
}


.ui-info-row {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.ui-item.active .ui-info-row {
  display: flex;
}

.ui-left {
  display: flex;
  gap: 20px;
}

.ui-dato {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.ui-dato img {
  width: 16px;
}

.ui-right {
  text-align: right;
}

.ui-right span {
  display: block;
  font-size: 12px;
  color: #777;
}

.ui-right strong {
  font-size: 16px;
}

/* FIN - PAG. NOSOTROS - GALERIA */

/* INICIO - TEXTO ESCALERA - TITULOS */

/* Aplicar escalera al contenedor padre */
.escalera {
  line-height: 1.5em;
  padding-left: 80px;  /* desktop */
  text-indent: -80px;  /* primera línea al inicio */
  margin: 0;
}

/* Responsive móvil */
@media (max-width: 767px) {
  .escalera {
    padding-left: 20px;
    text-indent: -20px;
  }
}

/* Mantener strong en una sola línea */
.escalera strong {
  white-space: nowrap;
  display: inline; /* asegurar inline para que no genere salto de línea */
}

/* FIN - TEXTO ESCALERA - TITULOS */

/* INICIO - PAG. INICIO - TAB PROYECTOS */

.proyectos-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

/* GRID CONTENEDOR */
.proyectos-grid {
    display: flex;
    align-items: stretch;
    gap: 48px;
}

/* IMAGEN PRINCIPAL */
.proyectos-imagen {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.proyectos-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease;
    opacity: 0;
}

.proyectos-imagen img.active-image {
    opacity: 1;
}

/* LISTA DE ITEMS */
.proyectos-lista {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.proyectos-lista > div {
    border-top: 1px solid rgba(0,0,0,0.20);
}

.proyectos-lista > div:first-child {
    border-top: none;
}

/* ITEM */
.proyecto-item {
    padding: 20px 0px 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.proyecto-item.active {
    padding: 30px 0px 30px 30px;
}

/* HEADER */
.proyecto-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo-box {
    display: flex;
    flex-direction: column;
}

.titulo-box .numero {
    position: absolute;
    left:0;
}

.titulo-box h3 {
    font-family: var(--e-global-typography-2ac25fb-font-family), Sans-serif;
    font-size: var(--e-global-typography-2ac25fb-font-size);
    line-height: var(--e-global-typography-2ac25fb-line-height);
}

.estado-top {
    background-color: #FFC629;
    padding: 3px 12px;
    border-radius: 50px;
	margin-bottom:5px;
    font-family: var(--e-global-typography-31c7e28-font-family), Sans-serif;
    font-size: var(--e-global-typography-31c7e28-font-size);
    line-height: var(--e-global-typography-31c7e28-line-height);
    text-transform: uppercase;
    color: #000;
    max-width: max-content;
    display: none;
}

.distrito {
	text-transform: uppercase;
	font-family: var(--e-global-typography-2e8d700-font-family), Sans-serif;
    font-size: var(--e-global-typography-2e8d700-font-size);
    line-height: var(--e-global-typography-2e8d700-line-height);
	color: #000;
}

.proyecto-item.active .estado-top {
    display: inline-block;
}

/* BODY DEL ITEM */
.proyecto-body .datos {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.columna-izq,
.columna-der,
.columna-circulo {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.columna-der .dato {
    flex-direction: column;
}

/* CÍRCULO */
.columna-circulo a {
    width: 50px;
    height: 50px;
    border: 1px solid #FFC629;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
	transition: .3s linear all;	
}

.columna-circulo a:hover {
	background-color: #FFC629;
	border-color: transparent!important;
}

.columna-circulo a svg {
    width: 100%;
    height: 100%;
	display: none;
}

.columna-circulo a img {
	width: 12px;
}

/* DATO */
.dato {
    display: flex;    
    gap: 10px;
	font-family: var(--e-global-typography-69cc671-font-family), Sans-serif;
    font-size: var(--e-global-typography-69cc671-font-size);
    line-height: var(--e-global-typography-69cc671-line-height);
}

.dato .icono img {
    width: 18px;
    height: 18px;
}

.dato.precio .label {
    font-family: var(--e-global-typography-69cc671-font-family), Sans-serif;
    font-size: var(--e-global-typography-69cc671-font-size);
    line-height: var(--e-global-typography-69cc671-line-height);
}

.dato.precio .valor {
    font-family: var(--e-global-typography-d1fff9b-font-family), Sans-serif;
    font-size: var(--e-global-typography-d1fff9b-font-size);
    line-height: var(--e-global-typography-d1fff9b-line-height);
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .proyectos-grid {
        flex-direction: column;
		gap: 20px;
    }
	
	.proyecto-item.active, .proyecto-item {
		padding: 24px 0px 24px 24;
	}

    .proyecto-body .datos {        
        gap: 10px;
    }

    .columna-circulo {
        align-self: flex-start;
    }
}

/* FIN - PAG. INICIO - TAB PROYECTOS */

/* INICIO - PAG. PROYECTOS - DETALLE - GRID */

.listing-grid {
  counter-reset: item;
}

.listing-grid .jet-listing-grid__item {
  counter-increment: item;
  position: relative;
}

.listing-grid .jet-listing-grid__item::before {
  content: counter(item, decimal-leading-zero) ".";

  position: absolute;
  top: -10px;
  left: -44px;

  font-family: var(--e-global-typography-48850bd-font-family), Sans-serif;
  font-size: var(--e-global-typography-48850bd-font-size);
  line-height: var(--e-global-typography-48850bd-line-height);
  color: #000;
}

@media (max-width: 1024px) {
  .listing-grid .jet-listing-grid__item::before {
    top: -10px;
    left: -15px;
  }
}

@media (max-width: 767px) {
  .listing-grid .jet-listing-grid__item::before {
    top: 10px;
    left: 10px;
  }
}


/* FIN- PAG. PROYECTOS - DETALLE - GRID */






