.elementor-582 .elementor-element.elementor-element-7ec3c52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-582 .elementor-element.elementor-element-0ba41ec img{width:50%;}.elementor-582 .elementor-element.elementor-element-bb122c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-582 .elementor-element.elementor-element-0bebfed{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-582 .elementor-element.elementor-element-0bebfed{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-582 .elementor-element.elementor-element-0bebfed{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-40fe125 *//* Caja general */
.bluetours-section {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: auto;
}

/* Texto */
.bluetours-text {
  font-family: "Poppins", sans-serif;
  color: #004aad;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Tamaños por defecto (PC / Escritorio) */
.bluetours-text {
  font-size: 18px;
}

/* Tablet */
@media (max-width: 1024px) {
  .bluetours-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .bluetours-section {
    padding: 20px;
  }
}

/* Móvil */
@media (max-width: 768px) {
  .bluetours-text {
    font-size: 15px;
    line-height: 1.6;
  }
  .bluetours-section {
    padding: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bb221d8 *//* ======= Visión Bluetours ======= */
.bluetours-vision {
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  padding: 40px 20px;
}

.vision-title {
  color: #004aad;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.5rem; /* PC */
}

.vision-text {
  color: #004aad;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 1.1rem; /* PC */
}

/* ======= Responsivo ======= */
/* Tablets */
@media (max-width: 1024px) {
  .vision-title {
    font-size: 2rem;
  }
  .vision-text {
    font-size: 1rem;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .vision-title {
    font-size: 1.6rem;
  }
  .vision-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */