/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.justify {
	text-align:justify;
}

.hide {
	display: none !important;
}

/* Imágenes formulario */
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    height: 200px;
}

.list-form {
    padding-left: 20px !important; 
}

.list-form li {
    margin-bottom: 5px !important;
}