.elementor-8118 .elementor-element.elementor-element-f85632e{margin-top:-4px;margin-bottom:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-8118 .elementor-element.elementor-element-b7c8cd8 .elementor-repeater-item-fd99e24 .swiper-slide-bg{background-image:url(https://casalola.gets.com.co/wp-content/uploads/2026/01/testimonio_oscuro-scaled.jpg);background-size:cover;}.elementor-8118 .elementor-element.elementor-element-b7c8cd8 .swiper-slide{transition-duration:calc(5000ms*1.2);height:880px;}.elementor-8118 .elementor-element.elementor-element-b7c8cd8 .elementor-slide-button{background-color:#C7A36A;border-width:0px;border-radius:0px;border-color:#C7A36A;}.elementor-8118 .elementor-element.elementor-element-b7c8cd8 .swiper-slide-contents{max-width:83%;}.elementor-8118 .elementor-element.elementor-element-b7c8cd8 .swiper-slide-inner{text-align:center;}.elementor-8118 .elementor-element.elementor-element-d36ac03 > .elementor-widget-container{margin:0px 0px -37px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-8118 .elementor-element.elementor-element-e187286 .elementor-button{background-color:#C7A36A;font-family:"Roboto", Sans-serif;font-weight:200;}.elementor-8118 .elementor-element.elementor-element-e187286 > .elementor-widget-container{margin:0px 0px 46px 0px;}/* Start custom CSS for slides, class: .elementor-element-b7c8cd8 */.icon-lolita {
    width: 30%;   /* ajusta aquí */
    height: auto;  /* mantiene proporción */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d2b61b */.experiencia-section {
  background: #1e1e1e;
  padding: 100px 8%;
  color: #ffffff;
  
}

.experiencia-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TEXTO */
.experiencia-label {
  color: #c7a36a;
  letter-spacing: 2px;
  font-size: 14px;
}

.experiencia-texto h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 10px 0 30px;
}

.experiencia-texto p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6d6d6;
  margin-bottom: 20px;
}

.experiencia-info {
  margin-top: 30px;
  color: #c7a36a;
  font-size: 15px;
}

.wsp-info {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #2a2a2a;
  padding: 14px 20px;
  border-left: 3px solid #c7a36a;
  max-width: fit-content;
  margin-top: 30px;
}

.wsp-icon {
  width: 44px;
  height: 44px;
  background: #c7a36a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsp-icon img {
  width: 22px;
  height: auto;
}

/* VIDEOS */
.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.video-slot {
  position: relative;
  height: 420px;
  border-radius: 0px;
  overflow: hidden;
}

.video-slot .video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.video-slot .video.active {
  opacity: 1;
}

/* DOTS */
.video-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.video-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
}

.video-dots .dot.active {
  background: #c7a36a;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .experiencia-container {
    grid-template-columns: 1fr;
  }

  .video-slot {
    height: 300px;
  }
}


.icon-wsp {
  width: 20px;
  height: auto;
  display: inline-block;
}


.experiencia-media {
  position: relative;
}

/* FLECHAS */
.video-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  border: none;
  color: #fff;
  font-size: 26px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.video-arrow:hover {
  background: rgba(199,163,106,0.8);
}

.video-arrow.left {
  left: -55px;
}

.video-arrow.right {
  right: -55px;
}

/* Mobile: flechas más cerca */
@media (max-width: 991px) {
  .video-arrow.left {
    left: 5px;
  }

  .video-arrow.right {
    right: 5px;
  }
}


/* TEXTO */
.wsp-text span {
  display: block;
  font-size: 13px;
  color: #bdbdbd;
  margin-bottom: 2px;
}

.wsp-text strong {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4824e0 */.vista-parallax {
  position: relative;
  min-height: 100vh;
  background-image: url('https://casalola.gets.com.co/wp-content/uploads/2026/01/18-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 100px 10%;
  color: #fff;
}

/* Overlay oscuro elegante */
.vista-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.45)
  );
  z-index: 1;
}

/* Contenido */
.vista-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.vista-label {
  letter-spacing: 2px;
  font-size: 13px;
  color: #c7a36a;
  display: block;
  margin-bottom: 14px;
}

.vista-content h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 28px;
}

.vista-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #e6e6e6;
  margin-bottom: 18px;
}

/* Frase protagonista */
.vista-highlight {
  font-size: 20px;
 
  color: #c7a36a;
  margin: 30px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .vista-parallax {
    background-attachment: scroll;
    padding: 80px 8%;
  }

  .vista-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */