/*
Theme Name: Enfold hijo
Theme URI: https://misiones.freelancepro.com.mx
Version: 1.0
Description: Tema hijo de Enfold
Author: Eduardo Zimbrón
Author URI: https://integracionweb.com.mx
Template: enfold
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

/* Clase para fuente de Google Kurale */
.kurale-regular {
  font-family: "Kurale", serif;
  font-weight: 400;
  font-style: normal;
}

/* Asigna fuente Kurale a todos los encabezados H3 */
h3 {
  font-family: "Kurale", serif;
  font-weight: 400;
  font-style: normal;
}

/* convierte texto de párrafo en negro */

p {color: black;
		}

/* Jutifica el texto de cualquier estilo */
.justificado {
	text-align: justify;
}

/* Para alinear el caption de un full screen slider al centro y abajo */
.slideshow_align_caption {
  vertical-align: bottom;
}

