/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme para Hello Elementor
Author: Tu Nombre
Author URI: https://tusitio.com/
Template: hello-elementor
Version: 1.0.0
*/
/* ===== Body ===== */
body {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
  background-color: #ffffff;
}

p {
  margin-bottom: 25px;
}

/* ===== Listas ===== */
ul, ol {
  margin-left: 40px;
  padding-left: 15px; /* distancia entre viñeta y texto */
}

/* ===== Encabezados ===== */
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900; /* Black */
  font-size: 48px;
  line-height: 50px;
  color: #3e3e3e;
  margin: 0 0 25px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  color: #3e3e3e;
  margin-top: 25px;
  margin-bottom: 30px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  color: #3e3e3e;
  margin-top: 5px;
  margin-bottom: 30px;
}

/* ===== Enlaces ===== */
a {
  color: #1e70b6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #d3d3d3; /* gris claro */
}

a:visited {
  color: #1e70b6;
}