.elementor-710 .elementor-element.elementor-element-5678af35{--display:flex;}.elementor-710 .elementor-element.elementor-element-6fa9ee1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-41128e27 */.nosotros-section {
  background: #ffffff;
  color: #222;
  font-family: "Libre Franklin", sans-serif;
  max-width: auto;
  margin: 10px auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.nosotros-section h2 {
    font-size: 35px;
  color: #111;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  /* Amarillo girasol */
  padding-left: 12px;
}

.nosotros-section h3 {
  color: #111;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
  border-left: 6px solid #333; /* Amarillo girasol */
  padding-left: 12px;
}

.nosotros-section strong {
  color: #111;
}

.nosotros-section ul {
  list-style: none;
  padding: 0;
}

.nosotros-section ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}

.nosotros-section ul li::before {
  content: "✔️ ";
  color: #000;
  font-weight: bold;
}

.nosotros-section hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.nosotros-section a {
  color: #0000;
  font-weight: 600;
  text-decoration: none;
}

.nosotros-section a:hover {
  text-decoration: underline;
}

.versiculo-box {
  background: #f9f9f9;
  border-left: 6px solid #f5b800;
  padding: 15px 20px;
  font-style: italic;
  color: #333;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.versiculo-referencia {
  display: block;
  text-align: right;
  color: #666;
  margin-top: 8px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nosotros-section {
    padding: 25px;
  }
  
  .nosotros-section {
  max-width: 100%;
  margin: 10px auto;
  padding: 40px;
    }

}/* End custom CSS */