.space {
	display: flex;
 	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  	/* align-items: center; */
	width: 100%;
}

.right {
	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-end;
}

.header {
	width: 100%;
	display: flex;
 	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  	align-items: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

.title {
    font-size: 18px;
    font-weight: 350;
    white-space: nowrap;
}

/* Sobreescritura de la presentación de los botones "avanzar/retroceder" del carrusel */
.carousel button {
	margin-top: 10px;
}

.titlesvg {
	width: 100%;
	text-anchor: middle;
	font-weight: 350;
	white-space: nowrap;
}

.subtitle {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%; 
    /* text-align: center; */
    color: gray;
}


.dialog-title {
	display: flex;
	color: white;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	height: 56px;
}

.spacer {
    margin-bottom: 12px !important;
}

.error {
	color: #c62828 !important;
}

.ok {
	color: #2e7d32 !important;
}
